/* -*- coding: utf-8 -*- */

:root {
  --min-width: 360px;
  --max-width: 1200px;
}

html {
  background-color: #ffffff;
  color: #1b1c1f;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  line-height: 1.5;
}

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

iframe {
  border: none;
}

img {
  display: block;
  height: auto;
  width: auto;
}

figure {
  margin: 0;
}

blockquote {
  margin: 0;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
}

textarea {
  font-family: "PT Mono", monospace;
}

input {
  font-family: "PT Mono", monospace;
}

a {
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: underline;
}

.telephone {
  white-space: nowrap;
}

.header-bg {
  background-image: url("../images/hero-bg.png");
  background-image: -webkit-image-set(url("../images/hero-bg.webp") 1x);
  background-size: 100% 218px;
  background-repeat: no-repeat;
  height: 218px;
  min-width: 906px;
  overflow: visible;
  position: absolute;
  right: 50%;
  transform: translate(240px, 0);
  width: 100%;
  z-index: -100;
}

#index .header-bg {
  background-image: url("../images/hero-bg-min.png");
  background-image: -webkit-image-set(url("../images/hero-bg-min.webp") 1x);
  background-size: 100% 1021px;
  background-repeat: no-repeat;
  height: 1021px;
  /* min-width: 1440px; */
  min-width: 1736px;
  overflow: visible;
  position: absolute;
  right: 50%;
  transform: translate(954px, 0);
  width: 100%;
  z-index: -100;
}

#header .header-container {
  height: 210px;
  margin: 0 auto;
  position: relative;
  width: 960px;
}

#header .logo {
  display: block;
  left: 10px;
  position: absolute;
  top: 45px;
}

#header .logo img {
  width: 233px;
}

#header .top-btn {
  height: 79px;
  position: absolute;
  right: 70px;
  text-align: center;
  top: 20px;
  width: 242px;
}

#index #header .top-btn {
  right: 160px;
}

#header .top-btn .top-btn-oval {
  background-color: #ffffff;
  border-radius: 50px;
  border: 2px solid #00df73;
  height: 79px;
  position: relative;
  width: 242px;
}

#header .top-btn .customer-support {
  color: #646464;
  font-size: 15px;
  font-weight: 700;
  height: 24px;
}

#header .top-btn .phone-icon {
  height: 29px;
  left: 12px;
  position: absolute;
  top: 25px;
  width: 29px;
}

#header .top-btn .telephone {
  color: #00df73;
  display: block;
  font-size: 21px;
  font-weight: 800;
  margin-top: -3px;
  padding-left: 10px;
}

#header .top-btn .layer-24 {
  background-color: #ffffff;
  border-radius: 12px;
  color: #00df73;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  height: 25px;
  position: absolute;
  right: -15px;
  top: 25px;
}

#header .top-btn .special-offers-when {
  color: #93969a;
  font-size: 12px;
  font-weight: 700;
  padding-left: 10px;
}

#header .login {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 45px;
}

#header .login a {
  color: #9e55f5;
  text-decoration: underline;
}

#index #header .login a {
  color: #ffffff;
}

#footer {
  background-color: #6a52c4;
  color: #ffffff;
  padding-bottom: 150px;
}

#footer a {
  color: inherit;
}

#footer a:focus,
#footer a:hover {
  color: inherit;
}

.footer-wrapper {
  display: flex;
}

.footer-wrapper::before,
.footer-wrapper::after {
  content: '';
  display: block;
  flex: 1;
  height: 10px;
}

.footer-content {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  flex: 10000;
  font-size: 12px;
  justify-content: space-around;
  line-height: 1.5;
  max-width: var(--max-width);
  min-width: var(--min-width);
  padding-top: 60px;
  position: relative;
}

@media only screen and (max-width:900px) {
  .footer-content {
    flex-wrap: wrap;
  }
}

.footer-section1 {
  padding-left: 10px;
  padding-right: 20px;
  width: 210px;
}

