.ring-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 52px 0;
}

.ring-title span {
  border-radius: 50%;
  border: 4px solid #ff6803;
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-box-shadow: inset 1.5px 1px 2px #ff6803, 1.5px 1px 2px #ff6803;
          box-shadow: inset 1.5px 1px 2px #ff6803, 1.5px 1px 2px #ff6803;
}

.ring-title p {
  margin: 0 16px;
  font-size: 26px;
}

.mega-ring-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mega-ring-wrapper .mega-ring {
  border-radius: 50%;
  border: 16px solid #fdcd0e;
  width: 200px;
  height: 200px;
  -webkit-box-shadow: inset 4px 4px 4px #e7ba08, 4px 4px 4px #e7ba08;
          box-shadow: inset 4px 4px 4px #e7ba08, 4px 4px 4px #e7ba08;
  display: inline-block;
  margin: 0 16px;
}

.mega-ring-wrapper p {
  margin: 0 16px;
  font-size: 28px;
}

body,
html {
  height: 100%;
}

.ring-persp-wrapper {
  margin: 56px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 200px;
}

.ring-persp-wrapper .ring-persp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  -webkit-transform: translateX(-12%);
          transform: translateX(-12%);
  width: 100%;
  height: 100%;
}

.ring-persp-wrapper .ring-persp span {
  display: inline-block;
  position: absolute;
}

.ring-persp-wrapper .ring-persp span:nth-child(1) {
  border-radius: 50%;
  border: 2.5px solid #242424;
  width: 54px;
  height: 54px;
  left: 46px;
  -webkit-box-shadow: inset 0.5px 0.5px 0.5px #242424, 0.5px 0.5px 0.5px #242424;
          box-shadow: inset 0.5px 0.5px 0.5px #242424, 0.5px 0.5px 0.5px #242424;
}

.ring-persp-wrapper .ring-persp span:nth-child(2) {
  border-radius: 50%;
  border: 3.5px solid #242424;
  width: 68px;
  height: 68px;
  left: 92px;
  -webkit-box-shadow: inset 1px 1px 1px #242424, 1px 1px 1px #242424;
          box-shadow: inset 1px 1px 1px #242424, 1px 1px 1px #242424;
}

.ring-persp-wrapper .ring-persp span:nth-child(3) {
  border-radius: 50%;
  border: 4.5px solid #242424;
  width: 82px;
  height: 82px;
  left: 138px;
  -webkit-box-shadow: inset 1.5px 1.5px 1.5px #242424, 1.5px 1.5px 1.5px #242424;
          box-shadow: inset 1.5px 1.5px 1.5px #242424, 1.5px 1.5px 1.5px #242424;
}

.ring-persp-wrapper .ring-persp span:nth-child(4) {
  border-radius: 50%;
  border: 5.5px solid #242424;
  width: 96px;
  height: 96px;
  left: 184px;
  -webkit-box-shadow: inset 2px 2px 2px #242424, 2px 2px 2px #242424;
          box-shadow: inset 2px 2px 2px #242424, 2px 2px 2px #242424;
}

.ring-persp-wrapper .ring-persp span:nth-child(5) {
  border-radius: 50%;
  border: 6.5px solid #242424;
  width: 110px;
  height: 110px;
  left: 230px;
  left: 250px;
  -webkit-box-shadow: inset 2.5px 2.5px 2.5px #242424, 2.5px 2.5px 2.5px #242424;
          box-shadow: inset 2.5px 2.5px 2.5px #242424, 2.5px 2.5px 2.5px #242424;
}

.ring-persp-wrapper .ring-persp span:nth-child(6) {
  border-radius: 50%;
  border: 7.5px solid #242424;
  width: 124px;
  height: 124px;
  left: 276px;
  left: 300px;
  -webkit-box-shadow: inset 3px 3px 3px #242424, 3px 3px 3px #242424;
          box-shadow: inset 3px 3px 3px #242424, 3px 3px 3px #242424;
}

.ring-persp-wrapper p {
  margin: 0 16px;
  font-size: 28px;
}
/*# sourceMappingURL=precious.css.map */