/* @group FOUNDATION */
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 46.875em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-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.4rem;
  margin-right: -0.4rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-x {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 0.8rem);
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-x > .cell {
    width: calc(100% - 0.8rem);
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 0.8rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 0.8rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 0.8rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 0.8rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 0.8rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 0.8rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 0.8rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 0.8rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 0.8rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 0.8rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 0.8rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 0.8rem);
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 0.8rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 0.8rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 0.8rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 0.8rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 0.8rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 0.8rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 0.8rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 0.8rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 0.8rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 0.8rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 0.8rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 0.8rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 0.8rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 0.8rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 0.8rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 0.8rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 0.8rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 0.8rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 0.8rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 0.8rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 0.8rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 0.8rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 0.8rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 0.8rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 0.8rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 0.8rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 0.8rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 0.8rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 0.8rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 0.8rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 0.8rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 0.8rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 0.8rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 0.8rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 0.8rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 0.8rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 0.8rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 0.8rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 0.8rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 0.8rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 0.8rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 0.8rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 0.8rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 0.8rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 0.8rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 0.8rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 0.8rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 0.8rem);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-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.8rem / 2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 46.875em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 0.8rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 0.8rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 0.8rem);
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 75em) and (max-width: 92.49875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 46.875em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
/* @group MOTION-UI */
/* @import '../node_modules/motion-ui/src/motion-ui';
@include motion-ui-transitions;
@include motion-ui-animations; */
@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide.is-initialized:not(.is-active) .splide__list.grid-x {
  display: flex;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

body[data-aos-delay] [data-aos], [data-aos][data-aos][data-aos-delay] {
  transition-delay: 0s;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /*[data-aos='fade-up-right'] {
      transform: translate3d(-$aos-distance, $aos-distance, 0);
    }

    [data-aos='fade-up-left'] {
      transform: translate3d($aos-distance, $aos-distance, 0);
    }

    [data-aos='fade-down-right'] {
      transform: translate3d(-$aos-distance, -$aos-distance, 0);
    }

    [data-aos='fade-down-left'] {
      transform: translate3d($aos-distance, -$aos-distance, 0);
    }*/
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
    /*
    [data-aos^='flip'][data-aos^='flip'] {
      backface-visibility: hidden;
      transition-property: transform;
    }

    [data-aos='flip-left'] {
      transform: perspective(2500px) rotateY(-100deg);
      &.aos-animate {transform: perspective(2500px) rotateY(0);}
    }

    [data-aos='flip-right'] {
      transform: perspective(2500px) rotateY(100deg);
      &.aos-animate {transform: perspective(2500px) rotateY(0);}
    }

    [data-aos='flip-up'] {
      transform: perspective(2500px) rotateX(-100deg);
      &.aos-animate {transform: perspective(2500px) rotateX(0);}
    }

    [data-aos='flip-down'] {
      transform: perspective(2500px) rotateX(100deg);
      &.aos-animate {transform: perspective(2500px) rotateX(0);}
    }
    */
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 50px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -50px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-50px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(50px, 0, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 50px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -50px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-50px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(50px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 50px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -50px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-50px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(50px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }
}
@font-face {
  font-family: "Times";
  src: url("../fonts/times.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  display: swap;
}
/*@font-face {
	font-family: 'Times';
	src: url('../fonts/timesbd.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	display: swap;
}*/
@font-face {
  font-family: "Garamond";
  src: url("../fonts/AGaramondPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  display: swap;
}
/*@font-face {
	font-family: 'Garamond';
	src: url('../fonts/AGaramondPro-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	display: swap;
}*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}
@media print, screen and (max-width: 46.87375em) {
  html {
    font-size: 48.6111111111%;
  }
}

body {
  font: normal 1.8rem/1.77 "Inter", sans-serif;
  color: #373C4A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

main {
  padding-top: 8.8rem;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.section-title {
  font-weight: normal;
  line-height: 1.16;
  font-family: "Times", serif;
  letter-spacing: -0.04em;
  margin: 0;
}

h1,
h2,
.section-title {
  font-size: 6.1714285714rem;
  line-height: 1;
}

h3 {
  font-size: 3.6rem;
}

h4 {
  font-size: 2rem;
}

@media print, screen and (min-width: 64em) {
  h1,
  .size-h1 {
    font-size: 9.4rem;
  }
  h2,
  .size-h2 {
    font-size: 8.4rem;
  }
  .size-h3 {
    font-size: 6.4rem;
  }
}
p {
  margin: 0;
  line-height: inherit;
}

a,
button {
  color: inherit;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  background: none;
  transition: all 200ms;
}
a:hover, a:focus,
button:hover,
button:focus {
  color: inherit;
}

a:not([href]) {
  cursor: default;
}

textarea {
  resize: vertical;
  height: 19rem;
}

hr {
  height: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border: none;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

img.full {
  display: block;
  width: 100%;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.mt-9 {
  margin-top: 9rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mb-a {
  margin-bottom: auto;
}

.mt-a {
  margin-top: auto;
}

.ml-a {
  margin-left: auto;
}

.mr-a {
  margin-right: auto;
}

@media print, screen and (min-width: 64em) {
  .large-mb-0 {
    margin-bottom: 0rem;
  }
  .large-mt-0 {
    margin-top: 0rem;
  }
  .large-mb-1 {
    margin-bottom: 1rem;
  }
  .large-mt-1 {
    margin-top: 1rem;
  }
  .large-mb-2 {
    margin-bottom: 2rem;
  }
  .large-mt-2 {
    margin-top: 2rem;
  }
  .large-mb-3 {
    margin-bottom: 3rem;
  }
  .large-mt-3 {
    margin-top: 3rem;
  }
  .large-mb-4 {
    margin-bottom: 4rem;
  }
  .large-mt-4 {
    margin-top: 4rem;
  }
  .large-mb-5 {
    margin-bottom: 5rem;
  }
  .large-mt-5 {
    margin-top: 5rem;
  }
  .large-mb-6 {
    margin-bottom: 6rem;
  }
  .large-mt-6 {
    margin-top: 6rem;
  }
  .large-mb-7 {
    margin-bottom: 7rem;
  }
  .large-mt-7 {
    margin-top: 7rem;
  }
  .large-mb-8 {
    margin-bottom: 8rem;
  }
  .large-mt-8 {
    margin-top: 8rem;
  }
  .large-mb-9 {
    margin-bottom: 9rem;
  }
  .large-mt-9 {
    margin-top: 9rem;
  }
  .large-mb-10 {
    margin-bottom: 10rem;
  }
  .large-mt-10 {
    margin-top: 10rem;
  }
  .large-mb-a {
    margin-bottom: auto;
  }
  .large-mt-a {
    margin-top: auto;
  }
  .large-ml-a {
    margin-left: auto;
  }
  .large-mr-a {
    margin-right: auto;
  }
}
.padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-small {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.padding-large {
  padding-top: 6.4285714286rem;
  padding-bottom: 6.4285714286rem;
}
@media print, screen and (min-width: 46.875em) {
  .padding-large {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.grid-container {
  max-width: 144rem;
  width: 100%;
}
.grid-container, .grid-container.fluid {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media print, screen and (min-width: 64em) {
  .grid-container:not(.fluid) {
    padding-left: 6.7rem;
    padding-right: 6.7rem;
  }
  .grid-container.fluid .grid-container {
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }
}
@media screen and (min-width: 1480px) {
  .grid-container.fluid .grid-container {
    padding-left: 6.7rem;
    padding-right: 6.7rem;
  }
}

@media print, screen and (max-width: 46.87375em) {
  .mobile-to-edges {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }
}
.white {
  color: white;
}

.black {
  color: black;
}

.dark {
  color: #373C4A;
}

.grey {
  color: #A6A8AD;
}

.primary {
  color: #F68932;
}

.secondary {
  color: #214196;
}

.faded {
  color: rgba(55, 60, 74, 0.5);
}

.white-bg {
  background-color: white;
}

.black-bg {
  background-color: black;
}

.grey-bg {
  background-color: #A6A8AD;
}

.light-bg {
  background-color: #F8F8F8;
}

.primary-bg {
  background-color: #F68932;
}

.secondary-bg {
  background-color: #214196;
}

.font-default {
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
}

.font-serif {
  font-family: "Garamond", serif;
  letter-spacing: 0;
  line-height: 1.16;
  font-weight: normal;
}

.font-alt {
  font-family: "Times", serif;
  letter-spacing: -0.04em;
}

.size-default {
  font-size: 1.8rem;
}
.size-large {
  font-size: 2.4rem;
}
.size-small {
  font-size: 1.6rem;
}
.size-xsmall {
  font-size: 1.6714285714rem;
}
@media print, screen and (min-width: 46.875em) {
  .size-xsmall {
    font-size: 1.3rem;
  }
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.light {
  font-weight: 300;
}

.upper {
  text-transform: uppercase;
}

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

@media print, screen and (min-width: 64em) {
  .large-text-center {
    text-align: center;
  }
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
}
.underline {
  text-decoration: underline;
}

.underline-effect {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  position: relative;
  line-height: 1.2;
}
.underline-effect::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-top: 0.035em solid;
  width: 0;
  right: 0;
  transition: width 0.2s ease-out;
}
.underline-effect:hover::after, .underline-effect:focus::after, a:hover .underline-effect::after, a:focus .underline-effect::after {
  width: 100%;
  right: auto;
  left: 0;
}
.underline-effect.underlined::after {
  width: 100%;
  right: auto;
  left: 0;
}
.underline-effect.underlined:hover::after, .underline-effect.underlined:focus::after, a:hover .underline-effect.underlined::after, a:focus .underline-effect.underlined::after {
  width: 0;
  right: 0;
  left: auto;
}

.min-view {
  min-height: 100svh;
}

.block {
  display: block;
}

.ov-hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.lazybg {
  background-image: none !important;
}

@media print, screen and (min-width: 46.875em) {
  .text-columns {
    column-count: 2;
    column-gap: 8%;
  }
  .text-columns li,
  .text-columns p {
    break-inside: avoid;
  }
}

.skipnav {
  position: absolute;
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.skipnav a {
  display: block;
  position: absolute;
  left: -1000em;
  top: 0;
}
.skipnav a:focus, .skipnav a:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  height: auto;
  overflow: auto;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

[data-aos=uncover-down] {
  overflow: hidden;
}
[data-aos=uncover-down] img {
  transform: scale(1.2);
  transform-origin: center top;
  transition: transform 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.6s;
}
[data-aos=uncover-down].aos-animate img {
  transform: scale(1);
}
@media print, screen and (min-width: 64em) {
  [data-aos=uncover-down] {
    max-height: 0;
    transition-property: max-height;
  }
  [data-aos=uncover-down].aos-animate {
    max-height: 100rem;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
  line-height: 1;
  padding: 1rem 3rem;
  min-height: 6.8rem;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: all 300ms;
  border-radius: 4rem;
}
.btn svg [stroke] {
  stroke: currentColor;
}
.btn:hover, .btn:focus {
  outline: none;
}
.btn-outline {
  background-color: transparent;
  border: 1px solid;
}
.btn-outline.white:hover, .btn-outline.white:focus {
  background-color: white;
  border-color: white;
  color: #F68932;
}
.btn-primary {
  background-color: #F68932;
  color: white;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #214196;
  color: white;
}
.btn-white {
  background-color: white;
  color: #214196;
}
.btn-white:hover, .btn-white:focus {
  background-color: #F68932;
  color: white;
}
.btn-small {
  font-size: 1.6rem;
  padding: 1.3rem 2.6rem;
  min-height: 4.2rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  gap: 1rem;
}

.form__control {
  position: relative;
  margin-bottom: 1.5rem;
  padding-top: 1.3rem;
}
.form__control .required-mark {
  position: absolute;
  color: #F68932;
  right: 1.4rem;
  top: 2rem;
}
.form__control label {
  position: absolute;
  left: 0;
  top: 2.5rem;
  line-height: 1;
  transition: all 0.2s ease;
  z-index: 2;
  color: rgba(255, 255, 255, 0.8);
}
.form__control:focus-within label, .form__control.has-value label {
  top: -0.3rem;
  font-size: 1.4rem;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea {
  padding: 1rem 0.3rem 2.3rem;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  color: inherit;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 300;
  transition: all 600ms;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus,
.form textarea:focus {
  outline: none;
  border-color: #F68932;
}
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=tel]::placeholder,
.form textarea::placeholder {
  color: white;
  opacity: 0.8;
}
.form input[type=text]:-internal-autofill-selected,
.form input[type=email]:-internal-autofill-selected,
.form input[type=tel]:-internal-autofill-selected,
.form textarea:-internal-autofill-selected {
  background-color: transparent !important;
}
@media print, screen and (max-width: 46.87375em) {
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form textarea {
    font-size: 2.0571428571rem;
  }
}
.form textarea {
  height: 11.8rem;
}
.form__input-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 6.8rem;
  position: relative;
}
.form__input-file .wpcf7-form-control-wrap {
  position: static;
}
.form__input-file input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}
.form__input-file .btn {
  margin-left: auto;
}
.form__input-file:hover .btn, .form__input-file:focus-within .btn {
  border-color: #F68932;
}
.form__input-file .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: 100%;
}
.form input[type=submit] {
  display: inline-block;
  cursor: pointer;
  border: none;
}
.form .wpcf7-spinner {
  position: absolute;
  margin-top: 1rem;
}
.form .wpcf7-not-valid-tip {
  font-size: 0.75em;
  text-align: left;
  color: #ff7e7e;
}
.form .wpcf7 form .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 2rem 0 0;
  text-align: center;
}

.page-header {
  height: 41rem;
}
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 65, 92, 0.6) 0%;
}
.page-header p {
  max-width: 74rem;
}

.entry-content {
  line-height: 1.6;
}
.entry-content a:not(.btn) {
  color: #F68932;
}
.entry-content a:not(.btn):hover, .entry-content a:not(.btn):focus {
  text-decoration: underline;
  color: #214196;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: inherit;
  color: #1E2129;
  line-height: 1.6;
}
.entry-content h2 {
  font-size: 2.4rem;
  margin-top: 5rem;
}
.entry-content h3 {
  font-size: 2rem;
  margin-top: 3rem;
}
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 1em;
}
.entry-content p,
.entry-content ul,
.entry-content ol {
  margin: 1.5em 0;
}
.entry-content ul,
.entry-content ol {
  padding-left: 10%;
}
.entry-content ul li,
.entry-content ol li {
  margin: 0.8em 0;
}
.entry-content ul li {
  list-style: disc;
}
.entry-content p:first-child,
.entry-content ul:first-child,
.entry-content ol:first-child,
.entry-content li:first-child {
  margin-top: 0;
}
.entry-content p:last-child,
.entry-content ul:last-child,
.entry-content ol:last-child,
.entry-content li:last-child {
  margin-bottom: 0;
}
.entry-content blockquote {
  padding: 4% 6%;
  border: none;
  color: #1E2129;
  font-size: 3.6rem;
  margin: 1em 0;
  background-color: #F8F8F8;
  font-family: "Garamond", serif;
  line-height: 1.16;
}
.entry-content blockquote p {
  color: inherit;
  margin-bottom: 0.5em;
}
.entry-content blockquote p:last-child:not(:only-child) {
  font-size: 1.8rem;
  color: rgba(30, 33, 41, 0.5);
  font-family: "Inter", sans-serif;
}

.splide__pagination {
  margin-top: 5rem;
}
.splide__pagination button {
  border: 2px solid #F68932;
  background-color: #F68932;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0 0.4rem;
}
.splide__pagination button.is-active {
  background-color: transparent;
}
.splide__arrows {
  margin-bottom: 3rem;
}
.splide__arrow svg {
  display: block;
}
.splide__arrow path {
  fill: none;
  stroke: #214196;
  stroke-width: 0.15rem;
}
.splide__arrow--prev {
  transform: rotate(180deg);
  margin-right: 2rem;
}
.splide__arrow[disabled] {
  opacity: 0.3;
  pointer-events: none;
}

.social-links {
  display: inline-flex;
  gap: 1rem;
}
.social-links span {
  margin-right: 3rem;
}
.social-links a {
  color: #373C4A;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: rows;
  flex-direction: rows;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: #214196;
}
.social-links a:hover, .social-links a:focus {
  background-color: #F68932;
  color: white !important;
}

.featured-news__item {
  background-color: rgba(255, 255, 255, 0.7);
  max-width: 52rem;
  padding: 3rem;
}
@media print, screen and (min-width: 64em) {
  .featured-news__item {
    padding: 5.7rem 6rem;
  }
}
.featured-news h2 {
  font-size: 1.6rem;
}
.featured-news h3 {
  line-height: 1.16;
}
.featured-news p {
  margin-right: 10%;
  line-height: 1.66;
}
.featured-news a:hover .primary {
  color: #214196;
}

.modal {
  position: fixed;
  bottom: 0;
  left: -100%;
  width: 100%;
  z-index: 2000;
  visibility: hidden;
  backface-visibility: hidden;
}
.modal__content {
  max-height: 89vh;
  transform: translateY(20rem);
  opacity: 0;
  transition: all 0.6s ease-in-out;
  padding: 5rem 0;
  overflow-y: auto;
  scrollbar-width: thin;
  /* "auto" or "thin" */
  scrollbar-color: #A6A8AD transparent;
  /* scroll thumb and track */
}
.modal__content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: transparent;
}
.modal__content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #A6A8AD;
}
.modal.show {
  visibility: visible;
  left: 0;
}
.modal.show .modal__content {
  transform: translateY(0);
  opacity: 1;
}
.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
}
.modal-overlay.show {
  opacity: 1;
  visibility: visible;
}
.modal__close {
  position: absolute;
  right: 2.4rem;
  top: -7rem;
  width: 5rem;
  height: 5rem;
  color: black;
}
.modal__close:hover {
  color: #F68932;
}
.modal__close::before, .modal__close::after {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  content: "";
  border-top: 2px solid;
}
.modal__close::before {
  transform: rotate(45deg);
}
.modal__close::after {
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 64em) {
  .modal {
    padding: 2.4rem;
  }
  .modal__close {
    top: -4rem;
  }
}

body.no-scroll {
  position: fixed;
  width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  color: #214196;
  font-size: 1.6rem;
  transition: all 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  background-color: white;
  /*&.unpinned:not(.is-mobile-nav-open) {
      top: -20rem;
  }*/
}
.site-header__logo {
  position: absolute;
  top: 2rem;
}
.site-header__logo svg {
  max-width: 28.3rem;
  height: auto;
  overflow: visible;
  transition: max-width 0.4s ease-out;
}
.site-header__logo path[fill] {
  transition: fill 1s linear;
}
.is-mobile-nav-open .site-header__logo path[fill] {
  fill: #FAB884;
}
.site-header__navbar > .grid-x {
  height: 8.8rem;
}
.site-header__navbar .menu {
  gap: 3rem;
  line-height: 1;
}
.site-header__navbar .menu a {
  display: block;
  padding: 1.3rem 0;
}
.site-header__navbar .menu a:hover {
  text-decoration: underline;
}
.site-header__navbar .menu .current-menu-item a {
  text-decoration: underline;
}
.site-header__navbar .menu .show-for-xlarge a::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-style: solid;
  border-width: 0 1px 1px 0;
  margin-left: 0.8rem;
  transform: rotate(45deg);
  position: relative;
  top: -0.3rem;
}
.site-header__navbar .menu .show-for-xlarge.active a::after {
  transform: rotate(225deg);
  top: 0;
}
.site-header__navbar .menu .menu-btn a {
  display: inline-block;
  background-color: #F68932;
  color: white;
  padding: 1.3rem 2rem;
  border-radius: 2.1rem;
  border: 1px solid transparent;
}
.site-header__navbar .menu .menu-btn a:hover {
  text-decoration: none;
  background-color: white;
  border-color: #F68932;
  color: #F68932;
}
.site-header__menu-btn {
  height: 52px;
  width: 52px;
  padding: 12px 10px 0;
}
.site-header__menu-btn span {
  display: block;
  position: relative;
}
.site-header__menu-btn span, .site-header__menu-btn span::before, .site-header__menu-btn span::after {
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s ease;
}
.site-header__menu-btn span::before, .site-header__menu-btn span::after {
  content: "";
  position: absolute;
  left: 0;
}
.site-header__menu-btn span:before {
  top: -11px;
}
.site-header__menu-btn span:after {
  bottom: -11px;
}
.site-header__menu-btn.active {
  color: white;
}
.site-header__menu-btn.active span {
  background-color: rgba(255, 255, 255, 0);
}
.site-header__menu-btn.active span:before {
  top: 0;
  transform: rotate(45deg);
}
.site-header__menu-btn.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.site-header.pinned .site-header__menu-btn {
  color: #214196;
}
.site-header.is-mobile-nav-open {
  color: white;
  background-color: #F68932;
}
@media print, screen and (max-width: 46.87375em) {
  .site-header__logo img,
  .site-header__logo svg {
    max-width: 33.1714285714rem;
  }
}
@media screen and (min-width: 75em) {
  .site-header {
    /*&__logo {
        path.logo__ks {
            transform: translateY(0);
            transition: transform 0.4s ease-out, fill 1s linear;
        }
    }*/
  }
  .site-header.is-mobile-nav-open {
    /*.site-header__logo {
        svg {
            max-width: 63.7rem;
        }
    }*/
  }
  .site-header.is-mobile-nav-open .site-header__navbar .menu .menu-btn a {
    background-color: white;
    color: #F68932;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  transition: height 0.8s ease-in;
  z-index: 999;
}
.mobile-menu a:hover {
  opacity: 0.65;
  transition-delay: 0s !important;
}
.mobile-menu__inner {
  height: 100%;
  padding: 8rem 2.4rem 1rem;
  background-color: #F68932;
  color: white;
  line-height: 1;
}
.mobile-menu__departments {
  font-size: 6.4285714286rem;
  font-family: "Times", serif;
}
.mobile-menu__departments li {
  overflow: hidden;
}
.mobile-menu__departments li a {
  opacity: 0;
  transform: translateY(-5rem);
  display: block;
  transition-duration: 0.6s;
  padding: 0.6rem 0;
}
.mobile-menu__departments li a::after {
  content: "";
  display: inline-block;
  background: url(../icons/menu-arrow-right.svg) no-repeat right center/auto 100%;
  width: 3.4rem;
  height: 3rem;
}
.mobile-menu__main-menu {
  margin-top: 4rem;
}
.mobile-menu__main-menu a {
  display: inline-block;
  padding: 2rem 0;
}
.mobile-menu__main-menu .menu-btn a {
  position: absolute;
  bottom: 2rem;
  left: 2.4rem;
  background-color: white;
  border-radius: 2rem;
  color: black;
  padding: 1.2rem 2rem;
  transform: translateY(10rem);
  transition-delay: 0.8s;
  transition-duration: 0.4s;
}
.mobile-menu .social-links {
  transform: translateY(10rem);
  transition: transform 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.8s;
}
.mobile-menu .social-links a:hover {
  background-color: white;
  color: #F68932 !important;
  opacity: 1;
}
.mobile-menu.active {
  height: 100%;
}
.mobile-menu.active .mobile-menu__departments li a {
  opacity: 1;
  transform: translateY(0);
}
.mobile-menu.active .mobile-menu__departments li:nth-child(1) a {
  transition-delay: 0.6s;
}
.mobile-menu.active .mobile-menu__departments li:nth-child(2) a {
  transition-delay: 0.8s;
}
.mobile-menu.active .mobile-menu__departments li:nth-child(3) a {
  transition-delay: 1s;
}
.mobile-menu.active .mobile-menu__departments li:nth-child(4) a {
  transition-delay: 1.2s;
}
.mobile-menu.active .mobile-menu__departments li:nth-child(5) a {
  transition-delay: 1.4s;
}
.mobile-menu.active .mobile-menu__departments li:nth-child(6) a {
  transition-delay: 1.6s;
}
.mobile-menu.active .mobile-menu__main-menu .menu-btn a {
  transform: translateY(0);
}
.mobile-menu.active .social-links {
  transform: translateY(0);
}
@media print, screen and (min-width: 46.875em) {
  .mobile-menu__inner {
    padding-top: 11rem;
    padding-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .mobile-menu__inner {
    padding-top: 14rem;
    flex-flow: row wrap;
  }
  .mobile-menu__departments {
    flex: 0 0 60%;
    padding-right: 5rem;
  }
  .mobile-menu__main-menu {
    flex: 0 0 40%;
    margin: 0;
  }
  .mobile-menu .menu-btn a {
    left: 50%;
  }
}
@media print, screen and (min-width: 64em) {
  .mobile-menu__departments li a::after {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  }
  .mobile-menu__departments li a:hover::after {
    opacity: 1;
  }
}
@media screen and (min-width: 75em) {
  .mobile-menu {
    height: auto;
    max-height: 0;
    transition-property: max-height;
  }
  .mobile-menu__inner {
    padding-bottom: 10rem;
  }
  .mobile-menu__departments {
    font-size: 13.4rem;
  }
  .mobile-menu__departments li a::after {
    width: 7rem;
    height: 6rem;
  }
  .mobile-menu.active {
    height: auto;
    max-height: 100%;
  }
}

.site-footer {
  padding: 4rem 0 1.8rem;
}
.site-footer a:hover {
  color: #F68932;
}
.site-footer__title {
  color: #F68932;
  font-size: 3.6rem;
  line-height: 1.16;
  font-family: "Garamond", serif;
  margin-bottom: 2rem;
}
.site-footer__contact {
  gap: 7%;
  line-height: 1.5;
}
.site-footer__contact p {
  max-width: 18rem;
}
.site-footer__legal {
  font-size: 1.4rem;
  gap: 3rem;
}
.site-footer__legal .menu {
  gap: 0.8rem 3rem;
}
.site-footer__legal .faded {
  color: rgba(33, 65, 150, 0.3);
}
@media print, screen and (max-width: 46.87375em) {
  .site-footer__legal .menu {
    margin-bottom: 12rem;
  }
}
@media print, screen and (min-width: 46.875em) {
  .site-footer__nav {
    gap: 15%;
  }
  .site-footer__contact {
    border-top: 1px solid rgba(33, 65, 150, 0.1);
    padding-top: 4rem;
    margin-top: 4rem;
  }
}

.page-template-homepage .site-header:not(.pinned):not(.unpinned) {
  color: white;
  background-color: transparent;
}
@media print, screen and (min-width: 46.875em) {
  .page-template-homepage .site-header:not(.pinned):not(.unpinned) .site-header__logo svg {
    width: min(63.7rem, 63vw);
    max-width: none;
  }
}
@media screen and (min-width: 75em) {
  .page-template-homepage .site-header:not(.pinned):not(.unpinned) .site-header__logo svg {
    max-width: 40vw;
  }
}
.page-template-homepage .site-header__navbar .menu .menu-btn a:hover {
  border-color: transparent;
}
.page-template-homepage .site-header:not(.is-mobile-nav-open):not(.pinned):not(.unpinned) .site-header__logo .logo__ks {
  fill: #FAB884;
}
.page-template-homepage .site-header:not(.is-mobile-nav-open):not(.pinned):not(.unpinned) .site-header__logo .logo__partners {
  fill: white;
}
.page-template-homepage .site-header:not(.is-mobile-nav-open):not(.pinned):not(.unpinned).hero-loaded .site-header__logo .logo__ks {
  fill: #F68932;
}

main.homepage {
  padding-top: 0;
}

.home-hero img, .home-hero__loader {
  position: absolute;
  width: 100%;
  height: 100%;
}
.home-hero img {
  object-fit: cover;
  transform: scale(1.2);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
}
.home-hero__loader {
  transition: height 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  z-index: 10;
}
.home-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: linear-gradient(180deg, rgba(124, 142, 159, 0.76) 34.92%, rgba(66, 79, 112, 0) 50%) rgba(0, 0, 0, 0.2);
}
.home-hero.loaded .home-hero__loader {
  height: 0;
}
.home-hero.loaded img {
  transform: scale(1);
  opacity: 1;
}

.home-intro .section-title {
  font-size: 4.6285714286rem;
}
@media print, screen and (min-width: 64em) {
  .home-intro .section-title {
    font-size: 5.1rem;
  }
}
.home-intro .section-title strong {
  font-weight: normal;
}
.home-intro__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: linear-gradient(180deg, rgba(124, 142, 159, 0.76) 34.92%, rgba(66, 79, 112, 0) 100%);
  z-index: 2;
}
@media print, screen and (min-width: 64em) {
  .home-intro .section-title {
    font-size: 5.1rem;
  }
}
@media screen and (min-width: 1300px) {
  .home-intro div.grid-x > .large-4 {
    width: 41.6666666667%;
  }
  .home-intro div.grid-x > .large-7 {
    width: 50%;
  }
}

@keyframes stat-shrink {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@keyframes stat-in {
  0% {
    transform: translateX(6rem) scale(0.6);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scale(0.7);
    opacity: 1;
  }
}
.home-stats li {
  padding: 3rem 0;
  border-bottom: 1px solid rgba(37, 43, 61, 0.2);
}
.home-stats__number {
  transform: translateX(10rem);
  transition: transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.home-stats__number.resumed {
  transform: translateX(0);
}
.home-stats__value {
  font-size: 10rem;
  line-height: 0.7;
  margin-right: 1rem;
  transform-origin: bottom right;
  transform: scale(1.5);
  transition: transform 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.home-stats__value span {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.home-stats__value span.in {
  opacity: 1;
}
.home-stats__value.all-chars {
  transform: scale(1);
  transition-duration: 0.3s !important;
}
@media print, screen and (max-width: 46.87375em) {
  .home-stats__number svg {
    width: 44px;
    height: auto;
  }
}
@media print, screen and (min-width: 46.875em) and (max-width: 63.99875em) {
  .home-stats > .cell {
    max-width: 48%;
  }
  .home-stats__value {
    font-size: min(10vw, 10rem);
  }
}
@media print, screen and (min-width: 64em) {
  .home-stats > .cell {
    max-width: 31%;
  }
  .home-stats__value {
    font-size: min(6.9vw, 10rem);
  }
}

.home-quote__bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.home-quote__bg > img {
  position: absolute;
}
.home-quote__bg > img:nth-child(3) {
  bottom: 59%;
  right: 50%;
}
.home-quote__bg > img:nth-child(6) {
  top: 62%;
  left: 54%;
}
.home-quote__ks {
  position: absolute;
  top: 50%;
  left: 70%;
}
.home-quote__ks[data-aos^=slide] {
  transform: translate3d(0, -50%, 0) !important;
  transition-duration: 8s !important;
}
.home-quote__ks[data-aos^=slide].aos-animate {
  transform: translate3d(-80vw, -50%, 0) !important;
}
.home-quote__ks img {
  max-width: none;
  opacity: 0.5;
}
.home-quote blockquote {
  background-color: #F8F8F8;
  padding: 4.2rem 5.6rem;
  max-width: 67.8rem;
  margin: 0 auto;
}
.home-quote blockquote .font-serif {
  font-size: 2.6rem;
}
@media print, screen and (max-width: 46.87375em) {
  .home-quote__bg > img {
    max-width: 28.9285714286rem;
  }
}
@media print, screen and (min-width: 46.875em) {
  .home-quote__bg > img {
    position: absolute;
  }
  .home-quote__bg > img:nth-child(2) {
    bottom: 56%;
    right: 72%;
  }
  .home-quote__bg > img:nth-child(3) {
    bottom: 66%;
    left: 55%;
    right: auto;
  }
  .home-quote__bg > img:nth-child(4) {
    top: 50%;
    right: 90%;
  }
  .home-quote__bg > img:nth-child(5) {
    top: 70%;
    right: 56%;
  }
  .home-quote__bg > img:nth-child(6) {
    top: 52%;
    left: 76%;
  }
}

.home-portfolio__section__icon {
  max-width: 10rem;
  max-height: 10rem;
  object-fit: contain;
}
.home-portfolio__section .btn {
  min-width: 28.3rem;
}
.home-portfolio__section h2 {
  letter-spacing: 0;
}
@media print, screen and (max-width: 46.87375em) {
  .home-portfolio .mb-10 {
    margin-bottom: 5rem;
  }
  .home-portfolio__section__image {
    aspect-ratio: 1;
    object-fit: cover;
    height: auto;
  }
}
@media print, screen and (min-width: 46.875em) {
  .home-portfolio__section {
    position: sticky;
    top: 0;
    min-height: 85vh;
  }
  .home-portfolio__section .grid-x {
    min-height: 55vw;
  }
  .home-portfolio__section__image {
    height: 55vw;
    object-fit: cover;
  }
  .home-portfolio__section:nth-child(2) {
    top: 14rem;
  }
  .home-portfolio__section:nth-child(3) {
    top: 28rem;
  }
  .home-portfolio__section .cell:nth-child(2) {
    padding-right: 5%;
  }
  .home-portfolio__section h2 {
    font-size: min(9.3rem, 8vw);
  }
  .home-portfolio__section .btn {
    position: absolute;
    bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .home-portfolio__section {
    min-height: 85vh;
  }
  .home-portfolio__section .grid-x {
    min-height: 72vh;
  }
  .home-portfolio__section__image {
    height: 72vh;
  }
  .home-portfolio__section h2 {
    font-size: min(9.3rem, 5vw);
  }
  .home-portfolio__section .btn {
    left: calc(16.6666666667% + 2.4rem);
  }
}

.developments-header {
  background-color: #214196;
}
@media print, screen and (min-width: 64em) {
  .developments-header h1 {
    font-size: min(12rem, 8vw);
  }
}
.developments-header .btn {
  min-width: 28.3rem;
}
@media print, screen and (min-width: 64em) {
  .developments-header .cell:last-child {
    padding-left: 5%;
  }
  .developments-header p {
    margin-right: 20%;
  }
  .developments-header .grid-x {
    min-height: 72vh;
  }
  .developments-header img {
    height: 72vh;
    object-fit: cover;
  }
  .developments-header .btn {
    position: absolute;
    bottom: 0;
  }
}

.portfolio-item {
  padding: 5rem 0;
  line-height: 1.69;
}
.portfolio-item:not(:last-child) {
  border-bottom: 1px solid rgba(55, 60, 74, 0.2);
}
.portfolio-item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.75;
  object-fit: cover;
}
.portfolio-item a {
  gap: 1.5rem;
}
@media print, screen and (max-width: 46.87375em) {
  .portfolio-item .cell:last-child {
    margin-top: 4rem;
  }
}
@media print, screen and (min-width: 46.875em) {
  .portfolio-item .cell:first-child {
    padding-right: 3%;
  }
  .portfolio-item .cell:last-child {
    padding-left: 5%;
  }
}

.about__intro-image {
  height: 438px;
}
.about__intro-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 65, 92, 0.6);
}
.about__highlight {
  font-size: 3.3428571429rem;
  line-height: 1.16;
  width: 90%;
  margin: 0 auto 5rem;
  max-width: 99.4rem;
}
@media print, screen and (min-width: 64em) {
  .about h2 {
    font-size: 6.4rem;
  }
  .about__content p {
    max-width: 60rem;
  }
  .about__highlight {
    font-size: 5.2rem;
  }
}

.services-list li {
  margin-top: 6.4rem;
}
.services-list__icon {
  height: 64px;
}
.services-list__icon img {
  max-height: 65px;
  width: auto;
}
.services-list h3 {
  font-family: "Garamond", serif;
  margin: 14px 0;
  font-size: 3.2142857143rem;
  letter-spacing: 0;
  width: 216px;
}
@media print, screen and (min-width: 46.875em) {
  .services-list {
    font-size: 1.3rem;
  }
  .services-list li {
    padding-right: 2rem;
  }
  .services-list h3 {
    font-size: 2.5rem;
    min-height: 5.8rem;
  }
  .services-list p {
    margin-right: 10%;
  }
}

.community p {
  max-width: 60rem;
}
.community .splide__track, .community .splide__list {
  overflow: visible;
}
@media print, screen and (min-width: 64em) {
  .community .splide {
    padding-top: 7rem;
  }
  .community .splide__arrows {
    position: absolute;
    right: 0;
    top: -7rem;
  }
}

.community-project {
  width: 100%;
  max-width: max(71.6rem, 48vw);
  height: 492px;
  position: relative;
  padding: 2.6rem;
}
.community-project.is-visible {
  display: flex !important;
}
.community-project__content {
  background-color: white;
  padding: 3.2rem 3.8rem 3.4rem;
  max-width: 42.5rem;
  min-height: 21rem;
}
.community-project__content button {
  display: none;
}
.community-project__content p {
  max-height: 12rem;
  overflow: hidden;
}
.community-project__content p.has-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.community-project__content p.has-overflow + button {
  display: block;
  line-height: inherit;
}
.community-project__content p.full-text {
  max-height: none;
}
@media print, screen and (min-width: 46.875em) {
  .community-project__content p {
    margin-right: 8%;
    max-height: 9.2rem;
  }
}

.news .featured-news {
  min-height: calc(100svh - 11.2rem);
}
.news .featured-news__item {
  background-color: white;
  max-width: none;
}
.news .featured-news__item p {
  max-width: 40rem;
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  .news .featured-news__item {
    width: 50%;
    padding: 4.5rem 7% 4.5rem 3.8%;
  }
}
.news__pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  padding: 1rem 3rem;
  width: 28rem;
  min-height: 6.8rem;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: all 300ms;
  border-radius: 4rem;
  border: 1px solid #F68932;
  color: #F68932;
}
.news__pagination a:hover {
  color: white;
  background-color: #F68932;
}

.news-item {
  background-color: #F8F8F8;
  height: 100%;
  padding: 4.5rem 12% 4.5rem 9%;
  min-height: 47rem;
}
.news-item time {
  color: rgba(33, 65, 150, 0.25);
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
.news-item p {
  max-width: 40rem;
}
.news-item:hover {
  background-color: #F0F1F4;
}

.article__header h1 {
  max-width: 104rem;
}
.article__header .wp-post-image {
  margin: 0 auto;
  max-height: 50rem;
  object-fit: cover;
  display: block;
}
@media print, screen and (min-width: 64em) {
  .article__header .wp-post-image {
    max-height: 35.4vw;
  }
}
.article__header .article__meta {
  border-top: none;
}
.article__meta {
  border-top: 1px solid rgba(33, 65, 150, 0.1);
  border-bottom: 1px solid rgba(33, 65, 150, 0.1);
}
.article .entry-content {
  color: rgba(30, 33, 41, 0.5);
  max-width: 94rem;
}
.article .entry-content > p:first-child {
  font-size: 2.4rem;
  color: #1E2129;
  line-height: 1.8;
}

.investors-benefits__item {
  margin-top: 5rem;
  line-height: 1.66;
}
.investors-benefits__item h3 {
  margin-right: 15%;
  line-height: 1.1;
}
@media print, screen and (min-width: 46.875em) {
  .investors-benefits__item {
    padding-right: 14%;
  }
}
@media print, screen and (min-width: 64em) {
  .investors-benefits {
    margin-bottom: 16rem;
  }
  .investors-benefits__item h3 {
    min-height: 2.2em;
    font-size: min(3.6rem, 2.3vw);
  }
}

.investors-highlight {
  padding-top: 18vw;
}
.investors-highlight__logo {
  pointer-events: none;
  position: absolute;
  width: 152%;
  left: -10%;
  top: 0;
  /* @include breakpoint(medium) {
      width: 152%;
      left: -10%;
  } */
}
.investors-highlight__logo img {
  width: 100%;
  height: auto;
}
.investors-highlight__content {
  max-width: 87rem;
  margin: 0 auto;
  padding: 5% 6%;
}
.investors-highlight__content h2 {
  font-size: 4.8rem;
  line-height: 0.92;
}
.investors-highlight__content .entry-content li {
  margin: 0.3em;
}
.investors-highlight__content .entry-content li::marker {
  color: #F68932;
}
@media print, screen and (min-width: 64em) {
  .investors-highlight {
    padding-top: 13vw;
  }
}

.investments h2 {
  width: min-content;
  line-height: 0.82;
}
.investments__project img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 370px;
  max-height: 58rem;
  object-fit: cover;
}
.investments__project-info {
  background-color: white;
  padding: 2.6rem 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 30rem;
  max-width: 32rem;
}
.investments__project-highlight {
  font-size: 5rem;
  line-height: 1;
}
@media print, screen and (min-width: 64em) {
  .investments__project img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.98;
    object-fit: cover;
    max-height: none;
  }
  .investments__project-info {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 3rem;
    right: 3rem;
    left: auto;
    max-width: 51rem;
    padding: 3rem 4rem;
  }
  .investments .splide__arrows {
    position: absolute;
    top: -17rem;
    right: 0;
  }
}

.team__departments {
  flex-wrap: nowrap;
  font-size: 1.6rem;
  gap: 1rem;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 100;
}
.team__departments a {
  display: block;
  padding: 1.5rem 1.8rem;
  border-radius: 3rem;
  background-color: #E9E9E9;
  line-height: 1;
}
.team__departments a:hover, .team__departments a.active {
  background-color: #214196;
  color: white;
}
.team__department {
  padding: 8rem 0 6rem;
  border-bottom: 1px solid rgba(33, 65, 150, 0.1);
}
.team__department-list {
  margin-left: -2.8rem;
  margin-right: -2.8rem;
}
.team__department-list > .cell {
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  margin-bottom: 4rem;
}

.team-member {
  height: 100%;
}
.team-member__image {
  background: rgba(0, 0, 0, 0.05);
}
.team-member__image img {
  filter: grayscale(1);
  mix-blend-mode: multiply;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.52;
  object-fit: cover;
  transition: filter 0.5s;
}
.team-member:hover .team-member__image img {
  filter: grayscale(0);
}
.team-member__content {
  padding-top: 3.2rem;
  line-height: 1;
  flex: 1;
}
.team-member__content.no-image {
  background-color: rgba(0, 0, 0, 0.05);
  aspect-ratio: 1.52;
  padding: 2.5rem 2.6rem;
  flex: 0;
}
.team-member__content.no-image .team-member__contact a {
  background-color: white;
}
.team-member__content p {
  max-width: 30rem;
}
.team-member__contact {
  gap: 1rem;
}
.team-member__contact a {
  background-color: #F7F7F7;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #61666A;
}
.team-member__contact a svg {
  display: block;
}
.team-member__contact a:hover, .team-member__contact a:focus {
  color: #F68932;
}

.team-member-bio .team-member {
  height: auto;
}
.team-member-bio .team-member__image img {
  filter: none;
  mix-blend-mode: unset;
}
@media print, screen and (min-width: 64em) {
  .team-member-bio .team-member__image {
    position: absolute;
    right: 0;
    width: 33%;
  }
  .team-member-bio .team-member__content {
    padding-top: 0;
  }
  .team-member-bio .team-member__contact a {
    background-color: white;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .team-member-bio .team-member__image {
    max-width: 40rem;
  }
}

.contact h1 {
  letter-spacing: -0.03em;
}
@media print, screen and (min-width: 64em) {
  .contact h1 {
    font-size: min(12rem, 8vw);
  }
}
.contact__item {
  font-size: 1.3rem;
  line-height: 1.66;
  max-width: 36.4rem;
}
.contact__item a:hover {
  color: #214196;
}
.contact__item .font-serif {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.contact__item h2 {
  border-bottom: 1px solid rgba(33, 65, 150, 0.2);
  padding-bottom: 1.2rem;
}
.contact__item .primary {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
.contact__item-image {
  background-color: rgba(0, 0, 0, 0.05);
  width: fit-content;
  border-radius: 50%;
}
.contact__item-image img {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.contact__offices > .cell {
  padding-right: 5%;
  margin-top: 6rem;
}
.contact__map {
  background: url(../img/contact-map.webp) no-repeat 59% top/auto 71.6rem #F6F6F6;
  height: 55rem;
}
.contact__map-offices {
  position: relative;
  height: 49.3rem;
  width: 100%;
  max-width: 48.8rem;
  margin: 0 auto;
  transform: translateX(11%);
}
.contact__map-offices > span {
  position: absolute;
  height: 4.6rem;
  font-size: 1.6rem;
  background-color: #214196;
  color: white;
  border-radius: 2.3rem;
  gap: 1.2rem;
  padding: 0 1.8rem;
  margin: -2.3rem 0 0 -2.2rem;
}
.contact__map-offices .andover {
  top: 11%;
  left: 51%;
}
.contact__map-offices .woburn {
  top: 26%;
  left: 43%;
}
.contact__map-offices .boston {
  top: 43%;
  left: 61%;
}
.contact__map-offices .marlborough {
  top: 39%;
  left: 5%;
}
.contact__map-offices .rocky-hill {
  top: 59%;
  left: 17%;
}
.contact__map-offices .new-york {
  top: 78%;
  left: 0%;
}
@media print, screen and (min-width: 64em) {
  .contact__map {
    background-position: center top;
    height: 71.6rem;
  }
  .contact__map-offices {
    transform: translateX(25%);
  }
  .contact__map-text {
    position: absolute;
    bottom: 5rem;
    width: 100%;
  }
  .contact__map-text .cell {
    padding-right: 5%;
  }
}
.contact__departments .cell:first-child p {
  max-width: 36.2rem;
}
.contact__departments-list {
  max-width: 60rem;
}
.contact__departments .contact__item {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(55, 60, 74, 0.2);
}

.careers__empty {
  padding: 7rem 8% 5rem;
}
.careers__empty h3 {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
.careers__list {
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}
.careers__list > .cell {
  padding: 0.3rem;
}
.careers__item {
  background-color: #F8F8F8;
  padding: 4rem 10% 3rem;
  height: 100%;
  line-height: 1.66;
}
.careers__item:hover {
  background-color: #F0F1F4;
}
.careers__item p .faded {
  opacity: 0.35;
}
.careers__adv-item {
  position: relative;
  padding-left: 17%;
}
.careers__adv-item:not(:last-child) {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid rgba(55, 60, 74, 0.2);
}
.careers__adv-item svg {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 3.6rem;
  height: auto;
}
@media print, screen and (min-width: 46.875em) {
  .careers__item {
    min-height: 40rem;
  }
  .careers__advantages h2 {
    font-size: min(6.4rem, 7vw);
  }
  .careers__adv-item {
    margin-left: -3%;
  }
}
@media print, screen and (min-width: 64em) {
  .careers__intro h2 {
    margin-right: 17%;
    font-size: min(9.4rem, 6.9vw);
  }
  .careers__intro > .cell:last-child {
    padding-left: 2%;
  }
}

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