@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&display=swap");
@font-face {
  font-family: "Space Grotesk Regular";
  src: url(../fonts/SpaceGrotesk-Regular.woff2) format("woff2"), url(../fonts/SpaceGrotesk-Regular.woff) format("woff");
}
@font-face {
  font-family: "Space Grotesk Bold";
  src: url(../fonts/SpaceGrotesk-Bold.woff2) format("woff2"), url(../fonts/SpaceGrotesk-Bold.woff) format("woff");
}
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1A1A1A;
}

h1, h2, h3, h4 {
  font-family: "Space Grotesk Bold";
  font-weight: bold;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2.25rem;
  line-height: 2.75rem;
}

h2 {
  font-size: 1.75rem;
  line-height: 2.125rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

@media screen and (min-width: 40rem) {
  h1 {
    font-size: 3rem;
    line-height: 3.375rem;
  }

  h2 {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }

  h3 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }

  h4 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  h2 {
    font-size: 3rem;
    line-height: 3.75rem;
  }

  h3 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
p {
  margin: 0;
  padding: 0;
}

p.paragraph-xl {
  font-size: 1rem;
}

@media screen and (min-width: 64em) {
  p.paragraph-xl {
    font-size: 1.125rem;
  }
}
p.paragraph-small {
  font-size: 0.875rem;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.grid-container {
  max-width: 75rem;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media screen and (min-width: 40em) {
  .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 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media 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 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.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 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .medium-shrink,
.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 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .grid-x > .medium-1 {
    width: 8.33333%;
  }

  .grid-x > .medium-2 {
    width: 16.66667%;
  }

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

  .grid-x > .medium-4 {
    width: 33.33333%;
  }

  .grid-x > .medium-5 {
    width: 41.66667%;
  }

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

  .grid-x > .medium-7 {
    width: 58.33333%;
  }

  .grid-x > .medium-8 {
    width: 66.66667%;
  }

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

  .grid-x > .medium-10 {
    width: 83.33333%;
  }

  .grid-x > .medium-11 {
    width: 91.66667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-shrink,
.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 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .grid-x > .large-1 {
    width: 8.33333%;
  }

  .grid-x > .large-2 {
    width: 16.66667%;
  }

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

  .grid-x > .large-4 {
    width: 33.33333%;
  }

  .grid-x > .large-5 {
    width: 41.66667%;
  }

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

  .grid-x > .large-7 {
    width: 58.33333%;
  }

  .grid-x > .large-8 {
    width: 66.66667%;
  }

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

  .grid-x > .large-10 {
    width: 83.33333%;
  }

  .grid-x > .large-11 {
    width: 91.66667%;
  }

  .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 screen and (min-width: 40em) {
  .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 screen and (min-width: 40em) {
  .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.33333% - 1.25rem);
}

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

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

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

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

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

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

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

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }

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

  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 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.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media 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.33333% - 1.875rem);
  }

  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: 1rem;
  margin-left: 1rem;
}

@media screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: 1rem;
  margin-left: 1rem;
}

@media screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
.small-up-1 > .cell {
  width: 100%;
}

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

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

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

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

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

  .medium-up-3 > .cell {
    width: 33.33333%;
  }

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

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

  .medium-up-6 > .cell {
    width: 16.66667%;
  }

  .medium-up-7 > .cell {
    width: 14.28571%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

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

  .large-up-3 > .cell {
    width: 33.33333%;
  }

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

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

  .large-up-6 > .cell {
    width: 16.66667%;
  }

  .large-up-7 > .cell {
    width: 14.28571%;
  }

  .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.33333% - 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.66667% - 1.25rem);
}

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

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

@media screen and (min-width: 40em) {
  .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.33333% - 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.66667% - 1.875rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 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.33333% - 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.66667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media 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.33333% - 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.66667% - 1.875rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 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.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .small-margin-collapse > .medium-3 {
    width: 25%;
  }

  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .small-margin-collapse > .medium-6 {
    width: 50%;
  }

  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .small-margin-collapse > .medium-9 {
    width: 75%;
  }

  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .small-margin-collapse > .large-3 {
    width: 25%;
  }

  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .small-margin-collapse > .large-6 {
    width: 50%;
  }

  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .small-margin-collapse > .large-9 {
    width: 75%;
  }

  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .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 screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .small-3 {
    width: 25%;
  }

  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .small-6 {
    width: 50%;
  }

  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .small-9 {
    width: 75%;
  }

  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }

  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }

  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }

  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .large-3 {
    width: 25%;
  }

  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .large-6 {
    width: 50%;
  }

  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .large-9 {
    width: 75%;
  }

  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media 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 screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .small-3 {
    width: 25%;
  }

  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .small-6 {
    width: 50%;
  }

  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .small-9 {
    width: 75%;
  }

  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .medium-3 {
    width: 25%;
  }

  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .medium-6 {
    width: 50%;
  }

  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .medium-9 {
    width: 75%;
  }

  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .large-3 {
    width: 25%;
  }

  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .large-6 {
    width: 50%;
  }

  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .large-9 {
    width: 75%;
  }

  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media 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% + 0.625rem);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}

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

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

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

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

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem);
}

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

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

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem);
}

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

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

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem);
}

