@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,400i,500,700");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
:root {
  --Background-primary-light: #FAF9FE;
  --Background-Action-action-primary-strong-default: #5E3DBB;
  --Background-inverse: #FFF;
  --Border-primary-neutral: #EBE8FD;
  --Border-Action-action-secondary-default: #8B8B8B;
  --Border-Utility-utility-focus: #181818;
  --Foreground-Action-action-link-strong-default: #181818;
  --Foreground-primary-medium: #2E1B61;
  --Foreground-neutral-light: #6E6E6E;
  --Foreground-neutral-inverse: #FFF;
  --Foreground-neutral-strong: #181818;
  --Marketing-Gradient-Marketing-Light-1: linear-gradient(180deg, #EBE8FD 0%, #F9F9F9 100%);
  --Marketing-Gradient-Marketing-Dark-1: conic-gradient(from -6deg at 16.7% 105.52%, );
  --Marketing-Gradient-Marketing-Dark-2: conic-gradient(from -8deg at 84.33% 110.75%, );
  --Border-neutral: #EBEBEB;
  --Background-neutral-light: #F9F9F9;
  --Foreground-Action-action-link-primary-default: #5E3DBB;
}

/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48.125em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  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;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  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] {
  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;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=48.125em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #13171A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 48.125em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 48.125em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 48.125em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 48.125em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 48.125em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 48.125em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 48.125em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 48.125em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 48.125em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 48.125em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 48.125em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 48.125em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 48.125em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 48.125em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 48.125em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48.125em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48.125em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 48.125em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 48.125em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 48.125em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 48.125em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 48.125em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 48.125em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 48.125em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 48.125em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 48.125em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 48.125em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 48.125em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 48.125em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 48.125em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 48.125em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 48.125em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 48.125em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.row {
  max-width: 81.25rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 48.125em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  float: left;
}
@media print, screen and (min-width: 48.125em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 48.125em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48.125em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.row {
  max-width: 81.25rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 48.125em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}
@media print, screen and (min-width: 48.125em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48.125em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 48.125em) and (min-width: 48.125em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 48.125em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48.125em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 48.125em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 48.125em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #E6ECEC;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 48.125em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #3D3D3D;
  text-decoration: underline;
  cursor: pointer;
}
a:hover, a:focus {
  color: #3D3D3D;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 81.25rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #E6ECEC;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #E6ECEC;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #A0B1B6;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #13171A;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #F9FAFA;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #13171A;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #A0B1B6;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #A0B1B6;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #E6ECEC;
  background-color: #F9FAFA;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #13171A;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #E6ECEC;
  background-color: #F9FAFA;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #13171A;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 48.125em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #A0B1B6;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid var(--Border-Action-action-secondary-default, #8B8B8B);
  border-radius: 0;
  background-color: #FFFFFF;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #13171A;
  transition: border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 2px solid var(--Border-Utility-utility-focus, #181818);
  background-color: #FFFFFF;
  box-shadow: none;
  transition: border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #F9FAFA;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: var(--Foreground-neutral-medium, #3D3D3D);
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #13171A;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #13171A;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #E6ECEC;
  background: #F9FAFA;
  color: #13171A;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #E6ECEC;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid var(--Border-Action-action-secondary-default, #8B8B8B);
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #13171A;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28160, 177, 182%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 2px solid var(--Border-Utility-utility-focus, #181818);
  background-color: #FFFFFF;
  box-shadow: none;
  transition: border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #F9FAFA;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #E14E15;
  background-color: #fcede8;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #E14E15;
}

.is-invalid-label {
  color: #E14E15;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #E14E15;
}
.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #5E3DBB;
  color: #FFFFFF;
}
.button:hover, .button:focus {
  background-color: #5E3DBB;
  color: #FFFFFF;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #5E3DBB;
  color: #FFFFFF;
}
.button.primary:hover, .button.primary:focus {
  background-color: #4b3196;
  color: #FFFFFF;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #03CFAA;
  color: #13171A;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #02a688;
  color: #13171A;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #03CFAA;
  color: #13171A;
}
.button.success:hover, .button.success:focus {
  background-color: #02a688;
  color: #13171A;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #5E3DBB;
  color: #FFFFFF;
}
.button.warning:hover, .button.warning:focus {
  background-color: #4b3196;
  color: #FFFFFF;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #E14E15;
  color: #FFFFFF;
}
.button.alert:hover, .button.alert:focus {
  background-color: #b43e11;
  color: #FFFFFF;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #5E3DBB;
  color: #5E3DBB;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #2f1f5e;
  color: #2f1f5e;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #5E3DBB;
  color: #5E3DBB;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #2f1f5e;
  color: #2f1f5e;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #03CFAA;
  color: #03CFAA;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #026855;
  color: #026855;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #03CFAA;
  color: #03CFAA;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #026855;
  color: #026855;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #5E3DBB;
  color: #5E3DBB;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #2f1f5e;
  color: #2f1f5e;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #E14E15;
  color: #E14E15;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #71270b;
  color: #71270b;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #5E3DBB;
}
.button.clear:hover, .button.clear:focus {
  color: #2f1f5e;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #5E3DBB;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #2f1f5e;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #03CFAA;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #026855;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #03CFAA;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #026855;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #5E3DBB;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #2f1f5e;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #E14E15;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #71270b;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #FFFFFF transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #5E3DBB;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #5E3DBB;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #03CFAA;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #03CFAA;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #5E3DBB;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #E14E15;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.accordion {
  margin-left: 0;
  background: #FFFFFF;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #F9FAFA;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #5E3DBB;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #F9FAFA;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #F9FAFA;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #F9FAFA;
  border-bottom: 0;
  background-color: #FFFFFF;
  color: #13171A;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #F9FAFA;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #5E3DBB transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #5E3DBB transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #13171A;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #E6ECEC;
}
.breadcrumbs a {
  color: #5E3DBB;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #E6ECEC;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #5E3DBB;
  color: #FFFFFF;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #4b3196;
  color: #FFFFFF;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #03CFAA;
  color: #13171A;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #02a688;
  color: #13171A;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #03CFAA;
  color: #13171A;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #02a688;
  color: #13171A;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #5E3DBB;
  color: #FFFFFF;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #4b3196;
  color: #FFFFFF;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #E14E15;
  color: #FFFFFF;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #b43e11;
  color: #FFFFFF;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #5E3DBB;
  color: #5E3DBB;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #2f1f5e;
  color: #2f1f5e;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #5E3DBB;
  color: #5E3DBB;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #2f1f5e;
  color: #2f1f5e;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #03CFAA;
  color: #03CFAA;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #026855;
  color: #026855;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #03CFAA;
  color: #03CFAA;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #026855;
  color: #026855;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #5E3DBB;
  color: #5E3DBB;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #2f1f5e;
  color: #2f1f5e;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #E14E15;
  color: #E14E15;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #71270b;
  color: #71270b;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #5E3DBB;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #2f1f5e;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #5E3DBB;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #2f1f5e;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #03CFAA;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #026855;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #03CFAA;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #026855;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #5E3DBB;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #2f1f5e;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #E14E15;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #71270b;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 48.125em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 48.12375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #F9FAFA;
  border-radius: 0;
  background: #FFFFFF;
  box-shadow: none;
  overflow: hidden;
  color: #13171A;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #F9FAFA;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #A0B1B6;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #13171A;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 48.125em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #5E3DBB;
  color: #FFFFFF;
}
.menu .active > a {
  background: #5E3DBB;
  color: #FFFFFF;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  box-shadow: 0 7px 0 #FFFFFF, 0 14px 0 #FFFFFF;
  content: "";
}
.menu-icon:hover::after {
  background: #E6ECEC;
  box-shadow: 0 7px 0 #E6ECEC, 0 14px 0 #E6ECEC;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #13171A;
  box-shadow: 0 7px 0 #13171A, 0 14px 0 #13171A;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #A0B1B6;
  box-shadow: 0 7px 0 #A0B1B6, 0 14px 0 #A0B1B6;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #FFFFFF;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #FFFFFF;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #5E3DBB;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #3D3D3D;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #3D3D3D transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #5E3DBB transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #E6ECEC;
  border-radius: 0;
  background-color: #FFFFFF;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #3D3D3D transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  background: #FFFFFF;
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #5E3DBB;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #3D3D3D transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #3D3D3D;
}
@media print, screen and (min-width: 48.125em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #3D3D3D transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #3D3D3D transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #3D3D3D;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #3D3D3D transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #3D3D3D transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #3D3D3D;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #E6ECEC;
  background: #FFFFFF;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #3D3D3D transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #3D3D3D;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #5E3DBB;
  color: #FFFFFF;
}
.label.primary {
  background: #5E3DBB;
  color: #FFFFFF;
}
.label.secondary {
  background: #03CFAA;
  color: #13171A;
}
.label.success {
  background: #03CFAA;
  color: #13171A;
}
.label.warning {
  background: #5E3DBB;
  color: #FFFFFF;
}
.label.alert {
  background: #E14E15;
  color: #FFFFFF;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 48.12375em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 48.12375em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #F9FAFA;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(19, 23, 26, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #F9FAFA;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(19, 23, 26, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(19, 23, 26, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(19, 23, 26, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(19, 23, 26, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(19, 23, 26, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 48.125em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 48.125em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(19, 23, 26, 0.5);
  color: #FFFFFF;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #FFFFFF;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(19, 23, 26, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #E6ECEC;
}
.orbit-bullets button:hover {
  background-color: #A0B1B6;
}
.orbit-bullets button.is-active {
  background-color: #A0B1B6;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(19, 23, 26, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #E6ECEC;
  border-radius: 0;
  background-color: #FFFFFF;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 48.125em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48.125em) {
  .reveal {
    width: 600px;
    max-width: 81.25rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 48.125em) {
  .reveal.tiny {
    width: 30%;
    max-width: 81.25rem;
  }
}
@media print, screen and (min-width: 48.125em) {
  .reveal.small {
    width: 50%;
    max-width: 81.25rem;
  }
}
@media print, screen and (min-width: 48.125em) {
  .reveal.large {
    width: 90%;
    max-width: 81.25rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 48.12375em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #FFFFFF;
  user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #E6ECEC;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #FFFFFF;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #5E3DBB;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #FFFFFF;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f9f9f9;
  color: #13171A;
}

tfoot {
  background: #f2f2f2;
  color: #13171A;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #FFFFFF;
}
table.unstriped tbody tr {
  border-bottom: 1px solid #f2f2f2;
  background-color: #FFFFFF;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #FFFFFF;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(19, 23, 26, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(94, 61, 187, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #13171A;
  color: #FFFFFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #F9FAFA;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 48.125em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 48.12375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 48.125em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 48.125em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 48.12375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 48.125em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 48.12375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #FFFF00;
  color: #13171A;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

input.hs-button {
  cursor: pointer;
}

body {
  overflow-x: hidden;
}

/**
 * Basic styles for links
 */
a:hover, a:active, a:focus {
  text-decoration: underline;
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

@media print, screen and (max-width: 48.12375em) {
  .no-js .top-bar {
    display: none;
  }
}
@media print, screen and (min-width: 48.125em) {
  .no-js .title-bar {
    display: none;
  }
}

/**
 * Basic typography style for copy text
 */
body {
  color: #3D3D3D;
  font-family: "Inter", sans-serif;
}

/* Housekeeping */
* {
  margin: 0;
  padding: 0;
}

/* Define your base font-size here; most elements will inherit this. */
html {
  font-size: 1em; /* Assuming 16px... */
  line-height: 1.5; /* 24px (This is now our magic number; all subsequent margin-bottoms and line-heights want to be a multiple of this number in order to maintain vertical rhythm.) */
}

/* Common margin-bottom for vertical rhythm. */
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
fieldset,
p,
table,
pre,
hr {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.uppercase {
  text-transform: uppercase;
}

/* These handle massive type, for less frequently occuring bits of text (e.g. in mastheads and banners). */
.giga {
  font-size: 80px;
  font-size: 5rem; /* 80px */
  line-height: 1.2; /* 96px */
}

.mega {
  font-size: 64px;
  font-size: 4rem; /* 64px */
  line-height: 1.125; /* 72px */
}

.kilo {
  font-size: 40px;
  font-size: 2.5krem; /* 48px */
  line-height: 1; /* 48px */
}

/* Define headings and their associated classes here. */
h1, .alpha {
  color: #1B1334;
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 60px */
  letter-spacing: -0.96px;
}

h2, .beta {
  font-size: 24px;
  font-size: 1.5em; /* 24px */
  line-height: 1; /* 24px */
}

h3, .gamma {
  font-size: 20px;
  font-size: 1.25rem; /* 20px */
  line-height: 1.2; /* 24px */
}

h4, .delta {
  font-size: 18px;
  font-size: 1.125rem; /* 18px */
  line-height: 1.333; /* 24px */
}

h5, .epsilon {
  font-size: 16px;
  font-size: 1rem; /* 16px */
  line-height: 1.5; /* 24px */
}

h6, .zeta {
  font-size: 16px;
  font-size: 1rem; /* 16px */
  line-height: 1.5; /* 24px */
}

/* Smaller-than-body-copy sizes here. */
small, .milli {
  font-size: 12px;
  font-size: 0.75rem; /* 12px */
  line-height: 2; /* 24px */
}

.centi {
  font-size: 14px;
  font-size: 0.875rem; /* 12px */
  line-height: 1.714; /* 24px */
}

.hero__banner {
  font-size: 44px;
  font-size: 2.8rem;
  font-weight: 300;
}

.hero__subtext {
  font-size: 26px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2.5rem;
  color: #3D3D3D;
}

.page__header {
  font-size: 44px;
  color: #1B1334;
  letter-spacing: 0;
  line-height: 64px;
  font-weight: 300;
}

.page__subhead {
  opacity: 0.8;
  font-weight: 300;
  font-size: 26px;
  color: #3D3D3D;
  letter-spacing: 0;
  line-height: 44px;
}

.sub-header, .lr-section .lr-section__text-wrap .lr-section__title, .usage-pricing-info .lr-section__text-wrap .lr-section__title {
  font-size: 32px;
  color: #1B1334;
  letter-spacing: 0;
  font-weight: 300;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.redshow {
  border: 1px solid red !important;
}

header,
.header {
  color: #FFFFFF;
  width: 100%;
  padding: 0;
  min-height: 183px;
}
header.header--landing,
.header.header--landing {
  margin-bottom: 128px;
}
header.header--landing .home-hero__gradient-bg,
.header.header--landing .home-hero__gradient-bg {
  max-height: 600px;
}
header .hero__wrap,
.header .hero__wrap {
  background-image: linear-gradient(180deg, #EBE8FD 0%, #F9F9F9 100%);
  border-radius: 12px;
  border: 1px solid var(--Border-primary-neutral, #EBE8FD);
  width: calc(100% - 48px);
  margin: 0 24px;
  padding: 80px 0;
}
@media screen and (max-width: 80.625em) {
  header .hero__wrap,
  .header .hero__wrap {
    margin-top: 80px;
  }
}
header .hero__wrap h1,
.header .hero__wrap h1 {
  max-width: 1000px;
  margin: auto;
}
@media print, screen and (max-width: 48.12375em) {
  header,
  .header {
    min-height: auto;
  }
}
header .nav--desktop,
.header .nav--desktop {
  display: block;
}
@media screen and (max-width: 80.625em) {
  header .nav--desktop,
  .header .nav--desktop {
    display: none;
  }
}
header .nav--mobile,
.header .nav--mobile {
  display: none;
}
@media screen and (max-width: 80.625em) {
  header .nav--mobile,
  .header .nav--mobile {
    display: block !important;
  }
}
@media screen and (max-width: 80.625em) {
  header .home-hero__wrap,
  .header .home-hero__wrap {
    position: relative;
  }
}
header .home-hero__gradient-bg,
.header .home-hero__gradient-bg {
  background-image: linear-gradient(180deg, #EBE8FD 0%, #F9F9F9 100%);
  border-radius: 12px;
  border: 1px solid var(--Border-primary-neutral, #EBE8FD);
  position: absolute;
  top: 0;
  left: 0;
  height: max(100vh - 80px, 100%);
  max-height: 1000px;
  top: 80px;
  z-index: -1;
  margin: 0 24px;
  width: calc(100% - 48px);
}
@media screen and (max-width: 80.625em) {
  header .home-hero__gradient-bg,
  .header .home-hero__gradient-bg {
    margin: 0 8px;
    width: calc(100% - 16px);
  }
}
header .home-hero__ctas,
.header .home-hero__ctas {
  padding-top: 80px;
  z-index: 1;
}
header .home-hero__ctas h1,
.header .home-hero__ctas h1 {
  text-align: center;
  font-size: 36px;
  font-size: 2.25em;
  font-weight: 400;
  margin: auto;
  color: var(--Foreground-neutral-strong, #181818);
  text-align: center;
  max-width: 800px;
  /* Heading/Level 8 (48) */
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 60px */
  letter-spacing: -1.44px;
}
@media screen and (max-width: 80.625em) {
  header .home-hero__ctas h1,
  .header .home-hero__ctas h1 {
    margin: 48px auto 20px;
  }
}
@media screen and (max-width: 50em) {
  header .home-hero__ctas h1,
  .header .home-hero__ctas h1 {
    max-width: 95%;
  }
}
header .home-hero__ctas .hero__subtext,
.header .home-hero__ctas .hero__subtext {
  color: var(--Foreground-primary-medium, #2E1B61);
  text-align: center;
  margin: auto;
  /* Text/Level 5 (24) */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: -0.12px;
  width: 700px;
}
@media screen and (max-width: 50em) {
  header .home-hero__ctas .hero__subtext,
  .header .home-hero__ctas .hero__subtext {
    max-width: 95%;
  }
}
header .home-hero__ctas .home-hero__buttons,
.header .home-hero__ctas .home-hero__buttons {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  margin-bottom: 40px;
}
header .home-hero__ctas .home-hero__buttons button,
header .home-hero__ctas .home-hero__buttons a.btn,
.header .home-hero__ctas .home-hero__buttons button,
.header .home-hero__ctas .home-hero__buttons a.btn {
  height: 48px !important;
  line-height: 48px !important;
}
header .home-hero__ctas .home-hero__buttons .btn--primary,
.header .home-hero__ctas .home-hero__buttons .btn--primary {
  margin-right: 16px;
}
header .nav--desktop .top-bar,
.header .nav--desktop .top-bar {
  color: #3D3D3D;
  background: #FFFFFF;
  height: 80px;
}
@keyframes slide-in--down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
header .nav--desktop .top-bar.is-stuck,
.header .nav--desktop .top-bar.is-stuck {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}
header .nav--desktop .top-bar.slide-down,
.header .nav--desktop .top-bar.slide-down {
  animation: slide-in--down 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .nav--desktop .top-bar .top-bar-left,
.header .nav--desktop .top-bar .top-bar-left {
  padding-left: 24px;
}
header .nav--desktop .top-bar .top-bar-left .nav__logo a,
.header .nav--desktop .top-bar .top-bar-left .nav__logo a {
  color: var(--Foreground-neutral-strong);
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25em;
  text-decoration: none;
}
header .nav--desktop .top-bar .top-bar-left .nav__logo a img,
.header .nav--desktop .top-bar .top-bar-left .nav__logo a img {
  transform: translateY(-3px);
}
header .nav--desktop .top-bar .top-bar-right,
.header .nav--desktop .top-bar .top-bar-right {
  padding-right: 18px;
}
header .nav--desktop .top-bar .top-bar-right > ul,
.header .nav--desktop .top-bar .top-bar-right > ul {
  background: none;
}
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link {
  height: 100%;
  line-height: 37px;
}
@media print, screen and (max-width: 48.12375em) {
  header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link,
  .header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link {
    text-align: center;
  }
}
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > button,
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > a,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > button,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > a {
  display: inline-block;
  color: var(--Neutral-1000, #181818);
  letter-spacing: 2px;
  font-weight: 600;
  margin: 0 0.5em;
}
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > button.sign-up-link,
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > a.sign-up-link,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > button.sign-up-link,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > a.sign-up-link {
  transform: translateY(-3px);
}
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > button:last-child,
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > a:last-child,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > button:last-child,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > a:last-child {
  margin-right: 0;
}
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > button.primary,
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > a.primary,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > button.primary,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > a.primary {
  color: var(--Foreground-neutral-inverse, #FFF);
}
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > button:focus, header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > button:active, header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > button:hover,
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > a:focus,
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > a:active,
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > a:hover,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > button:focus,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > button:active,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > button:hover,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > a:focus,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > a:active,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > a:hover {
  text-decoration: none !important;
}
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > button.active,
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > a.active,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > button.active,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > a.active {
  border-bottom: 1px solid #FFFFFF;
}
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > button.btn--transparent,
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > a.btn--transparent,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > button.btn--transparent,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > a.btn--transparent {
  line-height: 38px !important;
  padding: 0 1rem;
  margin-left: 1rem;
}
@media print, screen and (max-width: 48.12375em) {
  header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > button.btn--transparent,
  header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > a.btn--transparent,
  .header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > button.btn--transparent,
  .header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link > a.btn--transparent {
    margin-left: 0;
  }
}
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link.nav__link--set-off,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link.nav__link--set-off {
  border-left: solid 1px rgba(255, 255, 255, 0.2);
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link.nav__link--features-wrap a.nav__features-trigger::after,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link.nav__link--features-wrap a.nav__features-trigger::after {
  position: absolute;
  content: "";
  right: 7px;
  margin-top: -2px;
  border-top: 5px solid var(--Neutral-1000, #181818);
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}
@media print, screen and (max-width: 48.12375em) {
  header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link.nav__link--features-wrap a.nav__features-trigger::after,
  .header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link.nav__link--features-wrap a.nav__features-trigger::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
}
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link.nav__link--features-wrap ul,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link.nav__link--features-wrap ul {
  border-radius: 2px;
  border: 1px solid var(--Border-Action-action-secondary-default, #8B8B8B);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link.nav__link--features-wrap ul li,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link.nav__link--features-wrap ul li {
  background-color: #FFFFFF;
  text-align: left;
}
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link.nav__link--features-wrap ul li:hover,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link.nav__link--features-wrap ul li:hover {
  background-color: var(--Background-primary-light);
}
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link.nav__link--features-wrap ul li:hover a,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link.nav__link--features-wrap ul li:hover a {
  color: #5E3DBB;
}
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link.nav__link--features-wrap ul li a,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link.nav__link--features-wrap ul li a {
  text-align: left;
  color: #3D3D3D;
  width: 100%;
  text-decoration: none;
}
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link.nav__link--features-wrap ul li a:active,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link.nav__link--features-wrap ul li a:active {
  color: #5E3DBB;
}
header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link.nav__link--features-wrap ul::before,
.header .nav--desktop .top-bar .top-bar-right > ul > li.nav__link.nav__link--features-wrap ul::before {
  position: absolute;
  content: "";
  right: 13px;
  margin-top: -11px;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #FFFFFF;
  border-left: 5px solid transparent;
}
header .nav--mobile,
.header .nav--mobile {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: #fff;
  height: 64px;
  border-bottom: 1px solid var(--Border-neutral, #EBEBEB);
  padding: 8px 16px;
}
header .nav--mobile .nav__logo,
.header .nav--mobile .nav__logo {
  position: relative;
  height: 41px;
}
header .nav--mobile .nav__logo a,
.header .nav--mobile .nav__logo a {
  color: var(--Foreground-neutral-strong, #181818);
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
}
header .nav--mobile .nav__logo a img,
.header .nav--mobile .nav__logo a img {
  margin-right: 2px;
  transform: translateY(-2px);
}
header .nav--mobile .top-bar-right__controls,
.header .nav--mobile .top-bar-right__controls {
  position: absolute;
  right: 16px;
  top: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}
header .nav--mobile .top-bar-right__controls img,
.header .nav--mobile .top-bar-right__controls img {
  width: 24px;
  height: 24px;
}
header .nav--mobile .top-bar-right__controls.top-bar-right__controls--open,
.header .nav--mobile .top-bar-right__controls.top-bar-right__controls--open {
  opacity: 1;
}
header .nav--mobile .top-bar-right__controls.top-bar-right__controls--close,
.header .nav--mobile .top-bar-right__controls.top-bar-right__controls--close {
  opacity: 0;
  transform: rotate(180deg);
}
header .nav--mobile.nav--mobile--show-nav .top-bar-right__controls.top-bar-right__controls--open,
.header .nav--mobile.nav--mobile--show-nav .top-bar-right__controls.top-bar-right__controls--open {
  opacity: 0;
  transform: rotate(180deg);
}
header .nav--mobile.nav--mobile--show-nav .top-bar-right__controls.top-bar-right__controls--close,
.header .nav--mobile.nav--mobile--show-nav .top-bar-right__controls.top-bar-right__controls--close {
  opacity: 1;
}
header .nav--mobile > ul.nav__main,
.header .nav--mobile > ul.nav__main {
  display: none;
  background-color: #FFFFFF;
  border-radius: 2px;
  border: 1px solid var(--Border-Action-action-secondary-default, #8B8B8B);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
header .nav--mobile > ul.nav__main > li.nav__link,
.header .nav--mobile > ul.nav__main > li.nav__link {
  padding-left: 1.6rem;
}
header .nav--mobile > ul.nav__main > li.nav__link > a,
.header .nav--mobile > ul.nav__main > li.nav__link > a {
  color: #3D3D3D;
  font-size: 1.2em;
}
header .nav--mobile > ul.nav__main > li.nav__link > a.nav__features-trigger:after,
.header .nav--mobile > ul.nav__main > li.nav__link > a.nav__features-trigger:after {
  border-color: #3D3D3D transparent transparent;
}
header .nav--mobile > ul.nav__main > li.nav__link ul li.nav__features-list__item a,
.header .nav--mobile > ul.nav__main > li.nav__link ul li.nav__features-list__item a {
  color: #3D3D3D;
}
header .nav--mobile > ul.nav__main > li.nav__link.nav__link__buttons-row,
.header .nav--mobile > ul.nav__main > li.nav__link.nav__link__buttons-row {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header .nav--mobile > ul.nav__main > li.nav__link.nav__link__buttons-row button,
header .nav--mobile > ul.nav__main > li.nav__link.nav__link__buttons-row a.btn,
.header .nav--mobile > ul.nav__main > li.nav__link.nav__link__buttons-row button,
.header .nav--mobile > ul.nav__main > li.nav__link.nav__link__buttons-row a.btn {
  text-align: center;
  width: 80%;
  margin: auto;
  color: #5E3DBB;
  border: 1px solid #E6ECEC;
  text-transform: uppercase;
}

.body-wrap {
  overflow-x: hidden;
}
.body-wrap.blog, .body-wrap.faq__wrapper, .body-wrap.pricing-page, .body-wrap.talk-to-page, .body-wrap.feature-page {
  padding-top: 128px;
}
.body-wrap > .grid-x {
  margin-bottom: 10rem;
}
.body-wrap > .grid-x > .cell > span.hs_cos_wrapper > .hs_cos_wrapper > .hs_cos_wrapper_type_header > h2 {
  font-size: 32px;
  font-size: 2em;
  font-weight: 500;
  margin: 128px auto 24px;
  text-align: center;
}
.body-wrap > .grid-x > .cell > span.hs_cos_wrapper > .hs_cos_wrapper > .hs_cos_wrapper_type_header > h3 {
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 500;
  margin: 64px auto 24px;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .body-wrap {
    overflow-x: visible;
  }
}

footer {
  padding-top: 8rem;
  position: relative;
}
footer .deco-img {
  position: absolute;
  top: -100px;
}
footer .link-groups__wrap {
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 63.99875em) {
  footer .link-groups__wrap .footer-group {
    margin-bottom: 24px;
  }
}
footer .link-groups__wrap .footer-group .footer-group__title {
  font-weight: 300;
  color: var(--Foreground-neutral-strong, #181818);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 auto 16px;
  width: 80%;
}
footer .link-groups__wrap .footer-group ul {
  width: 80%;
  list-style: none;
  margin: 0 auto;
}
footer .link-groups__wrap .footer-group ul li {
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 16px;
}
footer .link-groups__wrap .footer-group ul li a {
  color: var(--Foreground-Action-action-link-strong-default, #181818);
  text-decoration-line: underline;
  font-size: 16px;
  font-size: 1em;
}
footer .social-links {
  margin-bottom: 3rem;
}
footer .social-links a {
  margin: 1rem;
}
footer .info-links__wrap {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #A0B1B6;
  letter-spacing: 0;
  line-height: 28px;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 590px) {
  footer .info-links__wrap {
    display: block;
    padding-top: 24px;
  }
  footer .info-links__wrap > .cell {
    height: auto;
    margin-bottom: 24px;
    position: relative;
  }
  footer .info-links__wrap > .cell:after {
    content: " ";
    position: absolute;
    width: 40px;
    height: 1px;
    border-bottom: 1px dotted pink;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
  }
}
footer .info-links__wrap span.info-links__address__line {
  display: block;
}
@media screen and (min-width: 1030px) {
  footer .info-links__wrap span.info-links__address__line {
    display: inline;
  }
  footer .info-links__wrap span.info-links__address__line:not(:last-of-type):after {
    content: "|";
  }
}
footer .info-links__wrap .cell {
  text-align: center;
  padding: 0 1rem;
}
footer .info-links__wrap .cell a {
  color: #A0B1B6;
}

.slider__container {
  border: 1px solid var(--Border-primary-neutral, #EBE8FD);
  background: var(--Background-primary-light, #FAF9FE);
  border-radius: 16px;
  padding: 40px;
}
@media screen and (max-width: 80.625em) {
  .slider__container {
    padding: 16px;
  }
}
.slider__container .splide__slide--image__wrapper {
  max-width: 1100px;
}
.slider__container .splide__slide--caption {
  padding: 16px 0 0 0;
  max-width: 1000px;
  margin: auto;
  font-size: 16px;
  font-size: 1em;
}
.slider__container button.splide__arrow {
  width: 60px;
  height: 60px;
  background-color: rgba(116, 133, 137, 0.2);
  transition: background-color 0.2s;
}
@media screen and (max-width: 80.625em) {
  .slider__container button.splide__arrow {
    width: 40px;
    height: 40px;
  }
  .slider__container button.splide__arrow.splide__arrow--prev {
    left: -10px;
  }
  .slider__container button.splide__arrow.splide__arrow--next {
    right: -10px;
  }
}
.slider__container button.splide__arrow:hover {
  background-color: rgba(116, 133, 137, 0.4);
}
@media screen and (min-width: 80.6875em) {
  .slider__container button.splide__arrow.splide__arrow--prev {
    left: -20px;
  }
  .slider__container button.splide__arrow.splide__arrow--next {
    right: -20px;
  }
}

.accordion .accordion_group {
  border-radius: 16px;
  color: var(--Foreground-neutral-strong, #181818);
  border: 1px solid var(--Border-neutral, #EBEBEB);
  background: var(--Background-neutral-light, #F9F9F9);
  margin-bottom: 8px;
}
.accordion .accordion_group.expanded {
  border: 1px solid var(--Border-primary-neutral, #EBE8FD);
  background: var(--Background-primary-light, #FAF9FE);
}

.lr-section, .usage-pricing-info {
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .lr-section, .usage-pricing-info {
    padding: 16px;
  }
}
.lr-section.lr-section--left, .lr-section.usage-pricing-info, .usage-pricing-info {
  border: 1px solid var(--Border-primary-neutral, #EBE8FD);
  background: var(--Background-primary-light, #FAF9FE);
}
.lr-section.lr-section--right, .lr-section--right.usage-pricing-info {
  border: 1px solid var(--Border-neutral, #EBEBEB);
  background: var(--Background-neutral-light, #F9F9F9);
}
.lr-section .lr-section__img-wrap, .usage-pricing-info .lr-section__img-wrap {
  position: relative;
  order: 1;
}
@media print, screen and (min-width: 64em) {
  .lr-section .lr-section__img-wrap, .usage-pricing-info .lr-section__img-wrap {
    order: initial;
  }
}
.lr-section .lr-section__img-wrap .deco-anchor img, .usage-pricing-info .lr-section__img-wrap .deco-anchor img {
  padding: 0px;
}
.lr-section .lr-section__img-wrap .deco-anchor:after, .usage-pricing-info .lr-section__img-wrap .deco-anchor:after {
  display: none;
}
.lr-section .lr-section__text-wrap, .usage-pricing-info .lr-section__text-wrap {
  padding-top: 5rem;
  padding-left: 2rem;
  order: 2;
}
@media print, screen and (min-width: 64em) {
  .lr-section .lr-section__text-wrap, .usage-pricing-info .lr-section__text-wrap {
    order: initial;
  }
}
.lr-section .lr-section__text-wrap > div, .usage-pricing-info .lr-section__text-wrap > div {
  margin-bottom: 1.5rem;
}
.lr-section .lr-section__text-wrap .lr-section__title, .usage-pricing-info .lr-section__text-wrap .lr-section__title {
  font-size: 24px;
  font-size: 1.5em;
}
.lr-section .lr-section__text-wrap .lr-section__text, .usage-pricing-info .lr-section__text-wrap .lr-section__text {
  font-size: 16px;
  font-size: 1em;
  letter-spacing: 0;
  line-height: 28px;
}
.lr-section .lr-section__text-wrap .lr-section__cta a, .usage-pricing-info .lr-section__text-wrap .lr-section__cta a {
  color: var(--Foreground-Action-action-link-primary-default, #5E3DBB);
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875em;
}

.testimonials__section {
  text-align: center;
  padding-top: 2rem;
}
.testimonials__section h2 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 40px;
}
.testimonials__section ul {
  list-style: none;
}

.testimonial__card {
  background: linear-gradient(159deg, rgb(24, 24, 24) 20%, rgb(94, 61, 187) 100%);
  margin: 128px auto;
  padding: 40px;
  border-radius: 16px;
  text-align: center;
}
.testimonial__card .testimonial__text {
  color: var(--Foreground-neutral-inverse, #FFF);
  max-width: 800px;
  margin: 16px auto;
  font-size: 24px;
  font-size: 1.5em;
  text-align: center;
}
.testimonial__card .testimonial__customer-wrap {
  display: block !important;
}
.testimonial__card .testimonial__customer-wrap > img,
.testimonial__card .testimonial__customer-wrap > div {
  display: block;
}
.testimonial__card .testimonial__customer-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin: 16px auto;
}
.testimonial__card .testimonial__customer-wrap .testimonial__name-and-title {
  color: var(--Foreground-primary-light-inverse, #D1CAF7);
  text-transform: unset !important;
  text-align: center;
}
.testimonial__card .testimonial__customer-wrap .testimonial__name-and-title > div {
  display: inline;
}

.benefits-header.grid-x {
  margin-bottom: 12px;
}
.benefits-header > .cell > h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 57px;
  text-align: center;
  color: #000000;
  margin-bottom: 0px;
}

.benefits__wrap.grid-x {
  padding-top: 0px;
}

.benefit-card__wrap {
  position: relative;
  padding: 16px;
}
.benefit-card__wrap div.triangle {
  display: none;
}
.benefit-card__wrap .benefit-card__icon {
  border-radius: 64px;
  background: var(--Background-neutral-light, #F9F9F9);
  width: 64px;
  height: 64px;
  padding: 8px;
}
.benefit-card__wrap .benefit-card {
  text-align: left;
  margin: 16px auto;
  box-sizing: border-box;
  padding: 40px;
  height: calc(100% - 16px);
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid var(--Border-primary-neutral, #EBE8FD);
  background: var(--Background-inverse, #FFF);
  color: var(--Foreground-neutral-strong, #181818);
}
.benefit-card__wrap .benefit-card .benefit-card__sub-header {
  margin: 12px 0;
  font-size: 20px;
  font-size: 1.25em;
  font-weight: 600;
}
.benefit-card__wrap .benefit-card .benefit-card__detail {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1em;
  color: #6d767b;
  color: var(--Foreground-neutral-medium, #3D3D3D);
}
.benefit-card__wrap .benefit-card .triangle {
  display: none;
}
.benefit-card__wrap .triangle {
  z-index: -1;
  position: absolute;
  content: " ";
  display: block;
}
.benefit-card__wrap .triangle.triangle--green {
  width: 230px;
  left: -80px;
  top: -60px;
  height: 230px;
  background-image: url("https://2070388.fs1.hubspotusercontent-na1.net/hubfs/2070388/2017-11/triangles/green-triangle.svg");
}
.benefit-card__wrap .triangle.triangle--orange {
  width: 270px;
  right: -80px;
  bottom: -150px;
  height: 330px;
  background-image: url("https://2070388.fs1.hubspotusercontent-na1.net/hubfs/2070388/2017-11/triangles/orange-triangle.svg");
}
@media print, screen and (min-width: 64em) {
  .benefit-card__wrap .triangle.triangle--orange {
    left: -80px;
    right: unset;
    bottom: -100px;
  }
}

.deco .deco-anchor {
  position: relative;
}
.deco .deco-anchor:after {
  content: " ";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}
.deco .deco-anchor:after img {
  z-index: 1;
}
.deco.deco--bottom-left img {
  padding-left: 5%;
  position: relative;
}
.deco.deco--bottom-left .deco-anchor:after {
  background-image: url("https://2070388.fs1.hubspotusercontent-na1.net/hubfs/2070388/2017-11/triangles/triangles-bottom-left.png");
  width: 240px;
  height: 240px;
  bottom: -80px;
  left: 40px;
}
.deco.deco--right-2 .deco-anchor:after {
  background-image: url("https://2070388.fs1.hubspotusercontent-na1.net/hubfs/2070388/2017-11/triangles/triangles-top-right-2.png");
  width: 240px;
  height: 240px;
  top: -100px;
  right: -150px;
}
.deco.deco--right img {
  padding: 5%;
  display: block;
  margin: auto;
  position: relative;
}
.deco.deco--right .deco-anchor:after {
  background-image: url("https://2070388.fs1.hubspotusercontent-na1.net/hubfs/2070388/2017-11/triangles/triangles-top-right.png");
  width: 300px;
  height: 300px;
  top: -50px;
  right: -100px;
}
.deco.deco--left img {
  padding-left: 5%;
  position: relative;
}
.deco.deco--left .deco-anchor:after {
  background-image: url("https://2070388.fs1.hubspotusercontent-na1.net/hubfs/2070388/2017-11/triangles/triangles-top-left.png");
  width: 70%;
  height: 70%;
  top: -35%;
  left: -5%;
}

.free-trial-callout {
  padding: 56px 0;
  background-image: linear-gradient(180deg, #EBE8FD 0%, #F9F9F9 100%);
  border: 1px solid var(--Border-primary-neutral, #EBE8FD);
  margin: 0 24px;
  border-radius: 16px;
  position: relative;
}
.free-trial-callout .free-trial-callout__box {
  border-radius: 6px;
  text-align: center;
  padding-top: 3rem;
  padding: 3rem 2rem;
  position: relative;
  font-size: 48px;
  font-size: 3em;
}
.free-trial-callout .free-trial-callout__box .free-trial-callout__cta {
  letter-spacing: 0;
  font-weight: 300;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--Foreground-neutral-strong, #181818);
}
.free-trial-callout .free-trial-callout__controls {
  z-index: 1;
  border-radius: 8px;
  background: var(--Background-inverse, #FFF);
  margin: auto;
  /* Shadow/Marketing Shadow */
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  padding: 40px;
  width: 560px;
  max-width: calc(100vw - 80px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18%;
}
.free-trial-callout .free-trial-callout__controls button {
  width: 100%;
}

.nav__free-trial-modal {
  border-radius: 16px;
  overflow-y: initial;
  text-align: center;
  padding: 32px 24px;
}
@media print, screen and (max-width: 48.12375em) {
  .nav__free-trial-modal {
    overflow-y: hidden;
    overflow-x: hidden;
    padding-top: 120px;
  }
}
.nav__free-trial-modal h2 {
  font-size: 28px;
  font-size: 1.75em;
  font-weight: 400;
}
@media screen and (min-width: 48.125em) {
  .nav__free-trial-modal {
    width: 525px;
  }
}
@media print, screen and (max-width: 48.12375em) {
  .nav__free-trial-modal {
    border-radius: 0;
  }
}
.nav__free-trial-modal .hbspt-form {
  width: 100%;
}
.nav__free-trial-modal .hs_recaptcha {
  margin-bottom: 12px;
  border: 1px solid var(--Border-neutral, #EBEBEB);
  background: var(--Background-neutral-light, #F9F9F9);
  padding: 16px;
  border-radius: 16px;
}
.nav__free-trial-modal .hs_recaptcha .grecaptcha-badge {
  box-shadow: none !important;
}
.nav__free-trial-modal input.hs-button.primary {
  width: 100%;
}
.nav__free-trial-modal button.close-button {
  right: 7px;
  top: -2px;
  border: none;
}
@media print, screen and (max-width: 48.12375em) {
  .nav__free-trial-modal button.close-button {
    border-radius: 0;
    top: 0;
    right: 2px;
    color: #3D3D3D;
    font-size: 48px;
    font-size: 3em;
  }
}

.page-intro {
  text-align: center;
  max-width: 720px;
}
.page-intro h1 {
  /* This is headline h1: */
  font-weight: 300;
  font-size: 44px;
  color: #1B1334;
  letter-spacing: 0;
  line-height: 64px;
}

.h2-rich-free-trial {
  text-align: center;
  margin: 0px auto 128px;
}
.h2-rich-free-trial.h2-rich-free-trial--has-header {
  margin: 128px auto;
}
.h2-rich-free-trial .h2-rich-free-trial__header {
  font-size: 40px;
  font-size: 2.5em;
  color: var(--Foreground-neutral-strong, #181818);
  margin-bottom: 24px;
  font-weight: 600;
}
.h2-rich-free-trial .h2-rich-free-trial__paragraph {
  max-width: 800px;
  color: var(--Foreground-primary-medium, #2E1B61);
  margin: 0px auto 24px;
  font-size: 20px;
  font-size: 1.25em;
  line-height: 150%;
  /* 30px */
}
.h2-rich-free-trial .h2-rich-free-trial__actions {
  text-align: center;
}
.h2-rich-free-trial .h2-rich-free-trial__actions button {
  margin: auto;
}
.h2-rich-free-trial .h2-rich-free-trial__actions .hs-cta-embed {
  margin: auto;
}

.outro {
  text-align: center;
  max-width: 720px;
  margin: 120px auto 160px;
  position: relative;
}
.outro .outro__title {
  color: #1B1334;
  font-size: 32px;
  font-size: 2em;
  margin-bottom: 24px;
  font-weight: 300;
}
.outro .outro__body p {
  color: #6d767b;
  font-size: 18px;
  font-size: 1.125em;
  line-height: 28px;
}
.outro > img.outro__deco {
  position: absolute;
  display: none;
}

header ul.dropdown.menu li.is-dropdown-submenu-item {
  white-space: nowrap;
}

input.hs-input {
  border-radius: 48px;
  border: 1px solid var(--Neutral-600, #6E6E6E);
  background: var(--White, #FFF);
  box-shadow: none;
}
input.hs-input ::placeholder {
  color: var(--Neutral-600, #6E6E6E);
}

input.hs-button,
button,
a.btn {
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  text-decoration: none !important;
  cursor: pointer;
}
input.hs-button:hover,
button:hover,
a.btn:hover {
  text-decoration: none;
}
input.hs-button.btn--transparent,
button.btn--transparent,
a.btn.btn--transparent {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease;
}
input.hs-button.btn--transparent:hover,
button.btn--transparent:hover,
a.btn.btn--transparent:hover {
  background-color: rgba(255, 255, 255, 0.08) !important;
}
input.hs-button.primary, input.hs-button.btn--primary,
button.primary,
button.btn--primary,
a.btn.primary,
a.btn.btn--primary {
  display: flex;
  height: 48px;
  padding: 0px 12px;
  justify-content: center;
  text-transform: none;
  align-items: center;
  gap: 4px;
  border-radius: 40px;
  background-color: var(--Background-Action-action-primary-strong-default, #5E3DBB);
  color: var(--Foreground-neutral-inverse, #FFF) !important;
  font-size: 16px;
  font-size: 1em;
}
input.hs-button.primary:hover, input.hs-button.btn--primary:hover,
button.primary:hover,
button.btn--primary:hover,
a.btn.primary:hover,
a.btn.btn--primary:hover {
  background-color: var(--Background-Action-action-primary-strong-hover, #432A89);
}
input.hs-button.btn--secondary,
button.btn--secondary,
a.btn.btn--secondary {
  border-radius: 48px;
  border: 1px solid var(--Border-Action-action-secondary-default, #8B8B8B);
  background-color: var(--Background-Action-action-secondary-default, #FFF);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  color: var(--Foreground-neutral-strong, #181818);
  padding: 0px 16px;
}
input.hs-button.btn--secondary:hover,
button.btn--secondary:hover,
a.btn.btn--secondary:hover {
  background-color: var(--Background-Action-action-secondary-hover, #F9F9F9);
}

.usage-pricing-info > h2 {
  text-align: center;
}
.usage-pricing-info table {
  margin-bottom: 0;
}
.usage-pricing-info table > tbody {
  border-color: transparent !important;
}
.usage-pricing-info table > tbody > tr {
  background-color: var(--Background-primary-light, #FAF9FE);
}
.usage-pricing-info table > tbody > tr:nth-child(odd) {
  background-color: var(--Background-primary-light, #F9F9F9);
}
.usage-pricing-info table > tbody > tr:nth-child(even) {
  background-color: unset;
  background-color: var(--Background-primary-light, #F9F9F9);
}
.usage-pricing-info table > tbody > tr {
  border-color: transparent !important;
}
.usage-pricing-info table > tbody > tr > td:nth-child(1) {
  text-align: center;
}
.usage-pricing-info table > tbody > tr > td {
  border-color: transparent !important;
  padding: 1rem;
}

.pricing-page .pricing-plan_price--v4.pricing-plan_price {
  margin-bottom: 4px !important;
}
.pricing-page .pricing-plan_price__billing-interval {
  font-size: 14px;
  margin-bottom: 16px;
  color: var(--Foreground-Action-action-link-primary-default, #5E3DBB);
}
.pricing-page .pricing-plan_price__monthly-price {
  font-size: 14px;
  margin-bottom: 24px;
}
.pricing-page .pricing-plan_price--enterprise-v4 {
  margin-bottom: 86px !important;
}
.pricing-page .pricing-plan__toggle-title {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 1rem;
  margin-top: -3rem;
}
.pricing-page .pricing-plan__toggle-wrap {
  text-align: center;
  margin-bottom: 8rem;
  font-size: 0.8em;
}
.pricing-page .pricing-plan__toggle-wrap .pricing-plan__toggle {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  display: inline-block;
  cursor: pointer;
}
.pricing-page .pricing-plan__toggle-wrap .pricing-plan__toggle .pricing-plan__toggle-option {
  border: 1px solid #c9d6d6;
  display: inline-block;
  padding: 0.3rem 1rem;
  width: 200px;
  text-transform: none;
}
.pricing-page .pricing-plan__toggle-wrap .pricing-plan__toggle .pricing-plan__toggle-option:first-of-type {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pricing-page .pricing-plan__toggle-wrap .pricing-plan__toggle .pricing-plan__toggle-option:first-of-type:not(.pricing-plan__toggle-option--selected) {
  border-right: none;
}
.pricing-page .pricing-plan__toggle-wrap .pricing-plan__toggle .pricing-plan__toggle-option:last-of-type {
  margin-left: -3px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pricing-page .pricing-plan__toggle-wrap .pricing-plan__toggle .pricing-plan__toggle-option:last-of-type:not(.pricing-plan__toggle-option--selected) {
  border-left: none;
}
.pricing-page .pricing-plan__toggle-wrap .pricing-plan__toggle .pricing-plan__toggle-option.pricing-plan__toggle-option--selected {
  border-color: #5E3DBB;
  color: #5E3DBB;
  z-index: 2;
}
.pricing-page .divider {
  margin: 0;
  margin-bottom: 30px;
  border: 1px solid #F9FAFA;
  height: 0;
  width: 170px;
}
.pricing-page .pricing-plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 842px;
  max-width: 360px;
  position: relative;
  text-align: center;
  border: 1px solid #E6ECEC;
  border-radius: 6px;
  padding: 40px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
}
@media screen and (max-width: 65.625em) {
  .pricing-page .pricing-plan {
    min-height: 840px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .pricing-page .pricing-plan {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 128px;
  }
}
.pricing-page .pricing-plan.pricing-plan--most-popular:before {
  content: "MOST POPULAR";
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 0.8em;
  padding-top: 18px;
  background-color: var(--Foreground-Action-action-link-primary-default, #5E3DBB);
  color: #FFFFFF;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -52px;
  right: 24px;
  border-radius: 80px;
}
.pricing-page .pricing-plan .pricing-plan_title {
  font-size: 26px;
}
.pricing-page .pricing-plan .pricing-plan_description {
  padding: 5px;
  margin-bottom: 20px;
  line-height: 32px;
}
.pricing-page .pricing-plan .pricing-plan_price {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 26px;
  color: #5E3DBB;
}
.pricing-page .pricing-plan .pricing-plan_price.pricing-plan_price--v2 {
  display: none;
}
.pricing-page .pricing-plan .pricing-plan_price.pricing-plan_price--v2.pricing-plan_price--selected {
  display: block;
}
.pricing-page .pricing-plan .pricing-plan_price__info {
  font-size: 12px;
  color: #A0B1B6;
  transform: translateY(-20px);
}
.pricing-page .pricing-plan .pricing-plan_details ul li {
  margin-bottom: 20px;
  font-size: 14px;
}
.pricing-page .pricing-plan .pricing-plan_details .details-header {
  color: #1B1334;
}
.pricing-page .pricing-plan .pricing-plan_button {
  margin-top: auto;
}
.pricing-page .pricing-plan .pricing-plan_button a {
  width: 270px;
  height: 52px;
  padding: 8px 1em;
  background-color: #5E3DBB;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  border-radius: 32px;
}
.pricing-page .pricing-plan .pricing-plan_button a:hover, .pricing-page .pricing-plan .pricing-plan_button a:focus {
  background-color: #5437a8;
}
.pricing-page .pricing-plan .pricing-plan_button .contact-button {
  padding: 15px 1em;
}
.pricing-page .faq-grid {
  max-width: 770px;
  margin: 0 auto;
  margin-bottom: 300px;
}
@media print, screen and (max-width: 48.12375em) {
  .pricing-page .faq-grid {
    margin-bottom: 0;
  }
}
.pricing-page .faq-grid h2 {
  font-size: 34px;
  margin-bottom: 60px;
  font-weight: 300;
  color: #1B1334;
}
.pricing-page .faq-grid h4 {
  font-size: 20px;
  font-weight: 300;
  color: #1B1334;
}
.pricing-page .faq-grid .divider {
  width: 100%;
}
.pricing-page .faq-grid p {
  font-family: "Inter", sans-serif;
}
.pricing-page.pricing-page--promotional > .grid-x {
  padding: 0;
  margin-bottom: 96px;
}

.search-page .search-container {
  text-align: center;
  padding: 3em 0;
  border-bottom: 1px solid #E6ECEC;
}
.search-page .search-container .search-input__container {
  width: 620px;
  max-width: 90%;
  margin: auto;
  position: relative;
  margin-bottom: 1em;
}
.search-page .search-container .search-input__container input#search-input {
  height: 48px;
  line-height: 48px;
  width: 100%;
  font-size: 1em;
  border-radius: 40px;
  padding: 0 2.5rem;
  display: inline-block;
  border: 1px solid #E6ECEC;
  outline: none;
}
.search-page .search-container .search-input__container input#search-input:focus {
  border: 1px solid #5E3DBB;
}
.search-page .search-container .search-input__container i.fa-search {
  position: absolute;
  left: 13px;
  top: 16px;
}
.search-page .search-container .search-input__container i.search-container__clear-input {
  position: absolute;
  right: 14px;
  font-size: 15pt;
  top: 13px;
  cursor: pointer;
}
.search-page .search-container ul.refinements {
  list-style: none;
}
.search-page .search-container ul.refinements li {
  background: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  border-top: 1px solid #E6ECEC;
  border-bottom: 1px solid #E6ECEC;
  border-right: 1px solid #E6ECEC;
  padding: 0.2em 1rem;
}
.search-page .search-container ul.refinements li.selected {
  background-color: #f4f7f7;
}
.search-page .search-container ul.refinements li:first-child {
  border-left: 1px solid #E6ECEC;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.search-page .search-container ul.refinements li:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.search-page .hits-container__wrapper {
  min-height: 240px;
  padding: 1em 3em;
}
.search-page .hits-container__wrapper .hits-container {
  max-width: 800px;
  margin: auto;
}
.search-page .hits-container__wrapper .hits-container .hit {
  border-bottom: 1px solid #E6ECEC;
  padding: 0.7rem 0;
}
.search-page .hits-container__wrapper .hits-container .hit .highlight-hit {
  background-color: rgba(3, 207, 170, 0.3);
}
.search-page #pagination ul {
  list-style: none;
  padding: 1rem;
  background-color: #F9FAFA;
  border-bottom: 1px solid #E6ECEC;
}
.search-page #pagination ul li {
  display: inline-block;
  font-size: 1.1em;
  margin-right: 1rem;
}

.press-page > .grid-x > .cell,
.resources-page > .grid-x > .cell {
  text-align: center;
}
.press-page > .grid-x > .cell a,
.resources-page > .grid-x > .cell a {
  text-decoration: none;
}
.press-page > .grid-x > .cell > .hs_cos_wrapper,
.resources-page > .grid-x > .cell > .hs_cos_wrapper {
  display: block;
}
.press-page > .grid-x > .cell > .hs_cos_wrapper > .hs_cos_wrapper,
.resources-page > .grid-x > .cell > .hs_cos_wrapper > .hs_cos_wrapper {
  display: inline-block;
}
.press-page > .grid-x > .cell > .hs_cos_wrapper > .hs_cos_wrapper .cf-press-item,
.resources-page > .grid-x > .cell > .hs_cos_wrapper > .hs_cos_wrapper .cf-press-item {
  display: inline-block !important;
  margin-right: 25px;
  margin-bottom: 20px;
  width: 340px;
  height: 530px;
  padding: 20px;
  border-bottom: 3px solid #F9FAFA;
  overflow: hidden;
  text-overflow: ellipsis;
}
.press-page > .grid-x > .cell > .hs_cos_wrapper > .hs_cos_wrapper .cf-press-item .header-img,
.resources-page > .grid-x > .cell > .hs_cos_wrapper > .hs_cos_wrapper .cf-press-item .header-img {
  display: block;
  margin: 0 auto 10px auto;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center center;
}
.press-page > .grid-x > .cell > .hs_cos_wrapper > .hs_cos_wrapper .cf-press-item h2,
.resources-page > .grid-x > .cell > .hs_cos_wrapper > .hs_cos_wrapper .cf-press-item h2 {
  color: #1B1334;
}
.press-page > .grid-x > .cell > .hs_cos_wrapper > .hs_cos_wrapper .cf-press-item .header-text,
.resources-page > .grid-x > .cell > .hs_cos_wrapper > .hs_cos_wrapper .cf-press-item .header-text {
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  text-align: left;
  color: #1B1334;
}
.press-page > .grid-x > .cell > .hs_cos_wrapper > .hs_cos_wrapper .cf-press-item .resource-type,
.resources-page > .grid-x > .cell > .hs_cos_wrapper > .hs_cos_wrapper .cf-press-item .resource-type {
  color: #1B1334;
}
.press-page > .grid-x > .cell > .hs_cos_wrapper > .hs_cos_wrapper .cf-press-item .date,
.resources-page > .grid-x > .cell > .hs_cos_wrapper > .hs_cos_wrapper .cf-press-item .date {
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  text-align: left;
  color: #1B1334;
}
.press-page > .grid-x > .cell > .hs_cos_wrapper > .hs_cos_wrapper .cf-press-item .text,
.resources-page > .grid-x > .cell > .hs_cos_wrapper > .hs_cos_wrapper .cf-press-item .text {
  display: block;
  overflow: hidden;
  max-height: inherit;
  line-height: 20px;
  font-weight: normal;
  text-align: left;
  text-overflow: ellipsis;
}
.press-page > .grid-x > .cell > .hs_cos_wrapper > .hs_cos_wrapper .cf-press-item .text .logo-wrapper,
.resources-page > .grid-x > .cell > .hs_cos_wrapper > .hs_cos_wrapper .cf-press-item .text .logo-wrapper {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  height: 100px;
  width: 100px;
  background-color: #DADFE3;
}
.press-page > .grid-x > .cell > .hs_cos_wrapper > .hs_cos_wrapper .cf-press-item .text .logo-wrapper img.logo-img,
.resources-page > .grid-x > .cell > .hs_cos_wrapper > .hs_cos_wrapper .cf-press-item .text .logo-wrapper img.logo-img {
  max-width: 100%;
  max-height: 100%;
}
.press-page > .grid-x > .cell > .hs_cos_wrapper > .hs_cos_wrapper .cf-press-item .text a,
.resources-page > .grid-x > .cell > .hs_cos_wrapper > .hs_cos_wrapper .cf-press-item .text a {
  display: block;
  padding-top: 5px;
}

header.header .home-hero__wrap .home-hero img,
.header .home-hero__wrap .home-hero img {
  image-rendering: crisp-edges;
  max-width: 90%;
  width: auto;
  display: block;
  margin: auto;
}
@media screen and (min-width: 40em) and (max-width: 1030px) {
  header.header .home-hero__wrap .home-hero img,
  .header .home-hero__wrap .home-hero img {
    max-width: 70%;
  }
}
header.header .home-hero__wrap .home-hero h1.hero__banner,
.header .home-hero__wrap .home-hero h1.hero__banner {
  font-size: 40px;
  font-size: 2.5em;
}
header.header .home-hero__wrap .home-hero h1.hero__banner p,
.header .home-hero__wrap .home-hero h1.hero__banner p {
  text-align: left;
}
header.header .home-hero__wrap .home-hero .home-hero__banner,
.header .home-hero__wrap .home-hero .home-hero__banner {
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 56px;
}
header.header .home-hero__wrap .home-hero .home-hero__subtext,
.header .home-hero__wrap .home-hero .home-hero__subtext {
  opacity: 0.8;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 2rem;
}
header.header .home-hero__wrap .home-hero .home-hero__buttons,
.header .home-hero__wrap .home-hero .home-hero__buttons {
  margin-bottom: 40px;
}
@media screen and (max-width: 1079px) {
  header.header .home-hero__wrap .home-hero .home-hero__buttons,
  .header .home-hero__wrap .home-hero .home-hero__buttons {
    margin-bottom: 40px;
  }
  header.header .home-hero__wrap .home-hero .home-hero__buttons button,
  .header .home-hero__wrap .home-hero .home-hero__buttons button {
    margin-right: 16px !important;
  }
}
@media screen and (max-width: 530px) {
  header.header .home-hero__wrap .home-hero .home-hero__buttons,
  .header .home-hero__wrap .home-hero .home-hero__buttons {
    display: flex;
    justify-content: center;
    padding: 16px 0;
    flex-direction: column;
  }
  header.header .home-hero__wrap .home-hero .home-hero__buttons button,
  .header .home-hero__wrap .home-hero .home-hero__buttons button {
    margin-right: 0px !important;
    margin-bottom: 16px !important;
  }
  header.header .home-hero__wrap .home-hero .home-hero__buttons button,
  header.header .home-hero__wrap .home-hero .home-hero__buttons a,
  .header .home-hero__wrap .home-hero .home-hero__buttons button,
  .header .home-hero__wrap .home-hero .home-hero__buttons a {
    width: 100%;
  }
}
header.header .home-hero__wrap .home-hero .home-hero__buttons button,
.header .home-hero__wrap .home-hero .home-hero__buttons button {
  margin-right: 40px;
}
header.header .home-hero__wrap .home-hero .home-hero__buttons a,
header.header .home-hero__wrap .home-hero .home-hero__buttons .btn,
.header .home-hero__wrap .home-hero .home-hero__buttons a,
.header .home-hero__wrap .home-hero .home-hero__buttons .btn {
  display: inline-block;
  white-space: nowrap;
  height: 52px !important;
  line-height: 49px;
  font-size: 16px;
  font-size: 1em;
  letter-spacing: 2px;
  font-weight: 600;
  min-width: 200px;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
header.header .home-hero__wrap .home-hero .home-hero__buttons a:hover,
.header .home-hero__wrap .home-hero .home-hero__buttons a:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
header.header .home-hero__wrap .home-hero .home-hero__buttons .btn--white:hover,
.header .home-hero__wrap .home-hero .home-hero__buttons .btn--white:hover {
  color: #5437a8 !important;
}
header.header .home-hero__wrap .home-hero__video,
.header .home-hero__wrap .home-hero__video {
  max-width: min(1072px, 95%);
  margin: auto;
}
header.header .home-hero__wrap .home-hero__video img,
header.header .home-hero__wrap .home-hero__video .hs-video-container,
.header .home-hero__wrap .home-hero__video img,
.header .home-hero__wrap .home-hero__video .hs-video-container {
  display: block;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  background-color: var(--Background-inverse, #FFF);
  border-radius: 8px;
  padding: 16px;
  margin: auto;
}

.orbit-controls button {
  display: none;
}

@media screen and (min-width: 40em) and (max-width: 1030px) {
  .home-page .deco {
    max-width: 80%;
    margin: auto;
  }
}

.support-home__wrapper .grid-container {
  padding-top: 2rem;
  max-width: 1000px;
  margin: auto;
}
.support-home__wrapper .grid-container .medium-8 h1 {
  margin-top: 5px;
  border-bottom: 2px solid #C6CDD1;
  max-width: 90%;
  color: #1B1334;
}
.support-home__wrapper .grid-container .medium-8 .cf-support-square-holder .cf-support-square {
  display: block;
  border-radius: 2px;
  height: auto !important;
  margin-bottom: 1.5rem;
  cursor: pointer;
  text-decoration: none;
}
.support-home__wrapper .grid-container .medium-8 .cf-support-square-holder .cf-support-square:hover {
  box-shadow: none;
}
.support-home__wrapper .grid-container .medium-8 .cf-support-square-holder .cf-support-square .title {
  font-size: 1.15em;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #1B1334;
}
.support-home__wrapper .grid-container .medium-8 .cf-support-square-holder .cf-support-square .help-text {
  height: auto;
  max-width: 90%;
  margin-top: 0;
  font-size: inherit;
  font-style: inherit;
  color: inherit;
}
.support-home__wrapper .grid-container .medium-4 {
  background-color: #F9FAFA;
  border-radius: 2px;
  padding: 20px;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  max-height: 600px;
}
@media screen and (max-width: 60.9375em) {
  .support-home__wrapper .grid-container .medium-4 {
    max-height: 710px;
  }
}
.support-home__wrapper .grid-container .medium-4 h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1B1334;
}
.support-home__wrapper .grid-container .medium-4 a {
  text-decoration: none;
}

.support-page__wrapper a {
  text-decoration: none !important;
}
.support-page__wrapper .body-wrap > .grid-x:first-child {
  margin-bottom: 0;
}
.support-page__wrapper .body-wrap > .grid-x:nth-child(2) {
  padding-top: 0;
}
.support-page__wrapper .cf-support-item {
  display: block;
  margin-bottom: 1em;
  padding: 1em;
  background: #FFFFFF;
  border: 1px solid #E6ECEC;
  border-radius: 4px;
}
.support-page__wrapper .cf-support-item .body {
  margin-bottom: 2em;
}
.support-page__wrapper .cf-support-item h2 {
  margin-top: 20px;
}
.support-page__wrapper .cf-support-item h2 a {
  opacity: 0;
  transition: opacity 0.3s;
}
.support-page__wrapper .cf-support-item h2:hover a {
  opacity: 1;
}
.support-page__wrapper .table-for-content {
  transform: translateY(-15px);
}
.support-page__wrapper .table-for-content h2 {
  margin: 0px;
  text-align: center;
}
.support-page__wrapper .table-for-content ul {
  margin: 8px 0px;
  padding: 0px;
  text-align: center;
}
.support-page__wrapper .table-for-content ul li {
  display: inline-block;
  padding: 2px 6px;
  border-right: 1px solid var(--Foreground-Action-action-link-primary-default, #5E3DBB);
  font-size: 15px;
  text-align: center;
  line-height: 7px;
}
.support-page__wrapper .table-for-content ul li a {
  cursor: pointer;
}
.support-page__wrapper .table-for-content ul li a:hover {
  text-decoration: underline;
}
.support-page__wrapper .table-for-content ul li:last-child {
  border-right: none;
}
@media (max-width: 1024px) {
  .support-page__wrapper .table-for-content {
    transform: translateY(0);
    padding: 10px 0;
  }
}

.basic-landing-page .cell {
  padding: 1rem;
}
.basic-landing-page .cell h2 {
  color: #1B1334;
}
.basic-landing-page .cell.medium-4 form.hs-custom-form {
  background-color: #F9FAFA;
  padding: 1rem;
  border: 1px solid #E6ECEC;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}
.basic-landing-page .cell.medium-4 form.hs-custom-form .hs-form-field {
  margin-bottom: 1rem;
}
.basic-landing-page .cell.medium-4 form.hs-custom-form .hs-form-field label {
  color: #1B1334;
}
.basic-landing-page .cell.medium-4 form.hs-custom-form .hs-form-field legend {
  display: none !important;
}
.basic-landing-page .cell.medium-4 form.hs-custom-form .hs-form-field .input input {
  color: #3D3D3D;
  margin: 0;
  padding: 0 0.5rem;
  min-height: 36px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #C6CDD1;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  box-sizing: border-box;
  transition: border-color 0.15s ease;
}
.basic-landing-page .cell.medium-4 form.hs-custom-form .hs_submit {
  text-align: center;
}
.basic-landing-page .cell.medium-4 form.hs-custom-form .hs_submit input.hs-button {
  background-color: #5E3DBB;
  border: none;
  padding: 0.5rem 1rem;
  color: #FFFFFF;
  text-transform: capitalize;
  border-radius: 2px;
  font-weight: 500;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

body.free-trial-landing-page {
  overflow-x: hidden;
}
body.free-trial-landing-page .top-bar {
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 53.875em) {
  body.free-trial-landing-page .top-bar-right {
    position: absolute;
    right: 8px;
    top: 16px;
  }
}
body.free-trial-landing-page header.landing-hero {
  height: 100vh;
  overflow-x: hidden;
  position: relative;
  overflow-y: hidden;
}
@media screen and (max-width: 53.875em) {
  body.free-trial-landing-page header.landing-hero {
    max-height: 10000px;
    min-height: 900px;
  }
  body.free-trial-landing-page header.landing-hero .nav--desktop {
    display: block;
  }
}
@media print, screen and (max-width: 48.124em) {
  body.free-trial-landing-page header.landing-hero {
    height: auto;
  }
}
body.free-trial-landing-page header.landing-hero .landing-hero__wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  max-width: none;
  transform: translateY(-50%);
  text-align: center;
}
body.free-trial-landing-page header.landing-hero .landing-hero__wrap > h1,
body.free-trial-landing-page header.landing-hero .landing-hero__wrap > h2,
body.free-trial-landing-page header.landing-hero .landing-hero__wrap > div {
  max-width: 700px;
  margin: auto;
}
@media print, screen and (max-width: 48.124em) {
  body.free-trial-landing-page header.landing-hero .landing-hero__wrap {
    position: relative;
    top: 0;
    transform: none;
    padding-top: 0;
  }
  body.free-trial-landing-page header.landing-hero .landing-hero__wrap .landing-hero {
    padding-top: 1.5rem;
  }
}
body.free-trial-landing-page header.landing-hero .landing-hero__wrap .landing-hero__banner-top {
  margin-bottom: 1rem;
}
body.free-trial-landing-page header.landing-hero .landing-hero__wrap .landing-hero__banner {
  margin-top: 0;
  font-size: 40px;
  margin: auto;
  margin-bottom: 2rem;
}
body.free-trial-landing-page header.landing-hero .landing-hero__wrap .landing-hero__divider {
  width: 200px;
  border-bottom: 2px solid #FFFFFF;
  margin: auto;
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 48.124em) {
  body.free-trial-landing-page header.landing-hero .landing-hero__wrap .landing-hero__divider {
    margin-bottom: 1.5rem;
  }
}
body.free-trial-landing-page header.landing-hero .landing-hero__wrap .landing-hero__subtext {
  font-size: 22px;
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 48.124em) {
  body.free-trial-landing-page header.landing-hero .landing-hero__wrap .landing-hero__subtext {
    margin-bottom: 1.5rem;
  }
}
body.free-trial-landing-page header.landing-hero .landing-hero__wrap .landing-hero__form-wrap {
  margin-bottom: 2rem;
}
body.free-trial-landing-page header.landing-hero .landing-hero__wrap .landing-hero__form-wrap .hs_cos_wrapper_type_form {
  width: 100%;
}
@media print, screen and (max-width: 48.124em) {
  body.free-trial-landing-page header.landing-hero .landing-hero__wrap .landing-hero__form-wrap {
    margin-bottom: 1rem;
  }
}
body.free-trial-landing-page header.landing-hero .landing-hero__wrap .landing-hero__form-wrap form.hs-form.stacked {
  display: flex;
  flex-direction: row;
  position: relative;
}
@media print, screen and (max-width: 48.124em) {
  body.free-trial-landing-page header.landing-hero .landing-hero__wrap .landing-hero__form-wrap form.hs-form.stacked {
    flex-direction: column;
    align-items: center;
  }
  body.free-trial-landing-page header.landing-hero .landing-hero__wrap .landing-hero__form-wrap form.hs-form.stacked .hs_submit,
  body.free-trial-landing-page header.landing-hero .landing-hero__wrap .landing-hero__form-wrap form.hs-form.stacked .hs_email {
    width: 100%;
    max-width: 500px;
    margin-right: 0 !important;
  }
}
body.free-trial-landing-page header.landing-hero .landing-hero__wrap .landing-hero__form-wrap form.hs-form.stacked .hs_email {
  display: inline-block;
  flex-grow: 1;
  margin-right: 1rem;
}
body.free-trial-landing-page header.landing-hero .landing-hero__wrap .landing-hero__form-wrap form.hs-form.stacked .hs_email label {
  display: none;
}
body.free-trial-landing-page header.landing-hero .landing-hero__wrap .landing-hero__form-wrap form.hs-form.stacked .hs_email .input input {
  height: 40px !important;
}
body.free-trial-landing-page header.landing-hero .landing-hero__wrap .landing-hero__form-wrap form.hs-form.stacked .hs_error_rollup {
  position: absolute;
  top: 40px;
  color: #E14E15;
}
body.free-trial-landing-page header.landing-hero .landing-hero__wrap .landing-hero__form-wrap form.hs-form.stacked ul.hs-error-msgs {
  list-style-type: none;
}
body.free-trial-landing-page header.landing-hero .landing-hero__wrap .landing-hero__form-wrap form.hs-form.stacked .hs_submit {
  display: inline-block;
}
body.free-trial-landing-page header.landing-hero .landing-hero__wrap .landing-hero__form-wrap form.hs-form.stacked .hs_submit input.hs-button.primary {
  height: 40px;
  cursor: pointer;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #5E3DBB;
  border: none;
  padding: 0 2rem;
}
body.free-trial-landing-page header.landing-hero .landing-hero__wrap .landing-hero__demo-wrap a {
  color: #FFFFFF;
}
@keyframes pulse {
  0%, 100% {
    transform: translateX(-50%) translateY(0) scale(2);
  }
  50% {
    transform: translateX(-50%) translateY(-15px) scale(2);
  }
}
body.free-trial-landing-page header.landing-hero .landing-hero__chevron-down {
  position: absolute;
  bottom: -95px;
  left: 50%;
  animation: pulse 1.5s ease infinite;
}
body.free-trial-landing-page header.landing-hero .landing-hero__chevron-down svg {
  fill: #FFFFFF;
}
body.free-trial-landing-page header.landing-hero .landing-hero__chevron-down a {
  display: block;
}
body.free-trial-landing-page .page__header {
  font-size: 40px;
  margin-bottom: 3rem;
}
body.free-trial-landing-page .grid-x {
  margin-bottom: 4rem;
}
body.free-trial-landing-page .landing-page__benefit {
  align-items: center;
}
body.free-trial-landing-page .landing-page__benefit:last-of-type {
  margin-bottom: 0;
}
body.free-trial-landing-page .landing-page__benefit .landing-page__benefit-item {
  margin-bottom: 2rem;
}
body.free-trial-landing-page .landing-page__benefit .landing-page__benefit-item h3 {
  color: var(--Foreground-Action-action-link-primary-default, #5E3DBB);
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 22px;
}
body.free-trial-landing-page .landing-page__benefit .landing-page__benefit-item > p {
  margin-bottom: 1rem;
  max-width: 417px;
}
body.free-trial-landing-page .landing-page__benefit .landing-page__benefit-item .landing-page__learn-more a {
  color: #A0B1B6;
}
@media print, screen and (max-width: 48.124em) {
  body.free-trial-landing-page .landing-page__benefit .cell.landing-page__benefit-text {
    order: 1;
    text-align: center;
  }
  body.free-trial-landing-page .landing-page__benefit .cell.landing-page__benefit-text .landing-page__benefit-item > p {
    margin: auto;
  }
  body.free-trial-landing-page .landing-page__benefit .cell.landing-page__benefit-image {
    order: 2;
  }
}
body.free-trial-landing-page .landing-page__benefit.landing-page__benefit--right {
  text-align: right;
}
body.free-trial-landing-page .landing-page__benefit.landing-page__benefit--right .landing-page__benefit-item p {
  margin-right: 0;
  margin-left: auto;
}
body.free-trial-landing-page .landing-page__middle-banner {
  background-image: linear-gradient(180deg, #EBE8FD 0%, #F9F9F9 100%);
  min-height: 200px;
  position: relative;
}
body.free-trial-landing-page .landing-page__middle-banner button {
  position: absolute;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #5E3DBB;
  border: none;
  color: #5437a8;
  color: #FFFFFF;
  padding: 0 3rem;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 0;
  white-space: nowrap;
}
body.free-trial-landing-page .free-trial-callout__box-wrapper .free-trial-callout__controls {
  margin-bottom: 0;
}
body.free-trial-landing-page .landing-page__chrono-description .landing-page-benefit {
  max-width: 44rem;
  margin: 0 auto;
  margin-bottom: 4rem;
  padding-top: 0;
}
body.free-trial-landing-page .landing-page__chrono-description h2.landing-page__mid-header {
  text-align: center;
  max-width: 720px;
  margin: auto;
  margin-bottom: 2rem;
  font-size: 40px;
  margin-bottom: 3rem;
  color: #1B1334;
  letter-spacing: 0;
  line-height: 64px;
  font-weight: 300;
}
body.free-trial-landing-page .landing-page__chrono-description p.landing-page__mid-header-text {
  text-align: center;
  max-width: 720px;
  margin: auto;
  font-size: 20px;
}
body.free-trial-landing-page .landing-page__chrono-description .cell.landing-page-benefit-list h4 {
  color: var(--Foreground-Action-action-link-primary-default, #5E3DBB);
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 22px;
}
body.free-trial-landing-page .landing-page__chrono-description .cell.landing-page-benefit-list p {
  line-height: 1.8;
}
body.free-trial-landing-page .landing-page__chrono-description .cell.landing-page-benefit-list ul {
  line-height: 2.6;
}

.faq__wrapper .medium-9 input#faq__search-input {
  max-width: 90%;
  margin-bottom: 40px;
}
.faq__wrapper .medium-9 .faq-section-header {
  margin-bottom: 12px;
}
.faq__wrapper .medium-9 .faq-item {
  max-width: 90%;
  margin-bottom: 2rem;
  transition: opacity 1s, max-height 1s;
}
.faq__wrapper .medium-9 .faq-item .faq-item__question {
  font-weight: 600;
  color: #1B1334;
}

.widget-type-email_simple_subscription label,
.hs_cos_wrapper_type_email_subscriptions_confirmation label,
.hs_cos_wrapper_type_email_simple_subscription label,
.widget-type-email_subscriptions_confirmation label,
.hs_cos_wrapper_type_email_subscriptions label {
  cursor: pointer;
  cursor: hand;
}
.widget-type-email_simple_subscription .email-prefs p.header,
.hs_cos_wrapper_type_email_subscriptions_confirmation .email-prefs p.header,
.hs_cos_wrapper_type_email_simple_subscription .email-prefs p.header,
.widget-type-email_subscriptions_confirmation .email-prefs p.header,
.hs_cos_wrapper_type_email_subscriptions .email-prefs p.header {
  background-image: none;
  color: #3D3D3D;
  min-height: 0;
  margin-bottom: 0.5rem;
}
.widget-type-email_simple_subscription .email-prefs .thumbnail,
.hs_cos_wrapper_type_email_subscriptions_confirmation .email-prefs .thumbnail,
.hs_cos_wrapper_type_email_simple_subscription .email-prefs .thumbnail,
.widget-type-email_subscriptions_confirmation .email-prefs .thumbnail,
.hs_cos_wrapper_type_email_subscriptions .email-prefs .thumbnail {
  bottom: 1px;
  position: absolute;
  right: 6px;
}
.widget-type-email_simple_subscription .email-prefs .thumbnail.float-top,
.hs_cos_wrapper_type_email_subscriptions_confirmation .email-prefs .thumbnail.float-top,
.hs_cos_wrapper_type_email_simple_subscription .email-prefs .thumbnail.float-top,
.widget-type-email_subscriptions_confirmation .email-prefs .thumbnail.float-top,
.hs_cos_wrapper_type_email_subscriptions .email-prefs .thumbnail.float-top {
  top: 7px;
}
.widget-type-email_simple_subscription .email-prefs .item,
.hs_cos_wrapper_type_email_subscriptions_confirmation .email-prefs .item,
.hs_cos_wrapper_type_email_simple_subscription .email-prefs .item,
.widget-type-email_subscriptions_confirmation .email-prefs .item,
.hs_cos_wrapper_type_email_subscriptions .email-prefs .item {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding-bottom: 1px;
  position: relative;
  margin: 20px 0px;
  cursor: pointer;
  cursor: hand;
}
.widget-type-email_simple_subscription .email-prefs .item p,
.hs_cos_wrapper_type_email_subscriptions_confirmation .email-prefs .item p,
.hs_cos_wrapper_type_email_simple_subscription .email-prefs .item p,
.widget-type-email_subscriptions_confirmation .email-prefs .item p,
.hs_cos_wrapper_type_email_subscriptions .email-prefs .item p {
  clear: both;
  margin: 5px 20px 0px;
}
.widget-type-email_simple_subscription .email-prefs .item.disabled,
.hs_cos_wrapper_type_email_subscriptions_confirmation .email-prefs .item.disabled,
.hs_cos_wrapper_type_email_simple_subscription .email-prefs .item.disabled,
.widget-type-email_subscriptions_confirmation .email-prefs .item.disabled,
.hs_cos_wrapper_type_email_subscriptions .email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.widget-type-email_simple_subscription .email-prefs .item.disabled .item-inner.hovered,
.hs_cos_wrapper_type_email_subscriptions_confirmation .email-prefs .item.disabled .item-inner.hovered,
.hs_cos_wrapper_type_email_simple_subscription .email-prefs .item.disabled .item-inner.hovered,
.widget-type-email_subscriptions_confirmation .email-prefs .item.disabled .item-inner.hovered,
.hs_cos_wrapper_type_email_subscriptions .email-prefs .item.disabled .item-inner.hovered {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.widget-type-email_simple_subscription .email-prefs .item .item-inner *,
.hs_cos_wrapper_type_email_subscriptions_confirmation .email-prefs .item .item-inner *,
.hs_cos_wrapper_type_email_simple_subscription .email-prefs .item .item-inner *,
.widget-type-email_subscriptions_confirmation .email-prefs .item .item-inner *,
.hs_cos_wrapper_type_email_subscriptions .email-prefs .item .item-inner * {
  color: #1B1334;
}
.widget-type-email_simple_subscription .email-prefs .item .item-inner,
.hs_cos_wrapper_type_email_subscriptions_confirmation .email-prefs .item .item-inner,
.hs_cos_wrapper_type_email_simple_subscription .email-prefs .item .item-inner,
.widget-type-email_subscriptions_confirmation .email-prefs .item .item-inner,
.hs_cos_wrapper_type_email_subscriptions .email-prefs .item .item-inner {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-transition-property: background;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  border: 1px solid #E6ECEC;
  overflow: hidden;
  margin-top: 0;
  padding: 15px;
  background: #F9FAFA;
}
.widget-type-email_simple_subscription .email-prefs .item .item-inner.hovered,
.hs_cos_wrapper_type_email_subscriptions_confirmation .email-prefs .item .item-inner.hovered,
.hs_cos_wrapper_type_email_simple_subscription .email-prefs .item .item-inner.hovered,
.widget-type-email_subscriptions_confirmation .email-prefs .item .item-inner.hovered,
.hs_cos_wrapper_type_email_subscriptions .email-prefs .item .item-inner.hovered {
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.widget-type-email_simple_subscription .email-prefs .item .item-inner.selected,
.hs_cos_wrapper_type_email_subscriptions_confirmation .email-prefs .item .item-inner.selected,
.hs_cos_wrapper_type_email_simple_subscription .email-prefs .item .item-inner.selected,
.widget-type-email_subscriptions_confirmation .email-prefs .item .item-inner.selected,
.hs_cos_wrapper_type_email_subscriptions .email-prefs .item .item-inner.selected {
  background: #F9FAFA;
  border: 1px solid #DADFE3;
}
.widget-type-email_simple_subscription .email-prefs .item .item-inner .checkbox-row,
.hs_cos_wrapper_type_email_subscriptions_confirmation .email-prefs .item .item-inner .checkbox-row,
.hs_cos_wrapper_type_email_simple_subscription .email-prefs .item .item-inner .checkbox-row,
.widget-type-email_subscriptions_confirmation .email-prefs .item .item-inner .checkbox-row,
.hs_cos_wrapper_type_email_subscriptions .email-prefs .item .item-inner .checkbox-row {
  margin-top: 0;
  overflow: hidden;
}
.widget-type-email_simple_subscription .email-prefs .item .item-inner .checkbox-row span.fakelabel,
.hs_cos_wrapper_type_email_subscriptions_confirmation .email-prefs .item .item-inner .checkbox-row span.fakelabel,
.hs_cos_wrapper_type_email_simple_subscription .email-prefs .item .item-inner .checkbox-row span.fakelabel,
.widget-type-email_subscriptions_confirmation .email-prefs .item .item-inner .checkbox-row span.fakelabel,
.hs_cos_wrapper_type_email_subscriptions .email-prefs .item .item-inner .checkbox-row span.fakelabel {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-transform: normal;
  vertical-align: middle;
}
.widget-type-email_simple_subscription .email-prefs .item .item-inner .checkbox-row input,
.hs_cos_wrapper_type_email_subscriptions_confirmation .email-prefs .item .item-inner .checkbox-row input,
.hs_cos_wrapper_type_email_simple_subscription .email-prefs .item .item-inner .checkbox-row input,
.widget-type-email_subscriptions_confirmation .email-prefs .item .item-inner .checkbox-row input,
.hs_cos_wrapper_type_email_subscriptions .email-prefs .item .item-inner .checkbox-row input {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  float: left;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .widget-type-email_simple_subscription .email-prefs .item .item-inner .checkbox-row input,
  .hs_cos_wrapper_type_email_subscriptions_confirmation .email-prefs .item .item-inner .checkbox-row input,
  .hs_cos_wrapper_type_email_simple_subscription .email-prefs .item .item-inner .checkbox-row input,
  .widget-type-email_subscriptions_confirmation .email-prefs .item .item-inner .checkbox-row input,
  .hs_cos_wrapper_type_email_subscriptions .email-prefs .item .item-inner .checkbox-row input {
    position: relative;
    top: 3px;
  }
}
.widget-type-email_simple_subscription .email-prefs .item .item-inner .checkbox-row span.fakelabel span,
.hs_cos_wrapper_type_email_subscriptions_confirmation .email-prefs .item .item-inner .checkbox-row span.fakelabel span,
.hs_cos_wrapper_type_email_simple_subscription .email-prefs .item .item-inner .checkbox-row span.fakelabel span,
.widget-type-email_subscriptions_confirmation .email-prefs .item .item-inner .checkbox-row span.fakelabel span,
.hs_cos_wrapper_type_email_subscriptions .email-prefs .item .item-inner .checkbox-row span.fakelabel span {
  float: left;
  font-weight: bold;
  margin-left: 7px;
  vertical-align: top;
}
.widget-type-email_simple_subscription input.hs-button.primary,
.hs_cos_wrapper_type_email_subscriptions_confirmation input.hs-button.primary,
.hs_cos_wrapper_type_email_simple_subscription input.hs-button.primary,
.widget-type-email_subscriptions_confirmation input.hs-button.primary,
.hs_cos_wrapper_type_email_subscriptions input.hs-button.primary {
  padding: 0 1rem;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  height: 38px;
  line-height: 37px;
  cursor: pointer;
  background: #5E3DBB;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.widget-type-email_simple_subscription input.hs-button.primary:hover,
.hs_cos_wrapper_type_email_subscriptions_confirmation input.hs-button.primary:hover,
.hs_cos_wrapper_type_email_simple_subscription input.hs-button.primary:hover,
.widget-type-email_subscriptions_confirmation input.hs-button.primary:hover,
.hs_cos_wrapper_type_email_subscriptions input.hs-button.primary:hover {
  text-decoration: none;
}
.widget-type-email_simple_subscription .subscribe-options,
.hs_cos_wrapper_type_email_subscriptions_confirmation .subscribe-options,
.hs_cos_wrapper_type_email_simple_subscription .subscribe-options,
.widget-type-email_subscriptions_confirmation .subscribe-options,
.hs_cos_wrapper_type_email_subscriptions .subscribe-options {
  margin-bottom: 12px;
  overflow: hidden;
}
.widget-type-email_simple_subscription .subscribe-options label,
.hs_cos_wrapper_type_email_subscriptions_confirmation .subscribe-options label,
.hs_cos_wrapper_type_email_simple_subscription .subscribe-options label,
.widget-type-email_subscriptions_confirmation .subscribe-options label,
.hs_cos_wrapper_type_email_subscriptions .subscribe-options label {
  font-size: 13px;
  margin-left: 16px;
  margin-right: 16px;
}
.widget-type-email_simple_subscription .subscribe-options label span,
.hs_cos_wrapper_type_email_subscriptions_confirmation .subscribe-options label span,
.hs_cos_wrapper_type_email_simple_subscription .subscribe-options label span,
.widget-type-email_subscriptions_confirmation .subscribe-options label span,
.hs_cos_wrapper_type_email_subscriptions .subscribe-options label span {
  font-weight: normal;
  margin-left: 3px;
  font-size: 14px;
  font-weight: bold;
}

.full-width-page {
  max-width: 63rem;
  padding: 20px;
}
.full-width-page a {
  text-decoration: none;
}
.full-width-page .body__top-content {
  max-width: 720px;
  margin: 0 auto;
}
.full-width-page .body__top-content h2 {
  text-align: center;
  font-weight: 300;
  line-height: 1.4;
  font-size: 22px;
  color: #1B1334;
}
.full-width-page .body__main-content {
  padding-top: 0;
}
.full-width-page h1, .full-width-page h2 {
  color: #5E3DBB;
}
.full-width-page .cta_button {
  background: #5E3DBB !important;
}

table.feature-comparison {
  margin: auto;
  font-size: 1.1em;
  margin-bottom: 4rem;
}
table.feature-comparison thead {
  background: transparent;
  border: none;
}
table.feature-comparison thead th {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #E6ECEC;
  text-align: center;
}
table.feature-comparison tbody {
  border: none;
}
table.feature-comparison tbody tr:nth-child(even) {
  background-color: inherit;
}
table.feature-comparison tbody tr td:first-child {
  text-align: left;
}
table.feature-comparison tbody tr td {
  border-bottom: 1px solid #E6ECEC;
  padding: 0.5rem 2rem;
  text-align: center;
}
table.feature-comparison tbody tr td span.fa {
  font-size: 1.3rem;
}
table.feature-comparison tbody tr td span.fa.fa-check-circle:before {
  color: #59C470;
}
table.feature-comparison tbody tr td span.fa.fa-times:before {
  color: #ED4D33;
}

.comparison-quote {
  padding: 90px 48px 48px 40px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #F9FAFA;
  margin-top: 60px;
  font-size: 20px;
  font-size: 1.25em;
  position: relative;
  border-radius: 4px;
}
.comparison-quote::before {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 80px;
  font-size: 5em;
  top: 0;
  content: "“";
  left: 40px;
}
.comparison-quote .comparison-quote__text {
  text-align: center;
  margin-bottom: 24px;
}
.comparison-quote .comparison-quote__by {
  text-align: right;
  font-weight: 500;
}

@media print, screen and (max-width: 48.12375em) {
  .hs_cos_wrapper_type_raw_html {
    overflow-x: auto;
  }
}
.about-team > .grid-x {
  padding-top: 0;
  margin-bottom: 0;
  margin-bottom: 100px;
}
.about-team > .grid-x:last-child {
  margin-top: 100px;
}
.about-team > .grid-x:first-child {
  margin-bottom: 0;
}
.about-team p {
  text-align: center;
  font-size: 22px;
}
.about-team .team-member {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 40.625em) {
  .about-team .team-member {
    flex-direction: column;
  }
}
.about-team .team-member .team-member__photo-pane {
  width: 35%;
}
@media screen and (max-width: 40.625em) {
  .about-team .team-member .team-member__photo-pane {
    width: 100%;
    margin-bottom: 50px;
  }
}
.about-team .team-member .team-member__photo-pane img {
  display: block;
  margin: 0 auto;
}
.about-team .team-member .team-member__bio-section {
  width: 70%;
  margin-left: 30px;
}
@media screen and (max-width: 40.625em) {
  .about-team .team-member .team-member__bio-section {
    width: 90%;
    margin: 0 auto;
  }
}
.about-team .team-member .team-member__bio-section .team-member__name,
.about-team .team-member .team-member__bio-section .team-member__title {
  color: #1B1334;
}
.about-team .team-member .team-member__bio-section .team-member__bio p {
  text-align: inherit;
  font-size: inherit;
}

.about-company > .grid-x {
  padding-top: 0;
  margin-bottom: 0;
  margin-bottom: 100px;
}
.about-company > .grid-x:first-child p {
  text-align: center;
  font-size: 22px;
}
.about-company > .grid-x:last-child {
  margin-top: 100px;
}
.about-company h1 {
  color: #5E3DBB;
}
.about-company a.read-more {
  display: inline-block;
  margin-top: 15px;
  border: 1px solid #5E3DBB;
  padding: 10px 23px;
  border-radius: 3px;
  background: 0 0;
  color: #5E3DBB;
  font-size: 15px;
  line-height: 18px;
  transition: all 0.15s linear;
  text-decoration: none;
}
@media print, screen and (max-width: 48.12375em) {
  .about-company a.read-more {
    display: inline-block;
    overflow: hidden;
    max-width: 362px;
    width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.about-company a.read-more.read-more-tag {
  padding: 0 23px 0 0;
}
.about-company a.read-more.read-more-tag span {
  display: inline-block;
  margin-right: 13px;
  padding: 10px 23px;
  border-right: 1px solid #FFFFFF;
  background: #5E3DBB;
  color: #FFFFFF;
}
.about-company a.read-more:hover {
  background: #5E3DBB;
  color: #FFFFFF;
}
.about-company .hs-responsive-embed iframe {
  max-width: 100%;
}
.about-company .hs-two-column-equal {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 63.125em) {
  .about-company .hs-two-column-equal {
    flex-direction: column;
  }
}
.about-company .hs-two-column-equal .image-area {
  width: 50%;
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
}
@media screen and (max-width: 63.125em) {
  .about-company .hs-two-column-equal .image-area {
    width: 80%;
  }
}
.about-company .hs-two-column-equal .text-area {
  width: 50%;
}
@media screen and (max-width: 63.125em) {
  .about-company .hs-two-column-equal .text-area {
    width: 80%;
  }
}
.about-company .hs-two-column-equal.right {
  margin-top: 50px;
  margin-bottom: 50px;
}
.about-company .hs-two-column-equal.right .image-area {
  order: 2;
}
@media screen and (max-width: 63.125em) {
  .about-company .hs-two-column-equal.right .image-area {
    order: 0;
  }
}
.about-company .hs-two-column-equal.left .text-area {
  padding-left: 16px;
}
.about-company > .grid-x:nth-child(4) p {
  max-width: 65%;
  margin: auto;
  margin-top: 50px;
  text-align: center;
  font-size: 22px;
}

body.blog > header > .grid-container.hero__wrap {
  max-width: unset;
}

.blog .blog-post-wrapper p {
  color: #3D3D3D;
  font-size: 20px;
  font-size: 1.25em;
}
.blog .blog-post-wrapper ol li,
.blog .blog-post-wrapper ul li {
  color: #3D3D3D;
  font-size: 20px;
  font-size: 1.25em;
  margin-bottom: 1rem;
}

.blog .hs-blog-social-share-item {
  height: 24px;
  display: flex;
}
.blog .hs-blog-social-share-item-facebook .fb-like > span {
  vertical-align: inherit !important;
}
.blog blockquote {
  color: #6d767b;
  font-size: 18px;
  font-size: 1.125em;
  padding-left: 2rem;
  border-left: 3px solid #E6ECEC;
}
.blog .blog-section-post {
  margin: 0 15px;
  margin-right: 200px;
}
@media screen and (max-width: 64.125em) {
  .blog .blog-section-post {
    margin-right: 15px;
  }
}
.blog .post-item {
  margin-bottom: 48px;
  border-bottom: 1px solid var(--Border-primary-neutral, #EBEBEB);
}
.blog .post-item .post-header-title {
  display: flex;
  font-size: 13px;
  flex-direction: row;
  align-items: center;
}
.blog .post-item .custom-topic {
  margin-right: 20px;
  text-align: left;
  color: var(--Foreground-primary-medium, #2E1B61);
  border: 1px solid var(--Border-primary-neutral, #EBE8FD);
  border-radius: 24px;
  padding: 2px 8px;
}
.blog .post-item .post-header h2,
.blog .post-item .post-listing-simple {
  margin: 20px 0 20px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
}
.blog .post-item .post-header h2 a,
.blog .post-item .post-listing-simple a {
  color: var(--Foreground-Action-action-link-primary-default, #5E3DBB);
  text-decoration: none;
}
.blog .post-item .date {
  color: #1B1334;
}
.blog .post-item .post-body p {
  font-size: 16px;
  line-height: 26px;
  color: #6d767b;
}
.blog .custom-blog-form {
  text-align: center;
}
.blog .custom-blog-form h3 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}
.blog .blog-sidebar-content {
  margin-bottom: 40px;
  padding: 16px;
  background: #F9FAFA;
  border: 1px solid #E6ECEC;
  border-radius: 6px;
}
.blog .blog-sidebar-content .hs_error_rollup {
  display: none;
}
.blog .blog-sidebar-content .hs_email {
  flex-grow: 1;
}
.blog .blog-sidebar-content .hs_email ul.hs-error-msgs {
  position: absolute;
  margin-left: 0;
  font-size: 14px;
  list-style: none;
}
.blog .blog-sidebar-content .hs_email ul.hs-error-msgs label {
  color: #E14E15;
}
.blog .custom-blog-form {
  text-align: center;
}
.blog .custom-blog-form form {
  display: flex;
  align-items: center;
}
.blog .custom-blog-form .hs-form-required {
  display: none !important;
}
.blog .custom-blog-form input[type=email] {
  display: block;
  width: 100%;
  height: 38px;
  margin-bottom: 12px;
  margin-top: 12px;
  padding: 8px;
  background: #FFFFFF;
  font-size: 14px;
  border-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-width: 0;
  border: 1px solid #DADFE3;
}
.blog .custom-blog-form .hs-button.primary {
  display: inline-block;
  height: 38px;
  padding: 12px 20px;
  border: 1px solid #5E3DBB;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background: #5E3DBB;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
  letter-spacing: 2px;
  line-height: 14px;
  text-transform: uppercase;
}
.blog .custom-blog-form input[type=submit], .blog .custom-blog-form input[type=button] {
  display: inline-block;
  padding: 10px 23px;
  border: 1px solid #5E3DBB;
  border-radius: 3px;
  background: #5E3DBB;
  font-size: 20px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-family: Lato, sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  outline: 0;
  text-decoration: none;
  -webkit-appearance: none;
}
.blog .custom-blog-form .hs-button.primary:hover {
  background: #5437a8;
}
.blog .custom-blog-form input[type=submit]:hover, .blog .custom-blog-form input[type=button]:hover {
  background: #5437a8;
}
.blog .widget-type-post_filter,
.blog .widget-type-post_listing {
  margin-bottom: 40px;
  text-align: left;
}
.blog .widget-type-post_filter .block h3,
.blog .widget-type-post_listing .block h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}
.blog .widget-type-post_filter .block ul,
.blog .widget-type-post_listing .block ul {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
.blog .widget-type-post_filter .block ul li,
.blog .widget-type-post_listing .block ul li {
  padding: 20px 0;
  line-height: 26px;
  border-bottom: 1px solid #E6ECEC;
}
.blog .widget-type-post_filter .block ul li a,
.blog .widget-type-post_listing .block ul li a {
  font-size: 16px;
  font-weight: 300;
}
.blog .blog-pagination {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
}
.blog .blog-pagination a {
  letter-spacing: 0.1em;
}
.blog ul.breadcrumb {
  margin: 3px 0 11px;
  padding: 0;
  list-style: none !important;
}
.blog ul.breadcrumb li {
  display: inline-block;
}
.blog ul.breadcrumb li a.topic-link {
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.blog ul.breadcrumb li.active {
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.blog ul.breadcrumb li.active span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hs-blog-post .page-center {
  margin: 0 auto;
  max-width: 77rem;
}
.hs-blog-post .post-header {
  position: relative;
  padding: 30px;
  width: 100%;
  background-color: var(--Background-primary-light, #FAF9FE);
  border-radius: 16px;
  border: 1px solid var(--Border-primary-neutral, #EBE8FD);
  line-height: 50px;
  text-align: left;
  color: var(--Foreground-neutral-strong, #181818);
}
.hs-blog-post .post-header h1 {
  top: 0;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 0;
  font-size: 28px;
  font-size: 1.75em;
  line-height: 40px;
  color: var(--Foreground-neutral-strong, #181818);
  font-weight: 400;
}
.hs-blog-post .post-header .date {
  line-height: 30px;
  color: var(--Foreground-neutral-strong, #181818);
}
.hs-blog-post .post-header .hs-author-avatar {
  margin-top: 6px;
}
.hs-blog-post .post-header #hubspot-author_data {
  line-height: 30px;
  color: var(--Foreground-neutral-strong, #181818);
  font-weight: 400;
}
.hs-blog-post .post-header #hubspot-author_data a {
  line-height: 30px;
  color: var(--Foreground-neutral-strong, #181818);
}
.hs-blog-post .post-body img {
  display: block;
  margin: 0 auto;
}
.hs-blog-post .custom_blog_next-previous-top {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}
.hs-blog-post .custom_blog_next-previous {
  display: flex;
  justify-content: space-between;
  margin: 70px 0;
}
.hs-blog-post .custom_blog_next-previous .custom-previous,
.hs-blog-post .custom_blog_next-previous .custom-next {
  width: 30%;
}
.hs-blog-post .custom_blog_next-previous .custom-previous span,
.hs-blog-post .custom_blog_next-previous .custom-next span {
  display: block;
  margin: 0 0 10px 0;
  font-size: 26px;
  line-height: 1;
  color: #1B1334;
}
.hs-blog-post .custom_blog_next-previous .custom-next {
  text-align: right;
}
.hs-blog-post .widget-type-blog_comments {
  margin-bottom: 50px;
}
.hs-blog-post .widget-type-blog_comments input[type=submit] {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  border: 1px solid #5E3DBB;
  border-radius: 3px;
  padding: 10px 23px;
  background: #5E3DBB;
  font-size: 20px;
  color: #FFFFFF;
  outline: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s linear;
}
.hs-blog-post .widget-type-blog_comments input[type=submit]:hover {
  background: #5437a8;
}
.hs-blog-post .widget-type-blog_comments .new-comments .hs_error_rollup {
  display: none;
}
.hs-blog-post .widget-type-blog_comments .new-comments ul.hs-error-msgs {
  margin-left: 0;
  font-size: 14px;
  list-style: none;
}
.hs-blog-post .widget-type-blog_comments .new-comments ul.hs-error-msgs label {
  color: #E14E15;
}

.talk-to-page .hs-button {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 23px;
  border: 1px solid #5E3DBB;
  border-radius: 3px;
  background: #5E3DBB;
  font-size: 20px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  -webkit-appearance: none;
  outline: 0;
  text-align: center;
  cursor: pointer;
}
.talk-to-page .hs-button:hover {
  background: #5437a8;
}
.talk-to-page .free-trial-callout__controls .hs-button {
  margin-top: 0;
}

.feature-page .cf-feature-lead {
  max-width: 720px;
  font-weight: 300;
  font-size: 26px;
  color: #3D3D3D;
  opacity: 0.8;
  letter-spacing: 0;
  line-height: 44px;
  margin: 0 auto;
  margin-top: -2rem;
  margin-bottom: 8rem;
  text-align: center;
  color: #1B1334;
}
@media print, screen and (max-width: 48.12375em) {
  .feature-page .cf-feature-lead {
    font-size: 22px;
  }
}
.feature-page .cf-feature-row {
  display: flex;
  justify-content: center;
  margin-bottom: 300px;
}
@media print, screen and (max-width: 48.12375em) {
  .feature-page .cf-feature-row {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.feature-page .cf-feature-row .cf-feature-row-image {
  width: 60%;
}
@media print, screen and (max-width: 48.12375em) {
  .feature-page .cf-feature-row .cf-feature-row-image {
    width: 100%;
  }
}
.feature-page .cf-feature-row .cf-feature-row-text {
  width: 40%;
}
@media print, screen and (max-width: 48.12375em) {
  .feature-page .cf-feature-row .cf-feature-row-text {
    width: 100%;
  }
}
.feature-page .cf-feature-row .cf-feature-row-text .cf-feature-row-text-area {
  display: flex;
  flex-direction: column;
  width: 80%;
  align-items: left;
  margin: 0 auto;
  margin-top: 5%;
}
.feature-page .cf-feature-row .cf-feature-row-text .cf-feature-row-text-area h2 {
  color: #1B1334;
}
.feature-page .cf-feature-row .cf-feature-row-text .cf-feature-row-text-area .read-more {
  display: inline-block;
  margin-top: 15px;
  border: 1px solid #5E3DBB;
  padding: 10px 23px;
  border-radius: 3px;
  background: 0;
  color: #5E3DBB;
  font-size: 15px;
  line-height: 18px;
  transition: all 0.15s linear;
  text-decoration: none;
}
.feature-page .cf-feature-row .cf-feature-row-text .cf-feature-row-text-area .read-more:hover {
  background: #5E3DBB;
  color: #FFFFFF;
}
.feature-page > .grid-x > .cell > .hs_cos_wrapper .hs_cos_wrapper:last-child .cf-feature-row {
  margin-bottom: 0;
}
.feature-page .cf-feature-row-first .cf-feature-row-image,
.feature-page .cf-feature-row-left .cf-feature-row-image {
  order: 2;
}
@media print, screen and (max-width: 48.12375em) {
  .feature-page .cf-feature-row-first .cf-feature-row-image,
  .feature-page .cf-feature-row-left .cf-feature-row-image {
    order: 0;
  }
}

.capterra-ppc-free-demo-offer {
  overflow-x: hidden;
}
.capterra-ppc-free-demo-offer .demo-hero {
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .capterra-ppc-free-demo-offer .demo-hero {
    height: auto;
  }
  .capterra-ppc-free-demo-offer .demo-hero .nav--desktop {
    display: block;
  }
}
.capterra-ppc-free-demo-offer .top-bar {
  padding: 0.5rem 2rem;
}
.capterra-ppc-free-demo-offer .top-bar .top-bar-left,
.capterra-ppc-free-demo-offer .top-bar .top-bar-right {
  flex: 0 0 auto;
}
.capterra-ppc-free-demo-offer .demo {
  max-width: 1200px;
  margin: auto;
  margin-top: 25vh;
  align-items: center;
}
@media (max-width: 1023px) {
  .capterra-ppc-free-demo-offer .demo {
    height: auto;
    max-width: 400px;
    margin-top: 15vh;
  }
}
.capterra-ppc-free-demo-offer .demo_description {
  text-align: left;
}
.capterra-ppc-free-demo-offer .demo_description h1 {
  text-align: inherit;
  margin: auto;
}
.capterra-ppc-free-demo-offer .demo_description .divider {
  max-width: 5rem;
  margin: 1.25rem 0;
  border-bottom: 2px solid #FFFFFF;
}
.capterra-ppc-free-demo-offer .demo_description p {
  max-width: 25rem;
}
.capterra-ppc-free-demo-offer .free-trial-callout__box-wrapper {
  max-width: 450px;
}
@media (max-width: 756px) {
  .capterra-ppc-free-demo-offer .deco-anchor::after {
    display: none;
  }
}
.capterra-ppc-free-demo-offer .demo_form label {
  color: #FFFFFF;
}
.capterra-ppc-free-demo-offer .demo_form .hs-button {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 23px;
  border: 1px solid #5E3DBB;
  border-radius: 3px;
  background: #5E3DBB;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  -webkit-appearance: none;
  outline: 0;
  text-align: center;
  cursor: pointer;
}
.capterra-ppc-free-demo-offer .demo_form .hs-button:hover {
  background: #5437a8;
}