@charset "UTF-8";
@font-face {
  font-family: 'kappa';
  src: url('./kappadisplay-black-adscore.woff2') format('woff2'),
    url('./kappadisplay-black-adscore.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'kappa';
  src: url('./kappadisplay-bold-adscore.woff2') format('woff2'), url('./kappadisplay-bold-adscore.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'kappa';
  src: url('./kappadisplay-extrabold-adscore.woff2') format('woff2'),
    url('./kappadisplay-extrabold-adscore.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'kappa';
  src: url('./kappadisplay-regular-adscore.woff2') format('woff2'),
    url('./kappadisplay-regular-adscore.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'town';
  src: url('./town10display-black-adscore.woff2') format('woff2'),
    url('./town10display-black-adscore.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'town';
  src: url('./town10display-bold-adscore.woff2') format('woff2'),
    url('./town10display-bold-adscore.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'town';
  src: url('./town10display-regular-adscore.woff2') format('woff2'),
    url('./town10display-regular-adscore.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.source-sans {
  font-family: 'Source Sans 3', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-ultra {
  font-weight: 900;
}

.text-bold {
  font-weight: 700;
}

.text-primary {
  color: #962431;
}

.text-center {
  text-align: center;
}

.text-white {
  color: white !important;
}

.w-100 {
  width: 100%;
}

.w-34px {
  width: 34px;
}

.w-80px {
  width: 80px;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.position-static {
  position: static !important;
}

.p-2 {
  padding: 2rem !important;
}

.p-b-2 {
  padding-bottom: 2rem;
}

.p-t-1 {
  padding-top: 1rem;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-2 {
  margin-bottom: 2rem;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.me-4 {
  margin-right: 1.5rem;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-t-2 {
  margin-top: 2rem;
}

.m-t-12px {
  margin-top: 12px;
}

.fs-0-7 {
  font-size: 0.7rem !important;
}

.fs-1-5 {
  font-size: 1.5rem !important;
}

.fs-1-25 {
  font-size: 1.25rem !important;
}

.fs-2 {
  font-size: 2rem !important;
}

.fs-18px {
  font-size: 18px !important;
}

.o-0-5 {
  opacity: 0.5;
}

.o-0-75 {
  opacity: 0.75;
}

.d-none {
  display: none !important;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-initial {
  display: initial;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.bs-none {
  box-shadow: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.l-h-1-5 {
  line-height: 1.5;
}

.bottom-100 {
  bottom: 100%;
}

#loader-container {
  margin-bottom: 200px;
}
@media (max-width: 575.98px) {
  #loader-container {
    margin-bottom: 100px;
  }
}

.ball-pulse {
  opacity: 0.5;
  text-align: center;
}

@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-pulse > div:nth-child(0) {
  -webkit-animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div {
  background-color: #962431;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

.text-brand {
  margin-top: 20px;
  font-family: 'town';
  font-weight: 400;
  text-transform: uppercase;
}
.text-brand,
.text-brand span {
  color: #032336;
  font-size: 1.75rem;
}
.text-brand span {
  font-weight: 900;
}

#header--second-level {
  margin-left: 2rem;
  margin-top: 0;
}
@media (max-width: 575.98px) {
  #header--second-level {
    margin: 0;
  }
}

#header--identity {
  margin-top: 4.9rem;
}
#header--identity > * {
  display: inline-block;
  vertical-align: middle;
}
#header--identity .logo {
  width: 8.5rem;
  height: 8.5rem;
  position: relative;
  z-index: 3;
  background-image: url('./adscore--logo--w-color--wo-text.min.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
#header--identity .text-brand {
  margin-left: calc(0.5rem - 4px);
}
@media (max-width: 575.98px) {
  #header--identity {
    display: none;
  }
}

body {
  background: #032336;
  margin: 0;
  font-family: 'kappa', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.875rem;
  color: #021d2d;
  padding-left: calc(100vw - 100%) !important;
  padding-right: 0 !important;
}

a {
  text-decoration: none;
}
a:not(.top-link):hover {
  text-decoration: underline;
}

h1 {
  font-size: 2.25rem;
}

*::selection {
  background: rgba(165.75, 68.85, 79.9, 0.9);
  color: white;
}

.invalid-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.invalid-text {
  color: #334d5c;
  text-align: center;
  font-family: Kappa;
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.certificate-container {
  text-align: left;
  position: relative;
}

.certificate-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: Kappa;
  color: #962431;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.content-divider {
  height: 2rem;
  width: 100%;
  position: relative;
  z-index: 2;
}
.content-divider:before,
.content-divider:after {
  content: ' ';
  height: 2px;
  width: calc(50% - 1rem - 1.25rem);
  background-color: rgb(230.3, 232.18, 235);
  position: absolute;
  top: calc(1rem - 1px);
}
.content-divider:before {
  left: 0;
}
.content-divider:after {
  right: 0;
}
.content-divider .logo {
  height: 2rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.content-divider .logo svg {
  height: 100%;
  width: auto;
}
.content-divider .logo .path {
  fill: rgb(218.785, 220.571, 223.25);
}
@media (max-width: 575.98px) {
  .content-divider.on-dark-background {
    display: none;
  }
}
.content-divider.on-dark-background:before,
.content-divider.on-dark-background:after {
  background-color: rgb(50.88, 76.8, 92.19);
}
.content-divider.on-dark-background .logo .path {
  fill: rgb(67.2096, 91.056, 105.2148);
}
.content-divider:not(.filled) .logo .svg-background {
  fill: rgba(255, 255, 255, 0);
}

#homepage-footer nav#additional-resources {
  position: static;
  display: flex;
  justify-content: center;
}
#homepage-footer nav#additional-resources ul {
  margin-top: 1rem;
}
#homepage-footer nav .nav-bar {
  list-style-type: none;
}
#homepage-footer nav a {
  color: white;
  display: block;
  font-weight: 700;
  line-height: 1;
  padding: 1.25rem 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: box-shadow 0.25s ease-in-out;
}
#homepage-footer nav li {
  display: inline-block;
}
@media (max-width: 575.98px) {
  #homepage-footer nav li {
    padding-left: calc(0.5rem - 4px);
    padding-right: calc(0.5rem - 4px);
  }
  #homepage-footer nav li:first-child {
    padding-left: 0;
  }
  #homepage-footer nav li:last-child {
    padding-right: 0;
  }
  #homepage-footer nav a {
    padding: 0.75rem 0;
  }
}

#homepage-footer {
  margin-top: -4rem;
}
#homepage-footer nav li {
  margin: 0 0.35rem;
}
@media (min-width: 768px) {
  #homepage-footer nav li a:hover {
    box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.75) !important;
  }
}
#homepage-footer nav li.active a {
  box-shadow: inset 0 -3px 0 white !important;
}

