.top-container {
  background:  url("../../images/man-right.png") no-repeat right bottom, url("../../images/man-left.png") no-repeat left bottom, url("../../images/header-bg-left.png") no-repeat left top, url("../../images/header-bg-right.png") no-repeat right top, url("../../images/header-bg.jpg") no-repeat bottom ;
  background-size: auto 80%, auto 80%, auto, auto, cover;
  padding-top: 85px;
}

.top-container .container-center {
  display:  flex;
  flex-direction:  column;
  align-items:  center;
  padding-bottom:  1.5rem;
}

@media (max-width: 1280px){
  .top-container {
    background-size: auto 70%, auto 70%, auto, auto, cover;
  }
}

@media (max-width: 992px){
  .top-container {
    background-size: auto 60%, auto 60%, auto, auto, cover;
  }
}

@media (max-width: 640px){
  .top-container {
    background:  url("../../images/header-bg-left.png") no-repeat left top, url("../../images/header-bg-right.png") no-repeat right top, url("../../images/header-bg.jpg") no-repeat bottom ;
    background-size: auto, auto, cover;
  }
}

/* Button styles */

.scroll-top {
  place-items: center;
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
  z-index: 1000;
  position:  fixed;
  right:  20px;
  bottom:  24px;
  display:  grid;
  height:  55px;
  width:  55px;
  cursor:  pointer;
  border-radius:  10px;
  border-width:  2px;
  --tw-border-opacity:  1;
  border-color:  rgb(255 238 108 / var(--tw-border-opacity, 1));
  --tw-bg-opacity:  1;
  background-color:  rgb(0 90 49 / var(--tw-bg-opacity, 1));
  --tw-text-opacity:  1;
  color:  rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity:  0;
}

.scroll-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top:focus {
  outline:  2px solid transparent;
  outline-offset:  2px;
}

/* simple arrow */

.scroll-top svg {
  position:  relative;
  top:  -0.125rem;
  height:  40px;
  width:  40px;
}

/* Respect reduced motion preference */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .scroll-top, .scroll-top.show {
    transition: none;
  }
}

.participation {
  background: #C3D27E;
  background: linear-gradient(180deg, rgba(195, 210, 126, 1) 0%, rgba(211, 224, 150, 1) 100%);
  padding-top:  2rem;
}

@media (min-width: 768px) {
  .participation {
    padding-top:  3.5rem;
    padding-bottom:  6rem;
  }
}

.participation h2 {
  background: url("../../images/h-bg1.png") no-repeat center;
  background-size: auto 100%;
  margin-bottom:  2rem;
  padding-top:  1rem;
  padding-bottom:  1rem;
  text-align:  center;
  font-family:  firago-Medium, sans-serif;
  font-size:  22px;
  --tw-text-opacity:  1;
  color:  rgb(255 238 108 / var(--tw-text-opacity, 1));
}

@media (min-width: 480px) {
  .participation h2 {
    margin-bottom:  3.5rem;
  }
}

@media (min-width: 768px) {
  .participation h2 {
    font-size:  28px;
  }
}

@media (min-width: 1024px) {
  .participation h2 {
    font-size:  32px;
  }
}

@media (min-width: 1280px) {
  .participation h2 {
    font-size:  36px;
  }
}

.participation-items {
  display:  flex;
  flex-direction:  column;
}

@media (min-width: 1024px) {
  .participation-items {
    flex-direction:  row;
  }
}

.participation-item {
  margin-bottom:  1.5rem;
  display:  flex;
  width:  100%;
  flex-direction:  column;
  align-items:  center;
  padding-left:  1rem;
  padding-right:  1rem;
}

@media (min-width: 480px) {
  .participation-item {
    flex-direction:  row;
  }
}

@media (min-width: 1024px) {
  .participation-item {
    width:  33.333333%;
    flex-direction:  column;
    padding-left:  2.5rem;
    padding-right:  2.5rem;
  }
}

.participation-item h3 {
  padding-top:  1.25rem;
  padding-bottom:  1.25rem;
  text-align:  center;
  font-family:  firago-Medium, sans-serif;
  font-size:  20px;
  font-weight:  400;
  --tw-text-opacity:  1;
  color:  rgb(0 90 49 / var(--tw-text-opacity, 1));
}

@media (min-width: 480px) {
  .participation-item h3 {
    text-align:  left;
  }
}

@media (min-width: 640px) {
  .participation-item h3 {
    font-size:  28px;
  }
}

@media (min-width: 1024px) {
  .participation-item h3 {
    padding-left:  1.25rem;
    padding-right:  1.25rem;
    text-align:  center;
  }
}

.participation-item h3 span {
  text-align:  center;
  font-weight:  700;
}

.participation-item--info {
  display:  flex;
  width:  100%;
  flex-direction:  column;
}

@media (min-width: 480px) {
  .participation-item--info {
    width:  66.666667%;
    padding-left:  2.5rem;
  }
}

@media (min-width: 640px) {
  .participation-item--info {
    width:  50%;
  }
}

@media (min-width: 1024px) {
  .participation-item--info {
    width:  100%;
    padding-left:  0px;
  }
}

.participation-item--info img {
  margin-bottom:  0.75rem;
  width:  100%;
}

.participation-item--img {
  display:  flex;
  width:  100%;
  justify-content:  center;
}

@media (min-width: 480px) {
  .participation-item--img {
    width:  33.333333%;
  }
}

@media (min-width: 640px) {
  .participation-item--img {
    width:  50%;
  }
}

@media (min-width: 1024px) {
  .participation-item--img {
    width:  100%;
  }
}

.participation-item--img img {
  width:  80%;
}

@media (min-width: 480px) {
  .participation-item--img img {
    width:  100%;
  }
}

.participation-item--info a {
  text-align:  center;
  font-family:  firago-Medium, sans-serif;
  font-size:  15px;
  --tw-text-opacity:  1;
  color:  rgb(100 89 7 / var(--tw-text-opacity, 1));
  text-decoration-line:  underline;
}

.prizes {
  position:  relative;
}

.prizes img {
  position:  relative;
  z-index:  10;
  width:  100%;
}

.prizes h2 {
  background: url("../../images/h-yellow-bg.png") no-repeat center;
  background-size: auto 100%;
  position:  absolute;
  top:  1.5rem;
  left:  50%;
  z-index:  20;
  margin-bottom:  2rem;
  width:  100%;
  --tw-translate-x:  -50%;
  transform:  translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-top:  0.5rem;
  padding-bottom:  0.5rem;
  text-align:  center;
  font-family:  firago-Medium, sans-serif;
  font-size:  22px;
  --tw-text-opacity:  1;
  color:  rgb(0 90 49 / var(--tw-text-opacity, 1));
}

@media (min-width: 480px) {
  .prizes h2 {
    margin-bottom:  3.5rem;
    padding-top:  1rem;
    padding-bottom:  1rem;
  }
}

@media (min-width: 768px) {
  .prizes h2 {
    top:  1.5rem;
    width:  500px;
    font-size:  28px;
  }
}

