@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@200;400;700&display=swap");
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

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

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    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 #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

:root {
  --metric-mwidth: 100%;
}

body {
  font-family: 'IBM Plex Sans', sans-serif;
}

.av-btn {
  display: inline-block;
  background-color: #0f70a7;
  color: white;
  padding: 0.5rem 1.5rem;
  font-weight: bold;
  text-decoration: none !important;
  -webkit-user-select: none;
          user-select: none;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.av-btn:hover {
  background-color: white;
  color: #0f70a7;
}

.av-btn--big {
  font-size: 2rem;
}

.av-btn--border {
  border: solid 5px #0f70a7 !important;
  padding: calc(0.5rem - 5px) calc(1.5rem - 5px) !important;
}

.av-btn--ad-type-box {
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
}

.av-btn--secondary {
  background-color: #FF6565;
}

.av-section--views .av-section__wrap__inner__content .visitors__title h3, .av-section--views .av-section__wrap__inner__content .devices__content h3, .av-section--age-range .av-section__wrap__inner__content .age-range-description h3, .av-section--ad-types .av-section__wrap__top h2 {
  font-size: 2.5rem;
  color: #0f70a7;
  font-weight: bold;
  margin-bottom: 2rem;
}

.av-header {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}

.av-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.av-header__inner img {
  width: 100%;
  max-width: 350px;
}

.av-section {
  position: relative;
  z-index: 1;
}

.av-section:not(:first-of-type):not(:last-of-type) {
  margin-bottom: 150px;
}

@media (max-width: 1199.98px) {
  .av-section:not(:first-of-type):not(:last-of-type) {
    margin-bottom: 100px;
  }
}

.av-section__wrap {
  position: relative;
  z-index: 1;
}

.av-section__wrap__bg {
  position: relative;
  z-index: 1;
}

.av-section__wrap__title {
  position: relative;
  z-index: 1;
}

.av-section__wrap__title h1,
.av-section__wrap__title h2 {
  color: #FF6565;
  font-weight: bold;
  font-size: 3rem;
}

.av-section__wrap__inner {
  position: relative;
  z-index: 2;
}

.av-footer {
  position: relative;
}

.av-footer__hat {
  position: absolute;
  bottom: calc(100% - 1px);
  width: 100%;
  z-index: 9;
  overflow: hidden;
}

.av-footer__hat img {
  transform: scalex(1.01);
}

.av-footer__inner {
  background-color: #0f70a7;
}

.av-footer__inner__top__content {
  padding: 5rem 0;
  color: white;
}

.av-footer__inner__top__content div:nth-child(1) img {
  margin-bottom: 3rem;
  width: 100%;
  max-width: 320px;
  display: block;
}

@media (max-width: 1199.98px) {
  .av-footer__inner__top__content div:nth-child(1) {
    margin-bottom: 5rem;
  }
}

.av-footer__inner__top__content div:nth-child(2) {
  max-width: 700px;
  font-size: 1.5rem;
  font-weight: 300;
}

.av-footer__inner__top__content div:nth-child(2) img {
  margin-bottom: 3rem;
  width: 100%;
  max-width: 500px;
}

.av-footer__inner__bottom {
  background-color: #002136;
}

.av-footer__inner__bottom__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
}

.av-footer__inner__bottom__content img {
  width: 100%;
  max-width: 300px;
}

.av-section--header {
  min-height: 100vh;
  width: 100%;
}

.av-section--header .av-section__wrap {
  min-height: inherit;
}

.av-section--header .av-section__wrap__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.av-section--header .av-section__wrap__bg__img {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.av-section--header .av-section__wrap__bg__img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(15, 112, 167, 0.8);
}

.av-section--header .av-section__wrap__inner {
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.av-section--header .av-section__wrap__inner__content {
  color: white;
  text-align: center;
  max-width: 600px;
  padding: 150px 0;
}

.av-section--header .av-section__wrap__inner__content h1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .av-section--header .av-section__wrap__inner__content h1 {
    font-size: 4rem;
  }
}

.av-section--header .av-section__wrap__inner__content p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .av-section--cta {
    margin-top: 150px;
  }
}

@media (max-width: 991.98px) {
  .av-section--cta {
    margin-top: 100px;
  }
}

.av-section--cta .av-section__wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FF6565;
  box-shadow: 10px 10px 35px 8px rgba(15, 112, 167, 0.4);
}

@media (min-width: 1200px) {
  .av-section--cta .av-section__wrap {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
  }
}

.av-section--cta .av-section__wrap__inner {
  padding: 30px;
}

@media (min-width: 992px) {
  .av-section--cta .av-section__wrap__inner {
    padding: 60px;
  }
}

.av-section--cta .av-section__wrap__inner__content {
  color: white;
}

.av-section--cta .av-section__wrap__inner__content figure {
  margin-bottom: 3rem;
}

.av-section--cta .av-section__wrap__inner__content figure img {
  width: 100%;
  max-width: 100px;
}

