<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.field--name-field-collapsible-section {
  padding-bottom: 2rem; }

ul.mc__accordion {
  list-style: none;
  margin: 0;
  padding: 0; }

.mc__accordion__item {
  background: #ffffff;
  list-style: none;
  margin-left: -15px; }

.mc__accordion__button {
  background: #ffffff;
  border-bottom: 1px solid #ececec;
  color: #02535a;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 11px 0;
  width: 100%; }
  .mc__accordion__button:hover {
    color: #014C65; }

.mc__accordion__button__label {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 17px;
  font-weight: 300;
  display: inline-block;
  height: 100%;
  max-width: calc(100% - 30px);
  position: relative; }
  .mc__accordion__button__label::after {
    border-top: 2px solid #13545b;
    border-right: 2px solid #13545b;
    content: '';
    display: block;
    margin: auto;
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 0;
    padding: 8px 0 0;
    white-space: nowrap;
    text-indent: 101%;
    font-size: 0;
    transform: rotate(45deg);
    transition: transform 0.3s ease-in-out; }

.mc__accordion__content {
  max-height: 0;
  opacity: 0;
  overflow-y: hidden;
  transition: max-height 0.3s ease, opacity 0.3s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale(1); }

.mc__accordion__content--box-buttons {
  background: #354a58; }

.mc__accordion__content__inner {
  clear: both;
  display: block;
  float: left;
  padding: 11px 0 3px;
  width: 100%; }

.mc__accordion__checkbox {
  display: none; }

input[type='checkbox'].mc__accordion__checkbox:checked + label + .mc__accordion__content {
  border-bottom: 1px solid #ececec;
  max-height: 9999px;
  opacity: 1; }

input[type='checkbox'].mc__accordion__checkbox:checked + label &gt; .mc__accordion__button__label::after {
  transform: rotate(135deg); }
</pre></body></html>