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

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

html {
  background-color: #ffffff;
  color: #21323b;
  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;
}

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

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

a {
  /* color: #3775f0; */
  text-decoration: none;
}

a:focus,
a:hover {
  /* color: #3775f0; */
  text-decoration: underline;
}

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

.telephone {
  white-space: nowrap;
}

.inline-block {
  display: inline-block;
}

#header .header-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 960px;
}

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

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

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

#header .telephone {
  color: #3775f0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

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

#footer {
  background-color: #3b7af2;
  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;
  padding-top: 30px;
}

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

#main .main-title {
  color: #404e69;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

#main .main-abstract {
  font-size: 16px;
  margin: 30px auto 0;
  text-align: center;
}

#main .abstract {
  font-size: 16px;
  text-align: center;
}

#main .title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

#main .subtitle {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

#main .abstract {
  font-size: 16px;
}

#main .detail {
  font-size: 16px;
}

#main .download-button {
  background-color: #00df73;
  border-radius: 31px;
  box-shadow: 0 7px 19px rgba(0, 171, 88, 0.57);
  display: block;
  height: 61px;
  position: relative;
  width: 209px;
}

#main .download-button:focus,
#main .download-button:hover {
  color: #ffffff;
}

#main .download-now-button {
  width: 306px;
}

#main .download-button .download-icon {
  align-items: center;
  background-color: #20d47d;
  border-radius: 31px;
  display: flex;
  height: 61px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 61px;
}

#main .download-button .download-text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  padding-top: 16px;
  padding-left: 30px;
  text-align: center;
  white-space: nowrap;
}

#uninstall #main .main-body {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 120px;
}

#uninstall #main .title {
  padding-left: 40px;
  text-align: left;
}

#uninstall #main .main-abstract {
  width: 660px;
}

#uninstall .detail img {
  margin-top: 10px;
  width: 800px;
}

#uninstall .detail .uninstall-2,
#uninstall .detail .uninstall-3 {
  margin-top: 60px;
}

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

#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: #fcfaff;
  border-radius: 8px;
  height: 280px;
  padding: 30px;
  width: 342px;
}

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

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

#contact-us #main .contacts .detail {
  /* color: #646464; */
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

#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 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

#contact-us #main .contact-form .input-label {
  height: 24px;
  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: #1ddd60;
  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;
}

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

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

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

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

#download-instructions #footer {
  display: none;
}

#download-instructions #main .main-title {
  font-size: 32px;
  font-weight: 800;
  text-align: left;
  white-space: nowrap;
}

#download-instructions #main .main-body {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

#download-instructions #main .download-steps {
  font-size: 24px;
  padding-left: 30px;
}

#download-instructions #main .download-steps ul {
  line-height: 2;
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#download-instructions #main .download-steps .active {
  background-color: #ffffaa;
}

#download-instructions #main .step-number {
  color: #2f1453;
  font-weight: 700;
}

#download-instructions #main .download-trouble {
  font-size: 18px;
  font-weight: 400;
  padding-right: 30px;
}

#download-instructions #main #download {
  font-weight: 700;
  text-decoration: underline;
}

#download-instructions #main .help-call {
  margin-top: 25px;
}

#download-instructions #main .call-us {
  font-weight: 700;
}

#download-instructions #main .main-container {
  padding-bottom: 180px;
}

#download-instructions #main .credits {
  align-items: center;
  display: flex;
  justify-content: space-around;
  margin: 120px auto 0;
  width: 800px;
}

#download-instructions #main .credits img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  height: 55px;
  margin: 0 auto;
  width: auto;
}

#download-instructions #main .credit:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}

#download-instructions #main .geotrust {
  min-width: 115px;
}

#download-instructions #main .made-in-the-usa {
  font-size: 12px;
  font-weight: bold;
  height: 55px;
  text-align: center;
}

#download-instructions #main .made-in-the-usa img {
  height: 26px;
  margin: 10px auto 0;
}

#download-instructions #download-backdrop {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000100; /* above Proof */
}

#download-instructions .download-panel {
  position: fixed;
  z-index: 1000200; /* above Proof */
}

#download-instructions #download-panel-ie {
  bottom: 60px;
  left: 50%;
  transform: translate(-120px, 0);
}

#download-instructions #download-panel-edge {
  bottom: 75px;
  left: 50%;
  transform: translate(150px, 0);
}

#download-instructions #download-panel-edge2 {
  right: 10px;
  top: 50%;
}

#download-instructions #download-panel-chrome {
  bottom: 15px;
  left: 180px;
}

