:root {
  --white: #ffffff;
  --black: #4d5d6e;
  --green: #2abb9c;
  --green-light: rgba(32, 170, 140, 0.1);
  --gray-light: #fafafa;
}

.title-blue-28px {
  color: #2b87db;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
}

.title-blue-38px {
  color: #2b87db;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
}

.subTtitle-18px {
  color: #272727;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.subTtitle-14px {
  color: #272727;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.text-body-18px {
  color: #555;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.bg-gray {
  background-color: #d9d9d9 !important;
}

.text-black {
  color: #565656 !important;
}

.popup1,
.popup2 {
  background: #00000070;
  padding: 85px 0;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  backdrop-filter: blur(2px);
  max-height: 100vh;
  overflow-y: scroll;
}

.popup1.show,
.popup2.show {
  display: flex;
}

/* details */
.details-section {
  margin-top: 10px;
  display: flex;
  gap: 3rem;
}

.details-section > .right-side {
  width: 45%;
  /* border: #2abb9c solid 0.5px; */
}

.details-section > .esanj-arm {
  flex-grow: 1;
  /* border: #2abb9c solid 0.5px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.details-section > .esanj-arm > img {
  width: 310px;
}

.details-section > .right-side > .title {
  color: #2abb9c;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-top: 90px;
}

.details-section > .right-side > .title > span {
  color: #b1b1b1;
  font-weight: 400;
}

.details-section > .right-side > .text {
  color: #909090;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 10px 0;
}

a.moreDetails-btn {
  background-color: rgba(42, 187, 156, 1);
  border-radius: 4px;
  padding: 8px 20px 8px 40px;
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: fit-content;
  position: relative;
  cursor: pointer;
}

a.moreDetails-btn:hover {
  opacity: 0.8;
}

a.moreDetails-btn::before {
  position: absolute;
  top: 12px;
  left: 20px;
  content: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Down 2'%3E%3Cpath id='Vector' d='M5 11L3.23703 9.25269C1.8311 7.85925 1.12813 7.16253 1.01989 6.31333C0.99337 6.10527 0.993369 5.89473 1.01989 5.68667C1.12813 4.83748 1.8311 4.14075 3.23703 2.74731L5 1' stroke='white' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}

@media only screen and (max-width: 768px) {
  .title-blue-28px {
    font-size: 20px;
    line-height: 40px;
  }

  .title-blue-38px {
    font-size: 20px;
    line-height: 40px;
  }

  .subTtitle-18px {
    color: #909090;
    text-align: justify;
    font-size: 16px;
    line-height: 32px;
  }

  .text-body-18px {
    color: #909090;
    text-align: justify;
    font-size: 16px;
    line-height: 32px;
  }

  .popup1,
  .popup2 {
    padding: 120px 10px;
  }

  .details-section {
    flex-direction: column-reverse;
    gap: 2rem;
  }

  .details-section > .right-side {
    width: 100%;
  }

  .details-section > .esanj-arm {
    width: 100%;
  }

  .details-section > .esanj-arm > img {
    width: 200px;
  }

  .details-section > .right-side > .title {
    text-align: center;
    font-size: 18px;
    margin-top: 0px;
  }

  .details-section > .right-side > .text {
    font-size: 16px;
    margin: 15px 0;
  }

  a.moreDetails-btn {
    margin: 10px auto;
    display: block;
  }
}

/* Ask Question Modal */
.EapplicantDetail {
  max-width: 916px;
  width: 100%;
  margin: 2rem auto;
  background-color: #fff;
  padding: 56px 4rem;
  border-radius: 10px;
  position: relative;
}

.EapplicantDetail .main {
  padding: 0 31px;
  margin: 2rem auto;
}

.EapplicantDetail .main > .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  gap: 16px;
}

.EapplicantDetail .main > .btns.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
  padding: 0 16px;
}

.EapplicantDetail .main > .btns button {
  border-radius: 10px;
  width: 137px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
  cursor: pointer;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.EapplicantDetail .main > .btns button:hover {
  opacity: 0.8;
}

.EapplicantDetail .main > .btns button.fullWidth {
  width: 100% !important;
}

.EapplicantDetail .main > .btns #previous-btn {
  background: #ededed;
  color: #878787;
}

.EapplicantDetail .main > .btns #next-btn {
  background: #2b87db;
  color: #fff;
}

.EapplicantDetail .main > .btns .aiAnalysis-btn {
  background: #2b87db;
  color: #fff;
  display: none;
  flex-grow: 1;
  padding-right: 40px;
  padding-left: 10px;
  font-size: 16px;
  position: relative;
}

.EapplicantDetail .main > .btns .aiAnalysis-btn::before {
  position: absolute;
  top: 5px;
  right: 0.8rem;
  content: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Message 18'%3E%3Cg id='Vector'%3E%3Cpath d='M3.10632 3.54883C3.66814 3.5 4.37869 3.5 5.33333 3.5H6.66667C8.53351 3.5 9.46693 3.5 10.18 3.8652C10.8072 4.18643 11.3171 4.69901 11.6367 5.32947C12 6.04621 12 6.98447 12 8.86099V10.6695C12 10.8569 12 10.9506 11.9963 11.0298C11.938 12.2674 11.2152 13.3275 10.1778 13.8585L11.2061 14.592C11.8774 15.0708 12.7594 14.3793 12.4531 13.6145C12.2361 13.0727 12.6356 12.4834 13.2199 12.4834H13.6713C15.2335 12.4834 16.5 11.2187 16.5 9.65857V6.4917C16.5 4.39441 16.5 3.34576 16.0913 2.5447C15.7317 1.84007 15.1581 1.26719 14.4525 0.90816C13.6503 0.5 12.6002 0.5 10.5 0.5H9C6.8998 0.5 5.8497 0.5 5.04753 0.90816C4.34193 1.26719 3.76825 1.84007 3.40873 2.5447C3.26091 2.8344 3.16655 3.15648 3.10632 3.54883Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9321 5.86424C11.25 6.49665 11.25 7.32453 11.25 8.98029V10.5761C11.25 10.7414 11.25 10.8241 11.2467 10.894C11.1756 12.4168 9.97367 13.6352 8.47126 13.7073C8.40234 13.7106 8.31135 13.7106 8.12938 13.7106L8.08268 13.7106C7.48754 13.7145 6.90781 13.9028 6.42131 14.2503L6.39038 14.2726L4.86745 15.3753C4.34537 15.7533 3.65933 15.2074 3.89761 14.6036C4.0664 14.1758 3.75563 13.7106 3.30116 13.7106H2.95013C1.73503 13.7106 0.75 12.7121 0.75 11.4804V8.98029C0.75 7.32453 0.75 6.49665 1.0679 5.86424C1.34753 5.30795 1.79372 4.85567 2.34253 4.57223C2.96644 4.25 3.78318 4.25 5.41667 4.25H6.58333C8.21682 4.25 9.03356 4.25 9.65747 4.57223C10.2063 4.85567 10.6525 5.30795 10.9321 5.86424ZM3.75 10.25C4.16421 10.25 4.5 9.91421 4.5 9.5C4.5 9.08579 4.16421 8.75 3.75 8.75C3.33579 8.75 3 9.08579 3 9.5C3 9.91421 3.33579 10.25 3.75 10.25ZM6.75 9.5C6.75 9.91421 6.41421 10.25 6 10.25C5.58579 10.25 5.25 9.91421 5.25 9.5C5.25 9.08579 5.58579 8.75 6 8.75C6.41421 8.75 6.75 9.08579 6.75 9.5ZM8.25 10.25C8.66421 10.25 9 9.91421 9 9.5C9 9.08579 8.66421 8.75 8.25 8.75C7.83579 8.75 7.5 9.08579 7.5 9.5C7.5 9.91421 7.83579 10.25 8.25 10.25Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.EapplicantDetail .main > .section {
  display: none;
}

.EapplicantDetail .main > div.active {
  display: block;
}

.EapplicantDetail .main .section .ctn .form {
  display: flex;
  flex-direction: column;
}

.EapplicantDetail .main .section .ctn label {
  color: #666;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.EapplicantDetail .main .section .ctn .input-container {
  position: relative;
}

.EapplicantDetail .main .section .ctn .input-container input {
  width: 100%;
  height: 51px;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  background: rgba(247, 247, 247, 0.6);
  padding: 0px 14px;
  color: #2b87db;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.EapplicantDetail .main .section .ctn .input-container::before {
  position: absolute;
  content: "1";
  font-size: 1px;
  color: #2b87db;
  height: 27px;
  width: 2px;
  background-color: #2b87db;
  right: -2px;
  top: calc(11px);
}

.EapplicantDetail .main .section .ctn select {
  height: 51px;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  background: rgba(247, 247, 247, 0.6);
  padding: 0 15px;
  color: #2b87db;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 200% */
  cursor: pointer;
}

.EapplicantDetail .main .section .ctn select option {
  height: 51px;
}

.EapplicantDetail .main .section .ctn .teaxtarea-container {
  position: relative;
}

.EapplicantDetail .main .section .ctn .teaxtarea-container textarea {
  resize: none;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  background: rgba(247, 247, 247, 0.6);
  width: 100%;
  height: 300px;
  padding: 11px 14px;
  color: #2b87db;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  position: relative;
}

.EapplicantDetail .main .section .ctn .teaxtarea-container::before {
  position: absolute;
  content: "1";
  font-size: 1px;
  color: #2b87db;
  height: 135px;
  width: 2px;
  background-color: #2b87db;
  right: -2px;
  top: 12px;
}

.EapplicantDetail > .closePopup {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 137px;
  height: 38px;
  border-radius: 5px;
  background: #ededed;
  cursor: pointer;
  color: #878787;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.EapplicantDetail > .closePopup:hover {
  opacity: 0.8;
}

.EapplicantDetail > .steps {
  width: fit-content;
  /* border: red solid 1px; */
  margin: 3rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0.8rem;
}

.EapplicantDetail > .steps > .circle {
  width: 2.3rem;
  height: 2.3rem;
  background-color: #f1f1f1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.EapplicantDetail > .steps > .circle > .innerCircle {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #dcdcdc;
  border-radius: 100%;
}

.EapplicantDetail > .steps > .circle.active > .innerCircle {
  background-color: #2b87db;
}

.EapplicantDetail > .steps > .line {
  width: 2rem;
  height: 1px;
  background-color: #b0b0b0;
}

@media only screen and (max-width: 768px) {
  .EapplicantDetail {
    max-width: unset;
    width: 100%;
    padding: 4rem 10px 1rem 10px;
  }

  .EapplicantDetail .main {
    padding: 0 33px;
  }

  .EapplicantDetail > .closePopup {
    width: 100px;
    height: 30px;

    font-size: 16px;
  }
}

/* Response Css */

.after-buy {
  max-width: 950px;
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 1rem;
  /* border: red solid; */
}

.after-buy > .list {
  border-radius: 19px;
  border: 1px solid #cacaca;
  padding: 17px 52px 13px 13px;
  position: relative;
  /* white-space: break-spaces; */
}

.after-buy > .list::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 33px;
  border-radius: 0px 19px 19px 0px;
  background: #2abb9c;
}

.after-buy > .list > .title {
  color: #2abb9c;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.after-buy > .list > .text {
  color: #333;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.after-buy > .list > .check-list li {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  list-style-type: none;
  position: relative;
}

.after-buy > .list > .check-list li::before {
  position: absolute;
  right: -27px;
  content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.62534 4.63932C2.75 5.84412 2.75 7.56275 2.75 11C2.75 14.4373 2.75 16.1559 3.62534 17.3607C3.90804 17.7498 4.25022 18.092 4.63932 18.3747C5.84412 19.25 7.56275 19.25 11 19.25C14.4373 19.25 16.1559 19.25 17.3607 18.3747C17.7498 18.092 18.092 17.7498 18.3747 17.3607C19.25 16.1559 19.25 14.4373 19.25 11C19.25 7.56275 19.25 5.84412 18.3747 4.63932C18.092 4.25022 17.7498 3.90804 17.3607 3.62534C16.1559 2.75 14.4373 2.75 11 2.75C7.56275 2.75 5.84412 2.75 4.63932 3.62534C4.25022 3.90804 3.90804 4.25022 3.62534 4.63932ZM16.0955 8.70858C16.3488 8.4257 16.3248 7.99106 16.0419 7.73779C15.759 7.48452 15.3244 7.50853 15.0711 7.79142L11.9827 11.241C11.3569 11.94 10.9355 12.4083 10.5751 12.7111C10.2319 12.9996 10.0303 13.0625 9.85417 13.0625C9.67805 13.0625 9.47644 12.9996 9.13319 12.7111C8.77287 12.4082 8.35142 11.94 7.72562 11.241L6.92888 10.3511C6.67561 10.0682 6.24097 10.0442 5.95808 10.2975C5.6752 10.5507 5.65119 10.9854 5.90446 11.2682L6.73523 12.1962C7.31809 12.8472 7.80427 13.3903 8.24849 13.7637C8.71841 14.1587 9.22527 14.4375 9.85417 14.4375C10.4831 14.4375 10.9899 14.1587 11.4598 13.7637C11.9041 13.3903 12.3902 12.8473 12.9731 12.1962L16.0955 8.70858Z' fill='%232ABB9C'/%3E%3C/svg%3E%0A");
}

.after-buy > .comment {
  /* border: red solid; */
}

.after-buy > .comment > .post-comment {
  /* border: red solid; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.after-buy > .comment > .post-comment > .post-comment-btn {
  cursor: pointer;
  padding: 0px 53px;
  border-radius: 10px;
  border: 1px solid #2abb9c;
  background: #fff;
  color: #2abb9c;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.after-buy > .comment > .post-comment > .post-comment-btn:hover {
  opacity: 0.8;
}

.after-buy > .comment > .post-comment > .like-dislike {
  display: flex;
  align-items: center;
  gap: 10px;
}

.after-buy > .comment > .post-comment > .like-dislike > div {
  width: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.after-buy > .comment > .post-comment > .like-dislike > .like-btn {
  content: url("data:image/svg+xml,%3Csvg width='41' height='42' viewBox='0 0 41 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9642 14.5505L19.7747 8.20741C20.2254 7.45707 21.0239 7 21.884 7C23.4019 7 24.5627 8.38602 24.3319 9.92289L23.9167 12.6875C23.4675 15.678 25.7262 18.375 28.6799 18.375H29.8582C34.1923 18.375 37.0112 23.0473 35.0729 27.0183L33.1109 31.0381C31.664 34.0025 28.7063 35.875 25.471 35.875H20.5C18.1974 35.875 16.1607 34.7083 14.9227 32.9205C14.9394 32.741 14.9479 32.559 14.9479 32.375V18.375C14.9479 17.7957 14.8634 17.2367 14.7063 16.7102C15.009 16.1405 15.4121 15.4694 15.9642 14.5505Z' fill='%232ABB9C'/%3E%3Cpath d='M12.3854 32.375C12.3854 34.0664 11.0469 35.4375 9.39583 35.4375C7.74473 35.4375 6.40625 34.0664 6.40625 32.375V18.375C6.40625 16.6836 7.74473 15.3125 9.39583 15.3125C11.0469 15.3125 12.3854 16.6836 12.3854 18.375V32.375Z' fill='%232ABB9C'/%3E%3C/svg%3E%0A");
}

.after-buy > .comment > .post-comment > .like-dislike > .dislike-btn::before {
  position: absolute;
  top: -7.5px;
  content: url("data:image/svg+xml,%3Csvg width='41' height='28' viewBox='0 0 30 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.96417 21.3245L13.7747 27.6676C14.2254 28.4179 15.0239 28.875 15.884 28.875C17.4019 28.875 18.5627 27.489 18.3319 25.9521L17.9167 23.1875C17.4675 20.197 19.7262 17.5 22.6799 17.5H23.8582C28.1923 17.5 31.0112 12.8277 29.0729 8.85669L27.1109 4.83689C25.664 1.87253 22.7063 0 19.471 0H14.5C12.1974 0 10.1607 1.16671 8.92271 2.95452C8.93939 3.13404 8.94792 3.31601 8.94792 3.5V17.5C8.94792 18.0793 8.86338 18.6383 8.70627 19.1648C9.00903 19.7345 9.41213 20.4056 9.96417 21.3245Z' fill='%23F4ACAB'/%3E%3Cpath d='M6.38542 3.5C6.38542 1.80863 5.04693 0.4375 3.39583 0.4375C1.74473 0.4375 0.40625 1.80863 0.40625 3.5V17.5C0.40625 19.1914 1.74473 20.5625 3.39583 20.5625C5.04693 20.5625 6.38542 19.1914 6.38542 17.5V3.5Z' fill='%23F4ACAB'/%3E%3C/svg%3E%0A");
}

.after-buy > .comment > .write-comment {
  display: none;
  padding: 0 100px;
  margin-top: 3rem;
}

.after-buy > .comment > .write-comment.show {
  display: block;
}

.after-buy > .comment > .write-comment > .comment_container {
  padding: 60px 60px 16px 24px;
  height: 326px;
  margin: auto;
  margin-top: 4rem;
  border-radius: 20px;
  border: 1px solid #a1a1a1;
  position: relative;
}

.after-buy > .comment > .write-comment > .comment_container::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='59' height='66' viewBox='0 0 59 66' fill='none'%3E%3Cpath d='M33.5084 66C43.9633 65.0032 58.9917 62.7383 59 34.9556L59 7.62939e-06L35.6702 5.34702e-06L35.6702 37.4L43.4168 37.4C43.9076 47.3864 37.847 49.9651 31.2565 51.9445L33.5084 66ZM2.25193 66C12.7069 65.0032 27.7353 62.7382 27.7435 34.9556L27.7435 4.57154e-06L4.4137 2.28916e-06L4.41369 37.4L12.1603 37.4C12.6511 47.3864 6.5905 49.9651 1.09804e-06 51.9445L2.25193 66Z' fill='%232ABB9C' fill-opacity='0.1'/%3E%3C/svg%3E");
  top: 1rem;
  right: 1.8rem;
  z-index: 2;
}

.after-buy > .comment > .write-comment > .comment_container form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  position: relative;
  gap: 1rem;
}

.after-buy > .comment > .write-comment > .comment_container form textarea {
  position: relative !important;
  max-width: 100%;
  height: 80%;
  border-radius: 10px;
  border: 0px solid;
  background: #f9f9f9;
  color: #787878;
  font-size: 18px;
  resize: none;
  padding: 25px;
  z-index: 1;
}

[dir="ltr"]
  .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  #comments {
  text-align: left;
}

.after-buy > .comment > .write-comment > .comment_container form > div {
  width: 100%;
  height: 15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  > div
  > .star_rating {
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  gap: 5px;
}

.after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  > div
  > .star_rating
  > div {
  content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 3.75C12.4548 3.75 12.2142 8.18315 10.6989 9.74947C9.18361 11.3158 4.47275 9.5249 3.81823 12.305C3.16509 15.0866 7.40294 16.0304 7.92545 18.4168C8.45071 20.8032 5.86153 24.1562 8.07396 25.8248C10.2864 27.492 12.6679 23.7184 15 23.7184C17.332 23.7184 19.7136 27.492 21.926 25.8248C24.1384 24.1562 21.5506 20.8032 22.0745 18.4168C22.5984 16.0304 26.8349 15.0866 26.1817 12.305C25.5286 9.5249 20.8164 11.3158 19.3025 9.74947C17.7872 8.18315 17.5452 3.75 15 3.75Z' stroke='%23DCB051' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  cursor: pointer;
  transition: color 0.2s ease;
}

.after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  > div
  > .star_rating
  > div.active,
.after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  > div
  > .star_rating
  > div.active
  ~ .star,
.after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  > div
  > .star_rating
  > div:hover,
.after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  > div
  > .star_rating
  > div:hover
  ~ .star {
  content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 3.75C12.4548 3.75 12.2142 8.18315 10.6989 9.74947C9.18361 11.3158 4.47275 9.5249 3.81823 12.305C3.16509 15.0866 7.40294 16.0304 7.92545 18.4168C8.45072 20.8032 5.86153 24.1562 8.07396 25.8248C10.2864 27.492 12.6679 23.7184 15 23.7184C17.332 23.7184 19.7136 27.492 21.926 25.8248C24.1385 24.1562 21.5506 20.8032 22.0745 18.4168C22.5984 16.0304 26.8349 15.0866 26.1817 12.305C25.5286 9.5249 20.8164 11.3158 19.3025 9.74947C17.7872 8.18315 17.5452 3.75 15 3.75Z' fill='%23DCB051' stroke='%23DCB051' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  > div
  > button {
  width: 160px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #2abb9c;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  cursor: pointer;
  border: 0px solid;
}

.after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  > div
  > button:hover {
  opacity: 0.8;
}

.after-buy > .comment > .write-comment > .comment_container form .text-in-blur {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  .blurDimension {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 13px;
  backdrop-filter: blur(2px);
  z-index: 2;
  align-items: center;
  justify-content: center;
}

.after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  .PROCESSING-COMMENT {
  background: rgba(50, 50, 50, 0.5);
  display: none;
}

.after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  .PROCESSING-COMMENT::after {
  position: absolute;
  left: 0;
  right: 0;
  top: -2.8rem;
  content: url("data:image/svg+xml,%3Csvg width='180' height='89' viewBox='0 0 180 89' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M180 44C180 51.1797 174.18 57 167 57L13 57C5.8203 57 -3.13835e-07 51.1797 0 44L180 44Z' fill='%23FFCE63'/%3E%3Ccircle cx='90.5' cy='44.5' r='41.5' fill='%23DCB051' stroke='%23AAAAAA' stroke-opacity='0.6' stroke-width='5'/%3E%3Cg clip-path='url(%23clip0_0_1)'%3E%3Cpath d='M73.917 46.4997C73.917 45.3951 73.0216 44.4997 71.917 44.4997C70.8124 44.4997 69.917 45.3951 69.917 46.4997H73.917ZM79.7484 30.833L80.9498 32.432L80.9498 32.432L79.7484 30.833ZM75.8337 34.7478L77.3132 36.0935L77.3763 36.0241L77.4326 35.9491L75.8337 34.7478ZM76.3898 24.9669C76.3947 23.8624 75.5033 22.963 74.3987 22.958C73.2941 22.9531 72.3947 23.8445 72.3898 24.9491L76.3898 24.9669ZM74.3724 28.8467L72.3724 28.8378L72.3724 28.8378L74.3724 28.8467ZM81.5791 36.0534L81.588 38.0533L81.588 38.0533L81.5791 36.0534ZM85.4767 38.036C86.5813 38.0311 87.4727 37.1316 87.4678 36.0271C87.4628 34.9225 86.5634 34.0311 85.4589 34.036L85.4767 38.036ZM75.1725 34.5591L73.5908 35.7831L73.5908 35.7831L75.1725 34.5591ZM75.8667 35.2533L74.6427 36.835L74.6427 36.835L75.8667 35.2533ZM69.917 46.4997C69.917 58.4198 79.5802 68.083 91.5003 68.083V64.083C81.7893 64.083 73.917 56.2107 73.917 46.4997H69.917ZM91.5003 68.083C103.42 68.083 113.084 58.4198 113.084 46.4997H109.084C109.084 56.2107 101.211 64.083 91.5003 64.083V68.083ZM113.084 46.4997C113.084 34.5795 103.42 24.9163 91.5003 24.9163V28.9163C101.211 28.9163 109.084 36.7887 109.084 46.4997H113.084ZM91.5003 24.9163C86.6428 24.9163 82.1549 26.5234 78.5471 29.234L80.9498 32.432C83.8886 30.224 87.5389 28.9163 91.5003 28.9163V24.9163ZM78.5471 29.234C76.9143 30.4608 75.4614 31.9136 74.2347 33.5464L77.4326 35.9491C78.4331 34.6176 79.6182 33.4324 80.9498 32.432L78.5471 29.234ZM72.3898 24.9491L72.3724 28.8378L76.3724 28.8556L76.3898 24.9669L72.3898 24.9491ZM81.588 38.0533L85.4767 38.036L85.4589 34.036L81.5702 34.0534L81.588 38.0533ZM72.3724 28.8378C72.3657 30.3413 72.3569 31.638 72.4713 32.6852C72.59 33.7726 72.862 34.8414 73.5908 35.7831L76.7542 33.335C76.6621 33.2161 76.5272 32.9793 76.4476 32.251C76.3637 31.4824 76.3653 30.4532 76.3724 28.8556L72.3724 28.8378ZM81.5702 34.0534C79.9726 34.0605 78.9434 34.0621 78.1748 33.9781C77.4465 33.8986 77.2097 33.7636 77.0908 33.6716L74.6427 36.835C75.5844 37.5638 76.6532 37.8358 77.7406 37.9545C78.7878 38.0689 80.0845 38.0601 81.588 38.0533L81.5702 34.0534ZM73.5908 35.7831C73.7826 36.0309 73.9937 36.2628 74.2219 36.4765L76.9561 33.5569C76.8831 33.4885 76.8156 33.4143 76.7542 33.335L73.5908 35.7831ZM74.2219 36.4765C74.3564 36.6024 74.4967 36.722 74.6427 36.835L77.0908 33.6716C77.0441 33.6355 76.9991 33.5972 76.9561 33.5569L74.2219 36.4765ZM74.3541 33.4021L74.1095 33.671L77.0686 36.3624L77.3132 36.0935L74.3541 33.4021Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_0_1'%3E%3Crect width='47' height='47' fill='white' transform='translate(68 23)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  .PROCESSING-COMMENT::before {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -0.6rem;
  content: url("data:image/svg+xml,%3Csvg width='180' height='13' viewBox='0 0 180 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M180 13C180 5.82029 174.18 -7.37498e-06 167 -7.06115e-06L13 -3.29593e-07C5.8203 -1.57579e-08 -3.13835e-07 5.8203 0 13L180 13Z' fill='%23FFCE63'/%3E%3C/svg%3E%0A");
}

.after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  .SUCCESS-COMMENT {
  background: rgba(50, 50, 50, 0.5);
  display: none;
}

.after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  .SUCCESS-COMMENT::after {
  position: absolute;
  left: 0;
  right: 0;
  top: -2.8rem;
  content: url("data:image/svg+xml,%3Csvg width='180' height='89' viewBox='0 0 180 89' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M180 44C180 51.1797 174.18 57 167 57L13 57C5.8203 57 -3.13835e-07 51.1797 0 44L180 44Z' fill='%2319CF6B'/%3E%3Ccircle cx='90.5' cy='44.5' r='41.5' fill='%2319CF6B' stroke='%23AAAAAA' stroke-opacity='0.6' stroke-width='5'/%3E%3Cpath d='M100.292 38.6253L93.6938 45.9949C91.0792 48.9152 89.772 50.3753 88.0522 50.3753C86.3324 50.3753 85.0251 48.9152 82.4105 45.9949L80.7084 44.0937M110.083 44.5003C110.083 55.3159 101.316 64.0837 90.5001 64.0837C79.6845 64.0837 70.9167 55.3159 70.9167 44.5003C70.9167 33.6847 79.6845 24.917 90.5001 24.917C101.316 24.917 110.083 33.6847 110.083 44.5003Z' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  .SUCCESS-COMMENT::before {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -0.6rem;
  content: url("data:image/svg+xml,%3Csvg width='180' height='13' viewBox='0 0 180 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M180 13C180 5.82029 174.18 -7.37498e-06 167 -7.06115e-06L13 -3.29593e-07C5.8203 -1.57579e-08 -3.13835e-07 5.8203 0 13L180 13Z' fill='%2319CF6B'/%3E%3C/svg%3E%0A");
}

.after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  #ERROR-COMMENT {
  position: absolute;
  width: 100%;
  height: 4rem;
  top: -5rem;
  background: rgba(50, 50, 50, 0.5);
  display: none;
}

.after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  #ERROR-COMMENT::after {
  position: absolute;

  right: -2rem;
  top: -0.4rem;
  content: url("data:image/svg+xml,%3Csvg width='74' height='74' viewBox='0 0 74 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='37' cy='37' r='34' fill='%23EB3B39' stroke='%23AAAAAA' stroke-opacity='0.6' stroke-width='5'/%3E%3Cpath d='M33.818 34.182L40.182 40.5459M33.818 40.5459L40.182 34.182M52 37C52 45.2843 45.2843 52 37 52C28.7157 52 22 45.2843 22 37C22 28.7157 28.7157 22 37 22C45.2843 22 52 28.7157 52 37Z' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  #ERROR-COMMENT::before {
  position: absolute;

  left: 0;
  bottom: 0.25rem;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='33' viewBox='0 0 13 33' fill='none'%3E%3Cpath d='M0 0C7.1797 0 13 5.8203 13 13L13 20C13 27.1797 7.1797 33 0 33L0 0Z' fill='%23EB3B39'/%3E%3C/svg%3E");
}

@media only screen and (max-width: 768px) {
  .ai-static-response-modal {
    padding: 20px 50px 20px 15px !important;
  }

  .after-buy > .list > .title {
    font-size: 10px;
    line-height: 20px;
  }

  .after-buy > .list > .text {
    font-size: 10px;
    line-height: 20px;
  }

  .after-buy > .list > .check-list li {
    font-size: 10px;
    line-height: 20px;
  }

  .after-buy > .comment > .post-comment {
    justify-content: start;
    gap: 2rem;
  }

  .after-buy > .comment > .post-comment > .post-comment-btn {
    font-size: 12px;
  }

  .after-buy > .comment > .write-comment {
    padding: 0 0px;
    margin-top: 4rem;
  }

  .after-buy > .comment > .write-comment > .comment_container {
    padding: 9px 9px 16px 9px;

    margin-top: 2rem;
  }

  .after-buy > .comment > .write-comment > .comment_container::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='20' viewBox='0 0 59 66' fill='none'%3E%3Cpath d='M33.5084 66C43.9633 65.0032 58.9917 62.7383 59 34.9556L59 7.62939e-06L35.6702 5.34702e-06L35.6702 37.4L43.4168 37.4C43.9076 47.3864 37.847 49.9651 31.2565 51.9445L33.5084 66ZM2.25193 66C12.7069 65.0032 27.7353 62.7382 27.7435 34.9556L27.7435 4.57154e-06L4.4137 2.28916e-06L4.41369 37.4L12.1603 37.4C12.6511 47.3864 6.5905 49.9651 1.09804e-06 51.9445L2.25193 66Z' fill='%232ABB9C' fill-opacity='0.1'/%3E%3C/svg%3E");
    top: 5px;
    right: 10px;
  }

  .after-buy > .comment > .write-comment > .comment_container form {
    gap: 0.5rem;
  }

  .after-buy > .comment > .write-comment > .comment_container form textarea {
    font-size: 12px;
    padding: 29px 13px;
  }

  .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    > div
    > .star_rating
    > div {
    content: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 3.75C12.4548 3.75 12.2142 8.18315 10.6989 9.74947C9.18361 11.3158 4.47275 9.5249 3.81823 12.305C3.16509 15.0866 7.40294 16.0304 7.92545 18.4168C8.45071 20.8032 5.86153 24.1562 8.07396 25.8248C10.2864 27.492 12.6679 23.7184 15 23.7184C17.332 23.7184 19.7136 27.492 21.926 25.8248C24.1384 24.1562 21.5506 20.8032 22.0745 18.4168C22.5984 16.0304 26.8349 15.0866 26.1817 12.305C25.5286 9.5249 20.8164 11.3158 19.3025 9.74947C17.7872 8.18315 17.5452 3.75 15 3.75Z' stroke='%23DCB051' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }

  .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    > div
    > .star_rating
    > div.active,
  .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    > div
    > .star_rating
    > div.active
    ~ .star,
  .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    > div
    > .star_rating
    > div:hover,
  .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    > div
    > .star_rating
    > div:hover
    ~ .star {
    content: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 3.75C12.4548 3.75 12.2142 8.18315 10.6989 9.74947C9.18361 11.3158 4.47275 9.5249 3.81823 12.305C3.16509 15.0866 7.40294 16.0304 7.92545 18.4168C8.45072 20.8032 5.86153 24.1562 8.07396 25.8248C10.2864 27.492 12.6679 23.7184 15 23.7184C17.332 23.7184 19.7136 27.492 21.926 25.8248C24.1385 24.1562 21.5506 20.8032 22.0745 18.4168C22.5984 16.0304 26.8349 15.0866 26.1817 12.305C25.5286 9.5249 20.8164 11.3158 19.3025 9.74947C17.7872 8.18315 17.5452 3.75 15 3.75Z' fill='%23DCB051' stroke='%23DCB051' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }

  .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    > div
    > button {
    width: 81px;
    height: 27px;
    border-radius: 7px;
    font-size: 12px;
    line-height: 24px;
  }

  .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    .text-in-blur {
    font-size: 12px;
  }

  .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    .PROCESSING-COMMENT {
    display: none;
  }

  .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    .PROCESSING-COMMENT::after {
    content: url("data:image/svg+xml,%3Csvg width='90' height='89' viewBox='0 0 180 89' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M180 44C180 51.1797 174.18 57 167 57L13 57C5.8203 57 -3.13835e-07 51.1797 0 44L180 44Z' fill='%23FFCE63'/%3E%3Ccircle cx='90.5' cy='44.5' r='41.5' fill='%23DCB051' stroke='%23AAAAAA' stroke-opacity='0.6' stroke-width='5'/%3E%3Cg clip-path='url(%23clip0_0_1)'%3E%3Cpath d='M73.917 46.4997C73.917 45.3951 73.0216 44.4997 71.917 44.4997C70.8124 44.4997 69.917 45.3951 69.917 46.4997H73.917ZM79.7484 30.833L80.9498 32.432L80.9498 32.432L79.7484 30.833ZM75.8337 34.7478L77.3132 36.0935L77.3763 36.0241L77.4326 35.9491L75.8337 34.7478ZM76.3898 24.9669C76.3947 23.8624 75.5033 22.963 74.3987 22.958C73.2941 22.9531 72.3947 23.8445 72.3898 24.9491L76.3898 24.9669ZM74.3724 28.8467L72.3724 28.8378L72.3724 28.8378L74.3724 28.8467ZM81.5791 36.0534L81.588 38.0533L81.588 38.0533L81.5791 36.0534ZM85.4767 38.036C86.5813 38.0311 87.4727 37.1316 87.4678 36.0271C87.4628 34.9225 86.5634 34.0311 85.4589 34.036L85.4767 38.036ZM75.1725 34.5591L73.5908 35.7831L73.5908 35.7831L75.1725 34.5591ZM75.8667 35.2533L74.6427 36.835L74.6427 36.835L75.8667 35.2533ZM69.917 46.4997C69.917 58.4198 79.5802 68.083 91.5003 68.083V64.083C81.7893 64.083 73.917 56.2107 73.917 46.4997H69.917ZM91.5003 68.083C103.42 68.083 113.084 58.4198 113.084 46.4997H109.084C109.084 56.2107 101.211 64.083 91.5003 64.083V68.083ZM113.084 46.4997C113.084 34.5795 103.42 24.9163 91.5003 24.9163V28.9163C101.211 28.9163 109.084 36.7887 109.084 46.4997H113.084ZM91.5003 24.9163C86.6428 24.9163 82.1549 26.5234 78.5471 29.234L80.9498 32.432C83.8886 30.224 87.5389 28.9163 91.5003 28.9163V24.9163ZM78.5471 29.234C76.9143 30.4608 75.4614 31.9136 74.2347 33.5464L77.4326 35.9491C78.4331 34.6176 79.6182 33.4324 80.9498 32.432L78.5471 29.234ZM72.3898 24.9491L72.3724 28.8378L76.3724 28.8556L76.3898 24.9669L72.3898 24.9491ZM81.588 38.0533L85.4767 38.036L85.4589 34.036L81.5702 34.0534L81.588 38.0533ZM72.3724 28.8378C72.3657 30.3413 72.3569 31.638 72.4713 32.6852C72.59 33.7726 72.862 34.8414 73.5908 35.7831L76.7542 33.335C76.6621 33.2161 76.5272 32.9793 76.4476 32.251C76.3637 31.4824 76.3653 30.4532 76.3724 28.8556L72.3724 28.8378ZM81.5702 34.0534C79.9726 34.0605 78.9434 34.0621 78.1748 33.9781C77.4465 33.8986 77.2097 33.7636 77.0908 33.6716L74.6427 36.835C75.5844 37.5638 76.6532 37.8358 77.7406 37.9545C78.7878 38.0689 80.0845 38.0601 81.588 38.0533L81.5702 34.0534ZM73.5908 35.7831C73.7826 36.0309 73.9937 36.2628 74.2219 36.4765L76.9561 33.5569C76.8831 33.4885 76.8156 33.4143 76.7542 33.335L73.5908 35.7831ZM74.2219 36.4765C74.3564 36.6024 74.4967 36.722 74.6427 36.835L77.0908 33.6716C77.0441 33.6355 76.9991 33.5972 76.9561 33.5569L74.2219 36.4765ZM74.3541 33.4021L74.1095 33.671L77.0686 36.3624L77.3132 36.0935L74.3541 33.4021Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_0_1'%3E%3Crect width='47' height='47' fill='white' transform='translate(68 23)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }

  .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    .PROCESSING-COMMENT::before {
    bottom: -1rem;
    content: url("data:image/svg+xml,%3Csvg width='90' height='13' viewBox='0 0 180 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M180 13C180 5.82029 174.18 -7.37498e-06 167 -7.06115e-06L13 -3.29593e-07C5.8203 -1.57579e-08 -3.13835e-07 5.8203 0 13L180 13Z' fill='%23FFCE63'/%3E%3C/svg%3E%0A");
  }

  .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    .SUCCESS-COMMENT {
    display: none;
  }

  .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    .SUCCESS-COMMENT::after {
    content: url("data:image/svg+xml,%3Csvg width='90' height='89' viewBox='0 0 180 89' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M180 44C180 51.1797 174.18 57 167 57L13 57C5.8203 57 -3.13835e-07 51.1797 0 44L180 44Z' fill='%2319CF6B'/%3E%3Ccircle cx='90.5' cy='44.5' r='41.5' fill='%2319CF6B' stroke='%23AAAAAA' stroke-opacity='0.6' stroke-width='5'/%3E%3Cpath d='M100.292 38.6253L93.6938 45.9949C91.0792 48.9152 89.772 50.3753 88.0522 50.3753C86.3324 50.3753 85.0251 48.9152 82.4105 45.9949L80.7084 44.0937M110.083 44.5003C110.083 55.3159 101.316 64.0837 90.5001 64.0837C79.6845 64.0837 70.9167 55.3159 70.9167 44.5003C70.9167 33.6847 79.6845 24.917 90.5001 24.917C101.316 24.917 110.083 33.6847 110.083 44.5003Z' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  }

  .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    .SUCCESS-COMMENT::before {
    bottom: -1rem;
    content: url("data:image/svg+xml,%3Csvg width='90' height='13' viewBox='0 0 180 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M180 13C180 5.82029 174.18 -7.37498e-06 167 -7.06115e-06L13 -3.29593e-07C5.8203 -1.57579e-08 -3.13835e-07 5.8203 0 13L180 13Z' fill='%2319CF6B'/%3E%3C/svg%3E%0A");
  }

  .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    #ERROR-COMMENT {
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    height: 2rem;
    top: -3rem;
  }

  .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    #ERROR-COMMENT::after {
    right: -1rem;
    top: -21px;
    content: url("data:image/svg+xml,%3Csvg width='35' height='74' viewBox='0 0 74 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='37' cy='37' r='34' fill='%23EB3B39' stroke='%23AAAAAA' stroke-opacity='0.6' stroke-width='5'/%3E%3Cpath d='M33.818 34.182L40.182 40.5459M33.818 40.5459L40.182 34.182M52 37C52 45.2843 45.2843 52 37 52C28.7157 52 22 45.2843 22 37C22 28.7157 28.7157 22 37 22C45.2843 22 52 28.7157 52 37Z' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  }

  .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    #ERROR-COMMENT::before {
    left: 0px;
    bottom: -9px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0' height='25' viewBox='0 0 13 33' fill='none'%3E%3Cpath d='M0 0C7.1797 0 13 5.8203 13 13L13 20C13 27.1797 7.1797 33 0 33L0 0Z' fill='%23EB3B39'/%3E%3C/svg%3E");
  }
}

/* Chat With AI */
.chatWithAi {
  max-width: 913px;
  width: calc(100% - 88px);
  margin: 2rem auto;
  border-radius: 10px;
  border: 1px solid #bababa;
  background: #fff;
}

.chatWithAi > .attention {
  border-radius: 10px 10px 0px 0px;
  background: rgba(220, 176, 81, 0.12);
  padding: 20px 73px 20px 20px;
  display: flex;
  align-items: center;
  color: #604306;
  text-align: justify;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.chatWithAi > .attention::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Danger Circle'%3E%3Cpath id='Vector' d='M16.3333 20.3333C16.3333 21.0697 15.7363 21.6667 15 21.6667C14.2636 21.6667 13.6666 21.0697 13.6666 20.3333C13.6666 19.597 14.2636 19 15 19C15.7363 19 16.3333 19.597 16.3333 20.3333Z' fill='%23DCB051'/%3E%3Cpath id='Vector_2' d='M15 8.33317V16.3332M28.3333 14.9998C28.3333 22.3636 22.3638 28.3332 15 28.3332C7.63616 28.3332 1.66663 22.3636 1.66663 14.9998C1.66663 7.63604 7.63616 1.6665 15 1.6665C22.3638 1.6665 28.3333 7.63604 28.3333 14.9998Z' stroke='%23DCB051' stroke-width='2' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E%0A");
  right: 17px;
}

.chatWithAi > .questionLimit-container {
  width: 100%;
  height: 50px;
  position: relative;
  /* border: red solid 1px; */
}

.chatWithAi > .questionLimit-container .questionLimit {
  width: 10rem;
  padding-right: 30px;
  position: absolute;
  top: 8px;
  left: 13px;
  color: #7d7d7d;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  /* border: #2abb9c solid 0.5px; */
}

.chatWithAi > .questionLimit-container .questionLimit::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Message 2'%3E%3Cg id='Vector'%3E%3Cpath d='M7.75 8.75C7.75 9.30228 7.30228 9.75 6.75 9.75C6.19772 9.75 5.75 9.30228 5.75 8.75C5.75 8.19772 6.19772 7.75 6.75 7.75C7.30228 7.75 7.75 8.19772 7.75 8.75Z' fill='%23DCB051'/%3E%3Cpath d='M11.75 8.75C11.75 9.30228 11.3023 9.75 10.75 9.75C10.1977 9.75 9.75 9.30228 9.75 8.75C9.75 8.19772 10.1977 7.75 10.75 7.75C11.3023 7.75 11.75 8.19772 11.75 8.75Z' fill='%23DCB051'/%3E%3Cpath d='M15.75 8.75C15.75 9.30228 15.3023 9.75 14.75 9.75C14.1977 9.75 13.75 9.30228 13.75 8.75C13.75 8.19772 14.1977 7.75 14.75 7.75C15.3023 7.75 15.75 8.19772 15.75 8.75Z' fill='%23DCB051'/%3E%3C/g%3E%3Cpath id='Vector_2' d='M20.75 2.75C20.75 3.85457 19.8546 4.75 18.75 4.75C17.6454 4.75 16.75 3.85457 16.75 2.75C16.75 1.64543 17.6454 0.75 18.75 0.75C19.8546 0.75 20.75 1.64543 20.75 2.75Z' stroke='%23DCB051' stroke-width='1.5'/%3E%3Cpath id='Vector_3' d='M20.407 6.39173C20.8675 6.18186 21.4854 6.45493 21.4925 6.96097C21.5 7.48591 21.5 8.06805 21.5 8.71637L21.5 10.0811C21.5002 11.6297 21.5004 12.5744 21.2677 13.3679C20.7167 15.2471 19.2471 16.7167 17.3679 17.2677C16.5744 17.5004 15.6297 17.5002 14.0811 17.5L13.3854 17.5L13.3251 17.5001C12.4579 17.5056 11.6132 17.7764 10.9043 18.2759L10.8551 18.3109L8.24441 20.1757C6.7399 21.2503 4.76288 19.6984 5.44954 17.9817C5.54183 17.751 5.37191 17.5 5.12341 17.5H4.52166C2.02441 17.5 7.81351e-08 15.4756 7.81351e-08 12.9783V8.71644C-4.69024e-06 7.34472 -8.32975e-06 6.26929 0.0706118 5.40494C0.142522 4.52479 0.291378 3.79768 0.626713 3.13955C1.17798 2.05762 2.05762 1.17798 3.13955 0.626713C3.79768 0.291378 4.52479 0.142522 5.40494 0.0706118C6.26929 -8.3819e-06 7.34472 -4.74838e-06 8.71644 7.95928e-08H12.7836C13.4319 -2.20238e-06 14.0141 -4.05777e-06 14.539 0.00745158C15.0451 0.0146384 15.3181 0.632497 15.1083 1.09302C14.9978 1.33543 14.7616 1.51062 14.4952 1.507C13.9889 1.50013 13.4133 1.5 12.75 1.5H8.75C7.33749 1.5 6.32322 1.50058 5.52708 1.56563C4.7397 1.62996 4.23197 1.75359 3.82054 1.96322C3.02085 2.37068 2.37068 3.02085 1.96322 3.82054C1.75359 4.23197 1.62996 4.7397 1.56563 5.52708C1.50058 6.32322 1.5 7.33749 1.5 8.75V12.9783C1.5 14.6472 2.85284 16 4.52166 16H5.12341C6.43311 16 7.32867 17.3228 6.84226 18.5388C6.71197 18.8645 7.08709 19.159 7.37255 18.9551L9.98329 17.0903L10.0402 17.0497C10.9993 16.3739 12.1422 16.0076 13.3155 16.0001L13.3854 16H13.9342C15.6761 16 16.3863 15.9924 16.9458 15.8283C18.3348 15.421 19.421 14.3348 19.8283 12.9458C19.9924 12.3863 20 11.6761 20 9.93422V8.75C20 8.08666 19.9999 7.51114 19.993 7.0048C19.9894 6.73843 20.1646 6.50221 20.407 6.39173Z' fill='%23DCB051'/%3E%3C/g%3E%3C/svg%3E%0A");
  right: 0px;
}

