@charset "utf-8";

._home-section-monthly-rewards { background-color: rgb(24, 24, 27); text-align: center; }

._home-section-monthly-rewards .inner { padding-bottom: 56px; padding-top: 56px; }

._home-section-monthly-rewards .title { color: rgb(255, 255, 255); font-size: 26px; font-weight: 500; letter-spacing: 0.78px; line-height: 32px; }

@media screen and (min-width: 768px) {
  ._home-section-monthly-rewards .title { font-size: 32px; letter-spacing: 0.96px; line-height: 40px; }
}

@media screen and (min-width: 1244px) {
  ._home-section-monthly-rewards .title { font-size: 40px; font-weight: 700; letter-spacing: 1.2px; line-height: 48px; }
}

._home-section-monthly-rewards .message { color: rgb(163, 163, 163); font-size: 14px; font-weight: 400; letter-spacing: 0.42px; line-height: 22px; margin-top: 8px; }

._home-section-monthly-rewards .message + .group { margin-top: 32px; }

._home-section-monthly-rewards .group h4 { color: rgb(255, 255, 255); font-size: 20px; font-weight: 500; letter-spacing: 0.6px; line-height: 24px; padding-bottom: 32px; }

@media screen and (min-width: 768px) {
  ._home-section-monthly-rewards .group h4 { font-size: 22px; letter-spacing: 0.66px; line-height: 26px; }
}

@media screen and (min-width: 1244px) {
  ._home-section-monthly-rewards .group h4 { font-size: 24px; letter-spacing: 0.72px; line-height: 32px; }
}

._home-section-monthly-rewards .items { gap: 32px; text-align: left; }

._home-section-monthly-rewards .item { margin-left: auto; margin-right: auto; max-width: 704px; width: 100%; }

._home-section-monthly-rewards .item .image { border-radius: 8px; }

._home-section-monthly-rewards .item .image img { border-radius: inherit; height: auto; max-width: 100%; width: 100%; }

._home-section-monthly-rewards .item h5 { color: rgb(255, 255, 255); display: flex; font-size: 16px; font-weight: 500; gap: 8px; justify-content: space-between; letter-spacing: 0.48px; line-height: 24px; margin-top: 20px; }

._home-section-monthly-rewards .item h5 a { color: rgb(255, 5, 5); flex: 0 0 auto; font-size: 14px; font-weight: 500; letter-spacing: 0.42px; line-height: 22px; }

._home-section-monthly-rewards .item h5 a:hover:not(.hover-disable) { color: rgb(192, 0, 0); }

._home-section-monthly-rewards .item p { color: rgb(163, 163, 163); font-size: 14px; font-weight: 400; letter-spacing: 0.42px; line-height: 22px; margin-top: 8px; text-align: left; }

._home-section-monthly-rewards .item.single .image { padding-top: 62.385%; position: relative; }

._home-section-monthly-rewards .item.single .image img { content: ""; height: 100%; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: auto; }

._home-section-monthly-rewards .btn-signup { margin: 32px auto 0px; width: 240px !important; }

@media screen and (min-width: 768px) {
  ._home-section-monthly-rewards .inner { padding-bottom: 64px; padding-top: 64px; }
  ._home-section-monthly-rewards .message { font-size: 16px; font-weight: 400; letter-spacing: 0.48px; line-height: 24px; }
  ._home-section-monthly-rewards .message + .group { margin-top: 40px; }
  ._home-section-monthly-rewards .group h4 { padding-bottom: 24px; }
  ._home-section-monthly-rewards .items { gap: 16px; }
  ._home-section-monthly-rewards .btn-signup { margin-top: 20px; }
  ._home-section-monthly-rewards .item.single { align-items: center; display: flex; gap: 20px; }
  ._home-section-monthly-rewards .item.single > * { flex: 1 1 0%; }
  ._home-section-monthly-rewards .item.single .info { display: flex; flex-direction: column; padding: 16px 8px; }
  ._home-section-monthly-rewards .item.single .info p { height: auto; }
  ._home-section-monthly-rewards .item.single .btn-signup { margin-left: 0px; margin-right: 0px; }
}

@media screen and (min-width: 1244px) {
  ._home-section-monthly-rewards .inner { padding-bottom: 104px; padding-top: 104px; }
  ._home-section-monthly-rewards .message { margin-top: 12px; }
  ._home-section-monthly-rewards .message + .group { margin-top: 72px; }
  ._home-section-monthly-rewards .items { gap: 24px; }
  ._home-section-monthly-rewards .item { max-width: inherit; }
  ._home-section-monthly-rewards .item p { height: 66px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  ._home-section-monthly-rewards .item .image { overflow: hidden; }
  ._home-section-monthly-rewards .item .image img { transform: scale(1); transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  ._home-section-monthly-rewards .item.single { gap: 24px; }
  ._home-section-monthly-rewards .item.single > a { flex: 0 0 588px; }
  ._home-section-monthly-rewards .item.single > a .image { padding-top: 40.82%; }
  ._home-section-monthly-rewards .item.single:active img, ._home-section-monthly-rewards .item.single:hover:not(.hover-disable) img { transform: translateX(-50%) scale(1.05); }
  ._home-section-monthly-rewards .item:active img, ._home-section-monthly-rewards .item:hover:not(.hover-disable) img { transform: scale(1.05); transition-duration: 3s; }
}