:root {
  --black: #0e1f15;
  --spring-green: #00ff6f;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--black);
  color: var(--spring-green);
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: 250px;
  font-family: Neuemachina, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Migra, sans-serif;
  font-size: 78px;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

h4 {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 200;
  line-height: 160%;
}

a {
  color: var(--spring-green);
  cursor: pointer;
  text-decoration: none;
}

.faq-years {
  height: 24px;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 3fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.section {
  padding-left: 40px;
  padding-right: 40px;
}

.section.fixed {
  background-color: rgba(0, 0, 0, 0);
}

.header {
  height: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-arrow {
  width: 24px;
  height: 24px;
  text-align: center;
  margin-left: 16px;
}

.ic-link {
  border-radius: 3px;
  text-decoration: none;
  overflow: hidden;
}

.ic-link:hover {
  text-decoration: none;
}

.faq-logo {
  width: 48px;
  height: 48px;
  border-radius: 2px;
  overflow: hidden;
}

.faq-tags {
  min-height: 24px;
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: min-content;
  grid-auto-columns: min-content;
  grid-auto-flow: column;
  align-items: center;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: min-content min-content;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-5 {
  min-height: 175px;
}

.faq-info {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 48px auto;
  grid-auto-columns: 1fr;
  margin-top: 12px;
  margin-bottom: 24px;
  display: grid;
}

.contacts {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: stretch;
  display: flex;
}

.ic-24 {
  cursor: pointer;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.ic-24:hover {
  transform: rotateX(0)rotateY(360deg)rotateZ(0);
}

.ic-24.discog:hover {
  transform: rotate(360deg);
}

.div-fill {
  width: 100%;
  height: 100%;
}

.faq-margin-spacer {
  width: 100%;
  height: 48px;
}

.tag-separator {
  width: 1px;
  height: 16px;
  margin-left: 8px;
  margin-right: 8px;
}

.div-block-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 800px) max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-head {
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.letter-l {
  margin-left: -18px;
  margin-right: -18px;
  padding-left: 0;
}

.hero {
  min-height: 500px;
  align-items: center;
  display: flex;
}

.prj {
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.faq-body {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.years-lenght {
  width: 32px;
  height: 1px;
  border-radius: 10px;
  margin-top: 12px;
  overflow: hidden;
}

.years-lenght.short {
  width: 10%;
  position: relative;
}

.container {
  max-width: 1440px;
}

.html-embed {
  width: 24px;
  height: 24px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
}

.div-underline {
  width: 100%;
  height: 1px;
}

.div-block-7 {
  grid-column-gap: 8px;
  display: flex;
}

.link-block-58 {
  height: 32px;
  flex-direction: column;
  justify-content: space-between;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.link-block-58:hover {
  opacity: .75;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.theme-1 {
  color: #6740b6;
  background-color: #fffb07;
}

.theme-2 {
  color: #ffc800;
  background-color: #101110;
}

.theme-3 {
  color: #0b1b27;
  background-color: #fff;
}

.theme-4 {
  color: #1c306e;
  background-color: #f7f1de;
}

.theme-5 {
  color: #072369;
  background-color: #aad3cc;
}

.theme-6 {
  color: #f14d4d;
  background-color: #121413;
}

.theme-7 {
  color: #000;
  background-color: #86bedd;
}

.theme-8 {
  color: #292b2a;
  background-color: #a8b6ae;
}

.theme-9 {
  color: #9fe7ff;
  background-color: #2a1023;
}

.paragraph {
  max-width: 600px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.link-block-59 {
  cursor: pointer;
}

.header-name {
  letter-spacing: -.1rem;
  text-transform: none;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 73px;
  }

  .div-block-3 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 55px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 24px;
  }

  .hero {
    min-height: 432px;
  }

  .years-lenght.short {
    display: none;
  }
}

#w-node-ac11fb4b-f899-b097-50b0-e04d5fd87b49-b9b67f5d, #w-node-_6c4dd460-f720-3443-c131-e28b2e4dbcf1-b9b67f5d, #w-node-e8520d13-cbdf-82f2-7e5e-2ad6b2e673d9-b9b67f5d, #w-node-_41f34790-3611-846f-2fee-2f14a4e7d9f2-b9b67f5d {
  align-self: center;
  justify-self: center;
}

#w-node-ac11fb4b-f899-b097-50b0-e04d5fd87bd9-b9b67f5d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-paranoiq-logo-b9b67f5d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-paranoiq-start-b9b67f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac11fb4b-f899-b097-50b0-e04d5fd87bdd-b9b67f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_040333c0-bc2e-40a1-c577-2f21fcd565be-b9b67f5d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_040333c0-bc2e-40a1-c577-2f21fcd565c2-b9b67f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae15c3d3-0e6b-c0ee-f656-40b7dfcbf579-b9b67f5d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ae15c3d3-0e6b-c0ee-f656-40b7dfcbf57d-b9b67f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff4d54a2-ef55-f4c8-ef8b-e2b39dab53bd-b9b67f5d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ff4d54a2-ef55-f4c8-ef8b-e2b39dab53c1-b9b67f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85e332bd-e90f-fa7a-d562-59e974b3a29f-b9b67f5d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_85e332bd-e90f-fa7a-d562-59e974b3a2a3-b9b67f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7de93ff5-f11a-477a-32c1-90d4dbb9bbb4-b9b67f5d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7de93ff5-f11a-477a-32c1-90d4dbb9bbb8-b9b67f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Migra';
  src: url('../fonts/Migra-Extrabold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemachina';
  src: url('../fonts/NeueMachina-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemachina';
  src: url('../fonts/NeueMachina-Ultralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