#download-instructions #download-panel-chrome2 {
  right: 10px;
  top: 50%;
}

#download-instructions #download-panel-firefox {
  right: 180px;
  top: 30px;
}

#download-instructions .download-panel .download-instructions {
  background-color: #ffffff;
  border-radius: 5px;
  height: 150px;
  margin: 0 10px;
  position: relative;
  width: 240px;
}

#download-instructions .download-panel .title {
  background-color: #6a56c1;
  border-radius: 16px 16px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  height: 32px;
  left: 50%;
  padding-top: 2px;
  position: absolute;
  text-align: center;
  top: -16px;
  transform: translate(-50%, 0);
  width: 210px;
}

#download-instructions .download-panel .detail {
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  text-align: left;
}

#download-instructions .download-arrow {
  position: fixed;
  z-index: 1000200; /* above Proof */
}

#download-instructions #download-arrow-ie {
  left: 50%;
  bottom: 60px;
  transform: translate(180px, 0);
}

#download-instructions #download-arrow-edge {
  bottom: 75px;
  left: 50%;
}

#download-instructions #download-arrow-edge2 {
  right: 20px;
  top: 20px;
}

#download-instructions #download-arrow-chrome {
  left: 30px;
  bottom: 15px;
}

#download-instructions #download-arrow-chrome2 {
  right: 40px;
  top: 20px;
}

#download-instructions #download-arrow-firefox {
  right: 20px;
  top: 20px;
}

#download-help {
  background-color: #ffffff;
  border-radius: 5px;
  left: 50%;
  padding: 30px 45px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000300; /* above Proof */
}

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

#download-help .download-help-problem {
  background-color: #fff2cc;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 60px;
  text-align: center;
  white-space: nowrap;
}

#download-help .download-help-standing-by {
  margin: 30px auto 0;
  text-align: center;
  white-pace: nowrap;
}

#download-help .download-help-telephone {
  font-size: 36px;
  font-weight: bold;
  margin: 15px auto 0;
  text-align: center;
  white-space: nowrap;
}

#download-help .download-help-telephone a {
  color: #35bdf0;
}

#download-help .download-help-available {
  font-size: 12px;
  margin: 15px auto 0;
  text-align: center;
  white-space: nowrap;
}

#download-help .download-help-again {
  margin: 15px auto 0;
  text-align: center;
}

#download-help .download-help-no-problem {
  background-color: #92d050;
  border-radius: 10px;
  border: 2px solid #3f5e96;
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 30px auto 0;
  padding: 15px 30px;
  pointer: cursor;
  text-align: center;
  white-space: nowrap;
}

#download-help #download-help-button {
  height: 120px;
  text-align: center;
  position: relative;
  width: 100%;
}

#unsub #main .main-container > * {
  padding-left: 40px;
  padding-right: 40px;
}

#unsub #main .main-body {
  margin-top: 60px;
  padding-bottom: 120px;
}

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

#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;
}

#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 .google-safe-browsing {
  left: 330px;
  position: relative;
  top: -90px;
}

#index .cta-container .cta-buttons {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}

#index .offers-section .cta-container .cta-buttons {
  justify-content: center;
}

#index .cta-container .cta-button {
  display: inline-block;
  position: relative;
}

#index .cta-container .cta-button:focus,
#index .cta-container .cta-button:hover {
  color: #ffffff;
}

#index .cta-container .cta-icon {
  align-items: center;
  background-color: #26cf6a;
  border-radius: 30px;
  box-shadow: 0 12px 46px rgba(36, 207, 40, 0.2);
  display: flex;
  height: 60px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
  z-index: 1;
}

#index .cta-container .cta-text {
  align-items: center;
  background-color: #1ddd60;
  border-radius: 30px;
  box-shadow: 0 12px 46px rgba(36, 207, 40, 0.23);
  color: #ffffff;
  display: flex;
  font-size: 20px;
  font-weight: 800;
  height: 60px;
  justify-content: center;
  padding-left: 30px;
  width: 300px;
}

#index .cta-container .buy-button {
  align-items: center;
  background-color: #aaaaaa;
  border-radius: 30px;
  color: #ffffff;
  display: flex;
  font-size: 20px;
  font-weight: 800;
  height: 60px;
  justify-content: center;
  margin-left: 30px;
  width: 150px;
}

#index .cta-container .cta-caption {
  color: #21323b;
  font-size: 15px;
  padding-left: 30px;
  padding-top: 1em;
}

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

