@charset "utf-8";

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 11px 57px 9px 30px;
  background-color: #D6DAE0;
  color: #000;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  max-width: 300px;
  border: 1px solid #bbc1cc;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.form-select:disabled {
  cursor: initial;
  padding: 11px 30px 9px 30px
}

.form-select-arrow {
  position: relative;
  display: inline-block
}

.form-select-arrow:after {
  content: url('https://cf.value4it.com/share/common/rc/AVG/AVG_Android/icon-arrow-down.svg');
  display: block;
  position: absolute;
  top: 8px;
  right: 15px;
  pointer-events: none
}

.form-select-arrow.disabled:after {
  content: ''
}

.form-select-arrow select::-ms-expand {
  display: none
}

@media only screen and (min-width: 1056px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  .row.actionbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 20px
  }
}

.vue-action-box {
  height: 100%
}

.vue-action-box .actionbox-container {
  position: relative;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 44px 20px 32px;
  width: 100%;
  height: 100%
}

@media only screen and (max-width: 767px) {
  .vue-action-box .actionbox-container {
    min-width: 335px
  }
}

.vue-action-box .form-select-container {
  display: inline-block;
  top: -19px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  min-height: 70px
}

@media only screen and (max-width: 767px) {
  .vue-action-box .form-select-container {
    position: relative;
    text-align: center
  }
}

.vue-action-box .form-select-container .form-select-arrow .form-select {
  background-color: #FFF;
  border: solid 1px #D6DAE0;
  padding-bottom: 11px
}

.vue-action-box .form-select-container .form-select-arrow .form-select:disabled {
  cursor: initial;
  background-color: #D6DAE0;
  color: #4B5563;
  margin: 0;
  opacity: 1
}

.vue-action-box .form-select-container .form-select-arrow:after {
  content: url('https://cf.value4it.com/share/common/rc/AVG/AVG_Android/icon-arrow-down-blue.svg')
}

.vue-action-box .form-select-container .disabled:after {
  content: ''
}

.vue-action-box .box {
  text-align: center;
  border-right: 1px solid #D6DAE0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.vue-action-box .box a {
  color: #000;
  text-decoration: underline
}

.vue-action-box .box a.actionbox-button,
.vue-action-box .box a.try-button {
  min-width: 139px;
  padding: 11px 36px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c131), to(#399f2d));
  background-image: -webkit-linear-gradient(top, #57c131, #399f2d);
  background-image: -moz- oldlinear-gradient(top, #57c131, #399f2d);
  background-image: -o-linear-gradient(top, #57c131, #399f2d);
  background-image: linear-gradient(to bottom, #57c131, #399f2d);
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  margin: 20px 0 10px 0;
  font-family: AVGSans_4, Verdana
}

.vue-action-box .box a.actionbox-button:hover,
.vue-action-box .box a.try-button:hover,
.vue-action-box .box a.actionbox-button:focus,
.vue-action-box .box a.try-button:focus,
.vue-action-box .box a.actionbox-button:active,
.vue-action-box .box a.try-button:active {
  background-image: none;
  background-color: #399e2d
}

.vue-action-box .box a .trial-button {
  display: inline-block;
  min-width: 139px;
  padding: 11px 20px 11px 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  color: #2a7de1;
  background-color: #FFF;
  border: 1px solid #2a7de1;
  background-position: 9% 50%;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  font-family: AVGSans_4, Verdana
}

.vue-action-box .box a .trial-button:hover {
  background-color: #408be4;
  color: #FFF
}

.vue-action-box .box a .trial-button.win {
  background-image: url('https://cf.value4it.com/share/common/rc/AVG/AVG_Android/win-blue.svg')
}

.vue-action-box .box a .trial-button.win:hover {
  background-image: url('https://cf.value4it.com/share/common/rc/AVG/AVG_Android/win-white.svg') !important
}

.vue-action-box .box a .trial-button.mac {
  background-image: url('https://cf.value4it.com/share/common/rc/AVG/AVG_Android/mac-blue.svg');
  margin-top: -17px
}

.vue-action-box .box a .trial-button.mac:hover {
  background-image: url('https://cf.value4it.com/share/common/rc/AVG/AVG_Android/mac-white.svg') !important
}

.vue-action-box .box p {
  color: #D6DAE0;
  font-size: 14px;
  padding: 0 20px
}

.vue-action-box .box .installments-wrapper .installments-value {
  font-weight: 600;
  color: #000
}

.vue-action-box .box:last-of-type {
  border-right: none
}

@media only screen and (max-width: 767px) {
  .vue-action-box .box {
    width: 100%;
    border-right: none;
    display: none
  }

  .vue-action-box .box:first-of-type {
    display: block
  }
}

.vue-action-box .actionbox-buy {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

@media only screen and (max-width: 767px) {
  .vue-action-box .actionbox-buy {
    display: block;
    width: 100%
  }
}

.vue-action-box .actionbox-title {
  color: #4B5563;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  display: block;
  margin-bottom: 25px
}

@media only screen and (min-width: 1056px) {
  .vue-action-box .hide-desktop-title {
    display: none
  }
}

@media only screen and (max-width: 767px) {
  .vue-action-box .hide-mobile-title {
    display: none
  }
}

@media only screen and (min-width: 1056px) {
  .vue-action-box .hide-desktop-period {
    display: none
  }
}

.vue-action-box .platforms {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: -20px;
  max-width: 125px;
  min-height: 30px
}

.vue-action-box .actionbox-price-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 50px
}

.vue-action-box .price-wrapper {
  color: #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  font-weight: 300;
  margin-bottom: -25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 70px;
  font-size: 46px
}

.vue-action-box .price-wrapper.price-row-medium {
  font-size: 36px
}

.vue-action-box .price-wrapper .integer {
  font-size: 1em;
  line-height: .8em;
  letter-spacing: -0.044em
}

.vue-action-box .price-wrapper .decimal {
  font-size: .391em;
  height: 1em;
  line-height: 1em;
  margin-left: 3px
}

.vue-action-box .price-wrapper .price-prefix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2px
}

.vue-action-box .price-wrapper .price-prefix .currency {
  font-size: .391em;
  line-height: 1em
}

.vue-action-box .price-wrapper .price-suffix {
  text-align: left
}

.vue-action-box .price-wrapper .period {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  color: #767683;
  text-align: left;
  margin-left: 5px;
  font-size: .348em;
  line-height: 1.3em
}

.vue-action-box .label {
  background-color: #d4e5f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 auto 16px;
  padding: 2px 9px;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle
}

.vue-action-box .label-table-mobile {
  display: none
}

.vue-action-box .label-text {
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
  color: #2a7de1
}

.vue-action-box .label-placeholder {
  height: 24px;
  margin-bottom: 16px
}

.vue-action-box .rendered-price {
  display: inline
}

.vue-action-box .period-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}

.vue-action-box .old-price {
  display: inline-block;
  font-size: 16px;
  color: #778099;
  text-decoration: line-through
}

.vue-action-box .month-price {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  color: #5C707B
}

.vue-action-box .discount-placeholder {
  height: 24px
}

.vue-action-box .header-footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.vue-action-box .header-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.vue-action-box .labelActive {
  -webkit-box-flex: 2;
  -webkit-flex: 2 0 auto;
  -moz-box-flex: 2;
  -ms-flex: 2 0 auto;
  flex: 2 0 auto
}

.vue-action-box .footer-wrap {
  -webkit-box-flex: 2;
  -webkit-flex: 2 0 auto;
  -moz-box-flex: 2;
  -ms-flex: 2 0 auto;
  flex: 2 0 auto
}

.vue-action-box .footer-wrap .cta-note .renewal-trigger {
  cursor: pointer;
  font-size: 14px;
  width: 90%;
  display: block;
  margin: 0 auto
}

.vue-action-box .button {
  margin-bottom: 8px;
  margin-top: 20px
}

.vue-action-box .button span {
  min-width: 139px
}

.vue-action-box .bottom-text {
  font-size: 13px;
  color: #767683;
  font-weight: normal;
  margin: 0 auto;
  padding: 0 10px
}

.vue-action-box .store-link {
  display: block;
  margin-top: 25px
}

.vue-action-box .horizontal-toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -19px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto
}

@media only screen and (max-width: 767px) {
  .vue-action-box .horizontal-toggler {
    margin: 0 20px
  }
}

.vue-action-box .horizontal-toggler .horizontal-toggler-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #bbc1cc
}

