@charset "utf-8";
/* HP4u Simplebox */
.hp4u-simplebox-aa-wrap{
border: 1px solid var(--hp4u-main-accent-color);
    border-radius: 14px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 1px 0 rgba(0,0,0,.02);
}

/* Header */
.hp4u-simplebox-aa-header{
  background:var(--hp4u-main-accent-color);   
text-align: center;
    padding: 1rem 1.125rem;
}
.hp4u-simplebox-aa-title{
  color:#fff;
  margin:0;
}

/* Body */
.hp4u-simplebox-aa-body{
  padding:28px 32px 8px;
}
.hp4u-simplebox-aa-body p{ margin:0 0 18px; }

/* Arrow list */
.hp4u-simplebox-aa-list{
  list-style:none;
  padding:0;
  margin:0!important;
}

.hp4u-simplebox-aa-list li{
	  list-style: none !important; 
  margin:10px 0;
  padding-left:42px;
  position:relative;
}


.hp4u-simplebox-aa-list li::marker { 
  content: ""; 
}
.hp4u-simplebox-aa-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.3em;
  width: 1.05em; height: 0.72em;
  background-color:var(--hp4u-main-color-dark);
  -webkit-mask: url('data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 16.99 11.71%22%3E%3Cpolygon fill=%22currentColor%22 points=%224.7 11.71 4.7 7.75 5.77 7.75 5.77 10.01 14.5 5.85 5.77 1.7 5.77 6.39 0 6.39 0 5.32 4.7 5.32 4.7 0 16.99 5.85 4.7 11.71%22/%3E%3C/svg%3E') no-repeat center / contain;
          mask: url('data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 16.99 11.71%22%3E%3Cpolygon fill=%22currentColor%22 points=%224.7 11.71 4.7 7.75 5.77 7.75 5.77 10.01 14.5 5.85 5.77 1.7 5.77 6.39 0 6.39 0 5.32 4.7 5.32 4.7 0 16.99 5.85 4.7 11.71%22/%3E%3C/svg%3E') no-repeat center / contain;
}
@supports not (-webkit-mask: none) {
  .hp4u-simplebox-aa-list li::before {
    background-color: transparent;
    background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 16.99 11.71%22%3E%3Cpolygon fill=%22%23fff%22 points=%224.7 11.71 4.7 7.75 5.77 7.75 5.77 10.01 14.5 5.85 5.77 1.7 5.77 6.39 0 6.39 0 5.32 4.7 5.32 4.7 0 16.99 5.85 4.7 11.71%22/%3E%3C/svg%3E');
    background-repeat: no-repeat; background-position: center; background-size: contain;
  }
}
/* Footer CTA */
.hp4u-simplebox-aa-footer{
  font-weight:var(--hp4u-main-fontweight-bold);
padding:28px 32px 28px 32px;
}


