.error-page {
	 padding-top: 6rem;
	 padding-bottom: 6rem;
}
 @media (min-width: 768px) {
	 .error-page {
		 padding-top: 12rem;
		 padding-bottom: 12rem;
	}
}
 .error-page__title {
	 font-size: 6rem;
	 font-family: Source Sans pro, Arial, sans-serif;
}
 .nuxt-progress {
	 position: fixed;
	 top: 0;
	 left: 0;
	 right: 0;
	 height: 2px;
	 width: 0;
	 opacity: 1;
	 -webkit-transition: width 0.1s, opacity 0.4s;
	 transition: width 0.1s, opacity 0.4s;
	 background-color: #e70100;
	 z-index: 999999;
}
 .nuxt-progress.nuxt-progress-notransition {
	 -webkit-transition: none;
	 transition: none;
}
 .nuxt-progress-failed {
	 background-color: red;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
 html {
	 line-height: 1.15;
	 -webkit-text-size-adjust: 100%;
}
 body {
	 margin: 0;
}
 main {
	 display: block;
}
 h1 {
	 font-size: 2em;
	 margin: 0.67em 0;
}
 hr {
	 -webkit-box-sizing: content-box;
	 box-sizing: content-box;
	 height: 0;
	 overflow: visible;
}
 pre {
	 font-family: monospace, monospace;
	 font-size: 1em;
}
 a {
	 background-color: transparent;
}
 abbr[title] {
	 border-bottom: none;
	 text-decoration: underline;
	 -webkit-text-decoration: underline dotted;
	 text-decoration: underline dotted;
}
 b, strong {
	 font-weight: bolder;
}
 code, kbd, samp {
	 font-family: monospace, monospace;
	 font-size: 1em;
}
 small {
	 font-size: 80%;
}
 sub, sup {
	 font-size: 75%;
	 line-height: 0;
	 position: relative;
	 vertical-align: baseline;
}
 sub {
	 bottom: -0.25em;
}
 sup {
	 top: -0.5em;
}
 img {
	 border-style: none;
}
 button, input, optgroup, select, textarea {
	 font-family: inherit;
	 font-size: 100%;
	 line-height: 1.15;
	 margin: 0;
}
 button, input {
	 overflow: visible;
}
 button, select {
	 text-transform: none;
}
 [type=button], [type=reset], [type=submit], button {
	 -webkit-appearance: button;
}
 [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	 border-style: none;
	 padding: 0;
}
 [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	 outline: 1px dotted ButtonText;
}
 fieldset {
	 padding: 0.35em 0.75em 0.625em;
}
 legend {
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 color: inherit;
	 display: table;
	 max-width: 100%;
	 padding: 0;
	 white-space: normal;
}
 progress {
	 vertical-align: baseline;
}
 textarea {
	 overflow: auto;
}
 [type=checkbox], [type=radio] {
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 padding: 0;
}
 [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	 height: auto;
}
 [type=search] {
	 -webkit-appearance: textfield;
	 outline-offset: -2px;
}
 [type=search]::-webkit-search-decoration {
	 -webkit-appearance: none;
}
 ::-webkit-file-upload-button {
	 -webkit-appearance: button;
	 font: inherit;
}
 details {
	 display: block;
}
 summary {
	 display: list-item;
}
 [hidden], template {
	 display: none;
}
 blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
	 margin: 0;
}
 button {
	 background-color: transparent;
	 background-image: none;
	 padding: 0;
}
 button:focus {
	 outline: 1px dotted;
	 outline: 5px auto -webkit-focus-ring-color;
}
 fieldset, ol, ul {
	 margin: 0;
	 padding: 0;
}
 ol, ul {
	 list-style: none;
}
 html {
	 font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	 line-height: 1.5;
}
 *, :after, :before {
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 border: 0 solid #e2e8f0;
}
 hr {
	 border-top-width: 1px;
}
 img {
	 border-style: solid;
}
 textarea {
	 resize: vertical;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	 color: #a0aec0;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
	 color: #a0aec0;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	 color: #a0aec0;
}
 input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	 color: #a0aec0;
}
 input::placeholder, textarea::placeholder {
	 color: #a0aec0;
}
 [role=button], button {
	 cursor: pointer;
}
 table {
	 border-collapse: collapse;
}
 h1, h2, h3, h4, h5, h6 {
	 font-size: inherit;
	 font-weight: inherit;
}
 a {
	 color: inherit;
	 text-decoration: inherit;
}
 button, input, optgroup, select, textarea {
	 padding: 0;
	 line-height: inherit;
	 color: inherit;
}
 code, kbd, pre, samp {
	 font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}
 audio, canvas, embed, iframe, img, object, svg, video {
	 display: block;
	 vertical-align: middle;
}
 img, video {
	 max-width: 100%;
	 height: auto;
}
 a {
	 --text-opacity: 1;
	 color: #009fe7;
	 color: rgba(0, 159, 231, var);
	 text-decoration: underline;
	 -webkit-transition: color 0.1s ease-in-out;
	 transition: color 0.1s ease-in-out;
}
 a:focus, a:hover {
	 --text-opacity: 1;
	 color: #5fbfed;
	 color: rgba(95, 191, 237, var);
}
 .btn--primary {
	 padding: 0.75rem 1.25rem;
	 display: inline-block;
	 border-radius: 0.25rem;
	 border-width: 1px;
	 --border-opacity: 1;
	 border-color: #009fe7;
	 border-color: rgba(0, 159, 231, var);
	 text-align: center;
	 text-decoration: none;
	 -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out, border 0.15s ease-in-out;
	 transition: background 0.15s ease-in-out, color 0.15s ease-in-out, border 0.15s ease-in-out;
}
 .btn--primary:focus, .btn--primary:hover {
	 --text-opacity: 1;
	 color: #fff;
	 color: rgba(255, 255, 255, var);
	 --bg-opacity: 1;
	 background-color: #5fbfed;
	 background-color: rgba(95, 191, 237, var);
	 --border-opacity: 1;
	 border-color: #5fbfed;
	 border-color: rgba(95, 191, 237, var);
}
 @media (max-width: 479px) {
	 .btn--primary {
		 width: 100%;
	}
}
 .sr-only {
	 position: absolute;
	 width: 1px;
	 height: 1px;
	 padding: 0;
	 margin: -1px;
	 overflow: hidden;
	 clip: rect(0, 0, 0, 0);
	 white-space: nowrap;
	 border-width: 0;
}
 .bg-neutral-100 {
	 --bg-opacity: 1;
	 background-color: #f6f6f6;
	 background-color: rgba(246, 246, 246, var);
}
 .border-neutral-200 {
	 --border-opacity: 1;
	 border-color: #e1e1e1;
	 border-color: rgba(225, 225, 225, var);
}
 .border {
	 border-width: 1px;
}
 .border-t {
	 border-top-width: 1px;
}
 .border-b {
	 border-bottom-width: 1px;
}
 .border-l {
	 border-left-width: 1px;
}
 .inline-block {
	 display: inline-block;
}
 .flex {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .flex-col {
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
}
 .items-center {
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .flex-1 {
	 -webkit-box-flex: 1;
	 -ms-flex: 1 1 0%;
	 flex: 1 1 0%;
}
 .flex-auto {
	 -webkit-box-flex: 1;
	 -ms-flex: 1 1 auto;
	 flex: 1 1 auto;
}
 .flex-grow {
	 -webkit-box-flex: 1;
	 -ms-flex-positive: 1;
	 flex-grow: 1;
}
 .flex-shrink {
	 -ms-flex-negative: 1;
	 flex-shrink: 1;
}
 .font-heading {
	 font-family: Source Sans pro, Arial, sans-serif;
}
 .font-semibold {
	 font-weight: 600;
}
 .font-bold {
	 font-weight: 700;
}
 .text-sm {
	 font-size: 0.875rem;
}
 .text-base {
	 font-size: 1rem;
}
 .text-md {
	 font-size: 1.25rem;
}
 .text-xl {
	 font-size: 2rem;
}
 .leading-snug {
	 line-height: 1.375;
}
 .mb-0 {
	 margin-bottom: 0;
}
 .mt-1 {
	 margin-top: 0.25rem;
}
 .mb-1 {
	 margin-bottom: 0.25rem;
}
 .mt-2 {
	 margin-top: 0.5rem;
}
 .mr-2 {
	 margin-right: 0.5rem;
}
 .mb-2 {
	 margin-bottom: 0.5rem;
}
 .mb-3 {
	 margin-bottom: 0.75rem;
}
 .mb-4 {
	 margin-bottom: 1rem;
}
 .mt-5 {
	 margin-top: 1.25rem;
}
 .mb-5 {
	 margin-bottom: 1.25rem;
}
 .mb-8 {
	 margin-bottom: 2rem;
}
 .mt-10 {
	 margin-top: 2.5rem;
}
 .last\:mr-0:last-child {
	 margin-right: 0;
}
 .max-w-sm {
	 max-width: 24rem;
}
 .p-2 {
	 padding: 0.5rem;
}
 .p-5 {
	 padding: 1.25rem;
}
 .py-2 {
	 padding-top: 0.5rem;
	 padding-bottom: 0.5rem;
}
 .py-3 {
	 padding-top: 0.75rem;
	 padding-bottom: 0.75rem;
}
 .py-4 {
	 padding-top: 1rem;
	 padding-bottom: 1rem;
}
 .px-4 {
	 padding-left: 1rem;
	 padding-right: 1rem;
}
 .py-5 {
	 padding-top: 1.25rem;
	 padding-bottom: 1.25rem;
}
 .py-32 {
	 padding-top: 8rem;
	 padding-bottom: 8rem;
}
 .pt-2 {
	 padding-top: 0.5rem;
}
 .pb-3 {
	 padding-bottom: 0.75rem;
}
 .pt-4 {
	 padding-top: 1rem;
}
 .pt-5 {
	 padding-top: 1.25rem;
}
 .pt-6 {
	 padding-top: 1.5rem;
}
 .pl-6 {
	 padding-left: 1.5rem;
}
 .pt-8 {
	 padding-top: 2rem;
}
 .pb-8 {
	 padding-bottom: 2rem;
}
 .relative {
	 position: relative;
}
 .text-center {
	 text-align: center;
}
 .text-white {
	 --text-opacity: 1;
	 color: #fff;
	 color: rgba(255, 255, 255, var);
}
 .text-red-500 {
	 --text-opacity: 1;
	 color: #f56565;
	 color: rgba(245, 101, 101, var);
}
 .text-primary-500 {
	 --text-opacity: 1;
	 color: #e70100;
	 color: rgba(231, 1, 0, var);
}
 .text-secondary-500 {
	 --text-opacity: 1;
	 color: #009fe7;
	 color: rgba(0, 159, 231, var);
}
 .text-neutral-500 {
	 --text-opacity: 1;
	 color: #9d9d9d;
	 color: rgba(157, 157, 157, var);
}
 .text-neutral-700 {
	 --text-opacity: 1;
	 color: #636363;
	 color: rgba(99, 99, 99, var);
}
 .text-neutral-900 {
	 --text-opacity: 1;
	 color: #313233;
	 color: rgba(49, 50, 51, var);
}
 .italic {
	 font-style: italic;
}
 .no-underline {
	 text-decoration: none;
}
 .w-full {
	 width: 100%;
}
 .transform {
	 --transform-translate-x: 0;
	 --transform-translate-y: 0;
	 --transform-rotate: 0;
	 --transform-skew-x: 0;
	 --transform-skew-y: 0;
	 --transform-scale-x: 1;
	 --transform-scale-y: 1;
	 -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
	 transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}
 .transition {
	 -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
	 transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
	 transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
	 transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
}
 @media (min-width: 480px) {
	 .sm\:items-center {
		 -webkit-box-align: center;
		 -ms-flex-align: center;
		 align-items: center;
	}
	 .sm\:mt-12 {
		 margin-top: 3rem;
	}
	 .sm\:w-1\/2 {
		 width: 50%;
	}
}
 @media (max-width: 767px) {
	 .max-sm\:hidden {
		 display: none;
	}
	 .max-sm\:flex-col {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
	}
	 .max-sm\:text-center {
		 text-align: center;
	}
	 .max-sm\:w-full {
		 width: 100%;
	}
}
 @media (min-width: 768px) {
	 .md\:inline-block {
		 display: inline-block;
	}
	 .md\:flex {
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
	}
	 .md\:hidden {
		 display: none;
	}
	 .md\:items-center {
		 -webkit-box-align: center;
		 -ms-flex-align: center;
		 align-items: center;
	}
	 .md\:flex-1 {
		 -webkit-box-flex: 1;
		 -ms-flex: 1 1 0%;
		 flex: 1 1 0%;
	}
	 .md\:mb-0 {
		 margin-bottom: 0;
	}
	 .md\:mr-2 {
		 margin-right: 0.5rem;
	}
	 .md\:max-w-3xl {
		 max-width: 48rem;
	}
	 .md\:pr-12 {
		 padding-right: 3rem;
	}
	 .md\:w-1\/2 {
		 width: 50%;
	}
	 .md\:w-1\/3 {
		 width: 33.333333%;
	}
	 .md\:w-2\/3 {
		 width: 66.666667%;
	}
}
 @media (max-width: 1023px) {
	 .max-md\:pb-5 {
		 padding-bottom: 1.25rem;
	}
}
 @media (min-width: 1024px) {
	 .lg\:w-1\/2 {
		 width: 50%;
	}
	 .lg\:w-1\/3 {
		 width: 33.333333%;
	}
	 .lg\:w-2\/3 {
		 width: 66.666667%;
	}
	 .lg\:w-1\/4 {
		 width: 25%;
	}
	 .lg\:w-3\/4 {
		 width: 75%;
	}
}
 @media (min-width: 1280px) {
	 .xl\:w-1\/4 {
		 width: 25%;
	}
	 .xl\:w-3\/4 {
		 width: 75%;
	}
	 .xl\:w-1\/5 {
		 width: 20%;
	}
	 .xl\:w-4\/5 {
		 width: 80%;
	}
}
 @media (max-width: 767px) {
	 .nav {
		 width: 100%;
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
		 -webkit-box-pack: justify;
		 -ms-flex-pack: justify;
		 justify-content: space-between;
	}
}
 .nav__link {
	 padding-top: 1rem;
	 padding-bottom: 1rem;
	 display: inline-block;
	 font-family: Source Sans pro, Arial, sans-serif;
	 --text-opacity: 1;
	 color: #313233;
	 color: rgba(49, 50, 51, var);
	 text-decoration: none;
	 -webkit-transition: background 0.1s ease-in-out;
	 transition: background 0.1s ease-in-out;
}
 @media (min-width: 768px) {
	 .nav__link {
		 padding: 1.5rem 1rem 0.75rem;
	}
	 .nav__link.nuxt-link-exact-active, .nav__link:focus, .nav__link:hover {
		 --text-opacity: 1;
		 color: #313233;
		 color: rgba(49, 50, 51, var);
		 --bg-opacity: 1;
		 background-color: #e1e1e1;
		 background-color: rgba(225, 225, 225, var);
	}
}
 .search {
	 padding-top: 0.5rem;
	 padding-bottom: 1.5rem;
}
 .search__input {
	 padding: 0.75rem;
	 width: 100%;
	 border-top-width: 1px;
	 border-bottom-width: 1px;
	 border-left-width: 1px;
	 --border-opacity: 1;
	 border-color: #e1e1e1;
	 border-color: rgba(225, 225, 225, var);
	 border-top-left-radius: 0.25rem;
	 border-bottom-left-radius: 0.25rem;
}
 .search__input:-moz-ui-invalid {
	 box-shadow: none;
}
 .search__submit {
	 padding-left: 1rem;
	 padding-right: 1rem;
	 --text-opacity: 1;
	 color: #fff;
	 color: rgba(255, 255, 255, var);
	 line-height: 1;
	 border-top-right-radius: 0.25rem;
	 border-bottom-right-radius: 0.25rem;
	 --bg-opacity: 1;
	 background-color: #e70100;
	 background-color: rgba(231, 1, 0, var);
	 -webkit-transition: background-color 0.1s ease-in-out;
	 transition: background-color 0.1s ease-in-out;
}
 .search__submit:focus, .search__submit:hover {
	 --bg-opacity: 1;
	 background-color: #ba0000;
	 background-color: rgba(186, 0, 0, var);
}
 .page-main {
	 min-height: calc(100vh - 220px);
}
 .icon {
	 display: inline-block;
	 vertical-align: middle;
	 pointer-events: none;
	 fill: currentColor;
	 will-change: transform;
}
 .icon--sib-mark {
	 width: 36px;
	 height: 27px;
}
 .icon--100 {
	 width: 16px;
	 height: 16px;
	 vertical-align: -2px;
}
 .icon--125 {
	 width: 18px;
	 height: 18px;
	 vertical-align: -2px;
}
 .icon--150 {
	 width: 24px;
	 height: 24px;
}
 .icon--200 {
	 width: 32px;
	 height: 32px;
	 vertical-align: -10px;
}
 .container {
	 margin-left: auto;
	 margin-right: auto;
	 padding-left: 1rem;
	 padding-right: 1rem;
	 max-width: 1440px;
}
 @media (min-width: 480px) {
	 .container {
		 padding-left: 1.5rem;
		 padding-right: 1.5rem;
	}
}
 @media (min-width: 768px) {
	 .container {
		 padding-left: 2rem;
		 padding-right: 2rem;
	}
}
 .container--xs {
	 max-width: 540px;
}
 .container--md {
	 max-width: 920px;
}
 .container--sm {
	 max-width: 768px;
}
 .flex-grid {
	 margin-left: -1rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
}
 .flex-grid > .flex-grid__item {
	 padding-left: 1rem;
}
 .flex-grid--none {
	 margin-left: 0;
}
 .flex-grid--none > .flex-grid__item {
	 padding-left: 0;
}
 .flex-grid--md {
	 margin-left: -2rem;
}
 .flex-grid--md > .flex-grid__item {
	 padding-left: 2rem;
}
 .flex-grid--multiline > .flex-grid__item {
	 margin-bottom: 1rem;
}
 .flex-grid--even > .flex-grid__item {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
}
 .flex-grid--even > .flex-grid__item > * {
	 -webkit-box-flex: 1;
	 -ms-flex: 1 0 auto;
	 flex: 1 0 auto;
}
 .h1, h1 {
	 font-family: Source Sans pro, Arial, sans-serif;
	 font-weight: 600;
	 font-size: 2rem;
	 line-height: 1.25;
	 line-height: 1.15;
}
 @media (min-width: 480px) {
	 .h1, h1 {
		 font-size: 2.5rem;
	}
}
 .h2, h2 {
	 font-size: 2rem;
}
 .h2, .h3, h2, h3 {
	 font-family: Source Sans pro, Arial, sans-serif;
}
 .h3, h3 {
	 font-size: 1.25rem;
	 font-weight: 600;
	 line-height: 1.25;
}
 @media (min-width: 480px) {
	 .h3, h3 {
		 font-size: 1.5rem;
	}
}
 .h4, h4 {
	 font-size: 1.25rem;
	 font-weight: 600;
	 line-height: 1.25;
}
 .h4, .h5, h4, h5 {
	 font-family: Source Sans pro, Arial, sans-serif;
}
 .h5, h5 {
	 font-size: 1rem;
	 font-weight: 700;
}
 .tooltip {
	 padding: 1rem;
	 width: 100%;
	 max-width: 500px;
	 position: absolute;
	 top: calc(100% - 8px);
	 left: 0;
	 z-index: 1;
	 font-size: 0.875rem;
	 font-weight: 400;
	 --bg-opacity: 1;
	 background-color: #fff;
	 background-color: rgba(255, 255, 255, var);
	 -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
	 box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
}
 .loader {
	 margin-left: 0.5rem;
	 display: inline-block;
	 position: relative;
	 vertical-align: -6px;
}
 .loader, .loader div {
	 width: 16px;
	 height: 16px;
}
 .loader div {
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 display: block;
	 position: absolute;
	 border-radius: 50%;
	 border: 1px solid transparent;
	 border-top-color: #636363;
	 -webkit-animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	 animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
 .loader div:first-child {
	 -webkit-animation-delay: -0.45s;
	 animation-delay: -0.45s;
}
 .loader div:nth-child(2) {
	 -webkit-animation-delay: -0.3s;
	 animation-delay: -0.3s;
}
 .loader div:nth-child(3) {
	 -webkit-animation-delay: -0.15s;
	 animation-delay: -0.15s;
}
 .loader--md {
	 width: 20px;
	 height: 20px;
	 vertical-align: -6px;
}
 .loader--md div {
	 width: 20px;
	 height: 20px;
	 border-width: 2px;
}
 @-webkit-keyframes loader {
	 0% {
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 to {
		 -webkit-transform: rotate(1turn);
		 transform: rotate(1turn);
	}
}
 @keyframes loader {
	 0% {
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 to {
		 -webkit-transform: rotate(1turn);
		 transform: rotate(1turn);
	}
}
 .rich-text p {
	 margin-top: 1rem;
	 margin-bottom: 1rem;
}
 .rich-text p:first-child {
	 margin-top: 0;
}
 .rich-text p:last-child {
	 margin-bottom: 0;
}
 .rich-text h1 {
	 font-family: Source Sans pro, Arial, sans-serif;
	 font-size: 1.5rem;
}
 @media (min-width: 768px) {
	 .rich-text h1 {
		 font-size: 2rem;
	}
}
 .rich-text h2 {
	 margin-top: 2rem;
	 font-family: Source Sans pro, Arial, sans-serif;
	 font-size: 1.25rem;
	 font-weight: 600;
	 line-height: 1.25;
}
 @media (min-width: 480px) {
	 .rich-text h2 {
		 font-size: 1.5rem;
	}
}
 .rich-text ol, .rich-text ul {
	 padding-left: 1rem;
	 padding-right: 1rem;
	 list-style-position: outside;
}
 .rich-text ol > li + li, .rich-text ul > li + li {
	 margin-top: 0.5rem;
}
 .rich-text ul {
	 list-style-type: disc;
}
 .rich-text ol {
	 list-style-type: decimal;
}
