@charset "UTF-8";
/* size */
/* square */
/* color */
/* gradient */
/*  num */
/* padding */
/* width */
/* color */
/* algin */
@media screen and (max-width: 320px) {
  /*320px显示屏样式 苹果4/4S/5C/5S黑莓Z30 */
  html {
    font-size: 12px !important; } }
@media (min-width: 321px) and (max-width: 375px) {
  /*360px显示屏样式 索尼Z1*/
  html {
    font-size: 14px !important; } }
@media (min-width: 376px) and (max-width: 414px) {
  /*414px显示屏样式 苹果6plus*/
  html {
    font-size: 15.5px !important; } }
@media (min-width: 415px) and (max-width: 768px) {
  /*414px之上的*/
  html {
    font-size: 18px !important; } }
.step-0 {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 0.6s;
  transition: opacity 0.6s 0s, transform 0.6s 0s; }

.step-1 {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 0.6s;
  transition: opacity 0.6s 0.2s, transform 0.6s 0.2s; }

.step-2 {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 0.6s;
  transition: opacity 0.6s 0.4s, transform 0.6s 0.4s; }

.step-3 {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 0.6s;
  transition: opacity 0.6s 0.6s, transform 0.6s 0.6s; }

.step-4 {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 0.6s;
  transition: opacity 0.6s 0.8s, transform 0.6s 0.8s; }

.step-5 {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 0.6s;
  transition: opacity 0.6s 1s, transform 0.6s 1s; }

.step-6 {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 0.6s;
  transition: opacity 0.6s 1.2s, transform 0.6s 1.2s; }

.step-7 {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 0.6s;
  transition: opacity 0.6s 1.4s, transform 0.6s 1.4s; }

.step-8 {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 0.6s;
  transition: opacity 0.6s 1.6s, transform 0.6s 1.6s; }

.step-9 {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 0.6s;
  transition: opacity 0.6s 1.8s, transform 0.6s 1.8s; }

.step-10 {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 0.6s;
  transition: opacity 0.6s 2s, transform 0.6s 2s; }

.on .step-0 {
  opacity: 1 !important;
  transform: translateY(0); }
.on .step-1 {
  opacity: 1 !important;
  transform: translateY(0); }
.on .step-2 {
  opacity: 1 !important;
  transform: translateY(0); }
.on .step-3 {
  opacity: 1 !important;
  transform: translateY(0); }
.on .step-4 {
  opacity: 1 !important;
  transform: translateY(0); }
.on .step-5 {
  opacity: 1 !important;
  transform: translateY(0); }
.on .step-6 {
  opacity: 1 !important;
  transform: translateY(0); }
.on .step-7 {
  opacity: 1 !important;
  transform: translateY(0); }
.on .step-8 {
  opacity: 1 !important;
  transform: translateY(0); }
.on .step-9 {
  opacity: 1 !important;
  transform: translateY(0); }
.on .step-10 {
  opacity: 1 !important;
  transform: translateY(0); }

.transformY-0 {
  opacity: 0;
  animation: transformY 0s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards; }

.transformY-1 {
  opacity: 0;
  animation: transformY 0.2s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards; }

.transformY-2 {
  opacity: 0;
  animation: transformY 0.4s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards; }

.transformY-3 {
  opacity: 0;
  animation: transformY 0.6s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards; }

.transformY-4 {
  opacity: 0;
  animation: transformY 0.8s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards; }

@keyframes transformY {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }
.blue-circle-container-0 {
  animation: blue-circle-anim-x 5s cubic-bezier(0.4, 0, 0.2, 1) infinite, blue-circle-anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite; }

.blue-circle-container-1 {
  animation: blue-circle-anim-x 5s cubic-bezier(0.4, 0, 0.2, 1) infinite, blue-circle-anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite; }

.blue-circle-container-2 {
  animation: blue-circle-anim-x 5s cubic-bezier(0.4, 0, 0.2, 1) infinite, blue-circle-anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite; }

.blue-circle-container-3 {
  animation: blue-circle-anim-x 5s cubic-bezier(0.4, 0, 0.2, 1) infinite, blue-circle-anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite; }

