@font-face {
    font-family: Montserrat;
    src: url(../_next/static/media/Montserrat-Light.b5083635.ttf)
      format("truetype");
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: Montserrat;
    src: url(../_next/static/media/Montserrat-Regular.e4d41a96.ttf)
      format("truetype");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: Montserrat;
    src: url(../_next/static/media/Montserrat-Medium.b6027326.ttf)
      format("truetype");
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: Montserrat;
    src: url(../_next/static/media/Montserrat-SemiBold.4f67549c.ttf)
      format("truetype");
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: Montserrat;
    src: url(../_next/static/media/Montserrat-Bold.17fb2958.ttf)
      format("truetype");
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: Montserrat;
    src: url(../_next/static/media/Montserrat-ExtraBold.f6d42a13.ttf)
      format("truetype");
    font-weight: 800;
    font-style: normal;
  }
  :root {
    --background: #191a1d;
    --foreground: #fff;
    --font-family: "Montserrat", sans-serif;
    --text-accent: #f8ea1e;
    --text-accent-button-text: #1c1f23;
    --text-secondary: #fff;
    --text-tretiary: #626475;
    --text-white: #fff;
    --buttons-secondary-accent: #9e13cf;
    --buttons-secondary-accent-hover: #9e13cf;
    --buttons-white: #fff;
    --buttons-white-hover: #fff;
  }
  body,
  html {
    max-width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
  }
  body {
    color: var(--foreground);
    background: rgb(12 6 18);
    font-family: var(--font-family);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 90px;
    line-height: 1.1;
  }
  *,
  :after,
  :before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    object-fit: cover;
  }
  table {
    width: 100%;
    border-spacing: 0;
    border-collapse: initial !important;
    border: 1px solid #2d3042;
    border-radius: 16px;
  }
  table td,
  table th {
    border: 1px solid #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 135%;
    text-align: center;
  }
  table th {
    background: rgb(42 34 52);
    font-weight: 400;
  }
  table td:first-child,
  table th:first-child {
    text-align: left;
  }
  table tr:first-child td:first-child {
    border-radius: 16px 0 0 0;
  }
  table tr:first-child td:last-child {
    border-radius: 0 16px 0 0;
  }
  table tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  table tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  table td {
    background: rgb(42 34 52);
  }
  table td:first-child {
    background: rgb(42 34 52);
  }
  table tr:first-child td {
    background: rgb(42 34 52);
  }
  table td:first-child p {
    color: #fff;
  }
  section {
    padding: 20px 0;
  }
  section h2 img {
    margin: 0 14px 0 0;
  }
  h1 {
    margin: 0;
    font-size: 31px;
    line-height: 110%;
  }
  h1,
  h2 {
    font-weight: 600;
    color: #ffc42c;
  }
  h2 {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 108%;
    margin: 0 0 20px;
  }
  section li {
    padding-left: 40px;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 20px;
    list-style: none;
    position: relative;
    color: var(--text-secondary);
  }
  section ol li:before {
    counter-increment: list;
    content: counter(list);
    width: 28px;
    min-width: 28px;
    height: 28px;
    border: 2px solid #ffc42d;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin: 0 10px 0 0;
    position: absolute;
    left: 0;
    top: -3px;
  }
  section ol,
  section ul {
    margin: 30px 0;
    padding: 0 0 0 10px;
    list-style: none;
    counter-reset: list;
  }
  a {
    color: #fff;
  }
  @media screen and (max-width: 700px) {
    body {
      padding-top: 90px;
    }
    section {
      padding: 40px 0;
    }
  }
  @media screen and (max-width: 600px) {
    section li {
      font-size: 14px;
    }
    section ol li:before {
      width: 26px;
      min-width: 26px;
      height: 26px;
      border: 2px solid #ffc42d;
      color: #fff;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      font-weight: 400;
      line-height: 140%;
      margin: 0 10px 0 0;
      position: absolute;
      left: 5px;
      top: -4px;
    }
  }
  .description-wrap img {
    margin: 0 auto;
    display: block;
  }
  ol,
  ul {
    margin: 30px 0;
    padding: 0 0 0 10px;
    counter-reset: list;
  }
  
  