@media only screen and (max-width: 767px) {
  .vue-action-box .horizontal-toggler .horizontal-toggler-container {
    max-width: 100%
  }
}

.vue-action-box .horizontal-toggler .horizontal-toggler-container .toggler-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  cursor: pointer;
  line-height: 32px;
  min-width: 80px;
  margin: 3px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap
}

.vue-action-box .horizontal-toggler .horizontal-toggler-container .toggler-option.disabled {
  cursor: initial;
  background-color: #D6DAE0;
  color: #4B5563;
  line-height: 40px;
  margin: 0
}

.vue-action-box .horizontal-toggler .horizontal-toggler-container .toggler-option:last-child:not(:only-child) {
  border-right: none
}

.vue-action-box .horizontal-toggler .horizontal-toggler-container .toggler-option.active {
  background-color: #EBECF0;
  color: #000;
  font-weight: bold;
  letter-spacing: -0.3px
}

.actionbox-btm .vue-action-box {
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1)
}

.store .vue-action-box .box a.actionbox-button,
.store .vue-action-box .box a.try-button {
  font-size: 18px;
  min-width: 139px;
  background-color: #2a7de1;
  background-image: none;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  margin: 20px 0 10px 0;
  font-family: AVGSans_4, Verdana;
  padding: 0
}

.store .vue-action-box .box a.actionbox-button span,
.store .vue-action-box .box a.try-button span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  padding: 6px 32px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 56px;
  line-height: .85;
  font-weight: bold
}

.store .vue-action-box .box a.actionbox-button:hover,
.store .vue-action-box .box a.try-button:hover,
.store .vue-action-box .box a.actionbox-button:focus,
.store .vue-action-box .box a.try-button:focus,
.store .vue-action-box .box a.actionbox-button:active,
.store .vue-action-box .box a.try-button:active {
  background-image: none;
  background-color: #2a7de1
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
  .actionbox-facelift .span8 {
    -webkit-flex-basis: 76%;
    -ms-flex-preferred-size: 76%;
    flex-basis: 76%;
    padding-left: 0
  }
}

.actionbox-facelift .vue-action-box .actionbox-container {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.actionbox-facelift .vue-action-box .toggler-option.disabled {
  background-color: #FFF;
  color: #4B5563;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 38px
}

.actionbox-facelift .vue-action-box .form-select-arrow .form-select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #FFF;
  border: solid 1px #D6DAE0;
  padding-bottom: 11px
}