#index #main .main-container-alt {
  background-image: linear-gradient(to top, #ffffff 0%, #f8f9fc 100%);
}

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

#index #main .main-container-blue {
  background-color: #3a79f0;
  color: #ffffff;
}

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

#index #main .main-container-blue .title {
  color: #ffffff;
}

#index #main .main-container-blue .subtitle {
  color: #ffffff;
}

#index #main .hero-section {
  height: 540px;
  overflow: visible;
  position: relative;
}

#index #main .hero-image {
  height: 510px;
  overflow: visible;
  position: absolute;
  right: 50%;
  width: 580px;
}

#index #main .hero-text {
  padding-left: 480px;
  padding-top: 110px;
}

#index #main .main-title {
  color: #404e69;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

#index #main .main-abstract {
  font-size: 24px;
  margin: 20px auto 30px 0;
  text-align: left;
}

#index #main .steps-section {
  padding-bottom: 60px;
  padding-top: 60px;
}

#index #main .steps-section .title {
  font-size: 38px;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  width: 540px;
}

#index #main .steps-list {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 30px 0 0;
  padding: 0;
}

#index #main .step {
  width: 210px;
}

#index #main .step:first-child {
  width: 300px;
}

#index #main .step:last-child {
  width: 360px;
}

#index #main .step .step-icon {
  background-image: url("../images/step2-install.png");
  background-image: -webkit-image-set(url("../images/step2-install.webp") 1x);
  background-position: 15px 22px;
  background-repeat: no-repeat;
  height: 90px;
  margin: 0 auto;
  width: 90px;
}

#index #main .step:first-child .step-icon {
  background-image: url("../images/step1-download.png");
  background-image: -webkit-image-set(url("../images/step1-download.webp") 1x);
  background-position: 15px 22px;
  background-repeat: no-repeat;
}

#index #main .step:last-child .step-icon {
  background-image: url("../images/step3-upgrade.png");
  background-image: -webkit-image-set(url("../images/step3-upgrade.webp") 1x);
  background-position: 15px 22px;
  background-repeat: no-repeat;
}

#index #main .step-number {
  align-items: center;
  background-color: #a6adba;
  border: 6px solid #ffffff;
  border-radius: 22px;
  color: #ffffff;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  width: 44px;
}

#index #main .step .subtitle {
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
  text-align: center;
}

#index #main .step .detail {
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
}

#index #main .actions-section {
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
}

#index #main .actions-image {
  height: 486px;
  overflow: visible;
  position: absolute;
  right: 50%;
  width: 658px;
}

#index #main .actions-text {
  padding-left: 480px;
  padding-top: 20px;
}

#index #main .actions-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#index #main .action {
  align-items: top;
  display: flex;
  justify-content: space-between;
}

#index #main .action-icon {
  background-image: url("../images/check-in-circle-blue.png");
  background-image: -webkit-image-set(url("../images/check-in-circle-blue.webp") 1x);
  background-repeat: no-repeat;
  height: 41px;
  min-width: 41px;
  width: 41px;
}

#index #main .action-text {
  margin-left: 15px;
  width: 420px;
}

#index #main .action .subtitle {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

#index #main .action .detail {
  font-size: 19px;
  margin-bottom: 30px;
  margin-top: 15px;
}

#index #main .offers-section {
  padding-bottom: 60px;
  padding-top: 60px;
}

#index #main .offers-section .title {
  font-size: 38px;
  font-weight: 700;
  margin: 0 auto;
  width: 720px;
}

#index #main .offers-section .abstract {
  font-size: 19px;
  margin: 30px auto 30px;
  width: 720px;
}

#index #main .offers-section .cta-container {
  text-align: center;
}

#index #main .imac-monitor {
  height: 480px;
  padding-top: 60px;
  width: 848px;
}

#index #main .features-section {
  overflow: visible;
  padding-bottom: 30px;
  padding-top: 90px;
  position: relative;
}

#index #main .features-section .title {
  font-size: 38px;
  font-weight: 700;
}

#index #main .features-text {
  padding-top: 30px;
  width: 480px;
}

#index #main .features-image {
  height: 937px;
  position: absolute;
  right: -90px;
  top: 30px;
  width: 846px;
}

#index #main .features-icon {
  height: 54px;
  width: 54px;
}

#index #main .features-list {
  list-style-type: none;
  padding: 0;
}

#index #main .feature {
  align-items: top;
  display: flex;
  justify-content: space-between;
}

#index #main .feature-text {
  margin-left: 15px;
  width: 400px;
}