.footer-address .address {
  display: block;
  font-style: normal;
  margin-top: 1.5em;
}

.footer-section2 {
  flex: 1 1;
  min-width: var(--min-width);
  padding-left: 10px;
  padding-right: 10px;
}

#footer .disclaimer {
  text-align: justify;
}

#footer .copyright {
  margin-bottom: 3em;
  margin-top: 1.5em;
}

.footer-section3 {
  width: var(--min-width);
}

.footer-nav {
  padding-left: 20px;
}

#footer .nav-list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 24em;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer .nav-list li {
  line-height: 1.5;
  margin-bottom: 1.5em;
  white-space: nowrap;
}

#footer .credits {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 120px;
}

#footer .credit {
  padding-bottom: 15px;
}

#footer .credit a {
  display: block;
  margin: 0 auto;
  width: 90px;
}

#footer .credit img {
  filter: grayscale(1);
  margin: 0 auto;
  width: auto;
}

#footer .credit:hover img {
  filter: none;
}

#footer .appesteem img {
  height: auto;
  width: 90px;
}

#footer .trustwave img {
  height: auto;
  width: 90px;
}

#footer .bbb img {
  height: auto;
  width: 90px;
}

#footer .geotrust img {
  height: auto;
  width: 90px;
}

#main {
  padding-bottom: 60px;
}

#main .main-container > * {
  margin: 0 auto 0;
  width: 960px;
}

#main .main-title {
  color: #2f1453;
  font-size: 32px;
  font-weight: 800;
  text-align: center;
}

#contact-us #main .main-abstract {
  font-size: 18px;
  margin: 30px auto 0;
  text-align: center;
  width: 690px;
}

#contact-us #main .contacts {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0;
  width: 800px;
}

#contact-us #main .contacts .contact-method {
  background-color: #9136f5;
  border-radius: 8px;
  color: #ffffff;
  height: 280px;
  padding-top: 30px;
  width: 342px;
}

#contact-us #main .contacts .contact-image img {
  margin: 0 auto;
}

#contact-us #main .contacts .title {
  font-size: 22px;
  margin-top: 15px;
  text-align: center;
}

#contact-us #main .contacts .detail {
  font-size: 18px;
  font-weight: 400;
  margin: 15px auto 0;
  text-align: center;
}

#contact-us #main .contacts .telephone {
  color: #ffffff;
}

#contact-us .chat-container {
  padding-top: 60px;
  text-align: center;
}

#contact-us .chat-button {
  align-items: center;
  background-color: rgb(46,117,210);
  border-radius: 6px;
  border: none;
  color: #ffffff;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  margin: 0 auto;
  outline-offset: 2px;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
}
#contact-us .chat-button:focus,
#contact-us .chat-button:hover {
  filter: brightness(1.1);
}

#contact-us #chat-full {
  margin: 0 auto;
  position: relative;
  text-align: center;
}

#contact-us .chat-container .title {
  text-align: center;
}

#contact-us #main .contact-form {
  margin: 60px auto 120px;
}

#contact-us #main .contact-form .title {
  color: #9136f5;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#contact-us #main .contact-form .input-label {
  height: 24px;
  color: #2f1453;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 25px auto 0 80px;
}

#contact-us #main .contact-form .input-style {
  background-color: #fefeff;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  font-size: 30px;
  height: 63px;
  margin: 10px 80px 0 80px;
  width: 800px;
}

#contact-us #main .contact-form .textarea-style {
  background-color: #fefeff;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  font-size: 20px;
  height: 212px;
  margin: 10px 80px 0 80px;
  width: 800px;
}

#contact-us #main .contact-form .button-style {
  background-color: #9136f5;
  border-radius: 8px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  height: 63px;
  margin: 30px 80px 0 80px;
  width: 800px;
}

#contact-us #main .contact-form .flash {
  color: #2f1453;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#contact-us #main .contact-form .not-sent {
  color: #992222;
}

#contact-us #main #contact-recaptcha > * {
  margin: 30px auto;
}