.actionbox-facelift .vue-action-box .form-select-arrow:after {
  content: url(https://cf.value4it.com/share/common/rc/AVG/AVG_Android/icon-arrow-down-blue.svg)
}

.actionbox-facelift .vue-action-box .form-select-container {
  display: inline-block;
  top: -19px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  min-height: 70px
}

@media only screen and (max-width: 767px) {
  .actionbox-facelift .vue-action-box .form-select-container {
    position: relative
  }
}

.actionbox-facelift .vue-action-box .box {
  text-align: center;
  border-right: 1px solid #D6DAE0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media only screen and (max-width: 767px) {
  .actionbox-facelift .vue-action-box .box {
    border-right: none
  }
}

.actionbox-facelift .vue-action-box .box a {
  color: #2a7de1;
  padding-bottom: 2px;
  border-bottom: 1px dotted #2a7de1
}

.actionbox-facelift .vue-action-box .box a:hover,
.actionbox-facelift .vue-action-box .box a:focus,
.actionbox-facelift .vue-action-box .box a:active {
  text-decoration: none
}

.actionbox-facelift .vue-action-box .box:last-of-type {
  border-right: none
}

.actionbox-facelift .vue-action-box p {
  color: #4B5563;
  font-size: 14px;
  padding: 0;
  margin: 0
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  .actionbox-facelift .vue-action-box {
    width: 100%;
    border-right: none;
    display: none
  }

  .actionbox-facelift .vue-action-box:first-of-type {
    display: block
  }
}

.actionbox-facelift .vue-action-box .actionbox-buy {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

@media only screen and (max-width: 767px) {
  .actionbox-facelift .vue-action-box .actionbox-buy {
    padding-top: 10px;
    display: block;
    width: 100%
  }
}

.actionbox-facelift .vue-action-box .actionbox-title {
  color: #1e222a;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  display: block;
  margin-bottom: 16px
}

.actionbox-facelift .vue-action-box .promotion .price-wrapper {
  color: #2a7de1
}

.actionbox-facelift .vue-action-box .platforms {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 125px;
  min-height: 30px
}

.actionbox-facelift .vue-action-box .actionbox-price-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 50px
}

.actionbox-facelift .vue-action-box .price-wrapper {
  color: #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
  margin-bottom: -25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 70px
}

.actionbox-facelift .vue-action-box .price-wrapper .integer {
  font-size: 48px;
  line-height: 40px;
  letter-spacing: normal;
  font-weight: normal
}

.actionbox-facelift .vue-action-box .price-wrapper .currency,
.actionbox-facelift .vue-action-box .price-wrapper .decimal {
  font-size: 22px;
  line-height: 22px
}

.actionbox-facelift .vue-action-box .label {
  font-size: 14px !important;
  background-color: #d4e5f9;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  display: inline-block;
  margin-bottom: 16px;
  margin-top: 0;
  padding: 2px 9px;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle
}

.actionbox-facelift .vue-action-box .label-table-mobile {
  display: none
}

.actionbox-facelift .vue-action-box .label-text {
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
  color: #2a7de1;
  font-weight: bold
}

.actionbox-facelift .vue-action-box .label-placeholder {
  height: 24px;
  margin-bottom: 16px
}

.actionbox-facelift .vue-action-box .period-wrap {
  display: inline;
  margin-bottom: 5px
}

.actionbox-facelift .vue-action-box .discount-placeholder {
  height: 24px
}

.actionbox-facelift .vue-action-box a.actionbox-button {
  font-size: 18px;
  min-width: 139px;
  background-color: #2a7de1;
  background-image: none;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  margin-bottom: 12px;
  margin-top: 20px;
  font-family: AVGSans_4, Verdana;
  padding: 0
}

.actionbox-facelift .vue-action-box a.actionbox-button span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  padding: 6px 32px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 56px;
  line-height: .85;
  font-weight: bold
}

.actionbox-facelift .vue-action-box a.actionbox-button:hover,
.actionbox-facelift .vue-action-box a.actionbox-button:focus,
.actionbox-facelift .vue-action-box a.actionbox-button:active {
  background-image: none;
  background-color: #4796f5
}

.actionbox-facelift .vue-action-box .bottom-text {
  font-size: 14px;
  color: #4B5563;
  font-weight: 500;
  margin: 0 auto
}

.actionbox-facelift .vue-action-box .bottom-text p {
  margin-bottom: 5px
}

.actionbox-facelift .vue-action-box .actionbox-btm .vue-action-box {
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1)
}

.actionbox-facelift .vue-action-box .horizontal-toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -19px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto
}

@media only screen and (max-width: 767px) {
  .actionbox-facelift .vue-action-box .horizontal-toggler {
    margin: 0 20px
  }
}

.actionbox-facelift .vue-action-box .horizontal-toggler .horizontal-toggler-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid rgba(199, 205, 215, 0.6)
}

@media only screen and (max-width: 767px) {
  .actionbox-facelift .vue-action-box .horizontal-toggler .horizontal-toggler-container {
    max-width: 100%
  }
}

.actionbox-facelift .vue-action-box .horizontal-toggler .horizontal-toggler-container .toggler-option {
  background-color: #FFF;
  color: #000;
  cursor: pointer;
  line-height: 40px;
  min-width: 80px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap
}

.actionbox-facelift .vue-action-box .horizontal-toggler .horizontal-toggler-container .toggler-option.disabled {
  cursor: initial;
  color: #4B5563
}

.actionbox-facelift .vue-action-box .horizontal-toggler .horizontal-toggler-container .toggler-option:last-child:not(:only-child) {
  border-right: none
}

.action-box-trial .box {
  height: 100%
}

.action-box-trial .actionbox-title {
  margin-bottom: 50px
}

