html, body {
  font-size: 10px; }

body {
  background-color: #f7f9fa;
  font-family: "Open Sans",Arial,sans-serif;
  color: #4a4a4a;
  width: 100%;
  min-width: 320px; }

body.modal-open {
  overflow: hidden; }

h1, h2, h3 {
  font-family: "Helvetica Neue","Open Sans",Helvetica,Arial,sans-serif; }

h1 {
  font-size: 40px;
  line-height: 1.2;
  width: 890px;
  max-width: 95%;
  font-weight: bold;
  text-align: center;
  margin: 0 auto; }
  @media screen and (max-width: 1023px) {
    h1 {
      font-size: calc(22.54px + 1.70vw); } }
  @media screen and (max-width: 640px) {
    h1 {
      max-width: 100%; } }

h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25; }
  @media screen and (max-width: 1023px) {
    h2 {
      font-size: calc(12px + 2.44vw); } }

h3 {
  font-size: 30px;
  font-weight: 300; }

a {
  color: #5199ff;
  -webkit-transition: color 80ms ease-out;
  transition: color 80ms ease-out; }

a:hover {
  color: #2164c2;
  text-decoration: none; }

code {
  font-size: 90%;
  color: #666;
  background-color: #eee;
  border-radius: 4px;
  word-break: break-word; }

.col-center {
  max-width: 1440px;
  margin: 0 auto; }

.col-lg-12 {
  position: relative; }

.header {
  max-width: 1440px;
  min-height: 120px;
  margin: 66px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 1023px) {
    .header {
      min-height: 80px;
      padding: 0 21px; } }
  @media screen and (max-width: 776px) {
    .header {
      min-height: 40px; } }
  .header p.description {
    font-size: 18px;
    line-height: 1.39;
    text-align: center;
    margin: 8px auto 8px;
    width: 890px;
    max-width: 90%; }
    @media screen and (max-width: 480px) {
      .header p.description {
        max-width: 100%; } }
    .header p.description.updated {
      color: rgba(74, 74, 74, 0.5); }

a.button {
  display: block;
  margin: 3px auto 0;
  border-radius: 4px;
  -webkit-transition: background-color 1s ease, -webkit-box-shadow 1s ease;
  transition: background-color 1s ease, -webkit-box-shadow 1s ease;
  transition: background-color 1s ease, box-shadow 1s ease;
  transition: background-color 1s ease, box-shadow 1s ease, -webkit-box-shadow 1s ease;
  text-decoration: none; }
  a.button span {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    color: #ffffff; }
    @media screen and (max-width: 360px) {
      a.button span {
        font-size: 18px; } }
  a.button.download {
    width: 300px;
    max-width: 90%;
    white-space: nowrap;
    height: 66px;
    -webkit-box-shadow: 0 4px 22px 0 rgba(7, 37, 93, 0.15), 0 0 7px 2px rgba(5, 66, 135, 0.11);
    box-shadow: 0 4px 22px 0 rgba(7, 37, 93, 0.15), 0 0 7px 2px rgba(5, 66, 135, 0.11);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#40a8ff), to(#5199ff));
    background-image: linear-gradient(to bottom, #40a8ff, #5199ff);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 23px;
    gap: 18px; }
    @media screen and (max-width: 360px) {
      a.button.download {
        width: 248px;
        height: 57px; } }
    a.button.download span {
      line-height: 66px; }
      @media screen and (max-width: 360px) {
        a.button.download span {
          line-height: 57px; } }
    a.button.download img {
      vertical-align: middle; }
  a.button.cta.download {
    width: 276px;
    height: 57px;
    margin: 10px auto 0; }
    @media screen and (max-width: 360px) {
      a.button.cta.download {
        width: 206px;
        height: 51px;
        margin-top: 23px; } }
    a.button.cta.download span {
      line-height: 57px;
      font-size: 20px; }
      @media screen and (max-width: 360px) {
        a.button.cta.download span {
          line-height: 51px;
          font-size: 17px; } }
  a.button.buy {
    width: 220px;
    height: 57px;
    margin: 10px auto 0;
    background-color: #ff5757;
    -webkit-box-shadow: inset 0 -3px 27px 3px rgba(58, 0, 0, 0.01), inset 0 10px 28px 0 rgba(255, 245, 235, 0.18);
    box-shadow: inset 0 -3px 27px 3px rgba(58, 0, 0, 0.01), inset 0 10px 28px 0 rgba(255, 245, 235, 0.18);
    text-align: center; }
    a.button.buy:hover {
      background-color: #ff653a; }
    @media screen and (max-width: 360px) {
      a.button.buy {
        width: 206px;
        height: 51px;
        margin-top: 23px; } }
    a.button.buy span {
      line-height: 57px;
      font-size: 20px; }
      @media screen and (max-width: 360px) {
        a.button.buy span {
          line-height: 51px;
          font-size: 17px; } }
  a.button.buy-premium {
    width: 209px;
    height: 48px;
    max-width: 90%;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(78, 123, 74, 0.26);
    box-shadow: 0 1px 3px 0 rgba(78, 123, 74, 0.26);
    border: solid 1px #34d63b;
    background-color: #4dda53;
    padding: 0 1.6em;
    font-size: 18px;
    gap: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    a.button.buy-premium img {
      width: 14px; }
    a.button.buy-premium span {
      line-height: 3.0;
      font-size: inherit;
      white-space: nowrap; }
  a.button.left {
    margin-left: 0;
    margin-right: 0; }
    @media screen and (max-width: 1280px) {
      a.button.left {
        margin-left: auto;
        margin-right: auto; } }

.row {
  padding: 0; }

.row.g-centered {
  padding: 0 35px; }

.row.intro {
  min-height: 213px; }
  @media screen and (max-width: 1023px) {
    .row.intro {
      min-height: unset; } }

.page-head {
  width: 100%;
  height: 76px; }
  @media screen and (min-width: 1024px) {
    .page-head.ribbon-padding {
      margin-top: 31px; } }
  .page-head .menu-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 108px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0s ease-in-out, background-color .4s ease-in-out;
    transition: all 0s ease-in-out, background-color .4s ease-in-out; }
    @media screen and (min-width: 1024px) {
      .page-head .menu-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1001;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        animation: fadein 1.5s;
        -webkit-animation: fadein 1.5s; } }
    .page-head .menu-wrapper .news-ribbon {
      background-color: #508efe;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 1001; }
      @media screen and (max-width: 1023px) {
        .page-head .menu-wrapper .news-ribbon {
          display: none; } }
      .page-head .menu-wrapper .news-ribbon div {
        color: #fff;
        padding: 2px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media screen and (max-width: 640px) {
          .page-head .menu-wrapper .news-ribbon div {
            padding: 6px 5vw; } }
        .page-head .menu-wrapper .news-ribbon div a {
          color: #fff;
          font-size: 14px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          @media screen and (max-width: 640px) {
            .page-head .menu-wrapper .news-ribbon div a {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              text-align: center; } }
        .page-head .menu-wrapper .news-ribbon div i {
          font-size: 24px;
          font-weight: 300;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          padding: 0 24px 3px;
          font-family: Palatino, Arial, sans-serif; }
          @media screen and (max-width: 640px) {
            .page-head .menu-wrapper .news-ribbon div i {
              display: none; } }
    .page-head .menu-wrapper .head-menu {
      margin: 0 auto;
      padding: 0;
      width: 1360px;
      max-width: 100%;
      position: relative;
      z-index: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 1440px) {
        .page-head .menu-wrapper .head-menu {
          max-width: 100%;
          padding: 0 50px 0 40px; } }
      @media screen and (max-width: 1200px) {
        .page-head .menu-wrapper .head-menu {
          padding: 0 40px 0 40px; } }
      @media screen and (max-width: 1023px) {
        .page-head .menu-wrapper .head-menu {
          margin: 0 auto 0; } }
      .page-head .menu-wrapper .head-menu .logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
        flex: 0 1 33%; }
        @media screen and (max-width: 1023px) {
          .page-head .menu-wrapper .head-menu .logo {
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
            text-align: center;
            width: 100%; } }
        .page-head .menu-wrapper .head-menu .logo a {
          display: block;
          width: 187px;
          height: 43px;
          background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/GlassWire_Endpoint_Security_Logo.svg") no-repeat 0 0; }
          .page-head .menu-wrapper .head-menu .logo a:hover, .page-head .menu-wrapper .head-menu .logo a:active {
            text-decoration: none; }
      .page-head .menu-wrapper .head-menu .mobile-menu-btn {
        position: absolute;
        top: 0;
        right: -15px;
        width: 41px;
        display: none; }
        @media screen and (max-width: 1023px) {
          .page-head .menu-wrapper .head-menu .mobile-menu-btn {
            position: absolute;
            display: block; } }
        .page-head .menu-wrapper .head-menu .mobile-menu-btn .icon-sandwich {
          margin-right: 2px;
          fill: #000;
          fill-opacity: 0.27; }
        .page-head .menu-wrapper .head-menu .mobile-menu-btn .icon-close {
          margin-top: 3px; }
        .page-head .menu-wrapper .head-menu .mobile-menu-btn img {
          opacity: 0;
          position: absolute;
          left: 0;
          top: 0;
          -webkit-transition: .5s;
          transition: .5s;
          padding: 8px 10px; }
          .page-head .menu-wrapper .head-menu .mobile-menu-btn img.visible {
            opacity: 1; }
      .page-head .menu-wrapper .head-menu .menu {
        margin-top: 0;
        max-width: 504px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 67%;
        flex: 0 1 67%; }
        @media screen and (max-width: 1023px) {
          .page-head .menu-wrapper .head-menu .menu {
            display: none; } }
        .page-head .menu-wrapper .head-menu .menu > ul {
          margin: 0;
          padding: 0;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .page-head .menu-wrapper .head-menu .menu > ul.download-only {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
          .page-head .menu-wrapper .head-menu .menu > ul > li {
            list-style: none; }
            .page-head .menu-wrapper .head-menu .menu > ul > li.download {
              -ms-flex-item-align: end;
              align-self: flex-end; }
            .page-head .menu-wrapper .head-menu .menu > ul > li .ic-dropdown {
              fill-opacity: 0.3;
              fill: #000000;
              -webkit-transition: all 80ms ease-out;
              transition: all 80ms ease-out; }
            .page-head .menu-wrapper .head-menu .menu > ul > li.shown .submenu {
              opacity: 1;
              visibility: visible; }
          .page-head .menu-wrapper .head-menu .menu > ul > li:hover > a, .page-head .menu-wrapper .head-menu .menu > ul > li:hover > b {
            color: #28aafa; }
          .page-head .menu-wrapper .head-menu .menu > ul > li:hover > .submenu {
            opacity: 1;
            visibility: visible; }
          .page-head .menu-wrapper .head-menu .menu > ul > li:hover .ic-dropdown {
            fill-opacity: 1.0;
            fill: #28aafa; }
          .page-head .menu-wrapper .head-menu .menu > ul > li:last-child a {
            color: #30d62f; }
            .page-head .menu-wrapper .head-menu .menu > ul > li:last-child a.active {
              color: #28aafa; }
        .page-head .menu-wrapper .head-menu .menu a, .page-head .menu-wrapper .head-menu .menu b {
          padding: 6px 3px;
          font-size: 14px;
          font-weight: 600;
          letter-spacing: -0.2px;
          text-align: left;
          color: rgba(0, 0, 0, 0.3);
          display: block;
          text-decoration: none;
          border-top: 2px solid transparent;
          border-bottom: 2px solid transparent;
          cursor: pointer; }
          .page-head .menu-wrapper .head-menu .menu a img, .page-head .menu-wrapper .head-menu .menu b img {
            margin-right: 10px;
            -o-object-fit: contain;
            object-fit: contain; }
          .page-head .menu-wrapper .head-menu .menu a.active, .page-head .menu-wrapper .head-menu .menu b.active {
            color: #28aafa;
            border-bottom: 2px solid #28aafa; }
            .page-head .menu-wrapper .head-menu .menu a.active .ic-dropdown, .page-head .menu-wrapper .head-menu .menu b.active .ic-dropdown {
              fill-opacity: 1.0;
              fill: #28aafa; }
        .page-head .menu-wrapper .head-menu .menu a.buy {
          color: #fff;
          background-color: #40da4c;
          padding: 3px 9px;
          border-radius: 4px; }
        .page-head .menu-wrapper .head-menu .menu a.download {
          margin-left: 0;
          margin-right: 0;
          position: relative;
          top: -1px; }
        .page-head .menu-wrapper .head-menu .menu a.button.download {
          height: 50px;
          min-width: unset;
          width: 241px;
          max-width: 90%;
          border-radius: 3px;
          -webkit-box-shadow: 0 4px 22px 0 rgba(7, 37, 93, 0.15), 0 0 7px 2px rgba(5, 66, 135, 0.11);
          box-shadow: 0 4px 22px 0 rgba(7, 37, 93, 0.15), 0 0 7px 2px rgba(5, 66, 135, 0.11);
          background-image: -webkit-gradient(linear, left top, left bottom, from(#40a8ff), to(#5199ff));
          background-image: linear-gradient(to bottom, #40a8ff, #5199ff);
          padding: 0 1.6em;
          font-size: 18px;
          gap: 14px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .page-head .menu-wrapper .head-menu .menu a.button.download img {
            width: 14px; }
          .page-head .menu-wrapper .head-menu .menu a.button.download span {
            line-height: 3.0;
            font-size: inherit;
            white-space: nowrap; }
      .page-head .menu-wrapper .head-menu .submenu {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        min-width: 150px;
        border-radius: 4px;
        -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
        border: solid 1px rgba(0, 0, 0, 0.06);
        background-color: #fff; }
        .page-head .menu-wrapper .head-menu .submenu ul {
          margin: 0;
          padding: 4px 0 4px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .page-head .menu-wrapper .head-menu .submenu ul li {
            list-style: none; }
            .page-head .menu-wrapper .head-menu .submenu ul li a {
              color: #4a4a4a;
              font-size: 14px;
              font-weight: 600;
              line-height: 1.71;
              padding: 8px 16px; }
              .page-head .menu-wrapper .head-menu .submenu ul li a:hover {
                color: #4a4a4a;
                background-color: rgba(0, 0, 0, 0.03); }
              .page-head .menu-wrapper .head-menu .submenu ul li a img {
                display: inline-block;
                margin: 0 0 0 10px;
                vertical-align: center;
                position: relative;
                top: -1px; }
      .page-head .menu-wrapper .head-menu #menu-item-features .submenu ul li:last-child a {
        color: #f43e7f; }
      .page-head .menu-wrapper .head-menu.download-only .menu {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      @media screen and (max-width: 1023px) {
        .page-head .menu-wrapper .head-menu.download-only .logo {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .page-head .menu-wrapper .head-menu.download-only .mobile-menu-btn {
        display: none; }
    .page-head .menu-wrapper.dark .head-menu .logo a {
      background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/gw-logo-white.svg") no-repeat 0 0; }
    .page-head .menu-wrapper.dark .head-menu .mobile-menu-btn .icon-sandwich {
      fill: #fff;
      fill-opacity: 0.73; }
    .page-head .menu-wrapper.dark .head-menu .menu > ul > li > a, .page-head .menu-wrapper.dark .head-menu .menu > ul > li > b {
      color: rgba(255, 255, 255, 0.64); }
      .page-head .menu-wrapper.dark .head-menu .menu > ul > li > a .ic-dropdown, .page-head .menu-wrapper.dark .head-menu .menu > ul > li > b .ic-dropdown {
        fill-opacity: 0.64;
        fill: #ffffff;
        -webkit-transition: all 80ms ease-out;
        transition: all 80ms ease-out; }
      .page-head .menu-wrapper.dark .head-menu .menu > ul > li > a.active, .page-head .menu-wrapper.dark .head-menu .menu > ul > li > b.active {
        color: #28aafa;
        border-bottom: 2px solid #28aafa; }
        .page-head .menu-wrapper.dark .head-menu .menu > ul > li > a.active .ic-dropdown, .page-head .menu-wrapper.dark .head-menu .menu > ul > li > b.active .ic-dropdown {
          fill-opacity: 1.0;
          fill: #28aafa; }
    .page-head .menu-wrapper.dark .head-menu .menu > ul > li:hover > a, .page-head .menu-wrapper.dark .head-menu .menu > ul > li:hover > b {
      color: #28aafa; }
      .page-head .menu-wrapper.dark .head-menu .menu > ul > li:hover > a .ic-dropdown, .page-head .menu-wrapper.dark .head-menu .menu > ul > li:hover > b .ic-dropdown {
        fill-opacity: 1.0;
        fill: #28aafa; }
    .page-head .menu-wrapper.dark .head-menu .menu > ul > li:last-child > a {
      color: #6ddc58; }
    .page-head .menu-wrapper.dark .head-menu .submenu {
      border: solid 1px rgba(0, 0, 0, 0.1);
      background-color: #40389a; }
      .page-head .menu-wrapper.dark .head-menu .submenu ul li a {
        color: rgba(255, 255, 255, 0.94); }
        .page-head .menu-wrapper.dark .head-menu .submenu ul li a:hover {
          background-color: rgba(255, 255, 255, 0.06); }
    .page-head .menu-wrapper.dark .head-menu #menu-item-features .submenu ul li:last-child a {
      color: #ff5391; }
  @media screen and (min-width: 1024px) {
    .page-head.ribbon-padding .menu-wrapper {
      top: 31px; } }
  .page-head.sticky.ribbon-padding {
    margin-top: 0; }
  @media screen and (min-width: 1024px) {
    .page-head.sticky .menu-wrapper {
      background-color: #FFF;
      -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09); } }
  .page-head.sticky .menu-wrapper.dark {
    background-color: #3A3387; }

.languages {
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 100; }
  @media screen and (max-width: 600px) {
    .languages {
      width: 100%;
      left: 0;
      text-align: center; } }
  .languages a {
    position: relative;
    margin: 24px 11px;
    display: inline-block;
    width: 21px;
    height: 15px; }
  .languages a.active:after {
    content: ' ';
    width: 29px;
    height: 23px;
    background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/flag-select.svg") no-repeat;
    position: absolute;
    top: -4px;
    left: -4px;
    display: inline-block; }
  .languages .en {
    background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/lang/us.svg") no-repeat; }
  .languages .de {
    background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/lang/de.svg") no-repeat; }
  .languages .fr {
    background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/lang/fr.svg") no-repeat; }
  .languages .es {
    background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/lang/es.svg") no-repeat; }
  .languages .ru {
    background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/lang/ru.svg") no-repeat; }

.page h1 {
  width: 530px;
  max-width: 95%;
  margin: 0 auto; }
  @media screen and (max-width: 1023px) {
    .page h1 {
      font-size: calc(20px + 2.5vw); } }

.page .content {
  width: 931px;
  max-width: 95%;
  min-height: 475px;
  margin: 68px auto 13vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 4px;
  background-color: #ffffff; }
  @media screen and (max-width: 1440px) {
    .page .content {
      margin-top: calc(6.07vw - 7.42px); } }
  @media screen and (max-width: 640px) {
    .page .content {
      margin-bottom: 18vw; } }
  .page .content div {
    width: 100%; }
    .page .content div img {
      margin: 10px auto 50px;
      display: block; }
    .page .content div p {
      font-size: 17px;
      line-height: 1.47;
      text-align: center;
      max-width: 90%;
      margin: 10px auto; }

.buy-n-marks {
  max-width: 1241px;
  margin: 56px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px; }
  @media screen and (max-width: 1024px) {
    .buy-n-marks {
      max-width: 95%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 640px) {
    .buy-n-marks {
      margin-bottom: 0; } }
  @media screen and (max-width: 360px) {
    .buy-n-marks {
      margin-bottom: 2px; } }
  .buy-n-marks > div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    text-align: center;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 0;
    width: 17%;
    min-width: 135px; }
    @media screen and (max-width: 776px) {
      .buy-n-marks > div {
        min-width: 130px; } }
    @media screen and (max-width: 639px) {
      .buy-n-marks > div {
        width: 34%;
        min-width: 135px; } }
    @media screen and (max-width: 360px) {
      .buy-n-marks > div {
        margin-bottom: 35px; } }
    .buy-n-marks > div > img {
      display: block;
      margin: 13px auto 8px; }
    .buy-n-marks > div .img_stars {
      margin: -1px auto 3px;
      display: block; }
  .buy-n-marks > div.button-wrapper {
    width: 32%; }
    @media screen and (max-width: 1024px) {
      .buy-n-marks > div.button-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 55px; } }
    @media screen and (max-width: 640px) {
      .buy-n-marks > div.button-wrapper {
        display: block;
        margin-bottom: 54px; } }

.download-glasswire-container {
  max-width: 1263px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 1359px) {
    .download-glasswire-container {
      max-width: 95%; } }
  @media screen and (max-width: 640px) {
    .download-glasswire-container {
      max-width: 100%; } }
  .download-glasswire-container .download-glasswire {
    margin-top: 0;
    padding: 89px 0 30px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px rgba(0, 0, 0, 0.02); }
    @media screen and (max-width: 1440px) {
      .download-glasswire-container .download-glasswire {
        padding: calc(7.14vw - 13.8px) 0 calc(2.67vw - 8.57px); } }
    @media screen and (max-width: 864px) {
      .download-glasswire-container .download-glasswire {
        margin-left: 0;
        margin-right: 0;
        padding-left: 2%;
        padding-right: 2%; } }
    @media screen and (max-width: 640px) {
      .download-glasswire-container .download-glasswire {
        padding-left: 40px;
        padding-right: 40px;
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0; }
        .download-glasswire-container .download-glasswire #trust-mark-lifehacker-buy,
        .download-glasswire-container .download-glasswire #trust-mark-pcworld-buy,
        .download-glasswire-container .download-glasswire #trust-mark-fastcompany-buy,
        .download-glasswire-container .download-glasswire #trust-mark-networkworld-buy {
          display: none; } }
    .download-glasswire-container .download-glasswire img.heading {
      display: block;
      margin: 0 auto 20px;
      max-width: 76px;
      min-width: 54px; }
      @media screen and (max-width: 640px) {
        .download-glasswire-container .download-glasswire img.heading {
          margin-top: 72px;
          margin-bottom: 0;
          width: 17vw; } }
    .download-glasswire-container .download-glasswire h2 {
      font-size: 28px;
      font-weight: bold;
      line-height: 1.07;
      text-align: center;
      color: #4a4a4a;
      max-width: 90%;
      margin: 15px auto; }
      @media screen and (max-width: 640px) {
        .download-glasswire-container .download-glasswire h2 {
          font-size: calc(18px + 2.5vw);
          margin-top: 15px; } }
      @media screen and (max-width: 360px) {
        .download-glasswire-container .download-glasswire h2 {
          font-size: 24px; } }
    .download-glasswire-container .download-glasswire p.description {
      font-size: 16px;
      text-align: center;
      color: rgba(0, 0, 0, 0.4);
      width: 640px;
      max-width: 85%;
      margin: 15px auto; }
      @media screen and (max-width: 640px) {
        .download-glasswire-container .download-glasswire p.description {
          font-size: 12px;
          margin-bottom: 18px;
          margin-top: 17px; } }

.row.footer {
  background-color: #424965;
  height: auto;
  padding: 0; }
  .row.footer .graph-container {
    width: 100%;
    height: 108px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0; }
    @media screen and (max-width: 640px) {
      .row.footer .graph-container {
        display: none; } }
    .row.footer .graph-container img {
      width: 100%;
      height: 108px; }
  .row.footer > div {
    width: 100%;
    height: 100%; }

footer {
  height: 450px;
  max-width: 1304px;
  margin: 40px auto 0;
  padding: 18px 0 89px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media screen and (max-width: 1359px) {
    footer {
      max-width: 95%; } }
  @media screen and (max-width: 980px) {
    footer {
      max-width: 85%;
      height: auto;
      padding: 10px 0 42px; } }
  footer section.footer-nav {
    height: 380px;
    width: 73.5%;
    max-width: 980px;
    padding: 0 2px;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2; }
    @media screen and (max-width: 980px) {
      footer section.footer-nav {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin: 10px auto 0;
        height: auto;
        max-height: unset; } }
    @media screen and (max-width: 980px) {
      footer section.footer-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-height: unset; }
        footer section.footer-nav nav#footer-nav-glasswire {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; }
        footer section.footer-nav nav#footer-nav-keep-in-touch {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          min-height: auto; }
        footer section.footer-nav nav#footer-nav-resources {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3; }
        footer section.footer-nav nav#footer-nav-legal {
          -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
          order: 4; }
        footer section.footer-nav nav#footer-nav-support {
          -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
          order: 5; }
        footer section.footer-nav section.googleplay {
          -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
          order: 6; } }
    footer section.footer-nav a {
      color: #ffffff;
      text-decoration: none; }
    footer section.footer-nav a:hover {
      color: #ffffff;
      text-decoration: none; }
    footer section.footer-nav nav {
      min-width: 127px;
      margin-bottom: 26px; }
      footer section.footer-nav nav#footer-nav-glasswire {
        margin-bottom: 10px; }
      @media screen and (max-width: 980px) {
        footer section.footer-nav nav {
          width: 100%;
          margin-bottom: 33px; } }
      footer section.footer-nav nav header {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 13px;
        font-weight: bold;
        text-align: left;
        color: rgba(255, 255, 255, 0.35);
        text-transform: uppercase; }
        @media screen and (max-width: 980px) {
          footer section.footer-nav nav header {
            margin-bottom: 7px;
            text-align: center;
            font-size: 11px; } }
      footer section.footer-nav nav ul {
        list-style: none;
        margin: 6px 0;
        padding: 0; }
        @media screen and (max-width: 980px) {
          footer section.footer-nav nav ul {
            text-align: center;
            max-width: 96%;
            margin: 0 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        footer section.footer-nav nav ul li {
          font-size: 13px;
          line-height: 2.2;
          text-align: left; }
          @media screen and (max-width: 980px) {
            footer section.footer-nav nav ul li {
              display: inline-block;
              line-height: 100%;
              margin: 8px 6px;
              font-size: 11px; } }
          footer section.footer-nav nav ul li a img {
            margin-bottom: 2px; }
            @media screen and (max-width: 980px) {
              footer section.footer-nav nav ul li a img {
                display: none; } }
      @media screen and (max-width: 980px) {
        footer section.footer-nav nav#footer-nav-resources ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          text-align: center; } }
      @media screen and (max-width: 980px) {
        footer section.footer-nav nav#footer-nav-resources ul li {
          text-align: center;
          margin: 8px 0; } }
  footer section.googleplay {
    margin-top: 0;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 258px; }
    @media screen and (max-width: 980px) {
      footer section.googleplay {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 96%;
        margin: 0 auto;
        text-align: center; } }
    @media screen and (max-width: 360px) {
      footer section.googleplay {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        footer section.googleplay > * {
          margin-bottom: 20px; } }
    @media screen and (max-width: 360px) {
      footer section.googleplay a {
        margin-bottom: 20px; }
        footer section.googleplay a:last-child {
          margin-bottom: 0; } }
    footer section.googleplay img.playstore, footer section.googleplay img.ms-windows {
      width: 115px; }
  footer section.subscribe {
    width: 26%; }
    @media screen and (max-width: 980px) {
      footer section.subscribe {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin: 0 auto;
        text-align: center;
        width: 96%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    footer section.subscribe .center {
      width: 335px;
      max-width: 100%;
      margin: 0 auto; }
    footer section.subscribe header {
      color: #ffffff;
      font-size: 13px;
      margin-bottom: 7px; }
    footer section.subscribe p {
      font-size: 11px;
      text-align: left;
      color: rgba(255, 255, 255, 0.5);
      max-width: 320px; }
      @media screen and (max-width: 980px) {
        footer section.subscribe p {
          margin: 0 auto 27px;
          text-align: center; } }
    footer section.subscribe form {
      margin: 18px 0 6px;
      height: 70px; }
      @media screen and (max-width: 980px) {
        footer section.subscribe form {
          margin-top: 5px; } }
      footer section.subscribe form .input-wrapper {
        display: inline-block;
        position: relative;
        width: 100%;
        max-width: 280px; }
      footer section.subscribe form input[name=EMAIL] {
        width: 100%;
        height: 31px;
        border-radius: 2px;
        border-width: 0;
        border-style: solid;
        background-color: rgba(255, 255, 255, 0.26);
        font-size: 12px;
        padding: 0 50px 0 3%;
        color: rgba(255, 255, 255, 0.61);
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
        footer section.subscribe form input[name=EMAIL]::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.61); }
        footer section.subscribe form input[name=EMAIL]::-moz-placeholder {
          color: rgba(255, 255, 255, 0.61); }
        footer section.subscribe form input[name=EMAIL]:-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.61); }
        footer section.subscribe form input[name=EMAIL]::-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.61); }
        footer section.subscribe form input[name=EMAIL]::placeholder {
          color: rgba(255, 255, 255, 0.61); }
        footer section.subscribe form input[name=EMAIL]::-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.61); }
      footer section.subscribe form input[name=EMAIL]:focus {
        background-color: #ffffff;
        color: #4a4a4a; }
      footer section.subscribe form .join {
        position: absolute;
        right: 16px;
        top: 0;
        line-height: 28px; }
        footer section.subscribe form .join input[name=subscribe] {
          font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
          font-size: 11px;
          font-weight: 500;
          color: rgba(255, 255, 255, 0.13);
          background: transparent;
          border: none;
          padding: 0; }
      footer section.subscribe form.active input[name=EMAIL] {
        background-color: #ffffff;
        color: #4a4a4a; }
      footer section.subscribe form.active input[name=subscribe] {
        color: #5199ff; }
        footer section.subscribe form.active input[name=subscribe]:disabled {
          color: rgba(0, 0, 0, 0.15); }
      footer section.subscribe form .mce-responses {
        padding: 8px 0;
        font-size: 11px; }
        footer section.subscribe form .mce-responses .mce-error-response {
          display: none;
          color: #c38282; }
        footer section.subscribe form .mce-responses .mce-success-response {
          display: none;
          color: #7bbb7b; }
  footer section.badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    width: 280px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 2px; }
    @media screen and (max-width: 980px) {
      footer section.badges {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 96%;
        gap: 40px;
        margin: 40px auto 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }

section.copyright {
  position: absolute;
  bottom: 18px;
  right: 26px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5); }
  section.copyright img {
    margin: 0 0 3px 10px; }
  @media screen and (max-width: 980px) {
    section.copyright {
      text-align: center;
      width: 100%;
      right: 0; } }

/* Mobile banner */
#android-banner {
  position: fixed;
  height: 58px;
  background-image: linear-gradient(98deg, rgba(117, 192, 254, 0.99), #78e99e);
  -webkit-box-shadow: 0 2px 8px 0 rgba(55, 200, 226, 0.34);
  box-shadow: 0 2px 8px 0 rgba(55, 200, 226, 0.34);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #android-banner.hidden {
    display: none; }
  @media screen and (min-width: 1024px) {
    #android-banner {
      display: none; } }
  #android-banner div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #android-banner div img {
      display: block;
      margin: auto 0 auto 12px;
      width: 22px; }
      @media screen and (max-width: 359px) {
        #android-banner div img {
          margin-left: 10px; } }
    #android-banner div p {
      margin: auto 0 auto 8px;
      font-weight: 600;
      font-size: 13px;
      color: #fff; }
      @media screen and (max-width: 359px) {
        #android-banner div p {
          font-size: 12px; } }
  #android-banner a {
    margin: auto 12px auto 0;
    display: block;
    min-width: 61px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 26px;
    line-height: 24px;
    padding-top: 1px;
    border-radius: 4px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.03);
    text-align: center;
    color: #76d9c1;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none; }
    @media screen and (max-width: 359px) {
      #android-banner a {
        margin-right: 10px; } }

@media screen and (max-width: 1023px) {
  body.android .row.footer footer {
    height: 665px;
    padding-bottom: 125px;
    margin-top: 34px; } }

@media screen and (max-width: 980px) {
  body.android .row.footer footer {
    height: auto; } }

@media screen and (max-width: 1023px) {
  body.android .row.footer section.copyright {
    bottom: 74px; } }

@media screen and (max-width: 1023px) {
  body.android .row.footer .graph-container {
    bottom: 56px; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none !important; }

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  display: none !important; }

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: #28aafa !important; }

#CookiebotWidget .CookiebotWidget-consent-details button {
  color: #28aafa !important; }

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background-color: #28aafa !important;
  border-color: #28aafa !important; }

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  border-color: #28aafa !important; }

/* IE 10,11 */
@media screen and (min-width: 0\0) {
  .row.footer {
    height: auto; } }

.stpx {
  position: absolute;
  left: -7000px; }

.cc-window {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .cc-window .cc-message {
    font-size: 13px !important;
    max-width: 1100px !important; }
  .cc-window .cc-compliance {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .cc-window .cc-btn {
    border-radius: 3px; }

.cc-revoke {
  display: none !important; }

#pixel_load {
  display: none; }

@font-face {
  font-family: Flexo;
  src: url("/National_Library/20160330061658oe_/https://www.glasswire.com/fonts/Flexo-Bold.otf");
  font-weight: bold; }

@font-face {
  font-family: "HelveticaNeueRegular";
  src: url("/National_Library/20160330061658oe_/https://www.glasswire.com/fonts/Helvetica-Neue-67-Medium-Condensed.otf");
  font-weight: 300; }

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.carousel *, .carousel *:before, .carousel *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%; }

.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.carousel__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer; }

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: .25;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out; }

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1; }

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
  box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease; }

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.carousel__button.is-prev {
  left: 10px; }

.carousel__button.is-next {
  right: 10px; }

.carousel__button[disabled] {
  cursor: default;
  opacity: .3; }

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none; }

html.with-fancybox {
  scroll-behavior: auto; }

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
  touch-action: none; }

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4)); }

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.fancybox__container :focus {
  outline: none; }

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94)); }

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px; } }

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92)); }

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10; }

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default; }

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.fancybox__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px; }

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: auto; }

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px; } }

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 20; }

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
  box-shadow: none; }

.fancybox__caption {
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow-wrap: anywhere; }

.is-loading .fancybox__caption {
  visibility: hidden; }

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff); }

.fancybox__nav .carousel__button {
  z-index: 40; }

.fancybox__nav .carousel__button.is-next {
  right: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px; } }

.fancybox__nav .carousel__button.is-prev {
  left: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px; } }

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40; }

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px; } }

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff); }

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none; }

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor); }

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053; }

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%; }

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: .15s ease backwards fancybox-fadeIn;
  animation: .15s ease backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: .15s ease both fancybox-fadeOut;
  animation: .15s ease both fancybox-fadeOut; }

.fancybox-fadeIn {
  -webkit-animation: .15s ease both fancybox-fadeIn;
  animation: .15s ease both fancybox-fadeIn; }

.fancybox-fadeOut {
  -webkit-animation: .1s ease both fancybox-fadeOut;
  animation: .1s ease both fancybox-fadeOut; }

.fancybox-zoomInUp {
  -webkit-animation: .2s ease both fancybox-zoomInUp;
  animation: .2s ease both fancybox-zoomInUp; }

.fancybox-zoomOutDown {
  -webkit-animation: .15s ease both fancybox-zoomOutDown;
  animation: .15s ease both fancybox-zoomOutDown; }

.fancybox-throwOutUp {
  -webkit-animation: .15s ease both fancybox-throwOutUp;
  animation: .15s ease both fancybox-throwOutUp; }

.fancybox-throwOutDown {
  -webkit-animation: .15s ease both fancybox-throwOutDown;
  animation: .15s ease both fancybox-throwOutDown; }

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fancybox-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0; } }

@keyframes fancybox-fadeOut {
  to {
    opacity: 0; } }

@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; } }

@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; } }

@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0; } }

@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0; } }

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); }

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto; }

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox__image {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: none;
  transition: none; }

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px; }

.is-closing .has-image .fancybox__content {
  overflow: visible; }

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none; }

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto; }

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto; }

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto; }

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none; }

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%; }

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%; }

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df; }

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.fancybox__thumbs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
  animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0; }

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer; }

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92; }

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
  touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4)); }

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px; } }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
  animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0; }

.fancybox__toolbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.fancybox__toolbar__items--left {
  margin-right: auto; }

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.fancybox__toolbar__items--right {
  margin-left: auto; }

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none; } }

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0; }

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0; }

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0; }

.fancybox__container:fullscreen::backdrop {
  opacity: 0; }

.fancybox__button--fullscreen g:nth-child(2) {
  display: none; }

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__button--slideshow g:nth-child(2) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block; }

.page-about {
  width: 100%; }
  .page-about h2 {
    font-size: 30px;
    font-weight: 300;
    font-family: 'Open sans', sans-serif;
    margin: 20px 0 64px;
    text-align: left; }
    @media screen and (max-width: 1023px) {
      .page-about h2 {
        font-size: calc(14px + 1.56vw);
        margin: calc(2.84vw - 9px) 0 calc(3.4vw + 29px); } }
  .page-about a {
    color: #5199ff;
    text-decoration: none;
    -webkit-transition: color 80ms ease-out;
    transition: color 80ms ease-out; }
  .page-about a:hover {
    color: #2164c2; }
  .page-about .content {
    width: 95%;
    max-width: 1311px;
    margin: 0 auto -190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px rgba(0, 0, 0, 0.02); }
    @media screen and (max-width: 1024px) {
      .page-about .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .page-about .content .about {
      -ms-flex-preferred-size: 58.3%;
      flex-basis: 58.3%;
      padding: 69px 7.6% 70px 8.3%;
      border-right: 1px solid rgba(0, 0, 0, 0.05); }
      @media screen and (max-width: 1024px) {
        .page-about .content .about {
          border-right: none;
          border-bottom: 1px solid rgba(0, 0, 0, 0.05);
          padding: calc(2.13vw + 47.18px) 6% calc(2.13vw + 47.18px) 7%; } }
      .page-about .content .about p {
        font-size: 15px;
        line-height: 2.2;
        margin-top: 35px; }
      .page-about .content .about p.signature {
        line-height: normal;
        font-style: italic;
        margin-top: 40px; }
    .page-about .content .trust-marks {
      -ms-flex-preferred-size: 41.7%;
      flex-basis: 41.7%;
      min-width: 470px;
      padding: 32px 3.2% 44px 2%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 1024px) {
        .page-about .content .trust-marks {
          min-width: unset;
          padding: calc(1.13vw + 20.36px) 9% calc(1.13vw + 32.36px) 9%; } }
      @media screen and (max-width: 768px) {
        .page-about .content .trust-marks {
          min-width: unset;
          padding-right: 3%;
          padding-left: 3%; } }
      .page-about .content .trust-marks div {
        width: 50%;
        text-align: center;
        font-size: 11px;
        color: rgba(0, 0, 0, 0.5);
        margin: 0 0; }
        @media screen and (max-width: 1024px) {
          .page-about .content .trust-marks div {
            margin: 25px 0; } }
        @media screen and (max-width: 540px) {
          .page-about .content .trust-marks div {
            width: 100%; } }
        .page-about .content .trust-marks div span {
          display: block;
          margin: 0 auto;
          max-width: 190px; }
        .page-about .content .trust-marks div > img {
          display: block;
          margin: 13px auto 8px; }
        .page-about .content .trust-marks div #img-lifehacker {
          height: 22px;
          margin: 11px auto 6px; }
        .page-about .content .trust-marks div #img-pc-magazine {
          height: 16px;
          margin: 13.5px auto 8.5px; }
        .page-about .content .trust-marks div #img-droidlife {
          margin: 9px auto 15px; }
        .page-about .content .trust-marks div #img-tdd {
          height: 28px;
          margin: 15px auto 10px; }
        .page-about .content .trust-marks div #img-androidauth {
          height: 40px;
          margin: 10px auto 5px; }
        .page-about .content .trust-marks div .img_stars {
          display: block;
          margin: -1px auto 3px; }
  .page-about .row.footer {
    padding-top: 190px; }

.page-android h2 {
  font-size: 40px;
  font-weight: 600; }
  @media screen and (max-width: 1024px) {
    .page-android h2 {
      font-size: calc(10.9px + 2.84vw); } }

.page-android .header .description .mobile {
  display: none; }
  @media screen and (max-width: 640px) {
    .page-android .header .description .mobile {
      display: inline; } }

.page-android .row.content .figures {
  overflow: hidden;
  position: relative; }
  .page-android .row.content .figures .download-n-marks {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      .page-android .row.content .figures .download-n-marks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    .page-android .row.content .figures .download-n-marks .download {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 42%;
      flex: 0 1 42%;
      text-align: center; }
      @media screen and (min-width: 1550px) {
        .page-android .row.content .figures .download-n-marks .download {
          -ms-flex-preferred-size: 31%;
          flex-basis: 31%; } }
      @media screen and (max-width: 640px) {
        .page-android .row.content .figures .download-n-marks .download {
          width: 100%; } }
      .page-android .row.content .figures .download-n-marks .download img.heading {
        display: inline; }
        @media screen and (max-width: 640px) {
          .page-android .row.content .figures .download-n-marks .download img.heading {
            display: none; } }
      .page-android .row.content .figures .download-n-marks .download p {
        font-size: 21px;
        text-align: center;
        max-width: 385px;
        margin: 16px auto 50px; }
        @media screen and (max-width: 1024px) {
          .page-android .row.content .figures .download-n-marks .download p {
            max-width: 554px;
            margin-bottom: 33px; } }
        @media screen and (max-width: 640px) {
          .page-android .row.content .figures .download-n-marks .download p {
            display: none; } }
      .page-android .row.content .figures .download-n-marks .download .playstore {
        position: relative;
        display: block;
        margin: 0 auto 24px;
        max-width: 246px;
        width: 65%; }
        .page-android .row.content .figures .download-n-marks .download .playstore img.btn-playstore {
          width: 100%; }
        .page-android .row.content .figures .download-n-marks .download .playstore::before {
          content: "";
          display: block;
          background-color: #59f168;
          -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
          width: 5000px;
          height: 400px;
          position: absolute;
          bottom: -562px;
          left: -2000px;
          z-index: 0; }
          @media screen and (max-width: 1024px) {
            .page-android .row.content .figures .download-n-marks .download .playstore::before {
              bottom: calc(22.65vw - 1231px);
              /* -999:-1086 */ } }
          @media screen and (max-width: 640px) {
            .page-android .row.content .figures .download-n-marks .download .playstore::before {
              display: none; } }
        .page-android .row.content .figures .download-n-marks .download .playstore::after {
          content: "";
          display: block;
          background-color: #55b6e7;
          -webkit-transform: rotate(-14.8deg);
          transform: rotate(-14.8deg);
          width: 5000px;
          height: 700px;
          position: absolute;
          bottom: -701px;
          left: -2000px;
          z-index: 0; }
          @media screen and (max-width: 1024px) {
            .page-android .row.content .figures .download-n-marks .download .playstore::after {
              -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg);
              bottom: calc(37.5vw - 1464px); } }
    .page-android .row.content .figures .download-n-marks .screens {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 58%;
      flex: 0 1 58%;
      overflow: hidden;
      min-height: 501px;
      z-index: 1; }
      @media screen and (min-width: 1550px) {
        .page-android .row.content .figures .download-n-marks .screens {
          -ms-flex-preferred-size: 66%;
          flex-basis: 66%; } }
      @media screen and (max-width: 1024px) {
        .page-android .row.content .figures .download-n-marks .screens {
          margin-top: 66px;
          min-height: unset;
          padding: 0 3%; } }
      @media screen and (max-width: 640px) {
        .page-android .row.content .figures .download-n-marks .screens {
          margin-top: calc(16.25vw - 38px); } }
      .page-android .row.content .figures .download-n-marks .screens img.app-screenshots {
        position: absolute;
        display: block; }
        @media screen and (max-width: 1024px) {
          .page-android .row.content .figures .download-n-marks .screens img.app-screenshots {
            position: relative;
            width: 100%; } }
      .page-android .row.content .figures .download-n-marks .screens img.app-screenshots-single {
        display: none; }
      @media screen and (max-width: 1024px) {
        .page-android .row.content .figures .download-n-marks .screens {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3; } }
      @media screen and (max-width: 640px) {
        .page-android .row.content .figures .download-n-marks .screens img.app-screenshots {
          display: none; }
        .page-android .row.content .figures .download-n-marks .screens img.app-screenshots-single {
          display: block; } }
    .page-android .row.content .figures .download-n-marks .marks {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 90%;
      position: relative;
      max-width: 1266px;
      margin: 47px auto 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      @media screen and (max-width: 1024px) {
        .page-android .row.content .figures .download-n-marks .marks {
          margin: 0 auto; } }
      @media screen and (max-width: 980px) {
        .page-android .row.content .figures .download-n-marks .marks {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 70%; } }
      @media screen and (max-width: 640px) {
        .page-android .row.content .figures .download-n-marks .marks {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 90%; } }
      .page-android .row.content .figures .download-n-marks .marks div {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-size: 11px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        margin: 43px 0 0;
        width: 25%;
        min-width: 205px; }
        @media screen and (max-width: 1024px) {
          .page-android .row.content .figures .download-n-marks .marks div {
            margin: 35px 0 0; } }
        @media screen and (max-width: 980px) {
          .page-android .row.content .figures .download-n-marks .marks div {
            width: 50%;
            padding: 0 15px; } }
        @media screen and (max-width: 480px) {
          .page-android .row.content .figures .download-n-marks .marks div {
            width: 100%;
            margin: 7px 0 15px;
            font-size: 10px; }
            .page-android .row.content .figures .download-n-marks .marks div:nth-child(1) {
              -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
              order: 3; }
            .page-android .row.content .figures .download-n-marks .marks div:nth-child(4) {
              -webkit-box-ordinal-group: 5;
              -ms-flex-order: 4;
              order: 4; } }
        .page-android .row.content .figures .download-n-marks .marks div img {
          display: block;
          margin: 13px auto 18px; }
          @media screen and (max-width: 480px) {
            .page-android .row.content .figures .download-n-marks .marks div img {
              height: 8vw;
              max-width: 100%;
              margin-bottom: 8px; } }
        .page-android .row.content .figures .download-n-marks .marks div .white {
          display: block; }
        .page-android .row.content .figures .download-n-marks .marks div .grey {
          display: none; }
        @media screen and (max-width: 1024px) {
          .page-android .row.content .figures .download-n-marks .marks div .white {
            display: none; }
          .page-android .row.content .figures .download-n-marks .marks div .grey {
            display: block; } }
        .page-android .row.content .figures .download-n-marks .marks div span {
          max-width: 205px;
          display: block;
          margin: 0 auto;
          text-align: center;
          color: #fff;
          letter-spacing: 0.3px; }
          @media screen and (max-width: 1024px) {
            .page-android .row.content .figures .download-n-marks .marks div span {
              color: rgba(0, 0, 0, 0.5); } }

.page-android .row.content .gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#55b6e7), to(#28d4c2));
  background-image: linear-gradient(to bottom, #55b6e7, #28d4c2); }
  .page-android .row.content .gradient .key-features {
    max-width: 1440px;
    padding-top: 66px;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .page-android .row.content .gradient .key-features {
        padding-top: calc(11.5vw - 7.8px); } }
    .page-android .row.content .gradient .key-features h2 {
      color: #ffffff; }
      @media screen and (max-width: 640px) {
        .page-android .row.content .gradient .key-features h2 {
          margin-top: 10px; } }
    .page-android .row.content .gradient .key-features .features {
      max-width: 1272px;
      margin: 47px auto 0; }
      .page-android .row.content .gradient .key-features .features ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media screen and (max-width: 980px) {
          .page-android .row.content .gradient .key-features .features ul {
            margin: 0 auto; } }
        .page-android .row.content .gradient .key-features .features ul li {
          text-align: center;
          color: #fff;
          margin: 53px 60px;
          padding: 0;
          width: 300px; }
          @media screen and (max-width: 980px) {
            .page-android .row.content .gradient .key-features .features ul li {
              margin: 27px 2% 33px;
              padding: 0 1%; } }
          @media screen and (max-width: 640px) {
            .page-android .row.content .gradient .key-features .features ul li {
              font-size: 12px;
              line-height: 144%;
              max-width: 238px; } }
          .page-android .row.content .gradient .key-features .features ul li span {
            display: block;
            margin-top: 20px;
            font-size: 13px;
            line-height: 1.77; }
            @media screen and (max-width: 980px) {
              .page-android .row.content .gradient .key-features .features ul li span {
                margin-top: 11px;
                font-size: 12px; } }
          @media screen and (max-width: 640px) {
            .page-android .row.content .gradient .key-features .features ul li div img {
              width: 32px; } }
  .page-android .row.content .gradient .safety-container {
    position: relative;
    width: 1272px;
    max-width: 87.5%;
    margin: 0 auto; }
    @media screen and (max-width: 640px) {
      .page-android .row.content .gradient .safety-container {
        max-width: 100%; } }
    .page-android .row.content .gradient .safety-container .safety {
      margin: 58px auto -82px;
      padding: 57px 0 54px;
      min-height: 300px;
      border-radius: 5px;
      background-color: #ffffff;
      border: solid 1px #e6e7ea;
      text-align: center; }
      @media screen and (max-width: 1024px) {
        .page-android .row.content .gradient .safety-container .safety {
          margin: calc(9.94vw - 15.81px) auto calc(15.86vw - 310px); } }
      @media screen and (max-width: 640px) {
        .page-android .row.content .gradient .safety-container .safety {
          border-radius: 0;
          border: none;
          padding-left: 40px;
          padding-right: 40px; } }
      .page-android .row.content .gradient .safety-container .safety img.heading {
        margin: 0 auto; }
        @media screen and (max-width: 1024px) {
          .page-android .row.content .gradient .safety-container .safety img.heading {
            width: calc(51px + 6.81vw); } }
      .page-android .row.content .gradient .safety-container .safety p {
        width: 62%;
        max-width: 732px;
        margin: 20px auto 0;
        font-size: 13px;
        line-height: 1.62;
        text-align: center; }
        @media screen and (max-width: 1024px) {
          .page-android .row.content .gradient .safety-container .safety p {
            margin: 14px auto 0; } }
        @media screen and (max-width: 640px) {
          .page-android .row.content .gradient .safety-container .safety p {
            width: 100%; } }
      .page-android .row.content .gradient .safety-container .safety .splitter {
        height: 1px;
        opacity: 0.42;
        background-color: #d8d8d8;
        margin: 50px 0 54px; }
        @media screen and (max-width: 1024px) {
          .page-android .row.content .gradient .safety-container .safety .splitter {
            margin: calc(5.25vw - 3.81px) 0 calc(2.41vw + 29px); } }
      .page-android .row.content .gradient .safety-container .safety h3 {
        font-size: 15px;
        font-weight: 600; }

.page-android .row.footer {
  padding-top: 94px; }
  @media screen and (max-width: 1024px) {
    .page-android .row.footer {
      padding-top: calc(324px - 15.86vw); } }

.page-business {
  background-color: #071b56;
  color: #fff; }
  .page-business h1, .page-business h2, .page-business h3 {
    font-weight: 600; }
  .page-business h1 {
    font-weight: 700;
    line-height: 1.1; }
  .page-business h2 {
    font-size: 35px;
    font-weight: 400; }
    @media screen and (max-width: 640px) {
      .page-business h2 {
        font-size: 28px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto; } }
  .page-business a {
    color: #28aafa; }
  .page-business .page-head .menu-wrapper.dark .head-menu .submenu {
    border: solid 1px rgba(0, 0, 0, 0.1);
    background-color: #062767; }
  .page-business .page-head.sticky .menu-wrapper.dark {
    background-color: #06184c; }
  .page-business .powered {
    margin: 11px 0;
    font-size: 15px;
    color: #54caff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2px; }
    .page-business .powered svg {
      fill: #51C4FF; }
  .page-business .bg-top {
    background-image: radial-gradient(circle at 51% 46%, #063190, #071b56 51%);
    height: 1040px;
    width: 1212px;
    max-width: 150%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-490px);
    transform: translateX(-490px);
    z-index: -1; }
    @media screen and (max-width: 1280px) {
      .page-business .bg-top {
        top: 250px;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transform: unset;
        transform: unset;
        width: auto; } }
  .page-business .signup-section {
    width: 1340px;
    max-width: 95%;
    margin: 0 auto 0; }
    @media screen and (max-width: 1280px) {
      .page-business .signup-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .page-business .signup-section .content {
      margin: 52px auto 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 1024px) {
        .page-business .signup-section .content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media screen and (max-width: 776px) {
        .page-business .signup-section .content {
          margin-top: 40px; } }
      .page-business .signup-section .content .info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 39%;
        flex: 0 0 39%;
        min-width: 385px;
        padding: 30px 20px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media screen and (max-width: 1024px) {
          .page-business .signup-section .content .info {
            min-width: unset;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            padding: 0;
            max-width: 95%;
            margin: 0 auto;
            text-align: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; } }
        @media screen and (max-width: 640px) {
          .page-business .signup-section .content .info {
            max-width: 95%; } }
        .page-business .signup-section .content .info h1 {
          text-align: center;
          margin: 18px auto 32px; }
          @media screen and (max-width: 1024px) {
            .page-business .signup-section .content .info h1 {
              font-size: calc(22px + 1.9vw);
              margin: 16px auto; } }
          .page-business .signup-section .content .info h1 b {
            color: #53c5e5;
            font-weight: 700;
            display: block;
            white-space: nowrap; }
            @media screen and (max-width: 1024px) {
              .page-business .signup-section .content .info h1 b {
                display: inline; } }
        .page-business .signup-section .content .info p {
          font-size: 20px;
          margin: 0 auto 68px;
          line-height: 1.6;
          width: 318px;
          max-width: 100%;
          text-align: center; }
          @media screen and (max-width: 1024px) {
            .page-business .signup-section .content .info p {
              width: 95%;
              margin-bottom: 36px; } }
          @media screen and (max-width: 640px) {
            .page-business .signup-section .content .info p {
              font-size: 16px; } }
        .page-business .signup-section .content .info .button-block {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .page-business .signup-section .content .info .button-block .button.signup {
            width: 251px;
            max-width: unset;
            text-align: center;
            padding: 0 3em;
            border-radius: 8px;
            background-image: linear-gradient(133deg, #5ddeff -22%, #3a8bff 171%); }
            @media screen and (max-width: 1024px) {
              .page-business .signup-section .content .info .button-block .button.signup {
                width: auto; } }
            .page-business .signup-section .content .info .button-block .button.signup span {
              color: #071b56;
              font-size: 24px;
              font-weight: 700;
              line-height: 2.7;
              white-space: nowrap;
              display: block;
              text-transform: none; }
              @media screen and (max-width: 1024px) {
                .page-business .signup-section .content .info .button-block .button.signup span {
                  font-size: 19px; } }
        .page-business .signup-section .content .info .powered svg {
          position: relative;
          top: -1px; }
      .page-business .signup-section .content .image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 61%;
        flex: 0 1 61%;
        text-align: center; }
        @media screen and (max-width: 1024px) {
          .page-business .signup-section .content .image {
            margin: 50px 0 0;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2; } }
        .page-business .signup-section .content .image img, .page-business .signup-section .content .image picture {
          max-width: 100%; }
    .page-business .signup-section .features {
      max-width: 100%;
      margin: 0 auto; }
      .page-business .signup-section .features ul {
        list-style: none;
        margin: 28px auto;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        gap: 24px; }
        @media screen and (max-width: 1280px) {
          .page-business .signup-section .features ul {
            width: 800px;
            max-width: 95%;
            margin: 30px auto 60px; } }
        @media screen and (max-width: 980px) {
          .page-business .signup-section .features ul {
            margin: 24px auto 24px;
            gap: 0; } }
        .page-business .signup-section .features ul li {
          font-size: 13px;
          text-align: center;
          color: #ffffff;
          margin: 20px 0;
          padding: 0;
          width: 280px; }
          @media screen and (max-width: 980px) {
            .page-business .signup-section .features ul li {
              margin: 28px 2% 12px;
              padding: 0 1%; } }
          @media screen and (max-width: 640px) {
            .page-business .signup-section .features ul li {
              font-size: 12px;
              line-height: 144%; } }
          .page-business .signup-section .features ul li h3 {
            margin-top: 22px;
            font-size: 16px;
            font-weight: 700;
            color: #e3f4ff; }
          .page-business .signup-section .features ul li p {
            margin-top: 4px;
            color: #c9e9ff;
            font-size: 14px; }
            @media screen and (max-width: 980px) {
              .page-business .signup-section .features ul li p {
                margin-top: 11px; } }
          @media screen and (max-width: 640px) {
            .page-business .signup-section .features ul li div img {
              width: 32px; } }
  .page-business .service-providers-section {
    width: 1308px;
    max-width: 95%;
    margin: 12px auto 56px;
    padding-top: 46px;
    color: #FFF;
    border-radius: 32px;
    background-image: radial-gradient(circle at 50% 14%, #0e327b, #0e2a73 79%); }
    @media screen and (max-width: 640px) {
      .page-business .service-providers-section {
        max-width: 100%; } }
    .page-business .service-providers-section .heading {
      text-align: center; }
      .page-business .service-providers-section .heading h2 {
        text-align: center;
        margin-top: 0.7em; }
      .page-business .service-providers-section .heading p {
        font-size: 21px;
        line-height: 1.6;
        margin: 8px auto; }
        @media screen and (max-width: 640px) {
          .page-business .service-providers-section .heading p {
            font-size: 16px;
            max-width: 90%; } }
    .page-business .service-providers-section .content {
      margin: 30px auto 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      max-width: 100%; }
      @media screen and (max-width: 1280px) {
        .page-business .service-providers-section .content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media screen and (max-width: 1280px) {
        .page-business .service-providers-section .content img, .page-business .service-providers-section .content picture {
          max-width: 95%;
          margin: 0 auto;
          display: block; } }
    .page-business .service-providers-section .section-footer {
      background-color: #045283;
      min-height: 150px;
      border-bottom-left-radius: 32px;
      border-bottom-right-radius: 32px;
      color: #d5ffdb;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 50px;
      padding: 46px 0 41px; }
      @media screen and (max-width: 1280px) {
        .page-business .service-providers-section .section-footer {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media screen and (max-width: 1024px) {
        .page-business .service-providers-section .section-footer {
          gap: 24px; } }
      .page-business .service-providers-section .section-footer .side-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 100%;
        gap: 54px; }
        @media screen and (max-width: 1024px) {
          .page-business .service-providers-section .section-footer .side-left {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 24px;
            padding-bottom: 34px;
            border-bottom: 1px solid rgba(149, 186, 187, 0.19); } }
        .page-business .service-providers-section .section-footer .side-left strong {
          display: block;
          font-size: 24px;
          text-align: right;
          line-height: 1.75;
          padding-top: 8px;
          width: 310px;
          max-width: 95%; }
          @media screen and (max-width: 1024px) {
            .page-business .service-providers-section .section-footer .side-left strong {
              width: 380px;
              text-align: center;
              -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
              order: 2;
              font-size: 20px; } }
        @media screen and (max-width: 1024px) {
          .page-business .service-providers-section .section-footer .side-left img {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            height: 100px; } }
      .page-business .service-providers-section .section-footer .side-right {
        -ms-flex-preferred-size: 51%;
        flex-basis: 51%;
        text-align: left;
        padding-top: 22px;
        max-width: 100%; }
        @media screen and (max-width: 1280px) {
          .page-business .service-providers-section .section-footer .side-right {
            text-align: center; } }
        @media screen and (max-width: 1024px) {
          .page-business .service-providers-section .section-footer .side-right {
            padding-top: 8px; } }
        .page-business .service-providers-section .section-footer .side-right h3 {
          color: #89ff9a;
          line-height: 1.75;
          font-size: 18px;
          margin-bottom: 0.7em; }
          @media screen and (max-width: 1280px) {
            .page-business .service-providers-section .section-footer .side-right h3 {
              text-align: left;
              width: 590px;
              margin-left: auto;
              margin-right: auto; } }
          @media screen and (max-width: 1024px) {
            .page-business .service-providers-section .section-footer .side-right h3 {
              max-width: 90%;
              font-size: 16px;
              text-align: center; } }
        .page-business .service-providers-section .section-footer .side-right p {
          font-size: 16px;
          line-height: 1.75;
          width: 500px; }
          @media screen and (max-width: 1280px) {
            .page-business .service-providers-section .section-footer .side-right p {
              text-align: left;
              width: 590px;
              margin-left: auto;
              margin-right: auto; } }
          @media screen and (max-width: 1024px) {
            .page-business .service-providers-section .section-footer .side-right p {
              font-size: 14px;
              width: 460px;
              max-width: 95%;
              text-align: center; } }
  .page-business .it-departments-section {
    width: 1308px;
    max-width: 95%;
    margin: 12px auto 56px;
    padding: 74px 0 42px;
    color: #FFF;
    border-radius: 32px;
    background-image: radial-gradient(circle at 50% 14%, #0e327b, #0e2a73 69%); }
    @media screen and (max-width: 640px) {
      .page-business .it-departments-section {
        max-width: 100%; } }
    .page-business .it-departments-section .heading {
      text-align: center; }
      .page-business .it-departments-section .heading h2 {
        text-align: center;
        margin-top: 0.8em; }
      .page-business .it-departments-section .heading p {
        font-size: 21px;
        line-height: 1.6;
        margin: 12px auto; }
        @media screen and (max-width: 640px) {
          .page-business .it-departments-section .heading p {
            font-size: 16px;
            max-width: 90%; } }
    .page-business .it-departments-section .content {
      margin: 60px auto 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 32px;
      max-width: 100%; }
      @media screen and (max-width: 1280px) {
        .page-business .it-departments-section .content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 32px 0;
          margin: 0 auto 0; } }
      @media screen and (max-width: 640px) {
        .page-business .it-departments-section .content {
          padding: 16px 0; } }
      .page-business .it-departments-section .content .info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
        flex: 0 0 34%;
        min-width: 366px;
        padding: 0 80px 20px 10px;
        max-width: 90%; }
        @media screen and (max-width: 1280px) {
          .page-business .it-departments-section .content .info {
            min-width: unset;
            padding: 0;
            width: 90%;
            margin: auto; } }
        .page-business .it-departments-section .content .info p {
          font-size: 18px;
          font-weight: 600;
          line-height: 1.56; }
          @media screen and (max-width: 1280px) {
            .page-business .it-departments-section .content .info p {
              width: 455px;
              max-width: 95%;
              margin: 0 auto;
              text-align: center; } }
          @media screen and (max-width: 640px) {
            .page-business .it-departments-section .content .info p {
              font-size: 14px; } }
        .page-business .it-departments-section .content .info ul {
          list-style: none;
          margin-top: 34px;
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          gap: 24px; }
          @media screen and (max-width: 1280px) {
            .page-business .it-departments-section .content .info ul {
              width: 900px;
              max-width: 95%;
              margin-left: auto;
              margin-right: auto; } }
          .page-business .it-departments-section .content .info ul li {
            font-size: 16px;
            font-weight: 600;
            line-height: 1.6;
            white-space: nowrap;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 24px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 300px;
            max-width: 100%; }
            @media screen and (max-width: 1024px) {
              .page-business .it-departments-section .content .info ul li {
                font-size: 15px; } }
            @media screen and (max-width: 640px) {
              .page-business .it-departments-section .content .info ul li {
                gap: 18px;
                font-size: 14px; } }
      .page-business .it-departments-section .content .image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 61%;
        flex: 0 1 61%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        @media screen and (max-width: 1280px) {
          .page-business .it-departments-section .content .image {
            -webkit-box-flex: unset;
            -ms-flex: unset;
            flex: unset; } }
        @media screen and (max-width: 640px) {
          .page-business .it-departments-section .content .image {
            margin: 24px 0 0;
            max-width: 95%; } }
        .page-business .it-departments-section .content .image img, .page-business .it-departments-section .content .image picture {
          position: relative;
          display: block;
          max-width: 95%; }
          @media screen and (max-width: 1280px) {
            .page-business .it-departments-section .content .image img, .page-business .it-departments-section .content .image picture {
              left: 0;
              margin: 0 auto; } }
          @media screen and (min-width: 768px) {
            .page-business .it-departments-section .content .image img, .page-business .it-departments-section .content .image picture {
              position: relative; } }
  .page-business .powerful-features-section {
    width: 1340px;
    max-width: 100%;
    margin: 47px auto 0; }
    .page-business .powerful-features-section h2 {
      text-align: center;
      font-weight: 600; }
    @media screen and (max-width: 1280px) {
      .page-business .powerful-features-section {
        max-width: 95%; } }
    @media screen and (max-width: 640px) {
      .page-business .powerful-features-section {
        margin: 0 auto; } }
    .page-business .powerful-features-section .tiles {
      width: 1166px;
      max-width: 100%;
      margin: 68px auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 32px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 640px) {
        .page-business .powerful-features-section .tiles {
          margin: 32px auto; } }
      .page-business .powerful-features-section .tiles p {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.61; }
      .page-business .powerful-features-section .tiles .history {
        width: 100%;
        min-height: 314px;
        padding: 62px 80px;
        border-radius: 32px;
        background: #062767 url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/graph-history-transp.png") no-repeat bottom right;
        background-size: auto 90%; }
        @media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
          .page-business .powerful-features-section .tiles .history {
            background: #062767 url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/graph-history-transp@2x.png") no-repeat bottom right;
            background-size: auto 90%; } }
        @media screen and (max-width: 1280px) {
          .page-business .powerful-features-section .tiles .history {
            background-size: auto 71%;
            padding: 40px 60px; } }
        @media screen and (max-width: 1024px) {
          .page-business .powerful-features-section .tiles .history {
            background-size: auto 65%; } }
        @media screen and (max-width: 820px) {
          .page-business .powerful-features-section .tiles .history {
            background-size: auto 60%;
            padding: 42px 0; } }
        .page-business .powerful-features-section .tiles .history p {
          font-size: 20px;
          font-weight: 500;
          line-height: 1.45;
          width: 300px;
          max-width: 90%; }
          @media screen and (max-width: 1024px) {
            .page-business .powerful-features-section .tiles .history p {
              text-align: center;
              width: 410px;
              max-width: 85%;
              margin: 0 auto; } }
          @media screen and (max-width: 640px) {
            .page-business .powerful-features-section .tiles .history p {
              font-size: 16px; } }
      .page-business .powerful-features-section .tiles .bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 32px;
        width: 100%;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
        @media screen and (max-width: 1024px) {
          .page-business .powerful-features-section .tiles .bottom {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .page-business .powerful-features-section .tiles .bottom > div {
          width: calc(50% - 16px);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 32px; }
          @media screen and (max-width: 1024px) {
            .page-business .powerful-features-section .tiles .bottom > div {
              width: 100%; } }
        .page-business .powerful-features-section .tiles .bottom .left > div {
          background-color: #062767;
          width: 100%;
          border-radius: 32px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 33px 0 52px; }
          .page-business .powerful-features-section .tiles .bottom .left > div img {
            max-width: 100%; }
          .page-business .powerful-features-section .tiles .bottom .left > div p {
            font-size: 18px;
            font-weight: 500;
            line-height: 1.61;
            width: 398px;
            max-width: 90%;
            margin: 0 auto;
            text-align: center; }
            @media screen and (max-width: 640px) {
              .page-business .powerful-features-section .tiles .bottom .left > div p {
                width: auto;
                max-width: 85%;
                font-size: 16px; } }
        .page-business .powerful-features-section .tiles .bottom .right {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
          -webkit-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch; }
          .page-business .powerful-features-section .tiles .bottom .right > div {
            background-color: #062767;
            width: 100%;
            height: 100%; }
          .page-business .powerful-features-section .tiles .bottom .right .bandwidth {
            padding: 80px 0 0 0;
            border-radius: 32px; }
            @media screen and (max-width: 1024px) {
              .page-business .powerful-features-section .tiles .bottom .right .bandwidth {
                padding-top: 60px; } }
            @media screen and (max-width: 768px) {
              .page-business .powerful-features-section .tiles .bottom .right .bandwidth {
                padding-top: 8vw; } }
            @media screen and (max-width: 480px) {
              .page-business .powerful-features-section .tiles .bottom .right .bandwidth {
                padding-top: 10vw; } }
            .page-business .powerful-features-section .tiles .bottom .right .bandwidth .content {
              height: 100%;
              background-color: #062767;
              border-bottom-left-radius: 32px;
              border-bottom-right-radius: 32px;
              margin: 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              overflow: hidden;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              padding-left: 15%;
              gap: 32px; }
              @media screen and (max-width: 1024px) {
                .page-business .powerful-features-section .tiles .bottom .right .bandwidth .content {
                  border-bottom-left-radius: 32px;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  align-items: center;
                  padding-left: 0; } }
              @media screen and (max-width: 640px) {
                .page-business .powerful-features-section .tiles .bottom .right .bandwidth .content {
                  gap: 5vw;
                  padding-left: 10%;
                  padding-right: 10%; } }
              .page-business .powerful-features-section .tiles .bottom .right .bandwidth .content p {
                width: 310px;
                text-align: left; }
                @media screen and (max-width: 1024px) {
                  .page-business .powerful-features-section .tiles .bottom .right .bandwidth .content p {
                    text-align: center;
                    width: 447px;
                    max-width: 100%; } }
                @media screen and (max-width: 640px) {
                  .page-business .powerful-features-section .tiles .bottom .right .bandwidth .content p {
                    font-size: 16px; } }
              .page-business .powerful-features-section .tiles .bottom .right .bandwidth .content picture {
                max-width: 100%;
                -ms-flex-item-align: end;
                align-self: flex-end; }
                .page-business .powerful-features-section .tiles .bottom .right .bandwidth .content picture.remote-monitoring {
                  display: block; }
                .page-business .powerful-features-section .tiles .bottom .right .bandwidth .content picture.remote-monitoring-small {
                  display: none; }
                @media screen and (max-width: 1024px) {
                  .page-business .powerful-features-section .tiles .bottom .right .bandwidth .content picture {
                    width: auto;
                    -ms-flex-item-align: center;
                    align-self: center; }
                    .page-business .powerful-features-section .tiles .bottom .right .bandwidth .content picture.remote-monitoring {
                      display: none; }
                    .page-business .powerful-features-section .tiles .bottom .right .bandwidth .content picture.remote-monitoring-small {
                      display: block; } }
                @media screen and (max-width: 640px) {
                  .page-business .powerful-features-section .tiles .bottom .right .bandwidth .content picture {
                    margin-left: auto;
                    margin-right: auto; } }
                .page-business .powerful-features-section .tiles .bottom .right .bandwidth .content picture img {
                  max-width: 100%;
                  display: block; }
                  @media screen and (max-width: 1024px) {
                    .page-business .powerful-features-section .tiles .bottom .right .bandwidth .content picture img {
                      max-width: 85%;
                      margin: 0 auto; } }
  .page-business .row.faq {
    background-color: #0b235e;
    margin-bottom: -200px; }
    .page-business .row.faq .faq-section {
      width: 1150px;
      max-width: 95%;
      margin: 0 auto;
      padding: 68px 0 220px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 1024px) {
        .page-business .row.faq .faq-section {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          padding: 60px 0 220px;
          max-width: 85%; } }
      @media screen and (max-width: 640px) {
        .page-business .row.faq .faq-section {
          max-width: 90%; } }
      .page-business .row.faq .faq-section h2 {
        font-weight: 600;
        margin-top: 24px;
        text-align: left;
        -ms-flex-preferred-size: 23%;
        flex-basis: 23%; }
        @media screen and (max-width: 1024px) {
          .page-business .row.faq .faq-section h2 {
            text-align: center;
            margin: 0 auto 12px; } }
      .page-business .row.faq .faq-section ul.question-list {
        padding-left: 0;
        width: 800px;
        max-width: 100%;
        min-height: 612px;
        margin: 0 auto; }
        .page-business .row.faq .faq-section ul.question-list li {
          min-height: 87px;
          width: 100%;
          list-style: none;
          border-bottom: solid 1px rgba(152, 160, 255, 0.27);
          padding: 24px 0;
          margin-bottom: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .page-business .row.faq .faq-section ul.question-list li:last-child {
            border-bottom: none; }
          .page-business .row.faq .faq-section ul.question-list li .question-icon {
            width: 42px; }
            .page-business .row.faq .faq-section ul.question-list li .question-icon img {
              display: block;
              margin: auto; }
          .page-business .row.faq .faq-section ul.question-list li .question-description {
            -ms-flex-preferred-size: calc(100% - 135px);
            flex-basis: calc(100% - 135px);
            margin: 0 28px 0 22px; }
            @media screen and (max-width: 1024px) {
              .page-business .row.faq .faq-section ul.question-list li .question-description {
                -ms-flex-preferred-size: calc(100% - 24px);
                flex-basis: calc(100% - 24px);
                margin: 0; } }
            .page-business .row.faq .faq-section ul.question-list li .question-description h4 {
              font-size: 18px;
              font-weight: 600;
              margin-top: 4px;
              margin-bottom: 0;
              line-height: 1.56;
              cursor: pointer; }
              @media screen and (max-width: 480px) {
                .page-business .row.faq .faq-section ul.question-list li .question-description h4 {
                  font-size: 16px; } }
            .page-business .row.faq .faq-section ul.question-list li .question-description p.description {
              font-size: 15px;
              font-weight: 300;
              line-height: 1.4;
              overflow: hidden;
              -webkit-transition: max-height 0.2s ease-out;
              transition: max-height 0.2s ease-out;
              max-height: 0;
              margin-bottom: 0;
              margin-top: 0; }
              @media screen and (max-width: 480px) {
                .page-business .row.faq .faq-section ul.question-list li .question-description p.description {
                  font-size: 14px; } }
          .page-business .row.faq .faq-section ul.question-list li button.fold-button {
            margin: 10px 10px;
            width: 20px;
            height: 20px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='560' height='560' style='enable-background:new 0 0 560 560' viewBox='0 0 560 560'%3E%3Cpath d='M280 344.2 68.9 131.9a40.139 40.139 0 0 0-57.1 0c-15.8 15.9-15.8 41.6 0 57.4l237.6 238.9c8.4 8.5 19.6 12.3 30.6 11.7 11 .6 22.2-3.2 30.6-11.7l237.6-238.9c15.8-15.9 15.8-41.6 0-57.4s-41.3-15.9-57.1 0L280 344.2z' style='fill:%23858fad'/%3E%3C/svg%3E") no-repeat 0 0;
            background-size: contain;
            border: none;
            -webkit-transition: -webkit-transform 0.2s ease-out;
            transition: -webkit-transform 0.2s ease-out;
            transition: transform 0.2s ease-out;
            transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
            @media screen and (max-width: 1024px) {
              .page-business .row.faq .faq-section ul.question-list li button.fold-button {
                width: 16px;
                height: 16px;
                margin: 10px 2px 10px 6px; } }
          .page-business .row.faq .faq-section ul.question-list li.unfolded button.fold-button {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
          .page-business .row.faq .faq-section ul.question-list li.unfolded .question-description p.description {
            max-height: 100px;
            margin-bottom: 10px;
            margin-top: 18px; }
  .page-business .gw-business-signup-container {
    width: 1300px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 1280px) {
      .page-business .gw-business-signup-container {
        max-width: 95%; } }
    .page-business .gw-business-signup-container .gw-business-signup {
      margin: 0 0 -200px;
      padding: 51px 0 46px;
      border-radius: 32px;
      background-image: radial-gradient(circle at 50% 74%, #214487, #133276 44%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 640px) {
        .page-business .gw-business-signup-container .gw-business-signup {
          padding: 32px 0 40px; } }
      .page-business .gw-business-signup-container .gw-business-signup h2 {
        margin: 12px 0 6px; }
      .page-business .gw-business-signup-container .gw-business-signup p.description {
        font-size: 21px;
        line-height: 1.75; }
        @media screen and (max-width: 640px) {
          .page-business .gw-business-signup-container .gw-business-signup p.description {
            font-size: 16px;
            text-align: center;
            max-width: 90%;
            margin: 0 auto; } }
      .page-business .gw-business-signup-container .gw-business-signup .button-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .page-business .gw-business-signup-container .gw-business-signup .button-block .button.signup {
          width: 223px;
          max-width: unset;
          margin-top: 22px;
          border-radius: 6px;
          -webkit-box-shadow: 0 6px 12px 0 rgba(7, 32, 81, 0.19), 0 0 5px 1px rgba(11, 71, 138, 0.64);
          box-shadow: 0 6px 12px 0 rgba(7, 32, 81, 0.19), 0 0 5px 1px rgba(11, 71, 138, 0.64);
          background-image: linear-gradient(107deg, #5ddeff 25%, #3a8bff 126%);
          text-align: center; }
          .page-business .gw-business-signup-container .gw-business-signup .button-block .button.signup span {
            color: #091e4d;
            font-size: 18px;
            font-weight: 700;
            line-height: 2.7;
            white-space: nowrap;
            display: block;
            text-transform: none; }
        .page-business .gw-business-signup-container .gw-business-signup .button-block .powered {
          margin: 8px 0;
          font-size: 11px;
          color: #4db8ff;
          text-align: center;
          gap: 0; }
          .page-business .gw-business-signup-container .gw-business-signup .button-block .powered svg {
            position: relative;
            top: -0.5px;
            height: 14px;
            width: 47px;
            fill: #4DB8FF; }
  .page-business .row.footer {
    background-image: unset;
    background-color: #06184c; }
    .page-business .row.footer footer {
      padding-top: 250px;
      height: 700px;
      margin-top: 0; }
      @media screen and (max-width: 1024px) {
        .page-business .row.footer footer {
          height: 665px; } }
      @media screen and (max-width: 980px) {
        .page-business .row.footer footer {
          max-width: 85%;
          height: auto; } }

@font-face {
  font-family: Flexo;
  src: url("/National_Library/20160330061658oe_/https://www.glasswire.com/fonts/Flexo-Bold.otf");
  font-weight: bold; }

.page-buy .col-lg-12 {
  position: relative;
  width: 100%;
  float: left; }

.page-buy .olddesign {
  display: initial; }

.page-buy .block-olddesign {
  display: block; }

.page-buy .newdesign, .page-buy .block-newdesign {
  display: none; }

.page-buy .row.buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.page-buy.new .olddesign, .page-buy.new .block-olddesign, .page-buy.monthly .olddesign, .page-buy.monthly .block-olddesign {
  display: none !important; }

.page-buy.new .newdesign, .page-buy.monthly .newdesign {
  display: initial; }

.page-buy.new .block-newdesign, .page-buy.monthly .block-newdesign {
  display: block; }

.page-buy h2 {
  font-size: 37px;
  font-weight: 300; }
  @media screen and (max-width: 1440px) {
    .page-buy h2 {
      font-size: calc(15.14px + 1.51vw); } }

.page-buy a:hover {
  color: #2164c2;
  text-decoration: none;
  -webkit-transition: color 80ms ease-out;
  transition: color 80ms ease-out; }

.page-buy .page-head.sticky {
  height: 31px; }

.page-buy .header {
  position: relative; }
  @media screen and (max-width: 980px) {
    .page-buy .header {
      margin-top: 80px;
      margin-bottom: 0; } }
  @media screen and (max-width: 1023px) {
    .page-buy .header {
      padding: 0; } }
  .page-buy .header p.description {
    width: 706px; }
  .page-buy .header .trust-marks-sprint {
    position: static;
    background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/img-banner-h.svg") no-repeat top left;
    background-size: contain;
    width: 472px;
    height: 74px;
    margin: 0 auto;
    max-width: 90vw; }

.page-buy .info .buy.button {
  margin-top: 30px; }

.page-buy .row.privacy, .page-buy .row.setting-features, .page-buy .row.buy-bottom {
  background-color: #fff; }

.page-buy .trust-marks {
  max-width: 1110px;
  margin: 20px auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .page-buy .trust-marks {
      min-width: unset;
      padding: calc(1.13vw + 20.36px) 9% calc(1.13vw + 32.36px) 9%; } }
  @media screen and (max-width: 768px) {
    .page-buy .trust-marks {
      min-width: unset;
      padding-right: 3%;
      padding-left: 3%; } }
  .page-buy .trust-marks div {
    text-align: center;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 1024px) {
      .page-buy .trust-marks div {
        margin: 25px 8px; } }
    @media screen and (max-width: 540px) {
      .page-buy .trust-marks div {
        width: 100%; } }
    .page-buy .trust-marks div span {
      display: block;
      margin: 0 auto;
      max-width: 190px;
      text-align: center; }
    .page-buy .trust-marks div > img {
      display: block;
      margin: 13px auto 8px; }
    .page-buy .trust-marks div .img_stars {
      display: block;
      margin: 12px auto 3px; }

.page-buy .feature-list {
  max-width: 1417px;
  margin: 8px auto 0; }
  @media screen and (max-width: 1620px) {
    .page-buy .feature-list {
      max-width: calc(100vw - 180px); } }
  @media screen and (max-width: 1440px) {
    .page-buy .feature-list {
      max-width: 832px; } }
  @media screen and (max-width: 920px) {
    .page-buy .feature-list {
      max-width: 550px; } }
  @media screen and (max-width: 600px) {
    .page-buy .feature-list {
      max-width: 330px; } }
  .page-buy .feature-list ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .page-buy .feature-list ul li {
      padding: 0; }
      .page-buy .feature-list ul li a {
        width: 140px;
        height: 120px;
        margin: 0 auto;
        padding-top: 17px;
        display: block;
        text-align: center;
        text-decoration: none;
        border-radius: 6px;
        border: solid 1px transparent;
        -webkit-transition: border-color 80ms ease-out;
        transition: border-color 80ms ease-out; }
        @media screen and (max-width: 1024px) {
          .page-buy .feature-list ul li a {
            border: none; } }
        .page-buy .feature-list ul li a span {
          display: block;
          margin-top: 11px;
          text-align: center;
          font-size: 13px; }
        .page-buy .feature-list ul li a:hover {
          color: #5199ff;
          border: solid 1px rgba(81, 153, 255, 0.3); }
        .page-buy .feature-list ul li a.history-shortcut img {
          margin: 2px 0; }

.page-buy .countdown-section {
  max-width: 1176px;
  height: 462px;
  margin: 20px auto -329px;
  padding-top: 14px;
  border-radius: 7px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00ed7c), to(#01e5b5));
  background-image: linear-gradient(to top, #00ed7c, #01e5b5); }
  .page-buy .countdown-section h2 {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    font-family: "Open Sans", sans-serif; }
  .page-buy .countdown-section .countdown {
    margin: 18px auto 0;
    text-align: center; }
    .page-buy .countdown-section .countdown > div {
      color: #fff;
      text-align: center;
      margin: 0 3px;
      font-size: 14px;
      font-weight: 600;
      display: inline-block; }
      .page-buy .countdown-section .countdown > div span {
        font-size: 40px;
        font-weight: 600;
        line-height: 1.3;
        color: #00ed90;
        border-radius: 4px;
        background-color: #fff;
        display: block;
        text-align: center;
        padding: 0 12px;
        min-width: 47px;
        margin-bottom: 3px; }
        @media screen and (max-width: 360px) {
          .page-buy .countdown-section .countdown > div span {
            padding: 0 8px; } }
      .page-buy .countdown-section .countdown > div:first-child {
        margin-right: 10px; }

.page-buy .buy-section {
  max-width: 1440px;
  margin: 6px auto; }
  .page-buy .buy-section .editions {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 992px) {
      .page-buy .buy-section .editions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .page-buy .buy-section .editions .edition {
      max-width: 307px;
      width: 100%;
      margin: 74px 9px 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
      flex: 0 1 30%;
      background-color: #fff;
      -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
      border-radius: 4px;
      padding-bottom: 61px;
      text-align: center;
      position: relative; }
      .page-buy .buy-section .editions .edition a.marker {
        width: 127px;
        height: 146px;
        margin: -51px auto 33px;
        padding-bottom: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .page-buy .buy-section .editions .edition a.marker.link-gw-basic {
          background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-marker-basic.svg") center top no-repeat; }
        .page-buy .buy-section .editions .edition a.marker.link-gw-pro {
          background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-marker-pro.svg") center top no-repeat; }
        .page-buy .buy-section .editions .edition a.marker.link-gw-elite {
          background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-marker-elite.svg") center top no-repeat; }
        .page-buy .buy-section .editions .edition a.marker .name {
          display: block;
          margin-bottom: 5px; }
        .page-buy .buy-section .editions .edition a.marker .percent-off {
          display: block;
          color: #fff;
          font-weight: 600;
          font-size: 12px; }
      .page-buy .buy-section .editions .edition p.label {
        width: 87px;
        height: 87px;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0; }
        .page-buy .buy-section .editions .edition p.label span {
          font-size: 12px;
          padding: 6px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          display: block;
          width: 124px;
          position: absolute;
          right: -30px;
          top: 20px;
          font-weight: 600;
          text-transform: uppercase; }
        .page-buy .buy-section .editions .edition p.label .blue-label {
          background-color: #8CD1FF;
          color: #fff; }
        .page-buy .buy-section .editions .edition p.label .red-label {
          background-color: #ffaeb1;
          color: #fff; }
      .page-buy .buy-section .editions .edition .button {
        width: 195px;
        height: 58px;
        margin: 8px auto;
        border-radius: 3px;
        background-color: #ff4646;
        -webkit-box-shadow: 0 2px 4px 0 rgba(255, 64, 64, 0.28), inset 0 10px 28px 0 rgba(255, 245, 235, 0.18);
        box-shadow: 0 2px 4px 0 rgba(255, 64, 64, 0.28), inset 0 10px 28px 0 rgba(255, 245, 235, 0.18);
        -webkit-transition: 0.5s;
        transition: 0.5s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .page-buy .buy-section .editions .edition .button:hover {
          background-color: #ff6855;
          -webkit-box-shadow: 0 2px 12px 0 rgba(255, 127, 26, 0.28), inset 0 -3px 27px 3px rgba(58, 0, 0, 0.01), inset 0 10px 28px 0 rgba(255, 245, 235, 0.18);
          box-shadow: 0 2px 12px 0 rgba(255, 127, 26, 0.28), inset 0 -3px 27px 3px rgba(58, 0, 0, 0.01), inset 0 10px 28px 0 rgba(255, 245, 235, 0.18); }
          .page-buy .buy-section .editions .edition .button:hover b {
            border-right-color: rgba(212, 48, 49, 0.15); }
        .page-buy .buy-section .editions .edition .button b {
          min-width: 55%;
          border-right: 1px solid rgba(212, 48, 49, 0.32);
          font-size: 22px;
          font-weight: 600;
          text-transform: uppercase;
          text-align: center;
          color: #ffffff;
          line-height: 58px;
          padding: 0 10px;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
        .page-buy .buy-section .editions .edition .button p {
          -ms-flex-negative: 1;
          flex-shrink: 1;
          padding: 0;
          margin: 0 auto;
          font-size: 26px;
          color: #ffffff;
          line-height: 58px;
          text-align: center; }
          .page-buy .buy-section .editions .edition .button p span {
            font-size: 18px;
            position: relative;
            bottom: 2px;
            right: 5px; }
          .page-buy .buy-section .editions .edition .button p small {
            font-size: 18px;
            margin-right: 8px; }
            .page-buy .buy-section .editions .edition .button p small span {
              font-size: 12px;
              margin-top: -5px;
              display: inline-block;
              vertical-align: middle; }
          .page-buy .buy-section .editions .edition .button p .strikeout {
            position: relative; }
          .page-buy .buy-section .editions .edition .button p .strikeout::after {
            border-bottom: 2px solid white;
            content: "";
            left: 0;
            position: absolute;
            right: 0;
            top: 50%; }
      .page-buy .buy-section .editions .edition em {
        font-size: 14px;
        font-style: normal;
        color: #adadad; }
      .page-buy .buy-section .editions .edition .currency-note {
        display: none;
        margin: 0 auto;
        font-size: 12px;
        font-style: normal;
        color: #adadad;
        max-width: 186px; }
      .page-buy .buy-section .editions .edition .yearly-price {
        margin: 14px auto 0;
        font-size: 12px;
        color: #adadad;
        max-width: 162px; }
        .page-buy .buy-section .editions .edition .yearly-price i {
          font-style: normal; }
      .page-buy .buy-section .editions .edition ul {
        list-style: none;
        margin: 43px auto 0;
        padding: 0; }
        .page-buy .buy-section .editions .edition ul li {
          font-size: 14px;
          padding: 11px 0 10px;
          cursor: pointer; }
          .page-buy .buy-section .editions .edition ul li i {
            display: inline-block;
            height: 15px;
            width: 15px;
            background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/i-help.svg") center center no-repeat;
            margin-left: 5px;
            margin-right: -20px;
            top: 3px;
            visibility: hidden;
            position: relative;
            -webkit-transition: visibility 80ms ease-out;
            transition: visibility 80ms ease-out; }
          .page-buy .buy-section .editions .edition ul li:hover i {
            visibility: visible; }
  .page-buy .buy-section .pay-with-cc {
    margin-top: 38px;
    font-size: 17px;
    line-height: 1.26;
    text-align: center;
    color: #616161; }
  .page-buy .buy-section .buy-more-license {
    max-width: 792px;
    margin: 38px auto 0;
    font-size: 17px;
    line-height: 1.26;
    text-align: center;
    border: solid 1px rgba(151, 151, 151, 0.23);
    border-radius: 8px;
    padding: 28px 0 32px;
    color: #616161; }

.page-buy .connection-features-section {
  max-width: 1390px;
  margin: 0 auto 114px; }
  @media screen and (max-width: 1440px) {
    .page-buy .connection-features-section {
      max-width: 98%;
      margin: 0 auto calc(31px + 5.71vw); } }
  .page-buy .connection-features-section .features ul {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .page-buy .connection-features-section .features ul li {
      max-width: 393px;
      width: 100%;
      margin: 46px 0 9px;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media screen and (max-width: 640px) {
        .page-buy .connection-features-section .features ul li {
          margin: 17px 5px 40px;
          font-size: 12px;
          line-height: 1.45;
          -ms-flex-preferred-size: unset;
          flex-basis: unset; } }
      .page-buy .connection-features-section .features ul li h3 {
        margin-top: 28px;
        margin-bottom: 25px;
        text-align: center; }
        @media screen and (max-width: 640px) {
          .page-buy .connection-features-section .features ul li h3 {
            margin-top: 12px;
            margin-bottom: 18px; } }
      .page-buy .connection-features-section .features ul li img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        @media screen and (min-width: 768px) {
          .page-buy .connection-features-section .features ul li img {
            position: relative;
            opacity: 0;
            top: 35px; } }
      .page-buy .connection-features-section .features ul li p {
        margin: 0 auto;
        max-width: 350px;
        width: 95%;
        font-size: 16px;
        font-weight: 300;
        text-align: center;
        line-height: 1.4; }

.page-buy .row.privacy {
  overflow-x: hidden; }

.page-buy .privacy-protection-section {
  width: 1326px;
  max-width: 95%;
  margin: 132px auto 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1280px) {
    .page-buy .privacy-protection-section {
      margin: calc(19px + 5.11vw) auto calc(45px + 7.6vw);
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .page-buy .privacy-protection-section .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    min-width: 385px;
    padding-left: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 1280px) {
      .page-buy .privacy-protection-section .info {
        min-width: unset;
        padding-left: 0; } }
    .page-buy .privacy-protection-section .info h2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 385px;
      text-align: left; }
      @media screen and (max-width: 1280px) {
        .page-buy .privacy-protection-section .info h2 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          max-width: unset;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: center; } }
      .page-buy .privacy-protection-section .info h2 img {
        margin-right: 28px;
        max-width: 100%;
        -ms-flex-item-align: center;
        align-self: center; }
        @media screen and (max-width: 1280px) {
          .page-buy .privacy-protection-section .info h2 img {
            margin-right: 0; } }
      .page-buy .privacy-protection-section .info h2 span {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
        flex: 0 1 80%; }
        @media screen and (max-width: 1280px) {
          .page-buy .privacy-protection-section .info h2 span {
            margin-top: 30px; } }
    .page-buy .privacy-protection-section .info p {
      margin-top: 16px;
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 300;
      max-width: 493px;
      line-height: 1.75; }
      @media screen and (max-width: 1280px) {
        .page-buy .privacy-protection-section .info p {
          max-width: 564px;
          text-align: center; } }
  .page-buy .privacy-protection-section .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 54%;
    flex: 0 1 54%;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      .page-buy .privacy-protection-section .image {
        margin-top: 50px; } }
    @media screen and (max-width: 768px) {
      .page-buy .privacy-protection-section .image {
        width: 120%; } }
    .page-buy .privacy-protection-section .image img {
      max-width: 100%;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      @media screen and (min-width: 768px) {
        .page-buy .privacy-protection-section .image img {
          position: relative;
          opacity: 0;
          left: 70px; } }
      @media screen and (max-width: 1280px) {
        .page-buy .privacy-protection-section .image img {
          padding-right: 20%; } }

.page-buy .server-monitoring-section {
  width: 1440px;
  max-width: 95%;
  margin: 98px auto 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1440px) {
    .page-buy .server-monitoring-section {
      margin: calc(41px + 3.92vw) auto calc(55px + 1.5vw); } }
  @media screen and (max-width: 1280px) {
    .page-buy .server-monitoring-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .page-buy .server-monitoring-section .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    min-width: 385px;
    padding-bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 1280px) {
      .page-buy .server-monitoring-section .info {
        min-width: unset;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    @media screen and (max-width: 640px) {
      .page-buy .server-monitoring-section .info {
        padding-bottom: 0; } }
    .page-buy .server-monitoring-section .info h2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 392px;
      text-align: left; }
      @media screen and (max-width: 1280px) {
        .page-buy .server-monitoring-section .info h2 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          max-width: unset;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: center; } }
      .page-buy .server-monitoring-section .info h2 img {
        margin-right: 28px;
        max-width: 100%;
        -ms-flex-item-align: center;
        align-self: center; }
        @media screen and (max-width: 1280px) {
          .page-buy .server-monitoring-section .info h2 img {
            margin-right: 0; } }
      .page-buy .server-monitoring-section .info h2 span {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
        flex: 0 1 80%; }
        @media screen and (max-width: 1280px) {
          .page-buy .server-monitoring-section .info h2 span {
            margin-top: 30px; } }
    .page-buy .server-monitoring-section .info p {
      margin-top: 20px;
      font-size: 16px;
      font-weight: 300;
      max-width: 454px;
      line-height: 1.75; }
      @media screen and (max-width: 1280px) {
        .page-buy .server-monitoring-section .info p {
          max-width: 706px; } }
  .page-buy .server-monitoring-section .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
    text-align: center; }
    @media screen and (max-width: 1440px) {
      .page-buy .server-monitoring-section .image {
        margin-right: 28px;
        margin-left: -2.5%; } }
    @media screen and (max-width: 1280px) {
      .page-buy .server-monitoring-section .image {
        margin: 50px 0 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    .page-buy .server-monitoring-section .image img {
      max-width: 100%;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      @media screen and (min-width: 768px) {
        .page-buy .server-monitoring-section .image img {
          position: relative;
          opacity: 0;
          right: 70px; } }

.page-buy .evil-twin-section {
  width: 1326px;
  max-width: 95%;
  margin: 81px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (max-width: 1280px) {
    .page-buy .evil-twin-section {
      margin: calc(19px + 5.11vw) auto 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .page-buy .evil-twin-section .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    min-width: 385px;
    padding-left: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 1280px) {
      .page-buy .evil-twin-section .info {
        min-width: unset;
        padding-left: 0; } }
    .page-buy .evil-twin-section .info h2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 356px;
      text-align: left; }
      @media screen and (max-width: 1280px) {
        .page-buy .evil-twin-section .info h2 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          max-width: unset;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: center; } }
      .page-buy .evil-twin-section .info h2 img {
        margin-right: 28px;
        max-width: 100%;
        -ms-flex-item-align: center;
        align-self: center; }
        @media screen and (max-width: 1280px) {
          .page-buy .evil-twin-section .info h2 img {
            margin-right: 0; } }
      .page-buy .evil-twin-section .info h2 span {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
        flex: 0 1 80%; }
        @media screen and (max-width: 1280px) {
          .page-buy .evil-twin-section .info h2 span {
            margin-top: 30px; } }
    .page-buy .evil-twin-section .info p {
      margin-top: 16px;
      font-size: 16px;
      font-weight: 300;
      max-width: 493px;
      line-height: 1.75; }
      @media screen and (max-width: 1280px) {
        .page-buy .evil-twin-section .info p {
          max-width: 564px;
          text-align: center; } }
  .page-buy .evil-twin-section .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 61%;
    flex: 0 1 61%;
    margin-top: 36px; }
    @media screen and (max-width: 1280px) {
      .page-buy .evil-twin-section .image {
        margin-top: 50px;
        margin-left: 0; } }
    .page-buy .evil-twin-section .image img {
      position: relative;
      left: 27px;
      max-width: 100%;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      @media screen and (min-width: 768px) {
        .page-buy .evil-twin-section .image img {
          position: relative;
          opacity: 0;
          left: 70px; } }
      @media screen and (max-width: 1280px) {
        .page-buy .evil-twin-section .image img {
          left: 0; } }

.page-buy .setting-features-section {
  width: 1352px;
  max-width: 95%;
  margin: 120px auto 108px; }
  @media screen and (max-width: 1440px) {
    .page-buy .setting-features-section {
      margin: calc(60px + 4.16vw) auto calc(15px + 6.42vw); } }
  .page-buy .setting-features-section .features ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .page-buy .setting-features-section .features ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .page-buy .setting-features-section .features ul li {
      max-width: 406px;
      width: 100%;
      margin: 49px 0 9px;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media screen and (max-width: 768px) {
        .page-buy .setting-features-section .features ul li {
          margin: 17px 0 40px; } }
      .page-buy .setting-features-section .features ul li h3 {
        margin-top: 28px;
        margin-bottom: 25px;
        text-align: center; }
        @media screen and (max-width: 640px) {
          .page-buy .setting-features-section .features ul li h3 {
            margin-top: 12px;
            margin-bottom: 18px; } }
      .page-buy .setting-features-section .features ul li:first-child h3 {
        margin-top: 20px; }
        @media screen and (max-width: 930px) {
          .page-buy .setting-features-section .features ul li:first-child h3 {
            margin-top: 28px; } }
      .page-buy .setting-features-section .features ul li img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-transition: .5s;
        transition: .5s; }
        @media screen and (min-width: 768px) {
          .page-buy .setting-features-section .features ul li img {
            position: relative;
            opacity: 0;
            top: 35px; } }
      .page-buy .setting-features-section .features ul li p {
        max-width: 95%;
        margin: 0 auto;
        font-size: 16px;
        font-weight: 300;
        text-align: center;
        line-height: 1.4; }

.page-buy .buy-glasswire {
  max-width: 1200px;
  margin: 0 auto;
  padding: 76px 0 43px;
  text-align: center;
  background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/bottom-shadow.png") no-repeat top center; }
  @media screen and (max-width: 640px) {
    .page-buy .buy-glasswire {
      padding: calc(27px + 3.38vw) 40px 56px;
      background: none; }
      .page-buy .buy-glasswire:before {
        content: '';
        position: absolute;
        width: 80vw;
        left: 10vw;
        top: 0;
        border-top: 1px solid  #d8d8d8; } }
  .page-buy .buy-glasswire .marks {
    margin: 57px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 904px;
    max-width: 95%; }
    @media screen and (max-width: 1024px) {
      .page-buy .buy-glasswire .marks {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media screen and (max-width: 640px) {
      .page-buy .buy-glasswire .marks {
        display: none; } }
    .page-buy .buy-glasswire .marks > div {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5;
      text-align: center;
      font-size: 9px;
      color: rgba(0, 0, 0, 0.5);
      margin: 0 0;
      width: 20%;
      min-width: 135px; }
      @media screen and (max-width: 776px) {
        .page-buy .buy-glasswire .marks > div {
          min-width: 130px; } }
      @media screen and (max-width: 639px) {
        .page-buy .buy-glasswire .marks > div {
          width: 50%;
          min-width: 135px; } }
      .page-buy .buy-glasswire .marks > div > img {
        display: block;
        margin: 13px auto 8px; }
      .page-buy .buy-glasswire .marks > div .img_stars {
        margin: -1px auto 3px;
        display: block; }

.page-buy.new .row.buy > div:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 75px; }
  .page-buy.new .row.buy > div:first-child .feature-list {
    margin: 39px auto 4px; }

.page-buy.new .editions {
  max-width: 931px;
  margin: 67px auto 52px;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09); }
  @media screen and (max-width: 992px) {
    .page-buy.new .editions {
      border-radius: 0;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none; } }
  .page-buy.new .editions .edition {
    max-width: 310px;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-bottom: 42px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent; }
    .page-buy.new .editions .edition.active {
      border-radius: 4px;
      background-color: #fff;
      -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09);
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09);
      margin: -12px 0 -15px; }
      @media screen and (max-width: 992px) {
        .page-buy.new .editions .edition.active {
          margin: 0;
          -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09); } }
      .page-buy.new .editions .edition.active .button {
        margin-top: 39px; }
    .page-buy.new .editions .edition .button {
      width: 173px;
      height: 54px;
      display: block;
      margin: 32px auto 15px;
      border-radius: 3px;
      background-color: #ff5757;
      -webkit-box-shadow: 0 2px 4px 0 rgba(255, 64, 64, 0.28), inset 0 -3px 27px 3px rgba(58, 0, 0, 0.01), inset 0 10px 28px 0 rgba(255, 245, 235, 0.18);
      box-shadow: 0 2px 4px 0 rgba(255, 64, 64, 0.28), inset 0 -3px 27px 3px rgba(58, 0, 0, 0.01), inset 0 10px 28px 0 rgba(255, 245, 235, 0.18);
      -webkit-transition: 0.5s;
      transition: 0.5s;
      text-decoration: none; }
      .page-buy.new .editions .edition .button:hover {
        background-color: #ff7969;
        -webkit-box-shadow: 0 2px 12px 0 rgba(255, 127, 26, 0.28), inset 0 -3px 27px 3px rgba(58, 0, 0, 0.01), inset 0 10px 28px 0 rgba(255, 245, 235, 0.18);
        box-shadow: 0 2px 12px 0 rgba(255, 127, 26, 0.28), inset 0 -3px 27px 3px rgba(58, 0, 0, 0.01), inset 0 10px 28px 0 rgba(255, 245, 235, 0.18); }
      .page-buy.new .editions .edition .button b {
        font-size: 21px;
        letter-spacing: -0.2px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        line-height: 54px;
        border-right: none; }
    .page-buy.new .editions .edition .button.download {
      min-width: unset;
      padding: 0;
      background-color: #52e94c;
      -webkit-box-shadow: 0 2px 4px 0 rgba(122, 255, 64, 0.28), inset 0 10px 28px 0 rgba(241, 255, 235, 0.18);
      box-shadow: 0 2px 4px 0 rgba(122, 255, 64, 0.28), inset 0 10px 28px 0 rgba(241, 255, 235, 0.18); }
    @media screen and (max-width: 992px) {
      .page-buy.new .editions .edition {
        background-color: #fff;
        -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
        border-radius: 4px;
        margin: 40px auto; } }
    .page-buy.new .editions .edition .title {
      font-family: Flexo;
      font-size: 30px;
      font-weight: bold;
      color: #f75f65;
      text-transform: uppercase;
      text-decoration: none;
      display: block;
      margin: 20px auto 15px; }
      .page-buy.new .editions .edition .title.basic {
        color: #5fcb19; }
      .page-buy.new .editions .edition .title.pro {
        color: #41cbee; }
      .page-buy.new .editions .edition .title.trial {
        color: rgba(0, 0, 0, 0.3);
        margin-bottom: 17px; }
    .page-buy.new .editions .edition.active .title {
      margin-top: 22px;
      margin-bottom: 17px; }
    .page-buy.new .editions .edition b {
      font-size: 32px;
      font-weight: normal;
      color: #474747;
      line-height: 40px;
      display: inline-block;
      vertical-align: middle; }
    .page-buy.new .editions .edition b.trial-term {
      font-size: 21px;
      font-weight: 300;
      color: #adadad; }
    .page-buy.new .editions .edition small {
      color: #f75f65;
      display: inline-block;
      vertical-align: middle;
      font-size: 12px;
      line-height: 40px;
      width: 48px;
      margin: 2px 16px 0; }
      .page-buy.new .editions .edition small.hidden {
        height: 1px;
        opacity: 0.4;
        background-color: #d8d8d8;
        display: inline-block !important;
        margin: 2px 10px 0; }
      .page-buy.new .editions .edition small.basic {
        color: #5fcb19; }
      .page-buy.new .editions .edition small.pro {
        color: #41cbee; }
    .page-buy.new .editions .edition ul {
      margin: 18px auto 0; }
      .page-buy.new .editions .edition ul li s {
        color: #adadad; }

.page-buy.monthly .editions .edition {
  padding-bottom: 49px; }
  .page-buy.monthly .editions .edition a.marker {
    margin: -51px auto 42px; }
  .page-buy.monthly .editions .edition .button b {
    min-width: 48%; }
  .page-buy.monthly .editions .edition .button p {
    text-align: center;
    line-height: initial; }
    .page-buy.monthly .editions .edition .button p span {
      font-size: 12px;
      font-weight: normal;
      position: relative;
      bottom: 9px;
      right: 0; }
    .page-buy.monthly .editions .edition .button p strong {
      font-size: 26px;
      font-weight: 600;
      margin: 0 3px; }
    .page-buy.monthly .editions .edition .button p small {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.54);
      position: relative;
      margin: 0; }
  .page-buy.monthly .editions .edition em {
    font-size: 12px; }
    .page-buy.monthly .editions .edition em s {
      font-size: 12px;
      color: #f97676; }
  .page-buy.monthly .editions .edition ul {
    margin: 34px auto 0; }

.page-buy.page-coupon .state-trial {
  display: none !important; }

.page-buy.page-coupon .state-coupon {
  display: initial; }

.page-buy.page-trial .state-trial {
  display: initial; }

.page-buy.page-trial .state-coupon {
  display: none !important; }

.es .currency-note,
.de .currency-note,
.fr .currency-note,
.ru .currency-note {
  display: block !important; }

.es .ed-security-features,
.de .ed-security-features,
.fr .ed-security-features {
  display: none; }

.page-consumer h1, .page-consumer h2, .page-consumer h3 {
  font-weight: 600; }

.page-consumer h1 {
  font-weight: 700;
  line-height: 1.1; }

.page-consumer h2 {
  font-size: 35px;
  font-weight: 400; }
  @media screen and (max-width: 640px) {
    .page-consumer h2 {
      font-size: 28px;
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; } }

.page-consumer a {
  color: #28aafa; }

.page-consumer .button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .page-consumer .button-block .button.download {
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 24px;
    padding: 0 2em;
    gap: 0.7em;
    text-align: center;
    background-image: unset;
    background-color: #48a0ff;
    border-radius: 8px; }
    @media screen and (max-width: 1024px) {
      .page-consumer .button-block .button.download {
        width: auto; } }
    .page-consumer .button-block .button.download span {
      font-size: inherit;
      font-weight: 700;
      line-height: 2.7;
      white-space: nowrap;
      display: block;
      text-transform: none; }
      @media screen and (max-width: 1024px) {
        .page-consumer .button-block .button.download span {
          font-size: 19px; } }

.page-consumer .row.cyber-security {
  background-image: radial-gradient(circle at 50% -2%, #4b449d, #2f296b 22%); }

.page-consumer .signup-section {
  width: 1340px;
  max-width: 95%;
  margin: 0 auto 0; }
  @media screen and (max-width: 1280px) {
    .page-consumer .signup-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .page-consumer .signup-section .content {
    margin: 52px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      .page-consumer .signup-section .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media screen and (max-width: 776px) {
      .page-consumer .signup-section .content {
        margin-top: 40px; } }
    .page-consumer .signup-section .content .info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 39%;
      flex: 0 0 39%;
      min-width: 385px;
      padding: 30px 20px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 1024px) {
        .page-consumer .signup-section .content .info {
          min-width: unset;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          padding: 0;
          max-width: 95%;
          margin: 0 auto;
          text-align: center; } }
      @media screen and (max-width: 640px) {
        .page-consumer .signup-section .content .info {
          max-width: 95%; } }
      .page-consumer .signup-section .content .info h1 {
        text-align: center;
        margin: 18px auto 32px; }
        @media screen and (max-width: 1024px) {
          .page-consumer .signup-section .content .info h1 {
            font-size: calc(22px + 1.9vw);
            margin: 16px auto; } }
        .page-consumer .signup-section .content .info h1 b {
          color: #60c3a4;
          font-weight: 700;
          display: block;
          white-space: nowrap; }
          @media screen and (max-width: 1024px) {
            .page-consumer .signup-section .content .info h1 b {
              display: inline; } }
      .page-consumer .signup-section .content .info p {
        font-size: 20px;
        margin: 0 auto 68px;
        line-height: 1.6;
        width: 318px;
        max-width: 100%;
        text-align: center; }
        @media screen and (max-width: 1024px) {
          .page-consumer .signup-section .content .info p {
            width: 95%;
            margin-bottom: 36px; } }
        @media screen and (max-width: 640px) {
          .page-consumer .signup-section .content .info p {
            font-size: 16px; } }
    .page-consumer .signup-section .content .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 61%;
      flex: 0 1 61%;
      text-align: center; }
      @media screen and (max-width: 1024px) {
        .page-consumer .signup-section .content .image {
          margin: 50px 0 0;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
      .page-consumer .signup-section .content .image img, .page-consumer .signup-section .content .image picture {
        max-width: 100%; }
  .page-consumer .signup-section .features {
    max-width: 100%;
    margin: 0 auto; }
    .page-consumer .signup-section .features ul {
      list-style: none;
      margin: 6px auto 20px;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      gap: 24px; }
      @media screen and (max-width: 1280px) {
        .page-consumer .signup-section .features ul {
          width: 800px;
          max-width: 95%;
          margin: 30px auto 60px; } }
      @media screen and (max-width: 980px) {
        .page-consumer .signup-section .features ul {
          margin: 24px auto 24px;
          gap: 0; } }
      .page-consumer .signup-section .features ul li {
        font-size: 13px;
        text-align: center;
        color: #ffffff;
        margin: 20px 0;
        padding: 0;
        width: 280px; }
        .page-consumer .signup-section .features ul li svg {
          fill: #96a0b1; }
        @media screen and (max-width: 980px) {
          .page-consumer .signup-section .features ul li {
            margin: 28px 2% 12px;
            padding: 0 1%; } }
        @media screen and (max-width: 640px) {
          .page-consumer .signup-section .features ul li {
            font-size: 12px;
            line-height: 144%; } }
        .page-consumer .signup-section .features ul li h3 {
          margin-top: 22px;
          font-size: 16px;
          font-weight: 700;
          color: #4a4a4a; }
        .page-consumer .signup-section .features ul li p {
          margin-top: 4px;
          color: #4a4a4a;
          font-size: 14px; }
          @media screen and (max-width: 980px) {
            .page-consumer .signup-section .features ul li p {
              margin-top: 11px; } }
        @media screen and (max-width: 640px) {
          .page-consumer .signup-section .features ul li div img {
            width: 32px; } }

.page-consumer .cyber-security-section {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto 56px;
  text-align: center;
  color: #FFF; }
  .page-consumer .cyber-security-section .heading h2 {
    text-align: center;
    margin-top: -50px;
    font-size: 35px;
    font-weight: 600; }
    @media screen and (max-width: 1024px) {
      .page-consumer .cyber-security-section .heading h2 {
        font-size: calc(1.054vw + 24.20px); } }
  .page-consumer .cyber-security-section .heading p {
    max-width: 663px;
    font-size: 21px;
    line-height: 1.19;
    margin: 8px auto; }
    @media screen and (max-width: 1024px) {
      .page-consumer .cyber-security-section .heading p {
        font-size: calc(0.753vw + 13.28px);
        margin: 20px auto;
        max-width: 90%; } }
  .page-consumer .cyber-security-section .content {
    margin: 74px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 1280px) {
      .page-consumer .cyber-security-section .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media screen and (max-width: 640px) {
      .page-consumer .cyber-security-section .content {
        max-width: 100%; } }
    .page-consumer .cyber-security-section .content .info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41%;
      flex: 0 0 41%;
      padding-left: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: left; }
      @media screen and (max-width: 1280px) {
        .page-consumer .cyber-security-section .content .info {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding-left: 0; } }
      .page-consumer .cyber-security-section .content .info .family-protection {
        width: 380px;
        max-width: 95%;
        border-radius: 8px;
        border: solid 1px rgba(147, 223, 118, 0.32);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 25px 29px 34px 41px; }
        @media screen and (max-width: 1280px) {
          .page-consumer .cyber-security-section .content .info .family-protection {
            padding: 29px; } }
        .page-consumer .cyber-security-section .content .info .family-protection .icon {
          margin-bottom: 24px; }
        .page-consumer .cyber-security-section .content .info .family-protection p {
          font-size: 13px;
          line-height: 1.54;
          color: #ccffc1;
          margin: 0; }
          @media screen and (max-width: 1280px) {
            .page-consumer .cyber-security-section .content .info .family-protection p {
              text-align: center; } }
      .page-consumer .cyber-security-section .content .info p.desc {
        width: 380px;
        max-width: 95%;
        font-size: 15px;
        font-weight: normal;
        margin: 36px 0 0 0;
        line-height: 1.6; }
        @media screen and (max-width: 1280px) {
          .page-consumer .cyber-security-section .content .info p.desc {
            text-align: center;
            width: 640px;
            max-width: 90%;
            margin-left: auto;
            margin-right: auto; } }
        @media screen and (max-width: 640px) {
          .page-consumer .cyber-security-section .content .info p.desc {
            max-width: 85%; } }
    .page-consumer .cyber-security-section .content .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 59%;
      flex: 0 1 59%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media screen and (max-width: 1280px) {
        .page-consumer .cyber-security-section .content .image {
          margin: 50px 0 0;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .page-consumer .cyber-security-section .content .image picture {
        max-width: 100%; }
        .page-consumer .cyber-security-section .content .image picture img {
          max-width: 100%; }
          @media screen and (max-width: 1280px) {
            .page-consumer .cyber-security-section .content .image picture img {
              margin-left: -2%; } }
          @media screen and (max-width: 768px) {
            .page-consumer .cyber-security-section .content .image picture img {
              margin-left: -1%;
              max-width: 90%; } }
  .page-consumer .cyber-security-section .security-features {
    max-width: 1311px;
    margin: 45px auto 56px;
    padding-top: 94px;
    border-top: solid 1px rgba(152, 160, 255, 0.27);
    color: #f8e2ff; }
    @media screen and (max-width: 1280px) {
      .page-consumer .cyber-security-section .security-features {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media screen and (max-width: 768px) {
      .page-consumer .cyber-security-section .security-features {
        padding-top: 60px; } }
    .page-consumer .cyber-security-section .security-features h2 {
      margin: 0 auto;
      font-weight: 600; }
      @media screen and (max-width: 1280px) {
        .page-consumer .cyber-security-section .security-features h2 {
          width: 95%;
          margin-left: auto;
          margin-right: auto;
          text-align: center; } }
    .page-consumer .cyber-security-section .security-features ul {
      list-style-type: none;
      width: 1270px;
      max-width: 100%;
      margin: 80px auto 40px;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 50px;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      @media screen and (max-width: 1440px) {
        .page-consumer .cyber-security-section .security-features ul {
          max-width: 90%;
          gap: 70px; } }
      @media screen and (max-width: 1024px) {
        .page-consumer .cyber-security-section .security-features ul {
          max-width: 90%;
          gap: 40px;
          margin: 50px auto; } }
      .page-consumer .cyber-security-section .security-features ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 20px auto; }
        .page-consumer .cyber-security-section .security-features ul li img {
          display: block;
          width: 42px; }
          .page-consumer .cyber-security-section .security-features ul li img.premium {
            padding: 5px; }
        .page-consumer .cyber-security-section .security-features ul li h3 {
          font-size: 18px;
          font-weight: 600;
          margin: 20px auto 18px; }
        .page-consumer .cyber-security-section .security-features ul li p {
          font-size: 15px;
          text-align: center;
          width: 284px;
          margin: 0 auto; }
    .page-consumer .cyber-security-section .security-features .tiles {
      width: 1166px;
      max-width: 90%;
      margin: 110px auto 142px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 32px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 1280px) {
        .page-consumer .cyber-security-section .security-features .tiles {
          margin: 70px auto; } }
      @media screen and (max-width: 640px) {
        .page-consumer .cyber-security-section .security-features .tiles {
          margin: 32px auto;
          max-width: 100%; } }
      .page-consumer .cyber-security-section .security-features .tiles p {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.61; }
      .page-consumer .cyber-security-section .security-features .tiles .history {
        width: 100%;
        min-height: 314px;
        padding: 62px 80px;
        border-radius: 32px;
        background: #3d357e url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/graph-history-transp-consumer.png") no-repeat bottom right;
        background-size: auto 90%; }
        @media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
          .page-consumer .cyber-security-section .security-features .tiles .history {
            background: #3d357e url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/graph-history-transp-consumer@2x.png") no-repeat bottom right;
            background-size: auto 90%; } }
        @media screen and (max-width: 1280px) {
          .page-consumer .cyber-security-section .security-features .tiles .history {
            background-size: auto 70%;
            padding: 40px 60px; } }
        @media screen and (max-width: 1024px) {
          .page-consumer .cyber-security-section .security-features .tiles .history {
            min-height: 388px; } }
        @media screen and (max-width: 820px) {
          .page-consumer .cyber-security-section .security-features .tiles .history {
            background-size: auto 60%;
            padding: 42px 0; } }
        @media screen and (max-width: 480px) {
          .page-consumer .cyber-security-section .security-features .tiles .history {
            min-height: 300px; } }
        .page-consumer .cyber-security-section .security-features .tiles .history p {
          font-size: 20px;
          font-weight: 500;
          line-height: 1.45;
          width: 300px;
          max-width: 90%; }
          @media screen and (max-width: 1024px) {
            .page-consumer .cyber-security-section .security-features .tiles .history p {
              width: 410px;
              margin: 0 auto; } }
          @media screen and (max-width: 640px) {
            .page-consumer .cyber-security-section .security-features .tiles .history p {
              text-align: center;
              width: auto;
              max-width: 85%;
              font-size: 16px; } }
      .page-consumer .cyber-security-section .security-features .tiles .bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 32px;
        width: 100%;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
        @media screen and (max-width: 1024px) {
          .page-consumer .cyber-security-section .security-features .tiles .bottom {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .page-consumer .cyber-security-section .security-features .tiles .bottom > div {
          width: calc(50% - 16px);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 32px; }
          @media screen and (max-width: 1024px) {
            .page-consumer .cyber-security-section .security-features .tiles .bottom > div {
              width: 100%; } }
        .page-consumer .cyber-security-section .security-features .tiles .bottom .left > div {
          background-color: #3d357e;
          width: 100%;
          border-radius: 32px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 33px 0 52px; }
          .page-consumer .cyber-security-section .security-features .tiles .bottom .left > div img {
            max-width: 100%; }
          .page-consumer .cyber-security-section .security-features .tiles .bottom .left > div p {
            font-size: 18px;
            font-weight: 500;
            line-height: 1.61;
            width: 398px;
            max-width: 90%;
            margin: 0 auto;
            text-align: center; }
            @media screen and (max-width: 1024px) {
              .page-consumer .cyber-security-section .security-features .tiles .bottom .left > div p {
                width: 555px; } }
            @media screen and (max-width: 640px) {
              .page-consumer .cyber-security-section .security-features .tiles .bottom .left > div p {
                width: auto;
                max-width: 85%;
                font-size: 16px; } }
        .page-consumer .cyber-security-section .security-features .tiles .bottom .right {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
          -webkit-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch; }
          .page-consumer .cyber-security-section .security-features .tiles .bottom .right > div {
            background-color: #3d357e;
            width: 100%;
            height: 100%; }
          .page-consumer .cyber-security-section .security-features .tiles .bottom .right .bandwidth {
            padding: 80px 0 0 0;
            border-radius: 32px; }
            @media screen and (max-width: 1024px) {
              .page-consumer .cyber-security-section .security-features .tiles .bottom .right .bandwidth {
                padding-top: 60px; } }
            @media screen and (max-width: 768px) {
              .page-consumer .cyber-security-section .security-features .tiles .bottom .right .bandwidth {
                padding-top: 8vw; } }
            @media screen and (max-width: 480px) {
              .page-consumer .cyber-security-section .security-features .tiles .bottom .right .bandwidth {
                padding-top: 10vw; } }
            .page-consumer .cyber-security-section .security-features .tiles .bottom .right .bandwidth .content {
              height: 100%;
              background-color: #3d357e;
              border-bottom-left-radius: 32px;
              border-bottom-right-radius: 32px;
              margin: 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              overflow: hidden;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              padding-left: 17%;
              gap: 32px; }
              @media screen and (max-width: 1024px) {
                .page-consumer .cyber-security-section .security-features .tiles .bottom .right .bandwidth .content {
                  border-bottom-left-radius: 32px;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  align-items: center;
                  padding-left: 0; } }
              @media screen and (max-width: 480px) {
                .page-consumer .cyber-security-section .security-features .tiles .bottom .right .bandwidth .content {
                  gap: 5vw;
                  padding-left: 10%;
                  padding-right: 10%; } }
              .page-consumer .cyber-security-section .security-features .tiles .bottom .right .bandwidth .content p {
                width: 310px;
                text-align: left; }
                @media screen and (max-width: 1024px) {
                  .page-consumer .cyber-security-section .security-features .tiles .bottom .right .bandwidth .content p {
                    text-align: center;
                    width: 447px;
                    max-width: 100%; } }
                @media screen and (max-width: 640px) {
                  .page-consumer .cyber-security-section .security-features .tiles .bottom .right .bandwidth .content p {
                    font-size: 16px; } }
              .page-consumer .cyber-security-section .security-features .tiles .bottom .right .bandwidth .content picture {
                width: 100%;
                -ms-flex-item-align: end;
                align-self: flex-end; }
                @media screen and (max-width: 1024px) {
                  .page-consumer .cyber-security-section .security-features .tiles .bottom .right .bandwidth .content picture {
                    width: auto;
                    -ms-flex-item-align: center;
                    align-self: center; } }
                @media screen and (max-width: 640px) {
                  .page-consumer .cyber-security-section .security-features .tiles .bottom .right .bandwidth .content picture {
                    margin-left: auto;
                    margin-right: auto; } }
                .page-consumer .cyber-security-section .security-features .tiles .bottom .right .bandwidth .content picture img {
                  max-width: 100%;
                  display: block; }
                  @media screen and (max-width: 1024px) {
                    .page-consumer .cyber-security-section .security-features .tiles .bottom .right .bandwidth .content picture img {
                      max-width: 85%;
                      margin: 0 auto -90px; } }

.page-consumer .row.protect-family h2 {
  font-size: 45px;
  font-weight: 700;
  width: 768px;
  max-width: 95%;
  margin: 100px auto; }
  @media screen and (max-width: 1280px) {
    .page-consumer .row.protect-family h2 {
      font-size: calc(1.848vw + 21.3px);
      margin: calc(5.435vw + 30.435px) auto calc(5.435vw + 30.435px); } }

.page-consumer .row.protect-family h3 {
  font-size: 35px;
  font-weight: 700; }
  @media screen and (max-width: 1280px) {
    .page-consumer .row.protect-family h3 {
      font-size: calc(1.413vw + 16.9px); } }

.page-consumer .security-alerts-section {
  width: 1290px;
  max-width: 95%;
  margin: 70px auto 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1280px) {
    .page-consumer .security-alerts-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media screen and (max-width: 640px) {
    .page-consumer .security-alerts-section {
      max-width: 100%;
      margin: 40px auto; } }
  .page-consumer .security-alerts-section h3 {
    width: 430px;
    max-width: 95%; }
    @media screen and (max-width: 1280px) {
      .page-consumer .security-alerts-section h3 {
        margin-left: auto;
        margin-right: auto;
        text-align: center; } }
  .page-consumer .security-alerts-section .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    min-width: 385px;
    padding: 0 0 36px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 1280px) {
      .page-consumer .security-alerts-section .info {
        min-width: unset;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0;
        max-width: 90%;
        margin: 0 auto; } }
    @media screen and (max-width: 640px) {
      .page-consumer .security-alerts-section .info {
        max-width: 100%; } }
    .page-consumer .security-alerts-section .info p {
      margin-top: 20px;
      font-size: 16px;
      max-width: 442px;
      line-height: 1.75; }
      @media screen and (max-width: 1280px) {
        .page-consumer .security-alerts-section .info p {
          max-width: 706px;
          text-align: center; } }
      @media screen and (max-width: 640px) {
        .page-consumer .security-alerts-section .info p {
          font-size: 15px;
          max-width: 95%;
          margin-left: auto;
          margin-right: auto; } }
  .page-consumer .security-alerts-section .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 63%;
    flex: 0 1 63%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media screen and (max-width: 1280px) {
      .page-consumer .security-alerts-section .image {
        margin: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .page-consumer .security-alerts-section .image img, .page-consumer .security-alerts-section .image picture {
      max-width: 100%; }
      @media screen and (min-width: 768px) {
        .page-consumer .security-alerts-section .image img, .page-consumer .security-alerts-section .image picture {
          position: relative; } }

.page-consumer .bandwidth-section {
  width: 1340px;
  max-width: 95%;
  margin: 0 auto; }
  .page-consumer .bandwidth-section h3 {
    width: 332px;
    max-width: 95%; }
    @media screen and (max-width: 1280px) {
      .page-consumer .bandwidth-section h3 {
        margin-left: auto;
        margin-right: auto;
        text-align: center; } }
    @media screen and (max-width: 640px) {
      .page-consumer .bandwidth-section h3 {
        margin: 8px auto 10px; } }
  .page-consumer .bandwidth-section .content {
    max-width: 1340px;
    margin: 66px auto 0;
    padding: 52px 16px 52px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 36px;
    background-color: #ecf1f3; }
    @media screen and (max-width: 1280px) {
      .page-consumer .bandwidth-section .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 32px 16px; } }
    .page-consumer .bandwidth-section .content .info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
      flex: 0 0 37%;
      min-width: 385px;
      padding: 0 0 0 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 1280px) {
        .page-consumer .bandwidth-section .content .info {
          min-width: unset;
          padding: 0;
          -webkit-box-flex: unset;
          -ms-flex: unset;
          flex: unset;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }
      .page-consumer .bandwidth-section .content .info p {
        width: 411px;
        max-width: 100%;
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.75; }
        @media screen and (max-width: 1280px) {
          .page-consumer .bandwidth-section .content .info p {
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            width: 640px; } }
        @media screen and (max-width: 640px) {
          .page-consumer .bandwidth-section .content .info p {
            font-size: 15px;
            max-width: 95%;
            margin-left: auto;
            margin-right: auto; } }
    .page-consumer .bandwidth-section .content .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 63%;
      flex: 0 1 63%; }
      @media screen and (max-width: 1280px) {
        .page-consumer .bandwidth-section .content .image {
          margin: 0 0 0;
          -webkit-box-flex: unset;
          -ms-flex: unset;
          flex: unset;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
      .page-consumer .bandwidth-section .content .image img, .page-consumer .bandwidth-section .content .image picture {
        position: relative;
        display: block;
        margin: 0 auto;
        max-width: 100%; }
        @media screen and (min-width: 768px) {
          .page-consumer .bandwidth-section .content .image img, .page-consumer .bandwidth-section .content .image picture {
            position: relative; } }
        @media screen and (max-width: 1280px) {
          .page-consumer .bandwidth-section .content .image img, .page-consumer .bandwidth-section .content .image picture {
            float: unset;
            left: 0; } }

.page-consumer .get-started-section {
  width: 1270px;
  padding: 0 8px;
  max-width: 90%;
  margin: 87px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1280px) {
    .page-consumer .get-started-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media screen and (max-width: 640px) {
    .page-consumer .get-started-section {
      max-width: 100%; } }
  .page-consumer .get-started-section h3 {
    width: 430px;
    max-width: 95%; }
    @media screen and (max-width: 1280px) {
      .page-consumer .get-started-section h3 {
        margin-left: auto;
        margin-right: auto;
        text-align: center; } }
  .page-consumer .get-started-section .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    min-width: 385px;
    padding: 0 0 36px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 1280px) {
      .page-consumer .get-started-section .info {
        min-width: unset;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0;
        max-width: 90%;
        margin: 0 auto; } }
    @media screen and (max-width: 640px) {
      .page-consumer .get-started-section .info {
        max-width: 100%; } }
    .page-consumer .get-started-section .info p {
      width: 603px;
      max-width: 100%;
      margin: 20px 0 36px;
      font-size: 16px;
      line-height: 1.75; }
      @media screen and (max-width: 1280px) {
        .page-consumer .get-started-section .info p {
          text-align: center; } }
      @media screen and (max-width: 640px) {
        .page-consumer .get-started-section .info p {
          font-size: 15px;
          max-width: 95%;
          margin-left: auto;
          margin-right: auto; } }
    .page-consumer .get-started-section .info .button-block {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media screen and (max-width: 1280px) {
        .page-consumer .get-started-section .info .button-block {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .page-consumer .get-started-section .info .button-block a.button.download {
        height: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 18px;
        padding: 0 2em;
        gap: 0.7em;
        border-radius: 6px;
        background-color: #48a0ff;
        margin: 0; }
        .page-consumer .get-started-section .info .button-block a.button.download span {
          font-size: inherit;
          line-height: 2.7; }
  .page-consumer .get-started-section .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%; }
    @media screen and (max-width: 1280px) {
      .page-consumer .get-started-section .image {
        margin: 50px 0 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    .page-consumer .get-started-section .image img, .page-consumer .get-started-section .image picture {
      max-width: 100%; }
      @media screen and (min-width: 768px) {
        .page-consumer .get-started-section .image img, .page-consumer .get-started-section .image picture {
          position: relative; } }

.page-consumer .row.protect-family .reviews {
  width: 1240px;
  max-width: 100%;
  margin: 54px auto;
  font-family: Roboto, Arial, sans-serif;
  z-index: 1;
  position: relative;
  border-top: solid 1px rgba(0, 0, 0, 0.12); }
  .page-consumer .row.protect-family .reviews h3 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #455139;
    background-color: #f7f9fa;
    width: 396px;
    max-width: 100%;
    margin: -0.7em auto 0; }
  .page-consumer .row.protect-family .reviews ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 117px; }
    @media screen and (max-width: 1280px) {
      .page-consumer .row.protect-family .reviews ul {
        max-width: 95%;
        margin: 60px auto;
        gap: 40px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; } }
    .page-consumer .row.protect-family .reviews ul li {
      display: block;
      width: 360px;
      max-width: 100%;
      margin: 16px;
      position: relative; }
      @media screen and (max-width: 1280px) {
        .page-consumer .row.protect-family .reviews ul li {
          margin: 0 auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column; } }
      .page-consumer .row.protect-family .reviews ul li .reviewer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 12px; }
        .page-consumer .row.protect-family .reviews ul li .reviewer .avatar {
          width: 40px;
          height: 40px;
          margin-right: 12px; }
          .page-consumer .row.protect-family .reviews ul li .reviewer .avatar img {
            border-radius: 50%;
            width: 40px;
            display: block; }
            .page-consumer .row.protect-family .reviews ul li .reviewer .avatar img:first-child {
              border: 0.5px solid lightgray; }
        @media screen and (max-width: 1000px) {
          .page-consumer .row.protect-family .reviews ul li .reviewer .information {
            min-height: 58px; } }
        .page-consumer .row.protect-family .reviews ul li .reviewer .information .name {
          font-size: 14px;
          font-weight: 500; }
          @media screen and (max-width: 820px) {
            .page-consumer .row.protect-family .reviews ul li .reviewer .information .name {
              font-size: 13px; } }
        .page-consumer .row.protect-family .reviews ul li .reviewer .information .job {
          color: rgba(0, 0, 0, 0.4);
          font-size: 11px; }
          @media screen and (max-width: 820px) {
            .page-consumer .row.protect-family .reviews ul li .reviewer .information .job {
              font-size: 10px; } }
      .page-consumer .row.protect-family .reviews ul li .stars {
        color: #8bd9f1;
        font-size: 18px;
        letter-spacing: 2px; }
      .page-consumer .row.protect-family .reviews ul li .review {
        font-size: 14px;
        line-height: 1.71;
        margin: 6px 0 11px;
        color: #3d3d3d; }
        .page-consumer .row.protect-family .reviews ul li .review p {
          font-weight: normal;
          margin: 0 0 20px; }
          .page-consumer .row.protect-family .reviews ul li .review p b {
            display: block;
            margin: 34px 0 20px; }

.page-consumer .download-glasswire-container {
  max-width: 1320px; }
  .page-consumer .download-glasswire-container .download-glasswire {
    margin-bottom: -170px;
    padding: 76px 0 43px;
    border-radius: 32px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px rgba(0, 0, 0, 0.02); }
    @media screen and (max-width: 640px) {
      .page-consumer .download-glasswire-container .download-glasswire {
        padding: 0 0 70px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; } }
    .page-consumer .download-glasswire-container .download-glasswire .button-wrapper a.button.download {
      height: auto;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-size: 22px;
      padding: 0 2em;
      gap: 0.7em;
      border-radius: 8px;
      background-color: #48a0ff; }
      @media screen and (max-width: 360px) {
        .page-consumer .download-glasswire-container .download-glasswire .button-wrapper a.button.download {
          width: 230px; } }
      .page-consumer .download-glasswire-container .download-glasswire .button-wrapper a.button.download span {
        font-size: inherit;
        line-height: 2.7;
        text-transform: none; }
    .page-consumer .download-glasswire-container .download-glasswire .buy-n-marks {
      max-width: 1144px; }

.page-consumer .row.footer {
  background-color: unset;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5b71b7), to(#455595));
  background-image: linear-gradient(to bottom, #5b71b7, #455595); }
  .page-consumer .row.footer footer {
    padding-top: 250px;
    height: 700px;
    margin-top: 0; }
    @media screen and (max-width: 1024px) {
      .page-consumer .row.footer footer {
        height: 665px;
        padding-top: 200px; } }
    @media screen and (max-width: 980px) {
      .page-consumer .row.footer footer {
        max-width: 85%;
        height: auto; } }

.page-contact {
  width: 100%; }
  .page-contact h2 {
    font-size: 30px;
    font-weight: 300;
    font-family: 'Open Sans',Arial,sans-serif;
    width: 90%;
    margin: 0 auto; }
    @media screen and (max-width: 1023px) {
      .page-contact h2 {
        font-size: calc(12px + 2.44vw); } }
  .page-contact h3 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans',Arial,sans-serif; }
  .page-contact a:hover {
    color: #5199ff; }
  .page-contact .section-content {
    width: 1440px;
    max-width: 95%;
    margin: 0 auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 16px; }
    @media screen and (max-width: 1023px) {
      .page-contact .section-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .page-contact .section-content .brick {
      background-color: #fff;
      padding: 50px 50px;
      border: solid 1px #e6e7ea; }
      @media screen and (max-width: 640px) {
        .page-contact .section-content .brick {
          padding: 30px 30px; } }
    .page-contact .section-content .left, .page-contact .section-content .right {
      -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 1023px) {
        .page-contact .section-content .left, .page-contact .section-content .right {
          width: 100%; } }
    .page-contact .section-content .left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .page-contact .section-content .left .gw-help {
        text-align: center;
        padding-bottom: 0; }
        @media screen and (max-width: 1023px) {
          .page-contact .section-content .left .gw-help {
            width: 100%;
            padding-bottom: 50px;
            margin-bottom: 0; } }
        .page-contact .section-content .left .gw-help img {
          margin: 74px auto 14px; }
        .page-contact .section-content .left .gw-help p {
          max-width: 380px;
          margin: 0 auto; }
        .page-contact .section-content .left .gw-help .separator {
          border-top: 2px solid #f1f1f1;
          width: 90%;
          height: 0;
          margin: 55px auto 0; }
    .page-contact .section-content .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 50px; }
      .page-contact .section-content .right .gw-community ul {
        margin: 40px 0 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        list-style-type: none; }
        @media screen and (max-width: 640px) {
          .page-contact .section-content .right .gw-community ul {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        .page-contact .section-content .right .gw-community ul li {
          width: 95%;
          max-width: 150px;
          text-align: center;
          margin: 20px 0; }
          @media screen and (max-width: 640px) {
            .page-contact .section-content .right .gw-community ul li {
              max-width: 268px;
              -ms-flex-preferred-size: 50%;
              flex-basis: 50%; } }
          .page-contact .section-content .right .gw-community ul li a {
            text-decoration: none; }
          .page-contact .section-content .right .gw-community ul li a:hover {
            color: #5199ff;
            text-decoration: none; }
          .page-contact .section-content .right .gw-community ul li img {
            display: block;
            margin: 0 auto 15px; }
      .page-contact .section-content .right .gw-emails {
        margin-bottom: 0; }
        @media screen and (max-width: 1023px) {
          .page-contact .section-content .right .gw-emails {
            width: 100%; } }
        .page-contact .section-content .right .gw-emails h2 {
          margin-bottom: 50px; }
        .page-contact .section-content .right .gw-emails p {
          margin: 30px 0; }
          .page-contact .section-content .right .gw-emails p:last-child {
            margin-bottom: 25px; }
        .page-contact .section-content .right .gw-emails img {
          display: block; }
        .page-contact .section-content .right .gw-emails .pgp {
          font-size: 10px;
          line-height: 15px;
          color: #a9a9a9;
          background-color: #eeeeee;
          padding: 1px 3px;
          border-radius: 3px;
          border: 1px solid #c9c9c9;
          text-decoration: none;
          position: relative;
          top: -2px;
          white-space: nowrap; }
        .page-contact .section-content .right .gw-emails .pgp:hover {
          background-color: #f5f5f5; }

.page-credits {
  width: 100%; }
  .page-credits h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    font-family: 'Open Sans',Arial,sans-serif; }
    @media screen and (max-width: 1023px) {
      .page-credits h2 {
        font-size: calc(12px + 2.44vw); } }
  .page-credits .wrapper {
    height: calc(100vh - 924px);
    min-height: 350px;
    width: 1314px;
    max-width: 95%;
    margin: 0 auto 100px;
    padding: 117px 0 88px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px rgba(0, 0, 0, 0.02);
    font-size: 16px; }
    @media screen and (max-width: 1023px) {
      .page-credits .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 60px 0; } }
    .page-credits .wrapper .content {
      width: 986px;
      max-width: 92%;
      margin: 0 auto;
      font-size: 15px;
      line-height: 22px; }

.page-download {
  width: 100%; }
  .page-download h1 {
    width: 940px; }
  .page-download h2 {
    font-size: 30px;
    font-weight: 300;
    margin: 20px 20px 10px 20px; }
    @media screen and (max-width: 1023px) {
      .page-download h2 {
        font-size: calc(12px + 2.44vw); } }
  .page-download h3 {
    font-size: 20px;
    font-weight: 200;
    font-family: inherit; }
    @media screen and (max-width: 1023px) {
      .page-download h3 {
        font-size: calc(14.8px + 0.35vw); } }
  .page-download .row.intro {
    min-height: 203px; }
  .page-download .subscription-mac {
    margin: 70px 0 8px;
    text-align: center; }
    @media screen and (max-width: 1440px) {
      .page-download .subscription-mac {
        margin: calc(44.28px + 1.78vw) 0 0; } }
    .page-download .subscription-mac form {
      width: 590px;
      height: 75px;
      max-width: 95%;
      margin: 2px auto;
      text-align: left;
      position: relative; }
      .page-download .subscription-mac form input[type=email] {
        font-size: 18px;
        font-weight: 300;
        color: #555;
        height: 41px;
        border-radius: 1px;
        border-top: 1px solid #e6e7ea;
        border-left: 1px solid #e6e7ea;
        border-bottom: 1px solid #e6e7ea;
        -webkit-box-shadow: inset 0 1px 1px 0 #f5f5f5;
        box-shadow: inset 0 1px 1px 0 #f5f5f5; }
      .page-download .subscription-mac form input[type=submit] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 126px;
        height: 41px;
        font-size: 18px;
        color: white;
        border-radius: 1px;
        background-color: #45bc17;
        border-top: 1px solid #45bc17;
        border-left: 1px solid #45bc17;
        border-right: 1px solid #45bc17;
        border-bottom: 1px solid #389613; }
        .page-download .subscription-mac form input[type=submit]:hover {
          background-color: #30c900;
          border-top: 1px solid #30c900;
          border-left: 1px solid #30c900;
          border-right: 1px solid #30c900;
          border-bottom: 1px solid #209800; }
    .page-download .subscription-mac p {
      font-size: 11px;
      font-weight: 300;
      color: #969696;
      max-width: 272px;
      width: 85%;
      margin: 16px auto; }
    .page-download .subscription-mac .mce-responses {
      padding: 8px 0;
      font-size: 13px; }
      .page-download .subscription-mac .mce-responses .mce-error-response {
        display: none;
        color: #c38282; }
      .page-download .subscription-mac .mce-responses .mce-success-response {
        display: none;
        color: #7bbb7b; }
  .page-download #subscription-modal {
    top: 0;
    margin: 44px auto 80px;
    max-width: 1311px; }
    @media screen and (max-width: 1440px) {
      .page-download #subscription-modal {
        margin-top: calc(77.4px - 2.32vw); } }
    @media screen and (max-width: 640px) {
      .page-download #subscription-modal {
        top: unset;
        width: unset;
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
        padding: 0 5vw 30vw; } }
  .page-download .take-action {
    width: 95%;
    max-width: 1311px;
    margin: 16px auto 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px; }
    @media screen and (max-width: 1345px) {
      .page-download .take-action {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media screen and (max-width: 1024px) {
      .page-download .take-action {
        margin-top: 20px;
        gap: 60px; } }
    .page-download .take-action h3 {
      margin: 25px 0; }
    .page-download .take-action.hidden {
      display: none; }
    @media screen and (max-width: 768px) {
      .page-download .take-action .download-wrapper {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
      .page-download .take-action .glasswire-android {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    .page-download .take-action > div {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      border: solid 1px #e1e1e1;
      border-radius: 2px;
      max-width: 391px;
      min-width: 391px;
      height: 192px;
      width: 33%; }
      @media screen and (max-width: 768px) {
        .page-download .take-action > div {
          margin: calc(5.71px + 4.46vw) 15px; } }
      @media screen and (max-width: 640px) {
        .page-download .take-action > div {
          margin-right: 0;
          margin-left: 0; } }
      @media screen and (max-width: 480px) {
        .page-download .take-action > div {
          width: 100%;
          min-width: 282px; } }
    .page-download .take-action .download-wrapper {
      width: 1240px;
      max-width: 100%;
      margin: 0 auto 41px;
      height: auto;
      border: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 1023px) {
        .page-download .take-action .download-wrapper {
          width: 404px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          margin: 0 19vw 0; } }
      @media screen and (max-width: 768px) {
        .page-download .take-action .download-wrapper {
          margin: calc(5.71px + 4.46vw) 15px; } }
      .page-download .take-action .download-wrapper > div {
        margin: 0 15px;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%; }
        @media screen and (max-width: 1023px) {
          .page-download .take-action .download-wrapper > div {
            margin: 0 auto;
            width: 100%; } }
      .page-download .take-action .download-wrapper .whatsnew {
        font-size: 11px;
        line-height: 1.45;
        color: #969696;
        margin: 0; }
        .page-download .take-action .download-wrapper .whatsnew p {
          margin-bottom: 0; }
        .page-download .take-action .download-wrapper .whatsnew h4 {
          font-size: 11px;
          font-weight: 600;
          margin: 6px 0; }
          @media screen and (max-width: 1023px) {
            .page-download .take-action .download-wrapper .whatsnew h4 {
              text-align: center; } }
        .page-download .take-action .download-wrapper .whatsnew .note {
          background-color: #ffecbb;
          display: inline-block; }
          .page-download .take-action .download-wrapper .whatsnew .note .tltp-anchor {
            font-size: 11px;
            color: #5199ff;
            line-height: 1.45;
            border-bottom: 1px dotted #5199ff;
            display: inline-block;
            height: 15px;
            margin-right: 2px;
            position: relative;
            text-decoration: none; }
        @media screen and (max-width: 1023px) {
          .page-download .take-action .download-wrapper .whatsnew {
            max-width: 95%;
            margin-top: 32px; } }
        .page-download .take-action .download-wrapper .whatsnew ul {
          padding-left: 13px; }
          @media screen and (max-width: 1023px) {
            .page-download .take-action .download-wrapper .whatsnew ul {
              text-align: center;
              list-style: none; } }
      .page-download .take-action .download-wrapper .placeholder {
        height: 0; }
      .page-download .take-action .download-wrapper .download-block {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 400px;
        -ms-flex-preferred-size: 36%;
        flex-basis: 36%; }
        @media screen and (max-width: 1240px) {
          .page-download .take-action .download-wrapper .download-block {
            width: 100%; } }
        .page-download .take-action .download-wrapper .download-block .button.download {
          width: 379px;
          max-width: 90%;
          height: 65px;
          -webkit-transition: background-color 1s ease, -webkit-box-shadow 1s ease;
          transition: background-color 1s ease, -webkit-box-shadow 1s ease;
          transition: background-color 1s ease, box-shadow 1s ease;
          transition: background-color 1s ease, box-shadow 1s ease, -webkit-box-shadow 1s ease;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
          justify-content: space-around;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 0 23px; }
          @media screen and (max-width: 500px) {
            .page-download .take-action .download-wrapper .download-block .button.download {
              min-width: 280px;
              max-width: 95%;
              height: 57px;
              padding: 0 15px; } }
          .page-download .take-action .download-wrapper .download-block .button.download span {
            margin: 0;
            font-size: 22px;
            font-weight: 600;
            text-transform: uppercase; }
            @media screen and (max-width: 500px) {
              .page-download .take-action .download-wrapper .download-block .button.download span {
                font-size: calc(10.88px + 2.22vw); } }
          .page-download .take-action .download-wrapper .download-block .button.download img {
            vertical-align: middle; }
        .page-download .take-action .download-wrapper .download-block .download-links {
          font-size: 10px;
          letter-spacing: -0.1px;
          color: rgba(0, 0, 0, 0.3);
          max-width: 380px;
          width: 95%;
          margin: 12px auto 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          @media screen and (max-width: 500px) {
            .page-download .take-action .download-wrapper .download-block .download-links {
              max-width: 300px; }
              .page-download .take-action .download-wrapper .download-block .download-links div:nth-child(2) {
                display: none; } }
          .page-download .take-action .download-wrapper .download-block .download-links .oses div {
            display: inline-block; }
            .page-download .take-action .download-wrapper .download-block .download-links .oses div.win {
              margin-right: 5px; }
            .page-download .take-action .download-wrapper .download-block .download-links .oses div img {
              padding-bottom: 2px; }
              .page-download .take-action .download-wrapper .download-block .download-links .oses div img.ic_android {
                padding-bottom: 1px; }
            .page-download .take-action .download-wrapper .download-block .download-links .oses div span {
              padding-left: 4px;
              padding-right: 4px; }
              @media screen and (max-width: 360px) {
                .page-download .take-action .download-wrapper .download-block .download-links .oses div span {
                  display: none; } }
          .page-download .take-action .download-wrapper .download-block .download-links .downloads {
            visibility: hidden; }
          .page-download .take-action .download-wrapper .download-block .download-links #download-counter {
            display: inline-block;
            position: relative;
            top: 2px;
            margin-right: 1px; }
            .page-download .take-action .download-wrapper .download-block .download-links #download-counter span {
              width: 10px;
              display: inline-block;
              line-height: 100%;
              position: relative;
              height: 11px;
              overflow: hidden;
              margin: 0 1px 0 0; }
              .page-download .take-action .download-wrapper .download-block .download-links #download-counter span i {
                display: inline-block;
                height: 11px;
                width: 10px;
                text-align: center;
                font-size: 9px;
                font-style: normal;
                font-weight: 600;
                line-height: 11px;
                border-radius: 1.5px;
                color: #fff;
                background-color: rgba(0, 0, 0, 0.2);
                -webkit-transition: .5s;
                transition: .5s;
                will-change: transform;
                position: absolute;
                -webkit-transform: translateY(0);
                transform: translateY(0); }
              .page-download .take-action .download-wrapper .download-block .download-links #download-counter span i.prev {
                -webkit-transform: translateY(-12px);
                transform: translateY(-12px); }
              .page-download .take-action .download-wrapper .download-block .download-links #download-counter span i.next {
                -webkit-transform: translateY(12px);
                transform: translateY(12px); }
              .page-download .take-action .download-wrapper .download-block .download-links #download-counter span i.hidden {
                -webkit-transition: 0s !important;
                transition: 0s !important;
                display: none; }
            .page-download .take-action .download-wrapper .download-block .download-links #download-counter sub {
              font-size: 10px;
              position: relative;
              bottom: 0;
              margin: 0 1px 0 0.5px; }
    .page-download .take-action .social-sharing {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .page-download .take-action .social-sharing .share-buttons {
        margin-top: 20px; }
        .page-download .take-action .social-sharing .share-buttons a {
          margin: 0 20px;
          cursor: pointer; }
    .page-download .take-action .subscription {
      text-align: center; }
      .page-download .take-action .subscription form {
        width: 82%;
        margin: 2px auto;
        text-align: left;
        position: relative; }
        .page-download .take-action .subscription form input[type=email] {
          -webkit-box-shadow: inset 1px 1px 2px -1px rgba(0, 0, 0, 0.07);
          box-shadow: inset 1px 1px 2px -1px rgba(0, 0, 0, 0.07);
          border: solid 1px #e7e8eb;
          border-radius: 0px;
          font-size: 12px;
          color: #9a9a9a; }
        .page-download .take-action .subscription form input[type=submit] {
          position: absolute;
          top: 0;
          right: 0;
          height: 33px;
          font-size: 12px;
          min-width: 43px;
          background: none;
          color: #5199ff;
          border: none;
          outline: none;
          -webkit-box-shadow: none;
          box-shadow: none; }
          .page-download .take-action .subscription form input[type=submit]:disabled {
            color: #d3d3d3; }
      .page-download .take-action .subscription p {
        font-size: 11px;
        font-weight: 300;
        color: #969696;
        max-width: 272px;
        width: 85%;
        margin: 16px auto; }
      .page-download .take-action .subscription .mce-responses {
        font-size: 12px; }
        .page-download .take-action .subscription .mce-responses .mce-error-response {
          display: none;
          padding: 8px 0;
          color: #c38282; }
        .page-download .take-action .subscription .mce-responses .mce-success-response {
          display: none;
          padding: 8px 0;
          color: #7bbb7b; }
    .page-download .take-action .glasswire-windows {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .page-download .take-action .glasswire-windows h3 {
        margin-bottom: 0; }
      .page-download .take-action .glasswire-windows a {
        display: block;
        width: 85%;
        max-width: 308px;
        -ms-flex-item-align: center;
        align-self: center; }
        .page-download .take-action .glasswire-windows a img {
          width: 100%; }
    .page-download .take-action .glasswire-android {
      /*
            @media screen and (max-width: 1330px) {
                margin-right: 15px;
            }
            @media screen and (max-width: 640px) {
                margin-left: 0;
                margin-right: 0;
            }
             */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 442px) {
        .page-download .take-action .glasswire-android {
          height: 43vw; } }
      .page-download .take-action .glasswire-android .info {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 25px; }
        .page-download .take-action .glasswire-android .info h3 {
          -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
          @media screen and (max-width: 640px) {
            .page-download .take-action .glasswire-android .info h3 {
              margin: calc(5px + 3.125vw) 0; } }
        .page-download .take-action .glasswire-android .info a {
          -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
          padding: 4px 0;
          margin-bottom: 25px; }
          @media screen and (max-width: 640px) {
            .page-download .take-action .glasswire-android .info a {
              margin-bottom: calc(5px + 3.125vw); } }
        .page-download .take-action .glasswire-android .info .btn-playstore {
          max-width: 100%;
          width: 160px; }
      .page-download .take-action .glasswire-android .screen {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        position: relative;
        height: 100%; }
        .page-download .take-action .glasswire-android .screen img {
          position: absolute;
          bottom: 0;
          right: 16px;
          width: 100%; }
  .page-download .feature-list {
    width: 95%;
    max-width: 1311px;
    margin: 6px auto -190px;
    padding-bottom: 36px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px #e6e7ea; }
    @media screen and (max-width: 768px) {
      .page-download .feature-list {
        margin-top: calc(13.71px + 2.9vw); } }
    .page-download .feature-list .social-networking {
      padding: 23px 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      width: 1219px;
      max-width: 95%;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 1280px) {
        .page-download .feature-list .social-networking {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .page-download .feature-list .social-networking p {
        font-size: 16px;
        text-align: left;
        margin: 24px 0; }
        @media screen and (max-width: 576px) {
          .page-download .feature-list .social-networking p {
            margin: auto;
            text-align: center; } }
      .page-download .feature-list .social-networking > div {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media screen and (max-width: 1280px) {
          .page-download .feature-list .social-networking > div {
            width: 95%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        @media screen and (max-width: 576px) {
          .page-download .feature-list .social-networking > div {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
      @media screen and (max-width: 576px) {
        .page-download .feature-list .social-networking .partnering {
          margin-bottom: 30px; } }
      .page-download .feature-list .social-networking .partnering p {
        border-left: solid 2px rgba(0, 0, 0, 0.1);
        width: 358px;
        padding-left: 26px; }
        @media screen and (max-width: 576px) {
          .page-download .feature-list .social-networking .partnering p {
            border-left: none;
            width: auto;
            padding-left: 0; } }
      .page-download .feature-list .social-networking .social-sharing {
        border-left: 1px solid rgba(0, 0, 0, 0.05);
        padding-left: 38px; }
        @media screen and (max-width: 1280px) {
          .page-download .feature-list .social-networking .social-sharing {
            border-left: none;
            padding-left: 0; } }
        @media screen and (max-width: 576px) {
          .page-download .feature-list .social-networking .social-sharing {
            margin-bottom: 26px; } }
        .page-download .feature-list .social-networking .social-sharing img {
          margin: 28px; }
          @media screen and (max-width: 1280px) {
            .page-download .feature-list .social-networking .social-sharing img {
              margin-left: 0; } }
          @media screen and (max-width: 576px) {
            .page-download .feature-list .social-networking .social-sharing img {
              margin-left: auto;
              margin-right: auto; } }
        .page-download .feature-list .social-networking .social-sharing a {
          cursor: pointer; }
    .page-download .feature-list .buy-n-marks {
      width: 1219px;
      max-width: 95%;
      margin: 0 auto 28px;
      padding: 36px 0; }
      @media screen and (max-width: 1440px) {
        .page-download .feature-list .buy-n-marks {
          margin: 0 auto calc(14.85px + 1.60vw);
          padding: calc(10px + 3.125vw) 0; } }
      .page-download .feature-list .buy-n-marks div {
        min-width: 150px;
        margin: 10px 0; }
        @media screen and (max-width: 868px) {
          .page-download .feature-list .buy-n-marks div {
            min-width: 190px; } }
    .page-download .feature-list ul {
      width: 1200px;
      max-width: 100%;
      list-style: none;
      margin: 26px auto;
      padding: 0 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 36px;
      row-gap: 24px; }
      @media screen and (max-width: 1440px) {
        .page-download .feature-list ul {
          margin: calc(11.42px + 2.67vw) auto calc(4.46vw - 14.28px); } }
      @media screen and (max-width: 580px) {
        .page-download .feature-list ul {
          padding: 0; } }
      .page-download .feature-list ul li {
        width: 140px;
        height: 120px;
        padding: 17px 0 0;
        margin: auto;
        text-align: center; }
        @media screen and (max-width: 540px) {
          .page-download .feature-list ul li {
            margin: 17px 0;
            width: 135px; } }
        .page-download .feature-list ul li span {
          display: block;
          margin-top: 11px;
          text-align: center;
          font-size: 13px; }
    .page-download .feature-list .software-info {
      max-width: 90%;
      margin: 40px auto 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 1440px) {
        .page-download .feature-list .software-info {
          margin: calc(14.28px + 1.78vw) auto calc(12.85px + 5.35vw); } }
      @media screen and (max-width: 1024px) {
        .page-download .feature-list .software-info {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .page-download .feature-list .software-info h2 {
        margin: 20px 0 30px;
        text-align: left; }
        @media screen and (max-width: 640px) {
          .page-download .feature-list .software-info h2 {
            text-align: center; } }
      .page-download .feature-list .software-info > div {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%; }
        @media screen and (max-width: 1024px) {
          .page-download .feature-list .software-info > div {
            -ms-flex-preferred-size: unset;
            flex-basis: unset; } }
      .page-download .feature-list .software-info .hash {
        font-size: 11px;
        line-height: 24px;
        word-wrap: break-word; }
        .page-download .feature-list .software-info .hash b {
          font-weight: 600; }
      .page-download .feature-list .software-info .requirements {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        line-height: 24px; }
        .page-download .feature-list .software-info .requirements header {
          font-weight: 600;
          color: rgba(74, 74, 74, 0.6); }
        .page-download .feature-list .software-info .requirements > div {
          -ms-flex-preferred-size: 45%;
          flex-basis: 45%; }
  .page-download .row.footer {
    padding-top: 190px; }

/* Edge */
@supports (-ms-ime-align: auto) {
  .page-download .take-action .social-sharing .share-buttons {
    -ms-flex-pack: distribute;
    justify-content: space-around; } }

/* IE 10,11 */
@media screen and (min-width: 0\0) {
  .page-download .take-action .social-sharing .share-buttons {
    -ms-flex-pack: distribute;
    justify-content: space-around; } }

.page-endpoint-security {
  background-color: #f7f9fa; }
  .page-endpoint-security h1, .page-endpoint-security h2, .page-endpoint-security h3 {
    font-weight: 600; }
  .page-endpoint-security h1, .page-endpoint-security h2 {
    font-size: 40px;
    text-align: left;
    line-height: 1.2;
    max-width: 100%; }
    @media screen and (max-width: 1440px) {
      .page-endpoint-security h1, .page-endpoint-security h2 {
        font-size: calc(18px + 1.527vw); } }
    @media screen and (max-width: 1280px) {
      .page-endpoint-security h1, .page-endpoint-security h2 {
        text-align: center; } }
  .page-endpoint-security h3 {
    font-size: 35px; }
  .page-endpoint-security h4 {
    font-size: 18px;
    font-weight: 600; }
  .page-endpoint-security p {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.32; }
  .page-endpoint-security .header p.description {
    width: 919px; }
  .page-endpoint-security .row.internet-security {
    background-color: #f7f9fa; }
  .page-endpoint-security .row.cyber-security {
    background-image: radial-gradient(circle at 50% 6%, #534c9e, #37316c 55%); }
  .page-endpoint-security .info .button.download {
    height: unset;
    min-width: unset;
    width: 241px;
    max-width: 90%;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 22px 0 rgba(7, 37, 93, 0.15), 0 0 7px 2px rgba(5, 66, 135, 0.11);
    box-shadow: 0 4px 22px 0 rgba(7, 37, 93, 0.15), 0 0 7px 2px rgba(5, 66, 135, 0.11);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#40a8ff), to(#5199ff));
    background-image: linear-gradient(to bottom, #40a8ff, #5199ff);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.6em;
    font-size: 18px;
    gap: 14px; }
    .page-endpoint-security .info .button.download span {
      line-height: 3.0;
      font-size: inherit;
      white-space: nowrap; }
  .page-endpoint-security .endpoint-security-section {
    width: 1340px;
    max-width: 95%;
    margin: 0 auto 0; }
    @media screen and (max-width: 1280px) {
      .page-endpoint-security .endpoint-security-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media screen and (max-width: 640px) {
      .page-endpoint-security .endpoint-security-section {
        max-width: 85%; } }
    .page-endpoint-security .endpoint-security-section .content {
      max-width: 1400px;
      margin: 85px auto 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 1280px) {
        .page-endpoint-security .endpoint-security-section .content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media screen and (max-width: 776px) {
        .page-endpoint-security .endpoint-security-section .content {
          margin-top: 40px; } }
      .page-endpoint-security .endpoint-security-section .content .info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        min-width: 385px;
        padding: 0 30px 52px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        @media screen and (max-width: 1280px) {
          .page-endpoint-security .endpoint-security-section .content .info {
            min-width: unset;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            padding: 0;
            max-width: 90%;
            margin: 0 auto;
            text-align: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; } }
        @media screen and (max-width: 640px) {
          .page-endpoint-security .endpoint-security-section .content .info {
            max-width: 100%; } }
        .page-endpoint-security .endpoint-security-section .content .info p {
          margin: 26px 0 68px; }
        @media screen and (max-width: 1240px) {
          .page-endpoint-security .endpoint-security-section .content .info .download-block {
            width: 100%; } }
        .page-endpoint-security .endpoint-security-section .content .info .download-block .button.download {
          width: 325px;
          max-width: unset;
          border-radius: 4px;
          -webkit-box-shadow: 0 4px 16px 0 rgba(197, 217, 255, 0.15), 0 0 7px 2px rgba(146, 197, 255, 0.11);
          box-shadow: 0 4px 16px 0 rgba(197, 217, 255, 0.15), 0 0 7px 2px rgba(146, 197, 255, 0.11);
          background-image: -webkit-gradient(linear, left top, left bottom, from(#40a8ff), to(#5199ff));
          background-image: linear-gradient(to bottom, #40a8ff, #5199ff);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: distribute;
          justify-content: space-around;
          gap: 14px; }
          @media screen and (max-width: 500px) {
            .page-endpoint-security .endpoint-security-section .content .info .download-block .button.download {
              min-width: 280px;
              max-width: 95%;
              height: 57px;
              padding: 0 15px; } }
          .page-endpoint-security .endpoint-security-section .content .info .download-block .button.download span {
            font-size: 22px;
            font-weight: 600;
            text-transform: uppercase;
            white-space: nowrap;
            display: block; }
          .page-endpoint-security .endpoint-security-section .content .info .download-block .button.download img {
            vertical-align: middle; }
        .page-endpoint-security .endpoint-security-section .content .info .download-block .download-links {
          font-size: 11px;
          letter-spacing: -0.1px;
          color: rgba(0, 0, 0, 0.3);
          max-width: 325px;
          width: 100%;
          margin: 7px auto 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          @media screen and (max-width: 500px) {
            .page-endpoint-security .endpoint-security-section .content .info .download-block .download-links {
              max-width: 300px; }
              .page-endpoint-security .endpoint-security-section .content .info .download-block .download-links div:nth-child(2) {
                display: none; } }
          .page-endpoint-security .endpoint-security-section .content .info .download-block .download-links .oses div {
            display: inline-block; }
            .page-endpoint-security .endpoint-security-section .content .info .download-block .download-links .oses div.win {
              margin-right: 5px; }
            .page-endpoint-security .endpoint-security-section .content .info .download-block .download-links .oses div img {
              padding-bottom: 3px; }
              .page-endpoint-security .endpoint-security-section .content .info .download-block .download-links .oses div img.ic_android {
                padding-bottom: 2px; }
            .page-endpoint-security .endpoint-security-section .content .info .download-block .download-links .oses div span {
              padding-left: 4px;
              padding-right: 4px; }
              @media screen and (max-width: 360px) {
                .page-endpoint-security .endpoint-security-section .content .info .download-block .download-links .oses div span {
                  display: none; } }
      .page-endpoint-security .endpoint-security-section .content .image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%;
        text-align: center; }
        @media screen and (max-width: 1280px) {
          .page-endpoint-security .endpoint-security-section .content .image {
            margin: 50px 0 0;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2; } }
        .page-endpoint-security .endpoint-security-section .content .image img, .page-endpoint-security .endpoint-security-section .content .image picture {
          max-width: 100%; }
  .page-endpoint-security .cyber-security-section {
    width: 1440px;
    max-width: 95%;
    margin: 0 auto 56px;
    text-align: center;
    color: #FFF; }
    @media screen and (max-width: 640px) {
      .page-endpoint-security .cyber-security-section {
        max-width: 85%; } }
    .page-endpoint-security .cyber-security-section .heading h2 {
      text-align: center;
      margin-top: -70px; }
    .page-endpoint-security .cyber-security-section .heading p {
      max-width: 663px;
      font-size: 15px;
      line-height: 1.6;
      margin: 12px auto; }
    .page-endpoint-security .cyber-security-section .content {
      max-width: 1311px;
      margin: 45px auto 56px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 1280px) {
        .page-endpoint-security .cyber-security-section .content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .page-endpoint-security .cyber-security-section .content .info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        min-width: 385px;
        padding: 0 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left; }
        @media screen and (max-width: 1280px) {
          .page-endpoint-security .cyber-security-section .content .info {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; } }
        .page-endpoint-security .cyber-security-section .content .info .attack-rate {
          width: 360px;
          max-width: 95%;
          padding: 16px;
          border-radius: 8px;
          border: solid 1px rgba(255, 255, 255, 0.32);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .page-endpoint-security .cyber-security-section .content .info .attack-rate .ca-counter {
            color: #ffe2a5;
            font-size: 44px;
            font-family: 'Oswald', Helvetica, Arial, sans-serif;
            font-weight: 600; }
          .page-endpoint-security .cyber-security-section .content .info .attack-rate .legend {
            color: #ffe2a5;
            font-size: 15px;
            font-weight: 600; }
          .page-endpoint-security .cyber-security-section .content .info .attack-rate .source-note {
            font-size: 12px;
            color: rgba(255, 255, 255, 0.62); }
        .page-endpoint-security .cyber-security-section .content .info p.desc {
          font-size: 15px;
          font-weight: normal;
          margin: 36px 0;
          line-height: 1.6; }
          @media screen and (max-width: 1280px) {
            .page-endpoint-security .cyber-security-section .content .info p.desc {
              text-align: center; } }
        .page-endpoint-security .cyber-security-section .content .info em {
          margin-top: 24px;
          display: block;
          font-style: normal;
          font-size: 18px;
          font-weight: 600; }
      .page-endpoint-security .cyber-security-section .content .image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 62%;
        flex: 0 1 62%;
        text-align: center; }
        @media screen and (max-width: 1280px) {
          .page-endpoint-security .cyber-security-section .content .image {
            margin: 50px 0 0;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2; } }
        .page-endpoint-security .cyber-security-section .content .image img, .page-endpoint-security .cyber-security-section .content .image picture {
          margin-left: -34px;
          max-width: 100%; }
          @media screen and (max-width: 1280px) {
            .page-endpoint-security .cyber-security-section .content .image img, .page-endpoint-security .cyber-security-section .content .image picture {
              margin-left: auto; } }
    .page-endpoint-security .cyber-security-section .security-features {
      max-width: 1311px;
      margin: 45px auto 56px;
      padding-top: 64px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-top: solid 1px rgba(152, 160, 255, 0.27);
      color: #f8e2ff; }
      @media screen and (max-width: 1280px) {
        .page-endpoint-security .cyber-security-section .security-features {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media screen and (max-width: 1280px) {
        .page-endpoint-security .cyber-security-section .security-features h3 {
          width: 95%;
          margin-left: auto;
          margin-right: auto;
          text-align: center; } }
      .page-endpoint-security .cyber-security-section .security-features .info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        min-width: 385px;
        padding: 0 30px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left; }
        @media screen and (max-width: 1280px) {
          .page-endpoint-security .cyber-security-section .security-features .info {
            min-width: 300px;
            max-width: 90%;
            padding-right: 0;
            margin: 0 auto; } }
        .page-endpoint-security .cyber-security-section .security-features .info ul.feature-list {
          width: 100%;
          padding-left: 0;
          max-width: 480px;
          min-height: 648px;
          margin-top: 45px; }
          .page-endpoint-security .cyber-security-section .security-features .info ul.feature-list li {
            min-height: 87px;
            width: 100%;
            list-style: none;
            border-bottom: solid 1px rgba(152, 160, 255, 0.27);
            padding: 23px 0 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .page-endpoint-security .cyber-security-section .security-features .info ul.feature-list li .feature-icon {
              width: 42px; }
              .page-endpoint-security .cyber-security-section .security-features .info ul.feature-list li .feature-icon img {
                display: block;
                margin: auto; }
            .page-endpoint-security .cyber-security-section .security-features .info ul.feature-list li .feature-description {
              -ms-flex-preferred-size: calc(100% - 135px);
              flex-basis: calc(100% - 135px);
              margin: 0 32px 0 22px; }
              .page-endpoint-security .cyber-security-section .security-features .info ul.feature-list li .feature-description h4 {
                margin-bottom: 0;
                line-height: 220%;
                cursor: pointer; }
              .page-endpoint-security .cyber-security-section .security-features .info ul.feature-list li .feature-description p.description {
                font-size: 15px;
                line-height: 1.4;
                overflow: hidden;
                -webkit-transition: max-height 0.2s ease-out;
                transition: max-height 0.2s ease-out;
                max-height: 0;
                margin-bottom: 0;
                margin-top: 0; }
            .page-endpoint-security .cyber-security-section .security-features .info ul.feature-list li button.fold-button {
              margin: 10px;
              width: 20px;
              height: 20px;
              background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-drop-down2.svg") no-repeat 0 0;
              background-size: contain;
              border: none;
              -webkit-transition: -webkit-transform 0.2s ease-out;
              transition: -webkit-transform 0.2s ease-out;
              transition: transform 0.2s ease-out;
              transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
            .page-endpoint-security .cyber-security-section .security-features .info ul.feature-list li.unfolded button.fold-button {
              -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
            .page-endpoint-security .cyber-security-section .security-features .info ul.feature-list li.unfolded .feature-description p.description {
              max-height: 100px;
              margin-bottom: 30px;
              margin-top: 18px; }
      .page-endpoint-security .cyber-security-section .security-features .image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 54%;
        flex: 0 1 54%;
        -ms-flex-item-align: start;
        align-self: flex-start;
        min-height: 600px;
        margin-top: 52px;
        overflow: hidden;
        position: relative; }
        @media screen and (max-width: 1280px) {
          .page-endpoint-security .cyber-security-section .security-features .image {
            margin: 30px auto 0;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        @media screen and (max-width: 768px) {
          .page-endpoint-security .cyber-security-section .security-features .image {
            margin-top: 0;
            margin-bottom: 60px;
            min-height: unset;
            overflow: visible; } }
        .page-endpoint-security .cyber-security-section .security-features .image picture {
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          max-width: 100%;
          padding-right: 70px;
          opacity: 0;
          z-index: 2;
          -webkit-transition: opacity 0.7s ease-in-out;
          transition: opacity 0.7s ease-in-out; }
          @media screen and (max-width: 1280px) {
            .page-endpoint-security .cyber-security-section .security-features .image picture {
              margin: auto;
              padding-right: 0; } }
          .page-endpoint-security .cyber-security-section .security-features .image picture:first-child {
            position: static;
            z-index: 1; }
          .page-endpoint-security .cyber-security-section .security-features .image picture.active {
            opacity: 1; }
          .page-endpoint-security .cyber-security-section .security-features .image picture img {
            max-width: 100%; }
  .page-endpoint-security .internet-security-section {
    width: 1340px;
    max-width: 95%;
    margin: 90px auto 0; }
    .page-endpoint-security .internet-security-section img.heading {
      display: block;
      margin: 0 auto 23px; }
      @media screen and (max-width: 690px) {
        .page-endpoint-security .internet-security-section img.heading {
          margin-bottom: 0;
          width: 12vw; } }
    .page-endpoint-security .internet-security-section h2 {
      text-align: center; }
      @media screen and (max-width: 640px) {
        .page-endpoint-security .internet-security-section h2 {
          margin: 8px 20px 10px; } }
    .page-endpoint-security .internet-security-section .features ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 20px; }
      @media screen and (max-width: 1330px) {
        .page-endpoint-security .internet-security-section .features ul {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .page-endpoint-security .internet-security-section .features ul li {
        max-width: 396px;
        width: 100%;
        margin: 10px 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media screen and (max-width: 1330px) {
          .page-endpoint-security .internet-security-section .features ul li {
            margin: 28px 10px 9px; } }
        @media screen and (max-width: 640px) {
          .page-endpoint-security .internet-security-section .features ul li {
            font-size: 12px;
            line-height: 1.45;
            -ms-flex-preferred-size: unset;
            flex-basis: unset; } }
        .page-endpoint-security .internet-security-section .features ul li img {
          display: block;
          margin: 0 auto;
          max-width: 100%;
          -ms-flex-item-align: center;
          align-self: center; }
          @media screen and (min-width: 768px) {
            .page-endpoint-security .internet-security-section .features ul li img {
              position: relative;
              top: 15px; } }
        .page-endpoint-security .internet-security-section .features ul li p {
          margin: 10px auto;
          width: 90%;
          font-size: 16px;
          text-align: left;
          line-height: 1.75; }
          @media screen and (max-width: 1330px) {
            .page-endpoint-security .internet-security-section .features ul li p {
              margin: 10px auto;
              text-align: center; } }
  .page-endpoint-security .bandwidth-section {
    width: 1340px;
    max-width: 95%;
    margin: 0 auto; }
    .page-endpoint-security .bandwidth-section h2 {
      max-width: 290px;
      font-size: 35px; }
      @media screen and (max-width: 1280px) {
        .page-endpoint-security .bandwidth-section h2 {
          max-width: 90%;
          margin-left: auto;
          margin-right: auto;
          text-align: center; } }
      @media screen and (max-width: 640px) {
        .page-endpoint-security .bandwidth-section h2 {
          margin: 8px auto 10px; } }
    .page-endpoint-security .bandwidth-section .content {
      max-width: 1340px;
      margin: 66px auto 0;
      padding: 52px 16px 52px 44px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 36px;
      background-color: #ecf1f3; }
      @media screen and (max-width: 1280px) {
        .page-endpoint-security .bandwidth-section .content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 32px 16px; } }
      .page-endpoint-security .bandwidth-section .content .info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
        flex: 0 0 37%;
        min-width: 385px;
        padding: 0 30px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media screen and (max-width: 1280px) {
          .page-endpoint-security .bandwidth-section .content .info {
            min-width: unset;
            padding: 0;
            -webkit-box-flex: unset;
            -ms-flex: unset;
            flex: unset; } }
        .page-endpoint-security .bandwidth-section .content .info p {
          margin-top: 16px;
          font-size: 16px;
          line-height: 1.75; }
          @media screen and (max-width: 1280px) {
            .page-endpoint-security .bandwidth-section .content .info p {
              max-width: 564px;
              text-align: center; } }
      .page-endpoint-security .bandwidth-section .content .image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 63%;
        flex: 0 1 63%; }
        @media screen and (max-width: 1280px) {
          .page-endpoint-security .bandwidth-section .content .image {
            margin: 50px 0 0;
            -webkit-box-flex: unset;
            -ms-flex: unset;
            flex: unset; } }
        .page-endpoint-security .bandwidth-section .content .image img, .page-endpoint-security .bandwidth-section .content .image picture {
          position: relative;
          display: block;
          margin: 0 auto;
          max-width: 100%; }
          @media screen and (min-width: 768px) {
            .page-endpoint-security .bandwidth-section .content .image img, .page-endpoint-security .bandwidth-section .content .image picture {
              position: relative; } }
          @media screen and (max-width: 1280px) {
            .page-endpoint-security .bandwidth-section .content .image img, .page-endpoint-security .bandwidth-section .content .image picture {
              float: unset;
              left: 0; } }
  .page-endpoint-security .security-alerts-section {
    width: 1340px;
    max-width: 95%;
    margin: 70px auto 460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1280px) {
      .page-endpoint-security .security-alerts-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 85%; } }
    .page-endpoint-security .security-alerts-section h2 {
      width: 290px; }
      @media screen and (max-width: 1280px) {
        .page-endpoint-security .security-alerts-section h2 {
          width: 90%;
          margin-left: auto;
          margin-right: auto;
          text-align: center; } }
    .page-endpoint-security .security-alerts-section .info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
      flex: 0 0 37%;
      min-width: 385px;
      padding: 0 0 36px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 1280px) {
        .page-endpoint-security .security-alerts-section .info {
          min-width: unset;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          padding: 0;
          max-width: 90%;
          margin: 0 auto; } }
      @media screen and (max-width: 640px) {
        .page-endpoint-security .security-alerts-section .info {
          max-width: 100%; } }
      .page-endpoint-security .security-alerts-section .info p {
        margin-top: 20px;
        font-size: 16px;
        max-width: 442px;
        line-height: 1.75; }
        @media screen and (max-width: 1280px) {
          .page-endpoint-security .security-alerts-section .info p {
            max-width: 706px;
            text-align: center; } }
    .page-endpoint-security .security-alerts-section .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 63%;
      flex: 0 1 63%; }
      @media screen and (max-width: 1280px) {
        .page-endpoint-security .security-alerts-section .image {
          margin: 50px 0 0;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
      .page-endpoint-security .security-alerts-section .image img, .page-endpoint-security .security-alerts-section .image picture {
        max-width: 100%; }
        @media screen and (min-width: 768px) {
          .page-endpoint-security .security-alerts-section .image img, .page-endpoint-security .security-alerts-section .image picture {
            position: relative; } }
  .page-endpoint-security .download-glasswire-container {
    margin-bottom: -250px;
    width: 1300px;
    max-width: 90%; }
    @media screen and (max-width: 640px) {
      .page-endpoint-security .download-glasswire-container {
        max-width: 90%; } }
    .page-endpoint-security .download-glasswire-container .download-glasswire {
      margin-top: -390px;
      padding: 76px 0 90px;
      border-radius: 36px; }
      .page-endpoint-security .download-glasswire-container .download-glasswire .feature-cloud {
        display: block;
        margin: 0 auto;
        max-width: 85%; }
      .page-endpoint-security .download-glasswire-container .download-glasswire p.description {
        margin-top: -70px;
        margin-bottom: 60px;
        color: #4a4a4a;
        line-height: 1.75; }
  .page-endpoint-security .trust-marks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1310px;
    margin: 48px auto 77px; }
    @media screen and (max-width: 1280px) {
      .page-endpoint-security .trust-marks {
        max-width: 95%; } }
    .page-endpoint-security .trust-marks div {
      width: 180px;
      text-align: center;
      font-size: 11px;
      color: rgba(0, 0, 0, 0.5);
      margin: 0 0; }
      @media screen and (max-width: 1280px) {
        .page-endpoint-security .trust-marks div {
          margin: 25px 0; } }
      @media screen and (max-width: 540px) {
        .page-endpoint-security .trust-marks div {
          width: 100%; } }
      .page-endpoint-security .trust-marks div span {
        display: block;
        margin: 0 auto;
        max-width: 170px; }
      .page-endpoint-security .trust-marks div > img {
        display: block;
        margin: 13px auto 8px; }
      .page-endpoint-security .trust-marks div #img-lifehacker {
        height: 22px;
        margin: 11px auto 6px; }
      .page-endpoint-security .trust-marks div #img-pc-magazine {
        height: 16px;
        margin: 13.5px auto 8.5px; }
      .page-endpoint-security .trust-marks div #img-droidlife {
        margin: 9px auto 15px; }
      .page-endpoint-security .trust-marks div #img-tdd {
        height: 28px;
        margin: 15px auto 10px; }
      .page-endpoint-security .trust-marks div #img-androidauth {
        height: 40px;
        margin: 10px auto 5px; }
      .page-endpoint-security .trust-marks div .img_stars {
        display: block;
        margin: -1px auto 3px; }
  .page-endpoint-security .android-promo-section {
    margin: 0 auto;
    padding: 350px 0 540px;
    height: 580px;
    border-bottom: 1px solid rgba(168, 197, 255, 0.27); }
    @media screen and (max-width: 1024px) {
      .page-endpoint-security .android-promo-section {
        padding: 290px 0 40px;
        height: auto; } }
    .page-endpoint-security .android-promo-section .wrapper {
      position: absolute;
      text-align: center;
      white-space: nowrap;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media screen and (max-width: 1024px) {
        .page-endpoint-security .android-promo-section .wrapper {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-pack: distribute;
          justify-content: space-around;
          left: auto;
          -webkit-transform: none;
          transform: none; } }
      .page-endpoint-security .android-promo-section .wrapper > div {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 30px;
        display: inline-block;
        vertical-align: middle;
        white-space: normal; }
        @media screen and (max-width: 1024px) {
          .page-endpoint-security .android-promo-section .wrapper > div {
            margin: 40px 30px 0;
            display: block; }
            .page-endpoint-security .android-promo-section .wrapper > div:nth-child(-n+6) {
              display: none; }
            .page-endpoint-security .android-promo-section .wrapper > div:nth-child(n+10) {
              display: none; } }
        @media screen and (max-width: 640px) {
          .page-endpoint-security .android-promo-section .wrapper > div {
            margin: 20px 30px 0; } }
      .page-endpoint-security .android-promo-section .wrapper .try-glasswire {
        width: 288px;
        text-align: center;
        margin: 0 18px; }
        @media screen and (max-width: 1024px) {
          .page-endpoint-security .android-promo-section .wrapper .try-glasswire {
            margin: 32px auto 0;
            display: block;
            width: 100%; } }
        .page-endpoint-security .android-promo-section .wrapper .try-glasswire .app-icon {
          margin-top: 11px; }
          @media screen and (max-width: 690px) {
            .page-endpoint-security .android-promo-section .wrapper .try-glasswire .app-icon {
              width: 13.5vw; } }
        .page-endpoint-security .android-promo-section .wrapper .try-glasswire h2 {
          font-size: 29px;
          color: #fff;
          line-height: 1.2;
          width: 288px;
          margin: 19px auto 0;
          display: block;
          text-align: center; }
          @media screen and (max-width: 1024px) {
            .page-endpoint-security .android-promo-section .wrapper .try-glasswire h2 {
              max-width: 80%;
              width: auto;
              text-align: center;
              font-size: calc(15.9px + 1.27vw);
              margin-top: calc(4.45px + 1.42vw); } }
        .page-endpoint-security .android-promo-section .wrapper .try-glasswire .android-authority {
          margin-top: 35px;
          margin-bottom: 12px; }
          @media screen and (max-width: 1023px) {
            .page-endpoint-security .android-promo-section .wrapper .try-glasswire .android-authority {
              margin-top: calc(20.45px + 1.42vw);
              max-width: 37vw; } }
          @media screen and (max-width: 640px) {
            .page-endpoint-security .android-promo-section .wrapper .try-glasswire .android-authority {
              margin-bottom: 10px; } }
        .page-endpoint-security .android-promo-section .wrapper .try-glasswire p {
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 14px;
          letter-spacing: 0.3px;
          text-align: center;
          color: rgba(255, 255, 255, 0.85);
          width: 154px;
          margin: 0 auto;
          line-height: 1.2; }
          @media screen and (max-width: 640px) {
            .page-endpoint-security .android-promo-section .wrapper .try-glasswire p {
              font-size: 12px; } }
        .page-endpoint-security .android-promo-section .wrapper .try-glasswire a {
          display: inline-block;
          margin: 44px auto 0; }
          @media screen and (max-width: 640px) {
            .page-endpoint-security .android-promo-section .wrapper .try-glasswire a {
              margin-top: 41px; } }
          .page-endpoint-security .android-promo-section .wrapper .try-glasswire a .playstore {
            width: 164px; }
  .page-endpoint-security .row.footer {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5b71b7), to(#455595));
    background-image: linear-gradient(to bottom, #5b71b7, #455595);
    overflow-x: hidden; }
    .page-endpoint-security .row.footer footer {
      padding-top: 107px;
      height: 540px;
      margin-top: 0; }
      @media screen and (max-width: 1024px) {
        .page-endpoint-security .row.footer footer {
          height: 665px; } }
      @media screen and (max-width: 980px) {
        .page-endpoint-security .row.footer footer {
          max-width: 85%;
          height: auto; } }

/* Edge */
@supports (-ms-ime-align: auto) {
  .page-features .internet-security-section .features ul,
  .page-features .bandwidth-section {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

/* IE 10,11 */
@media screen and (min-width: 0\0) {
  .page-features .internet-security-section .features ul,
  .page-features .bandwidth-section {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.page-features {
  background-color: #f7f9fa; }
  .page-features h2 {
    font-size: 35px;
    font-weight: 300; }
    @media screen and (max-width: 1440px) {
      .page-features h2 {
        font-size: calc(15.14px + 1.51vw); } }
  .page-features .header p.description {
    width: 919px; }
  .page-features p {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400; }
    @media screen and (max-width: 425px) {
      .page-features p {
        font-size: 14px; } }
  .page-features .row.internet-security, .page-features .row.bandwidth, .page-features .row.privacy-protection, .page-features .row.things, .page-features .row.management-console, .page-features .row.world-map {
    background-color: #fff; }
  .page-features .button.inline.download {
    max-width: 241px;
    min-width: 241px;
    height: 48px;
    -webkit-transition: background-color 1s ease, -webkit-box-shadow 1s ease;
    transition: background-color 1s ease, -webkit-box-shadow 1s ease;
    transition: background-color 1s ease, box-shadow 1s ease;
    transition: background-color 1s ease, box-shadow 1s ease, -webkit-box-shadow 1s ease; }
    .page-features .button.inline.download span {
      font-size: 18px;
      line-height: 48px; }
    .page-features .button.inline.download img {
      width: 16px; }
  .page-features .info .button.download, .page-features .info .button.buy-premium {
    margin-top: 46px; }
  .page-features .section.side-by-side {
    width: 1350px;
    max-width: 95%;
    margin: 10px auto 90px;
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1440px) {
      .page-features .section.side-by-side {
        margin: calc(33px + 3.92vw) auto 0; } }
    @media screen and (max-width: 1280px) {
      .page-features .section.side-by-side {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .page-features .section.side-by-side .info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
      flex: 0 0 43%;
      min-width: 385px;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 1280px) {
        .page-features .section.side-by-side .info {
          min-width: unset;
          padding: 0;
          max-width: 90%;
          margin: 0 auto;
          text-align: center; } }
      @media screen and (max-width: 640px) {
        .page-features .section.side-by-side .info {
          max-width: 100%; } }
      .page-features .section.side-by-side .info .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .page-features .section.side-by-side .info p {
        width: 457px;
        margin: 10px auto; }
        @media screen and (max-width: 1280px) {
          .page-features .section.side-by-side .info p {
            width: 706px;
            max-width: 95%;
            line-height: 1.75; } }
    .page-features .section.side-by-side .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 57%;
      flex: 0 1 57%;
      text-align: center; }
      @media screen and (max-width: 1280px) {
        .page-features .section.side-by-side .image {
          margin: 0; } }
      .page-features .section.side-by-side .image img {
        max-width: 100%;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        @media screen and (min-width: 768px) {
          .page-features .section.side-by-side .image img {
            position: relative;
            opacity: 0;
            left: -100px; } }
  .page-features .feature-list {
    width: 1024px;
    max-width: 95%;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px #e6e7ea; }
    @media screen and (max-width: 640px) {
      .page-features .feature-list {
        width: 100%;
        max-width: 330px; } }
    .page-features .feature-list ul {
      list-style: none;
      margin: 0 auto;
      padding: 18px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 640px) {
        .page-features .feature-list ul {
          padding: 18px 0; } }
      .page-features .feature-list ul li {
        padding: 0;
        margin: 9px 12px; }
        @media screen and (max-width: 1100px) {
          .page-features .feature-list ul li {
            margin: 17px 30px; } }
        @media screen and (max-width: 640px) {
          .page-features .feature-list ul li {
            margin: 17px 1px; } }
        .page-features .feature-list ul li a {
          width: 140px;
          height: 120px;
          margin: 0 auto;
          padding-top: 17px;
          display: block;
          text-align: center;
          text-decoration: none;
          border-radius: 6px;
          border: solid 1px transparent;
          -webkit-transition: border-color 80ms ease-out;
          transition: border-color 80ms ease-out; }
          @media screen and (max-width: 1024px) {
            .page-features .feature-list ul li a {
              border: none; } }
          .page-features .feature-list ul li a img {
            height: 36px; }
          .page-features .feature-list ul li a span {
            display: block;
            margin-top: 11px;
            text-align: center;
            font-size: 13px; }
          .page-features .feature-list ul li a:hover {
            color: #5199ff;
            border: solid 1px rgba(81, 153, 255, 0.3); }
        .page-features .feature-list ul li.splitter {
          width: 100%;
          text-align: center;
          border-bottom: 1px solid #e6e7ea;
          padding: 0;
          margin: 8px 0;
          position: relative;
          top: -6px; }
          .page-features .feature-list ul li.splitter span {
            color: #f43e7f;
            font-family: Flexo, Arial, sans-serif;
            font-size: 15px;
            font-weight: 600;
            display: inline-block;
            background-color: #fff;
            padding: 0 30px;
            position: relative;
            top: 12px; }
  .page-features .network-monitoring-section {
    width: 1440px;
    max-width: 95%;
    margin: 90px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1440px) {
      .page-features .network-monitoring-section {
        margin: calc(33px + 3.92vw) auto 0; } }
    @media screen and (max-width: 1280px) {
      .page-features .network-monitoring-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .page-features .network-monitoring-section .info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
      flex: 0 0 37%;
      min-width: 385px;
      padding: 0 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 1280px) {
        .page-features .network-monitoring-section .info {
          min-width: unset;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          padding: 0;
          max-width: 90%;
          margin: 0 auto;
          text-align: center; } }
      @media screen and (max-width: 640px) {
        .page-features .network-monitoring-section .info {
          max-width: 100%; } }
      .page-features .network-monitoring-section .info h2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 390px;
        text-align: left; }
        @media screen and (max-width: 1280px) {
          .page-features .network-monitoring-section .info h2 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: unset;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center; } }
        .page-features .network-monitoring-section .info h2 img {
          margin-right: 28px;
          max-width: 100%;
          -ms-flex-item-align: center;
          align-self: center; }
          @media screen and (max-width: 1280px) {
            .page-features .network-monitoring-section .info h2 img {
              margin-right: 0; } }
          @media screen and (max-width: 640px) {
            .page-features .network-monitoring-section .info h2 img {
              width: 14vw; } }
        .page-features .network-monitoring-section .info h2 span {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 80%;
          flex: 0 1 80%; }
          @media screen and (max-width: 1280px) {
            .page-features .network-monitoring-section .info h2 span {
              margin-top: 30px; } }
      .page-features .network-monitoring-section .info p {
        margin-top: 10px;
        font-size: 16px;
        font-weight: 300;
        max-width: 454px;
        line-height: 1.75; }
        @media screen and (max-width: 1280px) {
          .page-features .network-monitoring-section .info p {
            max-width: 706px; } }
    .page-features .network-monitoring-section .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 63%;
      flex: 0 1 63%;
      text-align: center;
      position: relative; }
      @media screen and (max-width: 1280px) {
        .page-features .network-monitoring-section .image {
          margin: 50px 0 0;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
      .page-features .network-monitoring-section .image img {
        max-width: 100%;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        @media screen and (min-width: 768px) {
          .page-features .network-monitoring-section .image img {
            position: relative;
            opacity: 0;
            right: 70px; } }
  .page-features .internet-security-section {
    width: 1440px;
    max-width: 95%;
    margin: 90px auto 45px; }
    @media screen and (max-width: 1440px) {
      .page-features .internet-security-section {
        margin: 90px auto calc(3px + 5.71vw); } }
    .page-features .internet-security-section img.heading {
      display: block;
      margin: 0 auto 23px;
      max-width: 86px;
      min-width: 40px; }
      @media screen and (max-width: 690px) {
        .page-features .internet-security-section img.heading {
          margin-bottom: 0;
          width: 12vw; } }
    @media screen and (max-width: 640px) {
      .page-features .internet-security-section h2 {
        margin: 8px 20px 10px; } }
    .page-features .internet-security-section .features ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly; }
      @media screen and (max-width: 1330px) {
        .page-features .internet-security-section .features ul {
          margin-top: 40px; } }
      .page-features .internet-security-section .features ul li {
        max-width: 422px;
        width: 100%;
        margin: 68px 0 9px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media screen and (max-width: 1330px) {
          .page-features .internet-security-section .features ul li {
            margin: 68px 10px 9px; } }
        @media screen and (max-width: 640px) {
          .page-features .internet-security-section .features ul li {
            font-size: 12px;
            line-height: 1.45;
            -ms-flex-preferred-size: unset;
            flex-basis: unset; } }
        .page-features .internet-security-section .features ul li img {
          display: block;
          margin: 0 auto;
          max-width: 100%;
          -ms-flex-item-align: center;
          align-self: center;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
          @media screen and (min-width: 768px) {
            .page-features .internet-security-section .features ul li img {
              position: relative;
              opacity: 0;
              top: 35px; } }
        .page-features .internet-security-section .features ul li p {
          margin: 32px auto;
          width: 95%;
          font-size: 16px;
          font-weight: 300;
          text-align: left;
          line-height: 1.75; }
          @media screen and (max-width: 1330px) {
            .page-features .internet-security-section .features ul li p {
              margin: 10px auto;
              text-align: center; } }
    .page-features .internet-security-section .download-emphasis {
      margin-top: 82px;
      padding: 115px 0 0;
      background: url(/National_Library/20160330061658oe_/https://www.glasswire.com/img/bottom-shadow.png) no-repeat top center; }
      @media screen and (max-width: 1024px) {
        .page-features .internet-security-section .download-emphasis {
          background: none;
          margin-top: 0;
          margin-bottom: 82px;
          padding: 50px 0 0; } }
    .page-features .internet-security-section .score-n-anomaly {
      width: 1300px;
      max-width: 100%;
      margin: 50px auto 40px;
      padding: 47px 0;
      border-radius: 40px;
      background-color: #f7f9fa;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      @media screen and (max-width: 768px) {
        .page-features .internet-security-section .score-n-anomaly {
          padding: 18px 0;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .page-features .internet-security-section .score-n-anomaly > div {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 48px 0;
        max-width: 95%; }
        @media screen and (max-width: 768px) {
          .page-features .internet-security-section .score-n-anomaly > div {
            padding: 48px 48px;
            margin: auto; } }
        @media screen and (max-width: 480px) {
          .page-features .internet-security-section .score-n-anomaly > div {
            padding: 48px 3%; } }
        .page-features .internet-security-section .score-n-anomaly > div:first-child {
          border-right: 1px solid rgba(0, 0, 0, 0.06); }
          @media screen and (max-width: 768px) {
            .page-features .internet-security-section .score-n-anomaly > div:first-child {
              border-right: none;
              border-bottom: 1px solid rgba(0, 0, 0, 0.06); } }
        .page-features .internet-security-section .score-n-anomaly > div img {
          max-width: 100%; }
        .page-features .internet-security-section .score-n-anomaly > div p {
          width: 340px;
          max-width: 95%;
          margin: 0 auto;
          text-align: center; }
  .page-features .management-console-section {
    width: 1440px;
    max-width: 95%;
    margin: 30px auto 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1440px) {
      .page-features .management-console-section {
        margin: calc(41px + 3.92vw) auto calc(55px + 1.5vw); } }
    @media screen and (max-width: 1280px) {
      .page-features .management-console-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .page-features .management-console-section .info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
      flex: 0 0 34%;
      min-width: 385px;
      padding: 0 30px 36px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 1280px) {
        .page-features .management-console-section .info {
          min-width: unset;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          padding: 0;
          max-width: 90%;
          margin: 0 auto; } }
      @media screen and (max-width: 640px) {
        .page-features .management-console-section .info {
          max-width: 100%; } }
      .page-features .management-console-section .info h2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 396px;
        text-align: left; }
        @media screen and (max-width: 1280px) {
          .page-features .management-console-section .info h2 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: unset;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center; } }
        .page-features .management-console-section .info h2 img {
          margin-right: 28px;
          max-width: 100%;
          -ms-flex-item-align: center;
          align-self: center; }
          @media screen and (max-width: 1280px) {
            .page-features .management-console-section .info h2 img {
              margin-right: 0; } }
          @media screen and (max-width: 640px) {
            .page-features .management-console-section .info h2 img {
              width: 14vw; } }
        .page-features .management-console-section .info h2 span {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 80%;
          flex: 0 1 80%; }
          @media screen and (max-width: 1280px) {
            .page-features .management-console-section .info h2 span {
              margin-top: 30px; } }
      .page-features .management-console-section .info p {
        margin-top: 20px;
        font-size: 16px;
        font-weight: 300;
        max-width: 454px;
        line-height: 1.75; }
        @media screen and (max-width: 1280px) {
          .page-features .management-console-section .info p {
            max-width: 706px;
            text-align: center; } }
    .page-features .management-console-section .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 64%;
      flex: 0 1 64%;
      text-align: center; }
      @media screen and (max-width: 1280px) {
        .page-features .management-console-section .image {
          margin: 50px 0 0;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
      .page-features .management-console-section .image img {
        max-width: 100%;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        @media screen and (min-width: 768px) {
          .page-features .management-console-section .image img {
            position: relative;
            opacity: 0;
            right: 70px; } }
  .page-features .time-machine-section {
    width: 1440px;
    max-width: 95%;
    margin: 40px auto 90px; }
    @media screen and (max-width: 1440px) {
      .page-features .time-machine-section {
        margin: 80px auto calc(31px + 5.71vw); } }
    .page-features .time-machine-section .features ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 1024px) {
        .page-features .time-machine-section .features ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .page-features .time-machine-section .features ul li {
        max-width: 602px;
        min-width: 454px;
        width: 100%;
        margin: 58px 15px 9px;
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media screen and (max-width: 1024px) {
          .page-features .time-machine-section .features ul li {
            margin: 58px auto 9px;
            min-width: unset; } }
        @media screen and (max-width: 640px) {
          .page-features .time-machine-section .features ul li {
            margin: 17px 5px 40px;
            font-size: 12px;
            line-height: 1.45;
            -ms-flex-preferred-size: unset;
            flex-basis: unset; } }
        .page-features .time-machine-section .features ul li .heading {
          margin: 0 auto;
          height: 69px; }
          @media screen and (max-width: 690px) {
            .page-features .time-machine-section .features ul li .heading {
              height: unset; } }
          .page-features .time-machine-section .features ul li .heading img {
            display: block;
            margin: 0 auto;
            max-width: 86px;
            min-width: 40px; }
            @media screen and (max-width: 690px) {
              .page-features .time-machine-section .features ul li .heading img {
                margin-bottom: 0;
                width: 12vw; } }
        .page-features .time-machine-section .features ul li h2 {
          margin: 16px 10px; }
          @media screen and (max-width: 640px) {
            .page-features .time-machine-section .features ul li h2 {
              margin: 8px 20px 10px; } }
        .page-features .time-machine-section .features ul li img.picture {
          display: block;
          margin: 12px auto;
          max-width: 100%;
          -ms-flex-item-align: center;
          align-self: center;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
          .page-features .time-machine-section .features ul li img.picture.taller {
            height: 110%; }
          @media screen and (min-width: 768px) {
            .page-features .time-machine-section .features ul li img.picture {
              position: relative;
              opacity: 0;
              top: 35px; } }
        .page-features .time-machine-section .features ul li p {
          margin: 24px auto 0;
          width: 95%;
          font-size: 16px;
          font-weight: 300;
          text-align: left;
          line-height: 1.75; }
          @media screen and (max-width: 1024px) {
            .page-features .time-machine-section .features ul li p {
              text-align: center; } }
  .page-features .row.bandwidth {
    overflow-x: hidden; }
  .page-features .bandwidth-section {
    width: 1440px;
    max-width: 95%;
    margin: 90px auto 103px; }
    @media screen and (max-width: 1280px) {
      .page-features .bandwidth-section {
        margin: calc(19px + 5.11vw) auto calc(19px + 5.11vw); } }
    .page-features .bandwidth-section img.heading {
      display: block;
      margin: 0 auto 23px;
      max-width: 70px;
      min-width: 40px; }
      @media screen and (max-width: 690px) {
        .page-features .bandwidth-section img.heading {
          margin-bottom: 0;
          width: 12vw; } }
    @media screen and (max-width: 640px) {
      .page-features .bandwidth-section h2 {
        margin: 8px 20px 10px; } }
    .page-features .bandwidth-section .content {
      max-width: 1311px;
      margin: 66px auto 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 1280px) {
        .page-features .bandwidth-section .content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .page-features .bandwidth-section .content .info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41%;
        flex: 0 0 41%;
        min-width: 385px;
        padding: 0 30px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media screen and (max-width: 1280px) {
          .page-features .bandwidth-section .content .info {
            min-width: unset;
            padding: 0;
            -webkit-box-flex: unset;
            -ms-flex: unset;
            flex: unset; } }
        .page-features .bandwidth-section .content .info p {
          margin-top: 16px;
          font-size: 16px;
          font-weight: 300;
          line-height: 1.75; }
          @media screen and (max-width: 1280px) {
            .page-features .bandwidth-section .content .info p {
              max-width: 564px;
              text-align: center; } }
      .page-features .bandwidth-section .content .image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 57%;
        flex: 0 1 57%; }
        @media screen and (max-width: 1280px) {
          .page-features .bandwidth-section .content .image {
            margin: 50px 0 0;
            -webkit-box-flex: unset;
            -ms-flex: unset;
            flex: unset; } }
        .page-features .bandwidth-section .content .image img {
          position: relative;
          display: block;
          margin: 0 auto;
          max-width: 100%;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
          @media screen and (min-width: 768px) {
            .page-features .bandwidth-section .content .image img {
              position: relative;
              opacity: 0;
              left: 70px; } }
          @media screen and (max-width: 1280px) {
            .page-features .bandwidth-section .content .image img {
              float: unset;
              left: 0; } }
  .page-features .server-monitoring-section {
    width: 1440px;
    max-width: 95%;
    margin: 92px auto 77px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1440px) {
      .page-features .server-monitoring-section {
        margin: calc(41px + 3.92vw) auto calc(55px + 1.5vw); } }
    @media screen and (max-width: 1280px) {
      .page-features .server-monitoring-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .page-features .server-monitoring-section .info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
      flex: 0 0 34%;
      min-width: 385px;
      padding: 0 30px 36px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 1280px) {
        .page-features .server-monitoring-section .info {
          min-width: unset;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          padding: 0;
          max-width: 90%;
          margin: 0 auto; } }
      @media screen and (max-width: 640px) {
        .page-features .server-monitoring-section .info {
          max-width: 100%; } }
      .page-features .server-monitoring-section .info h2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 410px;
        text-align: left; }
        @media screen and (max-width: 1280px) {
          .page-features .server-monitoring-section .info h2 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: unset;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center; } }
        .page-features .server-monitoring-section .info h2 img {
          margin-right: 28px;
          max-width: 100%;
          -ms-flex-item-align: center;
          align-self: center; }
          @media screen and (max-width: 1280px) {
            .page-features .server-monitoring-section .info h2 img {
              margin-right: 0; } }
          @media screen and (max-width: 640px) {
            .page-features .server-monitoring-section .info h2 img {
              width: 14vw; } }
        .page-features .server-monitoring-section .info h2 span {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 80%;
          flex: 0 1 80%; }
          @media screen and (max-width: 1280px) {
            .page-features .server-monitoring-section .info h2 span {
              margin-top: 30px; } }
      .page-features .server-monitoring-section .info p {
        margin-top: 20px;
        font-size: 16px;
        font-weight: 300;
        max-width: 454px;
        line-height: 1.75; }
        @media screen and (max-width: 1280px) {
          .page-features .server-monitoring-section .info p {
            max-width: 706px;
            text-align: center; } }
    .page-features .server-monitoring-section .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 64%;
      flex: 0 1 64%;
      text-align: center; }
      @media screen and (max-width: 1280px) {
        .page-features .server-monitoring-section .image {
          margin: 50px 0 0;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
      .page-features .server-monitoring-section .image img {
        max-width: 100%;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        @media screen and (min-width: 768px) {
          .page-features .server-monitoring-section .image img {
            position: relative;
            opacity: 0;
            right: 70px; } }
  .page-features .row.evil-twin {
    overflow-x: hidden; }
  .page-features .evil-twin-section {
    width: 1311px;
    max-width: 95%;
    margin: 47px auto 0; }
    @media screen and (max-width: 1280px) {
      .page-features .evil-twin-section {
        margin: 0 auto 0; } }
    .page-features .evil-twin-section .info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      min-width: 385px;
      padding: 0 92px 86px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 1280px) {
        .page-features .evil-twin-section .info {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          min-width: unset;
          padding: 0;
          max-width: 90%;
          margin: 0 auto; } }
      @media screen and (max-width: 640px) {
        .page-features .evil-twin-section .info {
          max-width: 100%; } }
      .page-features .evil-twin-section .info .rdp-info, .page-features .evil-twin-section .info .evil-twin-info {
        width: 50%;
        max-width: 460px; }
        @media screen and (max-width: 1280px) {
          .page-features .evil-twin-section .info .rdp-info, .page-features .evil-twin-section .info .evil-twin-info {
            margin: 0 auto;
            width: 706px;
            max-width: 100%; } }
      @media screen and (max-width: 1280px) {
        .page-features .evil-twin-section .info .evil-twin-info {
          margin-top: calc(55px + 1.5vw);
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3; } }
      .page-features .evil-twin-section .info .et-download-btn {
        width: 100%; }
      .page-features .evil-twin-section .info h2 {
        text-align: left;
        margin-top: 0; }
        @media screen and (max-width: 1280px) {
          .page-features .evil-twin-section .info h2 {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center; } }
        .page-features .evil-twin-section .info h2 img {
          display: block;
          margin: 0 auto; }
          @media screen and (max-width: 640px) {
            .page-features .evil-twin-section .info h2 img {
              width: 14vw; } }
        .page-features .evil-twin-section .info h2 span {
          margin-top: 24px;
          display: block; }
          @media screen and (max-width: 1280px) {
            .page-features .evil-twin-section .info h2 span {
              margin-top: 30px; } }
      .page-features .evil-twin-section .info p {
        margin-top: 34px;
        font-size: 16px;
        font-weight: 300;
        max-width: 493px;
        line-height: 1.75; }
        @media screen and (max-width: 1280px) {
          .page-features .evil-twin-section .info p {
            max-width: 100%;
            text-align: center; } }
    .page-features .evil-twin-section .image {
      margin: -143px 130px 0; }
      @media screen and (max-width: 1280px) {
        .page-features .evil-twin-section .image {
          margin: 50px 0 0; } }
      .page-features .evil-twin-section .image img {
        position: relative;
        display: block;
        float: right;
        max-width: 100%;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        @media screen and (min-width: 768px) {
          .page-features .evil-twin-section .image img {
            position: relative;
            opacity: 0;
            left: 70px; } }
        @media screen and (max-width: 1280px) {
          .page-features .evil-twin-section .image img {
            float: unset;
            margin: 0 auto; } }
  .page-features .row.privacy {
    overflow-x: hidden; }
  .page-features .privacy-protection-section {
    width: 1440px;
    max-width: 95%;
    margin: 91px auto 77px; }
    @media screen and (max-width: 1440px) {
      .page-features .privacy-protection-section {
        margin: calc(61px + 3.92vw) auto calc(97px + 1.5vw); } }
    .page-features .privacy-protection-section img.heading {
      display: block;
      margin: 0 auto 23px;
      max-width: 72px;
      min-width: 40px; }
      @media screen and (max-width: 690px) {
        .page-features .privacy-protection-section img.heading {
          margin-bottom: 0;
          width: 12vw; } }
    @media screen and (max-width: 640px) {
      .page-features .privacy-protection-section h2 {
        margin: 8px 20px 10px; } }
    .page-features .privacy-protection-section .content {
      margin-top: 66px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 1280px) {
        .page-features .privacy-protection-section .content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .page-features .privacy-protection-section .content .info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        min-width: 385px;
        padding: 0 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media screen and (max-width: 1280px) {
          .page-features .privacy-protection-section .content .info {
            min-width: unset;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            padding: 0;
            max-width: 90%;
            margin: 0 auto; } }
        @media screen and (max-width: 640px) {
          .page-features .privacy-protection-section .content .info {
            max-width: 100%; } }
        .page-features .privacy-protection-section .content .info p {
          margin-top: 40px;
          font-size: 16px;
          font-weight: 300;
          max-width: 436px;
          line-height: 1.75;
          padding-bottom: 100px; }
          @media screen and (max-width: 1280px) {
            .page-features .privacy-protection-section .content .info p {
              margin-top: 0;
              padding-bottom: 0;
              max-width: 706px;
              text-align: center; } }
      .page-features .privacy-protection-section .content .image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 62%;
        flex: 0 1 62%;
        text-align: center; }
        @media screen and (max-width: 1280px) {
          .page-features .privacy-protection-section .content .image {
            margin: 50px 0 0;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2; } }
        .page-features .privacy-protection-section .content .image img {
          max-width: 100%;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
          @media screen and (min-width: 768px) {
            .page-features .privacy-protection-section .content .image img {
              position: relative;
              opacity: 0;
              right: 70px; } }
  .page-features .section.world-map {
    margin: 84px auto 86px; }
    @media screen and (max-width: 768px) {
      .page-features .section.world-map {
        margin: 42px auto; } }
    .page-features .section.world-map .info {
      padding-top: 34px;
      -ms-flex-preferred-size: 34%;
      flex-basis: 34%;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media screen and (max-width: 768px) {
        .page-features .section.world-map .info {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .page-features .section.world-map .info h2 {
        margin-top: 24px;
        width: 300px;
        max-width: 95%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 24px;
        text-align: left; }
        .page-features .section.world-map .info h2 span {
          -ms-flex-preferred-size: 80%;
          flex-basis: 80%; }
        @media screen and (max-width: 768px) {
          .page-features .section.world-map .info h2 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0 auto; } }
      .page-features .section.world-map .info p {
        width: 417px;
        margin: 10px auto;
        margin-left: 0; }
        @media screen and (max-width: 1280px) {
          .page-features .section.world-map .info p {
            width: 706px;
            max-width: 95%;
            line-height: 1.75; } }
    .page-features .section.world-map .image {
      -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
      text-align: left; }
      @media screen and (min-width: 768px) {
        .page-features .section.world-map .image img {
          left: 100px; } }
  .page-features .connection-features-section {
    width: 1440px;
    max-width: 95%;
    margin: 100px auto 151px; }
    @media screen and (max-width: 1440px) {
      .page-features .connection-features-section {
        margin: 100px auto calc(71px + 5.71vw); } }
    .page-features .connection-features-section .features ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .page-features .connection-features-section .features ul li {
        max-width: 393px;
        width: 100%;
        margin: 60px 0 9px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media screen and (max-width: 640px) {
          .page-features .connection-features-section .features ul li {
            margin: 17px 5px 40px;
            font-size: 12px;
            line-height: 1.45;
            -ms-flex-preferred-size: unset;
            flex-basis: unset; } }
        .page-features .connection-features-section .features ul li h3 {
          margin-top: 28px;
          margin-bottom: 25px;
          text-align: center; }
          @media screen and (max-width: 640px) {
            .page-features .connection-features-section .features ul li h3 {
              margin-top: 12px;
              margin-bottom: 18px; } }
        .page-features .connection-features-section .features ul li img {
          display: block;
          margin: 0 auto;
          max-width: 100%;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
          @media screen and (min-width: 768px) {
            .page-features .connection-features-section .features ul li img {
              position: relative;
              opacity: 0;
              top: 35px; } }
        .page-features .connection-features-section .features ul li p {
          margin: 0 auto;
          max-width: 350px;
          width: 95%;
          font-size: 16px;
          font-weight: 300;
          text-align: center;
          line-height: 1.4; }
  .page-features .row.things {
    overflow-x: hidden; }
  .page-features .things-section {
    width: 1326px;
    max-width: 95%;
    margin: 40px auto 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      .page-features .things-section {
        max-width: 100%;
        margin: calc(19px + 5.11vw) auto calc(45px + 7.6vw);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .page-features .things-section .info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
      flex: 0 0 37%;
      min-width: 385px;
      padding-left: 13px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 1024px) {
        .page-features .things-section .info {
          min-width: unset;
          padding-left: 0; } }
      .page-features .things-section .info h2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 385px;
        text-align: left; }
        @media screen and (max-width: 1024px) {
          .page-features .things-section .info h2 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: unset;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center; } }
        .page-features .things-section .info h2 img {
          margin-right: 28px;
          max-width: 100%;
          -ms-flex-item-align: center;
          align-self: center; }
          @media screen and (max-width: 1024px) {
            .page-features .things-section .info h2 img {
              margin-right: 0; } }
          @media screen and (max-width: 640px) {
            .page-features .things-section .info h2 img {
              width: 14vw; } }
        .page-features .things-section .info h2 span {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 80%;
          flex: 0 1 80%; }
          @media screen and (max-width: 1024px) {
            .page-features .things-section .info h2 span {
              margin-top: 30px; } }
      .page-features .things-section .info p {
        margin-top: 16px;
        font-size: 16px;
        font-weight: 300;
        max-width: 493px;
        line-height: 1.75; }
        @media screen and (max-width: 1024px) {
          .page-features .things-section .info p {
            max-width: 564px;
            text-align: center; } }
    .page-features .things-section .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 54%;
      flex: 0 1 54%; }
      @media screen and (max-width: 1024px) {
        .page-features .things-section .image {
          margin-top: 50px;
          margin-left: 0;
          width: 100%; } }
      @media screen and (max-width: 768px) {
        .page-features .things-section .image {
          width: 120%; } }
      .page-features .things-section .image img {
        max-width: 100%;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        @media screen and (min-width: 768px) {
          .page-features .things-section .image img {
            position: relative;
            opacity: 0;
            left: 70px; } }
        @media screen and (max-width: 1024px) {
          .page-features .things-section .image img {
            padding-right: 20%;
            margin: 0 auto;
            display: block; } }
  .page-features .setting-features-section {
    width: 1440px;
    max-width: 95%;
    margin: 74px auto 433px; }
    @media screen and (max-width: 1440px) {
      .page-features .setting-features-section {
        margin: calc(13px + 4.16vw) auto calc(272px + 11.33vw); } }
    .page-features .setting-features-section .features ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        .page-features .setting-features-section .features ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .page-features .setting-features-section .features ul li {
        max-width: 409px;
        width: 100%;
        margin: 49px 10px 9px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media screen and (max-width: 768px) {
          .page-features .setting-features-section .features ul li {
            margin: 17px 0 40px; } }
        .page-features .setting-features-section .features ul li h3 {
          margin-top: 28px;
          margin-bottom: 25px;
          text-align: center; }
          @media screen and (max-width: 640px) {
            .page-features .setting-features-section .features ul li h3 {
              margin-top: 12px;
              margin-bottom: 18px; } }
        .page-features .setting-features-section .features ul li:first-child h3 {
          margin-top: 20px; }
          @media screen and (max-width: 932px) {
            .page-features .setting-features-section .features ul li:first-child h3 {
              margin-top: 28px; } }
        .page-features .setting-features-section .features ul li img {
          display: block;
          margin: 0 auto;
          max-width: 100%;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          -ms-flex-item-align: center;
          align-self: center;
          -webkit-transition: .5s;
          transition: .5s; }
          @media screen and (min-width: 768px) {
            .page-features .setting-features-section .features ul li img {
              position: relative;
              opacity: 0;
              top: 35px; } }
        .page-features .setting-features-section .features ul li p {
          width: 95%;
          margin: 0 auto;
          font-size: 16px;
          font-weight: 300;
          text-align: center;
          line-height: 1.4; }
  .page-features .download-glasswire-container .download-glasswire {
    margin-top: -317px;
    padding: 76px 0 43px; }
    @media screen and (max-width: 640px) {
      .page-features .download-glasswire-container .download-glasswire {
        margin-top: calc(-1.98vw - 235px);
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; } }
    .page-features .download-glasswire-container .download-glasswire .buy-n-marks {
      max-width: 1144px; }

/* Edge */
@supports (-ms-ime-align: auto) {
  .page-features .internet-security-section .features ul,
  .page-features .time-machine-section .features ul,
  .page-features .connection-features-section .features ul,
  .page-features .setting-features-section .features ul,
  .page-features .bandwidth-section,
  .page-features .evil-twin-section {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

/* IE 10,11 */
@media screen and (min-width: 0\0) {
  .page-features .internet-security-section .features ul,
  .page-features .time-machine-section .features ul,
  .page-features .connection-features-section .features ul,
  .page-features .setting-features-section .features ul,
  .page-features .bandwidth-section,
  .page-features .evil-twin-section {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.index .page-head.sticky .menu-wrapper.dark {
  background-color: #3A3387; }

.index h1 {
  font-size: 40px;
  text-align: left;
  line-height: 1.2;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.94); }
  @media screen and (max-width: 1440px) {
    .index h1 {
      font-size: calc(18px + 1.527vw); } }
  @media screen and (max-width: 1280px) {
    .index h1 {
      text-align: center; } }

.index h2 {
  font-size: 40px; }
  @media screen and (max-width: 1023px) {
    .index h2 {
      font-size: calc(10.9px + 2.84vw); } }

.index .top-bg {
  background-image: radial-gradient(circle at 65% 41%, #292270, #3e368c 48%);
  margin-left: -15px;
  margin-right: -15px; }

.index .graph-container {
  width: 100%;
  height: 316px;
  position: absolute;
  bottom: 0;
  left: 0; }
  .index .graph-container img {
    width: 100%;
    height: 316px; }
  @media screen and (max-width: 864px) {
    .index .graph-container {
      display: none; } }

.index .row.head, .index .row.endpoint-security {
  margin-right: 0;
  margin-left: 0; }

.index .endpoint-security-section {
  width: 1340px;
  max-width: 95%;
  margin: 0 auto 0; }
  @media screen and (max-width: 1280px) {
    .index .endpoint-security-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media screen and (max-width: 640px) {
    .index .endpoint-security-section {
      max-width: 85%; } }
  .index .endpoint-security-section .content {
    max-width: 1400px;
    margin: 52px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1280px) {
      .index .endpoint-security-section .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media screen and (max-width: 776px) {
      .index .endpoint-security-section .content {
        margin-top: 40px; } }
    .index .endpoint-security-section .content .info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 39%;
      flex: 0 0 39%;
      min-width: 385px;
      padding: 0 10px 0 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media screen and (max-width: 1280px) {
        .index .endpoint-security-section .content .info {
          min-width: unset;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          padding: 0;
          max-width: 90%;
          margin: 0 auto;
          text-align: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media screen and (max-width: 640px) {
        .index .endpoint-security-section .content .info {
          max-width: 100%; } }
      .index .endpoint-security-section .content .info p {
        margin: 26px 0 68px;
        font-size: 19px;
        color: rgba(221, 231, 255, 0.8); }
      .index .endpoint-security-section .content .info .download-block .download-links {
        color: rgba(255, 255, 255, 0.48); }
        .index .endpoint-security-section .content .info .download-block .download-links .oses div svg {
          fill: #D8DFFF;
          fill-opacity: 0.8;
          display: block; }
    .index .endpoint-security-section .content .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 61%;
      flex: 0 1 61%;
      text-align: center; }
      @media screen and (max-width: 1280px) {
        .index .endpoint-security-section .content .image {
          margin: 50px 0 0;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
      .index .endpoint-security-section .content .image img, .index .endpoint-security-section .content .image picture {
        max-width: 100%; }

.index .row.privacy {
  background-color: #fff; }

.index .privacy-n-security {
  margin: 73px auto 141px; }
  @media screen and (max-width: 1440px) {
    .index .privacy-n-security {
      margin: 73px auto calc(18.91% - 125.57px); } }
  @media screen and (max-width: 640px) {
    .index .privacy-n-security {
      margin-top: 33px;
      margin-bottom: 40px; } }
  .index .privacy-n-security img.heading {
    display: block;
    margin: 0 auto 26px;
    max-width: 86px;
    min-width: 42px; }
    @media screen and (max-width: 690px) {
      .index .privacy-n-security img.heading {
        margin-bottom: 0;
        width: 14%; } }
  @media screen and (max-width: 640px) {
    .index .privacy-n-security h2 {
      margin-top: 5px; } }
  .index .privacy-n-security .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 67px 0 0 0; }
    @media screen and (max-width: 1280px) {
      .index .privacy-n-security .content {
        padding-top: 19px;
        padding-bottom: 20px; } }
    @media screen and (max-width: 980px) {
      .index .privacy-n-security .content {
        margin-top: 17px; } }
    .index .privacy-n-security .content .screenshot {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 55.8%;
      flex: 0 1 55.8%;
      overflow: hidden;
      position: relative;
      display: block; }
      @media screen and (max-width: 1280px) {
        .index .privacy-n-security .content .screenshot {
          margin-left: 15px; } }
      @media screen and (max-width: 980px) {
        .index .privacy-n-security .content .screenshot {
          display: none; } }
      .index .privacy-n-security .content .screenshot .gradient {
        width: 202px;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100; }
      .index .privacy-n-security .content .screenshot img {
        position: absolute;
        top: 0;
        left: 0;
        height: 53.7vw;
        max-height: 610px;
        opacity: 0;
        z-index: 2;
        -webkit-transition: opacity 0.7s ease-in-out;
        transition: opacity 0.7s ease-in-out; }
      .index .privacy-n-security .content .screenshot img:first-child {
        position: static;
        z-index: 1; }
      .index .privacy-n-security .content .screenshot img.active {
        opacity: 1; }
    .index .privacy-n-security .content .features {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      margin: 0;
      padding-right: 25px;
      min-width: 458px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media screen and (max-width: 980px) {
        .index .privacy-n-security .content .features {
          margin: 0 auto;
          display: block;
          -webkit-box-flex: 0;
          -ms-flex: none;
          flex: none;
          padding: 0;
          width: 96%;
          min-width: auto;
          text-align: center; } }
      .index .privacy-n-security .content .features ul {
        list-style: none;
        max-width: 428px;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media screen and (max-width: 980px) {
          .index .privacy-n-security .content .features ul {
            -ms-flex-pack: distribute;
            justify-content: space-around;
            max-width: none;
            margin: 0 auto; } }
        .index .privacy-n-security .content .features ul li {
          position: relative;
          font-size: 14px;
          text-align: left;
          color: #000000;
          line-height: 140%;
          padding: 0 10% 0 7%;
          height: 123px;
          cursor: pointer;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          @media screen and (max-width: 980px) {
            .index .privacy-n-security .content .features ul li {
              padding: 0;
              height: auto;
              min-width: 250px;
              max-width: 290px;
              margin: 30px 20px 21px;
              display: block; } }
          @media screen and (max-width: 640px) {
            .index .privacy-n-security .content .features ul li {
              font-size: 12px;
              line-height: 144%; } }
          .index .privacy-n-security .content .features ul li.active {
            border-radius: 8px;
            background-color: #e6fcff;
            color: #2aafff; }
            @media screen and (max-width: 980px) {
              .index .privacy-n-security .content .features ul li.active {
                background-color: transparent;
                color: #000000; } }
          .index .privacy-n-security .content .features ul li.active:after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 59.5px 0 59.5px 30px;
            border-color: transparent transparent transparent #e6fcff;
            position: absolute;
            right: 0;
            right: -28px;
            top: 2px; }
            @media screen and (max-width: 980px) {
              .index .privacy-n-security .content .features ul li.active:after {
                display: none; } }
          .index .privacy-n-security .content .features ul li div.align-center {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            @media screen and (max-width: 980px) {
              .index .privacy-n-security .content .features ul li div.align-center {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
            .index .privacy-n-security .content .features ul li div.align-center span {
              display: block;
              margin-left: 30px; }
              @media screen and (max-width: 980px) {
                .index .privacy-n-security .content .features ul li div.align-center span {
                  text-align: center;
                  margin: 0;
                  padding-top: 9px; } }
            .index .privacy-n-security .content .features ul li div.align-center div {
              min-width: 40px;
              height: 40px; }
              @media screen and (max-width: 980px) {
                .index .privacy-n-security .content .features ul li div.align-center div {
                  width: 100%;
                  height: 40px; } }
              @media screen and (max-width: 640px) {
                .index .privacy-n-security .content .features ul li div.align-center div {
                  height: 32px; } }
        .index .privacy-n-security .content .features ul #privacy-n-security-feature-graph.active .icon {
          background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-graph-s.svg") no-repeat top center;
          background-size: contain; }
        .index .privacy-n-security .content .features ul #privacy-n-security-feature-graph .icon {
          background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-graph.svg") no-repeat top center;
          background-size: contain; }
        .index .privacy-n-security .content .features ul #privacy-n-security-feature-alerts.active .icon {
          background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-alerts-s.svg") no-repeat top center;
          background-size: contain; }
        .index .privacy-n-security .content .features ul #privacy-n-security-feature-alerts .icon {
          background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-alerts.svg") no-repeat top center;
          background-size: contain; }
        .index .privacy-n-security .content .features ul #privacy-n-security-feature-firewall.active .icon {
          background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-firewall-s.svg") no-repeat top center;
          background-size: contain; }
        .index .privacy-n-security .content .features ul #privacy-n-security-feature-firewall .icon {
          background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-firewall.svg") no-repeat top center;
          background-size: contain; }
        .index .privacy-n-security .content .features ul #privacy-n-security-feature-network.active .icon {
          background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-network-s.svg") no-repeat top center;
          background-size: contain; }
        .index .privacy-n-security .content .features ul #privacy-n-security-feature-network .icon {
          background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-network.svg") no-repeat top center;
          background-size: contain; }

.index .row.network {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#55b6e7), to(#6696ed));
  background-image: linear-gradient(to bottom, #55b6e7, #6696ed);
  background-position: left top; }

.index .network-data-usage-monitoring {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: calc(22.51px + 4.78%); }
  @media screen and (max-width: 640px) {
    .index .network-data-usage-monitoring {
      padding-top: 56px; } }
  .index .network-data-usage-monitoring img.heading {
    display: block;
    margin: 0 auto 27px;
    max-width: 86px;
    min-width: 48px; }
    @media screen and (max-width: 690px) {
      .index .network-data-usage-monitoring img.heading {
        margin-bottom: 0;
        width: 17%; } }
  .index .network-data-usage-monitoring h2 {
    color: #ffffff; }
    @media screen and (max-width: 640px) {
      .index .network-data-usage-monitoring h2 {
        margin-top: 10px; } }
  .index .network-data-usage-monitoring .content {
    margin-top: 47px; }
    @media screen and (max-width: 980px) {
      .index .network-data-usage-monitoring .content {
        margin-top: 23px; } }
    .index .network-data-usage-monitoring .content .features {
      max-width: 858px;
      margin: 0 auto; }
      .index .network-data-usage-monitoring .content .features a {
        color: #fff;
        text-decoration: none; }
      .index .network-data-usage-monitoring .content .features ul {
        list-style: none;
        margin: 27px 7%;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around; }
        @media screen and (max-width: 980px) {
          .index .network-data-usage-monitoring .content .features ul {
            margin: 0 auto; }
            .index .network-data-usage-monitoring .content .features ul #li-network-usage-limits {
              -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
              order: 1; }
            .index .network-data-usage-monitoring .content .features ul #li-network-usage-alerts {
              -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
              order: 2; }
            .index .network-data-usage-monitoring .content .features ul #li-network-usage-time {
              -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
              order: 3; }
            .index .network-data-usage-monitoring .content .features ul #li-network-usage-data {
              -webkit-box-ordinal-group: 5;
              -ms-flex-order: 4;
              order: 4; } }
        .index .network-data-usage-monitoring .content .features ul li {
          font-size: 13px;
          text-align: center;
          color: #ffffff;
          margin: 42px 0;
          padding: 0px 0px 0px 0px;
          min-width: 254px;
          width: 254px; }
          @media screen and (max-width: 980px) {
            .index .network-data-usage-monitoring .content .features ul li {
              margin: 27px 2% 33px;
              padding: 0 1%; } }
          @media screen and (max-width: 640px) {
            .index .network-data-usage-monitoring .content .features ul li {
              font-size: 12px;
              line-height: 144%; } }
          .index .network-data-usage-monitoring .content .features ul li span {
            display: block;
            margin-top: 30px; }
            @media screen and (max-width: 980px) {
              .index .network-data-usage-monitoring .content .features ul li span {
                margin-top: 11px; } }
          @media screen and (max-width: 640px) {
            .index .network-data-usage-monitoring .content .features ul li div img {
              width: 32px; } }
    .index .network-data-usage-monitoring .content .screenshot {
      padding: calc(42.74px - 2.39%) 0; }
      @media screen and (max-width: 640px) {
        .index .network-data-usage-monitoring .content .screenshot {
          margin: 0 -6px;
          padding: 15px 0 11px; } }
      .index .network-data-usage-monitoring .content .screenshot img {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 858px; }

.index .personal-firewall-software {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 43px;
  padding-bottom: 70px; }
  @media screen and (max-width: 1440px) {
    .index .personal-firewall-software {
      padding-top: calc(70.69px - 1.92vw); } }
  @media screen and (max-width: 980px) {
    .index .personal-firewall-software {
      padding-top: 46px; } }
  @media screen and (max-width: 640px) {
    .index .personal-firewall-software {
      padding-bottom: 34px; } }
  .index .personal-firewall-software img.heading {
    display: block;
    margin: 0 auto 27px;
    max-width: 86px;
    min-width: 40px; }
    @media screen and (max-width: 690px) {
      .index .personal-firewall-software img.heading {
        margin-bottom: 0;
        width: 12vw; } }
  .index .personal-firewall-software h2 {
    color: #ffffff; }
    @media screen and (max-width: 640px) {
      .index .personal-firewall-software h2 {
        margin: 8px 20px 10px; } }
  .index .personal-firewall-software .content {
    overflow-x: hidden; }
    .index .personal-firewall-software .content .features {
      width: 1332px;
      max-width: 100%;
      margin: 2px auto 0; }
      .index .personal-firewall-software .content .features ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .index .personal-firewall-software .content .features ul li {
          font-size: 16px;
          text-align: center;
          color: #ffffff;
          margin: 49px 0 9px;
          padding: 0;
          max-width: 420px; }
          @media screen and (max-width: 1024px) {
            .index .personal-firewall-software .content .features ul li {
              font-size: calc(10.18px + 0.56vw); } }
          @media screen and (max-width: 640px) {
            .index .personal-firewall-software .content .features ul li {
              margin-top: 17px;
              margin-bottom: 27px; } }
          .index .personal-firewall-software .content .features ul li span {
            display: block;
            margin: 0 auto;
            max-width: 264px; }
          @media screen and (max-width: 360px) {
            .index .personal-firewall-software .content .features ul li div {
              margin-left: -9px;
              margin-right: -9px; } }
          .index .personal-firewall-software .content .features ul li div img {
            margin-bottom: -3px; }
            @media screen and (max-width: 640px) {
              .index .personal-firewall-software .content .features ul li div img {
                width: 100%; } }
        @media screen and (max-width: 640px) {
          .index .personal-firewall-software .content .features ul li#firewall-new img {
            margin-bottom: -5px; } }
        @media screen and (max-width: 1280px) {
          .index .personal-firewall-software .content .features ul li#firewall-profiles {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2; } }
        @media screen and (max-width: 640px) {
          .index .personal-firewall-software .content .features ul li#firewall-profiles {
            margin-top: 12px; }
            .index .personal-firewall-software .content .features ul li#firewall-profiles img {
              margin-bottom: -14px; } }
        @media screen and (max-width: 640px) {
          .index .personal-firewall-software .content .features ul li#firewall-i-ps img {
            margin-bottom: -7px; } }

.index .download-n-marks {
  max-width: 1244px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  @media screen and (max-width: 1024px) {
    .index .download-n-marks {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 480px) {
    .index .download-n-marks {
      max-width: 90%; } }
  @media screen and (max-width: 360px) {
    .index .download-n-marks {
      margin-bottom: 11px; } }
  .index .download-n-marks > div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    text-align: center;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 0;
    width: 17%;
    min-width: 135px; }
    @media screen and (max-width: 840px) {
      .index .download-n-marks > div {
        width: 50%;
        margin-bottom: 32px; } }
    @media screen and (max-width: 430px) {
      .index .download-n-marks > div {
        width: 100%; } }
    .index .download-n-marks > div > img {
      display: block;
      margin: 13px auto 8px; }
    .index .download-n-marks > div .img_stars {
      margin: -1px auto 3px;
      display: block; }
    .index .download-n-marks > div .pcworld-4p5stars span {
      display: none; }
  .index .download-n-marks > div.download-wrapper {
    width: 32%;
    padding-left: 3px; }
    @media screen and (max-width: 1024px) {
      .index .download-n-marks > div.download-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding-left: 4px;
        margin-bottom: 29px; } }

.index .trust-marks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1310px;
  max-width: 100%;
  margin: 64px auto 85px; }
  @media screen and (max-width: 1280px) {
    .index .trust-marks {
      width: 716px;
      max-width: 95%; } }
  .index .trust-marks div {
    width: 180px;
    text-align: center;
    font-size: 12px;
    color: rgba(218, 238, 255, 0.64);
    margin: 0 0; }
    @media screen and (max-width: 1280px) {
      .index .trust-marks div {
        margin: 25px 0; } }
    @media screen and (max-width: 540px) {
      .index .trust-marks div {
        width: 100%; } }
    .index .trust-marks div span {
      display: block;
      margin: 8px auto 0;
      max-width: 170px; }
    .index .trust-marks div .img-pc-world-stars {
      display: block;
      margin: 3px auto 5px; }
    .index .trust-marks div .svg {
      fill: #D8DFFF;
      fill-opacity: 0.8; }

.index .download-glasswire-container .download-glasswire .buy-n-marks > div {
  text-align: center;
  margin: 0 0; }
  @media screen and (max-width: 1280px) {
    .index .download-glasswire-container .download-glasswire .buy-n-marks > div {
      margin: 25px 0; } }
  @media screen and (max-width: 540px) {
    .index .download-glasswire-container .download-glasswire .buy-n-marks > div {
      width: 100%; } }
  .index .download-glasswire-container .download-glasswire .buy-n-marks > div.button-wrapper {
    margin-top: -8px; }
  .index .download-glasswire-container .download-glasswire .buy-n-marks > div > span {
    display: block;
    margin: 8px auto 0;
    max-width: 170px; }
  .index .download-glasswire-container .download-glasswire .buy-n-marks > div .img-pc-world-stars {
    display: block;
    margin: 3px auto 5px;
    fill: #000000;
    fill-opacity: 0.4; }
  .index .download-glasswire-container .download-glasswire .buy-n-marks > div .svg {
    fill: #000000;
    fill-opacity: 0.4; }

@media screen and (max-width: 640px) {
  .index .download-glasswire-container .download-glasswire .buy-n-marks > div {
    display: none; }
  .index .download-glasswire-container .download-glasswire .buy-n-marks > div.button-wrapper {
    display: block; } }

@media screen and (max-width: 1240px) {
  .index .download-block {
    width: 100%; } }

.index .download-block .button.download {
  width: 302px;
  max-width: unset;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(47, 93, 183, 0.15), 0 0 7px 2px rgba(14, 41, 72, 0.11);
  box-shadow: 0 4px 16px 0 rgba(47, 93, 183, 0.15), 0 0 7px 2px rgba(14, 41, 72, 0.11);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(116%, #4081ff), color-stop(-11%, #3a8bff));
  background-image: linear-gradient(to top, #4081ff 116%, #3a8bff -11%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 14px; }
  @media screen and (max-width: 500px) {
    .index .download-block .button.download {
      min-width: 280px;
      max-width: 95%;
      height: 57px;
      padding: 0 15px; } }
  .index .download-block .button.download span {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    display: block; }
  .index .download-block .button.download img {
    vertical-align: middle; }

.index .download-block .download-links {
  font-size: 10px;
  letter-spacing: -0.13px;
  color: rgba(0, 0, 0, 0.3);
  max-width: 302px;
  width: 100%;
  margin: 7px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 500px) {
    .index .download-block .download-links {
      max-width: 300px; }
      .index .download-block .download-links div:nth-child(2) {
        display: none; } }
  .index .download-block .download-links .oses div {
    display: inline-block; }
    .index .download-block .download-links .oses div svg {
      fill: rgba(0, 0, 0, 0.3);
      fill-opacity: 0.8;
      display: block; }
    .index .download-block .download-links .oses div.win {
      margin-right: 5px; }
      .index .download-block .download-links .oses div.win svg {
        height: 10px; }
    .index .download-block .download-links .oses div.android svg {
      height: 12px; }
    .index .download-block .download-links .oses div span {
      padding-left: 4px;
      padding-right: 4px; }
      @media screen and (max-width: 360px) {
        .index .download-block .download-links .oses div span {
          display: none; } }

.index .row.buy-and-promo {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6696ed), to(#3ac0ce));
  background-image: linear-gradient(to bottom, #6696ed, #3ac0ce);
  background-position: left top;
  margin-bottom: -1px;
  overflow-x: hidden; }

.index .screens-wrapper {
  margin: 12px auto 0;
  overflow: hidden;
  text-align: center; }
  .index .screens-wrapper.hidden {
    display: none; }
  @media screen and (max-width: 1024px) {
    .index .screens-wrapper {
      height: 537px;
      margin: 0 auto 0; } }
  @media screen and (max-width: 864px) {
    .index .screens-wrapper {
      margin: 0 -15px;
      height: unset;
      padding: 0 3%; } }
  .index .screens-wrapper .screenshot, .index .screens-wrapper .screenshot > img {
    display: block;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 852px; }
    @media screen and (max-width: 864px) {
      .index .screens-wrapper .screenshot, .index .screens-wrapper .screenshot > img {
        width: 100%;
        margin-bottom: -9%; } }
  .index .screens-wrapper .gradient {
    width: 100%;
    height: 226px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 250, 0)), color-stop(90%, #f8f9fa));
    background-image: linear-gradient(to bottom, rgba(250, 250, 250, 0), #f8f9fa 90%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100; }
    @media screen and (max-width: 864px) {
      .index .screens-wrapper .gradient {
        height: 30%; } }

.index .android-promo {
  margin: 0 auto;
  padding: 94px 0 57px;
  height: 580px; }
  @media screen and (max-width: 1024px) {
    .index .android-promo {
      padding: 0 0 40px;
      height: auto; } }
  .index .android-promo .wrapper {
    position: absolute;
    text-align: center;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (max-width: 1024px) {
      .index .android-promo .wrapper {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        left: auto;
        -webkit-transform: none;
        transform: none; } }
    .index .android-promo .wrapper > div {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin: 0 30px;
      display: inline-block;
      vertical-align: middle;
      white-space: normal; }
      @media screen and (max-width: 1024px) {
        .index .android-promo .wrapper > div {
          margin: 40px 30px 0;
          display: block; }
          .index .android-promo .wrapper > div:nth-child(-n+6) {
            display: none; }
          .index .android-promo .wrapper > div:nth-child(n+10) {
            display: none; } }
      @media screen and (max-width: 640px) {
        .index .android-promo .wrapper > div {
          margin: 20px 30px 0; } }
    .index .android-promo .wrapper .try-glasswire {
      width: 288px;
      text-align: center;
      margin: 0 18px; }
      @media screen and (max-width: 1024px) {
        .index .android-promo .wrapper .try-glasswire {
          margin: 32px auto 0;
          display: block;
          width: 100%; } }
      .index .android-promo .wrapper .try-glasswire .app-icon {
        margin-top: 11px; }
        @media screen and (max-width: 690px) {
          .index .android-promo .wrapper .try-glasswire .app-icon {
            width: 13.5vw; } }
      .index .android-promo .wrapper .try-glasswire h2 {
        font-size: 29px;
        color: #fff;
        line-height: 1.2;
        width: 288px;
        margin: 19px auto 0;
        display: block; }
        @media screen and (max-width: 1023px) {
          .index .android-promo .wrapper .try-glasswire h2 {
            max-width: 80%;
            font-size: calc(15.9px + 1.27vw);
            margin-top: calc(4.45px + 1.42vw); } }
      .index .android-promo .wrapper .try-glasswire .android-authority {
        margin-top: 35px;
        margin-bottom: 12px; }
        @media screen and (max-width: 1023px) {
          .index .android-promo .wrapper .try-glasswire .android-authority {
            margin-top: calc(20.45px + 1.42vw);
            max-width: 37vw; } }
        @media screen and (max-width: 640px) {
          .index .android-promo .wrapper .try-glasswire .android-authority {
            margin-bottom: 10px; } }
      .index .android-promo .wrapper .try-glasswire p {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        letter-spacing: 0.3px;
        text-align: center;
        color: rgba(255, 255, 255, 0.85);
        width: 154px;
        margin: 0 auto;
        line-height: 1.2; }
        @media screen and (max-width: 640px) {
          .index .android-promo .wrapper .try-glasswire p {
            font-size: 12px; } }
      .index .android-promo .wrapper .try-glasswire a {
        display: inline-block;
        margin: 44px auto 0; }
        @media screen and (max-width: 640px) {
          .index .android-promo .wrapper .try-glasswire a {
            margin-top: 41px; } }
        .index .android-promo .wrapper .try-glasswire a .playstore {
          width: 164px; }

.index.mobile h1 {
  font-size: 48px;
  color: #4a4a4a;
  text-align: center; }

.index.mobile .screens-wrapper {
  margin-bottom: 30px;
  height: auto; }
  @media screen and (max-width: 640px) {
    .index.mobile .screens-wrapper {
      margin-bottom: 0; } }
  @media screen and (max-width: 360px) {
    .index.mobile .screens-wrapper .screenshot img {
      width: 98vw;
      margin-left: -1vw;
      margin-right: -1vw;
      min-width: 306px; } }

.index.mobile .download-n-marks {
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 640px) {
    .index.mobile .download-n-marks {
      margin-bottom: 5px; } }
  .index.mobile .download-n-marks .download-wrapper {
    width: 100%;
    margin-bottom: 44px; }
    @media screen and (max-width: 640px) {
      .index.mobile .download-n-marks .download-wrapper {
        margin-top: 36px; } }
    .index.mobile .download-n-marks .download-wrapper .download-links {
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .index.mobile .download-n-marks .download-wrapper .download-links .oses a {
        font-size: 12px;
        text-align: center;
        line-height: 28px; }
        .index.mobile .download-n-marks .download-wrapper .download-links .oses a img {
          margin-right: 2px; }
    .index.mobile .download-n-marks .download-wrapper img.playstore {
      width: 207px; }

.index.mobile .privacy-n-security {
  margin-top: 44px; }

.index.mobile .row.graph .gradient {
  height: 30%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 250, 0)), to(#f8f9fa));
  background-image: linear-gradient(to bottom, rgba(250, 250, 250, 0), #f8f9fa 100%); }

.index.mobile .privacy-n-security .content .features {
  margin: 0 auto;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 0;
  width: 96%;
  min-width: auto;
  text-align: center; }
  .index.mobile .privacy-n-security .content .features ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: none;
    margin: 0 auto; }
    .index.mobile .privacy-n-security .content .features ul li {
      padding: 0;
      height: auto;
      min-width: 250px;
      max-width: 290px;
      margin: 30px 20px 21px;
      display: block; }
      .index.mobile .privacy-n-security .content .features ul li div.align-center {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .index.mobile .privacy-n-security .content .features ul li div.align-center span {
          text-align: center;
          margin: 0;
          padding-top: 9px; }
        .index.mobile .privacy-n-security .content .features ul li div.align-center div {
          width: 100%;
          height: 40px; }
          @media screen and (max-width: 640px) {
            .index.mobile .privacy-n-security .content .features ul li div.align-center div {
              height: 32px; } }

.index.mobile .buy-and-promo {
  padding-bottom: 100px; }
  @media screen and (max-width: 640px) {
    .index.mobile .buy-and-promo {
      padding-bottom: 0; } }

.index.mac .buy-and-promo {
  padding-bottom: 100px; }
  @media screen and (max-width: 640px) {
    .index.mac .buy-and-promo {
      padding-bottom: 0; } }

html#html-page-landing-2,
body.page-landing-2 {
  overflow-x: hidden; }
  @media not all and (hover: hover) {
    html#html-page-landing-2,
    body.page-landing-2 {
      height: var(--app-height); } }

.page-landing-2 {
  background-color: #f8fafb; }
  .page-landing-2 h1 {
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    line-height: 1.35;
    max-width: 93%; }
    @media screen and (max-height: 1049px) {
      .page-landing-2 h1 {
        font-size: calc(1.33vh + 22px); } }
    @media screen and (max-width: 1023px) {
      .page-landing-2 h1 {
        font-size: calc(15px + 2.5vw); } }
  .page-landing-2 h2 {
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 36px;
    font-weight: 700; }
    @media screen and (max-width: 1440px) {
      .page-landing-2 h2 {
        font-size: calc(20px + 2.5vw); } }
  .page-landing-2 h3 {
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 23px;
    font-weight: 700;
    text-align: center; }
  .page-landing-2 .row.head {
    background: radial-gradient(circle at 51% 70%, #372f64, #171833 155%) center center no-repeat;
    color: #fff;
    position: relative;
    z-index: 0; }
    .page-landing-2 .row.head .content {
      padding: 0;
      max-width: unset;
      margin-left: -15px;
      margin-right: -15px;
      min-height: var(--app-height);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .page-landing-2 .row.head .content .logo {
        margin: 64px auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media screen and (max-height: 1049px) {
          .page-landing-2 .row.head .content .logo {
            margin-top: calc(8.88vh - 29px); } }
        @media screen and (max-width: 480px) {
          .page-landing-2 .row.head .content .logo {
            margin-top: 30px; } }
        .page-landing-2 .row.head .content .logo picture {
          width: 244px; }
      .page-landing-2 .row.head .content .split-logo {
        margin: 50px auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .page-landing-2 .row.head .content .split-logo .logo-text {
          margin-left: 10px;
          width: 227px;
          text-align: left;
          font-size: 13px; }
          .page-landing-2 .row.head .content .split-logo .logo-text span {
            position: relative;
            left: 2px;
            line-height: 2.5; }
      .page-landing-2 .row.head .content .heading {
        padding: 58px 0 0;
        min-height: 302px; }
        @media screen and (max-height: 1049px) {
          .page-landing-2 .row.head .content .heading {
            min-height: unset;
            padding: calc(10.66vh - 54px); } }
        @media screen and (max-width: 480px) {
          .page-landing-2 .row.head .content .heading {
            padding: 28px 0 0; } }
        .page-landing-2 .row.head .content .heading h1 {
          margin: 0 auto 0; }
        .page-landing-2 .row.head .content .heading .explanation {
          font-size: 20px;
          line-height: 1.25;
          margin: 18px auto 0;
          text-align: center;
          max-width: 90%; }
          @media screen and (max-height: 1049px) {
            .page-landing-2 .row.head .content .heading .explanation {
              font-size: calc(0.88vh + 10.6px); } }
          @media screen and (max-width: 480px) {
            .page-landing-2 .row.head .content .heading .explanation {
              font-size: 16px; } }
        .page-landing-2 .row.head .content .heading .action {
          margin-top: 61px;
          text-align: center; }
          @media screen and (max-height: 1049px) {
            .page-landing-2 .row.head .content .heading .action {
              margin-top: calc(6.88vh - 11px); } }
          @media screen and (max-width: 480px) {
            .page-landing-2 .row.head .content .heading .action {
              margin-top: 30px; } }
          .page-landing-2 .row.head .content .heading .action .downloads {
            font-size: 10px;
            color: rgba(255, 255, 255, 0.32);
            margin: 9px 0; }
      .page-landing-2 .row.head .content .illustration {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .page-landing-2 .row.head .content .illustration .wrapper {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          text-align: center;
          height: 59vh;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-item-align: end;
          align-self: flex-end;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-sizing: content-box;
          box-sizing: content-box;
          margin-bottom: -145px; }
          @media screen and (max-height: 1049px) {
            .page-landing-2 .row.head .content .illustration .wrapper {
              height: 50vh; } }
          @media screen and (max-width: 1023px) {
            .page-landing-2 .row.head .content .illustration .wrapper {
              height: auto; } }
          .page-landing-2 .row.head .content .illustration .wrapper picture, .page-landing-2 .row.head .content .illustration .wrapper img {
            margin: 0 auto;
            width: 100%;
            max-width: 90%;
            max-height: 100%;
            -ms-flex-item-align: end;
            align-self: flex-end;
            -o-object-fit: contain;
            object-fit: contain; }
        .page-landing-2 .row.head .content .illustration .overlay {
          display: block;
          width: 100%;
          height: 26%;
          position: absolute;
          bottom: 0;
          background: -webkit-gradient(linear, left bottom, left top, from(#403a73), to(rgba(22, 24, 51, 0))) bottom center no-repeat;
          background: linear-gradient(to top, #403a73, rgba(22, 24, 51, 0)) bottom center no-repeat; }
          .page-landing-2 .row.head .content .illustration .overlay .viewmore {
            width: 46px;
            height: 46px;
            border: none;
            position: absolute;
            bottom: 30px;
            left: 0;
            right: 0;
            margin: auto;
            background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iNDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiI+PHBhdGggZD0iTTIzIDBDMTAuMjk3IDAgMCAxMC4yOTcgMCAyM3MxMC4yOTcgMjMgMjMgMjMgMjMtMTAuMjk3IDIzLTIzUzM1LjcwMyAwIDIzIDB6bTAgMmMxMS41OTggMCAyMSA5LjQwMiAyMSAyMXMtOS40MDIgMjEtMjEgMjFTMiAzNC41OTggMiAyMyAxMS40MDIgMiAyMyAyeiIvPjxwYXRoIGQ9Ik0zMC4yOTggMjAuMjg4YTEgMSAwIDAgMSAxLjQ4OCAxLjMzbC0uMDg0LjA5NC04LjEyMSA4YTEgMSAwIDAgMS0xLjMyLjA3NGwtLjA5NS0uMDg0LTcuODc4LThhMSAxIDAgMCAxIDEuMzMtMS40ODhsLjA5NC4wODQgNy4xNzcgNy4yODcgNy40MS03LjI5N3oiLz48L2c+PC9zdmc+") no-repeat 0 0; }
            .page-landing-2 .row.head .content .illustration .overlay .viewmore:hover {
              background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iNDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIzIDBjMTIuNzAzIDAgMjMgMTAuMjk3IDIzIDIzUzM1LjcwMyA0NiAyMyA0NiAwIDM1LjcwMyAwIDIzIDEwLjI5NyAwIDIzIDB6bTguNzEyIDIwLjI5OGExIDEgMCAwIDAtMS40MTQtLjAxbC03LjQwOSA3LjI5Ny03LjE3Ny03LjI4Ny0uMDkzLS4wODRhMSAxIDAgMCAwLTEuMzMxIDEuNDg4bDcuODc4IDggLjA5NC4wODRhMSAxIDAgMCAwIDEuMzItLjA3NGw4LjEyMi04IC4wODQtLjA5M2ExIDEgMCAwIDAtLjA3NC0xLjMyeiIgZmlsbD0iI0UxREVGRiIvPjwvc3ZnPg==") no-repeat 0 0; }
            .page-landing-2 .row.head .content .illustration .overlay .viewmore:focus {
              background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iNDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIzIDBjMTIuNzAzIDAgMjMgMTAuMjk3IDIzIDIzUzM1LjcwMyA0NiAyMyA0NiAwIDM1LjcwMyAwIDIzIDEwLjI5NyAwIDIzIDB6bTguNzEyIDIwLjI5OGExIDEgMCAwIDAtMS40MTQtLjAxbC03LjQwOSA3LjI5Ny03LjE3Ny03LjI4Ny0uMDkzLS4wODRhMSAxIDAgMCAwLTEuMzMxIDEuNDg4bDcuODc4IDggLjA5NC4wODRhMSAxIDAgMCAwIDEuMzItLjA3NGw4LjEyMi04IC4wODQtLjA5M2ExIDEgMCAwIDAtLjA3NC0xLjMyeiIgZmlsbD0iI0M1QzJFQiIvPjwvc3ZnPg==") no-repeat 0 0; }
  .page-landing-2 .row.features {
    position: relative;
    z-index: 1;
    background-color: #fff; }
  .page-landing-2 .features-section {
    width: 1440px;
    position: relative;
    max-width: 100%;
    margin: 45px auto 0;
    z-index: 1; }
    .page-landing-2 .features-section .buy-n-marks {
      width: 1200px;
      max-width: 95%;
      margin: 0 auto 28px;
      padding: 12px 0; }
      @media screen and (max-width: 1440px) {
        .page-landing-2 .features-section .buy-n-marks {
          margin: 0 auto calc(14.85px + 1.60vw);
          padding: calc(10px + 3.125vw) 0; } }
      .page-landing-2 .features-section .buy-n-marks div {
        min-width: 150px;
        margin: 10px 0;
        font-size: 12px; }
        @media screen and (max-width: 868px) {
          .page-landing-2 .features-section .buy-n-marks div {
            min-width: 190px; } }
        .page-landing-2 .features-section .buy-n-marks div img {
          margin-bottom: 15px; }
        .page-landing-2 .features-section .buy-n-marks div img.img_stars {
          margin-bottom: 8px; }
    .page-landing-2 .features-section .feature-list {
      border-top: 1px solid #e4e4e4;
      margin: 88px 0 40px; }
      .page-landing-2 .features-section .feature-list img.heading {
        display: block;
        margin: -43px auto 31px; }
      .page-landing-2 .features-section .feature-list h2 {
        font-size: 36px;
        margin: 36px auto 63px; }
        @media screen and (max-width: 980px) {
          .page-landing-2 .features-section .feature-list h2 {
            margin: 63px auto 16px; } }
      .page-landing-2 .features-section .feature-list .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media screen and (max-width: 1280px) {
          .page-landing-2 .features-section .feature-list .content {
            padding-top: 19px;
            padding-bottom: 20px; } }
        @media screen and (max-width: 980px) {
          .page-landing-2 .features-section .feature-list .content {
            margin-top: 17px; } }
        .page-landing-2 .features-section .feature-list .content .features {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 33.0%;
          flex: 0 0 33.0%;
          margin: 0 auto 0;
          padding-right: 25px;
          min-width: 458px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
          @media screen and (max-width: 980px) {
            .page-landing-2 .features-section .feature-list .content .features {
              margin: 0 auto;
              display: block;
              -webkit-box-flex: 0;
              -ms-flex: none;
              flex: none;
              padding: 0;
              width: 96%;
              min-width: auto;
              text-align: center; } }
          .page-landing-2 .features-section .feature-list .content .features ul {
            list-style: none;
            max-width: 418px;
            padding: 0;
            margin: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            @media screen and (max-width: 980px) {
              .page-landing-2 .features-section .feature-list .content .features ul {
                -ms-flex-pack: distribute;
                justify-content: space-around;
                max-width: none;
                margin: 0 auto; } }
            .page-landing-2 .features-section .feature-list .content .features ul li {
              position: relative;
              font-size: 14px;
              text-align: left;
              color: #000000;
              line-height: 140%;
              padding: 0 11% 0 6%;
              height: 118px;
              cursor: pointer;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
              @media screen and (max-width: 980px) {
                .page-landing-2 .features-section .feature-list .content .features ul li {
                  padding: 0;
                  height: auto;
                  min-width: 250px;
                  max-width: 290px;
                  margin: 30px 20px 21px;
                  display: block; } }
              @media screen and (max-width: 640px) {
                .page-landing-2 .features-section .feature-list .content .features ul li {
                  font-size: 12px;
                  line-height: 144%; } }
              .page-landing-2 .features-section .feature-list .content .features ul li.active {
                border-radius: 8px;
                background-color: #5aa6fd;
                color: #fff; }
                @media screen and (max-width: 980px) {
                  .page-landing-2 .features-section .feature-list .content .features ul li.active {
                    background-color: transparent;
                    color: #000000; } }
                .page-landing-2 .features-section .feature-list .content .features ul li.active .icon g, .page-landing-2 .features-section .feature-list .content .features ul li.active .icon path {
                  fill: #ffffff; }
              .page-landing-2 .features-section .feature-list .content .features ul li.active:after {
                content: '';
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 57px 0 57px 30px;
                border-color: transparent transparent transparent #5aa6fd;
                position: absolute;
                right: -28px;
                top: 2px; }
                @media screen and (max-width: 980px) {
                  .page-landing-2 .features-section .feature-list .content .features ul li.active:after {
                    display: none; } }
              .page-landing-2 .features-section .feature-list .content .features ul li div.align-center {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex; }
                @media screen and (max-width: 980px) {
                  .page-landing-2 .features-section .feature-list .content .features ul li div.align-center {
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap; } }
                .page-landing-2 .features-section .feature-list .content .features ul li div.align-center span {
                  display: block;
                  margin-left: 30px; }
                  @media screen and (max-width: 980px) {
                    .page-landing-2 .features-section .feature-list .content .features ul li div.align-center span {
                      text-align: center;
                      margin: 0;
                      padding-top: 9px; } }
                .page-landing-2 .features-section .feature-list .content .features ul li div.align-center div {
                  min-width: 40px;
                  height: 40px;
                  text-align: center; }
                  @media screen and (max-width: 980px) {
                    .page-landing-2 .features-section .feature-list .content .features ul li div.align-center div {
                      width: 100%;
                      height: 40px; } }
                  @media screen and (max-width: 640px) {
                    .page-landing-2 .features-section .feature-list .content .features ul li div.align-center div {
                      height: 32px; } }
        .page-landing-2 .features-section .feature-list .content .screenshot {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 61.5%;
          flex: 0 1 61.5%;
          overflow: hidden;
          position: relative;
          display: block; }
          @media screen and (max-width: 1280px) {
            .page-landing-2 .features-section .feature-list .content .screenshot {
              margin-left: 15px; } }
          @media screen and (max-width: 980px) {
            .page-landing-2 .features-section .feature-list .content .screenshot {
              display: none; } }
          .page-landing-2 .features-section .feature-list .content .screenshot .gradient {
            width: 202px;
            height: 100%;
            background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#f8fafb));
            background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #f8fafb);
            position: absolute;
            right: 0;
            top: 0;
            z-index: 100; }
          .page-landing-2 .features-section .feature-list .content .screenshot img {
            position: absolute;
            top: 0;
            left: 0;
            height: 53.7vw;
            max-height: 610px;
            opacity: 0;
            z-index: 2;
            -webkit-transition: opacity 0.7s ease-in-out;
            transition: opacity 0.7s ease-in-out; }
          .page-landing-2 .features-section .feature-list .content .screenshot img:first-child {
            position: static;
            z-index: 1; }
          .page-landing-2 .features-section .feature-list .content .screenshot img.active {
            opacity: 1; }
      .page-landing-2 .features-section .feature-list .action {
        margin-top: 79px;
        text-align: center; }
        .page-landing-2 .features-section .feature-list .action p {
          font-size: 20px;
          font-weight: 700;
          margin-bottom: 29px; }
  .page-landing-2 .internet-security-section {
    width: 1440px;
    max-width: 95%;
    margin: 0 auto 69px; }
    .page-landing-2 .internet-security-section .features {
      width: 1266px;
      max-width: 100%;
      margin: 0 auto; }
      .page-landing-2 .internet-security-section .features ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
        .page-landing-2 .internet-security-section .features ul li {
          max-width: 415px;
          width: 100%;
          margin: 31px 0 9px;
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          @media screen and (max-width: 1330px) {
            .page-landing-2 .internet-security-section .features ul li {
              margin: 68px 10px 9px; } }
          @media screen and (max-width: 640px) {
            .page-landing-2 .internet-security-section .features ul li {
              font-size: 12px;
              line-height: 1.45;
              -ms-flex-preferred-size: unset;
              flex-basis: unset; } }
          .page-landing-2 .internet-security-section .features ul li img {
            display: block;
            margin: 0 auto;
            max-width: 100%;
            -ms-flex-item-align: center;
            align-self: center;
            -webkit-transition: 0.5s;
            transition: 0.5s; }
            @media screen and (min-width: 768px) {
              .page-landing-2 .internet-security-section .features ul li img {
                position: relative; } }
          .page-landing-2 .internet-security-section .features ul li h3 {
            margin-top: 30px; }
            @media screen and (max-width: 980px) {
              .page-landing-2 .internet-security-section .features ul li h3 {
                margin-top: 10px; } }
          .page-landing-2 .internet-security-section .features ul li p {
            margin: 15px auto;
            width: 76%;
            min-height: 70px;
            font-size: 16px;
            font-weight: normal;
            text-align: center; }
            @media screen and (max-width: 1330px) {
              .page-landing-2 .internet-security-section .features ul li p {
                margin: 10px auto;
                text-align: center; } }
    .page-landing-2 .internet-security-section .safety-container {
      position: relative;
      width: 1195px;
      max-width: 87.5%;
      margin: 34px auto -82px;
      border-radius: 7px;
      -webkit-box-shadow: 0 5px 10px 9px rgba(88, 88, 88, 0.03), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
      box-shadow: 0 5px 10px 9px rgba(88, 88, 88, 0.03), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
      border: solid 1px rgba(0, 0, 0, 0.03);
      background-color: #ffffff; }
      @media screen and (max-width: 640px) {
        .page-landing-2 .internet-security-section .safety-container {
          max-width: 100%; } }
      .page-landing-2 .internet-security-section .safety-container .safety {
        min-height: 300px;
        padding: 73px 0 78px;
        text-align: center; }
        @media screen and (max-width: 640px) {
          .page-landing-2 .internet-security-section .safety-container .safety {
            padding: 43px 0 48px; } }
        .page-landing-2 .internet-security-section .safety-container .safety .feature-icons {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 900px;
          max-width: 95%;
          margin: 0 auto; }
          .page-landing-2 .internet-security-section .safety-container .safety .feature-icons img {
            display: block;
            margin: 8px; }
        .page-landing-2 .internet-security-section .safety-container .safety h3 {
          font-size: 23px;
          margin-top: 63px; }
          @media screen and (max-width: 640px) {
            .page-landing-2 .internet-security-section .safety-container .safety h3 {
              margin-top: 40px; } }
        .page-landing-2 .internet-security-section .safety-container .safety p {
          max-width: 85%;
          width: 580px;
          margin: 23px auto 0;
          font-size: 16px;
          line-height: 1.5;
          text-align: center; }
  .page-landing-2 .row.footer {
    margin-top: -85px;
    background-color: #33305c; }
  .page-landing-2 footer {
    height: auto;
    padding: 123px 0 0;
    max-width: 1202px; }
    @media screen and (min-width: 1200px) {
      .page-landing-2 footer {
        padding: 38px 0 0; } }
    .page-landing-2 footer section.action {
      margin: 24px auto 50px;
      text-align: center; }
      .page-landing-2 footer section.action p {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 29px; }
    .page-landing-2 footer section.footer-nav {
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      max-width: unset;
      width: 100%;
      margin: 41px auto 0; }
      @media screen and (max-width: 960px) {
        .page-landing-2 footer section.footer-nav {
          margin-top: 20px; } }
      .page-landing-2 footer section.footer-nav nav#footer-nav-legal {
        width: 395px;
        margin-left: 24px;
        margin-bottom: 22px; }
        @media screen and (max-width: 960px) {
          .page-landing-2 footer section.footer-nav nav#footer-nav-legal {
            margin: 0 auto 10px; } }
        .page-landing-2 footer section.footer-nav nav#footer-nav-legal ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          @media screen and (max-width: 960px) {
            .page-landing-2 footer section.footer-nav nav#footer-nav-legal ul {
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; } }
          @media screen and (max-width: 960px) {
            .page-landing-2 footer section.footer-nav nav#footer-nav-legal ul li {
              font-size: 13px;
              line-height: 2.2;
              margin: 0 10px 10px; } }
          .page-landing-2 footer section.footer-nav nav#footer-nav-legal ul li:before {
            display: none; }
          .page-landing-2 footer section.footer-nav nav#footer-nav-legal ul li.copyright {
            min-width: 140px;
            -ms-flex-negative: 0;
            flex-shrink: 0; }
            @media screen and (max-width: 960px) {
              .page-landing-2 footer section.footer-nav nav#footer-nav-legal ul li.copyright {
                -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
                text-align: center; } }
        .page-landing-2 footer section.footer-nav nav#footer-nav-legal .copyright img {
          margin: 0 0 3px 10px; }

.page-landing {
  background-color: #f8fafb; }
  .page-landing h1 {
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    line-height: 1.41; }
    @media screen and (max-width: 1023px) {
      .page-landing h1 {
        font-size: calc(15.14px + 1.51vw); } }
  .page-landing h2 {
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 40px;
    font-weight: 700; }
    @media screen and (max-width: 1440px) {
      .page-landing h2 {
        font-size: calc(20px + 2.5vw); } }
  .page-landing h3 {
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 23px;
    font-weight: 700;
    text-align: center; }
  .page-landing .row.features, .page-landing .row.internet-security {
    background-color: #fff; }
  .page-landing .button.download {
    max-width: 275px;
    min-width: 275px;
    height: auto;
    -webkit-transition: background-color 1s ease, -webkit-box-shadow 1s ease;
    transition: background-color 1s ease, -webkit-box-shadow 1s ease;
    transition: background-color 1s ease, box-shadow 1s ease;
    transition: background-color 1s ease, box-shadow 1s ease, -webkit-box-shadow 1s ease;
    gap: 8px; }
    .page-landing .button.download span {
      font-size: 20px;
      line-height: 2.7; }
  .page-landing .intro-section {
    width: 1240px;
    max-width: 95%;
    margin: 0 auto;
    padding: 32px 15px 12px 18px; }
    .page-landing .intro-section .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 576px; }
      @media screen and (max-width: 1280px) {
        .page-landing .intro-section .content {
          height: auto;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .page-landing .intro-section .content > h1, .page-landing .intro-section .content > div {
        width: 412px;
        max-width: 95%; }
      .page-landing .intro-section .content .logo {
        margin: 88px 0 44px; }
        .page-landing .intro-section .content .logo img {
          width: 230px; }
      .page-landing .intro-section .content h1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
        @media screen and (max-width: 1280px) {
          .page-landing .intro-section .content h1 {
            width: 1000px;
            text-align: center; } }
      .page-landing .intro-section .content .explanation {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.44;
        margin-top: 28px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
        @media screen and (max-width: 1280px) {
          .page-landing .intro-section .content .explanation {
            text-align: center; } }
      .page-landing .intro-section .content .illustration {
        width: 822px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5; }
        @media screen and (max-width: 1280px) {
          .page-landing .intro-section .content .illustration {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        .page-landing .intro-section .content .illustration picture {
          margin: 0 -38px 0 0; }
          @media screen and (max-width: 1280px) {
            .page-landing .intro-section .content .illustration picture {
              margin: 50px auto 0;
              max-width: 100%; } }
        .page-landing .intro-section .content .illustration img {
          max-width: 100%; }
      .page-landing .intro-section .content .action {
        margin-top: 62px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
        @media screen and (max-width: 1280px) {
          .page-landing .intro-section .content .action {
            text-align: center;
            margin: 50px auto; } }
  .page-landing .row.features {
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06); }
  .page-landing .features-section {
    width: 1240px;
    max-width: 95%;
    margin: 0 auto 0;
    /*
        @media screen and (max-width: 1440px) {
            margin: 90px auto calc(3px + 5.71vw);
        }
*/ }
    .page-landing .features-section:before {
      display: block;
      content: "";
      background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/landing/img-tail.svg") no-repeat 0 0;
      width: 81px;
      height: 55px;
      -webkit-transform: translateY(-56%);
      transform: translateY(-56%);
      left: 104px;
      position: relative; }
      @media screen and (max-width: 1280px) {
        .page-landing .features-section:before {
          position: absolute;
          left: 0;
          right: 0;
          margin: auto; } }
    .page-landing .features-section .buy-n-marks {
      width: 1200px;
      max-width: 95%;
      margin: 0 auto 28px;
      padding: 12px 0; }
      @media screen and (max-width: 1440px) {
        .page-landing .features-section .buy-n-marks {
          margin: 0 auto calc(14.85px + 1.60vw);
          padding: calc(10px + 3.125vw) 0; } }
      .page-landing .features-section .buy-n-marks div {
        min-width: 150px;
        margin: 10px 0;
        font-size: 12px; }
        @media screen and (max-width: 868px) {
          .page-landing .features-section .buy-n-marks div {
            min-width: 190px; } }
        .page-landing .features-section .buy-n-marks div img {
          margin-bottom: 15px; }
        .page-landing .features-section .buy-n-marks div img.img_stars {
          margin-bottom: 8px; }
    .page-landing .features-section .feature-list {
      border-top: 1px solid #e4e4e4;
      margin: 104px 0; }
      .page-landing .features-section .feature-list img.heading {
        display: block;
        margin: -47px auto 31px; }
      .page-landing .features-section .feature-list p {
        font-size: 17px;
        text-align: center; }
      .page-landing .features-section .feature-list ul {
        width: 1100px;
        max-width: 95%;
        list-style: none;
        margin: 38px auto 57px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .page-landing .features-section .feature-list ul li {
          width: 144px;
          height: 120px;
          padding: 17px 0 0;
          margin: 17px 10px;
          text-align: center; }
          @media screen and (max-width: 540px) {
            .page-landing .features-section .feature-list ul li {
              margin: 17px 0;
              width: 135px; } }
          .page-landing .features-section .feature-list ul li span {
            display: block;
            text-align: center;
            font-size: 13px;
            width: 112px;
            margin: 11px auto 0; }
      .page-landing .features-section .feature-list .take-action {
        text-align: center; }
        .page-landing .features-section .feature-list .take-action span {
          font-size: 23px;
          font-weight: 700; }
        .page-landing .features-section .feature-list .take-action .button.download {
          margin-bottom: -30px;
          margin-top: 38px; }
          .page-landing .features-section .feature-list .take-action .button.download span {
            font-size: 20px; }
  .page-landing .internet-security-section {
    width: 1440px;
    max-width: 95%;
    margin: 0 auto 69px; }
    .page-landing .internet-security-section .features {
      width: 1266px;
      max-width: 100%;
      margin: 0 auto; }
      .page-landing .internet-security-section .features ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly; }
        .page-landing .internet-security-section .features ul li {
          max-width: 415px;
          width: 100%;
          margin: 31px 0 9px;
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          @media screen and (max-width: 1330px) {
            .page-landing .internet-security-section .features ul li {
              margin: 68px 10px 9px; } }
          @media screen and (max-width: 640px) {
            .page-landing .internet-security-section .features ul li {
              font-size: 12px;
              line-height: 1.45;
              -ms-flex-preferred-size: unset;
              flex-basis: unset; } }
          .page-landing .internet-security-section .features ul li img {
            display: block;
            margin: 0 auto;
            max-width: 100%;
            -ms-flex-item-align: center;
            align-self: center;
            -webkit-transition: 0.5s;
            transition: 0.5s; }
            @media screen and (min-width: 768px) {
              .page-landing .internet-security-section .features ul li img {
                position: relative; } }
          .page-landing .internet-security-section .features ul li h3 {
            margin-top: 34px; }
          .page-landing .internet-security-section .features ul li p {
            margin: 15px auto;
            width: 80%;
            font-size: 16px;
            font-weight: normal;
            text-align: center; }
            @media screen and (max-width: 1330px) {
              .page-landing .internet-security-section .features ul li p {
                margin: 10px auto;
                text-align: center; } }
    .page-landing .internet-security-section .download-emphasis {
      margin-top: 57px;
      padding: 26px 0 0;
      background: url(/National_Library/20160330061658oe_/https://www.glasswire.com/img/bottom-shadow.png) no-repeat top center; }
      @media screen and (max-width: 1024px) {
        .page-landing .internet-security-section .download-emphasis {
          background: none;
          margin-top: 0;
          margin-bottom: 82px;
          padding: 50px 0 0; } }
  .page-landing footer {
    height: auto;
    padding: 38px 0 34px;
    max-width: 1202px; }
    .page-landing footer section.footer-nav {
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      max-width: unset;
      width: 100%;
      margin: 0 auto; }
      @media screen and (max-width: 960px) {
        .page-landing footer section.footer-nav {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .page-landing footer section.footer-nav .googleplay {
        width: 258px; }
        @media screen and (max-width: 960px) {
          .page-landing footer section.footer-nav .googleplay {
            -webkit-box-ordinal-group: unset;
            -ms-flex-order: unset;
            order: unset; } }
      .page-landing footer section.footer-nav nav#footer-nav-legal {
        max-width: 450px; }
        @media screen and (max-width: 960px) {
          .page-landing footer section.footer-nav nav#footer-nav-legal {
            margin: 25px auto 0; } }
        .page-landing footer section.footer-nav nav#footer-nav-legal ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 32px; }
          @media screen and (max-width: 960px) {
            .page-landing footer section.footer-nav nav#footer-nav-legal ul {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; } }
          @media screen and (max-width: 960px) {
            .page-landing footer section.footer-nav nav#footer-nav-legal ul li {
              font-size: 13px;
              line-height: 2.2; } }
          @media screen and (max-width: 960px) {
            .page-landing footer section.footer-nav nav#footer-nav-legal ul li.copyright {
              -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
              text-align: center; } }
        .page-landing footer section.footer-nav nav#footer-nav-legal .copyright img {
          margin: 0 0 3px 10px; }

.lp-security-solution {
  background-color: #f7f9fa; }
  .lp-security-solution h1, .lp-security-solution h2, .lp-security-solution h3 {
    font-weight: 600; }
  .lp-security-solution h1, .lp-security-solution h2 {
    font-size: 40px;
    text-align: left;
    line-height: 1.2;
    max-width: 100%; }
    @media screen and (max-width: 1440px) {
      .lp-security-solution h1, .lp-security-solution h2 {
        font-size: calc(18px + 1.527vw); } }
    @media screen and (max-width: 1280px) {
      .lp-security-solution h1, .lp-security-solution h2 {
        text-align: center; } }
  .lp-security-solution h3 {
    font-size: 35px; }
  .lp-security-solution h4 {
    font-size: 18px;
    font-weight: 600; }
  .lp-security-solution p {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.32; }
  .lp-security-solution .header p.description {
    width: 919px; }
  .lp-security-solution .row.internet-security {
    background-color: #f7f9fa; }
  .lp-security-solution .row.cyber-security {
    background-image: radial-gradient(circle at 50% 6%, #534c9e, #37316c 55%); }
  .lp-security-solution .info .button.download {
    height: unset;
    min-width: unset;
    width: 241px;
    max-width: 90%;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 22px 0 rgba(7, 37, 93, 0.15), 0 0 7px 2px rgba(5, 66, 135, 0.11);
    box-shadow: 0 4px 22px 0 rgba(7, 37, 93, 0.15), 0 0 7px 2px rgba(5, 66, 135, 0.11);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#40a8ff), to(#5199ff));
    background-image: linear-gradient(to bottom, #40a8ff, #5199ff);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.6em;
    font-size: 18px;
    gap: 14px; }
    .lp-security-solution .info .button.download span {
      line-height: 3.0;
      font-size: inherit;
      white-space: nowrap; }
  .lp-security-solution .endpoint-security-section {
    width: 1340px;
    max-width: 95%;
    margin: 0 auto 0; }
    @media screen and (max-width: 1280px) {
      .lp-security-solution .endpoint-security-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media screen and (max-width: 640px) {
      .lp-security-solution .endpoint-security-section {
        max-width: 85%; } }
    .lp-security-solution .endpoint-security-section .content {
      max-width: 1400px;
      margin: 64px auto 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 1280px) {
        .lp-security-solution .endpoint-security-section .content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media screen and (max-width: 776px) {
        .lp-security-solution .endpoint-security-section .content {
          margin-top: 40px; } }
      .lp-security-solution .endpoint-security-section .content .info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        min-width: 385px;
        padding: 0 30px 52px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        @media screen and (max-width: 1280px) {
          .lp-security-solution .endpoint-security-section .content .info {
            min-width: unset;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            padding: 0;
            max-width: 90%;
            margin: 0 auto;
            text-align: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; } }
        @media screen and (max-width: 640px) {
          .lp-security-solution .endpoint-security-section .content .info {
            max-width: 100%; } }
        .lp-security-solution .endpoint-security-section .content .info p {
          margin: 26px 0 68px; }
        @media screen and (max-width: 1240px) {
          .lp-security-solution .endpoint-security-section .content .info .download-block {
            width: 100%; } }
        .lp-security-solution .endpoint-security-section .content .info .download-block .button.download {
          width: 325px;
          max-width: unset;
          border-radius: 4px;
          -webkit-box-shadow: 0 4px 16px 0 rgba(197, 217, 255, 0.15), 0 0 7px 2px rgba(146, 197, 255, 0.11);
          box-shadow: 0 4px 16px 0 rgba(197, 217, 255, 0.15), 0 0 7px 2px rgba(146, 197, 255, 0.11);
          background-image: -webkit-gradient(linear, left top, left bottom, from(#40a8ff), to(#5199ff));
          background-image: linear-gradient(to bottom, #40a8ff, #5199ff);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: distribute;
          justify-content: space-around;
          gap: 14px; }
          @media screen and (max-width: 500px) {
            .lp-security-solution .endpoint-security-section .content .info .download-block .button.download {
              min-width: 280px;
              max-width: 95%;
              height: 57px;
              padding: 0 15px; } }
          .lp-security-solution .endpoint-security-section .content .info .download-block .button.download span {
            font-size: 22px;
            font-weight: 600;
            text-transform: uppercase;
            white-space: nowrap;
            display: block; }
          .lp-security-solution .endpoint-security-section .content .info .download-block .button.download img {
            vertical-align: middle; }
        .lp-security-solution .endpoint-security-section .content .info .download-block .download-links {
          font-size: 11px;
          letter-spacing: -0.1px;
          color: rgba(0, 0, 0, 0.3);
          max-width: 325px;
          width: 100%;
          margin: 7px auto 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          @media screen and (max-width: 500px) {
            .lp-security-solution .endpoint-security-section .content .info .download-block .download-links {
              max-width: 300px; }
              .lp-security-solution .endpoint-security-section .content .info .download-block .download-links div:nth-child(2) {
                display: none; } }
          .lp-security-solution .endpoint-security-section .content .info .download-block .download-links .oses div {
            display: inline-block; }
            .lp-security-solution .endpoint-security-section .content .info .download-block .download-links .oses div.win {
              margin-right: 5px; }
            .lp-security-solution .endpoint-security-section .content .info .download-block .download-links .oses div img {
              padding-bottom: 3px; }
              .lp-security-solution .endpoint-security-section .content .info .download-block .download-links .oses div img.ic_android {
                padding-bottom: 2px; }
            .lp-security-solution .endpoint-security-section .content .info .download-block .download-links .oses div span {
              padding-left: 4px;
              padding-right: 4px; }
              @media screen and (max-width: 360px) {
                .lp-security-solution .endpoint-security-section .content .info .download-block .download-links .oses div span {
                  display: none; } }
      .lp-security-solution .endpoint-security-section .content .image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%;
        text-align: center; }
        @media screen and (max-width: 1280px) {
          .lp-security-solution .endpoint-security-section .content .image {
            margin: 50px 0 0;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2; } }
        .lp-security-solution .endpoint-security-section .content .image img, .lp-security-solution .endpoint-security-section .content .image picture {
          max-width: 100%; }
  .lp-security-solution .cyber-security-section {
    width: 1440px;
    max-width: 95%;
    margin: 0 auto 56px;
    text-align: center;
    color: #FFF; }
    @media screen and (max-width: 640px) {
      .lp-security-solution .cyber-security-section {
        max-width: 85%; } }
    .lp-security-solution .cyber-security-section .heading h2 {
      text-align: center;
      margin-top: -70px; }
    .lp-security-solution .cyber-security-section .heading p {
      max-width: 663px;
      font-size: 15px;
      line-height: 1.6;
      margin: 12px auto; }
    .lp-security-solution .cyber-security-section .content {
      max-width: 1311px;
      margin: 45px auto 56px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 1280px) {
        .lp-security-solution .cyber-security-section .content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .lp-security-solution .cyber-security-section .content .info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        min-width: 385px;
        padding: 0 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left; }
        @media screen and (max-width: 1280px) {
          .lp-security-solution .cyber-security-section .content .info {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; } }
        .lp-security-solution .cyber-security-section .content .info .attack-rate {
          width: 360px;
          max-width: 95%;
          padding: 16px;
          border-radius: 8px;
          border: solid 1px rgba(255, 255, 255, 0.32);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .lp-security-solution .cyber-security-section .content .info .attack-rate .ca-counter {
            color: #ffe2a5;
            font-size: 44px;
            font-family: 'Oswald', Helvetica, Arial, sans-serif;
            font-weight: 600; }
          .lp-security-solution .cyber-security-section .content .info .attack-rate .legend {
            color: #ffe2a5;
            font-size: 15px;
            font-weight: 600; }
          .lp-security-solution .cyber-security-section .content .info .attack-rate .source-note {
            font-size: 12px;
            color: rgba(255, 255, 255, 0.62); }
        .lp-security-solution .cyber-security-section .content .info p.desc {
          font-size: 15px;
          font-weight: normal;
          margin: 36px 0;
          line-height: 1.6; }
          @media screen and (max-width: 1280px) {
            .lp-security-solution .cyber-security-section .content .info p.desc {
              text-align: center; } }
        .lp-security-solution .cyber-security-section .content .info em {
          margin-top: 24px;
          display: block;
          font-style: normal;
          font-size: 18px;
          font-weight: 600; }
      .lp-security-solution .cyber-security-section .content .image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 62%;
        flex: 0 1 62%;
        text-align: center; }
        @media screen and (max-width: 1280px) {
          .lp-security-solution .cyber-security-section .content .image {
            margin: 50px 0 0;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2; } }
        .lp-security-solution .cyber-security-section .content .image img, .lp-security-solution .cyber-security-section .content .image picture {
          margin-left: -60px;
          max-width: 100%; }
          @media screen and (max-width: 1280px) {
            .lp-security-solution .cyber-security-section .content .image img, .lp-security-solution .cyber-security-section .content .image picture {
              margin-left: auto; } }
    .lp-security-solution .cyber-security-section .security-features {
      max-width: 1311px;
      margin: 45px auto 56px;
      padding-top: 64px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-top: solid 1px rgba(152, 160, 255, 0.27);
      color: #f8e2ff; }
      @media screen and (max-width: 1280px) {
        .lp-security-solution .cyber-security-section .security-features {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media screen and (max-width: 1280px) {
        .lp-security-solution .cyber-security-section .security-features h3 {
          width: 95%;
          margin-left: auto;
          margin-right: auto;
          text-align: center; } }
      .lp-security-solution .cyber-security-section .security-features .info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        min-width: 385px;
        padding: 0 30px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left; }
        @media screen and (max-width: 1280px) {
          .lp-security-solution .cyber-security-section .security-features .info {
            min-width: 300px;
            max-width: 90%;
            padding-right: 0;
            margin: 0 auto; } }
        .lp-security-solution .cyber-security-section .security-features .info ul.feature-list {
          width: 100%;
          padding-left: 0;
          max-width: 480px;
          min-height: 648px;
          margin-top: 45px; }
          .lp-security-solution .cyber-security-section .security-features .info ul.feature-list li {
            min-height: 87px;
            width: 100%;
            list-style: none;
            border-bottom: solid 1px rgba(152, 160, 255, 0.27);
            padding: 23px 0 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .lp-security-solution .cyber-security-section .security-features .info ul.feature-list li .feature-icon {
              width: 42px; }
              .lp-security-solution .cyber-security-section .security-features .info ul.feature-list li .feature-icon img {
                display: block;
                margin: auto; }
            .lp-security-solution .cyber-security-section .security-features .info ul.feature-list li .feature-description {
              -ms-flex-preferred-size: calc(100% - 135px);
              flex-basis: calc(100% - 135px);
              margin: 0 32px 0 22px; }
              .lp-security-solution .cyber-security-section .security-features .info ul.feature-list li .feature-description h4 {
                margin-bottom: 0;
                line-height: 220%;
                cursor: pointer; }
              .lp-security-solution .cyber-security-section .security-features .info ul.feature-list li .feature-description p.description {
                font-size: 15px;
                line-height: 1.4;
                overflow: hidden;
                -webkit-transition: max-height 0.2s ease-out;
                transition: max-height 0.2s ease-out;
                max-height: 0;
                margin-bottom: 0;
                margin-top: 0; }
            .lp-security-solution .cyber-security-section .security-features .info ul.feature-list li button.fold-button {
              margin: 10px;
              width: 20px;
              height: 20px;
              background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-drop-down2.svg") no-repeat 0 0;
              background-size: contain;
              border: none;
              -webkit-transition: -webkit-transform 0.2s ease-out;
              transition: -webkit-transform 0.2s ease-out;
              transition: transform 0.2s ease-out;
              transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
            .lp-security-solution .cyber-security-section .security-features .info ul.feature-list li.unfolded button.fold-button {
              -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
            .lp-security-solution .cyber-security-section .security-features .info ul.feature-list li.unfolded .feature-description p.description {
              max-height: 100px;
              margin-bottom: 30px;
              margin-top: 18px; }
      .lp-security-solution .cyber-security-section .security-features .image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 54%;
        flex: 0 1 54%;
        -ms-flex-item-align: start;
        align-self: flex-start;
        min-height: 600px;
        margin-top: 52px;
        overflow: hidden;
        position: relative; }
        @media screen and (max-width: 1280px) {
          .lp-security-solution .cyber-security-section .security-features .image {
            margin: 30px auto 0;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        @media screen and (max-width: 768px) {
          .lp-security-solution .cyber-security-section .security-features .image {
            margin-top: 0;
            margin-bottom: 60px;
            min-height: unset;
            overflow: visible; } }
        .lp-security-solution .cyber-security-section .security-features .image picture {
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          max-width: 100%;
          padding-right: 70px;
          opacity: 0;
          z-index: 2;
          -webkit-transition: opacity 0.7s ease-in-out;
          transition: opacity 0.7s ease-in-out; }
          @media screen and (max-width: 1280px) {
            .lp-security-solution .cyber-security-section .security-features .image picture {
              margin: auto;
              padding-right: 0; } }
          .lp-security-solution .cyber-security-section .security-features .image picture:first-child {
            position: static;
            z-index: 1; }
          .lp-security-solution .cyber-security-section .security-features .image picture.active {
            opacity: 1; }
          .lp-security-solution .cyber-security-section .security-features .image picture img {
            max-width: 100%; }
  .lp-security-solution .internet-security-section {
    width: 1340px;
    max-width: 95%;
    margin: 90px auto 0; }
    .lp-security-solution .internet-security-section img.heading {
      display: block;
      margin: 0 auto 23px; }
      @media screen and (max-width: 690px) {
        .lp-security-solution .internet-security-section img.heading {
          margin-bottom: 0;
          width: 12vw; } }
    .lp-security-solution .internet-security-section h2 {
      text-align: center; }
      @media screen and (max-width: 640px) {
        .lp-security-solution .internet-security-section h2 {
          margin: 8px 20px 10px; } }
    .lp-security-solution .internet-security-section .features ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 20px; }
      @media screen and (max-width: 1330px) {
        .lp-security-solution .internet-security-section .features ul {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .lp-security-solution .internet-security-section .features ul li {
        max-width: 396px;
        width: 100%;
        margin: 10px 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media screen and (max-width: 1330px) {
          .lp-security-solution .internet-security-section .features ul li {
            margin: 28px 10px 9px; } }
        @media screen and (max-width: 640px) {
          .lp-security-solution .internet-security-section .features ul li {
            font-size: 12px;
            line-height: 1.45;
            -ms-flex-preferred-size: unset;
            flex-basis: unset; } }
        .lp-security-solution .internet-security-section .features ul li img {
          display: block;
          margin: 0 auto;
          max-width: 100%;
          -ms-flex-item-align: center;
          align-self: center; }
          @media screen and (min-width: 768px) {
            .lp-security-solution .internet-security-section .features ul li img {
              position: relative;
              top: 15px; } }
        .lp-security-solution .internet-security-section .features ul li p {
          margin: 10px auto;
          width: 90%;
          font-size: 16px;
          text-align: left;
          line-height: 1.75; }
          @media screen and (max-width: 1330px) {
            .lp-security-solution .internet-security-section .features ul li p {
              margin: 10px auto;
              text-align: center; } }
  .lp-security-solution .bandwidth-section {
    width: 1340px;
    max-width: 95%;
    margin: 0 auto; }
    .lp-security-solution .bandwidth-section h2 {
      max-width: 290px;
      font-size: 35px; }
      @media screen and (max-width: 1280px) {
        .lp-security-solution .bandwidth-section h2 {
          max-width: 90%;
          margin-left: auto;
          margin-right: auto;
          text-align: center; } }
      @media screen and (max-width: 640px) {
        .lp-security-solution .bandwidth-section h2 {
          margin: 8px auto 10px; } }
    .lp-security-solution .bandwidth-section .content {
      max-width: 1340px;
      margin: 66px auto 0;
      padding: 52px 16px 52px 44px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 36px;
      background-color: #ecf1f3; }
      @media screen and (max-width: 1280px) {
        .lp-security-solution .bandwidth-section .content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 32px 16px; } }
      .lp-security-solution .bandwidth-section .content .info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
        flex: 0 0 37%;
        min-width: 385px;
        padding: 0 30px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media screen and (max-width: 1280px) {
          .lp-security-solution .bandwidth-section .content .info {
            min-width: unset;
            padding: 0;
            -webkit-box-flex: unset;
            -ms-flex: unset;
            flex: unset; } }
        .lp-security-solution .bandwidth-section .content .info p {
          margin-top: 16px;
          font-size: 16px;
          line-height: 1.75; }
          @media screen and (max-width: 1280px) {
            .lp-security-solution .bandwidth-section .content .info p {
              max-width: 564px;
              text-align: center; } }
      .lp-security-solution .bandwidth-section .content .image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 63%;
        flex: 0 1 63%; }
        @media screen and (max-width: 1280px) {
          .lp-security-solution .bandwidth-section .content .image {
            margin: 50px 0 0;
            -webkit-box-flex: unset;
            -ms-flex: unset;
            flex: unset; } }
        .lp-security-solution .bandwidth-section .content .image img, .lp-security-solution .bandwidth-section .content .image picture {
          position: relative;
          display: block;
          margin: 0 auto;
          max-width: 100%; }
          @media screen and (min-width: 768px) {
            .lp-security-solution .bandwidth-section .content .image img, .lp-security-solution .bandwidth-section .content .image picture {
              position: relative; } }
          @media screen and (max-width: 1280px) {
            .lp-security-solution .bandwidth-section .content .image img, .lp-security-solution .bandwidth-section .content .image picture {
              float: unset;
              left: 0; } }
  .lp-security-solution .security-alerts-section {
    width: 1340px;
    max-width: 95%;
    margin: 70px auto 460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1280px) {
      .lp-security-solution .security-alerts-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 85%; } }
    .lp-security-solution .security-alerts-section h2 {
      width: 290px; }
      @media screen and (max-width: 1280px) {
        .lp-security-solution .security-alerts-section h2 {
          width: 90%;
          margin-left: auto;
          margin-right: auto;
          text-align: center; } }
    .lp-security-solution .security-alerts-section .info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
      flex: 0 0 37%;
      min-width: 385px;
      padding: 0 0 36px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 1280px) {
        .lp-security-solution .security-alerts-section .info {
          min-width: unset;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          padding: 0;
          max-width: 90%;
          margin: 0 auto; } }
      @media screen and (max-width: 640px) {
        .lp-security-solution .security-alerts-section .info {
          max-width: 100%; } }
      .lp-security-solution .security-alerts-section .info p {
        margin-top: 20px;
        font-size: 16px;
        max-width: 442px;
        line-height: 1.75; }
        @media screen and (max-width: 1280px) {
          .lp-security-solution .security-alerts-section .info p {
            max-width: 706px;
            text-align: center; } }
    .lp-security-solution .security-alerts-section .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 63%;
      flex: 0 1 63%; }
      @media screen and (max-width: 1280px) {
        .lp-security-solution .security-alerts-section .image {
          margin: 50px 0 0;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
      .lp-security-solution .security-alerts-section .image img, .lp-security-solution .security-alerts-section .image picture {
        max-width: 100%; }
        @media screen and (min-width: 768px) {
          .lp-security-solution .security-alerts-section .image img, .lp-security-solution .security-alerts-section .image picture {
            position: relative; } }
  .lp-security-solution .download-glasswire-container {
    margin-bottom: -250px;
    width: 1300px;
    max-width: 90%; }
    @media screen and (max-width: 640px) {
      .lp-security-solution .download-glasswire-container {
        max-width: 90%; } }
    .lp-security-solution .download-glasswire-container .download-glasswire {
      margin-top: -390px;
      padding: 76px 0 90px;
      border-radius: 36px; }
      .lp-security-solution .download-glasswire-container .download-glasswire .feature-cloud {
        display: block;
        margin: 0 auto;
        max-width: 85%; }
      .lp-security-solution .download-glasswire-container .download-glasswire p.description {
        margin-top: -70px;
        margin-bottom: 60px;
        color: #4a4a4a;
        line-height: 1.75; }
  .lp-security-solution .trust-marks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1310px;
    margin: 48px auto 77px; }
    @media screen and (max-width: 1280px) {
      .lp-security-solution .trust-marks {
        max-width: 95%; } }
    .lp-security-solution .trust-marks div {
      width: 180px;
      text-align: center;
      font-size: 11px;
      color: rgba(0, 0, 0, 0.5);
      margin: 0 0; }
      @media screen and (max-width: 1280px) {
        .lp-security-solution .trust-marks div {
          margin: 25px 0; } }
      @media screen and (max-width: 540px) {
        .lp-security-solution .trust-marks div {
          width: 100%; } }
      .lp-security-solution .trust-marks div span {
        display: block;
        margin: 0 auto;
        max-width: 170px; }
      .lp-security-solution .trust-marks div > img {
        display: block;
        margin: 13px auto 8px; }
      .lp-security-solution .trust-marks div #img-lifehacker {
        height: 22px;
        margin: 11px auto 6px; }
      .lp-security-solution .trust-marks div #img-pc-magazine {
        height: 16px;
        margin: 13.5px auto 8.5px; }
      .lp-security-solution .trust-marks div #img-droidlife {
        margin: 9px auto 15px; }
      .lp-security-solution .trust-marks div #img-tdd {
        height: 28px;
        margin: 15px auto 10px; }
      .lp-security-solution .trust-marks div #img-androidauth {
        height: 40px;
        margin: 10px auto 5px; }
      .lp-security-solution .trust-marks div .img_stars {
        display: block;
        margin: -1px auto 3px; }
  .lp-security-solution .android-promo-section {
    margin: 0 auto;
    padding: 350px 0 540px;
    height: 580px;
    border-bottom: 1px solid rgba(168, 197, 255, 0.27); }
    @media screen and (max-width: 1024px) {
      .lp-security-solution .android-promo-section {
        padding: 290px 0 40px;
        height: auto; } }
    .lp-security-solution .android-promo-section .wrapper {
      position: absolute;
      text-align: center;
      white-space: nowrap;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media screen and (max-width: 1024px) {
        .lp-security-solution .android-promo-section .wrapper {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-pack: distribute;
          justify-content: space-around;
          left: auto;
          -webkit-transform: none;
          transform: none; } }
      .lp-security-solution .android-promo-section .wrapper > div {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 30px;
        display: inline-block;
        vertical-align: middle;
        white-space: normal; }
        @media screen and (max-width: 1024px) {
          .lp-security-solution .android-promo-section .wrapper > div {
            margin: 40px 30px 0;
            display: block; }
            .lp-security-solution .android-promo-section .wrapper > div:nth-child(-n+6) {
              display: none; }
            .lp-security-solution .android-promo-section .wrapper > div:nth-child(n+10) {
              display: none; } }
        @media screen and (max-width: 640px) {
          .lp-security-solution .android-promo-section .wrapper > div {
            margin: 20px 30px 0; } }
      .lp-security-solution .android-promo-section .wrapper .try-glasswire {
        width: 288px;
        text-align: center;
        margin: 0 18px; }
        @media screen and (max-width: 1024px) {
          .lp-security-solution .android-promo-section .wrapper .try-glasswire {
            margin: 32px auto 0;
            display: block;
            width: 100%; } }
        .lp-security-solution .android-promo-section .wrapper .try-glasswire .app-icon {
          margin-top: 11px; }
          @media screen and (max-width: 690px) {
            .lp-security-solution .android-promo-section .wrapper .try-glasswire .app-icon {
              width: 13.5vw; } }
        .lp-security-solution .android-promo-section .wrapper .try-glasswire h2 {
          font-size: 29px;
          color: #fff;
          line-height: 1.2;
          width: 288px;
          margin: 19px auto 0;
          display: block;
          text-align: center; }
          @media screen and (max-width: 1024px) {
            .lp-security-solution .android-promo-section .wrapper .try-glasswire h2 {
              max-width: 80%;
              width: auto;
              text-align: center;
              font-size: calc(15.9px + 1.27vw);
              margin-top: calc(4.45px + 1.42vw); } }
        .lp-security-solution .android-promo-section .wrapper .try-glasswire .android-authority {
          margin-top: 35px;
          margin-bottom: 12px; }
          @media screen and (max-width: 1023px) {
            .lp-security-solution .android-promo-section .wrapper .try-glasswire .android-authority {
              margin-top: calc(20.45px + 1.42vw);
              max-width: 37vw; } }
          @media screen and (max-width: 640px) {
            .lp-security-solution .android-promo-section .wrapper .try-glasswire .android-authority {
              margin-bottom: 10px; } }
        .lp-security-solution .android-promo-section .wrapper .try-glasswire p {
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 14px;
          letter-spacing: 0.3px;
          text-align: center;
          color: rgba(255, 255, 255, 0.85);
          width: 154px;
          margin: 0 auto;
          line-height: 1.2; }
          @media screen and (max-width: 640px) {
            .lp-security-solution .android-promo-section .wrapper .try-glasswire p {
              font-size: 12px; } }
        .lp-security-solution .android-promo-section .wrapper .try-glasswire a {
          display: inline-block;
          margin: 44px auto 0; }
          @media screen and (max-width: 640px) {
            .lp-security-solution .android-promo-section .wrapper .try-glasswire a {
              margin-top: 41px; } }
          .lp-security-solution .android-promo-section .wrapper .try-glasswire a .playstore {
            width: 164px; }
  .lp-security-solution .row.footer {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5b71b7), to(#455595));
    background-image: linear-gradient(to bottom, #5b71b7, #455595);
    overflow-x: hidden; }
    .lp-security-solution .row.footer footer {
      height: auto;
      padding: 288px 0 34px;
      max-width: 1202px; }
      .lp-security-solution .row.footer footer section.footer-nav {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: unset;
        width: 100%;
        margin: 0 auto; }
        @media screen and (max-width: 960px) {
          .lp-security-solution .row.footer footer section.footer-nav {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        .lp-security-solution .row.footer footer section.footer-nav .googleplay {
          width: 258px; }
          @media screen and (max-width: 960px) {
            .lp-security-solution .row.footer footer section.footer-nav .googleplay {
              -webkit-box-ordinal-group: unset;
              -ms-flex-order: unset;
              order: unset; } }
        .lp-security-solution .row.footer footer section.footer-nav nav#footer-nav-legal {
          max-width: 450px; }
          @media screen and (max-width: 960px) {
            .lp-security-solution .row.footer footer section.footer-nav nav#footer-nav-legal {
              margin: 25px auto 0; } }
          .lp-security-solution .row.footer footer section.footer-nav nav#footer-nav-legal ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 32px; }
            @media screen and (max-width: 960px) {
              .lp-security-solution .row.footer footer section.footer-nav nav#footer-nav-legal ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center; } }
            @media screen and (max-width: 960px) {
              .lp-security-solution .row.footer footer section.footer-nav nav#footer-nav-legal ul li {
                font-size: 13px;
                line-height: 2.2; } }
            @media screen and (max-width: 960px) {
              .lp-security-solution .row.footer footer section.footer-nav nav#footer-nav-legal ul li.copyright {
                -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
                text-align: center; } }
          .lp-security-solution .row.footer footer section.footer-nav nav#footer-nav-legal .copyright img {
            margin: 0 0 3px 10px; }

/* Edge */
@supports (-ms-ime-align: auto) {
  .page-features .internet-security-section .features ul,
  .page-features .bandwidth-section {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

/* IE 10,11 */
@media screen and (min-width: 0\0) {
  .page-features .internet-security-section .features ul,
  .page-features .bandwidth-section {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.page-malware h2 {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: left; }

.page-malware .content {
  width: 1314px;
  max-width: 95%;
  margin: 0 auto 100px;
  padding: 80px 161px 88px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.02);
  font-size: 15px;
  line-height: 22px; }
  @media screen and (max-width: 1440px) {
    .page-malware .content {
      padding: calc(4.46vw + 15.71px) 6.9% calc(5.17vw + 13.42px);
      margin-bottom: calc(40.85px + 4.1vw); } }
  .page-malware .content > ul {
    padding-left: 18px; }
  .page-malware .content b {
    font-weight: 600; }
  .page-malware .content p a {
    word-wrap: break-word; }

section.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 1002;
  overflow-y: scroll;
  padding: 38px 38px 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57bdff), to(#617efa));
  background-image: linear-gradient(to bottom, #57bdff, #617efa);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  will-change: transform; }
  section.mobile-menu.loaded {
    -webkit-transition: .4s;
    transition: .4s; }
  section.mobile-menu.visible {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  section.mobile-menu.form-active {
    position: fixed;
    overflow-y: hidden; }
  section.mobile-menu .mobile-menu-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 41px;
    display: block; }
    section.mobile-menu .mobile-menu-btn .icon-close {
      margin-top: 3px; }
    section.mobile-menu .mobile-menu-btn img {
      z-index: 1001;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: .5s;
      transition: .5s;
      padding: 8px 10px; }
  @media screen and (min-width: 1024px) {
    section.mobile-menu {
      display: none; } }
  section.mobile-menu a {
    color: #ffffff;
    text-decoration: none; }
  section.mobile-menu a:hover {
    color: #ffffff;
    text-decoration: none; }
  section.mobile-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    section.mobile-menu .menu nav {
      min-width: 108px;
      -ms-flex-preferred-size: 34%;
      flex-basis: 34%;
      margin: 4px 0 9px; }
      section.mobile-menu .menu nav header {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 13px;
        font-weight: bold;
        text-align: left;
        color: rgba(255, 255, 255, 0.35);
        text-transform: uppercase; }
      section.mobile-menu .menu nav ul {
        list-style: none;
        margin: 2px 0;
        padding: 0; }
        section.mobile-menu .menu nav ul li a {
          font-size: 13px;
          line-height: 2.0;
          letter-spacing: -0.2px;
          text-align: left; }
      section.mobile-menu .menu nav.main ul li:last-child a {
        color: greenyellow; }
  section.mobile-menu section.subscribe {
    margin: 8px 0 0; }
    section.mobile-menu section.subscribe.active {
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      margin: 0;
      position: fixed;
      padding: 24px 38px 60px;
      border-radius: 4px;
      background-color: #5e91fc;
      -webkit-box-shadow: 0 -6px 12px 0 rgba(0, 0, 0, 0.16);
      box-shadow: 0 -6px 12px 0 rgba(0, 0, 0, 0.16); }
    section.mobile-menu section.subscribe header {
      color: #ffffff;
      font-size: 13px; }
    section.mobile-menu section.subscribe p {
      font-size: 11px;
      text-align: left;
      color: rgba(255, 255, 255, 0.5);
      max-width: 320px;
      margin: 0; }
    section.mobile-menu section.subscribe form {
      margin: 2px 0 6px;
      min-height: 65px; }
      section.mobile-menu section.subscribe form .input-wrapper {
        display: inline-block;
        position: relative;
        width: 100%;
        max-width: 280px;
        margin: 8px 0 12px; }
      section.mobile-menu section.subscribe form input[name=EMAIL] {
        width: 100%;
        height: 31px;
        border-radius: 2px;
        border-width: 0;
        border-style: solid;
        background-color: rgba(255, 255, 255, 0.26);
        font-size: 12px;
        padding: 0 50px 0 3%;
        color: rgba(255, 255, 255, 0.61);
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
        section.mobile-menu section.subscribe form input[name=EMAIL]::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.61); }
        section.mobile-menu section.subscribe form input[name=EMAIL]::-moz-placeholder {
          color: rgba(255, 255, 255, 0.61); }
        section.mobile-menu section.subscribe form input[name=EMAIL]:-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.61); }
        section.mobile-menu section.subscribe form input[name=EMAIL]::-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.61); }
        section.mobile-menu section.subscribe form input[name=EMAIL]::placeholder {
          color: rgba(255, 255, 255, 0.61); }
        section.mobile-menu section.subscribe form input[name=EMAIL]::-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.61); }
      section.mobile-menu section.subscribe form input[name=EMAIL]:focus {
        background-color: #ffffff;
        color: #4a4a4a; }
      section.mobile-menu section.subscribe form .join {
        position: absolute;
        right: 16px;
        top: 0;
        line-height: 28px; }
        section.mobile-menu section.subscribe form .join input[name=subscribe] {
          font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
          font-size: 11px;
          font-weight: 500;
          color: rgba(255, 255, 255, 0.13);
          background: transparent;
          border: none;
          padding: 0; }
      section.mobile-menu section.subscribe form.active input[name=EMAIL] {
        background-color: #ffffff;
        color: #4a4a4a; }
      section.mobile-menu section.subscribe form.active input[name=subscribe] {
        color: #5199ff; }
      section.mobile-menu section.subscribe form.active input[name=subscribe]:disabled {
        color: rgba(0, 0, 0, 0.15); }
      section.mobile-menu section.subscribe form .mce-responses {
        padding: 0;
        font-size: 11px; }
        section.mobile-menu section.subscribe form .mce-responses .mce-error-response {
          display: none;
          color: #FFDE00; }
        section.mobile-menu section.subscribe form .mce-responses .mce-success-response {
          display: none;
          color: #2d2; }

#newPricingModal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
  background-color: rgba(0, 0, 0, 0.33); }
  #newPricingModal.visuallyhidden {
    visibility: hidden;
    opacity: 0; }
  #newPricingModal.hidden {
    display: none; }
  #newPricingModal p {
    margin: 0; }
  #newPricingModal .window {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    min-height: 501px;
    width: 977px;
    max-width: 95%;
    margin: 0 auto;
    padding: 0;
    border-radius: 18px;
    background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/new-pricing-modal/bg-circles.svg") top right no-repeat, linear-gradient(117deg, #587bff -3%, #2d53ff 100%) left top repeat;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch; }
    @media screen and (max-width: 992px) {
      #newPricingModal .window {
        top: 5vw;
        padding: calc(52px + 3.5vw) 5vw 6vw; } }
    #newPricingModal .window header {
      padding: 36px 47px 38px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      #newPricingModal .window header aside {
        font-size: 57px;
        font-weight: 800;
        line-height: 0.91;
        color: #a1c6ff; }
      #newPricingModal .window header h3 {
        font-size: 45px;
        font-weight: 600;
        line-height: 1.4;
        margin-top: 28px;
        color: #fff; }
      #newPricingModal .window header p {
        font-family: Roboto, Arial, sans-serif;
        font-size: 21px;
        font-weight: normal;
        line-height: 1.33;
        color: #fff;
        width: 460px;
        margin-top: 16px; }
    #newPricingModal .window main {
      background-color: rgba(5, 22, 54, 0.19);
      padding: 0;
      border-bottom-left-radius: 18px;
      border-bottom-right-radius: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #newPricingModal .window main .cta {
        padding: 33px 0 36px 47px; }
        #newPricingModal .window main .cta p {
          font-family: Roboto, Arial, sans-serif;
          font-size: 20px;
          font-weight: 500;
          line-height: 1.5;
          color: #fff;
          width: 388px;
          max-width: 95%; }
          #newPricingModal .window main .cta p em {
            font-style: normal;
            color: #ffea8b; }
            #newPricingModal .window main .cta p em b {
              font-weight: 800; }
        #newPricingModal .window main .cta .btn {
          display: block;
          width: 388px;
          height: 58px;
          margin: 24px 0 0;
          padding: 15px 32px 16px;
          border-radius: 8px;
          -webkit-box-shadow: 0 5px 20px 0 rgba(63, 63, 63, 0.28), inset 0 6px 18px 0 rgba(255, 255, 255, 0.05);
          box-shadow: 0 5px 20px 0 rgba(63, 63, 63, 0.28), inset 0 6px 18px 0 rgba(255, 255, 255, 0.05);
          background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/new-pricing-modal/arrow.svg") 90% 50% no-repeat, linear-gradient(288deg, #e9fff4 119%, #fff -9%) top left repeat;
          font-size: 20px;
          font-weight: bold;
          color: #4a69ff;
          text-align: left;
          text-transform: uppercase; }
      #newPricingModal .window main .ui {
        margin-top: -200px;
        -ms-flex-item-align: end;
        align-self: flex-end; }
  #newPricingModal .modal-close-btn {
    display: block;
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;
    z-index: 100;
    background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/new-pricing-modal/ic-close.svg") center center no-repeat;
    width: 24px;
    height: 24px; }

.page-affiliate h2 {
  font: 600 23px 'Open Sans', sans-serif;
  margin: 52px 0 36px; }
  @media screen and (max-width: 980px) {
    .page-affiliate h2 {
      margin: 36px auto calc(1.7vw + 30.54px);
      max-width: 90%; } }
  @media screen and (max-width: 360px) {
    .page-affiliate h2 {
      font-size: 18px; } }

.page-affiliate h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 47px 0 25px; }

.page-affiliate .content {
  width: 1311px;
  max-width: 95%;
  margin: 0 auto -190px;
  padding: 108px 334px 130px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.02);
  font-size: 15px;
  line-height: 22px; }
  @media screen and (max-width: 1440px) {
    .page-affiliate .content {
      padding: 108px calc((85% - 532px)/2) calc(8.92vw + 1.42px); } }
  @media screen and (max-width: 980px) {
    .page-affiliate .content {
      padding: calc(5.68vw + 51.81px) 10% calc(8.92vw + 1.42px); } }
  @media screen and (max-width: 480px) {
    .page-affiliate .content {
      padding: calc(5.68vw + 51.81px) 5% calc(8.92vw + 1.42px); } }
  .page-affiliate .content .affiliate-head {
    text-align: center;
    margin: 0 -67px 49px;
    padding-bottom: 43px;
    border-radius: 4px;
    border: solid 1px #e4e4e4; }
    @media screen and (max-width: 980px) {
      .page-affiliate .content .affiliate-head {
        margin: 0 auto 49px;
        padding: 40px 0 26px; } }
    .page-affiliate .content .affiliate-head .affiliate-logos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: -20px;
      height: 38px; }
      @media screen and (max-width: 980px) {
        .page-affiliate .content .affiliate-head .affiliate-logos {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          margin: -60px auto calc(3.40vw + 43.09px);
          width: 298px;
          max-width: 80%;
          background-color: #ffffff;
          border-right: solid 1px #e4e4e4;
          border-left: solid 1px #e4e4e4; } }
      .page-affiliate .content .affiliate-head .affiliate-logos a {
        display: block;
        -ms-flex-preferred-size: 265px;
        flex-basis: 265px;
        background-color: #ffffff;
        border-right: solid 1px #e4e4e4;
        border-left: solid 1px #e4e4e4; }
        .page-affiliate .content .affiliate-head .affiliate-logos a:last-child {
          border-left: none; }
        @media screen and (max-width: 980px) {
          .page-affiliate .content .affiliate-head .affiliate-logos a {
            border: none;
            -ms-flex-preferred-size: unset;
            flex-basis: unset;
            line-height: 68px; } }
        @media screen and (max-width: 540px) {
          .page-affiliate .content .affiliate-head .affiliate-logos a {
            line-height: normal; } }
        .page-affiliate .content .affiliate-head .affiliate-logos a .logo {
          position: relative;
          top: -8px; }
          @media screen and (max-width: 980px) {
            .page-affiliate .content .affiliate-head .affiliate-logos a .logo {
              top: 5px;
              max-width: 80%; } }
          @media screen and (max-width: 480px) {
            .page-affiliate .content .affiliate-head .affiliate-logos a .logo {
              top: 0; } }
  .page-affiliate .content p {
    margin: 0 0 21px; }
  .page-affiliate .content .note {
    background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ico-i.svg") no-repeat 0 50%;
    padding-left: 33px;
    line-height: 150%;
    display: block;
    margin-top: 19px; }

.page-affiliate .join-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 46px; }
  @media screen and (max-width: 980px) {
    .page-affiliate .join-buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0; } }
  .page-affiliate .join-buttons .button-join {
    display: block;
    margin: 0 auto;
    height: 42px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 42px;
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(166, 166, 165, 0.18), inset 0 -2px 14px 2px rgba(58, 0, 0, 0.01), inset 0 5px 14px 0 rgba(255, 245, 235, 0.18);
    box-shadow: 0 2px 6px 0 rgba(166, 166, 165, 0.18), inset 0 -2px 14px 2px rgba(58, 0, 0, 0.01), inset 0 5px 14px 0 rgba(255, 245, 235, 0.18);
    background-color: #00b260; }
    .page-affiliate .join-buttons .button-join.partnerize {
      background-color: #11bfa6; }
    @media screen and (max-width: 980px) {
      .page-affiliate .join-buttons .button-join {
        width: 300px;
        max-width: 90%;
        margin: 0 auto 15px; } }
    @media screen and (max-width: 360px) {
      .page-affiliate .join-buttons .button-join {
        font-size: 13px; } }

.page-affiliate .row.footer {
  padding-top: 190px; }

.page-data-calculator h1 {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  max-width: 80%;
  font-size: 48px; }
  .page-data-calculator h1::after {
    font-size: 16px;
    font-weight: 600;
    color: #a6e872; }

.page-data-calculator .header {
  text-align: center; }

.page-data-calculator .data-calculator {
  width: 1311px;
  min-height: 680px;
  max-width: 95%;
  margin: 0 auto -190px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.02); }
  .page-data-calculator .data-calculator .content {
    margin: 0 auto;
    padding: 0 0 120px; }
    @media screen and (max-width: 640px) {
      .page-data-calculator .data-calculator .content {
        padding-bottom: 54px; } }
    .page-data-calculator .data-calculator .content .graph-animation {
      margin: 77px 5% 108px;
      border-top: 1px solid #e4e4e4;
      height: 1px;
      text-align: center; }
      .page-data-calculator .data-calculator .content .graph-animation img {
        margin-top: -44px; }
    .page-data-calculator .data-calculator .content h2 {
      max-width: 744px;
      margin: 52px auto;
      font-size: 28px;
      font-family: "Open Sans", Arial, sans-serif;
      font-weight: 600;
      line-height: 1.43; }
      @media screen and (max-width: 1023px) {
        .page-data-calculator .data-calculator .content h2 {
          max-width: 95%;
          font-size: calc(14px + 1.35vw); } }
    .page-data-calculator .data-calculator .content .download-n-marks {
      max-width: 1200px;
      margin: 0 auto 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      @media screen and (max-width: 1280px) {
        .page-data-calculator .data-calculator .content .download-n-marks {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      @media screen and (max-width: 1024px) {
        .page-data-calculator .data-calculator .content .download-n-marks {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      @media screen and (max-width: 480px) {
        .page-data-calculator .data-calculator .content .download-n-marks {
          max-width: 90%; } }
      @media screen and (max-width: 360px) {
        .page-data-calculator .data-calculator .content .download-n-marks {
          margin-bottom: 11px; } }
      .page-data-calculator .data-calculator .content .download-n-marks > div {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        text-align: center;
        font-size: 11px;
        color: rgba(0, 0, 0, 0.5);
        margin: 0 0;
        width: 20%;
        min-width: 135px; }
        @media screen and (max-width: 1280px) {
          .page-data-calculator .data-calculator .content .download-n-marks > div {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2; } }
        @media screen and (max-width: 840px) {
          .page-data-calculator .data-calculator .content .download-n-marks > div {
            width: 50%;
            margin-bottom: 32px; } }
        @media screen and (max-width: 430px) {
          .page-data-calculator .data-calculator .content .download-n-marks > div {
            width: 100%; } }
        .page-data-calculator .data-calculator .content .download-n-marks > div > img {
          display: block;
          margin: 13px auto 8px; }
        .page-data-calculator .data-calculator .content .download-n-marks > div .img_stars {
          margin: -1px auto 3px;
          display: block; }
        .page-data-calculator .data-calculator .content .download-n-marks > div .pcworld-4p5stars span {
          display: none; }
      .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper {
        width: 36%;
        margin: 0 35px; }
        @media screen and (max-width: 1280px) {
          .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper {
            margin: auto;
            width: 100%;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1; } }
        @media screen and (max-width: 448px) {
          .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper {
            margin: 0; } }
        .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block {
          -ms-flex-negative: 0;
          flex-shrink: 0;
          width: 350px;
          margin: 0 auto 40px; }
          @media screen and (max-width: 1240px) {
            .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block {
              width: 100%; } }
          .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .button.download {
            min-width: 350px;
            width: 350px;
            padding: 0 12px; }
            @media screen and (max-width: 448px) {
              .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .button.download {
                min-width: 210px;
                max-width: 95%;
                height: 57px;
                padding: 0 15px; } }
            .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .button.download span {
              margin: 0;
              font-size: 16px;
              font-weight: 600;
              text-transform: uppercase;
              padding-right: 14px;
              letter-spacing: 0.2px; }
              @media screen and (max-width: 448px) {
                .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .button.download span {
                  font-size: calc(11px + 1vw);
                  padding-right: 5px; } }
              .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .button.download span strong {
                font-weight: 600; }
                @media screen and (max-width: 448px) {
                  .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .button.download span strong {
                    display: none; } }
            .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .button.download img {
              vertical-align: middle;
              width: 28px; }
              @media screen and (max-width: 448px) {
                .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .button.download img {
                  width: 20px; } }
          .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .download-links {
            font-size: 10px;
            letter-spacing: -0.1px;
            color: rgba(0, 0, 0, 0.3);
            max-width: 350px;
            margin: 8px auto 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            @media screen and (max-width: 448px) {
              .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .download-links {
                max-width: 95%; }
                .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .download-links div:nth-child(2) {
                  display: none; } }
            .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .download-links .oses div {
              display: inline-block; }
              .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .download-links .oses div.win {
                margin-right: 5px; }
              .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .download-links .oses div img {
                padding-bottom: 2px; }
                .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .download-links .oses div img.ic_android {
                  padding-bottom: 1px; }
              .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .download-links .oses div span {
                padding-left: 4px;
                padding-right: 4px; }
                @media screen and (max-width: 360px) {
                  .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .download-links .oses div span {
                    display: none; } }
            .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .download-links .downloads {
              visibility: hidden; }
            .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .download-links #download-counter {
              display: inline-block;
              position: relative;
              top: 2px;
              margin-right: 1px; }
              .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .download-links #download-counter span {
                width: 10px;
                height: 11px;
                display: inline-block;
                line-height: 100%;
                position: relative;
                overflow: hidden;
                margin: 0 1px 0 0;
                text-align: left; }
                .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .download-links #download-counter span i {
                  display: inline-block;
                  width: 10px;
                  height: 11px;
                  line-height: 11px;
                  font-size: 9px;
                  text-align: center;
                  font-style: normal;
                  font-weight: 600;
                  border-radius: 1.5px;
                  color: #fff;
                  background-color: rgba(0, 0, 0, 0.2);
                  -webkit-transition: .5s;
                  transition: .5s;
                  will-change: transform;
                  position: absolute;
                  -webkit-transform: translateY(0);
                  transform: translateY(0); }
                .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .download-links #download-counter span i.prev {
                  -webkit-transform: translateY(-12px);
                  transform: translateY(-12px); }
                .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .download-links #download-counter span i.next {
                  -webkit-transform: translateY(12px);
                  transform: translateY(12px); }
                .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .download-links #download-counter span i.hidden {
                  -webkit-transition: 0s !important;
                  transition: 0s !important;
                  display: none; }
              .page-data-calculator .data-calculator .content .download-n-marks > div.download-wrapper .download-block .download-links #download-counter sub {
                font-size: 10px;
                position: relative;
                bottom: 0;
                margin: 0 1px 0 0.5px; }
    .page-data-calculator .data-calculator .content .download-n-subscribe {
      width: calc(100% - 140px);
      margin: 72px auto 0;
      padding: 0;
      border-radius: 4px;
      border: solid 1px #e4e4e4;
      line-height: 1.8; }
      @media screen and (max-width: 1024px) {
        .page-data-calculator .data-calculator .content .download-n-subscribe {
          width: 95%;
          margin-top: calc(4.545vw + 25.454px); } }
      .page-data-calculator .data-calculator .content .download-n-subscribe .block-logo {
        display: block;
        margin: 0 auto 32px; }
      .page-data-calculator .data-calculator .content .download-n-subscribe p {
        padding: 0 7.5%;
        text-align: center; }
      .page-data-calculator .data-calculator .content .download-n-subscribe p.download-glasswire {
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media screen and (max-width: 400px) {
          .page-data-calculator .data-calculator .content .download-n-subscribe p.download-glasswire {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .page-data-calculator .data-calculator .content .download-n-subscribe p.download-glasswire a {
          margin: 0 14px; }
          @media screen and (max-width: 400px) {
            .page-data-calculator .data-calculator .content .download-n-subscribe p.download-glasswire a {
              margin: 0 auto 30px; }
              .page-data-calculator .data-calculator .content .download-n-subscribe p.download-glasswire a:last-child {
                margin-bottom: 0; } }
      .page-data-calculator .data-calculator .content .download-n-subscribe .subscribe-form {
        background-color: #fcfcfc;
        border-top: 1px solid #efefef;
        margin-top: 0;
        padding: 54px 2% 47px; }
        @media screen and (max-width: 1024px) {
          .page-data-calculator .data-calculator .content .download-n-subscribe .subscribe-form {
            padding: calc(4.545vw + 25.45px) 2% calc(5.156vw - 2.5px); } }
        .page-data-calculator .data-calculator .content .download-n-subscribe .subscribe-form h3 {
          font-weight: 600;
          font-family: "Open Sans",Arial,sans-serif;
          font-size: 20px;
          text-align: center;
          margin: 27px 0 0;
          padding: 0;
          letter-spacing: normal; }
        .page-data-calculator .data-calculator .content .download-n-subscribe .subscribe-form .form-logo {
          width: 102px;
          display: block;
          margin: 0 auto; }
        .page-data-calculator .data-calculator .content .download-n-subscribe .subscribe-form p {
          padding: 0;
          font-size: 15px; }
        .page-data-calculator .data-calculator .content .download-n-subscribe .subscribe-form form {
          max-width: 95%;
          margin: 37px auto 0; }
        .page-data-calculator .data-calculator .content .download-n-subscribe .subscribe-form .mc-field-group {
          width: 516px;
          max-width: 100%;
          margin: 0 auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          @media screen and (max-width: 480px) {
            .page-data-calculator .data-calculator .content .download-n-subscribe .subscribe-form .mc-field-group {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              text-align: center; } }
          .page-data-calculator .data-calculator .content .download-n-subscribe .subscribe-form .mc-field-group .email {
            width: 385px;
            max-width: 100%;
            height: 32px;
            border-radius: 3px;
            border: solid 1px #e4e4e4;
            background-color: #ffffff;
            font-size: 13px;
            margin-right: 16px; }
            @media screen and (max-width: 480px) {
              .page-data-calculator .data-calculator .content .download-n-subscribe .subscribe-form .mc-field-group .email {
                display: block;
                margin: 0 auto; } }
          .page-data-calculator .data-calculator .content .download-n-subscribe .subscribe-form .mc-field-group .sbutton {
            width: 115px;
            height: 32px;
            border: none;
            border-radius: 3px;
            -webkit-box-shadow: 0 2px 5px 0 rgba(166, 166, 165, 0.18), inset 0 -2px 11px 2px rgba(58, 0, 0, 0.01), inset 0 4px 11px 0 rgba(255, 245, 235, 0.18);
            box-shadow: 0 2px 5px 0 rgba(166, 166, 165, 0.18), inset 0 -2px 11px 2px rgba(58, 0, 0, 0.01), inset 0 4px 11px 0 rgba(255, 245, 235, 0.18);
            background-color: #57f19e;
            color: #ffffff;
            font-size: 12.2px;
            text-transform: uppercase; }
            @media screen and (max-width: 480px) {
              .page-data-calculator .data-calculator .content .download-n-subscribe .subscribe-form .mc-field-group .sbutton {
                display: block;
                margin: 20px auto; } }
        .page-data-calculator .data-calculator .content .download-n-subscribe .subscribe-form .mce-error-response, .page-data-calculator .data-calculator .content .download-n-subscribe .subscribe-form .mce-success-response {
          margin: 15px auto;
          max-width: 516px; }

.page-data-calculator .row.footer {
  padding-top: 190px; }
  .page-data-calculator .row.footer footer {
    margin-bottom: 20px; }

.page-data-calculator #android-banner {
  background-image: none;
  background-color: #485277; }
  .page-data-calculator #android-banner a {
    color: #485277; }
  @media screen and (min-width: 360px) {
    .page-data-calculator #android-banner div img {
      margin-left: 16px; }
    .page-data-calculator #android-banner a {
      margin-right: 16px; } }

.page-dictionary h3 {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Open Sans",Arial,sans-serif; }

.page-dictionary .content {
  width: 1311px;
  max-width: 95%;
  margin: 0 auto 100px;
  padding: 88px 161px 88px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.02);
  font-size: 15px;
  line-height: 22px; }
  @media screen and (max-width: 1440px) {
    .page-dictionary .content {
      padding: calc(5.17vw + 13.42px) 6.9% calc(5.17vw + 13.42px);
      margin-bottom: calc(40.85px + 4.1vw); } }
  .page-dictionary .content ul.dictionary {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .page-dictionary .content ul.dictionary li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 55px; }
      @media screen and (max-width: 540px) {
        .page-dictionary .content ul.dictionary li {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .page-dictionary .content ul.dictionary li > div:first-child {
        min-width: 69px; }
        @media screen and (max-width: 540px) {
          .page-dictionary .content ul.dictionary li > div:first-child img {
            display: block;
            margin: 0 auto 20px; } }
      @media screen and (max-width: 540px) {
        .page-dictionary .content ul.dictionary li > div:last-child h3 {
          text-align: center;
          margin-bottom: 20px; } }
      .page-dictionary .content ul.dictionary li > div:last-child p {
        text-align: justify; }

@media screen and (max-width: 480px) {
  .page-file h1 {
    word-break: break-word;
    font-size: 19px; } }

.page-file h2 {
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  padding: 30px 90px 0;
  margin: 22px 0 24px;
  letter-spacing: 0.4px;
  text-align: left; }
  @media screen and (max-width: 1023px) {
    .page-file h2 {
      font-size: calc(14.18px + 0.5681vw);
      padding-top: calc(2.5vw + 16px);
      margin-top: calc(3.4375vw - 11px); } }
  @media screen and (max-width: 960px) {
    .page-file h2 {
      padding-left: 0;
      padding-right: 0; } }

.page-file .content {
  width: 1311px;
  max-width: 95%;
  margin: 0 auto -190px;
  padding: 42px 245px 100px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.02);
  font-size: 17px;
  line-height: 1.76; }
  @media screen and (max-width: 1440px) {
    .page-file .content {
      padding: calc(2.678vw + 11.42px) calc(36.45vw - 280px) calc(5.17vw + 13.42px); } }
  @media screen and (max-width: 960px) {
    .page-file .content {
      padding-right: 4.5%;
      padding-left: 4.5%; } }
  @media screen and (max-width: 768px) {
    .page-file .content {
      font-size: 16px; } }
  .page-file .content img {
    display: block;
    margin: auto; }
  .page-file .content .img-properties {
    margin: 0 auto;
    margin-bottom: 32px;
    text-align: center; }
    .page-file .content .img-properties svg, .page-file .content .img-properties img {
      width: 642px;
      max-width: 100%;
      overflow: auto; }
    .page-file .content .img-properties img {
      margin-bottom: 40px; }
  .page-file .content .process-list {
    width: 50px;
    overflow-x: hidden;
    text-overflow: ellipsis; }
  .page-file .content .img-graph-apps {
    margin: 0 auto;
    margin-bottom: 12px;
    text-align: center; }
    .page-file .content .img-graph-apps svg, .page-file .content .img-graph-apps img {
      width: 699px;
      max-width: 100%;
      overflow: auto; }
    .page-file .content .img-graph-apps img {
      margin-bottom: 30px; }
  .page-file .content p, .page-file .content ul {
    padding: 0 90px; }
    @media screen and (max-width: 960px) {
      .page-file .content p, .page-file .content ul {
        padding: 0 0; } }
  .page-file .content p {
    margin: 0 0 32px; }
  .page-file .content ul {
    margin: 20px 0;
    list-style: none; }
  .page-file .content ul li {
    padding: 10px 0; }
  .page-file .content .glasswire-ad {
    margin: 63px 90px 33px;
    padding: 10px 0 4px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec; }
    @media screen and (max-width: 960px) {
      .page-file .content .glasswire-ad {
        margin-left: 0;
        margin-right: 0; } }
    .page-file .content .glasswire-ad > * {
      padding-left: 0;
      padding-right: 0; }
    .page-file .content .glasswire-ad h2 {
      padding: 0; }
      .page-file .content .glasswire-ad h2 a {
        color: #182f74;
        border-bottom: solid 1px #182f74; }
      .page-file .content .glasswire-ad h2 a:hover {
        color: #2164c2; }
    .page-file .content .glasswire-ad p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 540px) {
        .page-file .content .glasswire-ad p {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      @media screen and (max-width: 540px) {
        .page-file .content .glasswire-ad p span {
          margin: 12px 0 0; } }
      .page-file .content .glasswire-ad p span a {
        font-weight: 600;
        border-bottom: solid 1px #5199ff; }
      .page-file .content .glasswire-ad p span.text {
        margin: 0 32px; }
        @media screen and (max-width: 540px) {
          .page-file .content .glasswire-ad p span.text {
            margin: 32px 0 0; } }
  .page-file .content .download-n-subscribe {
    width: 762px;
    max-width: 95%;
    margin: 72px auto 0;
    padding: 0;
    border-radius: 4px;
    border: solid 1px #e4e4e4;
    line-height: 1.8; }
    @media screen and (max-width: 1024px) {
      .page-file .content .download-n-subscribe {
        margin-top: calc(4.545vw + 25.454px); } }
    .page-file .content .download-n-subscribe .block-logo {
      display: block;
      margin: 0 auto 32px; }
    .page-file .content .download-n-subscribe p {
      padding: 0 7.5%;
      text-align: center; }
    .page-file .content .download-n-subscribe p.download-glasswire {
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 400px) {
        .page-file .content .download-n-subscribe p.download-glasswire {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .page-file .content .download-n-subscribe p.download-glasswire a {
        margin: 0 14px; }
        @media screen and (max-width: 400px) {
          .page-file .content .download-n-subscribe p.download-glasswire a {
            margin: 0 auto 30px; }
            .page-file .content .download-n-subscribe p.download-glasswire a:last-child {
              margin-bottom: 0; } }
    .page-file .content .download-n-subscribe .subscribe-form {
      background-color: #fcfcfc;
      border-top: 1px solid #efefef;
      margin-top: 0;
      padding: 54px 2% 47px; }
      @media screen and (max-width: 1024px) {
        .page-file .content .download-n-subscribe .subscribe-form {
          padding: calc(4.545vw + 25.45px) 2% calc(5.156vw - 2.5px); } }
      .page-file .content .download-n-subscribe .subscribe-form h2 {
        text-align: center;
        margin: 27px 0 0;
        padding: 0;
        letter-spacing: normal; }
      .page-file .content .download-n-subscribe .subscribe-form .form-logo {
        width: 102px;
        display: block;
        margin: 0 auto; }
      .page-file .content .download-n-subscribe .subscribe-form p {
        padding: 0;
        font-size: 15px; }
      .page-file .content .download-n-subscribe .subscribe-form form {
        max-width: 95%;
        margin: 37px auto 0; }
      .page-file .content .download-n-subscribe .subscribe-form .mc-field-group {
        width: 516px;
        max-width: 100%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media screen and (max-width: 480px) {
          .page-file .content .download-n-subscribe .subscribe-form .mc-field-group {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center; } }
        .page-file .content .download-n-subscribe .subscribe-form .mc-field-group .email {
          width: 385px;
          max-width: 100%;
          height: 32px;
          border-radius: 3px;
          border: solid 1px #e4e4e4;
          background-color: #ffffff;
          font-size: 13px;
          margin-right: 16px; }
          @media screen and (max-width: 480px) {
            .page-file .content .download-n-subscribe .subscribe-form .mc-field-group .email {
              display: block;
              margin: 0 auto; } }
        .page-file .content .download-n-subscribe .subscribe-form .mc-field-group .button {
          width: 115px;
          height: 32px;
          border: none;
          border-radius: 3px;
          -webkit-box-shadow: 0 2px 5px 0 rgba(166, 166, 165, 0.18), inset 0 -2px 11px 2px rgba(58, 0, 0, 0.01), inset 0 4px 11px 0 rgba(255, 245, 235, 0.18);
          box-shadow: 0 2px 5px 0 rgba(166, 166, 165, 0.18), inset 0 -2px 11px 2px rgba(58, 0, 0, 0.01), inset 0 4px 11px 0 rgba(255, 245, 235, 0.18);
          background-color: #57f19e;
          color: #ffffff;
          font-size: 12.2px;
          text-transform: uppercase; }
          @media screen and (max-width: 480px) {
            .page-file .content .download-n-subscribe .subscribe-form .mc-field-group .button {
              display: block;
              margin: 20px auto; } }
      .page-file .content .download-n-subscribe .subscribe-form .mce-error-response, .page-file .content .download-n-subscribe .subscribe-form .mce-success-response {
        margin: 15px auto;
        max-width: 516px; }

.page-file .row.footer {
  padding-top: 190px; }

.page-quickstartguide h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 24px 0; }

.page-quickstartguide .main {
  width: 1311px;
  max-width: 95%;
  margin: 0 auto -189px;
  padding: 44px 0 62px;
  border: solid 1px rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff; }
  @media screen and (max-width: 1024px) {
    .page-quickstartguide .main {
      padding: 44px 0 calc(8.8vw - 28.18px); } }
  .page-quickstartguide .main .content {
    margin: 0 auto;
    font-size: 15px;
    line-height: 22px; }
    .page-quickstartguide .main .content ol {
      counter-reset: listCounter;
      padding-left: 0; }
    .page-quickstartguide .main .content ol li {
      list-style: none;
      counter-increment: listCounter;
      margin: 22px 0; }
    .page-quickstartguide .main .content ol li:before {
      content: counter(listCounter);
      color: #00BCC1;
      text-align: center;
      font-size: 12px;
      font-weight: 600;
      line-height: 17px;
      width: 17px;
      height: 17px;
      border-radius: 50%;
      background-color: #92FFEE;
      display: inline-block;
      position: relative;
      top: -1px;
      margin-right: 8px; }
    .page-quickstartguide .main .content .section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: 95.5%;
      margin: 40px auto 107px; }
      @media screen and (max-width: 1024px) {
        .page-quickstartguide .main .content .section {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          margin: calc(5.68vw - 18.18px) auto calc(9.23vw + 12.45px); } }
      .page-quickstartguide .main .content .section .text {
        max-width: 446px;
        margin: 0 50px 0 70px;
        padding-top: 24px; }
        @media screen and (max-width: 1024px) {
          .page-quickstartguide .main .content .section .text {
            width: 90%;
            max-width: unset;
            margin: 0 auto; } }
        .page-quickstartguide .main .content .section .text p {
          margin: 22px 0 10px; }
        .page-quickstartguide .main .content .section .text .tip {
          background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/tip.svg") no-repeat -3px 2px;
          text-indent: 18px; }
      .page-quickstartguide .main .content .section .image {
        width: 638px;
        -ms-flex-item-align: center;
        align-self: center; }
        @media screen and (max-width: 1024px) {
          .page-quickstartguide .main .content .section .image {
            max-width: 90%;
            margin: 0 1%;
            top: unset;
            -ms-flex-item-align: unset;
            align-self: unset; } }
        .page-quickstartguide .main .content .section .image img {
          max-width: 100%; }
          @media screen and (max-width: 1024px) {
            .page-quickstartguide .main .content .section .image img {
              margin: 20px 0 0 0; } }
        .page-quickstartguide .main .content .section .image img.outline-offset {
          position: relative;
          top: -10px; }
          @media screen and (max-width: 1024px) {
            .page-quickstartguide .main .content .section .image img.outline-offset {
              top: unset; } }
      .page-quickstartguide .main .content .section.remote-monitoring .image {
        width: 684px; }
        @media screen and (max-width: 1024px) {
          .page-quickstartguide .main .content .section.remote-monitoring .image img {
            left: unset; } }

.page-quickstartguide .row.footer {
  padding-top: 190px; }

.page-help .content {
  width: 916px;
  max-width: 95%;
  margin: 0 auto;
  padding: 3px 0 62px; }
  @media screen and (max-width: 1024px) {
    .page-help .content {
      padding: 3px 0 calc(8.8vw - 28.18px); } }
  .page-help .content h2 {
    font-weight: 300;
    font-size: 26px;
    line-height: 1;
    color: #383838;
    font-family: 'Open Sans',Arial,sans-serif;
    text-align: left;
    margin: 6px 0 4px; }
    @media screen and (max-width: 780px) {
      .page-help .content h2 {
        text-align: center; } }
  .page-help .content .group {
    margin: 0 auto 30px auto;
    border: solid 1px #e6e7ea;
    background-color: #ffffff; }
  .page-help .content a {
    text-decoration: none;
    padding: 3px 0;
    width: calc(100% - 60px);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #e6e7ea;
    margin-bottom: -1px; }
    .page-help .content a:hover {
      background-color: #f3fffc;
      width: 100%;
      padding: 3px 30px; }
      .page-help .content a:hover::before {
        content: "";
        display: block;
        width: 100%;
        border-top: 1px solid #e6e7ea;
        height: 1px;
        position: absolute;
        top: -1px;
        left: 0;
        right: 0; }
    .page-help .content a:last-child {
      border-bottom: none;
      margin-bottom: initial; }
    @media screen and (max-width: 780px) {
      .page-help .content a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 28px 10px; } }
    .page-help .content a img {
      margin: 30px 26px 26px 0; }
      @media screen and (max-width: 780px) {
        .page-help .content a img {
          margin: 0 0 10px; } }
    .page-help .content a span {
      font-weight: 300;
      font-size: 16px;
      color: #9c9c9c;
      max-width: 95%; }
    .page-help .content a.guickstart {
      width: 100%;
      padding: 3px 0 3px 30px; }
      .page-help .content a.guickstart span {
        width: 473px; }
      .page-help .content a.guickstart:hover {
        padding: 3px 0 3px 30px; }
      @media screen and (max-width: 780px) {
        .page-help .content a.guickstart {
          padding: 28px 10px; } }
    .page-help .content a.rate span {
      width: 606px; }
    .page-help .content a.rate .rating-teaser {
      width: 174px;
      height: 30px;
      display: block;
      float: right;
      background-image: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-star-selected.svg"), url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-star-selected.svg"), url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-star-selected.svg"), url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-star-selected.svg"), url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-star-selected.svg");
      background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
      background-position: 0 center, 36px center, 72px center, 108px center, 144px center; }
  .page-help .content .img-quickstart {
    display: block;
    float: right;
    margin-top: -50px;
    margin-bottom: -28px;
    margin-right: 28px;
    z-index: 1; }
    @media screen and (max-width: 940px) {
      .page-help .content .img-quickstart {
        display: none; } }

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(11px, 0);
    transform: translate(11px, 0); } }

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(11px, 0);
    transform: translate(11px, 0); } }

@-webkit-keyframes pulse {
  0% {
    background-color: rgba(234, 234, 234, 0.5); }
  50% {
    background-color: #eaeaea; }
  100% {
    background-color: rgba(234, 234, 234, 0.5); } }

@keyframes pulse {
  0% {
    background-color: rgba(234, 234, 234, 0.5); }
  50% {
    background-color: #eaeaea; }
  100% {
    background-color: rgba(234, 234, 234, 0.5); } }

.page-hostinfo h1 {
  position: relative;
  margin: 0 auto;
  display: inline-block; }
  .page-hostinfo h1::after {
    content: "BETA";
    display: block;
    position: absolute;
    right: -46px;
    top: -1px;
    font-size: 16px;
    font-weight: 600;
    color: #a6e872; }

.page-hostinfo .header {
  text-align: center; }

.page-hostinfo h2, .page-hostinfo h3 {
  font-family: "Open Sans",Arial,sans-serif; }

.page-hostinfo h2 {
  font-size: 23px;
  font-weight: 700;
  text-align: left;
  margin-top: 10px; }

.page-hostinfo h3 {
  font-size: 13px;
  font-weight: normal;
  color: #a5a5a5;
  text-transform: uppercase; }

.page-hostinfo textarea:focus, .page-hostinfo input:focus {
  outline: none; }

.page-hostinfo input::-webkit-input-placeholder {
  opacity: 0.5; }

.page-hostinfo input::-moz-placeholder {
  opacity: 0.5; }

.page-hostinfo input:-ms-input-placeholder {
  opacity: 0.5; }

.page-hostinfo input::-ms-input-placeholder {
  opacity: 0.5; }

.page-hostinfo input::placeholder {
  opacity: 0.5; }

.page-hostinfo .row.intro {
  min-height: 160px; }

.page-hostinfo .query {
  display: block;
  width: 100%;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  padding: 9px 10px 9px 35px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-search.svg") no-repeat 2px 25px; }

.page-hostinfo .button.upgrade {
  width: 151px;
  height: 34px;
  border-radius: 2px;
  background-color: #57f19e;
  -webkit-box-shadow: 0 2px 6px 0 rgba(166, 166, 165, 0.18), inset 0 -2px 14px 2px rgba(58, 0, 0, 0.01), inset 0 5px 14px 0 rgba(255, 245, 235, 0.18);
  box-shadow: 0 2px 6px 0 rgba(166, 166, 165, 0.18), inset 0 -2px 14px 2px rgba(58, 0, 0, 0.01), inset 0 5px 14px 0 rgba(255, 245, 235, 0.18);
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 34px; }

.page-hostinfo .loading .lds-ellipsis {
  margin: 0 auto;
  position: relative;
  width: 30px; }
  .page-hostinfo .loading .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d8d8d8;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0); }
  .page-hostinfo .loading .lds-ellipsis div:nth-child(1) {
    left: 0px;
    -webkit-animation: lds-ellipsis1 0.6s infinite;
    animation: lds-ellipsis1 0.6s infinite; }
  .page-hostinfo .loading .lds-ellipsis div:nth-child(2) {
    left: 0px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite; }
  .page-hostinfo .loading .lds-ellipsis div:nth-child(3) {
    left: 11px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite; }
  .page-hostinfo .loading .lds-ellipsis div:nth-child(4) {
    left: 22px;
    -webkit-animation: lds-ellipsis3 0.6s infinite;
    animation: lds-ellipsis3 0.6s infinite; }

.page-hostinfo .hostinfo {
  width: 1311px;
  min-height: 680px;
  max-width: 95%;
  margin: 0 auto -190px;
  padding: 48px 0 88px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.02); }
  .page-hostinfo .hostinfo .content {
    margin: 0 auto;
    width: 986px;
    max-width: 92%; }
  .page-hostinfo .hostinfo .wrapper {
    position: relative; }
    .page-hostinfo .hostinfo .wrapper .loading {
      display: block;
      position: absolute;
      top: -79px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 60px;
      height: 60px;
      border-radius: 30px;
      background-color: #ffffff;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
      .page-hostinfo .hostinfo .wrapper .loading.shown {
        display: block; }

.page-hostinfo .result {
  margin-top: 38px;
  font-size: 13px; }
  .page-hostinfo .result .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .page-hostinfo .result .info .main {
      width: 360px;
      min-width: 252px;
      padding: 29px 0 20px;
      margin-right: 32px;
      font-weight: 600; }
      .page-hostinfo .result .info .main > div {
        padding: 6px 0 6px 36px;
        line-height: 1.4;
        word-wrap: break-word;
        background-repeat: no-repeat;
        background-position: 0 3px; }
      .page-hostinfo .result .info .main .redirect-to, .page-hostinfo .result .info .main .redirect-from {
        background-image: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ico-redirects.svg"); }
      .page-hostinfo .result .info .main .hosttype {
        background-image: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ico-nameserver.svg"); }
      .page-hostinfo .result .info .main .umbrella-rank {
        background-image: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ico-umbrella-rank.svg"); }
        .page-hostinfo .result .info .main .umbrella-rank span {
          color: #9be645; }
      .page-hostinfo .result .info .main .ssl {
        background-image: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ico-ssl.svg"); }
      .page-hostinfo .result .info .main > div.geo-org {
        padding-left: 0;
        background: none; }
        .page-hostinfo .result .info .main > div.geo-org img.country {
          vertical-align: middle;
          display: inline-block;
          margin-right: 12px; }
      .page-hostinfo .result .info .main .whois-contact {
        background-image: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ico-contact.svg"); }
        .page-hostinfo .result .info .main .whois-contact span {
          color: #cccccc; }
    .page-hostinfo .result .info .timestamps {
      padding: 27px 32px;
      background-color: #f9f9f9;
      display: table;
      width: 540px;
      min-width: 252px; }
      .page-hostinfo .result .info .timestamps > div {
        display: table-row;
        width: auto;
        clear: both; }
        @media screen and (max-width: 640px) {
          .page-hostinfo .result .info .timestamps > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-bottom: 10px; } }
        .page-hostinfo .result .info .timestamps > div span {
          display: table-cell;
          padding: 6px 0;
          width: 33%; }
          @media screen and (max-width: 640px) {
            .page-hostinfo .result .info .timestamps > div span {
              width: 100%; } }
        .page-hostinfo .result .info .timestamps > div span:first-child {
          font-weight: 600;
          width: 38%; }
        .page-hostinfo .result .info .timestamps > div span:last-child {
          width: 25%;
          color: rgba(0, 0, 0, 0.4);
          white-space: nowrap; }
    .page-hostinfo .result .info .timestamps-placeholder {
      min-height: 50px;
      width: 540px;
      min-width: 252px; }
    .page-hostinfo .result .info .risk {
      width: 360px;
      min-width: 252px;
      padding: 18px 0;
      margin-right: 32px; }
      .page-hostinfo .result .info .risk .none::before, .page-hostinfo .result .info .risk .unknown::before {
        background-color: #a2f8b3; }
      .page-hostinfo .result .info .risk .low::before {
        background-color: #ffeb3b; }
      .page-hostinfo .result .info .risk .medium::before {
        background-color: #ffd37f; }
      .page-hostinfo .result .info .risk .high::before {
        background-color: #c00; }
      .page-hostinfo .result .info .risk .overall-risk {
        padding-left: 36px;
        margin-bottom: 7px;
        position: relative;
        font-weight: 600;
        line-height: 2.0; }
        .page-hostinfo .result .info .risk .overall-risk::before {
          content: "";
          display: inline-block;
          width: 18px;
          height: 18px;
          left: 2px;
          top: 3px;
          position: absolute;
          border-radius: 18px; }
        .page-hostinfo .result .info .risk .overall-risk:first-letter {
          text-transform: uppercase; }
      .page-hostinfo .result .info .risk .riskfactor {
        padding: 6px 0 5px 60px;
        position: relative;
        line-height: 1.36;
        font-size: 12px; }
        .page-hostinfo .result .info .risk .riskfactor::first-letter {
          text-transform: uppercase; }
        .page-hostinfo .result .info .risk .riskfactor::before {
          content: "";
          display: inline-block;
          width: 12px;
          height: 12px;
          left: 40px;
          top: 8px;
          position: absolute;
          border-radius: 12px; }
      .page-hostinfo .result .info .risk .virustotal {
        margin-top: 36px;
        padding-left: 36px;
        position: relative;
        font-weight: 600;
        background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ico-virustotal.svg") no-repeat -1px -3px; }
    .page-hostinfo .result .info .attributes {
      padding: 3px 28px 32px;
      width: 540px;
      min-width: 252px; }
      .page-hostinfo .result .info .attributes h2 {
        margin-bottom: 24px; }
      .page-hostinfo .result .info .attributes > div {
        margin-top: 0; }
        .page-hostinfo .result .info .attributes > div h3 {
          margin: 10px 0 6px; }
        .page-hostinfo .result .info .attributes > div div {
          font-weight: 600;
          border-radius: 12px;
          background-color: #eeeeee;
          display: inline-block;
          padding: 3px 12px;
          margin: 0 8px 8px 0; }

.page-hostinfo .properties {
  margin: 58px 0 0;
  padding: 0 4px; }
  .page-hostinfo .properties .properties-tabs {
    margin: 26px 0;
    /* padding compensation */
    padding: 0;
    list-style: none; }
    .page-hostinfo .properties .properties-tabs li {
      display: inline-block;
      padding: 6px 24px;
      color: #5199ff;
      font-weight: 600;
      cursor: pointer;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .page-hostinfo .properties .properties-tabs li {
          margin: 4px 0; } }
    .page-hostinfo .properties .properties-tabs li.active {
      border-radius: 3px;
      background-color: #eeeeee;
      color: #4a4a4a; }
  .page-hostinfo .properties .tab-data {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 -4px; }
  .page-hostinfo .properties .tab-data > div {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .page-hostinfo .properties .tab-data > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .page-hostinfo .properties .tab-data > div.historical {
      background-color: #fff7f7; }
      .page-hostinfo .properties .tab-data > div.historical .name {
        color: #ff6074; }
    .page-hostinfo .properties .tab-data > div .timestamp {
      margin-top: 8px; }
    .page-hostinfo .properties .tab-data > div .timestamp, .page-hostinfo .properties .tab-data > div .value {
      color: rgba(0, 0, 0, 0.4); }
    .page-hostinfo .properties .tab-data > div > div {
      padding: 6px 22px; }
      @media screen and (max-width: 768px) {
        .page-hostinfo .properties .tab-data > div > div {
          padding: 4px 10px; } }
    .page-hostinfo .properties .tab-data > div > div:first-child {
      min-width: 130px;
      width: 20%;
      line-height: 1.3; }
      @media screen and (max-width: 768px) {
        .page-hostinfo .properties .tab-data > div > div:first-child {
          width: 100%; } }
    .page-hostinfo .properties .tab-data > div > div:last-child {
      word-wrap: break-word;
      width: 80%; }
      @media screen and (max-width: 768px) {
        .page-hostinfo .properties .tab-data > div > div:last-child {
          width: 100%; } }

.page-hostinfo .error {
  margin: 74px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 636px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .page-hostinfo .error div {
    margin: 97px auto 0;
    width: 560px;
    max-width: 85%;
    position: relative;
    vertical-align: middle; }
    .page-hostinfo .error div h2 {
      text-align: center; }
    .page-hostinfo .error div p {
      text-align: center;
      font-size: 16px;
      font-weight: 600;
      color: rgba(0, 0, 0, 0.3); }
    .page-hostinfo .error div::before {
      content: "";
      display: block;
      height: 94px;
      width: 87px;
      background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-warn-exclamation.svg") no-repeat 0 center;
      position: absolute;
      top: -97px;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .page-hostinfo .error.private-ip div h2 {
    margin-top: 0; }
  .page-hostinfo .error.private-ip div::before {
    background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ico-lock.svg") no-repeat 0 center; }

.page-hostinfo .buy-banner {
  border-radius: 4px;
  border: solid 1px #e4e4e4;
  position: relative;
  background-color: #fcfcfc;
  margin-top: 31px;
  padding: 0; }
  .page-hostinfo .buy-banner .buy-block {
    padding: 38px 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      .page-hostinfo .buy-banner .buy-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 43px 0; } }
    @media screen and (max-width: 1024px) {
      .page-hostinfo .buy-banner .buy-block > div {
        margin: 20px 0; } }
    .page-hostinfo .buy-banner .buy-block .upgrade-text {
      font-size: 15px;
      padding: 0 32px 0 25px;
      margin: 0;
      line-height: 1.38; }
      @media screen and (max-width: 1024px) {
        .page-hostinfo .buy-banner .buy-block .upgrade-text {
          padding: 0 10%;
          text-align: center; } }

.page-hostinfo .result-placeholder {
  margin: 74px auto; }
  .page-hostinfo .result-placeholder .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .page-hostinfo .result-placeholder .info .main {
      width: 380px;
      min-width: 252px;
      margin-bottom: 40px; }
      .page-hostinfo .result-placeholder .info .main div {
        border-radius: 17.5px;
        background-color: #eaeaea;
        margin: 12px 0 0;
        height: 16px;
        width: 231px;
        max-width: 90%;
        -webkit-animation: pulse 1s infinite ease-in-out;
        animation: pulse 1s infinite ease-in-out; }
        .page-hostinfo .result-placeholder .info .main div:nth-child(2) {
          width: 200px; }
        .page-hostinfo .result-placeholder .info .main div:nth-child(3) {
          width: 300px; }
        .page-hostinfo .result-placeholder .info .main div:nth-child(5) {
          margin: 34px 0 27px;
          width: 281px;
          height: 127px; }
    .page-hostinfo .result-placeholder .info .timestamps {
      width: 455px;
      min-width: 252px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .page-hostinfo .result-placeholder .info .timestamps > div {
        margin: 12px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .page-hostinfo .result-placeholder .info .timestamps > div div {
          border-radius: 17.5px;
          background-color: #eaeaea;
          height: 16px;
          margin-bottom: 20px;
          max-width: 100%;
          -webkit-animation: pulse 1s infinite ease-in-out;
          animation: pulse 1s infinite ease-in-out; }
        .page-hostinfo .result-placeholder .info .timestamps > div:first-child {
          width: 203px;
          max-width: 38%; }
          .page-hostinfo .result-placeholder .info .timestamps > div:first-child div {
            width: 121px; }
            .page-hostinfo .result-placeholder .info .timestamps > div:first-child div:nth-child(2) {
              width: 151px; }
            .page-hostinfo .result-placeholder .info .timestamps > div:first-child div:nth-child(4) {
              width: 91px; }
            .page-hostinfo .result-placeholder .info .timestamps > div:first-child div:nth-child(5) {
              width: 101px; }
        .page-hostinfo .result-placeholder .info .timestamps > div:last-child {
          max-width: 58%; }
          .page-hostinfo .result-placeholder .info .timestamps > div:last-child div {
            width: 200px; }
            .page-hostinfo .result-placeholder .info .timestamps > div:last-child div:nth-child(2) {
              width: 150px; }
            .page-hostinfo .result-placeholder .info .timestamps > div:last-child div:nth-child(3) {
              width: 190px; }
            .page-hostinfo .result-placeholder .info .timestamps > div:last-child div:nth-child(4) {
              width: 240px; }
            .page-hostinfo .result-placeholder .info .timestamps > div:last-child div:nth-child(5) {
              width: 140px; }
            .page-hostinfo .result-placeholder .info .timestamps > div:last-child div:nth-child(6) {
              width: 230px; }
    .page-hostinfo .result-placeholder .info .risk {
      width: 380px;
      min-width: 252px; }
      .page-hostinfo .result-placeholder .info .risk div {
        border-radius: 17.5px;
        background-color: #eaeaea;
        margin: 12px 0;
        height: 16px;
        width: 139px;
        -webkit-animation: pulse 1s infinite ease-in-out;
        animation: pulse 1s infinite ease-in-out; }
        .page-hostinfo .result-placeholder .info .risk div:nth-child(1) {
          margin: 31px 0 52px;
          height: 35px;
          width: 231px; }
        .page-hostinfo .result-placeholder .info .risk div:nth-child(3) {
          width: 170px; }
        .page-hostinfo .result-placeholder .info .risk div:nth-child(4) {
          width: 180px;
          margin-top: 62px; }

.page-hostinfo .row.footer {
  padding-top: 190px; }

.page-processes .header p.description {
  color: rgba(74, 74, 74, 0.5);
  margin-top: 9px; }

.page-processes h2 {
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  padding: 32px 90px 0;
  margin: 22px 0 24px;
  letter-spacing: 0.4px;
  text-align: left; }
  @media screen and (max-width: 1023px) {
    .page-processes h2 {
      font-size: calc(14.18px + 0.5681vw);
      padding-top: calc(2.5vw + 16px);
      margin-top: calc(3.4375vw - 11px); } }
  @media screen and (max-width: 960px) {
    .page-processes h2 {
      padding-left: 0;
      padding-right: 0; } }

.page-processes h3 {
  font-size: 17px;
  font-weight: 600;
  font-family: "Open Sans", Arial, sans-serif;
  text-align: center;
  width: 640px;
  max-width: 90%;
  margin: 0 auto;
  line-height: 1.76; }

.page-processes .content {
  width: 1311px;
  max-width: 95%;
  margin: 0 auto -190px;
  padding: 50px 245px 188px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.02);
  font-size: 17px;
  line-height: 1.76; }
  @media screen and (max-width: 1440px) {
    .page-processes .content {
      padding: calc(2.678vw + 11.42px) calc(36.45vw - 280px) calc(5.17vw + 13.42px); } }
  @media screen and (max-width: 960px) {
    .page-processes .content {
      padding-right: 4.5%;
      padding-left: 4.5%; } }
  @media screen and (max-width: 768px) {
    .page-processes .content {
      font-size: 16px; } }
  .page-processes .content p, .page-processes .content ul {
    padding: 0 90px; }
    @media screen and (max-width: 960px) {
      .page-processes .content p, .page-processes .content ul {
        padding: 0 0; } }
  .page-processes .content p {
    margin: 0 0 32px; }
    .page-processes .content p b {
      font-weight: 600; }
  .page-processes .content i {
    font-weight: 600; }
  .page-processes .content ul.contents {
    margin: 44px 0 20px;
    list-style: none; }
    .page-processes .content ul.contents li {
      line-height: 2.36; }
  .page-processes .content ul.processes {
    margin: 30px 0 20px;
    list-style: none; }
    .page-processes .content ul.processes li {
      line-height: 1.8; }
  .page-processes .content img.content-wide {
    max-width: 100%;
    display: block;
    margin: 32px auto; }
    .page-processes .content img.content-wide.main {
      margin: 42px auto; }
    .page-processes .content img.content-wide.network-activity {
      position: relative;
      max-width: unset;
      left: -17px;
      margin-bottom: 0; }
      @media screen and (max-width: 960px) {
        .page-processes .content img.content-wide.network-activity {
          max-width: 100%; } }
      @media screen and (max-width: 768px) {
        .page-processes .content img.content-wide.network-activity {
          left: unset; } }
  .page-processes .content .row.footer {
    padding-top: 190px; }
  .page-processes .content .download-n-marks {
    margin: 6px auto 60px;
    position: relative; }
    .page-processes .content .download-n-marks p.download-for-windows {
      margin: 24px 0;
      text-align: center; }
      .page-processes .content .download-n-marks p.download-for-windows a {
        display: inline-block;
        margin-right: 24px; }
        @media screen and (max-width: 480px) {
          .page-processes .content .download-n-marks p.download-for-windows a {
            margin-right: 12px; } }
        .page-processes .content .download-n-marks p.download-for-windows a:last-child {
          margin-right: 0; }
    .page-processes .content .download-n-marks .trust-marks {
      max-width: 762px;
      margin: 0 auto;
      padding: 22px 17px 45px 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
      @media screen and (max-width: 768px) {
        .page-processes .content .download-n-marks .trust-marks {
          padding-right: 3%;
          padding-left: 3%; } }
      .page-processes .content .download-n-marks .trust-marks div {
        width: 25%;
        text-align: center;
        font-size: 11px;
        color: rgba(0, 0, 0, 0.5);
        margin: 0 0 24px;
        padding: 0 0; }
        @media screen and (max-width: 960px) {
          .page-processes .content .download-n-marks .trust-marks div {
            width: 50%; } }
        @media screen and (max-width: 540px) {
          .page-processes .content .download-n-marks .trust-marks div {
            width: 100%; } }
        .page-processes .content .download-n-marks .trust-marks div span {
          display: block;
          margin: 0 auto;
          max-width: 170px;
          text-align: center;
          line-height: 1.5; }
        .page-processes .content .download-n-marks .trust-marks div > img {
          display: block;
          margin: 13px auto 8px; }
        .page-processes .content .download-n-marks .trust-marks div .img_stars {
          display: block;
          margin: -1px auto 3px; }
        .page-processes .content .download-n-marks .trust-marks div.lifehacker img {
          height: 18px; }
        .page-processes .content .download-n-marks .trust-marks div.fastcompany span {
          max-width: 150px; }
        .page-processes .content .download-n-marks .trust-marks div.networkworld span {
          max-width: 150px; }
    .page-processes .content .download-n-marks div.bottom-border {
      height: 0;
      width: 640px;
      max-width: 85%;
      margin: 0 auto;
      border-bottom: solid 1px #ececec;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  .page-processes .content .download-n-subscribe {
    width: 762px;
    max-width: 95%;
    margin: 106px auto 0;
    padding: 0 0;
    border-radius: 4px;
    border: solid 1px #e4e4e4;
    line-height: 1.8; }
    .page-processes .content .download-n-subscribe .graph-ui {
      display: block;
      position: relative;
      margin: -48px auto 0;
      max-width: 90%; }
      @media screen and (max-width: 640px) {
        .page-processes .content .download-n-subscribe .graph-ui {
          margin-top: -7.5vw; } }
    .page-processes .content .download-n-subscribe p {
      padding: 0 7.5%;
      text-align: center; }
      .page-processes .content .download-n-subscribe p.try-glasswire-text {
        position: relative;
        margin-top: -8px; }
    .page-processes .content .download-n-subscribe p.download-glasswire {
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 400px) {
        .page-processes .content .download-n-subscribe p.download-glasswire {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .page-processes .content .download-n-subscribe p.download-glasswire a {
        margin: 0 14px; }
        @media screen and (max-width: 400px) {
          .page-processes .content .download-n-subscribe p.download-glasswire a {
            margin: 0 auto 30px; }
            .page-processes .content .download-n-subscribe p.download-glasswire a:last-child {
              margin-bottom: 0; } }
    .page-processes .content .download-n-subscribe .download-block .button.download {
      width: 294px;
      height: 56px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 34px; }
      @media screen and (max-width: 500px) {
        .page-processes .content .download-n-subscribe .download-block .button.download {
          max-width: 90%;
          min-width: 210px;
          padding: 0 15px; } }
      @media screen and (max-width: 320px) {
        .page-processes .content .download-n-subscribe .download-block .button.download {
          max-width: 94%; } }
      .page-processes .content .download-n-subscribe .download-block .button.download span {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase; }
        @media screen and (max-width: 500px) {
          .page-processes .content .download-n-subscribe .download-block .button.download span {
            font-size: calc(11px + 1vw); } }
        @media screen and (max-width: 320px) {
          .page-processes .content .download-n-subscribe .download-block .button.download span {
            font-size: calc(10px + 1vw); } }
      .page-processes .content .download-n-subscribe .download-block .button.download img {
        vertical-align: middle; }
    .page-processes .content .download-n-subscribe .download-block .downloads {
      font-size: 10px;
      letter-spacing: -0.1px;
      color: rgba(0, 0, 0, 0.3);
      width: 280px;
      max-width: 95%;
      margin: 16px auto 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      visibility: hidden; }
      @media screen and (max-width: 500px) {
        .page-processes .content .download-n-subscribe .download-block .downloads {
          display: none; } }
      .page-processes .content .download-n-subscribe .download-block .downloads #download-counter {
        display: inline-block; }
        .page-processes .content .download-n-subscribe .download-block .downloads #download-counter span {
          width: 10px;
          display: inline-block;
          line-height: 100%;
          position: relative;
          height: 11px;
          overflow: hidden;
          margin: 0 1px 0 0; }
          .page-processes .content .download-n-subscribe .download-block .downloads #download-counter span i {
            display: inline-block;
            height: 11px;
            width: 10px;
            text-align: center;
            font-size: 9px;
            font-style: normal;
            font-weight: 600;
            line-height: 11px;
            border-radius: 1.5px;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.2);
            -webkit-transition: .5s;
            transition: .5s;
            will-change: transform;
            position: absolute;
            -webkit-transform: translateY(0);
            transform: translateY(0); }
          .page-processes .content .download-n-subscribe .download-block .downloads #download-counter span i.prev {
            -webkit-transform: translateY(-12px);
            transform: translateY(-12px); }
          .page-processes .content .download-n-subscribe .download-block .downloads #download-counter span i.next {
            -webkit-transform: translateY(12px);
            transform: translateY(12px); }
          .page-processes .content .download-n-subscribe .download-block .downloads #download-counter span i.hidden {
            -webkit-transition: 0s !important;
            transition: 0s !important;
            display: none; }
        .page-processes .content .download-n-subscribe .download-block .downloads #download-counter sub {
          font-size: 10px;
          position: relative;
          bottom: -1px;
          margin: 0 1px 0 0.5px; }
    .page-processes .content .download-n-subscribe .subscribe-form {
      background-color: #fcfcfc;
      border-top: 1px solid #efefef;
      margin-top: 37px;
      padding: 72px 2% 47px; }
      @media screen and (max-width: 1024px) {
        .page-processes .content .download-n-subscribe .subscribe-form {
          padding: calc(4.545vw + 25.45px) 2% calc(5.156vw - 2.5px);
          margin-top: calc(2.272vw + 38.727px); } }
      .page-processes .content .download-n-subscribe .subscribe-form h2 {
        text-align: center;
        margin: 27px 0 0;
        padding: 0;
        letter-spacing: normal; }
      .page-processes .content .download-n-subscribe .subscribe-form .form-logo {
        width: 102px;
        display: block;
        margin: 0 auto; }
      .page-processes .content .download-n-subscribe .subscribe-form p {
        padding: 0;
        font-size: 15px; }
      .page-processes .content .download-n-subscribe .subscribe-form form {
        max-width: 95%;
        margin: 37px auto 0; }
      .page-processes .content .download-n-subscribe .subscribe-form .mc-field-group {
        width: 516px;
        max-width: 100%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media screen and (max-width: 480px) {
          .page-processes .content .download-n-subscribe .subscribe-form .mc-field-group {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center; } }
        .page-processes .content .download-n-subscribe .subscribe-form .mc-field-group .email {
          width: 385px;
          max-width: 100%;
          height: 32px;
          border-radius: 3px;
          border: solid 1px #e4e4e4;
          background-color: #ffffff;
          font-size: 13px;
          margin-right: 16px; }
          @media screen and (max-width: 480px) {
            .page-processes .content .download-n-subscribe .subscribe-form .mc-field-group .email {
              display: block;
              margin: 0 auto; } }
        .page-processes .content .download-n-subscribe .subscribe-form .mc-field-group .button {
          width: 115px;
          height: 32px;
          border: none;
          border-radius: 3px;
          -webkit-box-shadow: 0 2px 5px 0 rgba(166, 166, 165, 0.18), inset 0 -2px 11px 2px rgba(58, 0, 0, 0.01), inset 0 4px 11px 0 rgba(255, 245, 235, 0.18);
          box-shadow: 0 2px 5px 0 rgba(166, 166, 165, 0.18), inset 0 -2px 11px 2px rgba(58, 0, 0, 0.01), inset 0 4px 11px 0 rgba(255, 245, 235, 0.18);
          background-color: #57f19e;
          color: #ffffff;
          font-size: 12.2px;
          text-transform: uppercase; }
          @media screen and (max-width: 480px) {
            .page-processes .content .download-n-subscribe .subscribe-form .mc-field-group .button {
              display: block;
              margin: 20px auto; } }
      .page-processes .content .download-n-subscribe .subscribe-form .mce-error-response, .page-processes .content .download-n-subscribe .subscribe-form .mce-success-response {
        margin: 15px auto;
        max-width: 516px; }

.page-processes .row.footer {
  padding-top: 190px; }

.page-rating h2 {
  font: 600 20px "Open Sans", Arial, sans-serif;
  color: #4a4a4a;
  text-align: center;
  margin: 20px auto 4px;
  width: 286px;
  max-width: 95%; }

.page-rating label {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.53;
  margin: 62px 1px 12px; }

.page-rating .feedback-form textarea, .page-rating .feedback-form input[type="email"] {
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  font-size: 18px;
  display: block;
  background-color: #fcfcfc; }

.page-rating .feedback-form textarea {
  width: 100%;
  height: 174px;
  padding: 17px 21px; }
  .page-rating .feedback-form textarea::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.4); }
  .page-rating .feedback-form textarea::-moz-placeholder {
    font-weight: 300;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.4); }
  .page-rating .feedback-form textarea:-ms-input-placeholder {
    font-weight: 300;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.4); }
  .page-rating .feedback-form textarea::-ms-input-placeholder {
    font-weight: 300;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.4); }
  .page-rating .feedback-form textarea::placeholder {
    font-weight: 300;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.4); }

.page-rating .feedback-form .email-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 640px) {
    .page-rating .feedback-form .email-field {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .page-rating .feedback-form .email-field input[type="email"] {
    width: 358px;
    height: 40px;
    max-width: 100%;
    padding: 6px 12px; }
  .page-rating .feedback-form .email-field span {
    font-size: 12px;
    line-height: 1.5;
    width: 169px;
    margin: 0 19px; }
    @media screen and (max-width: 640px) {
      .page-rating .feedback-form .email-field span {
        padding: 0;
        margin: 6px 0;
        width: initial; } }

.page-rating .feedback-form .buttons {
  margin-top: 66px; }
  @media screen and (max-width: 480px) {
    .page-rating .feedback-form .buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .page-rating .feedback-form .buttons .btn-send {
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(166, 166, 165, 0.18), inset 0 -2px 14px 2px rgba(58, 0, 0, 0.01), inset 0 5px 14px 0 rgba(255, 245, 235, 0.18);
    box-shadow: 0 2px 6px 0 rgba(166, 166, 165, 0.18), inset 0 -2px 14px 2px rgba(58, 0, 0, 0.01), inset 0 5px 14px 0 rgba(255, 245, 235, 0.18);
    background-color: #5199ff;
    color: #ffffff;
    padding: 12px 49px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }
    .page-rating .feedback-form .buttons .btn-send:active {
      border: none; }
  .page-rating .feedback-form .buttons .link-cancel {
    color: #5199ff;
    background: none;
    margin: 0 20px;
    padding: 12px 15px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap; }
    @media screen and (max-width: 480px) {
      .page-rating .feedback-form .buttons .link-cancel {
        margin-top: 30px; } }

.page-rating .rating {
  font-size: 0; }
  .page-rating .rating .star {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 36px;
    height: 30px;
    background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-star-default.svg") no-repeat center center;
    cursor: pointer;
    vertical-align: middle; }
  .page-rating .rating .star.selected {
    background-image: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-star-selected.svg"); }

.page-rating .content {
  width: 1311px;
  max-width: 95%;
  margin: 0 auto 100px;
  padding: 93px 161px 120px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  background-color: #ffffff;
  position: relative; }
  @media screen and (max-width: 1440px) {
    .page-rating .content {
      padding: 93px 9.4% 120px; } }
  @media screen and (max-width: 1024px) {
    .page-rating .content {
      margin: 0 auto calc(34.5px + 6.39vw);
      padding: calc(48.9px + 5.96vw) 5% calc(12.78vw - 10.9px); } }
  .page-rating .content .rating-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 480px) {
      .page-rating .content .rating-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .page-rating .content .rating-row label {
      margin: 0 24px 0 0;
      line-height: 30px;
      white-space: nowrap; }
      @media screen and (max-width: 480px) {
        .page-rating .content .rating-row label {
          margin-right: 0; } }
    .page-rating .content .rating-row .rating {
      white-space: nowrap; }

.page-uninstall .content .download-latest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 70px;
  text-align: center; }
  @media screen and (max-width: 920px) {
    .page-uninstall .content .download-latest {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .page-uninstall .content .download-latest > div {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    padding: 33px 0 16px;
    text-align: center; }
    @media screen and (max-width: 920px) {
      .page-uninstall .content .download-latest > div {
        width: 100%; } }
  .page-uninstall .content .download-latest .download-full-wrapper p {
    max-width: 80%;
    margin: 24px auto;
    text-align: center;
    font-size: 14px;
    line-height: 1.57; }
    @media screen and (max-width: 1024px) {
      .page-uninstall .content .download-latest .download-full-wrapper p {
        max-width: 90%; } }
    .page-uninstall .content .download-latest .download-full-wrapper p b {
      font-weight: 600; }
  .page-uninstall .content .download-latest .download-full-wrapper .icon-wrapper {
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -64px auto 0;
    background-color: #fff; }

.page-resources {
  /*
    .row.intro {
        min-height: 177px;
        @media screen and (max-width: 767px) {
            min-height: unset;
        }
    }
*/ }
  .page-resources h2 {
    font-family: inherit;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    padding: 40px 90px 0;
    margin: 22px 0 24px;
    letter-spacing: 0.4px;
    text-align: left; }
    @media screen and (max-width: 1023px) {
      .page-resources h2 {
        font-size: calc(14.18px + 0.5681vw);
        padding-top: calc(2.5vw + 16px);
        margin-top: calc(3.4375vw - 11px); } }
    @media screen and (max-width: 960px) {
      .page-resources h2 {
        padding-left: 0;
        padding-right: 0; } }
  .page-resources .trust-marks {
    max-width: 762px;
    margin: 0 auto 31px;
    padding: 22px 17px 6px 12px;
    border-radius: 4px;
    border: solid 1px #e4e4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .page-resources .trust-marks {
        padding-right: 3%;
        padding-left: 3%; } }
    .page-resources .trust-marks div {
      width: 25%;
      text-align: center;
      font-size: 11px;
      color: rgba(0, 0, 0, 0.5);
      margin: 0 0 24px;
      padding: 0 0; }
      @media screen and (max-width: 960px) {
        .page-resources .trust-marks div {
          width: 50%; } }
      @media screen and (max-width: 540px) {
        .page-resources .trust-marks div {
          width: 100%; } }
      .page-resources .trust-marks div span {
        display: block;
        margin: 0 auto;
        max-width: 170px;
        text-align: center;
        line-height: 1.5; }
      .page-resources .trust-marks div > img {
        display: block;
        margin: 13px auto 8px; }
      .page-resources .trust-marks div .img_stars {
        display: block;
        margin: -1px auto 3px; }
      .page-resources .trust-marks div.lifehacker img {
        height: 18px; }
      .page-resources .trust-marks div.fastcompany span {
        max-width: 150px; }
      .page-resources .trust-marks div.networkworld span {
        max-width: 150px; }
      .page-resources .trust-marks div.slashgear img {
        height: 26px;
        margin: 16px auto 10px; }
      .page-resources .trust-marks div.droidlife img {
        height: 28px;
        margin: 13px auto 8px; }
      .page-resources .trust-marks div.the-daily-dot img {
        height: 28px;
        margin: 14px auto 10px; }
      .page-resources .trust-marks div.the-daily-dot span {
        max-width: 150px; }
      .page-resources .trust-marks div.androidauth img {
        height: 24px;
        margin: 0 auto 10px; }
      .page-resources .trust-marks div.androidauth span {
        max-width: 150px; }
  .page-resources .content {
    width: 1311px;
    max-width: 95%;
    margin: 0 auto -190px;
    padding: 50px 245px 88px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px rgba(0, 0, 0, 0.02);
    font-size: 17px;
    line-height: 1.76; }
    @media screen and (max-width: 1440px) {
      .page-resources .content {
        padding: calc(2.678vw + 11.42px) calc(36.45vw - 280px) calc(5.17vw + 13.42px); } }
    @media screen and (max-width: 960px) {
      .page-resources .content {
        padding-right: 4.5%;
        padding-left: 4.5%; } }
    @media screen and (max-width: 768px) {
      .page-resources .content {
        font-size: 16px; } }
    .page-resources .content p, .page-resources .content aside, .page-resources .content ul, .page-resources .content ol {
      padding: 0 90px; }
      @media screen and (max-width: 960px) {
        .page-resources .content p, .page-resources .content aside, .page-resources .content ul, .page-resources .content ol {
          padding: 0 0; } }
    .page-resources .content ol {
      list-style-position: inside;
      padding: 0 90px 0 105px; }
      @media screen and (max-width: 768px) {
        .page-resources .content ol {
          padding: 0 0 0 10px; } }
    .page-resources .content ol li {
      margin-bottom: 20px; }
    .page-resources .content ol.bottom-border li:last-child {
      border-bottom: 1px solid lightgrey;
      padding-bottom: 24px; }
    .page-resources .content p {
      margin: 0 0 32px; }
    .page-resources .content ul.contents {
      margin: 20px 0;
      list-style: none; }
    .page-resources .content ul.contents li {
      padding-bottom: 12px; }
    .page-resources .content img.content-wide {
      max-width: 100%;
      display: block;
      margin: 32px auto; }
      .page-resources .content img.content-wide.main {
        margin-bottom: 42px; }
    .page-resources .content img.content-wider-10 {
      max-width: 120%;
      display: block;
      margin: 32px -10%; }
      @media screen and (max-width: 960px) {
        .page-resources .content img.content-wider-10 {
          max-width: 100%;
          margin: 32px auto; } }
    .page-resources .content .row.footer {
      padding-top: 190px; }
    .page-resources .content p.download-glasswire {
      margin: 24px 0; }
      .page-resources .content p.download-glasswire a {
        display: inline-block;
        margin-right: 24px; }
        @media screen and (max-width: 480px) {
          .page-resources .content p.download-glasswire a {
            margin-right: 12px; } }
        .page-resources .content p.download-glasswire a img {
          width: 115px; }
        .page-resources .content p.download-glasswire a:last-child {
          margin-right: 0; }
    .page-resources .content .side-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .page-resources .content .side-image .text {
        width: 50%;
        line-height: 1.8; }
        @media screen and (max-width: 800px) {
          .page-resources .content .side-image .text {
            width: 100%; } }
      .page-resources .content .side-image .image {
        width: 43.5%;
        padding-top: 7px;
        text-align: center; }
        @media screen and (max-width: 800px) {
          .page-resources .content .side-image .image {
            width: 100%;
            text-align: center;
            margin: 20px 0 0; } }
        @media screen and (max-width: 800px) {
          .page-resources .content .side-image .image img {
            max-width: 100%; } }
        .page-resources .content .side-image .image img.ask-to-connect {
          margin: -10px -16.5px 0 -16.5px; }
      .page-resources .content .side-image.bfs .image {
        width: 45%; }
        @media screen and (max-width: 800px) {
          .page-resources .content .side-image.bfs .image {
            width: 100%; } }
      .page-resources .content .side-image.remote-servers .text {
        width: 64%;
        overflow-wrap: break-word;
        word-wrap: break-word; }
        @media screen and (max-width: 800px) {
          .page-resources .content .side-image.remote-servers .text {
            width: 100%; } }
      .page-resources .content .side-image.remote-servers .image {
        width: 28%; }
        @media screen and (max-width: 800px) {
          .page-resources .content .side-image.remote-servers .image {
            width: 100%; } }
        .page-resources .content .side-image.remote-servers .image img {
          margin-top: -18px; }
      .page-resources .content .side-image.data-usage .text {
        width: 58%; }
        @media screen and (max-width: 960px) {
          .page-resources .content .side-image.data-usage .text {
            width: 50%; } }
        @media screen and (max-width: 800px) {
          .page-resources .content .side-image.data-usage .text {
            width: 100%; } }
      .page-resources .content .side-image.data-usage .image {
        width: 38.5%; }
        @media screen and (max-width: 960px) {
          .page-resources .content .side-image.data-usage .image {
            width: 50%; } }
        @media screen and (max-width: 800px) {
          .page-resources .content .side-image.data-usage .image {
            width: 100%; } }
        .page-resources .content .side-image.data-usage .image img {
          margin-top: -10px; }
          @media screen and (max-width: 1200px) {
            .page-resources .content .side-image.data-usage .image img {
              max-width: 35vw; } }
          @media screen and (max-width: 800px) {
            .page-resources .content .side-image.data-usage .image img {
              max-width: 100%; } }
      .page-resources .content .side-image.monitor-pc .text {
        width: 58%; }
        @media screen and (max-width: 800px) {
          .page-resources .content .side-image.monitor-pc .text {
            width: 100%; } }
      .page-resources .content .side-image.monitor-pc .image {
        width: 37%; }
        @media screen and (max-width: 800px) {
          .page-resources .content .side-image.monitor-pc .image {
            width: 100%; } }
        .page-resources .content .side-image.monitor-pc .image img {
          margin-top: -4px; }
      .page-resources .content .side-image.data-wasting .text {
        width: 92%; }
        @media screen and (max-width: 960px) {
          .page-resources .content .side-image.data-wasting .text {
            width: 80%; } }
        @media screen and (max-width: 800px) {
          .page-resources .content .side-image.data-wasting .text {
            width: 100%; } }
      .page-resources .content .side-image.data-wasting .image {
        width: 2%; }
        @media screen and (max-width: 960px) {
          .page-resources .content .side-image.data-wasting .image {
            width: 17%; } }
        @media screen and (max-width: 800px) {
          .page-resources .content .side-image.data-wasting .image {
            width: 100%; } }
        .page-resources .content .side-image.data-wasting .image img {
          max-height: 100%; }
          @media screen and (max-width: 600px) {
            .page-resources .content .side-image.data-wasting .image img {
              height: 50vw; } }
    .page-resources .content .download-n-subscribe {
      width: 762px;
      max-width: 95%;
      margin: 72px auto 0;
      padding: 62px 0 0;
      border-radius: 4px;
      border: solid 1px #e4e4e4;
      line-height: 1.8; }
      @media screen and (max-width: 1024px) {
        .page-resources .content .download-n-subscribe {
          margin-top: calc(4.545vw + 25.454px);
          padding-top: calc(4.261vw + 18.363px); } }
      .page-resources .content .download-n-subscribe .block-logo {
        display: block;
        margin: 0 auto 32px; }
      .page-resources .content .download-n-subscribe p {
        padding: 0 7.5%;
        text-align: center; }
      .page-resources .content .download-n-subscribe p.download-glasswire {
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media screen and (max-width: 400px) {
          .page-resources .content .download-n-subscribe p.download-glasswire {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .page-resources .content .download-n-subscribe p.download-glasswire a {
          margin: 0 14px; }
          @media screen and (max-width: 400px) {
            .page-resources .content .download-n-subscribe p.download-glasswire a {
              margin: 0 auto 30px; }
              .page-resources .content .download-n-subscribe p.download-glasswire a:last-child {
                margin-bottom: 0; } }
      .page-resources .content .download-n-subscribe .subscribe-form {
        background-color: #fcfcfc;
        border-top: 1px solid #efefef;
        margin-top: 62px;
        padding: 72px 2% 47px; }
        @media screen and (max-width: 1024px) {
          .page-resources .content .download-n-subscribe .subscribe-form {
            padding: calc(4.545vw + 25.45px) 2% calc(5.156vw - 2.5px);
            margin-top: calc(2.272vw + 38.727px); } }
        .page-resources .content .download-n-subscribe .subscribe-form h2 {
          text-align: center;
          margin: 27px 0 0;
          padding: 0;
          letter-spacing: normal; }
        .page-resources .content .download-n-subscribe .subscribe-form .form-logo {
          width: 102px;
          display: block;
          margin: 0 auto; }
        .page-resources .content .download-n-subscribe .subscribe-form p {
          padding: 0;
          font-size: 15px; }
        .page-resources .content .download-n-subscribe .subscribe-form form {
          max-width: 95%;
          margin: 37px auto 0; }
        .page-resources .content .download-n-subscribe .subscribe-form .mc-field-group {
          width: 516px;
          max-width: 100%;
          margin: 0 auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          @media screen and (max-width: 480px) {
            .page-resources .content .download-n-subscribe .subscribe-form .mc-field-group {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              text-align: center; } }
          .page-resources .content .download-n-subscribe .subscribe-form .mc-field-group .email {
            width: 385px;
            max-width: 100%;
            height: 32px;
            border-radius: 3px;
            border: solid 1px #e4e4e4;
            background-color: #ffffff;
            font-size: 13px;
            margin-right: 16px; }
            @media screen and (max-width: 480px) {
              .page-resources .content .download-n-subscribe .subscribe-form .mc-field-group .email {
                display: block;
                margin: 0 auto; } }
          .page-resources .content .download-n-subscribe .subscribe-form .mc-field-group .button {
            width: 115px;
            height: 32px;
            border: none;
            border-radius: 3px;
            -webkit-box-shadow: 0 2px 5px 0 rgba(166, 166, 165, 0.18), inset 0 -2px 11px 2px rgba(58, 0, 0, 0.01), inset 0 4px 11px 0 rgba(255, 245, 235, 0.18);
            box-shadow: 0 2px 5px 0 rgba(166, 166, 165, 0.18), inset 0 -2px 11px 2px rgba(58, 0, 0, 0.01), inset 0 4px 11px 0 rgba(255, 245, 235, 0.18);
            background-color: #57f19e;
            color: #ffffff;
            font-size: 12.2px;
            text-transform: uppercase; }
            @media screen and (max-width: 480px) {
              .page-resources .content .download-n-subscribe .subscribe-form .mc-field-group .button {
                display: block;
                margin: 20px auto; } }
        .page-resources .content .download-n-subscribe .subscribe-form .mce-error-response, .page-resources .content .download-n-subscribe .subscribe-form .mce-success-response {
          margin: 15px auto;
          max-width: 516px; }
    .page-resources .content hr {
      border-top: 1px solid #e4e4e4;
      margin: 62px 90px; }
      @media screen and (max-width: 960px) {
        .page-resources .content hr {
          margin: 40px 40px; } }
      @media screen and (max-width: 640px) {
        .page-resources .content hr {
          margin: 32px 2%; } }
    .page-resources .content span.indented {
      display: block;
      padding-left: 2em;
      text-indent: -2em; }
    .page-resources .content .screenshot {
      margin-bottom: 40px; }
      .page-resources .content .screenshot picture, .page-resources .content .screenshot img {
        max-width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto; }
  .page-resources .row.footer {
    padding-top: 190px; }

.page-subscription-help h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 68px; }

.page-subscription-help h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  margin: 43.5px 0 24px 0; }

.page-subscription-help .button.upgrade {
  width: 151px;
  height: 34px;
  border-radius: 2px;
  background-color: #57f19e;
  -webkit-box-shadow: 0 2px 6px 0 rgba(166, 166, 165, 0.18), inset 0 -2px 14px 2px rgba(58, 0, 0, 0.01), inset 0 5px 14px 0 rgba(255, 245, 235, 0.18);
  box-shadow: 0 2px 6px 0 rgba(166, 166, 165, 0.18), inset 0 -2px 14px 2px rgba(58, 0, 0, 0.01), inset 0 5px 14px 0 rgba(255, 245, 235, 0.18);
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 34px;
  margin: 34px 0; }

.page-subscription-help .content {
  width: 1311px;
  max-width: 95%;
  margin: 0 auto -214px;
  padding: 71px 161px 117px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.02);
  font-size: 15px;
  line-height: 22px; }
  @media screen and (max-width: 1440px) {
    .page-subscription-help .content {
      padding: calc(8.66vw - 7.71px) 6.9% calc(7.85vw - 25px); } }
  .page-subscription-help .content p {
    margin: 22px 0; }
  .page-subscription-help .content .faq {
    margin-bottom: 46px; }
    .page-subscription-help .content .faq h3 {
      margin-bottom: 0;
      line-height: 22px; }
    .page-subscription-help .content .faq p {
      margin: 0 0 10px;
      word-wrap: break-word; }
  .page-subscription-help .content .final p {
    margin-bottom: 21px; }
  .page-subscription-help .content .final span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    @media screen and (max-width: 640px) {
      .page-subscription-help .content .final span {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media screen and (max-width: 640px) {
      .page-subscription-help .content .final span .button.upgrade {
        margin: 14px 0; } }
    .page-subscription-help .content .final span i {
      line-height: 44px;
      font-size: 16px;
      margin: 34px 0; }
      @media screen and (max-width: 640px) {
        .page-subscription-help .content .final span i {
          margin: 4px 0 26px; } }

.page-subscription-help .row.footer {
  padding-top: 190px; }

.page-thankyou .content {
  width: 931px;
  max-width: 95%;
  min-height: 475px;
  margin: 68px auto 13vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 4px;
  background-color: #ffffff; }
  @media screen and (max-width: 1440px) {
    .page-thankyou .content {
      margin-top: calc(6.07vw - 7.42px); } }
  @media screen and (max-width: 640px) {
    .page-thankyou .content {
      margin-bottom: 18vw; } }
  .page-thankyou .content div {
    width: 100%; }
    .page-thankyou .content div img {
      margin: 10px auto 50px;
      display: block; }
    .page-thankyou .content div p {
      font-size: 17px;
      line-height: 1.47;
      text-align: center;
      max-width: 90%;
      margin: 10px auto; }

.page-thankyou .capterra-overlay {
  display: none;
  position: fixed;
  z-index: 30;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.73);
  height: 100%; }

.page-thankyou .capterra-rate {
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 40px 0 rgba(73, 13, 13, 0.34);
  box-shadow: 0 2px 40px 0 rgba(73, 13, 13, 0.34);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5d9ef9), to(#05a6b9));
  background-image: linear-gradient(to bottom, #5d9ef9, #05a6b9);
  width: 780px;
  max-width: 92%;
  min-width: 300px;
  margin: 0 auto;
  padding-bottom: 13px;
  position: relative;
  top: 20%;
  color: #fff;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .page-thankyou .capterra-rate {
      top: 12%; } }
  .page-thankyou .capterra-rate .marker-face {
    display: block;
    position: relative;
    margin: auto;
    top: -40px;
    margin-bottom: -40px; }
  .page-thankyou .capterra-rate .five-stars {
    display: inline-block;
    margin: 18px 0; }
  .page-thankyou .capterra-rate .glad-you-enjoy {
    font-size: 30px;
    font-weight: 600;
    width: 529px;
    max-width: 90%;
    margin: 5px auto; }
    @media screen and (max-width: 1024px) {
      .page-thankyou .capterra-rate .glad-you-enjoy {
        font-size: calc(15.45px + 1.42vw); } }
  .page-thankyou .capterra-rate .please-review {
    font-size: 21px;
    font-weight: 500;
    margin: 25px auto; }
    @media screen and (max-width: 1024px) {
      .page-thankyou .capterra-rate .please-review {
        font-size: calc(11.27px + 0.8522vw); } }
  .page-thankyou .capterra-rate .please-review {
    font-size: 21px;
    font-weight: 500;
    margin: 25px auto; }
  .page-thankyou .capterra-rate .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 400px;
    max-width: 95%;
    margin: 60px auto; }
    @media screen and (max-width: 1024px) {
      .page-thankyou .capterra-rate .buttons {
        margin: calc(16.3636px + 4.2613vw) auto; } }
    .page-thankyou .capterra-rate .buttons button {
      width: 144px;
      height: 52px;
      border-radius: 4.2px;
      -webkit-box-shadow: 0 1px 7px 0 rgba(63, 63, 63, 0.12), inset 0 7px 20px 0 rgba(255, 255, 255, 0.05);
      box-shadow: 0 1px 7px 0 rgba(63, 63, 63, 0.12), inset 0 7px 20px 0 rgba(255, 255, 255, 0.05);
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase; }
      @media screen and (max-width: 480px) {
        .page-thankyou .capterra-rate .buttons button {
          width: 130px; } }
      .page-thankyou .capterra-rate .buttons button.button-ok {
        background-color: #ffffff;
        border: solid 2px #ffffff;
        color: #5199ff;
        text-align: center; }
      .page-thankyou .capterra-rate .buttons button.button-cancel {
        border: solid 2px #ffffff;
        color: #ffffff;
        background-color: transparent; }
  .page-thankyou .capterra-rate .icon-close {
    position: absolute;
    top: 16px;
    right: 18px;
    cursor: pointer; }

.page-thankyou #time-remaining {
  font-weight: 600; }

.page-userguide h2 {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: left; }

.page-userguide h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px 0;
  padding-top: 42px; }

.page-userguide .content {
  width: 1311px;
  max-width: 95%;
  margin: 0 auto 100px;
  padding: 38px 161px 88px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.02);
  font-size: 15px;
  line-height: 22px; }
  @media screen and (max-width: 1440px) {
    .page-userguide .content {
      padding: calc(3.39vw - 10.8px) 6.9% calc(5.17vw + 13.42px);
      margin-bottom: calc(40.85px + 4.1vw); } }
  .page-userguide .content ul.contents {
    margin: 20px 0;
    padding: 0;
    list-style: none; }
  .page-userguide .content ul.contents li {
    line-height: 2.0;
    font-weight: 600; }
  .page-userguide .content .row.footer {
    padding-top: 190px; }

#popupSale {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
  background-color: rgba(0, 0, 0, 0.33); }
  #popupSale h1, #popupSale h2, #popupSale h3 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; }
  #popupSale.visuallyhidden {
    visibility: hidden;
    opacity: 0; }
  #popupSale.hidden {
    display: none; }
  #popupSale p {
    margin: 0; }
  #popupSale .window {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    min-height: 480px;
    width: 970px;
    max-width: 95%;
    margin: 0 auto;
    padding: 0;
    border-radius: 18px;
    background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/sale/bg-circles.svg") top right no-repeat, linear-gradient(116deg, #586cff 3%, #332dff 100%) left top repeat;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch; }
    @media screen and (max-width: 992px) {
      #popupSale .window {
        top: 5vw;
        padding: calc(52px + 3.5vw) 5vw 6vw; } }
    #popupSale .window header {
      padding: 36px 43px 0;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      #popupSale .window header h3 {
        font-size: 64px;
        font-weight: 800;
        font-style: normal;
        text-decoration: none;
        line-height: 1.0;
        color: #fffacb;
        margin: 32px auto 0;
        text-align: left; }
      #popupSale .window header p {
        font-size: 30px;
        font-weight: 600;
        line-height: 2.1;
        color: #fff;
        width: 460px; }
        #popupSale .window header p sup {
          font-size: 16px;
          font-style: normal;
          color: #aaa; }
    #popupSale .window main {
      background-color: rgba(5, 22, 54, 0.19);
      padding: 0;
      border-bottom-left-radius: 18px;
      border-bottom-right-radius: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #popupSale .window main .cta {
        padding: 33px 0 36px 43px; }
        #popupSale .window main .cta p {
          font-family: Roboto, Arial, sans-serif;
          font-size: 20px;
          font-weight: 500;
          line-height: 1.5;
          color: #fff;
          width: 400px; }
          #popupSale .window main .cta p a {
            color: #ffea8b; }
        #popupSale .window main .cta .btn {
          display: inline-block;
          width: auto;
          margin: 24px 0 0;
          padding: 0.7em 2.0em;
          border-radius: 7.2px;
          -webkit-box-shadow: 0 5px 20px 0 rgba(63, 63, 63, 0.28), inset 0 6px 18px 0 rgba(255, 255, 255, 0.05);
          box-shadow: 0 5px 20px 0 rgba(63, 63, 63, 0.28), inset 0 6px 18px 0 rgba(255, 255, 255, 0.05);
          background-image: linear-gradient(303deg, #0acb0a 121%, #51e551 -24%);
          font-size: 23px;
          font-weight: bold;
          color: #fff;
          text-align: center;
          text-transform: uppercase; }
        #popupSale .window main .cta span {
          display: block;
          font-size: 11px;
          color: #aaa;
          margin-top: 10px;
          font-style: italic; }
      #popupSale .window main .ui {
        margin-top: -206px;
        -ms-flex-item-align: end;
        align-self: flex-end;
        overflow: hidden;
        border-bottom-right-radius: 18px; }
  #popupSale .modal-close-btn {
    display: block;
    position: absolute;
    top: 21px;
    right: 21px;
    cursor: pointer;
    z-index: 100;
    background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/new-pricing-modal/ic-close.svg") center center no-repeat;
    width: 24px;
    height: 24px; }

.page-premium-features {
  background-color: #f7f9fa; }
  .page-premium-features h1 {
    color: #ff4e79;
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .page-premium-features h1 {
        font-size: calc(16px + 3.125vw); } }
  .page-premium-features h2 {
    font-size: 35px;
    font-weight: 300;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    margin: 14px auto 32px;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 1280px) {
      .page-premium-features h2 {
        font-size: calc(23px + 0.9375vw); } }
    @media screen and (max-width: 360px) {
      .page-premium-features h2 span {
        padding-left: 1.0em; } }
  .page-premium-features p {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400; }
    @media screen and (max-width: 425px) {
      .page-premium-features p {
        font-size: 14px; } }
  .page-premium-features .header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 80px; }
    @media screen and (max-width: 768px) {
      .page-premium-features .header {
        margin-top: 40px; } }
    .page-premium-features .header p.description {
      font-size: 17px;
      width: 919px;
      margin: 12px auto 40px; }
      @media screen and (max-width: 425px) {
        .page-premium-features .header p.description {
          font-size: 15px; } }
    .page-premium-features .header img {
      display: block;
      z-index: 10; }
    .page-premium-features .header .premium-badge {
      position: relative;
      width: 100%; }
      .page-premium-features .header .premium-badge img {
        position: relative;
        display: block;
        margin: 0 auto;
        z-index: 10; }
        @media screen and (max-width: 768px) {
          .page-premium-features .header .premium-badge img {
            height: 50px; } }
      .page-premium-features .header .premium-badge::before {
        display: block;
        content: "";
        height: 1px;
        width: 100%;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(253, 233, 187, 0)), color-stop(12%, #fed888), color-stop(21%, #ffde4b), color-stop(36%, #ffd27a), color-stop(69%, #ffdfa6), color-stop(87%, #fcd593), to(rgba(254, 221, 167, 0)));
        background-image: linear-gradient(to right, rgba(253, 233, 187, 0) 0%, #fed888 12%, #ffde4b 21%, #ffd27a 36%, #ffdfa6 69%, #fcd593 87%, rgba(254, 221, 167, 0) 100%);
        position: absolute;
        top: 50%; }
  .page-premium-features .row.world-map {
    background-color: #fff; }
  .page-premium-features .button.inline.download {
    max-width: 241px;
    min-width: 241px;
    height: 48px;
    -webkit-transition: background-color 1s ease, -webkit-box-shadow 1s ease;
    transition: background-color 1s ease, -webkit-box-shadow 1s ease;
    transition: background-color 1s ease, box-shadow 1s ease;
    transition: background-color 1s ease, box-shadow 1s ease, -webkit-box-shadow 1s ease; }
    .page-premium-features .button.inline.download span {
      font-size: 18px;
      line-height: 48px; }
    .page-premium-features .button.inline.download img {
      width: 16px; }
  .page-premium-features .info .button.download, .page-premium-features .info .button.buy-premium {
    margin-top: 46px; }
  .page-premium-features .section.side-by-side {
    width: 1350px;
    max-width: 95%;
    margin: 10px auto 90px;
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1440px) {
      .page-premium-features .section.side-by-side {
        margin: calc(33px + 3.92vw) auto 0; } }
    @media screen and (max-width: 1280px) {
      .page-premium-features .section.side-by-side {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .page-premium-features .section.side-by-side .info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
      flex: 0 0 43%;
      min-width: 385px;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 1280px) {
        .page-premium-features .section.side-by-side .info {
          min-width: unset;
          padding: 0;
          max-width: 90%;
          margin: 0 auto;
          text-align: center; } }
      @media screen and (max-width: 640px) {
        .page-premium-features .section.side-by-side .info {
          max-width: 100%; } }
      .page-premium-features .section.side-by-side .info .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .page-premium-features .section.side-by-side .info p {
        width: 457px;
        margin: 10px auto; }
        @media screen and (max-width: 1280px) {
          .page-premium-features .section.side-by-side .info p {
            width: 706px;
            max-width: 95%;
            line-height: 1.75; } }
    .page-premium-features .section.side-by-side .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 57%;
      flex: 0 1 57%;
      text-align: center; }
      @media screen and (max-width: 1280px) {
        .page-premium-features .section.side-by-side .image {
          margin: 0; } }
      .page-premium-features .section.side-by-side .image img {
        max-width: 100%;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        @media screen and (min-width: 768px) {
          .page-premium-features .section.side-by-side .image img {
            position: relative;
            opacity: 0;
            left: -100px; } }
  .page-premium-features .section.unlimited-history {
    margin-top: 42px; }
    @media screen and (max-width: 1280px) {
      .page-premium-features .section.unlimited-history {
        gap: 0; } }
    .page-premium-features .section.unlimited-history .image {
      margin-left: -40px;
      padding-top: 0;
      text-align: left; }
      @media screen and (max-width: 1280px) {
        .page-premium-features .section.unlimited-history .image {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
  .page-premium-features .section.firewall {
    margin-bottom: 30px; }
    .page-premium-features .section.firewall .info {
      padding-top: 0;
      -ms-flex-preferred-size: 38%;
      flex-basis: 38%; }
      .page-premium-features .section.firewall .info p {
        width: 417px;
        margin: 10px auto; }
        @media screen and (max-width: 1280px) {
          .page-premium-features .section.firewall .info p {
            width: 706px;
            max-width: 95%;
            line-height: 1.75; } }
    .page-premium-features .section.firewall .image {
      -ms-flex-preferred-size: 62%;
      flex-basis: 62%;
      text-align: left; }
      @media screen and (min-width: 768px) {
        .page-premium-features .section.firewall .image img {
          left: 100px; } }
  .page-premium-features .section.firewall-profiles {
    width: 1240px;
    margin: 42px auto 70px;
    border-radius: 46px;
    background-color: #edf2f4;
    padding: 54px 0 42px; }
    @media screen and (max-width: 1280px) {
      .page-premium-features .section.firewall-profiles {
        gap: 0; } }
    .page-premium-features .section.firewall-profiles .info {
      -ms-flex-preferred-size: 59%;
      flex-basis: 59%;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding-top: 12px; }
      .page-premium-features .section.firewall-profiles .info h2 {
        font-size: 30px;
        margin: 0 0 18px 0; }
        @media screen and (max-width: 1440px) {
          .page-premium-features .section.firewall-profiles .info h2 {
            font-size: calc(22.28px + 0.5357vw); } }
        @media screen and (max-width: 1280px) {
          .page-premium-features .section.firewall-profiles .info h2 {
            margin-left: auto;
            margin-right: auto; } }
      .page-premium-features .section.firewall-profiles .info p {
        width: 662px;
        margin: 10px 0;
        padding-bottom: 20px;
        line-height: normal; }
        @media screen and (max-width: 1280px) {
          .page-premium-features .section.firewall-profiles .info p {
            width: 706px;
            margin: 10px auto;
            max-width: 90%;
            line-height: 1.75; } }
    .page-premium-features .section.firewall-profiles .image {
      -ms-flex-preferred-size: 41%;
      flex-basis: 41%; }
      @media screen and (max-width: 1280px) {
        .page-premium-features .section.firewall-profiles .image {
          margin-top: 0; } }
      .page-premium-features .section.firewall-profiles .image img {
        left: 0; }
  .page-premium-features .section.connection-features {
    width: 1240px;
    max-width: 95%;
    margin: 16px auto 96px; }
    .page-premium-features .section.connection-features .features ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 1024px) {
        .page-premium-features .section.connection-features .features ul {
          gap: 80px; } }
      .page-premium-features .section.connection-features .features ul li {
        max-width: 540px;
        width: 100%;
        margin: 0 0 9px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media screen and (max-width: 640px) {
          .page-premium-features .section.connection-features .features ul li {
            margin: 17px 5px 40px;
            font-size: 12px;
            line-height: 1.45;
            -ms-flex-preferred-size: unset;
            flex-basis: unset; } }
        .page-premium-features .section.connection-features .features ul li h2 {
          font-size: 30px; }
          @media screen and (max-width: 1280px) {
            .page-premium-features .section.connection-features .features ul li h2 {
              font-size: calc(23px + 0.9375vw); } }
        .page-premium-features .section.connection-features .features ul li img {
          display: block;
          margin: 0 auto;
          max-width: 100%;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
          @media screen and (min-width: 768px) {
            .page-premium-features .section.connection-features .features ul li img {
              position: relative;
              opacity: 0;
              top: 35px; } }
        .page-premium-features .section.connection-features .features ul li p {
          margin: 0 auto;
          width: 502px;
          text-align: left;
          line-height: normal; }
          @media screen and (max-width: 1024px) {
            .page-premium-features .section.connection-features .features ul li p {
              text-align: center;
              width: 706px;
              max-width: 95%;
              line-height: 1.75; } }
  .page-premium-features .section.world-map {
    margin: 84px auto 86px; }
    @media screen and (max-width: 768px) {
      .page-premium-features .section.world-map {
        margin: 42px auto; } }
    .page-premium-features .section.world-map .info {
      padding-top: 34px;
      -ms-flex-preferred-size: 34%;
      flex-basis: 34%; }
      .page-premium-features .section.world-map .info h2 {
        margin-top: 24px; }
      .page-premium-features .section.world-map .info p {
        width: 417px;
        margin: 10px auto; }
        @media screen and (max-width: 1280px) {
          .page-premium-features .section.world-map .info p {
            width: 706px;
            max-width: 95%;
            line-height: 1.75; } }
    .page-premium-features .section.world-map .image {
      -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
      text-align: left; }
      @media screen and (min-width: 768px) {
        .page-premium-features .section.world-map .image img {
          left: 100px; } }
  .page-premium-features .section.bandwidth {
    width: 1440px;
    max-width: 95%;
    margin: 80px auto 0; }
    @media screen and (max-width: 1280px) {
      .page-premium-features .section.bandwidth {
        margin: calc(19px + 5.11vw) auto calc(19px + 5.11vw); } }
    .page-premium-features .section.bandwidth img.heading {
      display: block;
      margin: 0 auto 23px;
      max-width: 70px;
      min-width: 40px; }
      @media screen and (max-width: 690px) {
        .page-premium-features .section.bandwidth img.heading {
          margin-bottom: 0;
          width: 12vw; } }
    .page-premium-features .section.bandwidth h2 {
      margin-bottom: 22px; }
      @media screen and (max-width: 1280px) {
        .page-premium-features .section.bandwidth h2 {
          font-size: calc(15px + 1.5625vw); } }
      @media screen and (max-width: 640px) {
        .page-premium-features .section.bandwidth h2 {
          margin: 8px auto 10px; } }
    .page-premium-features .section.bandwidth .content {
      width: 1311px;
      max-width: 100%;
      margin: 36px auto 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 1280px) {
        .page-premium-features .section.bandwidth .content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch; } }
      .page-premium-features .section.bandwidth .content .info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
        flex: 0 0 37%;
        min-width: 385px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media screen and (max-width: 1280px) {
          .page-premium-features .section.bandwidth .content .info {
            min-width: unset;
            padding: 0;
            -webkit-box-flex: unset;
            -ms-flex: unset;
            flex: unset; } }
        .page-premium-features .section.bandwidth .content .info p {
          margin-top: 16px;
          width: 441px; }
          @media screen and (max-width: 1280px) {
            .page-premium-features .section.bandwidth .content .info p {
              text-align: center;
              width: 706px;
              max-width: 95%;
              line-height: 1.75; } }
      .page-premium-features .section.bandwidth .content .image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 61%;
        flex: 0 1 61%;
        padding: 12px 0 0; }
        @media screen and (max-width: 1280px) {
          .page-premium-features .section.bandwidth .content .image {
            margin: 0;
            -webkit-box-flex: unset;
            -ms-flex: unset;
            flex: unset; } }
        .page-premium-features .section.bandwidth .content .image img {
          position: relative;
          display: block;
          margin: 0 auto;
          max-width: 100%;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
          @media screen and (min-width: 768px) {
            .page-premium-features .section.bandwidth .content .image img {
              position: relative;
              opacity: 0;
              left: -100px; } }
          @media screen and (max-width: 1280px) {
            .page-premium-features .section.bandwidth .content .image img {
              float: unset;
              left: 0; } }
  .page-premium-features .section.skins-and-minigraph {
    width: 1280px;
    max-width: 95%;
    margin: 35px auto 90px; }
    @media screen and (max-width: 1440px) {
      .page-premium-features .section.skins-and-minigraph {
        margin: 80px auto calc(31px + 5.71vw); } }
    .page-premium-features .section.skins-and-minigraph .features ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 1024px) {
        .page-premium-features .section.skins-and-minigraph .features ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .page-premium-features .section.skins-and-minigraph .features ul li {
        max-width: 525px;
        min-width: 454px;
        width: 100%;
        margin: 58px 15px 9px;
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media screen and (max-width: 1024px) {
          .page-premium-features .section.skins-and-minigraph .features ul li {
            margin: 58px auto 9px;
            min-width: unset; } }
        @media screen and (max-width: 640px) {
          .page-premium-features .section.skins-and-minigraph .features ul li {
            margin: 17px 5px 40px;
            font-size: 12px;
            line-height: 1.45;
            -ms-flex-preferred-size: unset;
            flex-basis: unset; } }
        .page-premium-features .section.skins-and-minigraph .features ul li .heading {
          margin: 0 auto;
          height: 69px; }
          @media screen and (max-width: 690px) {
            .page-premium-features .section.skins-and-minigraph .features ul li .heading {
              height: unset; } }
          .page-premium-features .section.skins-and-minigraph .features ul li .heading img {
            display: block;
            margin: 0 auto;
            max-width: 86px;
            min-width: 40px; }
            @media screen and (max-width: 690px) {
              .page-premium-features .section.skins-and-minigraph .features ul li .heading img {
                margin-bottom: 0;
                width: 12vw; } }
        .page-premium-features .section.skins-and-minigraph .features ul li h2 {
          margin: 12px auto 26px; }
          @media screen and (max-width: 640px) {
            .page-premium-features .section.skins-and-minigraph .features ul li h2 {
              margin: 8px auto 10px; } }
        .page-premium-features .section.skins-and-minigraph .features ul li .illustration {
          margin: 12px auto;
          -ms-flex-item-align: center;
          align-self: center;
          min-height: 210px; }
          .page-premium-features .section.skins-and-minigraph .features ul li .illustration img.picture {
            display: block;
            max-width: 100%;
            -webkit-transition: 0.5s;
            transition: 0.5s; }
            @media screen and (min-width: 768px) {
              .page-premium-features .section.skins-and-minigraph .features ul li .illustration img.picture {
                position: relative;
                opacity: 0;
                top: 35px; } }
        .page-premium-features .section.skins-and-minigraph .features ul li p {
          margin: 16px auto 0;
          width: 95%;
          text-align: left;
          line-height: normal; }
          @media screen and (max-width: 1024px) {
            .page-premium-features .section.skins-and-minigraph .features ul li p {
              margin-top: 0;
              text-align: center;
              width: 706px;
              max-width: 95%;
              line-height: 1.75; } }
  .page-premium-features .section.alerts {
    width: 1240px;
    max-width: 95%;
    margin: 42px auto 20px;
    padding: 0;
    gap: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-radius: 39px;
    background-image: radial-gradient(circle at 68% 41%, #654de9, #5524c2 67%);
    color: #fff; }
    .page-premium-features .section.alerts .content {
      padding: 44px 45px 0 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      width: 100%; }
      @media screen and (max-width: 1024px) {
        .page-premium-features .section.alerts .content {
          padding: 24px 20px 0 20px;
          max-width: 100%;
          margin: 24px auto 24px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .page-premium-features .section.alerts .content .info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        padding: 21px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media screen and (max-width: 1024px) {
          .page-premium-features .section.alerts .content .info {
            min-width: unset;
            padding-left: 0; } }
        .page-premium-features .section.alerts .content .info h2 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          text-align: left;
          margin: 21px 0 26px;
          font-size: 37px;
          font-weight: 400;
          color: #fff;
          background-image: unset;
          -webkit-background-clip: unset;
          background-clip: unset;
          -webkit-text-fill-color: unset; }
          @media screen and (max-width: 1280px) {
            .page-premium-features .section.alerts .content .info h2 {
              font-size: calc(27.66px + 0.729vw); } }
          @media screen and (max-width: 1024px) {
            .page-premium-features .section.alerts .content .info h2 {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              text-align: center; } }
        .page-premium-features .section.alerts .content .info p {
          width: 556px;
          margin: 16px auto; }
          @media screen and (max-width: 1024px) {
            .page-premium-features .section.alerts .content .info p {
              text-align: center;
              width: 780px;
              max-width: 95%;
              line-height: 1.75; } }
      .page-premium-features .section.alerts .content .image-stack {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 15px;
        margin-bottom: 9px; }
        @media screen and (max-width: 768px) {
          .page-premium-features .section.alerts .content .image-stack {
            margin: 50px auto 0;
            width: 100%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; } }
        .page-premium-features .section.alerts .content .image-stack .image img {
          max-width: 100%;
          width: 391px; }
          @media screen and (min-width: 768px) {
            .page-premium-features .section.alerts .content .image-stack .image img {
              position: relative;
              opacity: 0;
              top: 50px;
              left: 0; } }
    .page-premium-features .section.alerts .taskbar {
      background-color: #3d0f7533;
      height: 64px;
      border-bottom-left-radius: 39px;
      border-bottom-right-radius: 39px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 54px; }
  .page-premium-features .row.things {
    overflow-x: hidden; }
  .page-premium-features .section.things {
    width: 1311px;
    max-width: 95%;
    margin: 74px auto 118px;
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1280px) {
      .page-premium-features .section.things {
        gap: 30px; } }
    @media screen and (max-width: 1024px) {
      .page-premium-features .section.things {
        max-width: 100%;
        margin: calc(19px + 5.11vw) auto calc(45px + 7.6vw);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .page-premium-features .section.things .info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
      flex: 0 0 38%;
      min-width: 385px;
      padding: 12px 0 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 1024px) {
        .page-premium-features .section.things .info {
          min-width: unset;
          padding-left: 0; } }
      .page-premium-features .section.things .info h2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        margin: 12px 0 24px; }
        @media screen and (max-width: 1280px) {
          .page-premium-features .section.things .info h2 {
            font-size: calc(15px + 1.5625vw); } }
        @media screen and (max-width: 1024px) {
          .page-premium-features .section.things .info h2 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center; } }
      .page-premium-features .section.things .info p {
        width: 410px;
        margin: 16px auto; }
        @media screen and (max-width: 1024px) {
          .page-premium-features .section.things .info p {
            text-align: center;
            width: 706px;
            max-width: 95%;
            line-height: 1.75; } }
    .page-premium-features .section.things .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 62%;
      flex: 0 1 62%; }
      @media screen and (max-width: 1024px) {
        .page-premium-features .section.things .image {
          margin-top: 50px;
          margin-left: 0;
          width: 100%; } }
      @media screen and (max-width: 768px) {
        .page-premium-features .section.things .image {
          padding-left: 5%;
          max-width: 90%; } }
      .page-premium-features .section.things .image img {
        max-width: 100%;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        @media screen and (max-width: 1024px) {
          .page-premium-features .section.things .image img {
            margin: 0 auto;
            display: block; } }
        @media screen and (min-width: 768px) {
          .page-premium-features .section.things .image img {
            position: relative;
            opacity: 0;
            left: 100px; } }

/* Edge */
@supports (-ms-ime-align: auto) {
  .page-premium-features .section.skins-and-minigraph .features ul,
  .page-premium-features .section.connection-features .features ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

/* IE 10,11 */
@media screen and (min-width: 0\0) {
  .page-premium-features .section.skins-and-minigraph .features ul,
  .page-premium-features .section.connection-features .features ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.page-pricing {
  width: 100%;
  min-width: 360px; }
  .page-pricing h1 {
    width: 1020px; }
  .page-pricing h2 {
    font-size: 30px; }
    @media screen and (max-width: 1023px) {
      .page-pricing h2 {
        font-size: calc(16px + 2.44vw); } }
  .page-pricing h3 {
    font-size: 24px;
    font-weight: 700;
    color: #474747;
    margin: 0 auto;
    text-align: center;
    font-family: "Open Sans", Arial, sans-serif; }
    @media screen and (max-width: 1023px) {
      .page-pricing h3 {
        font-size: calc(18px + 0.35vw); } }
  .page-pricing h4 {
    font-size: 16px;
    font-weight: 700;
    color: #474747;
    font-family: "Open Sans", Arial, sans-serif; }
  .page-pricing a {
    color: #508efe; }
  .page-pricing .row.intro .header p.description {
    width: 740px; }
    @media screen and (max-width: 1023px) {
      .page-pricing .row.intro .header p.description {
        margin-top: 10px; } }
  .page-pricing a.button {
    height: 46px;
    width: 230px;
    max-width: 100%;
    border-radius: 6.4px;
    border: solid 1px rgba(80, 142, 254, 0.32);
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    padding: 0 1em; }
    @media screen and (max-width: 500px) {
      .page-pricing a.button {
        padding: 0 15px;
        margin: auto;
        gap: 18px; } }
    .page-pricing a.button span {
      margin: 0 20px 0 0;
      font-size: 16px;
      letter-spacing: -0.18px;
      line-height: 2.7;
      font-weight: 600;
      text-transform: uppercase;
      color: #508efe; }
    .page-pricing a.button svg {
      fill: #508efe; }
    .page-pricing a.button.buy {
      border: none;
      background-color: #508efe; }
      .page-pricing a.button.buy span {
        color: #fff; }
      .page-pricing a.button.buy svg {
        fill: #fff; }
    .page-pricing a.button.signup {
      width: 250px;
      border: none;
      background-color: #0045ad;
      gap: 6px; }
      .page-pricing a.button.signup span {
        margin: 0;
        font-size: 15px;
        color: #fff; }
      .page-pricing a.button.signup svg {
        fill: #fff;
        position: relative;
        top: -1px; }
  .page-pricing .row.edition-groups-section .switch {
    margin: 5px 0 26px;
    padding: 3px;
    border-radius: 6px;
    background-color: #f5f5f5;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .page-pricing .row.edition-groups-section .switch {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 123px; } }
    .page-pricing .row.edition-groups-section .switch li {
      font-size: 13px;
      font-weight: 600;
      color: rgba(0, 0, 0, 0.76);
      padding: 5px 12px 7px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .page-pricing .row.edition-groups-section .switch li.active {
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
        background-color: #fff; }
      .page-pricing .row.edition-groups-section .switch li em {
        padding: 0 3px;
        border-radius: 3px;
        background-color: #e2e9f6;
        color: #1759cf;
        font-size: 11px;
        line-height: 1.45;
        font-style: normal;
        font-weight: normal;
        padding-bottom: 1px; }
      .page-pricing .row.edition-groups-section .switch li.family em {
        background-color: #9ddf955C;
        color: #3b6b13; }
  .page-pricing .row.edition-groups-section .edition-groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1170px;
    max-width: 100%;
    margin: 0 auto 55px; }
    @media screen and (max-width: 1240px) {
      .page-pricing .row.edition-groups-section .edition-groups {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .page-pricing .row.edition-groups-section .edition-groups > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media screen and (max-width: 1240px) {
        .page-pricing .row.edition-groups-section .edition-groups > div {
          width: 746px;
          max-width: 100%;
          margin: 0 auto; } }
      @media screen and (max-width: 768px) {
        .page-pricing .row.edition-groups-section .edition-groups > div {
          width: 95%; } }
      .page-pricing .row.edition-groups-section .edition-groups > div h2 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: rgba(0, 0, 0, 0.26);
        width: 100%;
        padding: 12px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        text-align: left; }
      .page-pricing .row.edition-groups-section .edition-groups > div h3 {
        font-family: Flexo, Arial, sans-serif;
        font-size: 21.6px;
        font-weight: bold;
        text-align: left;
        text-transform: uppercase;
        padding-left: 38px;
        margin: 0;
        position: relative; }
        .page-pricing .row.edition-groups-section .edition-groups > div h3::before {
          content: "";
          display: block;
          width: 24px;
          height: 24px;
          position: absolute;
          top: -1px;
          left: 0;
          background-size: contain; }
      .page-pricing .row.edition-groups-section .edition-groups > div .new-editions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        gap: 40px;
        margin-top: 30px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
        @media screen and (max-width: 768px) {
          .page-pricing .row.edition-groups-section .edition-groups > div .new-editions {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 48px; } }
        .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          padding: 41px 52px 56px 56px;
          border-radius: 16px;
          -webkit-box-shadow: 0 0 13px 0 rgba(31, 75, 104, 0.02);
          box-shadow: 0 0 13px 0 rgba(31, 75, 104, 0.02);
          border: solid 1px rgba(0, 0, 0, 0.04);
          background-color: #fff; }
          @media screen and (max-width: 768px) {
            .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition {
              padding-left: 8%;
              padding-right: 8%; } }
          .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition p {
            font-size: 13px;
            line-height: 1.4;
            color: rgba(0, 0, 0, 0.48);
            border-bottom: 1px solid rgba(0, 0, 0, 0.06);
            max-width: 95%;
            min-height: 80px;
            padding: 0 20px 44px 0;
            margin: 15px 0; }
            .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition p span.max-discount {
              color: #55a811;
              display: block; }
          .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition.free {
            width: 342px; }
            @media screen and (max-width: 768px) {
              .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition.free {
                width: auto; } }
            .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition.free h3::before {
              background-image: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-checkmark.svg");
              background-size: contain; }
            .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition.free p {
              max-width: 100%; }
          .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition.premium {
            width: 468px; }
            @media screen and (max-width: 768px) {
              .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition.premium {
                width: auto;
                padding-top: 48px;
                border-top: 1px solid rgba(0, 0, 0, 0.08); } }
            .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition.premium h3::before {
              background-image: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/premium-badge.svg");
              background-size: contain; }
            .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition.premium p {
              border-bottom: none;
              padding: 0;
              min-height: unset; }
          .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition .spaceholder {
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
          .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition .price-wrapper {
            color: #474747; }
            .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition .price-wrapper .price-info {
              margin: 0 auto 14px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: start;
              -ms-flex-pack: start;
              justify-content: flex-start;
              -ms-flex-line-pack: center;
              align-content: center;
              -webkit-box-align: end;
              -ms-flex-align: end;
              align-items: flex-end;
              gap: 8px; }
              .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition .price-wrapper .price-info .price {
                -ms-flex-preferred-size: auto;
                flex-basis: auto;
                font-size: 32px;
                font-weight: 700;
                line-height: 1.1;
                padding: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -ms-flex-line-pack: center;
                align-content: center;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center; }
                @media screen and (max-width: 640px) {
                  .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition .price-wrapper .price-info .price {
                    font-size: 32px; } }
                @media screen and (max-width: 414px) {
                  .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition .price-wrapper .price-info .price {
                    font-size: 28px; } }
                @media screen and (max-width: 360px) {
                  .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition .price-wrapper .price-info .price {
                    font-size: 24px; } }
              .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition .price-wrapper .price-info .discount {
                font-style: normal;
                font-size: 12px;
                font-weight: 600;
                color: #0d800d;
                padding: 2px 4px;
                border-radius: 3px;
                background-color: #9ddf955C;
                display: inline-block;
                line-height: 1.33;
                margin: 0 4px 2px 20px; }
                .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition .price-wrapper .price-info .discount.hidden {
                  display: none; }
                .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition .price-wrapper .price-info .discount:empty {
                  visibility: hidden; }
              .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition .price-wrapper .price-info .old-price {
                -ms-flex-preferred-size: 70%;
                flex-basis: 70%;
                font-size: 15px;
                font-weight: 600;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                padding-right: 12px; }
                .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition .price-wrapper .price-info .old-price:empty {
                  display: none; }
                @media screen and (max-width: 360px) {
                  .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition .price-wrapper .price-info .old-price {
                    font-size: 13px; } }
              .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition .price-wrapper .price-info .price-period {
                -ms-flex-preferred-size: 35px;
                flex-basis: 35px;
                -ms-flex-item-align: start;
                align-self: flex-start;
                margin-top: 2px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start; }
                .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition .price-wrapper .price-info .price-period span {
                  color: rgba(0, 0, 0, 0.48);
                  font-size: 14px; }
                  .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition .price-wrapper .price-info .price-period span em {
                    font-style: normal; }
            .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition .price-wrapper .note-wrapper {
              min-height: 52px; }
            .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition .price-wrapper .price-note {
              text-align: left;
              font-size: 13px;
              line-height: 1.2;
              position: relative; }
              .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition .price-wrapper .price-note .promo-code {
                font-weight: 600;
                background-color: #9ddf9540;
                display: inline-block;
                padding: 2px 2px; }
          .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition.free .price-wrapper {
            margin: 14px 0 0; }
          .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition .button-wrapper {
            margin: 5px 0 0; }
            @media screen and (max-width: 640px) {
              .page-pricing .row.edition-groups-section .edition-groups > div .new-editions .edition .button-wrapper {
                margin-top: 20px; } }
  .page-pricing .row.features-section .edition-features {
    width: 937px;
    margin: 0 auto 52px;
    max-width: 100%;
    color: #474747; }
    .page-pricing .row.features-section .edition-features h2 {
      font-size: 20px;
      margin-bottom: 4px; }
    .page-pricing .row.features-section .edition-features p.description {
      font-size: 14px;
      text-align: center;
      margin-bottom: 40px; }
    .page-pricing .row.features-section .edition-features .feature-table {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .page-pricing .row.features-section .edition-features .feature-table .table-header, .page-pricing .row.features-section .edition-features .feature-table .table-sub-header {
        padding: 0 25px 0 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .page-pricing .row.features-section .edition-features .feature-table .table-header h3, .page-pricing .row.features-section .edition-features .feature-table .table-sub-header h3 {
          color: #474747;
          text-transform: uppercase;
          font-size: 15px;
          width: 100%;
          text-align: left; }
          @media screen and (max-width: 640px) {
            .page-pricing .row.features-section .edition-features .feature-table .table-header h3, .page-pricing .row.features-section .edition-features .feature-table .table-sub-header h3 {
              font-size: 13px; } }
          @media screen and (max-width: 480px) {
            .page-pricing .row.features-section .edition-features .feature-table .table-header h3, .page-pricing .row.features-section .edition-features .feature-table .table-sub-header h3 {
              font-size: 12px; } }
          @media screen and (max-width: 360px) {
            .page-pricing .row.features-section .edition-features .feature-table .table-header h3, .page-pricing .row.features-section .edition-features .feature-table .table-sub-header h3 {
              font-size: 11px; } }
        .page-pricing .row.features-section .edition-features .feature-table .table-header > div, .page-pricing .row.features-section .edition-features .feature-table .table-sub-header > div {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          height: 80px;
          -ms-flex-preferred-size: 22%;
          flex-basis: 22%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .page-pricing .row.features-section .edition-features .feature-table .table-header > div:first-child, .page-pricing .row.features-section .edition-features .feature-table .table-sub-header > div:first-child {
            -ms-flex-item-align: end;
            align-self: flex-end;
            height: 50px;
            -ms-flex-preferred-size: 30%;
            flex-basis: 30%; }
          .page-pricing .row.features-section .edition-features .feature-table .table-header > div:nth-child(2), .page-pricing .row.features-section .edition-features .feature-table .table-sub-header > div:nth-child(2) {
            -ms-flex-preferred-size: 43%;
            flex-basis: 43%; }
          .page-pricing .row.features-section .edition-features .feature-table .table-header > div:nth-child(3), .page-pricing .row.features-section .edition-features .feature-table .table-sub-header > div:nth-child(3) {
            -ms-flex-preferred-size: 27%;
            flex-basis: 27%;
            border-left: solid 1px rgba(0, 0, 0, 0.06);
            border-right: solid 1px rgba(0, 0, 0, 0.06);
            background-color: rgba(252, 253, 253, 0.3); }
      .page-pricing .row.features-section .edition-features .feature-table .table-header > div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 112px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: Flexo, Arial, sans-serif;
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 10px;
        text-transform: uppercase;
        border-top: 1px solid transparent;
        -ms-flex-preferred-size: 22%;
        flex-basis: 22%; }
        @media screen and (max-width: 640px) {
          .page-pricing .row.features-section .edition-features .feature-table .table-header > div {
            font-size: 13px; } }
        @media screen and (max-width: 414px) {
          .page-pricing .row.features-section .edition-features .feature-table .table-header > div {
            font-size: 11px; } }
        .page-pricing .row.features-section .edition-features .feature-table .table-header > div:first-child {
          -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
          -ms-flex-item-align: end;
          align-self: flex-end;
          height: 50px; }
        .page-pricing .row.features-section .edition-features .feature-table .table-header > div:nth-child(2) {
          -ms-flex-preferred-size: 43%;
          flex-basis: 43%;
          color: #858585; }
        .page-pricing .row.features-section .edition-features .feature-table .table-header > div:nth-child(3) {
          -ms-flex-preferred-size: 27%;
          flex-basis: 27%;
          color: #ee4a75;
          border-top-left-radius: 6px;
          border-top-right-radius: 6px;
          border: solid 1px rgba(85, 147, 231, 0.19);
          border-bottom: none;
          background-color: rgba(252, 253, 253, 0.93); }
      .page-pricing .row.features-section .edition-features .feature-table .table-footer {
        padding: 0 25px 0 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .page-pricing .row.features-section .edition-features .feature-table .table-footer > div {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          height: 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-preferred-size: 22%;
          flex-basis: 22%; }
          .page-pricing .row.features-section .edition-features .feature-table .table-footer > div:first-child {
            -ms-flex-preferred-size: 30%;
            flex-basis: 30%; }
          .page-pricing .row.features-section .edition-features .feature-table .table-footer > div:nth-child(2) {
            -ms-flex-preferred-size: 43%;
            flex-basis: 43%; }
          .page-pricing .row.features-section .edition-features .feature-table .table-footer > div:nth-child(3) {
            -ms-flex-preferred-size: 27%;
            flex-basis: 27%;
            border-bottom-left-radius: 6px;
            border-bottom-right-radius: 6px;
            border: solid 1px rgba(85, 147, 231, 0.19);
            border-top: none;
            background-color: rgba(252, 253, 253, 0.93); }
      .page-pricing .row.features-section .edition-features .feature-table > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 25px 0 24px; }
        .page-pricing .row.features-section .edition-features .feature-table > div.odd {
          border-radius: 9px;
          background-color: rgba(0, 0, 0, 0.02); }
        .page-pricing .row.features-section .edition-features .feature-table > div > div {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          min-height: 50px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 13px;
          font-weight: 600;
          -ms-flex-preferred-size: 22%;
          flex-basis: 22%; }
          .page-pricing .row.features-section .edition-features .feature-table > div > div:first-child {
            -ms-flex-preferred-size: 30%;
            flex-basis: 30%; }
          .page-pricing .row.features-section .edition-features .feature-table > div > div:nth-child(2) {
            -ms-flex-preferred-size: 43%;
            flex-basis: 43%; }
          .page-pricing .row.features-section .edition-features .feature-table > div > div:nth-child(3) {
            -ms-flex-preferred-size: 27%;
            flex-basis: 27%;
            border-left: solid 1px rgba(85, 147, 231, 0.19);
            border-right: solid 1px rgba(85, 147, 231, 0.19);
            background-color: rgba(252, 253, 253, 0.3); }
          @media screen and (max-width: 640px) {
            .page-pricing .row.features-section .edition-features .feature-table > div > div {
              font-size: 12px; } }
          @media screen and (max-width: 480px) {
            .page-pricing .row.features-section .edition-features .feature-table > div > div {
              font-size: 11px; } }
          @media screen and (max-width: 360px) {
            .page-pricing .row.features-section .edition-features .feature-table > div > div {
              font-size: 10px; } }
          .page-pricing .row.features-section .edition-features .feature-table > div > div u {
            display: block;
            background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/checkmark.svg") no-repeat 0 0;
            background-size: cover;
            width: 16px;
            height: 16px;
            font-size: 0; }
          .page-pricing .row.features-section .edition-features .feature-table > div > div.l {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            line-height: 1.1;
            position: relative;
            cursor: pointer; }
            .page-pricing .row.features-section .edition-features .feature-table > div > div.l i {
              width: 0;
              display: none; }
              .page-pricing .row.features-section .edition-features .feature-table > div > div.l i::after {
                content: "";
                display: block;
                width: 18px;
                height: 18px;
                position: absolute;
                top: calc(50% - 9px);
                margin-left: 6px;
                background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/ic-question-mark-circle.svg") no-repeat 0 0;
                background-size: contain; }
          .page-pricing .row.features-section .edition-features .feature-table > div > div.l:hover i {
            display: block; }
        .page-pricing .row.features-section .edition-features .feature-table > div.premium {
          border-radius: 6px;
          border: solid 1px rgba(85, 147, 231, 0.19);
          background-color: rgba(252, 253, 253, 0.93); }
  .page-pricing .row.trustmarks-section .trust-marks-outer {
    padding: 0;
    color: #a0b0b9; }
    .page-pricing .row.trustmarks-section .trust-marks-outer .trust-marks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 960px;
      margin: 0 auto;
      padding: 40px 0 34px;
      border-bottom: solid 1px rgba(0, 0, 0, 0.12); }
      @media screen and (max-width: 1023px) {
        .page-pricing .row.trustmarks-section .trust-marks-outer .trust-marks {
          height: 340px;
          width: 90%;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 24px;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      @media screen and (max-width: 639px) {
        .page-pricing .row.trustmarks-section .trust-marks-outer .trust-marks {
          height: auto; } }
      .page-pricing .row.trustmarks-section .trust-marks-outer .trust-marks div {
        text-align: center;
        font-size: 12.1px;
        -ms-flex-preferred-size: 18%;
        flex-basis: 18%; }
        @media screen and (max-width: 1023px) {
          .page-pricing .row.trustmarks-section .trust-marks-outer .trust-marks div {
            margin: 8px 0; } }
        .page-pricing .row.trustmarks-section .trust-marks-outer .trust-marks div span {
          display: block;
          margin: 0 auto;
          max-width: 190px;
          text-align: center; }
        .page-pricing .row.trustmarks-section .trust-marks-outer .trust-marks div > img {
          display: block;
          margin: 0 auto 9px; }
        .page-pricing .row.trustmarks-section .trust-marks-outer .trust-marks div .img_stars {
          display: block;
          margin: -1px auto 4px; }
  .page-pricing .row.trustmarks-section .reviews {
    margin: 54px auto;
    font-family: Roboto, Arial, sans-serif;
    z-index: 1;
    position: relative; }
    .page-pricing .row.trustmarks-section .reviews h2 {
      font-family: 'Open Sans', Arial, sans-serif;
      font-size: 30px;
      font-weight: 700;
      text-align: center;
      position: relative;
      margin-bottom: 28px; }
    .page-pricing .row.trustmarks-section .reviews ul {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 0;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 1024px) {
        .page-pricing .row.trustmarks-section .reviews ul {
          max-width: 95%;
          margin: 0 auto;
          gap: 32px; } }
      .page-pricing .row.trustmarks-section .reviews ul li {
        display: block;
        width: 298px;
        border-radius: 10px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
        margin: 16px;
        position: relative;
        padding: 30px; }
        @media screen and (max-width: 1024px) {
          .page-pricing .row.trustmarks-section .reviews ul li {
            margin: 0; } }
        .page-pricing .row.trustmarks-section .reviews ul li:before {
          content: "";
          display: block;
          position: absolute;
          margin: auto;
          width: 20px;
          height: 20px;
          top: 11px;
          right: 11px;
          background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/sale/summer/ic-g2-grey.svg") no-repeat 0 0; }
        .page-pricing .row.trustmarks-section .reviews ul li a {
          color: #47a3ff;
          font-size: 16px;
          text-decoration: none;
          cursor: pointer; }
          @media screen and (max-width: 820px) {
            .page-pricing .row.trustmarks-section .reviews ul li a {
              font-size: 15px; } }
        .page-pricing .row.trustmarks-section .reviews ul li .reviewer {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 12px; }
          .page-pricing .row.trustmarks-section .reviews ul li .reviewer .avatar {
            width: 40px;
            height: 40px;
            margin-right: 12px; }
            .page-pricing .row.trustmarks-section .reviews ul li .reviewer .avatar img {
              border-radius: 50%;
              width: 40px;
              display: block; }
              .page-pricing .row.trustmarks-section .reviews ul li .reviewer .avatar img:first-child {
                border: 0.5px solid lightgray; }
          @media screen and (max-width: 1000px) {
            .page-pricing .row.trustmarks-section .reviews ul li .reviewer .information {
              min-height: 58px; } }
          .page-pricing .row.trustmarks-section .reviews ul li .reviewer .information .name {
            font-size: 14px;
            font-weight: 500; }
            @media screen and (max-width: 820px) {
              .page-pricing .row.trustmarks-section .reviews ul li .reviewer .information .name {
                font-size: 13px; } }
          .page-pricing .row.trustmarks-section .reviews ul li .reviewer .information .job {
            color: rgba(0, 0, 0, 0.4);
            font-size: 11px; }
            @media screen and (max-width: 820px) {
              .page-pricing .row.trustmarks-section .reviews ul li .reviewer .information .job {
                font-size: 10px; } }
        .page-pricing .row.trustmarks-section .reviews ul li .stars {
          color: #8bd9f1;
          font-size: 18px;
          letter-spacing: 2px; }
        .page-pricing .row.trustmarks-section .reviews ul li .review {
          font-size: 16px;
          line-height: 1.5;
          font-weight: 600;
          margin: 6px 0 11px;
          min-height: 50px;
          color: #3d3d3d; }
          @media screen and (max-width: 1000px) {
            .page-pricing .row.trustmarks-section .reviews ul li .review {
              min-height: 74px; } }
          @media screen and (max-width: 820px) {
            .page-pricing .row.trustmarks-section .reviews ul li .review {
              font-size: 15px; } }
          .page-pricing .row.trustmarks-section .reviews ul li .review p {
            overflow-y: hidden;
            -webkit-transition: max-height .5s ease-out;
            transition: max-height .5s ease-out;
            height: auto;
            max-height: 0;
            font-weight: normal;
            margin: 0 0 20px; }
            .page-pricing .row.trustmarks-section .reviews ul li .review p b {
              display: block;
              margin: 34px 0 20px; }
          .page-pricing .row.trustmarks-section .reviews ul li .review.expanded {
            -webkit-transition-duration: 0s;
            transition-duration: 0s;
            -webkit-transition-delay: 0s;
            transition-delay: 0s; }
            .page-pricing .row.trustmarks-section .reviews ul li .review.expanded p {
              max-height: 1000px; }
        .page-pricing .row.trustmarks-section .reviews ul li .show-more {
          cursor: pointer;
          color: #e63a1e;
          text-decoration: none; }
  .page-pricing .row.footer {
    background-color: #3c466e; }

.hidden {
  display: none; }

.invisible {
  opacity: 0; }

.subscription-plan {
  min-height: 66px;
  margin: 9px 0 0; }
  .subscription-plan .bootstrap-select {
    display: block;
    margin: 0;
    width: 302px;
    height: 62px; }
    @media screen and (max-width: 768px) {
      .subscription-plan .bootstrap-select {
        max-width: 100%; } }
    .subscription-plan .bootstrap-select .btn, .subscription-plan .bootstrap-select .btn-light {
      color: rgba(0, 0, 0, 0.76);
      font-weight: 600;
      font-size: 15px;
      padding-left: 1.0rem;
      background-color: unset;
      border-radius: 4px;
      border: solid 1px rgba(0, 0, 0, 0.24); }
      .subscription-plan .bootstrap-select .btn:focus, .subscription-plan .bootstrap-select .btn:active, .subscription-plan .bootstrap-select .btn-light:focus, .subscription-plan .bootstrap-select .btn-light:active {
        outline: unset !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: unset; }
      .subscription-plan .bootstrap-select .btn.dropdown-toggle::after, .subscription-plan .bootstrap-select .btn-light.dropdown-toggle::after {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/dropdown.svg") no-repeat center center;
        background-size: contain;
        border: none; }
      .subscription-plan .bootstrap-select .btn:hover, .subscription-plan .bootstrap-select .btn:focus, .subscription-plan .bootstrap-select .btn:active, .subscription-plan .bootstrap-select .btn-light:hover, .subscription-plan .bootstrap-select .btn-light:focus, .subscription-plan .bootstrap-select .btn-light:active {
        border-color: rgba(80, 142, 254, 0.48); }
      .subscription-plan .bootstrap-select .btn .filter-option, .subscription-plan .bootstrap-select .btn-light .filter-option {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .subscription-plan .bootstrap-select .btn .filter-option .filter-option-inner-inner, .subscription-plan .bootstrap-select .btn-light .filter-option .filter-option-inner-inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .subscription-plan .bootstrap-select .btn .filter-option .filter-option-inner-inner b, .subscription-plan .bootstrap-select .btn-light .filter-option .filter-option-inner-inner b {
            display: none; }
          .subscription-plan .bootstrap-select .btn .filter-option .filter-option-inner-inner u, .subscription-plan .bootstrap-select .btn-light .filter-option .filter-option-inner-inner u {
            text-decoration: unset; }
          .subscription-plan .bootstrap-select .btn .filter-option .filter-option-inner-inner i, .subscription-plan .bootstrap-select .btn-light .filter-option .filter-option-inner-inner i {
            display: none; }
    .subscription-plan .bootstrap-select div.dropdown-menu {
      margin: 7px auto;
      border-radius: 4px;
      -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.06);
      box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.06);
      border: solid 1px rgba(0, 0, 0, 0.08);
      padding: 13px 0 7px 0;
      position: relative;
      width: 100%;
      overflow-x: visible; }
      .subscription-plan .bootstrap-select div.dropdown-menu ul {
        padding: 0; }
        .subscription-plan .bootstrap-select div.dropdown-menu ul li {
          position: relative;
          padding-right: 0;
          height: 36px; }
          .subscription-plan .bootstrap-select div.dropdown-menu ul li .dropdown-item {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 14px;
            font-weight: 600;
            color: rgba(0, 0, 0, 0.76);
            padding: 0.25rem 0.8rem; }
            .subscription-plan .bootstrap-select div.dropdown-menu ul li .dropdown-item:focus, .subscription-plan .bootstrap-select div.dropdown-menu ul li .dropdown-item:hover, .subscription-plan .bootstrap-select div.dropdown-menu ul li .dropdown-item:active, .subscription-plan .bootstrap-select div.dropdown-menu ul li .dropdown-item.active {
              background-color: rgba(71, 163, 255, 0.06); }
          .subscription-plan .bootstrap-select div.dropdown-menu ul li a.opt {
            padding-left: 18px;
            padding-right: 10px; }
          .subscription-plan .bootstrap-select div.dropdown-menu ul li a span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 100%;
            font-size: 14px; }
            .subscription-plan .bootstrap-select div.dropdown-menu ul li a span u {
              text-decoration: none;
              text-align: left;
              min-width: 101px; }
            .subscription-plan .bootstrap-select div.dropdown-menu ul li a span i {
              font-style: normal;
              font-size: 12px;
              color: #0d800d;
              padding: 1px 4px;
              border-radius: 3px;
              background-color: #9ddf955C;
              display: inline-block; }
              .subscription-plan .bootstrap-select div.dropdown-menu ul li a span i:empty {
                visibility: hidden; }
            .subscription-plan .bootstrap-select div.dropdown-menu ul li a span b {
              -ms-flex-preferred-size: 60%;
              flex-basis: 60%;
              text-align: right;
              font-weight: normal;
              color: rgba(0, 0, 0, 0.32); }
          .subscription-plan .bootstrap-select div.dropdown-menu ul li.dropdown-header {
            padding: 0 24px 2px 18px; }
            .subscription-plan .bootstrap-select div.dropdown-menu ul li.dropdown-header span {
              font-size: 13px;
              font-weight: 600;
              color: rgba(74, 74, 74, 0.48); }
          .subscription-plan .bootstrap-select div.dropdown-menu ul li.dropdown-divider {
            border: none;
            margin: 0; }
    .subscription-plan .bootstrap-select.show .btn, .subscription-plan .bootstrap-select.show .btn-light {
      border-color: rgba(80, 142, 254, 0.48); }

.feature-tooltip {
  position: absolute;
  left: -1000px;
  z-index: 1001;
  width: 442px;
  max-width: 95%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  margin: auto; }
  .feature-tooltip .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 28px;
    border-radius: 4px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
    background-color: rgba(0, 0, 0, 0.8);
    gap: 26px; }
    .feature-tooltip .content img {
      width: 70px;
      height: 70px;
      -o-object-fit: contain;
      object-fit: contain;
      display: none; }
    .feature-tooltip .content span {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.87); }
      .feature-tooltip .content span i {
        font-style: normal;
        color: gold;
        display: block;
        margin-top: 6px; }

.dropdown-menu div.inner {
  overflow-y: overlay !important;
  scrollbar-color: rgba(0, 0, 0, 0.24) rgba(255, 255, 255, 0); }

.dropdown-menu div.inner::-webkit-scrollbar {
  width: 10px;
  /* Mostly for vertical scrollbars */
  height: 10px;
  /* Mostly for horizontal scrollbars */ }

.dropdown-menu div.inner::-webkit-scrollbar-thumb {
  /* Foreground */
  background: rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  margin-left: -18px;
  display: block; }

.dropdown-menu div.inner::-webkit-scrollbar-track {
  /* Background */
  background: rgba(255, 255, 255, 0); }

.page-privacy h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase; }

.page-privacy .privacy-faq h2 {
  text-align: left;
  margin: 68px 0; }

.page-privacy .header .description {
  color: rgba(74, 74, 74, 0.5);
  margin-top: 9px; }

.page-privacy h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  text-decoration: underline;
  margin: 46px 0 24px 0; }

.page-privacy .hl-text {
  background-blend-mode: multiply;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(160, 255, 133, 0.38)), to(rgba(160, 255, 133, 0.38)));
  background-image: linear-gradient(rgba(160, 255, 133, 0.38), rgba(160, 255, 133, 0.38)); }

.page-privacy .button.upgrade {
  width: 151px;
  height: 34px;
  border-radius: 2px;
  background-color: #57f19e;
  -webkit-box-shadow: 0 2px 6px 0 rgba(166, 166, 165, 0.18), inset 0 -2px 14px 2px rgba(58, 0, 0, 0.01), inset 0 5px 14px 0 rgba(255, 245, 235, 0.18);
  box-shadow: 0 2px 6px 0 rgba(166, 166, 165, 0.18), inset 0 -2px 14px 2px rgba(58, 0, 0, 0.01), inset 0 5px 14px 0 rgba(255, 245, 235, 0.18);
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 34px; }

.page-privacy .privacy {
  width: 1314px;
  max-width: 95%;
  margin: 0 auto 100px;
  padding: 117px 0 88px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.02); }
  .page-privacy .privacy .content {
    width: 986px;
    max-width: 92%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 22px; }
    .page-privacy .privacy .content > ul {
      padding-left: 18px; }
    .page-privacy .privacy .content b, .page-privacy .privacy .content i {
      font-weight: 600; }
    .page-privacy .privacy .content .privacy-faq {
      padding: 0 4px; }
  .page-privacy .privacy .top-banner {
    border-radius: 4px;
    border: solid 1px #e4e4e4;
    position: relative;
    padding: 92px 0 0; }
    .page-privacy .privacy .top-banner::before {
      content: '';
      display: block;
      background: #fff url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/privacy-marker.svg") no-repeat top center;
      width: 198px;
      height: 128px;
      position: absolute;
      left: 0;
      right: 0;
      top: -71px;
      margin: auto; }
    .page-privacy .privacy .top-banner h2 {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; }
    .page-privacy .privacy .top-banner p {
      margin: 20px auto 58px;
      text-align: center;
      font-size: 17px;
      line-height: 1.53;
      max-width: 90%; }
    .page-privacy .privacy .top-banner .buy-block {
      background-color: #fcfcfc;
      padding: 43px 31px;
      border-top: 1px solid #f2f2f2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 0 0 4px 4px; }
      @media screen and (max-width: 1024px) {
        .page-privacy .privacy .top-banner .buy-block {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          padding: 43px 0; } }
      @media screen and (max-width: 1024px) {
        .page-privacy .privacy .top-banner .buy-block > div {
          margin: 20px 0; } }
      .page-privacy .privacy .top-banner .buy-block .upgrade-text {
        font-size: 15px;
        padding: 0 25px;
        margin: 0;
        line-height: 1.38; }
        @media screen and (max-width: 1024px) {
          .page-privacy .privacy .top-banner .buy-block .upgrade-text {
            padding: 0 10%;
            text-align: center; } }
  .page-privacy .privacy .updated {
    margin-top: 60px;
    text-align: right;
    font-style: italic; }

#splashScreen {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2147483632;
  height: 100vh; }
  #splashScreen .curtains {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1; }
    #splashScreen .curtains.white {
      background-color: #fff; }
    #splashScreen .curtains .curtain {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      float: left;
      position: relative;
      width: 50%;
      height: 100vh;
      -webkit-transition: all 700ms ease;
      transition: all 700ms ease;
      background-color: #393185; }
      #splashScreen .curtains .curtain.left {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%); }
      #splashScreen .curtains .curtain.right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-transform: translateX(100%);
        transform: translateX(100%); }
      #splashScreen .curtains .curtain.closed {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
      #splashScreen .curtains .curtain.transparent {
        visibility: hidden; }
  #splashScreen .window {
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #splashScreen .window.hidden {
      display: none; }
    #splashScreen .window .background {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #splashScreen .window .background .cord {
        margin: -100px 1.5vh 0;
        height: 40vh;
        max-height: 40vw;
        cursor: pointer;
        position: relative;
        -webkit-transition: top 0.3s ease-in-out;
        transition: top 0.3s ease-in-out; }
      #splashScreen .window .background .lights {
        height: 80vh;
        max-height: 60vw; }
        #splashScreen .window .background .lights .lamp {
          stroke: #ffffff;
          stroke-opacity: 0.5;
          fill: #ffe049;
          fill-opacity: 0.0;
          -webkit-transition: all ease-in 0.5s;
          transition: all ease-in 0.5s; }
        #splashScreen .window .background .lights .thread {
          stroke: #ffffff;
          stroke-opacity: 0.5;
          -webkit-transition: all ease-out 1.0s;
          transition: all ease-out 1.0s; }
        #splashScreen .window .background .lights .baloon1 {
          fill: #000000;
          opacity: 0.06;
          -webkit-transition: all ease-out 0.5s;
          transition: all ease-out 0.5s; }
        #splashScreen .window .background .lights .baloon2 {
          fill: #000000;
          opacity: 0.047;
          -webkit-transition: all ease-out 0.5s;
          transition: all ease-out 0.5s; }
        #splashScreen .window .background .lights .baloon3 {
          fill: #000000;
          opacity: 0.06;
          -webkit-transition: all ease-out 0.5s;
          transition: all ease-out 0.5s; }
        #splashScreen .window .background .lights .question {
          fill: #ffffff;
          opacity: 0.12;
          -webkit-transition: all ease 0.5s;
          transition: all ease 0.5s; }
        #splashScreen .window .background .lights.on .lamp {
          stroke: #ffdd36;
          stroke-opacity: 1.0;
          fill: #ffe049;
          fill-opacity: 1.0;
          -webkit-transition: all ease-in 0.2s;
          transition: all ease-in 0.2s; }
        #splashScreen .window .background .lights.on .thread {
          stroke: #ab7e01;
          stroke-opacity: 1.0;
          -webkit-transition: all ease-out 0.2s;
          transition: all ease-out 0.2s; }
        #splashScreen .window .background .lights.on .baloon1 {
          fill: #2be0d8;
          opacity: 0.1;
          -webkit-transition: all ease-in 0.5s;
          transition: all ease-in 0.5s; }
        #splashScreen .window .background .lights.on .baloon2 {
          fill: #ffe049;
          opacity: 0.17;
          -webkit-transition: all ease-in 0.5s;
          transition: all ease-in 0.5s; }
        #splashScreen .window .background .lights.on .baloon3 {
          fill: #fe5668;
          opacity: 0.1;
          -webkit-transition: all ease-in 0.5s;
          transition: all ease-in 0.5s; }
        #splashScreen .window .background .lights.on .question {
          opacity: 0.0;
          -webkit-transition: all ease 0.5s;
          transition: all ease 0.5s; }
    #splashScreen .window .text-content {
      width: 60%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #splashScreen .window .text-content .cta {
        width: calc(600px + 16vw);
        max-width: 100%;
        margin: 0;
        padding: 0 4vw 0 12vw; }
        #splashScreen .window .text-content .cta .logo {
          margin: 4rem 0; }
        #splashScreen .window .text-content .cta ul.text {
          font-size: 4rem;
          color: #fff;
          font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
          font-weight: bold;
          line-height: 1.3;
          margin: 0 0 4.8rem;
          padding: 0;
          min-height: 21rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          list-style: none;
          position: relative; }
          @media screen and (max-width: 1280px) {
            #splashScreen .window .text-content .cta ul.text {
              font-size: 3.6rem; } }
          @media screen and (max-width: 1024px) {
            #splashScreen .window .text-content .cta ul.text {
              font-size: 3.2rem; } }
          #splashScreen .window .text-content .cta ul.text li {
            position: absolute;
            -webkit-transition: opacity ease-in-out 1s;
            transition: opacity ease-in-out 1s; }
        #splashScreen .window .text-content .cta ul.buttons {
          padding: 0;
          list-style: none;
          position: relative; }
          #splashScreen .window .text-content .cta ul.buttons li {
            position: absolute;
            -webkit-transition: opacity ease-in-out 1s;
            transition: opacity ease-in-out 1s; }
          #splashScreen .window .text-content .cta ul.buttons a.button {
            border-radius: 4px;
            -webkit-box-shadow: 0 4px 16px 0 rgba(47, 93, 183, 0.15), 0 0 7px 2px rgba(14, 41, 72, 0.11);
            box-shadow: 0 4px 16px 0 rgba(47, 93, 183, 0.15), 0 0 7px 2px rgba(14, 41, 72, 0.11);
            background-color: #3f82ff;
            line-height: 2.5;
            padding: 0 2em;
            color: #fff;
            display: inline-block;
            width: auto;
            height: auto;
            margin: 0 auto;
            font-family: "Open Sans", Arial, sans-serif;
            font-size: 2.3rem;
            font-weight: 600;
            letter-spacing: 0.57px;
            text-decoration: none;
            text-align: center;
            cursor: pointer; }
            #splashScreen .window .text-content .cta ul.buttons a.button:hover {
              background-color: #4c9bff; }
            #splashScreen .window .text-content .cta ul.buttons a.button:active {
              background-color: #2974ff; }
        #splashScreen .window .text-content .cta .progress-set {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 20px; }
          #splashScreen .window .text-content .cta .progress-set .progress {
            background-color: rgba(0, 0, 0, 0.17);
            width: 110px;
            height: 3px;
            border-radius: 1.5px;
            position: relative;
            display: block;
            margin: 13.7rem 0 0; }
            #splashScreen .window .text-content .cta .progress-set .progress > span {
              background-color: #3e85ff;
              border-radius: 1.5px;
              -webkit-transition: width ease 100ms;
              transition: width ease 100ms;
              display: block;
              text-indent: -9999px;
              width: 44px;
              height: 3px;
              font-size: 0; }
        #splashScreen .window .text-content .cta.step0 ul.text li:nth-child(1) {
          visibility: visible;
          opacity: 1; }
        #splashScreen .window .text-content .cta.step0 ul.text li:nth-child(2) {
          visibility: hidden;
          opacity: 0; }
        #splashScreen .window .text-content .cta.step0 ul.buttons li:nth-child(1) {
          visibility: visible;
          opacity: 1; }
        #splashScreen .window .text-content .cta.step0 ul.buttons li:nth-child(2) {
          visibility: hidden;
          opacity: 0; }
        #splashScreen .window .text-content .cta.step1 ul.text li:nth-child(1) {
          visibility: hidden;
          opacity: 0; }
        #splashScreen .window .text-content .cta.step1 ul.text li:nth-child(2) {
          visibility: visible;
          opacity: 1; }
        #splashScreen .window .text-content .cta.step1 ul.buttons li:nth-child(1) {
          visibility: hidden;
          opacity: 0; }
        #splashScreen .window .text-content .cta.step1 ul.buttons li:nth-child(2) {
          visibility: visible;
          opacity: 1; }

#subscription-modal {
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
  max-width: 1263px;
  width: 95%;
  position: relative;
  top: 30px;
  margin: 12px auto 0;
  padding: 0 20px 172px;
  z-index: 101;
  border-radius: 6px;
  background-image: radial-gradient(circle at 50% 15%, #7ccffc, #8097f6);
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out; }
  #subscription-modal.visuallyhidden {
    visibility: hidden;
    opacity: 0; }
  #subscription-modal.hidden {
    display: none; }
  @media screen and (max-width: 1440px) {
    #subscription-modal {
      margin-top: calc(48px - 2.5vw); } }
  @media screen and (max-width: 640px) {
    #subscription-modal {
      top: unset;
      width: unset;
      margin-left: -15px;
      margin-right: -15px;
      border-radius: 0;
      padding: 0 5vw 30vw; } }
  #subscription-modal img.header {
    margin: -30px auto 0; }
    @media screen and (max-width: 640px) {
      #subscription-modal img.header {
        max-width: 50vw; } }
  #subscription-modal header {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 5px rgba(9, 114, 156, 0.13);
    text-align: center;
    width: 100%;
    margin: 40px auto 0; }
    @media screen and (max-width: 640px) {
      #subscription-modal header {
        font-size: calc(14px + 2.5vw); } }
  #subscription-modal .subheader {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    text-shadow: 0 1px 5px rgba(9, 114, 156, 0.13);
    text-align: center;
    width: 100%;
    margin: 9px auto 46px; }
    @media screen and (max-width: 640px) {
      #subscription-modal .subheader {
        font-size: calc(12px + 1.5vw); } }
  #subscription-modal form {
    width: 511px;
    max-width: 95%;
    margin: 0 auto;
    text-align: left;
    position: relative; }
    #subscription-modal form input[type=email] {
      font-size: 18px;
      font-weight: 300;
      color: #4a4a4a;
      height: 40px;
      border-radius: 3px;
      border-color: transparent;
      -webkit-box-shadow: 0 6px 16px 0 rgba(71, 116, 187, 0.24), inset 0 1px 3px 0 rgba(242, 242, 242, 0.5);
      box-shadow: 0 6px 16px 0 rgba(71, 116, 187, 0.24), inset 0 1px 3px 0 rgba(242, 242, 242, 0.5); }
    #subscription-modal form input[type=submit] {
      position: absolute;
      top: 0;
      right: 0;
      min-width: 67px;
      height: 40px;
      font-size: 18px;
      font-weight: 600;
      color: #DC7B11;
      border-top-left-radius: 0;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 0;
      border-color: transparent;
      border-left-width: 0;
      background-color: #ffe9a1;
      -webkit-box-shadow: inset 0 -13px 27px 3px rgba(58, 0, 0, 0.05), inset 0 10px 28px 0 rgba(255, 245, 235, 0.13);
      box-shadow: inset 0 -13px 27px 3px rgba(58, 0, 0, 0.05), inset 0 10px 28px 0 rgba(255, 245, 235, 0.13); }
      #subscription-modal form input[type=submit]:disabled {
        color: rgba(201, 165, 98, 0.3); }
  #subscription-modal .mce-responses {
    padding: 8px 0;
    font-size: 13px; }
    #subscription-modal .mce-responses a {
      color: #fff; }
    #subscription-modal .mce-responses .mce-error-response {
      display: none;
      color: #FFDE00; }
    #subscription-modal .mce-responses .mce-success-response {
      display: none;
      color: #A0FFB2; }
  #subscription-modal .subscription-note {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    max-width: 381px;
    width: 80%;
    text-align: center;
    margin: 10px auto 0; }
  #subscription-modal .bottom-graph {
    height: 274px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: url("/National_Library/20160330061658oe_/https://www.glasswire.com/img/subscribe-form-bg-graph.svg") no-repeat top center;
    background-size: cover; }
  #subscription-modal .subscription-modal-close-btn {
    display: block;
    position: absolute;
    padding: 4px;
    margin: 20px;
    top: 0;
    right: 0;
    cursor: pointer; }

#subscription-modal.fixed {
  position: fixed;
  top: unset;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  z-index: 10000;
  padding: 0 20px 75px;
  margin: 0 auto; }
  #subscription-modal.fixed img.header {
    margin-top: -43px; }
  @media screen and (max-width: 640px) {
    #subscription-modal.fixed {
      top: 0;
      margin-top: 0;
      max-width: unset;
      width: unset;
      height: unset;
      padding: 0 7vw; }
      #subscription-modal.fixed img.header {
        margin-top: 20px; } }
  #subscription-modal.fixed header {
    margin-top: 18px; }
  #subscription-modal.fixed .pointing-arrow {
    width: calc(50% - 360px);
    height: calc(100vh - 320px);
    bottom: 300px;
    right: 110px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 1; }
    @media screen and (max-width: 1023px) {
      #subscription-modal.fixed .pointing-arrow {
        display: none; } }
    #subscription-modal.fixed .pointing-arrow .pointing-arrow-inside {
      width: 120%;
      height: 95%;
      margin-left: 7px;
      border-radius: 100% 0 0;
      border-width: 3px 0 0 3px;
      border-style: dashed;
      border-color: cornflowerblue; }
      #subscription-modal.fixed .pointing-arrow .pointing-arrow-inside::after {
        content: "";
        position: absolute;
        border-style: solid;
        border-color: cornflowerblue transparent transparent;
        border-width: 13px 8px 0;
        bottom: 2vh;
        left: 0; }

#subscription-modal.fixed.edge {
  padding-bottom: 182px; }
  #subscription-modal.fixed.edge .pointing-arrow {
    width: 16px;
    height: 15%;
    left: 50%;
    bottom: 80px;
    margin-left: -8px; }
    #subscription-modal.fixed.edge .pointing-arrow .pointing-arrow-inside {
      border-width: 0 0 0 3px;
      border-radius: 0; }

.page-survey {
  background-color: #f2f2f2; }
  .page-survey .header .description {
    text-align: left;
    width: 800px;
    max-width: 100%;
    margin: 30px auto 0; }
  @media screen and (max-width: 475px) {
    .page-survey .col-lg-12 {
      width: 100%;
      padding-right: 0;
      padding-left: 0; } }
  .page-survey .content {
    width: 1314px;
    max-width: 95%;
    margin: 0 auto 0; }
    @media screen and (max-width: 475px) {
      .page-survey .content {
        max-width: 100%; } }
    .page-survey .content iframe {
      height: 1320px;
      width: 100%; }
      @media screen and (max-width: 680px) {
        .page-survey .content iframe {
          height: 1380px; } }
      @media screen and (max-width: 580px) {
        .page-survey .content iframe {
          height: 1420px; } }
      @media screen and (max-width: 430px) {
        .page-survey .content iframe {
          height: 1540px; } }
      @media screen and (max-width: 400px) {
        .page-survey .content iframe {
          height: 1680px; } }

/*# sourceMappingURL=bundle.css.map */