@media screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
@media screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  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 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media screen and (min-width: 40em) {
  .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 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media 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 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.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 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .medium-shrink,
.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 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-y > .medium-shrink {
    height: auto;
  }

  .grid-y > .medium-1 {
    height: 8.33333%;
  }

  .grid-y > .medium-2 {
    height: 16.66667%;
  }

  .grid-y > .medium-3 {
    height: 25%;
  }

  .grid-y > .medium-4 {
    height: 33.33333%;
  }

  .grid-y > .medium-5 {
    height: 41.66667%;
  }

  .grid-y > .medium-6 {
    height: 50%;
  }

  .grid-y > .medium-7 {
    height: 58.33333%;
  }

  .grid-y > .medium-8 {
    height: 66.66667%;
  }

  .grid-y > .medium-9 {
    height: 75%;
  }

  .grid-y > .medium-10 {
    height: 83.33333%;
  }

  .grid-y > .medium-11 {
    height: 91.66667%;
  }

  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .large-shrink,
.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 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-y > .large-shrink {
    height: auto;
  }

  .grid-y > .large-1 {
    height: 8.33333%;
  }

  .grid-y > .large-2 {
    height: 16.66667%;
  }

  .grid-y > .large-3 {
    height: 25%;
  }

  .grid-y > .large-4 {
    height: 33.33333%;
  }

  .grid-y > .large-5 {
    height: 41.66667%;
  }

  .grid-y > .large-6 {
    height: 50%;
  }

  .grid-y > .large-7 {
    height: 58.33333%;
  }

  .grid-y > .large-8 {
    height: 66.66667%;
  }

  .grid-y > .large-9 {
    height: 75%;
  }

  .grid-y > .large-10 {
    height: 83.33333%;
  }

  .grid-y > .large-11 {
    height: 91.66667%;
  }

  .grid-y > .large-12 {
    height: 100%;
  }
}
.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media screen and (min-width: 40em) {
  .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 screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media screen and (min-width: 40em) {
  .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 screen and (min-width: 40em) {
  .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.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 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.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media 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.33333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    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 screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    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 {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
}

@media screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
.cell .grid-y.grid-frame {
  height: 100%;
}

@media screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media 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 screen and (min-width: 40em) {
  .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 screen and (min-width: 40em) {
  .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.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 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.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media 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.33333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
/* Horizontal Alignment */
.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* Vertical Alignment */
.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* Self Alignment */
.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

/* Central Alignment */
.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

/* Order */
.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
div.container {
  max-width: 75em;
  padding: 0 24px;
  margin: 0 auto;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (min-width: 40rem) {
  section {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 32px 0;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dots {
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  font-size: 0px;
  cursor: pointer;
  background-color: #A4A4A4;
  border: 0;
  border-radius: 50%;
  transition: all 0.4s ease-out 0s;
  margin: 0 4px;
  padding: 0;
}
.slick-dots li.slick-active button {
  width: 25px;
  background: #00A74C;
  border-radius: 10px;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 999;
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  animation-name: fadeInDown;
  animation-fill-mode: both;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 64rem) {
  header {
    position: absolute;
  }

  header.sticky {
    padding-top: 16px;
    padding-bottom: 8px;
  }
}
nav.header-nav {
  max-width: 75rem;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
  margin: 0 auto;
  padding: 0 24px;
  /* ########### */
  /* Brand Logo */
  /* #### */
  /* Menu */
  /* Menu opened */
  /* ########### */
  /* Burger Icon */
  /* Burger Icon Hover */
  /* Burger Icon Clicked */
}
nav.header-nav a.brand img {
  display: block;
}
nav.header-nav ul.menu {
  width: 100%;
  height: calc(100vh - 64px);
  position: fixed;
  top: 64px;
  /* Navbar Height */
  right: 0;
  visibility: hidden;
  opacity: 0;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #FFFFFF;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  margin: 0;
  padding: 0;
  /* Social Icons */
}
nav.header-nav ul.menu li {
  width: 100%;
  display: block;
  position: relative;
}
nav.header-nav ul.menu li a {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.5;
  color: #1A1A1A;
  padding: 16px 24px;
}
nav.header-nav ul.menu li a span {
  margin-left: 4px;
}
nav.header-nav ul.menu li a span svg {
  display: inline-block;
}
nav.header-nav ul.menu li ul.submenu {
  display: none;
  background-color: #EDEDED;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
nav.header-nav ul.menu li.has-child.active ul.submenu {
  height: auto;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav.header-nav ul.menu div.social-icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #EDEDED;
  padding: 24px 0;
}
nav.header-nav ul.menu div.social-icons p {
  margin-left: 24px;
}
nav.header-nav ul.menu div.social-icons a {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
nav.header-nav ul.menu div.social-icons a img {
  display: block;
}
nav.header-nav ul.menu.is-opened {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav.header-nav a.burger-icon {
  width: 48px;
  height: 48px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
nav.header-nav a.burger-icon span.icon-line {
  width: 32px;
  height: 2px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  display: inline-block;
  background-color: #1A1A1A;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
nav.header-nav a.burger-icon span.icon-line::before, nav.header-nav a.burger-icon span.icon-line::after {
  content: "";
  width: 66%;
  height: 100%;
  position: absolute;
  background-color: #1A1A1A;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
nav.header-nav a.burger-icon span.icon-line::before {
  top: -7px;
  right: 0;
}
nav.header-nav a.burger-icon span.icon-line::after {
  top: 7px;
  left: 0;
}
nav.header-nav a.burger-icon:hover span.icon-line::before, nav.header-nav a.burger-icon:hover span.icon-line::after {
  width: 100%;
}
nav.header-nav a.burger-icon.is-clicked span.icon-line {
  background-color: rgba(255, 255, 255, 0);
}
nav.header-nav a.burger-icon.is-clicked span.icon-line::before, nav.header-nav a.burger-icon.is-clicked span.icon-line::after {
  background-color: #1A1A1A;
}
nav.header-nav a.burger-icon.is-clicked span.icon-line::before {
  width: 100%;
  top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
nav.header-nav a.burger-icon.is-clicked span.icon-line::after {
  width: 100%;
  top: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

@media screen and (min-width: 75rem) {
  nav.header-nav {
    border-bottom: none;
    padding: 0;
    /* #### */
    /* Menu */
    /* ########### */
    /* Burger Icon */
  }
  nav.header-nav ul.menu {
    width: auto;
    height: auto;
    top: 0;
    position: relative;
    visibility: visible;
    opacity: 1;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: transparent;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  nav.header-nav ul.menu li {
    width: auto;
    border: 0;
  }
  nav.header-nav ul.menu li a {
    line-height: 64px;
    /* Navbar Height */
    color: #1A1A1A;
    cursor: pointer;
    padding: 0 24px;
  }
  nav.header-nav ul.menu li a:hover {
    color: #A4A4A4;
  }
  nav.header-nav ul.menu li ul.submenu {
    min-width: 200px;
    position: absolute;
    top: calc(100% + 24px);
    left: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    background-color: #FFFFFF;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(26, 26, 26, 0.04);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(26, 26, 26, 0.04);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* ############ */
    /* Social Icons */
  }
  nav.header-nav ul.menu li ul.submenu li {
    border-top: none;
  }
  nav.header-nav ul.menu li ul.submenu li a {
    line-height: 1.5;
    color: #1A1A1A;
    padding: 16px 24px;
  }
  nav.header-nav ul.menu li ul.submenu li:hover {
    background-color: #EDEDED;
  }
  nav.header-nav ul.menu li ul.submenu div.social-icons {
    display: none;
  }
  nav.header-nav ul.menu li:hover ul.submenu {
    top: calc(100% + 1px);
    visibility: visible;
    opacity: 1;
  }
  nav.header-nav ul.menu div.social-icons {
    display: none;
  }
  nav.header-nav a.burger-icon {
    display: none;
  }
}
footer {
  background-color: #1A1A1A;
  padding: 60px 0 48px 0;
}
footer p {
  text-align: center;
  color: #FFFFFF;
}
footer div.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer div.brand img {
  width: auto;
  max-height: 40px;
}
footer div.adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 48px;
}
footer div.adress p {
  margin-left: 8px;
}
footer div.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}
footer div.social a {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 16px;
}
footer div.social a svg {
  width: 20px;
  height: 20px;
  fill: #FFFFFF;
  margin: 2px;
}
footer div.social a:hover svg {
  fill: #A4A4A4;
}
footer p.copyright {
  margin-top: 48px;
}

@media screen and (min-width: 40em) {
  footer div.grid-x:nth-of-type(2) {
    margin-top: 32px !important;
  }
  footer div.brand {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  footer div.adress {
    margin-top: 0;
  }
  footer div.social {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0;
  }
  footer p.copyright {
    text-align: center !important;
    margin-top: 32px;
  }
}
div.hero-pages {
  padding-top: 64px;
  padding-bottom: 48px;
}
div.hero-pages div.hero-page-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 64px;
}
div.hero-pages div.hero-page-text h1 {
  text-align: center;
  margin-bottom: 32px;
}
div.hero-pages div.hero-page-text p {
  text-align: center;
}
div.hero-pages div.hero-page-picture {
  width: 100%;
  margin-top: 48px;
}
div.hero-pages div.hero-page-picture img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 40em) {
  div.hero-pages {
    padding-bottom: 64px;
  }
  div.hero-pages div.hero-page-picture {
    margin-top: 80px;
  }
}
@media screen and (min-width: 48em) {
  div.hero-pages div.hero-page-picture {
    max-width: 560px;
    margin: 80px auto 0 auto;
  }
}
@media screen and (min-width: 64em) {
  div.hero-pages {
    min-height: 30em;
  }
  div.hero-pages div.hero-page-text {
    min-height: 30rem;
    padding-top: 0;
  }
  div.hero-pages div.hero-page-text h1 {
    text-align: left;
  }
  div.hero-pages div.hero-page-text p {
    font-size: 1.125rem;
    text-align: left;
    padding-right: 56px;
  }
  div.hero-pages div.hero-page-picture {
    min-height: 30em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
  }
}
@media screen and (min-width: 75em) {
  div.hero-pages {
    min-height: 35rem;
    padding-top: 80px;
    padding-bottom: 0;
  }
  div.hero-pages div.hero-page-picture {
    max-width: 100%;
  }
}
a.button {
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  color: #FFFFFF;
  background-color: #1A1A1A;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 24px;
  padding: 12px 32px;
}
a.button svg {
  max-width: 24px;
  fill: #FFFFFF;
  margin-left: 8px;
}

a.button:hover {
  background-color: #484848;
}

a.button.secondary {
  color: #484848;
  background-color: transparent;
  border: 2px solid #484848;
  border-radius: 24px;
  padding: 10px 32px;
}
a.button.secondary svg {
  fill: #484848;
}

a.button.secondary:hover {
  color: #1A1A1A;
  border-color: #1A1A1A;
}
a.button.secondary:hover svg {
  fill: #1A1A1A;
}

/* Publications Home */
div.card-publication {
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 8px;
  margin: 24px 0;
  padding: 32px 16px 24px 16px;
}
div.card-publication a.doi {
  width: 48px;
  height: 48px;
  position: absolute;
  top: -24px;
  right: 32px;
  background-color: rgba(0, 167, 76, 0.24);
  background-image: url(../images/url.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 24px;
  transition: all 0.4s ease;
}
div.card-publication a {
  text-decoration: none;
  color: #1A1A1A;
}
div.card-publication p.title {
  font-family: "Space Grotesk Bold";
  font-size: 1rem;
}
div.card-publication p.author {
  font-size: 0.875rem;
  color: #484848;
  margin-top: 16px;
}

div.card-publication:hover a.doi {
  background-color: #00A74C;
}
div.card-publication:hover a {
  text-decoration: underline;
}

@media screen and (min-width: 32em) {
  div.card-publication {
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.1));
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);
    margin: 24px 8px;
  }
  div.card-publication p.author {
    margin-top: 24px;
  }
}
@media screen and (min-width: 64em) {
  div.card-publication {
    margin: 24px 16px;
  }
  div.card-publication p.title {
    font-size: 1.125rem;
  }
}
/* Persons Team */
div.person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 48px;
}
div.person div.person-picture {
  width: 80px;
  height: 80px;
}
div.person div.person-picture img {
  display: block;
}
div.person div.person-info {
  margin-left: 16px;
}
div.person div.person-info p.name {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1A1A1A;
  margin-bottom: 8px;
}
div.person div.person-info p.name span {
  color: #00A74C;
}
div.person div.person-info p {
  font-size: 0.875rem;
  line-height: 1.142rem;
  color: #484848;
  margin-bottom: 8px;
}
div.person div.person-info p span {
  color: #00A74C;
}
div.person div.person-info a.send-email {
  width: 24px;
  height: 24px;
  display: inline-block;
}
div.person div.person-info a.send-email svg {
  display: block;
  fill: #A4A4A4;
  transition: all 0.2s linear;
}
div.person div.person-info a.send-email:hover svg {
  fill: #00A74C;
  transform: rotate(45deg);
}
div.person div.person-info a.research {
  margin-left: 16px;
}
div.person div.person-info a.research svg path.circle-color {
  fill: #A4A4A4;
}
div.person div.person-info a.research:hover svg path.circle-color {
  fill: #00A74C;
}

@media screen and (min-width: 64em) {
  div.person div.person-info p.name {
    font-size: 1.25rem;
  }
  div.person div.person-info p.name span {
    font-size: 1.125rem;
  }
}
/* Services */
div.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
div.service div.service-picture {
  width: 180px;
  height: 160px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(26, 26, 26, 0.12);
}
div.service div.service-picture img {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all 0.2s ease-in-out;
}
div.service div.service-info {
  position: relative;
  text-align: center;
}
div.service div.service-info h4 {
  margin-top: 16px;
  margin-bottom: 24px;
}
div.service div.service-info div.dropdown-service {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  display: none;
  background-color: #FFFFFF;
  border: 2px solid #00A74C;
  border-radius: 8px;
  transform: translateX(-50%);
  z-index: 2;
}
div.service div.service-info div.dropdown-service div.dropdown-content {
  padding: 16px 24px;
}
div.service div.service-info div.dropdown-service div.dropdown-content p {
  font-size: 0.875rem;
  margin-top: 16px;
  margin-bottom: 8px;
}
div.service div.service-info div.dropdown-service div.dropdown-content p.price {
  margin-top: 0;
}
div.service div.service-info div.dropdown-service div.dropdown-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #00A74C;
}
div.service div.service-info div.dropdown-service div.dropdown-content a span {
  margin-right: 8px;
}
div.service div.service-info div.dropdown-service div.dropdown-content a span svg {
  display: block;
  fill: #00A74C;
}
div.service div.service-info div.dropdown-service.moreInfo {
  display: block;
}

div.service:hover div.service-picture img {
  transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1.05) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

@media screen and (min-width: 64em) {
  /* Services */
  div.service div.service-info div.dropdown-service div.dropdown-content {
    min-width: 260px;
  }
  div.service div.service-info div.dropdown-service div.dropdown-content p.price {
    font-size: 1rem;
  }
}
span.chips {
  display: inline-block;
  font-family: "Space Grotesk Regular";
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: #1A1A1A;
  border-radius: 16px;
  padding: 4px 16px;
}

span.chips.outline {
  font-family: "Space Grotesk Bold";
  color: #1A1A1A;
  background-color: transparent;
  border: 2px solid #1A1A1A;
  border-radius: 20px;
}

@media screen and (min-width: 40em) {
  span.chips {
    font-size: 1rem;
  }
}
a.chips {
  display: inline-block;
  font-family: "Space Grotesk Regular";
  font-size: 0.875rem;
  line-height: 1.5;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #A4A4A4;
  border-radius: 16px;
  padding: 4px 16px;
}

a.chips:hover {
  background-color: #1A1A1A;
}

a.chips.active {
  font-family: "Space Grotesk Bold";
  background-color: #00A74C;
}

@media screen and (min-width: 40em) {
  a.chips {
    font-size: 1rem;
  }
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

div.picture-gradient {
  max-width: 600px;
  position: relative;
}
div.picture-gradient div.picture-container {
  max-width: 600px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 2;
  margin: 0 auto;
}
div.picture-gradient div.picture-container img {
  display: block;
}
div.picture-gradient div.triangle {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  filter: blur(48px);
  border: 32px solid #00A74C;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media screen and (min-width: 40em) {
  div.picture-gradient {
    max-width: 460px;
  }
  div.picture-gradient div.triangle {
    width: 120px;
    height: 120px;
    border: 60px solid #00A74C;
  }
}
@media screen and (min-width: 75em) {
  div.picture-gradient {
    max-width: 560px;
  }
  div.picture-gradient div.triangle {
    width: 200px;
    height: 200px;
    filter: blur(80px);
    border: 64px solid #00A74C;
  }
}
/* Hero Index */
div.hero {
  min-height: 100vh;
  background: linear-gradient(to top, #ededed 0%, white 100%);
  padding-top: 64px;
}
div.hero div.hero-text {
  position: relative;
}
div.hero div.hero-text p.hero-heading {
  font-family: "Space Grotesk Regular";
  font-size: 1.5rem;
  text-align: center;
  padding-top: 60px;
  z-index: 2;
}
div.hero div.hero-text p.hero-heading span {
  position: relative;
  font-family: "Space Grotesk Bold";
}
div.hero div.hero-text p.hero-heading span:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #00A74C;
}
div.hero div.hero-page-picture {
  margin-top: 60px;
  padding-bottom: 48px;
}

@media screen and (min-width: 40rem) {
  div.hero div.hero-text p.hero-heading {
    font-size: 1.75rem;
    padding-top: 80px;
  }
}
@media screen and (min-width: 48rem) {
  div.hero {
    min-height: auto;
  }
  div.hero div.hero-text p.hero-heading {
    font-size: 2rem;
  }
  div.hero div.hero-page-picture {
    max-width: 600px;
    margin: 80px auto 48px auto;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 64rem) {
  div.hero {
    padding-bottom: 48px;
  }
  div.hero div.hero-text p.hero-heading {
    font-size: 2rem;
    text-align: left;
    padding-top: 0;
  }
  div.hero div.hero-page-picture {
    margin: 0 auto;
  }
}
@media screen and (min-width: 75rem) {
  div.hero div.hero-text p.hero-heading {
    font-size: 2.5rem;
  }
}
/* Primary Logos */
div.primary-logos {
  padding-top: 80px;
}
div.primary-logos div.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
div.primary-logos div.logos a {
  margin-bottom: 32px;
}
div.primary-logos div.logos a:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  div.primary-logos div.logos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  div.primary-logos div.logos a {
    margin-bottom: 0;
  }
}
/* Secondary Logos */
div.secondary-logos {
  background-color: #F9F5F2;
  padding-top: 80px;
  padding-bottom: 80px;
}
div.secondary-logos div.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
div.secondary-logos div.logos a {
  margin-bottom: 32px;
}
div.secondary-logos div.logos a img {
  max-width: 100%;
}
div.secondary-logos div.logos a:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  div.secondary-logos div.logos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  div.secondary-logos div.logos a:not(:first-child) {
    margin-bottom: 0;
  }
}
/* Sections */
body.index section:nth-of-type(1) div.intro-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.index section:nth-of-type(1) div.intro-text p.paragraph-xl {
  text-align: center;
}
body.index section:nth-of-type(1) div.intro-text a.button {
  margin-top: 32px;
  margin-bottom: 48px;
}
body.index section:nth-of-type(2) {
  padding-top: 0;
}
body.index section:nth-of-type(3) {
  background-color: #F9F5F2;
  padding-top: 80px;
  padding-bottom: 24px;
  /* Padding with slider */
}

@media screen and (min-width: 40em) {
  body.index section:nth-of-type(1) a.button {
    margin-top: 48px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 64em) {
  body.index section:nth-of-type(1) div.intro-text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  body.index section:nth-of-type(1) div.intro-text p.paragraph-xl {
    text-align: start;
    padding-right: 60px;
  }
  body.index section:nth-of-type(1) div.intro-text a.button {
    margin-bottom: 0;
  }
  body.index section:nth-of-type(3) {
    padding-bottom: 104px;
    /* Padding with slider */
  }
}
div.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 60px;
}
div.section-header a.button {
  margin-top: 24px;
}

@media screen and (min-width: 40em) {
  div.section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
  }
  div.section-header a.button {
    margin-top: 0;
  }
}
/* NewS & Events */
div.new-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 60px;
}
div.new-item div.new-picture {
  width: 100%;
  height: 160px;
  overflow: hidden;
  border-radius: 8px;
}
div.new-item div.new-picture img {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all 0.2s ease-in-out;
}
div.new-item div.new-text span.chips {
  display: none;
}
div.new-item div.new-text h3 {
  font-size: 1.25rem;
  margin-top: 16px;
}
div.new-item div.new-text p {
  font-size: 0.875rem;
  color: #484848;
  margin-top: 8px;
}
div.new-item div.new-text p a {
  color: #484848;
}
div.new-item div.new-text p a:hover {
  color: #00A74C;
}

div.new-item:hover div.new-picture img {
  transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1.05) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

div.small-new {
  margin-bottom: 60px;
}
div.small-new div.new-text h3 a {
  min-height: auto;
  text-decoration: none;
  color: #1A1A1A;
}
div.small-new div.new-text h3 a:hover {
  text-decoration: underline;
}

div.new-item.small-new:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  div.new-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  div.new-item div.new-picture {
    width: 45%;
    height: 180px;
  }
  div.new-item div.new-text {
    width: 50%;
    padding-left: 5%;
  }
  div.new-item div.new-text h3 {
    line-height: 1.2;
    margin-top: 0;
  }
}
@media screen and (min-width: 48em) {
  div.new-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  div.new-item div.new-picture {
    width: 324px;
  }
  div.new-item div.new-text {
    width: calc(100% - 324px);
  }
  div.new-item div.new-text h3 {
    line-height: 1.2;
    margin-top: 0;
  }
  div.new-item div.new-text p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 64em) {
  div.new-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  div.new-item div.new-picture {
    width: 100%;
    height: 340px;
  }
  div.new-item div.new-text {
    width: 100%;
    padding-left: 0;
  }
  div.new-item div.new-text h3 {
    font-size: 1.5rem;
    margin-top: 24px;
  }
  div.new-item div.new-text p {
    font-size: 1rem;
  }

  div.small-new {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  div.small-new div.new-picture {
    max-width: 160px;
    height: 92px;
  }
  div.small-new div.new-text {
    padding-left: 24px;
  }
  div.small-new div.new-text h3 {
    font-size: 1.125rem;
    margin-top: 0;
  }
  div.small-new div.new-text p {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 75em) {
  div.new-item div.new-text p {
    margin-top: 16px;
  }

  div.small-new div.new-text p {
    margin-top: 8px;
  }
  div.small-new div.new-picture {
    max-width: 200px;
    height: 116px;
  }
  div.small-new div.new-picture img {
    display: block;
  }
}
body.overview section {
  background-color: #F9F5F2;
}
body.overview section div.grid-x:nth-of-type(2) {
  margin-top: 56px;
}
body.overview section h3 {
  text-align: center;
  margin-bottom: 16px;
}
body.overview section p {
  text-align: center;
  margin-bottom: 24px;
}
body.overview section p:last-child {
  margin-bottom: 0;
}
body.overview section ul {
  max-width: 460px;
  margin: 0 auto;
}
body.overview section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
body.overview section ul li span {
  margin-right: 8px;
}
body.overview section ul li span svg {
  display: block;
  fill: #00A74C;
}
body.overview section div.picture-gradient {
  margin: 56px auto 0 auto;
}

@media screen and (min-width: 40em) {
  body.overview section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 64em) {
  body.overview section div.grid-x:nth-of-type(2) {
    margin-top: 80px;
  }
  body.overview section h3 {
    text-align: left;
  }
  body.overview section h3:nth-of-type(2) {
    margin-top: 48px;
  }
  body.overview section p {
    text-align: left;
  }
  body.overview section ul {
    max-width: 100%;
  }
  body.overview section div.picture-gradient {
    margin: 0 auto;
  }
}
@media screen and (min-width: 75em) {
  body.overview section div.grid-x:nth-of-type(2) {
    margin-top: 160px;
  }
  body.overview section div.grid-x:nth-of-type(2) p {
    padding-right: 56px;
  }
}
body.structure section {
  background-color: #F9F5F2;
}
body.structure section h3 {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 16px;
}
body.structure section h3 svg {
  display: none;
}
body.structure section p {
  text-align: center;
  margin-bottom: 24px;
}
body.structure section p:last-child {
  margin-bottom: 0;
}
body.structure section div.picture-gradient {
  margin: 56px auto 0 auto;
}

@media screen and (min-width: 40em) {
  body.structure section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 64em) {
  body.structure section div.grid-x:nth-of-type(2) {
    margin-top: 80px;
  }
  body.structure section div.grid-x:nth-of-type(3) {
    margin-top: 48px;
  }
  body.structure section h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    margin-top: 0;
    padding-right: 56px;
  }
  body.structure section h3 svg {
    display: block;
    fill: #00A74C;
    margin-top: 8px;
  }
  body.structure section p {
    text-align: left;
    padding-right: 56px;
  }
  body.structure section div.picture-gradient {
    margin: 0 auto;
  }
}
body.infrastructure section:nth-of-type(1) {
  background-color: #F9F5F2;
}
body.infrastructure section:nth-of-type(1) p {
  margin-bottom: 24px;
}
body.infrastructure section:nth-of-type(1) p:last-child {
  margin-bottom: 0;
}
body.infrastructure section:nth-of-type(1) div.grid-x:nth-of-type(2) {
  padding-top: 24px;
}
body.infrastructure section:nth-of-type(1) div.picture-gradient {
  margin: 56px auto 0 auto;
}
body.infrastructure section:nth-of-type(2) {
  padding-bottom: 24px;
  /* ul.equipments tem margin-bottom de 56px+24px=80px de padding */
}
body.infrastructure section:nth-of-type(2) h2 {
  margin-bottom: 32px;
}
body.infrastructure section:nth-of-type(2) h4 {
  margin-bottom: 24px;
}
body.infrastructure section:nth-of-type(2) ul.equipments {
  margin-bottom: 56px;
}
body.infrastructure section:nth-of-type(2) ul.equipments li {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.4875rem;
  color: #484848;
  border-bottom: 1px solid #A4A4A4;
  padding: 16px 0 16px 24px;
}
body.infrastructure section:nth-of-type(2) ul.equipments li:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  display: inline-block;
  top: 16px;
  left: 0;
  background: url(../images/angle-right.svg);
}
body.infrastructure section:nth-of-type(2) ul.equipments li:last-child {
  border-bottom: none;
}

@media screen and (min-width: 64em) {
  body.infrastructure section:nth-of-type(1) {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  body.infrastructure section:nth-of-type(2) {
    padding-bottom: 104px;
    /* ul.equipments tem margin-bottom de 56px+104px=160px de padding */
  }
  body.infrastructure section:nth-of-type(2) h2 {
    text-align: center;
    margin-bottom: 64px;
  }
}
body.team section:nth-of-type(1) {
  background-color: #F9F5F2;
  padding-bottom: 24px !important;
  /* Padding 80px = 56px de persons + 24px */
}
body.team section:nth-of-type(1) div.grid-x:nth-of-type(1) {
  margin-bottom: 24px;
}
body.team section:nth-of-type(1) p {
  font-size: 0.875rem;
  color: #484848;
}
body.team h2 {
  margin-bottom: 32px;
}

@media screen and (min-width: 40em) {
  body.team section:nth-of-type(1) {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  body.team h2 {
    text-align: center;
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 64em) {
  body.team section:nth-of-type(1) div.grid-x:nth-of-type(1) {
    margin-bottom: 104px;
    /* Padding 160px = 56px de persons + 104px */
  }
  body.team section:nth-of-type(2) {
    padding-bottom: 104px;
    /* Padding 160px = 56px de persons + 104px */
  }
  body.team section:nth-of-type(2) div.grid-x {
    padding-top: 24px;
    margin-bottom: 56px;
  }
  body.team section:nth-of-type(2) div.grid-x:last-child {
    margin-bottom: 0;
  }
}
body.projects section:nth-of-type(1) {
  background-color: #F9F5F2;
  padding-top: 80px;
  padding-bottom: 80px;
}
body.projects section:nth-of-type(1) h2 {
  margin-bottom: 56px;
}
body.projects section:nth-of-type(1) div.project {
  border-bottom: 1px solid #A4A4A4;
  margin-bottom: 32px;
  padding-bottom: 32px;
}
body.projects section:nth-of-type(1) div.project h4 {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 16px;
}
body.projects section:nth-of-type(1) div.project h4 a {
  text-decoration: none;
  color: #1A1A1A;
}
body.projects section:nth-of-type(1) div.project h4 a span {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: baseline;
  background: url(../../assets/images/url.svg);
  transition: all 0.4s ease;
  margin-left: 4px;
}
body.projects section:nth-of-type(1) div.project h4 a:hover {
  text-decoration: underline;
}
body.projects section:nth-of-type(1) div.project p.subtitle {
  font-size: 1rem;
  margin-bottom: 8px;
}
body.projects section:nth-of-type(1) div.project p {
  font-size: 0.875rem;
  color: #484848;
}
body.projects section:nth-of-type(1) div.project div.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 32px;
}
body.projects section:nth-of-type(1) div.project div.logos img {
  max-height: 40px;
  margin-top: 32px;
}
body.projects section:nth-of-type(1) div.project div.logos img:first-child {
  margin-top: 0;
}
body.projects section:nth-of-type(1) div.project:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 34em) {
  body.projects section:nth-of-type(1) div.project div.logos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  body.projects section:nth-of-type(1) div.project div.logos img {
    margin-right: 32px;
  }
  body.projects section:nth-of-type(1) div.project div.logos img:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 64em) {
  body.projects section:nth-of-type(1) div.project div.logos img {
    margin-top: 0;
  }
}
body.projects section:nth-of-type(2) h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 56px;
}
body.projects section:nth-of-type(2) div.project-card {
  background-color: #F9F5F2;
  border-radius: 8px;
  margin-bottom: 48px;
  padding: 24px 16px;
}
body.projects section:nth-of-type(2) div.project-card h4 {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
}
body.projects section:nth-of-type(2) div.project-card p.subtitle {
  font-size: 1rem;
  margin-bottom: 8px;
}
body.projects section:nth-of-type(2) div.project-card p {
  font-size: 0.875rem;
  color: #484848;
}
body.projects section:nth-of-type(2) div.project-card a {
  width: 48px;
  height: 48px;
  display: inline-block;
  background: url(../../assets/images/url.svg);
  background-color: rgba(0, 167, 76, 0.24);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 24px;
  transition: all 0.4s ease;
  margin-top: 32px;
}
body.projects section:nth-of-type(2) div.project-card a:hover {
  background-color: #00A74C;
}

body.publications section:nth-of-type(1) {
  background-color: #F9F5F2;
}
body.publications section:nth-of-type(1) h2 {
  margin-bottom: 56px;
}
body.publications section:nth-of-type(1) div.select-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 56px;
}
body.publications section:nth-of-type(1) div.select-year ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.publications section:nth-of-type(1) div.select-year ul li {
  margin: 8px;
}
body.publications section:nth-of-type(1) h4 {
  text-align: left;
  margin-bottom: 32px;
}
body.publications section:nth-of-type(1) p.article {
  position: relative;
  font-size: 0.875rem;
  color: #484848;
  margin-bottom: 32px;
}
body.publications section:nth-of-type(1) p.article span {
  font-weight: 500;
  text-decoration: underline;
  color: #1A1A1A;
}
body.publications section:nth-of-type(1) p.article a {
  text-decoration: none;
  color: #1A1A1A;
}
body.publications section:nth-of-type(1) p.article a:hover {
  color: #00A74C;
}

@media screen and (min-width: 75em) {
  body.publications section:nth-of-type(1) {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
body.services section:nth-of-type(1) {
  background-color: #F9F5F2;
}
body.services section:nth-of-type(1) div.grid-x {
  margin-bottom: 80px;
}
body.services section:nth-of-type(1) div.grid-x:last-child {
  margin-bottom: 0;
}
body.services section:nth-of-type(1) h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 56px;
}
body.services section:nth-of-type(1) div.service {
  margin-bottom: 48px;
}

@media screen and (min-width: 40em) {
  body.services section:nth-of-type(1) {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
body.networking section:nth-of-type(1) {
  background-color: #F9F5F2;
}
body.networking section:nth-of-type(1) div.example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 64px;
}
body.networking section:nth-of-type(1) div.example img {
  height: 40px;
  margin-bottom: 24px;
}
body.networking section:nth-of-type(1) div.example a.button {
  margin-top: 48px;
}
body.networking section:nth-of-type(2) img {
  display: block;
  margin: 0 auto 48px auto;
}

@media screen and (min-width: 40rem) {
  body.networking section:nth-of-type(1) {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  body.networking section:nth-of-type(1) div.example {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 64rem) {
  body.networking section:nth-of-type(1) div.example {
    margin-bottom: 0;
  }
  body.networking section:nth-of-type(2) div.grid-x {
    margin-bottom: 56px;
  }
  body.networking section:nth-of-type(2) div.grid-x:last-child {
    margin-bottom: 0;
  }
  body.networking section:nth-of-type(2) img {
    margin: 0 auto;
  }
}
body.education section:nth-of-type(1) {
  background-color: #F9F5F2;
}
body.education section:nth-of-type(1) h2 {
  text-align: center;
  margin-bottom: 56px;
}
body.education section:nth-of-type(1) div.course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 56px;
}
body.education section:nth-of-type(1) div.course div.picture {
  overflow: hidden;
  border-radius: 8px;
}
body.education section:nth-of-type(1) div.course div.picture img {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all 0.2s ease-in-out;
}
body.education section:nth-of-type(1) div.course div.course-info {
  text-align: center;
}
body.education section:nth-of-type(1) div.course div.course-info h4 {
  margin-top: 16px;
}
body.education section:nth-of-type(1) div.course div.course-info h4 a {
  text-decoration: none;
  color: #1A1A1A;
}
body.education section:nth-of-type(1) div.course div.course-info p {
  margin: 8px 0 0 0;
}
body.education section:nth-of-type(1) div.course div.course-info a.button {
  margin-top: 32px;
}
body.education section:nth-of-type(1) div.course:hover div.picture img {
  transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1.05) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
body.education section:nth-of-type(1) div.initiative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.education section:nth-of-type(1) div.initiative div.picture {
  width: 80px;
  height: 80px;
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 8px;
}
body.education section:nth-of-type(1) div.initiative div.info {
  margin-left: 16px;
}
body.education section:nth-of-type(1) div.initiative div.info h4 a {
  text-decoration: none;
  color: #1A1A1A;
}
body.education section:nth-of-type(1) div.initiative div.info h4 a:hover {
  text-decoration: underline;
}
body.education section:nth-of-type(2) h3 {
  text-align: center;
  margin-bottom: 56px;
}
body.education section:nth-of-type(2) div.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.education section:nth-of-type(2) div.contact p {
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (min-width: 40rem) {
  body.education section:nth-of-type(1) {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
body.media section:nth-of-type(1) {
  padding-top: 124px;
}
body.media section:nth-of-type(1) div.new-event {
  max-width: 380px;
  margin: 0 auto 56px auto;
}
body.media section:nth-of-type(1) div.new-event div.picture {
  max-height: 350px;
  overflow: hidden;
  border-radius: 8px;
}
body.media section:nth-of-type(1) div.new-event div.text p.post-type {
  line-height: 1;
  color: #00A74C;
  margin-top: 16px;
}
body.media section:nth-of-type(1) div.new-event div.text h4 {
  margin-top: 24px;
}
body.media section:nth-of-type(1) div.new-event div.text h4 a {
  text-decoration: none;
  color: #1A1A1A;
}
body.media section:nth-of-type(1) div.new-event div.text h4 a:hover {
  text-decoration: underline;
}
body.media section:nth-of-type(1) div.new-event div.text p {
  color: #484848;
  margin-top: 8px;
}
body.media section:nth-of-type(1) div.new-event div.text p a {
  color: #1A1A1A;
}
body.media section:nth-of-type(1) div.new-event div.text p a:hover {
  color: #00A74C;
}
body.media section:nth-of-type(1) div.grid-x:nth-of-type(2) div.cell:last-child div.new-event {
  margin: 0 auto;
}

@media screen and (min-width: 40em) {
  body.media section:nth-of-type(1) div.new-event {
    max-width: 100%;
  }
}
@media screen and (min-width: 64em) {
  body.media section:nth-of-type(1) {
    padding-top: 160px;
    padding-bottom: 80px;
    /* New-event 160px - 80px (margin) */
  }
  body.media section:nth-of-type(1) div.new-event {
    margin: 0 auto 80px auto;
  }
}
body.event section:nth-of-type(2) {
  padding-top: 0;
}
body.event section:nth-of-type(2) div.grid-x {
  border-bottom: 1px solid #A4A4A4;
  padding-top: 32px;
  padding-bottom: 32px;
}
body.event section:nth-of-type(2) div.grid-x:first-child {
  padding-top: 0;
}
body.event section:nth-of-type(2) div.grid-x:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
body.event section:nth-of-type(2) div.activity {
  margin-top: 32px;
}
body.event section:nth-of-type(2) div.activity h4 {
  margin-bottom: 32px;
}
body.event section:nth-of-type(2) div.activity p {
  margin-bottom: 16px;
}
body.event section:nth-of-type(2) div.activity p span {
  font-weight: 500;
}
body.event section:nth-of-type(2) div.activity p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  body.event section:nth-of-type(2) div.grid-x {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  body.event section:nth-of-type(2) div.activity {
    margin-top: 0;
  }
}

/*# sourceMappingURL=styles.css.map */