.chatWithAi > .questionLimit-container .questionLimit span {
  color: #dcb051;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: -1px;
}

.chatWithAi > .questionLimit-container .questionLimit span.remainingQuestion {
  margin: 0px 3px 0 1px;
}

.chatWithAi > .chat {
  position: relative;
  max-height: 300px;
  overflow-y: scroll;
  padding: 16px 9px 2rem 9px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.chatWithAi > .chat::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.chatWithAi > .chat {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.chatWithAi > .chat > div {
  /* border: red solid 0.5px; */
  display: flex;
  padding: 1rem 0;
}

.chatWithAi > .chat > .user {
  justify-content: start;
}

.chatWithAi > .chat > .user > div {
  /* border: blue solid 1px; */
  width: 50%;
  display: flex;
  align-items: start;
  gap: 20px;
}

.chatWithAi > .chat > .user > div > .avatar-container {
  min-width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.chatWithAi > .chat > .user > div > .avatar-container img.avatar {
  width: 53px;
  height: 53px;
  border-radius: 100%;
  border: 3px solid #fff;
}

.chatWithAi > .chat > .user > div > .message {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}

.chatWithAi > .chat > .user > div > .message > .text {
  position: relative;
}

.chatWithAi > .chat > .user > div > .message > .text > div.content {
  border-radius: 5px;
  background: #2abb9c;
  padding: 22px 15px 17px 15px;
  color: #fff;
  text-align: justify;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  width: fit-content;
}

.chatWithAi > .chat > .user > div > .message > .text > .right-arrow {
  position: absolute;
  right: -7px;
  top: 7px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #2abb9c;
  rotate: 45deg;
}

.chatWithAi > .chat > .user > div > .message > .user-name {
  color: #7d7d7d;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.chatWithAi > .chat .date {
  display: flex;
  align-items: center;
  gap: 5px;
}

.chatWithAi > .chat .date > div {
  color: #7d7d7d;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.chatWithAi > .chat .date > div.midlle-line {
  height: 7px;
  width: 0.7px;
  background-color: #7d7d7d;
  margin-bottom: 1px;
}

.chatWithAi > .chat > .system {
  justify-content: end;
  width: 100%;
}

.chatWithAi > .chat > .system > div {
  /* border: blue solid 1px; */
  width: 50%;
  display: flex;
  flex-direction: row-reverse;
  align-items: start;
  justify-content: end;
  gap: 20px;
}

.chatWithAi > .chat > .system > div > .chatGPT {
  position: relative;
  min-width: 60px;
  height: 60px;
  /* border: red solid; */
}

.chatWithAi > .chat > .system > div > .chatGPT::before {
  position: absolute;
  left: 0;
  /* top: 20px; */
  content: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='30' transform='matrix(-1 0 0 1 60 0)' fill='%23F4F4F4'/%3E%3Ccircle cx='26.5' cy='26.5' r='26.5' transform='matrix(-1 0 0 1 56 4)' fill='%232ABB9C' stroke='white' stroke-width='3'/%3E%3Cpath d='M25.0463 34.46V37H16.5063V24.76H25.0463V27.3H19.6863V29.58H24.3663V32.2H19.6863V34.46H25.0463ZM33.8444 36.24C33.031 36.88 31.8444 37.2 30.2844 37.2C29.5244 37.2 28.8044 37.1333 28.1244 37C27.4577 36.8667 26.8844 36.68 26.4044 36.44V33.8C26.951 34.0533 27.5377 34.26 28.1644 34.42C28.791 34.58 29.3844 34.66 29.9444 34.66C31.1977 34.66 31.8244 34.28 31.8244 33.52C31.8244 33.1467 31.6444 32.86 31.2844 32.66C30.9244 32.46 30.271 32.2067 29.3244 31.9C28.5377 31.6333 27.9244 31.3467 27.4844 31.04C27.0444 30.72 26.7244 30.34 26.5244 29.9C26.3377 29.46 26.2444 28.9 26.2444 28.22C26.2444 27.0333 26.631 26.1333 27.4044 25.52C28.191 24.8933 29.3644 24.58 30.9244 24.58C31.4844 24.58 32.1044 24.6333 32.7844 24.74C33.4777 24.8467 34.031 24.9733 34.4444 25.12V27.78C33.4444 27.3267 32.451 27.1 31.4644 27.1C30.131 27.1 29.4644 27.4667 29.4644 28.2C29.4644 28.52 29.611 28.7667 29.9044 28.94C30.211 29.1133 30.7977 29.32 31.6644 29.56C32.571 29.8 33.271 30.1 33.7644 30.46C34.2577 30.82 34.5977 31.24 34.7844 31.72C34.971 32.2 35.0644 32.8 35.0644 33.52C35.0644 34.68 34.6577 35.5867 33.8444 36.24ZM41.8806 36.2C41.1606 36.8667 40.094 37.2 38.6806 37.2C37.6673 37.2 36.7806 37.0533 36.0206 36.76V33.84C36.6073 34.0933 37.274 34.22 38.0206 34.22C38.674 34.22 39.134 34.08 39.4006 33.8C39.6806 33.52 39.8206 33.0533 39.8206 32.4V24.76H42.9806V33.22C42.9806 34.54 42.614 35.5333 41.8806 36.2Z' fill='white'/%3E%3C/svg%3E%0A");
}

.chatWithAi > .chat > .system > div > .message {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: end;
}

.chatWithAi > .chat > .system > div > .message > .text {
  position: relative;
}

.chatWithAi > .chat > .system > div > .message > .text > .left-arrow {
  position: absolute;
  left: -7px;
  top: 22px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #f5f5f5;
  rotate: -135deg;
}

.chatWithAi > .chat > .system > div > .message > .text > .content {
  border-radius: 5px;
  background: #f5f5f5;
  padding: 22px 12px 22px 17px;
  color: #565656;
  text-align: justify;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ai-processing-data {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.ai-processing-data img {
  height: 47px;
}

.ai-processing-data .text {
  color: #535353;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ai-processing-data .text span {
  font-weight: 200;
}

.ai-processing-data::before {
  position: absolute;
  top: 50%; /* Move top edge to the middle of the container */
  transform: translate(0, -50%);
  right: 5px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: transparent; display: block;' width='30px' height='30px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='6.451612903225806' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-0.5s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='0s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-0.5s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='6.451612903225806' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.5s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-0.5s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='16.129032258064512' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-0.7s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-0.2s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-0.7s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='16.129032258064512' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.7s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.2s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-0.7s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='25.806451612903224' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-0.9s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-0.4s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-0.9s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='25.806451612903224' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.9s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.4s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-0.9s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='35.48387096774193' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.1s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-0.6s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-1.1s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='35.48387096774193' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.1s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.6s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-1.1s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='45.16129032258064' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.3s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-0.8s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-1.3s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='45.16129032258064' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.3s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.8s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-1.3s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='54.838709677419345' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.5s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-1.5s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='54.838709677419345' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.5s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-2s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-1.5s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='64.51612903225805' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.7s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.2s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-1.7s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='64.51612903225805' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.7s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-2.2s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-1.7s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='74.19354838709677' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.9s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.4s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-1.9s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='74.19354838709677' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.9s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-2.4s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-1.9s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='83.87096774193547' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.1s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.6s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-2.1s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='83.87096774193547' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-3.1s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-2.6s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-2.1s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='93.54838709677418' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.3s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.8s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-2.3s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='93.54838709677418' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-3.3s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-2.8s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-2.3s'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E");
}

.chatWithAi > .send {
  width: calc(100% - 50px);
  margin: 1.5rem auto 0 auto;
  border-radius: 5px;
  background: #f5f5f5;
  padding: 8px 26px 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.chatWithAi > .send .txta {
  width: 100%;
  font-size: 12px;
  color: #565656;
  text-align: justify;
  overflow: hidden;
  line-height: 1.4;
  border: unset;
  outline: none;
  background-color: inherit;
  resize: none;
}

.chatWithAi > .send textarea::-webkit-scrollbar {
  display: none;
}

.chatWithAi > .send button {
  width: 138px;
  height: 48.706px;
  background: #e6e6e6;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c7c7c;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: unset;
}

.chatWithAi > .characterLimit {
  margin: 9px 25px 14px;
  color: #7d7d7d;
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.chatWithAi > .characterLimit span {
  color: #dcb051;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.chatWithAi > .characterLimit span.messageLength {
  margin-left: 3px;
  margin-right: 3px;
}

@media only screen and (max-width: 768px) {
  .chatWithAi {
    border: unset;
    width: calc(100% - 20px);
  }

  .chatWithAi > .attention {
    padding: 13px 53px 12px 33px;
  }

  .chatWithAi > .attention::before {
    content: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Danger Circle'%3E%3Cpath id='Vector' d='M16.3333 20.3333C16.3333 21.0697 15.7363 21.6667 15 21.6667C14.2636 21.6667 13.6666 21.0697 13.6666 20.3333C13.6666 19.597 14.2636 19 15 19C15.7363 19 16.3333 19.597 16.3333 20.3333Z' fill='%23DCB051'/%3E%3Cpath id='Vector_2' d='M15 8.33317V16.3332M28.3333 14.9998C28.3333 22.3636 22.3638 28.3332 15 28.3332C7.63616 28.3332 1.66663 22.3636 1.66663 14.9998C1.66663 7.63604 7.63616 1.6665 15 1.6665C22.3638 1.6665 28.3333 7.63604 28.3333 14.9998Z' stroke='%23DCB051' stroke-width='2' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E%0A");
  }

  .chatWithAi > .questionLimit-container .questionLimit {
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .chatWithAi > .chat > .user {
    justify-content: start;
  }

  .chatWithAi > .chat > .user > div {
    /* border: blue solid 1px; */
    width: 100%;
    gap: 16px;
  }

  .chatWithAi > .chat > .user > div > .avatar-container {
    min-width: 38px;
    height: 38px;
    margin-top: 18px;
  }

  .chatWithAi > .chat > .user > div > .avatar-container img.avatar {
    width: 33px;
    height: 33px;
  }

  .chatWithAi > .chat > .user > div > .message > .text > div.content {
    padding: 13px 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .chatWithAi > .chat > .user > div > .message > .text > .right-arrow {
    right: -5px;
    top: 7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #2abb9c;
  }

  .chatWithAi > .chat > .user > div > .message > .user-name {
    font-size: 10px;
  }

  .chatWithAi > .chat .date > div {
    font-size: 8px;
  }

  .chatWithAi > .chat .date > div.midlle-line {
    height: 5px;
  }

  .chatWithAi > .chat > .system > div {
    /* border: blue solid 1px; */
    width: 100%;
    gap: 10px;
  }

  .chatWithAi > .chat > .system > div > .chatGPT {
    min-width: 38px;
    height: 38px;
  }

  .chatWithAi > .chat > .system > div > .chatGPT::before {
    top: -2px;
    content: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='30' transform='matrix(-1 0 0 1 60 0)' fill='%23F4F4F4'/%3E%3Ccircle cx='26.5' cy='26.5' r='26.5' transform='matrix(-1 0 0 1 56 4)' fill='%232ABB9C' stroke='white' stroke-width='3'/%3E%3Cpath d='M25.0463 34.46V37H16.5063V24.76H25.0463V27.3H19.6863V29.58H24.3663V32.2H19.6863V34.46H25.0463ZM33.8444 36.24C33.031 36.88 31.8444 37.2 30.2844 37.2C29.5244 37.2 28.8044 37.1333 28.1244 37C27.4577 36.8667 26.8844 36.68 26.4044 36.44V33.8C26.951 34.0533 27.5377 34.26 28.1644 34.42C28.791 34.58 29.3844 34.66 29.9444 34.66C31.1977 34.66 31.8244 34.28 31.8244 33.52C31.8244 33.1467 31.6444 32.86 31.2844 32.66C30.9244 32.46 30.271 32.2067 29.3244 31.9C28.5377 31.6333 27.9244 31.3467 27.4844 31.04C27.0444 30.72 26.7244 30.34 26.5244 29.9C26.3377 29.46 26.2444 28.9 26.2444 28.22C26.2444 27.0333 26.631 26.1333 27.4044 25.52C28.191 24.8933 29.3644 24.58 30.9244 24.58C31.4844 24.58 32.1044 24.6333 32.7844 24.74C33.4777 24.8467 34.031 24.9733 34.4444 25.12V27.78C33.4444 27.3267 32.451 27.1 31.4644 27.1C30.131 27.1 29.4644 27.4667 29.4644 28.2C29.4644 28.52 29.611 28.7667 29.9044 28.94C30.211 29.1133 30.7977 29.32 31.6644 29.56C32.571 29.8 33.271 30.1 33.7644 30.46C34.2577 30.82 34.5977 31.24 34.7844 31.72C34.971 32.2 35.0644 32.8 35.0644 33.52C35.0644 34.68 34.6577 35.5867 33.8444 36.24ZM41.8806 36.2C41.1606 36.8667 40.094 37.2 38.6806 37.2C37.6673 37.2 36.7806 37.0533 36.0206 36.76V33.84C36.6073 34.0933 37.274 34.22 38.0206 34.22C38.674 34.22 39.134 34.08 39.4006 33.8C39.6806 33.52 39.8206 33.0533 39.8206 32.4V24.76H42.9806V33.22C42.9806 34.54 42.614 35.5333 41.8806 36.2Z' fill='white'/%3E%3C/svg%3E%0A");
  }

  .chatWithAi > .chat > .system > div > .message {
    gap: 5px;
  }

  .chatWithAi > .chat > .system > div > .message > .text > .left-arrow {
    left: -5px;
    top: 13px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #f5f5f5;
  }

  .chatWithAi > .chat > .system > div > .message > .text > .content {
    padding: 13px 10px;
    font-size: 8px;
  }

  .ai-processing-data img {
    height: 30px;
  }

  .ai-processing-data .text {
    font-size: 14px;
  }

  .chatWithAi > .send {
    width: calc(100% - 20px);
    padding: 10px 12px;
    gap: 2rem;
  }

  .chatWithAi > .send .txta {
    width: 100%;
    font-size: 8px;
  }

  .chatWithAi > .send button {
    width: 59px;
    height: 25px;
    border-radius: 3px;
    font-size: 10px;
  }

  .chatWithAi > .characterLimit {
    margin: 9px 25px 14px;
    font-size: 8px;
  }

  .chatWithAi > .characterLimit span {
    font-size: 10px;
  }
}

/* Landing Page */
.landing {
  max-width: 960px;
  width: 100%;
  padding: 62px 43px;
  margin: 0 auto;
  background-color: rgba(252, 251, 251, 0.8);
}

.landing > .details-section {
  display: flex;
}

.landing > .title,
.landing > .slider > .title {
  color: #1f80ac;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-top: 4rem;
}

.landing > .title > span,
.landing > .slider > .title > span {
  color: #848484;
}

.landing > .big-pic {
  width: 100%;
  margin-top: 2rem;
}

.landing > .packages-section {
  display: block;
  margin-top: 2rem;
}

.landing > .packages-section > .title {
  color: #848484;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.landing > .packages-section > .title > span {
  color: #2abb9c;
}

.landing > .packages-section > .subTitle {
  width: calc(40%);
  margin: 1rem auto;
  color: #272727;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.landing > .packages-section > .packages-container {
  width: calc(100% - 128px);
  margin: 1.5rem auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}

.landing > .packages-section > .packages-container > .package-item {
  width: calc(33.33% - 13.33px);
  border-radius: 10px;
  border: 1px solid rgba(42, 187, 156, 0.5);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.landing
  > .packages-section
  > .packages-container
  > .package-item
  > .greenLabel {
  width: calc(100% - 40px);
  background-color: #2abb9c;
  border-radius: 0 0 5px 5px;
  padding: 15px 0 7px 0;
  color: #fdfdfd;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  position: relative;
}

.landing
  > .packages-section
  > .packages-container
  > .package-item
  > .greenLabel
  > .triangle {
  position: absolute;
  right: -15px;
  left: 0;
  margin: auto;
  bottom: -1px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #2abb9c;
  rotate: -225deg;
}

.landing > .packages-section > .packages-container > .package-item > .price {
  border-bottom: solid 1px #cacaca;
  margin-top: 1.5rem;
  padding: 0 0 10px 0;
  color: #b5b5b5;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.landing
  > .packages-section
  > .packages-container
  > .package-item
  > .price
  span {
  color: #2abb9c;
  font-size: 26px;
  font-weight: 900;
  line-height: 26px;
  margin-left: 2px;
}

.landing > .packages-section > .packages-container > .package-item > .text {
  padding: 0 20px;
  margin: 1rem auto;
  color: #333;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
}

.landing
  > .packages-section
  > .packages-container
  > .package-item
  > .list
  > .li {
  list-style-type: none;
  color: #2abb9c;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  position: relative;
  padding: 0 35px 0 15px;
}

.landing
  > .packages-section
  > .packages-container
  > .package-item
  > .list
  > .li::before {
  position: absolute;
  top: 4px;
  right: 19px;
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Tick Square'%3E%3Cpath id='Vector' fill-rule='evenodd' clip-rule='evenodd' d='M0.63661 1.37405C0 2.25027 0 3.50018 0 6C0 8.49982 0 9.74973 0.63661 10.626C0.842209 10.9089 1.09107 11.1578 1.37405 11.3634C2.25027 12 3.50018 12 6 12C8.49982 12 9.74973 12 10.626 11.3634C10.9089 11.1578 11.1578 10.9089 11.3634 10.626C12 9.74973 12 8.49982 12 6C12 3.50018 12 2.25027 11.3634 1.37405C11.1578 1.09107 10.9089 0.842209 10.626 0.63661C9.74973 0 8.49982 0 6 0C3.50018 0 2.25027 0 1.37405 0.63661C1.09107 0.842209 0.842209 1.09107 0.63661 1.37405ZM9.70585 4.33351C9.89005 4.12778 9.87258 3.81168 9.66685 3.62748C9.46111 3.44329 9.14501 3.46075 8.96082 3.66649L6.7147 6.17527C6.25957 6.68363 5.95307 7.02418 5.69101 7.24444C5.44138 7.45426 5.29475 7.5 5.16667 7.5C5.03858 7.5 4.89196 7.45426 4.64232 7.24444C4.38027 7.02418 4.07376 6.68363 3.61863 6.17527L3.03918 5.52806C2.85499 5.32233 2.53889 5.30486 2.33315 5.48906C2.12742 5.67325 2.10996 5.98935 2.29415 6.19509L2.89835 6.86995C3.32225 7.34345 3.67583 7.73841 3.9989 8.00995C4.34066 8.2972 4.70928 8.5 5.16667 8.5C5.62405 8.5 5.99267 8.2972 6.33443 8.00995C6.65751 7.73841 7.01108 7.34346 7.43498 6.86995L9.70585 4.33351Z' fill='%232ABB9C'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.landing > .packages-section > .packages-container > .package-item > a.cart {
  border-radius: 5px;
  background: rgba(42, 187, 156, 0.1);
  padding: 7px 50px 7px 35px;
  margin: 15px 0 10px 0;
  color: #2abb9c;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  cursor: pointer;
}

.landing
  > .packages-section
  > .packages-container
  > .package-item
  > a.cart:hover {
  opacity: 0.8;
}

.landing
  > .packages-section
  > .packages-container
  > .package-item
  > a.cart::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Buy 3'%3E%3Cpath id='Vector' d='M3.36291 9.7913L3.72356 9.3118L3.36291 9.7913ZM1.76203 5.98002L1.17856 6.11986L1.76203 5.98002ZM3.25796 9.70854L3.6402 9.24606L3.25796 9.70854ZM12.8441 6.26632L12.2607 6.12648L12.8441 6.26632ZM11.602 9.54171L11.1816 9.11355L11.602 9.54171ZM11.1065 9.93246L10.7881 9.42391L11.1065 9.93246ZM12.7992 3.94082L13.211 3.50446L12.7992 3.94082ZM13.0102 4.20838L12.4898 4.50715L13.0102 4.20838ZM1.16509 1.02098C1.08472 0.699506 0.758963 0.504049 0.437486 0.584418C0.11601 0.664788 -0.0794469 0.990548 0.000922263 1.31203L1.16509 1.02098ZM9.33301 8.7665C9.66438 8.7665 9.93301 8.49787 9.93301 8.1665C9.93301 7.83513 9.66438 7.5665 9.33301 7.5665V8.7665ZM5.83301 7.5665C5.50164 7.5665 5.23301 7.83513 5.23301 8.1665C5.23301 8.49787 5.50164 8.7665 5.83301 8.7665V7.5665ZM1.19704 4.22264H10.7592V3.02264H1.19704V4.22264ZM7.6318 9.77703H7.3374V10.977H7.6318V9.77703ZM2.34551 5.84018L1.78052 3.4828L0.613567 3.76249L1.17856 6.11986L2.34551 5.84018ZM7.3374 9.77703C6.25798 9.77703 5.49986 9.77609 4.91251 9.70783C4.34035 9.64133 3.99617 9.51683 3.72356 9.3118L3.00225 10.2708C3.50839 10.6515 4.08621 10.8199 4.77398 10.8998C5.44657 10.978 6.28632 10.977 7.3374 10.977V9.77703ZM1.17856 6.11986C1.42353 7.14199 1.61833 7.95884 1.85111 8.59468C2.08914 9.24488 2.38755 9.76754 2.87572 10.171L3.6402 9.24606C3.37727 9.02874 3.17599 8.72306 2.97797 8.18215C2.7747 7.62689 2.59709 6.88987 2.34551 5.84018L1.17856 6.11986ZM3.72356 9.3118C3.69528 9.29052 3.66749 9.2686 3.6402 9.24606L2.87572 10.171C2.91712 10.2052 2.95931 10.2385 3.00225 10.2708L3.72356 9.3118ZM12.2607 6.12648C12.043 7.0345 11.8895 7.67202 11.7197 8.15822C11.5539 8.63296 11.39 8.90904 11.1816 9.11355L12.0223 9.96987C12.4118 9.5875 12.6542 9.12205 12.8526 8.5539C13.047 7.99721 13.2157 7.29047 13.4276 6.40616L12.2607 6.12648ZM7.6318 10.977C8.54116 10.977 9.26773 10.9777 9.85441 10.9184C10.4532 10.8579 10.9623 10.7307 11.4249 10.441L10.7881 9.42391C10.5407 9.57883 10.234 9.67391 9.73367 9.7245C9.22129 9.77632 8.56554 9.77703 7.6318 9.77703V10.977ZM11.1816 9.11355C11.0621 9.23093 10.9301 9.33499 10.7881 9.42391L11.4249 10.441C11.6405 10.306 11.8408 10.1481 12.0223 9.96987L11.1816 9.11355ZM10.7592 4.22264C11.3424 4.22264 11.7247 4.2237 12.0058 4.258C12.2769 4.29109 12.3538 4.34549 12.3874 4.37719L13.211 3.50446C12.9074 3.21798 12.5318 3.11329 12.1511 3.06683C11.7803 3.02159 11.3112 3.02264 10.7592 3.02264V4.22264ZM13.4276 6.40616C13.5563 5.86934 13.6666 5.41342 13.7091 5.04227C13.7526 4.66121 13.7383 4.27159 13.5305 3.90962L12.4898 4.50715C12.5128 4.5472 12.5478 4.63458 12.5168 4.90599C12.4847 5.18733 12.3966 5.55936 12.2607 6.12648L13.4276 6.40616ZM12.3874 4.37719C12.4277 4.41526 12.4622 4.45904 12.4898 4.50715L13.5305 3.90962C13.4444 3.75965 13.3367 3.62314 13.211 3.50446L12.3874 4.37719ZM1.77913 3.47712L1.16509 1.02098L0.000922263 1.31203L0.614957 3.76817L1.77913 3.47712ZM9.33301 7.5665H5.83301V8.7665H9.33301V7.5665Z' fill='%232ABB9C'/%3E%3Cg id='Vector_2'%3E%3Cpath d='M6.10893 12.219C6.10893 12.5581 5.83402 12.8331 5.49489 12.8331C5.15577 12.8331 4.88086 12.5581 4.88086 12.219C4.88086 11.8799 5.15577 11.605 5.49489 11.605C5.83402 11.605 6.10893 11.8799 6.10893 12.219Z' fill='%232ABB9C'/%3E%3Cpath d='M9.79314 12.219C9.79314 12.5581 9.51823 12.8331 9.17911 12.8331C8.83998 12.8331 8.56507 12.5581 8.56507 12.219C8.56507 11.8799 8.83998 11.605 9.17911 11.605C9.51823 11.605 9.79314 11.8799 9.79314 12.219Z' fill='%232ABB9C'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  right: 32px;
}

.landing > .packages-section > a.moreDetails-btn {
  margin: 1rem auto;
  display: block;
}

.landing > .packages-section.consulting-section > .title > span {
  color: #1f80ac;
}

.landing
  > .packages-section.consulting-section
  > .packages-container
  > .package-item {
  border: 1px solid #1f80ac;
}

.landing
  > .packages-section.consulting-section
  > .packages-container
  > .package-item
  > .greenLabel {
  background-color: #1f80ac;
}

.landing
  > .packages-section.consulting-section
  > .packages-container
  > .package-item
  > .greenLabel
  > .triangle {
  border-right: 15px solid #1f80ac;
}

.landing
  > .packages-section.consulting-section
  > .packages-container
  > .package-item
  > .price
  span {
  color: #1f80ac;
}

.landing
  > .packages-section.consulting-section
  > .packages-container
  > .package-item
  > .list
  > .li {
  color: #1d7da8;
}

.landing > .packages-section.consulting-section > a.moreDetails-btn {
  background-color: #1f80ac;
}

.landing
  > .packages-section.consulting-section
  > .packages-container
  > .package-item
  > .list
  > .li::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Tick Square'%3E%3Cpath id='Vector' fill-rule='evenodd' clip-rule='evenodd' d='M0.63661 1.37405C0 2.25027 0 3.50018 0 6C0 8.49982 0 9.74973 0.63661 10.626C0.842209 10.9089 1.09107 11.1578 1.37405 11.3634C2.25027 12 3.50018 12 6 12C8.49982 12 9.74973 12 10.626 11.3634C10.9089 11.1578 11.1578 10.9089 11.3634 10.626C12 9.74973 12 8.49982 12 6C12 3.50018 12 2.25027 11.3634 1.37405C11.1578 1.09107 10.9089 0.842209 10.626 0.63661C9.74973 0 8.49982 0 6 0C3.50018 0 2.25027 0 1.37405 0.63661C1.09107 0.842209 0.842209 1.09107 0.63661 1.37405ZM9.70585 4.33351C9.89005 4.12778 9.87258 3.81168 9.66685 3.62748C9.46111 3.44329 9.14501 3.46075 8.96082 3.66649L6.7147 6.17527C6.25957 6.68363 5.95307 7.02418 5.69101 7.24444C5.44138 7.45426 5.29475 7.5 5.16667 7.5C5.03858 7.5 4.89196 7.45426 4.64232 7.24444C4.38027 7.02418 4.07376 6.68363 3.61863 6.17527L3.03918 5.52806C2.85499 5.32233 2.53889 5.30486 2.33315 5.48906C2.12742 5.67325 2.10996 5.98935 2.29415 6.19509L2.89835 6.86995C3.32225 7.34345 3.67583 7.73841 3.9989 8.00995C4.34066 8.2972 4.70928 8.5 5.16667 8.5C5.62405 8.5 5.99267 8.2972 6.33443 8.00995C6.65751 7.73841 7.01108 7.34346 7.43498 6.86995L9.70585 4.33351Z' fill='%231D7DA8'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.landing
  > .packages-section.consulting-section
  > .packages-container
  > .package-item
  > a.cart {
  background: rgba(29, 125, 168, 0.1);
  color: #1d7da8;
}

.landing
  > .packages-section.consulting-section
  > .packages-container
  > .package-item
  > a.cart::before {
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1799_4221)'%3E%3Cpath d='M3.36339 9.7913L3.72405 9.3118L3.36339 9.7913ZM1.76252 5.98002L1.17905 6.11986L1.76252 5.98002ZM3.25845 9.70854L3.64069 9.24606L3.25845 9.70854ZM12.8446 6.26632L12.2611 6.12648L12.8446 6.26632ZM11.6024 9.54171L11.1821 9.11355L11.6024 9.54171ZM11.107 9.93246L10.7886 9.42391L11.107 9.93246ZM12.7996 3.94082L13.2115 3.50446L12.7996 3.94082ZM13.0107 4.20838L12.4903 4.50715L13.0107 4.20838ZM1.16558 1.02098C1.08521 0.699506 0.759452 0.504049 0.437975 0.584418C0.116498 0.664788 -0.0789586 0.990548 0.00141054 1.31203L1.16558 1.02098ZM9.3335 8.7665C9.66487 8.7665 9.9335 8.49787 9.9335 8.1665C9.9335 7.83513 9.66487 7.5665 9.3335 7.5665V8.7665ZM5.8335 7.5665C5.50213 7.5665 5.2335 7.83513 5.2335 8.1665C5.2335 8.49787 5.50213 8.7665 5.8335 8.7665V7.5665ZM1.19753 4.22264H10.7597V3.02264H1.19753V4.22264ZM7.63229 9.77703H7.33788V10.977H7.63229V9.77703ZM2.346 5.84018L1.78101 3.4828L0.614055 3.76249L1.17905 6.11986L2.346 5.84018ZM7.33788 9.77703C6.25847 9.77703 5.50035 9.77609 4.913 9.70783C4.34084 9.64133 3.99666 9.51683 3.72405 9.3118L3.00274 10.2708C3.50888 10.6515 4.0867 10.8199 4.77447 10.8998C5.44706 10.978 6.28681 10.977 7.33788 10.977V9.77703ZM1.17905 6.11986C1.42402 7.14199 1.61882 7.95884 1.8516 8.59468C2.08963 9.24488 2.38803 9.76754 2.8762 10.171L3.64069 9.24606C3.37776 9.02874 3.17648 8.72306 2.97846 8.18215C2.77519 7.62689 2.59758 6.88987 2.346 5.84018L1.17905 6.11986ZM3.72405 9.3118C3.69577 9.29052 3.66797 9.2686 3.64069 9.24606L2.8762 10.171C2.91761 10.2052 2.9598 10.2385 3.00274 10.2708L3.72405 9.3118ZM12.2611 6.12648C12.0435 7.0345 11.89 7.67202 11.7202 8.15822C11.5544 8.63296 11.3904 8.90904 11.1821 9.11355L12.0228 9.96987C12.4123 9.5875 12.6546 9.12205 12.8531 8.5539C13.0475 7.99721 13.2162 7.29047 13.4281 6.40616L12.2611 6.12648ZM7.63229 10.977C8.54165 10.977 9.26822 10.9777 9.8549 10.9184C10.4537 10.8579 10.9628 10.7307 11.4254 10.441L10.7886 9.42391C10.5412 9.57883 10.2345 9.67391 9.73416 9.7245C9.22177 9.77632 8.56603 9.77703 7.63229 9.77703V10.977ZM11.1821 9.11355C11.0626 9.23093 10.9306 9.33499 10.7886 9.42391L11.4254 10.441C11.641 10.306 11.8413 10.1481 12.0228 9.96987L11.1821 9.11355ZM10.7597 4.22264C11.3429 4.22264 11.7252 4.2237 12.0063 4.258C12.2774 4.29109 12.3542 4.34549 12.3878 4.37719L13.2115 3.50446C12.9079 3.21798 12.5323 3.11329 12.1516 3.06683C11.7808 3.02159 11.3117 3.02264 10.7597 3.02264V4.22264ZM13.4281 6.40616C13.5568 5.86934 13.6671 5.41342 13.7095 5.04227C13.7531 4.66121 13.7388 4.27159 13.531 3.90962L12.4903 4.50715C12.5133 4.5472 12.5483 4.63458 12.5173 4.90599C12.4851 5.18733 12.3971 5.55936 12.2611 6.12648L13.4281 6.40616ZM12.3878 4.37719C12.4282 4.41526 12.4627 4.45904 12.4903 4.50715L13.531 3.90962C13.4449 3.75965 13.3372 3.62314 13.2115 3.50446L12.3878 4.37719ZM1.77962 3.47712L1.16558 1.02098L0.00141054 1.31203L0.615446 3.76817L1.77962 3.47712ZM9.3335 7.5665H5.8335V8.7665H9.3335V7.5665Z' fill='%231D7DA8'/%3E%3Cpath d='M6.10991 12.219C6.10991 12.5581 5.83499 12.8331 5.49587 12.8331C5.15675 12.8331 4.88184 12.5581 4.88184 12.219C4.88184 11.8799 5.15675 11.605 5.49587 11.605C5.83499 11.605 6.10991 11.8799 6.10991 12.219Z' fill='%231D7DA8'/%3E%3Cpath d='M9.79412 12.219C9.79412 12.5581 9.5192 12.8331 9.18008 12.8331C8.84096 12.8331 8.56605 12.5581 8.56605 12.219C8.56605 11.8799 8.84096 11.605 9.18008 11.605C9.5192 11.605 9.79412 11.8799 9.79412 12.219Z' fill='%231D7DA8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1799_4221'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.landing > .slider {
  margin-top: 2rem;
}

.landing > .slider .peoples {
  margin-top: 2rem;
  padding: 0 144px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  /* border: red solid; */
}

.landing > .slider .pics {
  display: flex;
  align-items: center;
  gap: 18px;
}

.landing > .slider .pics > .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing > .slider .pics > .item:hover {
  cursor: pointer;
}

.landing > .slider .pics > .item.d-none {
  display: none;
}

.landing > .slider .pics > .item > img {
  height: 282px;
  border-radius: 10px;
  width: 694px;
  object-fit: cover;
}

.landing > .slider .pics > .item > img.active {
  width: 694px;
}

.landing > .slider .pics > .item > img.d-none {
  display: none;
}

.landing > .slider .dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  position: relative;
  width: 100%;
}

.landing > .slider .dots > .prev-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  content: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9148 9.16194C14.498 8.74886 13.8253 8.75186 13.4122 9.16864C12.9991 9.58542 13.0021 10.2582 13.4189 10.6712L15.9164 13.1466C16.93 14.1512 17.6253 14.8426 18.0958 15.4284C18.5528 15.9975 18.7096 16.363 18.7513 16.6904C18.7775 16.8959 18.7775 17.1039 18.7513 17.3095C18.7096 17.6368 18.5528 18.0024 18.0958 18.5714C17.6253 19.1573 16.93 19.8486 15.9164 20.8533L13.4189 23.3286C13.0021 23.7417 12.9991 24.4144 13.4122 24.8312C13.8253 25.248 14.498 25.251 14.9148 24.8379L17.4573 22.3179C18.4149 21.3689 19.1976 20.5932 19.7527 19.902C20.3299 19.1833 20.7477 18.4538 20.8593 17.5781C20.9082 17.1942 20.9082 16.8056 20.8593 16.4217C20.7477 15.546 20.3299 14.8165 19.7527 14.0978C19.1976 13.4067 18.4149 12.631 17.4573 11.6819L14.9148 9.16194Z' fill='%23CDCDCD'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.0002 1.77075C8.58933 1.77075 1.771 8.58908 1.771 16.9999C1.771 25.4108 8.58933 32.2291 17.0002 32.2291C25.411 32.2291 32.2293 25.4108 32.2293 16.9999C32.2293 8.58908 25.411 1.77075 17.0002 1.77075ZM3.896 16.9999C3.896 9.76269 9.76293 3.89575 17.0002 3.89575C24.2374 3.89575 30.1043 9.76269 30.1043 16.9999C30.1043 24.2372 24.2374 30.1041 17.0002 30.1041C9.76293 30.1041 3.896 24.2372 3.896 16.9999Z' fill='%23CDCDCD'/%3E%3C/svg%3E%0A");
}

.landing > .slider .dots > .prev-btn:hover {
  content: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9148 9.16194C14.498 8.74886 13.8253 8.75186 13.4122 9.16864C12.9991 9.58542 13.0021 10.2582 13.4189 10.6712L15.9164 13.1466C16.93 14.1512 17.6253 14.8426 18.0958 15.4284C18.5528 15.9975 18.7096 16.363 18.7513 16.6904C18.7775 16.8959 18.7775 17.1039 18.7513 17.3095C18.7096 17.6368 18.5528 18.0024 18.0958 18.5714C17.6253 19.1573 16.93 19.8486 15.9164 20.8533L13.4189 23.3286C13.0021 23.7417 12.9991 24.4144 13.4122 24.8312C13.8253 25.248 14.498 25.251 14.9148 24.8379L17.4573 22.3179C18.4149 21.3689 19.1976 20.5932 19.7527 19.902C20.3299 19.1833 20.7477 18.4538 20.8593 17.5781C20.9082 17.1942 20.9082 16.8056 20.8593 16.4217C20.7477 15.546 20.3299 14.8165 19.7527 14.0978C19.1976 13.4067 18.4149 12.631 17.4573 11.6819L14.9148 9.16194Z' fill='%231D7DA8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.0002 1.77075C8.58933 1.77075 1.771 8.58908 1.771 16.9999C1.771 25.4108 8.58933 32.2291 17.0002 32.2291C25.411 32.2291 32.2293 25.4108 32.2293 16.9999C32.2293 8.58908 25.411 1.77075 17.0002 1.77075ZM3.896 16.9999C3.896 9.76269 9.76293 3.89575 17.0002 3.89575C24.2374 3.89575 30.1043 9.76269 30.1043 16.9999C30.1043 24.2372 24.2374 30.1041 17.0002 30.1041C9.76293 30.1041 3.896 24.2372 3.896 16.9999Z' fill='%231D7DA8'/%3E%3C/svg%3E%0A");
}

.landing > .slider .dots > .next-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  content: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5812 10.6712C20.998 10.2582 21.001 9.58543 20.5879 9.16865C20.1748 8.75187 19.5021 8.74887 19.0853 9.16195L16.5428 11.6819C15.5852 12.631 14.8025 13.4067 14.2474 14.0978C13.6702 14.8165 13.2524 15.546 13.1408 16.4217C13.0919 16.8056 13.0919 17.1942 13.1408 17.5782C13.2524 18.4538 13.6702 19.1833 14.2474 19.902C14.8025 20.5932 15.5851 21.3688 16.5427 22.3179L19.0853 24.8379C19.5021 25.251 20.1748 25.248 20.5879 24.8312C21.001 24.4144 20.998 23.7417 20.5812 23.3286L18.0837 20.8533C17.07 19.8486 16.3747 19.1573 15.9043 18.5714C15.4473 18.0024 15.2905 17.6368 15.2487 17.3095C15.2225 17.1039 15.2225 16.8959 15.2487 16.6904C15.2905 16.363 15.4473 15.9975 15.9043 15.4284C16.3747 14.8426 17.07 14.1512 18.0837 13.1466L20.5812 10.6712Z' fill='%23CDCDCD'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.9999 1.77075C8.58908 1.77075 1.77075 8.58908 1.77075 16.9999C1.77075 25.4108 8.58908 32.2291 16.9999 32.2291C25.4108 32.2291 32.2291 25.4108 32.2291 16.9999C32.2291 8.58908 25.4108 1.77075 16.9999 1.77075ZM3.89575 16.9999C3.89575 9.76269 9.76269 3.89575 16.9999 3.89575C24.2372 3.89575 30.1041 9.76269 30.1041 16.9999C30.1041 24.2372 24.2372 30.1041 16.9999 30.1041C9.76269 30.1041 3.89575 24.2372 3.89575 16.9999Z' fill='%23CDCDCD'/%3E%3C/svg%3E%0A");
}

.landing > .slider .dots > .next-btn:hover {
  content: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5812 10.6712C20.998 10.2582 21.001 9.58543 20.5879 9.16865C20.1748 8.75187 19.5021 8.74887 19.0853 9.16195L16.5428 11.6819C15.5852 12.631 14.8025 13.4067 14.2474 14.0978C13.6702 14.8165 13.2524 15.546 13.1408 16.4217C13.0919 16.8056 13.0919 17.1942 13.1408 17.5782C13.2524 18.4538 13.6702 19.1833 14.2474 19.902C14.8025 20.5932 15.5851 21.3688 16.5427 22.3179L19.0853 24.8379C19.5021 25.251 20.1748 25.248 20.5879 24.8312C21.001 24.4144 20.998 23.7417 20.5812 23.3286L18.0837 20.8533C17.07 19.8486 16.3747 19.1573 15.9043 18.5714C15.4473 18.0024 15.2905 17.6368 15.2487 17.3095C15.2225 17.1039 15.2225 16.8959 15.2487 16.6904C15.2905 16.363 15.4473 15.9975 15.9043 15.4284C16.3747 14.8426 17.07 14.1512 18.0837 13.1466L20.5812 10.6712Z' fill='%231D7DA8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.9999 1.77075C8.58908 1.77075 1.77075 8.58908 1.77075 16.9999C1.77075 25.4108 8.58908 32.2291 16.9999 32.2291C25.4108 32.2291 32.2291 25.4108 32.2291 16.9999C32.2291 8.58908 25.4108 1.77075 16.9999 1.77075ZM3.89575 16.9999C3.89575 9.76269 9.76269 3.89575 16.9999 3.89575C24.2372 3.89575 30.1041 9.76269 30.1041 16.9999C30.1041 24.2372 24.2372 30.1041 16.9999 30.1041C9.76269 30.1041 3.89575 24.2372 3.89575 16.9999Z' fill='%231D7DA8'/%3E%3C/svg%3E%0A");
}

.landing > .slider .dot {
  width: 11px;
  height: 11px;
  background-color: #d9d9d9;
  border-radius: 100%;
}

.landing > .slider .dots > .dot.active,
.landing > .slider .dots > .dot:hover {
  background-color: #5996b1;
}

@media only screen and (max-width: 768px) {
  .landing {
    width: calc(100% - 20px);
    padding: 62px 10px;
  }

  .landing > .details-section {
    display: flex;
  }

  .landing > .title {
    font-size: 18px;
  }

  .landing > .big-pic {
    width: 100%;
    margin-top: 2rem;
  }

  .landing > .packages-section {
    display: block;
    margin-top: 2rem;
  }

  .landing > .packages-section > .title {
    font-size: 18px;
  }

  .landing > .packages-section > .subTitle {
    width: 100%;
    text-align: justify;
    font-size: 16px;
  }

  .landing > .packages-section > .packages-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
    gap: 25px;
    padding: 0 15px;
  }

  .landing > .packages-section > .packages-container > .package-item {
    width: 100%;
  }

  .landing > .packages-section > .packages-container > .package-item > .list {
    width: 100%;
    padding-right: 10px;
  }

  .landing > .slider .peoples {
    padding: 0 0px;
  }

  .landing > .slider .peoples > .pics {
    gap: 8px;
  }

  .landing > .slider .peoples > .pics > .item.active::after {
    font-size: 14px;
  }

  .landing > .slider .peoples > .pics > .item > img.active {
    width: 300px;
  }

  .landing > .slider .dots {
    width: 80%;
  }
}

/* Eai-packages */
.Eai-packages {
  /* border: red solid; */
  padding-bottom: 5rem;
}

.Eai-packages .Eai-packages-top {
  padding-top: 40px;
  padding-bottom: 1px;
}

.Eai-packages .text {
  max-width: 850px;
  width: calc(100% - 90px);
  margin: 2rem auto;
}

.Eai-packages .package {
  max-width: 770px;
  width: calc(100% - 190px);
  margin: auto;
  margin-top: 21px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
}

.Eai-packages .package .header {
  height: 100px;
  border-radius: 10px 10px 0px 0px;
  background: rgba(43, 135, 219, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 9px 9px 19px;
}

.Eai-packages .package .header .box-and-package-name {
  display: flex;
  align-items: center;
  gap: 19px;
}

.Eai-packages .package .header .box-and-package-name .box {
  border-radius: 5px;
  background: #fff;
  width: 79px;
  height: 79px;
}

.Eai-packages .package .header .box-and-package-name .package-name {
  color: #2b87db;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.Eai-packages .package .header .start-consuling {
  color: #2b87db;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 5px;
  background: rgba(43, 135, 219, 0.1);
  padding: 4px 30px;
}

.Eai-packages .package .header .start-consuling:hover {
  opacity: 0.8;
}

.Eai-packages .package .body {
  color: #333;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  padding: 9px 9px 17px 9px;
}

@media only screen and (max-width: 768px) {
  .Eai-packages .Eai-packages-top {
    background: #fafafa;
  }

  .Eai-packages .text {
    width: calc(100% - 40px);
  }

  .Eai-packages .package {
    width: calc(100% - 20px);
    position: relative;
    padding-bottom: 60px;
  }

  .Eai-packages .package .header {
    height: 111px;
  }

  .Eai-packages .package .header .box-and-package-name {
    gap: 60px;
  }

  .Eai-packages .package .header .start-consuling {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
  }
}

/* conselingAi2 */
.conselingAi2 {
  max-width: 913px;
  width: calc(100% - 80px);
  margin: 0rem auto;
  max-height: 700px;
  overflow-y: scroll;
  border-radius: 10px;
  border: 1px solid #bababa;
  background: #fff;
  padding-top: 90px;
  padding-bottom: 2rem;
  position: relative;
}

.conselingAi2 .close-btn {
  position: absolute;
  top: 8px;
  left: 6px;
  padding: 4px 50px;
  border-radius: 5px;
  background: #ededed;
  color: #878787;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  cursor: pointer;
}

.conselingAi2 .close-btn:hover {
  opacity: 0.8;
}

.conselingAi2 .container {
  width: calc(100% - 340px);
  margin: auto;
}

.conselingAi2 .analyse-container {
  width: calc(100% - 64px);
  margin: auto;
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.conselingAi2 .analyse-container .btn {
  border-radius: 5px;
  background: #2b87db;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 20px 8px 20px;
}

.conselingAi2 .analyse-container > a.pay-btn {
  position: absolute;
  left: 0;
  bottom: -60px;
  padding-right: 20px;
}

.conselingAi2 .analyse-container > div {
  border-radius: 10px;
  background: rgba(43, 135, 219, 0.05);
  padding: 10px;
}

.conselingAi2 .analyse-container > div.withReport {
  border: 1px solid #2b87db !important;
}

.conselingAi2 .analyse-container > div > .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 15px;
}

.conselingAi2 .analyse-container > div > .top > .profile {
  display: flex;
  gap: 26px;
  align-items: center;
}

.conselingAi2 .analyse-container > div > .top > .profile img {
  height: 104px;
  border-radius: 5px;
}

.conselingAi2 .analyse-container > div > .top > .profile .name {
  color: #2b87db;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

/* .conselingAi2 .analyse-container>div.withReport>.top>.price {
  position: absolute;
  left: 220px;
} */

.conselingAi2 .analyse-container > div > .top > .price .offPrice {
  color: #9b9b9b;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 216.667% */
}

.conselingAi2 .analyse-container > div > .top > .price .realPrice {
  color: #9b9b9b;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  position: relative;
}

.conselingAi2 .analyse-container > div > .top > .price .realPrice::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='118' height='18' viewBox='0 0 118 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Vector 59' d='M117.5 1L1 17' stroke='%232B87DB'/%3E%3C/svg%3E%0A");
}

.conselingAi2 .analyse-container > div > .top > .price .offPrice > span {
  color: #2b87db;
  font-size: 18px;
  font-weight: 700;
}

.conselingAi2 .analyse-container > div > .top > .price .realPrice > span {
  color: #2b87db;
  font-size: 18px;
}

.seeReport {
  display: none;
}

.seeReport {
  display: inline;
  position: relative;
  padding-right: 40px !important;
  cursor: pointer;
}

.seeReport:hover {
  opacity: 0.8;
}

.seeReport::before {
  position: absolute;
  right: 17px;
  content: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Document Align Right 16'%3E%3Cg id='Vector'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5 9.83317C15.5 12.9579 15.5 14.5203 14.7042 15.6156C14.4472 15.9693 14.1362 16.2804 13.7824 16.5374C12.6872 17.3332 11.1248 17.3332 8 17.3332C4.87522 17.3332 3.31284 17.3332 2.21756 16.5374C1.86383 16.2804 1.55276 15.9693 1.29576 15.6156C0.5 14.5203 0.5 12.9579 0.5 9.83317V8.1665C0.5 7.46738 0.5 6.84647 0.508912 6.2915L0.56735 6.29151C1.27736 6.29156 1.70985 6.2916 2.08291 6.23251C4.13323 5.90777 5.74127 4.29974 6.06601 2.24942C6.12509 1.87636 6.12506 1.44387 6.125 0.733854L6.125 0.675416C6.67997 0.666504 7.30088 0.666504 8 0.666504C11.1248 0.666504 12.6872 0.666504 13.7824 1.46227C14.1362 1.71926 14.4472 2.03034 14.7042 2.38407C15.5 3.47934 15.5 5.04173 15.5 8.1665V9.83317ZM8.83333 5.0415C8.48816 5.0415 8.20833 5.32133 8.20833 5.6665C8.20833 6.01168 8.48816 6.2915 8.83333 6.2915H11.3333C11.6785 6.2915 11.9583 6.01168 11.9583 5.6665C11.9583 5.32133 11.6785 5.0415 11.3333 5.0415H8.83333ZM4.66667 8.37484C4.32149 8.37484 4.04167 8.65466 4.04167 8.99984C4.04167 9.34502 4.32149 9.62484 4.66667 9.62484H11.3333C11.6785 9.62484 11.9583 9.34502 11.9583 8.99984C11.9583 8.65466 11.6785 8.37484 11.3333 8.37484H4.66667ZM8.83333 11.7082C8.48816 11.7082 8.20833 11.988 8.20833 12.3332C8.20833 12.6783 8.48816 12.9582 8.83333 12.9582H11.3333C11.6785 12.9582 11.9583 12.6783 11.9583 12.3332C11.9583 11.988 11.6785 11.7082 11.3333 11.7082H8.83333Z' fill='white'/%3E%3Cpath d='M1.88737 4.9979C1.63038 5.0386 1.31306 5.04139 0.554447 5.0415C0.63312 3.84182 0.825472 3.03136 1.29576 2.38407C1.55276 2.03034 1.86383 1.71926 2.21756 1.46227C2.86486 0.991975 3.67531 0.799624 4.875 0.720951C4.87489 1.47957 4.8721 1.79688 4.8314 2.05388C4.59137 3.56933 3.40282 4.75788 1.88737 4.9979Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.seeReport.cart::before {
  position: absolute;
  right: 20px;
  top: 11px;
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1799_4221)'%3E%3Cpath d='M3.36339 9.7913L3.72405 9.3118L3.36339 9.7913ZM1.76252 5.98002L1.17905 6.11986L1.76252 5.98002ZM3.25845 9.70854L3.64069 9.24606L3.25845 9.70854ZM12.8446 6.26632L12.2611 6.12648L12.8446 6.26632ZM11.6024 9.54171L11.1821 9.11355L11.6024 9.54171ZM11.107 9.93246L10.7886 9.42391L11.107 9.93246ZM12.7996 3.94082L13.2115 3.50446L12.7996 3.94082ZM13.0107 4.20838L12.4903 4.50715L13.0107 4.20838ZM1.16558 1.02098C1.08521 0.699506 0.759452 0.504049 0.437975 0.584418C0.116498 0.664788 -0.0789586 0.990548 0.00141054 1.31203L1.16558 1.02098ZM9.3335 8.7665C9.66487 8.7665 9.9335 8.49787 9.9335 8.1665C9.9335 7.83513 9.66487 7.5665 9.3335 7.5665V8.7665ZM5.8335 7.5665C5.50213 7.5665 5.2335 7.83513 5.2335 8.1665C5.2335 8.49787 5.50213 8.7665 5.8335 8.7665V7.5665ZM1.19753 4.22264H10.7597V3.02264H1.19753V4.22264ZM7.63229 9.77703H7.33788V10.977H7.63229V9.77703ZM2.346 5.84018L1.78101 3.4828L0.614055 3.76249L1.17905 6.11986L2.346 5.84018ZM7.33788 9.77703C6.25847 9.77703 5.50035 9.77609 4.913 9.70783C4.34084 9.64133 3.99666 9.51683 3.72405 9.3118L3.00274 10.2708C3.50888 10.6515 4.0867 10.8199 4.77447 10.8998C5.44706 10.978 6.28681 10.977 7.33788 10.977V9.77703ZM1.17905 6.11986C1.42402 7.14199 1.61882 7.95884 1.8516 8.59468C2.08963 9.24488 2.38803 9.76754 2.8762 10.171L3.64069 9.24606C3.37776 9.02874 3.17648 8.72306 2.97846 8.18215C2.77519 7.62689 2.59758 6.88987 2.346 5.84018L1.17905 6.11986ZM3.72405 9.3118C3.69577 9.29052 3.66797 9.2686 3.64069 9.24606L2.8762 10.171C2.91761 10.2052 2.9598 10.2385 3.00274 10.2708L3.72405 9.3118ZM12.2611 6.12648C12.0435 7.0345 11.89 7.67202 11.7202 8.15822C11.5544 8.63296 11.3904 8.90904 11.1821 9.11355L12.0228 9.96987C12.4123 9.5875 12.6546 9.12205 12.8531 8.5539C13.0475 7.99721 13.2162 7.29047 13.4281 6.40616L12.2611 6.12648ZM7.63229 10.977C8.54165 10.977 9.26822 10.9777 9.8549 10.9184C10.4537 10.8579 10.9628 10.7307 11.4254 10.441L10.7886 9.42391C10.5412 9.57883 10.2345 9.67391 9.73416 9.7245C9.22177 9.77632 8.56603 9.77703 7.63229 9.77703V10.977ZM11.1821 9.11355C11.0626 9.23093 10.9306 9.33499 10.7886 9.42391L11.4254 10.441C11.641 10.306 11.8413 10.1481 12.0228 9.96987L11.1821 9.11355ZM10.7597 4.22264C11.3429 4.22264 11.7252 4.2237 12.0063 4.258C12.2774 4.29109 12.3542 4.34549 12.3878 4.37719L13.2115 3.50446C12.9079 3.21798 12.5323 3.11329 12.1516 3.06683C11.7808 3.02159 11.3117 3.02264 10.7597 3.02264V4.22264ZM13.4281 6.40616C13.5568 5.86934 13.6671 5.41342 13.7095 5.04227C13.7531 4.66121 13.7388 4.27159 13.531 3.90962L12.4903 4.50715C12.5133 4.5472 12.5483 4.63458 12.5173 4.90599C12.4851 5.18733 12.3971 5.55936 12.2611 6.12648L13.4281 6.40616ZM12.3878 4.37719C12.4282 4.41526 12.4627 4.45904 12.4903 4.50715L13.531 3.90962C13.4449 3.75965 13.3372 3.62314 13.2115 3.50446L12.3878 4.37719ZM1.77962 3.47712L1.16558 1.02098L0.00141054 1.31203L0.615446 3.76817L1.77962 3.47712ZM9.3335 7.5665H5.8335V8.7665H9.3335V7.5665Z' fill='%23ffffff'/%3E%3Cpath d='M6.10991 12.219C6.10991 12.5581 5.83499 12.8331 5.49587 12.8331C5.15675 12.8331 4.88184 12.5581 4.88184 12.219C4.88184 11.8799 5.15675 11.605 5.49587 11.605C5.83499 11.605 6.10991 11.8799 6.10991 12.219Z' fill='%23ffffff'/%3E%3Cpath d='M9.79412 12.219C9.79412 12.5581 9.5192 12.8331 9.18008 12.8331C8.84096 12.8331 8.56605 12.5581 8.56605 12.219C8.56605 11.8799 8.84096 11.605 9.18008 11.605C9.5192 11.605 9.79412 11.8799 9.79412 12.219Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1799_4221'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.conselingAi2 .analyse-container > div > .body {
  padding: 10px 10px 5px 10px;
  color: #272727;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 200% */
}

@media only screen and (max-width: 768px) {
  .conselingAi2 {
    width: calc(100%);
    border: unset;
  }

  .conselingAi2 .close-btn {
    font-size: 12px;
    line-height: 24px;
    padding: 1px 25px;
    top: 8px;
    left: 10px;
  }

  .conselingAi2 .container {
    width: calc(100% - 20px);
    margin: auto;
  }

  .conselingAi2 .analyse-container {
    width: calc(100% - 30px);
  }

  .conselingAi2 .analyse-container > a.pay-btn {
    width: fit-content;
    left: 0;
    right: 0;
    margin: auto;
  }

  .conselingAi2 .analyse-container > div {
    padding: 10px;
    padding-bottom: 75px;
    position: relative;
  }

  .conselingAi2 .analyse-container > div.withReport {
    position: relative;
  }

  .conselingAi2 .analyse-container > div > .top {
    position: static;
    display: block;
  }

  .conselingAi2 .analyse-container > div > .top > .profile {
    gap: 9px;
    align-items: start;
  }

  .conselingAi2 .analyse-container > div > .top > .profile .name {
    font-size: 16px;
    line-height: 32px;
    margin-top: 5px;
  }

  .conselingAi2 .analyse-container > div.withReport > .top > .price {
    position: absolute;
    left: 10px;
    top: 50px;
  }

  .conselingAi2 .analyse-container > div > .top > .price {
    position: absolute;
    top: 50px;
    left: 15px;
  }

  .conselingAi2 .analyse-container > div > .top > .price .realPrice::before {
    content: url("data:image/svg+xml,%3Csvg width='105' height='18' viewBox='0 0 118 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Vector 59' d='M117.5 1L1 17' stroke='%232B87DB'/%3E%3C/svg%3E%0A");
  }

  .conselingAi2 .analyse-container > div > .top > .seeReport {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    bottom: 15px;
  }

  .conselingAi2 .analyse-container > div > .body {
    padding: 0;
    padding-top: 10px;
    font-size: 14px;
    line-height: 25px;
    /* 200% */
  }
}

/* detAndPack */
.detAndPack {
  max-width: 960px;
  width: 100%;
  margin: 2rem auto;
  padding: 30px 43px;
  background-color: #fff;
  border-radius: 10px;
}

.detAndPack > .title {
  color: #2abb9c;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.detAndPack > .btns {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #cfcfcf;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* border: blue solid; */
  width: fit-content;
}

.detAndPack > .btns.center {
  margin: 30px auto 0 auto;
}

.detAndPack > .btns > div {
  border-bottom: #cfcfcf solid 4px;
  padding: 11px 48px;
  cursor: pointer;
}

.detAndPack > .btns > div.package-btn.active {
  color: #2abb9c;
  border-bottom: #2abb9c solid 4px;
}

.detAndPack > .btns > div.details-btn.active {
  color: #2abb9c;
  border-bottom: #2abb9c solid 4px;
}

.detAndPack > .details-section {
  display: none;
}

.detAndPack > .details-section.active {
  display: flex;
}

.detAndPack > .packages-section {
  display: none;
  /* border: red solid; */
  margin-top: 2rem;
}

.detAndPack > .packages-section.active {
  display: block;
}

.detAndPack > .packages-section > .title {
  color: #848484;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.detAndPack > .packages-section > .title > span {
  color: #2abb9c;
}

.detAndPack > .packages-section > .subTitle {
  width: calc(40%);
  margin: 1rem auto;
  color: #272727;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.detAndPack > .packages-section > .packages-container {
  width: calc(100% - 50px);
  margin: 1.5rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.detAndPack > .packages-section > .packages-container > .package-item {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(42, 187, 156, 0.5);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 17px 0 22px 30px;
}

.detAndPack > .packages-section > .packages-container > .package-item > div {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.detAndPack
  > .packages-section
  > .packages-container
  > .package-item
  > .top
  > .greenLabel {
  width: 30%;
  background-color: #2abb9c;
  border-radius: 10px 0 0 10px;
  padding: 15px;
  color: #fff;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.detAndPack
  > .packages-section
  > .packages-container
  > .package-item
  > .top
  > .price-container {
  color: #b5b5b5;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.detAndPack
  > .packages-section
  > .packages-container
  > .package-item
  > .top
  > .price-container
  .price
  span {
  color: #2abb9c;
  font-size: 26px;
  font-weight: 900;
  line-height: 26px;
  margin-left: 4px;
}

.detAndPack
  > .packages-section
  > .packages-container
  > .package-item
  > .top
  > a.cart {
  border-radius: 5px;
  background: rgba(42, 187, 156, 0.1);
  padding: 7px 60px 7px 45px;
  margin: 15px 0 10px 0;
  color: #2abb9c;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}

.detAndPack
  > .packages-section
  > .packages-container
  > .package-item
  > .top
  > a.cart::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Buy 3'%3E%3Cpath id='Vector' d='M3.36291 9.7913L3.72356 9.3118L3.36291 9.7913ZM1.76203 5.98002L1.17856 6.11986L1.76203 5.98002ZM3.25796 9.70854L3.6402 9.24606L3.25796 9.70854ZM12.8441 6.26632L12.2607 6.12648L12.8441 6.26632ZM11.602 9.54171L11.1816 9.11355L11.602 9.54171ZM11.1065 9.93246L10.7881 9.42391L11.1065 9.93246ZM12.7992 3.94082L13.211 3.50446L12.7992 3.94082ZM13.0102 4.20838L12.4898 4.50715L13.0102 4.20838ZM1.16509 1.02098C1.08472 0.699506 0.758963 0.504049 0.437486 0.584418C0.11601 0.664788 -0.0794469 0.990548 0.000922263 1.31203L1.16509 1.02098ZM9.33301 8.7665C9.66438 8.7665 9.93301 8.49787 9.93301 8.1665C9.93301 7.83513 9.66438 7.5665 9.33301 7.5665V8.7665ZM5.83301 7.5665C5.50164 7.5665 5.23301 7.83513 5.23301 8.1665C5.23301 8.49787 5.50164 8.7665 5.83301 8.7665V7.5665ZM1.19704 4.22264H10.7592V3.02264H1.19704V4.22264ZM7.6318 9.77703H7.3374V10.977H7.6318V9.77703ZM2.34551 5.84018L1.78052 3.4828L0.613567 3.76249L1.17856 6.11986L2.34551 5.84018ZM7.3374 9.77703C6.25798 9.77703 5.49986 9.77609 4.91251 9.70783C4.34035 9.64133 3.99617 9.51683 3.72356 9.3118L3.00225 10.2708C3.50839 10.6515 4.08621 10.8199 4.77398 10.8998C5.44657 10.978 6.28632 10.977 7.3374 10.977V9.77703ZM1.17856 6.11986C1.42353 7.14199 1.61833 7.95884 1.85111 8.59468C2.08914 9.24488 2.38755 9.76754 2.87572 10.171L3.6402 9.24606C3.37727 9.02874 3.17599 8.72306 2.97797 8.18215C2.7747 7.62689 2.59709 6.88987 2.34551 5.84018L1.17856 6.11986ZM3.72356 9.3118C3.69528 9.29052 3.66749 9.2686 3.6402 9.24606L2.87572 10.171C2.91712 10.2052 2.95931 10.2385 3.00225 10.2708L3.72356 9.3118ZM12.2607 6.12648C12.043 7.0345 11.8895 7.67202 11.7197 8.15822C11.5539 8.63296 11.39 8.90904 11.1816 9.11355L12.0223 9.96987C12.4118 9.5875 12.6542 9.12205 12.8526 8.5539C13.047 7.99721 13.2157 7.29047 13.4276 6.40616L12.2607 6.12648ZM7.6318 10.977C8.54116 10.977 9.26773 10.9777 9.85441 10.9184C10.4532 10.8579 10.9623 10.7307 11.4249 10.441L10.7881 9.42391C10.5407 9.57883 10.234 9.67391 9.73367 9.7245C9.22129 9.77632 8.56554 9.77703 7.6318 9.77703V10.977ZM11.1816 9.11355C11.0621 9.23093 10.9301 9.33499 10.7881 9.42391L11.4249 10.441C11.6405 10.306 11.8408 10.1481 12.0223 9.96987L11.1816 9.11355ZM10.7592 4.22264C11.3424 4.22264 11.7247 4.2237 12.0058 4.258C12.2769 4.29109 12.3538 4.34549 12.3874 4.37719L13.211 3.50446C12.9074 3.21798 12.5318 3.11329 12.1511 3.06683C11.7803 3.02159 11.3112 3.02264 10.7592 3.02264V4.22264ZM13.4276 6.40616C13.5563 5.86934 13.6666 5.41342 13.7091 5.04227C13.7526 4.66121 13.7383 4.27159 13.5305 3.90962L12.4898 4.50715C12.5128 4.5472 12.5478 4.63458 12.5168 4.90599C12.4847 5.18733 12.3966 5.55936 12.2607 6.12648L13.4276 6.40616ZM12.3874 4.37719C12.4277 4.41526 12.4622 4.45904 12.4898 4.50715L13.5305 3.90962C13.4444 3.75965 13.3367 3.62314 13.211 3.50446L12.3874 4.37719ZM1.77913 3.47712L1.16509 1.02098L0.000922263 1.31203L0.614957 3.76817L1.77913 3.47712ZM9.33301 7.5665H5.83301V8.7665H9.33301V7.5665Z' fill='%232ABB9C'/%3E%3Cg id='Vector_2'%3E%3Cpath d='M6.10893 12.219C6.10893 12.5581 5.83402 12.8331 5.49489 12.8331C5.15577 12.8331 4.88086 12.5581 4.88086 12.219C4.88086 11.8799 5.15577 11.605 5.49489 11.605C5.83402 11.605 6.10893 11.8799 6.10893 12.219Z' fill='%232ABB9C'/%3E%3Cpath d='M9.79314 12.219C9.79314 12.5581 9.51823 12.8331 9.17911 12.8331C8.83998 12.8331 8.56507 12.5581 8.56507 12.219C8.56507 11.8799 8.83998 11.605 9.17911 11.605C9.51823 11.605 9.79314 11.8799 9.79314 12.219Z' fill='%232ABB9C'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  right: 42px;
}

.detAndPack
  > .packages-section
  > .packages-container
  > .package-item
  > .bottom {
  /* border: red solid; */
  gap: 27px;
  width: 100%;
}

.detAndPack
  > .packages-section
  > .packages-container
  > .package-item
  > .bottom
  > .text {
  padding-right: 20px;
  width: 70%;
  color: #333;
  text-align: justify;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
}

.detAndPack
  > .packages-section
  > .packages-container
  > .package-item
  > .bottom
  > .list {
  flex-grow: 1;
  /* border: blue solid 1px; */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.detAndPack
  > .packages-section
  > .packages-container
  > .package-item
  > .bottom
  > .list
  > .li {
  list-style-type: none;
  color: #2abb9c;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  position: relative;
  padding: 0 35px 0 15px;
  width: 50%;
  /* border: red solid; */
}

.detAndPack
  > .packages-section
  > .packages-container
  > .package-item
  > .bottom
  > .list
  > .li::before {
  position: absolute;
  top: 4px;
  right: 19px;
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Tick Square'%3E%3Cpath id='Vector' fill-rule='evenodd' clip-rule='evenodd' d='M0.63661 1.37405C0 2.25027 0 3.50018 0 6C0 8.49982 0 9.74973 0.63661 10.626C0.842209 10.9089 1.09107 11.1578 1.37405 11.3634C2.25027 12 3.50018 12 6 12C8.49982 12 9.74973 12 10.626 11.3634C10.9089 11.1578 11.1578 10.9089 11.3634 10.626C12 9.74973 12 8.49982 12 6C12 3.50018 12 2.25027 11.3634 1.37405C11.1578 1.09107 10.9089 0.842209 10.626 0.63661C9.74973 0 8.49982 0 6 0C3.50018 0 2.25027 0 1.37405 0.63661C1.09107 0.842209 0.842209 1.09107 0.63661 1.37405ZM9.70585 4.33351C9.89005 4.12778 9.87258 3.81168 9.66685 3.62748C9.46111 3.44329 9.14501 3.46075 8.96082 3.66649L6.7147 6.17527C6.25957 6.68363 5.95307 7.02418 5.69101 7.24444C5.44138 7.45426 5.29475 7.5 5.16667 7.5C5.03858 7.5 4.89196 7.45426 4.64232 7.24444C4.38027 7.02418 4.07376 6.68363 3.61863 6.17527L3.03918 5.52806C2.85499 5.32233 2.53889 5.30486 2.33315 5.48906C2.12742 5.67325 2.10996 5.98935 2.29415 6.19509L2.89835 6.86995C3.32225 7.34345 3.67583 7.73841 3.9989 8.00995C4.34066 8.2972 4.70928 8.5 5.16667 8.5C5.62405 8.5 5.99267 8.2972 6.33443 8.00995C6.65751 7.73841 7.01108 7.34346 7.43498 6.86995L9.70585 4.33351Z' fill='%232ABB9C'/%3E%3C/g%3E%3C/svg%3E%0A");
}

@media only screen and (max-width: 768px) {
  .detAndPack {
    border-radius: 10px;
    width: calc(100% - 20px);
    padding: 30px 10px;
  }

  .detAndPack > .btns {
    margin-top: 20px;
    /* border: blue solid; */
    font-size: 14px;
    width: 100%;
  }

  .detAndPack > .btns > div.package-btn {
    flex-grow: 1;
    display: flex;
    justify-content: end;
  }

  .detAndPack > .details-section {
    margin-top: 2rem;
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .detAndPack > .details-section > .right-side {
    width: 100%;
    /* border: #2abb9c solid 0.5px; */
  }

  .detAndPack > .details-section > .svg::before {
    content: url("data:image/svg+xml,%3Csvg width='250' height='142' viewBox='0 0 364 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M218.047 9.33233L315.73 66.9442C321.423 70.2969 321.423 78.7031 315.73 82.0558L218.031 139.668C212.751 142.777 206.233 142.777 200.953 139.668L103.27 82.0558C97.5768 78.7031 97.5768 70.2969 103.27 66.9442L200.969 9.33233C206.249 6.22256 212.767 6.22256 218.047 9.33233Z' fill='%23C1EBE2' fill-opacity='0.61'/%3E%3Cpath d='M360.279 36.4735L319.694 60.0404C317.607 61.254 314.999 59.7452 314.999 57.318L314.999 30.225C314.999 27.5846 316.401 25.1574 318.667 23.8454L323.638 21.1393L323.638 13.5625L334.167 14.7269L359.236 0.426017C361.322 -0.78759 363.93 0.737617 363.93 3.16483L363.93 30.0938C363.93 32.7178 362.544 35.145 360.279 36.4571L360.279 36.4735Z' fill='%232ABB9C' fill-opacity='0.3'/%3E%3Cpath d='M329.522 35.3254C329.44 33.2589 328.055 32.2585 326.441 33.0949C324.811 33.9313 323.556 36.293 323.638 38.3594C323.719 40.4258 325.105 41.4262 326.718 40.5898C328.348 39.7534 329.603 37.3918 329.522 35.3254Z' fill='%232ABB9C'/%3E%3Cpath d='M342.399 27.7975C342.317 25.7311 340.932 24.7307 339.318 25.5671C337.688 26.4035 336.433 28.7651 336.515 30.8315C336.596 32.898 337.981 33.8984 339.595 33.062C341.225 32.2255 342.48 29.8639 342.399 27.7975Z' fill='%232ABB9C'/%3E%3Cpath d='M355.275 20.2536C355.193 18.1872 353.808 17.1868 352.194 18.0232C350.564 18.8596 349.309 21.2212 349.391 23.2876C349.472 25.354 350.857 26.3544 352.471 25.518C354.101 24.6816 355.356 22.32 355.275 20.2536Z' fill='%232ABB9C'/%3E%3Cpath d='M3.65103 80.9953L44.2362 57.4283C46.3225 56.2147 48.9303 57.7235 48.9303 60.1508V87.2437C48.9303 89.8842 47.5286 92.3114 45.263 93.6234L40.2917 96.3294V103.906L29.7624 102.742L4.69418 117.043C2.60788 118.256 0 116.731 0 114.304V87.3749C0 84.7509 1.38544 82.3237 3.65103 81.0117V80.9953Z' fill='%232ABB9C' fill-opacity='0.3'/%3E%3Cpath d='M34.4081 82.1434C34.4895 84.2098 35.875 85.2102 37.4886 84.3738C39.1185 83.5374 40.3736 81.1758 40.2921 79.1094C40.2106 77.043 38.8251 76.0426 37.2115 76.879C35.5816 77.7154 34.3266 80.077 34.4081 82.1434Z' fill='%232ABB9C'/%3E%3Cpath d='M21.5311 89.6712C21.6126 91.7376 22.998 92.7381 24.6117 91.9016C26.2416 91.0652 27.4966 88.7036 27.4151 86.6372C27.3336 84.5708 25.9482 83.5704 24.3346 84.4068C22.7046 85.2432 21.4496 87.6048 21.5311 89.6712Z' fill='%232ABB9C'/%3E%3Cpath d='M8.65512 97.2152C8.73662 99.2816 10.1221 100.282 11.7357 99.4456C13.3656 98.6092 14.6206 96.2476 14.5392 94.1812C14.4577 92.1147 13.0722 91.1143 11.4586 91.9507C9.82867 92.7871 8.57363 95.1488 8.65512 97.2152Z' fill='%232ABB9C'/%3E%3C/svg%3E%0A");
  }

  .detAndPack > .details-section > .right-side > .title {
    font-size: 18px;
    text-align: center;
    margin-top: 0px;
  }

  .detAndPack > .details-section > .right-side > .text {
    color: #a7a7a7;
    font-size: 16px;
  }

  .detAndPack > .details-section > .right-side > .moreDetails-btn {
    background-color: rgba(42, 187, 156, 1);
    border-radius: 4px;
    padding: 8px 17px 8px 35px;
    margin: auto;
    margin-top: 20px;
  }

  .detAndPack > .details-section > .right-side > .moreDetails-btn::before {
    left: 17px;
  }

  .detAndPack > .packages-section {
    margin-top: 40px;
  }

  .detAndPack > .packages-section > .title {
    font-size: 18px;
  }

  .detAndPack > .packages-section > .subTitle {
    width: calc(100%);
    text-align: justify;
    font-size: 16px;
    line-height: 32px;
  }

  .detAndPack > .packages-section > .packages-container {
    width: 100%;
    margin: 2.5rem auto;
    padding: 0 10px;
  }

  .detAndPack > .packages-section > .packages-container > .package-item {
    width: 100%;
  }
}

.Eai-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 950px;
  width: 100%;
  margin: 2rem auto;
}

.Eai-section > .header {
  width: 100%;
  background-color: var(--gray-light);
  padding: 26px 0 26px 0;
}

.Eai-section > .header .title {
  color: var(--green);
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
}

.Eai-section > .header p {
  color: #909090;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
}

.Eai-section > .body {
  width: 100%;
  /* border: red solid 1px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10rem;
}

.Eai-section .body .mapRoad {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: calc(170px - 12px);
  /* border: blue solid 1px; */
}

.Eai-section .body .mapRoad .halfCircleRight {
  width: 170px;
  height: 170px;
  /* as the half of the width */
  border-top-right-radius: calc(85px + 6px);
  border-bottom-right-radius: calc(85px + 6px);
  border: 6px solid var(--black);
  border-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: -170px;
}

.Eai-section .body .mapRoad .halfCircleLeft {
  width: 170px;
  height: 170px;
  /* as the half of the width */
  border-top-left-radius: calc(85px + 6px);
  border-bottom-left-radius: calc(85px + 6px);
  border: 6px solid var(--black);
  border-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: -170px;
}

.Eai-section .body .mapRoad .horizontalLine {
  height: 6px;
  /* max-width: 400px; */
  width: 100%;
  background-color: var(--black);
  position: absolute;
}

.Eai-section .body .mapRoad .test {
  z-index: 1;
}

.Eai-section .body .mapRoad .test-complete {
  position: absolute;
}

.Eai-section .body .mapRoad .test-complete::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='39' height='39' viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.7042 23.059C1.65853 14.4206 6.99366 5.75734 15.6205 3.70895C24.2474 1.66056 32.8992 7.00274 34.9449 15.6411C36.9906 24.2794 31.6555 32.9428 23.0286 34.9912C14.4017 37.0396 5.74987 31.6973 3.7042 23.059Z' fill='white' stroke='%232ABB9C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 29C24.5228 29 29 24.5228 29 19C29 13.4772 24.5228 9 19 9C13.4772 9 9 13.4772 9 19C9 24.5228 13.4772 29 19 29ZM24.5588 16.5003C24.8351 16.1917 24.8089 15.7175 24.5003 15.4412C24.1917 15.1649 23.7175 15.1911 23.4412 15.4997L20.0721 19.2629C19.3894 20.0254 18.9296 20.5363 18.5365 20.8667C18.1621 21.1814 17.9421 21.25 17.75 21.25C17.5579 21.25 17.3379 21.1814 16.9635 20.8667C16.5704 20.5363 16.1106 20.0254 15.4279 19.2629L14.5588 18.2921C14.2825 17.9835 13.8083 17.9573 13.4997 18.2336C13.1911 18.5099 13.1649 18.984 13.4412 19.2926L14.3475 20.3049C14.9834 21.0152 15.5137 21.6076 15.9984 22.0149C16.511 22.4458 17.0639 22.75 17.75 22.75C18.4361 22.75 18.989 22.4458 19.5016 22.0149C19.9863 21.6076 20.5166 21.0152 21.1525 20.3049L24.5588 16.5003Z' fill='%232ABB9C'/%3E%3C/svg%3E%0A");
}

.Eai-section .body .mapRoad .test-complete .top {
  /* border: blue solid 0.5px; */
  width: 200px;
  top: -4rem;
  left: -115px;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.Eai-section .body .mapRoad .test-complete .top .testName {
  color: #444;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.Eai-section .body .mapRoad .test-complete .top .redone-btn {
  color: var(--green);
  background-color: var(--green-light);
  border-radius: 5px;
  padding: 0.2rem 0.7rem;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.Eai-section .body .mapRoad .test-complete .top .redone-btn:hover {
  opacity: 0.8;
}

.Eai-section .body .mapRoad .test-complete .bottom {
  /* border: blue solid 0.5px; */
  width: 200px;
  top: 3rem;
  left: -120px;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.Eai-section .body .mapRoad .test-complete .bottom .title {
  color: #666;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.Eai-section .body .mapRoad .test-complete .bottom .dateANDtime {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 1.7rem;
  color: #9e9e9e;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /* border: red solid 0.5px; */
  width: 100%;
  padding-right: 0.8rem;
}

.Eai-section .body .mapRoad .test-complete .bottom .dateANDtime .date {
  position: relative;
}

.Eai-section .body .mapRoad .test-complete .bottom .dateANDtime .date::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Calender 2'%3E%3Cpath id='Vector' d='M2.19858 12.8715L2.49248 12.467L2.19858 12.8715ZM1.52203 12.195L1.92654 11.9011L1.52203 12.195ZM11.3631 12.195L10.9586 11.9011L11.3631 12.195ZM10.6866 12.8715L10.9805 13.276L10.6866 12.8715ZM10.6866 3.03043L10.9805 2.62592L10.6866 3.03043ZM11.3631 3.70698L10.9586 4.00087L11.3631 3.70698ZM2.19858 3.03043L2.49248 3.43494L2.19858 3.03043ZM1.52203 3.70698L1.92654 4.00087L1.52203 3.70698ZM10.8571 9.82349L10.7789 9.32964L10.8571 9.82349ZM8.31509 12.3655L7.82124 12.2873L8.31509 12.3655ZM7.77744 3.05801C7.77744 3.33415 8.0013 3.55801 8.27744 3.55801C8.55358 3.55801 8.77744 3.33415 8.77744 3.05801H7.77744ZM8.77744 1.22314C8.77744 0.947002 8.55358 0.723145 8.27744 0.723145C8.0013 0.723145 7.77744 0.947002 7.77744 1.22314H8.77744ZM4.10771 3.05801C4.10771 3.33415 4.33157 3.55801 4.60771 3.55801C4.88386 3.55801 5.10771 3.33415 5.10771 3.05801H4.10771ZM5.10771 1.22314C5.10771 0.947002 4.88386 0.723145 4.60771 0.723145C4.33157 0.723145 4.10771 0.947002 4.10771 1.22314H5.10771ZM11.9295 9.78584L12.4292 9.80296L11.9295 9.78584ZM8.27744 13.4379L8.29456 13.9376L8.27744 13.4379ZM6.44258 12.9556C5.28473 12.9556 4.45651 12.9549 3.81586 12.8855C3.18456 12.8171 2.79497 12.6868 2.49248 12.467L1.90469 13.276C2.40607 13.6403 2.99177 13.802 3.70814 13.8796C4.41517 13.9562 5.30701 13.9556 6.44258 13.9556V12.9556ZM0.437988 7.95097C0.437988 9.08654 0.437302 9.97838 0.513903 10.6854C0.591518 11.4018 0.753255 11.9875 1.11753 12.4889L1.92654 11.9011C1.70677 11.5986 1.57648 11.209 1.50809 10.5777C1.43867 9.93704 1.43799 9.10882 1.43799 7.95097H0.437988ZM2.49248 12.467C2.27531 12.3092 2.08433 12.1182 1.92654 11.9011L1.11753 12.4889C1.33699 12.7909 1.60263 13.0566 1.90469 13.276L2.49248 12.467ZM10.9586 11.9011C10.8008 12.1182 10.6098 12.3092 10.3927 12.467L10.9805 13.276C11.2825 13.0566 11.5482 12.7909 11.7676 12.4889L10.9586 11.9011ZM12.4472 7.95097C12.4472 6.8154 12.4478 5.92356 12.3712 5.21654C12.2936 4.50016 12.1319 3.91446 11.7676 3.41309L10.9586 4.00087C11.1784 4.30337 11.3087 4.69296 11.3771 5.32425C11.4465 5.96491 11.4472 6.79313 11.4472 7.95097H12.4472ZM10.3927 3.43494C10.6098 3.59272 10.8008 3.78371 10.9586 4.00087L11.7676 3.41309C11.5482 3.11102 11.2825 2.84539 10.9805 2.62592L10.3927 3.43494ZM1.43799 7.95097C1.43799 6.79313 1.43867 5.96491 1.50809 5.32425C1.57648 4.69296 1.70677 4.30337 1.92654 4.00087L1.11753 3.41309C0.753255 3.91446 0.591518 4.50016 0.513903 5.21654C0.437302 5.92356 0.437988 6.8154 0.437988 7.95097H1.43799ZM1.90469 2.62592C1.60263 2.84539 1.33699 3.11102 1.11753 3.41309L1.92654 4.00087C2.08433 3.7837 2.27531 3.59272 2.49248 3.43494L1.90469 2.62592ZM10.7789 9.32964C9.25644 9.57078 8.06238 10.7648 7.82124 12.2873L8.80893 12.4438C8.9823 11.3492 9.84077 10.4907 10.9354 10.3173L10.7789 9.32964ZM5.10771 3.05801V2.46408H4.10771V3.05801H5.10771ZM5.10771 2.46408V1.22314H4.10771V2.46408H5.10771ZM6.44258 1.94639C5.7304 1.94639 5.1174 1.94632 4.59059 1.96437L4.62483 2.96379C5.13087 2.94645 5.72487 2.94639 6.44258 2.94639V1.94639ZM4.59059 1.96437C3.44424 2.00365 2.59067 2.12753 1.90469 2.62592L2.49248 3.43494C2.91305 3.12938 3.49083 3.00264 4.62483 2.96379L4.59059 1.96437ZM8.77744 3.05801V2.46408H7.77744V3.05801H8.77744ZM8.77744 2.46408V1.22314H7.77744V2.46408H8.77744ZM6.44258 2.94639C7.16028 2.94639 7.75428 2.94645 8.26032 2.96379L8.29456 1.96437C7.76775 1.94632 7.15475 1.94639 6.44258 1.94639V2.94639ZM8.26032 2.96379C9.39432 3.00264 9.9721 3.12938 10.3927 3.43494L10.9805 2.62592C10.2945 2.12753 9.44091 2.00365 8.29456 1.96437L8.26032 2.96379ZM11.9295 9.28584C11.3914 9.28584 11.0627 9.2847 10.7789 9.32964L10.9354 10.3173C11.1221 10.2878 11.3547 10.2858 11.9295 10.2858L11.9295 9.28584ZM11.4472 7.95097C11.4472 8.66868 11.4471 9.26268 11.4298 9.76871L12.4292 9.80296C12.4472 9.27615 12.4472 8.66314 12.4472 7.95097H11.4472ZM11.4298 9.76871C11.3909 10.9027 11.2642 11.4805 10.9586 11.9011L11.7676 12.4889C12.266 11.8029 12.3899 10.9493 12.4292 9.80296L11.4298 9.76871ZM8.77744 13.4379C8.77744 12.8631 8.77936 12.6305 8.80893 12.4438L7.82124 12.2873C7.77631 12.5711 7.77744 12.8998 7.77744 13.4379L8.77744 13.4379ZM6.44258 13.9556C7.15475 13.9556 7.76775 13.9556 8.29456 13.9376L8.26032 12.9382C7.75428 12.9555 7.16028 12.9556 6.44258 12.9556V13.9556ZM8.29456 13.9376C9.4409 13.8983 10.2945 13.7744 10.9805 13.276L10.3927 12.467C9.9721 12.7726 9.39432 12.8993 8.26032 12.9382L8.29456 13.9376Z' fill='%23BABABA'/%3E%3Cg id='Vector_2'%3E%3Cpath d='M3.99619 5.50469C3.99619 5.84248 3.72236 6.11631 3.38457 6.11631C3.04678 6.11631 2.77295 5.84248 2.77295 5.50469C2.77295 5.1669 3.04678 4.89307 3.38457 4.89307C3.72236 4.89307 3.99619 5.1669 3.99619 5.50469Z' fill='%23BABABA'/%3E%3Cpath d='M3.99619 7.95117C3.99619 8.28896 3.72236 8.56279 3.38457 8.56279C3.04678 8.56279 2.77295 8.28896 2.77295 7.95117C2.77295 7.61338 3.04678 7.33955 3.38457 7.33955C3.72236 7.33955 3.99619 7.61338 3.99619 7.95117Z' fill='%23BABABA'/%3E%3Cpath d='M7.05429 5.50469C7.05429 5.84248 6.78046 6.11631 6.44267 6.11631C6.10489 6.11631 5.83105 5.84248 5.83105 5.50469C5.83105 5.1669 6.10489 4.89307 6.44267 4.89307C6.78046 4.89307 7.05429 5.1669 7.05429 5.50469Z' fill='%23BABABA'/%3E%3Cpath d='M7.05429 7.95117C7.05429 8.28896 6.78046 8.56279 6.44267 8.56279C6.10489 8.56279 5.83105 8.28896 5.83105 7.95117C5.83105 7.61338 6.10489 7.33955 6.44267 7.33955C6.78046 7.33955 7.05429 7.61338 7.05429 7.95117Z' fill='%23BABABA'/%3E%3Cpath d='M7.05429 10.3977C7.05429 10.7354 6.78046 11.0093 6.44267 11.0093C6.10489 11.0093 5.83105 10.7354 5.83105 10.3977C5.83105 10.0599 6.10489 9.78603 6.44267 9.78603C6.78046 9.78603 7.05429 10.0599 7.05429 10.3977Z' fill='%23BABABA'/%3E%3Cpath d='M10.1124 5.50469C10.1124 5.84248 9.83857 6.11631 9.50078 6.11631C9.16299 6.11631 8.88916 5.84248 8.88916 5.50469C8.88916 5.1669 9.16299 4.89307 9.50078 4.89307C9.83857 4.89307 10.1124 5.1669 10.1124 5.50469Z' fill='%23BABABA'/%3E%3Cpath d='M10.1124 7.95117C10.1124 8.28896 9.83857 8.56279 9.50078 8.56279C9.16299 8.56279 8.88916 8.28896 8.88916 7.95117C8.88916 7.61338 9.16299 7.33955 9.50078 7.33955C9.83857 7.33955 10.1124 7.61338 10.1124 7.95117Z' fill='%23BABABA'/%3E%3Cpath d='M3.99619 10.3977C3.99619 10.7354 3.72236 11.0093 3.38457 11.0093C3.04678 11.0093 2.77295 10.7354 2.77295 10.3977C2.77295 10.0599 3.04678 9.78603 3.38457 9.78603C3.72236 9.78603 3.99619 10.0599 3.99619 10.3977Z' fill='%23BABABA'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  right: -1.2rem;
}

.Eai-section .body .mapRoad .test-complete .bottom .dateANDtime .time {
  position: relative;
}

.Eai-section .body .mapRoad .test-complete .bottom .dateANDtime .time::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='14' viewBox='0 0 13 14' fill='none'%3E%3Cpath d='M10.6243 7.33935C10.6243 9.05205 10.6243 9.9084 10.291 10.5626C9.99781 11.138 9.52998 11.6058 8.95456 11.899C8.30039 12.2323 7.44404 12.2323 5.73135 12.2323C4.01865 12.2323 3.1623 12.2323 2.50813 11.899C1.93271 11.6058 1.46488 11.138 1.17169 10.5626C0.838379 9.9084 0.838379 9.05205 0.838379 7.33935C0.838379 5.62665 0.838379 4.7703 1.17169 4.11614C1.46488 3.54072 1.93271 3.07289 2.50813 2.7797C3.1623 2.44639 4.01865 2.44639 5.73135 2.44639C7.44404 2.44639 8.30039 2.44639 8.95456 2.7797C9.52998 3.07289 9.99781 3.54072 10.291 4.11614C10.6243 4.7703 10.6243 5.62665 10.6243 7.33935ZM10.6243 7.33935H11.8476M5.73135 4.89287V7.03354C5.73135 7.54023 6.14209 7.95097 6.64878 7.95097V7.95097H7.56621M3.28486 1.22314H8.17783M3.28486 13.4556H8.17783' stroke='%23BABABA' stroke-linecap='round'/%3E%3C/svg%3E");
  right: -1rem;
}

.Eai-section .body .mapRoad .test-incomplete {
  position: absolute;
}

.Eai-section .body .mapRoad .test-incomplete::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.7042 22.059C0.65853 13.4206 5.99366 4.75734 14.6205 2.70895C23.2474 0.66056 31.8992 6.00274 33.9449 14.6411C35.9906 23.2794 30.6555 31.9428 22.0286 33.9912C13.4017 36.0396 4.74987 30.6973 2.7042 22.059Z' fill='%23EDEDED' stroke='%234D5D6E' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg clip-path='url(%23clip0_1619_1193)'%3E%3Cpath d='M10.3154 18.5002C10.3154 18.9144 10.6512 19.2502 11.0654 19.2502C11.4796 19.2502 11.8154 18.9144 11.8154 18.5002H10.3154ZM25.9821 18.5002C25.9821 18.0859 25.6463 17.7502 25.2321 17.7502C24.8179 17.7502 24.4821 18.0859 24.4821 18.5002H25.9821ZM13.3355 22.6166C13.0661 22.3019 12.5926 22.2652 12.278 22.5346C11.9633 22.804 11.9266 23.2774 12.196 23.5921L13.3355 22.6166ZM22.9621 14.3838C23.2315 14.6984 23.7049 14.7351 24.0196 14.4657C24.3342 14.1963 24.3709 13.7229 24.1015 13.4082L22.9621 14.3838ZM25.0301 10.7051C25.0282 10.2909 24.691 9.95666 24.2768 9.9585C23.8625 9.96035 23.5283 10.2976 23.5301 10.7118L25.0301 10.7051ZM24.2864 12.115L25.0364 12.1117V12.1117L24.2864 12.115ZM21.6797 14.7217L21.6764 15.4717L21.6797 14.7217ZM20.2765 13.9654C19.8623 13.9636 19.525 14.2979 19.5232 14.7121C19.5213 15.1263 19.8556 15.4636 20.2698 15.4654L20.2765 13.9654ZM23.997 14.1812L24.5901 14.6402L24.5901 14.6402L23.997 14.1812ZM23.7459 14.4323L24.2049 15.0255L24.2049 15.0254L23.7459 14.4323ZM11.2092 26.2382C11.2111 26.6524 11.5484 26.9867 11.9626 26.9849C12.3768 26.983 12.7111 26.6457 12.7092 26.2315L11.2092 26.2382ZM11.953 24.8283L11.203 24.8317L11.953 24.8283ZM14.5596 22.2217L14.563 21.4717H14.563L14.5596 22.2217ZM15.9628 22.9779C16.377 22.9798 16.7143 22.6455 16.7162 22.2313C16.718 21.8171 16.3837 21.4798 15.9695 21.4779L15.9628 22.9779ZM12.2423 22.7621L11.6492 22.3031L11.6492 22.3031L12.2423 22.7621ZM12.4935 22.511L12.0344 21.9179L12.0344 21.9179L12.4935 22.511ZM18.1488 10.6668C13.8225 10.6668 10.3154 14.1739 10.3154 18.5002H11.8154C11.8154 15.0024 14.651 12.1668 18.1488 12.1668V10.6668ZM18.1488 26.3335C22.475 26.3335 25.9821 22.8264 25.9821 18.5002H24.4821C24.4821 21.998 21.6466 24.8335 18.1488 24.8335V26.3335ZM12.196 23.5921C13.6315 25.2689 15.7662 26.3335 18.1488 26.3335V24.8335C16.2228 24.8335 14.4982 23.9747 13.3355 22.6166L12.196 23.5921ZM24.1015 13.4082C22.666 11.7314 20.5313 10.6668 18.1488 10.6668V12.1668C20.0747 12.1668 21.7993 13.0256 22.9621 14.3838L24.1015 13.4082ZM23.5301 10.7118L23.5364 12.1184L25.0364 12.1117L25.0301 10.7051L23.5301 10.7118ZM21.6831 13.9717L20.2765 13.9654L20.2698 15.4654L21.6764 15.4717L21.6831 13.9717ZM23.5364 12.1184C23.539 12.6969 23.5395 13.0674 23.5093 13.3435C23.4808 13.6045 23.4329 13.6847 23.4039 13.7222L24.5901 14.6402C24.858 14.2941 24.9572 13.902 25.0005 13.5063C25.042 13.1257 25.0388 12.6549 25.0364 12.1117L23.5364 12.1184ZM21.6764 15.4717C22.2196 15.4741 22.6904 15.4774 23.071 15.4358C23.4667 15.3926 23.8588 15.2933 24.2049 15.0255L23.2869 13.8392C23.2493 13.8682 23.1692 13.9162 22.9082 13.9447C22.632 13.9748 22.2615 13.9743 21.6831 13.9717L21.6764 15.4717ZM23.4039 13.7222C23.37 13.766 23.3307 13.8053 23.2869 13.8392L24.2049 15.0254C24.3491 14.9139 24.4785 14.7844 24.5901 14.6402L23.4039 13.7222ZM12.7092 26.2315L12.703 24.825L11.203 24.8317L11.2092 26.2382L12.7092 26.2315ZM14.5563 22.9717L15.9628 22.9779L15.9695 21.4779L14.563 21.4717L14.5563 22.9717ZM12.703 24.825C12.7004 24.2465 12.6999 23.876 12.73 23.5999C12.7585 23.3388 12.8064 23.2587 12.8355 23.2212L11.6492 22.3031C11.3814 22.6492 11.2821 23.0413 11.2389 23.437C11.1973 23.8177 11.2005 24.2885 11.203 24.8317L12.703 24.825ZM14.563 21.4717C14.0198 21.4692 13.549 21.466 13.1683 21.5076C12.7726 21.5508 12.3805 21.6501 12.0344 21.9179L12.9525 23.1042C12.99 23.0751 13.0701 23.0272 13.3312 22.9987C13.6073 22.9686 13.9778 22.9691 14.5563 22.9717L14.563 21.4717ZM12.8355 23.2212C12.8694 23.1774 12.9087 23.1381 12.9525 23.1042L12.0344 21.9179C11.8902 22.0295 11.7608 22.1589 11.6492 22.3031L12.8355 23.2212Z' fill='%237F7F7F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1619_1193'%3E%3Crect width='17' height='17' fill='white' transform='translate(9.64893 10)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.Eai-section .body .mapRoad .test-incomplete .top {
  /* border: blue solid 0.5px; */
  width: 200px;
  top: -4rem;
  left: -115px;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.Eai-section .body .mapRoad .test-incomplete .top .title {
  color: #555;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.Eai-section .body .mapRoad .test-incomplete .top .doTest-btn {
  width: 107px;
  height: 24.493px;
  background-color: var(--green);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 5px;
  cursor: pointer;
}

.Eai-section .body .mapRoad .test-incomplete .top .doTest-btn:hover {
  opacity: 0.8;
}

.Eai-section .body .mapRoad .Ai-analysis-container {
  position: absolute;
  height: 100px;
  right: 0;
  left: 0;
  margin: auto;
  /* border: #2abb9c solid 1px; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 0.7rem;
  padding: 0 10px;
}

.Eai-section .body .mapRoad .Ai-analysis-container::before {
  position: absolute;
  content: "";
  /* url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 51 51' fill='none'%3E%3Cpath d='M4.88746 30.3878C2.18803 19.0039 9.22819 7.58723 20.6121 4.88781C31.996 2.18839 43.4128 9.22846 46.1122 20.6123C48.8117 31.9962 41.7715 43.4129 30.3876 46.1123C19.0037 48.8118 7.5869 41.7716 4.88746 30.3878Z' fill='white' stroke='%234D5D6E' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.5511 38.0324C18.6246 38.0324 13.0095 32.4173 13.0095 25.4908C13.0095 18.5643 18.6246 12.9492 25.5511 12.9492C32.4777 12.9492 38.0928 18.5643 38.0928 25.4908C38.0928 32.4173 32.4777 38.0324 25.5511 38.0324Z' fill='%232ABB9C'/%3E%3C/svg%3E"); */
  right: -3rem;
}

.Eai-section .body .mapRoad .Ai-analysis-container .verticalLine {
  height: 80%;
  width: 1px;
  background-color: #999;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Eai-section .body .mapRoad .Ai-analysis-container .verticalLine::before {
  position: absolute;
  content: "0";
  font-size: 1px;
  color: #999;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999;
  bottom: -3px;
}

.Eai-section .body .mapRoad .Ai-analysis-container .verticalLine::after {
  position: absolute;
  content: "0";
  font-size: 1px;
  color: #999;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999;
  top: -3px;
}

.Eai-section .body .mapRoad .Ai-analysis {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.Eai-section .body .mapRoad .Ai-analysis .title {
  color: #2abb9c;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.Eai-section .body .mapRoad .Ai-analysis .price {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.3rem;
  color: #b3b3b3;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.Eai-section .body .mapRoad .Ai-analysis .price .number {
  color: var(--green);
  font-size: 22px;
  font-weight: 600;
}

.Eai-section .body .mapRoad .Ai-analysis .payment-btn {
  padding: 0.2rem 3.5rem 0.2rem 2rem;
  background-color: var(--green);
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  border: none;
}

.Eai-section .body .mapRoad .Ai-analysis .payment-btn:hover {
  opacity: 0.8;
}

.Eai-section .body .mapRoad .Ai-analysis .payment-btn > div {
  position: relative;
}

.Eai-section .body .mapRoad .Ai-analysis .payment-btn > div::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Buy 3'%3E%3Cpath id='Vector' d='M4.32415 11.589L4.6247 11.1894L4.32415 11.589ZM2.26589 6.68881L1.77966 6.80534L2.26589 6.68881ZM4.18922 11.4826L4.50776 11.0972V11.0972L4.18922 11.4826ZM16.5143 7.0569L16.0281 6.94037L16.5143 7.0569ZM14.9172 11.2681L14.567 10.9113L14.9172 11.2681ZM14.2802 11.7705L14.0149 11.3467L14.2802 11.7705ZM16.4565 4.06698L16.7997 3.70334L16.4565 4.06698ZM16.7278 4.41099L16.2942 4.65996L16.7278 4.41099ZM1.23507 0.378732C1.1681 0.110835 0.89663 -0.0520456 0.628732 0.0149288C0.360835 0.0819031 0.197954 0.35337 0.264929 0.621268L1.23507 0.378732ZM12 10C12.2761 10 12.5 9.77614 12.5 9.5C12.5 9.22386 12.2761 9 12 9V10ZM7.5 9C7.22386 9 7 9.22386 7 9.5C7 9.77614 7.22386 10 7.5 10V9ZM1.53947 4.15789H13.8337V3.15789H1.53947V4.15789ZM9.81273 11.8421H9.43421V12.8421H9.81273V11.8421ZM2.75212 6.57227L2.0257 3.54136L1.05324 3.77443L1.77966 6.80534L2.75212 6.57227ZM9.43421 11.8421C8.0528 11.8421 7.05961 11.8413 6.28517 11.7513C5.52338 11.6628 5.02802 11.4928 4.6247 11.1894L4.02361 11.9886C4.62154 12.4383 5.3116 12.6449 6.16973 12.7446C7.0152 12.8429 8.07642 12.8421 9.43421 12.8421V11.8421ZM1.77966 6.80534C2.09612 8.12574 2.34269 9.15791 2.6353 9.9572C2.93229 10.7685 3.29399 11.3914 3.87069 11.868L4.50776 11.0972C4.11876 10.7757 3.838 10.3336 3.57436 9.61343C3.30633 8.88129 3.07408 7.91564 2.75212 6.57227L1.77966 6.80534ZM4.6247 11.1894C4.58502 11.1596 4.54603 11.1288 4.50776 11.0972L3.87069 11.868C3.92073 11.9094 3.97172 11.9496 4.02361 11.9886L4.6247 11.1894ZM16.0281 6.94037C15.7496 8.10247 15.5487 8.93779 15.3249 9.57885C15.1043 10.2104 14.8758 10.6081 14.567 10.9113L15.2675 11.6249C15.7273 11.1735 16.0212 10.6179 16.2689 9.90858C16.5133 9.20878 16.7268 8.31578 17.0005 7.17344L16.0281 6.94037ZM9.81273 12.8421C10.9874 12.8421 11.9056 12.8427 12.6431 12.7681C13.3906 12.6925 13.9994 12.5362 14.5455 12.1943L14.0149 11.3467C13.6481 11.5764 13.208 11.7059 12.5425 11.7732C11.8669 11.8415 11.0077 11.8421 9.81273 11.8421V12.8421ZM14.567 10.9113C14.3992 11.076 14.2141 11.222 14.0149 11.3467L14.5455 12.1943C14.8061 12.0312 15.0481 11.8403 15.2675 11.6249L14.567 10.9113ZM13.8337 4.15789C14.5764 4.15789 15.0876 4.15878 15.4693 4.20535C15.8427 4.25092 16.0091 4.33223 16.1133 4.43062L16.7997 3.70334C16.4704 3.39264 16.0551 3.26942 15.5904 3.21271C15.134 3.15701 14.5505 3.15789 13.8337 3.15789V4.15789ZM17.0005 7.17344C17.1676 6.47638 17.3045 5.90918 17.3567 5.45231C17.4098 4.98717 17.3868 4.55459 17.1614 4.16202L16.2942 4.65996C16.3656 4.78427 16.4059 4.96497 16.3631 5.33874C16.3195 5.72077 16.2012 6.21807 16.0281 6.94037L17.0005 7.17344ZM16.1133 4.43062C16.1845 4.4978 16.2454 4.57507 16.2942 4.65996L17.1614 4.16202C17.0639 3.99225 16.942 3.83771 16.7997 3.70334L16.1133 4.43062ZM2.02454 3.53663L1.23507 0.378732L0.264929 0.621268L1.0544 3.77916L2.02454 3.53663ZM12 9H7.5V10H12V9Z' fill='white'/%3E%3Cg id='Vector_2'%3E%3Cpath d='M7.85531 14.7104C7.85531 15.1464 7.50186 15.4998 7.06584 15.4998C6.62983 15.4998 6.27637 15.1464 6.27637 14.7104C6.27637 14.2744 6.62983 13.9209 7.06584 13.9209C7.50186 13.9209 7.85531 14.2744 7.85531 14.7104Z' fill='white'/%3E%3Cpath d='M12.5922 14.7104C12.5922 15.1464 12.2387 15.4998 11.8027 15.4998C11.3667 15.4998 11.0132 15.1464 11.0132 14.7104C11.0132 14.2744 11.3667 13.9209 11.8027 13.9209C12.2387 13.9209 12.5922 14.2744 12.5922 14.7104Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  right: -1.5rem;
  top: 1px;
}

.Eai-section .body .mapRoad .Ai-analysis .processing {
  padding: 10px 83px 10px 17px;
  border-radius: 18px;
  background: rgba(42, 187, 156, 0.1);
  color: #2abb9c;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  margin-top: 10px;
}

.Eai-section .body .mapRoad .Ai-analysis .processing::before {
  position: absolute;
  top: 4px;
  right: 30px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: transparent; display: block;' width='42px' height='35px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='6.451612903225806' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-0.5s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='0s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-0.5s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='6.451612903225806' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.5s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-0.5s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='16.129032258064512' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-0.7s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-0.2s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-0.7s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='16.129032258064512' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.7s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.2s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-0.7s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='25.806451612903224' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-0.9s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-0.4s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-0.9s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='25.806451612903224' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.9s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.4s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-0.9s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='35.48387096774193' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.1s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-0.6s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-1.1s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='35.48387096774193' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.1s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.6s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-1.1s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='45.16129032258064' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.3s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-0.8s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-1.3s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='45.16129032258064' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.3s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.8s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-1.3s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='54.838709677419345' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.5s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-1.5s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='54.838709677419345' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.5s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-2s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-1.5s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='64.51612903225805' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.7s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.2s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-1.7s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='64.51612903225805' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.7s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-2.2s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-1.7s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='74.19354838709677' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.9s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.4s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-1.9s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='74.19354838709677' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.9s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-2.4s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-1.9s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='83.87096774193547' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.1s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.6s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-2.1s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='83.87096774193547' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-3.1s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-2.6s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-2.1s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='93.54838709677418' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.3s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.8s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-2.3s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='93.54838709677418' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-3.3s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-2.8s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-2.3s'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E");
}

.Eai-section > .after-buy {
  margin: auto;
  margin-top: 3rem;
  width: 100%;
  height: 50rem;
}

.Eai-section > .after-buy > .list {
  border-radius: 19px;
  border: 1px solid #a1a1a1;
  padding: 22px 52px 13px 13px;
  position: relative;
}

.Eai-section > .after-buy > .list::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 33px;
  border-radius: 0px 19px 19px 0px;
  background: #2abb9c;
}

.Eai-section > .after-buy > .list > .title {
  color: #2abb9c;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.Eai-section > .after-buy > .list > .text {
  color: #333;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.Eai-section > .after-buy > .list > .check-list li {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  list-style-type: none;
  position: relative;
}

.Eai-section > .after-buy > .list > .check-list li::before {
  position: absolute;
  right: -27px;
  content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.62534 4.63932C2.75 5.84412 2.75 7.56275 2.75 11C2.75 14.4373 2.75 16.1559 3.62534 17.3607C3.90804 17.7498 4.25022 18.092 4.63932 18.3747C5.84412 19.25 7.56275 19.25 11 19.25C14.4373 19.25 16.1559 19.25 17.3607 18.3747C17.7498 18.092 18.092 17.7498 18.3747 17.3607C19.25 16.1559 19.25 14.4373 19.25 11C19.25 7.56275 19.25 5.84412 18.3747 4.63932C18.092 4.25022 17.7498 3.90804 17.3607 3.62534C16.1559 2.75 14.4373 2.75 11 2.75C7.56275 2.75 5.84412 2.75 4.63932 3.62534C4.25022 3.90804 3.90804 4.25022 3.62534 4.63932ZM16.0955 8.70858C16.3488 8.4257 16.3248 7.99106 16.0419 7.73779C15.759 7.48452 15.3244 7.50853 15.0711 7.79142L11.9827 11.241C11.3569 11.94 10.9355 12.4083 10.5751 12.7111C10.2319 12.9996 10.0303 13.0625 9.85417 13.0625C9.67805 13.0625 9.47644 12.9996 9.13319 12.7111C8.77287 12.4082 8.35142 11.94 7.72562 11.241L6.92888 10.3511C6.67561 10.0682 6.24097 10.0442 5.95808 10.2975C5.6752 10.5507 5.65119 10.9854 5.90446 11.2682L6.73523 12.1962C7.31809 12.8472 7.80427 13.3903 8.24849 13.7637C8.71841 14.1587 9.22527 14.4375 9.85417 14.4375C10.4831 14.4375 10.9899 14.1587 11.4598 13.7637C11.9041 13.3903 12.3902 12.8473 12.9731 12.1962L16.0955 8.70858Z' fill='%232ABB9C'/%3E%3C/svg%3E%0A");
}

.Eai-section > .after-buy > .comment {
  /* border: red solid; */
}

.Eai-section > .after-buy > .comment > .post-comment {
  /* border: red solid; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.Eai-section > .after-buy > .comment > .post-comment > .post-comment-btn {
  cursor: pointer;
  padding: 0px 53px;
  border-radius: 10px;
  border: 1px solid #2abb9c;
  background: #fff;
  color: #2abb9c;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.Eai-section > .after-buy > .comment > .post-comment > .post-comment-btn:hover {
  opacity: 0.8;
}

.Eai-section > .after-buy > .comment > .post-comment > .like-dislike {
  display: flex;
  align-items: center;
  gap: 10px;
}

.Eai-section > .after-buy > .comment > .post-comment > .like-dislike > div {
  width: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.Eai-section
  > .after-buy
  > .comment
  > .post-comment
  > .like-dislike
  > .like-btn {
  content: url("data:image/svg+xml,%3Csvg width='41' height='42' viewBox='0 0 41 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9642 14.5505L19.7747 8.20741C20.2254 7.45707 21.0239 7 21.884 7C23.4019 7 24.5627 8.38602 24.3319 9.92289L23.9167 12.6875C23.4675 15.678 25.7262 18.375 28.6799 18.375H29.8582C34.1923 18.375 37.0112 23.0473 35.0729 27.0183L33.1109 31.0381C31.664 34.0025 28.7063 35.875 25.471 35.875H20.5C18.1974 35.875 16.1607 34.7083 14.9227 32.9205C14.9394 32.741 14.9479 32.559 14.9479 32.375V18.375C14.9479 17.7957 14.8634 17.2367 14.7063 16.7102C15.009 16.1405 15.4121 15.4694 15.9642 14.5505Z' fill='%232ABB9C'/%3E%3Cpath d='M12.3854 32.375C12.3854 34.0664 11.0469 35.4375 9.39583 35.4375C7.74473 35.4375 6.40625 34.0664 6.40625 32.375V18.375C6.40625 16.6836 7.74473 15.3125 9.39583 15.3125C11.0469 15.3125 12.3854 16.6836 12.3854 18.375V32.375Z' fill='%232ABB9C'/%3E%3C/svg%3E%0A");
}

.Eai-section
  > .after-buy
  > .comment
  > .post-comment
  > .like-dislike
  > .dislike-btn::before {
  position: absolute;
  top: -7.5px;
  content: url("data:image/svg+xml,%3Csvg width='41' height='28' viewBox='0 0 30 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.96417 21.3245L13.7747 27.6676C14.2254 28.4179 15.0239 28.875 15.884 28.875C17.4019 28.875 18.5627 27.489 18.3319 25.9521L17.9167 23.1875C17.4675 20.197 19.7262 17.5 22.6799 17.5H23.8582C28.1923 17.5 31.0112 12.8277 29.0729 8.85669L27.1109 4.83689C25.664 1.87253 22.7063 0 19.471 0H14.5C12.1974 0 10.1607 1.16671 8.92271 2.95452C8.93939 3.13404 8.94792 3.31601 8.94792 3.5V17.5C8.94792 18.0793 8.86338 18.6383 8.70627 19.1648C9.00903 19.7345 9.41213 20.4056 9.96417 21.3245Z' fill='%23F4ACAB'/%3E%3Cpath d='M6.38542 3.5C6.38542 1.80863 5.04693 0.4375 3.39583 0.4375C1.74473 0.4375 0.40625 1.80863 0.40625 3.5V17.5C0.40625 19.1914 1.74473 20.5625 3.39583 20.5625C5.04693 20.5625 6.38542 19.1914 6.38542 17.5V3.5Z' fill='%23F4ACAB'/%3E%3C/svg%3E%0A");
}

.Eai-section > .after-buy > .comment > .write-comment {
  display: none;
  padding: 0 100px;
  margin-top: 3rem;
}

.Eai-section > .after-buy > .comment > .write-comment.show {
  display: block;
}

.Eai-section > .after-buy > .comment > .write-comment > .comment_container {
  padding: 60px 60px 16px 24px;
  height: 326px;
  margin: auto;
  margin-top: 4rem;
  border-radius: 20px;
  border: 1px solid #a1a1a1;
  position: relative;
}

.Eai-section
  > .after-buy
  > .comment
  > .write-comment
  > .comment_container::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='59' height='66' viewBox='0 0 59 66' fill='none'%3E%3Cpath d='M33.5084 66C43.9633 65.0032 58.9917 62.7383 59 34.9556L59 7.62939e-06L35.6702 5.34702e-06L35.6702 37.4L43.4168 37.4C43.9076 47.3864 37.847 49.9651 31.2565 51.9445L33.5084 66ZM2.25193 66C12.7069 65.0032 27.7353 62.7382 27.7435 34.9556L27.7435 4.57154e-06L4.4137 2.28916e-06L4.41369 37.4L12.1603 37.4C12.6511 47.3864 6.5905 49.9651 1.09804e-06 51.9445L2.25193 66Z' fill='%232ABB9C' fill-opacity='0.1'/%3E%3C/svg%3E");
  top: 1rem;
  right: 1.8rem;
  z-index: 2;
}

.Eai-section
  > .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  position: relative;
  gap: 1rem;
}

.Eai-section
  > .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  textarea {
  position: relative !important;
  max-width: 100%;
  height: 80%;
  border-radius: 10px;
  border: 0px solid;
  background: #f9f9f9;
  color: #787878;
  font-size: 18px;
  resize: none;
  padding: 25px;
  z-index: 1;
}

[dir="ltr"]
  .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  #comments {
  text-align: left;
}

.Eai-section
  > .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  > div {
  width: 100%;
  height: 15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Eai-section
  > .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  > div
  > .star_rating {
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  gap: 5px;
}

.Eai-section
  > .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  > div
  > .star_rating
  > div {
  content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 3.75C12.4548 3.75 12.2142 8.18315 10.6989 9.74947C9.18361 11.3158 4.47275 9.5249 3.81823 12.305C3.16509 15.0866 7.40294 16.0304 7.92545 18.4168C8.45071 20.8032 5.86153 24.1562 8.07396 25.8248C10.2864 27.492 12.6679 23.7184 15 23.7184C17.332 23.7184 19.7136 27.492 21.926 25.8248C24.1384 24.1562 21.5506 20.8032 22.0745 18.4168C22.5984 16.0304 26.8349 15.0866 26.1817 12.305C25.5286 9.5249 20.8164 11.3158 19.3025 9.74947C17.7872 8.18315 17.5452 3.75 15 3.75Z' stroke='%23DCB051' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  cursor: pointer;
  transition: color 0.2s ease;
}

.Eai-section
  > .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  > div
  > .star_rating
  > div.active,
.Eai-section
  > .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  > div
  > .star_rating
  > div.active
  ~ .star,
.Eai-section
  > .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  > div
  > .star_rating
  > div:hover,
.Eai-section
  > .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  > div
  > .star_rating
  > div:hover
  ~ .star {
  content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 3.75C12.4548 3.75 12.2142 8.18315 10.6989 9.74947C9.18361 11.3158 4.47275 9.5249 3.81823 12.305C3.16509 15.0866 7.40294 16.0304 7.92545 18.4168C8.45072 20.8032 5.86153 24.1562 8.07396 25.8248C10.2864 27.492 12.6679 23.7184 15 23.7184C17.332 23.7184 19.7136 27.492 21.926 25.8248C24.1385 24.1562 21.5506 20.8032 22.0745 18.4168C22.5984 16.0304 26.8349 15.0866 26.1817 12.305C25.5286 9.5249 20.8164 11.3158 19.3025 9.74947C17.7872 8.18315 17.5452 3.75 15 3.75Z' fill='%23DCB051' stroke='%23DCB051' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.Eai-section
  > .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  > div
  > button {
  width: 160px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #2abb9c;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  cursor: pointer;
  border: 0px solid;
}

.Eai-section
  > .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  > div
  > button:hover {
  opacity: 0.8;
}

.Eai-section
  > .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  .text-in-blur {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.Eai-section
  > .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  .blurDimension {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 13px;
  backdrop-filter: blur(2px);
  z-index: 2;
  align-items: center;
  justify-content: center;
}

.Eai-section
  > .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  #PROCESSING-COMMENT {
  background: rgba(50, 50, 50, 0.5);
  display: none;
}

.Eai-section
  > .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  #PROCESSING-COMMENT::after {
  position: absolute;
  left: 0;
  right: 0;
  top: -2.8rem;
  content: url("data:image/svg+xml,%3Csvg width='180' height='89' viewBox='0 0 180 89' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M180 44C180 51.1797 174.18 57 167 57L13 57C5.8203 57 -3.13835e-07 51.1797 0 44L180 44Z' fill='%23FFCE63'/%3E%3Ccircle cx='90.5' cy='44.5' r='41.5' fill='%23DCB051' stroke='%23AAAAAA' stroke-opacity='0.6' stroke-width='5'/%3E%3Cg clip-path='url(%23clip0_0_1)'%3E%3Cpath d='M73.917 46.4997C73.917 45.3951 73.0216 44.4997 71.917 44.4997C70.8124 44.4997 69.917 45.3951 69.917 46.4997H73.917ZM79.7484 30.833L80.9498 32.432L80.9498 32.432L79.7484 30.833ZM75.8337 34.7478L77.3132 36.0935L77.3763 36.0241L77.4326 35.9491L75.8337 34.7478ZM76.3898 24.9669C76.3947 23.8624 75.5033 22.963 74.3987 22.958C73.2941 22.9531 72.3947 23.8445 72.3898 24.9491L76.3898 24.9669ZM74.3724 28.8467L72.3724 28.8378L72.3724 28.8378L74.3724 28.8467ZM81.5791 36.0534L81.588 38.0533L81.588 38.0533L81.5791 36.0534ZM85.4767 38.036C86.5813 38.0311 87.4727 37.1316 87.4678 36.0271C87.4628 34.9225 86.5634 34.0311 85.4589 34.036L85.4767 38.036ZM75.1725 34.5591L73.5908 35.7831L73.5908 35.7831L75.1725 34.5591ZM75.8667 35.2533L74.6427 36.835L74.6427 36.835L75.8667 35.2533ZM69.917 46.4997C69.917 58.4198 79.5802 68.083 91.5003 68.083V64.083C81.7893 64.083 73.917 56.2107 73.917 46.4997H69.917ZM91.5003 68.083C103.42 68.083 113.084 58.4198 113.084 46.4997H109.084C109.084 56.2107 101.211 64.083 91.5003 64.083V68.083ZM113.084 46.4997C113.084 34.5795 103.42 24.9163 91.5003 24.9163V28.9163C101.211 28.9163 109.084 36.7887 109.084 46.4997H113.084ZM91.5003 24.9163C86.6428 24.9163 82.1549 26.5234 78.5471 29.234L80.9498 32.432C83.8886 30.224 87.5389 28.9163 91.5003 28.9163V24.9163ZM78.5471 29.234C76.9143 30.4608 75.4614 31.9136 74.2347 33.5464L77.4326 35.9491C78.4331 34.6176 79.6182 33.4324 80.9498 32.432L78.5471 29.234ZM72.3898 24.9491L72.3724 28.8378L76.3724 28.8556L76.3898 24.9669L72.3898 24.9491ZM81.588 38.0533L85.4767 38.036L85.4589 34.036L81.5702 34.0534L81.588 38.0533ZM72.3724 28.8378C72.3657 30.3413 72.3569 31.638 72.4713 32.6852C72.59 33.7726 72.862 34.8414 73.5908 35.7831L76.7542 33.335C76.6621 33.2161 76.5272 32.9793 76.4476 32.251C76.3637 31.4824 76.3653 30.4532 76.3724 28.8556L72.3724 28.8378ZM81.5702 34.0534C79.9726 34.0605 78.9434 34.0621 78.1748 33.9781C77.4465 33.8986 77.2097 33.7636 77.0908 33.6716L74.6427 36.835C75.5844 37.5638 76.6532 37.8358 77.7406 37.9545C78.7878 38.0689 80.0845 38.0601 81.588 38.0533L81.5702 34.0534ZM73.5908 35.7831C73.7826 36.0309 73.9937 36.2628 74.2219 36.4765L76.9561 33.5569C76.8831 33.4885 76.8156 33.4143 76.7542 33.335L73.5908 35.7831ZM74.2219 36.4765C74.3564 36.6024 74.4967 36.722 74.6427 36.835L77.0908 33.6716C77.0441 33.6355 76.9991 33.5972 76.9561 33.5569L74.2219 36.4765ZM74.3541 33.4021L74.1095 33.671L77.0686 36.3624L77.3132 36.0935L74.3541 33.4021Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_0_1'%3E%3Crect width='47' height='47' fill='white' transform='translate(68 23)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.Eai-section
  > .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  #PROCESSING-COMMENT::before {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -0.6rem;
  content: url("data:image/svg+xml,%3Csvg width='180' height='13' viewBox='0 0 180 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M180 13C180 5.82029 174.18 -7.37498e-06 167 -7.06115e-06L13 -3.29593e-07C5.8203 -1.57579e-08 -3.13835e-07 5.8203 0 13L180 13Z' fill='%23FFCE63'/%3E%3C/svg%3E%0A");
}

.Eai-section
  > .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  #SUCCESS-COMMENT {
  background: rgba(50, 50, 50, 0.5);
  display: none;
}

.Eai-section
  > .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  #SUCCESS-COMMENT::after {
  position: absolute;
  left: 0;
  right: 0;
  top: -2.8rem;
  content: url("data:image/svg+xml,%3Csvg width='180' height='89' viewBox='0 0 180 89' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M180 44C180 51.1797 174.18 57 167 57L13 57C5.8203 57 -3.13835e-07 51.1797 0 44L180 44Z' fill='%2319CF6B'/%3E%3Ccircle cx='90.5' cy='44.5' r='41.5' fill='%2319CF6B' stroke='%23AAAAAA' stroke-opacity='0.6' stroke-width='5'/%3E%3Cpath d='M100.292 38.6253L93.6938 45.9949C91.0792 48.9152 89.772 50.3753 88.0522 50.3753C86.3324 50.3753 85.0251 48.9152 82.4105 45.9949L80.7084 44.0937M110.083 44.5003C110.083 55.3159 101.316 64.0837 90.5001 64.0837C79.6845 64.0837 70.9167 55.3159 70.9167 44.5003C70.9167 33.6847 79.6845 24.917 90.5001 24.917C101.316 24.917 110.083 33.6847 110.083 44.5003Z' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.Eai-section
  > .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  #SUCCESS-COMMENT::before {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -0.6rem;
  content: url("data:image/svg+xml,%3Csvg width='180' height='13' viewBox='0 0 180 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M180 13C180 5.82029 174.18 -7.37498e-06 167 -7.06115e-06L13 -3.29593e-07C5.8203 -1.57579e-08 -3.13835e-07 5.8203 0 13L180 13Z' fill='%2319CF6B'/%3E%3C/svg%3E%0A");
}

.Eai-section
  > .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  #ERROR-COMMENT {
  position: absolute;
  width: 100%;
  height: 4rem;
  top: -5rem;
  background: rgba(50, 50, 50, 0.5);
  display: none;
}

.Eai-section
  > .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  #ERROR-COMMENT::after {
  position: absolute;

  right: -2rem;
  top: -0.4rem;
  content: url("data:image/svg+xml,%3Csvg width='74' height='74' viewBox='0 0 74 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='37' cy='37' r='34' fill='%23EB3B39' stroke='%23AAAAAA' stroke-opacity='0.6' stroke-width='5'/%3E%3Cpath d='M33.818 34.182L40.182 40.5459M33.818 40.5459L40.182 34.182M52 37C52 45.2843 45.2843 52 37 52C28.7157 52 22 45.2843 22 37C22 28.7157 28.7157 22 37 22C45.2843 22 52 28.7157 52 37Z' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.Eai-section
  > .after-buy
  > .comment
  > .write-comment
  > .comment_container
  form
  #ERROR-COMMENT::before {
  position: absolute;

  left: 0;
  bottom: 0.25rem;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='33' viewBox='0 0 13 33' fill='none'%3E%3Cpath d='M0 0C7.1797 0 13 5.8203 13 13L13 20C13 27.1797 7.1797 33 0 33L0 0Z' fill='%23EB3B39'/%3E%3C/svg%3E");
}

@media only screen and (max-width: 768px) {
  .Eai-section .header .title {
    font-size: 18px;
    line-height: 36px;
  }

  .Eai-section .header p {
    font-size: 16px;
    line-height: 32px;
    padding: 0 10px;
  }

  .Eai-section .body {
    padding: 126px 100px 260px 100px;
    margin-bottom: 20rem;
    /* border: red solid; */
  }

  .Eai-section .body .mapRoad .halfCircleRight {
    width: 90px;
    height: 90px;
    /* as the half of the width */
    border-top-right-radius: calc(45px + 4px);
    border-bottom-right-radius: calc(45px + 4px);
    border: 4px solid var(--black);
    border-left: 0;
    right: -90px;
  }

  .Eai-section .body .mapRoad .halfCircleLeft {
    width: 90px;
    height: 90px;
    /* as the half of the width */
    border-top-left-radius: calc(45px + 4px);
    border-bottom-left-radius: calc(45px + 4px);
    border: 4px solid var(--black);
    border-right: 0;
    left: -90px;
  }

  .Eai-section .body .mapRoad .horizontalLine {
    height: 4px;
  }

  .Eai-section .body .mapRoad .test-complete::before {
    top: 8px;
    content: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.7042 23.059C1.65853 14.4206 6.99366 5.75734 15.6205 3.70895C24.2474 1.66056 32.8992 7.00274 34.9449 15.6411C36.9906 24.2794 31.6555 32.9428 23.0286 34.9912C14.4017 37.0396 5.74987 31.6973 3.7042 23.059Z' fill='white' stroke='%232ABB9C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 29C24.5228 29 29 24.5228 29 19C29 13.4772 24.5228 9 19 9C13.4772 9 9 13.4772 9 19C9 24.5228 13.4772 29 19 29ZM24.5588 16.5003C24.8351 16.1917 24.8089 15.7175 24.5003 15.4412C24.1917 15.1649 23.7175 15.1911 23.4412 15.4997L20.0721 19.2629C19.3894 20.0254 18.9296 20.5363 18.5365 20.8667C18.1621 21.1814 17.9421 21.25 17.75 21.25C17.5579 21.25 17.3379 21.1814 16.9635 20.8667C16.5704 20.5363 16.1106 20.0254 15.4279 19.2629L14.5588 18.2921C14.2825 17.9835 13.8083 17.9573 13.4997 18.2336C13.1911 18.5099 13.1649 18.984 13.4412 19.2926L14.3475 20.3049C14.9834 21.0152 15.5137 21.6076 15.9984 22.0149C16.511 22.4458 17.0639 22.75 17.75 22.75C18.4361 22.75 18.989 22.4458 19.5016 22.0149C19.9863 21.6076 20.5166 21.0152 21.1525 20.3049L24.5588 16.5003Z' fill='%232ABB9C'/%3E%3C/svg%3E%0A");
  }

  .Eai-section .body .mapRoad .test-incomplete::before {
    top: 8px;
    content: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.7042 22.059C0.65853 13.4206 5.99366 4.75734 14.6205 2.70895C23.2474 0.66056 31.8992 6.00274 33.9449 14.6411C35.9906 23.2794 30.6555 31.9428 22.0286 33.9912C13.4017 36.0396 4.74987 30.6973 2.7042 22.059Z' fill='%23EDEDED' stroke='%234D5D6E' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg clip-path='url(%23clip0_1619_1193)'%3E%3Cpath d='M10.3154 18.5002C10.3154 18.9144 10.6512 19.2502 11.0654 19.2502C11.4796 19.2502 11.8154 18.9144 11.8154 18.5002H10.3154ZM25.9821 18.5002C25.9821 18.0859 25.6463 17.7502 25.2321 17.7502C24.8179 17.7502 24.4821 18.0859 24.4821 18.5002H25.9821ZM13.3355 22.6166C13.0661 22.3019 12.5926 22.2652 12.278 22.5346C11.9633 22.804 11.9266 23.2774 12.196 23.5921L13.3355 22.6166ZM22.9621 14.3838C23.2315 14.6984 23.7049 14.7351 24.0196 14.4657C24.3342 14.1963 24.3709 13.7229 24.1015 13.4082L22.9621 14.3838ZM25.0301 10.7051C25.0282 10.2909 24.691 9.95666 24.2768 9.9585C23.8625 9.96035 23.5283 10.2976 23.5301 10.7118L25.0301 10.7051ZM24.2864 12.115L25.0364 12.1117V12.1117L24.2864 12.115ZM21.6797 14.7217L21.6764 15.4717L21.6797 14.7217ZM20.2765 13.9654C19.8623 13.9636 19.525 14.2979 19.5232 14.7121C19.5213 15.1263 19.8556 15.4636 20.2698 15.4654L20.2765 13.9654ZM23.997 14.1812L24.5901 14.6402L24.5901 14.6402L23.997 14.1812ZM23.7459 14.4323L24.2049 15.0255L24.2049 15.0254L23.7459 14.4323ZM11.2092 26.2382C11.2111 26.6524 11.5484 26.9867 11.9626 26.9849C12.3768 26.983 12.7111 26.6457 12.7092 26.2315L11.2092 26.2382ZM11.953 24.8283L11.203 24.8317L11.953 24.8283ZM14.5596 22.2217L14.563 21.4717H14.563L14.5596 22.2217ZM15.9628 22.9779C16.377 22.9798 16.7143 22.6455 16.7162 22.2313C16.718 21.8171 16.3837 21.4798 15.9695 21.4779L15.9628 22.9779ZM12.2423 22.7621L11.6492 22.3031L11.6492 22.3031L12.2423 22.7621ZM12.4935 22.511L12.0344 21.9179L12.0344 21.9179L12.4935 22.511ZM18.1488 10.6668C13.8225 10.6668 10.3154 14.1739 10.3154 18.5002H11.8154C11.8154 15.0024 14.651 12.1668 18.1488 12.1668V10.6668ZM18.1488 26.3335C22.475 26.3335 25.9821 22.8264 25.9821 18.5002H24.4821C24.4821 21.998 21.6466 24.8335 18.1488 24.8335V26.3335ZM12.196 23.5921C13.6315 25.2689 15.7662 26.3335 18.1488 26.3335V24.8335C16.2228 24.8335 14.4982 23.9747 13.3355 22.6166L12.196 23.5921ZM24.1015 13.4082C22.666 11.7314 20.5313 10.6668 18.1488 10.6668V12.1668C20.0747 12.1668 21.7993 13.0256 22.9621 14.3838L24.1015 13.4082ZM23.5301 10.7118L23.5364 12.1184L25.0364 12.1117L25.0301 10.7051L23.5301 10.7118ZM21.6831 13.9717L20.2765 13.9654L20.2698 15.4654L21.6764 15.4717L21.6831 13.9717ZM23.5364 12.1184C23.539 12.6969 23.5395 13.0674 23.5093 13.3435C23.4808 13.6045 23.4329 13.6847 23.4039 13.7222L24.5901 14.6402C24.858 14.2941 24.9572 13.902 25.0005 13.5063C25.042 13.1257 25.0388 12.6549 25.0364 12.1117L23.5364 12.1184ZM21.6764 15.4717C22.2196 15.4741 22.6904 15.4774 23.071 15.4358C23.4667 15.3926 23.8588 15.2933 24.2049 15.0255L23.2869 13.8392C23.2493 13.8682 23.1692 13.9162 22.9082 13.9447C22.632 13.9748 22.2615 13.9743 21.6831 13.9717L21.6764 15.4717ZM23.4039 13.7222C23.37 13.766 23.3307 13.8053 23.2869 13.8392L24.2049 15.0254C24.3491 14.9139 24.4785 14.7844 24.5901 14.6402L23.4039 13.7222ZM12.7092 26.2315L12.703 24.825L11.203 24.8317L11.2092 26.2382L12.7092 26.2315ZM14.5563 22.9717L15.9628 22.9779L15.9695 21.4779L14.563 21.4717L14.5563 22.9717ZM12.703 24.825C12.7004 24.2465 12.6999 23.876 12.73 23.5999C12.7585 23.3388 12.8064 23.2587 12.8355 23.2212L11.6492 22.3031C11.3814 22.6492 11.2821 23.0413 11.2389 23.437C11.1973 23.8177 11.2005 24.2885 11.203 24.8317L12.703 24.825ZM14.563 21.4717C14.0198 21.4692 13.549 21.466 13.1683 21.5076C12.7726 21.5508 12.3805 21.6501 12.0344 21.9179L12.9525 23.1042C12.99 23.0751 13.0701 23.0272 13.3312 22.9987C13.6073 22.9686 13.9778 22.9691 14.5563 22.9717L14.563 21.4717ZM12.8355 23.2212C12.8694 23.1774 12.9087 23.1381 12.9525 23.1042L12.0344 21.9179C11.8902 22.0295 11.7608 22.1589 11.6492 22.3031L12.8355 23.2212Z' fill='%237F7F7F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1619_1193'%3E%3Crect width='17' height='17' fill='white' transform='translate(9.64893 10)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }

  .Eai-section .body .mapRoad .test-complete .top {
    /* border: blue solid 0.5px; */
    width: 140px;
    top: -1.8rem;
    left: -80px;
    gap: 0.1rem;
  }

  .Eai-section .body .mapRoad .test-complete .top .testName {
    font-size: 8px;
  }

  .Eai-section .body .mapRoad .test-complete .top .redone-btn {
    font-size: 8px;
  }

  .Eai-section .body .mapRoad .test-complete .bottom {
    /* border: blue solid 0.5px; */
    width: 140px;
    top: 2rem;
    left: -80px;
    gap: 0.2rem;
  }

  .Eai-section .body .mapRoad .test-complete .bottom .title {
    font-size: 8px;
  }

  .Eai-section .body .mapRoad .test-complete .bottom .dateANDtime {
    gap: 1.4rem;
    font-size: 8px;
    padding-right: 0.8rem;
  }

  .Eai-section
    .body
    .mapRoad
    .test-complete
    .bottom
    .dateANDtime
    .date::before {
    content: url("data:image/svg+xml,%3Csvg width='11' height='13' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Calender 2'%3E%3Cpath id='Vector' d='M2.19858 12.8715L2.49248 12.467L2.19858 12.8715ZM1.52203 12.195L1.92654 11.9011L1.52203 12.195ZM11.3631 12.195L10.9586 11.9011L11.3631 12.195ZM10.6866 12.8715L10.9805 13.276L10.6866 12.8715ZM10.6866 3.03043L10.9805 2.62592L10.6866 3.03043ZM11.3631 3.70698L10.9586 4.00087L11.3631 3.70698ZM2.19858 3.03043L2.49248 3.43494L2.19858 3.03043ZM1.52203 3.70698L1.92654 4.00087L1.52203 3.70698ZM10.8571 9.82349L10.7789 9.32964L10.8571 9.82349ZM8.31509 12.3655L7.82124 12.2873L8.31509 12.3655ZM7.77744 3.05801C7.77744 3.33415 8.0013 3.55801 8.27744 3.55801C8.55358 3.55801 8.77744 3.33415 8.77744 3.05801H7.77744ZM8.77744 1.22314C8.77744 0.947002 8.55358 0.723145 8.27744 0.723145C8.0013 0.723145 7.77744 0.947002 7.77744 1.22314H8.77744ZM4.10771 3.05801C4.10771 3.33415 4.33157 3.55801 4.60771 3.55801C4.88386 3.55801 5.10771 3.33415 5.10771 3.05801H4.10771ZM5.10771 1.22314C5.10771 0.947002 4.88386 0.723145 4.60771 0.723145C4.33157 0.723145 4.10771 0.947002 4.10771 1.22314H5.10771ZM11.9295 9.78584L12.4292 9.80296L11.9295 9.78584ZM8.27744 13.4379L8.29456 13.9376L8.27744 13.4379ZM6.44258 12.9556C5.28473 12.9556 4.45651 12.9549 3.81586 12.8855C3.18456 12.8171 2.79497 12.6868 2.49248 12.467L1.90469 13.276C2.40607 13.6403 2.99177 13.802 3.70814 13.8796C4.41517 13.9562 5.30701 13.9556 6.44258 13.9556V12.9556ZM0.437988 7.95097C0.437988 9.08654 0.437302 9.97838 0.513903 10.6854C0.591518 11.4018 0.753255 11.9875 1.11753 12.4889L1.92654 11.9011C1.70677 11.5986 1.57648 11.209 1.50809 10.5777C1.43867 9.93704 1.43799 9.10882 1.43799 7.95097H0.437988ZM2.49248 12.467C2.27531 12.3092 2.08433 12.1182 1.92654 11.9011L1.11753 12.4889C1.33699 12.7909 1.60263 13.0566 1.90469 13.276L2.49248 12.467ZM10.9586 11.9011C10.8008 12.1182 10.6098 12.3092 10.3927 12.467L10.9805 13.276C11.2825 13.0566 11.5482 12.7909 11.7676 12.4889L10.9586 11.9011ZM12.4472 7.95097C12.4472 6.8154 12.4478 5.92356 12.3712 5.21654C12.2936 4.50016 12.1319 3.91446 11.7676 3.41309L10.9586 4.00087C11.1784 4.30337 11.3087 4.69296 11.3771 5.32425C11.4465 5.96491 11.4472 6.79313 11.4472 7.95097H12.4472ZM10.3927 3.43494C10.6098 3.59272 10.8008 3.78371 10.9586 4.00087L11.7676 3.41309C11.5482 3.11102 11.2825 2.84539 10.9805 2.62592L10.3927 3.43494ZM1.43799 7.95097C1.43799 6.79313 1.43867 5.96491 1.50809 5.32425C1.57648 4.69296 1.70677 4.30337 1.92654 4.00087L1.11753 3.41309C0.753255 3.91446 0.591518 4.50016 0.513903 5.21654C0.437302 5.92356 0.437988 6.8154 0.437988 7.95097H1.43799ZM1.90469 2.62592C1.60263 2.84539 1.33699 3.11102 1.11753 3.41309L1.92654 4.00087C2.08433 3.7837 2.27531 3.59272 2.49248 3.43494L1.90469 2.62592ZM10.7789 9.32964C9.25644 9.57078 8.06238 10.7648 7.82124 12.2873L8.80893 12.4438C8.9823 11.3492 9.84077 10.4907 10.9354 10.3173L10.7789 9.32964ZM5.10771 3.05801V2.46408H4.10771V3.05801H5.10771ZM5.10771 2.46408V1.22314H4.10771V2.46408H5.10771ZM6.44258 1.94639C5.7304 1.94639 5.1174 1.94632 4.59059 1.96437L4.62483 2.96379C5.13087 2.94645 5.72487 2.94639 6.44258 2.94639V1.94639ZM4.59059 1.96437C3.44424 2.00365 2.59067 2.12753 1.90469 2.62592L2.49248 3.43494C2.91305 3.12938 3.49083 3.00264 4.62483 2.96379L4.59059 1.96437ZM8.77744 3.05801V2.46408H7.77744V3.05801H8.77744ZM8.77744 2.46408V1.22314H7.77744V2.46408H8.77744ZM6.44258 2.94639C7.16028 2.94639 7.75428 2.94645 8.26032 2.96379L8.29456 1.96437C7.76775 1.94632 7.15475 1.94639 6.44258 1.94639V2.94639ZM8.26032 2.96379C9.39432 3.00264 9.9721 3.12938 10.3927 3.43494L10.9805 2.62592C10.2945 2.12753 9.44091 2.00365 8.29456 1.96437L8.26032 2.96379ZM11.9295 9.28584C11.3914 9.28584 11.0627 9.2847 10.7789 9.32964L10.9354 10.3173C11.1221 10.2878 11.3547 10.2858 11.9295 10.2858L11.9295 9.28584ZM11.4472 7.95097C11.4472 8.66868 11.4471 9.26268 11.4298 9.76871L12.4292 9.80296C12.4472 9.27615 12.4472 8.66314 12.4472 7.95097H11.4472ZM11.4298 9.76871C11.3909 10.9027 11.2642 11.4805 10.9586 11.9011L11.7676 12.4889C12.266 11.8029 12.3899 10.9493 12.4292 9.80296L11.4298 9.76871ZM8.77744 13.4379C8.77744 12.8631 8.77936 12.6305 8.80893 12.4438L7.82124 12.2873C7.77631 12.5711 7.77744 12.8998 7.77744 13.4379L8.77744 13.4379ZM6.44258 13.9556C7.15475 13.9556 7.76775 13.9556 8.29456 13.9376L8.26032 12.9382C7.75428 12.9555 7.16028 12.9556 6.44258 12.9556V13.9556ZM8.29456 13.9376C9.4409 13.8983 10.2945 13.7744 10.9805 13.276L10.3927 12.467C9.9721 12.7726 9.39432 12.8993 8.26032 12.9382L8.29456 13.9376Z' fill='%23BABABA'/%3E%3Cg id='Vector_2'%3E%3Cpath d='M3.99619 5.50469C3.99619 5.84248 3.72236 6.11631 3.38457 6.11631C3.04678 6.11631 2.77295 5.84248 2.77295 5.50469C2.77295 5.1669 3.04678 4.89307 3.38457 4.89307C3.72236 4.89307 3.99619 5.1669 3.99619 5.50469Z' fill='%23BABABA'/%3E%3Cpath d='M3.99619 7.95117C3.99619 8.28896 3.72236 8.56279 3.38457 8.56279C3.04678 8.56279 2.77295 8.28896 2.77295 7.95117C2.77295 7.61338 3.04678 7.33955 3.38457 7.33955C3.72236 7.33955 3.99619 7.61338 3.99619 7.95117Z' fill='%23BABABA'/%3E%3Cpath d='M7.05429 5.50469C7.05429 5.84248 6.78046 6.11631 6.44267 6.11631C6.10489 6.11631 5.83105 5.84248 5.83105 5.50469C5.83105 5.1669 6.10489 4.89307 6.44267 4.89307C6.78046 4.89307 7.05429 5.1669 7.05429 5.50469Z' fill='%23BABABA'/%3E%3Cpath d='M7.05429 7.95117C7.05429 8.28896 6.78046 8.56279 6.44267 8.56279C6.10489 8.56279 5.83105 8.28896 5.83105 7.95117C5.83105 7.61338 6.10489 7.33955 6.44267 7.33955C6.78046 7.33955 7.05429 7.61338 7.05429 7.95117Z' fill='%23BABABA'/%3E%3Cpath d='M7.05429 10.3977C7.05429 10.7354 6.78046 11.0093 6.44267 11.0093C6.10489 11.0093 5.83105 10.7354 5.83105 10.3977C5.83105 10.0599 6.10489 9.78603 6.44267 9.78603C6.78046 9.78603 7.05429 10.0599 7.05429 10.3977Z' fill='%23BABABA'/%3E%3Cpath d='M10.1124 5.50469C10.1124 5.84248 9.83857 6.11631 9.50078 6.11631C9.16299 6.11631 8.88916 5.84248 8.88916 5.50469C8.88916 5.1669 9.16299 4.89307 9.50078 4.89307C9.83857 4.89307 10.1124 5.1669 10.1124 5.50469Z' fill='%23BABABA'/%3E%3Cpath d='M10.1124 7.95117C10.1124 8.28896 9.83857 8.56279 9.50078 8.56279C9.16299 8.56279 8.88916 8.28896 8.88916 7.95117C8.88916 7.61338 9.16299 7.33955 9.50078 7.33955C9.83857 7.33955 10.1124 7.61338 10.1124 7.95117Z' fill='%23BABABA'/%3E%3Cpath d='M3.99619 10.3977C3.99619 10.7354 3.72236 11.0093 3.38457 11.0093C3.04678 11.0093 2.77295 10.7354 2.77295 10.3977C2.77295 10.0599 3.04678 9.78603 3.38457 9.78603C3.72236 9.78603 3.99619 10.0599 3.99619 10.3977Z' fill='%23BABABA'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    right: -1rem;
    top: -0.1rem;
  }

  .Eai-section
    .body
    .mapRoad
    .test-complete
    .bottom
    .dateANDtime
    .time::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='13' viewBox='0 0 13 14' fill='none'%3E%3Cpath d='M10.6243 7.33935C10.6243 9.05205 10.6243 9.9084 10.291 10.5626C9.99781 11.138 9.52998 11.6058 8.95456 11.899C8.30039 12.2323 7.44404 12.2323 5.73135 12.2323C4.01865 12.2323 3.1623 12.2323 2.50813 11.899C1.93271 11.6058 1.46488 11.138 1.17169 10.5626C0.838379 9.9084 0.838379 9.05205 0.838379 7.33935C0.838379 5.62665 0.838379 4.7703 1.17169 4.11614C1.46488 3.54072 1.93271 3.07289 2.50813 2.7797C3.1623 2.44639 4.01865 2.44639 5.73135 2.44639C7.44404 2.44639 8.30039 2.44639 8.95456 2.7797C9.52998 3.07289 9.99781 3.54072 10.291 4.11614C10.6243 4.7703 10.6243 5.62665 10.6243 7.33935ZM10.6243 7.33935H11.8476M5.73135 4.89287V7.03354C5.73135 7.54023 6.14209 7.95097 6.64878 7.95097V7.95097H7.56621M3.28486 1.22314H8.17783M3.28486 13.4556H8.17783' stroke='%23BABABA' stroke-linecap='round'/%3E%3C/svg%3E");
    right: -1rem;
    top: -0.1rem;
  }

  .Eai-section .body .mapRoad .test-incomplete .top {
    /* border: blue solid 0.5px; */
    width: 140px;
    top: -1.6rem;
    left: -85px;
    gap: 0.1rem;
  }

  .Eai-section .body .mapRoad .test-incomplete .top .title {
    font-size: 8px;
  }

  .Eai-section .body .mapRoad .test-incomplete .top .doTest-btn {
    width: 80px;
    height: 16px;
    font-size: 8px;
    font-weight: 500;
    border-radius: 5px;
  }

  .Eai-section .body .mapRoad .Ai-analysis-container {
    /* top: 28.1rem; */
    /* right: 2.9rem; */
    height: 80px;
    /* border: #2abb9c solid 1px; */
  }

  .Eai-section .body .mapRoad .Ai-analysis-container::before {
    content: "";
    /* url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 51 51' fill='none'%3E%3Cpath d='M4.88746 30.3878C2.18803 19.0039 9.22819 7.58723 20.6121 4.88781C31.996 2.18839 43.4128 9.22846 46.1122 20.6123C48.8117 31.9962 41.7715 43.4129 30.3876 46.1123C19.0037 48.8118 7.5869 41.7716 4.88746 30.3878Z' fill='white' stroke='%234D5D6E' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.5511 38.0324C18.6246 38.0324 13.0095 32.4173 13.0095 25.4908C13.0095 18.5643 18.6246 12.9492 25.5511 12.9492C32.4777 12.9492 38.0928 18.5643 38.0928 25.4908C38.0928 32.4173 32.4777 38.0324 25.5511 38.0324Z' fill='%232ABB9C'/%3E%3C/svg%3E"); */
    /* right: -2.2rem; */
    /* top: 0; */
  }

  .Eai-section .body .mapRoad .Ai-analysis .title {
    font-size: 12px;
  }

  .Eai-section .body .mapRoad .Ai-analysis .price {
    font-size: 10px;
  }

  .Eai-section .body .mapRoad .Ai-analysis .price .number {
    font-size: 16px;
  }

  .Eai-section .body .mapRoad .Ai-analysis .payment-btn {
    padding: 0.2rem 2.5rem 0.2rem 1.1rem;
    font-size: 10px;
  }

  .Eai-section .body .mapRoad .Ai-analysis .payment-btn > div::before {
    content: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Buy 3'%3E%3Cpath id='Vector' d='M4.32415 11.589L4.6247 11.1894L4.32415 11.589ZM2.26589 6.68881L1.77966 6.80534L2.26589 6.68881ZM4.18922 11.4826L4.50776 11.0972V11.0972L4.18922 11.4826ZM16.5143 7.0569L16.0281 6.94037L16.5143 7.0569ZM14.9172 11.2681L14.567 10.9113L14.9172 11.2681ZM14.2802 11.7705L14.0149 11.3467L14.2802 11.7705ZM16.4565 4.06698L16.7997 3.70334L16.4565 4.06698ZM16.7278 4.41099L16.2942 4.65996L16.7278 4.41099ZM1.23507 0.378732C1.1681 0.110835 0.89663 -0.0520456 0.628732 0.0149288C0.360835 0.0819031 0.197954 0.35337 0.264929 0.621268L1.23507 0.378732ZM12 10C12.2761 10 12.5 9.77614 12.5 9.5C12.5 9.22386 12.2761 9 12 9V10ZM7.5 9C7.22386 9 7 9.22386 7 9.5C7 9.77614 7.22386 10 7.5 10V9ZM1.53947 4.15789H13.8337V3.15789H1.53947V4.15789ZM9.81273 11.8421H9.43421V12.8421H9.81273V11.8421ZM2.75212 6.57227L2.0257 3.54136L1.05324 3.77443L1.77966 6.80534L2.75212 6.57227ZM9.43421 11.8421C8.0528 11.8421 7.05961 11.8413 6.28517 11.7513C5.52338 11.6628 5.02802 11.4928 4.6247 11.1894L4.02361 11.9886C4.62154 12.4383 5.3116 12.6449 6.16973 12.7446C7.0152 12.8429 8.07642 12.8421 9.43421 12.8421V11.8421ZM1.77966 6.80534C2.09612 8.12574 2.34269 9.15791 2.6353 9.9572C2.93229 10.7685 3.29399 11.3914 3.87069 11.868L4.50776 11.0972C4.11876 10.7757 3.838 10.3336 3.57436 9.61343C3.30633 8.88129 3.07408 7.91564 2.75212 6.57227L1.77966 6.80534ZM4.6247 11.1894C4.58502 11.1596 4.54603 11.1288 4.50776 11.0972L3.87069 11.868C3.92073 11.9094 3.97172 11.9496 4.02361 11.9886L4.6247 11.1894ZM16.0281 6.94037C15.7496 8.10247 15.5487 8.93779 15.3249 9.57885C15.1043 10.2104 14.8758 10.6081 14.567 10.9113L15.2675 11.6249C15.7273 11.1735 16.0212 10.6179 16.2689 9.90858C16.5133 9.20878 16.7268 8.31578 17.0005 7.17344L16.0281 6.94037ZM9.81273 12.8421C10.9874 12.8421 11.9056 12.8427 12.6431 12.7681C13.3906 12.6925 13.9994 12.5362 14.5455 12.1943L14.0149 11.3467C13.6481 11.5764 13.208 11.7059 12.5425 11.7732C11.8669 11.8415 11.0077 11.8421 9.81273 11.8421V12.8421ZM14.567 10.9113C14.3992 11.076 14.2141 11.222 14.0149 11.3467L14.5455 12.1943C14.8061 12.0312 15.0481 11.8403 15.2675 11.6249L14.567 10.9113ZM13.8337 4.15789C14.5764 4.15789 15.0876 4.15878 15.4693 4.20535C15.8427 4.25092 16.0091 4.33223 16.1133 4.43062L16.7997 3.70334C16.4704 3.39264 16.0551 3.26942 15.5904 3.21271C15.134 3.15701 14.5505 3.15789 13.8337 3.15789V4.15789ZM17.0005 7.17344C17.1676 6.47638 17.3045 5.90918 17.3567 5.45231C17.4098 4.98717 17.3868 4.55459 17.1614 4.16202L16.2942 4.65996C16.3656 4.78427 16.4059 4.96497 16.3631 5.33874C16.3195 5.72077 16.2012 6.21807 16.0281 6.94037L17.0005 7.17344ZM16.1133 4.43062C16.1845 4.4978 16.2454 4.57507 16.2942 4.65996L17.1614 4.16202C17.0639 3.99225 16.942 3.83771 16.7997 3.70334L16.1133 4.43062ZM2.02454 3.53663L1.23507 0.378732L0.264929 0.621268L1.0544 3.77916L2.02454 3.53663ZM12 9H7.5V10H12V9Z' fill='white'/%3E%3Cg id='Vector_2'%3E%3Cpath d='M7.85531 14.7104C7.85531 15.1464 7.50186 15.4998 7.06584 15.4998C6.62983 15.4998 6.27637 15.1464 6.27637 14.7104C6.27637 14.2744 6.62983 13.9209 7.06584 13.9209C7.50186 13.9209 7.85531 14.2744 7.85531 14.7104Z' fill='white'/%3E%3Cpath d='M12.5922 14.7104C12.5922 15.1464 12.2387 15.4998 11.8027 15.4998C11.3667 15.4998 11.0132 15.1464 11.0132 14.7104C11.0132 14.2744 11.3667 13.9209 11.8027 13.9209C12.2387 13.9209 12.5922 14.2744 12.5922 14.7104Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    right: -1.4rem;
    top: 2px;
  }

  .Eai-section .body .mapRoad .Ai-analysis .processing {
    padding: 7px 35px 7px 7px;
    border-radius: 7px;
    font-size: 8px;
  }

  .Eai-section .body .mapRoad .Ai-analysis .processing::before {
    top: 4px;
    right: 10px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: transparent; display: block;' width='19px' height='19px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='6.451612903225806' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-0.5s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='0s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-0.5s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='6.451612903225806' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.5s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-0.5s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='16.129032258064512' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-0.7s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-0.2s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-0.7s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='16.129032258064512' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.7s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.2s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-0.7s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='25.806451612903224' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-0.9s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-0.4s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-0.9s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='25.806451612903224' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.9s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.4s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-0.9s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='35.48387096774193' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.1s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-0.6s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-1.1s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='35.48387096774193' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.1s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.6s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-1.1s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='45.16129032258064' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.3s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-0.8s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-1.3s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='45.16129032258064' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.3s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.8s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-1.3s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='54.838709677419345' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.5s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-1.5s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='54.838709677419345' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.5s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-2s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-1.5s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='64.51612903225805' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.7s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.2s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-1.7s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='64.51612903225805' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.7s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-2.2s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-1.7s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='74.19354838709677' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.9s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.4s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-1.9s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='74.19354838709677' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.9s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-2.4s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-1.9s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='83.87096774193547' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.1s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.6s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-2.1s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='83.87096774193547' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-3.1s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-2.6s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-2.1s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='93.54838709677418' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.3s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.8s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-2.3s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='93.54838709677418' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-3.3s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-2.8s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-2.3s'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E");
  }

  .Eai-section > .after-buy {
    padding: 0 22px;
  }

  .Eai-section > .after-buy > .list > .title {
    font-size: 10px;
    line-height: 20px;
  }

  .Eai-section > .after-buy > .list > .text {
    font-size: 10px;
    line-height: 20px;
  }

  .Eai-section > .after-buy > .list > .check-list li {
    font-size: 10px;
    line-height: 20px;
  }

  .Eai-section > .after-buy > .comment > .post-comment {
    justify-content: start;
    gap: 2rem;
  }

  .Eai-section > .after-buy > .comment > .post-comment > .post-comment-btn {
    font-size: 12px;
  }

  .Eai-section > .after-buy > .comment > .write-comment {
    padding: 0 0px;
    margin-top: 1rem;
  }

  .Eai-section > .after-buy > .comment > .write-comment > .comment_container {
    padding: 9px 9px 16px 9px;

    margin-top: 2rem;
  }

  .Eai-section
    > .after-buy
    > .comment
    > .write-comment
    > .comment_container::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='20' viewBox='0 0 59 66' fill='none'%3E%3Cpath d='M33.5084 66C43.9633 65.0032 58.9917 62.7383 59 34.9556L59 7.62939e-06L35.6702 5.34702e-06L35.6702 37.4L43.4168 37.4C43.9076 47.3864 37.847 49.9651 31.2565 51.9445L33.5084 66ZM2.25193 66C12.7069 65.0032 27.7353 62.7382 27.7435 34.9556L27.7435 4.57154e-06L4.4137 2.28916e-06L4.41369 37.4L12.1603 37.4C12.6511 47.3864 6.5905 49.9651 1.09804e-06 51.9445L2.25193 66Z' fill='%232ABB9C' fill-opacity='0.1'/%3E%3C/svg%3E");
    top: 5px;
    right: 10px;
  }

  .Eai-section
    > .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form {
    gap: 0.5rem;
  }

  .Eai-section
    > .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    textarea {
    font-size: 12px;
    padding: 29px 13px;
  }

  .Eai-section
    > .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    > div
    > .star_rating
    > div {
    content: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 3.75C12.4548 3.75 12.2142 8.18315 10.6989 9.74947C9.18361 11.3158 4.47275 9.5249 3.81823 12.305C3.16509 15.0866 7.40294 16.0304 7.92545 18.4168C8.45071 20.8032 5.86153 24.1562 8.07396 25.8248C10.2864 27.492 12.6679 23.7184 15 23.7184C17.332 23.7184 19.7136 27.492 21.926 25.8248C24.1384 24.1562 21.5506 20.8032 22.0745 18.4168C22.5984 16.0304 26.8349 15.0866 26.1817 12.305C25.5286 9.5249 20.8164 11.3158 19.3025 9.74947C17.7872 8.18315 17.5452 3.75 15 3.75Z' stroke='%23DCB051' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }

  .Eai-section
    > .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    > div
    > .star_rating
    > div.active,
  .Eai-section
    > .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    > div
    > .star_rating
    > div.active
    ~ .star,
  .Eai-section
    > .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    > div
    > .star_rating
    > div:hover,
  .Eai-section
    > .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    > div
    > .star_rating
    > div:hover
    ~ .star {
    content: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 3.75C12.4548 3.75 12.2142 8.18315 10.6989 9.74947C9.18361 11.3158 4.47275 9.5249 3.81823 12.305C3.16509 15.0866 7.40294 16.0304 7.92545 18.4168C8.45072 20.8032 5.86153 24.1562 8.07396 25.8248C10.2864 27.492 12.6679 23.7184 15 23.7184C17.332 23.7184 19.7136 27.492 21.926 25.8248C24.1385 24.1562 21.5506 20.8032 22.0745 18.4168C22.5984 16.0304 26.8349 15.0866 26.1817 12.305C25.5286 9.5249 20.8164 11.3158 19.3025 9.74947C17.7872 8.18315 17.5452 3.75 15 3.75Z' fill='%23DCB051' stroke='%23DCB051' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }

  .Eai-section
    > .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    > div
    > button {
    width: 81px;
    height: 27px;
    border-radius: 7px;
    font-size: 12px;
    line-height: 24px;
  }

  .Eai-section
    > .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    .text-in-blur {
    font-size: 12px;
  }

  .Eai-section
    > .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    #PROCESSING-COMMENT {
    display: none;
  }

  .Eai-section
    > .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    #PROCESSING-COMMENT::after {
    content: url("data:image/svg+xml,%3Csvg width='90' height='89' viewBox='0 0 180 89' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M180 44C180 51.1797 174.18 57 167 57L13 57C5.8203 57 -3.13835e-07 51.1797 0 44L180 44Z' fill='%23FFCE63'/%3E%3Ccircle cx='90.5' cy='44.5' r='41.5' fill='%23DCB051' stroke='%23AAAAAA' stroke-opacity='0.6' stroke-width='5'/%3E%3Cg clip-path='url(%23clip0_0_1)'%3E%3Cpath d='M73.917 46.4997C73.917 45.3951 73.0216 44.4997 71.917 44.4997C70.8124 44.4997 69.917 45.3951 69.917 46.4997H73.917ZM79.7484 30.833L80.9498 32.432L80.9498 32.432L79.7484 30.833ZM75.8337 34.7478L77.3132 36.0935L77.3763 36.0241L77.4326 35.9491L75.8337 34.7478ZM76.3898 24.9669C76.3947 23.8624 75.5033 22.963 74.3987 22.958C73.2941 22.9531 72.3947 23.8445 72.3898 24.9491L76.3898 24.9669ZM74.3724 28.8467L72.3724 28.8378L72.3724 28.8378L74.3724 28.8467ZM81.5791 36.0534L81.588 38.0533L81.588 38.0533L81.5791 36.0534ZM85.4767 38.036C86.5813 38.0311 87.4727 37.1316 87.4678 36.0271C87.4628 34.9225 86.5634 34.0311 85.4589 34.036L85.4767 38.036ZM75.1725 34.5591L73.5908 35.7831L73.5908 35.7831L75.1725 34.5591ZM75.8667 35.2533L74.6427 36.835L74.6427 36.835L75.8667 35.2533ZM69.917 46.4997C69.917 58.4198 79.5802 68.083 91.5003 68.083V64.083C81.7893 64.083 73.917 56.2107 73.917 46.4997H69.917ZM91.5003 68.083C103.42 68.083 113.084 58.4198 113.084 46.4997H109.084C109.084 56.2107 101.211 64.083 91.5003 64.083V68.083ZM113.084 46.4997C113.084 34.5795 103.42 24.9163 91.5003 24.9163V28.9163C101.211 28.9163 109.084 36.7887 109.084 46.4997H113.084ZM91.5003 24.9163C86.6428 24.9163 82.1549 26.5234 78.5471 29.234L80.9498 32.432C83.8886 30.224 87.5389 28.9163 91.5003 28.9163V24.9163ZM78.5471 29.234C76.9143 30.4608 75.4614 31.9136 74.2347 33.5464L77.4326 35.9491C78.4331 34.6176 79.6182 33.4324 80.9498 32.432L78.5471 29.234ZM72.3898 24.9491L72.3724 28.8378L76.3724 28.8556L76.3898 24.9669L72.3898 24.9491ZM81.588 38.0533L85.4767 38.036L85.4589 34.036L81.5702 34.0534L81.588 38.0533ZM72.3724 28.8378C72.3657 30.3413 72.3569 31.638 72.4713 32.6852C72.59 33.7726 72.862 34.8414 73.5908 35.7831L76.7542 33.335C76.6621 33.2161 76.5272 32.9793 76.4476 32.251C76.3637 31.4824 76.3653 30.4532 76.3724 28.8556L72.3724 28.8378ZM81.5702 34.0534C79.9726 34.0605 78.9434 34.0621 78.1748 33.9781C77.4465 33.8986 77.2097 33.7636 77.0908 33.6716L74.6427 36.835C75.5844 37.5638 76.6532 37.8358 77.7406 37.9545C78.7878 38.0689 80.0845 38.0601 81.588 38.0533L81.5702 34.0534ZM73.5908 35.7831C73.7826 36.0309 73.9937 36.2628 74.2219 36.4765L76.9561 33.5569C76.8831 33.4885 76.8156 33.4143 76.7542 33.335L73.5908 35.7831ZM74.2219 36.4765C74.3564 36.6024 74.4967 36.722 74.6427 36.835L77.0908 33.6716C77.0441 33.6355 76.9991 33.5972 76.9561 33.5569L74.2219 36.4765ZM74.3541 33.4021L74.1095 33.671L77.0686 36.3624L77.3132 36.0935L74.3541 33.4021Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_0_1'%3E%3Crect width='47' height='47' fill='white' transform='translate(68 23)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }

  .Eai-section
    > .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    #PROCESSING-COMMENT::before {
    bottom: -1rem;
    content: url("data:image/svg+xml,%3Csvg width='90' height='13' viewBox='0 0 180 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M180 13C180 5.82029 174.18 -7.37498e-06 167 -7.06115e-06L13 -3.29593e-07C5.8203 -1.57579e-08 -3.13835e-07 5.8203 0 13L180 13Z' fill='%23FFCE63'/%3E%3C/svg%3E%0A");
  }

  .Eai-section
    > .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    #SUCCESS-COMMENT {
    display: none;
  }

  .Eai-section
    > .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    #SUCCESS-COMMENT::after {
    content: url("data:image/svg+xml,%3Csvg width='90' height='89' viewBox='0 0 180 89' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M180 44C180 51.1797 174.18 57 167 57L13 57C5.8203 57 -3.13835e-07 51.1797 0 44L180 44Z' fill='%2319CF6B'/%3E%3Ccircle cx='90.5' cy='44.5' r='41.5' fill='%2319CF6B' stroke='%23AAAAAA' stroke-opacity='0.6' stroke-width='5'/%3E%3Cpath d='M100.292 38.6253L93.6938 45.9949C91.0792 48.9152 89.772 50.3753 88.0522 50.3753C86.3324 50.3753 85.0251 48.9152 82.4105 45.9949L80.7084 44.0937M110.083 44.5003C110.083 55.3159 101.316 64.0837 90.5001 64.0837C79.6845 64.0837 70.9167 55.3159 70.9167 44.5003C70.9167 33.6847 79.6845 24.917 90.5001 24.917C101.316 24.917 110.083 33.6847 110.083 44.5003Z' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  }

  .Eai-section
    > .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    #SUCCESS-COMMENT::before {
    bottom: -1rem;
    content: url("data:image/svg+xml,%3Csvg width='90' height='13' viewBox='0 0 180 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M180 13C180 5.82029 174.18 -7.37498e-06 167 -7.06115e-06L13 -3.29593e-07C5.8203 -1.57579e-08 -3.13835e-07 5.8203 0 13L180 13Z' fill='%2319CF6B'/%3E%3C/svg%3E%0A");
  }

  .Eai-section
    > .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    #ERROR-COMMENT {
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    height: 2rem;
    top: -3rem;
  }

  .Eai-section
    > .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    #ERROR-COMMENT::after {
    right: -1rem;
    top: -21px;
    content: url("data:image/svg+xml,%3Csvg width='35' height='74' viewBox='0 0 74 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='37' cy='37' r='34' fill='%23EB3B39' stroke='%23AAAAAA' stroke-opacity='0.6' stroke-width='5'/%3E%3Cpath d='M33.818 34.182L40.182 40.5459M33.818 40.5459L40.182 34.182M52 37C52 45.2843 45.2843 52 37 52C28.7157 52 22 45.2843 22 37C22 28.7157 28.7157 22 37 22C45.2843 22 52 28.7157 52 37Z' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  }

  .Eai-section
    > .after-buy
    > .comment
    > .write-comment
    > .comment_container
    form
    #ERROR-COMMENT::before {
    left: 0px;
    bottom: -9px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0' height='25' viewBox='0 0 13 33' fill='none'%3E%3Cpath d='M0 0C7.1797 0 13 5.8203 13 13L13 20C13 27.1797 7.1797 33 0 33L0 0Z' fill='%23EB3B39'/%3E%3C/svg%3E");
  }
}

/* Eai-packages */
.Eai-packages {
  /* border: red solid; */
  padding-bottom: 5rem;
}
.Eai-packages .Eai-packages-top {
  padding-top: 40px;
  padding-bottom: 1px;
}

.Eai-packages .text {
  max-width: 850px;
  width: calc(100% - 90px);
  margin: 2rem auto;
}

.Eai-packages .package {
  max-width: 770px;
  width: calc(100% - 190px);
  margin: auto;
  margin-top: 21px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
}

.Eai-packages .package .header {
  height: 100px;
  border-radius: 10px 10px 0px 0px;
  background: rgba(43, 135, 219, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 9px 9px 19px;
}
.Eai-packages .package .header .box-and-package-name {
  display: flex;
  align-items: center;
  gap: 19px;
}
.Eai-packages .package .header .box-and-package-name .box {
  border-radius: 5px;
  background: #fff;
  width: 79px;
  height: 79px;
}
.Eai-packages .package .header .box-and-package-name .package-name {
  color: #2b87db;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.Eai-packages .package .header .start-consuling {
  color: #2b87db;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 5px;
  background: rgba(43, 135, 219, 0.1);
  padding: 4px 30px;
}
.Eai-packages .package .header .start-consuling:hover {
  opacity: 0.8;
}
.Eai-packages .package .body {
  color: #333;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  padding: 9px 9px 17px 9px;
}

@media only screen and (max-width: 768px) {
  .Eai-packages .Eai-packages-top {
    background: #fafafa;
  }

  .Eai-packages .text {
    width: calc(100% - 40px);
  }

  .Eai-packages .package {
    width: calc(100% - 20px);
    position: relative;
    padding-bottom: 60px;
  }
  .Eai-packages .package .header {
    height: 111px;
  }
  .Eai-packages .package .header .box-and-package-name {
    gap: 60px;
  }

  .Eai-packages .package .header .start-consuling {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
  }
}

/* Current Mood */
.ECounselingAi-section {
  padding: 60px 88px;
  width: 100%;
}

.ECounselingAi-section .subTitle > p {
  margin: 0;
  padding: 0;
}

.ECounselingAi-section .flipdown {
  width: 100%;
  margin: 2rem auto;
  /* border: red solid; */
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.ECounselingAi-section .flipdown > div:nth-child(1) {
  display: none;
}
.ECounselingAi-section .list {
  width: 100%;
  border-radius: 10px;
  background: rgba(220, 176, 81, 0.12);
  padding: 18px;
}
.ECounselingAi-section .list ul {
  position: relative;
}
.ECounselingAi-section .list ul::before {
  position: absolute;
  top: -1.7rem;
  right: -0.7rem;
  content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Danger Circle'%3E%3Cpath id='Vector' d='M12 15C12 15.5523 11.5523 16 11 16C10.4477 16 10 15.5523 10 15C10 14.4477 10.4477 14 11 14C11.5523 14 12 14.4477 12 15Z' fill='%23DCB051'/%3E%3Cpath id='Vector_2' d='M11 6V12M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z' stroke='%23DCB051' stroke-width='2' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.ECounselingAi-section .list ul li {
  position: relative;
  color: #604306;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  list-style-type: none;
}
.ECounselingAi-section .list ul li::before {
  position: absolute;
  top: 4px;
  right: -1.5rem;
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Tick Square'%3E%3Cpath id='Vector' fill-rule='evenodd' clip-rule='evenodd' d='M0.966186 1.79581C0.25 2.78155 0.25 4.1877 0.25 7C0.25 9.8123 0.25 11.2184 0.966186 12.2042C1.19748 12.5225 1.47745 12.8025 1.79581 13.0338C2.78155 13.75 4.1877 13.75 7 13.75C9.8123 13.75 11.2184 13.75 12.2042 13.0338C12.5225 12.8025 12.8025 12.5225 13.0338 12.2042C13.75 11.2184 13.75 9.8123 13.75 7C13.75 4.1877 13.75 2.78155 13.0338 1.79581C12.8025 1.47745 12.5225 1.19748 12.2042 0.966186C11.2184 0.25 9.8123 0.25 7 0.25C4.1877 0.25 2.78155 0.25 1.79581 0.966186C1.47745 1.19748 1.19748 1.47745 0.966186 1.79581ZM11.1691 5.1252C11.3763 4.89375 11.3567 4.53814 11.1252 4.33092C10.8938 4.1237 10.5381 4.14334 10.3309 4.3748L7.80404 7.19718C7.29202 7.76908 6.9472 8.15221 6.65239 8.39999C6.37155 8.63604 6.2066 8.6875 6.0625 8.6875C5.9184 8.6875 5.75345 8.63604 5.47261 8.39999C5.1778 8.1522 4.83298 7.76908 4.32096 7.19718L3.66908 6.46907C3.46186 6.23762 3.10625 6.21797 2.8748 6.42519C2.64334 6.63241 2.6237 6.98802 2.83092 7.21947L3.51065 7.97869C3.98753 8.51138 4.38531 8.95571 4.74876 9.2612C5.13324 9.58435 5.54794 9.8125 6.0625 9.8125C6.57705 9.8125 6.99176 9.58435 7.37624 9.2612C7.73969 8.95571 8.13746 8.51139 8.61435 7.9787L11.1691 5.1252Z' fill='%23DAAB44'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.ECounselingAi-section > .attention-box-container {
  margin-top: 10px;
  padding: 0 120px;
}
.ECounselingAi-section > .attention-box-container.extra-padding {
  padding: 0 170px;
}
.ECounselingAi-section > .attention-box-container > .attention-box {
  color: #604306;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  border-radius: 10px;
  background: rgba(220, 176, 81, 0.12);
  position: relative;
  padding: 11px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ECounselingAi-section > .attention-box-container > .attention-box::before {
  position: absolute;
  top: 15px;
  content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Danger Circle'%3E%3Cpath id='Vector' d='M12 15C12 15.5523 11.5523 16 11 16C10.4477 16 10 15.5523 10 15C10 14.4477 10.4477 14 11 14C11.5523 14 12 14.4477 12 15Z' fill='%23DCB051'/%3E%3Cpath id='Vector_2' d='M11 6V12M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z' stroke='%23DCB051' stroke-width='2' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E%0A");
  right: 20px;
}
.ECounselingAi-section .counsult {
  margin: 20px 0;
}
.ECounselingAi-section .counsult > div {
  color: #b6b6b6;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.ECounselingAi-section .counsult > .title {
  color: #777;
}
.ECounselingAi-section .counsult span {
  color: #2b87db;
  font-weight: 700;
}
.ECounselingAi-section .counsult .buy-btn {
  width: 218px;
  height: 37px;
  margin: 1.5rem auto;
  border-radius: 5px;
  background: #2abb9c;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 16px;
  cursor: pointer;
  border: none;
  color: white;
}
.ECounselingAi-section .counsult .buy-btn:hover {
  opacity: 0.8;
}
.ECounselingAi-section .counsult .buy-btn > div {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.ECounselingAi-section .counsult .buy-btn > div::before {
  position: absolute;
  top: 4px;
  right: -2rem;
  content: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Buy 3'%3E%3Cpath id='Vector' d='M4.32415 11.589L4.6247 11.1894L4.32415 11.589ZM2.26589 6.68881L1.77966 6.80534L2.26589 6.68881ZM4.18922 11.4826L4.50776 11.0972V11.0972L4.18922 11.4826ZM16.5143 7.0569L16.0281 6.94037L16.5143 7.0569ZM14.9172 11.2681L14.567 10.9113L14.9172 11.2681ZM14.2802 11.7705L14.0149 11.3467L14.2802 11.7705ZM16.4565 4.06698L16.7997 3.70334L16.4565 4.06698ZM16.7278 4.41099L16.2942 4.65996L16.7278 4.41099ZM1.23507 0.378732C1.1681 0.110835 0.89663 -0.0520456 0.628732 0.0149288C0.360835 0.0819031 0.197954 0.35337 0.264929 0.621268L1.23507 0.378732ZM12 10C12.2761 10 12.5 9.77614 12.5 9.5C12.5 9.22386 12.2761 9 12 9V10ZM7.5 9C7.22386 9 7 9.22386 7 9.5C7 9.77614 7.22386 10 7.5 10V9ZM1.53947 4.15789H13.8337V3.15789H1.53947V4.15789ZM9.81273 11.8421H9.43421V12.8421H9.81273V11.8421ZM2.75212 6.57227L2.0257 3.54136L1.05324 3.77443L1.77966 6.80534L2.75212 6.57227ZM9.43421 11.8421C8.0528 11.8421 7.05961 11.8413 6.28517 11.7513C5.52338 11.6628 5.02802 11.4928 4.6247 11.1894L4.02361 11.9886C4.62154 12.4383 5.3116 12.6449 6.16973 12.7446C7.0152 12.8429 8.07642 12.8421 9.43421 12.8421V11.8421ZM1.77966 6.80534C2.09612 8.12574 2.34269 9.15791 2.6353 9.9572C2.93229 10.7685 3.29399 11.3914 3.87069 11.868L4.50776 11.0972C4.11876 10.7757 3.838 10.3336 3.57436 9.61343C3.30633 8.88129 3.07408 7.91564 2.75212 6.57227L1.77966 6.80534ZM4.6247 11.1894C4.58502 11.1596 4.54603 11.1288 4.50776 11.0972L3.87069 11.868C3.92073 11.9094 3.97172 11.9496 4.02361 11.9886L4.6247 11.1894ZM16.0281 6.94037C15.7496 8.10247 15.5487 8.93779 15.3249 9.57885C15.1043 10.2104 14.8758 10.6081 14.567 10.9113L15.2675 11.6249C15.7273 11.1735 16.0212 10.6179 16.2689 9.90858C16.5133 9.20878 16.7268 8.31578 17.0005 7.17344L16.0281 6.94037ZM9.81273 12.8421C10.9874 12.8421 11.9056 12.8427 12.6431 12.7681C13.3906 12.6925 13.9994 12.5362 14.5455 12.1943L14.0149 11.3467C13.6481 11.5764 13.208 11.7059 12.5425 11.7732C11.8669 11.8415 11.0077 11.8421 9.81273 11.8421V12.8421ZM14.567 10.9113C14.3992 11.076 14.2141 11.222 14.0149 11.3467L14.5455 12.1943C14.8061 12.0312 15.0481 11.8403 15.2675 11.6249L14.567 10.9113ZM13.8337 4.15789C14.5764 4.15789 15.0876 4.15878 15.4693 4.20535C15.8427 4.25092 16.0091 4.33223 16.1133 4.43062L16.7997 3.70334C16.4704 3.39264 16.0551 3.26942 15.5904 3.21271C15.134 3.15701 14.5505 3.15789 13.8337 3.15789V4.15789ZM17.0005 7.17344C17.1676 6.47638 17.3045 5.90918 17.3567 5.45231C17.4098 4.98717 17.3868 4.55459 17.1614 4.16202L16.2942 4.65996C16.3656 4.78427 16.4059 4.96497 16.3631 5.33874C16.3195 5.72077 16.2012 6.21807 16.0281 6.94037L17.0005 7.17344ZM16.1133 4.43062C16.1845 4.4978 16.2454 4.57507 16.2942 4.65996L17.1614 4.16202C17.0639 3.99225 16.942 3.83771 16.7997 3.70334L16.1133 4.43062ZM2.02454 3.53663L1.23507 0.378732L0.264929 0.621268L1.0544 3.77916L2.02454 3.53663ZM12 9H7.5V10H12V9Z' fill='white'/%3E%3Cg id='Vector_2'%3E%3Cpath d='M7.85531 14.7104C7.85531 15.1464 7.50186 15.4998 7.06584 15.4998C6.62983 15.4998 6.27637 15.1464 6.27637 14.7104C6.27637 14.2744 6.62983 13.9209 7.06584 13.9209C7.50186 13.9209 7.85531 14.2744 7.85531 14.7104Z' fill='white'/%3E%3Cpath d='M12.5922 14.7104C12.5922 15.1464 12.2387 15.4998 11.8027 15.4998C11.3667 15.4998 11.0132 15.1464 11.0132 14.7104C11.0132 14.2744 11.3667 13.9209 11.8027 13.9209C12.2387 13.9209 12.5922 14.2744 12.5922 14.7104Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.ECounselingAi-section .data {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 21px;
}
.ECounselingAi-section .data > div {
  width: calc(33.33% - 20px);
  border-radius: 10px;
  background: rgba(43, 135, 219, 0.04);
  padding: 14px 44px 14px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ECounselingAi-section .data > div > div {
  color: #555;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.ECounselingAi-section .data > div span {
  color: #2b87db;
  font-size: 16px;
  font-weight: 800;
}
.ECounselingAi-section .data > div .position-relative {
  position: relative;
}
.ECounselingAi-section .data > div .position-relative::before {
  position: absolute;
  right: -2rem;
}
.ECounselingAi-section .data > div .people::before {
  content: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Profile Add 1'%3E%3Cg id='Vector'%3E%3Cpath d='M8 0C5.37665 0 3.25 2.12665 3.25 4.75C3.25 7.37335 5.37665 9.5 8 9.5C10.6234 9.5 12.75 7.37335 12.75 4.75C12.75 2.12665 10.6234 0 8 0Z' fill='%232B87DB'/%3E%3Cpath d='M18.75 6.75C18.75 6.33579 18.4142 6 18 6C17.5858 6 17.25 6.33579 17.25 6.75V9H15C14.5858 9 14.25 9.33579 14.25 9.75C14.25 10.1642 14.5858 10.5 15 10.5H17.25V12.75C17.25 13.1642 17.5858 13.5 18 13.5C18.4142 13.5 18.75 13.1642 18.75 12.75V10.5H21C21.4142 10.5 21.75 10.1642 21.75 9.75C21.75 9.33579 21.4142 9 21 9H18.75V6.75Z' fill='%232B87DB'/%3E%3Cpath d='M5 11C2.37665 11 0.25 13.1266 0.25 15.75C0.25 18.3734 2.37665 20.5 5 20.5H11C13.6234 20.5 15.75 18.3734 15.75 15.75C15.75 13.1266 13.6234 11 11 11H5Z' fill='%232B87DB'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.ECounselingAi-section .data > div .scoreToCounsaltant::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Star 2'%3E%3Cpath id='Vector' d='M16.1645 3.27559C14.8538 -0.758531 9.14656 -0.758531 7.83579 3.27559C7.45041 4.46167 6.34513 5.26471 5.09801 5.26471C0.856281 5.26471 -0.907344 10.6926 2.52429 13.1858C3.53323 13.9188 3.95541 15.2182 3.57003 16.4043C2.25926 20.4384 6.87649 23.793 10.3081 21.2998C11.3171 20.5667 12.6833 20.5667 13.6922 21.2998C17.1238 23.793 21.7411 20.4384 20.4303 16.4043C20.0449 15.2182 20.4671 13.9188 21.476 13.1858C24.9077 10.6926 23.144 5.26471 18.9023 5.26471C17.6552 5.26471 16.5499 4.46167 16.1645 3.27559Z' fill='%232B87DB'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.ECounselingAi-section .data > div .likes::before {
  top: 2px;
  content: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Like'%3E%3Cg id='Vector'%3E%3Cpath d='M6.34488 4.31457L8.57541 0.689951C8.83927 0.261184 9.30668 0 9.81013 0C10.6987 0 11.3782 0.79201 11.243 1.67022L11 3.25C10.7371 4.95887 12.0593 6.5 13.7882 6.5H14.478C17.015 6.5 18.6651 9.16987 17.5305 11.439L16.382 13.7361C15.535 15.43 13.8037 16.5 11.9098 16.5H9C7.65211 16.5 6.45994 15.8333 5.73525 14.8117C5.74501 14.7091 5.75 14.6051 5.75 14.5V6.5C5.75 6.169 5.70052 5.84955 5.60855 5.54866C5.78577 5.22312 6.02173 4.83968 6.34488 4.31457Z' fill='%232B87DB'/%3E%3Cpath d='M4.25 14.5C4.25 15.4665 3.4665 16.25 2.5 16.25C1.5335 16.25 0.75 15.4665 0.75 14.5V6.5C0.75 5.5335 1.5335 4.75 2.5 4.75C3.4665 4.75 4.25 5.5335 4.25 6.5V14.5Z' fill='%232B87DB'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.ECounselingAi-section .free-try-btn {
  background-color: #1f80ac;
  position: relative;
  min-width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 25px;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 768px) {
  .ECounselingAi-section {
    padding: 60px 10px;
  }
  .ECounselingAi-section .list {
    padding: 10px 10px 2px 18px;
  }
  .ECounselingAi-section .list ul::before {
    right: -0.3rem;
    top: -1.3rem;
    content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Danger Circle'%3E%3Cpath id='Vector' d='M12 15C12 15.5523 11.5523 16 11 16C10.4477 16 10 15.5523 10 15C10 14.4477 10.4477 14 11 14C11.5523 14 12 14.4477 12 15Z' fill='%23DCB051'/%3E%3Cpath id='Vector_2' d='M11 6V12M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z' stroke='%23DCB051' stroke-width='2' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
  .ECounselingAi-section .list ul li {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0.2rem;
  }
  .ECounselingAi-section .counsult > div {
    font-size: 16px;
    line-height: 35px;
  }
  .ECounselingAi-section .counsult .buy-btn {
    width: 178px;
    padding-right: 18px;
  }

  .ECounselingAi-section .data {
    margin: 1.5rem 0;
    padding: 0 50px;
    flex-direction: column;
    gap: 14px;
  }
  .ECounselingAi-section .data > div {
    width: calc(100%);
  }
  .ECounselingAi-section > .attention-box-container {
    padding: 0 5px;
  }
  .ECounselingAi-section > .attention-box-container.extra-padding {
    padding: 0 50px;
  }
  .ECounselingAi-section > .attention-box-container > .attention-box {
    color: #604306;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    border-radius: 10px;
    background: rgba(220, 176, 81, 0.12);
    position: relative;
    padding: 11px 50px;
  }
  .ECounselingAi-section > .attention-box-container > .attention-box::before {
    position: absolute;
    top: 15px;
    content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Danger Circle'%3E%3Cpath id='Vector' d='M12 15C12 15.5523 11.5523 16 11 16C10.4477 16 10 15.5523 10 15C10 14.4477 10.4477 14 11 14C11.5523 14 12 14.4477 12 15Z' fill='%23DCB051'/%3E%3Cpath id='Vector_2' d='M11 6V12M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z' stroke='%23DCB051' stroke-width='2' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E%0A");
    right: 20px;
  }
}

/* Flip Down */
.flipdown.flipdown__theme-dark {
  font-weight: bold;
}

/* Rotor group headings */
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: #000000;
}
/* Delimeters */
.flipdown.flipdown__theme-dark
  .rotor-group:nth-child(n + 2):nth-child(-n + 3):before,
.flipdown.flipdown__theme-dark
  .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
  background-color: #bfbfbf;
}
/* Rotor tops */
.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #f2f2f2;
  background-color: #2b87db;
}
/* Rotor bottoms */
.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: #f2f2f2;
  background-color: #2b87db;
}
/* Hinge */
.flipdown.flipdown__theme-dark .rotor:after {
  border-top: solid 1px #24475b;
}

/********** Theme: light **********/
/* Font styles */
.flipdown.flipdown__theme-light {
  font-weight: bold;
}
/* Rotor group headings */
.flipdown.flipdown__theme-light .rotor-group-heading:before {
  color: #eeeeee;
}
/* Delimeters */
.flipdown.flipdown__theme-light
  .rotor-group:nth-child(n + 2):nth-child(-n + 3):before,
.flipdown.flipdown__theme-light
  .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
  background-color: #dddddd;
}
/* Rotor tops */
.flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-top,
.flipdown.flipdown__theme-light .rotor-leaf-front {
  color: #222222;
  background-color: #dddddd;
}
/* Rotor bottoms */
.flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light .rotor-leaf-rear {
  color: #333333;
  background-color: #eeeeee;
}
/* Hinge */
.flipdown.flipdown__theme-light .rotor:after {
  border-top: solid 1px #222222;
}

/* END OF THEMES */

.flipdown {
  overflow: visible;
  width: 510px;
  height: 110px;
}

.flipdown .rotor-group {
  position: relative;
  float: left;
  padding-right: 30px;
}

.flipdown .rotor-group:last-child {
  padding-right: 0;
}

.flipdown .rotor-group-heading:before {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
  content: attr(data-before);
  color: red;
}

.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
  content: attr(data-before);
  color: #b4b4b4;
}

.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
  content: attr(data-before);
  color: #b4b4b4;
}

.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
  content: attr(data-before);
  color: #b4b4b4;
}

.flipdown .rotor-group:nth-child(n + 2):nth-child(-n + 3):before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.flipdown .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.flipdown .rotor {
  position: relative;
  float: left;
  width: 50px;
  height: 80px;
  margin: 0px 5px 0px 0px;
  border-radius: 7px;
  font-size: 50px;
  text-align: center;
  perspective: 200px;
  font-variant-numeric: ordinal;
}

.flipdown .rotor:last-child {
  margin-right: 0;
  /* border: red solid; */
}

.flipdown .rotor-top,
.flipdown .rotor-bottom {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px;
}

.flipdown .rotor-leaf {
  z-index: 1;
  position: absolute;
  width: 50px;
  height: 80px;
  transform-style: preserve-3d;
  transition: transform 0s;
}

.flipdown .rotor-leaf.flipped {
  transform: rotateX(-180deg);
  transition: all 0.5s ease-in-out;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px;
  margin: 0;
  transform: rotateX(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flipdown .rotor-leaf-front {
  line-height: 80px;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-leaf-rear {
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
  transform: rotateX(-180deg);
}

.flipdown .rotor-top {
  line-height: 80px;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-bottom {
  bottom: 0;
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
}

.flipdown .rotor:after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 40px;
  border-radius: 0px 0px 4px 4px;
}

@media (max-width: 768px) {
  .flipdown {
    width: 312px;
    height: 70px;
  }

  .flipdown .rotor {
    font-size: 2.2rem;
    margin-right: 3px;
  }

  .flipdown .rotor,
  .flipdown .rotor-leaf,
  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
    width: 30px;
  }

  .flipdown .rotor-group {
    padding-right: 20px;
  }

  .flipdown .rotor-group:last-child {
    padding-right: 0px;
  }

  .flipdown .rotor-group-heading:before {
    font-size: 0.8rem;
    height: 20px;
    line-height: 20px;
  }

  .flipdown .rotor-group:nth-child(n + 2):nth-child(-n + 3):before,
  .flipdown .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
    left: 69px;
  }

  .flipdown .rotor-group:nth-child(n + 2):nth-child(-n + 3):before {
    bottom: 13px;
    height: 8px;
    width: 8px;
  }

  .flipdown .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
    bottom: 29px;
    height: 8px;
    width: 8px;
  }

  .flipdown .rotor-leaf-front,
  .flipdown .rotor-top {
    line-height: 50px;
  }

  .flipdown .rotor-leaf,
  .flipdown .rotor {
    height: 50px;
  }

  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
    height: 25px;
  }
}

.ready-to-do-request {
  background-color: #ffa400;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  margin-right: auto;
  min-width: 140px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  cursor: pointer;
}

.ready-to-do-request:hover {
  opacity: 0.8;
}

.ready-to-do-request::before {
  position: absolute;
  top: 2px;
  right: 12px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: transparent; display: block;' width='30px' height='30px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='6.451612903225806' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-0.5s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='0s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-0.5s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='6.451612903225806' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.5s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-0.5s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='16.129032258064512' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-0.7s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-0.2s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-0.7s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='16.129032258064512' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.7s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.2s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-0.7s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='25.806451612903224' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-0.9s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-0.4s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-0.9s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='25.806451612903224' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.9s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.4s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-0.9s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='35.48387096774193' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.1s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-0.6s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-1.1s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='35.48387096774193' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.1s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.6s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-1.1s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='45.16129032258064' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.3s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-0.8s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-1.3s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='45.16129032258064' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.3s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.8s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-1.3s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='54.838709677419345' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.5s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-1.5s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='54.838709677419345' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.5s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-2s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-1.5s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='64.51612903225805' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.7s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.2s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-1.7s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='64.51612903225805' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.7s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-2.2s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-1.7s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='74.19354838709677' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-1.9s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.4s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-1.9s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='74.19354838709677' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.9s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-2.4s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-1.9s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='83.87096774193547' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.1s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.6s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-2.1s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='83.87096774193547' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-3.1s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-2.6s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-2.1s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='93.54838709677418' cy='50' r='3' fill='%2331395a'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-2.3s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-1.8s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%2331395a;%231d2031;%2331395a' dur='2s' repeatCount='indefinite' begin='-2.3s'%3E%3C/animate%3E%3C/circle%3E%3Ccircle cx='93.54838709677418' cy='50' r='3' fill='%235c607e'%3E%3Canimate attributeName='r' times='0;0.5;1' values='2.4000000000000004;3.5999999999999996;2.4000000000000004' dur='2s' repeatCount='indefinite' begin='-3.3s'%3E%3C/animate%3E%3Canimate attributeName='cy' keyTimes='0;0.5;1' values='32;68;32' dur='2s' repeatCount='indefinite' begin='-2.8s' keySplines='0.5 0 0.5 1;0.5 0 0.5 1' calcMode='spline'%3E%3C/animate%3E%3Canimate attributeName='fill' keyTimes='0;0.5;1' values='%235c607e;%23a8a4b9;%235c607e' dur='2s' repeatCount='indefinite' begin='-2.3s'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E");
}