.action-box-trial .actionbox-subtitle {
  color: #4B5563
}

.footer-wrap .cta-note .renewal-trigger,
.footer-wrap .subscription-trigger {
  cursor: pointer;
  white-space: nowrap
}

.footer-wrap .cta-note .renewal-trigger .icon-info,
.footer-wrap .subscription-trigger .icon-info {
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  transition: all 200ms linear;
  position: relative;
  top: 3px;
  left: 3px;
  background: url('https://static2.avg.com/4/web/i/ico/ico-info-16x16-white.svg') no-repeat;
  -webkit-background-size: 18px 18px;
  -moz-background-size: 18px 18px;
  -o-background-size: 18px 18px;
  background-size: 18px 18px
}

.footer-wrap .cta-note .renewal-trigger:hover .icon-info,
.footer-wrap .subscription-trigger:hover .icon-info {
  background: url('https://static2.avg.com/4/web/i/ico/ico-info-16x16-dark.svg') no-repeat;
  -webkit-background-size: 18px 18px;
  -moz-background-size: 18px 18px;
  -o-background-size: 18px 18px;
  background-size: 18px 18px
}

.en-gb .footer-wrap .cta-note .renewal-trigger {
  white-space: unset
}

#support {
  background-color: #FFF
}

@media only screen and (min-width: 1056px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  #support {
    padding: 30px 60px
  }
}

#support h2 {
  text-align: center;
  margin-bottom: 70px
}

#support .accordion {
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: pointer
}

#support .toggler {
  margin-left: auto;
  position: relative
}

@media only screen and (min-width: 1056px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  #support .toggler {
    margin-right: 25px
  }
}

#support .accordion-item {
  padding: 30px 20px 30px 20px;
  border-top: 1px solid #ceced9
}

@media only screen and (min-width: 1056px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  #support .accordion-item {
    padding: 30px 0 30px 0
  }
}

#support .accordion-item ul {
  margin: 0 0 10px 0;
  list-style-type: disc;
  padding-left: revert
}

#support .accordion-item.first {
  border: none
}

#support .accordion-item .accordion-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#support .accordion-item .accordion-title h4 {
  text-align: left;
  margin-bottom: 0;
  line-height: normal
}

@media only screen and (min-width: 1056px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  #support .accordion-item .accordion-title h4 {
    margin-right: 180px
  }
}

@media only screen and (max-width: 767px) {
  #support .accordion-item .accordion-title h4 {
    max-width: 90%
  }
}

#support .accordion-item.expand {
  background: #FFF
}

#support .accordion-item.expand .toggler {
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
  -moz-transform: rotate3d(0, 0, 1, 180deg);
  transform: rotate3d(0, 0, 1, 180deg)
}

#support .accordion-item.expand .accordion-content {
  margin-top: 28px
}

#support .accordion-item .accordion-content {
  font-size: 18px;
  color: #000;
  text-align: left;
  padding-bottom: 0;
  cursor: default
}

#support .accordion-item .toggler {
  cursor: pointer;
  display: block
}

#support .accordion-item .toggler:after {
  content: '';
  border: 1px solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -3px
}

#support .accordion-item .expanded {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  position: relative
}

@media only screen and (max-width: 767px) {
  #support .accordion-item .expanded {
    position: static
  }
}

#support .accordion-item.expand .expanded {
  max-height: 5000px;
  opacity: 1;
  color: #5c707b
}

.grayBg {
  background-color: #eaeef4
}

html.no-js .js-platform-switch .js-pc {
  position: relative;
  left: auto
}

html.no-js .js-platform-switch .js-android,
html.no-js .js-platform-switch .js-android-market,
html.no-js .js-platform-switch .js-ios,
html.no-js .js-platform-switch .js-mac {
  position: absolute;
  left: -9999px
}

html.js-pc .js-platform-others .js-pc {
  display: none
}

html.js-pc .js-platform-switch .js-android,
html.js-pc .js-platform-switch .js-android-market,
html.js-pc .js-platform-switch .js-ios,
html.js-pc .js-platform-switch .js-mac {
  display: none
}

html.js-android .js-platform-others .js-android {
  display: none
}

html.js-android .js-platform-switch .js-pc,
html.js-android .js-platform-switch .js-android-market,
html.js-android .js-platform-switch .js-ios,
html.js-android .js-platform-switch .js-mac {
  display: none
}

html.js-ios .js-platform-others .js-ios {
  display: none
}

html.js-ios .js-platform-switch .js-android,
html.js-ios .js-platform-switch .js-android-market,
html.js-ios .js-platform-switch .js-pc,
html.js-ios .js-platform-switch .js-mac {
  display: none
}

html.js-mac .js-platform-others .js-mac {
  display: none
}

html.js-mac .js-platform-switch .js-android,
html.js-mac .js-platform-switch .js-android-market,
html.js-mac .js-platform-switch .js-pc,
html.js-mac .js-platform-switch .js-ios {
  display: none
}

.container-margin {
  margin-bottom: 88px
}

@media only screen and (max-width: 767px) {
  .container-margin {
    margin-bottom: 64px
  }
}

.bg-grey {
  background-color: #F8F9FA
}

#top .container {
  padding-top: 64px;
  padding-bottom: 64px;
  background: url(https://cf.value4it.com/share/common/rc/AVG/AVG_Android/hero.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

@media only screen and (max-width: 767px) {
  #top .container {
    padding-top: 40px;
    background-image: url(https://cf.value4it.com/share/common/rc/AVG/AVG_Android/hero-mobile.png)
  }
}

#top .top-headline {
  font-size: 56px;
  line-height: 64px;
  color: #FFF;
  margin-bottom: 24px
}