#index #main .feature-text .subtitle {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

#index #main .feature-text .detail {
  font-size: 19px;
  margin-bottom: 45px;
  margin-top: 15px;
}

#index #main .reasons-section {
  overflow: visible;
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
}

#index #main .reasons-section .title {
  font-size: 38px;
  font-weight: 700;
}

#index #main .reasons-section .abstract {
  font-size: 19px;
  margin: 30px auto 0;
  width: 480px;
}

#index #main .reasons-image {
  height: 748px;
  overflow: hidden;
  right: 300px;
  padding-top: 60px;
  position: absolute;
  top: 240px;
  width: 980px;
}

#index #main .reasons-text {
  height: 750px;
  padding-left: 480px;
  padding-top: 90px;
}

#index #main .reasons-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-contents: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#index #main .reason {
  height: 150px;
  width: 240px;
}

#index #main .reason-text {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  width: 210px;
}

#index #main .faq-section {
  padding-bottom: 60px;
  padding-top: 60px;
}

#index #main .faq-section .title {
  font-size: 38px;
  font-weight: 700;
}

#index #main .faq-list {
  list-style-type: none;
  padding: 0 0 0 60px;
  width: 750px;
}

#index #main .faq-list li::before {
  content: url("../images/checkmark-purple.png");
  content: -webkit-image-set(url("../images/checkmark-purple.webp") 1x);
  padding-right: 5px;
}

#index #main .faq-list dt {
  color: #404e69;
  cursor: pointer;
  font-weight: 700;
  margin-top: 24px;
  padding: 0;
}

#index #main .faq-list dd {
  display: none;
  font-size: 18px;
  margin-top: 15px;
  padding: 0;
}

#index #main .faq-list dt:before {
  content: '>';
  padding-left: 20px;
  padding-right: 10px;
  transform: rotate(90deg);
}

#index #main .faq-list dt.selected:before {
  content: '^';
}

#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 {
  color: #404e69;
}

#discontinued .header-container {
  max-width: 1200px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100vw;
}

#discontinued .hero-container {
  background: radial-gradient(49.48% 930.83% at 50% 50%, #3979F0 0%, #1466FF 100%);
  color: #ffffff;
  padding-bottom: 40px;
  padding-top: 20px;
}

#discontinued .hero-content {
  align-items: center;
  display: flex;
  justify-content: space-around;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
}

#discontinued .hero-image img {
  max-width: 40vw;
}

#discontinued .hero-text {
  max-width: 520px;
  padding-bottom: 30px;
  padding-top: 30px;
}

#discontinued .hero-title {
  font-size: 48px;
  font-weight: 700;
}

#discontinued .hero-abstract {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media only screen and (max-width:800px) {
  #discontinued .hero-title {
    font-size: 6vw;
  }
  #discontinued .hero-abstract {
    font-size: 3vw;
  }
}
@media only screen and (max-width:540px) {
  #discontinued .hero-content {
    flex-direction: column;
  }
  #discontinued .hero-image img {
    max-width: 80vw;
  }
  #discontinued .hero-text {
    text-align: center;
  }
  #discontinued .hero-title {
    font-size: 9vw;
  }
  #discontinued .hero-abstract {
    font-size: 4.5vw;
  }
}

#discontinued .unavailable-button {
  align-items: center;
  background: #93b7fc;
  border-radius: 80px;
  color: #4b5d7d;
  display: inline-flex;
  width: 340px;
}

#discontinued .unavailable-icon {
  align-items: center;
  background: #b9cffa;
  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 .what-happens-container {
  background: #f6f6f6;
  padding-bottom: 60px;
  padding-top: 60px;
}

#discontinued .what-happens-content {
  max-width: 910px;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
}

#discontinued .what-happens-title {
  font-size: 24px;
  font-weight: 700;
}

#discontinued .what-happens-detail {
  font-size: 16px;
  padding-top: 1em;
}

#discontinued .need-help-container {
  padding-bottom: 100px;
  padding-top: 100px;
}

#discontinued .need-help-content {
  max-width: 1080px;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
}

#discontinued .need-help-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

#discontinued .need-help-body {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-around;
  padding-top: 90px;
}

#discontinued .need-help-content .email-icon {
  align-items: center;
  border-radius: 50%;
  border: 4px solid #3879f1;
  display: inline-flex;
  height: 72px;
  justify-content: center;
  width: 72px;
}

#discontinued .need-help-detail {
  font-size: 24px;
  text-align: center;
}
