@import url("https://fonts.googleapis.com/css?family=Nunito:400,900");
#poccn .progress_inner #step-1:checked + input + input + input + input + div + div + div + div > .box_base, #poccn .progress_inner #step-5:checked + div + div + div + div > .box_base, #poccn .progress_inner #step-4:checked + input + div + div + div + div > .box_base, #poccn .progress_inner #step-3:checked + input + input + div + div + div + div > .box_base, #poccn .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_base {
  top: 50%;
  left: 0px;
  opacity: 1;
}
#poccn .progress_inner #step-1:checked + input + input + input + input + div + div + div + div > .box_item, #poccn .progress_inner #step-5:checked + div + div + div + div > .box_item, #poccn .progress_inner #step-4:checked + input + div + div + div + div > .box_item, #poccn .progress_inner #step-3:checked + input + input + div + div + div + div > .box_item, #poccn .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_item {
  top: -30px;
  left: 0px;
  opacity: 0;
}

#poccn .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_lid, #poccn .progress_inner #step-5:checked + div + div + div + div > .box_lid, #poccn .progress_inner #step-4:checked + input + div + div + div + div > .box_lid {
  top: -20px;
  left: 0px;
  opacity: 0;
}
#poccn .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_item, #poccn .progress_inner #step-5:checked + div + div + div + div > .box_item, #poccn .progress_inner #step-4:checked + input + div + div + div + div > .box_item {
  top: -10px;
  left: 0px;
  opacity: 1;
}

#poccn .progress_inner #step-3:checked + input + input + div + div + div + div > .box_item, #poccn .progress_inner #step-5:checked + div + div + div + div > .box_item, #poccn .progress_inner #step-4:checked + input + div + div + div + div > .box_item {
  top: 10px;
  left: 0px;
  opacity: 1;
}
#poccn .progress_inner #step-3:checked + input + input + div + div + div + div > .box_lid, #poccn .progress_inner #step-5:checked + div + div + div + div > .box_lid, #poccn .progress_inner #step-4:checked + input + div + div + div + div > .box_lid {
  top: -1px;
  left: 0px;
  opacity: 1;
}
#poccn .progress_inner #step-3:checked + input + input + div + div + div + div > .box_ribbon, #poccn .progress_inner #step-5:checked + div + div + div + div > .box_ribbon, #poccn .progress_inner #step-4:checked + input + div + div + div + div > .box_ribbon {
  top: 70%;
  left: 0px;
  opacity: 0;
}
#poccn .progress_inner #step-3:checked + input + input + div + div + div + div > .box_bow, #poccn .progress_inner #step-5:checked + div + div + div + div > .box_bow, #poccn .progress_inner #step-4:checked + input + div + div + div + div > .box_bow {
  top: 0px;
  left: 0px;
  opacity: 0;
}

#poccn .progress_inner #step-4:checked + input + div + div + div + div > .box_ribbon, #poccn .progress_inner #step-5:checked + div + div + div + div > .box_ribbon {
  top: 50%;
  left: 0px;
  opacity: 1;
}
#poccn .progress_inner #step-4:checked + input + div + div + div + div > .box_bow, #poccn .progress_inner #step-5:checked + div + div + div + div > .box_bow {
  top: -10px;
  left: 0px;
  opacity: 1;
}

#poccn .progress_inner #step-5:checked + div + div + div + div > .box_tag {
  top: 10px;
  left: 20px;
  opacity: 1;
}
#poccn .progress_inner #step-5:checked + div + div + div + div > .box_string {
  top: 10px;
  left: 20px;
  opacity: 1;
}

* {
  box-sizing: border-box;
}

#poccn .progress_inner__status .box_string, #poccn .progress_inner__status .box_tag, #poccn .progress_inner__status .box_bow__right, #poccn .progress_inner__status .box_bow__left, #poccn .progress_inner__status .box_bow, #poccn .progress_inner__status .box_ribbon, #poccn .progress_inner__status .box_item, #poccn .progress_inner__status .box_base, #poccn .progress_inner, #poccn .progress_inner__step:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}

#poccn .progress_inner__bar--set, #poccn .progress_inner__bar {
  height: 6px;
  left: 10%;
  background: repeating-linear-gradient(45deg, #f4c100, #f5c50f 4px, #edbf11 4px, #ffdb54 10px);
  transition: width 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  border-radius: 6px;
  width: 0;
  position: relative;
  z-index: -1;
}

#poccn .progress_inner__step:before {
  width: 30px;
  height: 30px;
  color: #f4c100;
  background: white;
  line-height: 30px;
  border: 3px solid #f4c100;
  font-size: 12px;
  top: 3px;
  border-radius: 100%;
  transition: all 0.4s;
  cursor: pointer;
  pointer-events: none;
}

#poccn .progress_inner__step {
  width: 20%;
  font-size: 14px;
  padding: 0 10px;
  transition: all 0.4s;
  float: left;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#poccn .progress_inner__step label {
  padding-top: 50px;
  top: -20px;
  display: block;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 21px;
}
#poccn .progress_inner__step:hover {
  color: white;
}
#poccn .progress_inner__step:hover:before {
  color: white;
  background: #f4c100;
}

