.accordion_block ul li {
  padding-left: 0;
  margin-top: 0; }
  .accordion_block ul li:before {
    content: none !important;;
	display:none !important;}
  .accordion_block ul li {
	 padding-left:0 !important;
	 margin-right:2rem;
	 width:100%;
	}
  .accordion_block ul li blockquote {
    margin: 0;
    padding: 0.22em 0 1em;
    font-size: 1em;
    font-style: normal;
    color: #9f2d58; }
  .accordion_block ul li h3 {
    margin: 0;
    padding: 0 0 20px 0;
    font-weight: 300;
   	border-bottom:1px solid rgba(159,45,88,.5);
    position: relative; }
    .accordion_block ul li h3:before {
      position: absolute;
      height: 100%;
      top: 0;
      right:0;
      background-image: url(threepoints.svg);
      background-repeat: no-repeat;
      background-position: center right;
      background-size: .25em auto; }
    .accordion_block ul li h3:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 18px;
      height: 12px;
      background: #9f2d58;
      aspect-ratio: 1/cos(30deg);
      clip-path: polygon(50% 100%, 100% 0, 0 0);
      transform: rotate(180deg); }
    .accordion_block ul li h3:hover {
      cursor: pointer;
      color: #0c1e2d; }
  .accordion_block ul li .uk-accordion-content {
    border-bottom: 1px solid #9f2d58;
    padding-bottom: 2.2em; }
  .accordion_block ul li.uk-open h3 {
    overflow: visible; }
    .accordion_block ul li.uk-open h3:before {
      background-image: url(../../../assets/svgs/icons-raw/threepoints.svg);
      opacity: 0.6; }
    .accordion_block ul li.uk-open h3:after {
      transform: rotate(0deg);
      bottom: -13px; }
.accordion_block .uk-accordion > :nth-child(n+2) {
  margin-top: 0; }
  .accordion_block .uk-accordion > :nth-child(n+2) h3 {
    padding-top: 1em; }