.footer--wing {
  background-color: transparent;
  position: relative;
}
.footer--wing .wing {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: -1px;
}
.footer--wing .wing svg,
.footer--wing .logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.footer--wing .logo {
  width: 4rem;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translate(-50%, 0);
}
.footer--wing .logo img {
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .footer--wing .logo img {
    width: auto !important;
    height: 100% !important;
  }
}
.footer--wing img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 575.98px) {
  #homepage-footer {
    margin-top: 0;
  }
  .footer--wing .wing {
    padding-top: 1.8rem;
  }
  .footer--wing .logo {
    bottom: 0;
    height: 3rem;
  }
  .footer--wing .logo svg {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
}
.background-secondary {
  background: #032336;
}

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

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.row,
.row * {
  box-sizing: border-box;
}
.row > * {
  padding-left: 10px;
  padding-right: 10px;
}

#landing-screen {
  padding-top: 2rem;
  z-index: 1;
}
#landing-screen .section--container {
  padding: 4rem;
  padding-left: 9rem;
}
@media (min-width: 1090px) and (max-width: 1600px) {
  #landing-screen .section--container {
    padding-top: 1rem;
  }
}
@media (max-width: 991.98px) {
  #landing-screen .section--container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  #landing-screen .section--container {
    padding-top: 0;
  }
  #landing-screen .section--container h1 {
    font-size: 36px;
  }
  #landing-screen .section--container h1 + p {
    font-size: 1rem !important;
  }
}
@media (min-width: 1200px) and (max-height: 800px) {
  #landing-screen .section--container {
    padding-top: 0;
  }
}

#header--identity-mobile {
  top: 0;
  left: 0;
  display: none;
  background-color: #032336;
  position: fixed;
  width: 100%;
  height: 64px;
  z-index: 3;
}
#header--identity-mobile img {
  width: 48px;
}
#header--identity-mobile .text-brand {
  margin-top: 0;
}
@media (max-width: 575.98px) {
  #header--identity-mobile {
    display: flex;
    justify-content: center;
  }
}

