.level-up-your-rank {
  background: #040404;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .level-up-your-rank {
    padding: 34px 0;
  }
}

.luyr__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .luyr__container {
    padding: 0 32px;
  }
}
.luyr__title {
  color: #EEE;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 63.84px;
  letter-spacing: -1.12px;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .luyr__title {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 12px;
  }
}
.luyr__description {
  color: rgba(238, 238, 238, 0.7);
  max-width: 480px;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.4px;
  margin: 0 0 62px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .luyr__description {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.36px;
    margin-bottom: 102px;
  }
}
.luyr__wrapper {
  position: relative;
  width: 958px;
  max-width: 100%;
  min-height: 310px;
  margin: 0 auto;
  border-radius: 20px;
  background: #272113;
  padding: 2px;
  z-index: 1;
}
.luyr__wrapper-left-decor {
  position: absolute;
  left: -245px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -2;
}
@media (max-width: 1024px) {
  .luyr__wrapper-left-decor {
    display: none;
  }
}
.luyr__wrapper-right-decor {
  position: absolute;
  right: -245px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -2;
}
@media (max-width: 1024px) {
  .luyr__wrapper-right-decor {
    display: none;
  }
}
@media (max-width: 768px) {
  .luyr__wrapper {
    min-height: auto;
    padding: 0;
    border: 2px solid #272113;
  }
}
.luyr__wrapper:before {
  content: "";
  max-width: 723px;
  width: 100%;
  height: 288px;
  left: 50%;
  top: -11px;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../../../assets/img/level_up_bg_decor.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 768px) {
  .luyr__wrapper:before {
    top: -80px;
  }
}
@media (max-width: 576px) {
  .luyr__wrapper:before {
    width: 200%;
  }
}
.luyr__wrapper__left-decor {
  position: absolute;
  left: -165px;
  top: 25%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  will-change: transform, opacity;
}
.luyr__wrapper__right-decor {
  position: absolute;
  right: -155px;
  bottom: -55%;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  will-change: transform, opacity;
}
@media (max-width: 992px) {
  .luyr__wrapper__right-decor {
    bottom: 0;
  }
}
.luyr__wrapper.is-visible .luyr__wrapper__left-decor {
  -webkit-animation: floatUpCrystal 0.8s ease-out forwards;
          animation: floatUpCrystal 0.8s ease-out forwards;
}
.luyr__wrapper.is-visible .luyr__wrapper__right-decor {
  -webkit-animation: floatUpCrystal 0.8s ease-out 0.1s forwards;
          animation: floatUpCrystal 0.8s ease-out 0.1s forwards;
}
.luyr__ranks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  height: 100%;
}
@media (max-width: 992px) {
  .luyr__ranks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.luyr__rank-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 235px;
  min-height: 306px;
  padding: 42px 44px 44.5px;
  border-radius: 18px;
  background: #131009;
}
@media (max-width: 992px) {
  .luyr__rank-item {
    width: 100%;
    min-height: auto;
    padding: 32px 24px;
  }
}
.luyr__circle {
  width: 147px;
  height: 146px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-filter: drop-shadow(0 0 18px rgba(var(--luyr-glow-rgb), 0.26)) drop-shadow(0 6px 12px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0 0 18px rgba(var(--luyr-glow-rgb), 0.26)) drop-shadow(0 6px 12px rgba(0, 0, 0, 0.35));
}
.luyr__circle--gray {
  background: #1A1916;
  -webkit-box-shadow: 0 1.619px 3.238px 0 #5D5454 inset, 0 0.81px 0.405px 0 #5D5454 inset;
          box-shadow: 0 1.619px 3.238px 0 #5D5454 inset, 0 0.81px 0.405px 0 #5D5454 inset;
  --luyr-glow-rgb: 93, 84, 84;
}
.luyr__circle--blue {
  background: #070B22;
  -webkit-box-shadow: 0 1.619px 3.238px 0 #4662F0 inset, 0 0.81px 0.405px 0 #4662F0 inset;
          box-shadow: 0 1.619px 3.238px 0 #4662F0 inset, 0 0.81px 0.405px 0 #4662F0 inset;
  --luyr-glow-rgb: 70, 98, 240;
}
.luyr__circle--purple {
  background: #1B0722;
  -webkit-box-shadow: 0 1.619px 3.238px 0 #BD46F0 inset, 0 0.81px 0.405px 0 #BD46F0 inset;
          box-shadow: 0 1.619px 3.238px 0 #BD46F0 inset, 0 0.81px 0.405px 0 #BD46F0 inset;
  --luyr-glow-rgb: 189, 70, 240;
}
.luyr__circle--gold {
  background: #1B1708;
  -webkit-box-shadow: 0 1.619px 3.238px 0 #835A00 inset, 0 0.81px 0.405px 0 #7E550A inset;
          box-shadow: 0 1.619px 3.238px 0 #835A00 inset, 0 0.81px 0.405px 0 #7E550A inset;
  --luyr-glow-rgb: 255, 192, 66;
}
@media (max-width: 768px) {
  .luyr__circle {
    width: 120px;
    height: 120px;
    -webkit-filter: drop-shadow(0 0 14px rgba(var(--luyr-glow-rgb), 0.24)) drop-shadow(0 5px 10px rgba(0, 0, 0, 0.33));
            filter: drop-shadow(0 0 14px rgba(var(--luyr-glow-rgb), 0.24)) drop-shadow(0 5px 10px rgba(0, 0, 0, 0.33));
  }
}
.luyr__circle-text {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.6px;
}
@media (max-width: 768px) {
  .luyr__circle-text {
    font-size: 26px;
  }
}
.luyr__rank-title {
  color: #EEE;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.4px;
  margin: 0 0 5.5px;
}
.luyr__rank-requirement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.luyr__rank-icon {
  width: 28px;
  height: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.luyr__rank-text {
  color: rgba(238, 238, 238, 0.7);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.32px;
}

@-webkit-keyframes floatUpCrystal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes floatUpCrystal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}