.page-onc {
  background-color: #EFE7D4;
}
.page-onc #pagew {
  padding-top: 3600px;
}
.page-onc .logo-s9 {
  background-image: url(/assets/img/logo-s9-blue.svg);
}
.page-onc header.top.transparent {
  background: rgb(239,231,212);
  background: linear-gradient(0deg, rgba(239,231,212,0) 0%, rgba(239,231,212,1) 33%, rgba(239,231,212,1) 100%);
}
.page-onc header.top.transparent .logo-brd {
  background-image: url(/assets/img/logo-brd-blue.svg);
}
.page-onc header.top.transparent .logo-scena9 {
  background-image: url(/assets/img/logo-scena9-blue.svg);
}
.page-onc .logo-footer {
  background-image: url(/assets/img/logo-footer-blue.svg);
}
.page-onc header.top.transparent,
.page-onc footer.footer,
.page-onc .fooinfo a,
.page-onc .foolinks h4 {
  color: #191882;
}
.page-onc .fooinfo a:hover,
.page-onc .fooinfo a:focus {
  color: #e4002b;
}
.page-onc #pagew .top {
  position: fixed;
  z-index: 1;
}
.page-onc footer.footer {
  position: relative;
  background-color: #EFE7D4;
  z-index: 1;
}
.onc-cont {
  position: relative;
  z-index: 2;
  background-color: #EFE7D4;
  color: #191882;
}
.onc-cont .bgb {
  background-color: #191882;
  color: #EFE7D4;
  padding-top: 56px;
  padding-bottom: 110px;
  font-size: 14px;
  line-height: 24px;
}
.onc-cont p {
  margin-bottom: 24px;
}
.onc-cont .plinks {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 40px 0;
  list-style-type: none;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Alverata', serif, system-ui, -apple-system;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
.onc-cont .plinks a:hover {
  color: #EFE7D4;
}
.onc-cont .crlbl {
  text-transform: uppercase;
  font-family: 'Alverata', serif, system-ui, -apple-system;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 56px 0 20px 0;
}
.onccredits ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 80px 0;
  padding: 0;
  list-style-type: none;
}
.onc-banner {
  position: fixed;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#onc-dots {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: transparent url(/assets/img/onc/dots-mob.svg) no-repeat center center;
  background-size: 100% auto;
}
#onc-type {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.type-mob svg,
.type-desk svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.type-desk {
  display: none;
}



@media (min-width: 768px) {

}

@media (min-width: 992px) {
  .page-onc header.top {
    height: inherit;
  }
  .type-mob {
    display: none;
  }
  .type-desk {
    display: block;
  }
  #onc-dots {
    background-image: url(/assets/img/onc/dots.svg);
  }
  .onc-cont .bgb {
    font-size: 24px;
    line-height: 32px;
    padding-top: 120px;
    padding-bottom: 240px;
  }
  .onc-cont .plinks {
    justify-content: flex-start;
    gap: 64px;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 80px;
  }
  .onc-cont .crlbl {
    font-size: 32px;
    line-height: 32px;
    margin-top: 120px;
    margin-bottom: 40px;
  }
  .onccredits ul {
    justify-content: space-between;
  }
  .cntline {
    display: block;
    margin: 127px auto 0 auto;
  }
}