@media only screen and (max-width: 767px) {
  #top .top-headline {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 16px
  }
}

#top .hero-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5em
}

@media only screen and (max-width: 767px) {
  #top .hero-headline {
    display: block
  }
}

#top .hero-headline img {
  margin-right: 1.5rem
}

@media only screen and (max-width: 767px) {
  #top .hero-headline img {
    margin-right: 0;
    margin-bottom: 1.5rem
  }
}

#top .hero-headline h1 {
  margin: 0
}

#top .top-subheadline {
  font-size: 20px;
  line-height: 30px;
  color: #FFF;
  margin-bottom: 48px
}

@media only screen and (max-width: 767px) {
  #top .top-subheadline {
    margin-bottom: 40px
  }
}

#top .top-hint {
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width: 767px) {
  #top .top-hint {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px
  }
}

#top .top-hint .top-hint-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width: 767px) {
  #top .top-hint .top-hint-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  #top .top-hint .top-hint-wrapper img {
    margin-right: 8px
  }
}

@media only screen and (max-width: 767px) {
  #top .top-hint .top-hint-text {
    margin-bottom: 24px
  }
}

#top .top-hint img {
  margin-left: 40px;
  margin-right: 8px
}

@media only screen and (max-width: 767px) {
  #top .top-hint img {
    margin-right: 0;
    margin-left: 0
  }
}

#top .top-hint a {
  color: #FFF;
  border-bottom: 2px dashed #FFF;
  text-decoration: none
}

#top .top-hint p {
  margin-bottom: 0;
  color: #D1D5DB
}

@media only screen and (max-width: 767px) {
  #top .top-hint p {
    color: #C7CDD7
  }
}

#top .button-wrapper {
  margin-bottom: 32px
}

@media only screen and (max-width: 767px) {
  #top .button-wrapper {
    margin-bottom: 16px
  }
}

#top .button {
  margin-left: 12px;
  margin-right: 12px
}

@media only screen and (max-width: 767px) {
  #top .button {
    margin: 0 0 24px
  }
}

#top .button.primary.white.outline:hover>SPAN {
  background-color: #FFF;
  color: #008941
}

.featurestop {
  padding-top: 88px;
  padding-bottom: 58px
}

@media only screen and (max-width: 767px) {
  .featurestop {
    padding-top: 64px;
    padding-bottom: 34px
  }
}

.featurestop-headline {
  margin-bottom: 16px
}

.featurestop-subheadline {
  margin-bottom: 0
}

.featurestop .button-wrapper {
  margin-bottom: 14px
}

#awards-card .container {
  background: #F8F9FA;
  padding-top: 97px;
  padding-bottom: 104px;
  text-align: center
}

@media only screen and (max-width: 767px) {
  #awards-card .container {
    padding-top: 70px;
    padding-bottom: 24px
  }
}

#awards-card .container h2 {
  margin-bottom: 28px;
  margin-top: 32px
}

#awards-card .container p {
  margin-bottom: 48px
}

@media only screen and (max-width: 767px) {
  #awards-card .container p {
    margin-bottom: 0;
    font-size: 14px
  }
}

#awards-card .card {
  text-align: center;
  padding: 0 108px
}

@media only screen and (max-width: 767px) {
  #awards-card .card {
    padding: 0
  }
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  #awards-card .card .d-sm-none {
    display: none
  }
}

#awards-card .card .img-award {
  margin: 0 96px
}

@media only screen and (max-width: 767px) {
  #awards-card .card .img-award {
    margin: 0
  }
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
  #awards-card .card .img-award {
    margin: 0 48px
  }
}

#awards-card .card .awards-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0
}

@media only screen and (max-width: 767px) {
  #awards-card .card .awards-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 22px
  }
}

#awards-card .card .awards-img .awards-icon img {
  height: 65px
}

@media only screen and (max-width: 767px) {
  #awards-card .card .awards-img .awards-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

#awards-card .card .awards-img p {
  font-size: 16px;
  font-weight: 700;
  color: #1E222A;
  margin-bottom: 0;
  margin-top: 18px
}

@media only screen and (max-width: 767px) {
  #awards-card .card .awards-img p {
    font-size: 14px;
    text-align: left;
    margin-left: 16px
  }
}

#awards-card .card .awards-img p span {
  font-size: 11px;
  color: #778099
}

@media only screen and (max-width: 767px) {
  #awards-card .card .awards-img p span {
    font-size: 10px
  }
}

@media only screen and (max-width: 767px) {
  #awards-card .card .awards-img img {
    margin-top: 40px;
    width: auto
  }
}

.rating .container {
  padding-top: 72px;
  padding-bottom: 0
}

@media only screen and (max-width: 767px) {
  .rating .container {
    padding-top: 64px
  }
}

@media only screen and (min-width: 1056px) {
  .rating .container.rating {
    padding-bottom: 0
  }
}

@media only screen and (min-width: 1300px) {
  .rating .container.rating {
    padding-left: 0;
    padding-right: 0
  }
}

@media only screen and (max-width: 767px) {
  .rating .container .carousel-slider {
    padding-bottom: 62px
  }
}

@media only screen and (min-width: 1300px) {
  .rating .container .carousel-slider .tns-nav {
    display: none
  }
}

.rating .container h2 {
  margin-bottom: 28px;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .rating .container h2 {
    margin-bottom: 24px
  }
}