@media (min-width: 1024px) {
  .prizes h2 {
    font-size:  32px;
  }
}

@media (min-width: 1280px) {
  .prizes h2 {
    top:  2.5rem;
    font-size:  36px;
  }
}

.ranking-container {
  display:  flex;
  flex-direction:  column-reverse;
  align-items:  stretch;
  justify-content:  space-between;
}

@media (min-width: 1024px) {
  .ranking-container {
    flex-direction:  row;
  }
}

.ranking-weekly--wrapper {
  background: #C3D27E;
  background: linear-gradient(180deg, rgba(195, 210, 126, 1) 0%, rgba(211, 224, 150, 1) 100%);
  width:  100%;
  padding-top:  2rem;
  padding-bottom:  2rem;
}

@media (min-width: 1024px) {
  .ranking-weekly--wrapper {
    width:  50%;
  }
}

.ranking-weekly {
  margin-left:  auto;
  margin-right:  auto;
  width:  91.666667%;
}

@media (min-width: 640px) {
  .ranking-weekly {
    width:  83.333333%;
  }
}

.ranking-weekly h2 {
  background: url("../../images/h-bg2.png") no-repeat center;
  background-size: auto 100%;
  margin-left:  auto;
  margin-right:  auto;
  margin-bottom:  0.75rem;
  width:  300px;
  padding-top:  0.5rem;
  padding-bottom:  0.5rem;
  text-align:  center;
  font-family:  firago-Medium, sans-serif;
  font-size:  22px;
  --tw-text-opacity:  1;
  color:  rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 480px) {
  .ranking-weekly h2 {
    width:  350px;
    padding-top:  1rem;
    padding-bottom:  1rem;
  }
}

@media (min-width: 768px) {
  .ranking-weekly h2 {
    top:  1.5rem;
    width:  400px;
    font-size:  25px;
  }
}

@media (min-width: 1280px) {
  .ranking-weekly h2 {
    top:  2.5rem;
    width:  450px;
    font-size:  28px;
  }
}

.ranking-final--wrapper {
  width:  100%;
  --tw-bg-opacity:  1;
  background-color:  rgb(0 125 73 / var(--tw-bg-opacity, 1));
  padding-top:  1rem;
  padding-bottom:  1rem;
}

@media (min-width: 480px) {
  .ranking-final--wrapper {
    padding-top:  2rem;
    padding-bottom:  2rem;
  }
}

@media (min-width: 1024px) {
  .ranking-final--wrapper {
    width:  50%;
  }
}

.ranking-final {
  margin-left:  auto;
  margin-right:  auto;
  display:  flex;
  width:  100%;
  flex-direction:  column;
}

@media (min-width: 480px) {
  .ranking-final {
    width:  83.333333%;
  }
}

@media (min-width: 640px) {
  .ranking-final {
    width:  91.666667%;
  }
}

.ranking-final h2 {
  background: url("../../images/h-yellow-bg.png") no-repeat center;
  background-size: auto 100%;
  margin-left:  auto;
  margin-right:  auto;
  margin-bottom:  1.25rem;
  width:  100%;
  padding-top:  0.5rem;
  padding-bottom:  0.5rem;
  text-align:  center;
  font-family:  firago-Medium, sans-serif;
  font-size:  22px;
  --tw-text-opacity:  1;
  color:  rgb(0 90 49 / var(--tw-text-opacity, 1));
}

@media (min-width: 480px) {
  .ranking-final h2 {
    margin-bottom:  2rem;
    padding-top:  1rem;
    padding-bottom:  1rem;
  }
}

@media (min-width: 768px) {
  .ranking-final h2 {
    top:  1.5rem;
    margin-bottom:  3.5rem;
    width:  500px;
    font-size:  25px;
  }
}

@media (min-width: 1280px) {
  .ranking-final h2 {
    top:  2.5rem;
    font-size:  28px;
  }
}

.ranking-weekly--weeks {
  display:  flex;
  flex-wrap:  wrap;
  align-items:  center;
  justify-content:  flex-start;
  padding-bottom:  2rem;
}

.ranking-weekly--weeks button {
  margin-right:  0.5rem;
  display:  flex;
  align-items:  center;
  justify-content:  center;
  border-radius:  6px;
  --tw-bg-opacity:  1;
  background-color:  rgb(20 148 95 / var(--tw-bg-opacity, 1));
  padding-left:  0.75rem;
  padding-right:  0.75rem;
  padding-top:  0.5rem;
  padding-bottom:  0.5rem;
  font-size:  12px;
  --tw-text-opacity:  1;
  color:  rgb(211 224 150 / var(--tw-text-opacity, 1));
  transition-property:  color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function:  cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:  150ms;
}

.ranking-weekly--weeks button:hover {
  --tw-bg-opacity:  1;
  background-color:  rgb(255 238 108 / var(--tw-bg-opacity, 1));
  --tw-text-opacity:  1;
  color:  rgb(0 90 49 / var(--tw-text-opacity, 1));
}