#home-sidebar-overlay {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 4rem;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
#home-sidebar-overlay.sidebar-open {
  opacity: 1;
  pointer-events: initial;
}
#home-sidebar-overlay.sidebar-open #home-sidebar-wrapper {
  margin-left: 0;
}

#home-sidebar-wrapper {
  position: fixed;
  left: 0;
  z-index: 10;
  width: 13.75rem;
  margin-left: -13.75rem;
  top: 4rem;
  background: #032336;
  height: 100%;
  border-top: 1px solid black;
  transition: margin-left 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}
@media (prefers-reduced-motion: reduce) {
  #home-sidebar-wrapper {
    transition: none;
  }
}
#home-sidebar-wrapper li {
  width: 100%;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
#home-sidebar-wrapper li.active {
  border-left: 3px solid white;
}
#home-sidebar-wrapper li.active a {
  margin-left: -3px;
}
#home-sidebar-wrapper nav {
  color: white;
}

@media (max-width: 1340px) {
  #toggle-and-logo nav {
    margin-left: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  #toggle-and-logo nav {
    display: none;
  }
}

#three-dots {
  width: 16px !important;
  height: auto;
  position: absolute;
  left: calc(1.25rem + 2px);
  transform: rotate(90deg);
}

@media (min-width: 768px) {
  #left-column > div {
    height: calc(50% - 24px);
  }
}

a.with-bootom-tooltip {
  position: relative;
}
@media (min-width: 768px) {
  a.with-bootom-tooltip::before {
    opacity: 0;
    content: '';
  }
  a.with-bootom-tooltip::after {
    opacity: 0;
    content: '';
  }
  a.with-bootom-tooltip:hover {
    z-index: 99;
  }
  a.with-bootom-tooltip:hover::before {
    content: attr(data-tooltip);
    text-transform: none;
    display: inline-block;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 12px 9px;
    border: 1px solid;
    background-color: #042335;
    border-radius: 3px;
    pointer-events: none;
    white-space: nowrap;
    opacity: 1;
    transition: opacity 0s linear 0.3s;
    line-height: 17.5px;
    color: #fff;
    z-index: 2;
    font-size: 12px;
  }
  a.with-bootom-tooltip:hover::after {
    content: '';
    position: absolute;
    bottom: 20%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent white transparent;
    opacity: 1;
    transition: opacity 0s linear 0.3s;
  }
}

#page {
  min-height: 100vh;
  height: auto;
}

#main {
  max-width: 1340px;
  margin: 0 auto;
  background: white;
}
#main nav {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

ul {
  display: flex;
  list-style-type: none;
  margin-top: 0;
  padding-left: 0;
}
ul li {
  padding-left: 10px;
  padding-right: 10px;
}
ul li:first-child {
  padding-left: 0;
}
ul li.open {
  background-color: rgb(50.88, 76.8, 92.19);
}
ul li .sublinks {
  text-align: left;
  left: 0;
  z-index: 10;
}
@media (min-width: 576px) {
  ul li .sublinks {
    position: absolute;
    white-space: nowrap;
  }
}
ul li .sublinks.footer {
  bottom: 100%;
}
ul li .sublinks .sublink {
  padding: 0 1rem 0 0.5rem;
  border-top: 2px solid transparent;
  background-color: rgb(50.88, 76.8, 92.19);
  transition: background-color 0.25s ease;
}
ul li .sublinks .sublink a {
  padding: 0.75rem 0 !important;
}
ul li .sublinks .sublink a:before {
  color: rgba(255, 255, 255, 0.15);
  content: '↳';
  margin-right: 0.5rem;
  transition: color 0.25s ease;
}
ul li .sublinks .sublink a:hover {
  text-decoration: none;
}
ul li .sublinks .sublink + .sublink {
  border-top: 1px solid rgba(3, 35, 54, 0.5);
}
@media (min-width: 768px) {
  ul li .sublinks .sublink:hover {
    background-color: rgb(111.36, 129.6, 140.43);
  }
  ul li .sublinks .sublink:hover a:before {
    color: white;
  }
}
@media (max-width: 767.98px) {
  ul li .sublinks {
    left: auto;
    right: 0;
  }
}
ul a {
  color: white;
  display: block;
  font-weight: 700;
  line-height: 1;
  padding: 1.25rem 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: box-shadow 0.25s ease-in-out;
}
@media (max-width: 575.98px) {
  ul a {
    padding: 0.75rem 0;
  }
}
ul a:hover {
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.75) !important;
}

