body {
  overflow-x: hidden;
  background: #000; }

.pageBox {
  width: 100%;
  min-height: 100vh;
  position: relative; }
  .pageBox .aboutSection {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover; }
  .pageBox .topBox {
    width: 1020px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 120px; }
    .pageBox .topBox .topBoxTitle {
      color: #FFF;
      text-align: center;
      font-family: Inter;
      font-size: 48px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 6px;
      margin-bottom: 24px; }
    .pageBox .topBox .topBoxText {
      color: rgba(255, 255, 255, 0.7);
      text-align: center;
      font-family: Inter;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 24px; }
    .pageBox .topBox .topBoxBtn {
      width: 154px;
      cursor: pointer;
      padding: 16px 24px;
      border-radius: 50px;
      border: 1px solid #FFF;
      color: #FFF;
      text-align: center;
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin: 0 auto;
      margin-top: 32px; }

.contentBox {
  margin: 0 auto;
  display: flex;
  padding: 120px 0;
  width: 1320px;
  align-items: center;
  justify-content: space-between; }
  .contentBox .contentBoxContent {
    width: 702px; }
    .contentBox .contentBoxContent .contentBoxContentTitle {
      color: #C9FC6E;
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 16px; }
    .contentBox .contentBoxContent .contentBoxContentTitle2 {
      color: #FFF;
      font-family: Inter;
      font-size: 48px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: -2px;
      margin-bottom: 16px; }
    .contentBox .contentBoxContent .contentBoxContentText {
      color: rgba(255, 255, 255, 0.7);
      font-family: Inter;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
  .contentBox .aboutImg {
    display: block;
    width: 530px;
    height: 560px;
    border-radius: 30px; }
  .contentBox .aboutImgh5 {
    display: none; }
  .contentBox .aboutText {
    display: block;
    width: 100%; }
  .contentBox .aboutTexth5 {
    display: none; }

.downloadBox {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 80px 0; }
  .downloadBox .aboutBgImg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .downloadBox .downloadBoxTitle {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.96px; }
  .downloadBox .downloadBoxText {
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 16px;
    margin-bottom: 40px; }
  .downloadBox .downloadBoxBtn {
    cursor: pointer;
    width: max-content;
    padding: 16px 24px;
    border-radius: 50px;
    background: #C9FC6E;
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: normal; }

.contentBlogBox {
  position: relative;
  width: 1320px;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 273px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }
  .contentBlogBox .aboutContainer {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover; }
  .contentBlogBox .blogBox {
    display: flex;
    position: relative;
    align-items: center; }
    .contentBlogBox .blogBox .blogBoxLeft {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .contentBlogBox .blogBox .blogBoxLeft .blogBoxLeftTitle {
        color: #FFF;
        font-family: Inter;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -2px;
        margin-bottom: 16px; }
      .contentBlogBox .blogBox .blogBoxLeft .blogBoxLeftText {
        color: #FFF;
        font-family: Inter;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
    .contentBlogBox .blogBox .blogBoxBtn {
      width: 157px;
      height: 56px;
      padding: 16px 24px;
      border-radius: 50px;
      background: #C9FC6E;
      color: #000;
      font-family: Inter;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin-left: 10px; }

@media (max-width: 1319px) {
  body {
    overflow-x: hidden;
    background: #000; }
  .pageBox {
    width: 100%;
    min-height: 120vh;
    position: relative; }
    .pageBox .aboutSection {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      object-fit: cover; }
    .pageBox .topBox {
      width: 100%;
      margin: 0 auto;
      position: relative;
      left: 0;
      right: 0;
      bottom: 120px;
      padding: 0 16px;
      padding-top: 345px; }
      .pageBox .topBox .topBoxTitle {
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 6px;
        margin-bottom: 24px; }
      .pageBox .topBox .topBoxText {
        color: rgba(255, 255, 255, 0.7);
        text-align: center;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 24px; }
      .pageBox .topBox .topBoxBtn {
        width: 154px;
        cursor: pointer;
        padding: 16px 24px;
        border-radius: 50px;
        border: 1px solid #FFF;
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0 auto;
        margin-top: 32px; }
  .contentBox {
    margin: 0 auto;
    display: flex;
    padding: 48px 16px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    flex-direction: column; }
    .contentBox .contentBoxContent {
      width: 100%; }
      .contentBox .contentBoxContent .contentBoxContentTitle {
        color: #C9FC6E;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 16px;
        text-align: center; }
      .contentBox .contentBoxContent .contentBoxContentTitle2 {
        text-align: center;
        color: #FFF;
        font-family: Inter;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -2px;
        margin-bottom: 16px; }
      .contentBox .contentBoxContent .contentBoxContentText {
        color: rgba(255, 255, 255, 0.7);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: center; }
    .contentBox .aboutImg {
      display: none; }
    .contentBox .aboutImgh5 {
      display: block;
      width: 100%;
      border-radius: 30px;
      margin-bottom: 32px;
      margin-top: 32px; }
    .contentBox .aboutText {
      width: 100%;
      display: none; }
    .contentBox .aboutTexth5 {
      width: 100%;
      display: block; }
  .contentBox2 {
    flex-direction: column-reverse; }
  .downloadBox {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 48px 16px; }
    .downloadBox .aboutBgImg {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 0% 0; }
    .downloadBox .downloadBoxTitle {
      font-size: 28px;
      color: #FFF;
      text-align: center;
      font-family: Inter;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: -0.96px;
      text-align: center; }
    .downloadBox .downloadBoxText {
      color: rgba(255, 255, 255, 0.4);
      text-align: center;
      font-family: Inter;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-top: 16px;
      margin-bottom: 40px;
      font-size: 16px; }
    .downloadBox .downloadBoxBtn {
      cursor: pointer;
      width: max-content;
      padding: 16px 24px;
      border-radius: 50px;
      background: #C9FC6E;
      color: #000;
      font-family: Inter;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      position: relative;
      left: 0;
      right: 0;
      margin: 0 auto;
      line-height: normal; }
  .contentBlogBox {
    position: relative;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: auto;
    border-radius: 0;
    overflow: hidden;
    display: block;
    align-items: center;
    justify-content: center;
    padding: 48px 16px; }
    .contentBlogBox .aboutContainer {
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      object-position: 35% 0;
      object-fit: cover; }
    .contentBlogBox .blogBox {
      display: block;
      position: relative;
      align-items: center; }
      .contentBlogBox .blogBox .blogBoxLeft {
        display: block;
        flex-direction: column;
        justify-content: space-between; }
        .contentBlogBox .blogBox .blogBoxLeft .blogBoxLeftTitle {
          color: #FFF;
          text-align: center;
          font-family: Inter;
          font-size: 28px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          letter-spacing: -2px;
          margin-bottom: 16px; }
        .contentBlogBox .blogBox .blogBoxLeft .blogBoxLeftText {
          color: #FFF;
          font-family: Inter;
          text-align: center;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          margin-bottom: 24px; }
      .contentBlogBox .blogBox .blogBoxBtn {
        width: 157px;
        height: 56px;
        padding: 16px 24px;
        border-radius: 50px;
        background: #C9FC6E;
        color: #000;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-left: 10px;
        margin: 0 auto; } }

