  @charset "UTF-8";
/* import vars from Core theme */
/* import vars from this theme */
/* breakpoints */
.accordion-v2 {
  margin: 0;
  padding: 0;
}

.accordion-v2:focus {
  border-color: grey;
}

.accordion-v2 h3 {
  padding: 10px 10px 10px 0px;
  font-size: 20px;
}

.accordion-v2 button {
  cursor: pointer;
  border-style: none;
}

.accordion-v2 button:not(:first-child) {
  border-top: 1px solid #ececec;
}

.accordion-v2 .accordion-v2-trigger {
  background: none;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 1em 1.5em;
  position: relative;
  text-align: left;
  width: 100%;
  outline: none;
}

.accordion-v2 .accordion-v2-title {
  display: block;
  border: transparent 2px solid;
  border-radius: 5px;
  padding: 0.25em;
  outline: none;
}

.accordion-v2 .accordion-v2-title::after {
  content: "❮" / "expand section arrow";
  content: "\276E" / "expand section arrow";
  color: #fff;
  color: #C74486;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  right: 10px;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  right: 20px;
  top: 30%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion-v2 .accordion-v2-trigger:hover .accordion-v2-title::after {
  background-color: #F9F9F9;
}

.accordion-v2 .accordion-v2-trigger:focus .accordion-v2-title::after {
  color: #fff;
  background-color: #C74486;
}

.accordion-v2 .accordion-v2-icon {
  border-width: 0 2px 2px 0;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 2em;
  top: 50%;
  -webkit-transform: translateY(-60%) rotate(45deg);
  -ms-transform: translateY(-60%) rotate(45deg);
  transform: translateY(-60%) rotate(45deg);
  width: 0.5rem;
}

.accordion-v2 .accordion-v2-trigger:hover, .accordion-v2 .accordion-v2-trigger:focus {
  content: "❮" / "expand section arrow";
}

.accordion-v2 .accordion-v2-trigger[aria-expanded="true"] {
  content: "❮" / "expand section arrow";
}

.accordion-v2 .accordion-v2-trigger[aria-expanded="true"] .accordion-v2-title::after {
  content: "❮" / "expand section arrow";
  text-align: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  right: 20px;
  top: 30%;
  width: 30px;
  height: 30px;
  font-size: 20px;
}

.accordion-v2 .accordion-v2-panel {
  margin: 0;
  padding: 1em 1.5em;
  background-color: white;
}

.accordion-v2 .accordion-v2-panel[is-hide] {
  visibility: hidden;
  max-height: 0px !important;
  padding: 0;
  opacity: 0;
}