#page,
#main {
  position: relative;
  width: 100%;
}

#wings-top {
  position: absolute;
  top: -2px;
  pointer-events: none;
  z-index: 1;
  left: -2px;
  width: calc(100% + 4px);
}
@media (max-width: 575.98px) {
  #wings-top {
    display: none !important;
  }
}

.neutral-background {
  background: #f5f7fa;
  padding: 80px 176px;
  max-width: 1920px;
  margin-top: -1rem;
}
@media (max-width: 991.98px) {
  .neutral-background {
    padding: 64px 18px;
  }
}

.box {
  box-shadow: 0px 4px 16px rgba(3, 35, 54, 0.15);
  background-color: white;
}
.box span {
  font-weight: 800 !important;
}
@media (max-width: 991.98px) {
  .box {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .box img:not(.gauge) {
    margin-right: auto !important;
    margin-left: auto;
    margin-bottom: 1rem;
  }
  .box span,
  .box div:not(.static) {
    width: 100%;
  }
}

.heading {
  font-weight: 900 !important;
  font-size: 28px !important;
  color: #962431 !important;
  margin-bottom: 27px;
}
@media (max-width: 991.98px) {
  .heading {
    font-size: 24px !important;
  }
}

#traffic-count-container {
  margin-top: 1rem;
}
@media (max-width: 575.98px) {
  #traffic-count-container .fs-1-5 {
    font-size: 21px;
  }
}

.traffic-count {
  font-weight: 800 !important;
  font-size: 32px !important;
}

#certificate-container #bots-counter span {
  font-size: 24px !important;
  color: #a54550 !important;
}

#certificate-container span {
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 991.98px) {
  #certificate-container span {
    font-size: 28px;
  }
}

#certificate-container span,
#contact-box a {
  color: #334d5c;
}

#contact-box span {
  font-size: 24px;
}
@media (max-width: 575.98px) {
  #contact-box span {
    font-size: 18px;
  }
}
#contact-box > div:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width: 575.98px) {
  #contact-box > div {
    display: flex;
  }
}
@media (max-width: 575.98px) {
  #contact-box img {
    width: 36px;
    height: 36px;
    margin-bottom: 6px;
  }
}
@media (max-width: 575.98px) {
  #contact-box span {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  img:not(.gauge):not(.wings-image):not(.logo-image):not(.ads_404_robo):not(.ads_404_button_icon):not(.ads_404) {
    width: 72px;
    height: 72px;
  }
}

.bottom-divider {
  height: 150px;
  margin-top: -1rem;
}
@media (max-width: 575.98px) {
  .bottom-divider {
    height: 50px;
  }
}

#since-created {
  font-weight: 700 !important;
  font-size: 24px !important;
}
@media (max-width: 575.98px) {
  #since-created {
    font-size: 21px;
    line-height: 0.5rem;
  }
}

#indicator {
  bottom: 0;
  left: 3.5%;
  width: 54%;
  transform-origin: 85.75% 23.78%;
  z-index: 1;
  max-width: 100%;
}

@media (max-width: 575.98px) {
  #certificate-desc {
    text-align: center;
    font-size: 16px !important;
  }
}

.badge-img {
  width: 160px;
  margin-right: 12px;
  box-sizing: border-box;
}
.badge-img:not(.mobile) {
  margin-top: -40px;
}
.badge-img.mobile {
  margin: 25px auto;
  width: 80px !important;
  height: auto !important;
}
@media (max-width: 575.98px) {
  .badge-img {
    width: 100px;
    margin: 25px auto;
  }
}

#bots-gauge {
  left: 0;
}

@media (max-width: 575.98px) {
  #company-name-container,
  #certificate-desc-container {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  #certificate-desc-container {
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  #company-name-container {
    margin-top: 4rem;
  }
}

#on-adscore-since {
  margin-bottom: 0.5rem;
}

#gauge {
  max-width: 100%;
}

@media (min-width: 576px) {
  #error-container,
  #missing-certificate-container {
    margin-bottom: 200px;
  }
}

#missing-certificate-container {
  margin-top: 5rem;
}

#not-exist-cert-desc {
  width: 50%;
}

#find-out-more-link {
  margin-top: 0;
}

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