.tm_accordion-wrap {
  margin: 0 0 30px;
  padding: 0 30px;
}
.tm_accordion-wrap-in {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.tm_accordion-title {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 25px;
}
@media (max-width: 480px) {
  .tm_accordion-title {
    font-size: 21px;
  }
}
.tm_accordion_title {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 19px 71px 19px 20px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.tm_accordion_title i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 36px;
  height: 36px;
  margin: auto;
  background: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 0.292893C0.683418 -0.097631 1.31658 -0.097631 1.70711 0.292893L6 4.58579L10.2929 0.292893C10.6834 -0.097631 11.3166 -0.097631 11.7071 0.292893C12.0976 0.683417 12.0976 1.31658 11.7071 1.70711L6.70711 6.70711C6.31658 7.09763 5.68342 7.09763 5.29289 6.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' fill='%231a1845' /%3E%3C/svg%3E") 50% no-repeat;
  transition: all 0.3s;
  -webkit-background-size: 12px 7px;
  background-size: 12px 7px;
}
.tm_accordion_title:after {
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .tm_accordion_title {
    padding: 16px 40px 16px 16px;
  }
  .tm_accordion_title i {
    width: 26px;
    height: 26px;
    right: 10px;
  }
}
.tm_accordion_body {
  display: none;
  padding: 30px 28px 30px 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #000;
  border: 2px solid #1a1845;
}
.tm_accordion_body p {
  margin-top: 0;
}
.tm_accordion_body p:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .tm_accordion_body {
    padding: 16px;
  }
}
.tm_accordion_item {
  margin-bottom: 5px;
}
.tm_accordion_item.active > .tm_accordion_title {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  background: #1a1845;
  color: #fff;
}
.tm_accordion_item.active > .tm_accordion_title:after {
  opacity: 1;
}
.tm_accordion_item.active > .tm_accordion_title i {
  transform: rotate(180deg);
  background: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 0.292893C0.683418 -0.097631 1.31658 -0.097631 1.70711 0.292893L6 4.58579L10.2929 0.292893C10.6834 -0.097631 11.3166 -0.097631 11.7071 0.292893C12.0976 0.683417 12.0976 1.31658 11.7071 1.70711L6.70711 6.70711C6.31658 7.09763 5.68342 7.09763 5.29289 6.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' fill='%23ffffff' /%3E%3C/svg%3E") 50% no-repeat;
  background-size: 12px 7px;
}
