<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://nicolasgallagher.com/micro-clearfix-hack
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
} */

.detached {
  margin: 0;
}
.detached:focus {
  outline: none;
}
.detached.accordion &gt; section {
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 24px;
}
.detached.accordion &gt; section &gt; * {
  max-width: 100%;
}
.detached.accordion &gt; section[aria-expanded="true"] &gt; :first-child {
  border-bottom-color: #dddddd;
}
.detached.accordion &gt; section &gt; :first-child {
  margin-top: 0;
}
.js .detached.accordion &gt; section {
  padding: 0;
}
.js .detached.accordion &gt; section &gt; :first-child {
  border-bottom: 1px solid transparent;
  color: #393939;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 25px 24px 20px 24px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.js .detached.accordion &gt; section &gt; :first-child span {
	font-size: 18px;
	padding: 10px;
	border: 1px solid #393939;
	border-radius: 100%;
	text-align: center;
}
.js .detached.accordion &gt; section &gt; :first-child + * &gt; * {
  padding: 24px;
}
.js .detached.accordion &gt; section &gt; :first-child + * &gt; * &gt; * {
  max-width: 100%;
}
.js .detached.accordion &gt; section &gt; :first-child + * &gt; * &gt; :first-child {
  margin-top: 0;
}
.js .detached.accordion &gt; section &gt; :first-child + * &gt; * &gt; :last-child {
  margin-bottom: 0;
}
.detached.accordion &gt; section &gt; :last-child {
  margin-bottom: 0;
}
.detached.accordion &gt; section + section {
  margin-top: 12px;
}
.detached.tabs {
  padding: 0 0 24px 0;
  text-align: center;
}
.js .detached.tabs.hide-title &gt; section &gt; :first-child + * {
  margin-top: 0;
}
.detached.tabs &gt; section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0px 0px 0px;
  text-align: center;
}
.detached.tabs &gt; section &gt; :first-child {
  margin-top: 0;
}
.js .detached.tabs &gt; section &gt; * &gt; * &gt; * {
  max-width: 100%;
}
.js .detached.tabs &gt; section &gt; * &gt; * &gt; :first-child {
  margin-top: 0;
}
.js .detached.tabs &gt; section &gt; * &gt; * &gt; :last-child {
  margin-bottom: 0;
}
.detached.tabs &gt; section &gt; :last-child {
  margin-bottom: 0;
}
.detached.tabs &gt; section + section {
  margin-top: 12px;
}
.js .detached.tabs &gt; section + section {
  margin-top: 0;
}
.detached.tabs &gt; ul {
  zoom: 1;
  display: table;
  list-style: none;
  margin: 0 auto 24px auto;
  padding: 0;
}
.detached.tabs &gt; ul:after {
  clear: both;
}
.detached.tabs &gt; ul:after,
.detached.tabs &gt; ul:before {
  display: table;
  content: "";
}
.detached.tabs &gt; ul &gt; li {
  border-bottom: 1px solid #eee;
  color: #eee;
  float: left;
  padding: 40px 48px 70px 48px;
  position: relative;
}
.detached.tabs &gt; ul &gt; li.current {
  border-bottom: 1px solid #eee;
  color: #393939;
  pointer-events: none;
  z-index: 99;
  background: url(up-arrow.png) no-repeat center bottom;
}
.detached.tabs &gt; ul &gt; li:first-child {

  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.detached.tabs &gt; ul &gt; li:last-child {

  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.detached.tabs &gt; ul &gt; li + li {
  margin-left: -1px;
}


.detached.tabs &gt; ul &gt; li span {
	font-size: 45px;
	padding: 30px;
	border: 1px solid #eee;
	border-radius: 100%;
	text-align: center;
}
.detached.tabs &gt; ul &gt; li.current span {
	border: 1px solid #393939;
}

</pre></body></html>