#affiliates .main-body {
  background-color: #eeeeee;
  margin: 30px auto 0;
  padding: 60px;
  width: 840px;
}

#affiliates .contact-form {
  display: block;
  margin-top: 60px;
}

#affiliates .contact-form-wrap {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#affiliates .contact-form .input-label {
  height: 24px;
  display: block;
  font-size: 16px;
  padding-left: 10px;
}

#affiliates .contact-form .input-style {
  background-color: #fefeff;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  font-size: 18px;
  margin-bottom: 1em;
  padding: 5px 10px;
}

#affiliates .contact-form #input-website {
  width: 350px;
}

#affiliates .contact-form #input-email {
  width: 350px;
}

#affiliates .contact-form #input-addr1,
#affiliates .contact-form #input-addr2 {
  width: 720px;
}

#affiliates .contact-form #input-city {
  width: 350px;
}

#affiliates .contact-form #input-district {
  width: 170px;
}

#affiliates .contact-form #input-postal-code {
  width: 170px;
}

#affiliates .contact-form #input-country {
  width: 350px;
}

#affiliates .contact-form #input-phone {
  width: 350px;
}

#affiliates .contact-form .textarea-style {
  background-color: #fefeff;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  height: 240px;
  padding: 5px 10px;
  width: 720px;
}

#affiliates .contact-form .button-input {
  width: 720px;
}

#affiliates .contact-form .button-style {
  background-color: #2389eb;
  border-radius: 22px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  height: 45px;
  margin: 15px auto;
  text-align: center;
  width: 240px;
}

#affiliates .contact-form .flash {
  color: #2f1453;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#affiliates .contact-form .not-sent {
  color: #992222;
}

#affiliates #contact-recaptcha > * {
  margin: 30px auto;
}

#index #header .header-container {
  height: 180px;
}

#index #main .main-header {
  color: #ffffff;
  height: 840px;
  padding-left: 10px;
  position: relative;
}

#index #main .main-header a {
  color: #ffffff;
  text-decoration: underline;
}

#index #main .main-title {
  color: #ffffff;
  font-weight: 800;
  line-height: 1.2;
  margin-top: -30px;
  text-align: left;
  width: 480px;
}

#index #main .main-abstract {
  font-size: 16px;
  margin: 15px 0 0;
  width: 480px;
}

#index #main #email-clean,
#index #main #email-error {
  border: 1px solid #ffffff;
  border-radius: 10px;
  font-size: 16px;
  margin: 15px 0 -15px -15px;
  padding: 5px 15px;
  width: 530px;
}

#index #main #email-form .email-field {
  background-color: #f6f1ff;
  border-radius: 27px;
  border: 1px solid #7a3fda;
  display: block;
  font-size: 20px;
  height: 54px;
  margin: 30px 0 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 420px;
}

#index #main #email-form .email-button {
  align-items: center;
  background-color: #1ddd60;
  border: none;
  border-radius: 27px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 800;
  height: 54px;
  justify-content: flex-start;
  margin: 10px auto 0 0;
  padding-left: 0;
  text-align: center;
  width: 420px;
}

#index #main #email-form .email-button:hover {
  text-decoration: underline;
}

#index #main #email-form .email-button-image {
  align-items: center;
  background-color: #11ca52;
  border-radius: 50%;
  display: flex;
  height: 54px;
  justify-content: center;
  margin-right: 15px;
  width: 54px;
}

#index #main .no-cc {
  color: #cccccc;
  font-size: 12px;
  margin: 10px auto 0 0;
  text-align: center;
  width: 420px;
}

#index #main .no-cc a {
  color: #cccccc;
}

#index #main .hacked-totals {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
  width: 570px;
}

#index #main .hacked-total {
  width: 190px;
}

#index #main .hacked-total .title {
  font-size: 24px;
  font-weight: bold;
}

#index #main .hacked-total .detail {
  font-size: 16px;
  font-weight: bold;
  width: 150px;
}

