.illustrate-tip {
  margin-left: 5px;
}
.quick {
  background: #fff;
  color: #000;
  position: relative;
  width: 100%;
  z-index: 999;
  height: 64px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  display: none;
}
.quick .nav {
  max-width: none;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
.quick .nav::after,
.quick .nav::before {
  display: none;
}
.quick .mr-logo-wrapper {
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: bold;
  color: #110b55;
}
.quick .mr-logo-wrapper:before {
  content: "";
  display: inline-block;
  width: 186px;
  height: 64px;
  background: url(/assets/res/images/logo/mr-logo.svg) no-repeat center / contain;
  vertical-align: middle;
}
.quick .nav-btn {
  display: flex;
  gap: 24px;
  align-items: center;
}
.quick .nav-btn a {
  color: #ffffff;
  height: 40px;
  width: 160px;
  line-height: 40px;
}
@media (max-width: 600px) {
  .quick .nav {
    padding: 0 10px;
  }
  .quick .nav .nav-btn {
    gap: 5px;
  }
  .quick .nav .nav-btn a {
    min-width: 70px;
    width: 60px;
    height: 25px;
    line-height: 25px;
    gap: 5px;
    font-size: 14px;
    padding: 0 5px;
  }
  .quick .nav .mr-logo-wrapper:before {
    width: 120px;
  }
}
.banner {
  background: -webkit-gradient(linear, left top, left bottom, from(#3025b5), to(#167fdd));
  background: -o-linear-gradient(top, #3025b5, #167fdd);
  background: linear-gradient(180deg, #3025b5, #167fdd);
  background: url(/assets/res/images/disk/banner-bg.png) no-repeat;
  background-size: cover;
  padding: 65px 0 70px;
  color: #fff;
}
.banner h1 {
  font-size: 50px;
  font-size: 5rem;
  margin-top: 50px;
}
.banner .des {
  margin: 30px 0 60px;
}
.banner .btn {
  margin-right: 40px;
}
@media (min-width: 1200px) {
  .banner .img {
    padding-left: 65px;
  }
  .banner .txt {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .banner {
    text-align: center;
  }
  .banner .a-bx {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .banner .a-bx a {
    margin: 0px;
  }
  .banner .btn {
    display: block;
    max-width: 220px;
    margin: 0 auto 10px auto;
  }
  .banner .container > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .banner .container > div .txt {
    margin-bottom: 30px;
  }
}
.eff {
  background: url(/assets/res/images/disk/bg1.png) no-repeat center bottom #f7f7f7;
  background-size: cover;
  padding: 150px 0 160px;
}
.eff p {
  color: #333;
}
.eff h2.txt-ln::after {
  margin-top: 50px;
}
.eff-top {
  margin-bottom: 20px;
}
.eff-cnt .des {
  font-size: 1.8rem;
  line-height: 2.2;
  margin-bottom: 85px;
}
.eff-it {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 40px 50px 45px 95px;
  position: relative;
}
.eff-it.ic-ef::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/assets/res/images/icon/AR-icon-small1.png) no-repeat -392px -193px;
  position: absolute;
  top: 46px;
  left: 35px;
}
.eff-it.ic-ef.ef2::before {
  background-position: -329px -194px;
}
.eff-it.ic-ef.ef3::before {
  background-position: -452px -193px;
}
.eff-it:not(:last-child) {
  margin-bottom: 70px;
}
.eff-it.ef2 {
  margin-top: 40px;
}
.eff-it h6 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .eff .col-md-6:first-child {
    padding-right: 40px;
  }
  .eff .txt-ln {
    max-width: 340px;
  }
  .eff-cnt .des {
    max-width: 520px;
  }
  .eff .col-md-6:last-child {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .eff {
    text-align: center;
  }
  .eff h2.txt-ln {
    margin-bottom: 30px;
  }
  .eff h2.txt-ln::after {
    margin: 0 auto;
  }
  .eff-it.ic-ef {
    padding: 40px;
  }
  .eff-it.ic-ef::before {
    position: static;
  }
}
.common {
  text-align: center;
  padding: 90px 0 105px;
}
.common p {
  color: #333;
}
.common .tt-des {
  margin: 25px 0 93px;
  font-size: 18px;
}
.common-cnt {
  text-align: left;
}
.common-cnt h6 {
  font-size: 2rem;
  cursor: pointer;
}
.common-cnt .collapsed {
  padding: 0 0 0;
  border-top: 1px solid #f0f0f0;
}
.common-cnt .collapsed h6:hover {
  color: #0b56dc;
}
.common-cnt .collapsed h6:hover::after {
  background-position: -407px -82px;
}
.common-cnt .collapsed.active h6 {
  color: #0b56dc;
}
.common-cnt .collapsed.active h6::after {
  background-position: -407px -82px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.common-cnt .collapsed:first-child {
  border: none;
}
.common-cnt .collapsed h6 {
  position: relative;
  padding-right: 60px;
  padding: 20px 60px 20px 0;
}
.common-cnt .collapsed h6::after {
  content: "";
  width: 19px;
  height: 10px;
  background: url(/assets/res/images/icon/AR-icon-small1.png) no-repeat -368px -82px;
  position: absolute;
  top: 30px;
  right: 0;
}
.common-cnt p {
  padding: 0 60px 12px 0;
  font-size: 14px;
  position: relative;
  top: -8px;
}
.common-cnt img {
  margin-top: 20px;
}
.common-cnt .more {
  width: 30px;
  height: 23px;
  display: block;
  background: url(/assets/res/images/icon/AR-icon-small1.png) no-repeat -446px -78px;
  margin: 20px auto 0;
  cursor: pointer;
}
.common-cnt [hide] {
  display: none;
}
@media (max-width: 991px) {
  .common .tt-des {
    margin-bottom: 30px;
  }
  .common .img-bx {
    text-align: center;
  }
}
.safe {
  background: #f7f7f7;
  text-align: center;
  padding: 100px 0 350px;
}
.safe h2 {
  margin-bottom: 30px;
}
.safe p {
  color: #333;
  font-size: 18px;
}
.prd {
  background: -webkit-gradient(linear, left top, right top, from(#1b2eac), color-stop(#1456d0), to(#0d81f8));
  background: -o-linear-gradient(left, #1b2eac, #1456d0, #0d81f8);
  background: linear-gradient(90deg, #1b2eac, #1456d0, #0d81f8);
  height: 540px;
}
.prd .col-md-6 {
  position: relative;
}
.prd-it {
  background-color: #fff;
  border-radius: 80px 10px 10px 10px;
  max-width: 500px;
  margin: 0 auto;
  position: absolute;
  top: -290px;
  left: calc(50% - 250px);
}
.prd-it.it-bl2 {
  border-radius: 11px 80px 10px 10px;
}
.prd-it.it-bl2 .it-top {
  border-color: #175bd4;
  border-radius: 10px 80px 0 0;
}
.prd-it .it-top {
  border-radius: 80px 10px 0 0;
  padding: 20px 40px 25px;
  border: 1px solid #20a0f1;
  border-top: 8px solid #20a0f1;
}
.prd-it .it-btm {
  padding: 25px 0 0;
}
.prd-it .it-btm .ic-lf {
  border-radius: 0 0 10px 10px;
}
.prd-it .it-btm .ic-lf li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 8px 30px 8px 53px;
}
.prd-it .it-btm .ic-lf li::before {
  top: 13px;
  left: 30px;
}
.prd-it .it-btm .ic-lf li:last-child {
  border-radius: 0 0 10px 10px;
}
.prd-it .it-btm .ic-lf li:nth-child(even) {
  background-color: #f7f9ff;
}
.prd-it .price {
  margin: 33px 0 2px;
  line-height: 1;
}
.prd-it .price strong {
  font-size: 36px;
  font-size: 3.6rem;
}
.prd-it .price del {
  font-size: 18px;
  color: #8e8e8e;
}
.prd-it .ic-check {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(/assets/res/images/icon/AR-icon-small1.png) no-repeat -43px -43px;
  vertical-align: middle;
  margin: -4px 4px 0 0;
}
.prd-it .txt-ln {
  margin-bottom: 10px;
}
.prd-it .txt-ln::after {
  border-width: 2px;
  margin-top: 15px;
  border-radius: 2px;
}
.prd-it .btn {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .prd-it .price,
  .prd-it .txt-ln {
    white-space: nowrap;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .prd-it {
    margin: 0 10px;
  }
  .prd-it .it-top {
    padding: 20px 25px 25px;
  }
}
@media (max-width: 991px) {
  .safe {
    padding: 100px 0;
  }
  .prd {
    height: auto;
    padding: 50px 0;
  }
  .prd-it {
    position: static;
    margin-bottom: 50px;
    border-radius: 10px 10px 0 !important;
  }
  .prd-it .it-top {
    border-radius: 10px 10px 0 0 !important;
  }
}
@media (max-width: 479px) {
  .prd .it-top {
    padding: 20px 15px 25px;
  }
  .prd .txt-ln + div {
    zoom: 0.8;
  }
}
.how {
  text-align: center;
  padding: 80px 0 105px;
}
.how h2 {
  margin-bottom: 70px;
}
.slick-nav {
  text-align: left;
  position: relative;
}
.slick-nav:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 15px;
  top: 0;
  z-index: -1;
  border-left: 1px dashed #d7d0e8;
}
.slick-nav-row {
  margin-bottom: 50px;
  padding-left: 46px;
  position: relative;
  z-index: 2;
}
.slick-nav-row:last-child {
  margin-bottom: 0;
}
.slick-nav-row h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  cursor: pointer;
}
.slick-nav-row h4:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(/assets/res/images/icon/AR-icon-small1.png) no-repeat -10px -129px;
  position: absolute;
  top: -1px;
  left: 0;
}
.slick-nav-row p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  height: 0;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  transition: all linear 0.4s;
}
.slick-nav-row.active h4 {
  color: #0b56dc;
}
.slick-nav-row.active h4:before {
  background-position: -60px -129px;
}
.slick-nav-row.active p {
  height: auto;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  transition: all linear 0.4s;
}
.slick-nav-row kbd {
  font-weight: 700;
}
.slick-box {
  margin-bottom: 40px;
}
.slick-box .slick-slide {
  position: relative;
}
.slick-box .scal-img {
  display: inline-block;
  width: 58px;
  height: 58px;
  background: url(/assets/res/images/icon/AR-icon-small1.png) no-repeat -10px -184px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .slick-box img {
    max-width: 572px;
  }
}
@media (max-width: 991px) {
  .slick-nav {
    max-width: 500px;
    margin: 0 auto 50px auto;
  }
}
.awards {
  text-align: center;
  background: #f7f7f7;
  padding: 90px 0 20px;
}
.awards h2 {
  margin-bottom: 127px;
}
.awards .ic-stars {
  background: url(/assets/res/images/icon/AR-icon-small1.png) no-repeat -300px -134px;
  width: 140px;
  height: 20px;
  display: inline-block;
  margin: 14px 0;
}
.awards-it {
  -webkit-box-shadow: 0 10px 30px 0 rgba(86, 131, 244, 0.35);
  box-shadow: 0 10px 30px 0 rgba(86, 131, 244, 0.35);
  border-radius: 20px;
  padding: 52px 35px 31px;
  margin-bottom: 80px;
  background-color: #fff;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.awards-it:hover {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
.awards-it img {
  position: absolute;
  top: -45px;
  left: calc(50% - 45px);
}
.awards-it p {
  min-height: 160px;
}
@media (min-width: 1200px) {
  .awards .row {
    margin-left: -22.5px;
    margin-right: -22.5px;
  }
  .awards .row > div {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .awards-it p {
    min-height: 192px;
  }
}
.illustrate-tip {
  display: inline-block;
  font-size: 12px;
  color: #373f43;
  cursor: pointer;
  width: 12px;
  height: 12px;
  background: url(/assets/res/images/icon/AR-icon-small1.png) no-repeat;
  background-position: -154px -11px;
  position: relative;
  top: 1px;
}
.illustrate-tip .illustrate-content {
  min-width: 260px;
  font-size: 1.4rem;
  color: #000;
  position: absolute;
  display: none;
  line-height: 1.4;
  word-spacing: normal;
  letter-spacing: normal;
  text-align: left !important;
  max-width: 470px;
  z-index: 10;
}
.illustrate-tip .illustrate-content > div {
  -webkit-box-shadow: 1px 3px 10px 1px #8aace9;
  box-shadow: 1px 3px 10px 1px #8aace9;
  padding: 15px 15px 15px 25px;
  background-color: #fff;
}
.illustrate-tip .illustrate-content.right {
  right: 10px;
  padding-right: 10px;
}
.illustrate-tip .illustrate-content.bottom {
  bottom: 10px;
  padding-bottom: 10px;
}
.illustrate-tip .illustrate-content.left {
  left: 10px;
  padding-left: 10px;
}
.illustrate-tip .illustrate-content.top {
  top: 10px;
  padding-top: 10px;
}
.illustrate-tip .illustrate-content p:not(:last-child) {
  padding-bottom: 10px;
}
.illustrate-tip:hover .illustrate-content {
  z-index: 120;
}
#subscribe-form label,
.f-db,
.illustrate-tip:hover .illustrate-content {
  display: block;
}
@media (max-width: 991px) {
  .illustrate-tip .illustrate-content {
    min-width: 250px;
    padding: 0;
    margin: 0;
    left: -120px !important;
    right: auto !important;
  }
  [data-pricing-checkbox="true"] {
    position: relative;
  }
  [data-pricing-checkbox="true"] .illustrate-tip {
    position: static;
  }
  [data-pricing-checkbox="true"] .illustrate-tip .illustrate-content {
    left: -50px !important;
    bottom: 20px !important;
  }
}
@media (max-width: 479px) {
  .illustrate-tip .illustrate-content {
    min-width: 200px;
  }
}
.qt-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9999;
}
.qt-popup .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.qt-popup-cnt {
  display: inline-block;
  vertical-align: middle;
  z-index: 99999;
  position: relative;
}
.qt-popup::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .qt-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
  }
}
.ic-lf > li {
  text-align: left;
  position: relative;
  padding-left: 23px;
}
.ic-lf > li::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background: url(/assets/res/images/icon/AR-icon-small1.png) no-repeat;
}
.ic-lf[class*="hook"] > li::before {
  width: 13px;
  height: 13px;
  background-position: -9px -44px;
  top: 5px;
}
.ic-lf.hook2 > li::before {
  background-position: -75px -45px;
}
.btn.active,
.btn:active,
.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff;
}
.banner .btn {
  font-size: 1.8rem;
}
.qt-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9999;
}
.qt-popup .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.qt-popup-cnt {
  display: inline-block;
  vertical-align: middle;
  z-index: 99999;
  position: relative;
}
.qt-popup::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .qt-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
  }
}
.btn-bd-wt:hover {
  color: #175dc0;
  background-color: #fff;
}
.btn-grn:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.ic-lf > li {
  text-align: left;
  position: relative;
  padding-left: 23px;
}
.ic-lf > li::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background: url(/assets/res/images/icon/AR-icon-small1.png) no-repeat;
}
.ic-lf[class*="hook"] > li::before {
  width: 13px;
  height: 13px;
  background-position: -9px -44px;
  top: 5px;
}
.ic-lf.hook2 > li::before {
  background-position: -75px -45px;
}