@keyframes blue-circle-anim-x {
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(100px); } }
@keyframes blue-circle-anim-y {
  50% {
    animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
    transform: translateY(50px); } }
.vpn-browser {
  overflow-x: hidden; }
  .vpn-browser img {
    width: auto; }
  .vpn-browser .btn-w {
    width: 276px !important; }
    .vpn-browser .btn-w.button-combe .combe-text {
      left: 100px; }
    .vpn-browser .btn-w.btn-default {
      padding: 0 50px; }
  .vpn-browser .pc-btn {
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }

.browser-banner {
  overflow: hidden; }
  .browser-banner .wrapper {
    padding: 215px 0 166px;
    justify-content: space-evenly; }
  .browser-banner .wban-txt {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin-top: 45px; }
    .browser-banner .wban-txt h1 {
      font-size: 40px;
      font-weight: 600;
      line-height: 69px; }
    .browser-banner .wban-txt .sub-title {
      margin-top: 20px;
      margin-bottom: 26px;
      font-size: 26px;
      line-height: 30px; }
    .browser-banner .wban-txt .desc {
      margin-top: 20px;
      margin-bottom: 50px;
      color: #1e1c2c; }
    .browser-banner .wban-txt .pc-btn {
      justify-content: flex-start;
      margin-top: 0;
      flex-wrap: wrap;
      width: 90%; }
      .browser-banner .wban-txt .pc-btn p {
        margin-top: 15px;
        font-size: 14px;
        font-weight: 400;
        color: #959595; }
  .browser-banner .wban-img {
    position: relative;
    width: 668px;
    height: 473px; }
    .browser-banner .wban-img .computer-pic {
      position: relative;
      z-index: 3; }
    .browser-banner .wban-img ._line,
    .browser-banner .wban-img .banicon {
      display: block;
      position: absolute;
      z-index: 1; }
    .browser-banner .wban-img ._line {
      z-index: -1;
      top: -333px;
      right: -240px; }
    .browser-banner .wban-img .banicon {
      width: 121px;
      height: 121px;
      background: url(../images/vpn-windows/circle-blue.svg) no-repeat; }
      .browser-banner .wban-img .banicon._blue {
        top: -203px;
        left: 108px; }
      .browser-banner .wban-img .banicon._green {
        top: -66px;
        right: -125px;
        width: 238px;
        height: 238px;
        background: url(../images/vpn-windows/circle-green.svg) no-repeat; }
      .browser-banner .wban-img .banicon._orange {
        top: 264px;
        left: -43px;
        width: 66px;
        height: 62px;
        background: url(../images/vpn-windows/circle-orange.svg) no-repeat; }

.benefits {
  padding-top: 110px;
  padding-bottom: 120px;
  background: linear-gradient(180deg, #f5f8ff 0%, rgba(255, 255, 255, 0) 100%) no-repeat;
  background-position: top;
  background-size: 100% 902px; }
  .benefits .wrapper .title_box {
    margin-bottom: 100px; }
    .benefits .wrapper .title_box h2 {
      font-size: 40px;
      font-weight: 600;
      line-height: 56px;
      color: #1e1c2c;
      text-align: center;
      margin-bottom: 20px; }
    .benefits .wrapper .title_box p {
      max-width: 892px;
      margin: 0 auto;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: #727272;
      text-align: center;
      margin-bottom: 50px; }
    .benefits .wrapper .title_box .pc-btn a:nth-of-type(1) .combe-text {
      left: 81px; }
  .benefits .wrapper .advantage {
    margin-bottom: 130px; }
    .benefits .wrapper .advantage ul {
      max-width: 1000px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 101px; }
      .benefits .wrapper .advantage ul li {
        max-width: 482px;
        height: 276px;
        background: #f4efff;
        border-radius: 10px;
        margin-bottom: 38px;
        padding: 44px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .benefits .wrapper .advantage ul li img {
          margin-bottom: 16px; }
        .benefits .wrapper .advantage ul li h4 {
          font-size: 22px;
          color: #1e1c2c;
          margin-bottom: 6px;
          line-height: 30px; }
        .benefits .wrapper .advantage ul li p {
          font-size: 12px;
          line-height: 18px;
          color: #1e1c2c;
          text-align: center; }
        .benefits .wrapper .advantage ul li:nth-of-type(2) {
          background: #e5fff8; }
        .benefits .wrapper .advantage ul li:nth-of-type(3) {
          background: #f3f6ff; }
        .benefits .wrapper .advantage ul li:nth-of-type(4) {
          background: #fff5de; }

.more {
  padding: 100px 0 180px;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #f5f8ff 100%) no-repeat;
  background-size: 100% 902px; }
  .more .wrapper .title_box h2 {
    font-size: 40px;
    font-weight: 600;
    color: #1e1c2c;
    text-align: center;
    margin-bottom: 20px; }
  .more .wrapper .title_box p {
    max-width: 892px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #727272;
    margin-bottom: 50px; }
  .more .wrapper .title_box .pc-btn a:nth-of-type(1) .combe-text {
    left: 81px; }
  .more .wrapper .more_main {
    max-width: 1164px;
    margin: 0 auto; }
    .more .wrapper .more_main .features {
      height: 403px;
      display: flex;
      margin-top: 150px;
      position: relative; }
      .more .wrapper .more_main .features > div:nth-of-type(2) {
        position: absolute;
        right: 0; }
      .more .wrapper .more_main .features .img_box {
        max-width: 672px;
        height: 403px;
        position: relative; }
        .more .wrapper .more_main .features .img_box .img_icon {
          position: absolute;
          top: 96px;
          left: 43px; }
      .more .wrapper .more_main .features .features_text {
        max-width: 460px;
        z-index: 5;
        padding-top: 146px; }
        .more .wrapper .more_main .features .features_text h3 {
          font-size: 30px;
          font-weight: 500;
          color: #1e1c2c;
          margin-bottom: 20px; }
        .more .wrapper .more_main .features .features_text p {
          font-size: 16px;
          line-height: 24px;
          color: #727272; }
          .more .wrapper .more_main .features .features_text p > span {
            display: inline-block;
            line-height: 18px;
            vertical-align: middle; }
      .more .wrapper .more_main .features.features1 .img_box .img_icon {
        top: 99px;
        left: 165px; }
      .more .wrapper .more_main .features.features3 .features_text .btn_box {
        display: flex;
        margin-top: 30px; }
        .more .wrapper .more_main .features.features3 .features_text .btn_box a:nth-of-type(1) {
          margin-right: 9px; }
          .more .wrapper .more_main .features.features3 .features_text .btn_box a:nth-of-type(1) .combe-text {
            left: 81px; }
      .more .wrapper .more_main .features.features3 .img_box .img_icon {
        top: 100px;
        left: 146px; }
      .more .wrapper .more_main .features.features4 .img_box .img_icon {
        top: 68px;
        left: 52px; }
      .more .wrapper .more_main .features.features5 .img_box .img_icon {
        top: 103px;
        left: 120px; }
      .more .wrapper .more_main .features.features6 .img_box .img_icon {
        top: 96px;
        left: 50px; }

.comparison {
  padding-bottom: 200px; }
  .comparison .wrapper .title_box {
    margin-bottom: 130px; }
    .comparison .wrapper .title_box h2 {
      font-size: 40px;
      font-weight: 600;
      color: #1e1c2c;
      text-align: center;
      margin-bottom: 20px; }
    .comparison .wrapper .title_box p {
      max-width: 892px;
      margin: 0 auto;
      text-align: center;
      font-size: 16px;
      line-height: 24px;
      color: #727272;
      margin-bottom: 50px; }
    .comparison .wrapper .title_box .pc-btn a:nth-of-type(1) .combe-text {
      left: 81px; }
  .comparison .wrapper ul {
    width: 100%; }
    .comparison .wrapper ul li {
      width: 100%;
      height: 60px;
      display: flex; }
      .comparison .wrapper ul li p {
        flex: 1;
        font-size: 16px;
        font-weight: 500;
        color: #31303e;
        line-height: 60px;
        text-align: center;
        position: relative; }
        .comparison .wrapper ul li p > span {
          display: inline-block;
          line-height: 24px;
          vertical-align: middle; }
        .comparison .wrapper ul li p i {
          display: block;
          width: 18px;
          height: 18px;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
          .comparison .wrapper ul li p i.right {
            background: url(../images/vpn-browser/ios-checkmark-circle.svg) no-repeat center center; }
          .comparison .wrapper ul li p i.wrong {
            background: url(../images/vpn-browser/close-outline.svg) no-repeat center center; }
        .comparison .wrapper ul li p.ipb::after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 383px;
          border: 2px solid #105bfb;
          border-radius: 2px; }
      .comparison .wrapper ul li:nth-of-type(1) {
        height: 85px; }
        .comparison .wrapper ul li:nth-of-type(1) p {
          font-size: 20px;
          font-weight: bold;
          line-height: 85px; }
          .comparison .wrapper ul li:nth-of-type(1) p:nth-of-type(1) {
            font-size: 16px;
            font-weight: 500; }
      .comparison .wrapper ul li:nth-of-type(2n) {
        background: #e8eefc; }

.privacy {
  padding-bottom: 156px;
  background: url(../images/vpn-browser/privacy_bg.png) no-repeat bottom center;
  background-size: 100%; }
  .privacy .title_box {
    margin-bottom: 130px; }
    .privacy .title_box h2 {
      font-size: 40px;
      font-weight: 600;
      color: #1e1c2c;
      text-align: center;
      margin-bottom: 20px; }
    .privacy .title_box p {
      max-width: 892px;
      margin: 0 auto;
      text-align: center;
      font-size: 16px;
      line-height: 24px;
      color: #727272;
      margin-bottom: 50px; }
    .privacy .title_box .pc-btn a:nth-of-type(1) .combe-text {
      left: 81px; }
  .privacy ul {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    .privacy ul li {
      width: 372px;
      height: 345px;
      background: #ffffff;
      box-shadow: 0px 6px 26px rgba(43, 104, 251, 0.2);
      border-radius: 6px;
      padding-top: 30px;
      position: relative;
      cursor: pointer; }
      .privacy ul li p {
        font-size: 20px;
        font-weight: 600;
        color: #31303e;
        margin-bottom: 45px;
        text-align: center; }
      .privacy ul li .img_box {
        width: 245px;
        height: 200px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center; }
      .privacy ul li .box_text {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #5d82fc;
        box-shadow: 0px 6px 26px rgba(43, 104, 251, 0.2);
        border-radius: 6px;
        padding-top: 30px;
        opacity: 0;
        transition: all 0.4s ease; }
        .privacy ul li .box_text p {
          text-align: center; }
          .privacy ul li .box_text p:nth-of-type(1) {
            font-size: 20px;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 25px; }
          .privacy ul li .box_text p:nth-of-type(2) {
            width: 325px;
            margin: 0 auto;
            font-size: 18px;
            font-weight: 400;
            line-height: 28px;
            color: #ffffff; }
      .privacy ul li:hover {
        box-shadow: none; }
        .privacy ul li:hover .box_text {
          opacity: 1; }

.faqs {
  padding-top: 24px;
  padding-bottom: 166px; }
  .faqs .wrapper h2 {
    font-size: 46px;
    font-weight: 600;
    color: #1e1c2c;
    margin-bottom: 50px;
    text-align: center; }
  .faqs .wrapper .faqs_main {
    max-width: 1094px;
    margin: 0 auto; }
    .faqs .wrapper .faqs_main .faqs_box {
      border-bottom: 1px solid #eaeaeb; }
      .faqs .wrapper .faqs_main .faqs_box .faqs_question {
        height: 72px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer; }
        .faqs .wrapper .faqs_main .faqs_box .faqs_question h3 {
          font-size: 20px;
          color: #1e1c2c; }
          .faqs .wrapper .faqs_main .faqs_box .faqs_question h3.on {
            color: #0054ff; }
        .faqs .wrapper .faqs_main .faqs_box .faqs_question i {
          width: 37px;
          height: 37px;
          background: url(../images/vpn-browser/plus_icon.svg) no-repeat;
          background-size: contain;
          transition: all 0.3s; }
          .faqs .wrapper .faqs_main .faqs_box .faqs_question i.on {
            transform: rotate(45deg); }
      .faqs .wrapper .faqs_main .faqs_box .faqs_answer {
        height: 0;
        overflow: hidden;
        transition: all 0.3s; }
        .faqs .wrapper .faqs_main .faqs_box .faqs_answer .text_box p {
          max-width: 1063px;
          font-size: 14px;
          line-height: 28px;
          color: #8e8b9d; }
          .faqs .wrapper .faqs_main .faqs_box .faqs_answer .text_box p a {
            text-decoration: underline;
            color: #0054ff; }
            .faqs .wrapper .faqs_main .faqs_box .faqs_answer .text_box p a:hover {
              opacity: 0.8;
              transition: all 0.3s ease; }
        .faqs .wrapper .faqs_main .faqs_box .faqs_answer ._margin {
          height: 42px; }

.footer_down {
  padding-top: 16px;
  background: url(../images/vpn-browser/footer_bg.png) bottom no-repeat;
  background-size: contain;
  background-position-x: -15px; }
  .footer_down .wrapper {
    width: auto !important;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    position: relative; }
    .footer_down .wrapper .img_box {
      position: relative;
      margin-bottom: -2px; }
      .footer_down .wrapper .img_box .footer_people {
        position: relative;
        z-index: 3; }
      .footer_down .wrapper .img_box .footer_icon {
        position: absolute;
        top: 102px;
        left: 330px;
        z-index: 1; }
    .footer_down .wrapper .footer_text {
      max-width: 562px;
      position: absolute;
      right: 0;
      top: 87px; }
      .footer_down .wrapper .footer_text h2 {
        font-size: 32px;
        line-height: 60px;
        color: #1e1c2c;
        margin-bottom: 40px; }

@media (max-width: 1200px) {
  .browser-banner {
    padding-left: 30px;
    padding-right: 30px; }
    .browser-banner .wban-txt {
      margin-top: 0; }
    .browser-banner .wban-img {
      margin-top: 80px; }

  .benefits {
    padding-left: 30px;
    padding-right: 30px; }
    .benefits .wrapper .advantage ul {
      justify-content: space-around; }

  .more {
    padding-left: 30px;
    padding-right: 30px; }
    .more .wrapper .more_main .features {
      height: auto;
      flex-direction: column;
      align-items: center; }
      .more .wrapper .more_main .features > div:nth-of-type(2) {
        position: relative;
        right: auto; }
      .more .wrapper .more_main .features:nth-of-type(2) {
        flex-direction: column-reverse; }

  .faqs {
    padding-left: 30px;
    padding-right: 30px; }

  .footer_down {
    padding-left: 30px;
    padding-right: 30px; }
    .footer_down .wrapper {
      flex-direction: column-reverse;
      align-items: center; }
      .footer_down .wrapper .img_box {
        margin-top: 50px; }
      .footer_down .wrapper .footer_text {
        position: relative;
        right: auto;
        top: auto; } }
@media (max-width: 768px) {
  .vpn-browser .pc-btn {
    justify-content: center !important; }

  .vpn-browser .btn-w {
    width: 14.6428571429rem !important; }
    .vpn-browser .btn-w.button-combe .combe-text {
      left: auto; }
    .vpn-browser .btn-w.button-link {
      display: none !important; }

  .browser-banner {
    padding: 0; }
    .browser-banner .wrapper {
      padding: 7.2857142857rem 0 0; }
      .browser-banner .wrapper .wban-txt {
        padding: 0 0.7857142857rem; }
        .browser-banner .wrapper .wban-txt h1 {
          font-size: 25px;
          font-weight: 400;
          text-align: center;
          line-height: normal; }
        .browser-banner .wrapper .wban-txt > p {
          font-size: 14px;
          font-weight: 400;
          line-height: 21px;
          color: #8e8b9d;
          text-align: center;
          margin-top: 0.5357142857rem;
          margin-bottom: 1.7857142857rem;
          padding: 0 0.8571428571rem; }
        .browser-banner .wrapper .wban-txt .pc-btn {
          flex-direction: column;
          align-items: center; }
          .browser-banner .wrapper .wban-txt .pc-btn .button-link {
            display: block;
            margin-top: 1.0714285714rem; }
          .browser-banner .wrapper .wban-txt .pc-btn p {
            margin-top: 8px;
            font-size: 10px;
            font-family: Lexend;
            font-weight: 400;
            color: #b7b7b7; }
      .browser-banner .wrapper .wban-img {
        margin-top: 0.5rem;
        width: auto;
        height: 21.7857142857rem; }
        .browser-banner .wrapper .wban-img ._line {
          width: 39.2857142857rem;
          top: -8rem;
          left: 50%;
          transform: translateX(-50%); }
        .browser-banner .wrapper .wban-img .banicon {
          width: 4.5714285714rem;
          height: 4.5714285714rem;
          background-size: contain; }
          .browser-banner .wrapper .wban-img .banicon._blue {
            top: -4.4285714286rem;
            left: 5.5714285714rem; }
          .browser-banner .wrapper .wban-img .banicon._green {
            width: 9rem;
            height: 9rem;
            top: -0.7142857143rem;
            left: 18.9285714286rem; }
          .browser-banner .wrapper .wban-img .banicon._orange {
            width: 2.5rem;
            height: 2.5rem;
            top: 13.0714285714rem;
            left: 0.6428571429rem; }

  .benefits {
    padding: 0;
    padding-top: 2.8571428571rem; }
    .benefits .wrapper .title_box {
      padding: 0 1.7857142857rem;
      margin-bottom: 3.5714285714rem; }
      .benefits .wrapper .title_box h2 {
        font-size: 29px;
        font-weight: 400;
        line-height: 40px;
        padding: 0 0.7142857143rem;
        margin-bottom: 0.5357142857rem; }
      .benefits .wrapper .title_box p {
        font-size: 14px;
        line-height: 21px; }
      .benefits .wrapper .title_box .pc-btn {
        justify-content: space-between;
        margin-top: 1.7857142857rem; }
        .benefits .wrapper .title_box .pc-btn a {
          width: 100% !important;
          display: inline-block;
          margin: 0;
          padding: 0; }
          .benefits .wrapper .title_box .pc-btn a .combe-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
    .benefits .wrapper .advantage {
      padding: 0 1.1428571429rem 0;
      margin-bottom: 2.2142857143rem; }
      .benefits .wrapper .advantage ul {
        justify-content: space-between;
        margin-bottom: 0; }
        .benefits .wrapper .advantage ul li {
          width: 49%;
          height: auto;
          padding: 0.7142857143rem 0.8571428571rem;
          align-items: flex-start;
          margin-bottom: 1.3571428571rem; }
          .benefits .wrapper .advantage ul li img {
            width: 2.7142857143rem;
            margin-bottom: 0.3571428571rem; }
          .benefits .wrapper .advantage ul li h4 {
            font-size: 15px;
            font-weight: 400;
            line-height: 19px;
            color: #1e1c2c; }
          .benefits .wrapper .advantage ul li p {
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            color: #7e7e7e;
            text-align: left; }

  .more {
    padding: 2.8571428571rem 0 0;
    background: none; }
    .more .wrapper .title_box {
      padding: 0 1.7142857143rem; }
      .more .wrapper .title_box h2 {
        font-size: 2.0714285714rem;
        font-weight: 400;
        margin-bottom: 0.5357142857rem; }
      .more .wrapper .title_box p {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        margin: 0; }
      .more .wrapper .title_box .pc-btn {
        justify-content: space-between;
        margin-top: 1.7857142857rem; }
        .more .wrapper .title_box .pc-btn a {
          width: 100% !important;
          display: inline-block;
          margin: 0;
          padding: 0; }
          .more .wrapper .title_box .pc-btn a .combe-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
    .more .wrapper .more_main .features {
      margin-top: 3.9285714286rem;
      flex-direction: column; }
      .more .wrapper .more_main .features .img_box {
        height: auto; }
        .more .wrapper .more_main .features .img_box .bg {
          width: 25.5rem;
          position: relative;
          left: 50%;
          transform: translateX(-45%); }
        .more .wrapper .more_main .features .img_box .img_icon {
          width: 22.7142857143rem;
          top: 3.8571428571rem;
          left: 1.2142857143rem; }
      .more .wrapper .more_main .features .features_text {
        padding: 1.7857142857rem 1.7857142857rem 0; }
        .more .wrapper .more_main .features .features_text h3 {
          font-size: 1.6428571429rem;
          font-weight: 400;
          line-height: 2.6428571429rem;
          color: #1e1c2c;
          text-align: center;
          margin-bottom: 1.0714285714rem;
          text-align: left; }
        .more .wrapper .more_main .features .features_text p {
          font-size: 14px;
          font-weight: 400;
          line-height: 21px;
          color: #8e8b9d; }
      .more .wrapper .more_main .features.features1 {
        margin-top: 2.5rem;
        flex-direction: column-reverse; }
        .more .wrapper .more_main .features.features1 .img_box .img_icon {
          top: 3.2142857143rem;
          left: 1.2142857143rem; }
      .more .wrapper .more_main .features.features2 {
        flex-direction: column; }
        .more .wrapper .more_main .features.features2 .img_box .bg {
          left: 50%;
          transform: translateX(-55%); }
        .more .wrapper .more_main .features.features2 .img_box .img_icon {
          width: 20.2142857143rem;
          top: 3.2142857143rem;
          left: 2.5rem; }
      .more .wrapper .more_main .features.features3 {
        flex-direction: column-reverse; }
        .more .wrapper .more_main .features.features3 .features_text .btn_box {
          justify-content: space-between;
          margin-top: 1.7857142857rem; }
          .more .wrapper .more_main .features.features3 .features_text .btn_box a {
            width: 100% !important;
            display: inline-block;
            margin: 0;
            padding: 0; }
            .more .wrapper .more_main .features.features3 .features_text .btn_box a .combe-text {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
        .more .wrapper .more_main .features.features3 .img_box .img_icon {
          top: 3.2142857143rem;
          left: 1.0714285714rem; }
      .more .wrapper .more_main .features.features4 .img_box .bg {
        left: 50%;
        transform: translateX(-55%); }
      .more .wrapper .more_main .features.features4 .img_box .img_icon {
        top: 2.8571428571rem;
        left: 1.0714285714rem; }
      .more .wrapper .more_main .features.features5 {
        flex-direction: column-reverse; }
        .more .wrapper .more_main .features.features5 .img_box .img_icon {
          width: 21.4285714286rem;
          top: 3.9285714286rem;
          left: 1.4285714286rem; }
      .more .wrapper .more_main .features.features6 {
        margin-bottom: 4.6428571429rem; }
        .more .wrapper .more_main .features.features6 .img_box .bg {
          left: 50%;
          transform: translateX(-55%); }
        .more .wrapper .more_main .features.features6 .img_box .img_icon {
          width: 21.4285714286rem;
          top: 3.5714285714rem;
          left: 1.7857142857rem; }

  .comparison {
    padding: 0 1.2857142857rem; }
    .comparison .wrapper .title_box h2 {
      font-size: 2.0714285714rem;
      font-weight: 400;
      margin-bottom: 1.0714285714rem; }
    .comparison .wrapper .title_box p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5rem;
      margin: 0; }
    .comparison .wrapper .title_box .pc-btn {
      justify-content: space-between;
      margin-top: 1.7857142857rem;
      padding: 0 0.5rem; }
      .comparison .wrapper .title_box .pc-btn a {
        width: 100% !important;
        display: inline-block;
        margin: 0;
        padding: 0; }
        .comparison .wrapper .title_box .pc-btn a .combe-text {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
    .comparison .wrapper ul {
      margin-bottom: 3.9285714286rem; }
      .comparison .wrapper ul li {
        height: 2.6428571429rem; }
        .comparison .wrapper ul li p {
          flex: auto;
          font-size: 0.6428571429rem;
          font-weight: 500;
          line-height: 2.6428571429rem;
          color: #31303e;
          width: 3.5714285714rem; }
          .comparison .wrapper ul li p:nth-of-type(1) {
            width: 6.7142857143rem;
            padding-left: 0.3571428571rem;
            text-align: left;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            line-height: 1; }
          .comparison .wrapper ul li p:nth-of-type(3) {
            width: 5rem; }
          .comparison .wrapper ul li p i {
            width: 0.7142857143rem;
            height: 0.7142857143rem;
            background-size: 100% 100% !important; }
          .comparison .wrapper ul li p.line {
            display: flex;
            justify-content: center;
            align-items: center;
            line-height: 1; }
          .comparison .wrapper ul li p.ipb::after {
            height: 16.6428571429rem; }
        .comparison .wrapper ul li:nth-of-type(1) {
          height: 3.6428571429rem; }
          .comparison .wrapper ul li:nth-of-type(1) p {
            font-size: 0.7857142857rem;
            font-weight: bold;
            line-height: 3.6428571429rem;
            color: #31303e; }
            .comparison .wrapper ul li:nth-of-type(1) p:nth-of-type(1) {
              font-size: 0.6428571429rem;
              font-weight: 500;
              line-height: 1; }

  .privacy {
    background: none;
    padding-bottom: 0; }
    .privacy .wrapper .title_box {
      padding: 0 1.7142857143rem;
      margin-bottom: 3.9285714286rem; }
      .privacy .wrapper .title_box h2 {
        font-size: 2.0714285714rem;
        font-weight: 400;
        margin-bottom: 1.0714285714rem; }
      .privacy .wrapper .title_box p {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        margin: 0; }
      .privacy .wrapper .title_box .pc-btn {
        justify-content: space-between;
        margin-top: 1.7857142857rem; }
        .privacy .wrapper .title_box .pc-btn a {
          width: 100% !important;
          display: inline-block;
          margin: 0;
          padding: 0; }
          .privacy .wrapper .title_box .pc-btn a .combe-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
    .privacy .wrapper ul {
      width: 100%;
      flex-direction: column;
      align-items: center;
      background: url(../images/vpn-browser/privacy_bg_mob.png) bottom;
      background-size: auto 22.7857142857rem; }
      .privacy .wrapper ul li {
        width: 23.2857142857rem;
        height: 21.5714285714rem;
        background: #ffffff;
        box-shadow: 0px 3px 13px rgba(43, 104, 251, 0.2);
        border-radius: 3px;
        margin-bottom: 2.5rem; }

  .faqs {
    padding: 1.4285714286rem 1.1428571429rem 0; }
    .faqs .wrapper h2 {
      font-size: 29px;
      font-weight: 400;
      color: #1e1c2c;
      margin-bottom: 0.6428571429rem; }
    .faqs .wrapper .faqs_main .faqs_box .faqs_question {
      height: 3.9285714286rem; }
      .faqs .wrapper .faqs_main .faqs_box .faqs_question h3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        color: #1e1c2c; }
      .faqs .wrapper .faqs_main .faqs_box .faqs_question i {
        width: 1.5714285714rem;
        height: 1.5714285714rem; }
    .faqs .wrapper .faqs_main .faqs_box .faqs_answer .text_box p {
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      color: #8e8b9d; }
    .faqs .wrapper .faqs_main .faqs_box .faqs_answer ._margin {
      height: 1.7857142857rem; }

  .footer_down {
    padding: 3.5714285714rem 0 0;
    background: none; }
    .footer_down .wrapper .footer_text {
      padding: 0 0.9285714286rem; }
      .footer_down .wrapper .footer_text h2 {
        font-size: 23px;
        font-weight: 400;
        line-height: 35px;
        text-align: center;
        margin-bottom: 2.8571428571rem; }
      .footer_down .wrapper .footer_text .pc-btn {
        flex-direction: column;
        align-items: center; }
        .footer_down .wrapper .footer_text .pc-btn .button-link {
          display: block;
          margin-top: 1.0714285714rem; }
    .footer_down .wrapper .img_box {
      margin-top: 1.5rem; } }
.beat_box.on .beat {
  animation: w-showlock 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  animation-delay: 1.6s; }
.beat_box.on .b-delay1 {
  animation-delay: 1s; }
.beat_box.on .b-delay2 {
  animation-delay: 1.2s; }
.beat_box.on .b-delay3 {
  animation-delay: 1.4s; }
.beat_box.on .b-delay4 {
  animation-delay: 1.6s; }
.beat_box.on .b-delay5 {
  animation-delay: 1.8s; }

@keyframes w-showlock {
  from {
    opacity: 0;
    transform: scale(0); }
  to {
    opacity: 1;
    transform: scale(1); } }
@keyframes waveopac {
  from {
    opacity: 1;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%; }
  to {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; } }

/*# sourceMappingURL=vpn-browser.css.map */