@media only screen and (min-width: 1056px) {
  .rating .container .text p {
    padding-left: 140px;
    padding-right: 140px;
    margin-bottom: 0
  }
}

.rating .container p {
  text-align: center
}

@media only screen and (max-width: 767px) {
  .rating .container p {
    margin-bottom: 0;
    font-size: 14px
  }
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
  .rating .container p {
    margin-bottom: 0
  }
}

.rating .container .rating-boxes p {
  text-align: left;
  margin-bottom: 34px;
  margin-top: 20px;
  font-weight: 400
}

@media only screen and (max-width: 767px) {
  .rating .container .rating-boxes p {
    margin-bottom: 28px
  }
}

.rating .container .rating-boxes .icon {
  margin-bottom: 36px
}

@media only screen and (max-width: 767px) {
  .rating .container .rating-boxes .icon {
    margin-bottom: 28px
  }
}

.faq-container {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  padding-top: 15px;
  padding-bottom: 15px
}

.faq-container>.accordion-item:not(:first-child) {
  border-top: 1px solid #EBECF0
}

.faq-container .question {
  position: relative;
  cursor: pointer
}

@media only screen and (min-width: 768px) and (max-width: 1055px),
only screen and (min-width: 1056px) {
  .faq-container .question {
    padding: 39px 128px 39px 48px
  }
}

@media only screen and (max-width: 767px) {
  .faq-container .question {
    padding: 20px 63px 20px 24px
  }
}

.faq-container .question::after {
  position: absolute;
  content: "";
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #D6DAE0;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://cf.value4it.com/share/common/rc/AVG/AVG_Android/ico-plus-green.svg)
}

@media only screen and (min-width: 768px) and (max-width: 1055px),
only screen and (min-width: 1056px) {
  .faq-container .question::after {
    top: 24px;
    right: 32px;
    width: 56px;
    height: 56px
  }
}

@media only screen and (max-width: 767px) {
  .faq-container .question::after {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px
  }
}

.faq-container .question:hover:not(.expand)::after {
  background-color: #00b451;
  border: none;
  background-image: url(https://cf.value4it.com/share/common/rc/AVG/AVG_Android/ico-plus-white.svg)
}

.faq-container .question.expand::after {
  background-color: transparent;
  background-image: url(https://cf.value4it.com/share/common/rc/AVG/AVG_Android/ico-close-blue.svg)
}

.faq-container .question.expand:hover::after {
  background-color: #00b451;
  border: none;
  background-image: url(https://cf.value4it.com/share/common/rc/AVG/AVG_Android/ico-close-white.svg)
}

.faq-container .answer {
  -webkit-transition: max-height .3s ease-out;
  -o-transition: max-height .3s ease-out;
  -moz-transition: max-height .3s ease-out;
  transition: max-height .3s ease-out;
  height: auto;
  max-height: 0;
  overflow: hidden
}

@media only screen and (min-width: 768px) and (max-width: 1055px),
only screen and (min-width: 1056px) {
  .faq-container .answer {
    padding: 0 128px 0 80px
  }
}

@media only screen and (max-width: 767px) {
  .faq-container .answer {
    padding: 0 64px 0 24px
  }
}

@media only screen and (max-width: 767px) {

  .faq-container .answer h5,
  .faq-container .answer li,
  .faq-container .answer p {
    font-size: 12px;
    line-height: 18px
  }
}

.faq-container .answer h5 {
  margin-bottom: 0
}

.faq-container .answer ol {
  -webkit-padding-start: 40px;
  -moz-padding-start: 40px;
  padding-inline-start: 40px
}

.faq-container .answer ul li {
  padding-bottom: 0;
  padding-left: 40px;
  position: relative
}

.faq-container .answer ul li:before {
  content: '·';
  display: inline-block;
  width: auto;
  height: auto;
  color: #00b451;
  position: absolute;
  left: 20px;
  font-size: 2.5rem;
  line-height: 23px
}

@media only screen and (max-width: 767px) {
  .faq-container .answer ul li:before {
    line-height: 17px
  }
}

@media only screen and (min-width: 768px) and (max-width: 1055px),
only screen and (min-width: 1056px) {
  .faq-container .answer p:last-child {
    margin-bottom: 39px
  }
}

@media only screen and (max-width: 767px) {
  .faq-container .answer p:last-child {
    margin-bottom: 16px
  }
}

.faq-container div.expand+div {
  max-height: 600px
}

#faq .container {
  padding-top: 88px;
  padding-bottom: 88px
}

@media only screen and (max-width: 767px) {
  #faq .container {
    padding-top: 64px;
    padding-bottom: 0
  }
}

#faq a {
  text-decoration: underline
}

#faq h2 {
  text-align: center;
  margin-bottom: 64px
}

@media only screen and (max-width: 767px) {
  #faq h4 {
    font-size: 16px
  }
}

#blogposts {
  padding-top: 88px;
  padding-bottom: 64px
}

@media only screen and (max-width: 767px) {
  #blogposts {
    padding-top: 64px
  }
}

#blogposts .button.secondary>span {
  font-weight: 500
}

#blogposts .container {
  padding-bottom: 56px
}

@media only screen and (max-width: 767px) {
  #blogposts .container {
    padding-bottom: 48px
  }
}

@media only screen and (max-width: 767px) {
  #blogposts .post {
    margin-bottom: 24px
  }
}

#blogposts .row.blog {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  #blogposts .carousel-slider .container {
    padding-top: 0
  }
}

#blogposts h2 {
  text-align: left;
  margin-bottom: 0
}

@media only screen and (max-width: 767px) {
  #blogposts h2 {
    margin-bottom: 24px
  }
}

