.com_grade_icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

@media screen and (max-width: 1023.9px) {
  .p_cs .com_pg_tit__wrap .com_pg_tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    width: 100%;
    text-align: center;
  }
}
.p_cs .cs_info {
  border-top: 1px dashed #DBDBDB;
  border-bottom: 1px dashed #DBDBDB;
  padding-block: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.dark .p_cs .cs_info {
  border-color: #6c6d70;
}
@media screen and (max-width: 1023.9px) {
  .p_cs .cs_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    margin-bottom: 20px;
  }
}
.p_cs .cs_info-tel {
  font-size: 36px;
  font-weight: 600;
  color: #9B111E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.p_cs .cs_info-work {
  line-height: 1.4;
}
@media screen and (min-width: 1023.9px) {
  .p_cs .cs_info-work {
    border-left: 1px solid #111;
    padding-left: 15px;
    margin-inline: 40px;
    min-width: 30%;
  }
  .dark .p_cs .cs_info-work {
    border-color: #6c6d70;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_cs .cs_info-work {
    text-align: center;
    padding-block: 10px;
  }
}
.p_cs .cs_info-icon {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  background-color: #F6EBEC;
}
.p_cs .cs_info .com_btn {
  padding-inline: 20px;
}
@media screen and (min-width: 1023.9px) {
  .p_cs .com_board_group .group {
    flex: 1;
  }
}
.p_cs .faq__list {
  border-top: 1px solid #111;
  margin-top: 30px;
}
@media screen and (max-width: 1023.9px) {
  .p_cs .faq__list {
    margin-top: 20px;
  }
}
.p_cs .faq_q {
  border-bottom: 1px solid #EDEDEE;
  padding: 7px 0 7px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
@media screen and (max-width: 1023.9px) {
  .p_cs .faq_q {
    padding: 0;
  }
}
.p_cs .faq_q:before {
  content: "Q";
  color: #9B111E;
  font-size: 20px;
  font-weight: 600;
  border-right: 1px solid #EDEDEE;
  padding-right: 10px;
  margin-right: 10px;
}
.p_cs .faq_q-btn {
  margin-left: auto;
  padding: 20px;
}
@media screen and (max-width: 1023.9px) {
  .p_cs .faq_q-btn {
    padding: 12px 5px;
  }
}
.p_cs .faq_q-btn .svg_icon {
  transform: rotate(90deg);
}
.p_cs .faq_a {
  border-bottom: 1px solid #EDEDEE;
  background-color: #F8F8F8;
  padding-inline: 22px;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  line-height: 1.4;
}
.p_cs .faq-item.active .faq_q-btn {
  transform: rotate(180deg);
}
.p_cs .faq-item.active .faq_a {
  height: auto;
  padding-block: 25px;
  visibility: visible;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.p_entered .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 50px;
  border-bottom: 1px solid #EDEDEE;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1023.9px) {
  .p_entered .step {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 10px;
  }
}
.dark .p_entered .step {
  border-color: #6c6d70;
}
.p_entered .step-item {
  border-radius: 500px;
  border: 1px solid #DBDBDB;
  background: #F8F8F8;
  width: 111px;
  height: 111px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 7px;
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .p_entered .step-item {
    width: 75px;
    height: 75px;
    gap: 0;
    font-size: 13px;
  }
}
.dark .p_entered .step-item {
  background-color: #202020;
  border-color: #3B3B3B;
  color: #fff;
}
.p_entered .step-item:not(:last-child) {
  position: relative;
}
.p_entered .step-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 50px;
  height: 1px;
  margin-inline: 0;
  background: #EDEDEE;
  cursor: default;
}
.dark .p_entered .step-item:not(:last-child)::after {
  background-color: #3B3B3B;
}
.p_entered .step-item:not(:last-child):after {
  position: absolute;
  right: -50px;
  top: 50%;
}
@media screen and (max-width: 1023.9px) {
  .p_entered .step-item:not(:last-child):after {
    width: 17px;
    right: -17px;
  }
}
.dark .p_entered .step-item:not(:last-child):after {
  background-color: #3B3B3B;
}
.p_entered .step-item .svg_icon {
  background-position: center;
}
.p_entered .step-item .svg_icon.icon_bookmark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5.105 27.722V5.106A2.827 2.827 0 0 1 7.932 2.28h14.135a2.827 2.827 0 0 1 2.827 2.827v22.616l-8.366-5.378a2.827 2.827 0 0 0-3.057 0l-8.366 5.378Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_cs {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 8.59v7.692M15 21.422l.013-.014M15 27.82c7.08 0 12.82-5.74 12.82-12.82S22.08 2.18 15 2.18 2.18 7.92 2.18 15 7.92 27.82 15 27.82Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_message {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8.59 14.787 15 19.274l6.41-4.487'/%3E%3Cpath stroke='%2375777B' stroke-width='2' d='M2.18 25.043V11.111c0-.9.472-1.735 1.244-2.199L13.68 2.76a2.564 2.564 0 0 1 2.639 0l10.255 6.153a2.564 2.564 0 0 1 1.245 2.2v13.931a2.564 2.564 0 0 1-2.564 2.564H4.744a2.564 2.564 0 0 1-2.564-2.564Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_my {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 2.18C7.92 2.18 2.18 7.92 2.18 15S7.92 27.82 15 27.82 27.82 22.08 27.82 15 22.08 2.18 15 2.18Z'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5.092 23.136S7.949 19.486 15 19.486c7.051 0 9.909 3.649 9.909 3.649M15 15a3.846 3.846 0 1 0 0-7.691A3.846 3.846 0 0 0 15 15Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_push {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M22.223 13.72c.746 6.893 3.675 8.976 3.675 8.976H2.818s3.847-2.736 3.847-12.31c0-2.176.81-4.263 2.253-5.802 1.443-1.539 3.4-2.403 5.44-2.403.433 0 .861.038 1.282.114M23.335 9.874a3.847 3.847 0 1 0 0-7.693 3.847 3.847 0 0 0 0 7.693ZM16.577 26.542a2.564 2.564 0 0 1-4.436 0'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m22.066 22.067 5.654 5.654M2.28 13.587c0 6.245 5.062 11.308 11.307 11.308 3.128 0 5.96-1.27 8.006-3.323a11.272 11.272 0 0 0 3.302-7.985c0-6.245-5.063-11.308-11.308-11.308S2.279 7.342 2.279 13.587Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_pin {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg stroke='%2375777B' clip-path='url(%23a)'%3E%3Cpath stroke-width='2' d='M13.469 6.633c0 3.02-5.47 8.204-5.47 8.204S2.53 9.655 2.53 6.633a5.47 5.47 0 1 1 10.94 0Z'/%3E%3Cpath fill='%239B111E' stroke-linecap='round' stroke-linejoin='round' d='M8 7.317a.684.684 0 1 0 0-1.368.684.684 0 0 0 0 1.368Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.453 3.59h15.384M1.453 8.718h15.384M1.453 13.846H11.71'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 16 15.999 4M16 16 4.001 4'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_home {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17.654 21.793H6.346a4.523 4.523 0 0 1-4.523-4.523v-7.115c0-1.582.826-3.049 2.179-3.868L9.656 2.86a4.523 4.523 0 0 1 4.688 0l5.654 3.427a4.523 4.523 0 0 1 2.18 3.868v7.115a4.523 4.523 0 0 1-4.524 4.523ZM8.607 17.271h6.785'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_home_active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill='%2375777B' d='M20.69 5.23 15.04 1.8a5.515 5.515 0 0 0-5.73 0L3.66 5.23C2.02 6.22 1 8.03 1 9.95v7.11c0 3.05 2.48 5.52 5.52 5.52h11.31c3.04 0 5.52-2.48 5.52-5.52V9.95c0-1.92-1.02-3.73-2.66-4.72Zm-5.12 12.84H8.78c-.55 0-1-.45-1-1s.45-1 1-1h6.79c.55 0 1 .45 1 1s-.45 1-1 1Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_bookmark_active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill='%2375777B' stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4.085 22.176V4.084a2.262 2.262 0 0 1 2.261-2.262h11.308a2.262 2.262 0 0 1 2.262 2.262v18.092l-6.693-4.302a2.261 2.261 0 0 0-2.446 0l-6.692 4.302Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_message_active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill='%2375777B' d='m22.03 6.36-8.2-4.92a3.05 3.05 0 0 0-3.14 0L2.48 6.36C1.57 6.91 1 7.91 1 8.98v11.15c0 1.68 1.37 3.05 3.05 3.05h16.41c1.68 0 3.05-1.37 3.05-3.05V8.98c0-1.07-.57-2.07-1.48-2.62Zm-4.07 6.38-5.13 3.59a.988.988 0 0 1-1.14 0l-5.13-3.59c-.45-.32-.56-.94-.25-1.39.32-.45.94-.56 1.39-.25l4.55 3.19 4.55-3.19a.988.988 0 0 1 1.39.25c.32.45.21 1.08-.25 1.39h.02Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_my_active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 24 24' fill='none'%3E%3Cg fill='%2375777B' clip-path='url(%23a)'%3E%3Cpath d='M11.26 22.51C5.05 22.51 0 17.46 0 11.26S5.05 0 11.26 0s11.26 5.05 11.26 11.26-5.05 11.26-11.26 11.26v-.01Zm0-20.51C6.15 2 2 6.15 2 11.26c0 5.11 4.15 9.26 9.26 9.26 5.11 0 9.26-4.15 9.26-9.26 0-5.11-4.16-9.26-9.26-9.26Z'/%3E%3Cpath d='M11.26 14.85c5.63 0 7.92 2.91 7.93 2.92 1.46-1.77 2.33-4.04 2.33-6.51C21.52 5.6 16.93 1 11.26 1S1 5.59 1 11.26c0 2.47.87 4.74 2.33 6.51 0-.01 2.3-2.92 7.93-2.92Zm0-9.75c1.7 0 3.08 1.38 3.08 3.08 0 1.7-1.38 3.08-3.08 3.08-1.7 0-3.08-1.38-3.08-3.08 0-1.7 1.38-3.08 3.08-3.08Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h22.51v22.51H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_search_active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m17.654 17.654 4.523 4.523M1.823 10.868a9.046 9.046 0 1 0 18.093 0 9.046 9.046 0 0 0-18.093 0Z'/%3E%3Cpath fill='%2375777B' d='M4.87 10.87a6 6 0 1 0 11.999 0 6 6 0 0 0-12 0Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_tip {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='12' viewBox='0 0 4 12' fill='none'%3E%3Cpath fill='%2375777B' d='m3.485 0-.263 8.147H.794L.516 0h2.969ZM.5 10.416C.492 9.551 1.173 8.85 2 8.85c.789 0 1.492.702 1.5 1.567C3.492 11.298 2.789 12 2 12c-.827 0-1.508-.702-1.5-1.584Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_arrow_right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M1 8h14M8 1l7 7-7 7'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_plus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 11.395v-10M11 6.395H1'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m5.333 13.333 5.333-5-5.333-5'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_filter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M2 4.5h12'/%3E%3Ccircle cx='17' cy='4.5' r='1.5' fill='%2375777B'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M20 4.5h2M2 12h7'/%3E%3Ccircle cx='12' cy='12' r='1.5' fill='%2375777B'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M15 12h7M2 19.5h2'/%3E%3Ccircle cx='7' cy='19.5' r='1.5' fill='%2375777B'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10 19.5h12'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_comment {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6.9 8.2h7.2M6.9 11.8h3.6M10.5 19a9 9 0 1 0-7.796-4.5l-.754 4.05L6 17.796A8.959 8.959 0 0 0 10.5 19Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_view {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12.5 14.261a2.261 2.261 0 1 0 0-4.523 2.261 2.261 0 0 0 0 4.523Z'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M22.676 12c-2.135 3.382-5.972 6.784-10.177 6.784-4.204 0-8.041-3.402-10.177-6.785 2.6-3.213 5.645-6.784 10.177-6.784 4.533 0 7.578 3.571 10.177 6.784Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_reset {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.111 5.33A6.685 6.685 0 0 0 1.334 7.335'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11.324 5.33h2.94c.222 0 .402-.18.402-.401v-2.94M1.89 10.677a6.685 6.685 0 0 0 12.778-2.005'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4.676 10.676H1.735a.401.401 0 0 0-.401.4v2.941'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14 10v2.667A1.334 1.334 0 0 1 12.667 14H3.333A1.334 1.334 0 0 1 2 12.667V10'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m4.666 6.668 3.333 3.333 3.334-3.333M8 10V2'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_share {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='21' viewBox='0 0 19 21' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14.861 7.192a2.639 2.639 0 1 0 0-5.278 2.639 2.639 0 0 0 0 5.278Z'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4.305 13.348a2.639 2.639 0 1 0 0-5.278 2.639 2.639 0 0 0 0 5.278ZM14.861 19.504a2.639 2.639 0 1 0 0-5.278 2.639 2.639 0 0 0 0 5.278ZM6.582 12.04l6.015 3.496M12.585 5.883 6.582 9.379'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_walk {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill='%2375777B' d='m8.396 9.24 2.61-1.913c.287-.21.64-.327 1.012-.314.905.022 1.7.62 1.977 1.494.152.48.29.803.415.971a4.055 4.055 0 0 0 3.257 1.64v1.643a5.672 5.672 0 0 1-4.4-2.092l-.568 3.249 1.679 1.42 1.81 5.017-1.53.561-1.662-4.602-2.76-2.337a1.65 1.65 0 0 1-.582-1.563l.414-2.37-.551.404-1.732 2.405-1.318-.966L8.382 9.23l.014.01Zm4.791-2.638c-.9 0-1.629-.736-1.629-1.643s.73-1.643 1.63-1.643c.899 0 1.628.736 1.628 1.643s-.73 1.643-1.629 1.643Zm-2.42 10.825-2.618 3.146-1.248-1.056 2.424-2.912.608-1.79 1.458 1.231-.624 1.381Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_parking {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath fill='%2375777B' d='M12.25 19.2a7.2 7.2 0 1 1 0-14.4 7.2 7.2 0 0 1 0 14.4Zm.96-7.2h-2.04V9.84h2.04a1.08 1.08 0 1 1 0 2.16Zm0-3.6H9.73v7.2h1.44v-2.16h2.04a2.52 2.52 0 0 0 0-5.04Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_valet {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath fill='%2375777B' d='M14.969 14.586c2.01.846 3.489 2.8 3.765 5.148h-12c.277-2.349 1.756-4.302 3.766-5.148l2.234 3.548 2.235-3.548Zm2.3-10.852v4.8c0 2.651-2.03 4.8-4.535 4.8-2.504 0-4.535-2.149-4.535-4.8v-4.8h9.07Zm-1.511 4.8H9.71c0 1.768 1.354 3.2 3.023 3.2 1.67 0 3.024-1.432 3.024-3.2Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_disabled {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M19.853 17.578 18.267 14a1.144 1.144 0 0 0-1.047-.676h-3.198v-2.191h2.424a.91.91 0 0 0 .915-.905.91.91 0 0 0-.915-.905h-2.424v-.865c0-.75-.614-1.357-1.372-1.357-.758 0-1.373.607-1.373 1.357v5.763c0 .657.472 1.204 1.098 1.33.088.022.18.034.275.034h3.823l1.286 2.9a1.145 1.145 0 0 0 1.506.582c.579-.251.842-.918.588-1.49ZM12.65 6.638c.934 0 1.693-.751 1.693-1.674 0-.924-.76-1.675-1.693-1.675-.934 0-1.693.751-1.693 1.675 0 .923.76 1.674 1.693 1.674Z'/%3E%3Cpath fill='%23C4C6CA' d='M15.346 17.42a4.691 4.691 0 0 1-3.429 1.464c-2.597 0-4.71-2.09-4.71-4.66a4.652 4.652 0 0 1 2.877-4.292.71.71 0 0 0 .383-.934.723.723 0 0 0-.945-.379c-2.282.955-3.756 3.155-3.756 5.606 0 3.355 2.76 6.085 6.151 6.085a6.21 6.21 0 0 0 4.478-1.913.707.707 0 0 0-.03-1.007.726.726 0 0 0-1.019.03Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_birthday {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill='%2375777B' d='M8.266 7.286v3.427h2.55V7.286h1.7v3.427h2.55V7.286h1.7v3.427l.85.001a2.56 2.56 0 0 1 2.546 2.42l.004.152v.857c0 .869-.32 1.662-.85 2.267v3.733c0 .473-.38.857-.85.857h-13.6a.854.854 0 0 1-.85-.857v-3.737a3.463 3.463 0 0 1-.826-1.87l-.02-.217-.004-.176v-.857a2.562 2.562 0 0 1 2.4-2.567l.15-.005h.85V7.285h1.7Zm9.35 5.143h-11.9a.853.853 0 0 0-.844.757l-.006.1v.832l.003.126a1.706 1.706 0 0 0 1.697 1.613c.856 0 1.57-.64 1.683-1.457l.013-.13.004-.152c.031-1.07 1.553-1.108 1.69-.115l.01.115.003.126a1.706 1.706 0 0 0 1.697 1.613c.896 0 1.63-.7 1.695-1.586l.011-.242c.105-.99 1.583-.99 1.688 0l.01.242c.066.887.8 1.586 1.696 1.586.896 0 1.63-.7 1.695-1.586l.005-.128v-.857a.855.855 0 0 0-.75-.852l-.1-.005ZM7.416 3c1.122.747 1.414 1.79 1.232 2.476a1.274 1.274 0 0 1-1.562.909 1.287 1.287 0 0 1-.902-1.575c.253-.952 1.232-.524 1.232-1.81Zm4.25 0c1.122.747 1.414 1.79 1.232 2.476a1.274 1.274 0 0 1-1.562.909 1.287 1.287 0 0 1-.902-1.575c.253-.952 1.232-.524 1.232-1.81Zm4.25 0c1.122.747 1.414 1.79 1.232 2.476a1.274 1.274 0 0 1-1.562.909 1.287 1.287 0 0 1-.902-1.575c.253-.952 1.232-.524 1.232-1.81Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_not_car {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M11.656 7.624v1.354H7.798l-1.456 3.39h12.094v6.109a.682.682 0 0 1-.682.681h-.682a.683.683 0 0 1-.682-.681v-.683H6.9v.683a.682.682 0 0 1-.681.681h-.683a.682.682 0 0 1-.682-.681v-6.109l1.68-3.93a1.36 1.36 0 0 1 1.252-.825h3.859l.01.011ZM7.92 13.732c-.56 0-1.019.458-1.019 1.018s.459 1.019 1.019 1.019c.56 0 1.018-.46 1.018-1.019a1.02 1.02 0 0 0-1.018-1.018Zm7.462 0a1.02 1.02 0 0 0-1.018 1.018c0 .56.458 1.018 1.018 1.019.56 0 1.018-.46 1.018-1.019 0-.56-.458-1.018-1.018-1.018Zm.428-8.853a3.39 3.39 0 0 1 3.39 3.39 3.388 3.388 0 0 1-3.39 3.39 3.39 3.39 0 1 1 0-6.78Zm-.886 5.223a2.042 2.042 0 0 0 2.718-2.718l-2.718 2.718Zm.886-3.869a2.042 2.042 0 0 0-1.843 2.912l2.718-2.718a2.08 2.08 0 0 0-.875-.194Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_group {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath fill='%2375777B' d='M12.25 10.56a2.88 2.88 0 1 0 0-5.76 2.88 2.88 0 0 0 0 5.76Zm-4.68 2.16a1.8 1.8 0 1 0 0-3.6 1.8 1.8 0 0 0 0 3.6Zm11.16-1.8a1.8 1.8 0 1 1-3.6 0 1.8 1.8 0 0 1 3.6 0Zm-6.48.36a3.6 3.6 0 0 1 3.6 3.6v4.32h-7.2v-4.32a3.6 3.6 0 0 1 3.6-3.6Zm-5.04 3.6c0-.498.073-.98.208-1.435l-.122.01a2.52 2.52 0 0 0-2.245 2.506v3.24h2.16v-4.32Zm12.24 4.32v-3.24a2.52 2.52 0 0 0-2.367-2.515c.135.455.208.937.208 1.436v4.32h2.16Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_room {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath fill='%2375777B' d='M14.682 5.602h-4.364c-2.167 0-3.965 1.544-4.305 3.569.1-.01.202-.014.305-.014 1.808 0 3.273 1.433 3.273 3.2v1.067h5.818v-1.067c0-1.767 1.465-3.2 3.273-3.2.103 0 .205.005.306.014-.34-2.025-2.14-3.57-4.306-3.57Zm4.364 5.013a1.87 1.87 0 0 0-.364-.036c-1.004 0-1.818.796-1.818 1.778v3.2h-1.455v-.711H9.591v.711H8.136v-3.2c0-.982-.814-1.778-1.818-1.778-.124 0-.246.013-.363.036-.83.165-1.455.882-1.455 1.742 0 .419.132.739.284 1.106.204.495.443 1.074.443 2.094v2.133a.72.72 0 0 0 .727.712h13.092a.72.72 0 0 0 .727-.712v-2.133c0-1.02.24-1.6.443-2.094.152-.367.284-.687.284-1.106 0-.86-.625-1.577-1.454-1.742Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_pickup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M12.408 7.584v1.36H8.535l-1.461 3.402h12.14v6.132a.685.685 0 0 1-.685.684h-.684a.685.685 0 0 1-.685-.684v-.685H7.636v.685a.685.685 0 0 1-.685.684h-.684a.685.685 0 0 1-.685-.684v-6.132l1.686-3.944c.215-.5.705-.828 1.257-.828h3.873l.01.01Zm-3.75 6.132c-.562 0-1.022.46-1.022 1.022s.46 1.022 1.022 1.022 1.022-.46 1.022-1.022-.46-1.022-1.022-1.022Zm7.49 0c-.562 0-1.021.46-1.021 1.022s.46 1.022 1.021 1.022c.562 0 1.022-.46 1.022-1.022s-.46-1.022-1.022-1.022Z'/%3E%3Cpath fill='%23C4C6CA' d='M16.557 4.844a3.397 3.397 0 0 1 3.392 3.392 3.397 3.397 0 0 1-3.392 3.393 3.397 3.397 0 0 1-3.393-3.393 3.397 3.397 0 0 1 3.393-3.392ZM14.533 9.39c.501.746 1.247 1.216 2.075 1.216.828 0 1.584-.47 2.074-1.216a3.018 3.018 0 0 0-2.074-.817c-.797 0-1.533.306-2.075.817Zm2.024-1.502c.562 0 1.011-.46 1.011-1.012a1.02 1.02 0 0 0-1.011-1.011 1.02 1.02 0 0 0-1.012 1.011c0 .552.46 1.012 1.012 1.012Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_wifi {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill='%2375777B' d='M12.001 15.315c1.108 0 1.994.867 1.994 1.945 0 1.07-.902 1.945-2.003 1.94-1.104-.004-1.99-.878-1.988-1.954 0-1.067.896-1.931 1.997-1.931Zm-.93-3.157c1.427-.244 2.749.045 3.95.834.504.33.927.743 1.29 1.218a.947.947 0 0 1 .194.543h-.002c-.018.375-.253.696-.584.803-.385.124-.75.03-.996-.278-.333-.417-.712-.778-1.19-1.033a3.619 3.619 0 0 0-4.536.894c-.087.106-.176.217-.283.301-.282.224-.722.23-1.03.02a.867.867 0 0 1-.349-.936c.062-.221.208-.392.354-.558.841-.97 1.898-1.59 3.182-1.808Zm.963-3.326c1.96.036 3.75.622 5.32 1.813.416.314.803.658 1.134 1.055.282.34.22.832-.12 1.145a.886.886 0 0 1-1.155.015c-.232-.201-.444-.428-.677-.63a6.75 6.75 0 0 0-3.45-1.584c-1.765-.266-3.404.09-4.897 1.045a6.677 6.677 0 0 0-1.263 1.051c-.24.25-.53.382-.883.302-.693-.153-.93-.934-.444-1.448a8.653 8.653 0 0 1 3.528-2.28 9.202 9.202 0 0 1 2.911-.486l-.005.002Zm-.088-3.23c2.281.008 4.356.561 6.264 1.681a11.662 11.662 0 0 1 2.31 1.781c.4.395.368 1.004-.07 1.324a.907.907 0 0 1-1.096-.03c-.385-.322-.75-.671-1.149-.977-1.192-.912-2.541-1.51-4.023-1.825a10.54 10.54 0 0 0-3.089-.189 10.22 10.22 0 0 0-6.323 2.877 1.167 1.167 0 0 1-.405.26c-.4.135-.824-.018-1.025-.344a.846.846 0 0 1 .131-1.09 11.99 11.99 0 0 1 5.867-3.18 12.512 12.512 0 0 1 2.608-.288Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_tel {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' d='M17.546 13.7v2.257a1.502 1.502 0 0 1-1.025 1.432 1.51 1.51 0 0 1-.619.074 14.943 14.943 0 0 1-6.508-2.311 14.691 14.691 0 0 1-4.526-4.516A14.877 14.877 0 0 1 2.553 4.11a1.503 1.503 0 0 1 .893-1.513 1.51 1.51 0 0 1 .608-.128h2.262a1.51 1.51 0 0 1 1.509 1.294c.095.723.272 1.433.528 2.116a1.503 1.503 0 0 1-.34 1.588l-.957.956a12.055 12.055 0 0 0 4.525 4.516l.958-.956a1.51 1.51 0 0 1 1.59-.339 9.7 9.7 0 0 0 2.12.527 1.51 1.51 0 0 1 1.297 1.528Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='11' viewBox='0 0 22 11' fill='none'%3E%3Cpath fill='%2375777B' d='M3.783 10V2.412L.898 5.311.01 4.436 4.412.046l4.402 4.39-.875.875-2.898-2.899V10H3.783ZM17.865.102v7.587l2.885-2.898.889.875-4.403 4.389-4.402-4.389.875-.875 2.898 2.898V.102h1.258Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_del {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M2.805 3.598h10.397v9.213c0 1.098-.925 1.984-2.072 1.984H4.877c-1.147 0-2.072-.886-2.072-1.984V3.598Z'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6.002 3.599V2.588c0-.765.603-1.389 1.342-1.389H8.66c.74 0 1.342.624 1.342 1.389v1.01M1.604 3.598H14.4M6.4 6v6.399M9.6 6v6.399'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_edit {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22'  viewBox='0 0 22 22' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linejoin='round' stroke-width='1.5' d='M8.332 21h12.259M1.712 12.148c-.95.95-.95 2.486 0 3.426l4.72 4.72c.95.95 2.486.95 3.426 0l2.648-2.649L4.36 9.5l-2.648 2.648Z'/%3E%3Cpath stroke='%2375777B' stroke-linejoin='round' stroke-width='1.8' d='m12.86 1-8.5 8.5 8.146 8.155L4.36 9.499l8.146 8.156 8.5-8.51L12.86 1Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_re {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'  viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M22 14H8C0 14 0 3 8 3m14 11-7 7m7-7-7-7'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_chk {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m1.444 5.37 3.42 2.963 7.691-6.667'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_img {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='27' viewBox='0 0 28 27' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20.432 9.88c0 .973-.784 1.757-1.758 1.757a1.755 1.755 0 0 1-1.758-1.758c0-.973.785-1.758 1.758-1.758.974 0 1.758.785 1.758 1.758Z'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M23.454 1H4.072A2.572 2.572 0 0 0 1.5 3.572v19.396a2.572 2.572 0 0 0 2.572 2.572h19.382a2.572 2.572 0 0 0 2.571-2.572V3.572A2.572 2.572 0 0 0 23.454 1Z'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M26.025 13.595 21.1 18.273a2.888 2.888 0 0 1-3.923.044l-7.759-6.989a2.904 2.904 0 0 0-4.17.32L1.5 16.239'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_reserve {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9.833 16.91H3.167c-.92 0-1.667-.745-1.667-1.666v-7.5h15v2.5m-5-7.5V1.079m0 1.667V4.41m0-1.666H7.75M1.5 7.742V4.409c0-.92.746-1.667 1.667-1.667h1.666M4.834 1.078v3.333M16.5 7.742V4.409c0-.92-.747-1.667-1.667-1.667h-.417M11.494 14.414h2.5m0 0H16.5m-2.506 0v-2.5m0 2.5v2.5'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_store {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16' fill='none'%3E%3Cpath stroke='%2375777B' stroke-width='2' d='M1.969 6.438v7.03c0 .864.7 1.563 1.562 1.563H14.47c.863 0 1.562-.7 1.562-1.562V6.438'/%3E%3Cpath stroke='%2375777B' stroke-miterlimit='16' stroke-width='2' d='M11.215 15.031v-4.687c0-.863-.7-1.563-1.563-1.563H8.09c-.863 0-1.563.7-1.563 1.563v4.687'/%3E%3Cpath stroke='%2375777B' stroke-width='2' d='M16.67 5.94 15.348 1.31a.469.469 0 0 0-.45-.34h-3.163l.372 4.456a.452.452 0 0 0 .217.352c.304.182.9.518 1.364.66.794.245 1.954.157 2.615.075a.445.445 0 0 0 .369-.571Z'/%3E%3Cpath stroke='%2375777B' stroke-width='2' d='M10.564 6.438c.443-.137 1.006-.449 1.321-.635a.452.452 0 0 0 .218-.429L11.736.97H6.267L5.9 5.374a.452.452 0 0 0 .218.43c.315.185.878.497 1.321.633 1.166.36 1.959.36 3.125 0Z'/%3E%3Cpath stroke='%2375777B' stroke-width='2' d='M2.654 1.309 1.331 5.94a.445.445 0 0 0 .368.571c.661.082 1.821.17 2.615-.074.464-.143 1.06-.48 1.364-.66a.452.452 0 0 0 .218-.353l.37-4.456H3.106a.469.469 0 0 0-.45.34Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_coupon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M1.5 11.556c0 .638.516 1.154 1.152 1.154h12.696c.636 0 1.152-.516 1.152-1.154V9.21a2.35 2.35 0 0 1 0-4.537V2.326c0-.638-.516-1.154-1.152-1.154H2.652c-.636 0-1.152.516-1.152 1.154v2.342a2.35 2.35 0 0 1 0 4.547v2.341ZM6.139 9.824l5.769-5.77'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6.716 5.209a.577.577 0 1 0 0-1.154.577.577 0 0 0 0 1.154ZM11.33 9.826a.577.577 0 1 0 0-1.154.577.577 0 0 0 0 1.154Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath stroke='%2375777B' stroke-width='1.5' d='M9.167 1.414a7.584 7.584 0 1 1 0 15.168 7.584 7.584 0 0 1 0-15.168Z'/%3E%3Cpath fill='%2375777B' d='M6.527 13.17V4.923h3.236c1.88 0 2.95 1.15 2.95 2.78 0 1.652-1.093 2.78-2.996 2.78h-1.48v2.689h-1.71Zm1.71-4.067h1.207c1.014 0 1.504-.57 1.504-1.401 0-.82-.49-1.379-1.504-1.379H8.236v2.78Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_stamp {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill='%2375777B' d='M17.85 7.98c-.302-.317-.615-.642-.733-.929-.11-.262-.116-.697-.122-1.118-.012-.783-.025-1.67-.642-2.287-.616-.616-1.504-.63-2.286-.641-.421-.007-.856-.013-1.118-.122-.286-.118-.612-.43-.928-.733-.554-.532-1.183-1.134-2.02-1.134s-1.465.602-2.02 1.134c-.316.302-.641.615-.928.733-.26.109-.697.115-1.118.122-.783.012-1.67.025-2.287.641-.616.617-.625 1.504-.641 2.287-.007.421-.013.856-.122 1.118-.118.286-.43.612-.733.928-.532.554-1.134 1.183-1.134 2.02s.602 1.465 1.134 2.02c.302.316.615.641.733.928.109.262.115.697.122 1.118.012.783.025 1.67.641 2.287.617.616 1.504.63 2.287.641.421.007.856.013 1.118.122.286.118.612.43.928.733.554.532 1.183 1.134 2.02 1.134s1.465-.602 2.02-1.134c.316-.302.641-.615.928-.733.262-.109.697-.115 1.118-.122.783-.012 1.67-.025 2.286-.641.617-.617.63-1.504.642-2.287.006-.421.013-.856.122-1.118.118-.286.43-.612.733-.928.532-.554 1.134-1.183 1.134-2.02s-.602-1.465-1.134-2.02Zm-.926 3.15c-.384.402-.782.816-.993 1.326-.202.489-.211 1.048-.22 1.59-.007.56-.016 1.149-.266 1.398-.249.248-.833.258-1.398.266-.541.008-1.1.017-1.59.219-.509.21-.923.609-1.324.993s-.811.777-1.132.777c-.32 0-.734-.395-1.132-.777-.398-.383-.816-.782-1.325-.993-.49-.202-1.048-.211-1.59-.22-.561-.007-1.149-.016-1.398-.265-.248-.25-.258-.834-.266-1.399-.008-.54-.017-1.1-.219-1.59-.21-.509-.609-.923-.993-1.324s-.777-.811-.777-1.132c0-.32.395-.734.777-1.132.383-.398.782-.816.993-1.325.202-.49.211-1.048.22-1.59.007-.561.016-1.149.265-1.398.25-.248.834-.258 1.398-.266.542-.008 1.1-.017 1.59-.219.51-.21.924-.609 1.325-.993.401-.384.811-.777 1.132-.777.32 0 .734.395 1.132.777.398.383.815.782 1.325.993.489.202 1.048.211 1.59.22.56.007 1.149.016 1.397.265.25.25.259.834.267 1.398.008.542.017 1.1.219 1.59.21.51.609.924.993 1.325.384.401.777.811.777 1.132 0 .32-.395.734-.777 1.132Zm-3.26-3.51c.25.25.25.657 0 .908L9.171 13.02a.642.642 0 0 1-.908 0l-1.925-1.925a.642.642 0 1 1 .908-.908l1.47 1.472 4.038-4.039c.25-.25.658-.25.908 0Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_note {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='19' viewBox='0 0 16 19' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3.65 11.059V1.5h9.794v9.559'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m4.271 2.008 4.18 4.18.441.43 5.774 5.635'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13.443 1.5 8.548 6.281l-7.216 7.04M13.01 10.867 6.105 17.89M1.332 13.32l4.721 4.609M9.008 15.063l1.413 1.38M10.422 16.44l4.244-4.143'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_write_list {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M15.918 9.984V5.095a.47.47 0 0 0-.137-.331l-2.463-2.462a.47.47 0 0 0-.331-.138H3.875a.47.47 0 0 0-.469.47v14.7c0 .26.21.47.47.47H8.88M6.533 8.425h6.256M6.533 5.297h3.128m-3.128 6.256H8.88M14.317 13.851l.782-.782a.877.877 0 0 1 1.24 1.24l-.782.782m-1.24-1.24-2.34 2.34a.782.782 0 0 0-.219.432l-.19 1.217 1.217-.19a.782.782 0 0 0 .433-.22l2.339-2.339m-1.24-1.24 1.24 1.24'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12.79 2.164v2.659c0 .259.21.469.468.469h2.659'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_list {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 14 16' fill='none'%3E%3Cpath stroke='%2375777B' stroke-width='1.5' d='M1.168 14.217V1.773c0-.246.174-.445.389-.445h10.889c.215 0 .389.2.389.445v12.444c0 .245-.175.444-.39.444H1.558c-.215 0-.389-.198-.389-.444Z'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4.188 8.076h5.971M4.187 4.664h2.986M4.187 11.49h2.24'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_myinfo_edit {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6.825 7.212a3.137 3.137 0 1 0 0-6.275 3.137 3.137 0 0 0 0 6.275Z'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M1.334 13.485v-.784A5.49 5.49 0 0 1 9.177 7.74M12.156 7.986l.589-.589a.796.796 0 0 1 1.126 0l.563.563c.31.311.31.815 0 1.126l-.59.59m-1.688-1.69-3.828 3.828a.796.796 0 0 0-.23.493l-.096 1.09a.398.398 0 0 0 .431.432l1.09-.096a.796.796 0 0 0 .494-.23l3.827-3.828m-1.688-1.689 1.688 1.69'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_inquiry {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5.625 16.492a4.125 4.125 0 1 0-3.573-2.062l-.346 1.856 1.856-.346a4.106 4.106 0 0 0 2.063.552Z'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11.463 13.423a5.96 5.96 0 0 0 2.038-.726l2.7.503-.503-2.7A6 6 0 1 0 4.563 6.637'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='18' viewBox='0 0 14 18' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7 9h5.833m0 0-2.5 2.5m2.5-2.5-2.5-2.5M12.833 4v-.833c0-.92-.747-1.667-1.667-1.667H2.833c-.92 0-1.667.746-1.667 1.667v11.666c0 .92.746 1.667 1.667 1.667h8.333c.92 0 1.667-.746 1.667-1.667V14'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_member_leave {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6.825 7.212a3.137 3.137 0 1 0 0-6.275 3.137 3.137 0 0 0 0 6.275Z'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M1.334 13.485v-.784A5.49 5.49 0 0 1 9.177 7.74'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-width='1.5' d='M8 12.164h5.833'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_write {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linejoin='round' stroke-width='1.5' d='m1 13.122 1.197-3.856 2.73 2.73L1 13.121Z'/%3E%3Cpath stroke='%2375777B' stroke-linejoin='round' stroke-width='1.5' d='m9.296 2.165-7.1 7.1 2.73 2.732 7.101-7.101-2.73-2.731ZM12.846 2.432l-1.094-1.094a1.166 1.166 0 0 0-1.642 0l-.817.818 2.73 2.729.817-.818c.45-.45.45-1.184 0-1.641l.006.006Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_report {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'  viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.84 14.5H1.628a.512.512 0 0 1-.48-.666l.325-.992a2.019 2.019 0 0 1 1.91-1.393h9.687c.867 0 1.637.563 1.91 1.393l.326.992a.506.506 0 0 1-.48.666h.014Z'/%3E%3Cpath stroke='%2375777B' stroke-linejoin='round' stroke-width='1.5' d='M13.269 11.458V6.252c0-2.807-2.259-5.08-5.036-5.08-2.784 0-5.036 2.273-5.036 5.08v5.206s10.005.067 10.072 0Z'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11.27 5.823c0-1.385-1.119-2.51-2.489-2.51'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_calculate {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16' fill='none'%3E%3Cpath stroke='%2375777B' stroke-width='1.5' d='M14.69 14.67H3.31a1.626 1.626 0 0 1-1.626-1.627V5.727c0-.898.727-1.625 1.625-1.625h11.38c.899 0 1.627.727 1.627 1.625v7.316c0 .898-.728 1.626-1.626 1.626Z'/%3E%3Cpath fill='%2375777B' stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12.658 9.797a.406.406 0 1 1 0-.813.406.406 0 0 1 0 .813Z'/%3E%3Cpath stroke='%2375777B' stroke-width='1.5' d='M13.877 4.098V2.963a1.626 1.626 0 0 0-2.045-1.571L2.89 3.776a1.626 1.626 0 0 0-1.206 1.571v.377'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_stats {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5.037 10.957V5.031M8 10.961V7.258M10.963 10.949V8.727'/%3E%3Cpath stroke='%2375777B' stroke-width='1.5' d='M1.334 14.217V1.773c0-.246.199-.445.444-.445h12.445c.245 0 .444.2.444.445v12.444a.444.444 0 0 1-.444.444H1.778a.444.444 0 0 1-.444-.444Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_pm {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3.334 9.637a7.032 7.032 0 0 0 13.333 3.125c-6.3 0-9.426-3.125-9.426-9.426a7.032 7.032 0 0 0-3.907 6.301Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_am {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9 13.088a4.09 4.09 0 1 0 0-8.182 4.09 4.09 0 0 0 0 8.182ZM15.818 9h.682M9 2.182V1.5M9 16.502v-.682M14.455 14.455l-.682-.682M14.455 3.547l-.682.682M3.545 14.455l.682-.682M3.545 3.547l.682.682M1.5 9h.682'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_holiday {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' viewBox='0 0 16 18' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.374 11.998V3a1.5 1.5 0 0 0-1.5-1.5H2.378A1.5 1.5 0 0 0 .877 3v11.997a1.5 1.5 0 0 0 1.5 1.5h6.748'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M.877 6h5.999V4.5M14.374 6H8.375V4.5M10.625 15l1.5 1.5 3-3'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_premium {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' viewBox='0 0 19 20'  fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m16.425 19.25 1.742-11-6.096 3.3-2.613-3.3-2.612 3.3L.75 8.25l1.742 11h13.933ZM9.46 1.773V.914M16.336 3.492l-.86.86M2.586 3.492l.86.86'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M8 14.67A6.667 6.667 0 1 0 8 1.335a6.667 6.667 0 0 0 0 13.333Z'/%3E%3Cpath d='M8 4v4l2.667 1.333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_tel_full {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill='%2375777B' d='M21.056 16.445v2.71a1.804 1.804 0 0 1-1.23 1.718c-.239.081-.492.111-.743.088a17.933 17.933 0 0 1-7.81-2.772 17.63 17.63 0 0 1-5.43-5.42 17.852 17.852 0 0 1-2.779-7.831 1.803 1.803 0 0 1 1.071-1.815c.23-.101.479-.154.73-.154H7.58a1.812 1.812 0 0 1 1.81 1.553c.115.868.327 1.719.634 2.539a1.803 1.803 0 0 1-.408 1.905l-1.149 1.148a14.466 14.466 0 0 0 5.43 5.419l1.15-1.147a1.812 1.812 0 0 1 1.91-.407 11.64 11.64 0 0 0 2.542.633 1.81 1.81 0 0 1 1.557 1.833Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_entered_step1 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 44 44' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m25.275 14.025 1.988-1.988a2.687 2.687 0 0 1 3.8 0l1.9 1.9a2.687 2.687 0 0 1 0 3.8l-1.988 1.988m-5.7-5.7L12.357 26.943a2.687 2.687 0 0 0-.776 1.664l-.326 3.681a1.344 1.344 0 0 0 1.457 1.457l3.681-.325a2.688 2.688 0 0 0 1.664-.777l12.918-12.918m-5.7-5.7 5.7 5.7'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_entered_step2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Cg stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' clip-path='url(%23a)'%3E%3Cpath d='M8.499 14.709h26.998M33.42 8.496H10.577c-1.147 0-2.077.93-2.077 2.077v22.845c0 1.147.93 2.076 2.077 2.076H33.42c1.147 0 2.076-.93 2.076-2.076V10.573c0-1.147-.93-2.077-2.076-2.077ZM25.576 28.367l2.308 2.308'/%3E%3Cpath d='M17.115 24.525a4.615 4.615 0 1 0 9.23 0 4.615 4.615 0 0 0-9.23 0Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M7 7h30v30H7z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_entered_step3 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 44 44' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16.09 9.68h12.179l5.769 5.769v16.024'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.963 33.394V15.447c0-1.063.86-1.924 1.923-1.924h12.501c.204 0 .4.082.544.226l4.036 4.036c.145.144.226.34.226.544v15.065c0 1.062-.861 1.923-1.923 1.923H12.886a1.923 1.923 0 0 1-1.923-1.923Z'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M25.064 13.523v4.36c0 .424.345.768.77.768h4.358M20.705 30.192V22.5m0 0L17.5 25.705m3.205-3.205 3.205 3.205'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_entered_step4 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 44 44' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M31.475 22.5v-8.015a.77.77 0 0 0-.226-.544l-4.036-4.036a.769.769 0 0 0-.544-.225H11.732a.77.77 0 0 0-.77.769V34.55c0 .425.345.77.77.77h8.205M16.09 19.933h10.256M16.09 14.805h5.128M16.09 25.06h3.846M32.115 33.398l1.923 1.923'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M25.064 30.19a3.846 3.846 0 1 0 7.692 0 3.846 3.846 0 0 0-7.692 0ZM26.346 9.68v4.358c0 .425.344.77.769.77h4.359'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_entered_step5 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 44 44' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M32.18 22.476v-8a.768.768 0 0 0-.224-.543l-4.029-4.028a.768.768 0 0 0-.543-.225h-14.91a.768.768 0 0 0-.767.768v24.056c0 .424.344.768.768.768h8.19M16.826 19.915h10.237m-10.237-5.118h5.119m-5.119 10.237h3.839M29.564 28.794l1.28-1.28a1.435 1.435 0 0 1 2.029 2.03l-1.28 1.279m-2.03-2.03-3.827 3.828c-.192.192-.317.44-.359.708l-.31 1.991 1.99-.31a1.28 1.28 0 0 0 .709-.36l3.827-3.827m-2.03-2.03 2.03 2.03'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M27.063 9.68v4.35c0 .424.343.768.767.768h4.35'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_entered_step6 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M33.736 23.414v4.413a2.242 2.242 0 0 1-2.242 2.242h-19.45a2.242 2.242 0 0 1-2.241-2.242v-4.413M19.528 30.146l-2.242 5.605M24.01 30.146l2.242 5.605M15.046 35.744h13.45M8.25 15.988 11.37 9.5h20.8l3.12 6.488H8.25Z'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17.132 15.986v1.854c0 .983-.438 1.926-1.216 2.621-.778.696-1.834 1.086-2.935 1.086h-.58c-1.101 0-2.157-.39-2.935-1.086-.779-.695-1.216-1.638-1.216-2.621v-1.854M26.471 15.986v1.854c0 .983-.437 1.926-1.216 2.621-.778.696-1.834 1.086-2.934 1.086h-1.038c-1.1 0-2.156-.39-2.935-1.086-.778-.695-1.215-1.638-1.215-2.621v-1.854'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M35.29 15.986v1.854c0 .983-.438 1.926-1.216 2.621-.779.696-1.834 1.086-2.935 1.086h-.519c-1.1 0-2.156-.39-2.935-1.086-.778-.695-1.215-1.638-1.215-2.621v-1.854'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.no_data {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' fill='none'%3E%3Cg fill='%2375777B' clip-path='url(%23a)'%3E%3Cpath d='M0 49.451C.09 21.853 22.573-.122 50.582.001c27.164.12 49.508 22.637 49.415 49.8-.093 28.05-22.512 50.367-50.425 50.2C21.892 99.833-.093 77.417 0 49.451Zm92.983.503c.003-23.742-19.349-43.122-43.025-43.09-23.727.034-43.021 19.37-43.021 43.111 0 23.772 19.33 43.122 43.036 43.086 23.79-.036 43.004-19.293 43.007-43.107h.003Z'/%3E%3Cpath d='M50.42 55.8c9.847.464 18.43 4.481 24.707 12.962 1.457 1.97 2.525 4.188.105 5.984-2.456 1.826-4.094.03-5.644-1.886-11.072-13.671-28.102-13.582-39.402.204-1.605 1.958-3.377 3.484-5.713 1.556-2.084-1.72-1.136-3.769.204-5.681 5.572-7.954 15.348-13.088 25.74-13.142l.002.003ZM70.828 39.13c.108 3.46-2.789 6.649-6.21 6.834-3.6.195-6.85-2.936-6.862-6.616-.012-3.49 2.936-6.532 6.424-6.627 3.37-.09 6.543 2.966 6.65 6.409h-.002ZM42.164 39.653c-.16 3.467-3.314 6.433-6.72 6.322-3.603-.116-6.553-3.466-6.296-7.145.243-3.467 3.524-6.355 6.898-6.077 3.536.293 6.28 3.386 6.118 6.9Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h100v100H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_thumb {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' d='m3.5 6 2-4.5A1.5 1.5 0 0 1 7 3v2h2.83a1 1 0 0 1 1 1.15l-.69 4.5a1 1 0 0 1-1 .85H3.5m0-5.5v5.5m0-5.5H2a1 1 0 0 0-1 1v3.5a1 1 0 0 0 1 1h1.5'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_add_photo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19'  viewBox='0 0 19 19' fill='none'%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9.808 16.078H2.435a.47.47 0 0 1-.47-.47V2.432c0-.26.21-.471.47-.471h13.177c.26 0 .47.21.47.47v7.373'/%3E%3Cpath stroke='%2375777B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1.965 12.158 5.49-2.353 4.313 1.96M12.16 7.45a1.569 1.569 0 1 1 0-3.137 1.569 1.569 0 0 1 0 3.137ZM12.16 14.51h2.353m0 0h2.353m-2.353 0v-2.354m0 2.353v2.353'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_meeting {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath stroke='%23C4C6CA' stroke-miterlimit='10' stroke-width='2' d='M5.045 5.71a1.71 1.71 0 1 0 3.421 0 1.71 1.71 0 0 0-3.421 0ZM16.682 5.71a1.71 1.71 0 1 0 3.421 0 1.71 1.71 0 0 0-3.421 0ZM8.466 11.517v-1.01a1.71 1.71 0 1 0-3.421 0v4.445h4.788v4.796M16.681 11.517v-1.01a1.71 1.71 0 1 1 3.422 0v4.445h-4.789v4.796M7.78 12.902h9.59M12.574 19.752v-6.85'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_entertain {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='m13.106 6.663-3.025 2.45a1.214 1.214 0 0 0 1.51 1.903l3.103-2.413a.502.502 0 0 1 .615.791l-.653.506 5.538 5.1H21.5a1.5 1.5 0 0 0 1.5-1.5v-4A1.5 1.5 0 0 0 21.5 8h-2.522l-.122-.078-2.269-1.453a2.982 2.982 0 0 0-3.48.194Zm.713 3.887-1.616 1.257a2.213 2.213 0 0 1-3.15-.444 2.216 2.216 0 0 1 .397-3.025l2.6-2.104a2.952 2.952 0 0 0-1.15-.23 2.957 2.957 0 0 0-1.65.496L7 8H4.5A1.5 1.5 0 0 0 3 9.5v4A1.5 1.5 0 0 0 4.5 15h3.381l2.857 2.607a1.498 1.498 0 0 0 2.465-.74l.531.487a1.5 1.5 0 0 0 2.429-.606 1.501 1.501 0 0 0 1.85-2.353l-4.194-3.845Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_soldier {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' fill-rule='evenodd' d='M4 10.16V5h17v5.16l-.395.142a1.782 1.782 0 0 0-.86.659 1.815 1.815 0 0 0 0 2.078c.212.304.513.534.86.659l.395.141V19H4v-5.16l.395-.142c.347-.125.648-.355.86-.659a1.815 1.815 0 0 0 0-2.078 1.782 1.782 0 0 0-.86-.659L4 10.161Zm8.5-2.008 1.388 2.407 2.424.613-1.613 1.835.402 2.843-2.601-1.216-2.601 1.214.401-2.842-1.612-1.836 2.424-.612L12.5 8.152Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_fruit {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M12 7.729c2.682 0 4.594-2.304 4.454-4.715-1.543-.127-3.683.593-4.454 2.843-.77-2.25-2.912-2.97-4.454-2.842-.14 2.41 1.772 4.714 4.454 4.714Zm7.994 5.221c-.1-2.56-2.05-4.771-4.76-4.771-1.227 0-2.35.476-3.234 1.308-.884-.833-2.008-1.308-3.235-1.308-2.71 0-4.659 2.211-4.76 4.771C3.832 17.392 7.578 21 12 21s8.169-3.608 7.994-8.05Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_snack {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' fill-rule='evenodd' d='M17.747 5.105c-.213-.05-.543-.078-.92-.092a22.63 22.63 0 0 0-1.425-.004 36.17 36.17 0 0 0-3.844.311c-1.384.189-2.811.475-4.029.894-.21.073-.418.15-.62.233 1.204-.074 2.99-.137 5.59-.137 3.687 0 5.739.127 6.814.233.214.02.42.065.616.13a4.226 4.226 0 0 0-2.033-1.526 1.712 1.712 0 0 0-.149-.042ZM12.5 7.223c-3.41 0-5.393.109-6.485.206-.957.085-1.7.77-1.809 1.703-.101.873-.206 2.3-.206 4.48l.001.413a2.296 2.296 0 0 1 1.699-.74c1.252 0 2.267.98 2.267 2.19s-1.015 2.19-2.267 2.19a2.3 2.3 0 0 1-1.592-.63c.023.315.048.592.074.833.113 1.072.962 1.856 2.062 1.945 1.132.092 3.072.187 6.256.187s5.124-.095 6.256-.187c1.1-.089 1.95-.873 2.062-1.945.093-.886.182-2.253.182-4.257 0-2.377-.125-3.86-.234-4.703-.102-.791-.734-1.377-1.548-1.457-1.034-.102-3.051-.228-6.718-.228Zm4.156 9.712c-.835 0-1.512-.654-1.512-1.46 0-.807.677-1.46 1.512-1.46.834 0 1.51.653 1.51 1.46 0 .806-.676 1.46-1.51 1.46Zm-6.8-5.514c0 1.008.845 1.825 1.888 1.825 1.044 0 1.89-.817 1.89-1.825s-.846-1.825-1.89-1.825c-1.043 0-1.888.817-1.888 1.825Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_beer {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' fill-rule='evenodd' d='M11.405 4c-1.17 0-2.213.565-2.892 1.446a2.927 2.927 0 0 0-.48-.04C6.359 5.407 5 6.825 5 8.572c0 .887.35 1.689.913 2.263a56.71 56.71 0 0 0-.07 3.012c0 1.167.037 2.103.092 2.849.142 1.937 1.567 3.197 3.375 3.268.575.022 1.267.037 2.095.037.827 0 1.519-.015 2.094-.037 1.402-.055 2.574-.826 3.096-2.073h.681c1.337 0 2.577-.996 2.679-2.51a20.329 20.329 0 0 0 0-2.717c-.098-1.466-1.266-2.446-2.553-2.506a3.256 3.256 0 0 0 .407-1.586c0-1.747-1.358-3.164-3.034-3.164-.163 0-.323.013-.48.039-.678-.88-1.72-1.446-2.89-1.446ZM9.379 6.605c.413-.72 1.166-1.198 2.026-1.198.859 0 1.612.478 2.025 1.198a.661.661 0 0 0 .797.303c.171-.061.355-.095.548-.095.931 0 1.686.787 1.686 1.758s-.755 1.759-1.686 1.759h-3.709c-.37 0-.672.312-.674.7 0 .238-.003.438-.007.638-.012.68-.446 1.123-1.003 1.123-.557 0-.991-.442-1.003-1.123-.004-.201-.006-.422-.007-.664a.694.694 0 0 0-.58-.692c-.816-.122-1.444-.855-1.444-1.74 0-.972.755-1.759 1.686-1.759.193 0 .377.034.548.095a.661.661 0 0 0 .797-.303Zm7.561 5.307c.016.56.026 1.201.026 1.934 0 .89-.021 1.646-.056 2.286h.366c.572 0 .966-.402.998-.874a18.575 18.575 0 0 0 0-2.472c-.032-.472-.426-.874-.998-.874h-.336Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_alcohol {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M11.5 11v8.5h-6v-8l.5-2 1.5-1v-4h2v4l1 .5 1 2ZM18.269 8.174V4.5a.577.577 0 0 0-.577-.577H15.96v1.154h1.154v3.877s1.73.292 1.73 2.469v7.5h-1.73v1.154h2.308a.577.577 0 0 0 .576-.577v-8.077c0-1.991-1.115-2.899-1.73-3.248ZM14.232 8.174V4.5a.577.577 0 0 0-.577-.577h-1.731v1.154h1.154v3.877s1.73.292 1.73 2.469v7.5h-1.73v1.154h2.307a.577.577 0 0 0 .577-.577v-8.077c0-1.991-1.115-2.899-1.73-3.248Z'/%3E%3Cpath fill='%23C4C6CA' d='M10.192 8.174V4.5a.577.577 0 0 0-.577-.577H7.308a.577.577 0 0 0-.577.577v3.675C6.115 8.524 5 9.431 5 11.422v8.077c0 .318.258.577.577.577h5.77a.577.577 0 0 0 .576-.577v-8.077c0-1.991-1.115-2.899-1.73-3.248Zm.577 10.748H6.154v-7.5c0-2.177 1.73-2.469 1.73-2.469V5.076h1.154v3.877s1.731.292 1.731 2.469v7.5Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_business {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' fill-rule='evenodd' d='M9.512 5.805a.285.285 0 0 1 .202-.084h4.572a.285.285 0 0 1 .285.287V7.38H9.43V6.008c0-.076.03-.15.083-.203ZM7.714 7.38V6.008c0-.533.211-1.043.586-1.42A1.996 1.996 0 0 1 9.714 4h4.572c.53 0 1.039.212 1.414.588.375.377.586.887.586 1.42V7.38h2c.947 0 1.714.77 1.714 1.721v9.178c0 .95-.767 1.721-1.714 1.721H5.714C4.768 20 4 19.23 4 18.28V9.1c0-.95.768-1.72 1.714-1.72h2Zm-.428 4.105c0-.396.32-.717.714-.717h8c.395 0 .714.321.714.717 0 .396-.32.717-.714.717H8a.716.716 0 0 1-.714-.717ZM8 15.178a.716.716 0 0 0-.714.717c0 .396.32.717.714.717h8a.716.716 0 0 0 .714-.717.716.716 0 0 0-.714-.717H8Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_alone {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M12 11.074a5.704 5.704 0 0 1 5.703 5.705V20.2H6.295v-3.422a5.704 5.704 0 0 1 5.704-5.705ZM11.864 10.071a3.286 3.286 0 1 0 0-6.57 3.286 3.286 0 0 0 0 6.57Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_toilet {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M5.194 21.288v-6.413h-.478a.694.694 0 0 1-.51-.205.687.687 0 0 1-.206-.508V9.46c0-.46.171-.859.513-1.2.342-.34.742-.51 1.2-.51h2.495c.457 0 .857.17 1.199.51.342.341.513.74.513 1.2v4.702a.687.687 0 0 1-.206.508.695.695 0 0 1-.51.205h-.477v6.413a.687.687 0 0 1-.206.507.695.695 0 0 1-.51.205H5.91a.694.694 0 0 1-.51-.205.687.687 0 0 1-.206-.508Zm1.768-14.82c-.479 0-.89-.17-1.231-.51a1.66 1.66 0 0 1-.514-1.222c0-.477.17-.885.512-1.225.34-.34.75-.511 1.23-.511.478 0 .888.17 1.23.509.343.339.514.747.514 1.223 0 .476-.17.884-.512 1.225-.34.34-.75.51-1.229.51Zm8.21 14.82V16.3H13.62a.654.654 0 0 1-.555-.285.68.68 0 0 1-.113-.617l1.79-6.484c.115-.374.327-.661.635-.862a1.94 1.94 0 0 1 1.084-.302c.414 0 .775.1 1.083.302.309.2.52.488.636.862l1.79 6.484a.68.68 0 0 1-.113.617.654.654 0 0 1-.555.285H17.75v4.988a.687.687 0 0 1-.206.507.695.695 0 0 1-.51.205h-1.146a.694.694 0 0 1-.51-.205.687.687 0 0 1-.206-.508Zm1.29-14.82c-.478 0-.888-.17-1.23-.51a1.66 1.66 0 0 1-.514-1.222c0-.477.17-.885.512-1.225.34-.34.75-.511 1.229-.511.479 0 .89.17 1.231.509.342.339.513.747.513 1.223 0 .476-.17.884-.51 1.225-.342.34-.752.51-1.23.51Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_global_shop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M20.67 8.194a1.32 1.32 0 0 0-.989-.442h-3.919c0-3.022-3.272-4.91-5.889-3.4a3.926 3.926 0 0 0-1.963 3.4H3.99a1.309 1.309 0 0 0-1.302 1.462l1.167 9.815c.078.663.642 1.16 1.309 1.155h13.352a1.309 1.309 0 0 0 1.309-1.155l1.166-9.814a1.309 1.309 0 0 0-.322-1.021Zm-8.834-3.06a2.617 2.617 0 0 1 2.617 2.618H9.22a2.617 2.617 0 0 1 2.617-2.617Z'/%3E%3Cpath fill='%23fff' d='M13.275 16.108a8.115 8.115 0 0 1-.404 1.65c-.161.431-.346.758-.535.972-.19.213-.358.287-.495.287s-.305-.074-.494-.287c-.19-.214-.375-.54-.537-.971a8.124 8.124 0 0 1-.403-1.65h2.868Zm-3.499 0c.098.704.252 1.34.45 1.87.127.337.275.639.443.89a4.685 4.685 0 0 1-3.158-2.76h2.265Zm6.395 0a4.685 4.685 0 0 1-3.158 2.76c.168-.251.316-.553.442-.89.199-.53.353-1.166.45-1.87h2.266Zm-6.463-2.907a13.352 13.352 0 0 0-.001 2.285h-2.4a4.686 4.686 0 0 1 0-2.285h2.401Zm3.64 0a12.688 12.688 0 0 1 .002 2.285h-3.016a12.722 12.722 0 0 1 0-2.285h3.015Zm3.026 0a4.682 4.682 0 0 1 0 2.285h-2.4a13.395 13.395 0 0 0 0-2.285h2.4ZM10.671 9.82a4.382 4.382 0 0 0-.444.892 8.847 8.847 0 0 0-.45 1.87H7.511a4.685 4.685 0 0 1 3.16-2.762Zm2.337 0a4.685 4.685 0 0 1 3.16 2.761h-2.266a8.84 8.84 0 0 0-.45-1.87 4.38 4.38 0 0 0-.444-.89Zm-1.167-.151c.135 0 .302.073.492.287.19.214.374.541.536.972.173.46.313 1.021.405 1.65h-2.867c.092-.629.232-1.19.405-1.65.161-.431.346-.758.536-.972.19-.214.357-.287.493-.287Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_manager {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' fill-rule='evenodd' d='M9.647 3.677A.865.865 0 0 1 10.49 3h3.46a.865.865 0 0 1 .843.677l.381 1.714c.346.164.676.354.986.57l1.676-.527a.865.865 0 0 1 1.009.392l1.73 2.996a.865.865 0 0 1-.165 1.07l-1.295 1.188a7 7 0 0 1 0 1.138l1.295 1.187a.865.865 0 0 1 .164 1.07l-1.73 2.996a.865.865 0 0 1-1.008.393l-1.675-.528c-.311.216-.641.407-.986.571l-.38 1.712a.865.865 0 0 1-.846.679h-3.46a.865.865 0 0 1-.843-.678l-.38-1.713a6.914 6.914 0 0 1-.987-.57l-1.676.527a.865.865 0 0 1-1.008-.393l-1.73-2.996a.865.865 0 0 1 .164-1.07l1.295-1.187c-.03-.379-.03-.76 0-1.138L4.03 9.893a.865.865 0 0 1-.164-1.07l1.73-2.996a.865.865 0 0 1 1.008-.392l1.675.527c.312-.216.641-.406.986-.57l.38-1.713.002-.002Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M12.073 10.582a3.073 3.073 0 0 1 3.073 3.073V15.5H9v-1.845a3.073 3.073 0 0 1 3.073-3.073ZM12.001 6.5a1.77 1.77 0 1 1 0 3.541A1.77 1.77 0 0 1 12 6.5Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_week_book {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M9.286 3a1.07 1.07 0 0 1 1.071 1.071v1.072h4.286V4.07a1.07 1.07 0 1 1 2.143 0v1.072h1.607c.887 0 1.607.72 1.607 1.607v1.607H5V6.75c0-.887.72-1.607 1.607-1.607h1.607V4.07A1.07 1.07 0 0 1 9.286 3ZM5 9.429h15v9.107c0 .887-.72 1.607-1.607 1.607H6.607c-.887 0-1.607-.72-1.607-1.607V9.429Z'/%3E%3Cpath fill='%23fff' d='M13.746 10.648h5.466v2.187h-5.466zM6.094 13.93h5.466v2.187H6.094z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_group_discount {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' fill-rule='evenodd' d='M3 10.16V5h17v5.16l-.395.142a1.782 1.782 0 0 0-.86.659 1.815 1.815 0 0 0 0 2.078c.212.304.513.534.86.659l.395.141V19H3v-5.16l.395-.142c.347-.125.648-.355.86-.659a1.815 1.815 0 0 0 0-2.078 1.782 1.782 0 0 0-.86-.659L3 10.161Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M11.5 11a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm-3.25 1.5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM16 11.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Zm-4.5.25A2.5 2.5 0 0 1 14 14v3H9v-3a2.5 2.5 0 0 1 2.5-2.5ZM8 14c0-.347.05-.681.144-.997l-.085.007A1.75 1.75 0 0 0 6.5 14.75V17H8v-3Zm8.5 3v-2.25a1.75 1.75 0 0 0-1.644-1.747c.094.316.144.65.144.997v3h1.5Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_coupon_discount {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' fill-rule='evenodd' d='M4 10.16V5h17v5.16l-.395.142a1.782 1.782 0 0 0-.86.659 1.815 1.815 0 0 0 0 2.078c.212.304.513.534.86.659l.395.141V19H4v-5.16l.395-.142c.347-.125.648-.355.86-.659a1.815 1.815 0 0 0 0-2.078 1.782 1.782 0 0 0-.86-.659L4 10.161Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M12 5h1v2h-1zM12 8h1v2h-1zM12 11h1v2h-1zM12 14h1v2h-1zM12 17h1v2h-1z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_birthday_discount {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' fill-rule='evenodd' d='M4 10.16V5h17v5.16l-.395.142a1.782 1.782 0 0 0-.86.659 1.815 1.815 0 0 0 0 2.078c.212.304.513.534.86.659l.395.141V19H4v-5.16l.395-.142c.347-.125.648-.355.86-.659a1.815 1.815 0 0 0 0-2.078 1.782 1.782 0 0 0-.86-.659L4 10.161Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M19.5 11.475h-3.437c.245-.308.427-.672.532-1.071.378-1.505-.987-2.87-2.499-2.499a2.801 2.801 0 0 0-1.071.532V5h-1.05v3.437a2.788 2.788 0 0 0-1.071-.525c-1.505-.378-2.87.987-2.499 2.499.105.392.287.756.532 1.064H5.5v1.05h5.712A2.28 2.28 0 0 1 9 14.275a.529.529 0 0 0-.525.525c0 .287.238.525.525.525a3.324 3.324 0 0 0 2.975-1.841V19h1.05v-5.516A3.324 3.324 0 0 0 16 15.325a.529.529 0 0 0 .525-.525.529.529 0 0 0-.525-.525 2.275 2.275 0 0 1-2.212-1.75H19.5v-1.05Zm-7.525 0h-.854a1.745 1.745 0 0 1-1.694-1.323 1.01 1.01 0 0 1 1.225-1.225 1.751 1.751 0 0 1 1.323 1.694v.854Zm3.598-1.323a1.751 1.751 0 0 1-1.694 1.323h-.847v-.854c0-.805.546-1.498 1.323-1.694.735-.182 1.4.483 1.218 1.225Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_paid_parking {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M5 12c0 4.418 3.358 8 7.5 8 4.142 0 7.5-3.582 7.5-8s-3.358-8-7.5-8C8.358 4 5 7.582 5 12Z'/%3E%3Cpath fill='%23fff' d='M9.04 12.744H8v-.877h.823L8.123 9h1.305l.614 2.867h.917L11.64 9h1.22l.68 2.867h.923L15.072 9h1.304l-.7 2.867h.823v.877h-1.04l-.7 2.867h-1.38l-.676-2.867h-.908l-.676 2.867H9.74l-.7-2.867Zm1.409 1.032h.057l.245-1.032h-.524l.222 1.032Zm2.047-1.909-.222-.95h-.048l-.222.95h.492Zm1.498 1.918h.057l.222-1.041h-.524l.245 1.04Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_book_required {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M9.286 4c.592 0 1.071.475 1.071 1.063v1.062h4.286V5.062c0-.587.479-1.062 1.071-1.062.593 0 1.072.475 1.072 1.063v1.062h1.607A1.6 1.6 0 0 1 20 7.719v1.593H5V7.72a1.6 1.6 0 0 1 1.607-1.594h1.607V5.062c0-.587.48-1.062 1.072-1.062ZM5 10.375h15v9.031A1.6 1.6 0 0 1 18.393 21H6.607A1.6 1.6 0 0 1 5 19.406v-9.031Zm11.016 3.752a.789.789 0 0 0 0-1.126.808.808 0 0 0-1.135 0L11.7 16.156l-1.574-1.56a.805.805 0 0 0-1.135 0 .792.792 0 0 0 0 1.125l2.143 2.125a.805.805 0 0 0 1.135 0l3.747-3.719Z'/%3E%3C/svg%3E");
}
.p_entered .step-item .svg_icon.icon_private_room {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M20.356 18.77h-1.928V5.23c0-.679-.576-1.23-1.286-1.23H6.858c-.71 0-1.286.551-1.286 1.23v13.54H3.644c-.495 0-.804.512-.557.922.115.19.327.308.557.308h16.712c.495 0 .804-.513.557-.923a.648.648 0 0 0-.557-.308Zm-5.464-5.54c-.742 0-1.206-.768-.835-1.384.372-.615 1.3-.615 1.67 0 .085.14.13.3.13.462 0 .51-.432.923-.964.923Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active {
  border: 1px solid #E8C6C9;
  background: #F6EBEC;
  color: #9B111E;
}
.p_entered .step-item.active .svg_icon.icon_bookmark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5.105 27.722V5.106A2.827 2.827 0 0 1 7.932 2.28h14.135a2.827 2.827 0 0 1 2.827 2.827v22.616l-8.366-5.378a2.827 2.827 0 0 0-3.057 0l-8.366 5.378Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_cs {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 8.59v7.692M15 21.422l.013-.014M15 27.82c7.08 0 12.82-5.74 12.82-12.82S22.08 2.18 15 2.18 2.18 7.92 2.18 15 7.92 27.82 15 27.82Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_message {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8.59 14.787 15 19.274l6.41-4.487'/%3E%3Cpath stroke='%239B111E' stroke-width='2' d='M2.18 25.043V11.111c0-.9.472-1.735 1.244-2.199L13.68 2.76a2.564 2.564 0 0 1 2.639 0l10.255 6.153a2.564 2.564 0 0 1 1.245 2.2v13.931a2.564 2.564 0 0 1-2.564 2.564H4.744a2.564 2.564 0 0 1-2.564-2.564Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_my {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 2.18C7.92 2.18 2.18 7.92 2.18 15S7.92 27.82 15 27.82 27.82 22.08 27.82 15 22.08 2.18 15 2.18Z'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5.092 23.136S7.949 19.486 15 19.486c7.051 0 9.909 3.649 9.909 3.649M15 15a3.846 3.846 0 1 0 0-7.691A3.846 3.846 0 0 0 15 15Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_push {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M22.223 13.72c.746 6.893 3.675 8.976 3.675 8.976H2.818s3.847-2.736 3.847-12.31c0-2.176.81-4.263 2.253-5.802 1.443-1.539 3.4-2.403 5.44-2.403.433 0 .861.038 1.282.114M23.335 9.874a3.847 3.847 0 1 0 0-7.693 3.847 3.847 0 0 0 0 7.693ZM16.577 26.542a2.564 2.564 0 0 1-4.436 0'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m22.066 22.067 5.654 5.654M2.28 13.587c0 6.245 5.062 11.308 11.307 11.308 3.128 0 5.96-1.27 8.006-3.323a11.272 11.272 0 0 0 3.302-7.985c0-6.245-5.063-11.308-11.308-11.308S2.279 7.342 2.279 13.587Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_pin {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg stroke='%239B111E' clip-path='url(%23a)'%3E%3Cpath stroke-width='2' d='M13.469 6.633c0 3.02-5.47 8.204-5.47 8.204S2.53 9.655 2.53 6.633a5.47 5.47 0 1 1 10.94 0Z'/%3E%3Cpath fill='%239B111E' stroke-linecap='round' stroke-linejoin='round' d='M8 7.317a.684.684 0 1 0 0-1.368.684.684 0 0 0 0 1.368Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.453 3.59h15.384M1.453 8.718h15.384M1.453 13.846H11.71'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 16 15.999 4M16 16 4.001 4'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_home {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17.654 21.793H6.346a4.523 4.523 0 0 1-4.523-4.523v-7.115c0-1.582.826-3.049 2.179-3.868L9.656 2.86a4.523 4.523 0 0 1 4.688 0l5.654 3.427a4.523 4.523 0 0 1 2.18 3.868v7.115a4.523 4.523 0 0 1-4.524 4.523ZM8.607 17.271h6.785'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_home_active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill='%239B111E' d='M20.69 5.23 15.04 1.8a5.515 5.515 0 0 0-5.73 0L3.66 5.23C2.02 6.22 1 8.03 1 9.95v7.11c0 3.05 2.48 5.52 5.52 5.52h11.31c3.04 0 5.52-2.48 5.52-5.52V9.95c0-1.92-1.02-3.73-2.66-4.72Zm-5.12 12.84H8.78c-.55 0-1-.45-1-1s.45-1 1-1h6.79c.55 0 1 .45 1 1s-.45 1-1 1Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_bookmark_active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill='%239B111E' stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4.085 22.176V4.084a2.262 2.262 0 0 1 2.261-2.262h11.308a2.262 2.262 0 0 1 2.262 2.262v18.092l-6.693-4.302a2.261 2.261 0 0 0-2.446 0l-6.692 4.302Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_message_active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill='%239B111E' d='m22.03 6.36-8.2-4.92a3.05 3.05 0 0 0-3.14 0L2.48 6.36C1.57 6.91 1 7.91 1 8.98v11.15c0 1.68 1.37 3.05 3.05 3.05h16.41c1.68 0 3.05-1.37 3.05-3.05V8.98c0-1.07-.57-2.07-1.48-2.62Zm-4.07 6.38-5.13 3.59a.988.988 0 0 1-1.14 0l-5.13-3.59c-.45-.32-.56-.94-.25-1.39.32-.45.94-.56 1.39-.25l4.55 3.19 4.55-3.19a.988.988 0 0 1 1.39.25c.32.45.21 1.08-.25 1.39h.02Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_my_active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 24 24' fill='none'%3E%3Cg fill='%239B111E' clip-path='url(%23a)'%3E%3Cpath d='M11.26 22.51C5.05 22.51 0 17.46 0 11.26S5.05 0 11.26 0s11.26 5.05 11.26 11.26-5.05 11.26-11.26 11.26v-.01Zm0-20.51C6.15 2 2 6.15 2 11.26c0 5.11 4.15 9.26 9.26 9.26 5.11 0 9.26-4.15 9.26-9.26 0-5.11-4.16-9.26-9.26-9.26Z'/%3E%3Cpath d='M11.26 14.85c5.63 0 7.92 2.91 7.93 2.92 1.46-1.77 2.33-4.04 2.33-6.51C21.52 5.6 16.93 1 11.26 1S1 5.59 1 11.26c0 2.47.87 4.74 2.33 6.51 0-.01 2.3-2.92 7.93-2.92Zm0-9.75c1.7 0 3.08 1.38 3.08 3.08 0 1.7-1.38 3.08-3.08 3.08-1.7 0-3.08-1.38-3.08-3.08 0-1.7 1.38-3.08 3.08-3.08Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h22.51v22.51H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_search_active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m17.654 17.654 4.523 4.523M1.823 10.868a9.046 9.046 0 1 0 18.093 0 9.046 9.046 0 0 0-18.093 0Z'/%3E%3Cpath fill='%239B111E' d='M4.87 10.87a6 6 0 1 0 11.999 0 6 6 0 0 0-12 0Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_tip {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='12' viewBox='0 0 4 12' fill='none'%3E%3Cpath fill='%239B111E' d='m3.485 0-.263 8.147H.794L.516 0h2.969ZM.5 10.416C.492 9.551 1.173 8.85 2 8.85c.789 0 1.492.702 1.5 1.567C3.492 11.298 2.789 12 2 12c-.827 0-1.508-.702-1.5-1.584Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_arrow_right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M1 8h14M8 1l7 7-7 7'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_plus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 11.395v-10M11 6.395H1'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m5.333 13.333 5.333-5-5.333-5'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_filter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M2 4.5h12'/%3E%3Ccircle cx='17' cy='4.5' r='1.5' fill='%239B111E'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M20 4.5h2M2 12h7'/%3E%3Ccircle cx='12' cy='12' r='1.5' fill='%239B111E'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M15 12h7M2 19.5h2'/%3E%3Ccircle cx='7' cy='19.5' r='1.5' fill='%239B111E'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10 19.5h12'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_comment {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6.9 8.2h7.2M6.9 11.8h3.6M10.5 19a9 9 0 1 0-7.796-4.5l-.754 4.05L6 17.796A8.959 8.959 0 0 0 10.5 19Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_view {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12.5 14.261a2.261 2.261 0 1 0 0-4.523 2.261 2.261 0 0 0 0 4.523Z'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M22.676 12c-2.135 3.382-5.972 6.784-10.177 6.784-4.204 0-8.041-3.402-10.177-6.785 2.6-3.213 5.645-6.784 10.177-6.784 4.533 0 7.578 3.571 10.177 6.784Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_reset {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.111 5.33A6.685 6.685 0 0 0 1.334 7.335'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11.324 5.33h2.94c.222 0 .402-.18.402-.401v-2.94M1.89 10.677a6.685 6.685 0 0 0 12.778-2.005'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4.676 10.676H1.735a.401.401 0 0 0-.401.4v2.941'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14 10v2.667A1.334 1.334 0 0 1 12.667 14H3.333A1.334 1.334 0 0 1 2 12.667V10'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m4.666 6.668 3.333 3.333 3.334-3.333M8 10V2'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_share {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='21' viewBox='0 0 19 21' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14.861 7.192a2.639 2.639 0 1 0 0-5.278 2.639 2.639 0 0 0 0 5.278Z'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4.305 13.348a2.639 2.639 0 1 0 0-5.278 2.639 2.639 0 0 0 0 5.278ZM14.861 19.504a2.639 2.639 0 1 0 0-5.278 2.639 2.639 0 0 0 0 5.278ZM6.582 12.04l6.015 3.496M12.585 5.883 6.582 9.379'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_walk {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill='%239B111E' d='m8.396 9.24 2.61-1.913c.287-.21.64-.327 1.012-.314.905.022 1.7.62 1.977 1.494.152.48.29.803.415.971a4.055 4.055 0 0 0 3.257 1.64v1.643a5.672 5.672 0 0 1-4.4-2.092l-.568 3.249 1.679 1.42 1.81 5.017-1.53.561-1.662-4.602-2.76-2.337a1.65 1.65 0 0 1-.582-1.563l.414-2.37-.551.404-1.732 2.405-1.318-.966L8.382 9.23l.014.01Zm4.791-2.638c-.9 0-1.629-.736-1.629-1.643s.73-1.643 1.63-1.643c.899 0 1.628.736 1.628 1.643s-.73 1.643-1.629 1.643Zm-2.42 10.825-2.618 3.146-1.248-1.056 2.424-2.912.608-1.79 1.458 1.231-.624 1.381Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_parking {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath fill='%239B111E' d='M12.25 19.2a7.2 7.2 0 1 1 0-14.4 7.2 7.2 0 0 1 0 14.4Zm.96-7.2h-2.04V9.84h2.04a1.08 1.08 0 1 1 0 2.16Zm0-3.6H9.73v7.2h1.44v-2.16h2.04a2.52 2.52 0 0 0 0-5.04Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_valet {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath fill='%239B111E' d='M14.969 14.586c2.01.846 3.489 2.8 3.765 5.148h-12c.277-2.349 1.756-4.302 3.766-5.148l2.234 3.548 2.235-3.548Zm2.3-10.852v4.8c0 2.651-2.03 4.8-4.535 4.8-2.504 0-4.535-2.149-4.535-4.8v-4.8h9.07Zm-1.511 4.8H9.71c0 1.768 1.354 3.2 3.023 3.2 1.67 0 3.024-1.432 3.024-3.2Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_disabled {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M19.853 17.578 18.267 14a1.144 1.144 0 0 0-1.047-.676h-3.198v-2.191h2.424a.91.91 0 0 0 .915-.905.91.91 0 0 0-.915-.905h-2.424v-.865c0-.75-.614-1.357-1.372-1.357-.758 0-1.373.607-1.373 1.357v5.763c0 .657.472 1.204 1.098 1.33.088.022.18.034.275.034h3.823l1.286 2.9a1.145 1.145 0 0 0 1.506.582c.579-.251.842-.918.588-1.49ZM12.65 6.638c.934 0 1.693-.751 1.693-1.674 0-.924-.76-1.675-1.693-1.675-.934 0-1.693.751-1.693 1.675 0 .923.76 1.674 1.693 1.674Z'/%3E%3Cpath fill='%23C4C6CA' d='M15.346 17.42a4.691 4.691 0 0 1-3.429 1.464c-2.597 0-4.71-2.09-4.71-4.66a4.652 4.652 0 0 1 2.877-4.292.71.71 0 0 0 .383-.934.723.723 0 0 0-.945-.379c-2.282.955-3.756 3.155-3.756 5.606 0 3.355 2.76 6.085 6.151 6.085a6.21 6.21 0 0 0 4.478-1.913.707.707 0 0 0-.03-1.007.726.726 0 0 0-1.019.03Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_birthday {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill='%239B111E' d='M8.266 7.286v3.427h2.55V7.286h1.7v3.427h2.55V7.286h1.7v3.427l.85.001a2.56 2.56 0 0 1 2.546 2.42l.004.152v.857c0 .869-.32 1.662-.85 2.267v3.733c0 .473-.38.857-.85.857h-13.6a.854.854 0 0 1-.85-.857v-3.737a3.463 3.463 0 0 1-.826-1.87l-.02-.217-.004-.176v-.857a2.562 2.562 0 0 1 2.4-2.567l.15-.005h.85V7.285h1.7Zm9.35 5.143h-11.9a.853.853 0 0 0-.844.757l-.006.1v.832l.003.126a1.706 1.706 0 0 0 1.697 1.613c.856 0 1.57-.64 1.683-1.457l.013-.13.004-.152c.031-1.07 1.553-1.108 1.69-.115l.01.115.003.126a1.706 1.706 0 0 0 1.697 1.613c.896 0 1.63-.7 1.695-1.586l.011-.242c.105-.99 1.583-.99 1.688 0l.01.242c.066.887.8 1.586 1.696 1.586.896 0 1.63-.7 1.695-1.586l.005-.128v-.857a.855.855 0 0 0-.75-.852l-.1-.005ZM7.416 3c1.122.747 1.414 1.79 1.232 2.476a1.274 1.274 0 0 1-1.562.909 1.287 1.287 0 0 1-.902-1.575c.253-.952 1.232-.524 1.232-1.81Zm4.25 0c1.122.747 1.414 1.79 1.232 2.476a1.274 1.274 0 0 1-1.562.909 1.287 1.287 0 0 1-.902-1.575c.253-.952 1.232-.524 1.232-1.81Zm4.25 0c1.122.747 1.414 1.79 1.232 2.476a1.274 1.274 0 0 1-1.562.909 1.287 1.287 0 0 1-.902-1.575c.253-.952 1.232-.524 1.232-1.81Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_not_car {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M11.656 7.624v1.354H7.798l-1.456 3.39h12.094v6.109a.682.682 0 0 1-.682.681h-.682a.683.683 0 0 1-.682-.681v-.683H6.9v.683a.682.682 0 0 1-.681.681h-.683a.682.682 0 0 1-.682-.681v-6.109l1.68-3.93a1.36 1.36 0 0 1 1.252-.825h3.859l.01.011ZM7.92 13.732c-.56 0-1.019.458-1.019 1.018s.459 1.019 1.019 1.019c.56 0 1.018-.46 1.018-1.019a1.02 1.02 0 0 0-1.018-1.018Zm7.462 0a1.02 1.02 0 0 0-1.018 1.018c0 .56.458 1.018 1.018 1.019.56 0 1.018-.46 1.018-1.019 0-.56-.458-1.018-1.018-1.018Zm.428-8.853a3.39 3.39 0 0 1 3.39 3.39 3.388 3.388 0 0 1-3.39 3.39 3.39 3.39 0 1 1 0-6.78Zm-.886 5.223a2.042 2.042 0 0 0 2.718-2.718l-2.718 2.718Zm.886-3.869a2.042 2.042 0 0 0-1.843 2.912l2.718-2.718a2.08 2.08 0 0 0-.875-.194Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_group {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath fill='%239B111E' d='M12.25 10.56a2.88 2.88 0 1 0 0-5.76 2.88 2.88 0 0 0 0 5.76Zm-4.68 2.16a1.8 1.8 0 1 0 0-3.6 1.8 1.8 0 0 0 0 3.6Zm11.16-1.8a1.8 1.8 0 1 1-3.6 0 1.8 1.8 0 0 1 3.6 0Zm-6.48.36a3.6 3.6 0 0 1 3.6 3.6v4.32h-7.2v-4.32a3.6 3.6 0 0 1 3.6-3.6Zm-5.04 3.6c0-.498.073-.98.208-1.435l-.122.01a2.52 2.52 0 0 0-2.245 2.506v3.24h2.16v-4.32Zm12.24 4.32v-3.24a2.52 2.52 0 0 0-2.367-2.515c.135.455.208.937.208 1.436v4.32h2.16Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_room {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath fill='%239B111E' d='M14.682 5.602h-4.364c-2.167 0-3.965 1.544-4.305 3.569.1-.01.202-.014.305-.014 1.808 0 3.273 1.433 3.273 3.2v1.067h5.818v-1.067c0-1.767 1.465-3.2 3.273-3.2.103 0 .205.005.306.014-.34-2.025-2.14-3.57-4.306-3.57Zm4.364 5.013a1.87 1.87 0 0 0-.364-.036c-1.004 0-1.818.796-1.818 1.778v3.2h-1.455v-.711H9.591v.711H8.136v-3.2c0-.982-.814-1.778-1.818-1.778-.124 0-.246.013-.363.036-.83.165-1.455.882-1.455 1.742 0 .419.132.739.284 1.106.204.495.443 1.074.443 2.094v2.133a.72.72 0 0 0 .727.712h13.092a.72.72 0 0 0 .727-.712v-2.133c0-1.02.24-1.6.443-2.094.152-.367.284-.687.284-1.106 0-.86-.625-1.577-1.454-1.742Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_pickup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M12.408 7.584v1.36H8.535l-1.461 3.402h12.14v6.132a.685.685 0 0 1-.685.684h-.684a.685.685 0 0 1-.685-.684v-.685H7.636v.685a.685.685 0 0 1-.685.684h-.684a.685.685 0 0 1-.685-.684v-6.132l1.686-3.944c.215-.5.705-.828 1.257-.828h3.873l.01.01Zm-3.75 6.132c-.562 0-1.022.46-1.022 1.022s.46 1.022 1.022 1.022 1.022-.46 1.022-1.022-.46-1.022-1.022-1.022Zm7.49 0c-.562 0-1.021.46-1.021 1.022s.46 1.022 1.021 1.022c.562 0 1.022-.46 1.022-1.022s-.46-1.022-1.022-1.022Z'/%3E%3Cpath fill='%23C4C6CA' d='M16.557 4.844a3.397 3.397 0 0 1 3.392 3.392 3.397 3.397 0 0 1-3.392 3.393 3.397 3.397 0 0 1-3.393-3.393 3.397 3.397 0 0 1 3.393-3.392ZM14.533 9.39c.501.746 1.247 1.216 2.075 1.216.828 0 1.584-.47 2.074-1.216a3.018 3.018 0 0 0-2.074-.817c-.797 0-1.533.306-2.075.817Zm2.024-1.502c.562 0 1.011-.46 1.011-1.012a1.02 1.02 0 0 0-1.011-1.011 1.02 1.02 0 0 0-1.012 1.011c0 .552.46 1.012 1.012 1.012Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_wifi {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill='%239B111E' d='M12.001 15.315c1.108 0 1.994.867 1.994 1.945 0 1.07-.902 1.945-2.003 1.94-1.104-.004-1.99-.878-1.988-1.954 0-1.067.896-1.931 1.997-1.931Zm-.93-3.157c1.427-.244 2.749.045 3.95.834.504.33.927.743 1.29 1.218a.947.947 0 0 1 .194.543h-.002c-.018.375-.253.696-.584.803-.385.124-.75.03-.996-.278-.333-.417-.712-.778-1.19-1.033a3.619 3.619 0 0 0-4.536.894c-.087.106-.176.217-.283.301-.282.224-.722.23-1.03.02a.867.867 0 0 1-.349-.936c.062-.221.208-.392.354-.558.841-.97 1.898-1.59 3.182-1.808Zm.963-3.326c1.96.036 3.75.622 5.32 1.813.416.314.803.658 1.134 1.055.282.34.22.832-.12 1.145a.886.886 0 0 1-1.155.015c-.232-.201-.444-.428-.677-.63a6.75 6.75 0 0 0-3.45-1.584c-1.765-.266-3.404.09-4.897 1.045a6.677 6.677 0 0 0-1.263 1.051c-.24.25-.53.382-.883.302-.693-.153-.93-.934-.444-1.448a8.653 8.653 0 0 1 3.528-2.28 9.202 9.202 0 0 1 2.911-.486l-.005.002Zm-.088-3.23c2.281.008 4.356.561 6.264 1.681a11.662 11.662 0 0 1 2.31 1.781c.4.395.368 1.004-.07 1.324a.907.907 0 0 1-1.096-.03c-.385-.322-.75-.671-1.149-.977-1.192-.912-2.541-1.51-4.023-1.825a10.54 10.54 0 0 0-3.089-.189 10.22 10.22 0 0 0-6.323 2.877 1.167 1.167 0 0 1-.405.26c-.4.135-.824-.018-1.025-.344a.846.846 0 0 1 .131-1.09 11.99 11.99 0 0 1 5.867-3.18 12.512 12.512 0 0 1 2.608-.288Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_tel {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' d='M17.546 13.7v2.257a1.502 1.502 0 0 1-1.025 1.432 1.51 1.51 0 0 1-.619.074 14.943 14.943 0 0 1-6.508-2.311 14.691 14.691 0 0 1-4.526-4.516A14.877 14.877 0 0 1 2.553 4.11a1.503 1.503 0 0 1 .893-1.513 1.51 1.51 0 0 1 .608-.128h2.262a1.51 1.51 0 0 1 1.509 1.294c.095.723.272 1.433.528 2.116a1.503 1.503 0 0 1-.34 1.588l-.957.956a12.055 12.055 0 0 0 4.525 4.516l.958-.956a1.51 1.51 0 0 1 1.59-.339 9.7 9.7 0 0 0 2.12.527 1.51 1.51 0 0 1 1.297 1.528Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='11' viewBox='0 0 22 11' fill='none'%3E%3Cpath fill='%239B111E' d='M3.783 10V2.412L.898 5.311.01 4.436 4.412.046l4.402 4.39-.875.875-2.898-2.899V10H3.783ZM17.865.102v7.587l2.885-2.898.889.875-4.403 4.389-4.402-4.389.875-.875 2.898 2.898V.102h1.258Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_del {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M2.805 3.598h10.397v9.213c0 1.098-.925 1.984-2.072 1.984H4.877c-1.147 0-2.072-.886-2.072-1.984V3.598Z'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6.002 3.599V2.588c0-.765.603-1.389 1.342-1.389H8.66c.74 0 1.342.624 1.342 1.389v1.01M1.604 3.598H14.4M6.4 6v6.399M9.6 6v6.399'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_edit {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22'  viewBox='0 0 22 22' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linejoin='round' stroke-width='1.5' d='M8.332 21h12.259M1.712 12.148c-.95.95-.95 2.486 0 3.426l4.72 4.72c.95.95 2.486.95 3.426 0l2.648-2.649L4.36 9.5l-2.648 2.648Z'/%3E%3Cpath stroke='%239B111E' stroke-linejoin='round' stroke-width='1.8' d='m12.86 1-8.5 8.5 8.146 8.155L4.36 9.499l8.146 8.156 8.5-8.51L12.86 1Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_re {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'  viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M22 14H8C0 14 0 3 8 3m14 11-7 7m7-7-7-7'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_chk {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m1.444 5.37 3.42 2.963 7.691-6.667'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_img {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='27' viewBox='0 0 28 27' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20.432 9.88c0 .973-.784 1.757-1.758 1.757a1.755 1.755 0 0 1-1.758-1.758c0-.973.785-1.758 1.758-1.758.974 0 1.758.785 1.758 1.758Z'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M23.454 1H4.072A2.572 2.572 0 0 0 1.5 3.572v19.396a2.572 2.572 0 0 0 2.572 2.572h19.382a2.572 2.572 0 0 0 2.571-2.572V3.572A2.572 2.572 0 0 0 23.454 1Z'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M26.025 13.595 21.1 18.273a2.888 2.888 0 0 1-3.923.044l-7.759-6.989a2.904 2.904 0 0 0-4.17.32L1.5 16.239'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_reserve {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9.833 16.91H3.167c-.92 0-1.667-.745-1.667-1.666v-7.5h15v2.5m-5-7.5V1.079m0 1.667V4.41m0-1.666H7.75M1.5 7.742V4.409c0-.92.746-1.667 1.667-1.667h1.666M4.834 1.078v3.333M16.5 7.742V4.409c0-.92-.747-1.667-1.667-1.667h-.417M11.494 14.414h2.5m0 0H16.5m-2.506 0v-2.5m0 2.5v2.5'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_store {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16' fill='none'%3E%3Cpath stroke='%239B111E' stroke-width='2' d='M1.969 6.438v7.03c0 .864.7 1.563 1.562 1.563H14.47c.863 0 1.562-.7 1.562-1.562V6.438'/%3E%3Cpath stroke='%239B111E' stroke-miterlimit='16' stroke-width='2' d='M11.215 15.031v-4.687c0-.863-.7-1.563-1.563-1.563H8.09c-.863 0-1.563.7-1.563 1.563v4.687'/%3E%3Cpath stroke='%239B111E' stroke-width='2' d='M16.67 5.94 15.348 1.31a.469.469 0 0 0-.45-.34h-3.163l.372 4.456a.452.452 0 0 0 .217.352c.304.182.9.518 1.364.66.794.245 1.954.157 2.615.075a.445.445 0 0 0 .369-.571Z'/%3E%3Cpath stroke='%239B111E' stroke-width='2' d='M10.564 6.438c.443-.137 1.006-.449 1.321-.635a.452.452 0 0 0 .218-.429L11.736.97H6.267L5.9 5.374a.452.452 0 0 0 .218.43c.315.185.878.497 1.321.633 1.166.36 1.959.36 3.125 0Z'/%3E%3Cpath stroke='%239B111E' stroke-width='2' d='M2.654 1.309 1.331 5.94a.445.445 0 0 0 .368.571c.661.082 1.821.17 2.615-.074.464-.143 1.06-.48 1.364-.66a.452.452 0 0 0 .218-.353l.37-4.456H3.106a.469.469 0 0 0-.45.34Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_coupon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M1.5 11.556c0 .638.516 1.154 1.152 1.154h12.696c.636 0 1.152-.516 1.152-1.154V9.21a2.35 2.35 0 0 1 0-4.537V2.326c0-.638-.516-1.154-1.152-1.154H2.652c-.636 0-1.152.516-1.152 1.154v2.342a2.35 2.35 0 0 1 0 4.547v2.341ZM6.139 9.824l5.769-5.77'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6.716 5.209a.577.577 0 1 0 0-1.154.577.577 0 0 0 0 1.154ZM11.33 9.826a.577.577 0 1 0 0-1.154.577.577 0 0 0 0 1.154Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath stroke='%239B111E' stroke-width='1.5' d='M9.167 1.414a7.584 7.584 0 1 1 0 15.168 7.584 7.584 0 0 1 0-15.168Z'/%3E%3Cpath fill='%239B111E' d='M6.527 13.17V4.923h3.236c1.88 0 2.95 1.15 2.95 2.78 0 1.652-1.093 2.78-2.996 2.78h-1.48v2.689h-1.71Zm1.71-4.067h1.207c1.014 0 1.504-.57 1.504-1.401 0-.82-.49-1.379-1.504-1.379H8.236v2.78Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_stamp {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill='%239B111E' d='M17.85 7.98c-.302-.317-.615-.642-.733-.929-.11-.262-.116-.697-.122-1.118-.012-.783-.025-1.67-.642-2.287-.616-.616-1.504-.63-2.286-.641-.421-.007-.856-.013-1.118-.122-.286-.118-.612-.43-.928-.733-.554-.532-1.183-1.134-2.02-1.134s-1.465.602-2.02 1.134c-.316.302-.641.615-.928.733-.26.109-.697.115-1.118.122-.783.012-1.67.025-2.287.641-.616.617-.625 1.504-.641 2.287-.007.421-.013.856-.122 1.118-.118.286-.43.612-.733.928-.532.554-1.134 1.183-1.134 2.02s.602 1.465 1.134 2.02c.302.316.615.641.733.928.109.262.115.697.122 1.118.012.783.025 1.67.641 2.287.617.616 1.504.63 2.287.641.421.007.856.013 1.118.122.286.118.612.43.928.733.554.532 1.183 1.134 2.02 1.134s1.465-.602 2.02-1.134c.316-.302.641-.615.928-.733.262-.109.697-.115 1.118-.122.783-.012 1.67-.025 2.286-.641.617-.617.63-1.504.642-2.287.006-.421.013-.856.122-1.118.118-.286.43-.612.733-.928.532-.554 1.134-1.183 1.134-2.02s-.602-1.465-1.134-2.02Zm-.926 3.15c-.384.402-.782.816-.993 1.326-.202.489-.211 1.048-.22 1.59-.007.56-.016 1.149-.266 1.398-.249.248-.833.258-1.398.266-.541.008-1.1.017-1.59.219-.509.21-.923.609-1.324.993s-.811.777-1.132.777c-.32 0-.734-.395-1.132-.777-.398-.383-.816-.782-1.325-.993-.49-.202-1.048-.211-1.59-.22-.561-.007-1.149-.016-1.398-.265-.248-.25-.258-.834-.266-1.399-.008-.54-.017-1.1-.219-1.59-.21-.509-.609-.923-.993-1.324s-.777-.811-.777-1.132c0-.32.395-.734.777-1.132.383-.398.782-.816.993-1.325.202-.49.211-1.048.22-1.59.007-.561.016-1.149.265-1.398.25-.248.834-.258 1.398-.266.542-.008 1.1-.017 1.59-.219.51-.21.924-.609 1.325-.993.401-.384.811-.777 1.132-.777.32 0 .734.395 1.132.777.398.383.815.782 1.325.993.489.202 1.048.211 1.59.22.56.007 1.149.016 1.397.265.25.25.259.834.267 1.398.008.542.017 1.1.219 1.59.21.51.609.924.993 1.325.384.401.777.811.777 1.132 0 .32-.395.734-.777 1.132Zm-3.26-3.51c.25.25.25.657 0 .908L9.171 13.02a.642.642 0 0 1-.908 0l-1.925-1.925a.642.642 0 1 1 .908-.908l1.47 1.472 4.038-4.039c.25-.25.658-.25.908 0Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_note {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='19' viewBox='0 0 16 19' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3.65 11.059V1.5h9.794v9.559'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m4.271 2.008 4.18 4.18.441.43 5.774 5.635'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13.443 1.5 8.548 6.281l-7.216 7.04M13.01 10.867 6.105 17.89M1.332 13.32l4.721 4.609M9.008 15.063l1.413 1.38M10.422 16.44l4.244-4.143'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_write_list {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M15.918 9.984V5.095a.47.47 0 0 0-.137-.331l-2.463-2.462a.47.47 0 0 0-.331-.138H3.875a.47.47 0 0 0-.469.47v14.7c0 .26.21.47.47.47H8.88M6.533 8.425h6.256M6.533 5.297h3.128m-3.128 6.256H8.88M14.317 13.851l.782-.782a.877.877 0 0 1 1.24 1.24l-.782.782m-1.24-1.24-2.34 2.34a.782.782 0 0 0-.219.432l-.19 1.217 1.217-.19a.782.782 0 0 0 .433-.22l2.339-2.339m-1.24-1.24 1.24 1.24'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12.79 2.164v2.659c0 .259.21.469.468.469h2.659'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_list {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 14 16' fill='none'%3E%3Cpath stroke='%239B111E' stroke-width='1.5' d='M1.168 14.217V1.773c0-.246.174-.445.389-.445h10.889c.215 0 .389.2.389.445v12.444c0 .245-.175.444-.39.444H1.558c-.215 0-.389-.198-.389-.444Z'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4.188 8.076h5.971M4.187 4.664h2.986M4.187 11.49h2.24'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_myinfo_edit {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6.825 7.212a3.137 3.137 0 1 0 0-6.275 3.137 3.137 0 0 0 0 6.275Z'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M1.334 13.485v-.784A5.49 5.49 0 0 1 9.177 7.74M12.156 7.986l.589-.589a.796.796 0 0 1 1.126 0l.563.563c.31.311.31.815 0 1.126l-.59.59m-1.688-1.69-3.828 3.828a.796.796 0 0 0-.23.493l-.096 1.09a.398.398 0 0 0 .431.432l1.09-.096a.796.796 0 0 0 .494-.23l3.827-3.828m-1.688-1.689 1.688 1.69'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_inquiry {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5.625 16.492a4.125 4.125 0 1 0-3.573-2.062l-.346 1.856 1.856-.346a4.106 4.106 0 0 0 2.063.552Z'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11.463 13.423a5.96 5.96 0 0 0 2.038-.726l2.7.503-.503-2.7A6 6 0 1 0 4.563 6.637'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='18' viewBox='0 0 14 18' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7 9h5.833m0 0-2.5 2.5m2.5-2.5-2.5-2.5M12.833 4v-.833c0-.92-.747-1.667-1.667-1.667H2.833c-.92 0-1.667.746-1.667 1.667v11.666c0 .92.746 1.667 1.667 1.667h8.333c.92 0 1.667-.746 1.667-1.667V14'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_member_leave {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6.825 7.212a3.137 3.137 0 1 0 0-6.275 3.137 3.137 0 0 0 0 6.275Z'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M1.334 13.485v-.784A5.49 5.49 0 0 1 9.177 7.74'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-width='1.5' d='M8 12.164h5.833'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_write {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linejoin='round' stroke-width='1.5' d='m1 13.122 1.197-3.856 2.73 2.73L1 13.121Z'/%3E%3Cpath stroke='%239B111E' stroke-linejoin='round' stroke-width='1.5' d='m9.296 2.165-7.1 7.1 2.73 2.732 7.101-7.101-2.73-2.731ZM12.846 2.432l-1.094-1.094a1.166 1.166 0 0 0-1.642 0l-.817.818 2.73 2.729.817-.818c.45-.45.45-1.184 0-1.641l.006.006Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_report {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'  viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.84 14.5H1.628a.512.512 0 0 1-.48-.666l.325-.992a2.019 2.019 0 0 1 1.91-1.393h9.687c.867 0 1.637.563 1.91 1.393l.326.992a.506.506 0 0 1-.48.666h.014Z'/%3E%3Cpath stroke='%239B111E' stroke-linejoin='round' stroke-width='1.5' d='M13.269 11.458V6.252c0-2.807-2.259-5.08-5.036-5.08-2.784 0-5.036 2.273-5.036 5.08v5.206s10.005.067 10.072 0Z'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11.27 5.823c0-1.385-1.119-2.51-2.489-2.51'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_calculate {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16' fill='none'%3E%3Cpath stroke='%239B111E' stroke-width='1.5' d='M14.69 14.67H3.31a1.626 1.626 0 0 1-1.626-1.627V5.727c0-.898.727-1.625 1.625-1.625h11.38c.899 0 1.627.727 1.627 1.625v7.316c0 .898-.728 1.626-1.626 1.626Z'/%3E%3Cpath fill='%239B111E' stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12.658 9.797a.406.406 0 1 1 0-.813.406.406 0 0 1 0 .813Z'/%3E%3Cpath stroke='%239B111E' stroke-width='1.5' d='M13.877 4.098V2.963a1.626 1.626 0 0 0-2.045-1.571L2.89 3.776a1.626 1.626 0 0 0-1.206 1.571v.377'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_stats {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5.037 10.957V5.031M8 10.961V7.258M10.963 10.949V8.727'/%3E%3Cpath stroke='%239B111E' stroke-width='1.5' d='M1.334 14.217V1.773c0-.246.199-.445.444-.445h12.445c.245 0 .444.2.444.445v12.444a.444.444 0 0 1-.444.444H1.778a.444.444 0 0 1-.444-.444Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_pm {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3.334 9.637a7.032 7.032 0 0 0 13.333 3.125c-6.3 0-9.426-3.125-9.426-9.426a7.032 7.032 0 0 0-3.907 6.301Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_am {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9 13.088a4.09 4.09 0 1 0 0-8.182 4.09 4.09 0 0 0 0 8.182ZM15.818 9h.682M9 2.182V1.5M9 16.502v-.682M14.455 14.455l-.682-.682M14.455 3.547l-.682.682M3.545 14.455l.682-.682M3.545 3.547l.682.682M1.5 9h.682'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_holiday {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' viewBox='0 0 16 18' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.374 11.998V3a1.5 1.5 0 0 0-1.5-1.5H2.378A1.5 1.5 0 0 0 .877 3v11.997a1.5 1.5 0 0 0 1.5 1.5h6.748'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M.877 6h5.999V4.5M14.374 6H8.375V4.5M10.625 15l1.5 1.5 3-3'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_premium {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' viewBox='0 0 19 20'  fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m16.425 19.25 1.742-11-6.096 3.3-2.613-3.3-2.612 3.3L.75 8.25l1.742 11h13.933ZM9.46 1.773V.914M16.336 3.492l-.86.86M2.586 3.492l.86.86'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M8 14.67A6.667 6.667 0 1 0 8 1.335a6.667 6.667 0 0 0 0 13.333Z'/%3E%3Cpath d='M8 4v4l2.667 1.333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_tel_full {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill='%239B111E' d='M21.056 16.445v2.71a1.804 1.804 0 0 1-1.23 1.718c-.239.081-.492.111-.743.088a17.933 17.933 0 0 1-7.81-2.772 17.63 17.63 0 0 1-5.43-5.42 17.852 17.852 0 0 1-2.779-7.831 1.803 1.803 0 0 1 1.071-1.815c.23-.101.479-.154.73-.154H7.58a1.812 1.812 0 0 1 1.81 1.553c.115.868.327 1.719.634 2.539a1.803 1.803 0 0 1-.408 1.905l-1.149 1.148a14.466 14.466 0 0 0 5.43 5.419l1.15-1.147a1.812 1.812 0 0 1 1.91-.407 11.64 11.64 0 0 0 2.542.633 1.81 1.81 0 0 1 1.557 1.833Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_entered_step1 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 44 44' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m25.275 14.025 1.988-1.988a2.687 2.687 0 0 1 3.8 0l1.9 1.9a2.687 2.687 0 0 1 0 3.8l-1.988 1.988m-5.7-5.7L12.357 26.943a2.687 2.687 0 0 0-.776 1.664l-.326 3.681a1.344 1.344 0 0 0 1.457 1.457l3.681-.325a2.688 2.688 0 0 0 1.664-.777l12.918-12.918m-5.7-5.7 5.7 5.7'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_entered_step2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Cg stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' clip-path='url(%23a)'%3E%3Cpath d='M8.499 14.709h26.998M33.42 8.496H10.577c-1.147 0-2.077.93-2.077 2.077v22.845c0 1.147.93 2.076 2.077 2.076H33.42c1.147 0 2.076-.93 2.076-2.076V10.573c0-1.147-.93-2.077-2.076-2.077ZM25.576 28.367l2.308 2.308'/%3E%3Cpath d='M17.115 24.525a4.615 4.615 0 1 0 9.23 0 4.615 4.615 0 0 0-9.23 0Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M7 7h30v30H7z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_entered_step3 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 44 44' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16.09 9.68h12.179l5.769 5.769v16.024'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.963 33.394V15.447c0-1.063.86-1.924 1.923-1.924h12.501c.204 0 .4.082.544.226l4.036 4.036c.145.144.226.34.226.544v15.065c0 1.062-.861 1.923-1.923 1.923H12.886a1.923 1.923 0 0 1-1.923-1.923Z'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M25.064 13.523v4.36c0 .424.345.768.77.768h4.358M20.705 30.192V22.5m0 0L17.5 25.705m3.205-3.205 3.205 3.205'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_entered_step4 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 44 44' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M31.475 22.5v-8.015a.77.77 0 0 0-.226-.544l-4.036-4.036a.769.769 0 0 0-.544-.225H11.732a.77.77 0 0 0-.77.769V34.55c0 .425.345.77.77.77h8.205M16.09 19.933h10.256M16.09 14.805h5.128M16.09 25.06h3.846M32.115 33.398l1.923 1.923'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M25.064 30.19a3.846 3.846 0 1 0 7.692 0 3.846 3.846 0 0 0-7.692 0ZM26.346 9.68v4.358c0 .425.344.77.769.77h4.359'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_entered_step5 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 44 44' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M32.18 22.476v-8a.768.768 0 0 0-.224-.543l-4.029-4.028a.768.768 0 0 0-.543-.225h-14.91a.768.768 0 0 0-.767.768v24.056c0 .424.344.768.768.768h8.19M16.826 19.915h10.237m-10.237-5.118h5.119m-5.119 10.237h3.839M29.564 28.794l1.28-1.28a1.435 1.435 0 0 1 2.029 2.03l-1.28 1.279m-2.03-2.03-3.827 3.828c-.192.192-.317.44-.359.708l-.31 1.991 1.99-.31a1.28 1.28 0 0 0 .709-.36l3.827-3.827m-2.03-2.03 2.03 2.03'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M27.063 9.68v4.35c0 .424.343.768.767.768h4.35'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_entered_step6 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M33.736 23.414v4.413a2.242 2.242 0 0 1-2.242 2.242h-19.45a2.242 2.242 0 0 1-2.241-2.242v-4.413M19.528 30.146l-2.242 5.605M24.01 30.146l2.242 5.605M15.046 35.744h13.45M8.25 15.988 11.37 9.5h20.8l3.12 6.488H8.25Z'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17.132 15.986v1.854c0 .983-.438 1.926-1.216 2.621-.778.696-1.834 1.086-2.935 1.086h-.58c-1.101 0-2.157-.39-2.935-1.086-.779-.695-1.216-1.638-1.216-2.621v-1.854M26.471 15.986v1.854c0 .983-.437 1.926-1.216 2.621-.778.696-1.834 1.086-2.934 1.086h-1.038c-1.1 0-2.156-.39-2.935-1.086-.778-.695-1.215-1.638-1.215-2.621v-1.854'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M35.29 15.986v1.854c0 .983-.438 1.926-1.216 2.621-.779.696-1.834 1.086-2.935 1.086h-.519c-1.1 0-2.156-.39-2.935-1.086-.778-.695-1.215-1.638-1.215-2.621v-1.854'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.no_data {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' fill='none'%3E%3Cg fill='%239B111E' clip-path='url(%23a)'%3E%3Cpath d='M0 49.451C.09 21.853 22.573-.122 50.582.001c27.164.12 49.508 22.637 49.415 49.8-.093 28.05-22.512 50.367-50.425 50.2C21.892 99.833-.093 77.417 0 49.451Zm92.983.503c.003-23.742-19.349-43.122-43.025-43.09-23.727.034-43.021 19.37-43.021 43.111 0 23.772 19.33 43.122 43.036 43.086 23.79-.036 43.004-19.293 43.007-43.107h.003Z'/%3E%3Cpath d='M50.42 55.8c9.847.464 18.43 4.481 24.707 12.962 1.457 1.97 2.525 4.188.105 5.984-2.456 1.826-4.094.03-5.644-1.886-11.072-13.671-28.102-13.582-39.402.204-1.605 1.958-3.377 3.484-5.713 1.556-2.084-1.72-1.136-3.769.204-5.681 5.572-7.954 15.348-13.088 25.74-13.142l.002.003ZM70.828 39.13c.108 3.46-2.789 6.649-6.21 6.834-3.6.195-6.85-2.936-6.862-6.616-.012-3.49 2.936-6.532 6.424-6.627 3.37-.09 6.543 2.966 6.65 6.409h-.002ZM42.164 39.653c-.16 3.467-3.314 6.433-6.72 6.322-3.603-.116-6.553-3.466-6.296-7.145.243-3.467 3.524-6.355 6.898-6.077 3.536.293 6.28 3.386 6.118 6.9Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h100v100H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_thumb {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' d='m3.5 6 2-4.5A1.5 1.5 0 0 1 7 3v2h2.83a1 1 0 0 1 1 1.15l-.69 4.5a1 1 0 0 1-1 .85H3.5m0-5.5v5.5m0-5.5H2a1 1 0 0 0-1 1v3.5a1 1 0 0 0 1 1h1.5'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_add_photo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19'  viewBox='0 0 19 19' fill='none'%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9.808 16.078H2.435a.47.47 0 0 1-.47-.47V2.432c0-.26.21-.471.47-.471h13.177c.26 0 .47.21.47.47v7.373'/%3E%3Cpath stroke='%239B111E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1.965 12.158 5.49-2.353 4.313 1.96M12.16 7.45a1.569 1.569 0 1 1 0-3.137 1.569 1.569 0 0 1 0 3.137ZM12.16 14.51h2.353m0 0h2.353m-2.353 0v-2.354m0 2.353v2.353'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_meeting {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath stroke='%23C4C6CA' stroke-miterlimit='10' stroke-width='2' d='M5.045 5.71a1.71 1.71 0 1 0 3.421 0 1.71 1.71 0 0 0-3.421 0ZM16.682 5.71a1.71 1.71 0 1 0 3.421 0 1.71 1.71 0 0 0-3.421 0ZM8.466 11.517v-1.01a1.71 1.71 0 1 0-3.421 0v4.445h4.788v4.796M16.681 11.517v-1.01a1.71 1.71 0 1 1 3.422 0v4.445h-4.789v4.796M7.78 12.902h9.59M12.574 19.752v-6.85'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_entertain {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='m13.106 6.663-3.025 2.45a1.214 1.214 0 0 0 1.51 1.903l3.103-2.413a.502.502 0 0 1 .615.791l-.653.506 5.538 5.1H21.5a1.5 1.5 0 0 0 1.5-1.5v-4A1.5 1.5 0 0 0 21.5 8h-2.522l-.122-.078-2.269-1.453a2.982 2.982 0 0 0-3.48.194Zm.713 3.887-1.616 1.257a2.213 2.213 0 0 1-3.15-.444 2.216 2.216 0 0 1 .397-3.025l2.6-2.104a2.952 2.952 0 0 0-1.15-.23 2.957 2.957 0 0 0-1.65.496L7 8H4.5A1.5 1.5 0 0 0 3 9.5v4A1.5 1.5 0 0 0 4.5 15h3.381l2.857 2.607a1.498 1.498 0 0 0 2.465-.74l.531.487a1.5 1.5 0 0 0 2.429-.606 1.501 1.501 0 0 0 1.85-2.353l-4.194-3.845Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_soldier {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' fill-rule='evenodd' d='M4 10.16V5h17v5.16l-.395.142a1.782 1.782 0 0 0-.86.659 1.815 1.815 0 0 0 0 2.078c.212.304.513.534.86.659l.395.141V19H4v-5.16l.395-.142c.347-.125.648-.355.86-.659a1.815 1.815 0 0 0 0-2.078 1.782 1.782 0 0 0-.86-.659L4 10.161Zm8.5-2.008 1.388 2.407 2.424.613-1.613 1.835.402 2.843-2.601-1.216-2.601 1.214.401-2.842-1.612-1.836 2.424-.612L12.5 8.152Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_fruit {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M12 7.729c2.682 0 4.594-2.304 4.454-4.715-1.543-.127-3.683.593-4.454 2.843-.77-2.25-2.912-2.97-4.454-2.842-.14 2.41 1.772 4.714 4.454 4.714Zm7.994 5.221c-.1-2.56-2.05-4.771-4.76-4.771-1.227 0-2.35.476-3.234 1.308-.884-.833-2.008-1.308-3.235-1.308-2.71 0-4.659 2.211-4.76 4.771C3.832 17.392 7.578 21 12 21s8.169-3.608 7.994-8.05Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_snack {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' fill-rule='evenodd' d='M17.747 5.105c-.213-.05-.543-.078-.92-.092a22.63 22.63 0 0 0-1.425-.004 36.17 36.17 0 0 0-3.844.311c-1.384.189-2.811.475-4.029.894-.21.073-.418.15-.62.233 1.204-.074 2.99-.137 5.59-.137 3.687 0 5.739.127 6.814.233.214.02.42.065.616.13a4.226 4.226 0 0 0-2.033-1.526 1.712 1.712 0 0 0-.149-.042ZM12.5 7.223c-3.41 0-5.393.109-6.485.206-.957.085-1.7.77-1.809 1.703-.101.873-.206 2.3-.206 4.48l.001.413a2.296 2.296 0 0 1 1.699-.74c1.252 0 2.267.98 2.267 2.19s-1.015 2.19-2.267 2.19a2.3 2.3 0 0 1-1.592-.63c.023.315.048.592.074.833.113 1.072.962 1.856 2.062 1.945 1.132.092 3.072.187 6.256.187s5.124-.095 6.256-.187c1.1-.089 1.95-.873 2.062-1.945.093-.886.182-2.253.182-4.257 0-2.377-.125-3.86-.234-4.703-.102-.791-.734-1.377-1.548-1.457-1.034-.102-3.051-.228-6.718-.228Zm4.156 9.712c-.835 0-1.512-.654-1.512-1.46 0-.807.677-1.46 1.512-1.46.834 0 1.51.653 1.51 1.46 0 .806-.676 1.46-1.51 1.46Zm-6.8-5.514c0 1.008.845 1.825 1.888 1.825 1.044 0 1.89-.817 1.89-1.825s-.846-1.825-1.89-1.825c-1.043 0-1.888.817-1.888 1.825Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_beer {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' fill-rule='evenodd' d='M11.405 4c-1.17 0-2.213.565-2.892 1.446a2.927 2.927 0 0 0-.48-.04C6.359 5.407 5 6.825 5 8.572c0 .887.35 1.689.913 2.263a56.71 56.71 0 0 0-.07 3.012c0 1.167.037 2.103.092 2.849.142 1.937 1.567 3.197 3.375 3.268.575.022 1.267.037 2.095.037.827 0 1.519-.015 2.094-.037 1.402-.055 2.574-.826 3.096-2.073h.681c1.337 0 2.577-.996 2.679-2.51a20.329 20.329 0 0 0 0-2.717c-.098-1.466-1.266-2.446-2.553-2.506a3.256 3.256 0 0 0 .407-1.586c0-1.747-1.358-3.164-3.034-3.164-.163 0-.323.013-.48.039-.678-.88-1.72-1.446-2.89-1.446ZM9.379 6.605c.413-.72 1.166-1.198 2.026-1.198.859 0 1.612.478 2.025 1.198a.661.661 0 0 0 .797.303c.171-.061.355-.095.548-.095.931 0 1.686.787 1.686 1.758s-.755 1.759-1.686 1.759h-3.709c-.37 0-.672.312-.674.7 0 .238-.003.438-.007.638-.012.68-.446 1.123-1.003 1.123-.557 0-.991-.442-1.003-1.123-.004-.201-.006-.422-.007-.664a.694.694 0 0 0-.58-.692c-.816-.122-1.444-.855-1.444-1.74 0-.972.755-1.759 1.686-1.759.193 0 .377.034.548.095a.661.661 0 0 0 .797-.303Zm7.561 5.307c.016.56.026 1.201.026 1.934 0 .89-.021 1.646-.056 2.286h.366c.572 0 .966-.402.998-.874a18.575 18.575 0 0 0 0-2.472c-.032-.472-.426-.874-.998-.874h-.336Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_alcohol {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M11.5 11v8.5h-6v-8l.5-2 1.5-1v-4h2v4l1 .5 1 2ZM18.269 8.174V4.5a.577.577 0 0 0-.577-.577H15.96v1.154h1.154v3.877s1.73.292 1.73 2.469v7.5h-1.73v1.154h2.308a.577.577 0 0 0 .576-.577v-8.077c0-1.991-1.115-2.899-1.73-3.248ZM14.232 8.174V4.5a.577.577 0 0 0-.577-.577h-1.731v1.154h1.154v3.877s1.73.292 1.73 2.469v7.5h-1.73v1.154h2.307a.577.577 0 0 0 .577-.577v-8.077c0-1.991-1.115-2.899-1.73-3.248Z'/%3E%3Cpath fill='%23C4C6CA' d='M10.192 8.174V4.5a.577.577 0 0 0-.577-.577H7.308a.577.577 0 0 0-.577.577v3.675C6.115 8.524 5 9.431 5 11.422v8.077c0 .318.258.577.577.577h5.77a.577.577 0 0 0 .576-.577v-8.077c0-1.991-1.115-2.899-1.73-3.248Zm.577 10.748H6.154v-7.5c0-2.177 1.73-2.469 1.73-2.469V5.076h1.154v3.877s1.731.292 1.731 2.469v7.5Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_business {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' fill-rule='evenodd' d='M9.512 5.805a.285.285 0 0 1 .202-.084h4.572a.285.285 0 0 1 .285.287V7.38H9.43V6.008c0-.076.03-.15.083-.203ZM7.714 7.38V6.008c0-.533.211-1.043.586-1.42A1.996 1.996 0 0 1 9.714 4h4.572c.53 0 1.039.212 1.414.588.375.377.586.887.586 1.42V7.38h2c.947 0 1.714.77 1.714 1.721v9.178c0 .95-.767 1.721-1.714 1.721H5.714C4.768 20 4 19.23 4 18.28V9.1c0-.95.768-1.72 1.714-1.72h2Zm-.428 4.105c0-.396.32-.717.714-.717h8c.395 0 .714.321.714.717 0 .396-.32.717-.714.717H8a.716.716 0 0 1-.714-.717ZM8 15.178a.716.716 0 0 0-.714.717c0 .396.32.717.714.717h8a.716.716 0 0 0 .714-.717.716.716 0 0 0-.714-.717H8Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_alone {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M12 11.074a5.704 5.704 0 0 1 5.703 5.705V20.2H6.295v-3.422a5.704 5.704 0 0 1 5.704-5.705ZM11.864 10.071a3.286 3.286 0 1 0 0-6.57 3.286 3.286 0 0 0 0 6.57Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_toilet {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M5.194 21.288v-6.413h-.478a.694.694 0 0 1-.51-.205.687.687 0 0 1-.206-.508V9.46c0-.46.171-.859.513-1.2.342-.34.742-.51 1.2-.51h2.495c.457 0 .857.17 1.199.51.342.341.513.74.513 1.2v4.702a.687.687 0 0 1-.206.508.695.695 0 0 1-.51.205h-.477v6.413a.687.687 0 0 1-.206.507.695.695 0 0 1-.51.205H5.91a.694.694 0 0 1-.51-.205.687.687 0 0 1-.206-.508Zm1.768-14.82c-.479 0-.89-.17-1.231-.51a1.66 1.66 0 0 1-.514-1.222c0-.477.17-.885.512-1.225.34-.34.75-.511 1.23-.511.478 0 .888.17 1.23.509.343.339.514.747.514 1.223 0 .476-.17.884-.512 1.225-.34.34-.75.51-1.229.51Zm8.21 14.82V16.3H13.62a.654.654 0 0 1-.555-.285.68.68 0 0 1-.113-.617l1.79-6.484c.115-.374.327-.661.635-.862a1.94 1.94 0 0 1 1.084-.302c.414 0 .775.1 1.083.302.309.2.52.488.636.862l1.79 6.484a.68.68 0 0 1-.113.617.654.654 0 0 1-.555.285H17.75v4.988a.687.687 0 0 1-.206.507.695.695 0 0 1-.51.205h-1.146a.694.694 0 0 1-.51-.205.687.687 0 0 1-.206-.508Zm1.29-14.82c-.478 0-.888-.17-1.23-.51a1.66 1.66 0 0 1-.514-1.222c0-.477.17-.885.512-1.225.34-.34.75-.511 1.229-.511.479 0 .89.17 1.231.509.342.339.513.747.513 1.223 0 .476-.17.884-.51 1.225-.342.34-.752.51-1.23.51Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_global_shop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M20.67 8.194a1.32 1.32 0 0 0-.989-.442h-3.919c0-3.022-3.272-4.91-5.889-3.4a3.926 3.926 0 0 0-1.963 3.4H3.99a1.309 1.309 0 0 0-1.302 1.462l1.167 9.815c.078.663.642 1.16 1.309 1.155h13.352a1.309 1.309 0 0 0 1.309-1.155l1.166-9.814a1.309 1.309 0 0 0-.322-1.021Zm-8.834-3.06a2.617 2.617 0 0 1 2.617 2.618H9.22a2.617 2.617 0 0 1 2.617-2.617Z'/%3E%3Cpath fill='%23fff' d='M13.275 16.108a8.115 8.115 0 0 1-.404 1.65c-.161.431-.346.758-.535.972-.19.213-.358.287-.495.287s-.305-.074-.494-.287c-.19-.214-.375-.54-.537-.971a8.124 8.124 0 0 1-.403-1.65h2.868Zm-3.499 0c.098.704.252 1.34.45 1.87.127.337.275.639.443.89a4.685 4.685 0 0 1-3.158-2.76h2.265Zm6.395 0a4.685 4.685 0 0 1-3.158 2.76c.168-.251.316-.553.442-.89.199-.53.353-1.166.45-1.87h2.266Zm-6.463-2.907a13.352 13.352 0 0 0-.001 2.285h-2.4a4.686 4.686 0 0 1 0-2.285h2.401Zm3.64 0a12.688 12.688 0 0 1 .002 2.285h-3.016a12.722 12.722 0 0 1 0-2.285h3.015Zm3.026 0a4.682 4.682 0 0 1 0 2.285h-2.4a13.395 13.395 0 0 0 0-2.285h2.4ZM10.671 9.82a4.382 4.382 0 0 0-.444.892 8.847 8.847 0 0 0-.45 1.87H7.511a4.685 4.685 0 0 1 3.16-2.762Zm2.337 0a4.685 4.685 0 0 1 3.16 2.761h-2.266a8.84 8.84 0 0 0-.45-1.87 4.38 4.38 0 0 0-.444-.89Zm-1.167-.151c.135 0 .302.073.492.287.19.214.374.541.536.972.173.46.313 1.021.405 1.65h-2.867c.092-.629.232-1.19.405-1.65.161-.431.346-.758.536-.972.19-.214.357-.287.493-.287Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_manager {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' fill-rule='evenodd' d='M9.647 3.677A.865.865 0 0 1 10.49 3h3.46a.865.865 0 0 1 .843.677l.381 1.714c.346.164.676.354.986.57l1.676-.527a.865.865 0 0 1 1.009.392l1.73 2.996a.865.865 0 0 1-.165 1.07l-1.295 1.188a7 7 0 0 1 0 1.138l1.295 1.187a.865.865 0 0 1 .164 1.07l-1.73 2.996a.865.865 0 0 1-1.008.393l-1.675-.528c-.311.216-.641.407-.986.571l-.38 1.712a.865.865 0 0 1-.846.679h-3.46a.865.865 0 0 1-.843-.678l-.38-1.713a6.914 6.914 0 0 1-.987-.57l-1.676.527a.865.865 0 0 1-1.008-.393l-1.73-2.996a.865.865 0 0 1 .164-1.07l1.295-1.187c-.03-.379-.03-.76 0-1.138L4.03 9.893a.865.865 0 0 1-.164-1.07l1.73-2.996a.865.865 0 0 1 1.008-.392l1.675.527c.312-.216.641-.406.986-.57l.38-1.713.002-.002Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M12.073 10.582a3.073 3.073 0 0 1 3.073 3.073V15.5H9v-1.845a3.073 3.073 0 0 1 3.073-3.073ZM12.001 6.5a1.77 1.77 0 1 1 0 3.541A1.77 1.77 0 0 1 12 6.5Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_week_book {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M9.286 3a1.07 1.07 0 0 1 1.071 1.071v1.072h4.286V4.07a1.07 1.07 0 1 1 2.143 0v1.072h1.607c.887 0 1.607.72 1.607 1.607v1.607H5V6.75c0-.887.72-1.607 1.607-1.607h1.607V4.07A1.07 1.07 0 0 1 9.286 3ZM5 9.429h15v9.107c0 .887-.72 1.607-1.607 1.607H6.607c-.887 0-1.607-.72-1.607-1.607V9.429Z'/%3E%3Cpath fill='%23fff' d='M13.746 10.648h5.466v2.187h-5.466zM6.094 13.93h5.466v2.187H6.094z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_group_discount {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' fill-rule='evenodd' d='M3 10.16V5h17v5.16l-.395.142a1.782 1.782 0 0 0-.86.659 1.815 1.815 0 0 0 0 2.078c.212.304.513.534.86.659l.395.141V19H3v-5.16l.395-.142c.347-.125.648-.355.86-.659a1.815 1.815 0 0 0 0-2.078 1.782 1.782 0 0 0-.86-.659L3 10.161Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M11.5 11a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm-3.25 1.5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM16 11.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Zm-4.5.25A2.5 2.5 0 0 1 14 14v3H9v-3a2.5 2.5 0 0 1 2.5-2.5ZM8 14c0-.347.05-.681.144-.997l-.085.007A1.75 1.75 0 0 0 6.5 14.75V17H8v-3Zm8.5 3v-2.25a1.75 1.75 0 0 0-1.644-1.747c.094.316.144.65.144.997v3h1.5Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_coupon_discount {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' fill-rule='evenodd' d='M4 10.16V5h17v5.16l-.395.142a1.782 1.782 0 0 0-.86.659 1.815 1.815 0 0 0 0 2.078c.212.304.513.534.86.659l.395.141V19H4v-5.16l.395-.142c.347-.125.648-.355.86-.659a1.815 1.815 0 0 0 0-2.078 1.782 1.782 0 0 0-.86-.659L4 10.161Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M12 5h1v2h-1zM12 8h1v2h-1zM12 11h1v2h-1zM12 14h1v2h-1zM12 17h1v2h-1z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_birthday_discount {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' fill-rule='evenodd' d='M4 10.16V5h17v5.16l-.395.142a1.782 1.782 0 0 0-.86.659 1.815 1.815 0 0 0 0 2.078c.212.304.513.534.86.659l.395.141V19H4v-5.16l.395-.142c.347-.125.648-.355.86-.659a1.815 1.815 0 0 0 0-2.078 1.782 1.782 0 0 0-.86-.659L4 10.161Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M19.5 11.475h-3.437c.245-.308.427-.672.532-1.071.378-1.505-.987-2.87-2.499-2.499a2.801 2.801 0 0 0-1.071.532V5h-1.05v3.437a2.788 2.788 0 0 0-1.071-.525c-1.505-.378-2.87.987-2.499 2.499.105.392.287.756.532 1.064H5.5v1.05h5.712A2.28 2.28 0 0 1 9 14.275a.529.529 0 0 0-.525.525c0 .287.238.525.525.525a3.324 3.324 0 0 0 2.975-1.841V19h1.05v-5.516A3.324 3.324 0 0 0 16 15.325a.529.529 0 0 0 .525-.525.529.529 0 0 0-.525-.525 2.275 2.275 0 0 1-2.212-1.75H19.5v-1.05Zm-7.525 0h-.854a1.745 1.745 0 0 1-1.694-1.323 1.01 1.01 0 0 1 1.225-1.225 1.751 1.751 0 0 1 1.323 1.694v.854Zm3.598-1.323a1.751 1.751 0 0 1-1.694 1.323h-.847v-.854c0-.805.546-1.498 1.323-1.694.735-.182 1.4.483 1.218 1.225Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_paid_parking {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M5 12c0 4.418 3.358 8 7.5 8 4.142 0 7.5-3.582 7.5-8s-3.358-8-7.5-8C8.358 4 5 7.582 5 12Z'/%3E%3Cpath fill='%23fff' d='M9.04 12.744H8v-.877h.823L8.123 9h1.305l.614 2.867h.917L11.64 9h1.22l.68 2.867h.923L15.072 9h1.304l-.7 2.867h.823v.877h-1.04l-.7 2.867h-1.38l-.676-2.867h-.908l-.676 2.867H9.74l-.7-2.867Zm1.409 1.032h.057l.245-1.032h-.524l.222 1.032Zm2.047-1.909-.222-.95h-.048l-.222.95h.492Zm1.498 1.918h.057l.222-1.041h-.524l.245 1.04Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_book_required {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M9.286 4c.592 0 1.071.475 1.071 1.063v1.062h4.286V5.062c0-.587.479-1.062 1.071-1.062.593 0 1.072.475 1.072 1.063v1.062h1.607A1.6 1.6 0 0 1 20 7.719v1.593H5V7.72a1.6 1.6 0 0 1 1.607-1.594h1.607V5.062c0-.587.48-1.062 1.072-1.062ZM5 10.375h15v9.031A1.6 1.6 0 0 1 18.393 21H6.607A1.6 1.6 0 0 1 5 19.406v-9.031Zm11.016 3.752a.789.789 0 0 0 0-1.126.808.808 0 0 0-1.135 0L11.7 16.156l-1.574-1.56a.805.805 0 0 0-1.135 0 .792.792 0 0 0 0 1.125l2.143 2.125a.805.805 0 0 0 1.135 0l3.747-3.719Z'/%3E%3C/svg%3E");
}
.p_entered .step-item.active .svg_icon.icon_private_room {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23C4C6CA' d='M20.356 18.77h-1.928V5.23c0-.679-.576-1.23-1.286-1.23H6.858c-.71 0-1.286.551-1.286 1.23v13.54H3.644c-.495 0-.804.512-.557.922.115.19.327.308.557.308h16.712c.495 0 .804-.513.557-.923a.648.648 0 0 0-.557-.308Zm-5.464-5.54c-.742 0-1.206-.768-.835-1.384.372-.615 1.3-.615 1.67 0 .085.14.13.3.13.462 0 .51-.432.923-.964.923Z'/%3E%3C/svg%3E");
}
.dark .p_entered .step-item.active {
  background-color: rgba(155, 17, 30, 0.15);
  border-color: #9B111E;
  color: #fff;
}
.p_entered .tip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 3px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.p_entered .tip-item {
  position: relative;
}
.p_entered .tip-item::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3px;
  height: 3px;
  margin-inline: 5px;
  background: #111;
  border-radius: 3px;
  vertical-align: middle;
  cursor: default;
}