.av-section--cta .av-section__wrap__inner__content h2 {
  margin-bottom: 5rem;
  font-weight: bold;
}

.av-section--cta .av-section__wrap__inner .av-btn {
  position: absolute;
  left: 60px;
  bottom: 0;
  transform: translateY(50%);
  z-index: 2;
}

@media (max-width: 767.98px) {
  .av-section--cta .av-section__wrap__inner .av-btn {
    left: 30px;
    width: calc(100% - 60px);
    margin: 0 auto;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .av-section--views {
    padding-top: 150px;
  }
}

@media (max-width: 991.98px) {
  .av-section--views .av-section__wrap__inner__content .visitors {
    margin-bottom: 5rem;
  }
}

.av-section--views .av-section__wrap__inner__content .visitors__title {
  margin-bottom: 2rem;
}

.av-section--views .av-section__wrap__inner__content .visitors__title h3 {
  font-size: 2.5rem;
  color: #0f70a7;
  font-weight: bold;
}

.av-section--views .av-section__wrap__inner__content .visitors__metric {
  text-align: center;
}

@media (min-width: 992px) {
  .av-section--views .av-section__wrap__inner__content .visitors__metric {
    max-width: var(--metric-mwidth);
  }
}

.av-section--views .av-section__wrap__inner__content .visitors__metric:not(:last-of-type) {
  margin-bottom: 5rem;
}

.av-section--views .av-section__wrap__inner__content .visitors__metric figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

.av-section--views .av-section__wrap__inner__content .visitors__metric figure img {
  width: 100%;
  max-width: 100px;
}

.av-section--views .av-section__wrap__inner__content .visitors__metric h4 {
  font-size: 4rem;
  font-weight: bold;
  color: #FF6565;
}

.av-section--views .av-section__wrap__inner__content .visitors__metric p {
  color: #0f70a7;
  margin-bottom: 0;
}

.av-section--views .av-section__wrap__inner__content .visitors__metric__inner {
  display: inline-block;
}

.av-section--views .av-section__wrap__inner__content .devices {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.av-section--views .av-section__wrap__inner__content .devices__content {
  margin-bottom: 3rem;
}

.av-section--views .av-section__wrap__inner__content .devices__content p {
  color: #0f70a7;
}

.av-section--views .av-section__wrap__inner__content .devices__demographic img {
  width: 100%;
}

.av-section--age-range {
  background-color: #F2F2F2;
}

.av-section--age-range .av-section__wrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.av-section--age-range .av-section__wrap__inner__content .age-range-description {
  color: #0f70a7;
}

@media (max-width: 1199.98px) {
  .av-section--age-range .av-section__wrap__inner__content .age-range-description {
    margin-bottom: 5rem;
  }
}

.av-section--age-range .av-section__wrap__inner__content .age-range-demo__box {
  background-color: white;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  color: #0f70a7;
  font-size: 1.6rem;
  line-height: 1;
  flex-flow: row wrap;
}

.av-section--age-range .av-section__wrap__inner__content .age-range-demo__box:not(:last-of-type) {
  margin-bottom: 2rem;
}

.av-section--age-range .av-section__wrap__inner__content .age-range-demo__box:hover {
  cursor: pointer;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.av-section--age-range .av-section__wrap__inner__content .age-range-demo__box .age {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.22rem;
}

.av-section--age-range .av-section__wrap__inner__content .age-range-demo__box .age .big {
  font-size: 2.5rem;
  margin-right: 0.5rem;
}

@media (max-width: 575.98px) {
  .av-section--age-range .av-section__wrap__inner__content .age-range-demo__box .age .big {
    font-size: 1.5rem;
  }
}

.av-section--age-range .av-section__wrap__inner__content .age-range-demo__box .visits {
  display: flex;
  align-items: center;
  justify-content: center;
}

.av-section--age-range .av-section__wrap__inner__content .age-range-demo__box .visits .big {
  color: #FF6565;
  font-size: 4rem;
  font-weight: bold;
  margin-right: 1.5rem;
}

@media (max-width: 575.98px) {
  .av-section--age-range .av-section__wrap__inner__content .age-range-demo__box .visits .big {
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }
}

.av-section--quote .av-section__wrap__inner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.av-section--quote .av-section__wrap__inner__content blockquote {
  position: relative;
  max-width: 550px;
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 5rem;
  color: #0f70a7;
}

.av-section--quote .av-section__wrap__inner__content blockquote p {
  padding: 0 30px;
  margin-bottom: 0;
}

.av-section--quote .av-section__wrap__inner__content blockquote p b {
  font-weight: bold;
}

.av-section--quote .av-section__wrap__inner__content blockquote:before, .av-section--quote .av-section__wrap__inner__content blockquote:after {
  color: #FF6565;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
}

.av-section--quote .av-section__wrap__inner__content blockquote:before {
  content: '“';
  top: 0;
  left: 0;
}

.av-section--quote .av-section__wrap__inner__content blockquote:after {
  content: '”';
  right: 0;
  bottom: 0;
}

.av-section--ad-types {
  background-color: #F2F2F2;
}

.av-section--ad-types .av-section__wrap {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

@media (max-width: 1399.98px) {
  .av-section--ad-types .av-section__wrap {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1200px) {
  .av-section--ad-types .av-section__wrap:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    height: calc(var(--adtypebox-mheight) / 2);
  }
}

.av-section--ad-types .av-section__wrap__top {
  text-align: center;
  color: #0f70a7;
  margin-bottom: 7rem;
}

@media (max-width: 1399.98px) {
  .av-section--ad-types .av-section__wrap__inner__content .ad-type-box:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}

.av-section--ad-types .av-section__wrap__inner__content .ad-type-box:hover .ad-type-box__inner {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.av-section--ad-types .av-section__wrap__inner__content .ad-type-box__inner {
  background-color: grey;
  text-align: center;
  color: white;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
}

.av-section--ad-types .av-section__wrap__inner__content .ad-type-box__inner h3 {
  margin-bottom: 2rem;
}

.av-section--ad-types .av-section__wrap__inner__content .ad-type-box__inner figure {
  margin-bottom: 2rem;
}

.av-section--ad-types .av-section__wrap__inner__content .ad-type-box__inner figure img {
  max-width: 100px;
  max-width: 100px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.av-section--ad-types .av-section__wrap__inner__content .ad-type-box__inner p {
  margin-bottom: 4rem;
}

.av-section--ad-types .av-section__wrap__inner__content .ad-type-box__inner .av-btn--ad-type-box {
  color: white !important;
  background-color: rgba(0, 0, 0, 0.3);
}

.av-section--ad-types .av-section__wrap__inner__content .ad-type-box--school .ad-type-box__inner {
  background-color: #FF6565;
}

.av-section--ad-types .av-section__wrap__inner__content .ad-type-box--univercity .ad-type-box__inner {
  background-color: #0f70a7;
}

.av-section--ad-types .av-section__wrap__inner__content .ad-type-box--kedivim .ad-type-box__inner {
  background-color: #43425D;
}

.av-section--display-options .av-section__wrap__inner__content .display-options__popup {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  box-shadow: 0 0.5rem 4rem rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  transform: translateY(150px);
}

@media (max-width: 991.98px) {
  .av-section--display-options .av-section__wrap__inner__content .display-options__popup {
    max-width: 85%;
  }
}

.av-section--display-options .av-section__wrap__inner__content .display-options__popup__inner {
  max-width: 550px;
  padding: 5rem 4rem;
}

@media (max-width: 991.98px) {
  .av-section--display-options .av-section__wrap__inner__content .display-options__popup__inner {
    padding: 30px;
  }
}

.av-section--display-options .av-section__wrap__inner__content .display-options__popup__inner h3 {
  font-weight: bold;
  color: #43425D;
  margin-bottom: 2.1rem;
}

.av-section--display-options .av-section__wrap__inner__content .display-options__popup__inner p {
  color: #8c8bad;
  font-size: 1.35rem;
}

.av-section--display-options .av-section__wrap__inner__content .display-options__popup__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}

.av-section--display-options .av-section__wrap__inner__content .display-options__popup__btns .popup-btn {
  position: relative;
  background-color: #b9b8cd;
  color: #e6e6e6;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 2.5rem;
  width: 100%;
  max-width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

@media (max-width: 991.98px) {
  .av-section--display-options .av-section__wrap__inner__content .display-options__popup__btns .popup-btn {
    padding: 30px;
  }
}

.av-section--display-options .av-section__wrap__inner__content .display-options__popup__btns .popup-btn:nth-of-type(1) {
  border-radius: 0 0 0 10px;
}

.av-section--display-options .av-section__wrap__inner__content .display-options__popup__btns .popup-btn:nth-of-type(2) {
  border-radius: 0 0 10px 0;
}

.av-section--display-options .av-section__wrap__inner__content .display-options__popup__btns .popup-btn.active {
  background-color: #43425D;
  color: white;
}

.av-section--display-options .av-section__wrap__inner__content .display-options__popup__btns .popup-btn.active:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(50%) rotate(45deg);
  background-color: #43425D;
  margin: auto;
}

@media (max-width: 991.98px) {
  .av-section--display-options .av-section__wrap__inner__content .display-options__popup__btns .popup-btn.active:after {
    width: 20px;
    height: 20px;
  }
}

.av-section--display-options .av-section__wrap__inner__content .display-options__result__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  padding: 15rem 5rem;
  border-radius: 30px;
}

@media (max-width: 991.98px) {
  .av-section--display-options .av-section__wrap__inner__content .display-options__result__inner {
    padding: 15rem 0;
  }
}

.av-section--display-options .av-section__wrap__inner__content .display-options__result__inner img {
  width: 100%;
  max-width: 850px;
}

@media (max-width: 991.98px) {
  .av-section--display-options .av-section__wrap__inner__content .display-options__result__inner img {
    max-width: 85%;
  }
}

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