@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  margin: 0;
  padding: 0;
  color: #fff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.536);
  z-index: -1;
  pointer-events: none;
}

body.YCeublkIdB {
  background-image: url("../images/desktop.webp");
  background-color: #241562;
}

body.IBHdIPvefw {
  background-image: url("../images/des-real.webp");
  background-color: #59101d;
  @media (max-width: 900px) {
    background-image: url("../images/mob-real.webp");
  }
}

@media (min-width: 2068px) {
  body {
    background-size: cover;
  }
}

body.vcVDSABwZQ {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.first-section {
  display: flex;
  height: 378px;
  padding: 24px 112px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.first-section-con {
  width: auto;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  align-self: stretch;
}

.KFaxiIaaUv {
  display: flex;
  max-width: 892px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.KFaxiIaaUv .top_date {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;

  p {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
  }
}

.KFaxiIaaUv .little_boxes {
  display: flex;
  align-items: center;
  gap: 16px;

  .boxi {
    border-radius: 8px;
    background: rgba(176, 255, 140, 0.3);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;

    p {
      color: #fff;
      text-align: center;
      font-family: Inter;
      font-size: 15px;
      font-style: italic;
      font-weight: 500;
      line-height: 24px;
      margin: 0;
    }
  }
}

.KFaxiIaaUv .texts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.KFaxiIaaUv .texts h1 {
  color: #fff;
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0.92px;
  text-transform: capitalize;
  max-width: 892px;
  margin: 0;
}

.KFaxiIaaUv .texts p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  max-width: 892px;
  margin: 0;
}

.fhfLdfVyJs {
  display: flex;
  padding: 64px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  /* background-color: #4D0B13; */
}

.oBItJBnwlZ {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 32px;
}

.FYfwwxtgwL {
  display: flex;
  width: 384px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(201, 255, 143, 0.55);
  color: #111;
  font-family: Inter;
}

.FYfwwxtgwL {
  height: 100%;
  max-height: fit-content;
}

.ATAvpYYOFf {
  display: grid;
  padding: 0px 16px 12px 16px;
  grid-template-rows: auto auto;
  gap: 16px;
}

.ROlQsmDutu {
  display: flex;
  height: 84px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
}

.ROlQsmDutu p {
  color: #282828;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}

.ZbpOcOiZKa {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  font-family: Inter;
}

.qtLGVfHKsi {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  border: 1px dashed #7d7d7d;
  background: #fff;
}

.qtLGVfHKsi p {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
  color: #7d7d7d;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}

.qtLGVfHKsi p span {
  color: #282828;
  font-weight: 500;
}

.qtLGVfHKsi svg {
  display: flex;
  padding: 6px 8px;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.ctnvWuFUoH {
  display: none;
  width: 330px;
  height: 40px;
  position: fixed;
  top: 16px;
  border: 1px solid #00a313;
  color: #00a313;
  background-color: #fff;
  border-radius: 6px;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
}

.ctnvWuFUoH img {
  margin-right: 5px;
}

.qtLGVfHKsi .YBCUPomfaJ {
  position: absolute;
  left: 118px;
  top: 222px;
}

.ZbpOcOiZKa button {
  width: 352px;
  height: 50px;
  border-radius: 8px;
  background-color: #049f00;
  text-transform: uppercase;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.02em;
  align-self: center;
  justify-self: center;
}

.PChLrWWCPb {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px 15px 0px 0px;
  border-bottom: 2px solid #00289f;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.ufpVsKxeDl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  height: 82px;
}

.SNJcnAtohk {
  width: 135px;
  height: 90px;
}

.SNJcnAtohk img {
  width: 100%;
  height: 100%;
}

.GhshfVwqqh {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 4.75px solid #00de21;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #282828;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.492px;
  /* 90.352% */
  letter-spacing: -0.52px;
}

.FYfwwxtgwL {
  position: relative;
}

.FYfwwxtgwL .ZSOEdTzare {
  background-image: url(../images/ycvsbc.WEBp.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 38px;
  height: 40px;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -15px;
  left: -10px;
}

.topRated {
  position: absolute;
  width: auto;
  padding: 6px 8px;
  border-radius: 8px;
  background-color: #23b6b6;
  color: #fff;
  top: -19px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.28px;
}

@media only screen and (max-width: 1400px) {
  .first-section {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 1300px) {
  .first-section {
    padding: 16px;
  }

  .fhfLdfVyJs {
    padding: 16px;
    padding-top: 50px;
  }

  .oBItJBnwlZ {
    grid-template-columns: auto auto;
  }
}

@media only screen and (max-width: 900px) {
  .KFaxiIaaUv {
    width: auto;
    gap: 4px;
    margin-top: 12px;
  }

  .KFaxiIaaUv .texts {
    gap: 4px;
  }

  .KFaxiIaaUv .top_date {
    p {
      color: #fff;
      text-align: center;
      font-family: Inter;
      font-size: 14px;
      font-style: italic;
      font-weight: 500;
      line-height: 26px;
    }
  }

  .KFaxiIaaUv .little_boxes {
    margin-top: 4px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;

    .boxi {
      p {
        color: #fff;
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: italic;
        font-weight: 500;
        line-height: 24px;
      }
    }
  }

  .KFaxiIaaUv .texts h1 {
    font-size: 28px;
  }

  .KFaxiIaaUv .texts p {
    font-size: 15px;
  }

  .oBItJBnwlZ {
    grid-template-columns: auto;
  }
}

@media only screen and (max-width: 700px) {
  .first-section {
    padding: 16px;
    height: auto;
  }

  .KFaxiIaaUv {
    gap: 4px;
  }

  .KFaxiIaaUv .texts h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.36px;
  }

  .KFaxiIaaUv .texts p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }

  .first-section-con {
    display: block;
    height: auto;
  }
}

@media only screen and (max-width: 500px) and (min-width: 300px) {
  .first-section {
    padding: 12px 16px 20px 16px;
  }

  .KFaxiIaaUv {
    gap: 4px;
  }

  .fhfLdfVyJs {
    width: auto;
    padding: 20px 10px;
  }

  .ZbpOcOiZKa {
    margin: 0;
    align-self: center;
  }

  .ATAvpYYOFf {
    width: auto;
    padding: 0px 16px 12px 16px;
    gap: 12px;
    align-self: stretch;
  }

  .ROlQsmDutu {
    max-height: 81px;
  }

  .ROlQsmDutu p {
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    max-width: 311px;
  }

  .qtLGVfHKsi {
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: 1px dashed #7d7d7d;
    background: #fff;
    gap: 10px;
  }

  .ZbpOcOiZKa button {
    width: auto;
    padding: 12px 0px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
  }

  .PChLrWWCPb {
    display: flex;
    width: auto;
    padding: 16px 24px;
    flex-shrink: 0;
    border-bottom: 2px solid #d11215;
  }

  .ufpVsKxeDl {
    height: 67px;
  }

  .PChLrWWCPb img {
    width: 127.5px;
    height: 85px;
  }

  .SNJcnAtohk {
    width: 127.5px;
    height: 85px;
  }

  .PChLrWWCPb .GhshfVwqqh {
    width: 48px;
    height: 48px;
  }

  .topRated {
    width: auto;
    padding: 6px 8px;
    font-size: 14px;
    letter-spacing: -0.28px;
    top: -23px;
  }

  .ZSOEdTzare {
    width: 38.228px;
    height: 40px;
  }

  .qtLGVfHKsi .YBCUPomfaJ {
    top: 200px;
  }
}

@media only screen and (max-width: 404px) and (min-width: 300px) {
  .fhfLdfVyJs .oBItJBnwlZ {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 24px;
    flex-shrink: 0;
  }

  .FYfwwxtgwL {
    width: 100%;
    max-width: 343px;
  }
}

.topRated-blue {
  background: #0046ff;
}

.topRated-red {
  background: #eb1111;
}

.topRated-pink {
  background: #f62364;
}

.topRated-purple {
  background: #9f0c9f;
}

.topRated-indigo {
  background: #4b0082;
}

.topRated-cyan {
  background: #23b6b6;
}

.topRated-teal {
  background: #0a9b9b;
}

.topRated-green {
  background: #0b9a0b;
}

.topRated-lime {
  background: #13d913;
}

.topRated-yellow {
  background: #d3c62b;
}

.topRated-orange {
  background: #ff8500;
}

.topRated-brown {
  background: #891d1d;
}

.topRated-grey {
  background: #525252;
}

.hsdPMcbCTx {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #9a0000;
  margin: 0;
  @media (max-width: 560px) {
    padding: 8px;
  }
  img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    padding: 0;
    margin: 0;
    @media (max-width: 560px) {
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      aspect-ratio: 1/1;
    }
  }
  p {
    padding: 0;
    margin: 0;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
    @media (max-width: 560px) {
      color: #fff;
      font-family: Inter;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 23px; /* 153.333% */
    }
  }
}

.foOPtqOIngwqN {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #182f00;
  backdrop-filter: blur(6px);
}

.yuoayPqtqlTr {
  max-width: 492px;
  width: 100%;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: #fff;
  box-shadow: 0px 0px 8px 1px rgba(255, 255, 255, 0.2);
}

.yuoayPqtqlTr img {
  margin-bottom: 16px;
}

.yuoayPqtqlTr p {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 10px;
}

.yuoayPqtqlTr span {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 16px;
}

.aotaInqtOngqp {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.aotaInqtOngqp button {
  display: flex;
  height: 44px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.vagOnfqPPgqn {
  border-radius: 8px;
  background: var(
    --Gradient-22,
    linear-gradient(0deg, #2f7c2f 3.33%, #2dc732 100%)
  );
  border: none;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}

.klfajIUntqoPgqnN {
  border-radius: 8px;
  border: 1px solid #aaa;
  color: #282828;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
  background-color: white;
}

@media (max-width: 600px) {
  .yuoayPqtqlTr {
    max-width: 343px;
  }

  .yuoayPqtqlTr img {
    margin: 0 0 12px;
  }

  .yuoayPqtqlTr span {
    margin: 0 0 12px;
  }

  .aotaInqtOngqp {
    flex-direction: column;
  }

  .aotaInqtOngqp button {
    width: 100%;
  }

  .yuoayPqtqlTr p {
    margin: 0 0 6px;
  }
}

.gqIbgqPngIBgaYb {
  position: absolute;
  z-index: -15;
}