#blogposts h4 {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DBDFE5
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  #blogposts h4 {
    font-size: 16px
  }
}

#blogposts img {
  width: 100%
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  #blogposts img {
    margin-bottom: 16px
  }
}

#blogposts p {
  color: #4B5563;
  text-decoration: none;
  font-size: 14px
}

#blogposts a:hover {
  text-decoration: none
}

#blogposts a.button.secondary span {
  border-bottom: 2px dashed #2276D9
}

#blogposts .link-all {
  margin-bottom: 0
}

@media only screen and (min-width: 768px) and (max-width: 1055px),
only screen and (min-width: 1056px) {
  #blogposts .link-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 16px
  }
}

#blogposts .link-all a {
  border-bottom: none
}

#blogposts .link-all a.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media only screen and (max-width: 767px) {
  #blogposts .link-all a.button {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.system-requirments .container {
  padding-top: 56px
}

@media only screen and (max-width: 767px) {
  .system-requirments .container {
    padding-top: 0
  }
}

.system-requirments .container h3 {
  margin-bottom: 32px
}

@media only screen and (max-width: 767px) {
  .system-requirments .container h3 {
    font-size: 24px;
    text-align: left
  }
}

.system-requirments .container a {
  text-decoration: underline
}

.system-requirments .container p {
  margin-bottom: 0
}

@media only screen and (max-width: 767px) {
  .system-requirments .container p {
    font-size: 14px;
    text-align: left
  }
}

.system-requirments .container .box {
  border-bottom: 1px solid #DBDFE5;
  padding-bottom: 32px;
  padding-top: 32px
}

@media only screen and (max-width: 767px) {
  .system-requirments .container .box ul {
    text-align: left
  }
}

.system-requirments .container .box.box-4 {
  border-bottom: none
}

.system-requirments .container .box li {
  padding-bottom: 8px
}

@media only screen and (max-width: 767px) {
  .system-requirments .container .box li {
    font-size: 14px
  }
}

.system-requirments .container .box li:before {
  position: relative;
  margin-right: 18px;
  top: 6px;
  left: 0;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url(https://cf.value4it.com/share/common/rc/AVG/AVG_Android/icon-check-oval.svg) center center no-repeat
}

.system-requirments .container .box li:nth-child(1):before {
  background: transparent url(https://cf.value4it.com/share/common/rc/AVG/AVG_Android/oval-number-1.svg) center center no-repeat
}

.system-requirments .container .box li:nth-child(2):before {
  background: transparent url(https://cf.value4it.com/share/common/rc/AVG/AVG_Android/oval-number-2.svg) center center no-repeat
}

.system-requirments .container .box li:nth-child(3):before {
  background: transparent url(https://cf.value4it.com/share/common/rc/AVG/AVG_Android/oval-number-3.svg) center center no-repeat
}

.system-requirments .container .box li:nth-child(4):before {
  background: transparent url(https://cf.value4it.com/share/common/rc/AVG/AVG_Android/oval-number-4.svg) center center no-repeat
}

.system-requirments .container .box .platform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width: 767px) {
  .system-requirments .container .box .platform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.system-requirments .container .box .platform img {
  margin-bottom: 18px
}

@media only screen and (max-width: 767px) {
  .system-requirments .container .box .platform .platform-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .system-requirments .container .box .platform .platform-mobile.ios {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .system-requirments .container .box .platform .platform-mobile.ios img {
    margin-bottom: 0
  }

  .system-requirments .container .box .platform .platform-mobile img {
    margin-right: 16px
  }
}

#teaser {
  min-height: 120px;
  background-color: #008941;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 20px
}

@media only screen and (max-width: 767px) {
  #teaser {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 40px
  }
}

#teaser .ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

#teaser .ico p {
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
  margin: 0
}

@media only screen and (max-width: 767px) {
  #teaser .ico p {
    font-size: 18px;
    padding: 0 20px;
    font-weight: bold
  }
}

@media only screen and (min-width: 768px) and (max-width: 1055px),
only screen and (min-width: 1056px) {
  #teaser .ico {
    margin-right: 64px
  }
}

@media only screen and (max-width: 767px) {
  #teaser .ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

#teaser .ico img {
  width: 32px;
  height: 32px
}

@media only screen and (min-width: 768px) and (max-width: 1055px),
only screen and (min-width: 1056px) {
  #teaser .ico img {
    margin-right: 20px
  }
}

@media only screen and (max-width: 767px) {
  #teaser .ico img {
    margin-bottom: 16px
  }
}

#features {
  margin-bottom: 88px
}

@media only screen and (max-width: 767px) {
  #features {
    margin-bottom: 64px
  }
}

#features h4 {
  font-size: 24px;
  margin-bottom: 32px;
  height: 67px
}

@media only screen and (max-width: 767px) {
  #features h4 {
    font-size: 18px;
    margin-bottom: 25px
  }
}

#features a:not(.more):hover {
  text-decoration: none
}

@media only screen and (max-width: 767px) {
  #features p {
    font-size: 14px;
    margin-bottom: 25px
  }
}

#features .img {
  width: 64px;
  height: 64px;
  margin-bottom: 24px
}

#features .img-arrow {
  margin-left: 18px
}

#features .span4 {
  background-color: #FFF;
  padding: 56px 75px;
  border-right: 1px solid #E5E7EB
}

@media only screen and (max-width: 767px) {
  #features .span4 {
    padding: 24px 26px;
    margin-bottom: 2px;
    border-bottom: 1px solid #747A87;
    text-align: center
  }
}

