@font-face {
  font-family: "font-ndax";
  src: url(ndax.woff2) format("woff2");
  font-display: swap;
}
*,
:after,
:before {
  border: 0 solid #e5e7eb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  --tw-content: "";
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: "font-ndax", Verdana, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  -webkit-font-feature-settings: normal;
  -moz-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-feature-settings: "ss01" on;
  font-stretch: expanded;
  font-variant-alternates: styleset(alt-a);
}

body {
  line-height: inherit;
  margin: 0;
}

body.container {
  background-color: #000;
  padding: 20px 40px;
  color: #fff;
}
.logo {
  width: 100%;
  height: 48px;
  margin: 0 auto;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 80px;
  padding-top: 74px;
}
h2 {
  font-size: 72px;
  font-style: normal;
  font-weight: 493;
  line-height: 100%;
  letter-spacing: -1.8px;
  margin-block: 0;
}
h3 {
  font-size: 48px;
  font-style: normal;
  font-weight: 493;
  line-height: 108%;
  letter-spacing: -1.2px;
  margin-block: 0;
}
h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 493;
  line-height: 32px;
  letter-spacing: -0.6px;
  margin-block: 0;
}
.pLarge {
  font-size: 20px;
  font-style: normal;
  font-weight: 493;
  line-height: 30px;
}
.pNormal {
  font-size: 16px;
  font-style: normal;
  font-weight: 493;
  line-height: 22px;
}
.pBoldLink {
  font-size: 16px;
  font-style: normal;
  font-weight: 587;
  line-height: 16px;
  text-transform: capitalize;
}
.header .pLarge {
  width: 453px;
  color: #f4f2fa;
  font-stretch: normal;
}

.grid-container {
  display: grid;
  grid-template-columns: minmax(0, 755px) 1fr;
  gap: 24px;
}
.grid-container > :first-child {
  grid-row: 1/3;
}

.grid-item {
  padding: 32px;
  border-radius: 12px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  background-color: rgba(64, 61, 79, 0.5);
  cursor: pointer;
}

.item1 {
  grid-row: span 2;
}
.item1 .head-item,
.item2 .head-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.item2 .head-item {
  gap: 8px;
}
.item2 .head-item .pNormal {
  color: #a7a9ae;
}

.pBoldLink a {
  font-size: 16px;
  font-style: normal;
  font-weight: 587;
  line-height: 16px;
  text-transform: capitalize;
  color: #c2ff52;
  text-decoration: none;
}
.pBoldLink a:hover,
.grid-item:hover .pBoldLink a {
  color: #fff;
}

.pNormal.copy {
  padding-top: 48px;
  opacity: 0.5;
}

/* Medium devices (tablets, 600px to 768px) */
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .header {
    padding-top: 60px;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 48px;
    width: 100%;
    align-items: flex-start;
  }
  h2 {
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -1.5px;
    margin-block: 0;
  }
  h3 {
    font-size: 44px;
    line-height: 52px;
    letter-spacing: -1.1px;
  }
  h5 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
  }
  .pLarge {
    font-size: 20px;
    line-height: 30px;
  }
  .pNormal {
    font-size: 16px;
    line-height: 22px;
  }
  .pBoldLink {
    font-size: 16px;
    line-height: 16px;
  }
  .header .pLarge {
    width: 480px;
  }

  .grid-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .grid-container > :first-child {
    height: 400px;
  }

  .grid-item {
    padding: 32px;
    border-radius: 12px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 12px;
    background-color: rgba(64, 61, 79, 0.5);
    cursor: pointer;
  }

  .item1 {
    grid-column: span 2;
  }
  .pNormal.copy {
    padding-top: 40px;
  }
}
/* Small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {
  .header {
    padding-top: 32px;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 48px;
    width: 100%;
    align-items: flex-start;
  }
  h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1px;
  }
  h3 {
    font-size: 28px;
    line-height: 32px; /* 114.286% */
    letter-spacing: -0.7px;
  }
  h5 {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
  }
  .pLarge {
    font-size: 18px;
    line-height: 28px;
  }
  .pNormal {
    font-size: 14px;
    line-height: 20px;
  }
  .pBoldLink {
    font-size: 16px;
    line-height: 16px;
  }
  .header .pLarge {
    width: 100%;
  }

  .grid-container {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .grid-container > :first-child {
    height: 400px;
  }

  .grid-item {
    min-height: 240px;
  }

  .item1 {
    grid-column: 1;
  }
  .item2 {
    grid-column: 1;
  }
  .pNormal.copy {
    padding-top: 24px;
  }
}