#poccn {
  font-family: "Nunito", sans-serif;
  /* background: #a6cde2; */
  color: #2e6c8e;
  text-align: center;
  font-weight: 900;
  position: relative;
  height: 398px;
}
#poccn .progress_inner {
  height: 200px;
  /* width: 700px; */
}
#poccn .progress_inner #step-5:checked + div {
  width: 80%;
}
#poccn .progress_inner #step-5:checked + div + div + div > .tab:nth-of-type(5) {
  opacity: 1;
  top: 0;
}
#poccn .progress_inner #step-5:checked + div + div + div + div {
  right: 10%;
}
#poccn .progress_inner #step-4:checked + input + div {
  width: 60%;
}
#poccn .progress_inner #step-4:checked + input + div + div + div > .tab:nth-of-type(4) {
  opacity: 1;
  top: 0;
}
#poccn .progress_inner #step-4:checked + input + div + div + div + div {
  right: 30%;
}
#poccn .progress_inner #step-3:checked + input + input + div {
  width: 40%;
}
#poccn .progress_inner #step-3:checked + input + input + div + div + div > .tab:nth-of-type(3) {
  opacity: 1;
  top: 0;
}
#poccn .progress_inner #step-3:checked + input + input + div + div + div + div {
  right: 50%;
}
#poccn .progress_inner #step-2:checked + input + input + input + div {
  width: 20%;
}
#poccn .progress_inner #step-2:checked + input + input + input + div + div + div > .tab:nth-of-type(2) {
  opacity: 1;
  top: 0;
}
#poccn .progress_inner #step-2:checked + input + input + input + div + div + div + div {
  right: 70%;
}
#poccn .progress_inner #step-1:checked + input + input + input + input + div {
  width: 0%;
}
#poccn .progress_inner #step-1:checked + input + input + input + input + div + div + div > .tab:nth-of-type(1) {
  opacity: 1;
  top: 0;
}
#poccn .progress_inner #step-1:checked + input + input + input + input + div + div + div + div {
  right: 90%;
}
#poccn .progress_inner__step:nth-of-type(1):before {
  content: "1";
}
#poccn .progress_inner__step:nth-of-type(2):before {
  content: "2";
}
#poccn .progress_inner__step:nth-of-type(3):before {
  content: "3";
}
#poccn .progress_inner__step:nth-of-type(4):before {
  content: "4";
}
#poccn .progress_inner__step:nth-of-type(5):before {
  content: "5";
}
#poccn .progress_inner__bar--set {
  width: 80%;
  top: -6px;
  background: #ffd843;
  position: relative;
  z-index: -2;
}
#content_wrap #poccn h1:before{
    display: none;
}
#poccn .progress_inner__tabs .tab {
  opacity: 0;
  position: absolute;
  top: 40px;
  text-align: center;
  margin-top: 119px;
  box-shadow: 0px 2px 1px #80b7d5;
  padding: 50px 30px;
  background: white;
  border-radius: 10px;
  transition: all 0.2s;
  width: 100%;
  box-shadow: 0px 8px 18px -2px #cccccc30;
  border-bottom: 1px solid #80b7d5;
}
#poccn .progress_inner__tabs .tab h1 {
  margin: 0;
}
#poccn .progress_inner__tabs .tab p {
  font-weight: 400;
  opacity: 0.8;
}
#poccn .progress_inner__status {
  width: 40px;
  height: 40px;
  top: -80px;
  transition: right 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  transform: translateX(50%);
  position: absolute;
}
#poccn .progress_inner__status div {
  opacity: 0;
  transition: all 600ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  transition-delay: 300ms;
}
#poccn .progress_inner__status div {
  position: absolute;
}
#poccn .progress_inner__status .box_base {

background: repeating-linear-gradient(45deg, #986c5d, #986c5d 2px, #775144 2px, #775144 4px);

width: 36px;

height: 40px;

z-index: 1;

border-radius: 1px;
}
#poccn .progress_inner__status .box_lid {
  width: 40px;
  height: 13.3333333333px;
  background: #775144;
  z-index: 2;
  border-radius: 1px;
  top: 0;
}
#poccn .progress_inner__status .box_item {
  width: 20px;
  height: 20px;
  background: #f4c100;
  z-index: 0;
  border-radius: 4px;
  transform: rotate(45deg);
}
#poccn .progress_inner__status .box_ribbon {
  width: 10px;
  height: 42px;
  background: #d5c9ca;
  z-index: 4;
  border-radius: 1px;
}
#poccn .progress_inner__status .box_bow__right, #poccn .progress_inner__status .box_bow__left {
  width: 6px;
  height: 10px;
  background: #f4c100;
  position: absolute;
  z-index: 3;
  opacity: 1;
  border-radius: 1px;
}
#poccn .progress_inner__status .box_bow {
  top: -6px;
  z-index: 1;
  transition-delay: 500ms;
}
#poccn .progress_inner__status .box_bow__left {
  left: 6px;
  transform: rotate(45deg);
}
#poccn .progress_inner__status .box_bow__right {
  left: -4px;
  transform: rotate(-45deg);
}
#poccn .progress_inner__status .box_tag {
  width: 20px;
  height: 10px;
  background: #f4c100;
  z-index: 4;
  transform: rotate(-10deg) translateX(-40px) translateY(0px);
  border-radius: 2px;
  transition-delay: 500ms;
}
#poccn .progress_inner__status .box_string {
  width: 17px;
  height: 2px;
  background: #343434;
  z-index: 4;
  transform: rotate(-39deg) translateX(-22px) translateY(-12px);
}
#poccn .progress_inner input[type=radio] {
  display: none;
}
@media screen and (max-width: 600px){
  #poccn .progress_inner{
    /* width: 700px; */
}
  #poccn .progress_inner__step label{
    font-size: 16px;
  }
  #poccn .progress_inner__step label.mbnone{
    /* display: none; */
    opacity: 0;
}
  #poccn .progress_inner__step{
    width: 20%;
    padding: 0 0;
  }
  #poccn .progress_inner__tabs .tab{
    margin-top: 68px;
}
}