<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ch-wrapper {
  /*margin: 15px;*/
  margin-top:  35px;
}

.ch-wrapper .row {
  display: flex;
  flex-direction: row;
  /*flex-wrap: wrap;*/
  width: 100%;
  align-items: stretch;
}

.ch-wrapper .column {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*flex-basis: 100%;*/
  /*flex: 1;*/
}

.ch-wrapper .column-lg {
  width:  65%;
  align-items: start;
}

.ch-wrapper .column-sm {
  width:  35%;
  /*margin-left: auto;*/
  align-items: flex-end;
  
}

.ch-wrapper a.btn {

}

.ch-wrapper .ch-button {
  text-decoration:  none !important;
  /*padding:  5px;*/
  display: inline-block;
  text-align: center;
  padding:  12px 16px;
}

.page.ast-article-single {
  padding-top : 35px;
}

.wu-thank-you-order-details, .wu-thank-you-info, .wu-thank-you-billing-address, #wu-thank-you-order-details, #wu-thank-you-billing-address {
  display:  none !important;
}

.fl-list-item-content-text p {
  margin-bottom: 0 !important;
}

.fl-list-item-content-text p+br {
  display: none;
}

.fl-builder-content .fl-rich-text strong span {
  font-weight: bold !important;
}


.fl-rich-text ol li::marker {
  color: inherit;
}</pre></body></html>