#index #main .what-happens {
  margin: 30px 0 0;
  width: 720px;
}

#index #main .what-happens .title {
  font-size: 18px;
  font-weight: bold;
}

#index #main .what-happens .detail {
  font-size: 14px;
  margin: 15px 0 0;
  text-align: justify;
}

#index #main .top-leaks .title {
  color: #2f1453;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

#index #main .latest-leaks {
  margin: 60px auto 0;
}

#index #main .latest-leaks .title {
  color: #2f1453;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

#index #main .latest-leaks .abstract {
  color: #4b484f;
  font-size: 16px;
  margin: 30px auto 0;
  width: 720px;
}

#index #main #top-leak-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
}

#index #main #top-leak-list li {
  background: url('../images/icon-lock-open.png') 0 0 no-repeat;
  height: 80px;
  margin-top: 15px;
  padding-left: 80px;
  width: 300px;
}

#index #main #top-leak-list .domain {
  color: #2f1453;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}

#index #main #top-leak-list .count {
  color: #555555;
  font-size: 18px;
  white-space: nowrap;
}

#index #main #latest-leak-table {
  margin: 30px auto 0;
  width: 900px;
}

#index #main #latest-leak-table .date {
  text-align: right;
}

#index #main #latest-leak-table .name {
  text-align: center;
}

#index #main #latest-leak-table .domain {
  text-align: right;
}

#index #main #latest-leak-table .count {
  text-align: right;
}

#index #main #latest-leak-table thead tr th {
  background-color: #eeeaf3;
  color: #2f1453;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px;
}

#index #main #latest-leak-table tbody tr td {
  padding: 5px 10px;
  color: #555555;
  font-size: 16px;
  font-weight: bold;
}

#index #main #latest-leak-table tbody tr:nth-child(even) td {
  background-color: #f8f7fa;
}

#faq #main .main-container {
  padding-bottom: 90px;
}

#faq #main .main-container > * {
  padding-left: 30px;
  padding-right: 30px;
}

#faq #main .chapter {
  margin-top: 60px;
}

#faq #main .title {
  text-align: left;
}

#exit-backdrop {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

#exit-popup {
  background-color: #ffffff;
  border-radius: 5px;
  left: 50%;
  padding: 40px 50px;
  position: fixed;
  top: 30px;
  transform: translate(-50%, 0);
  width: 640px;
  z-index: 20;
}

#exit-popup .exit-logo img {
  margin: 0 auto;
}

#exit-popup .title {
  font-style: italic;
  font-size: 40px;
  margin-top: 20px;
  text-align: center;
}

#exit-popup .rebate-container {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#exit-popup .rebate-text {
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
}

#exit-popup .rebate-card {
  color: #0c79e3;
}

#exit-popup .continue-below {
  font-weight: normal;
}

#exit-popup #email {
  display: block;
  font-size: 24px;
  height: 48px;
  margin-top: 40px;
  padding: 5px;
  width: 100%;
}

#exit-popup #submit {
  background-color: #ed7600;
  border-radius: 5px;
  border-width: 2px;
  color: #ffffff;
  display: block;
  font-size: 24px;
  font-weight: 700;
  height: 50px;
  margin-top: 10px;
  width: 100%;
}

#exit-popup .close-icon {
  border-radius: 5px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

#unsub #main .unsubscribed {
  color: #119922;
  padding-left: 10px;
}

#terms-of-service .main-header,
#privacy-policy .main-header {
  text-align: justify;
}

#terms-of-service .main-title,
#privacy-policy .main-title {
  font-size: 24px;
  text-align: center;
}

#privacy-policy .date-stamps,
#terms-of-service .date-stamps {
  align-items: flex-start;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  margin-top: 2em;
  padding-left: 30px;
}

#terms-of-service .main-header .paragraph,
#privacy-policy .main-header .paragraph {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  padding-left: 30px;
  text-align: justify;
}

