.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";display: table;
}
.modal-header:after,
.modal-footer:after {
  clear: both;
}
@media (min-width: 768px) {
}@media screen and (max-width: 767px) {
}/*!
 * Avira master non-critical css
 */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.3;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-content {
  border-radius: 0;
}
.modal-header {
  position: relative;
  border: none;
  z-index: 10;
}
.modal .close {
  position: absolute;
  right: -10px;
  top: -10px;
  margin: 0;
  width: 20px;
  border: none;
  background: none;
  padding: 0;
  line-height: 1;
}
.modal .close:before {
  content: "\e947";
  font-family: avira_icons;
  color: #0077cc;
  font-size: 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal .close:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  width: 11px;
  height: 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal .close:hover:before {
  color: #000;
}
.modal .close:hover:after {
  background: #fff;
}
.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.main-modal .close {
  top: 20px;
  right: 20px;
  width: 40px;
}
.main-modal .close:hover:before {
  color: #fff;
}
.main-modal .close:hover:after {
  background: #0077cc;
}
.main-modal .close:before {
  font-size: 40px;
}
.main-modal .close:after {
  width: 20px;
  height: 20px;
}
.main-modal .close span {
  position: absolute;
  right: 55px;
  top: 11px;
  color: #6b6d6f;
  font-size: 16px;
  font-size: 1.6rem;
}
.main-modal .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
}
.main-modal .modal-content {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.main-modal .modal-header {
  padding: 0;
}
.main-modal .modal-body {
  padding: 40px 0 120px;
  color: #fff;
}
.main-modal .subscription-wgt {
  max-width: 580px;
  margin: 0 auto;
}
.main-modal .subscription-wgt.subscription-wgt-horizontal {
  max-width: 885px;
}
.main-modal .component-content-block {
  margin: 0;
}
.events-modal .modal-dialog {
  width: 780px;
  border-radius: 4px;
}
.events-modal .modal-content {
  border-radius: 6px;
}
.events-modal .modal-header {
  padding: 0;
  height: 50px;
}
.events-modal .modal-header .close {
  top: 20px;
  right: 20px;
}
.events-modal .modal-header .close:hover:before {
  color: #eceaea;
}
.events-modal .modal-header .close:hover:after {
  background: #0077cc;
}
.events-modal .modal-header .close:after {
  width: 14px;
  height: 11px;
}
.events-modal .modal-header .close span {
  position: absolute;
  right: 30px;
  top: 4px;
  color: #6b6d6f;
  font-size: 16px;
  font-size: 1.6rem;
}
.events-modal .modal-body {
  padding: 0 50px 50px;
}
.events-modal-footnote {
  font-size: 14px;
  font-size: 1.4rem;
  color: #6f7073;
}
.events-modal-footnote a {
  color: #3d3c40;
}
.events-modal .form-error {
  margin: 5px 0 10px;
}
.events-modal .cta-group__old-price {
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
  color: #6f7073;
}
.events-modal-bg {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.events-modal .stretch__ribbon {
  position: absolute;
  left: -15px;
  top: 0;
  margin: 0;
}
.events-modal .stretch__ribbon + .container-fluid {
  padding-top: 40px;
}
.events-modal-image {
  display: inline-block;
  position: relative;
}
.events-modal .form-success-msg {
  border-color: #424242;
  margin-bottom: 25px;
}
.events-modal .form-success-msg__icon {
  color: #424242;
}
.events-modal.white-text .events-modal-footnote,
.events-modal.white-text .events-modal-footnote a,
.events-modal.white-text .cta-group__current-price,
.events-modal.white-text .cta-group__old-price,
.events-modal.white-text .close span,
.events-modal.white-text .form-error {
  color: #fff;
}
.events-modal.white-text .form-success-msg {
  border-color: #fff;
  margin-bottom: 25px;
}
.events-modal.white-text .form-success-msg__icon {
  color: #fff;
}
.events-modal.white-text .btn-default-white {
  color: #0077cc;
}
.events-modal .text-center .form-success-msg__text {
  text-align: left;
}
.events-modal .gp-form-loading {
  background: rgba(255, 255, 255, 0.5);
}
.events-modal .gp-form-waiting .gp-form-loading {
  display: block !important;
}
.events-modal .form-success #get-prod-form,
.events-modal .form-success .events-modal-footnote {
  display: none;
}
.events-modal .form-success .get-product-form__success.hidden {
  display: block !important;
}
@media (min-width: 1200px) {
  .modal-lg {
    width: 1180px;
  }
}
@media (max-width: 1023px) {
  .main-modal .modal-body {
    padding-top: 80px;
  }
  .events-modal .stretch__ribbon {
    margin-left: -70px;
  }
}
@media (max-width: 790px) {
  .events-modal .modal-dialog {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .events-modal {
    padding-left: 0 !important;
  }
  .events-modal-image {
    margin-top: 40px;
  }
}
@media (max-width: 500px) {
  .events-modal .modal-body {
    padding: 0 15px 20px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "KievitWebPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.3;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #424242;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #424242;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #424242;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #424242;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #424242;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #424242;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #424242;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #424242;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #424242;
}
.tooltip-inner {
  max-width: 200px;
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  background-color: #424242;
  border-radius: 5px;
}
[data-original-title] {
  cursor: help;
}
/*** ----------------- Component "components-article-detail" START ----------------- ***/
.component-article-detail {
  margin-top: 50px;
}
.component-article-detail a:hover,
.component-article-detail a:focus {
  text-decoration: underline;
}
.component-article-detail h2,
.component-article-detail h3,
.component-article-detail h4,
.component-article-detail p,
.component-article-detail ul,
.component-article-detail ol {
  margin-bottom: 25px;
}
.component-article-detail h3 {
  font-family: 'KievitWeb-Book', Helvetica, Arial;
  font-size: 20px;
  font-size: 2rem;
}
.component-article-detail h4 {
  font-family: 'KievitWebPro-Regular', Helvetica, Arial;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 10px;
}
.component-article-detail h4:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #424242;
  left: 0;
  bottom: 0;
}
.component-article-detail p {
  line-height: 1.5;
}
.component-article-detail ul ul,
.component-article-detail ul ol {
  margin-bottom: 0;
}
.component-article-detail ul ol li {
  padding-left: 0;
}
.component-article-detail ul ol li:before {
  display: none;
}
.component-article-detail ol ol,
.component-article-detail ol ul {
  margin-bottom: 0;
}
.component-article-detail ol li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.component-article-detail ul {
  list-style: none;
  padding: 0;
}
.component-article-detail ul li {
  position: relative;
  padding-left: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.component-article-detail ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: #1d99f2;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.component-article-detail blockquote {
  font-size: 20px;
  font-size: 2rem;
  border-left: 2px solid;
  font-style: italic;
  position: relative;
  padding-left: 35px;
  padding-right: 0;
  margin-bottom: 35px;
}
.component-article-detail blockquote:before {
  font-family: avira_icons;
  content: "\ea01";
  position: absolute;
  left: -17px;
  top: 13px;
  font-size: 17px;
  background: #fff;
  padding: 6px;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
       -o-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.component-article-detail i {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.component-article-detail table {
  margin-bottom: 25px;
}
.component-article-detail table td {
  border: 1px solid #d8d8d8;
  padding: 15px;
  width: 50%;
}
.component-article-detail.is-imported .article-detail__image {
  float: none;
  background: #eaeaea;
}
.component-article-detail.is-imported .article-detail__image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.article-detail__back {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
.article-detail__title {
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 20px;
}
.article-detail__title:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #424242;
  left: 0;
  bottom: 0;
}
.article-detail__undertitle {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'KievitWebPro-Light', Helvetica, Arial;
  margin-bottom: 35px;
}
h2.article-detail__undertitle {
  margin-bottom: 35px;
}
.article-detail__image {
  float: right;
  margin-bottom: 35px;
}
.article-detail__content img {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .article-detail__image {
    float: none;
  }
  .article-detail__image img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .article-detail__back,
  .article-detail__time {
    float: none !important;
  }
  .article-detail__time {
    display: block;
    margin-bottom: 25px;
  }
  .article-detail__back {
    margin-bottom: 10px;
  }
  .article-detail__back + .article-detail__time {
    margin-left: 12px;
  }
}
@media (max-width: 480px) {
  .component-article-detail blockquote {
    padding-left: 20px;
  }
}
/*** ----------------- Component "components-article-detail" END ----------------- ***/
/* ----------------- Component "components-av-graphic" START ----------------- ***/
.av-compare-graphic {
  margin-bottom: 30px;
}
.av-compare-graphic__row {
  margin-top: 10px;
}
.av-compare-graphic__row:first-child {
  margin-top: 0;
}
.av-compare-graphic__row__title {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  margin: 0 0 2px;
}
.av-compare-graphic__row__graph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.av-compare-graphic__row__graphwrap {
  height: 6px;
  background-color: #d9dee3;
  border-radius: 10px;
  width: 87%;
  float: left;
}
.av-compare-graphic__row__percentage {
  float: right;
  width: 10%;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'KievitWebPro-Light', Helvetica, Arial;
}
.av-compare-graphic__row__fill {
  height: 100%;
  -webkit-box-shadow: 0 2px 4px 0 rgba(14, 136, 0, 0.22);
          box-shadow: 0 2px 4px 0 rgba(14, 136, 0, 0.22);
  background-image: -webkit-linear-gradient(-40deg, #22bd03 0%, #3aacfc 100%);
  background-image: -webkit-linear-gradient(130deg, #22bd03 0%, #3aacfc 100%);
  background-image: -o-linear-gradient(130deg, #22bd03 0%, #3aacfc 100%);
  background-image: linear-gradient(-40deg, #22bd03 0%, #3aacfc 100%);
  border-radius: 10px;
}
.av-compare-graphic__row__special .av-compare-graphic__row__title,
.av-compare-graphic__row__special .av-compare-graphic__row__percentage {
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
}
.av-compare-graphic-text {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'KievitWeb-Book', Helvetica, Arial;
  font-style: italic;
}
.av-compare-graphic-text a {
  text-decoration: none;
}
.av-compare-graphic-text a:hover {
  text-decoration: underline;
}
/* ----------------- Component "components-av-graphic" END ----------------- ***/
/* ----------------- Component "components-bottom-seller" START ----------------- ***/
.bottom-seller {
  margin: 100px 0 0;
}
.bottom-seller__title {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  margin: 0 0 45px;
}
.bottom-seller__title.bst-small-margin {
  margin: 0 0 5px;
}
.bottom-seller__undertitle {
  text-align: center;
  margin: 0 0 45px;
}
.bottom-seller__wrap {
  padding: 55px 0 20px;
  border: 20px solid #efefef;
  background: #fff;
  position: relative;
}
.bottom-seller__wrap .btn {
  width: 100%;
  min-width: 0;
}
.bottom-seller__wrap .btn:not(.has-dropdown) {
  height: 55px;
  padding: 0 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom-seller__mainbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bottom-seller__box {
  width: 320px;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bottom-seller__box--middle {
  margin: 0 auto;
}
.bottom-seller__box--middle:after {
  content: "";
  border-right: 1px dashed #b9b9b9;
  position: absolute;
  height: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bottom-seller__box--middle span {
  display: none;
}
.bottom-seller__top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.bottom-seller__top-content .boxshot-wrapper {
  float: left;
}
.bottom-seller .boxshot-badge {
  width: 60px;
  height: 60px;
  background: #0077cc;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  font-family: 'KievitWeb-Book', Helvetica, Arial;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  z-index: 100;
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
}
.bottom-seller .boxshot-badge--right {
  right: -20px;
  top: -20px;
}
.bottom-seller .boxshot-badge--left {
  left: -20px;
  top: -20px;
}
.bottom-seller__box--free .boxshot-badge {
  background: #fff;
  color: #0077cc;
}
.bottom-seller-bg {
  padding: 20px 0 75px;
}
.bottom-seller-gradient {
  position: relative;
}
.bottom-seller-gradient:after {
  content: "";
  height: 50%;
  background-image: -webkit-linear-gradient(50deg, #DB0D15 0%, #6C1C45 100%);
  background-image: -webkit-linear-gradient(40deg, #DB0D15 0%, #6C1C45 100%);
  background-image: -o-linear-gradient(40deg, #DB0D15 0%, #6C1C45 100%);
  background-image: linear-gradient(50deg, #DB0D15 0%, #6C1C45 100%);
  left: 0;
  width: 100%;
  position: absolute;
  top: 25%;
  z-index: -1;
}
.bottom-seller-gradient--blue-green:after {
  background-image: -webkit-linear-gradient(-40deg, #22bd03 0%, #3aacfc 100%);
  background-image: -webkit-linear-gradient(130deg, #22bd03 0%, #3aacfc 100%);
  background-image: -o-linear-gradient(130deg, #22bd03 0%, #3aacfc 100%);
  background-image: linear-gradient(-40deg, #22bd03 0%, #3aacfc 100%);
}
.bottom-seller-gradient--gray-blue:after {
  background-image: -webkit-linear-gradient(-40deg, #3aacfc 0%, #424242 100%);
  background-image: -webkit-linear-gradient(130deg, #3aacfc 0%, #424242 100%);
  background-image: -o-linear-gradient(130deg, #3aacfc 0%, #424242 100%);
  background-image: linear-gradient(-40deg, #3aacfc 0%, #424242 100%);
}
.bottom-seller-gradient--blue-gray:after {
  background-image: -webkit-linear-gradient(-40deg, #424242 0%, #3aacfc 100%);
  background-image: -webkit-linear-gradient(130deg, #424242 0%, #3aacfc 100%);
  background-image: -o-linear-gradient(130deg, #424242 0%, #3aacfc 100%);
  background-image: linear-gradient(-40deg, #424242 0%, #3aacfc 100%);
}
.bottom-seller-gradient--gold:after {
  background-image: -webkit-linear-gradient(-50deg, #ecd36c 0%, #774d0d 100%);
  background-image: -webkit-linear-gradient(140deg, #ecd36c 0%, #774d0d 100%);
  background-image: -o-linear-gradient(140deg, #ecd36c 0%, #774d0d 100%);
  background-image: linear-gradient(-50deg, #ecd36c 0%, #774d0d 100%);
}
.side-boxshot-info {
  padding: 45px 0 0 20px;
  overflow: hidden;
}
.side-boxshot-info__title {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 10px;
  padding: 0 0 10px;
  position: relative;
  text-transform: uppercase;
  font-family: 'KievitWebPro-Regular', Helvetica, Arial;
}
.side-boxshot-info__title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 13px;
  height: 1px;
  border-top: 1px solid;
}
.side-boxshot-info__title a {
  color: #424242;
  text-decoration: none;
}
.side-boxshot-info__grey,
.side-boxshot-info__currentprice {
  width: 100%;
}
.side-boxshot-info__grey {
  font-size: 16px;
  font-size: 1.6rem;
  color: #6f7073;
}
.side-boxshot-info__currentprice {
  font-size: 24px;
  font-size: 2.4rem;
  color: #0077cc;
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
  line-height: 1;
}
.side-boxshot-info__currentprice span {
  font-size: 16px;
  font-size: 1.6rem;
}
.side-boxshot-info__currentprice del {
  color: #6f7073;
  font-size: 18px;
  font-size: 1.8rem;
}
.side-boxshot-info__currentprice--green {
  color: #168900;
}
/*.bs-best-deal .side-boxshot-info__currentprice {
  color: #168900;
}*/
.bottom-seller .cta-group__info {
  margin-top: 20px;
  min-height: 70px;
}
.bs-big-badge {
  width: 120px;
  height: 120px;
  background: #d00012;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  font-family: 'KievitWeb-Book', Helvetica, Arial;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  z-index: 100;
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
}
.bs-big-badge--right {
  right: -40px;
  top: -40px;
}
.bs-big-badge--left {
  left: -40px;
  top: -40px;
}
.bs-big-badge span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.bs-subscription .bottom-seller__top-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-bottom: 30px;
}
.bs-subscription .bottom-seller__title {
  margin: 0 0 20px;
}
.bs-subscription__icon {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 25px;
  color: #0077cc;
}
.bs-subscription__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.bs-subscription__title span {
  display: block;
}
.bs-subscription__title:after {
  content: "";
  width: 15px;
  height: 1px;
  border: 1px solid;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.bs-subscription__price {
  font-size: 32px;
  font-size: 3.2rem;
  color: #168900;
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
}
.bs-subscription__price span {
  font-size: 16px;
  font-size: 1.6rem;
}
.bs-subscription__price--blue {
  color: #0077cc;
}
.bs-subscription__price .cta-group__prices {
  padding-bottom: 0;
}
.bs-subscription__price .cta-group__old-price {
  color: #6f7073;
  font-family: 'KievitWebPro-Regular', Helvetica, Arial;
  display: block;
}
.bs-subscription__price .cta-group__current-price {
  margin-right: 0;
  color: inherit;
  font-size: inherit;
  display: block;
}
.bs-subscription__info {
  font-size: 16px;
  font-size: 1.6rem;
  color: #6f7073;
  margin: 0;
}
.bs-subscription__btn {
  position: relative;
}
.bs-subscription-three-options .bottom-seller__box {
  width: 280px;
}
.bs-subscription-three-options .bottom-seller__box:nth-child(3) .bs-subscription__info {
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
}
.bottom-seller--wide .bottom-seller__title {
  font-size: 40px;
  font-size: 4rem;
  margin: 0 0 70px;
}
.bottom-seller--wide .bottom-seller__box {
  width: 380px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bottom-seller--wide .bottom-seller__box--middle:after {
  height: 70%;
}
.bottom-seller--wide .side-boxshot-info {
  padding-top: 10px;
}
.bottom-seller--wide .side-boxshot-info__grey {
  font-size: 18px;
  font-size: 1.8rem;
  color: #424242;
}
.bottom-seller--wide .bottom-seller__top-content {
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.bottom-seller--wide .list-bullet {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 5px;
}
.bottom-seller-overlay {
  background: #fff;
  color: #424242;
  padding-top: 60px;
  padding-bottom: 50px;
  border-radius: 5px;
}
.bottom-seller-overlay .bottom-seller__box {
  width: 42%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bottom-seller-overlay .bottom-seller__top-content {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-height: 195px;
}
.bottom-seller-overlay .side-boxshot-info {
  padding-top: 15px;
}
.bottom-seller-overlay .list-bullet {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
}
.bottom-seller-overlay .side-boxshot-info__currentprice {
  margin-top: 10px;
  font-size: 32px;
  font-size: 3.2rem;
}
.bottom-seller-overlay .boxshot-badge {
  width: 50px;
  height: 50px;
  background: #0077cc;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  font-family: 'KievitWeb-Book', Helvetica, Arial;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  z-index: 100;
}
.bottom-seller-overlay .boxshot-badge--right {
  right: -17px;
  top: -17px;
}
.bottom-seller-overlay .boxshot-badge--left {
  left: -17px;
  top: -17px;
}
.comparison-overlay-success {
  background: #fff;
  color: #424242;
  padding: 50px;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 580px;
  text-align: center;
}
.comparison-overlay-success__icon {
  font-size: 60px;
  color: #168900;
  display: inline-block;
  margin-bottom: 15px;
}
.comparison-overlay-success__title {
  font-size: 40px;
  font-size: 4rem;
  font-family: 'KievitWebPro-Light', Helvetica, Arial;
  margin-bottom: 10px;
}
.comparison-overlay-success__subtitle {
  color: #6f7073;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .bottom-seller__box {
    width: 270px;
  }
  .bottom-seller--wide .bottom-seller__box {
    width: 320px;
  }
  .bottom-seller--wide .side-boxshot-info__grey {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .bs-subscription-three-options .bottom-seller__box {
    width: 235px;
  }
  .bs-subscription-three-options .boxshot-badge--right {
    right: -15px;
    top: -35px;
  }
}
@media (max-width: 1023px) {
  .bottom-seller__undertitle {
    margin: 0 0 30px;
  }
  .bottom-seller__wrap {
    text-align: center;
    padding-bottom: 50px;
  }
  .bottom-seller__mainbox {
    display: block;
  }
  .bottom-seller__box {
    display: inline-block;
    float: none !important;
    width: 100%;
  }
  .bottom-seller__box .btn {
    width: 278px;
  }
  .bs-subscription-three-options .bottom-seller__box {
    width: 100%;
  }
  .bottom-seller__box--middle {
    height: 100%;
    position: relative;
    right: auto;
    left: auto;
    margin: 30px auto;
    width: 50%;
    text-align: center;
  }
  .bottom-seller__box--middle:after {
    content: "";
    border-top: 1px dashed #b9b9b9;
    border-right: 0;
    position: absolute;
    height: 50%;
    top: 18px;
    width: 100%;
    left: 0;
  }
  .bottom-seller__box--middle span {
    display: inline-block;
    text-transform: uppercase;
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    color: #b9b9b9;
  }
  .side-boxshot-info {
    padding: 0;
    width: auto;
  }
  .side-boxshot-info__title:after {
    right: 0;
    margin: 0 auto;
  }
  .bottom-seller__top-content {
    display: block;
  }
  .bottom-seller__top-content .boxshot-wrapper {
    display: none;
  }
  .bottom-seller .cta-group__info {
    min-height: 0;
  }
  .bs-subscription__btn {
    display: inline-block;
  }
  .bs-subscription .bottom-seller__top-content {
    margin-bottom: 35px;
  }
  .bottom-seller--wide .bottom-seller__title,
  .bottom-seller-overlay .bottom-seller__title {
    margin: 0 0 45px;
  }
  .bottom-seller--wide .bottom-seller__box,
  .bottom-seller-overlay .bottom-seller__box {
    width: 100%;
  }
  .bottom-seller--wide .list-bullet,
  .bottom-seller-overlay .list-bullet {
    margin-top: 15px;
    text-align: left;
    display: inline-block;
  }
  .bottom-seller--wide .btn-price,
  .bottom-seller-overlay .btn-price {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .bottom-seller__wrap .btn:not(.has-dropdown) {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .bottom-seller-overlay {
    text-align: center;
  }
  .bottom-seller-overlay .bottom-seller__top-content {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .bottom-seller {
    margin: 75px 0 0 !important;
  }
  .bottom-seller-gradient:after {
    display: none;
  }
  .bs-subscription .bottom-seller__title {
    margin-bottom: 30px;
  }
  .bs-big-badge--right {
    right: -18px;
    top: -75px;
  }
}
@media (max-width: 500px) {
  .bottom-seller__box {
    width: 100%;
  }
  .bottom-seller__wrap .btn {
    width: 100%;
    min-width: 0;
  }
  .bs-subscription__btn {
    display: block;
  }
}
@media (max-width: 400px) {
  .bottom-seller-overlay .bottom-seller__box .btn {
    width: 100%;
  }
  .comparison-overlay-success {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ie10 .bottom-seller--wide .side-boxshot-info {
  -ms-flex: 0 1 auto;
}
/* ----------------- Component "components-bottom-seller" END ----------------- ***/
/* ----------------- Component "components-checkout-error" START ----------------- ***/
.checkout-message {
  border-radius: 5px;
  border: 1px solid #bbb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.checkout-message__icon {
  border-right: 1px solid #bbb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #fbfafa;
  border-radius: 5px 0 0 5px;
  width: 165px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  float: left;
}
.checkout-message__icon i {
  font-size: 80px;
  color: #faab29;
}
.checkout-message__text {
  padding: 20px 25px;
  overflow: hidden;
}
.checkout-message__text h4 {
  font-family: 'KievitWebPro-Regular', Helvetica, Arial;
}
.checkout-message__text__links a {
  margin-left: 25px;
}
.checkout-message__text__links a:first-child {
  margin-left: 0;
}
@media (max-width: 600px) {
  .checkout-message {
    display: block;
    text-align: center;
  }
  .checkout-message__icon {
    border-right: none;
    border-bottom: 1px solid #bbb;
    float: none;
    border-radius: 5px 5px 0 0;
    width: auto;
    padding: 20px 10px;
  }
  .checkout-message__text__links a {
    display: inline-block;
    margin: 10px 10px 0;
  }
}
/* ----------------- Component "components-checkout-error" END ----------------- ***/
/* ----------------- Component "components-download-page" START ----------------- ***/
.component-download-page {
  padding: 100px 0;
}
.component-download-page__headings {
  margin-bottom: 30px;
}
.component-download-page__title {
  font-size: 40px;
  font-size: 4rem;
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
  position: relative;
  padding: 0 0 27px;
  margin: 0 0 23px;
}
.component-download-page__title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 29px;
  height: 2px;
  background: #424242;
}
.component-download-page__undertitle {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: 'KievitWebPro-Light', Helvetica, Arial;
}
.component-download-page__bottom {
  margin-top: 50px;
  border-top: 1px dashed #e1e1e1;
  padding-top: 25px;
}
.component-download-page__bottom__retry {
  margin-bottom: 50px;
}
.component-download-page__bottom__retry p {
  margin: 0;
}
.component-download-page__bottom__backlink {
  text-decoration: underline;
}
.component-download-page__bottom__backlink:hover {
  text-decoration: none;
}
@-webkit-keyframes blink {
  0% {
    color: #ededed;
  }
  20% {
    color: #3eadfc;
  }
  100% {
    color: #ededed;
  }
}
@-o-keyframes blink {
  0% {
    color: #ededed;
  }
  20% {
    color: #3eadfc;
  }
  100% {
    color: #ededed;
  }
}
@keyframes blink {
  0% {
    color: #ededed;
  }
  20% {
    color: #3eadfc;
  }
  100% {
    color: #ededed;
  }
}
.download-step {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 10px;
  padding-bottom: 45px;
}
.download-step__icon {
  font-size: 52px;
  display: block;
  color: #0077cc;
}
.download-step__text {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 130px;
  margin: 0;
}
.download-step-finished {
  color: #168900;
}
.download-step-finished .download-step__icon {
  color: #168900;
}
.download-step-finished .download-step__text span {
  padding-right: 20px;
  position: relative;
}
.download-step-finished .download-step__text span:after {
  content: "\e936";
  font-family: avira_icons;
  position: absolute;
  right: 0;
  font-size: 12px;
  top: 50%;
  margin-top: -6px;
}
.lang-ru .download-step {
  padding-bottom: 55px;
}
.lang-ru .download-step__text {
  line-height: 1.3;
}
.download-dots-anim {
  font-size: 48px;
  display: inline-block;
  margin-left: -2px;
  position: relative;
  top: -8px;
}
.download-dots-anim span {
  float: left;
  color: #ededed;
}
.download-dots-anim-active span {
  -webkit-animation-name: blink;
       -o-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 4s;
       -o-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}
.download-dots-anim-active span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
       -o-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.download-dots-anim-active span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
       -o-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.download-dots-anim-active span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
       -o-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.download-dots-anim-active span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
       -o-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.download-dots-anim-active span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
       -o-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.download-dots-anim-active span:nth-child(7) {
  -webkit-animation-delay: 0.7s;
       -o-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.download-dots-anim-active span:nth-child(8) {
  -webkit-animation-delay: 0.8s;
       -o-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.download-dots-anim-active span:nth-child(9) {
  -webkit-animation-delay: 0.9s;
       -o-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.download-dots-anim-active span:nth-child(10) {
  -webkit-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
}
.download-dots-anim-active span:nth-child(11) {
  -webkit-animation-delay: 1.1s;
       -o-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.download-dots-anim-active span:nth-child(12) {
  -webkit-animation-delay: 1.2s;
       -o-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.download-dots-anim-active span:nth-child(13) {
  -webkit-animation-delay: 1.3s;
       -o-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.download-dots-anim-active span:nth-child(14) {
  -webkit-animation-delay: 1.4s;
       -o-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.download-dots-anim-active span:nth-child(15) {
  -webkit-animation-delay: 1.5s;
       -o-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.download-dots-anim-active span:nth-child(16) {
  -webkit-animation-delay: 1.6s;
       -o-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.download-dots-anim-active span:nth-child(17) {
  -webkit-animation-delay: 1.7s;
       -o-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.download-dots-anim-active span:nth-child(18) {
  -webkit-animation-delay: 1.8s;
       -o-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.download-dots-anim-active span:nth-child(19) {
  -webkit-animation-delay: 1.9s;
       -o-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.download-dots-anim-active span:nth-child(20) {
  -webkit-animation-delay: 2s;
       -o-animation-delay: 2s;
          animation-delay: 2s;
}
.download-dots-anim-active span:nth-child(21) {
  -webkit-animation-delay: 2.1s;
       -o-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.download-page-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
}
@-webkit-keyframes pre-bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-o-keyframes pre-bounce {
  0% {
    opacity: 0;
    -o-transform: translateY(-100px);
       transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}
@keyframes pre-bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
         -o-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@-o-keyframes bounce {
  0% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-50px);
       transform: translateY(-50px);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50px);
         -o-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@-webkit-keyframes pre-bounce-reverse {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-o-keyframes pre-bounce-reverse {
  0% {
    opacity: 0;
    -o-transform: translateY(100px);
       transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}
@keyframes pre-bounce-reverse {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
         -o-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-reverse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
@-o-keyframes bounce-reverse {
  0% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  100% {
    -o-transform: translateY(50px);
       transform: translateY(50px);
  }
}
@keyframes bounce-reverse {
  0% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(50px);
         -o-transform: translateY(50px);
            transform: translateY(50px);
  }
}
.download-page-helper {
  background: #f7f7f7;
  position: absolute;
  width: 152px;
  left: 10px;
  bottom: 75px;
  border-radius: 4px;
}
.download-page-helper:not(.dld-top-right) {
  -webkit-animation: pre-bounce 0.5s linear 0s forwards, bounce 0.5s linear 0.5s 10 alternate;
       -o-animation: pre-bounce 0.5s linear 0s forwards, bounce 0.5s linear 0.5s 10 alternate;
          animation: pre-bounce 0.5s linear 0s forwards, bounce 0.5s linear 0.5s 10 alternate;
}
.download-page-helper.dld-bottom-center {
  left: 0;
  right: 0;
  bottom: 160px;
  margin: 0 auto;
}
.download-page-helper__close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  border: none;
  color: #888;
  background-color: #f7f7f7;
  border-radius: 0 4px 0 0;
  display: none;
}
.download-page-helper__close span {
  font-size: 24px;
  line-height: 1;
}
.download-page-helper__close:hover {
  background-color: #3aacfc;
  color: #fff;
}
.download-page-helper__content {
  padding: 28px 0 0;
  text-align: center;
}
.download-page-helper__content__icon {
  border-radius: 4px;
  width: 50px;
  height: 50px;
  background: #db0d15;
  color: #fff;
  font-size: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0 0 28px;
}
.download-page-helper__content__text {
  padding: 5px;
  min-height: 110px;
  background: #f00;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  word-break: break-word;
}
.download-page-helper__content__text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -65px;
  width: 0;
  height: 0;
  border-left: 76px solid transparent;
  border-right: 76px solid transparent;
  border-top: 65px solid #f00;
}
.download-page-helper.dld-top-right {
  right: 10px;
  top: 75px;
  left: auto;
  bottom: auto;
  -webkit-animation: pre-bounce-reverse 0.5s linear 0s forwards, bounce-reverse 0.5s linear 0.5s 10 alternate;
       -o-animation: pre-bounce-reverse 0.5s linear 0s forwards, bounce-reverse 0.5s linear 0.5s 10 alternate;
          animation: pre-bounce-reverse 0.5s linear 0s forwards, bounce-reverse 0.5s linear 0.5s 10 alternate;
}
.download-page-helper.dld-top-right .download-page-helper__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.download-page-helper.dld-top-right .download-page-helper__content__icon {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 28px;
}
.download-page-helper.dld-top-right .download-page-helper__content__text:after {
  border-bottom: 65px solid #f00;
  border-top: none;
  top: -65px;
  bottom: 0;
}
.download-page-helper.dld-top-right.dld-top-right-firefox {
  right: 72px;
}
.download-page-helper.dld-top-right.dld-top-right-safari {
  right: 57px;
}
.lang-es .download-page-helper__content__text,
.lang-it .download-page-helper__content__text,
.lang-fr .download-page-helper__content__text {
  font-size: 17px;
  font-size: 1.7rem;
}
.ie10 .download-page-helper {
  display: table;
  height: auto;
}
.ie10 .download-page-helper.dld-bottom-center {
  left: 50%;
  margin-left: -80px;
}
.ie10 .download-page-helper__content {
  display: table-cell;
  height: 150px;
  vertical-align: middle;
}
.ie10 .download-page-helper__content__text {
  height: 110px;
  display: block;
}
.ie11 .download-page-helper__content__text {
  word-break: break-all;
}
.os-mac.safari .download-page-helper__content__text {
  width: 100%;
}
.download-step__title {
  font-size: 20px;
  font-size: 2rem;
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
  margin: 0 0 15px;
  text-align: left;
}
.download-step__para {
  text-align: left;
}
.component-download-page-new .component-download-page__headings {
  margin-bottom: 65px;
}
.component-download-page-new .component-download-page__bottom {
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .component-download-page__headings {
    margin-bottom: 35px;
  }
  .download-step {
    display: block;
  }
  .download-dots-anim {
    display: block;
  }
  .download-dots-anim span {
    float: none;
    display: block;
    line-height: 17px;
  }
  .download-step {
    padding: 0;
    margin: 20px 0 10px;
  }
  .download-step__icon {
    margin-bottom: 20px;
  }
  .download-step__text {
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    width: auto;
    margin: 0;
  }
  .download-dots-anim-active span {
    -webkit-animation-duration: 2s;
         -o-animation-duration: 2s;
            animation-duration: 2s;
  }
  .download-dots-anim span:nth-child(11),
  .download-dots-anim span:nth-child(12),
  .download-dots-anim span:nth-child(13),
  .download-dots-anim span:nth-child(14),
  .download-dots-anim span:nth-child(15),
  .download-dots-anim span:nth-child(16),
  .download-dots-anim span:nth-child(17),
  .download-dots-anim span:nth-child(18),
  .download-dots-anim span:nth-child(19),
  .download-dots-anim span:nth-child(20),
  .download-dots-anim span:nth-child(21) {
    display: none;
  }
  .component-download-page__bottom {
    margin-top: 60px;
  }
  .download-step__para {
    margin-bottom: 50px;
  }
  .component-download-page-new .component-download-page__bottom {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .download-page-helper {
    right: 10px !important;
    left: 10px !important;
    margin: 0 auto;
  }
}
/* ----------------- Component "components-download-page" END ----------------- ***/
/*** ----------------- Component "components-educational" START ----------------- ***/
.main-article--educational {
  padding: 0 0 50px;
  /*******************
   *** Article summary
   ******************/
  /*******************
   *** Article within content start
   ******************/
}
.main-article--educational a:hover,
.main-article--educational a:focus {
  text-decoration: underline;
}
.main-article--educational .main-article--intro,
.main-article--educational .main-article--title,
.main-article--educational .main-article--summary,
.main-article--educational p,
.main-article--educational h1,
.main-article--educational h2,
.main-article--educational h3,
.main-article--educational h4,
.main-article--educational h5,
.main-article--educational ul,
.main-article--educational ol,
.main-article--educational table {
  margin: 0 14% 20px 14%;
}
.main-article--educational ul {
  padding-left: 0;
}
.main-article--educational ul ul,
.main-article--educational ul ol {
  margin-left: 0;
}
.main-article--educational ul ol li {
  padding-left: 0;
}
.main-article--educational ul ol li:before {
  display: none;
}
.main-article--educational table {
  background: #fff;
  width: 72% !important;
}
.main-article--educational blockquote {
  border-left: 2px solid #000;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
  margin: 35px 14% 30px 13%;
}
.main-article--educational .main-article--half-staging {
  margin-bottom: 40px;
}
.main-article--educational .main-article--half-staging h1,
.main-article--educational .main-article--half-stagin p {
  margin: 0 0 20px 14%;
}
.main-article--educational ul {
  list-style: none;
  margin-top: 22px;
  margin-bottom: 25px;
}
.main-article--educational ul li {
  position: relative;
  padding-left: 18px;
}
.main-article--educational ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: #1d99f2;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.main-article--educational .main-article--container {
  position: relative;
  word-break: break-word;
}
.main-article--educational .main-article--container ul.main-article--sharing-module {
  left: 20px;
  margin: 0;
  list-style: none;
  padding: 0;
  position: fixed;
}
.main-article--educational .main-article--container ul.main-article--sharing-module li {
  padding-left: 0;
  margin: 15px 0 0;
  float: left;
  clear: both;
  color: #7e7e7e;
}
.main-article--educational .main-article--container ul.main-article--sharing-module li:first-child {
  color: #424242;
}
.main-article--educational .main-article--container ul.main-article--sharing-module li a {
  color: #7e7e7e;
}
.main-article--educational .main-article--container ul.main-article--sharing-module li a:hover {
  color: #0077cc;
}
.main-article--educational .main-article--container ul.main-article--sharing-module li:before {
  display: none;
}
.main-article--educational .main-article--container ul.main-article--sharing-module li.social--listitem.social-label i {
  font-size: 40px;
  font-size: 4rem;
  float: left;
  margin: 0 10px 0 0;
}
.main-article--educational .social-count {
  display: inline-block;
  margin-top: 11px;
  color: #424242;
}
.main-article--educational .main-article--title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.main-article--educational .main-article--title:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000;
  left: 0;
  bottom: 0;
}
.main-article--educational .box-width-border {
  border: 5px solid #efefef;
  padding: 30px 0;
}
.main-article--educational .parent-category a {
  text-decoration: none;
}
.main-article--educational .main-article--intro {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: lighter;
  font-family: 'KievitWebPro-Light', Helvetica, Arial;
}
.main-article--educational .main-article--featured-image {
  margin: 35px 0;
}
.main-article--educational .main-article--educational p {
  margin-bottom: 18px;
}
.main-article--educational .main-article--summary {
  padding: 25px 0;
}
.main-article--educational .main-article--summary li a {
  background-color: #ededed;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  color: #424242;
  padding: 13px 20px;
}
.main-article--educational .main-article--summary li a:focus,
.main-article--educational .main-article--summary li a:active {
  background: #fff;
  color: #3aacfc;
}
.main-article--educational .main-article--summary li {
  margin-bottom: 1px;
  padding: 0;
}
.main-article--educational .main-article--summary li:before {
  display: none;
}
.main-article--educational .main-article--summary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-article--educational .btn-primary.btn-rounded {
  border-radius: 30px;
  padding: 8px 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.main-article--educational .main-article--gradient {
  position: relative;
  background: #424242;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #424242), color-stop(99%, #3aacfc));
  background: -webkit-linear-gradient(left, #424242 1%, #3aacfc 99%);
  background: -o-linear-gradient(left, #424242 1%, #3aacfc 99%);
  background: linear-gradient(to right, #424242 1%, #3aacfc 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#3aacfc', GradientType=1);
}
.main-article--educational .box-width-border {
  margin: 40px 14% 30px 5%;
  padding: 30px 50px;
}
.main-article--educational .box-width-border p {
  margin: 0;
}
.main-article--educational .figure--within-content.pull-left {
  margin: 0 35px 10px 7%;
}
.main-article--educational .figure--within-content.pull-right {
  margin: 0 7% 10px 35px;
}
.main-article--educational .figure--within-content figcaption {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 10px;
  font-style: italic;
}
.main-article--banner {
  margin: 40px 14% 30px 5%;
  padding: 20px 10% 31px 0;
  position: relative;
}
.main-article--banner-content {
  position: relative;
}
.main-article--banner h3 {
  padding-top: 15px;
}
.main-article--banner h3,
.main-article--banner p {
  margin: 4px 11% 12px 11%;
  color: #fff;
}
.main-article--banner .usp-hexagon:before {
  font-size: 19em;
}
.main-article--banner .usp-hexagon-left-top:before {
  left: -97px;
  top: -142px;
}
.main-article--banner .usp-hexagon-right-top:before {
  right: -97px;
  top: -162px;
}
.main-article--banner .usp-hexagon-right-bottom:before {
  right: -97px;
  top: auto;
  bottom: -162px;
}
.main-article--banner-image-left img {
  margin-left: 12%;
  margin-right: 11%;
}
.main-article--banner-image-left h3,
.main-article--banner-image-left p {
  margin: 4px 2% 12px 2%;
}
.component-custom-margin .content-block__title,
.component-custom-margin .col-lg-6 p {
  margin-left: 9%;
}
.component-content-block.component-content-block-features.component-custom-margin {
  margin-top: 0;
}
.main-article--classic-staging {
  padding-top: 50px;
}
.main-article--classic-staging a {
  text-decoration: underline;
}
.main-article--classic-staging a:focus {
  text-decoration: underline;
}
.main-article--classic-staging a:hover {
  text-decoration: none;
}
.header--mini + .main > .main-article--educational > .main-article--classic-staging {
  padding-top: 100px;
}
@media (max-width: 1500px) {
  .main-article--sharing-module {
    display: none;
  }
}
@media (max-width: 1026px) {
  .main-article--educational .main-article--intro,
  .main-article--educational .main-article--title,
  .main-article--educational .main-article--summary,
  .main-article--educational p,
  .main-article--educational h1,
  .main-article--educational h2,
  .main-article--educational h3,
  .main-article--educational ul {
    margin: 0 9% 20px 10%;
  }
  .main-article--educational .main-article--banner {
    margin: 40px 0 30px 0;
    padding: 20px 10% 31px 0;
  }
  .main-article--educational .box-width-border {
    margin: 40px 6% 30px 6%;
    padding: 30px 50px;
  }
  .main-article--educational blockquote {
    margin: 35px 6% 30px 6%;
  }
  .component-custom-margin .content-block__title,
  .component-custom-margin .col-lg-6 p {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header--mini + .main > .main-article--educational > .main-article--classic-staging {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .main-article--educational table {
    font-size: 14px;
  }
}
.left-side-staging {
  padding-top: 15px;
}
/*** ----------------- Component "components-educational" END ----------------- ***/
/* ----------------- Component "components-extra-feat" START ----------------- ***/
.extra-features {
  display: none;
}
.simple-feature {
  margin: 0;
  text-align: center;
}
.simple-feature li {
  position: relative;
  padding-left: 22px;
  padding-right: 0;
  width: 29%;
  margin: 0 2%;
  text-align: left;
  vertical-align: top;
}
.simple-feature li:before {
  content: "\e936";
  position: absolute;
  font-family: avira_icons;
  left: 0;
  top: 3px;
  font-size: 12px;
  color: #167103;
}
@media (max-width: 1023px) {
  .simple-feature {
    text-align: left;
  }
  .simple-feature li {
    width: 49%;
    margin: 10px 0 0;
  }
}
@media (max-width: 600px) {
  .simple-feature li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .extra-features {
    display: block;
    padding: 60px 0 0;
    text-align: center;
    color: #737373;
  }
  .extra-features__icon {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: top;
    font-size: 36px;
    color: #464646;
  }
  .extra-features--align {
    display: inline-block;
    text-align: left;
    width: 70%;
    vertical-align: top;
  }
  .extra-features__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 12px;
    text-transform: uppercase;
  }
}
/* ----------------- Component "components-extra-feat" END ----------------- ***/
/* ----------------- Component "components-faq" START ----------------- ***/
.faq-list {
  padding: 100px 0 0;
}
.faq-list__title {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .faq-list {
    padding: 75px 0 0;
    margin: 0 !important;
  }
}
/* ----------------- Component "components-faq" END ----------------- ***/
/* ----------------- Component "components-footer" START ----------------- ***/
.footer {
  background-color: #f9f9f9;
  padding: 40px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.footer__logo-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-image: url("https://www.webassetscdn.com/avira/prod/cache-buster-3/static/avira/images/umbrella_square.svg");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.footer__logo-icon i {
  display: none;
}
.footer__logo-icon:hover,
.footer__logo-icon:focus {
  color: #fff;
}
.footer__counter {
  text-align: center;
  color: #454545;
  font-family: 'KievitWebPro-Light', Helvetica, Arial;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 0 40px;
  margin: 0 0 25px;
}
.footer__counter__digits {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 5px;
}
.footer__counter__text {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
}
.footer__menu {
  padding: 0 0 40px;
  margin-bottom: 55px;
  position: relative;
}
.footer__menu:before {
  content: "";
  background-color: #e8e8e8;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
.footer__menu-first {
  margin-bottom: 22px;
}
.footer__menu-last {
  padding: 0;
}
.footer__menu-last:before {
  display: none;
}
.footer__menu__title {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'KievitWebPro-Regular', Helvetica, Arial;
  margin: 0 0 25px;
  padding: 0 0 13px;
  text-transform: uppercase;
  position: relative;
}
.footer__menu__title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 13px;
  height: 1px;
  border-bottom: 1px solid;
}
.footer__menu__list {
  padding: 0;
  list-style-type: none;
  font-size: 15px;
  font-size: 1.5rem;
}
.footer__menu__list li {
  margin: 0 0 5px;
}
.footer__menu__list li a {
  text-decoration: none;
  color: #424242;
}
.footer__menu__list li a:hover {
  color: #0077cc;
}
.footer__menu__list li sup {
  font-size: 8px;
}
.footer__menu__list ul {
  margin: 7px 0 20px 10px;
}
.footer__menu__list ul li {
  margin: 0;
  padding-left: 0;
}
.footer__menu__list ul li:before {
  display: none;
}
.footer__menu__list ul li a {
  position: relative;
  padding-left: 11px;
}
.footer__menu__list ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #424242;
}
.footer__menu__list ul li a:hover:before {
  background-color: #0077cc;
}
.footer__menu .hidden-md,
.footer__menu .hidden-lg {
  display: block !important;
}
.footer__bottom {
  background-color: #454545;
  padding: 20px 0;
  color: #bbbbbb;
}
.footer__useful {
  float: right;
  padding: 0 5px 0 0;
  list-style-type: none;
  margin: 0;
}
.footer__useful li {
  float: left;
  margin: 0 25px 0 0;
}
.footer__useful li a {
  color: #bbbbbb;
  text-decoration: none;
}
.footer__useful li a:hover {
  text-decoration: underline;
}
.footer__copy {
  margin: 0;
  float: right;
}
.footer__info {
  margin: 13px 0 0;
  font-size: 15px;
  font-size: 1.5rem;
}
.social {
  padding: 0 0 22px;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 55px;
  text-align: center;
}
.social__list {
  margin: 0;
  padding: 0;
}
.social__list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}
.social__list__link {
  font-size: 30px;
  color: #939393;
  text-decoration: none;
}
.social__list__link:hover {
  color: #939393;
}
.social__list__link span {
  font-size: 0;
  visibility: hidden;
}
.language-selected-button {
  border: 1px solid #fff;
  height: 40px;
  border-radius: 3px;
  background: none;
  color: #fff;
  padding: 2px 25px 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.language-selected-button:hover {
  background-color: #fff;
  color: #454545;
}
.avr-ic-langcaret {
  font-size: 9px;
  margin-left: 5px;
}
.avr-ic-langcaret:before {
  content: "\e910";
}
.language-selector.open .avr-ic-langcaret:before {
  content: "\e90d";
}
.language-selector .dropdown-menu {
  bottom: 50px;
  border-radius: 4px;
  border: 1px solid #ededed;
  min-width: 180px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 1px;
}
.language-selector .dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  left: 15px;
  bottom: -6px;
}
.language-selector .dropdown-menu li {
  padding: 1px 0;
  border-top: 1px solid #ededed;
}
.language-selector .dropdown-menu li a {
  text-decoration: none;
  padding: 8px 15px;
}
.language-selector .dropdown-menu li:first-child,
.language-selector .dropdown-menu li:first-child.selected + li {
  border-top: none;
}
.language-selector .dropdown-menu li:last-child {
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.language-selector .dropdown-menu li.selected a {
  background: #3aacfc;
  color: #fff;
  border-radius: 4px;
}
.avr-ic-menucaret {
  font-size: 8px;
  margin-right: 3px;
  display: inline !important;
  position: relative;
  top: -1px;
}
.avr-ic-menucaret:before {
  content: "\e90d";
}
.avr-ic-menucaret.active:before {
  content: "\e910";
}
.language-selector-mobile-wrapper {
  position: relative;
  display: inline-block;
}
.language-selector-mobile-wrapper:after {
  content: "\e910";
  position: absolute;
  right: 14px;
  top: 50%;
  font-family: avira_icons;
  font-size: 9px;
  display: inline-block;
  pointer-events: none;
  color: #fff;
  margin-top: -4px;
}
.language-selector-mobile {
  background: none;
  -webkit-appearance: none;
  display: block;
  border: 1px solid #fff;
  height: 40px;
  border-radius: 3px;
  color: #fff;
  padding: 2px 35px 0 25px;
}
.cancel-footer-link {
  display: none !important;
}
.c-de .cancel-footer-link {
  display: block !important;
}
@media (max-width: 1199px) {
  .footer__menu__list ul {
    margin-left: 15px;
  }
  .footer__info {
    margin: 2px 0 0;
  }
  .footer__info--narow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer__useful {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__useful li {
    float: none;
    margin: 0 0 0 25px;
    display: inline-block;
  }
  .footer__copy {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 5px;
  }
  .c-de .cancel-footer-link {
    display: inline-block !important;
  }
}
@media (max-width: 1023px) {
  .footer__menu:before {
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
  }
  .footer__menu__list ul {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .social {
    margin: 0;
    border: none;
  }
  .social__list__link {
    font-size: 40px;
    color: #000;
  }
  .footer {
    padding: 30px 0 0;
  }
  .footer__logo-icon {
    margin: 0;
  }
  .footer__counter {
    padding: 0 0 30px;
    margin: 0;
    border: none;
  }
  .footer__counter__digits {
    font-size: 50px;
    font-size: 5rem;
  }
  .footer__counter__text {
    font-size: 20px;
    font-size: 2rem;
    color: #bbbbbb;
  }
  .footer__menu {
    padding: 0;
    margin-bottom: 35px;
  }
  .footer__menu__list {
    margin: 0 0 10px;
    display: none;
  }
  .footer__menu__list li {
    margin: 0;
    padding: 10px 25px 10px 30px;
  }
  .footer__menu__title {
    border-top: 1px solid rgba(194, 194, 194, 0.25);
    padding: 15px 25px 15px 30px;
    margin: 0;
    font-size: 20px;
    font-size: 2rem;
    text-transform: none;
  }
  .footer__menu__title:before {
    content: "\e90d";
    position: absolute;
    left: 3px;
    top: 50%;
    font-family: avira_icons;
    font-size: 10px;
    margin-top: -5px;
    color: #0077cc;
    line-height: 1;
  }
  .footer__menu__title:after {
    display: none;
  }
  .footer__menu:before {
    display: none;
  }
  .footer__menu [class^="col-"]:first-child .footer__menu__title {
    border-top: none;
  }
  .footer__bottom {
    padding: 30px 0 25px;
  }
  .footer__useful {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .footer__useful li {
    display: inline-block;
    float: none;
    margin: 0 15px;
  }
  .footer__copy {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
  .footer__info--narow {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .language-selector {
    margin-bottom: 25px;
  }
  .language-selector .dropdown-menu {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 70px;
    width: 70%;
  }
  .language-selector .dropdown-menu:after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .language-selected-button {
    width: 100%;
    height: 50px;
  }
  .footer-title-open {
    background: #f2f2f2;
  }
  .footer-title-open .footer__menu__title {
    margin-bottom: 7px;
  }
  .footer-title-open .footer__menu__title:after {
    display: block;
    left: 30px;
  }
  .footer-title-open .footer__menu__title:before {
    content: "\e910";
  }
  .footer-title-open .footer__menu__list {
    display: block;
    margin: 0;
  }
  .language-selector-mobile-wrapper {
    margin-bottom: 25px;
  }
  .language-selector-mobile {
    height: 50px;
    width: 100%;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  .footer__menu-first {
    margin-bottom: 0;
  }
  .footer__menu-last {
    border-top: 1px solid rgba(194, 194, 194, 0.25);
  }
  .footer__menu__list ul {
    margin: 7px 0 0 10px !important;
  }
  .footer__menu__list ul li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .footer__menu__list ul li:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .social__list li {
    margin: 0 10px;
  }
  .footer__info--narow {
    position: relative;
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.33333333%;
  }
  .language-selector .dropdown-menu {
    width: 100%;
  }
}
.ie8 .footer__menu,
.ie9 .footer__menu,
.ie10 .footer__menu,
.ie11 .footer__menu {
  border-bottom: 1px solid #e8e8e8;
}
.ie8 .footer__menu:before,
.ie9 .footer__menu:before,
.ie10 .footer__menu:before,
.ie11 .footer__menu:before {
  display: none;
}
.ie8 .footer__menu-last,
.ie9 .footer__menu-last,
.ie10 .footer__menu-last,
.ie11 .footer__menu-last {
  border: none;
}
.snippet-disclaimer.d-flex.flex-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  width: 100%;
}
.snippet-disclaimer.d-flex.flex-center p {
  margin: 0;
}
.snippet-disclaimer.spacer-20 {
  margin-bottom: 20px;
  margin-top: 30px;
}
.snippet-disclaimer.has-inline-ul {
  margin-top: 20px;
  margin-bottom: 30px;
}
.snippet-disclaimer.has-inline-ul ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3px 16px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.snippet-disclaimer.has-inline-ul ul li {
  padding: 0 15px 0 0;
  position: relative;
}
.snippet-disclaimer.has-inline-ul ul li:after {
  content: "";
  width: 1px;
  height: 11px;
  position: absolute;
  background: #bbb;
  right: 0;
  top: 4px;
}
.snippet-disclaimer.has-inline-ul ul li a {
  color: #bbb;
  text-decoration: none;
}
.snippet-disclaimer.has-inline-ul ul li a:hover {
  text-decoration: underline;
}
.lang-en .snippet-disclaimer.spacer-20,
.lang-fr .snippet-disclaimer.spacer-20,
.lang-de .snippet-disclaimer.spacer-20 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .row.row__container-footer {
    padding: 0 20px;
  }
}
/* ----------------- Component "components-footer" END ----------------- ***/
/*** ----------------- "components-forms" START ----------------- ***/
.component-form {
  margin: 100px 0 0;
}
.component-form-bg {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 60px 0;
}
.component-form-gradient {
  padding: 60px 0;
}
.component-form-gradient--gray {
  background-image: -webkit-linear-gradient(-145deg, #dbdbdb 0%, #f7f7f7 100%);
  background-image: -webkit-linear-gradient(235deg, #dbdbdb 0%, #f7f7f7 100%);
  background-image: -o-linear-gradient(235deg, #dbdbdb 0%, #f7f7f7 100%);
  background-image: linear-gradient(-145deg, #dbdbdb 0%, #f7f7f7 100%);
}
.component-form-gradient--gray .pulse-wave-wrap > div {
  background-color: rgba(162, 213, 249, 0.7);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.component-form-gradient--blue-green {
  background-image: -webkit-linear-gradient(-40deg, #22bd03 0%, #3aacfc 100%);
  background-image: -webkit-linear-gradient(130deg, #22bd03 0%, #3aacfc 100%);
  background-image: -o-linear-gradient(130deg, #22bd03 0%, #3aacfc 100%);
  background-image: linear-gradient(-40deg, #22bd03 0%, #3aacfc 100%);
}
.component-form-gradient--red-pink {
  background-image: -webkit-linear-gradient(50deg, #DB0D15 0%, #6C1C45 100%);
  background-image: -webkit-linear-gradient(40deg, #DB0D15 0%, #6C1C45 100%);
  background-image: -o-linear-gradient(40deg, #DB0D15 0%, #6C1C45 100%);
  background-image: linear-gradient(50deg, #DB0D15 0%, #6C1C45 100%);
}
.component-form-gradient--red-pink .form-group label sup {
  color: #fff;
}
.component-form-gradient--blue-gray {
  background-image: -webkit-linear-gradient(-40deg, #424242 0%, #3aacfc 100%);
  background-image: -webkit-linear-gradient(130deg, #424242 0%, #3aacfc 100%);
  background-image: -o-linear-gradient(130deg, #424242 0%, #3aacfc 100%);
  background-image: linear-gradient(-40deg, #424242 0%, #3aacfc 100%);
}
.component-form-gradient--gray-blue {
  background-image: -webkit-linear-gradient(-40deg, #3aacfc 0%, #424242 100%);
  background-image: -webkit-linear-gradient(130deg, #3aacfc 0%, #424242 100%);
  background-image: -o-linear-gradient(130deg, #3aacfc 0%, #424242 100%);
  background-image: linear-gradient(-40deg, #3aacfc 0%, #424242 100%);
}
.component-form-gradient--blue-green,
.component-form-gradient--red-pink,
.component-form-gradient--blue-gray,
.component-form-gradient--gray-blue {
  color: #fff;
}
.component-form-gradient--blue-green .form-frame-gray,
.component-form-gradient--red-pink .form-frame-gray,
.component-form-gradient--blue-gray .form-frame-gray,
.component-form-gradient--gray-blue .form-frame-gray {
  color: #424242;
}
.component-form-gradient--blue-green .form-frame-gray .form-group label sup,
.component-form-gradient--red-pink .form-frame-gray .form-group label sup,
.component-form-gradient--blue-gray .form-frame-gray .form-group label sup,
.component-form-gradient--gray-blue .form-frame-gray .form-group label sup {
  color: #d00012;
}
.component-form .wave-block-feature__content {
  background: url("../images/is_scan_effect.png") no-repeat center 0;
}
.component-form .wave-block-feature__inner {
  background-image: none;
  padding: 70px 0 50px;
  min-height: 0;
  overflow: hidden;
  position: relative;
}
.component-form .pulse-wave-wrap {
  top: -300px;
}
.component-form-idscan {
  padding: 0;
  margin: 0 !important;
  text-align: center;
}
.component-form-idscan .general-main-title {
  font-size: 32px;
  font-size: 3.2rem;
  margin: 0 0 20px;
}
.component-form-idscan .general-main-undertitle {
  margin-bottom: 20px;
  max-width: 100%;
}
.component-form .form-inline {
  background-color: rgba(66, 66, 66, 0.071);
  border-radius: 8px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.component-form .form-inline .form-group {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
}
.component-form .form-inline .input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.component-form .form-inline .input-group-addon {
  padding: 20px 12px 20px 20px;
  font-size: 14px;
  color: #d0d0d0;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.component-form .form-inline .form-control {
  height: 58px;
  padding: 10px 16px 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #6f7073;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 0 4px 4px 0;
  border-left: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.component-form .form-inline .has-error .form-control {
  border-color: #a94442 !important;
}
.component-form .form-inline .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
}
.component-form .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 260px;
}
.component-form .form-frame-gray {
  padding: 20px 60px;
}
.component-form__footnote sup {
  color: #d00012;
}
.main-modal .component-form {
  margin-top: 0;
}
.main-modal .form-frame-gray {
  color: #424242;
}
.main-modal .form-frame-gray .form-group label sup {
  color: #d00012;
}
.under-form {
  padding: 25px 0 0;
}
.disclaimer {
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}
.disclaimer a {
  color: #999;
}
.form-iframe-embed {
  max-width: 500px;
}
.form-iframe-embed .header-logo {
  display: inline-block;
  float: none;
  margin: 0 0 20px;
}
.form-iframe-embed.text-center .get-product-form__title:after {
  right: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .component-form .pulse-wave-wrap {
    width: 600px;
    height: 600px;
  }
  .component-form .pulse4 {
    width: 600px;
    height: 600px;
  }
  .component-form .pulse3 {
    width: 460px;
    height: 460px;
  }
  .component-form .pulse2 {
    width: 330px;
    height: 330px;
  }
  .component-form .pulse1 {
    width: 230px;
    height: 230px;
  }
}
@media (max-width: 767px) {
  .component-form {
    margin: 75px 0 0;
  }
  .component-form .form-inline {
    display: block;
  }
  .component-form .form-inline .form-group {
    margin-right: 0;
  }
  .component-form .form-inline .input-group-addon {
    width: 55px;
  }
}
@media (max-width: 640px) {
  .component-form .pulse-wave-wrap {
    top: -225px;
  }
}
@media (max-width: 575px) {
  .component-form .btn {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .component-form .pulse-wave-wrap {
    top: -185px;
  }
}
/*** ----------------- "components-forms" END ----------------- ***/
/* ----------------- Component "components-free-email-scan" START ----------------- ***/
.component-email-scan {
  margin: 100px 0 0;
  text-align: center;
}
.component-email-scan .general-main-undertitle {
  max-width: none;
}
.idscan-page-link {
  margin: 20px 0 0;
}
.scan-main-pretitle {
  font-size: 26px;
  font-size: 2.6rem;
  color: #7a7a7a;
  margin: 0 0 20px;
  font-family: 'KievitWebPro-Regular', Helvetica, Arial;
}
.scan-main-pretitle i {
  color: #e60018;
  margin-right: 8px;
  font-size: 24px;
}
.feedback-msg-list {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 665px;
  color: #7a7a7a;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.feedback-msg-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 23px;
}
.feedback-msg-list li i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 12px;
  color: #119f00;
}
.scan-other-link {
  margin: 30px 0 0;
}
.opacity-form {
  position: relative;
}
.opacity-form:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: transparent;
  left: 0;
}
.opacity-form.in:after {
  content: "";
  background: rgba(255, 255, 255, 0.7);
}
.in .loader {
  display: block;
}
.loader {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -16px;
  z-index: 1;
  display: none;
}
.email-scan-wrap {
  display: inline-block;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 29px 0 rgba(0, 0, 0, 0.11), inset 0 3px 10px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 3px 29px 0 rgba(0, 0, 0, 0.11), inset 0 3px 10px 0 rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  position: relative;
  padding: 9px 9px 9px 62px;
  background: #fff;
}
.email-scan-label {
  position: absolute;
  top: 13px;
  left: 20px;
  padding: 0 20px 0 0;
  color: #959595;
}
.email-scan-label:after {
  content: "";
  background-image: -webkit-linear-gradient(-90deg, #ffffff 12%, #e7e7e7 44%, #ffffff 87%);
  background-image: -ms-linear-gradient(-90deg, #ffffff 12%, #e7e7e7 44%, #ffffff 87%);
  position: absolute;
  right: 0;
  top: -1px;
  width: 2px;
  height: 45px;
}
.email-scan-label i {
  position: relative;
  top: 11px;
  font-size: 16px;
}
.email-scan-eaddress {
  background: none;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  color: #a8a8a8;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 450px;
  float: left;
  height: 48px;
  padding-top: 3px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 4px;
}
.scan-down {
  margin-top: 20px;
}
.email-scan-go {
  min-width: 304px;
}
.component-email-scan .hidden {
  display: none;
}
#errors {
  color: #db0d15;
}
.data-approval {
  display: inline-block;
  max-width: 515px;
  margin-top: -5px;
}
.data-approval-row {
  margin-bottom: 7px;
  position: relative;
  text-align: left;
}
.data-approval-row input {
  position: absolute;
  left: 0;
  top: 1px;
  margin: 0;
}
.data-approval-row label {
  font-size: 12px;
  font-size: 1.2rem;
  cursor: default;
}
.data-approval-row label a {
  text-decoration: underline;
}
.data-approval-row label a:hover {
  text-decoration: none;
}
.scan-anchor {
  max-width: 575px;
  margin: 50px auto 0;
}
.scan-anchor-prescan {
  max-width: 375px;
}
.scan-anchor-btn {
  display: inline-block;
  vertical-align: top;
}
.scan-anchor-guarantee {
  margin: 12px 0 0 !important;
  padding-left: 50px;
  padding-top: 5px;
  position: relative;
  text-align: left;
  font-size: 16px;
  line-height: 18px;
  clear: both;
  display: inline-block;
}
.scan-anchor-guarantee i {
  font-size: 25px;
  position: absolute;
  left: 15px;
  top: 10px;
}
.scan-anchor-link {
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
}
.scan-anchor-link:hover {
  text-decoration: underline;
}
.scan-main-msg {
  border-radius: 20px;
  max-width: 820px;
  margin: 0 auto 35px;
  padding: 30px 10px;
}
.scan-results-ok .scan-main-msg {
  background: #dbf0d8;
}
.scan-results-fail .scan-main-msg {
  background: #ffeedc;
}
.scan-main-msg-image {
  margin: 0 0 20px;
}
.scan-main-msg-title,
.scan-results-info h4 {
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 10px;
}
.scan-main-msg-undertitle {
  margin: 0;
}
.scan-results-info p {
  margin-bottom: 25px;
}
.scan-main-msg-undertitle {
  margin-left: auto;
  margin-right: auto;
  max-width: 665px;
}
.scan-results-info {
  margin: 0 auto;
  max-width: 665px;
}
.scan-results-info .checkmark-list {
  text-align: left;
}
.scan-results-info .checkmark-list li {
  font-family: 'KievitWebPro-Regular', Helvetica, Arial;
}
.scan-results-info .checkmark-list li:before {
  color: #168900;
}
.g-recaptcha {
  margin: 0 auto 15px;
  width: 304px;
}
@media only screen and (max-width: 842px) {
  .g-recaptcha {
    bottom: -105px;
  }
}
@media only screen and (max-width: 767px) {
  .component-email-scan {
    margin: 75px 0 0;
  }
  .email-scan-wrap {
    display: block;
  }
  .email-scan-eaddress {
    width: 100%;
  }
  .scan-results-info p br {
    display: none;
  }
  .scan-anchor {
    max-width: 375px;
    margin-top: 10px;
  }
  .scan-anchor-prescan {
    margin-top: 30px !important;
  }
  .scan-anchor-btn {
    float: none;
  }
  .scan-anchor-guarantee {
    margin: 15px 0 0 !important;
  }
}
@media only screen and (max-width: 500px) {
  .email-scan-go {
    left: 0;
  }
  .email-scan-eaddress {
    width: 100% !important;
  }
  .data-approval-row label {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .data-approval-row input {
    top: 2px;
  }
}
@media only screen and (max-width: 400px) {
  /*.g-recaptcha {
    width: 100%;

    > div, iframe {
      width: calc(100% + 1px) !important;
    }
  }*/
  .g-recaptcha,
  .g-recaptcha > div,
  .g-recaptcha iframe {
    width: auto !important;
  }
  .email-scan-go {
    min-width: 0;
  }
}
/* ----------------- Component "components-free-email-scan" END ----------------- ***/
/* ----------------- Component "components-half-container" START ----------------- ***/
.half-container-list {
  margin: 0;
}
.half-container-list__item {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f9f9f9;
  border-radius: 4px;
  overflow: hidden;
}
.half-container-list__item__cell {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
}
.half-container-list__item__cell-content {
  position: absolute;
  bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 40px;
  padding-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'KievitWeb-Book', Helvetica, Arial;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0.04)));
  background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0.04) 100%);
  background-image: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0.04) 100%);
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0.04) 100%);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.half-container-list__item__cell-photo {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.half-container-list__item__cell__title {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: 'KievitWebPro-Regular', Helvetica, Arial;
  padding: 0 0 10px;
  margin: 0 0 20px;
  position: relative;
}
.half-container-list__item__cell__title:after {
  content: "";
  position: absolute;
  width: 20px;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid;
}
.half-container-list__item:nth-child(2n) .half-container-list__item__cell {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.half-container-list__item:nth-child(2n) .half-container-list__item__cell-photo {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.half-cell-content-text {
  font-style: italic;
  margin-bottom: 22px;
}
.half-cell-content-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.half-cell-content-group img {
  margin-right: 10px;
}
.half-cell-content-group span {
  position: relative;
  top: 1px;
}
@media (max-width: 1199px) {
  .half-container-list__item__cell {
    padding-left: 30px;
    padding-right: 30px;
  }
  .half-container-list__item__cell-photo {
    padding-left: 0;
    padding-right: 0;
  }
  .half-container-list__item__cell-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .half-cell-content-text {
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .half-container-list__item {
    background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0;
    overflow: visible;
    text-align: center;
    margin-top: 50px;
  }
  .half-container-list__item:first-child {
    margin-top: 0;
  }
  .half-container-list__item__cell {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  .half-container-list__item__cell-photo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
  .half-container-list__item__cell.white-text {
    color: #424242;
  }
  .half-container-list__item__cell-content {
    bottom: auto;
    position: static;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-top: 20px;
    background: none;
  }
  .half-container-list__item__cell__title:after {
    right: 0;
    margin: 0 auto;
  }
  .half-cell-content-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* ----------------- Component "components-half-container" END ----------------- ***/
/* ----------------- Component "components-hexagon" START ----------------- ***/
.component-hexagon {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.component-hexagon:before {
  position: absolute;
  content: "\e905";
  font-family: "avira_icons";
  color: rgba(255, 255, 255, 0.1);
  line-height: 1;
}
.staging-bundle-light .component-hexagon:before {
  content: "\e906";
  color: #ededed;
}
.staging-hexagon:before {
  font-size: 800px;
}
.staging-hexagon-left-top:before {
  top: -350px;
  left: -150px;
}
.staging-hexagon-right-bottom:before {
  right: -300px;
  top: 125px;
}
.staging-hexagon-right-top:before {
  right: -220px;
  top: -300px;
  color: rgba(255, 255, 255, 0.4);
}
.overlay-hexagon:before {
  color: rgba(0, 0, 0, 0.04);
  font-size: 600px;
}
.overlay-hexagon-left-top:before {
  top: -290px;
  left: -250px;
}
.component-gradient-red-pink .overlay-hexagon:before,
.component-gradient-gold .overlay-hexagon:before,
.component-gradient-blue-green .overlay-hexagon:before,
.component-gradient-gray-blue .overlay-hexagon:before {
  color: rgba(255, 255, 255, 0.04);
}
.staging-height-auto .staging-hexagon-left-top:before {
  top: -550px;
  left: -150px;
}
.usp-hexagon:before {
  font-size: 1000px;
}
.usp-hexagon-left-top:before {
  left: -230px;
  top: -400px;
}
.usp-hexagon-right-top:before {
  right: -230px;
  top: -400px;
}
.usp-hexagon-right-bottom:before {
  right: -105px;
  top: 105px;
}
.staging-bundle-light .staging-hexagon:before {
  font-size: 1280px;
}
.staging-bundle-light .staging-hexagon-left-top:before {
  left: -140px;
  top: -725px;
}
.staging-web-product .component-hexagon:before,
.staging-gradient-gray .component-hexagon:before {
  color: rgba(0, 0, 0, 0.03);
}
.staging-downloads-form .component-hexagon:before {
  color: rgba(0, 0, 0, 0.01);
  font-size: 1000px;
}
@media (max-width: 1600px) {
  .usp-hexagon:before {
    font-size: 800px;
  }
  .usp-hexagon-left-top:before {
    left: -230px;
    top: -300px;
  }
  .usp-hexagon-right-top:before {
    right: -230px;
    top: -300px;
  }
}
@media (max-width: 1199px) {
  .staging-bundle-light .staging-hexagon:before {
    font-size: 800px;
  }
  .staging-hexagon-left-top:before,
  .staging-bundle-light .staging-hexagon-left-top:before {
    left: -155px;
    top: -305px;
  }
}
@media (max-width: 1023px) {
  .staging-hexagon-right-top:before {
    right: -300px;
    top: -300px;
    color: rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 767px) {
  .staging-hexagon:before,
  .staging-bundle-light .staging-hexagon:before {
    font-size: 700px;
    z-index: 1;
  }
  .staging-hexagon-right-bottom:before {
    top: -400px;
  }
  .staging-bundle-light .staging-hexagon-left-top:before {
    top: -330px;
  }
  .usp-hexagon:before,
  .staging-downloads-form .component-hexagon:before {
    font-size: 700px;
  }
  .usp-hexagon-left-top:before {
    left: -150px;
    top: -200px;
  }
  .usp-hexagon-right-top:before {
    right: -150px;
    top: -200px;
  }
}
@media (max-width: 575px) {
  .usp-hexagon-left-top:before {
    left: -250px;
    top: -300px;
  }
  .usp-hexagon-right-top:before {
    right: -250px;
    top: -300px;
  }
}
@media (max-width: 480px) {
  .staging-hexagon:before,
  .staging-bundle-light .staging-hexagon:before {
    font-size: 600px;
  }
  .staging-hexagon-right-bottom:before {
    right: -250px;
  }
  .usp-hexagon:before,
  .staging-downloads-form .component-hexagon:before {
    font-size: 600px;
  }
  .usp-hexagon-left-top:before,
  .usp-hexagon-right-top:before {
    top: -250px;
  }
  .usp-03 .usp-hexagon-right-bottom:before {
    right: -350px;
  }
  .staging-hexagon-right-top:before {
    right: -250px;
    top: -230px;
  }
  .staging-height-auto .staging-hexagon-left-top:before {
    top: -400px;
  }
}
/* ----------------- Component "components-hexagon" END ----------------- ***/
/* ----------------- Component "components-modal-subscription" START ----------------- ***/
.component-modal-subscription__header {
  margin-bottom: 40px;
}
.component-modal-subscription .modal-body {
  padding-bottom: 40px;
}
.component-modal-subscription .modal-content {
  background-color: #ededed;
}
.component-modal-subscription .block-feature--square-fill {
  background-color: #fff;
}
.component-modal-subscription__square__title {
  font-size: 40px;
  font-size: 4rem;
  font-family: 'KievitWebPro-Light', Helvetica, Arial;
  color: #3d3c40;
  margin: 0 0 15px;
}
.component-modal-subscription__square__oldprice,
.component-modal-subscription__square__currentprice {
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
}
.component-modal-subscription__square__oldprice {
  color: #b0b3b4;
  margin: 0;
}
.component-modal-subscription__square__currentprice {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 15px;
  color: #0077cc;
}
.component-modal-subscription__square__devices {
  margin-bottom: 35px;
}
.component-modal-subscription__special .component-modal-subscription__square__currentprice {
  color: #167103;
}
.component-modal-subscription-tabs .panel {
  background-color: transparent;
}
.component-modal-subscription-tabs .panel-body {
  padding: 0;
}
.component-modal-subscription-tabs .panel-title > a {
  background: #fff;
}
.component-modal-subscription-tabs .panel-title .collapsed {
  background: #bbbbbb;
  color: #fff;
}
.component-modal-subscription-tabs .panel-title .collapsed:after {
  color: #fff;
}
.modal-subscription-facelift .container {
  width: 100%;
}
.modal-subscription-facelift .block-features--square-mainparent {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-subscription-facelift .block-features--square-mainparent > [class^="col-"] {
  max-width: 50%;
  position: relative;
}
.modal-subscription-facelift .block-features--square-mainparent > [class^="col-"] .promo-badge {
  width: 80px;
  height: 80px;
  background: #0077cc;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  font-family: 'KievitWeb-Book', Helvetica, Arial;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  z-index: 100;
}
.modal-subscription-facelift .block-features--square-mainparent > [class^="col-"] .promo-badge--right {
  right: -27px;
  top: -27px;
}
.modal-subscription-facelift .block-features--square-mainparent > [class^="col-"] .promo-badge--left {
  left: -27px;
  top: -27px;
}
.modal-subscription-facelift .block-features--square-mainparent > [class^="col-"] .promo-badge--right {
  right: -10px;
  top: -30px;
}
.modal-subscription-facelift .block-feature--square-fill {
  background-color: #424242 !important;
  border-radius: 4px;
  color: #b0b3b4;
}
.modal-subscription-facelift .component-modal-subscription__square__title {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 20px;
  text-transform: uppercase;
}
.modal-subscription-facelift .component-modal-subscription__square__title:after {
  content: "";
  width: 15px;
  border-top: 2px solid;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.modal-subscription-facelift .component-modal-subscription__square__oldprice {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 5px;
}
.modal-subscription-facelift .component-modal-subscription__square__currentprice {
  font-size: 32px;
  font-size: 3.2rem;
  margin: 0;
}
.modal-subscription-facelift .component-modal-subscription__square__devices {
  font-size: 16px;
  font-size: 1.6rem;
}
.modal-subscription-facelift .block-feature--square .btn {
  width: 100%;
  max-width: 278px;
  min-width: 0;
}
@media (max-width: 1199px) {
  .modal-subscription-facelift .block-features--square-mainparent {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .modal-subscription-facelift .block-features--square-mainparent > [class^="col-"] {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .component-modal-subscription__boxshot {
    margin-bottom: 30px;
  }
  .component-modal-subscription-tabs .block-features__margin--bottom-md {
    margin: 0 0 1px;
  }
  .modal-subscription-facelift .block-features--square-mainparent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .modal-subscription-facelift .block-features--square-mainparent > [class^="col-"] {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .modal-subscription-facelift .cta-group .cta-group__info {
    color: inherit;
  }
  .modal-subscription-facelift .block-features--square-mainparent > [class^="col-"] .promo-badge--right {
    right: -5px;
  }
}
@media (max-width: 575px) {
  .modal-subscription-facelift .block-feature--square {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .modal-subscription-facelift .block-features--square-mainparent {
    display: block;
  }
  .modal-subscription-facelift .block-features--square-mainparent > [class^="col-"] {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .component-modal-subscription .btn {
    min-width: 0;
    width: 100%;
  }
  .modal-subscription-facelift .block-features--square-mainparent > [class^="col-"] .promo-badge--right {
    width: 50px;
    height: 50px;
    font-size: 10px;
    font-size: 1rem;
  }
}
/* ----------------- Component "components-modal-subscription" END ----------------- ***/
/* ----------------- Component "components-open-roles" START ----------------- ***/
.open-roles-list {
  border-bottom: 1px solid #ededed;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 60px;
}
.open-roles-list__row {
  border-top: 1px solid #ededed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3px;
  padding-bottom: 1px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  color: #6f7073;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.open-roles-list__row > [class^="col-"]:first-child,
.open-roles-list__row > [class^="col-"]:last-child {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'KievitWeb-Book', Helvetica, Arial;
}
.open-roles-list__row > [class^="col-"]:first-child {
  color: #3d3c40;
  padding-left: 20px;
}
.open-roles-list__row > [class^="col-"]:last-child {
  color: #0077cc;
  text-align: right;
  padding-right: 20px;
}
.open-roles-list__row:hover {
  background: #fbfbfb;
  color: #6f7073;
}
.open-roles-list__row:hover > [class^="col-"]:first-child,
.open-roles-list__row:hover > [class^="col-"]:last-child {
  color: #0077cc;
}
.open-roles-list__row:hover > [class^="col-"]:last-child span {
  text-decoration: underline;
}
.open-roles-list-all {
  margin-bottom: 40px;
}
.open-roles-list-all .open-roles-list__row > [class^="col-"]:last-child {
  color: #6f7073;
  font-family: 'KievitWebPro-Regular', Helvetica, Arial;
  text-align: left;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .open-roles-list__row > [class^="col-"]:first-child {
    padding-left: 10px;
  }
  .open-roles-list__row > [class^="col-"]:last-child {
    padding-right: 10px;
  }
}
@media (max-width: 1023px) {
  .open-roles-list__row > [class^="col-"]:first-child {
    padding-left: 5px;
  }
  .open-roles-list__row > [class^="col-"]:last-child {
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .open-roles-list__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .open-roles-list__row > [class^="col-"] {
    margin-top: 7px;
  }
  .open-roles-list__row > [class^="col-"]:first-child {
    margin-top: 0;
    color: #0077cc;
  }
}
.ie10 .open-roles-list__row,
.ie11 .open-roles-list__row {
  height: 100px;
}
/* ----------------- Component "components-open-roles" END ----------------- ***/
/*** ----------------- Component "components-pagination" START ----------------- ***/
.pagination-wrapper {
  font-size: 16px;
  font-size: 1.6rem;
}
.pagination-index {
  float: left;
  padding-top: 12px;
}
.pagination-list {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pagination-list li {
  float: left;
  margin-left: 3px;
  width: 40px;
  height: 40px;
  font-family: 'KievitWeb-Book', Helvetica, Arial;
  text-align: center;
}
.pagination-list li a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #424242;
  padding-top: 12px;
  background-color: #fcfcfc;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.pagination-list li a:hover {
  background-color: #0077cc;
  color: #fff;
}
.pagination-list li:first-child,
.pagination-list li:last-child {
  width: auto;
}
.pagination-list li:first-child a,
.pagination-list li:last-child a {
  padding-left: 15px;
  padding-right: 15px;
}
.pagination-list li.inactive a {
  pointer-events: none;
  cursor: default;
  color: #bbbbbb;
}
.pagination-list li.inactive a:hover {
  background-color: inherit;
}
.pagination-list li.current a {
  color: #fff;
  background-color: #0077cc;
}
@media (max-width: 1023px) {
  .pagination-wrapper {
    text-align: center;
  }
  .pagination-index {
    width: 100%;
    margin-bottom: 20px;
  }
  .pagination-list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    float: none;
  }
  .pagination-list li {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pagination-list li:first-child {
    margin-left: 0;
  }
  .pagination-list li:first-child span,
  .pagination-list li:last-child span {
    display: none;
  }
  .pagination-list li:first-child a,
  .pagination-list li:last-child a {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    font-size: 2rem;
    padding-top: 8px;
  }
}
@media (max-width: 767px) {
  .pagination-list li {
    display: none;
  }
  .pagination-list li:first-child,
  .pagination-list li:last-child,
  .pagination-list li:nth-child(2),
  .pagination-list li:nth-child(3),
  .pagination-list li:nth-child(4),
  .pagination-list li:nth-child(5) {
    display: block;
  }
  .pagination-list li:last-child {
    margin-left: 50px;
    position: relative;
  }
  .pagination-list li:last-child:before {
    content: "...";
    position: absolute;
    left: -50px;
    color: #424242;
    width: 50px;
    font-size: 20px;
    line-height: 1;
    top: 13px;
  }
}
/*** ----------------- Component "components-pagination" END ----------------- ***/
/* ----------------- Component "components-product-card" START ----------------- ***/
.product-card {
  margin-top: 100px;
  padding-top: 75px;
  padding-bottom: 75px;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  /*.cta-group__info {
    color: @gray-new;
  }*/
}
.product-card > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-card__title {
  margin-bottom: 35px;
}
.product-card .avr-ic-product-icon {
  position: relative;
  display: inline-block;
  margin: 0;
}
.product-card .cta-group__old-price {
  display: block;
}
.product-card .checkmark-list {
  margin: 0;
}
.product-card .checkmark-list li {
  margin-top: 25px;
}
.product-card .checkmark-list li:first-child {
  margin-top: 0;
}
.product-card-bg {
  border: none;
}
.product-card-blue-green {
  background-image: -webkit-linear-gradient(-40deg, #22bd03 0%, #3aacfc 100%);
  background-image: -webkit-linear-gradient(130deg, #22bd03 0%, #3aacfc 100%);
  background-image: -o-linear-gradient(130deg, #22bd03 0%, #3aacfc 100%);
  background-image: linear-gradient(-40deg, #22bd03 0%, #3aacfc 100%);
}
.product-card-red-pink {
  background-image: -webkit-linear-gradient(50deg, #DB0D15 0%, #6C1C45 100%);
  background-image: -webkit-linear-gradient(40deg, #DB0D15 0%, #6C1C45 100%);
  background-image: -o-linear-gradient(40deg, #DB0D15 0%, #6C1C45 100%);
  background-image: linear-gradient(50deg, #DB0D15 0%, #6C1C45 100%);
}
.product-card-gray-blue {
  background-image: -webkit-linear-gradient(-40deg, #3aacfc 0%, #424242 100%);
  background-image: -webkit-linear-gradient(130deg, #3aacfc 0%, #424242 100%);
  background-image: -o-linear-gradient(130deg, #3aacfc 0%, #424242 100%);
  background-image: linear-gradient(-40deg, #3aacfc 0%, #424242 100%);
}
.product-card-blue-gray {
  background-image: -webkit-linear-gradient(-40deg, #424242 0%, #3aacfc 100%);
  background-image: -webkit-linear-gradient(130deg, #424242 0%, #3aacfc 100%);
  background-image: -o-linear-gradient(130deg, #424242 0%, #3aacfc 100%);
  background-image: linear-gradient(-40deg, #424242 0%, #3aacfc 100%);
}
.product-card.white-text .checkmark-list li:before,
.product-card.white-text .cta-group__current-price {
  color: #fff;
}
.product-name-relation {
  margin: 0 0 20px;
  text-transform: uppercase;
}
.product-name-relation .avr-ic-product-icon {
  position: absolute;
}
.product-name-relation-icon {
  padding-left: 45px;
  margin-bottom: 30px;
}
.product-icon-stack {
  margin: 0 0 25px;
}
.product-icon-stack li {
  float: left;
  margin: 0 20px 10px 0;
}
@media (max-width: 1199px) {
  .product-card .btn {
    width: 100%;
    min-width: 0;
  }
  .product-icon-stack li {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-card {
    margin-top: 75px !important;
  }
  .product-card > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .product-card .btn {
    width: auto;
    min-width: 278px;
  }
  .product-card-col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 50px;
    text-align: center;
  }
  .product-card-col:nth-child(1) .product-icon-stack li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px;
  }
  .product-card-col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
  .product-card-col:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 50px;
  }
  .product-name-relation-icon {
    padding-left: 0;
  }
  .product-name-relation .avr-ic-product-icon {
    display: none;
  }
}
/* ----------------- Component "components-product-card" END ----------------- ***/
/*** ----------------- Component "components-product-form" START ----------------- ***/
.get-product-form {
  max-width: 500px;
  position: relative;
}
.get-product-form__title {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: 'KievitWebPro-Light', Helvetica, Arial;
  position: relative;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
.get-product-form__title span {
  font-size: 40px;
  font-size: 4rem;
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
  display: block;
}
.get-product-form__title:after {
  content: "";
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  position: absolute;
  left: 0;
  bottom: 0;
}
.get-product-form__info {
  margin-bottom: 30px;
}
.get-product-form__info span {
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
  display: block;
}
.get-product-form__terms,
.get-product-form__resend-text {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 20px 0 0;
}
.get-product-form__terms a:hover,
.get-product-form__resend-text a:hover {
  text-decoration: none;
}
.get-product-form__terms a:focus,
.get-product-form__resend-text a:focus {
  text-decoration: underline;
}
.get-product-form__email {
  color: #6f7073;
  border-radius: 4px;
  width: 100%;
  max-width: 485px;
  display: block;
  padding: 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: #fff;
  margin: 0 0 10px;
}
.get-product-form .form-error {
  margin-bottom: 15px;
}
.downloads-form a:focus {
  text-decoration: underline;
}
.gp-form-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}
.gp-form-loading img {
  width: 70px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.gp-form-waiting .get-product-form__title,
.gp-form-waiting .get-product-form__info,
.gp-form-waiting .js-product-form-before {
  opacity: 0.2;
}
.gp-form-waiting .gp-form-loading {
  display: block;
}
.form-success-msg {
  border: 1px solid #168900;
  border-radius: 4px;
  padding: 20px 30px 25px;
  margin-bottom: 35px;
}
.form-success-msg__icon {
  margin-right: 15px;
  color: #0077cc;
  font-size: 50px;
  float: left;
}
.form-success-msg__text {
  overflow: hidden;
  padding-top: 9px;
  text-align: left;
}
.form-success-msg__text span {
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
  display: block;
}
.get-product-form__resend-text {
  margin: 0;
}
.staging-gradient-blue-gray .get-product-form__terms a,
.staging-gradient-blue-green .get-product-form__terms a,
.staging-gradient-red-pink .get-product-form__terms a,
.staging-gradient-blue-gray .get-product-form__resend-text a,
.staging-gradient-blue-green .get-product-form__resend-text a,
.staging-gradient-red-pink .get-product-form__resend-text a {
  color: inherit;
  text-decoration: underline;
}
.staging-gradient-blue-gray .get-product-form__terms a:hover,
.staging-gradient-blue-green .get-product-form__terms a:hover,
.staging-gradient-red-pink .get-product-form__terms a:hover,
.staging-gradient-blue-gray .get-product-form__resend-text a:hover,
.staging-gradient-blue-green .get-product-form__resend-text a:hover,
.staging-gradient-red-pink .get-product-form__resend-text a:hover {
  text-decoration: none;
}
.staging-gradient-blue-gray .form-success-msg__icon,
.staging-gradient-blue-green .form-success-msg__icon,
.staging-gradient-red-pink .form-success-msg__icon {
  color: inherit;
}
.staging-gradient-blue-gray .form-error,
.staging-gradient-blue-green .form-error,
.staging-gradient-red-pink .form-error {
  color: #fff;
}
.staging-gradient-blue-green .form-success-msg,
.staging-gradient-red-pink .form-success-msg {
  border-color: #fff;
}
@media (max-width: 767px) {
  .get-product-form__title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .get-product-form__info {
    margin-bottom: 20px;
  }
  .form-success-msg {
    margin-bottom: 20px;
  }
  .staging-gradient-blue-gray .get-product-form__terms a,
  .staging-gradient-blue-green .get-product-form__terms a,
  .staging-gradient-red-pink .get-product-form__terms a,
  .staging-gradient-blue-gray .get-product-form__resend-text a,
  .staging-gradient-blue-green .get-product-form__resend-text a,
  .staging-gradient-red-pink .get-product-form__resend-text a {
    color: #0077cc;
    text-decoration: none;
  }
  .staging-gradient-blue-gray .form-success-msg__icon,
  .staging-gradient-blue-green .form-success-msg__icon,
  .staging-gradient-red-pink .form-success-msg__icon {
    color: #0077cc;
  }
  .staging-gradient-blue-gray.white-text .get-product-form__terms a,
  .staging-gradient-blue-green.white-text .get-product-form__terms a,
  .staging-gradient-red-pink.white-text .get-product-form__terms a,
  .staging-gradient-blue-gray.white-text .get-product-form__resend-text a,
  .staging-gradient-blue-green.white-text .get-product-form__resend-text a,
  .staging-gradient-red-pink.white-text .get-product-form__resend-text a,
  .staging-gradient-blue-gray.white-text .form-success-msg__icon,
  .staging-gradient-blue-green.white-text .form-success-msg__icon,
  .staging-gradient-red-pink.white-text .form-success-msg__icon {
    color: #fff;
  }
  .staging-gradient-blue-green .form-success-msg,
  .staging-gradient-red-pink .form-success-msg {
    border-color: #168900;
  }
}
@media (max-width: 575px) {
  .get-product-form__title span {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (max-width: 480px) {
  .form-success-msg {
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-success-msg__icon {
    font-size: 40px;
  }
  .form-success-msg__text {
    padding-top: 5px;
  }
}
/*** ----------------- Component "components-product-form" END ----------------- ***/
/* ----------------- Component "components-product-list" START ----------------- ***/
.product-list {
  margin: 100px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.product-list__maintitle {
  margin: 0 0 80px;
  text-align: center;
}
.product-list__platforms {
  margin: 0 0 35px;
  text-align: center;
  width: 100%;
}
.product-list__col {
  display: inline-block;
  text-align: left;
  width: 24%;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
}
.product-list__products {
  padding: 0 0 45px !important;
  text-align: center;
  width: 100%;
}
.product-list__platform__icon {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.product-list__platform__icon img {
  height: 40px;
}
.p-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.p-list__item {
  margin: 20px 0 0;
  padding-left: 65px;
  min-height: 40px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-list__item:first-child {
  margin: 0;
}
.p-list__item a {
  text-decoration: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.p-list__item a:hover {
  text-decoration: underline;
}
.product-platform-title {
  border: none;
  background: none;
  padding: 0;
  outline: none;
  color: #464646;
}
.extra-products {
  text-align: center;
  clear: both;
  position: relative;
  padding: 35px 0 0;
}
.extra-products:after {
  content: "";
  border: 1px dashed #e1e1e1;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 80%;
  position: absolute;
  display: block;
}
.extra-products__text {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 8px;
}
.extra-products__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.extra-products__list li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 25px;
  margin: 0 0 5px 15px;
  position: relative;
}
.extra-products__list li:after {
  content: "\2022";
  color: #bbbbbb;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 1;
}
.extra-products__list li:first-child {
  margin: 0;
  padding: 0;
}
.extra-products__list li:first-child:after {
  display: none;
}
.extra-products__list li a {
  text-decoration: none;
}
.extra-products__list li a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .product-list__platforms,
  .product-list__products {
    display: table;
    table-layout: fixed;
  }
  .product-list__col {
    display: table-cell;
  }
  .p-list__item {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .product-list {
    margin: 75px 0 0 !important;
  }
  .product-list__maintitle {
    margin: 0 0 40px;
  }
  .product-list__products {
    margin: 0 0 35px;
    padding: 0 !important;
  }
  .product-list__platforms {
    background: #f2f2f2;
    border-radius: 7px;
    padding: 1px;
    display: table;
  }
  .product-list__col {
    padding: 0;
  }
  .product-list__platform__icon {
    display: none;
  }
  .product-list .slick-slide {
    width: 75vw;
    opacity: 0.5;
  }
  .product-list .slick-slide.slick-current {
    opacity: 1;
  }
  .product-platform-title {
    display: table-cell;
    border-left: 1px solid #fff;
  }
  .product-platform-col:first-child .product-platform-title,
  .product-platform-col.selected + .product-platform-col .product-platform-title {
    border-left: none;
  }
  .p-list {
    margin-left: 16.66666667%;
    padding-bottom: 15px;
  }
  .product-platform-title {
    width: 100%;
    height: 35px;
  }
  .product-platform-col.selected .product-platform-title {
    background: #fff;
    border-radius: 7px;
  }
  .p-list-dots {
    margin: 35px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    position: relative;
  }
  .p-list-dots:after {
    content: "";
    border: 1px dashed #e1e1e1;
    left: 0;
    right: 0;
    top: 4px;
    margin: 0 auto;
    width: 90%;
    position: absolute;
  }
  .p-list-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  .p-list-dots li span {
    text-indent: -9999px;
    border: 1px solid #b9b9b9;
    background: none;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
  }
  .p-list-dots li.slick-active span {
    border: none;
    background: #3270a6;
  }
  .extra-products {
    padding: 0;
  }
  .extra-products:after {
    display: none;
  }
  .extra-products__text {
    margin-bottom: 20px;
  }
  .extra-products__list li {
    padding: 0 0 0 20px;
    margin: 0 0 5px 10px;
  }
  .extra-products__list li:after {
    color: #0077cc;
    font-size: 14px;
    top: 3px;
  }
  .p-list__item {
    padding-left: 65px;
  }
}
@media (min-width: 768px) {
  .product-platform-title {
    font-family: 'KievitWebPro-Light', Helvetica, Arial;
    cursor: default;
    text-transform: uppercase;
  }
  .product-list .slider-default {
    display: block;
  }
}
/* ----------------- Component "components-product-list" END ----------------- ***/
/* ----------------- Component "components-spotlight-interactive-tour" START ----------------- ***/
.spotlight-tour-main {
  padding-top: 95px;
  padding-bottom: 95px;
  background: #272f37;
  color: #fff;
}
.spotlight-tour-main-light {
  background: #fff;
}
.spotlight-tour-main-light .general-main-title,
.spotlight-tour-main-light .general-main-undertitle {
  color: #424242;
}
.spotlight-tour-main.component-content-block-features-grey {
  background-color: #f9f9f9;
}
.spotlight-tour-main.component-content-block-features-grey .general-main-title,
.spotlight-tour-main.component-content-block-features-grey .general-main-undertitle {
  color: #424242;
}
.spotlight-tab-pane {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  padding: 20px 15px;
  text-align: center;
}
@-webkit-keyframes spotlightTabSlide {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes spotlightTabSlide {
  0% {
    -o-transform: translateY(100%);
       transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1;
  }
}
@keyframes spotlightTabSlide {
  0% {
    -webkit-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.spotlight-tour-box {
  -webkit-box-shadow: 0 20px 60px 0 rgba(6, 14, 17, 0.5);
          box-shadow: 0 20px 60px 0 rgba(6, 14, 17, 0.5);
  background: #212a2e;
  height: 640px;
  position: relative;
}
.spotlight-tour-box__header {
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
}
.spotlight-tour-box__header__logo {
  float: left;
}
.spotlight-tour-box__header__logo span {
  background: url("../images/avira-logo.png") no-repeat;
  background: rgba(0, 0, 0, 0) url("../images/avira-logo.svg") no-repeat;
  float: left;
  width: 80px;
  height: 26px;
  -webkit-background-size: cover;
          background-size: cover;
}
.spotlight-tour-box__header__logo p {
  float: left;
  font-size: 20px;
  font-size: 2rem;
  margin-left: 12px;
  margin-top: 6px;
  margin-bottom: 0;
  line-height: 1;
}
.spotlight-tour-box__header__actions {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.spotlight-tour-box__content {
  height: 100%;
}
.spotlight-tour-box__content__sidebar {
  width: 180px;
  text-align: center;
  position: relative;
}
.spotlight-tour-box__content__sidebar__cta {
  background: #ffaa33;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  padding: 6px 5px 4px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-decoration: none;
}
.spotlight-tour-box__content__sidebar__cta:hover {
  color: inherit;
  background: #e4901a;
}
.spotlight-tour-box__content__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #2c343c;
}
.spotlight-tour-box__content__info .tab-content,
.spotlight-tour-box__content__info .tab-pane,
.spotlight-tour-box__content__info .spotlight-tab-pane {
  height: 100%;
}
.spotlight-tour-box__content__info .tab-pane {
  overflow: hidden;
  /*&.active .spotlight-tab-pane {
          animation:spotlightTabSlide 0.3s ease-in-out forwards;
        }*/
}
.spotlight-tour-box-nav {
  margin: 0;
}
.spotlight-tour-box-nav li a {
  display: block;
  position: relative;
  padding: 20px 10px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.spotlight-tour-box-nav li a i {
  display: inline-block;
  font-size: 22px;
  margin-bottom: 8px;
}
.spotlight-tour-box-nav li a span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
.spotlight-tour-box-nav li.active a {
  background-color: #2c343c;
}
.spotlight-tour-box-nav li.active a:before {
  content: "";
  width: 2px;
  position: absolute;
  left: 0;
  background-color: #0077cc;
  height: 100%;
  top: 0;
}
.spotlight-tour-box-nav li.active:hover a {
  background-color: #2c343c;
}
.spotlight-tour-box-nav li:hover a {
  background-color: #293138;
}
.spotlight-tour-box .tooltip {
  opacity: 1;
}
.spotlight-tour-box .tooltip-inner {
  background: #0077cc;
}
.spotlight-tour-box .tooltip-arrow {
  border-top-color: #0077cc !important;
}
.spotlight-inactive-elem {
  float: right;
  margin-left: 13px;
  color: #adb7c2;
}
.spotlight-inactive-close,
.spotlight-inactive-maximize,
.spotlight-inactive-minimize,
.spotlight-inactive-questions {
  font-size: 13px;
}
.spotlight-inactive-maximize {
  width: 13px;
  height: 13px;
  border: 1px solid #adb7c2;
}
.spotlight-inactive-minimize {
  width: 13px;
  height: 13px;
  border-bottom: 1px solid #adb7c2;
}
.spotlight-inactive-settings {
  margin: 0 4px 0 30px;
}
.spotlight-inactive-register {
  background: #2e3741;
  border-radius: 4px;
  color: #adb7c2;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 6px 13px 4px;
}
.spotlight-inactive-register span {
  margin-left: 5px;
}
.protection-status {
  background: #3a474e;
  padding: 15px 30px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
  margin-left: 5px;
  margin-right: 5px;
}
.protection-status__icon {
  float: left;
  margin-right: 15px;
  font-size: 33px;
  color: #42b148;
}
.protection-status__info {
  overflow: hidden;
}
.protection-status__info__title {
  font-family: 'KievitWeb-Book', Helvetica, Arial;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
}
.protection-status__info__para {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}
.status-categories-list {
  margin: 0 0 60px;
}
.status-categories-list li {
  width: 30%;
  margin: 0 1%;
  display: inline-block;
  vertical-align: top;
}
.status-categories-list__icon {
  font-size: 117px;
  margin-bottom: 15px;
  display: inline-block;
  margin-left: -16px;
}
.status-categories-list__title {
  font-size: 20px;
  font-size: 2rem;
  font-family: 'KievitWebPro-Regular', Helvetica, Arial;
  margin: 0;
}
.status-categories-list__title i {
  font-size: 20px;
  color: #0598e2;
  position: relative;
  top: 3px;
  margin-left: 3px;
}
.run-scan-cta-text {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #bcc8d1;
}
.run-scan-cta {
  padding-left: 45px;
  padding-right: 45px;
  color: #3d3c40 !important;
}
.spotlight-tiles__tooltip {
  background: #fff;
  border-radius: 5px;
  width: 380px;
  padding: 25px 20px;
  position: absolute;
  z-index: 1;
  -webkit-transform: translate(-50%, 40px);
      -ms-transform: translate(-50%, 40px);
       -o-transform: translate(-50%, 40px);
          transform: translate(-50%, 40px);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  margin-left: 50%;
  color: #3d3c40;
}
.spotlight-tiles__tooltip:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  margin: 0 auto;
}
.spotlight-tiles__tooltip__close {
  font-size: 10px;
  border: none;
  background: none;
  padding: 5px 5px 4px 5px;
  color: #0077cc;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.spotlight-tiles__tooltip__close:hover {
  background: #0077cc;
  color: #fff;
}
.spotlight-tiles__tooltip__text {
  margin-bottom: 10px;
}
.spotlight-tiles__tooltip__btn {
  border: none;
  background: none;
  color: #0077cc;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: 'KievitWeb-Book', Helvetica, Arial;
  padding: 7px 10px 5px;
  cursor: pointer;
}
.spotlight-tiles__tooltip__btn:hover {
  background: #0077cc;
  color: #fff;
}
.spotlight-tiles {
  margin: 0;
}
.spotlight-tiles li {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 5px 10px;
  overflow: hidden;
}
.spotlight-tiles li:hover .spotlight-tiles__content {
  background-color: #506470;
}
.spotlight-tiles li.active {
  -webkit-box-shadow: 0 20px 20px 0 rgba(6, 14, 17, 0.5);
          box-shadow: 0 20px 20px 0 rgba(6, 14, 17, 0.5);
  overflow: visible;
}
.spotlight-tiles li.active .spotlight-tiles__tooltip {
  -webkit-transform: translate(-50%, 20px);
      -ms-transform: translate(-50%, 20px);
       -o-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  opacity: 1;
}
.spotlight-tiles li.active .spotlight-tiles__content {
  background-color: #3c484f;
}
.spotlight-tiles li:nth-child(3n+0) .spotlight-tiles__tooltip,
.spotlight-tiles li:nth-child(3n+1) .spotlight-tiles__tooltip {
  -webkit-transform: translate(0, 40px);
      -ms-transform: translate(0, 40px);
       -o-transform: translate(0, 40px);
          transform: translate(0, 40px);
  margin: 0;
}
.spotlight-tiles li:nth-child(3n+0).active .spotlight-tiles__tooltip,
.spotlight-tiles li:nth-child(3n+1).active .spotlight-tiles__tooltip {
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
       -o-transform: translate(0, 20px);
          transform: translate(0, 20px);
}
.spotlight-tiles li:nth-child(3n+0) .spotlight-tiles__tooltip:before {
  left: auto;
  right: 108px;
}
.spotlight-tiles li:nth-child(3n+0).active .spotlight-tiles__tooltip {
  right: 0;
}
.spotlight-tiles li:nth-child(3n+1) .spotlight-tiles__tooltip:before {
  right: auto;
  left: 108px;
}
.spotlight-tiles li:nth-child(3n+1).active .spotlight-tiles__tooltip {
  left: 0;
}
.spotlight-tiles__content {
  background: #3c484f;
  width: 240px;
  min-height: 180px;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.spotlight-tiles__icon {
  font-size: 48px;
  color: #0598e2;
  margin-bottom: 15px;
}
.spotlight-tiles__icon.avr-ic-performance-battery-saver-icon {
  font-size: 24px;
}
.spotlight-tiles__icon.avr-ic-performance-driver-updater-icon {
  font-size: 40px;
}
.spotlight-tiles__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
  margin: 0 0 2px;
}
.spotlight-tiles__para {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}
.spotlight-overlay {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.spotlight-overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(48, 57, 64, 0.8);
  position: absolute;
  left: 0;
  top: 0;
}
.spotlight-overlay .spotlight-tour-box__content__info {
  position: relative;
  z-index: 1;
}
.spotlight-overlay .spotlight-tour-box__content__info .tab-pane {
  overflow: visible;
}
.spotlight-overlay .spotlight-tiles li:not(.active) {
  opacity: 0.2;
  z-index: -1;
}
.mac-window-controls {
  margin: 10px 0 28px 12px;
  text-align: left;
}
.mac-window-controls-round {
  border-radius: 50%;
  width: 13px;
  height: 13px;
  margin-right: 6px;
  background-image: -webkit-linear-gradient(-50deg, #FE8178 0%, #FC5A53 100%);
  background-image: -webkit-linear-gradient(140deg, #FE8178 0%, #FC5A53 100%);
  background-image: -o-linear-gradient(140deg, #FE8178 0%, #FC5A53 100%);
  background-image: linear-gradient(-50deg, #FE8178 0%, #FC5A53 100%);
  display: inline-block;
}
.mac-window-controls-round.mwc-yellow {
  background-image: -webkit-linear-gradient(-50deg, #FBCA67 0%, #F9B442 100%);
  background-image: -webkit-linear-gradient(140deg, #FBCA67 0%, #F9B442 100%);
  background-image: -o-linear-gradient(140deg, #FBCA67 0%, #F9B442 100%);
  background-image: linear-gradient(-50deg, #FBCA67 0%, #F9B442 100%);
}
.mac-window-controls-round.mwc-green {
  background-image: -webkit-linear-gradient(-50deg, #A4D577 0%, #81C351 100%);
  background-image: -webkit-linear-gradient(140deg, #A4D577 0%, #81C351 100%);
  background-image: -o-linear-gradient(140deg, #A4D577 0%, #81C351 100%);
  background-image: linear-gradient(-50deg, #A4D577 0%, #81C351 100%);
}
.spotlight-sidebar-categ-title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #98A0A9;
  text-align: left;
  margin: 20px 15px 15px;
}
.spotlight-sidebar-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.spotlight-sidebar-bottom .spotlight-tour-box__content__sidebar__cta {
  margin: 0;
  width: 100%;
}
.ssb-cta-wrap {
  margin: 0 15px 15px;
}
.spotlight-inactive-elem-sidebar {
  border-top: 1px solid #3D3C40;
  background: none;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 15px;
}
.spotlight-inactive-elem-sidebar i {
  font-size: 24px;
  margin-right: 3px;
}
.cta-bottom-align {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
@font-face {
  font-family: 'sf_pro_textregular';
  src: url('../fonts/SFPro/sfprotext-regular-webfont.woff2') format('woff2'), url('../fonts/SFPro/sfprotext-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sf_pro_displaysemibold';
  src: url('../fonts/SFPro/sfprodisplay-semibold-webfont.woff2') format('woff2'), url('../fonts/SFPro/sfprodisplay-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.spotlight-tour-main-mac .spotlight__sidebar__cta__border {
  padding-bottom: 6px;
}
.spotlight-tour-main-mac .spotlight__sidebar__cta__border:hover {
  background: none;
  color: #fa3;
}
.spotlight-tour-main-mac .spotlight-tour-box {
  border-radius: 10px;
  background: #1B2428;
  font-family: 'sf_pro_textregular';
  height: 780px;
}
.spotlight-tour-main-mac .spotlight-tour-box h1,
.spotlight-tour-main-mac .spotlight-tour-box h2,
.spotlight-tour-main-mac .spotlight-tour-box h3,
.spotlight-tour-main-mac .spotlight-tour-box h4,
.spotlight-tour-main-mac .spotlight-tour-box h5,
.spotlight-tour-main-mac .spotlight-tour-box a,
.spotlight-tour-main-mac .spotlight-tour-box button {
  font-family: 'sf_pro_textregular';
}
.spotlight-tour-main-mac .spotlight-tour-box__header__logo span {
  width: 57px;
  height: 18px;
}
.spotlight-tour-main-mac .spotlight-tour-box__header__logo p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 5px;
  margin-top: 3px;
  font-family: 'KievitWebPro-Regular', Helvetica, Arial;
  color: #f1f0f0;
}
.spotlight-tour-main-mac .spotlight-tour-box__header__actions {
  position: absolute;
  right: 14px;
  top: 14px;
}
.spotlight-tour-main-mac .spotlight-inactive-elem {
  color: #959496;
  font-size: 16px;
}
.spotlight-tour-main-mac .spotlight-inactive-settings {
  margin-left: 17px;
}
.spotlight-tour-main-mac .spotlight-tour-box-nav li a {
  padding: 8px 15px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.spotlight-tour-main-mac .spotlight-tour-box-nav li a i {
  font-size: 16px;
  margin: 0 5px 0 0;
  width: 15px;
  text-align: center;
}
.spotlight-tour-main-mac .spotlight-tour-box-nav li a span {
  display: inline;
  font-size: 14px;
  font-size: 1.4rem;
}
.spotlight-tour-main-mac .spotlight-tour-box-nav li.active a {
  background: #0077cc;
}
.spotlight-tour-main-mac .spotlight-tour-box-nav li.active a:before {
  display: none;
}
.spotlight-tour-main-mac .spotlight-tab-pane {
  height: -webkit-calc(100% - 45px);
  height: calc(100% - 45px);
}
.spotlight-tour-main-mac .protection-status {
  border-radius: 4px;
  border: 1px solid #555C64;
  background: #3A434B;
}
.spotlight-tour-main-mac .protection-status__info__title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 7px;
}
.spotlight-tour-main-mac .protection-status__info__para {
  font-size: 14px;
  font-size: 1.4rem;
  color: #98A0A9;
}
.spotlight-tour-main-mac .protection-status img {
  margin-right: 15px;
}
.spotlight-tour-main-mac .run-scan-cta-text {
  color: #fff;
  margin-bottom: 30px;
}
.spotlight-tour-main-mac .run-scan-cta {
  background-image: -webkit-linear-gradient(-50deg, #1768E5 0%, #145CCC 100%);
  background-image: -webkit-linear-gradient(140deg, #1768E5 0%, #145CCC 100%);
  background-image: -o-linear-gradient(140deg, #1768E5 0%, #145CCC 100%);
  background-image: linear-gradient(-50deg, #1768E5 0%, #145CCC 100%);
  -webkit-box-shadow: 1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 0 rgba(0, 0, 0, 0.2);
  color: #fff !important;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'sf_pro_textregular';
}
.spotlight-tour-main-mac .status-categories-list__title {
  margin-top: 10px;
}
.spotlight-tour-main-mac .spotlight-tiles__tooltip {
  font-size: 14px;
  font-size: 1.4rem;
  z-index: 3;
  display: none;
}
.spotlight-tour-main-mac .spotlight-tiles__tooltip.tooltip-active {
  opacity: 1;
  display: block;
}
.spotlight-tour-main-mac .spotlight-tiles__tooltip.up {
  bottom: 95px;
}
.spotlight-tour-main-mac .spotlight-tiles__tooltip.up:before {
  border-bottom: none;
  border-top: 7px solid #fff;
  bottom: -7px;
  top: auto;
}
.spotlight-tour-main-mac .spotlight-tiles__tooltip.left {
  -webkit-transform: translate(0, 40px);
      -ms-transform: translate(0, 40px);
       -o-transform: translate(0, 40px);
          transform: translate(0, 40px);
  margin-left: 0;
  right: -25px;
}
.spotlight-tour-main-mac .spotlight-tiles__tooltip.left:before {
  left: auto;
  right: 30px;
}
.spotlight-tour-main-mac .spotlight-tiles__tooltip.fluid {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
}
.spotlight-tour-main-mac .spotlight-overlay {
  /*&:after {
      z-index: 2;
    }*/
}
.spotlight-tour-main-mac .spotlight-overlay .spotlight-tour-box__header,
.spotlight-tour-main-mac .spotlight-overlay .spotlight-tab-pane {
  position: relative;
}
.spotlight-tour-main-mac .spotlight-overlay .spotlight-tour-box__header:after,
.spotlight-tour-main-mac .spotlight-overlay .spotlight-tab-pane:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(48, 57, 64, 0.8);
  position: absolute;
  left: 0;
  top: 0;
}
.cta-tooltip-wrap {
  position: relative;
}
.spotlight__sidebar__cta__border {
  position: relative;
  right: auto;
  left: auto;
  bottom: auto;
  margin: 0 15px 15px;
  background: none;
  border: 1px solid #ffaa33;
  color: #ffaa33;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
.spotlight__sidebar__cta__fill {
  background-color: #ffaa33;
  color: #3D3C40;
  font-family: 'sf_pro_displaysemibold' !important;
}
.spotlight__sidebar__cta__fill:hover {
  background-color: #f3af51 !important;
  color: #3D3C40 !important;
}
.sm-cat-name {
  font-size: 12px;
  font-size: 1.2rem;
  color: #98A0A9;
  text-align: left;
  margin-bottom: 20px;
}
.sm-cat-title {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-family: 'sf_pro_displaysemibold' !important;
}
.sm-cat-story {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 30px;
}
.sm-cat-story-img {
  max-width: 315px;
  float: left;
}
.sm-cat-story-right {
  float: right;
  max-width: 300px;
}
.sm-cat-story-right-checkmark {
  margin: 0;
}
.sm-cat-story-right-checkmark li {
  text-align: left;
  background: url("../images/spotlight-tour-mac/okay_checkmark@2x.png") no-repeat 0 2px;
  -webkit-background-size: 17px 17px;
          background-size: 17px;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 27px;
  margin-top: 25px;
}
.sm-cat-story-right-checkmark li:first-child {
  margin-top: 0;
}
.sm-cat-story-right-checkmark li:before {
  display: none;
}
.run-scan-cta-text-grey {
  color: #98A0A9 !important;
}
.scta-max150 {
  max-width: 150px;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
}
.spotlight-tiles-type-2 {
  padding-top: 30px;
}
.spotlight-tiles-type-2 li {
  width: 220px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(27, 36, 40, 0.2);
          box-shadow: 0 2px 8px 0 rgba(27, 36, 40, 0.2);
  border-radius: 5px;
  background-color: #3C4651;
  padding: 30px 35px;
  margin: 15px;
}
.spotlight-tiles-type-2-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 25px 0 15px;
  font-family: 'sf_pro_displaysemibold' !important;
}
.spotlight-tiles-type-2-para {
  font-size: 14px;
  font-size: 1.4rem;
  color: #98A0A9;
  margin-bottom: 25px;
}
.spotlight-tiles-type-2-btn {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  width: 100%;
}
.protection-check {
  padding: 25px;
  border-radius: 5px;
  background-color: #3C4651;
  -webkit-box-shadow: 0 2px 8px 0 rgba(27, 36, 40, 0.2);
          box-shadow: 0 2px 8px 0 rgba(27, 36, 40, 0.2);
}
.protection-check-left {
  float: left;
  text-align: left;
  margin-right: 10px;
}
.protection-check-left-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-family: 'sf_pro_displaysemibold' !important;
}
.protection-check-left-para {
  font-size: 16px;
  font-size: 1.6rem;
  color: #98A0A9;
  margin-bottom: 0;
}
.spotlight-bottom-double-btns {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spotlight-bottom-double-btns .run-scan-cta {
  display: inline-block;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  margin: 0 5px 10px;
}
.run-scan-cta-grey {
  background: #646a6e !important;
}
.spotlight-tab-top-panel {
  margin-bottom: 16px;
}
.stt-panel-search,
.stt-panel-settings {
  float: right;
}
.stt-panel-search {
  margin-left: 25px;
  border: 1px solid #494f54;
  width: 210px;
  height: 21px;
  background: #3c434a;
  border-radius: 4px;
  padding: 1px 0 0 27px;
  color: #6d7277;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  position: relative;
}
.stt-panel-search:before {
  font-family: avira_icons;
  content: "\e9fd";
  position: absolute;
  left: 7px;
  top: 2px;
  font-size: 13px;
  color: #e2e3e4;
}
.stt-panel-settings {
  background: url("../images/spotlight-tour-mac/filter_icon_3-2x.png") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  width: 24px;
  height: 24px;
}
.spotlight-security-stack {
  border-top: 1px solid #504f53;
  padding: 15px 0 0;
  overflow: scroll;
  clear: both;
  max-height: 430px;
}
.spotlight-security-stack-scheduler {
  border: none;
}
.spotlight-security-stack-group {
  padding-bottom: 10px;
}
.spotlight-security-stack-group h5 {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #98A0A9;
  text-align: left;
}
.spotlight-security-stack-group-row {
  min-height: 72px;
  padding: 5px 20px;
  background: #1b2428;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  text-align: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sssgr-right-arrow {
  font-size: 12px;
  margin-right: 20px;
}
.sssgr-text {
  margin: 0 8px;
  max-width: 530px;
}
.sssgr-text-categ {
  color: #98A0A9;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 5px;
}
.sssgr-text-timing {
  font-size: 16px;
  font-size: 1.6rem;
  color: #BDBDBD;
  display: block;
  margin-top: 5px;
}
.sssgr-text-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}
.sssgr-time {
  color: #98A0A9;
  font-size: 12px;
  font-size: 1.2rem;
  float: right;
  margin-left: auto;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-top: 10px;
}
.sttp-add {
  width: 33px;
  height: 20px;
  border-radius: 4px;
  background: #656b70;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: right;
  margin-left: 10px;
  font-size: 14px;
}
.sttp-add-text {
  float: right;
  font-size: 14px;
  font-size: 1.4rem;
  color: #BDBDBD;
  margin-top: 1px;
}
.sssgr-play-edit {
  float: right;
  margin-left: auto;
  margin-right: 100px;
}
.sssgr-icon {
  font-size: 20px;
}
.sssgr-icon-play {
  margin: 0 10px;
}
.spotlight-tour-main-mac .spotlight-tour-box-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.spotlight-tour-main-mac .spotlight-tour-box-nav .tab-item-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.spotlight-tour-main-mac .spotlight-tour-box-nav .tab-item-12 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.spotlight-tour-main-mac .spotlight-tour-box-nav .tab-item-13 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.spotlight-tour-main-mac .spotlight-tour-box-nav .tab-item-2 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
.spotlight-tour-main-mac .spotlight-tour-box-nav .tab-item-3 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}
.spotlight-tour-main-mac .spotlight-tour-box-nav .tab-item-4 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}
.spotlight-tour-main-mac .spotlight-tour-box-nav .tab-item-5 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}
.spotlight-tour-main-mac .spotlight-tour-box-nav .tab-item-6 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}
.spotlight-tour-main-mac .spotlight-tour-box-nav .tab-item-7 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}
.spotlight-tour-main-mac .spotlight-tour-box-nav .tab-item-8 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}
.spotlight-tour-main-mac .spotlight-tour-box-nav .tab-item-9 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}
.spotlight-tour-main-mac .spotlight-tour-box-nav .tab-item-10 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}
.spotlight-tour-main-mac .spotlight-tour-box-nav .tab-item-11 {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}
.spotlight-tour-main-mac .spotlight-tour-box-nav .tab-item-14 {
  -webkit-box-ordinal-group: 15;
  -webkit-order: 14;
      -ms-flex-order: 14;
          order: 14;
}
@media (min-width: 768px) {
  .spotlight-tour-box__content__info .tab-pane.active .spotlight-tab-pane {
    -webkit-animation: spotlightTabSlide 0.3s ease-in-out forwards;
         -o-animation: spotlightTabSlide 0.3s ease-in-out forwards;
            animation: spotlightTabSlide 0.3s ease-in-out forwards;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .spotlight-tiles li {
    margin: 0 1px 2px;
  }
}
@media (max-width: 1023px) {
  .status-categories-list__icon {
    font-size: 60px;
  }
  .status-categories-list__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .status-categories-list__title i {
    font-size: 16px;
    top: 2px;
  }
  .sm-cat-story-img {
    max-width: 175px;
  }
  .spotlight-tiles-type-2 li {
    width: auto;
  }
  .cta-bottom-align {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .spotlight-tour-main-mac .spotlight-tiles__tooltip,
  .spotlight-tour-main-mac .spotlight-overlay:after,
  .spotlight-tour-main-mac .spotlight-overlay .spotlight-tour-box__header:after,
  .spotlight-tour-main-mac .spotlight-overlay .spotlight-tab-pane:after {
    display: none !important;
  }
  .spotlight-security-stack-group-row {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  .sssgr-text {
    max-width: none;
  }
  .sssgr-text-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sssgr-time {
    margin-top: 0;
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .sssgr-play-edit {
    margin-right: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .spotlight-tiles li:nth-child(2n+0) .spotlight-tiles__tooltip,
  .spotlight-tiles li:nth-child(2n+1) .spotlight-tiles__tooltip {
    -webkit-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
         -o-transform: translate(0, 40px);
            transform: translate(0, 40px);
    margin: 0;
  }
  .spotlight-tiles li:nth-child(2n+0).active .spotlight-tiles__tooltip,
  .spotlight-tiles li:nth-child(2n+1).active .spotlight-tiles__tooltip {
    -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
         -o-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  .spotlight-tiles li:nth-child(2n+0) .spotlight-tiles__tooltip:before {
    left: auto;
    right: 108px;
  }
  .spotlight-tiles li:nth-child(2n+0).active .spotlight-tiles__tooltip {
    left: auto;
    right: 0;
  }
  .spotlight-tiles li:nth-child(2n+1) .spotlight-tiles__tooltip:before {
    right: auto;
    left: 108px;
  }
  .spotlight-tiles li:nth-child(2n+1).active .spotlight-tiles__tooltip {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  .spotlight-tour-box__content__sidebar {
    width: auto;
  }
  .spotlight-tour-box-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .spotlight-tour-box-nav li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .spotlight-tour-box-nav li.active a:before {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: auto;
    width: auto;
    background-color: transparent;
    border-bottom: 2px solid #0077cc;
  }
  .spotlight-tour-box__header {
    margin-bottom: 20px;
  }
  .spotlight-tiles li {
    margin: 0 3px 10px;
    display: inline-block;
    vertical-align: top;
    width: 30%;
  }
  .spotlight-tiles__content {
    width: 100%;
  }
  @-webkit-keyframes spotlightTabSlideMob {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-o-keyframes spotlightTabSlideMob {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes spotlightTabSlideMob {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .spotlight-tab-pane {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  .spotlight-tour-box__content__info .tab-pane {
    overflow: visible;
  }
  .spotlight-tour-box__content__info .tab-pane.active .spotlight-tab-pane {
    -webkit-animation: spotlightTabSlideMob 0.3s ease-in-out forwards;
         -o-animation: spotlightTabSlideMob 0.3s ease-in-out forwards;
            animation: spotlightTabSlideMob 0.3s ease-in-out forwards;
  }
  .spotlight-tiles__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .spotlight-tour-box__content__sidebar__cta {
    display: none;
  }
  .spotlight-tour-main-mac .spotlight-tour-box {
    overflow: visible;
  }
  .spotlight-tour-main-mac .spotlight-tour-box__content__info {
    border-radius: 0 0 10px 10px;
  }
  .spotlight-tour-main-mac .spotlight-sidebar-bottom,
  .spotlight-tour-main-mac .spotmac-sidebar-categ,
  .spotlight-tour-main-mac .spotlight-tour-box-nav li a i {
    display: none;
  }
  .spotlight-tour-main-mac .spotlight-tour-box-nav li a {
    height: 100%;
    text-align: center;
  }
  .spotlight-tour-main-mac .protection-status {
    margin-bottom: 50px;
  }
  .sm-cat-name {
    text-align: center;
  }
  .scta-max150 {
    display: block;
  }
  .spotlight-tour-main-mac .spotlight-tour-box-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-y: auto;
    padding-bottom: 5px;
  }
}
@media (max-width: 680px) {
  .spotlight-tour-box__header__logo p,
  .spotlight-inactive-register,
  .spotlight-inactive-settings,
  .spotlight-inactive-questions {
    display: none;
  }
  .spotlight-tour-main-mac .spotlight-tour-box-nav li a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .spotlight-tour-main-mac .spotlight-tour-box-nav li a i {
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .spotlight-tour-main-mac .spotlight-tour-box-nav li a span {
    display: none;
  }
  .spotlight-tour-main-mac .status-categories-list img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .spotlight-tiles__tooltip {
    width: 320px;
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
         -o-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
    display: none;
  }
  .spotlight-tiles__tooltip:before {
    display: none;
  }
  .spotlight-tiles li {
    margin: 0 1% 12px;
    width: 47%;
    position: static;
  }
  .spotlight-tiles li.active .spotlight-tiles__tooltip {
    display: block;
  }
  .protection-status__info__title {
    font-size: 20px;
    font-size: 2rem;
  }
  .spotlight-tour-main-mac .status-categories-list__title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sm-cat-story {
    display: block;
  }
  .sm-cat-story-img,
  .sm-cat-story-right {
    float: none;
  }
  .sm-cat-story-img {
    margin-bottom: 20px;
  }
}
@media (max-width: 380px) {
  .spotlight-tiles li {
    margin: 0 0 10px;
    width: 100%;
  }
}
/* ----------------- Component "components-spotlight-interactive-tour" END ----------------- ***/
/*** ----------------- Component "components-submit-file" START ----------------- ***/
.components-submit-file {
  margin-top: 100px;
  text-align: center;
}
.components-submit-file__box {
  border: 20px solid #efefef;
  padding: 75px 0;
}
.components-submit-file__box .general-main-undertitle {
  margin-bottom: 30px;
}
.components-submit-file__box .btn {
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 15px;
}
.components-submit-file__text {
  margin: 30px 0 0;
}
.components-submit-file__text__title {
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.components-submit-file__text__para {
  margin: 0;
}
.components-submit-file__text__para--bottom {
  position: relative;
  padding-top: 12px;
  margin-top: 10px;
}
.components-submit-file__text__para--bottom:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 13px;
  height: 2px;
  background-color: #424242;
}
.components-submit-file__text__para--bottom a {
  text-decoration: none;
}
.components-submit-file__text__para--bottom a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .components-submit-file {
    margin-top: 75px;
  }
  .components-submit-file__box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/*** ----------------- Component "components-submit-file" END ----------------- ***/
/* ----------------- Component "components-sys-req (system requirements)" START ----------------- ***/
.system-requirements {
  padding: 100px 0 0;
  text-align: center;
}
.system-requirements__title {
  font-size: 32px;
  font-size: 3.2rem;
  margin: 0 0 30px;
}
.system-requirements__summary-info {
  color: #6f7073;
  margin-bottom: 25px;
}
.system-requirements__panel {
  background: #f7f7f7;
  padding-top: 55px;
  padding-bottom: 30px;
}
.system-requirements__panel-section {
  padding-bottom: 25px;
}
.system-requirements__panel-section p {
  margin: 0;
}
.system-requirements__panel-section strong {
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
}
.system-requirements__panel-section ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.system-requirements__panel-section li:before {
  content: ".";
  margin-right: 0.2em;
  position: relative;
  font-size: 32px;
  line-height: 0.6;
  top: -0.12em;
}
.system-requirements.show-ios-message #mobile-extra-fields {
  display: block !important;
}
.system-requirements.show-ios-message #mobile-extra-fields .ios_summary_info {
  display: block !important;
}
.system-requirements.show-android-message #mobile-extra-fields {
  display: block !important;
}
.system-requirements.show-android-message #mobile-extra-fields .android_summary_info {
  display: block !important;
}
.compatibility-notice {
  border: 1px solid #bbbbbb;
  border-radius: 100px;
  padding: 20px 60px;
  position: relative;
  margin-bottom: 18px;
  z-index: 1;
  background-color: #fff;
}
.compatibility-notice.compatible-no:after {
  font-family: "avira_icons";
  content: "\e916";
  border-radius: 50%;
  color: #fff;
  background-color: #db0d15;
  font-size: 9px;
  width: 20px;
  height: 20px;
  padding: 5px 0 0;
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -10px;
}
.compatibility-notice.compatible-yes:after {
  font-family: "avira_icons";
  content: "\e913";
  color: #00a651;
  font-size: 20px;
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -13px;
}
.full-specs-link {
  text-decoration: underline;
  outline: none;
}
.full-specs-link:hover {
  text-decoration: none;
}
.full-specs-close {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  background: none;
  background: #0077cc;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  padding: 0;
  color: #fff;
  border: 2px solid #fff;
  z-index: 1;
  outline: none;
}
.full-specs-close:after {
  content: "\e916";
  font-family: "avira_icons";
  font-size: 11px;
}
.full-specs-close:hover,
.full-specs-close:focus {
  background: #0489e6;
}
.js-system-requirements__panel {
  display: none;
  margin-top: -40px;
}
@media (max-width: 767px) {
  .system-requirements {
    padding: 75px 0 0;
    margin: 0 !important;
  }
}
@media (max-width: 480px) {
  .system-requirements__title {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .compatibility-notice {
    padding: 15px 45px;
  }
  .compatibility-notice.compatible-yes:after {
    font-size: 26px;
    left: 15px;
    margin-top: -16px;
  }
  .compatibility-notice.compatible-no:after {
    font-size: 11px;
    width: 26px;
    height: 26px;
    padding: 7px 0 0;
    left: 15px;
    margin-top: -13px;
  }
  .js-system-requirements__panel {
    margin-top: -50px;
  }
}
/* ----------------- Component "components-sys-req (system requirements)" END ----------------- ***/
/* ----------------- Pages "components-threat-landscape" START ----------------- ***/
.tl-body {
  background-color: #0f1417 !important;
  background-image: url("../images/dev/tl-bg-2.png") !important;
  background-repeat: repeat;
  color: #a4b6be !important;
}
.tl-body .footer {
  margin-top: 20px;
}
.tl-body .tooltip-inner {
  background-color: #000;
}
.tl-body .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #000;
}
.tl-body .tooltip.top .tooltip-arrow {
  border-top-color: #000;
}
.tl-header {
  background: #070b0e;
  height: 81px;
  position: relative;
  margin-bottom: 25px;
}
.tl-header:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #1f2427;
  width: 100%;
}
.tl-header-logo {
  background: url("../images/avira-logo.png") no-repeat;
  background: rgba(0, 0, 0, 0) url("../images/avira-logo.svg") no-repeat;
  width: 141px;
  height: 46px;
}
.tl-header-logo-title {
  font-family: 'KievitWebPro-Light', Helvetica, Arial;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  position: relative;
  padding-left: 25px;
  margin-left: 30px;
}
.tl-header-logo-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  width: 1px;
  height: 40px;
  background: #142027;
}
.tl-header-logo-title a {
  color: #fff;
  text-decoration: none;
}
.tl-header-upsell-wrapper {
  max-width: 450px;
}
.tl-header-upsell-wrapper .btn {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  padding-left: 10px;
  padding-right: 10px;
}
.tl-header-upsell-title {
  font-family: 'KievitWebPro-Regular', Helvetica, Arial;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 30px 0 0;
}
.tl-header-menu-wrapper ul {
  padding: 0;
  margin: 0;
}
.tl-header-menu-wrapper .nav-bar-section-tab {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
.tl-header-menu-wrapper .nav-bar-section-tab:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
  border-bottom: 2px solid #0077cc;
  left: 51%;
  right: 51%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tl-header-menu-wrapper .nav-bar-section-tab > button,
.tl-header-menu-wrapper .nav-bar-section-tab > a {
  line-height: 81px;
  color: #a4b6be;
}
.tl-header-menu-wrapper .nav-bar-section-tab.active:after,
.tl-header-menu-wrapper .nav-bar-section-tab:hover:after {
  left: 0;
  right: 0;
}
.tl-header-menu-wrapper .nav-bar-section-tab.active > button,
.tl-header-menu-wrapper .nav-bar-section-tab:hover > button,
.tl-header-menu-wrapper .nav-bar-section-tab.active > a,
.tl-header-menu-wrapper .nav-bar-section-tab:hover > a {
  color: #fff;
}
.tl-header-menu-wrapper .button-menu {
  color: #fff;
}
.tl-header-menu-wrapper .button-menu i,
.tl-header-menu-wrapper .button-menu i:before,
.tl-header-menu-wrapper .button-menu i:after {
  background: #fff;
}
.tl-header-menu-wrapper .button-menu.active i {
  background: transparent;
}
.tl-header-menu-wrapper .button-menu__text {
  position: relative;
  top: 2px;
}
.pillar {
  width: 390px;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pillar-left {
  float: left;
  margin-left: 40px;
}
.pillar-right {
  float: right;
  margin-right: 40px;
}
.chart-box {
  background: rgba(0, 0, 0, 0.9);
  margin: 20px 0 0;
  border-radius: 5px;
  padding: 20px;
}
.chart-box .the-chart {
  width: 100%;
}
.chart-box-square {
  width: 100%;
}
.chart-box-header {
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 10px;
}
.chart-box-header-left-title {
  font-family: 'KievitWebPro-Regular', Helvetica, Arial;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  margin: 0;
  line-height: 1;
}
.chart-box-header-left-title-bigger {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'KievitWeb-Book', Helvetica, Arial;
}
.chart-box-header-left-interval {
  font-size: 13px;
  font-size: 1.3rem;
}
.chart-box-header-border {
  border-bottom: 1px solid #142027;
  padding: 22px 25px 20px;
}
.chart-box-header-countdown {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 15px;
}
.chart-box-sum {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px 12px 8px 27px;
  position: relative;
}
.chart-box-sum:before {
  position: absolute;
  left: 8px;
  top: 50%;
  font-family: avira_icons;
  font-size: 13px;
  margin-top: -7px;
}
.chart-box-sum-down:before {
  content: "\e909";
  color: #db0d15;
}
.chart-box-sum-up:before {
  content: "\e90c";
  color: #168900;
}
.chart-box-sum-wrap {
  background: #0a1115;
  border-radius: 5px;
  min-height: 34px;
}
.chart-box-number {
  text-align: center;
  padding: 25px 0;
}
.chart-box-number-total {
  font-size: 60px;
  font-size: 6rem;
  font-family: 'KievitWebPro-Light', Helvetica, Arial;
  line-height: 1;
  color: #fff;
  min-height: 60px;
}
.chart-box-number-text {
  font-size: 13px;
  font-size: 1.3rem;
}
.chart-box-no-padding {
  padding: 0;
}
.chart-box-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.chart-box-list-wrapper {
  padding: 15px 20px 0 25px;
  margin-right: 5px;
  min-height: 360px;
  max-height: 360px;
  overflow: auto;
}
.chart-box-list-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  background-color: #04080b;
}
.chart-box-list-wrapper::-webkit-scrollbar {
  width: 8px;
  background-color: #04080b;
}
.chart-box-list-wrapper::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #171d21;
}
.chart-box-list-wrapper-gradient {
  position: relative;
}
.chart-box-list-wrapper-gradient:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0.04)));
  background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0.04) 100%);
  background-image: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0.04) 100%);
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0.04) 100%);
  border-radius: 0 0 5px 5px;
}
.chart-box-list-item {
  font-size: 15px;
  font-size: 1.5rem;
  color: #a4b6be;
  margin-bottom: 5px;
}
.chart-box-list-item a {
  text-decoration: none;
  color: #a4b6be;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  padding: 2px 0;
}
.chart-box-list-item a:hover {
  color: #fbfbfb;
}
.chart-box-detail {
  padding: 15px 25px 30px;
  height: -webkit-calc(100% - 90px);
  height: calc(100% - 90px);
}
.chart-box-detail-info {
  width: 48%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5;
}
.chart-box-detail-info a,
.chart-box-detail-info a:hover,
.chart-box-detail-info .btn-link--medium {
  color: #0077cc !important;
}
.chart-box-detail-chart {
  width: 48%;
}
.chart-box-detail-chart-info {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  font-style: italic;
  margin: 20px 0 0;
  text-align: center;
}
.chart-box-promo {
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
.chart-box-promo-visual {
  margin-right: 45px;
}
.chart-box-promo-info-title,
.chart-box-promo-info-subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'KievitWebPro-Regular', Helvetica, Arial;
  margin-bottom: 10px;
}
.chart-box-promo-info-subtitle {
  margin-bottom: 20px;
}
.chart-box-promo-mobile {
  min-height: 250px;
  margin: 20px 0 0;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: relative;
}
.chart-box-promo-mobile-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'KievitWebPro-Regular', Helvetica, Arial;
  margin: 0 0 5px;
}
.chart-box-promo-mobile-subtitle {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'KievitWebPro-Regular', Helvetica, Arial;
  margin: 0 0 20px;
}
.chart-box-promo-mobile .rating-box {
  margin-bottom: 10px;
}
.chart-box-promo-mobile .rs-text__small {
  font-size: 16px;
  font-size: 1.6rem;
}
.chart-box-promo-mobile .channel-reviews__reviews {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'KievitWebPro-Regular', Helvetica, Arial;
}
.chart-box-promo-mobile.white-text .channel-reviews__reviews {
  color: #fff;
}
.chart-box-promo-mobile-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 250px;
  opacity: 0.1;
}
.chart-box-promo-mobile-info {
  position: relative;
  z-index: 1;
}
.chart-box-description {
  padding-left: 15px;
  padding-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.chart-box rect {
  stroke: none;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  background-color: #04080b;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 8px;
  background-color: #04080b;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #171d21;
}
.chart-box-header-countdown-title {
  margin: 0;
}
.cbhct-bullet {
  border-radius: 50%;
  background: #167103;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  position: relative;
  top: -1px;
}
.tl-pulse1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  margin-left: -2px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  border-radius: 50%;
  background-color: #167103;
  width: 12px;
  height: 12px;
  z-index: 4;
  display: block;
  -webkit-animation: pulsejg2-f 1.5s linear infinite;
       -o-animation: pulsejg2-f 1.5s linear infinite;
          animation: pulsejg2-f 1.5s linear infinite;
}
@-webkit-keyframes pulsejg2-f {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0.2;
  }
  40% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0.4;
  }
  60% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.6;
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsejg2-f {
  0% {
    -o-transform: scale(0.2);
       transform: scale(0.2);
    opacity: 0;
  }
  20% {
    -o-transform: scale(0.4);
       transform: scale(0.4);
    opacity: 0.2;
  }
  40% {
    -o-transform: scale(0.6);
       transform: scale(0.6);
    opacity: 0.4;
  }
  60% {
    -o-transform: scale(0.8);
       transform: scale(0.8);
    opacity: 0.6;
  }
  80% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsejg2-f {
  0% {
    -webkit-transform: scale(0.2);
         -o-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(0.4);
         -o-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0.2;
  }
  40% {
    -webkit-transform: scale(0.6);
         -o-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0.4;
  }
  60% {
    -webkit-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.6;
  }
  80% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
.countdwn-text {
  border-top: 1px solid #ccc;
  display: inline-block;
  padding: 7px 0 0;
  margin: 7px 0 0;
}
.chart-boxes-grid .chart-box {
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
}
.tl-select .general-selectbox {
  width: 49%;
  border: 1px solid #142027 !important;
  background: #090e10 !important;
}
.firefox .tl-select .general-selectbox select option {
  color: #000;
}
@-webkit-keyframes fadeincircle {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeincircle {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeincircle {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tl-main-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
}
.tl-main-map path {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.tl-main-map path:hover {
  fill: #1a3e55;
}
.tl-main-map circle {
  stroke: none;
}
.tl-main-map-over {
  z-index: 1;
}
.tl-main-map svg {
  -webkit-transform: perspective(1500px) rotate3d(40, 1, 0, 20deg);
          transform: perspective(1500px) rotate3d(40, 1, 0, 20deg);
}
.intensity-map svg {
  -webkit-transform: perspective(1500px) rotate3d(40, 1, 0, 20deg);
          transform: perspective(1500px) rotate3d(40, 1, 0, 20deg);
}
.animation-0 {
  -webkit-animation: fadeincircle 0.5s ease-in alternate infinite;
       -o-animation: fadeincircle 0.5s ease-in alternate infinite;
          animation: fadeincircle 0.5s ease-in alternate infinite;
}
.animation-1 {
  -webkit-animation: fadeincircle 0.5s 0.5s ease-in alternate infinite;
       -o-animation: fadeincircle 0.5s 0.5s ease-in alternate infinite;
          animation: fadeincircle 0.5s 0.5s ease-in alternate infinite;
}
.animation-2 {
  -webkit-animation: fadeincircle 0.5s 1s ease-in alternate infinite;
       -o-animation: fadeincircle 0.5s 1s ease-in alternate infinite;
          animation: fadeincircle 0.5s 1s ease-in alternate infinite;
}
.animation-3 {
  -webkit-animation: fadeincircle 0.5s 1.5s ease-in alternate infinite;
       -o-animation: fadeincircle 0.5s 1.5s ease-in alternate infinite;
          animation: fadeincircle 0.5s 1.5s ease-in alternate infinite;
}
.animation-4 {
  -webkit-animation: fadeincircle 0.5s 2s ease-in alternate infinite;
       -o-animation: fadeincircle 0.5s 2s ease-in alternate infinite;
          animation: fadeincircle 0.5s 2s ease-in alternate infinite;
}
.animation-5 {
  -webkit-animation: fadeincircle 0.5s 2.5s ease-in alternate infinite;
       -o-animation: fadeincircle 0.5s 2.5s ease-in alternate infinite;
          animation: fadeincircle 0.5s 2.5s ease-in alternate infinite;
}
.animation-6 {
  -webkit-animation: fadeincircle 0.5s 3s ease-in alternate infinite;
       -o-animation: fadeincircle 0.5s 3s ease-in alternate infinite;
          animation: fadeincircle 0.5s 3s ease-in alternate infinite;
}
.animation-7 {
  -webkit-animation: fadeincircle 0.5s 3.5s ease-in alternate infinite;
       -o-animation: fadeincircle 0.5s 3.5s ease-in alternate infinite;
          animation: fadeincircle 0.5s 3.5s ease-in alternate infinite;
}
.animation-8 {
  -webkit-animation: fadeincircle 0.5s 4s ease-in alternate infinite;
       -o-animation: fadeincircle 0.5s 4s ease-in alternate infinite;
          animation: fadeincircle 0.5s 4s ease-in alternate infinite;
}
.animation-9 {
  -webkit-animation: fadeincircle 0.5s 4.5s ease-in alternate infinite;
       -o-animation: fadeincircle 0.5s 4.5s ease-in alternate infinite;
          animation: fadeincircle 0.5s 4.5s ease-in alternate infinite;
}
.region-map {
  width: 70%;
  margin: 0 auto;
}
.tl-main-map path,
.region-map path {
  stroke: #101518;
}
.tl-detail-map path {
  stroke: none;
}
.tl-detail-map-over path {
  stroke: #273842;
}
.tl-detail-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
}
.tl-detail-map-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  margin: 0 auto;
  width: 70%;
}
.tl-detail-map-over {
  z-index: 1;
}
.tl-detail-map svg {
  -webkit-transform: perspective(1500px) rotate3d(40, 1, 0, 20deg);
          transform: perspective(1500px) rotate3d(40, 1, 0, 20deg);
}
.tl-map-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  margin: 0 auto;
  width: 70%;
}
.body-tl-detail .chart-box-list-item p {
  margin: 0;
}
.body-tl-detail .chart-box-list-wrapper {
  min-height: 0;
  padding-bottom: 20px;
}
.body-tl-detail .chart-box-list-filter-wrapper {
  display: none;
}
.show-main-map {
  margin-left: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 1;
  position: relative;
}
.show-main-map a {
  text-decoration: none;
}
.go-back-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
  padding: 7px 10px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.go-back-button span {
  display: inline-block;
  background: #242d31;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.go-back-button span:after {
  content: "\e90a";
  font-family: avira_icons;
  font-size: 10px;
  color: #0077cc;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.go-back-button:hover {
  background: rgba(12, 12, 12, 0.9);
  color: #0077cc !important;
}
.light-dark-mode {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.light-dark-mode span {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0 10px;
  display: inline-block;
}
.light-dark-mode__toggler {
  width: 44px;
  height: 22px;
  background: #04080b;
  border: 1px solid #1a2225;
  border-radius: 15px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  outline: none;
}
.light-dark-mode__toggler:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #0077cc;
  position: absolute;
  left: -1px;
  top: -1px;
}
.body-tl-detailed-statistics .light-dark-mode {
  display: none;
}
.chart-preloader {
  position: relative;
  min-height: 150px;
}
.chart-preloader:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-image: url("../images/loading-red.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 50px 50px;
          background-size: 50px 50px;
  z-index: 10;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.main-loading:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-image: url("../images/loading-red.svg");
  background-repeat: no-repeat;
  background-position: center 300px;
  -webkit-background-size: 50px 50px;
          background-size: 50px 50px;
  z-index: 10;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.chart-no-data {
  min-height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.pillar-toggler {
  position: absolute;
  width: 44px;
  height: 40px;
  border: none;
  background: rgba(0, 0, 0, 0.9);
  color: #0077cc;
  outline: none;
  top: 20px;
  overflow: hidden;
}
.pillar-toggler:after,
.pillar-toggler:before {
  font-family: "avira_icons";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
}
.pillar-toggler-left {
  left: 386px;
  border-radius: 0 5px 5px 0;
}
.pillar-toggler-right {
  right: 386px;
  border-radius: 5px 0 0 5px;
}
@-webkit-keyframes t-arrow-move-after {
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    -o-transform: translate(30px, 0);
    transform: translate(30px, 0);
    opacity: 1;
  }
}
@-o-keyframes t-arrow-move-after {
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    -o-transform: translate(30px, 0);
    transform: translate(30px, 0);
    opacity: 1;
  }
}
@keyframes t-arrow-move-after {
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    -o-transform: translate(30px, 0);
    transform: translate(30px, 0);
    opacity: 1;
  }
}
@-webkit-keyframes t-arrow-move-before {
  100% {
    -webkit-transform: translate(60px, 0);
    -ms-transform: translate(60px, 0);
    -o-transform: translate(60px, 0);
    transform: translate(60px, 0);
    opacity: 0;
  }
}
@-o-keyframes t-arrow-move-before {
  100% {
    -webkit-transform: translate(60px, 0);
    -ms-transform: translate(60px, 0);
    -o-transform: translate(60px, 0);
    transform: translate(60px, 0);
    opacity: 0;
  }
}
@keyframes t-arrow-move-before {
  100% {
    -webkit-transform: translate(60px, 0);
    -ms-transform: translate(60px, 0);
    -o-transform: translate(60px, 0);
    transform: translate(60px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes t-arrow-move-after-reverse {
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 1;
  }
}
@-o-keyframes t-arrow-move-after-reverse {
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 1;
  }
}
@keyframes t-arrow-move-after-reverse {
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 1;
  }
}
@-webkit-keyframes t-arrow-move-before-reverse {
  100% {
    -webkit-transform: translate(-60px, 0);
    -ms-transform: translate(-60px, 0);
    -o-transform: translate(-60px, 0);
    transform: translate(-60px, 0);
    opacity: 0;
  }
}
@-o-keyframes t-arrow-move-before-reverse {
  100% {
    -webkit-transform: translate(-60px, 0);
    -ms-transform: translate(-60px, 0);
    -o-transform: translate(-60px, 0);
    transform: translate(-60px, 0);
    opacity: 0;
  }
}
@keyframes t-arrow-move-before-reverse {
  100% {
    -webkit-transform: translate(-60px, 0);
    -ms-transform: translate(-60px, 0);
    -o-transform: translate(-60px, 0);
    transform: translate(-60px, 0);
    opacity: 0;
  }
}
.light-mode-on {
  background-color: #fff !important;
  color: #6f7073 !important;
  /*&.body-tl-detail {
    background: #e3e6e9;
  }*/
}
.light-mode-on .tl-custom-legend span {
  color: #6f7073;
}
.light-mode-on .tl-header {
  background: #fff;
}
.light-mode-on .tl-header-logo {
  background: url("../images/avira-logo-black.png") no-repeat;
  background: rgba(0, 0, 0, 0) url("../images/avira-logo-black.svg") no-repeat;
}
.light-mode-on .tl-header-logo-title {
  color: #6f7073;
}
.light-mode-on .tl-header-logo-title:before {
  background: #ededed;
}
.light-mode-on .tl-header-logo-title a {
  color: #6f7073;
}
.light-mode-on .tl-header:after {
  border-bottom: 1px solid #dfdfe1;
}
.light-mode-on .tl-header-menu-wrapper .nav-bar-section-tab > button,
.light-mode-on .tl-header-menu-wrapper .nav-bar-section-tab > a {
  color: #6f7073;
}
.light-mode-on .tl-header-menu-wrapper .nav-bar-section-tab.active > button,
.light-mode-on .tl-header-menu-wrapper .nav-bar-section-tab.active > a {
  color: #3d3c40;
}
.light-mode-on .light-dark-mode span {
  color: #3d3c40;
}
.light-mode-on .light-dark-mode__toggler {
  background: #fff;
  border-color: #c2c7c8;
}
.light-mode-on .light-dark-mode__toggler:before {
  left: auto;
  right: -1px;
}
.light-mode-on .chart-box {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: relative;
}
.light-mode-on .chart-box-list-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background-color: #ccc;
}
.light-mode-on .chart-box-list-wrapper::-webkit-scrollbar {
  background-color: #fff;
}
.light-mode-on .chart-box-list-wrapper::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background-color: #313533;
}
.light-mode-on .chart-box-list-wrapper-gradient:after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.04)));
  background-image: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.04) 100%);
  background-image: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.04) 100%);
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.04) 100%);
}
.light-mode-on .chart-box-header-border {
  border-color: #ededed;
}
.light-mode-on .chart-box-header-left-title {
  color: #3d3c40;
}
.light-mode-on .chart-box-number-total {
  color: #3d3c40;
}
.light-mode-on .chart-box-sum {
  color: #3d3c40;
}
.light-mode-on .chart-box-sum-wrap {
  background: #ededed;
}
.light-mode-on .chart-box-list-item a {
  color: #6f7073;
}
.light-mode-on .chart-box-list-item a:hover {
  color: #0077cc;
}
.light-mode-on .chart-box-detail-info,
.light-mode-on .chart-box-promo {
  color: #3d3c40;
}
.light-mode-on .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background-color: #ccc;
}
.light-mode-on .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  background-color: #fff;
}
.light-mode-on .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background-color: #313533;
}
.light-mode-on .tl-main-map path {
  fill: #e3e6e9;
}
.light-mode-on .tl-main-map path:hover {
  fill: #1a3e55;
}
.light-mode-on .tl-main-map path,
.light-mode-on .region-map path {
  stroke: #fff;
}
.light-mode-on .tl-detail-map-over path {
  stroke: #273842;
}
.light-mode-on .tl-select .general-selectbox {
  border: 1px solid #adadad !important;
  background: #fff !important;
  color: #3d3c40;
}
.light-mode-on .tl-header-menu-wrapper .button-menu {
  color: #3d3c40;
}
.light-mode-on .tl-header-menu-wrapper .button-menu i,
.light-mode-on .tl-header-menu-wrapper .button-menu i:before,
.light-mode-on .tl-header-menu-wrapper .button-menu i:after {
  background: #3d3c40;
}
.light-mode-on .tl-header-menu-wrapper .header-nav-bar {
  background: #fff;
}
.light-mode-on .chart-preloader:after,
.light-mode-on.main-loading:after {
  background-image: url("../images/loading-blue.svg");
}
.light-mode-on .show-main-map a {
  color: #0077cc;
}
.light-mode-on .go-back-button {
  background: #fcfcfd;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.light-mode-on .go-back-button span {
  background: #ededed;
}
.light-mode-on .go-back-button:hover {
  background: #f5f5f7;
}
.light-mode-on .pillar-toggler {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.light-mode-on .chart-box-list-filter {
  border-color: #ededed !important;
  color: #6f7073 !important;
}
.light-mode-on .chart-box-list-filter::-webkit-input-placeholder {
  color: #6f7073 !important;
}
.light-mode-on .chart-box-list-filter::-moz-placeholder {
  color: #6f7073 !important;
}
.light-mode-on .chart-box-list-filter::placeholder {
  color: #6f7073 !important;
}
.light-mode-on.tl-body .select2-container--default .select2-selection--single {
  background-color: #fff;
  border-color: #adadad;
}
.light-mode-on.tl-body .select2-dropdown {
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.light-mode-on.tl-body .select2-search--dropdown .select2-search__field {
  border: 1px solid #142027;
  color: #a4b6be;
}
.light-mode-on.tl-body .select2-container--default .select2-results__option[aria-selected=true],
.light-mode-on.tl-body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0077cc;
  color: #fff;
}
.body-tl-country-distribution .pillar-toggler {
  top: 0;
}
.body-tl-country-distribution.light-mode-on .pillar-toggler {
  -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.1);
}
.body-tl-country-distribution .tl-map-wrap {
  padding-bottom: 50px;
}
.pillar-left-title {
  margin-top: 20px;
}
.distribution-malware-name {
  text-transform: capitalize;
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
  font-weight: 400;
}
.no-data-map {
  display: none;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 135px;
}
.no-data-map a {
  text-decoration: none;
}
.no-data-map a:hover {
  text-decoration: underline;
}
body.no-data-available .no-data-map {
  display: block;
  z-index: 9;
}
body.no-data-available .chart-box-list-wrapper {
  min-height: 60px;
}
body.no-data-available .tl-map-wrapper.visible-map,
body.no-data-available .tl-detail-map-wrapper.visible-map {
  opacity: 0 !important;
}
body.no-data-available .show-main-map {
  display: none;
}
.no-data {
  font-size: 15px;
  font-size: 1.5rem;
}
.chart-box-list-filter {
  border: 1px solid #142027 !important;
  background: none !important;
  color: #a4b6be !important;
  height: 34px;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  outline: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.chart-box-list-filter.form-control:focus {
  border-color: #66afe9 !important;
}
.chart-box-list-filter::-webkit-input-placeholder {
  color: #a4b6be !important;
}
.chart-box-list-filter::-moz-placeholder {
  color: #a4b6be !important;
}
.chart-box-list-filter::placeholder {
  color: #a4b6be !important;
}
.chart-box-list-filter-wrapper {
  padding: 15px 25px;
}
.tl-body .select2-container .select2-selection--single {
  height: 47px;
}
.tl-body .select2-container--default .select2-selection--single {
  background-color: #090e10;
  border: 1px solid #142027;
  outline: none;
}
.tl-body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: 47px;
  padding-left: 20px;
}
.tl-body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 47px;
  width: auto;
}
.tl-body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.tl-body .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  font-family: avira_icons;
  content: "\e90d";
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -4px;
  font-size: 8px;
}
.tl-body .select2-dropdown {
  background-color: #090e10;
  border: 1px solid #090e10;
}
.tl-body .select2-search--dropdown .select2-search__field {
  background: none;
  border: 1px solid #142027;
  color: #a4b6be;
  border-radius: 4px;
  outline: 0;
}
.tl-body .select2-container--default .select2-results__option[aria-selected=true],
.tl-body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0077cc;
  color: #fff;
}
.tl-custom-selector {
  z-index: 1;
}
#map-region path {
  stroke: none;
  fill: transparent;
  cursor: pointer;
}
#map-region path:hover {
  fill: rgba(26, 62, 85, 0.4);
}
.google-visualization-tooltip {
  background-color: rgba(0, 0, 0, 0.8) !important;
  border-radius: 3px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}
.google-visualization-tooltip > ul > li > span {
  font-weight: normal !important;
  color: #fff !important;
}
.google-visualization-tooltip-item {
  padding-right: 10px !important;
  padding-left: 10px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.google-visualization-tooltip-action {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.tl-map-wrap {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.tl-map-wrap .region-map {
  width: 100%;
  margin: 0;
}
.tl-custom-legend {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 310px;
}
.tl-custom-legend-bar {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f00;
  height: 15px;
  margin: 0 7px;
  background-image: -webkit-linear-gradient(50deg, #c1666e 0%, #c10403 100%);
  background-image: -webkit-linear-gradient(40deg, #c1666e 0%, #c10403 100%);
  background-image: -o-linear-gradient(40deg, #c1666e 0%, #c10403 100%);
  background-image: linear-gradient(50deg, #c1666e 0%, #c10403 100%);
}
.tl-custom-legend span {
  font-family: 'KievitWeb-Book', Helvetica, Arial;
  color: #fff;
  position: relative;
  top: -3px;
}
.tl-custom-legend-shown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.main-loading .tl-custom-legend {
  display: none;
}
.hide-on-main-map {
  position: relative;
  z-index: 2;
}
.tl-inside-iframe .footer,
.tl-inside-iframe .light-dark-mode,
.tl-inside-iframe .tl-header-logo-wrapper,
.tl-inside-iframe .tl-header-upsell-wrapper {
  display: none;
}
@media (max-width: 1500px) {
  .chart-boxes-grid > [class^="col-"] {
    width: 50%;
  }
}
@media (min-width: 1241px) {
  .pillar-toggler-left:after,
  .pillar-toggler-left:before {
    content: "\e943";
  }
  .pillar-toggler-left:after {
    right: -4px;
    opacity: 0;
    -webkit-animation-name: t-arrow-move-after-reverse;
    -o-animation-name: t-arrow-move-after-reverse;
       animation-name: t-arrow-move-after-reverse;
    -webkit-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
       animation-duration: 1.5s;
    -webkit-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
       animation-delay: 0.4s;
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
       animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
       animation-fill-mode: forwards;
  }
  .pillar-toggler-left:before {
    right: -9px;
    -webkit-animation-name: t-arrow-move-before-reverse;
    -o-animation-name: t-arrow-move-before-reverse;
       animation-name: t-arrow-move-before-reverse;
    -webkit-animation-duration: 2s;
    -o-animation-duration: 2s;
       animation-duration: 2s;
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
       animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
       animation-fill-mode: forwards;
  }
  .pillar-toggler-right:after,
  .pillar-toggler-right:before {
    content: "\e944";
  }
  .pillar-toggler-right:after {
    right: 47px;
    opacity: 0;
    -webkit-animation-name: t-arrow-move-after;
    -o-animation-name: t-arrow-move-after;
       animation-name: t-arrow-move-after;
    -webkit-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
       animation-duration: 1.5s;
    -webkit-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
       animation-delay: 0.4s;
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
       animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
       animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
    -o-animation-direction: normal;
       animation-direction: normal;
  }
  .pillar-toggler-right:before {
    right: 42px;
    -webkit-animation-name: t-arrow-move-before;
    -o-animation-name: t-arrow-move-before;
       animation-name: t-arrow-move-before;
    -webkit-animation-duration: 2s;
    -o-animation-duration: 2s;
       animation-duration: 2s;
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
       animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
       animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
    -o-animation-direction: normal;
       animation-direction: normal;
  }
  .pillar-put-back.pillar-left {
    -webkit-transform: translateX(-webkit-calc(-100% - 40px));
        -ms-transform: translateX(calc(-100% - 40px));
         -o-transform: translateX(calc(-100% - 40px));
            transform: translateX(calc(-100% - 40px));
  }
  .pillar-put-back.pillar-right {
    -webkit-transform: translateX(-webkit-calc(100% + 40px));
        -ms-transform: translateX(calc(100% + 40px));
         -o-transform: translateX(calc(100% + 40px));
            transform: translateX(calc(100% + 40px));
  }
  .pillar-put-back .pillar-toggler-left:after {
    content: "\e944";
  }
  .pillar-put-back .pillar-toggler-right:after {
    content: "\e943";
  }
}
@media (max-width: 1240px) and (min-width: 946px) {
  .pillar-left {
    -webkit-transform: translateX(-webkit-calc(-100% - 40px));
        -ms-transform: translateX(calc(-100% - 40px));
         -o-transform: translateX(calc(-100% - 40px));
            transform: translateX(calc(-100% - 40px));
  }
  .pillar-right {
    -webkit-transform: translateX(-webkit-calc(100% + 40px));
        -ms-transform: translateX(calc(100% + 40px));
         -o-transform: translateX(calc(100% + 40px));
            transform: translateX(calc(100% + 40px));
  }
  .pillar-toggler-left {
    left: 386px;
  }
  .pillar-toggler-left:after,
  .pillar-toggler-left:before {
    content: "\e944";
  }
  .pillar-toggler-left:after {
    right: 45px;
    opacity: 0;
    -webkit-animation-name: t-arrow-move-after;
    -o-animation-name: t-arrow-move-after;
       animation-name: t-arrow-move-after;
    -webkit-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
       animation-duration: 1.5s;
    -webkit-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
       animation-delay: 0.4s;
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
       animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
       animation-fill-mode: forwards;
  }
  .pillar-toggler-left:before {
    right: 40px;
    -webkit-animation-name: t-arrow-move-before;
    -o-animation-name: t-arrow-move-before;
       animation-name: t-arrow-move-before;
    -webkit-animation-duration: 2s;
    -o-animation-duration: 2s;
       animation-duration: 2s;
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
       animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
       animation-fill-mode: forwards;
  }
  .pillar-toggler-right {
    right: 386px;
  }
  .pillar-toggler-right:after,
  .pillar-toggler-right:before {
    content: "\e943";
  }
  .pillar-toggler-right:after {
    right: 0;
    opacity: 0;
    -webkit-animation-name: t-arrow-move-after-reverse;
    -o-animation-name: t-arrow-move-after-reverse;
       animation-name: t-arrow-move-after-reverse;
    -webkit-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
       animation-duration: 1.5s;
    -webkit-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
       animation-delay: 0.4s;
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
       animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
       animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
    -o-animation-direction: normal;
       animation-direction: normal;
  }
  .pillar-toggler-right:before {
    right: -5px;
    -webkit-animation-name: t-arrow-move-before-reverse;
    -o-animation-name: t-arrow-move-before-reverse;
       animation-name: t-arrow-move-before-reverse;
    -webkit-animation-duration: 2s;
    -o-animation-duration: 2s;
       animation-duration: 2s;
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
       animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
       animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
    -o-animation-direction: normal;
       animation-direction: normal;
  }
  .pillar-put-back {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  .pillar-put-back .pillar-toggler-left:after {
    content: "\e943";
  }
  .pillar-put-back .pillar-toggler-right:after {
    content: "\e944";
  }
}
@media (min-width: 946px) {
  #tab_threats_1 {
    overflow: hidden;
  }
  .intensity-map {
    min-height: 600px;
  }
}
@media (max-width: 1366px) {
  .tl-header-logo-title {
    padding-left: 15px;
    margin-left: 20px;
  }
  .tl-header-upsell-wrapper {
    max-width: 350px;
  }
  .tl-header-upsell-title {
    margin: 0 10px 0 0;
  }
  .light-dark-mode {
    position: absolute;
    bottom: auto;
    top: 0;
  }
  .tl-detail-map-wrapper,
  .tl-map-wrapper {
    top: 80px;
  }
  .body-tl-detail .tl-select-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .tl-header-upsell-wrapper {
    display: none;
  }
}
@media (max-width: 1023px) {
  .tl-header-main {
    height: 81px;
  }
  .tl-header-menu-wrapper .header-nav-bar {
    top: 81px;
    background: #070b0e;
  }
  .tl-header-menu-wrapper .nav-bar-section-tab > button,
  .tl-header-menu-wrapper .nav-bar-section-tab > a {
    line-height: normal;
  }
  .tl-header-menu-wrapper .nav-bar-section-tab:after {
    display: none;
  }
  .chart-boxes-grid > [class^="col-"] {
    width: 100%;
  }
  .button-menu.active i {
    background-color: transparent !important;
  }
}
@media (max-width: 945px) {
  .pillar {
    float: none;
    margin: 0 auto;
  }
  .pillar-left {
    margin-top: 47px !important;
  }
  .pillar-toggler {
    display: none;
  }
  .tl-body,
  .tl-header,
  .tl-header-logo-title:before {
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }
  .tl-header:after {
    -webkit-transition: border-bottom-color 0.2s ease-in-out;
    -o-transition: border-bottom-color 0.2s ease-in-out;
    transition: border-bottom-color 0.2s ease-in-out;
  }
  /*.tl-map-wrapper, .tl-detail-map-wrapper, */
  .main-loading:after {
    display: none;
  }
  .tl-map-wrapper,
  .tl-detail-map-wrapper,
  .tl-main-map,
  .tl-detail-map {
    position: relative;
  }
  .tl-main-map-over,
  .tl-detail-map-over {
    position: absolute;
  }
  .tl-map-wrapper {
    top: 35px;
    width: 100%;
  }
  .tl-detail-map-wrapper {
    top: 25px;
    width: 100%;
  }
  .show-main-map {
    margin: 0 15px;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
  }
  .body-tl-detail .light-dark-mode {
    top: 30px;
    z-index: 2;
  }
  .body-tl-detail .pillar-left {
    margin-top: 85px !important;
  }
  .body-tl-country-distribution .show-main-map {
    margin-top: -70px;
  }
  .body-tl-country-distribution .light-dark-mode {
    top: -35px;
  }
  .body-tl-country-distribution .pillar-left {
    margin-top: 90px !important;
  }
  .hide-on-main-map {
    margin-left: 0;
    margin-right: 0;
  }
  .body-tl-detail .tl-select-wrap {
    margin-top: 0;
    padding-top: 70px;
  }
}
@media (max-width: 640px) {
  .chart-box-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .chart-box-detail-info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 20px;
  }
  .chart-box-detail-chart {
    width: 100%;
  }
  .tl-custom-legend {
    bottom: 0;
    width: 100%;
  }
  .tl-custom-legend-bar {
    height: 10px;
  }
  .tl-custom-legend span {
    top: -4px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .tl-header-menu-wrapper .button-menu__text {
    display: none;
  }
  .tl-header-logo,
  .light-mode-on .tl-header-logo {
    width: 100px;
    height: 32px;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .tl-header-logo-title {
    padding-left: 15px;
    margin-left: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .tl-header-logo-title:before {
    margin-top: -13px;
    height: 26px;
  }
}
@media (max-width: 480px) {
  .tl-select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tl-select .general-selectbox {
    width: 100%;
    margin-bottom: 10px;
  }
  .tl-select-wrap-single .tl-select {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .tl-select-wrap-single .tl-select .select2-container {
    width: 100% !important;
  }
}
@media (max-width: 389px) {
  .pillar {
    width: 98%;
  }
}
@media (max-width: 375px) {
  .tl-header-logo-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ----------------- Pages "components-threat-landscape" END ----------------- ***/
/* ----------------- Component "components-trustpilot" START ----------------- ***/
/*
- Class ".trustpilot-component" is the default class for this component. This class is mandatory. The trustpilot widget is inside a full width, grey, wrapper.
- Class ".trustpilot-inline" for when the trustpilot widget is inside the container and it is not the full width of the page.
*/
.trustpilot-component {
  margin: 100px 0 0;
  padding: 55px 0 80px;
  text-align: center;
  background: #eaeaea;
}
.trustpilot-component.trustpilot-inline {
  padding: 0;
  background: none;
}
.trustpilot-component__title {
  margin: 0 0 45px;
}
@media (max-width: 1199px) {
  .trustpilot-component__title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .trustpilot-component {
    margin: 75px 0 0 !important;
  }
}
.light-grey-background {
  background: #F8FAFC !important;
}
/* ----------------- Component "components-trustpilot" END ----------------- ***/
/* ----------------- Component "components-usp" START ----------------- ***/
.usp-component {
  position: relative;
  width: 100%;
  margin: 100px 0 0;
}
.usp-component:before,
.usp-component:after {
  content: " ";
  display: table;
}
.usp-component:after {
  clear: both;
}
.usp-component:before,
.usp-component:after {
  content: " ";
  display: table;
}
.usp-component:after {
  clear: both;
}
.usp-component__title {
  margin-bottom: 25px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: 'KievitWebPro-Light', Helvetica, Arial;
}
.usp-component__title--second {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'KievitWebPro-Regular', Helvetica, Arial;
  margin-bottom: 40px;
}
.usp-component__title--separator {
  margin-bottom: 35px !important;
  padding-bottom: 35px;
  position: relative;
}
.usp-component__title--separator:after {
  content: "";
  width: 44px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid;
}
.usp-component__undertitle {
  margin-bottom: 45px;
}
.usp-component__undertitle--separator {
  margin-bottom: 35px !important;
  padding-bottom: 35px;
  position: relative;
}
.usp-component__undertitle--separator:after {
  content: "";
  width: 44px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid;
}
.usp-component .vertical-align {
  z-index: 1;
}
.usp-component__footnote {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.usp-component__footnote > p {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'KievitWebPro-Light', Helvetica, Arial;
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
}
.usp-darken {
  background-image: -webkit-linear-gradient(50deg, #DB0D15 0%, #6C1C45 100%);
  background-image: -webkit-linear-gradient(40deg, #DB0D15 0%, #6C1C45 100%);
  background-image: -o-linear-gradient(40deg, #DB0D15 0%, #6C1C45 100%);
  background-image: linear-gradient(50deg, #DB0D15 0%, #6C1C45 100%);
  color: #fff;
}
.usp-darken .btn-link-plus {
  color: #fff;
}
.usp-darken .btn-link-plus:after {
  color: #0077cc;
}
.usp-darken .cta-group__old-price,
.usp-darken .cta-group .cta-group__info {
  color: #fff !important;
}
.usp-darken .usp-component__undertitle--separator:after {
  background-color: #fff;
}
#usp-2608-abtest .usp-component__title.mb-5 {
  font-weight: bold;
  font-family: 'KievitWeb-Bold', Helvetica, Arial !important;
  font-size: 40px !important;
}
#usp-2608-abtest .usp-component__title--second {
  font-family: 'Kievit OT';
  font-size: 3rem;
}
#usp-2608-abtest .usp-component__undertitle--separator_1 {
  margin-bottom: 35px !important;
  padding-bottom: 35px;
  position: relative;
}
#usp-2608-abtest .usp-component__undertitle--separator_1:after {
  content: "";
  width: 44px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid;
}
.usp-btn-spacer {
  margin: 0 0 20px;
}
.usp-01 {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.usp-01 .usp-component__title {
  margin-bottom: 50px;
}
.usp-web-image {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}
.usp-02 {
  height: 680px;
  background-color: #ededed;
}
.usp-02 .usp-component__title {
  margin-bottom: 25px;
}
.usp-02 .usp-component__undertitle {
  margin-bottom: 20px;
}
.usp-web {
  min-height: 600px;
  background-color: #ededed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.usp-web-os .usp-component__title {
  margin-bottom: 5px;
}
.usp-web-os .usp-component__undertitle {
  margin-bottom: 60px;
}
.usp__devices {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}
.usp__devices:before,
.usp__devices:after {
  content: " ";
  display: table;
}
.usp__devices:after {
  clear: both;
}
.usp__devices:before,
.usp__devices:after {
  content: " ";
  display: table;
}
.usp__devices:after {
  clear: both;
}
.usp-transition {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.usp-tablet {
  z-index: 1;
}
.usp-smartphone {
  z-index: 2;
}
.usp__devices-single-image {
  z-index: 0 !important;
}
.usp__devices-single-image [class^="col-"] {
  float: right;
}
.usp-03 {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-background-size: cover;
          background-size: cover;
}
.usp-03 .usp-component__footnote > p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.usp-centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  float: none;
}
.usp-flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.usp-bottom-upsell {
  margin: 55px 0 0;
  padding: 35px 0 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.usp-bottom-upsell:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: 1px solid;
  height: 1px;
  width: 45px;
}
.usp-bottom-upsell__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'KievitWebPro-Regular', Helvetica, Arial;
  max-width: 180px;
  margin: 0 20px 0 0;
  float: left;
}
.usp-bottom-upsell__btn {
  min-width: 0;
  width: 278px;
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
}
.usp-bottom-upsell__btn span {
  display: block;
  font-family: 'KievitWebPro-Light', Helvetica, Arial;
  font-size: 16px;
  font-size: 1.6rem;
}
.usp-btn-wrap-format {
  padding-top: 10px;
}
.title-second-mb-small {
  margin-bottom: 15px !important;
}
.usp-sidebyside-btn {
  width: 49%;
}
.usp-sidebyside-btn.pull-right .btn + .cta-group__info {
  float: left;
  width: 100%;
  padding-left: 8px;
}
.usp-mobile-first {
  color: #fff;
  min-height: 500px;
  padding: 50px 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.usp-mobile-first--gold {
  background-image: -webkit-linear-gradient(-50deg, #ecd36c 0%, #774d0d 100%);
  background-image: -webkit-linear-gradient(140deg, #ecd36c 0%, #774d0d 100%);
  background-image: -o-linear-gradient(140deg, #ecd36c 0%, #774d0d 100%);
  background-image: linear-gradient(-50deg, #ecd36c 0%, #774d0d 100%);
}
.usp-mobile-first .usp-component__title {
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
  font-size: 34px;
  font-size: 3.4rem;
  margin-bottom: 15px;
}
.usp-mobile-first .usp-component__undertitle {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: 'KievitWebPro-Light', Helvetica, Arial;
  margin-bottom: 20px !important;
  padding-bottom: 20px;
}
.usp-mobile-first .usp-component__undertitle:after {
  width: 25px;
  right: 0;
  margin: 0 auto;
}
.usp-mobile-first ul {
  margin-bottom: 30px;
}
.usp-mobile-first ul li {
  margin-top: 5px;
}
.usp-mobile-first ul li:first-child {
  margin-top: 0;
}
.usp-mobile-first .usp-bottom-upsell__btn {
  width: 300px;
}
.usp-small {
  height: 400px;
}
@media (max-width: 1199px) {
  .usp-bottom-upsell__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .usp-web {
    text-align: center;
  }
  .usp-web .checkmark-list {
    display: inline-block;
    text-align: left;
  }
  .usp-web .usp-component__undertitle--separator:after,
  .usp-web .usp-component__title--separator:after {
    right: 0;
    margin: 0 auto;
  }
  .usp-bottom-upsell {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 65px;
    margin-top: 0;
  }
  .usp-bottom-upsell:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .usp-component {
    padding: 50px 0 30px;
    height: auto !important;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    margin: 75px 0 0 !important;
  }
  .usp-component .vertical-align {
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  .usp-component__footnote {
    bottom: auto;
    right: auto;
    left: auto;
    margin: 0;
    position: relative;
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.33333333%;
  }
  .usp-component__footnote > p {
    width: 100%;
  }
  .usp-01 {
    padding: 0;
    height: 600px !important;
  }
  .usp-01 .usp-component__title {
    width: 70%;
  }
  .usp-01 .vertical-align {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .usp__devices {
    margin: 30px 0;
    position: relative;
  }
  .usp-transition {
    float: right;
  }
  .usp-notebook img {
    max-width: 400px;
  }
  .usp-tablet {
    margin: 72px -170px 0 0;
  }
  .usp-tablet img {
    max-width: 210px;
  }
  .usp-smartphone {
    margin: 160px -186px 0 0;
    position: relative;
  }
  .usp-smartphone img {
    max-width: 130px;
  }
  .usp-03 .usp-sidebyside-btn {
    float: none !important;
    max-width: 350px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .usp-03 .usp-sidebyside-btn.cta-noprice-align {
    padding: 0;
  }
  .usp-03 .usp-sidebyside-btn .btn {
    display: block;
  }
  .usp-sidebyside-btn.pull-right .btn {
    float: none;
  }
  .usp-sidebyside-btn.pull-right .btn + .cta-group__info {
    float: none;
    padding: 0;
  }
  .usp-component__footnote {
    margin-top: 30px;
  }
  .usp-flex-center {
    display: block;
  }
  .usp-web {
    padding: 50px 0 55px;
  }
  .usp-web-os .usp-component__undertitle {
    margin-bottom: 40px;
  }
  .usp-bottom-upsell {
    margin: 40px 0 0;
    padding: 20px 0 0;
    display: block;
  }
  .usp-bottom-upsell__title {
    float: none;
    max-width: none;
    margin: 0 0 20px;
  }
  .usp-bottom-upsell:after {
    display: block;
    width: 25px;
    right: 0;
    margin: 0 auto;
  }
  .usp-mobile-first {
    padding: 30px 0 40px !important;
  }
  .usp-web {
    min-height: auto;
    display: block;
  }
}
@media (max-width: 575px) {
  .usp-01 {
    height: 500px !important;
  }
  .usp-web {
    text-align: left;
  }
  .usp-web .device-os-selection__list {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
  .usp-web .usp-component__title--separator:after {
    right: auto;
    margin: 0;
  }
  .usp-web.usp-web-image {
    text-align: center;
  }
  .usp-web.usp-web-image .usp-component__undertitle {
    margin-bottom: 25px;
  }
  .usp-bottom-upsell {
    margin: 40px 0 0;
  }
  .usp-bottom-upsell:after {
    right: auto;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .usp-component__title {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .usp-01 {
    background-position: 0 0;
    height: 400px !important;
  }
  .usp-01 .usp-component__title {
    margin-bottom: 30px;
    width: 100%;
  }
  .usp-01 .btn {
    width: 100%;
  }
  .usp-notebook {
    margin-right: -120px;
  }
  .usp-notebook img {
    max-width: 350px;
  }
  .usp-tablet {
    margin-right: -145px;
  }
  .usp-tablet img {
    max-width: 170px;
  }
  .usp-smartphone {
    margin-right: -160px;
    position: relative;
  }
  .usp-smartphone img {
    max-width: 100px;
  }
  /*.usp-03 .btn {
    width: auto;
  }*/
  .usp-bottom-upsell__btn {
    width: 100%;
  }
  .usp-component__undertitle.usp-component__undertitle--separator {
    margin-bottom: 25px !important;
    padding-bottom: 25px;
  }
  .usp-mobile-first .usp-bottom-upsell__btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .usp-component__footnote {
    max-width: 720px;
  }
  .usp-component__footnote > p {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .usp-component.usp-darken .usp-component__footnote p {
    color: rgba(255, 255, 255, 0.9);
  }
  .usp-01 {
    background-position: 40% center;
    height: 600px;
  }
  .usp-transition {
    position: absolute;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
         -o-transform: scale(0.5);
            transform: scale(0.5);
  }
  .usp-notebook {
    right: -250px;
    top: 0;
  }
  .usp-tablet {
    bottom: -35px;
    right: 80px;
  }
  .usp-smartphone {
    bottom: -5px;
    right: 70px;
  }
  .usp-02 .usp-component__undertitle {
    margin-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .usp-component__footnote {
    max-width: 960px;
  }
  .usp-01 {
    background-position: 50%;
  }
  .usp-notebook {
    right: -400px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  .usp-tablet {
    right: 200px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  .usp-smartphone {
    right: 72px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@media (min-width: 1200px) {
  .usp-component__footnote {
    max-width: 1180px;
  }
  .usp-transition {
    opacity: 0;
  }
  .usp-notebook {
    -webkit-transform: translateX(500px);
        -ms-transform: translateX(500px);
         -o-transform: translateX(500px);
            transform: translateX(500px);
    right: -200px;
  }
  .usp-tablet {
    -webkit-transform: translateY(400px);
        -ms-transform: translateY(400px);
         -o-transform: translateY(400px);
            transform: translateY(400px);
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    right: 400px;
  }
  .usp-smartphone {
    -webkit-transform: translateY(600px);
        -ms-transform: translateY(600px);
         -o-transform: translateY(600px);
            transform: translateY(600px);
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    right: 272px;
  }
  .in-viewport .usp-transition {
    opacity: 1;
  }
  .in-viewport .usp-notebook {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  .in-viewport .usp-tablet {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  .in-viewport .usp-smartphone {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (min-width: 1600px) {
  .usp-notebook {
    right: 0;
  }
  .usp-tablet {
    right: 600px;
  }
  .usp-smartphone {
    right: 472px;
  }
}
.ie10 .usp-component__footnote {
  width: 1180px;
}
@media screen and (max-width: 1023px) {
  .ie10 .usp-component__footnote {
    width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .ie10 .usp-component__footnote {
    width: 720px;
  }
}
.usp-gradient-blue-green {
  background-image: -webkit-linear-gradient(-40deg, #22bd03 0%, #3aacfc 100%);
  background-image: -webkit-linear-gradient(130deg, #22bd03 0%, #3aacfc 100%);
  background-image: -o-linear-gradient(130deg, #22bd03 0%, #3aacfc 100%);
  background-image: linear-gradient(-40deg, #22bd03 0%, #3aacfc 100%);
}
.usp-gradient-red-pink {
  background-image: -webkit-linear-gradient(50deg, #DB0D15 0%, #6C1C45 100%);
  background-image: -webkit-linear-gradient(40deg, #DB0D15 0%, #6C1C45 100%);
  background-image: -o-linear-gradient(40deg, #DB0D15 0%, #6C1C45 100%);
  background-image: linear-gradient(50deg, #DB0D15 0%, #6C1C45 100%);
}
.usp-gradient-gray-blue {
  background-image: -webkit-linear-gradient(-40deg, #3aacfc 0%, #424242 100%);
  background-image: -webkit-linear-gradient(130deg, #3aacfc 0%, #424242 100%);
  background-image: -o-linear-gradient(130deg, #3aacfc 0%, #424242 100%);
  background-image: linear-gradient(-40deg, #3aacfc 0%, #424242 100%);
}
.usp-gradient-blue-gray {
  background-image: -webkit-linear-gradient(-40deg, #424242 0%, #3aacfc 100%);
  background-image: -webkit-linear-gradient(130deg, #424242 0%, #3aacfc 100%);
  background-image: -o-linear-gradient(130deg, #424242 0%, #3aacfc 100%);
  background-image: linear-gradient(-40deg, #424242 0%, #3aacfc 100%);
}
.usp-gradient-blue-green,
.usp-gradient-red-pink,
.usp-gradient-gray-blue,
.usp-gradient-blue-gray {
  color: #ffffff;
}
.usp-gradient-blue-green .cta-group__current-price,
.usp-gradient-red-pink .cta-group__current-price,
.usp-gradient-gray-blue .cta-group__current-price,
.usp-gradient-blue-gray .cta-group__current-price,
.usp-gradient-blue-green .cta-group__old-price,
.usp-gradient-red-pink .cta-group__old-price,
.usp-gradient-gray-blue .cta-group__old-price,
.usp-gradient-blue-gray .cta-group__old-price {
  color: #fff !important;
}
.component-margin-top-none {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .component-margin-top-none-sm {
    margin-top: 0 !important;
  }
}
@media (min-width: 1024px) {
  .component-margin-top-none-md {
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .component-margin-top-none-lg {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .component-margin-top-none-xs {
    margin-top: 0 !important;
  }
}
div.text-right-align {
  position: absolute;
  bottom: 100px;
  right: 16px;
}
/* ----------------- Component "components-usp" END ----------------- ***/
/*** ----------------- Component "components-virus-lab" START ----------------- ***/
.rolodex {
  background: #fcfcfc;
  border-bottom: 1px solid #dedede;
  margin-bottom: 60px;
}
.rolodex-inner__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0;
  position: relative;
}
.rolodex-inner__list:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background: #dedede;
}
.rolodex-inner__list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 0 16px;
  font-family: 'KievitWeb-Book', Helvetica, Arial;
  text-transform: uppercase;
  position: relative;
  margin-left: -1px;
}
.rolodex-inner__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background: #dedede;
}
.rolodex-inner__list li a {
  text-decoration: none;
  color: #424242;
  display: block;
}
.rolodex-inner__list li a:hover {
  color: #0077cc;
}
.rolodex-inner__list li.active a {
  color: #0077cc;
}
.rolodex-inner__list li.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: #0077cc;
}
.rolodex-tabs {
  height: 120px;
}
.rolodex-tabs .rolodex {
  margin-bottom: 0;
}
.rolodex-tabs .rolodex-inner__list:after {
  display: none;
}
.rolodex-tabs .rolodex-inner__list li {
  margin-left: 10px;
  margin-right: 10px;
  text-transform: none;
  padding: 0;
  font-family: 'KievitWebPro-Regular', Helvetica, Arial;
}
.rolodex-tabs .rolodex-inner__list li:before {
  display: none;
}
.rolodex-tabs .rolodex-inner__list li a {
  color: #0077cc;
  padding: 20px 0 16px;
}
.rolodex-tabs .rolodex-inner__list li a:focus,
.rolodex-tabs .rolodex-inner__list li a:hover {
  background-color: transparent;
}
.rolodex-tabs .rolodex-inner__list li a:hover {
  color: #424242;
}
.rolodex-tabs .rolodex-inner__list li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  border-bottom: 3px solid #0077cc;
  left: 51%;
  right: 51%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: auto;
}
.rolodex-tabs .rolodex-inner__list li.active:after {
  left: 0;
  right: 0;
}
.rolodex-tabs .rolodex-inner__list li.active a {
  color: #424242;
}
.rolodex-tabs .rolodex.affix {
  top: 0;
  width: 100%;
  z-index: 1;
}
.rolodex-tabs .rolodex.affix-bottom {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.rolodex-tabs-auto {
  /*height: auto;
      margin-bottom: 60px;*/
}
.rolodex-tabs-auto .rolodex-inner__list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rolodex-tabs-auto .rolodex-inner__list li {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.rolodex-tabs-auto .rolodex-inner__list li a {
  padding-left: 10px;
  padding-right: 10px;
}
.rolodex-tabs-auto-plus .rolodex-inner__list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vlab-component {
  margin-bottom: 40px;
}
.vlab-component__table {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 30px;
}
.vlab-component__head {
  font-family: 'KievitWeb-Book', Helvetica, Arial;
  position: relative;
}
.vlab-component__head:after {
  content: "";
  border-bottom: 1px solid #dedede;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.vlab-component__row {
  text-decoration: none;
  color: #424242;
  background: #fcfcfc;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.vlab-component__row:hover {
  color: #0077cc;
  -webkit-box-shadow: 0 4px 7px 0 rgba(222, 222, 222, 0.5);
          box-shadow: 0 4px 7px 0 rgba(222, 222, 222, 0.5);
  position: relative;
}
.vlab-component__row:nth-child(2n) {
  background: #fff;
}
.vlab-component__head,
.vlab-component__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3px;
  padding-bottom: 1px;
  margin-left: 0;
  margin-right: 0;
}
.cell-index {
  text-indent: 10px;
}
.cell-name-mobile {
  display: none;
  font-family: 'KievitWeb-Book', Helvetica, Arial;
  position: absolute;
  left: 0;
  text-indent: 10px;
  width: 49%;
}
.threat-level {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.threat-level li {
  width: 10px;
  height: 6px;
  background: #dedede;
  margin-left: 3px;
  float: left;
}
.threat-level li:first-child {
  margin-left: 0;
  border-radius: 3px 0 0 3px;
}
.threat-level li:last-child {
  border-radius: 0 3px 3px 0;
}
.threat-level-low li:first-child {
  background: #ffd200;
}
.threat-level-medium li {
  background: #ff7800;
}
.threat-level-medium li:first-child {
  background: #ffd200;
}
.threat-level-medium li:last-child {
  background: #dedede;
}
.threat-level-high li {
  background: #ff7800;
}
.threat-level-high li:first-child {
  background: #ffd200;
}
.threat-level-high li:last-child {
  background: #d00012;
}
.vlab-description-table {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  table-layout: fixed;
  border: none;
}
.vlab-description-table tr {
  background: #fcfcfc;
}
.vlab-description-table tr:nth-child(2n) {
  background: #fff;
}
.vlab-description-table tr td {
  padding: 10px 20px 8px;
  font-family: 'KievitWeb-Book', Helvetica, Arial;
  vertical-align: top;
  width: 35%;
  border: none;
}
.vlab-description-table tr td:nth-child(2n) {
  font-family: 'KievitWebPro-Regular', Helvetica, Arial;
  width: 65%;
  word-break: break-all;
}
.vlab-description-table tr td ul:not(.threat-level) {
  margin-bottom: 20px;
}
.vlab-description-table tr td ul:not(.threat-level):last-child {
  margin-bottom: 0;
}
.vlab-description-desc {
  margin-top: 60px;
  padding-top: 50px;
  border-top: 1px solid #dedede;
}
.vlab-description-desc p {
  margin: 0;
}
.vlab-description-details {
  margin-top: 50px;
  padding-top: 60px;
  border-top: 1px solid #dedede;
}
.vlab-description-details .vlab-description-table tr {
  background: none;
}
.vlab-description-details .vlab-description-table tr:nth-child(2n) {
  background: none;
}
.vlab-description-details .show-more-trigger {
  left: 20px;
}
.vds-impact {
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.form-frame-gray {
  padding: 20px 60px 50px;
  background: #f9f9f9;
  border: 1px solid #e5e6e6;
  border-radius: 4px;
}
.form-frame-gray__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
  margin-bottom: 20px;
  margin-top: 25px;
  clear: both;
}
.form-frame-gray .form-control {
  height: 40px;
  padding-top: 6px;
  padding-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}
.form-frame-gray .general-selectbox select {
  color: #6b6b6b;
}
.form-frame-gray textarea.form-control {
  height: auto;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-frame-gray__submit {
  padding-top: 15px;
}
.form-frame-gray__submit .btn {
  min-width: 220px;
}
.form-frame-gray p {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}
.form-frame-gray p a {
  color: #0077cc;
}
.form-frame-gray p a:focus {
  text-decoration: underline;
}
.form-frame-gray .form-error-individual {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.form-frame-gray .label-tooltip {
  color: #0077cc;
}
.form-frame-fields-wrapper {
  padding-bottom: 25px;
}
.remove-files {
  background: none;
  border: none;
  padding: 0;
  margin-left: 15px;
  font-family: 'KievitWeb-Book', Helvetica, Arial;
  color: #d00012;
  outline: none;
}
.remove-files:hover {
  text-decoration: underline;
}
.vdf-history-search {
  margin: 35px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vdf-history-search .form-group,
.vdf-history-search .btn {
  margin: 0 5px;
}
.vdf-history-search .form-control,
.vdf-history-search .general-selectbox {
  height: 55px;
}
.vdf-history-search .general-selectbox select {
  padding-top: 17px;
  padding-bottom: 12px;
}
.vdf-history-search .form-group {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.vdf-history-search .form-group .form-control {
  width: 100%;
}
.vdf-history-search .btn {
  -webkit-box-flex: 1.5;
  -webkit-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.checker-results {
  background: #fcfcfc;
  border-top: 2px solid;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 25px 30px 25px 55px;
}
.checker-results__title {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: 'KievitWebPro-Regular', Helvetica, Arial;
  position: relative;
  padding-left: 35px;
  margin-left: -35px;
  margin-bottom: 5px;
}
.checker-results__title:before {
  position: absolute;
  left: 0;
  top: 50%;
  font-family: avira_icons;
  font-size: 19px;
  margin-top: -13px;
}
.checker-results-ok {
  border-color: #168900;
}
.checker-results-ok .checker-results__title {
  color: #168900;
}
.checker-results-ok .checker-results__title:before {
  content: '\e936';
}
.checker-results-infected {
  border-color: #f20202;
}
.checker-results-infected .checker-results__title {
  color: #f20202;
}
.checker-results-infected .checker-results__title:before {
  content: '\e9a3';
  font-size: 23px;
  margin-top: -17px;
}
.dl-no-border {
  border: none;
  margin-top: 35px;
  padding: 0;
}
.ie7 .rolodex-inner__list,
.ie8 .rolodex-inner__list,
.ie9 .rolodex-inner__list {
  display: table;
  table-layout: fixed;
}
.ie7 .rolodex-inner__list li,
.ie8 .rolodex-inner__list li,
.ie9 .rolodex-inner__list li {
  display: table-cell;
  padding: 20px 12px 16px 13px;
}
.ie7 .vlab-component__row,
.ie8 .vlab-component__row,
.ie9 .vlab-component__row {
  display: block;
}
.ie7 .vlab-component__head,
.ie8 .vlab-component__head,
.ie9 .vlab-component__head,
.ie7 .vlab-component__row,
.ie8 .vlab-component__row,
.ie9 .vlab-component__row {
  padding-top: 11px;
  padding-bottom: 8px;
  min-height: auto;
}
.ie10 .vlab-component__head,
.ie11 .vlab-component__head,
.ie10 .vlab-component__row,
.ie11 .vlab-component__row {
  height: 40px;
}
.vdf-no-results {
  margin-top: 13px;
}
.vdl-no-results {
  padding-top: 30px;
}
@media (max-width: 1023px) {
  .vlab-component__head {
    display: none;
  }
  .vlab-component__row {
    display: block;
    padding-top: 17px;
    padding-bottom: 10px;
  }
  .vlab-component__row [class^="col-"] {
    padding-left: 50%;
    margin-bottom: 5px;
  }
  .cell-index {
    text-indent: 0;
  }
  .cell-name-mobile {
    display: block;
  }
  .vdf-history-search .general-selectbox select {
    padding-left: 10px;
  }
  .vdf-history-search .form-group .form-control {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .rolodex-inner {
    overflow: hidden;
  }
  .rolodex-inner__list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    margin-bottom: -10px;
  }
  .rolodex-inner__list:after {
    display: none;
  }
  .rolodex-inner__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 34px;
  }
  .rolodex-inner__list li:first-child:before {
    display: none;
  }
  .rolodex-inner__list li.active:after {
    bottom: 0;
  }
  .rolodex-tabs .rolodex-inner {
    overflow: visible;
  }
  .rolodex-tabs .rolodex-inner__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow-x: visible;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .rolodex-tabs .rolodex-inner__list li {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .rolodex-tabs .rolodex-inner__list li a {
    padding: 0;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rolodex-tabs .rolodex-inner__list li.active:after {
    bottom: -2px;
  }
  .form-frame-gray,
  .component-form .form-frame-gray {
    padding-left: 20px;
    padding-right: 20px;
  }
  .form-frame-gray__submit {
    display: inline-block;
    text-align: center;
  }
  .form-frame-gray__submit .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .vdf-history-search {
    display: block;
    margin: 20px 0;
  }
  .vdf-history-search .form-group {
    margin: 0;
    padding: 5px 0;
  }
  .vdf-history-search .btn {
    margin: 5px 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .rolodex-tabs .rolodex-inner {
    overflow: hidden;
  }
  .rolodex-tabs .rolodex-inner__list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    margin-bottom: -10px;
  }
  .rolodex-tabs .rolodex-inner__list:after {
    display: none;
  }
  .rolodex-tabs .rolodex-inner__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 35%;
  }
  .rolodex-tabs .rolodex-inner__list li:first-child:before {
    display: none;
  }
  .rolodex-tabs .rolodex-inner__list li.active:after {
    bottom: 0;
  }
  .rolodex-tabs .rolodex-inner__list li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .rolodex-tabs-auto .rolodex-inner__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow-x: visible;
  }
  .rolodex-tabs-auto .rolodex-inner__list li {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .rolodex-tabs-auto-plus .rolodex-inner__list {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: auto;
  }
  .rolodex-tabs-auto-plus .rolodex-inner__list li {
    width: 35%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .form-frame-gray__submit,
  .form-frame-gray__submit .btn {
    width: 100%;
  }
}
/*** ----------------- Component "components-virus-lab" END ----------------- ***/
/*** ----------------- Component "components-website-connect-locations" START ----------------- ***/
.connect-locations {
  margin: 100px 0 0;
  background-color: #fbfbfb;
  padding-bottom: 40px;
}
.connect-locations-map {
  overflow: hidden;
  max-width: 1390px;
  margin: 0 auto;
}
.connect-locations-map__inner {
  background-repeat: no-repeat;
  background-position: right 40px;
  width: 1390px;
  min-height: 515px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.connect-locations__list {
  padding: 45px 0 70px;
}
.connect-locations__title {
  font-size: 32px;
  font-size: 3.2rem;
  margin: 0 0 30px;
}
.connect-locations__undertitle {
  margin: 0 0 30px;
}
.connect-locations__name {
  position: relative;
  padding-left: 14px;
  display: block;
  margin-bottom: 3px;
}
.connect-locations__name:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #0077cc;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -4px;
  position: absolute;
}
.connect-locations .btn-link-plus {
  text-decoration: none;
}
.our-locations-map {
  background: url(../images/dev/careers_map.png) no-repeat;
  width: 803px;
  height: 290px;
  margin: 0 auto;
  position: relative;
}
.map-pin {
  background: url(../images/dev/map_pin.png) no-repeat;
  width: 16px;
  height: 19px;
  -webkit-background-size: cover;
          background-size: cover;
  cursor: pointer;
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.map-pin.active,
.map-pin:hover {
  width: 18px;
  height: 21px;
}
.map-pin.active:before {
  content: "";
  left: 0;
  top: 0;
  width: 17px;
  height: 18px;
  position: absolute;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
}
.map-pin-usa {
  left: 99px;
  top: 143px;
  z-index: 2;
}
.map-pin-usa.active,
.map-pin-usa:hover {
  left: 97px;
  top: 140px;
}
.map-pin-usa-2 {
  left: 93px;
  top: 136px;
}
.map-pin-usa-2.active,
.map-pin-usa-2:hover {
  left: 91px;
  top: 133px;
}
.map-pin-romania {
  left: 425px;
  top: 132px;
}
.map-pin-romania.active,
.map-pin-romania:hover {
  left: 423px;
  top: 129px;
}
.map-pin-tettnang {
  left: 390px;
  top: 132px;
}
.map-pin-tettnang.active,
.map-pin-tettnang:hover {
  left: 388px;
  top: 129px;
}
.map-pin-munich {
  left: 407px;
  top: 125px;
}
.map-pin-munich.active,
.map-pin-munich:hover {
  left: 405px;
  top: 122px;
}
.map-pin-berlin {
  left: 400px;
  top: 108px;
}
.map-pin-berlin.active,
.map-pin-berlin:hover {
  left: 398px;
  top: 105px;
}
.map-pin-beijing {
  right: 148px;
  top: 177px;
}
.map-pin-beijing.active,
.map-pin-beijing:hover {
  right: 146px;
  top: 174px;
}
.hide-location-detail {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.ie10 .connect-locations-map__inner,
.ie11 .connect-locations-map__inner {
  height: 515px;
}
@media (max-width: 1199px) {
  .connect-locations-map__inner {
    background-position: 120% 40px;
  }
  .our-locations-map-detail .slick-arrow.slick-prev {
    left: -35px;
  }
  .our-locations-map-detail .slick-arrow.slick-next {
    right: -35px;
  }
}
@media (max-width: 1023px) {
  .connect-locations-map__inner {
    background-position: 160% 40px;
  }
  .our-locations-map {
    margin-left: -40px;
  }
  .our-locations-map-detail .content-block__para {
    margin-bottom: 30px;
  }
  .our-locations-map-detail .general-main-title-separator:after {
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 850px) {
  .our-locations-map {
    display: none;
  }
  .hide-location-detail {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
}
@media (max-width: 767px) {
  .connect-locations {
    padding-bottom: 0;
  }
  .connect-locations-map__inner {
    width: 100%;
    min-height: 315px;
    padding: 20px 0;
    background-position: right 0;
  }
}
/*** ----------------- Component "components-website-connect-locations" END ----------------- ***/
/* ----------------- Component "components-wordbook" START ----------------- ***/
.component-wordbook a:hover,
.component-wordbook a:focus {
  text-decoration: underline;
}
.component-wordbook [class^="col-"] {
  margin-bottom: 50px;
}
.component-wordbook [class^="col-"]:nth-child(4n+1) {
  clear: left;
}
@media (max-width: 1199px) {
  .component-wordbook [class^="col-"]:nth-child(4n+1) {
    clear: none;
  }
  .component-wordbook [class^="col-"]:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 1023px) {
  .component-wordbook [class^="col-"]:nth-child(3n+1) {
    clear: none;
  }
  .component-wordbook [class^="col-"]:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 575px) {
  .component-wordbook [class^="col-"] {
    margin-left: 8.33333333%;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    width: 83.33333333%;
  }
}
/* ----------------- Component "components-wordbook" END ----------------- ***/
/* ----------------- Component "languages" START ----------------- ***/
.lang-fr,
.lang-es,
.lang-it,
.lang-nl,
.lang-pt-br,
.lang-ru {
  /*.comparative .boxshot-badge {
    width: 70px;
    height: 70px;
  }*/
}
.lang-fr .swf-footer-group .btn-badge--right,
.lang-es .swf-footer-group .btn-badge--right,
.lang-it .swf-footer-group .btn-badge--right,
.lang-nl .swf-footer-group .btn-badge--right,
.lang-pt-br .swf-footer-group .btn-badge--right,
.lang-ru .swf-footer-group .btn-badge--right,
.lang-fr .bs-subscription__btn .boxshot-badge,
.lang-es .bs-subscription__btn .boxshot-badge,
.lang-it .bs-subscription__btn .boxshot-badge,
.lang-nl .bs-subscription__btn .boxshot-badge,
.lang-pt-br .bs-subscription__btn .boxshot-badge,
.lang-ru .bs-subscription__btn .boxshot-badge {
  width: 80px;
  height: 80px;
}
.lang-fr .bs-subscription__btn .boxshot-badge--right,
.lang-es .bs-subscription__btn .boxshot-badge--right,
.lang-it .bs-subscription__btn .boxshot-badge--right,
.lang-nl .bs-subscription__btn .boxshot-badge--right,
.lang-pt-br .bs-subscription__btn .boxshot-badge--right,
.lang-ru .bs-subscription__btn .boxshot-badge--right {
  right: -25px;
  top: -50px;
}
.lang-fr .bs-big-badge,
.lang-es .bs-big-badge,
.lang-it .bs-big-badge,
.lang-nl .bs-big-badge,
.lang-pt-br .bs-big-badge,
.lang-ru .bs-big-badge {
  font-size: 16px;
  font-size: 1.6rem;
}
.lang-fr .bs-big-badge span,
.lang-es .bs-big-badge span,
.lang-it .bs-big-badge span,
.lang-nl .bs-big-badge span,
.lang-pt-br .bs-big-badge span,
.lang-ru .bs-big-badge span {
  font-size: 12px;
  font-size: 1.2rem;
}
.lang-fr .bs-subscription .bottom-seller__top-content,
.lang-es .bs-subscription .bottom-seller__top-content,
.lang-it .bs-subscription .bottom-seller__top-content,
.lang-nl .bs-subscription .bottom-seller__top-content,
.lang-pt-br .bs-subscription .bottom-seller__top-content,
.lang-ru .bs-subscription .bottom-seller__top-content {
  margin-bottom: 45px;
}
.lang-fr .staging-store .comparative .boxshot-badge,
.lang-it .staging-store .comparative .boxshot-badge {
  font-size: 10px;
  font-size: 1rem;
}
@media (max-width: 1199px) {
  .lang-fr .swf-footer-group .btn-badge--right,
  .lang-es .swf-footer-group .btn-badge--right,
  .lang-pt-br .swf-footer-group .btn-badge--right,
  .lang-ru .swf-footer-group .btn-badge--right {
    right: -35px;
  }
  .lang-fr .bs-subscription__btn .boxshot-badge,
  .lang-es .bs-subscription__btn .boxshot-badge,
  .lang-pt-br .bs-subscription__btn .boxshot-badge,
  .lang-ru .bs-subscription__btn .boxshot-badge {
    height: 40px;
    border-radius: 4px;
  }
  .lang-fr .bs-subscription-three-options .boxshot-badge--right,
  .lang-es .bs-subscription-three-options .boxshot-badge--right,
  .lang-pt-br .bs-subscription-three-options .boxshot-badge--right,
  .lang-ru .bs-subscription-three-options .boxshot-badge--right {
    right: -10px;
    top: -30px;
  }
}
@media (max-width: 575px) {
  .lang-fr .swf-footer-group,
  .lang-es .swf-footer-group,
  .lang-pt-br .swf-footer-group,
  .lang-ru .swf-footer-group {
    padding-left: 65px;
    padding-right: 65px;
  }
  .lang-fr .swf-footer-group .btn-badge--right,
  .lang-es .swf-footer-group .btn-badge--right,
  .lang-pt-br .swf-footer-group .btn-badge--right,
  .lang-ru .swf-footer-group .btn-badge--right {
    right: -20px;
  }
}
/* ----------------- Component "languages" END ----------------- ***/
/*** ----------------- Component "nojs" START ----------------- ***/
.no-js .tab-content > .tab-pane,
.no-js .slider-default,
.no-js .js-system-requirements__panel,
.no-js .collapse {
  display: block;
}
.no-js .tab-content > .tab-pane.fade {
  opacity: 1;
}
.no-js .connect-locations__list.hidden {
  display: block !important;
}
.no-js .nav-bar-section-tab.has-submenu:hover > .dropdown-menu {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  top: 84px;
}
.no-js .language-selector-header:hover > .dropdown-menu {
  display: block !important;
}
.no-js .section-has-platforms .nav-menu-subcategory li {
  left: auto;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  will-change: opacity;
  position: relative;
}
.no-js .nav-menu-platforms li .nav-menu-platforms__text {
  color: #0077cc;
}
.no-js .nav-menu-platforms li.is-active:after {
  display: none;
}
/*** ----------------- Component "nojs" END ----------------- ***/
/* ----------------- Component "components-overwrite" START ----------------- ***/
.component-margin-top-none {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .component-margin-top-none-sm {
    margin-top: 0 !important;
  }
}
@media (min-width: 1024px) {
  .component-margin-top-none-md {
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .component-margin-top-none-lg {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .component-margin-top-none-xs {
    margin-top: 0 !important;
  }
}
/* ----------------- Component "components-overwrite" END ----------------- ***/
/*# sourceMappingURL=components-all.css.map */