@charset "UTF-8";
/* ---------------------------------------------------------------------------- */
/* Imports */
/* ---------------------------------------------------------------------------- */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

i[class^=icon],
i[class*=" icon"] {
  display: flex;
  align-items: center;
}

@font-face {
  font-family: "fonticon";
  src: url("../fonts/icons/fonticon.eot");
  src: url("../fonts/icons/fonticon.eot?#iefix") format("eot"), url("../fonts/icons/fonticon.woff2") format("woff2"), url("../fonts/icons/fonticon.woff") format("woff"), url("../fonts/icons/fonticon.ttf") format("truetype"), url("../fonts/icons/fonticon.svg#fonticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon span,
.icon-double-arrows span,
.icon-logo-lws span {
  /*SR Only*/
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.icon:before,
.icon-double-arrows:before,
.icon-logo-lws:before {
  display: inline-block;
  font-family: "fonticon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857em;
  text-align: center;
}

.icon-double-arrows:before {
  content: "\ea01";
}

.icon-logo-lws:before {
  content: "\ea02";
}

/* ---------------------------------------------------------------------------- */
/* Variables - Roots */
/* ---------------------------------------------------------------------------- */
:root {
  --color-main: #c7243a;
  --color-secondary: #ffb26d;
  --color-white: #ffffff;
  --color-black: #000000;
  --fw-thin: 100;
  --fw-extralight: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;
  --fw-black: 900;
  --large-desktop-multipicator: 1.15;
  --width-full: 100%;
  --width-large: 1170px;
  --width-medium: 960px;
  --width-small: 810px;
  --color-bullet-color:#E8D8CF;
  --color-current-bullet-color: var(--color-main);
  --font-main: "", sans-serif;
  --font-secondary: "", sans-serif;
}

::selection {
  color: white;
  background: var(--color-main);
}

.style-font-main {
  font-family: var(--font-main);
}

.style-font-secondary {
  font-family: var(--font-secondary);
}

.background-color-main {
  background-color: #c7243a !important;
}

.text-color-main {
  color: #c7243a !important;
}

.background-color-secondary {
  background-color: #ffb26d !important;
}

.text-color-secondary {
  color: #ffb26d !important;
}

.background-color-white {
  background-color: #ffffff !important;
}

.text-color-white {
  color: #ffffff !important;
}

.background-color-black {
  background-color: #000000 !important;
}

.text-color-black {
  color: #000000 !important;
}

@media screen and (max-width: 1500px) {
  .citation-left {
    margin-left: 50px !important;
    margin-right: 0 !important;
  }
}

.block_projet_medias p {
  margin-bottom: 0 !important;
  margin-right: 20px !important;
}

/*! 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Baton Turbo", 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 {
  -webkit-box-sizing: border-box;
  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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

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

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

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

.grid-container {
  padding-right: 1.09375rem;
  padding-left: 1.09375rem;
  max-width: 88.125rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-container {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}
.grid-container.fluid {
  padding-right: 1.09375rem;
  padding-left: 1.09375rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .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 {
    -ms-flex-preferred-size: auto;
    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 {
    -ms-flex-preferred-size: auto;
    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 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xlarge-shrink, .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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.33333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.66667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.33333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.66667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.33333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.66667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.33333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.66667%;
  }
  .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.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x > .cell {
    width: calc(100% - 3.5rem);
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 3.5rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 3.5rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 3.5rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 3.5rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 3.5rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 3.5rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 3.5rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 3.5rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 3.5rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 3.5rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 3.5rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 3.5rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 3.5rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 3.5rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 3.5rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 3.5rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 3.5rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 3.5rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 3.5rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 3.5rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 3.5rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 3.5rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 3.5rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 3.5rem);
  }
}
@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.33333% - 3.5rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 3.5rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 3.5rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 3.5rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 3.5rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 3.5rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 3.5rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 3.5rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 3.5rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 3.5rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 3.5rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 3.5rem);
  }
}
@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.33333% - 3.5rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.66667% - 3.5rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 3.5rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.33333% - 3.5rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.66667% - 3.5rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 3.5rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.33333% - 3.5rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.66667% - 3.5rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 3.5rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.33333% - 3.5rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.66667% - 3.5rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 3.5rem);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 3.5rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 3.5rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 3.5rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 3.5rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 3.5rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 3.5rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 3.5rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 3.5rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 3.5rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 3.5rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 3.5rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 3.5rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 3.5rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 3.5rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 3.5rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 3.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 3.5rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 3.5rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 3.5rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 3.5rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 3.5rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 3.5rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 3.5rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 3.5rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 3.5rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 3.5rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 3.5rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 3.5rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 3.5rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 3.5rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 3.5rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 3.5rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

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

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .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: 48em) {
  .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: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .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.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .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.33333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .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.625rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.75rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 1.75rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 1.75rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.75rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 1.75rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 1.75rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.75rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 1.75rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 1.75rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.75rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 1.75rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 1.75rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.75rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 1.75rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 1.75rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.75rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 1.75rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 1.75rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.75rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 1.75rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 1.75rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.75rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 1.75rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 1.75rem);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.75rem);
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 1.75rem);
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 1.75rem);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 1.75rem);
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 1.75rem);
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 1.75rem);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 1.75rem);
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 1.75rem);
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 1.75rem);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 1.75rem);
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 1.75rem);
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 1.75rem);
  }
}
.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  height: auto;
  max-height: none;
}

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

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

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

@media print, screen and (min-width: 48em) {
  .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 {
    -ms-flex-preferred-size: auto;
    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 {
    -ms-flex-preferred-size: auto;
    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 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-shrink, .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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.33333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.66667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.33333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.66667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.33333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.66667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.33333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.66667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

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

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

@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 3.5rem);
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 3.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 3.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 3.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 3.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 3.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 3.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 3.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 3.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 3.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 3.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 3.5rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 3.5rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 3.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 3.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 3.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 3.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 3.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 3.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 3.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 3.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 3.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 3.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 3.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 3.5rem);
  }
}
@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.33333% - 3.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 3.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 3.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 3.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 3.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 3.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 3.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 3.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 3.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 3.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 3.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 3.5rem);
  }
}
@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.33333% - 3.5rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66667% - 3.5rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 3.5rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333% - 3.5rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66667% - 3.5rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 3.5rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333% - 3.5rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66667% - 3.5rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 3.5rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333% - 3.5rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66667% - 3.5rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 3.5rem);
  }
}
.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}

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

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

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

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}

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

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

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

@media print, screen and (min-width: 48em) {
  .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.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 3.5rem);
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 3.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 3.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 3.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 3.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 3.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 3.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 3.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 3.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 3.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 3.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 3.5rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 3.5rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 3.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 3.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 3.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 3.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 3.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 3.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 3.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 3.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 3.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 3.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 3.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 3.5rem);
  }
}
@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.33333% - 3.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 3.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 3.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 3.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 3.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 3.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 3.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 3.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 3.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 3.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 3.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 3.5rem);
  }
}
@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.33333% - 3.5rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66667% - 3.5rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 3.5rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333% - 3.5rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66667% - 3.5rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 3.5rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333% - 3.5rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66667% - 3.5rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 3.5rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333% - 3.5rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66667% - 3.5rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 3.5rem);
  }
}
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 3.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 3.5rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 3.5rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 3.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 3.5rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 3.5rem);
  }
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

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

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

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Baton Turbo", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

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

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

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

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

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

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

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

a:hover, a:focus {
  color: #00af00;
}

a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

dl {
  margin-bottom: 1rem;
}

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
}

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

figure {
  margin: 0;
}

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

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

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

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}

.cite-block:before, cite:before {
  content: "— ";
}

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

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

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

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

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

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

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
    color-adjust: economy;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre, blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

[data-whatinput=mouse] .button {
  outline: 0;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #0c0;
  color: #fefefe;
}

.button:hover, .button:focus {
  background-color: #00ad00;
  color: #fefefe;
}

.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #0c0;
  color: #0a0a0a;
}

.button.primary:hover, .button.primary:focus {
  background-color: #00a300;
  color: #0a0a0a;
}

.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #0c0;
  color: #0c0;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #060;
  color: #060;
}

.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #0c0;
  color: #0c0;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #060;
  color: #060;
}

.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #0c0;
}

.button.clear:hover, .button.clear:focus {
  color: #060;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #0c0;
}

.button.clear.primary:hover, .button.clear.primary:focus {
  color: #060;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}

.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}

.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}

.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #0c0;
}

.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #0c0;
}

.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}

.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus, textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

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

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

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

::-webkit-input-placeholder {
  color: #cacaca;
}

::-moz-placeholder {
  color: #cacaca;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

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

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

[type=checkbox] + label[for], [type=radio] + label[for] {
  cursor: pointer;
}

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

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

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

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

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

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

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

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

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

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

.form-error.is-visible {
  display: block;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead, tbody, tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

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

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr, tfoot tr {
  background: transparent;
}

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

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

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

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

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

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media print, screen and (max-width: 47.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 47.99875em) {
  .show-for-medium {
    display: none !important;
  }
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 47.99875em), 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: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .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;
  }
}
.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

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

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

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

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

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.skip-to-menu, .skip-to-content {
  z-index: 100;
  position: fixed;
  top: 6px;
  left: 6px;
  background-color: #fff;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.skip-to-menu:focus, .skip-to-content:focus {
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

:focus {
  outline: none;
}

[data-state=keydown] :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000, 0 0 0 4px #fff !important;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000, 0 0 0 4px #fff !important;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  height: 100%;
  overflow-scrolling: touch;
}

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

img {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

body {
  color: #1a1a1a;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
}

body main {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

img, svg, iframe {
  max-width: 100%;
}

.full-width-img img {
  width: 100vw;
}

.full-height-body {
  min-height: 100vw;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

svg {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
}

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

textarea {
  resize: vertical;
}

hr {
  margin: 2em 0;
  border-top: 0;
  border-bottom: 1px solid #1a1a1a;
}

ul, ol {
  padding: 5px 0;
}

li > ul:first-child, li > ol:first-child {
  margin-top: 10px;
}

nav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style-type: none;
}

nav ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

nav ul a {
  text-decoration: none;
}

p a {
  color: #0c0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

p a:hover {
  color: #00b300;
}

code, kbd, pre, samp {
  font-size: 1rem;
}

div {
  padding: auto;
}

.f-marelle {
  font-family: "Marelle", sans-serif;
}

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

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.clearfix::after {
  clear: both;
}

::-moz-selection {
  color: #fff;
  background: #00230f;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #00230f;
  text-shadow: none;
}

@font-face {
  font-family: "Editorial Recreation";
  src: url("../fonts/editorialrecreation-bold-webfont.woff2") format("woff2"), url("../fonts/editorialrecreation-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Editorial Recreation";
  src: url("../fonts/editorialrecreation-regular-webfont.woff2") format("woff2"), url("../fonts/editorialrecreation-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baton Turbo";
  src: url("../fonts/BatonTurboWeb-Regular.woff2") format("woff2"), url("../fonts/BatonTurboWeb-Regular.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baton Turbo";
  src: url("../fonts/BatonTurboWeb-RegularItalic.woff2") format("woff2"), url("../fonts/BatonTurboWeb-RegularItalic.woff2") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Baton Turbo";
  src: url("../fonts/BatonTurboWeb-Bold.woff2") format("woff2"), url("../fonts/BatonTurboWeb-Bold.woff2") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Marelle";
  src: url("../fonts/marelle-webfont.woff2") format("woff2"), url("../fonts/marelle-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
footer {
  padding-top: 40px;
  background-color: #00230f;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

@media print, screen and (min-width: 48em) {
  footer {
    padding-top: 60px;
  }
}
footer .nav-footer {
  padding: 0 32px;
  text-align: center;
}

footer .nav-footer .logo {
  display: block;
  text-align: center;
}

footer .nav-footer .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

footer .nav-footer .nav ul li {
  margin: 0;
}

footer .nav-footer .nav ul li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  color: #fff;
  padding: 12px 0;
}

footer .nav-footer .nav ul li a .text {
  color: #fff;
}

footer .hint a {
  color: #fff;
  font-weight: bold;
}

footer .hint svg {
  margin-top: 16px;
}

footer .text-carousel-desktop {
  display: none;
}

footer .text-carousel-mobile {
  margin-bottom: 48px;
}

footer text {
  fill: currentColor;
}

footer textPath {
  font-family: "Editorial Recreation", serif;
  color: #fff1f3;
  fill: #fff1f3;
  font-weight: bold;
  font-size: 25px;
}

@media print, screen and (min-width: 48em) {
  footer textPath {
    font-size: 48px;
  }
}
footer .footer-content {
  color: #fff;
  padding: 0 30px;
}

footer .footer-content h3 {
  margin-bottom: 32px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}

footer .newsletter-container form {
  width: 100%;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-bottom: 60px;
}

footer .newsletter-container input {
  background-color: #00230f;
  border: 0;
  color: #fff1f3;
}

footer .newsletter-container input::-webkit-input-placeholder {
  color: #fff1f3;
  font-style: italic;
}

footer .newsletter-container input::-moz-placeholder {
  color: #fff1f3;
  font-style: italic;
}

footer .newsletter-container input:-ms-input-placeholder {
  color: #fff1f3;
  font-style: italic;
}

footer .newsletter-container input::-ms-input-placeholder {
  color: #fff1f3;
  font-style: italic;
}

footer .newsletter-container input::placeholder {
  color: #fff1f3;
  font-style: italic;
}

footer .newsletter-container input:focus {
  background-color: #00230f;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: 0;
  color: #0c0;
}

footer .newsletter-container svg {
  fill: #fff;
}

footer .newsletter-container .hint {
  display: none;
}

footer .contact-container .contact-info {
  margin-bottom: 48px;
}

footer .contact-container .contact-info a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
}

footer .contact-container .hint {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 48px;
}

footer .contact-container .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

footer .contact-container .social-links a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  margin-right: 24px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

footer .contact-container .social-links a:hover {
  background-color: #fff;
  color: #0c0;
}

footer .footer-logo {
  border-top-left-radius: 98px;
  border-top-right-radius: 98px;
  width: 196px;
  height: 113px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#0c0), to(rgba(0, 204, 0, 0)));
  background: linear-gradient(0deg, #0c0 0%, rgba(0, 204, 0, 0) 100%);
}

footer .footer-logo h1 {
  font-family: "Editorial Recreation", serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-bottom: 32px;
}

@media print, screen and (min-width: 48em) {
  footer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }
  footer .nav-footer {
    padding: 32px 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .nav-footer .nav {
    width: 41.6%;
  }
  footer .nav-footer .nav a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
  }
  .page-projects footer .nav-footer .nav a.active::after {
    background-size: contain;
    left: -2px;
    right: -2px;
    bottom: 0;
    width: calc(100% + 4px);
    background: url("../fonts/icons/svg/originals/footer-nav-underline-projects.svg") top center no-repeat;
  }
  .page-services footer .nav-footer .nav a.active::after {
    background-size: contain;
    left: -2px;
    right: -2px;
    bottom: 0;
    width: calc(100% + 4px);
    background: url("../fonts/icons/svg/originals/footer-nav-underline-services.svg") top center no-repeat;
  }
  .page-culture footer .nav-footer .nav a.active::after {
    background-size: contain;
    left: -2px;
    right: -2px;
    bottom: 0;
    width: calc(100% + 4px);
    background: url("../fonts/icons/svg/originals/footer-nav-underline-culture.svg") top center no-repeat;
  }
  .page-contact footer .nav-footer .nav a.active::after {
    background-size: contain;
    left: -2px;
    right: -2px;
    bottom: 0;
    width: calc(100% + 4px);
    background: url("../fonts/icons/svg/originals/footer-nav-underline-contact.svg") top center no-repeat;
  }
  footer .text-carousel-desktop {
    display: block;
  }
  footer .text-carousel-mobile {
    display: none;
  }
  footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: auto;
  }
  footer .footer-content h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  footer .footer-content .newsletter-container {
    width: 40%;
    max-width: 386px;
  }
  footer .footer-content .newsletter-container form {
    margin-bottom: 74px;
  }
  footer .footer-content .newsletter-container .hint {
    display: block;
  }
  footer .footer-content .contact-container {
    width: 40%;
    max-width: 448px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .footer-content .contact-container .hint {
    display: none;
  }
  footer .footer-content .contact-container .social-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .footer-content .contact-container .social-links a {
    margin-right: 0;
    margin-bottom: 24px;
  }
  footer .footer-logo {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 282px;
    border-top-left-radius: 141px;
    border-top-right-radius: 141px;
    height: 164px;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#0c0), color-stop(40%, transparent));
  background: linear-gradient(180deg, #0c0 0%, transparent 40%);
}

.header::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  height: 0;
  will-change: height;
  background: -webkit-gradient(linear, left top, left bottom, from(#0c0), color-stop(80%, #0c0), to(rgba(0, 204, 0, 0)));
  background: linear-gradient(180deg, #0c0 0%, #0c0 80%, rgba(0, 204, 0, 0) 100%);
}

.header.mobile-opened::before {
  height: 100%;
}

.header .grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .logo {
  width: 24px;
  margin-top: 16px;
  position: relative;
  z-index: 3;
}

.header .logo svg {
  width: 100%;
  height: auto;
}

.header .menu {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  padding: 24px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  position: absolute;
  top: -60px;
  right: -10px;
  z-index: 4;
}

.header .menu .menu-opened {
  display: none;
}

.header #checkbox-menu {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
}

.header #checkbox-menu:checked ~ nav.nav-mobile {
  height: 100vh;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.header #checkbox-menu:checked ~ nav.nav-mobile .menu-opened {
  display: block;
}

.header #checkbox-menu:checked ~ nav.nav-mobile .menu-closed {
  display: none;
}

.header #checkbox-menu:checked ~ nav.nav-mobile ul {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  height: 100%;
  pointer-events: all;
}

.header #checkbox-menu:checked ~ nav.nav-mobile ul li {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0.2s;
  transition: opacity 0.5s ease 0.2s;
}

.header .nav {
  display: none;
}

.header nav.nav-mobile {
  position: relative;
  width: calc(100% + 23px);
  margin-left: -23px;
  height: 0;
  will-change: height;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header nav.nav-mobile ul {
  margin-top: 144px;
  height: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  pointer-events: none;
}

.header nav.nav-mobile ul li {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.2s;
  transition: opacity 0.5s ease 0.2s;
}

.home .header {
  background: none;
}

.page-culture .header {
  background: none;
}

.page-culture .header .logo svg {
  fill: #0c0;
}

@media print, screen and (min-width: 48em) {
  .header {
    padding: 32px 0;
  }
  .header button {
    display: none;
  }
  .header .logo {
    max-width: 34px;
  }
  .header .nav {
    display: block;
  }
  .header nav.nav-mobile {
    display: none;
  }
}
main {
  overflow: hidden;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.page-contact .contact-info-container .cell {
  padding: 56px 0;
  border-top: 1px solid #00230f;
  border-bottom: 1px solid #00230f;
}

.page-contact .info-container-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (min-width: 48em) {
  .page-contact .info-container-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.page-contact .info-container {
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 48em) {
  .page-contact .info-container {
    width: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 64em) {
  .page-contact .info-container {
    width: 40%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.page-contact .info-container div {
  width: 100%;
  margin-right: 20px;
}

@media print, screen and (min-width: 48em) {
  .page-contact .info-container div {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .page-contact .info-container div {
    width: calc(50% - 20px);
  }
}
.page-contact .info-container h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  line-height: 1.8125rem;
}

.page-contact .info-container a {
  display: block;
  color: #00230f;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 10px 0;
  margin: 18px 0 30px;
  word-wrap: break-word;
}

.page-contact .map {
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  .page-contact .map {
    width: 60%;
  }
}
.page-contact .map img {
  width: 100%;
}

.page-contact .contact-team-container .cell {
  padding: 86px 20px 116px;
}

.page-contact .contact-team-container .cell h2 {
  margin-bottom: 16px;
}

.page-contact .contact-team-container .cell .card {
  border-radius: 20px;
  border: 1px solid #00230f;
  padding: 20px 30px 30px;
  background-color: #0c0;
}

.page-contact .contact-team-container .cell .card h3 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 67px;
  line-height: 4.1875rem;
  font-family: "Editorial Recreation", serif;
  margin-bottom: 12px;
}

.page-contact .contact-team-container .cell .card p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 24px;
}

.page-contact .contact-team-container .cell .card a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #fff;
}

.page-contact .contact-team-container .cell .card a span {
  display: block;
}

@media print, screen and (min-width: 48em) {
  .page-contact .contact-team-container .cell .card a span {
    display: inline-block;
  }
}
.page-contact .contact-team-container .cell .card-employe {
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
  margin-top: 60px;
}

.page-contact .contact-team-container .cell .card-company {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

@media print, screen and (min-width: 48em) {
  .page-contact .contact-info-container .cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px;
  }
  .page-contact .contact-team-container .cell .text {
    width: calc(30% + 20px);
  }
  .page-contact .contact-team-container .cell h2 {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 55px;
    line-height: 3.4375rem;
    margin-bottom: 26px;
  }
  .page-contact .contact-team-container .cell .team-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 38px;
  }
  .page-contact .contact-team-container .cell .card {
    width: calc(50% + 20px);
    padding: 60px 55px 92px;
  }
  .page-contact .contact-team-container .cell .card h3 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 90px;
    line-height: 5.625rem;
  }
  .page-contact .contact-team-container .cell .card-employe {
    margin-top: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .page-contact .contact-team-container .cell .card-company {
    margin-top: 15px;
  }
}
.culture-intro {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.culture-intro .scroll-down {
  position: absolute;
  bottom: 62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #d1b8bb;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  z-index: 1;
}

.culture-intro .enter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #00230f;
  font-family: "Editorial Recreation", serif;
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
}

.culture-intro .endroit {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  color: #00230f;
  font-family: "Editorial Recreation", serif;
  font-weight: bold;
  font-size: 75px;
  font-size: 4.6875rem;
  line-height: 95px;
  line-height: 5.9375rem;
  letter-spacing: 1.67px;
  text-align: center;
  z-index: 1;
  max-width: 1240px;
}

@media print, screen and (min-width: 48em) {
  .culture-intro .endroit {
    font-size: 150px;
    font-size: 9.375rem;
    line-height: 170px;
    line-height: 10.625rem;
  }
}
.culture-intro .endroit svg {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 979px;
  height: 459px;
  z-index: -1;
}

.culture-intro .bg-video {
  position: fixed;
  -o-object-fit: cover;
  object-fit: cover;
  width: 120vw;
  height: 130vh;
  top: -18vh;
}

.culture-intro .bg-video.unfixed {
  position: absolute;
}

.culture-intro .mask-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: #00230f;
}

.cocreation-container {
  padding: 48px 0.625rem 60px;
}

.cocreation-container .cell {
  border-top: 1px solid #00230f;
  border-bottom: 1px solid #00230f;
  padding-top: 16px;
  padding-bottom: 36px;
}

.cocreation-container .cell h5 {
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
}

.cocreation-container .cocreation-content .cocreation-title h2 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 50px;
  line-height: 3.125rem;
  margin-bottom: 36px;
}

.cocreation-container .cocreation-content lottie-player {
  margin: -30px 0;
}

.values-container.is-active .values-content .marelle {
  border: 1px solid #fff;
  color: #fff;
}

.values-container.is-active .values-content .values-title .marelle-title {
  color: #fff;
}

.values-container.is-active .values-content .value.active {
  color: #0c0;
  background-color: #fff;
}

.values-container.is-active .values-content .value.active h2 {
  color: #0c0;
}

.values-container.is-active .values-content .value.active p {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  color: #fff;
}

.values-container .cell {
  position: relative;
}

.values-container .values-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 56px;
  max-width: 380px;
  margin: 0 auto;
}

.values-container .values-content .marelle {
  border: 1px solid #00230f;
  color: #00230f;
  border-radius: 13px;
  margin: 5px;
}

.values-container .values-content .values-title {
  width: 206px;
  height: 120px;
  border-radius: 103px 103px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.values-container .values-content .values-title h2 {
  color: #00230f;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
  font-family: "Editorial Recreation", serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

.values-container .values-content .value {
  display: inline-block;
  padding: 14px 36px 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  will-change: margin-bottom;
}

.values-container .values-content .value h2 {
  font-family: "Editorial Recreation", serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
  margin-bottom: 0;
  font-weight: normal;
  color: #fff;
}

.values-container .values-content .value p {
  position: absolute;
  display: none;
  top: 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.values-container .values-content .value.active {
  color: #fff;
  background-color: #00230f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.values-container .values-content .value.active p {
  display: block;
  opacity: 1;
  right: 0.625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #00230f;
  width: calc(100% - 1.2rem);
  padding: 30px 0;
  margin: 24px 0;
  border-bottom: 1px solid #00230f;
  border-top: 1px solid #00230f;
}

.team-container {
  padding: 56px 30px 64px;
}

.team-container .cell {
  position: relative;
  min-height: 906px;
}

.team-container .title {
  max-width: 60%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.team-container .title h2 {
  font-family: "Editorial Recreation", serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-weight: bold;
}

.team-container .logo {
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 0;
  width: 100%;
}

.team-container .logo svg {
  fill: #0c0;
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
  width: 100%;
}

.team-container img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-container .img-bg {
  position: absolute;
  max-width: 184px;
  max-height: 136px;
  overflow: hidden;
}

.team-container .img-bg.img-bg-1 {
  z-index: 0;
  top: 15%;
  right: 10%;
}

.team-container .img-bg.img-bg-3 {
  z-index: 2;
  top: 54%;
  right: 0;
}

.team-container .img-bg.img-bg-2 {
  z-index: 2;
  top: 72%;
  left: 0;
}

.team-container .img {
  position: absolute;
  z-index: 3;
  border-radius: 20px;
  max-width: 268px;
  max-height: 198px;
  overflow: hidden;
}

.team-container .img.img-building {
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
  top: 33%;
  left: 0;
}

.team-container .img.img-team {
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
  bottom: 0;
  right: 0;
}

@media print, screen and (min-width: 48em) {
  .cocreation-container {
    padding: 116px 0 146px;
  }
  .cocreation-container .cell {
    padding-bottom: 116px;
  }
  .cocreation-container .cocreation-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 56px;
  }
  .cocreation-container .cocreation-content .cocreation-title {
    width: 60%;
    text-align: center;
  }
  .cocreation-container .cocreation-content .cocreation-title h2 {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 70px;
    line-height: 4.375rem;
    margin-bottom: 0;
    text-align: left;
    margin-top: 56px;
  }
  .cocreation-container .cocreation-content lottie-player {
    margin: -100px 0;
  }
  .cocreation-container .cocreation-content .cocreation-text {
    width: 30%;
  }
  .team-container {
    padding: 116px 20px 152px;
  }
  .team-container .cell {
    min-height: 822px;
  }
  .team-container .cell .title {
    width: 60%;
    position: absolute;
    left: 5%;
    top: 30%;
  }
  .team-container .cell .title h2 {
    font-size: 80px;
    font-size: 5rem;
    line-height: 90px;
    line-height: 5.625rem;
  }
  .team-container .cell .logo {
    width: 315px;
    left: 60%;
    top: 0;
    z-index: 2;
  }
  .team-container .cell .img-bg.img-bg-1 {
    max-width: 279px;
    max-height: 206px;
    top: 5%;
    right: 37%;
  }
  .team-container .cell .img-bg.img-bg-3 {
    max-width: 255px;
    max-height: 188px;
    z-index: 0;
    top: 52%;
    right: 5%;
  }
  .team-container .cell .img-bg.img-bg-2 {
    max-width: 302px;
    max-height: 223px;
    z-index: 0;
    top: 60%;
  }
  .team-container .cell .img.img-building {
    max-width: 447px;
    max-height: 330px;
    left: 70%;
    top: 12%;
  }
  .team-container .cell .img.img-team {
    max-width: 524px;
    max-height: 387px;
    bottom: 0;
    left: 20%;
    z-index: 1;
  }
}
@media print, screen and (min-width: 64em) {
  .values-container {
    position: relative;
  }
  .values-container .cell {
    position: static;
  }
  .values-container .cell .values-content {
    max-width: 100%;
  }
  .values-container .cell .values-title {
    width: 367px;
    height: 214px;
    border-radius: 183px 183px 15px 15px;
  }
  .values-container .cell .values-title h2 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 55px;
    line-height: 3.4375rem;
  }
  .values-container .cell .value {
    padding: 14px 36px 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .values-container .cell .value h2 {
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 66px;
    line-height: 4.125rem;
    margin-bottom: 0;
  }
  .values-container .cell .value p {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    text-align: left;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 32px;
    line-height: 2rem;
    padding: 56px 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .values-container .cell .value:hover {
    color: #0c0;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .values-container .cell .value:hover h2 {
    color: #0c0;
  }
  .values-container .cell .value:hover p {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: #fff;
  }
}
body, * {
  cursor: none;
}

a {
  cursor: none;
}

.cursor {
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  background-color: #0c0;
  width: 20px;
  height: 20px;
  margin: -10px;
  border-radius: 100%;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.25s ease-in-out filter, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.25s ease-in-out filter, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.25s ease-in-out filter;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.25s ease-in-out filter, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  display: block;
}

.cursor.inverted {
  background-color: #00230f;
}

.cursor.inverted.blur {
  background-color: #00230f;
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.cursor.active {
  opacity: 0;
}

.cursor.blur {
  background-color: #0c0;
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

body.mobile-device .cursor {
  display: none;
}

.cursor-case-study {
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  background: #0c0;
  width: 200px;
  height: 200px;
  margin: -100px;
  -webkit-transition: 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 30px;
  text-align: center;
  color: #00230f;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: flex;
}

.cursor-case-study .icon-arrow {
  margin-top: 16px;
}

.cursor-case-study.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
}

body.mobile-device .cursor-case-study {
  display: none;
}

.cursor-project {
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  background: #00230f;
  width: 200px;
  height: 200px;
  margin: -100px;
  -webkit-transition: 0.3s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.3s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.3s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 30px;
  text-align: center;
  color: #fff1f3;
  display: flex;
}

.cursor-project .icon-arrow {
  margin-top: 16px;
}

.cursor-project.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
}

body.mobile-device .cursor-project {
  display: none;
}

.cursor-more-projects {
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  background: #0c0;
  width: 200px;
  height: 200px;
  margin: -100px;
  -webkit-transition: 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 30px;
  text-align: center;
  color: #00230f;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cursor-more-projects .icon-arrow {
  margin-top: 16px;
}

.cursor-more-projects.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
}

body.mobile-device .cursor-more-projects {
  display: none;
}

.cursor-action {
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  background: #0c0;
  width: 80px;
  height: 80px;
  margin: -40px;
  -webkit-transition: 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 0;
  text-align: center;
  color: #00230f;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cursor-action.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
}

body.mobile-device .cursor-action {
  display: none;
}

.cursor-play {
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  background: #0c0;
  width: 80px;
  height: 80px;
  margin: -40px;
  -webkit-transition: 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 30px;
  text-align: center;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cursor-play svg {
  fill: transparent;
  stroke: #00230f;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cursor-play .icon-pause {
  opacity: 0;
}

.cursor-play.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  cursor: crosshair;
}

.cursor-play.active.pause .icon-pause {
  opacity: 1;
}

.cursor-play.active.pause .icon-play {
  opacity: 0;
}

body.mobile-device .cursor-play {
  display: none;
}

.home-hero {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.home-hero .home-hero-wrapper {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

@media print, screen and (min-width: 48em) {
  .home-hero .home-hero-wrapper {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.home-hero h1 {
  color: #fff;
  font-family: "Editorial Recreation", serif;
  font-weight: 700;
  font-size: 150px;
  font-size: 9.375rem;
  line-height: 160px;
  line-height: 10rem;
  letter-spacing: 1.67px;
  text-align: center;
}

.home-hero .anim-loading {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

@media print, screen and (min-width: 48em) {
  .home-hero .anim-loading {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.home-hero .anim-loading canvas {
  width: 100% !important;
  height: 100% !important;
  max-width: 1700px !important;
  max-height: 800px !important;
}

.home-intro {
  position: relative;
  padding-top: 0;
  padding-bottom: 187px;
  overflow: hidden;
}

@media print, screen and (min-width: 48em) {
  .home-intro {
    padding-top: 268px;
  }
}
.home-intro h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #00230f;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 70px;
  line-height: 4.375rem;
  letter-spacing: 0.75px;
  font-weight: normal;
  max-width: 460px;
}

.home-intro p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #00230f;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0.75px;
  font-weight: normal;
  max-width: 460px;
  margin-top: 10px;
  position: relative;
  z-index: 99;
}

.home-intro h2 svg {
  margin-left: auto;
  margin-right: 80px;
}

@media print, screen and (min-width: 48em) {
  .home-intro .anim-balancoire {
    position: absolute;
    right: -35%;
    top: -25%;
  }
}
.home-intro .anim-balancoire-left {
  position: absolute;
  left: 10%;
  top: 0;
  align-items: center;
  display: flex;
}

.home-intro .anim-balancoire-left img {
  width: 40%;
  height: fit-content;
  object-fit: contain;
  border-radius: 25px;
}

@media only screen and (max-width: 950px) {
  .home-intro .anim-balancoire-left {
    position: relative;
    left: 0;
    top: 0;
    max-width: 88.125rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.09375rem;
    padding-left: 1.09375rem;
  }
  .home-intro .anim-balancoire-left img {
    width: 100%;
  }
}
.home-projects {
  border-top: 1px solid #00230f;
  padding-top: 16px;
}

.home-projects h3 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-weight: normal;
  margin-bottom: 50px;
}

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

.home-project {
  border-radius: 15px;
  overflow: hidden;
  display: block;
}

.home-loading {
  position: relative;
  overflow-y: hidden;
}

.home-loading .loading {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  background-color: #fff;
  z-index: 10;
  -webkit-animation: exitLoading 1s ease 7s forwards;
  animation: exitLoading 1s ease 7s forwards;
}

.home-loading .loading .grid-container {
  -webkit-animation: opacityAnim 1s ease 5s forwards;
  animation: opacityAnim 1s ease 5s forwards;
}

.home-loading .loading::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 20vh;
  background: -webkit-gradient(linear, left bottom, left top, from(#0c0), to(#fff));
  background: linear-gradient(0deg, #0c0 0%, #fff 100%);
  -webkit-animation: gradientExpand 1s ease 6s forwards;
  animation: gradientExpand 1s ease 6s forwards;
}

@-webkit-keyframes opacityAnim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityAnim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes gradientExpand {
  0% {
    height: 20vh;
  }
  100% {
    height: 200vh;
  }
}
@keyframes gradientExpand {
  0% {
    height: 20vh;
  }
  100% {
    height: 200vh;
  }
}
@-webkit-keyframes exitLoading {
  0% {
    top: 0;
    -webkit-box-shadow: 0 100px 30px -30px #0c0;
    box-shadow: 0 100px 30px -30px #0c0;
  }
  100% {
    top: -130%;
    -webkit-box-shadow: 0 100px 30px -30px #0c0;
    box-shadow: 0 100px 30px -30px #0c0;
  }
}
@keyframes exitLoading {
  0% {
    top: 0;
    -webkit-box-shadow: 0 100px 30px -30px #0c0;
    box-shadow: 0 100px 30px -30px #0c0;
  }
  100% {
    top: -130%;
    -webkit-box-shadow: 0 100px 30px -30px #0c0;
    box-shadow: 0 100px 30px -30px #0c0;
  }
}
.logo svg {
  fill: #00230f;
}

.nav {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav ul li {
  margin: 0 40px;
}

.nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #00230f;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
}

.nav ul li a .text {
  color: #00230f;
}

.nav ul li a .hover-text {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Marelle", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  white-space: nowrap;
}

.nav ul li a:not(.active):hover {
  cursor: url("../fonts/icons/svg/originals/cursor-blur.svg") 25 25, auto;
}

.nav ul li a:not(.active):hover .text {
  visibility: hidden;
}

.nav ul li a:not(.active):hover .hover-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav ul li a.active::after {
  content: "";
  display: block;
  position: absolute;
}

.nav ul li a.active::after {
  left: -6px;
  bottom: -16px;
  background: url("../fonts/icons/svg/originals/nav-underline-services.svg") top left no-repeat;
  width: 54px;
  height: 10px;
}

.nav ul li:first-child {
  margin-left: 0;
}

.nav ul li:last-child {
  margin-right: 0;
}

.nav-mobile ul li {
  margin-bottom: 8px;
}

.nav-mobile ul li a {
  font-family: "Editorial Recreation", serif;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 80px;
  line-height: 5rem;
  color: #fff;
}

.nav-mobile ul li a:active {
  color: #00230f;
}

.page-intro {
  padding: 120px 15px 50px;
  overflow: hidden;
}

.page-projects .page-intro {
  padding-bottom: 75px;
}

.page-intro h1 p {
  max-width: inherit;
  font-family: "Editorial Recreation", serif;
  font-weight: normal;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 70px;
  line-height: 4.375rem;
  letter-spacing: 1px;
  text-align: right;
  margin-bottom: 142px;
}

.page-intro h1 {
  font-family: "Editorial Recreation", serif;
  font-weight: normal;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 70px;
  line-height: 4.375rem;
  letter-spacing: 1px;
  text-align: right;
  margin-bottom: 142px;
}

.page-intro h1 p .underline {
  display: inline-block;
  position: relative;
}

.page-intro h1 p .underline::after {
  content: "";
  display: block;
  position: absolute;
}

.underline::after {
  left: -50px;
  top: 88%;
  background: url("../fonts/icons/svg/originals/underline-projects.svg") top left no-repeat;
  width: 312px;
  height: 64px;
}

.page-intro .return-btn-container {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 48em) {
  .page-intro .return-btn-container {
    margin-bottom: 60px;
  }
}
.page-intro .return-btn-container h1 {
  margin-bottom: 0;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 48px;
  line-height: 3rem;
  margin-top: 40px;
}

@media print, screen and (min-width: 48em) {
  .page-intro .return-btn-container h1 {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 70px;
    line-height: 4.375rem;
  }
}
.page-intro a {
  color: #0c0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page-intro a .icon-prev-arrow {
  margin-right: 4px;
}

.page-intro p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
  text-align: center;
  margin-bottom: 73px;
  max-width: 860px;
  margin: 0 auto;
}

.service-description p {
  line-height: 30px;
  line-height: 1.875rem;
}

.page-intro p .txt-underline {
  text-decoration: underline;
}

.page-intro p + p {
  margin-top: 22px;
}

@media print, screen and (min-width: 48em) {
  .page-intro {
    padding-top: 210px;
    padding-bottom: 76px;
  }
  .page-projects .page-intro {
    padding-bottom: 150px;
  }
  .page-intro h1 p {
    font-size: 80px;
    font-size: 5rem;
    line-height: 90px;
    line-height: 5.625rem;
  }
  .page-intro .return-btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 105px;
  }
  .page-intro .return-btn-container h1 {
    font-size: 80px;
    font-size: 5rem;
    line-height: 90px;
    line-height: 5.625rem;
    margin-bottom: 0;
    margin-top: 0;
  }
  .page-intro .return-btn-container a .icon-prev-arrow {
    margin-right: 16px;
  }
}
.project-list-desktop {
  position: relative;
  display: none;
}

@media print, screen and (min-width: 90em) {
  .project-list-desktop {
    display: block;
  }
}
.project-list {
  position: relative;
}

.project-item {
  display: block;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
}

.project-item::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 53.38542%;
}

.project-item > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.project-item {
  display: block;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
}

.project-item::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 53.38542%;
}

.project-item > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.project-list a {
  position: relative;
  display: block;
  height: auto;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1436px) {
  .project-list a:nth-child(2) {
    transform: translateY(calc(-70px * 1));
  }
  .project-list a:nth-child(3) {
    transform: translateY(calc(-70px * 2));
  }
  .project-list a:nth-child(4) {
    transform: translateY(calc(-70px * 3));
  }
  .project-list a:nth-child(5) {
    transform: translateY(calc(-70px * 4));
  }
  .project-list a:nth-child(6) {
    transform: translateY(calc(-70px * 5));
  }
  .project-list a:nth-child(7) {
    transform: translateY(calc(-70px * 6));
  }
  .project-list a:nth-child(8) {
    transform: translateY(calc(-70px * 7));
  }
  .project-list a:nth-child(9) {
    transform: translateY(calc(-70px * 8));
  }
  .project-list a:nth-child(10) {
    transform: translateY(calc(-70px * 9));
  }
  .project-list a:nth-child(11) {
    transform: translateY(calc(-70px * 10));
  }
  .project-list a:nth-child(12) {
    transform: translateY(calc(-70px * 11));
  }
  .project-list a:nth-child(13) {
    transform: translateY(calc(-70px * 12));
  }
  .project-list a:nth-child(14) {
    transform: translateY(calc(-70px * 13));
  }
  .project-list a:nth-child(15) {
    transform: translateY(calc(-70px * 14));
  }
  .project-list a:nth-child(16) {
    transform: translateY(calc(-70px * 15));
  }
  .project-list a:nth-child(17) {
    transform: translateY(calc(-70px * 16));
  }
  .project-list a:nth-child(18) {
    transform: translateY(calc(-70px * 17));
  }
  .project-list a:nth-child(19) {
    transform: translateY(calc(-70px * 18));
  }
  .project-list a:nth-child(20) {
    transform: translateY(calc(-70px * 19));
  }
  .project-list a:nth-child(21) {
    transform: translateY(calc(-70px * 20));
  }
  .project-list a:nth-child(22) {
    transform: translateY(calc(-70px * 21));
  }
  .project-list a:nth-child(23) {
    transform: translateY(calc(-70px * 22));
  }
  .project-list a:nth-child(24) {
    transform: translateY(calc(-70px * 23));
  }
  .project-list a:nth-child(25) {
    transform: translateY(calc(-70px * 24));
  }
  .project-list a:nth-child(26) {
    transform: translateY(calc(-70px * 25));
  }
  .project-list a:nth-child(27) {
    transform: translateY(calc(-70px * 26));
  }
  .project-list a:nth-child(28) {
    transform: translateY(calc(-70px * 27));
  }
  .project-list a:nth-child(29) {
    transform: translateY(calc(-70px * 28));
  }
  .project-list a:nth-child(30) {
    transform: translateY(calc(-70px * 29));
  }
  .project-list a:nth-child(31) {
    transform: translateY(calc(-70px * 30));
  }
  .project-list a:nth-child(32) {
    transform: translateY(calc(-70px * 31));
  }
  .project-list a:nth-child(33) {
    transform: translateY(calc(-70px * 32));
  }
  .project-list a:nth-child(34) {
    transform: translateY(calc(-70px * 33));
  }
  .project-list a:nth-child(35) {
    transform: translateY(calc(-70px * 34));
  }
  .project-list a:nth-child(36) {
    transform: translateY(calc(-70px * 35));
  }
  .project-list a:nth-child(37) {
    transform: translateY(calc(-70px * 36));
  }
  .project-list a:nth-child(38) {
    transform: translateY(calc(-70px * 37));
  }
  .project-list a:nth-child(39) {
    transform: translateY(calc(-70px * 38));
  }
  .project-list a:nth-child(40) {
    transform: translateY(calc(-70px * 39));
  }
  .project-list a:nth-child(41) {
    transform: translateY(calc(-70px * 40));
  }
  .project-list a:nth-child(42) {
    transform: translateY(calc(-70px * 41));
  }
  .project-list a:nth-child(43) {
    transform: translateY(calc(-70px * 42));
  }
  .project-list a:nth-child(44) {
    transform: translateY(calc(-70px * 43));
  }
  .project-list a:nth-child(45) {
    transform: translateY(calc(-70px * 44));
  }
  .project-list a:nth-child(46) {
    transform: translateY(calc(-70px * 45));
  }
  .project-list a:nth-child(47) {
    transform: translateY(calc(-70px * 46));
  }
  .project-list a:nth-child(48) {
    transform: translateY(calc(-70px * 47));
  }
  .project-list a:nth-child(49) {
    transform: translateY(calc(-70px * 48));
  }
  .project-list a:nth-child(50) {
    transform: translateY(calc(-70px * 49));
  }
  .project-list a:nth-child(51) {
    transform: translateY(calc(-70px * 50));
  }
  .project-list a:nth-child(52) {
    transform: translateY(calc(-70px * 51));
  }
  .project-list a:nth-child(53) {
    transform: translateY(calc(-70px * 52));
  }
  .project-list a:nth-child(54) {
    transform: translateY(calc(-70px * 53));
  }
  .project-list a:nth-child(55) {
    transform: translateY(calc(-70px * 54));
  }
  .project-list a:nth-child(56) {
    transform: translateY(calc(-70px * 55));
  }
  .project-list a:nth-child(57) {
    transform: translateY(calc(-70px * 56));
  }
  .project-list a:nth-child(58) {
    transform: translateY(calc(-70px * 57));
  }
  .project-list a:nth-child(59) {
    transform: translateY(calc(-70px * 58));
  }
  .project-list a:nth-child(60) {
    transform: translateY(calc(-70px * 59));
  }
  .project-list a:nth-child(61) {
    transform: translateY(calc(-70px * 60));
  }
  .project-list a:nth-child(62) {
    transform: translateY(calc(-70px * 61));
  }
  .project-list a:nth-child(63) {
    transform: translateY(calc(-70px * 62));
  }
  .project-list a:nth-child(64) {
    transform: translateY(calc(-70px * 63));
  }
  .project-list a:nth-child(65) {
    transform: translateY(calc(-70px * 64));
  }
  .project-list a:nth-child(66) {
    transform: translateY(calc(-70px * 65));
  }
  .project-list a:nth-child(67) {
    transform: translateY(calc(-70px * 66));
  }
  .project-list a:nth-child(68) {
    transform: translateY(calc(-70px * 67));
  }
  .project-list a:nth-child(69) {
    transform: translateY(calc(-70px * 68));
  }
  .project-list a:nth-child(70) {
    transform: translateY(calc(-70px * 69));
  }
  .project-list a:nth-child(71) {
    transform: translateY(calc(-70px * 70));
  }
  .project-list a:nth-child(72) {
    transform: translateY(calc(-70px * 71));
  }
  .project-list a:nth-child(73) {
    transform: translateY(calc(-70px * 72));
  }
  .project-list a:nth-child(74) {
    transform: translateY(calc(-70px * 73));
  }
  .project-list a:nth-child(75) {
    transform: translateY(calc(-70px * 74));
  }
  .project-list a:nth-child(76) {
    transform: translateY(calc(-70px * 75));
  }
  .project-list a:nth-child(77) {
    transform: translateY(calc(-70px * 76));
  }
  .project-list a:nth-child(78) {
    transform: translateY(calc(-70px * 77));
  }
  .project-list a:nth-child(79) {
    transform: translateY(calc(-70px * 78));
  }
  .project-list a:nth-child(80) {
    transform: translateY(calc(-70px * 79));
  }
  .project-list a:nth-child(81) {
    transform: translateY(calc(-70px * 80));
  }
  .project-list a:nth-child(82) {
    transform: translateY(calc(-70px * 81));
  }
  .project-list a:nth-child(83) {
    transform: translateY(calc(-70px * 82));
  }
  .project-list a:nth-child(84) {
    transform: translateY(calc(-70px * 83));
  }
  .project-list a:nth-child(85) {
    transform: translateY(calc(-70px * 84));
  }
  .project-list a:nth-child(86) {
    transform: translateY(calc(-70px * 85));
  }
  .project-list a:nth-child(87) {
    transform: translateY(calc(-70px * 86));
  }
  .project-list a:nth-child(88) {
    transform: translateY(calc(-70px * 87));
  }
  .project-list a:nth-child(89) {
    transform: translateY(calc(-70px * 88));
  }
  .project-list a:nth-child(90) {
    transform: translateY(calc(-70px * 89));
  }
  .project-list a:nth-child(91) {
    transform: translateY(calc(-70px * 90));
  }
  .project-list a:nth-child(92) {
    transform: translateY(calc(-70px * 91));
  }
  .project-list a:nth-child(93) {
    transform: translateY(calc(-70px * 92));
  }
  .project-list a:nth-child(94) {
    transform: translateY(calc(-70px * 93));
  }
  .project-list a:nth-child(95) {
    transform: translateY(calc(-70px * 94));
  }
  .project-list a:nth-child(96) {
    transform: translateY(calc(-70px * 95));
  }
  .project-list a:nth-child(97) {
    transform: translateY(calc(-70px * 96));
  }
  .project-list a:nth-child(98) {
    transform: translateY(calc(-70px * 97));
  }
  .project-list a:nth-child(99) {
    transform: translateY(calc(-70px * 98));
  }
  .project-list a:nth-child(100) {
    transform: translateY(calc(-70px * 99));
  }
  .project-list a:nth-child(101) {
    transform: translateY(calc(-70px * 100));
  }
}
.positionDroit {
  margin-left: 47%;
}

.positionGauche {
  margin-right: 50%;
}

.project-item-3 {
  max-width: 685px;
  position: absolute;
  right: 0;
  top: 330px;
}

.project-item-4 {
  max-width: 560px;
  position: absolute;
  left: 80px;
  top: 625px;
}

@media print, screen and (min-width: 90em) {
  .project-list-mobile {
    display: none;
  }
}
.project-list-mobile .project-list-section {
  position: relative;
  border-top: 1px solid #00230f;
  padding-top: 16px;
}

.project-list-mobile .project-list-section h3 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-weight: normal;
  margin-bottom: 50px;
}

.project-list-mobile .project-item {
  margin-bottom: 16px;
}

.service-description h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 38px;
  line-height: 2.375rem;
  font-family: "Editorial Recreation", serif;
  font-weight: bold;
  margin-bottom: 46px;
}

.service-description .centered {
  margin: 0 auto;
}

.service-description .centered ~ h2 {
  margin-top: 42px;
}

.service-description ul {
  margin-top: 20px;
}

p + .service-description ul {
  margin-top: 16px;
}

.service-description .img-container {
  padding: 60px 0;
  text-align: center;
}

.service-description .img-container .small-img {
  margin-bottom: 20px;
}

.service-description .img-container .big-img {
  max-width: calc(100% + 1.25rem);
  margin: 0 -0.625rem;
}

.service-description .txt-underline {
  text-decoration: underline;
}

service-description {
  padding: 32px 0 42px;
  border-bottom: 1px solid #00230f;
  margin-bottom: 64px;
}

service-description h3 {
  font-weight: normal;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 40px;
}

service-description ul li a {
  color: #0c0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

service-description ul li a:hover {
  color: #00b300;
}

service-description .projects-examples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

service-description .service-project {
  width: 100%;
  margin-top: 20px;
}

service-description .service-project:first-child {
  margin-top: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

service-description .service-project:last-child {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media print, screen and (min-width: 48em) {
  .service-description h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 54px;
    line-height: 3.375rem;
    max-width: 80%;
  }
  .service-description .centered {
    width: 80%;
    padding: 0 20px;
  }
  .service-description .img-container {
    padding: 60px 60px 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .service-description .small-img {
    width: calc(40% - 10px);
    height: 56%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 0;
  }
  .service-description .big-img {
    width: calc(60% - 10px);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  service-description {
    padding: 62px 0 72px;
  }
  service-description h3 {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
  service-description .projects-examples {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  service-description .service-project {
    width: 40%;
    margin-top: 168px;
    margin-right: -10%;
  }
  service-description .service-project:first-child {
    margin-top: 38px;
  }
  service-description .service-project:last-child {
    margin-top: 0;
  }
}
.services-section {
  position: relative;
}

.services-section .inner {
  padding-top: 160px;
}

.services-section h2 {
  margin-bottom: 72px;
}

.services-section h2, .services-section h3, .services-section h4, .services-section p {
  color: #00230f;
}

.services-section.is-active h2 {
  color: #fff;
}

.services-section.is-active h3 {
  color: #fff1f3;
}

.services-section.is-active h4, .services-section.is-active p {
  color: #fff;
}

.services-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
}

.services-nav li {
  margin: 13px 32px 13px 0;
}

.services-nav li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  color: #fff;
}

.services-nav li a:hover {
  color: #0c0;
  background: url("../fonts/icons/svg/originals/down-arrow.svg") center right no-repeat;
}

.service-summary {
  margin: 80px 10px;
}

.service-summary h3 {
  font-family: "Editorial Recreation", serif;
  font-family: 600;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 62px;
  line-height: 3.875rem;
}

.service-summary h2 {
  font-weight: normal;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 18px;
}

.service-summary p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.service-summary p a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-decoration: underline;
  color: #fff1f3;
}

.service-summary .details {
  display: inline-block;
  margin-top: 24px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #fff1f3;
}

.service-summary .details svg {
  margin-left: 16px;
}

.service-summary .details:active {
  color: #0c0;
}

@media print, screen and (min-width: 48em) {
  .service-summary {
    margin: 160px auto;
    width: 85%;
  }
  .service-summary h3 {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 70px;
    line-height: 4.375rem;
  }
  .services-nav {
    margin: 0 0 176px;
  }
}
@media screen and (min-width: 75em) {
  .service-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .service-summary .service-name {
    width: 50%;
    padding-right: 80px;
  }
  .service-summary .service-description {
    width: 50%;
  }
  .service-summary h3 {
    font-size: 80px;
    font-size: 5rem;
    line-height: 90px;
    line-height: 5.625rem;
  }
  .service-summary a:hover {
    color: #0c0;
  }
  .service-summary.flip .service-name {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
    padding-left: 80px;
  }
  .service-summary.flip .service-description {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.soundcloud {
  background-color: #00230f;
  padding: 40px 0 60px;
  position: relative;
}

.soundcloud .slick-track {
  height: auto;
}

.soundcloud .slick-slide {
  margin: 0 10px;
}

.soundcloud .sc-slide {
  background-color: #00230f;
  border-radius: 15px;
  height: 0;
  padding-bottom: 56%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.soundcloud .sc-slide iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.soundcloud .custom_paging {
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: "Marelle", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
  text-align: center;
}

.soundcloud .custom_paging li {
  display: none;
}

.soundcloud .custom_paging li.slick-active {
  display: block;
  padding: 40px 0 45px;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
  background-color: #0c0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  width: 45px;
  height: 90px;
  -webkit-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
}

.slick-prev {
  left: 0;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  background-image: url("../fonts/icons/svg/originals/prev-arrow.svg");
  z-index: 1;
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
}

.slick-prev:hover {
  -webkit-transform: translate(0, -50%) scale(1.2);
  transform: translate(0, -50%) scale(1.2);
}

.slick-next {
  right: 0;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
  background-image: url("../fonts/icons/svg/originals/next-arrow.svg");
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
}

.slick-next:hover {
  -webkit-transform: translate(0, -50%) scale(1.2);
  transform: translate(0, -50%) scale(1.2);
}

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

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

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

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

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

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

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

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

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

.slide {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}

.slide img {
  position: absolute;
  width: 95%;
}

.slide img:first-child {
  bottom: 0;
  left: 0;
}

.slide img:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .soundcloud {
    margin-top: 67px;
    padding: 80px 0 120px;
  }
  .soundcloud .slick-track {
    height: 353px;
    padding-bottom: 0;
  }
  .soundcloud .slick-slide {
    width: 702px;
    height: 353px;
    padding: 15px 0 16px;
    margin: 0 40px;
  }
  .soundcloud .slick-slide .sc-slide {
    padding-bottom: 0;
    height: 322px;
    width: 639px;
  }
  .soundcloud .slick-slide.slick-current {
    width: 702px;
    height: 353px;
    padding: 0;
  }
  .soundcloud .slick-slide.slick-current .sc-slide {
    height: 353px;
  }
  .soundcloud .custom_paging {
    bottom: 0;
  }
  .slick-prev, .slick-next {
    width: 73px;
    height: 146px;
    background-size: 56%;
  }
  .slick-prev {
    border-top-right-radius: 73px;
    border-bottom-right-radius: 73px;
  }
  .slick-next {
    border-top-left-radius: 73px;
    border-bottom-left-radius: 73px;
  }
  .slide {
    height: 475px;
    padding-bottom: 0;
  }
  .slide img {
    width: calc(50% + 20px);
  }
  .slide img:nth-child(2) {
    margin-left: -20px;
  }
}
@media print, screen and (min-width: 64em) {
  .slide {
    height: 725px;
  }
}
@media (max-width: 767px) {
  .p-solution {
    margin-left: unset;
  }
}
@media only screen and (max-width: 950px) {
  .titre_iwt {
    font-size: 20px;
    line-height: 1.5 !important;
  }
}
.study {
  background-color: #fff;
  position: relative;
}

.study main {
  padding-top: 150px;
}

.study .scroll-btn {
  position: fixed;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  top: 77px;
  right: 8px;
  overflow: hidden;
  background-color: #00230f;
  z-index: 10;
}

.study .scroll-btn .scroll-progress {
  position: relative;
  top: 72px;
  width: 72px;
  height: 92px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00230f), color-stop(10%, #0c0), to(#0c0));
  background: linear-gradient(180deg, #00230f 0%, #0c0 10%, #0c0 100%);
}

.study .scroll-btn svg, .study .scroll-btn path {
  position: relative;
  z-index: 3;
}

.study .scroll-btn .curved-text {
  display: none;
}

.study .scroll-btn p {
  color: #fff;
  font-family: "Editorial Recreation", serif;
  font-size: 10px;
  margin-bottom: 0;
}

.study .scroll-btn .content-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  z-index: 3;
  text-align: center;
}

.study .scroll-btn .content-btn .icon-down-arrow {
  display: none;
}

.study .context-content {
  padding: 60px 0 40px;
  position: relative;
}

.study .border-black {
  border-top: 1px solid #00230f;
  border-bottom: 1px solid #00230f;
}

.study .img-clip {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: -50%;
}

.study .img-clip .border-radius {
  border-radius: 15px;
  overflow: hidden;
}

.study .img-clip .player .vp-video-wrapper {
  border-radius: 15px;
}

.study .resume-container {
  padding: 80px 0 60px;
  border-top: 0;
}

.study .resume-container .resume-content {
  width: 95%;
  margin: 0 auto;
}

.study .resume-container h1 {
  font-family: "Editorial Recreation", serif;
  font-size: 48px;
  font-size: 3rem;
  line-height: 50px;
  line-height: 3.125rem;
  color: #00230f;
  font-weight: normal;
  margin-bottom: 32px;
}

.study .resume-container h2 {
  margin-bottom: 0;
}

.study .resume-container h2 span {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 24px;
}

.study .resume-container h3 {
  margin-bottom: 0;
}

.study .resume-container h3 span {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 24px;
}

.study .resume-container ul {
  padding: 0;
  list-style-type: none;
  margin: 16px 0 0;
}

.study .resume-container ul li {
  padding: 12px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
  border-top: 1px solid #00230f;
}

.study .resume-container ul li a {
  color: #0c0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.study .resume-container ul li a:hover {
  color: #00b300;
}

.study .resume-container .awards {
  padding-top: 30px;
}

.study .resume-container .awards h3 {
  margin-bottom: 16px;
}

.study .resume-container .awards-list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

@media print, screen and (min-width: 48em) {
  .study .resume-container .awards-list {
    margin-bottom: 0;
  }
}
.study .resume-container .awards-list li {
  margin: 0 0 5px;
  padding: 0;
  border: 0;
}

.study figure.quote-container {
  text-align: center;
  padding: 35px 0 40px;
  border-top: 1px solid #00230f;
}

.study figure.quote-container.border-black {
  margin-bottom: 64px;
}

.study figure.quote-container blockquote.quote {
  padding: 0;
  border-left: 0;
  color: #00230f;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
  width: 83%;
  margin: 0 auto 20px;
}

.study figure.quote-container figcaption.quote-author {
  margin-top: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.study .context-container {
  background-color: #fff1f3;
  padding: 64px 0;
}

.study .context-container h3 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-weight: normal;
  position: absolute;
  top: 20px;
}

.study .context-container p {
  font-family: "Editorial Recreation", serif;
}

.study .context-container ol {
  font-family: "Editorial Recreation", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-left: 20px;
}

.study .context-container ol li {
  padding-left: 10px;
}

.study .context-container .context-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.study .video-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 90px 0 112px;
}

.study .video-container .small-12 {
  margin: 0 auto;
}

.study .video-container iframe {
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.study .video-container .play-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.study .video-container .play-video div {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #0c0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
}

.study .video-container .play-video div svg {
  fill: transparent;
  stroke: #00230f;
}

.study .video-container .play-video:hover div {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.study .media-fullwidth {
  position: relative;
  width: 100%;
}

.study .media-fullwidth img {
  width: 100%;
}

.study .media-fullwidth iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.study .carousel-img {
  margin-top: 64px;
}

.study .distinctions-container {
  padding: 116px 0.625rem 135px;
}

.study .distinctions-container h3 {
  font-family: "Editorial Recreation", serif;
  font-size: 48px;
  font-size: 3rem;
  line-height: 58px;
  line-height: 3.625rem;
  margin-bottom: 40px;
}

.study .distinctions-container .distinction {
  padding: 26px 0 36px;
  border-top: 1px solid #00230f;
}

.study .distinctions-container .distinction:last-child {
  border-bottom: 1px solid #00230f;
}

.study .distinctions-container .distinction h4 {
  margin-bottom: 0;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
}

.study .distinctions-container .distinction small {
  font-weight: normal;
  color: #00230f;
}

.study .testimonies-container {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-top: 186px;
  height: 1080px;
}

.study .testimonies-container .testimonies-content {
  background-color: #fff;
  border: 1px solid #00230f;
  border-radius: 20px;
  margin-top: -122px;
  margin-bottom: 70px;
  padding: 0 40px;
}
@media only screen and (max-width: 950px) {
  .study .testimonies-container .testimonies-content {
    margin-left: 15px;
    margin-right: 15px;
    width: fit-content;
  }
}

.study .testimonies-container figure.testimony {
  border-bottom: 1px solid #00230f;
  padding: 32px 0 40px;
}

.study .testimonies-container figure.testimony:last-child {
  border-bottom: 0;
}

.study .testimonies-container blockquote.testimony-quote {
  font-family: "Marelle", sans-serif;
  color: #00230f;
  padding: 0;
  border-left: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 26px;
}

.study .testimonies-container figcaption.testimony-author {
  font-family: "Baton Turbo", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .study .scroll-btn {
    width: 132px;
    height: 132px;
    top: 155px;
    right: 24px;
  }
  .study .scroll-btn .scroll-progress {
    top: 125px;
    width: 132px;
    height: 150px;
  }
  .study .scroll-btn .curved-text {
    display: block;
    -webkit-animation: rotateCircle 5s linear infinite;
    animation: rotateCircle 5s linear infinite;
  }
  .study .scroll-btn textPath {
    font-family: "Editorial Recreation", serif;
    font-size: 14px;
    color: #fff;
    z-index: 3;
  }
  .study .scroll-btn .content-btn .icon-down-arrow {
    display: block;
    margin: 0 auto;
  }
  .study .scroll-btn p {
    display: none;
  }
  .study .scroll-btn .icon-down-arrow-mobile {
    display: none;
  }
  .study .img-clip {
    margin-bottom: -40%;
    width: 83%;
    padding-bottom: 83%;
  }
  .study figure.quote-container {
    padding: 73px 0 71px;
  }
  .study .resume-container {
    padding: 130px 0 60px;
    border-top: 1px solid #00230f;
  }
  .study .resume-container .resume-content {
    width: 100%;
  }
  .study .resume-container h1 {
    font-size: 80px;
    font-size: 5rem;
    line-height: 90px;
    line-height: 5.625rem;
  }
  .study .context-container .context-content {
    padding: 80px 0;
    border-top: 1px solid #00230f;
  }
  .study .context-container p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .study .context-container ol {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
    margin-left: 64px;
  }
  .study .context-container ol li {
    padding-left: 32px;
  }
  .study .testimonies-container .testimonies-content {
    margin-bottom: 169px;
    padding: 18px 80px 36px;
  }
  .testimonies-content {
    position: absolute;
    width: 850px !important;
  }
  .study .testimonies-container .testimony {
    padding: 46px 0 44px;
  }
}
@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.testimonials-section {
  overflow: hidden;
}

.testimonials {
  position: relative;
}

.testimonials h2 {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 55px;
  line-height: 3.4375rem;
  margin-bottom: 64px;
}

.testimonial {
  display: block;
  border: 1px solid #0c0;
  background-color: #fff;
  color: #00230f;
  border-radius: 20px;
  padding: 40px 36px 30px;
  margin: 0 auto;
  -webkit-transition: 0.5s ease-in-out background-color;
  transition: 0.5s ease-in-out background-color;
  max-width: 386px;
}

.testimonial blockquote {
  padding: 0;
  margin: 0;
  border: 0;
}

.testimonial p {
  font-family: "Marelle", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #00230f;
}

.testimonial figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.testimonial:hover {
  background-color: #0c0;
  color: #00230f;
}

.testimonial.testimonial-1 {
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.testimonial.testimonial-2 {
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
  margin-top: 64px;
}

.testimonial.testimonial-3 {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.testimonial.testimonial-4 {
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
  margin: 24px auto 72px;
}

.testimonial.testimonial-5 {
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  margin-bottom: 100px;
}

.testimonial-badge {
  background: #00230f;
  border-radius: 50%;
  width: 146px;
  height: 146px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Editorial Recreation", serif;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  text-align: center;
  padding: 16px;
}

.testimonial-badge strong {
  font-weight: bold;
}

.testimonial-badge-1 {
  position: absolute;
  left: 200px;
  bottom: -96px;
  -webkit-transform: rotate(27deg);
  transform: rotate(27deg);
}

.testimonial-badge-2 {
  position: absolute;
  right: -20px;
  bottom: -76px;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

@media print, screen and (min-width: 48em) {
  .testimonials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .testimonials h2 {
    margin-bottom: 0;
    text-align: right;
    width: 100%;
  }
  .testimonial {
    margin: 0;
  }
  .testimonial.testimonial-1 {
    position: absolute;
    top: 90px;
  }
  .testimonial.testimonial-2 {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 70px;
  }
  .testimonial.testimonial-3 {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    margin: -38px 0 0;
  }
  .testimonial.testimonial-4 {
    -ms-flex-item-align: end;
    align-self: flex-end;
    max-width: 504px;
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
    margin: -24px 0 0;
  }
  .testimonial.testimonial-5 {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  .testimonial-badge-1 {
    left: 150px;
    bottom: -96px;
  }
}
@media print, screen and (min-width: 64em) {
  .testimonials-section {
    padding-top: 180px;
  }
  .testimonials-section .grid-container {
    position: relative;
  }
  .testimonials {
    display: block;
    position: relative;
    height: 800px;
  }
  .testimonials h2 {
    padding-right: 80px;
  }
  .testimonial {
    padding: 60px 56px 40px;
  }
  .testimonial.testimonial-1 {
    position: absolute;
    left: 0;
    top: 0;
  }
  .testimonial.testimonial-2 {
    position: absolute;
    top: 48px;
    left: 366px;
    margin-top: 0;
  }
  .testimonial.testimonial-3 {
    position: absolute;
    top: 308px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .testimonial.testimonial-4 {
    position: absolute;
    top: 384px;
    right: 387px;
    margin-top: 0;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  .testimonial.testimonial-5 {
    position: absolute;
    margin-bottom: 0;
    top: 285px;
    right: 0;
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  .testimonial-badge-1 {
    left: 200px;
    bottom: -86px;
  }
  .testimonial-badge-2 {
    right: -20px;
    bottom: -56px;
  }
}
.ticker {
  width: 100vw;
  height: 20vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  cursor: none;
}

@media print, screen and (min-width: 48em) {
  .ticker {
    margin: 160px 0;
  }
}
.ticker .inner {
  position: absolute;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 20vh;
  cursor: none;
}

.ticker .text {
  color: #00230f;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: normal;
  letter-spacing: 1.25px;
  color: #00230f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 48em) {
  .ticker .text {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 100px;
    line-height: 6.25rem;
  }
}
.two-columns-block-container {
  padding: 40px 0.625rem 0;
}

.two-columns-block-container .h2 {
  font-family: "Editorial Recreation", serif;
  font-weight: bold;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 48px;
  line-height: 3rem;
}

.two-columns-block-container p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 23px;
  line-height: 1.4375rem;
}

.two-columns-block-container .flex-medium-order-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}

.two-columns-block-container .flex-medium-order-1.no-img {
  display: none;
}

.two-columns-block-container img {
  border-radius: 20px;
}

.two-columns-block-container img.img-1 {
  width: 80%;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.two-columns-block-container img.img-2 {
  width: 60%;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  margin-left: 27.5%;
  margin-top: -12px;
}

.two-columns-block-container figure.quote-container {
  border-top: 1px solid #00230f;
  border-bottom: 1px solid #00230f;
  text-align: right;
  width: 100%;
  margin: 0 0 45px;
  padding: 40px 0;
}

.two-columns-block-container figure.quote-container:last-child {
  border-top: 0;
}

.two-columns-block-container figure.quote-container:first-child {
  border-top: 1px solid #00230f;
}

.two-columns-block-container figure.quote-container ~ .img-1 {
  margin-top: 64px;
}

.two-columns-block-container figure.quote-container blockquote.quote {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: "Marelle", sans-serif;
  margin: 0;
  width: 100%;
}

.two-columns-block-container .flex-medium-order-2 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.two-columns-block-container ol li {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 23px;
  line-height: 1.4375rem;
}

@media print, screen and (min-width: 48em) {
  .two-columns-block-container {
    padding: 88px 0.625rem;
  }
  .two-columns-block-container .h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 54px;
    line-height: 3.375rem;
    margin-bottom: 52px;
  }
  .two-columns-block-container figure.quote-container {
    width: calc(100% - 64px);
    margin: 0;
  }
  .two-columns-block-container .flex-medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .two-columns-block-container .flex-medium-order-1.no-img {
    display: block;
    min-height: auto;
  }
  .two-columns-block-container .flex-medium-order-2 {
    padding: 20px 0 0 30px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
h2 {
  color: #00230f;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 70px;
  line-height: 4.375rem;
  letter-spacing: 0.75px;
  font-weight: normal;
}

.vimeo-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}

.vimeo-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.work-with-us .grid-x {
  padding: 56px 35px;
  border-top: 1px solid #00230f;
  border-bottom: 1px solid #00230f;
}

.work-with-us h2 {
  color: #00230f;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 45px;
  line-height: 2.8125rem;
  letter-spacing: 0.75px;
  font-weight: normal;
}

@media print, screen and (min-width: 48em) {
  .work-with-us h2 {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 70px;
    line-height: 4.375rem;
  }
}
.work-with-us ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 0;
  margin: 0;
}

.work-with-us ul li {
  margin: 0 21px;
  list-style: none;
}

.work-with-us ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 134px;
  height: 76px;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 54px;
  line-height: 3.375rem;
  font-family: "Marelle", sans-serif;
  color: #00230f;
}

.work-with-us ul li a:hover {
  background: url("../fonts/icons/svg/originals/selected.svg") top left no-repeat;
}

.work-with-us ul li:first-child {
  margin-left: 0;
}

.work-with-us ul li:last-child {
  margin-right: 0;
}

.work-with-us.is-active .grid-x {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.work-with-us.is-active h2 {
  color: #fff;
}

.work-with-us.is-active ul li a {
  color: #fff;
}

.color-list li::marker {
  color: #0c0;
}

@media screen and (max-width: 768px) {
  .paddint-top-10 {
    padding-top: 10px;
  }
  .padding-bottom-10 {
    padding-bottom: 10px;
  }
}