#terms-of-service .main-header ul.legal-list > li,
#privacy-policy .main-header ul.legal-list > li {
  margin-bottom: 1.5em;
}

#privacy-policy .main-body,
#terms-of-service .main-body {
  text-align: justify;
}

#terms-of-service .main-body .paragraph,
#privacy-policy .main-body .paragraph {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

#terms-of-service dfn,
#privacy-policy dfn {
  font-style: inherit;
}

#terms-of-service a,
#privacy-policy a {
  color: inherit;
}

#terms-of-service .telephone,
#privacy-policy .telephone {
  color: inherit;
}

#terms-of-service ul,
#privacy-policy ul {
  list-style-type: disc;
}

#terms-of-service .main-body > ol.legal-list,
#privacy-policy .main-body > ol.legal-list {
  list-style-type: upper-roman;
}

#terms-of-service .main-body > ol.legal-list > li,
#privacy-policy .main-body > ol.legal-list > li {
  font-weight: 700;
  margin-bottom: 3em;
}

#terms-of-service .main-body > ol.legal-list > li *,
#privacy-policy .main-body > ol.legal-list > li * {
  font-weight: 400;
}

#terms-of-service .main-body > ol.legal-list > li > ol,
#privacy-policy .main-body > ol.legal-list > li > ol {
  list-style-type: decimal;
  margin-top: 1.5em;
}

#terms-of-service .main-body > ol.legal-list > li > ol > li,
#privacy-policy .main-body > ol.legal-list > li > ol > li {
  margin-bottom: 1.5em;
}

#terms-of-service .main-body > ol.legal-list > li > ol > li > ol,
#privacy-policy .main-body > ol.legal-list > li > ol > li > ol {
  list-style-type: lower-latin;
}

#terms-of-service .main-body > ol.legal-list > li > ol > li > ol > li,
#privacy-policy .main-body > ol.legal-list > li > ol > li > ol > li {
  margin: 0;
}

#terms-of-service .main-body > ol.legal-list > li > ul > li > ul,
#privacy-policy .main-body > ol.legal-list > li > ul > li > ul {
  list-style-type: circle;
}

#livechat-eye-catcher-img img {
  display: none !important;
}

#discontinued #header {
  background-color: #6a52c4;
  color: #ffffff;
  padding-bottom: 20px;
  padding-top: 10px;
}

#discontinued #header .header-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  height: auto;
  justify-content: space-around;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  width: auto;
}

#discontinued #header .logo {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 !important;
  position: static;
}

#discontinued #header .logo img {
  width: auto;
}

#discontinued #header .header-phone {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#discontinued #header .phone-icon {
  padding-right: 10px;
}

#discontinued #header .phone-icon img {
  height: 20px;
}

#discontinued #header .phone-top {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 5px;
}

#discontinued #header .telephone {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

#discontinued #header .phone-bottom {
  color: #dddddd;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 3px;
}

#discontinued .main-discont {
  align-items: flex-start;
  display: flex;
  gap: 60px;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 960px;
  width: auto;
}

#discontinued .discontinued-image {
  filter: grayscale(1);
}

#discontinued .discontinued-image img {
  max-width: min(450px, 100vw);
}

#discontinued .main-abstract {
  font-size: 24px;
  max-width: 450px;
}

#discontinued .main-title {
  color: #1b1c1f;
  font-size: 48px;
  padding-bottom: 30px;
  padding-top: 60px;
}

#discontinued .unavailable-button {
  align-items: center;
  background: #bbbbbb;
  border-radius: 80px;
  display: flex;
  margin: 30px auto 0;
  width: 330px;
}

#discontinued .unavailable-icon {
  align-items: center;
  background: #999999;
  border-radius: 50%;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  width: 54px;
}

#discontinued .unavailable-text {
  font-size: 16px;
  font-weight: 800;
  padding-left: 10px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}

#discontinued .footer-content {
  max-width: 960px;
}

#discontinued .footer-section1 {
  padding-bottom: 1.5em;
}