.ranking-weekly--weeks button.active {
  display:  flex;
  align-items:  center;
  justify-content:  center;
  --tw-bg-opacity:  1;
  background-color:  rgb(0 90 49 / var(--tw-bg-opacity, 1));
  font-size:  12px;
  --tw-text-opacity:  1;
  color:  rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ranking-weekly--list {
  display:  flex;
  height:  24rem;
  overflow-y:  scroll;
}

.ranking-weekly--list ul {
  display:  grid;
  width:  100%;
  grid-template-columns:  repeat(2, minmax(0, 1fr));
  font-size:  18px;
  --tw-text-opacity:  1;
  color:  rgb(0 90 49 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .ranking-weekly--list ul {
    font-size:  24px;
  }
}

.ranking-weekly--list strong {
  font-weight:  700;
}

.ranking-weekly--list span {
  display:  inline-flex;
  width:  30px;
  text-align:  center;
}

.faq-wrapper {
  padding-top:  1.5rem;
  padding-bottom:  1.5rem;
  padding-left:  1rem;
  padding-right:  1rem;
}

@media (min-width: 480px) {
  .faq-wrapper {
    padding-top:  2.5rem;
    padding-bottom:  2.5rem;
  }
}

.faq h2 {
  background: url("../../images/h-yellow-bg.png") no-repeat center;
  background-size: auto 100%;
  margin-left:  auto;
  margin-right:  auto;
  margin-bottom:  1.25rem;
  width:  100%;
  padding-top:  0.5rem;
  padding-bottom:  0.5rem;
  text-align:  center;
  font-family:  firago-Medium, sans-serif;
  font-size:  22px;
  --tw-text-opacity:  1;
  color:  rgb(0 90 49 / var(--tw-text-opacity, 1));
}

@media (min-width: 480px) {
  .faq h2 {
    margin-bottom:  2rem;
    padding-top:  1rem;
    padding-bottom:  1rem;
  }
}

@media (min-width: 768px) {
  .faq h2 {
    margin-bottom:  3.5rem;
    font-size:  25px;
  }
}

@media (min-width: 1280px) {
  .faq h2 {
    font-size:  28px;
  }
}

.modal-wrapper{
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 50000;
  display: none;
  align-items: flex-start;
  justify-content: center;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4;
  padding-top: 5%;
}

.modal-wrapper.active{
  display: flex;
}

.modal{
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: #007d49;
}

@media (min-width: 480px){
  .modal{
    width: 360px;
  }
}

.modal-head{
  position: relative;
  padding-top: 1.5rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  text-align: center;
  font-family: firago-Medium, sans-serif;
  color: #ffee6c;
  font-size: 18px;
  --tw-text-opacity: 1;
}

.modal-head .modal-close{
  position: absolute;
  right: 15px;
  top: 15px;
}

.modal-content{
  max-height: calc(100dvh - 120px);
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  height:  100%;
  overflow-y:  auto;
}

.modal-content .form-group{
  position: relative;
}

.modal-content .form-group input{
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(180 163 30 / var(--tw-bg-opacity, 1));
  padding: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: firago-Semibold, sans-serif;
  --tw-text-opacity: 1;
  color: #005a31;
}

.modal-content .form-group input:focus{
  outline-width: 0px;
}

.modal-content .form-group input::-moz-placeholder{
  font-family: firago-Semibold, sans-serif;
  color: #005a31;
}

.modal-content .form-group input::placeholder{
  font-family: firago-Semibold, sans-serif;
  color: #005a31;
}

.modal-content .form-group--sms{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.modal-content .form-group--sms  .error-message{
  width: 100% !important;
}

.modal-content .error-message{
  margin-top: 0.375rem;
  margin-bottom: 1rem;
  display: flex;
  height: 16px;
  padding-left: 0.625rem;
  font-family: firago-Regular, sans-serif;
  font-size: 12px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: #ffee6c;
}

.modal-content .form-group--sms button,
.modal-content .form-group--sms .passwordReset-modal{
  position: absolute;
  right: 5px;
  top: 10px;
  margin-top: -0.375rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: firago-Medium, sans-serif;
  font-size: 11px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: #ffee6c;
  background: #005a31;
}

.modal-content .form-group--sms button:hover,
.modal-content .form-group--sms .passwordReset-modal:hover{
  --tw-bg-opacity: 0.8;
}

.modal-content .form-group--sms input{
  width: 100%;
}

.modal-content .modal-auth-btn{
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(180 163 30 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: firago-Semibold, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.modal-footer{
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: #66B191;
  padding: 1.25rem;
  text-align: center;
  font-family: firago-Medium, sans-serif;
  --tw-text-opacity: 1;
  color: #fff;
}

.modal-reg_link{
  margin-top: 0.75rem;
  display: flex;
  width: 100%;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  padding: 0.75rem;
  font-family: firago-Semibold, sans-serif;
  --tw-text-opacity: 1;
  color: #B2D8C8;
  background: #005a31;
}

.modal-reg_link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(237 26 63 / var(--tw-text-opacity, 1));
}

.personalCabinet  {
  background:  url("../../images/header-bg-left.png") no-repeat left top, url("../../images/header-bg-right.png") no-repeat right top, url("../../images/header-bg.jpg") no-repeat bottom ;
  background-size: auto, auto, cover;
  min-height: 100dvh;
}

.personalCabinet .top-container {
  background:  none ;
}

.personalCabinet .header-logo {
  display:  none;
}

@media (min-width: 480px) {
  .personalCabinet .header-logo {
    display:  flex;
  }
}

.personalCabinet .header-menu {
  display:  flex;
}

.personalCabinet .header-logo2.active {
  display:  flex;
}

.profile-area--wrapper {
  display:  flex;
  flex-direction:  column;
  align-items:  center;
  justify-content:  space-between;
}

@media (min-width: 480px) {
  .profile-area--wrapper {
    padding-top:  1.5rem;
  }
}

.profile-area {
  display:  flex;
  width:  100%;
  flex-direction:  row;
  flex-wrap:  wrap;
  align-items:  center;
  justify-content:  center;
  gap:  0.5rem;
}

@media (min-width: 480px) {
  .profile-area {
    gap:  0.75rem;
  }
}

@media (min-width: 640px) {
  .profile-area {
    gap:  1.5rem;
  }
}

.profile-area--col {
  display:  flex;
  width:  100%;
  flex-direction:  column;
  padding-left:  1.25rem;
  padding-right:  1.25rem;
  padding-top:  0px;
}

@media (min-width: 480px) {
  .profile-area--col {
    padding-top:  3.5rem;
  }
}

.profile-user {
  margin-bottom:  1rem;
  display:  flex;
  height:  150px;
  width:  150px;
  flex-shrink:  0;
  flex-direction:  column;
  align-items:  center;
  justify-content:  center;
  border-radius:  9999px;
  border-width:  2px;
  --tw-border-opacity:  1;
  border-color:  rgb(0 90 49 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {
  .profile-user {
    height:  200px;
    width:  200px;
  }
}

.profile-user strong {
  margin-top:  0.5rem;
  display:  flex;
  font-family:  firago-Medium, sans-serif;
  font-size:  18px;
  --tw-text-opacity:  1;
  color:  rgb(0 90 49 / var(--tw-text-opacity, 1));
}

.profile-user svg {
  width:  75px;
}

@media (min-width: 768px) {
  .profile-user svg {
    width:  100px;
  }
}

.point-area {
  margin-bottom:  1rem;
  display:  flex;
  height:  120px;
  width:  120px;
  flex-shrink:  0;
  flex-direction:  column;
  align-items:  center;
  justify-content:  center;
  border-radius:  9999px;
  border-width:  2px;
  --tw-border-opacity:  1;
  border-color:  rgb(20 143 90 / var(--tw-border-opacity, 1));
  --tw-bg-opacity:  1;
  background-color:  rgb(102 177 145 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .point-area {
    height:  160px;
    width:  160px;
  }
}

.point-area svg {
  width:  60px;
}

@media (min-width: 768px) {
  .point-area svg {
    width:  80px;
  }
}

.point-area strong {
  display:  flex;
  font-family:  firago-Medium, sans-serif;
  font-size:  18px;
  --tw-text-opacity:  1;
  color:  rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.gift-area {
  position:  relative;
  margin-bottom:  1rem;
  display:  flex;
  height:  130px;
  width:  130px;
  flex-shrink:  0;
  flex-direction:  column;
  align-items:  center;
  justify-content:  center;
  border-radius:  9999px;
  border-width:  2px;
  --tw-border-opacity:  1;
  border-color:  rgb(0 157 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity:  1;
  background-color:  rgb(178 216 200 / var(--tw-bg-opacity, 1));
}

@media (min-width: 480px) {
  .gift-area {
    height:  90px;
    width:  90px;
  }
}

@media (min-width: 768px) {
  .gift-area {
    height:  130px;
    width:  130px;
  }
}

.gift-area svg {
  position:  absolute;
  right:  -1rem;
  top:  -1rem;
  width:  60px;
}

@media (min-width: 480px) {
  .gift-area svg {
    right:  -0.75rem;
    top:  -0.75rem;
    width:  40px;
  }
}

@media (min-width: 768px) {
  .gift-area svg {
    right:  -1rem;
    top:  -1rem;
    width:  60px;
  }
}

.gift-area strong {
  margin-top:  0.5rem;
  display:  flex;
  font-family:  firago-Medium, sans-serif;
  font-size:  18px;
  --tw-text-opacity:  1;
  color:  rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 480px) {
  .gift-area strong {
    margin-top:  0.25rem;
  }
}

@media (min-width: 768px) {
  .gift-area strong {
    margin-top:  0.5rem;
  }
}

.file-upload--container {
  display:  flex;
  flex-direction:  column;
  align-items:  center;
}

.file-upload {
  position:  relative;
  margin-left:  auto;
  margin-right:  auto;
  margin-top:  1rem;
  display:  flex;
  height:  60px;
  width:  100%;
  max-width:  750px;
  overflow:  hidden;
  border-radius:  6px;
  --tw-border-opacity:  1;
  border-color:  rgb(0 90 49 / var(--tw-border-opacity, 1));
  --tw-bg-opacity:  1;
  background-color:  rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.file-upload input {
  display:  flex;
  height:  60px;
  flex:  1 1 0%;
  padding-left:  1rem;
  padding-right:  1rem;
}

.file-upload button {
  position:  absolute;
  right:  0px;
  top:  0px;
  height:  60px;
  border-width:  0px;
  --tw-bg-opacity:  1;
  background-color:  rgb(180 163 30 / var(--tw-bg-opacity, 1));
  padding-left:  1.25rem;
  padding-right:  1.25rem;
  font-family:  firago-Medium, sans-serif;
  --tw-text-opacity:  1;
  color:  rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.file-upload input:focus,
.file-upload button:focus {
  outline:  2px solid transparent;
  outline-offset:  2px;
}

.file-upload input:focus {
  outline:  2px solid transparent;
  outline-offset:  2px;
}

.file-upload-btn {
  margin-left:  auto;
  margin-right:  auto;
  height:  100px;
  width:  250px;
  border-radius:  10px;
  --tw-bg-opacity:  1;
  background-color:  rgb(0 90 49 / var(--tw-bg-opacity, 1));
  font-family:  firago-Medium, sans-serif;
  font-size:  24px;
  --tw-text-opacity:  1;
  color:  rgb(255 238 108 / var(--tw-text-opacity, 1));
}

.file-upload--check {
  position:  relative;
  height:  150px;
  width:  150px;
  overflow:  hidden;
  border-radius:  1.5rem;
  border-width:  4px;
  --tw-border-opacity:  1;
  border-color:  rgb(0 90 49 / var(--tw-border-opacity, 1));
}

.file-upload--check img {
  height:  150px;
  width:  150px;
  -o-object-fit:  cover;
     object-fit:  cover;
  opacity:  0.9;
}

.file-upload--check svg {
  position:  absolute;
  left:  50%;
  top:  50%;
  z-index:  10;
  --tw-translate-x:  -50%;
  --tw-translate-y:  -50%;
  transform:  translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.file-upload--success {
  display:  flex;
  min-height:  20px;
  padding-top:  0.625rem;
  padding-bottom:  0.625rem;
  text-align:  center;
  font-family:  firago-Medium, sans-serif;
  --tw-text-opacity:  1;
  color:  rgb(0 90 49 / var(--tw-text-opacity, 1));
}

.file-upload--error {
  display:  flex;
  min-height:  20px;
  padding-top:  0.625rem;
  padding-bottom:  0.625rem;
  text-align:  center;
  font-family:  firago-Medium, sans-serif;
  --tw-text-opacity:  1;
  color:  rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.my-checks--table {
  margin-bottom:  2.5rem;
  display:  flex;
  flex-wrap:  wrap;
  justify-content:  center;
  gap:  1rem;
}

.my-checks--table_item {
  position:  relative;
  display:  flex;
  height:  120px;
  width:  120px;
  flex-shrink:  0;
  cursor:  pointer;
  flex-direction:  column;
  align-items:  center;
  justify-content:  center;
  overflow:  hidden;
  border-radius:  9999px;
  border-width:  2px;
  --tw-bg-opacity:  1;
  background-color:  rgb(102 177 145 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .my-checks--table_item {
    height:  160px;
    width:  160px;
  }
}

.my-checks--table_item img {
  height:  100%;
  width:  100%;
  -o-object-fit:  cover;
     object-fit:  cover;
}

.my-checks--table_item time{
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  position:  absolute;
  top:  0px;
  left:  0px;
  right:  0px;
  display:  flex;
  justify-content:  center;
  border-bottom-right-radius:  9999px;
  border-bottom-left-radius:  9999px;
  --tw-bg-opacity:  1;
  background-color:  rgb(0 90 49 / var(--tw-bg-opacity, 1));
  padding-top:  0.875rem;
  padding-bottom:  0.625rem;
  text-align:  center;
  font-family:  firago-Medium, sans-serif;
  font-size:  14px;
  --tw-text-opacity:  1;
  color:  rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.my-checks--table_item.status--current {
  --tw-border-opacity:  1;
  border-color:  rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.my-checks--table_item.status--current time {
  --tw-bg-opacity:  1;
  background-color:  rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.my-checks--table_item.status--success {
  --tw-border-opacity:  1;
  border-color:  rgb(20 143 90 / var(--tw-border-opacity, 1));
}

.my-checks--table_item.status--success time {
  --tw-bg-opacity:  1;
  background-color:  rgb(0 90 49 / var(--tw-bg-opacity, 1));
}

.my-checks--table_item.status--error {
  --tw-border-opacity:  1;
  border-color:  rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.my-checks--table_item.status--error time {
  --tw-bg-opacity:  1;
  background-color:  rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.my-checks--notification {
  display:  flex;
  flex-wrap:  wrap;
  align-items:  center;
  justify-content:  space-between;
  border-top-left-radius:  6px;
  border-top-right-radius:  6px;
  --tw-bg-opacity:  1;
  background-color:  rgb(255 238 108 / var(--tw-bg-opacity, 1));
  padding:  0.75rem;
}

.my-checks--notification--footer {
  margin-bottom:  1rem;
  display:  flex;
  align-items:  center;
  justify-content:  center;
  border-bottom-right-radius:  6px;
  border-bottom-left-radius:  6px;
  --tw-bg-opacity:  1;
  background-color:  rgb(255 247 189 / var(--tw-bg-opacity, 1));
  padding-left:  0.75rem;
  padding-right:  0.75rem;
  padding-top:  0.375rem;
  padding-bottom:  0.375rem;
  text-align:  center;
  font-size:  11px;
}

@media (min-width: 640px) {
  .my-checks--notification--footer {
    margin-bottom:  2rem;
  }
}

.my-checks--notification--item {
  display:  flex;
  align-items:  center;
  justify-content:  flex-start;
}

.my-checks--notification--item span {
  display:  flex;
  height:  10px;
  width:  10px;
  border-radius:  9999px;
}

.my-checks--notification--item strong {
  margin-left:  0.5rem;
  font-family:  firago-Regular, sans-serif;
  font-size:  11px;
}

.my-checks--notification--item.status--success span {
  --tw-bg-opacity:  1;
  background-color:  rgb(0 90 49 / var(--tw-bg-opacity, 1));
}

.my-checks--notification--item.status--success strong {
  --tw-text-opacity:  1;
  color:  rgb(0 90 49 / var(--tw-text-opacity, 1));
}

.my-checks--notification--item.status--current span {
  --tw-bg-opacity:  1;
  background-color:  rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.my-checks--notification--item.status--current strong {
  --tw-text-opacity:  1;
  color:  rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.my-checks--notification--item.status--error span {
  --tw-bg-opacity:  1;
  background-color:  rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.my-checks--notification--item.status--error strong {
  --tw-text-opacity:  1;
  color:  rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.my-checks h2 {
  background: url("../../images/h-yellow-bg.png") no-repeat center;
  background-size: auto 100%;
  margin-left:  auto;
  margin-right:  auto;
  margin-bottom:  1.25rem;
  margin-top:  1.25rem;
  width:  100%;
  padding-top:  0.5rem;
  padding-bottom:  0.5rem;
  text-align:  center;
  font-family:  firago-Medium, sans-serif;
  font-size:  22px;
  --tw-text-opacity:  1;
  color:  rgb(0 90 49 / var(--tw-text-opacity, 1));
}

@media (min-width: 480px) {
  .my-checks h2 {
    margin-bottom:  2rem;
    margin-top:  2.5rem;
    padding-top:  1rem;
    padding-bottom:  1rem;
  }
}

@media (min-width: 768px) {
  .my-checks h2 {
    font-size:  25px;
  }
}

@media (min-width: 1280px) {
  .my-checks h2 {
    font-size:  28px;
  }
}

.check-modal {
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: #fff;
  position: relative;
}

.check-modal .modal-close {
  position:  absolute;
  right:  1.25rem;
  top:  1.5rem;
}

@media (min-width: 480px){
  .check-modal{
    width: 460px;
  }
}

.check-modal--head {
  padding-top:  1rem;
  padding-bottom:  1rem;
  text-align:  center;
  font-family:  firago-Medium, sans-serif;
  font-size:  20px;
  --tw-text-opacity:  1;
  color:  rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#status--current.check-modal--head {
  --tw-bg-opacity:  1;
  background-color:  rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

#status--success.check-modal--head {
  --tw-bg-opacity:  1;
  background-color:  rgb(0 90 49 / var(--tw-bg-opacity, 1));
}

#status--error.check-modal--head {
  --tw-bg-opacity:  1;
  background-color:  rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.check-modal--desc {
  display:  flex;
  justify-content:  center;
  padding-top:  0.625rem;
  padding-bottom:  0.625rem;
  text-align:  center;
  font-family:  firago-Medium, sans-serif;
  font-size:  14px;
  --tw-text-opacity:  1;
  color:  rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.check-modal--img {
  max-height:  500px;
  width:  100%;
  -o-object-fit:  contain;
     object-fit:  contain;
}

#uploadForm {
  display:  flex;
  width:  100%;
  flex-direction:  column;
  align-items:  center;
}

.accordion {
  display:  flex;
  flex-direction:  column;
}

.accordion-item {
  cursor:  pointer;
}

.accordion-item--title {
  margin-bottom:  1.5rem;
  display:  flex;
  justify-content:  space-between;
  border-radius:  6px;
  --tw-bg-opacity:  1;
  background-color:  rgb(0 90 49 / var(--tw-bg-opacity, 1));
  padding-top:  1.25rem;
  padding-bottom:  1.25rem;
  padding-left:  2rem;
  padding-right:  2rem;
  font-family:  firago-Medium, sans-serif;
  font-weight:  16px;
  --tw-text-opacity:  1;
  color:  rgb(255 238 108 / var(--tw-text-opacity, 1));
}

.accordion-item--title:after {
  content: "";
  background: url("../../images/plus.svg") no-repeat center;
  display:  flex;
  height:  20px;
  width:  20px;
  align-items:  center;
  justify-content:  center;
}

.accordion-item.active .accordion-item--title:after {
  background: url("../../images/minus.svg") no-repeat center;
}

.accordion-item--content {
  transition: 0.55s;
  height:  0px;
  overflow:  hidden;
  padding-left:  2rem;
  padding-right:  2rem;
}

.accordion-item--content li {
  list-style-position:  inside;
  list-style-type:  disc;
}

.accordion-item.active .accordion-item--content {
  height:  auto;
  padding-bottom:  1.5rem;
  --tw-text-opacity:  1;
  color:  rgb(0 90 49 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .accordion-item.active .accordion-item--content {
    padding-bottom:  2.5rem;
  }
}

.ranking-table table {
  border-width:  0px;
  --tw-text-opacity:  1;
  color:  rgb(255 238 108 / var(--tw-text-opacity, 1));
}

.ranking-table table td {
  padding:  0.5rem;
  text-align:  center;
  font-weight:  700;
}

@media (min-width: 640px) {
  .ranking-table table td {
    padding-top:  1rem;
    padding-bottom:  1rem;
  }
}

.ranking-table table th span {
  display:  none;
}

@media (min-width: 480px) {
  .ranking-table table th span {
    display:  inline;
  }
}

.ranking-table table td img {
  margin-left:  auto;
  margin-right:  auto;
}

.ranking-table table thead {
  height:  50px;
  --tw-bg-opacity:  1;
  background-color:  rgb(0 90 49 / var(--tw-bg-opacity, 1));
  font-family:  firago-Medium, sans-serif;
  font-size:  18px;
  --tw-text-opacity:  1;
  color:  rgb(255 238 108 / var(--tw-text-opacity, 1));
}

.ranking-table table tr {
  border-bottom-width:  4px;
  --tw-border-opacity:  1;
  border-color:  rgb(0 90 49 / var(--tw-border-opacity, 1));
}

.ranking-table table tbody .ranking-leader span{
  background: url("../../images/star-svg.svg");
  margin-left:  auto;
  margin-right:  auto;
  text-align:  center;
  --tw-text-opacity:  1;
  color:  rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header {
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  max-width: 1366px;
  position:  fixed;
  top:  -0px;
  left:  50%;
  z-index:  9977;
  width:  100%;
  --tw-translate-x:  -50%;
  transform:  translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-bottom-right-radius:  6px;
  border-bottom-left-radius:  6px;
  --tw-bg-opacity:  1;
  background-color:  rgb(0 90 49 / var(--tw-bg-opacity, 1));
  padding-left:  1.25rem;
  padding-right:  1.25rem;
  padding-top:  0.625rem;
  padding-bottom:  0.625rem;
  font-family:  firago-Semibold, sans-serif;
  transition-property:  color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function:  cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:  150ms;
}

@media (min-width: 640px) {
  .header {
    width:  91.666667%;
  }
}

.header-logo {
  position:  absolute;
  top:  0.5rem;
  left:  50%;
  display:  none;
  width:  180px;
  --tw-translate-x:  -50%;
  transform:  translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 480px) {
  .header-logo {
    display:  flex;
    width:  250px;
  }
}

@media (min-width: 1024px) {
  .header-logo {
    display:  none;
  }
}

.header-logo2 {
  position:  absolute;
  top:  1.5rem;
  left:  50%;
  width:  160px;
  --tw-translate-x:  -50%;
  transform:  translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 480px) {
  .header-logo2 {
    top:  0.5rem;
    display:  none;
    width:  200px;
  }
}

.header-logo2.active {
  display:  flex;
}

@media (min-width: 1024px) {
  .header-logo2.active {
    display:  none;
  }
}

.header-nav {
  display:  flex;
  align-items:  center;
  justify-content:  space-between;
}

.header-menu {
  display:  none;
  flex:  1 1 0%;
}

@media (min-width: 1024px) {
  .header-menu {
    display:  flex;
  }
}

.header-nav ul {
  display:  flex;
  width:  100%;
  align-items:  center;
  justify-content:  space-between;
  padding-right:  2.5rem;
}

.header-nav ul a {
  --tw-text-opacity:  1;
  color:  rgb(255 238 108 / var(--tw-text-opacity, 1));
}

.header-nav ul a:hover {
  --tw-text-opacity:  1;
  color:  rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header-nav li {
  padding-left:  0.5rem;
  padding-right:  0.5rem;
}

.header-nav ul a.active {
  --tw-text-opacity:  1;
  color:  rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header-content {
  display:  flex;
  width:  100%;
  flex:  1 1 0%;
  flex-direction:  column;
  padding-left:  1rem;
  padding-right:  1rem;
  padding-top:  3.5rem;
}

@media (min-width: 480px) {
  .header-content {
    padding-left:  0px;
    padding-right:  0px;
    padding-top:  7rem;
  }
}

@media (min-width: 768px) {
  .header-content {
    width:  75%;
  }
}

@media (min-width: 1024px) {
  .header-content {
    padding-top:  0px;
  }
}

@media (min-width: 1280px) {
  .header-content {
    width:  83.333333%;
  }
}

.header-content--logo {
  margin-left:  auto;
  margin-right:  auto;
  display:  none;
  justify-content:  center;
}

@media (min-width: 1024px) {
  .header-content--logo {
    margin-top:  2.5rem;
    display:  flex;
  }
}

.header-content h1 {
  text-shadow: 2px 3px 3px rgba(0,0,0,0.5);
  text-align:  center;
  font-family:  firago-Semibold, sans-serif;
  font-size:  28px;
  --tw-text-opacity:  1;
  color:  rgb(0 90 49 / var(--tw-text-opacity, 1));
}

@media (min-width: 480px) {
  .header-content h1 {
    font-size:  36px;
  }
}

@media (min-width: 768px) {
  .header-content h1 {
    font-size:  46px;
  }
}

@media (min-width: 1024px) {
  .header-content h1 {
    margin-bottom:  1.25rem;
  }
}

@media (min-width: 1536px) {
  .header-content h1 {
    margin-bottom:  2.5rem;
    font-size:  54px;
  }
}

.header-content h1 span {
  --tw-text-opacity:  1;
  color:  rgb(72 64 7 / var(--tw-text-opacity, 1));
}

.header-content--info {
  margin-top:  0.5rem;
  display:  flex;
  flex-direction:  column-reverse;
  align-items:  stretch;
  justify-content:  space-between;
}

@media (min-width: 1024px) {
  .header-content--info {
    margin-top:  2.5rem;
    flex-direction:  row;
  }
}

.header-content--product {
  margin-left:  auto;
  margin-right:  auto;
  display:  flex;
  width:  100%;
  flex-direction:  column;
  align-items:  center;
}

@media (min-width: 640px) {
  .header-content--product {
    width:  91.666667%;
  }
}

@media (min-width: 1024px) {
  .header-content--product {
    width:  50%;
  }
}

.header-content--product span {
  margin-top:  1.5rem;
  font-family:  firago-Medium, sans-serif;
  font-size:  15px;
  --tw-text-opacity:  1;
  color:  rgb(0 90 49 / var(--tw-text-opacity, 1));
}

.header-content--product strong {
  margin-top:  0.5rem;
  display:  inline;
  font-family:  firago-Medium, sans-serif;
  font-size:  15px;
  font-weight:  400;
  --tw-text-opacity:  1;
  color:  rgb(91 82 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .header-content--product strong {
    display:  none;
  }
}

.header-content--btns {
  margin-left:  auto;
  margin-right:  auto;
  margin-bottom:  3.5rem;
  display:  flex;
  width:  100%;
  flex-direction:  column;
  align-items:  center;
  padding-top:  2rem;
}

@media (min-width: 480px) {
  .header-content--btns {
    width:  75%;
  }
}

@media (min-width: 640px) {
  .header-content--btns {
    padding-top:  3rem;
  }
}

@media (min-width: 768px) {
  .header-content--btns {
    width:  66.666667%;
  }
}

@media (min-width: 1024px) {
  .header-content--btns {
    margin-bottom:  0px;
    width:  50%;
    padding-left:  2.5rem;
    padding-right:  2.5rem;
  }
}

.header-content--btns_container {
  display:  flex;
  width:  100%;
  align-items:  center;
  justify-content:  center;
}

.header-content--btns_container .singInBtn {
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  position:  relative;
  z-index:  20;
  display:  flex;
  height:  60px;
  width:  41.666667%;
  align-items:  center;
  justify-content:  center;
  border-top-left-radius:  10px;
  border-bottom-left-radius:  10px;
  --tw-bg-opacity:  1;
  background-color:  rgb(180 163 30 / var(--tw-bg-opacity, 1));
  font-size:  20px;
  --tw-text-opacity:  1;
  color:  rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .header-content--btns_container .singInBtn {
    height:  80px;
  }
}

.header-content--btns_container .regBtn {
  position:  relative;
  z-index:  10;
  display:  flex;
  height:  60px;
  width:  58.333333%;
  align-items:  center;
  justify-content:  center;
  border-top-right-radius:  10px;
  border-bottom-right-radius:  10px;
  --tw-bg-opacity:  1;
  background-color:  rgb(33 132 87 / var(--tw-bg-opacity, 1));
  font-size:  20px;
  --tw-text-opacity:  1;
  color:  rgb(255 238 108 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .header-content--btns_container .regBtn {
    height:  80px;
  }
}

.header-content--btns span {
  margin-top:  auto;
  display:  none;
  font-family:  firago-Medium, sans-serif;
  font-size:  15px;
  --tw-text-opacity:  1;
  color:  rgb(91 82 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .header-content--btns span {
    display:  inline;
  }
}

.burger-menu_btn {
  display:  flex;
}

@media (min-width: 1024px) {
  .burger-menu_btn {
    display:  none;
  }
}

.header-authBtn {
  margin-left:  auto;
  display:  flex;
  width:  auto;
  align-items:  center;
  justify-content:  flex-start;
  text-wrap:  nowrap;
  border-radius:  6px;
  --tw-bg-opacity:  1;
  background-color:  rgb(0 125 73 / var(--tw-bg-opacity, 1));
  padding-left:  0.5rem;
  padding-right:  0.5rem;
  padding-top:  0.5rem;
  padding-bottom:  0.5rem;
  font-size:  14px;
  --tw-text-opacity:  1;
  color:  rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property:  color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function:  cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:  150ms;
}

.header-authBtn:hover {
  --tw-bg-opacity:  0.55;
}

@media (min-width: 1024px) {
  .header-authBtn {
    padding-left:  0.75rem;
    padding-right:  0.75rem;
    padding-top:  0.625rem;
    padding-bottom:  0.625rem;
  }
}

.header-authBtn span {
  display:  none;
}

@media (min-width: 1280px) {
  .header-authBtn span {
    display:  inline;
  }
}

.header-authBtn strong {
  display:  none;
}

@media (min-width: 640px) {
  .header-authBtn strong {
    display:  inline;
  }
}

.header-authBtn img {
  filter: brightness(0) invert(1);
  width:  25px;
}

@media (min-width: 640px) {
  .header-authBtn img {
    margin-right:  0.5rem;
  }
}

@media (min-width: 1024px) {
  .header-authBtn img {
    margin-right:  0.75rem;
    width:  30px;
  }
}

.header-authBtn svg {
  filter: brightness(0) invert(1);
  width:  25px;
}

@media (min-width: 640px) {
  .header-authBtn svg {
    margin-right:  0.5rem;
  }
}

@media (min-width: 1024px) {
  .header-authBtn svg {
    margin-right:  0.75rem;
    width:  30px;
  }
}

.main-menu--mobile {
  transition: 0.3s;
  position:  fixed;
  top:  0px;
  right:  0px;
  left:  0px;
  bottom:  0px;
  z-index:  9999;
  display:  none;
  flex-direction:  column;
  justify-content:  flex-start;
  background-color:  rgb(0 90 49 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity:  0.9;
  padding:  1rem;
}

@media (min-width: 480px) {
  .main-menu--mobile {
    padding:  2.5rem;
  }
}

.main-menu--mobile nav a {
  font-size:  20px;
  --tw-text-opacity:  1;
  color:  rgb(255 238 108 / var(--tw-text-opacity, 1));
}

.main-menu--mobile nav a:hover {
  --tw-text-opacity:  1;
  color:  rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.main-menu--mobile ul {
  margin-top:  50px;
  display:  flex;
  flex-direction:  column;
}

.main-menu--mobile li {
  margin-bottom:  0.75rem;
}

.main-menu--mobile.active {
  display:  flex;
}

.main-menu--mobile .close {
  position:  absolute;
  right:  20px;
  top:  10px;
  display:  flex;
  height:  42px;
  width:  42px;
  align-items:  center;
  justify-content:  center;
  border-radius:  6px;
  --tw-bg-opacity:  1;
  background-color:  rgb(0 125 73 / var(--tw-bg-opacity, 1));
}

.footer {
  display:  flex;
  flex-direction:  column;
  align-items:  center;
  --tw-bg-opacity:  1;
  background-color:  rgb(255 238 108 / var(--tw-bg-opacity, 1));
  padding-top:  1.25rem;
  padding-bottom:  1.25rem;
  padding-left:  1rem;
  padding-right:  1rem;
}

.footer img {
  width:  160px;
}

.footer-nav ul {
  display:  flex;
  flex-wrap:  wrap;
  align-items:  center;
  justify-content:  center;
}

.footer-nav ul li {
  margin-bottom:  0.75rem;
  border-right-width:  1px;
  --tw-border-opacity:  1;
  border-color:  rgb(0 90 49 / var(--tw-border-opacity, 1));
  padding-left:  0.5rem;
  padding-right:  0.5rem;
  line-height:  12px;
}

.footer-nav ul li:last-child {
  border-right-width:  0px;
}

.footer-nav ul li a {
  --tw-text-opacity:  1;
  color:  rgb(0 90 49 / var(--tw-text-opacity, 1));
}

.footer-nav ul li a:hover {
  --tw-text-opacity:  1;
  color:  rgb(72 64 7 / var(--tw-text-opacity, 1));
}

.footer .copy {
  display:  inline-flex;
  font-size:  12px;
  --tw-text-opacity:  1;
  color:  rgb(72 64 7 / var(--tw-text-opacity, 1));
}

*, ::before, ::after {
  --tw-border-spacing-x:  0;
  --tw-border-spacing-y:  0;
  --tw-translate-x:  0;
  --tw-translate-y:  0;
  --tw-rotate:  0;
  --tw-skew-x:  0;
  --tw-skew-y:  0;
  --tw-scale-x:  1;
  --tw-scale-y:  1;
  --tw-pan-x:   ;
  --tw-pan-y:   ;
  --tw-pinch-zoom:   ;
  --tw-scroll-snap-strictness:  proximity;
  --tw-gradient-from-position:   ;
  --tw-gradient-via-position:   ;
  --tw-gradient-to-position:   ;
  --tw-ordinal:   ;
  --tw-slashed-zero:   ;
  --tw-numeric-figure:   ;
  --tw-numeric-spacing:   ;
  --tw-numeric-fraction:   ;
  --tw-ring-inset:   ;
  --tw-ring-offset-width:  0px;
  --tw-ring-offset-color:  #fff;
  --tw-ring-color:  rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow:  0 0 #0000;
  --tw-ring-shadow:  0 0 #0000;
  --tw-shadow:  0 0 #0000;
  --tw-shadow-colored:  0 0 #0000;
  --tw-blur:   ;
  --tw-brightness:   ;
  --tw-contrast:   ;
  --tw-grayscale:   ;
  --tw-hue-rotate:   ;
  --tw-invert:   ;
  --tw-saturate:   ;
  --tw-sepia:   ;
  --tw-drop-shadow:   ;
  --tw-backdrop-blur:   ;
  --tw-backdrop-brightness:   ;
  --tw-backdrop-contrast:   ;
  --tw-backdrop-grayscale:   ;
  --tw-backdrop-hue-rotate:   ;
  --tw-backdrop-invert:   ;
  --tw-backdrop-opacity:   ;
  --tw-backdrop-saturate:   ;
  --tw-backdrop-sepia:   ;
  --tw-contain-size:   ;
  --tw-contain-layout:   ;
  --tw-contain-paint:   ;
  --tw-contain-style:   ;
}

::backdrop {
  --tw-border-spacing-x:  0;
  --tw-border-spacing-y:  0;
  --tw-translate-x:  0;
  --tw-translate-y:  0;
  --tw-rotate:  0;
  --tw-skew-x:  0;
  --tw-skew-y:  0;
  --tw-scale-x:  1;
  --tw-scale-y:  1;
  --tw-pan-x:   ;
  --tw-pan-y:   ;
  --tw-pinch-zoom:   ;
  --tw-scroll-snap-strictness:  proximity;
  --tw-gradient-from-position:   ;
  --tw-gradient-via-position:   ;
  --tw-gradient-to-position:   ;
  --tw-ordinal:   ;
  --tw-slashed-zero:   ;
  --tw-numeric-figure:   ;
  --tw-numeric-spacing:   ;
  --tw-numeric-fraction:   ;
  --tw-ring-inset:   ;
  --tw-ring-offset-width:  0px;
  --tw-ring-offset-color:  #fff;
  --tw-ring-color:  rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow:  0 0 #0000;
  --tw-ring-shadow:  0 0 #0000;
  --tw-shadow:  0 0 #0000;
  --tw-shadow-colored:  0 0 #0000;
  --tw-blur:   ;
  --tw-brightness:   ;
  --tw-contrast:   ;
  --tw-grayscale:   ;
  --tw-hue-rotate:   ;
  --tw-invert:   ;
  --tw-saturate:   ;
  --tw-sepia:   ;
  --tw-drop-shadow:   ;
  --tw-backdrop-blur:   ;
  --tw-backdrop-brightness:   ;
  --tw-backdrop-contrast:   ;
  --tw-backdrop-grayscale:   ;
  --tw-backdrop-hue-rotate:   ;
  --tw-backdrop-invert:   ;
  --tw-backdrop-opacity:   ;
  --tw-backdrop-saturate:   ;
  --tw-backdrop-sepia:   ;
  --tw-contain-size:   ;
  --tw-contain-layout:   ;
  --tw-contain-paint:   ;
  --tw-contain-style:   ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

@font-face {
  font-family: 'firago-Heavy';

  src: url('../fonts/FiraGO-Heavy.eot');

  src: url('../fonts/FiraGO-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraGO-Heavy.woff2') format('woff2'),
        url('../fonts/FiraGO-Heavy.woff') format('woff'),
        url('../fonts/FiraGO-Heavy.ttf')  format('truetype'),
        url('../fonts/FiraGO-Heavy.svg#svgFontName') format('svg');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'firago-Semibold';

  src: url('../fonts/FiraGO-SemiBold.eot');

  src: url('../fonts/FiraGO-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraGO-SemiBold.woff2') format('woff2'),
        url('../fonts/FiraGO-SemiBold.woff') format('woff'),
        url('../fonts/FiraGO-SemiBold.svg#svgFontName') format('svg');

  font-style: normal;
}

@font-face {
  font-family: 'firago-Medium';

  src: url('../fonts/FiraGO-Medium.eot');

  src: url('../fonts/FiraGO-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraGO-Medium.woff2') format('woff2'),
        url('../fonts/FiraGO-Medium.woff') format('woff'),
        url('../fonts/FiraGO-Medium.svg#svgFontName') format('svg');

  font-style: normal;
}

@font-face {
  font-family: 'firago-Regular';

  src: url('../fonts/FiraGO-Regular.eot');

  src: url('../fonts/FiraGO-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraGO-Regular.woff2') format('woff2'),
        url('../fonts/FiraGO-Regular.woff') format('woff'),
        url('../fonts/FiraGO-Regular.svg#svgFontName') format('svg');

  font-style: normal;
}

.mx-auto {
  margin-left:  auto;
  margin-right:  auto;
}

.mb-1\.5 {
  margin-bottom:  0.375rem;
}

.mb-4 {
  margin-bottom:  1rem;
}

.flex {
  display:  flex;
}

.table {
  display:  table;
}

.hidden {
  display:  none;
}

.w-full {
  width:  100%;
}

.max-w-\[1200px\] {
  max-width:  1200px;
}

.flex-col {
  flex-direction:  column;
}

.items-center {
  align-items:  center;
}

.justify-center {
  justify-content:  center;
}

.\!bg-primary_gray {
  --tw-bg-opacity:  1 !important;
  background-color:  rgb(30 30 30 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-primary_green {
  --tw-bg-opacity:  1 !important;
  background-color:  rgb(0 90 49 / var(--tw-bg-opacity, 1)) !important;
}

.bg-white {
  --tw-bg-opacity:  1;
  background-color:  rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.px-4 {
  padding-left:  1rem;
  padding-right:  1rem;
}

.pb-2 {
  padding-bottom:  0.5rem;
}

.pt-10 {
  padding-top:  2.5rem;
}

.text-center {
  text-align:  center;
}

.font-firRegular {
  font-family:  firago-Regular, sans-serif;
}

.font-firSemibold {
  font-family:  firago-Semibold, sans-serif;
}

.text-\[12px\] {
  font-size:  12px;
}

.text-\[20px\] {
  font-size:  20px;
}

.font-bold {
  font-weight:  700;
}

.text-primary_green {
  --tw-text-opacity:  1;
  color:  rgb(0 90 49 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity:  1;
  color:  rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line:  underline;
}

.container-center {
  max-width: 1366px;
  margin:  auto;
  width:  100%;
}

@media (min-width: 640px) {
  .container-center {
    width:  91.666667%;
  }
}

html {
  scroll-behavior: smooth;
}

.box-title {
  margin-top:  3.5rem;
  margin-bottom:  3rem;
  display:  flex;
  flex-direction:  column;
  text-align:  center;
  font-size:  20px;
}

@media (min-width: 640px) {
  .box-title {
    font-size:  32px;
  }
}

@media (min-width: 768px) {
  .box-title {
    padding-top:  4rem;
    padding-bottom:  3.5rem;
  }
}

@media (min-width: 1024px) {
  .box-title {
    padding-top:  5rem;
    padding-bottom:  4rem;
  }
}

.box-title:after {
  content: "";
  width: 30%;
  height: 1px;
  display: flex;
  border-bottom: 3px solid;
}

::-moz-selection {
  --tw-text-opacity:  1;
  color:  rgb(255 255 255 / var(--tw-text-opacity, 1));
}

::selection {
  --tw-text-opacity:  1;
  color:  rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* width */

::-webkit-scrollbar {
  width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
  --tw-bg-opacity:  1;
  background-color:  rgb(30 30 30 / var(--tw-bg-opacity, 1));
}

/* Handle */

::-webkit-scrollbar-thumb {
  --tw-bg-opacity:  1;
  background-color:  rgb(255 238 108 / var(--tw-bg-opacity, 1));
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity:  1;
  background-color:  rgb(0 90 49 / var(--tw-bg-opacity, 1));
}

.ranking-weekly--list::-webkit-scrollbar {
  width: 4px;
}

/* Track */

.ranking-weekly--list::-webkit-scrollbar-track {
  background-color:  rgb(0 90 49 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity:  0.3;
}

/* Handle */

.ranking-weekly--list::-webkit-scrollbar-thumb {
  --tw-bg-opacity:  1;
  background-color:  rgb(0 90 49 / var(--tw-bg-opacity, 1));
}

body {
  font-family:  firago-Regular, sans-serif;
}

.hover\:\!bg-opacity-60:hover {
  --tw-bg-opacity:  0.6 !important;
}

.hover\:\!bg-opacity-80:hover {
  --tw-bg-opacity:  0.8 !important;
}

@media (min-width: 768px) {
  .md\:flex {
    display:  flex;
  }

  .md\:hidden {
    display:  none;
  }
}

