@import url('https://go.numeak.net/css/icon-fonts-embedded.css?fmt=1719384031'); 

::-webkit-scrollbar
{
  width: 8px !important;
  height: 5px;
  background: rgba(0,102,155,0.2);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.6); 
}

#numeak {
  width: 100%;
  height: 100%;
  margin: 0; padding: 0;
  box-sizing: border-box;
  font-family: 'Raleway', Verdana, Arial, sans-serif;
}

#ocis-bodyTag {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  height: 100%; width: 100%;
}

#ocis-headerTag, #ocis-sectionTag, #ocis-footerTag 
{
  position: relative;
  width: 100%;
  margin: 0; 
  padding: 0;
  box-sizing: border-box;
}

#ocis-headerTag {
  z-index: 3000;
}

#ocis-sectionTag {
  z-index: 2500;
}

#ocis-footerTag {
  z-index: 2501;
}

#numeak a {
  text-decoration: none;
  color: rgb(196,20,50);
}

#numeak ul {
  list-style-type: none;
}

#numeak p, #numeak h3, #numeak h1, #numeak h2, #numeak h4, #numeak ul
{
  margin: 0; 
  padding: 0;
}


#numeak .ows-module-come-in {
  display: block !important;
  transform: translateY(150px);
  animation: ows-module-come-in .8s ease forwards;
}

#numeak .ows-module-come-in:nth-child(odd) {
  animation-duration: .6s;
}


@media all and (max-width: 768px) {
  #numeak {
    min-width: 320px;
  }
}


@keyframes ows-module-come-in {
  to {transform: translateY(0)}
}