#features .span4:last-child {
  border-right: 0
}

@media only screen and (max-width: 767px) {
  #features .span4:last-child {
    margin-bottom: 0;
    border-bottom: 0
  }
}

#features .wrapper {
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1)
}

a.more {
  text-decoration: none;
  border-bottom: 2px dashed #2276D9;
  padding-bottom: 2px;
  color: #2276D9;
  cursor: pointer;
  position: relative
}

a.more:hover,
a.more:active {
  color: #1B61B5;
  border-bottom: 2px dashed #1B61B5
}

a.link {
  color: #4B5563;
  border-bottom: 1px dotted #4B5563;
  padding-bottom: 2px
}

a.link:hover,
a.link:active,
a.link:visited {
  text-decoration: none
}

@media only screen and (max-width: 767px) {
  .awards {
    padding-top: 32px;
    padding-bottom: 32px
  }
}

.awards-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (max-width: 767px) {
  .awards-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.awards-item {
  margin-left: 20px;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width: 767px) {
  .awards-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
    max-width: 186px
  }
}

.awards-text {
  margin-left: 8px
}

@media only screen and (max-width: 767px) {
  .awards-text {
    margin-left: 16px
  }
}

.awards-image {
  max-height: 64px
}

.trustpilot {
  padding-top: 4%
}

@media only screen and (max-width: 767px) {
  .trustpilot {
    margin-bottom: 0
  }
}

.media-image {
  margin-bottom: 88px
}

@media only screen and (max-width: 767px) {
  .media-image {
    margin-bottom: 64px
  }
}

@media only screen and (max-width: 767px) {
  .media-image .container {
    padding: 0
  }
}

.media-image-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width: 767px) {
  .media-image-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.media-image .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (max-width: 767px) {
  .media-image .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.media-image .text h2 {
  margin-bottom: 24px
}

.media-image .text p {
  margin-bottom: 32px
}

@media only screen and (max-width: 767px) {
  .media-image .text p {
    margin-bottom: 24px
  }
}

@media only screen and (max-width: 767px) {
  .media-image .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.media-image-right .container {
  padding-bottom: 88px
}

@media only screen and (max-width: 767px) {
  .media-image-right .container {
    padding-bottom: 50px
  }
}

@media only screen and (min-width: 1056px) {
  .media-image-right .text {
    padding-right: 115px
  }
}

@media only screen and (max-width: 767px) {
  .media-image-right .text {
    margin-bottom: 48px;
    padding: 64px 20px 0;
    text-align: center
  }
}

.media-image-right .img {
  padding-top: 65px;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .media-image-right .img {
    padding-top: 0
  }
}

.media-image-right .img img {
  width: 548px
}

@media only screen and (max-width: 767px) {
  .media-image-right .img img {
    width: 275px;
    padding-bottom: 14px
  }
}

.media-image-right .carousel-slider {
  padding-bottom: 0
}

.media-image a.more:after {
  content: url(https://cf.value4it.com/share/common/rc/AVG/AVG_Android/more.svg);
  width: 24px;
  height: 24px;
  margin-left: 16px;
  position: absolute
}

@media only screen and (max-width: 767px) {
  .media-image a.more:after {
    width: 16px;
    height: 16px
  }
}

.media-image a.more.less:after {
  content: url(https://cf.value4it.com/share/common/rc/AVG/AVG_Android/less.svg)
}

.media-image a.link {
  color: #4B5563;
  border-bottom: 1px dotted #4B5563;
  padding-bottom: 2px
}

.media-image a.link:hover,
.media-image a.link:active,
.media-image a.link:visited {
  text-decoration: none
}

@media only screen and (min-width: 1056px) {
  .media-image-left .text {
    padding-left: 116px;
    padding-right: 110px
  }
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
  .media-image-left .text {
    padding-left: 90px
  }
}

@media only screen and (max-width: 767px) {
  .media-image-left .text {
    margin-bottom: 50px;
    padding: 0 20px;
    text-align: center
  }
}

.media-image:last-child {
  margin-bottom: 0
}

.media-carousel {
  padding-top: 64px;
  padding-bottom: 64px
}

@media only screen and (max-width: 767px) {
  .media-carousel {
    padding-top: 0;
    margin-left: 20px;
    margin-bottom: 48px
  }
}

.media-carousel-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media only screen and (max-width: 767px) {
  .media-carousel-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.media-carousel-item {
  border: 1px solid #DBDFE5;
  padding: 32px;
  margin-right: 32px
}

@media only screen and (max-width: 767px) {
  .media-carousel-item {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 16px
  }
}

.media-carousel-img {
  width: 210px;
  margin-right: 32px
}

@media only screen and (max-width: 767px) {
  .media-carousel-img {
    margin-right: 0;
    margin-bottom: 20px
  }
}

.media-carousel-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.media-carousel-headline {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E7EB
}

@media only screen and (max-width: 767px) {
  .media-carousel-headline {
    font-size: 16px;
    line-height: 24px
  }
}

.media-carousel-headline svg {
  margin-bottom: -10px;
  margin-right: 12px
}

.media-carousel-text {
  font-size: 16px;
  line-height: 24px;
  color: #4B5563;
  margin-bottom: 0
}

@media only screen and (max-width: 767px) {
  .media-carousel-text {
    font-size: 14px;
    line-height: 21px
  }
}

.slider-controls img {
  margin-bottom: 32px
}

.d-none {
  display: none
}

.mb0 {
  margin-bottom: 0
}

/*# sourceMappingURL=avg-antivirus-for-android.css.map */
