@font-face {
  font-family: "Fellix";
  src: url("../fonts/Fellix-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fellix";
  src: url("../fonts/Fellix-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fellix";
  src: url("../fonts/Fellix-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fellix";
  src: url("../fonts/Fellix-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Parabole";
  src: url("../fonts/Parabole.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

button {
  padding: 0;
  -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;
  -webkit-overflow-scrolling: touch;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 3.75rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 3.75rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 3.75rem);
  }
}
.accordion {
  margin-left: 0;
  background: transparent;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

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

.accordion-title {
  position: relative;
  display: block;
  padding: 0;
  border: none;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: none;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: transparent;
}

.accordion-content {
  display: none;
  padding: 0;
  border: none;
  border-bottom: 0;
  background-color: transparent;
  color: #000;
}
:last-child > .accordion-content:last-child {
  border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
.top-bar {
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.top-bar,
.top-bar ul {
  background-color: transparent;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}

.top-bar {
  flex-wrap: wrap;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-xlarge {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

@media screen and (max-width: 39.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;
  }
}

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

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

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

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

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

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

.parabole {
  font-family: "Parabole", sans-serif;
}

.btn {
  --sidepadding: 20px;
  display: inline-flex;
  padding: 10px var(--sidepadding);
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  border: 1px solid;
  transition: all 250ms;
}
.btn.respond-to-header {
  background: var(--header-color);
  color: var(--header-bgcolor);
  border-color: var(--header-color);
}
.btn.respond-to-header:hover {
  background: transparent;
  color: var(--header-color);
  border-color: var(--header-color);
}
.btn.black {
  background: var(--black);
  color: var(--bk);
  border-color: var(--black);
}
.btn.black:hover {
  background: transparent;
  color: var(--black);
}
.btn.white {
  background: var(--blanc);
  color: var(--gris-fonce);
  border-color: var(--gris-fonce);
}
.btn.white:hover {
  background: transparent;
  color: var(--blanc);
  border-color: var(--blanc);
}
.btn.underline-black {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  color: var(--black);
}
.btn.underline-black:hover {
  border-color: transparent;
}
.btn.order {
  background: var(--header-color);
  color: var(--header-color-hover);
  border-color: var(--header-color-hover);
  position: relative;
}
.btn.order:hover {
  background: transparent;
  color: var(--header-color);
  border-color: var(--header-color);
  padding-left: calc(var(--sidepadding) * 2.25);
  font-weight: 700;
}
.btn.order:hover i {
  opacity: 1;
}
.btn.order i {
  position: absolute;
  opacity: 0;
  left: var(--sidepadding);
  top: 50%;
  transform: translateY(-50%);
  display: block;
  transition: opacity 250ms;
}
.btn.order i svg {
  display: block;
}
.btn.order i svg path {
  fill: var(--header-color);
}
.btn.order.black {
  background: var(--black);
  color: var(--bk);
  border-color: var(--black);
}
.btn.order.black i {
  opacity: 1;
  position: static;
  transform: none;
}
.btn.order.black i svg path {
  fill: var(--bk);
  transition: fill 250ms;
}
.btn.order.black span {
  transition: color 250ms;
}
.btn.order.black:hover {
  background: transparent;
  color: var(--black);
  border-color: var(--black);
  padding-left: var(--sidepadding);
}
.btn.order.black:hover span {
  color: var(--black);
}
.btn.order.black:hover i svg path {
  fill: var(--black);
}
.btn.order.i-only {
  background-color: transparent;
  border-color: transparent;
  padding-left: 0;
}
.btn.order.i-only span {
  opacity: 0;
}
.btn.order.i-only i {
  opacity: 1;
  left: 0;
}
.btn.order.i-only i svg path {
  fill: var(--black);
}
.btn.order.i-only:hover {
  padding-left: calc(var(--sidepadding) * 1.5);
}
.btn.order.i-only:hover span {
  opacity: 1;
}

#footer .sub-footer .big-title div, #page-header .wrap h1:not(.bigtext-el) span {
  font-size: clamp(var(--min-font-size), var(--ratio), var(--max-font-size));
}

.pop .pop_wrap .pop_data .accordion > li .fw-300.accordion-content, .single-work .page-work .work-content .col3 .fw-300.long_desc, .page-works .grid__item-caption .fw-300.desc, .series-list .serie .col3 .fw-300.subtitle, .series-list .serie .col3 .fw-300.date, .tax-serie .page-serie .serie-content .col3 .fw-300.date,
.tax-serie .page-serie .serie-content .col3 .fw-300.long_desc, .home-sections .section7 .fw-300.description, .home-sections .section6 .sub1 .fw-300.description, .home-sections .section4 .serie .col2 .bottom .fw-300.short_desc,
.home-sections .sectionBlocks .serie .col2 .bottom .fw-300.short_desc, .home-sections .section4 .serie .col2 .bottom .fw-300.date,
.home-sections .sectionBlocks .serie .col2 .bottom .fw-300.date, .home-sections .first .secondact .fw-300.desc {
  font-weight: 300;
}
.pop .pop_wrap .pop_data .accordion > li .fw-400.accordion-content, .single-work .page-work .work-content .col3 .fw-400.long_desc, .page-works .grid__item-caption .fw-400.desc, .series-list .serie .col3 .fw-400.subtitle, .series-list .serie .col3 .fw-400.date, .tax-serie .page-serie .serie-content .col3 .fw-400.date,
.tax-serie .page-serie .serie-content .col3 .fw-400.long_desc, .home-sections .section7 .fw-400.description, .home-sections .section6 .sub1 .fw-400.description, .home-sections .section4 .serie .col2 .bottom .fw-400.short_desc,
.home-sections .sectionBlocks .serie .col2 .bottom .fw-400.short_desc, .home-sections .section4 .serie .col2 .bottom .fw-400.date,
.home-sections .sectionBlocks .serie .col2 .bottom .fw-400.date, .home-sections .first .secondact .fw-400.desc {
  font-weight: 400;
}
.pop .pop_wrap .pop_data .accordion > li .fw-500.accordion-content, .single-work .page-work .work-content .col3 .fw-500.long_desc, .page-works .grid__item-caption .fw-500.desc, .series-list .serie .col3 .fw-500.subtitle, .series-list .serie .col3 .fw-500.date, .tax-serie .page-serie .serie-content .col3 .fw-500.date,
.tax-serie .page-serie .serie-content .col3 .fw-500.long_desc, .home-sections .section7 .fw-500.description, .home-sections .section6 .sub1 .fw-500.description, .home-sections .section4 .serie .col2 .bottom .fw-500.short_desc,
.home-sections .sectionBlocks .serie .col2 .bottom .fw-500.short_desc, .home-sections .section4 .serie .col2 .bottom .fw-500.date,
.home-sections .sectionBlocks .serie .col2 .bottom .fw-500.date, .home-sections .first .secondact .fw-500.desc {
  font-weight: 500;
}
.pop .pop_wrap .pop_data .accordion > li .fw-600.accordion-content, .single-work .page-work .work-content .col3 .fw-600.long_desc, .page-works .grid__item-caption .fw-600.desc, .series-list .serie .col3 .fw-600.subtitle, .series-list .serie .col3 .fw-600.date, .tax-serie .page-serie .serie-content .col3 .fw-600.date,
.tax-serie .page-serie .serie-content .col3 .fw-600.long_desc, .home-sections .section7 .fw-600.description, .home-sections .section6 .sub1 .fw-600.description, .home-sections .section4 .serie .col2 .bottom .fw-600.short_desc,
.home-sections .sectionBlocks .serie .col2 .bottom .fw-600.short_desc, .home-sections .section4 .serie .col2 .bottom .fw-600.date,
.home-sections .sectionBlocks .serie .col2 .bottom .fw-600.date, .home-sections .first .secondact .fw-600.desc {
  font-weight: 600;
}
.pop .pop_wrap .pop_data .accordion > li .fw-700.accordion-content, .single-work .page-work .work-content .col3 .fw-700.long_desc, .page-works .grid__item-caption .fw-700.desc, .series-list .serie .col3 .fw-700.subtitle, .series-list .serie .col3 .fw-700.date, .tax-serie .page-serie .serie-content .col3 .fw-700.date,
.tax-serie .page-serie .serie-content .col3 .fw-700.long_desc, .home-sections .section7 .fw-700.description, .home-sections .section6 .sub1 .fw-700.description, .home-sections .section4 .serie .col2 .bottom .fw-700.short_desc,
.home-sections .sectionBlocks .serie .col2 .bottom .fw-700.short_desc, .home-sections .section4 .serie .col2 .bottom .fw-700.date,
.home-sections .sectionBlocks .serie .col2 .bottom .fw-700.date, .home-sections .first .secondact .fw-700.desc {
  font-weight: 700;
}

.pop .pop_wrap .pop_data .accordion > li .accordion-content, .single-work .page-work .work-content .col3 .long_desc, .page-works .grid__item-caption .desc, .series-list .serie .col3 .subtitle, .series-list .serie .col3 .date, .tax-serie .page-serie .serie-content .col3 .date,
.tax-serie .page-serie .serie-content .col3 .long_desc, .home-sections .section7 .description, .home-sections .section6 .sub1 .description, .home-sections .section4 .serie .col2 .bottom .short_desc,
.home-sections .sectionBlocks .serie .col2 .bottom .short_desc, .home-sections .section4 .serie .col2 .bottom .date,
.home-sections .sectionBlocks .serie .col2 .bottom .date, .home-sections .first .secondact .desc {
  font-size: clamp(15px, 0.9259259259vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.54px;
}
.pop .pop_wrap .pop_data .accordion > li .medium.accordion-content, .single-work .page-work .work-content .col3 .medium.long_desc, .page-works .grid__item-caption .medium.desc, .series-list .serie .col3 .medium.subtitle, .series-list .serie .col3 .medium.date, .tax-serie .page-serie .serie-content .col3 .medium.date,
.tax-serie .page-serie .serie-content .col3 .medium.long_desc, .home-sections .section7 .medium.description, .home-sections .section6 .sub1 .medium.description, .home-sections .section4 .serie .col2 .bottom .medium.short_desc,
.home-sections .sectionBlocks .serie .col2 .bottom .medium.short_desc, .home-sections .section4 .serie .col2 .bottom .medium.date,
.home-sections .sectionBlocks .serie .col2 .bottom .medium.date, .home-sections .first .secondact .medium.desc {
  font-size: clamp(17px, 1.0416666667vw, 18px);
}
.pop .pop_wrap .pop_data .accordion > li .no-ls.accordion-content, .single-work .page-work .work-content .col3 .no-ls.long_desc, .page-works .grid__item-caption .no-ls.desc, .series-list .serie .col3 .no-ls.subtitle, .series-list .serie .col3 .no-ls.date, .tax-serie .page-serie .serie-content .col3 .no-ls.date,
.tax-serie .page-serie .serie-content .col3 .no-ls.long_desc, .home-sections .section7 .no-ls.description, .home-sections .section6 .sub1 .no-ls.description, .home-sections .section4 .serie .col2 .bottom .no-ls.short_desc,
.home-sections .sectionBlocks .serie .col2 .bottom .no-ls.short_desc, .home-sections .section4 .serie .col2 .bottom .no-ls.date,
.home-sections .sectionBlocks .serie .col2 .bottom .no-ls.date, .home-sections .first .secondact .no-ls.desc {
  letter-spacing: 0;
}
.pop .pop_wrap .pop_data .accordion > li .accordion-content p, .single-work .page-work .work-content .col3 .long_desc p, .page-works .grid__item-caption .desc p, .series-list .serie .col3 .subtitle p, .series-list .serie .col3 .date p, .tax-serie .page-serie .serie-content .col3 .date p,
.tax-serie .page-serie .serie-content .col3 .long_desc p, .home-sections .section7 .description p, .home-sections .section6 .sub1 .description p, .home-sections .section4 .serie .col2 .bottom .short_desc p,
.home-sections .sectionBlocks .serie .col2 .bottom .short_desc p, .home-sections .section4 .serie .col2 .bottom .date p,
.home-sections .sectionBlocks .serie .col2 .bottom .date p, .home-sections .first .secondact .desc p {
  line-height: inherit;
}
.pop .pop_wrap .pop_data .accordion > li .accordion-content p:last-child, .single-work .page-work .work-content .col3 .long_desc p:last-child, .page-works .grid__item-caption .desc p:last-child, .series-list .serie .col3 .subtitle p:last-child, .series-list .serie .col3 .date p:last-child, .tax-serie .page-serie .serie-content .col3 .date p:last-child,
.tax-serie .page-serie .serie-content .col3 .long_desc p:last-child, .home-sections .section7 .description p:last-child, .home-sections .section6 .sub1 .description p:last-child, .home-sections .section4 .serie .col2 .bottom .short_desc p:last-child,
.home-sections .sectionBlocks .serie .col2 .bottom .short_desc p:last-child, .home-sections .section4 .serie .col2 .bottom .date p:last-child,
.home-sections .sectionBlocks .serie .col2 .bottom .date p:last-child, .home-sections .first .secondact .desc p:last-child {
  margin-bottom: 0;
}
.pop .pop_wrap .pop_data .accordion > li .accordion-content p:only-child, .single-work .page-work .work-content .col3 .long_desc p:only-child, .page-works .grid__item-caption .desc p:only-child, .series-list .serie .col3 .subtitle p:only-child, .series-list .serie .col3 .date p:only-child, .tax-serie .page-serie .serie-content .col3 .date p:only-child,
.tax-serie .page-serie .serie-content .col3 .long_desc p:only-child, .home-sections .section7 .description p:only-child, .home-sections .section6 .sub1 .description p:only-child, .home-sections .section4 .serie .col2 .bottom .short_desc p:only-child,
.home-sections .sectionBlocks .serie .col2 .bottom .short_desc p:only-child, .home-sections .section4 .serie .col2 .bottom .date p:only-child,
.home-sections .sectionBlocks .serie .col2 .bottom .date p:only-child, .home-sections .first .secondact .desc p:only-child {
  margin: 0;
}

.single-work .page-work, .tax-serie .page-serie {
  padding: var(--padding);
  display: flex;
  flex-direction: column;
  gap: var(--padding) 10px;
  min-height: 100dvh;
}
.single-work .page-work .wrap-all, .tax-serie .page-serie .wrap-all {
  gap: var(--padding) 10px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: auto 0;
}

.single-work .page-work .work-header, .tax-serie .page-serie .serie-header {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 35px;
}
.single-work .page-work .work-header .actions, .tax-serie .page-serie .serie-header .actions {
  display: flex;
  gap: 30px;
  align-items: center;
}
.single-work .page-work .work-header .actions .style .switch, .tax-serie .page-serie .serie-header .actions .style .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 25px;
  background-color: var(--gris-fonce);
  border-radius: 22px;
  border: 1px solid var(--blanc);
  transition: all 0.3s;
  cursor: pointer;
}
.single-work .page-work .work-header .actions .style .switch::after, .tax-serie .page-serie .serie-header .actions .style .switch::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 17px;
  background-color: var(--blanc);
  top: 3px;
  left: 2px;
  transition: all 0.3s;
  z-index: 1;
}
.single-work .page-work .work-header .actions .style input[type=checkbox]:checked + .switch::after, .tax-serie .page-serie .serie-header .actions .style input[type=checkbox]:checked + .switch::after {
  transform: translateX(25px);
}
.single-work .page-work .work-header .actions .style .offscreen, .tax-serie .page-serie .serie-header .actions .style .offscreen {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  visibility: hidden;
}
.single-work .page-work .work-header .actions .style .mover, .tax-serie .page-serie .serie-header .actions .style .mover {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 5px 0 4px;
  align-items: center;
  justify-content: space-between;
}
.single-work .page-work .work-header .actions .style .mover i, .tax-serie .page-serie .serie-header .actions .style .mover i,
.single-work .page-work .work-header .actions .style .mover svg,
.tax-serie .page-serie .serie-header .actions .style .mover svg {
  display: block;
}
.single-work .page-work .work-header .actions .backto a, .tax-serie .page-serie .serie-header .actions .backto a {
  display: inline-flex;
  width: 35px;
  height: 35px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--header-color);
  background-color: transparent;
  transition: background 250ms;
}
.single-work .page-work .work-header .actions .backto a svg, .tax-serie .page-serie .serie-header .actions .backto a svg {
  display: block;
}
.single-work .page-work .work-header .actions .backto a svg path, .tax-serie .page-serie .serie-header .actions .backto a svg path {
  fill: var(--header-color);
  transition: fill 250ms;
}
.single-work .page-work .work-header .actions .backto a:hover, .tax-serie .page-serie .serie-header .actions .backto a:hover {
  background-color: var(--header-color);
}
.single-work .page-work .work-header .actions .backto a:hover svg path, .tax-serie .page-serie .serie-header .actions .backto a:hover svg path {
  fill: var(--header-color-hover);
}

@keyframes loadMoreSvg {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --app-height: 100vh; /* fallback */
  --header-height: 100px; /* approximate header height */
  /* COLORS */
  --black: #000000;
  --bk: #d2d2d2;
  --blanc: #ffffff;
  --gris-fonce: #1e1e1e;
  --beige: #f4f0ec;
  --bleu-pale: #edeff1;
  --bk2: #d9d9d9;
  --border-color: var(--gris-fonce);
  /* Header */
  --header-color: var(--black);
  --header-color-hover: var(--blanc);
  --header-bgcolor: var(--blanc);
  --filterblack: 0;
  --fluentform-danger: red !important;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--blanc);
}
body.pop-open {
  overflow: hidden;
}
body .content {
  background-color: var(--blanc);
}
body.home {
  background-color: var(--bk);
  --header-bgcolor: var(--bk2);
  --header-color: var(--black);
  --header-color-hover: var(--black);
  --border-color: var(--black);
}
body.home .content {
  background-color: var(--bk);
}
body.page-template-template-series {
  background-color: var(--blanc);
}
body.page-template-template-series .content {
  background-color: var(--blanc);
}
body.page-template-template-works, body.tax-serie, body.single-work {
  background-color: var(--gris-fonce);
  --header-bgcolor: var(--gris-fonce);
  --header-color: var(--blanc);
  --header-color-hover: var(--black);
  --border-color: var(--blanc);
  --filterblack: 1;
}
body.page-template-template-works .content, body.tax-serie .content, body.single-work .content {
  background-color: var(--gris-fonce);
}
body.tax-serie, body.single-work {
  transition: background 250ms;
}
body.tax-serie .content, body.single-work .content {
  transition: background 250ms;
}
body.tax-serie.light, body.single-work.light {
  background-color: var(--blanc);
  --header-color: var(--black);
  --header-color-hover: var(--blanc);
  --header-bgcolor: var(--blanc);
  --border-color: var(--blanc);
  transition: background 250ms;
}
body.tax-serie.light .content, body.single-work.light .content {
  background-color: var(--blanc);
  transition: background 250ms;
}
body .off-canvas-wrapper {
  overflow: visible;
}
body .content {
  position: relative;
  z-index: 2;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft,
.entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.entry-content .alignright,
.entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.entry-content .aligncenter,
.entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

#header {
  background-color: var(--header-bgcolor);
  border-bottom: 1px solid var(--header-color);
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 40em) {
  #header {
    padding: 0 clamp(30px, 2.8935185185vw, 50px);
  }
}
#header .top-bar {
  align-items: stretch;
  flex-wrap: nowrap;
}
#header .top-bar .top-bar-left {
  display: flex;
  align-items: center;
  gap: clamp(20px, 4.6296296296vw, 80px);
  padding: 20px 20px 20px 0;
  border-right: 1px solid var(--header-color);
  max-width: 108px;
  min-width: 108px;
}
@media print, screen and (min-width: 40em) {
  #header .top-bar .top-bar-left {
    max-width: 40%;
    min-width: 40%;
    padding: 30px 0;
  }
}
@media screen and (min-width: 75em) {
  #header .top-bar .top-bar-left {
    max-width: 50%;
    min-width: 50%;
  }
}
#header .top-bar .top-bar-left .logo_wrap a {
  text-decoration: none;
  color: var(--header-color);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.14px;
}
@media print, screen and (min-width: 40em) {
  #header .top-bar .top-bar-left .logo_wrap a {
    font-size: 38px;
  }
}
#header .top-bar .top-bar-left .logo_wrap a .logo {
  display: inline-flex;
  align-items: center;
  width: 88px;
}
@media print, screen and (min-width: 40em) {
  #header .top-bar .top-bar-left .logo_wrap a .logo {
    width: 121px;
  }
}
#header .top-bar .top-bar-left .logo_wrap a .logo span {
  transition-property: max-width;
  transition-duration: 1ms;
}
#header .top-bar .top-bar-left .logo_wrap a .logo span:nth-child(2) {
  max-width: 0;
  overflow: hidden;
}
@starting-style {
  #header .top-bar .top-bar-left .logo_wrap a .logo span:nth-child(2) {
    max-width: 0;
    overflow: hidden;
  }
}
#header .top-bar .top-bar-left .logo_wrap a .logo span:nth-child(3) {
  max-width: 0;
  overflow: hidden;
  transition-delay: 0.15s;
}
@starting-style {
  #header .top-bar .top-bar-left .logo_wrap a .logo span:nth-child(3) {
    max-width: 0;
    overflow: hidden;
  }
}
#header .top-bar .top-bar-left .logo_wrap a .logo:hover span:nth-child(2) {
  max-width: 50px;
  transition-delay: 0.15s;
}
#header .top-bar .top-bar-left .logo_wrap a .logo:hover span:nth-child(3) {
  transition-delay: 0s;
  max-width: 50px;
}
#header .top-bar .top-bar-left .subtitle {
  color: var(--header-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.42px;
}
#header .top-bar .top-bar-right-before {
  padding: 20px clamp(20px, 3.4722222222vw, 60px);
  border-right: 1px solid var(--header-color);
  color: var(--header-color);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: clamp(180px, 18.8078703704vw, 325px);
}
@media print, screen and (min-width: 40em) {
  #header .top-bar .top-bar-right-before {
    padding: 30px clamp(20px, 3.4722222222vw, 60px);
  }
}
@media print, screen and (min-width: 64em) {
  #header .top-bar .top-bar-right-before {
    min-width: 30%;
  }
}
@media screen and (min-width: 75em) {
  #header .top-bar .top-bar-right-before {
    font-size: 14px;
    min-width: clamp(180px, 18.8078703704vw, 325px);
  }
}
#header .top-bar .top-bar-right-before .line {
  display: flex;
  align-items: center;
  gap: 10px;
}
#header .top-bar .top-bar-right-before .line .linkto {
  display: flex;
  gap: 10px;
  align-items: center;
}
#header .top-bar .top-bar-right-before .line .linkto a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
#header .top-bar .top-bar-right-before .line .linkto a:hover:not(.is_active) {
  text-decoration: underline;
}
#header .top-bar .top-bar-right-before .line .linkto a.is_active {
  font-style: italic;
  font-weight: 700;
}
#header .top-bar .top-bar-right-before .line .linkto a.is_active::before {
  content: "";
  width: 11px;
  height: 1px;
  background-color: var(--header-color);
}
#header .top-bar .top-bar-right {
  width: 100%;
  padding: 0 0 0 clamp(20px, 3.4722222222vw, 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media print, screen and (max-width: 39.99875em) {
  #header .top-bar .top-bar-right {
    justify-content: center;
    width: auto;
    flex-shrink: 1;
  }
}
#header .top-bar .top-bar-right .menu-icon::after {
  background: var(--header-color);
  box-shadow: 0 7px 0 var(--header-color), 0 14px 0 var(--header-color);
}
#header .top-bar .top-bar-right ul {
  gap: 5px;
}
@media screen and (min-width: 75em) {
  #header .top-bar .top-bar-right ul {
    gap: 0;
  }
}
#header .top-bar .top-bar-right ul li a {
  padding: 0;
  color: var(--header-color);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 75em) {
  #header .top-bar .top-bar-right ul li a {
    font-size: 14px;
  }
}
#header .top-bar .top-bar-right ul li a.pop-link-active {
  font-style: italic;
  font-weight: 700;
  translate: -20px 0;
}
#header .top-bar .top-bar-right ul li a.pop-link-active::before {
  width: 11px;
  height: 1px;
  background-color: var(--header-color);
  display: block;
  content: "";
}
#header .top-bar .top-bar-right ul li a:hover:not(.pop-link-active) {
  text-decoration: underline;
}
#header .top-bar .top-bar-right ul li.active a {
  background: transparent;
}

#off-canvas {
  background-color: var(--header-bgcolor);
  color: var(--header-color);
  padding: 30px 20px;
}
#off-canvas .logo {
  text-decoration: none;
  color: var(--header-color);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.14px;
}
#off-canvas ul {
  margin: 40px 0;
  gap: 20px;
}
#off-canvas ul li a {
  padding: 0;
  color: var(--header-color);
}
#off-canvas ul li.active a {
  background: transparent;
  font-weight: 500;
}

#page-header {
  padding-top: clamp(50px, 4.3402777778vw, 75px);
  padding-bottom: clamp(35px, 3.4722222222vw, 60px);
}
#page-header .wrap {
  position: relative;
}
#page-header .wrap .clockWrap {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--header-color);
  font-size: clamp(13px, 0.8101851852vw, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap: clamp(4px, 0.462962963vw, 8px);
  text-shadow: 1px 1px 5px var(--header-bgcolor);
}
@media print, screen and (max-width: 39.99875em) {
  #page-header .wrap .clockWrap {
    flex-direction: row;
    gap: 15px;
    translate: 0 calc(clamp(50px, 4.3402777778vw, 75px) / 1.5 * -1);
  }
}
#page-header .wrap .clockWrap span {
  font-weight: 600;
}
#page-header .wrap .clockWrap .clock {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (max-width: 39.99875em) {
  #page-header .wrap .clockWrap .clock {
    gap: 10px;
  }
  #page-header .wrap .clockWrap .clock::after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: var(--header-color);
  }
  #page-header .wrap .clockWrap .clock:last-child::after {
    display: none;
  }
}
#page-header .wrap h1 {
  margin: 0;
  leading-trim: both;
  text-edge: cap;
  font-style: normal;
  font-weight: 400;
  line-height: 0.75;
  color: var(--header-color);
  width: 100%;
  display: block;
}
#page-header .wrap h1 span {
  display: block;
  letter-spacing: clamp(-8px, -0.462962963vw, -15px);
}
#page-header .wrap h1.bigtext-el {
  opacity: 0;
}
#page-header .wrap h1.bigtext-el.bigtext {
  opacity: 1;
}
#page-header .wrap h1:not(.bigtext-el):has(:not(:only-child)) {
  display: grid;
  grid-template-rows: auto auto;
  line-height: 0.65;
}
#page-header .wrap h1:not(.bigtext-el) span {
  --min-font-size: 40px;
  --max-font-size: 320px;
  --ratio: 22cqi;
  text-transform: uppercase;
}
#page-header .wrap h1:not(.bigtext-el) span:only-child {
  --min-font-size: 70px;
  --max-font-size: 575px;
  --ratio: 39cqi;
  text-transform: none;
  letter-spacing: clamp(-16px, -0.9259259259vw, -28.7px);
}
#page-header .wrap h1:not(.bigtext-el) span:first-child:not(:only-child) {
  --min-font-size: 40px;
  --max-font-size: 200px;
  --ratio: 13cqi;
  letter-spacing: clamp(-4px, -0.2314814815vw, -10px);
  text-transform: uppercase;
}
#page-header .wrap h1:not(.bigtext-el) span:nth-child(2) {
  text-align: right;
  letter-spacing: clamp(-5px, -0.2893518519vw, -12.9px);
}

.home-sections {
  min-height: calc(100dvh - var(--header-height));
  overflow: hidden;
}
.home-sections .animFade,
.home-sections .animFadeOtherBottom,
.home-sections .animFadeOther {
  opacity: 0;
}
.home-sections .first {
  padding: 0 clamp(30px, 2.8935185185vw, 50px);
  position: relative;
  margin-top: 0;
}
.home-sections .first .bigtitles {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  justify-content: space-between;
  width: 100%;
}
.home-sections .first .bigtitles.done {
  pointer-events: none;
}
.home-sections .first .bigtitles.top {
  z-index: 3;
}
.home-sections .first .bigtitles .title {
  font-size: clamp(100px, 34.7222222222vw, 600px);
  line-height: 0.75;
  opacity: 0;
  transition: opacity 500ms;
}
.home-sections .first .bigtitles .title.bigtext {
  opacity: 1;
}
.home-sections .first .bigtitles .title span {
  display: block;
  line-height: 0.75;
}
@media print, screen and (max-width: 39.99875em) {
  .home-sections .first .bigtitles .title span {
    font-size: 32cqi !important;
  }
}
.home-sections .first .bigtitles .title.other {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--bk);
}
@media print, screen and (max-width: 39.99875em) {
  .home-sections .first .bigtitles .title.other {
    -webkit-text-stroke-width: 1px;
  }
}
.home-sections .first .bigtitles .part2 {
  position: relative;
}
.home-sections .first .bigtitles .part2 .scramble {
  position: absolute;
  top: 50%;
  text-align: right;
  width: 100%;
  translate: 0 -50%;
  right: clamp(20px, 2.8935185185vw, 50px);
}
@media print, screen and (max-width: 39.99875em) {
  .home-sections .first .bigtitles .part2 .scramble {
    padding-right: 0;
  }
}
@media screen and (min-width: 75em) {
  .home-sections .first .bigtitles .part2 .scramble {
    max-width: 290px;
    text-align: left;
  }
}
.home-sections .first .scramble {
  visibility: hidden;
  color: var(--black);
  font-size: clamp(16px, 1.0416666667vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
  padding: 0 clamp(20px, 2.8935185185vw, 50px);
}
@media print, screen and (min-width: 40em) {
  .home-sections .first .scramble {
    max-width: calc(30vw - 30px);
  }
}
@media screen and (min-width: 75em) {
  .home-sections .first .scramble {
    max-width: calc(26vw - 30px);
  }
}
.home-sections .first .scramble.scramble1 {
  margin-top: 10dvh;
}
.home-sections .first .secondact {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  opacity: 0;
  translate: 0 100%;
  padding-bottom: 25px;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
  .home-sections .first .secondact {
    flex-wrap: nowrap;
    gap: 30px;
    padding-bottom: 100px;
  }
}
.home-sections .first .secondact.step2 .desc {
  display: block;
}
.home-sections .first .secondact .animgallery {
  aspect-ratio: 0.8;
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .home-sections .first .secondact .animgallery {
    max-width: 40vw;
    min-width: 300px;
  }
}
@media screen and (min-width: 75em) {
  .home-sections .first .secondact .animgallery {
    max-width: 48vw;
  }
}
.home-sections .first .secondact .animgallery img {
  aspect-ratio: 0.8;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.home-sections .first .secondact .animgallery img:first-child {
  opacity: 1;
}
.home-sections .first .secondact .desc {
  opacity: 0;
  pointer-events: none;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .home-sections .first .secondact .desc {
    display: none;
    max-width: 290px;
    width: calc(64vw - 10px - clamp(30px, 2.8935185185vw, 50px) / 2);
  }
}
.home-sections .first .secondact .desc.desc1 {
  align-self: center;
  translate: 0 -50px;
  font-weight: 500;
  font-size: clamp(18px, 1.5046296296vw, 26px);
  margin-right: auto;
}
.home-sections .first .secondact .desc.desc2 {
  align-self: flex-end;
  translate: 0 50px;
  font-weight: 500;
  margin-left: auto;
}
.home-sections .first .secondact .desc.desc2 strong {
  font-weight: 600;
}
.home-sections .second {
  opacity: 0;
  width: 100%;
  margin: 0 auto;
  scale: 0.75;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  max-height: calc(100dvh - var(--header-height));
}
@media print, screen and (min-width: 40em) {
  .home-sections .second {
    border-radius: 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .home-sections .second {
    border-radius: 70px;
  }
}
.home-sections .second::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
}
.home-sections .second video {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-sections .second .content_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
  z-index: 3;
  padding: clamp(20px, 2.8935185185vw, 50px);
}
.home-sections .second .content_in .line {
  opacity: 0;
}
.home-sections .second .content_in .line .parabole {
  color: var(--bk);
  font-style: normal;
  font-weight: 400;
  line-height: 0.75;
}
.home-sections .second .content_in .line.line1 {
  translate: 100px 0;
}
.home-sections .second .content_in .line.line1 .title_1 {
  letter-spacing: clamp(-3px, 0.3472222222vw, -6px);
  font-size: clamp(100px, 14.4675925926vw, 250px);
}
@media print, screen and (max-width: 39.99875em) {
  .home-sections .second .content_in .line.line1 .title_1 span {
    font-size: 20cqi !important;
  }
}
.home-sections .second .content_in .line.line2 {
  display: flex;
  align-items: flex-end;
  gap: 25px;
  justify-content: flex-end;
  translate: -100px 0;
}
.home-sections .second .content_in .line.line2 .title_2 {
  flex-shrink: 0;
  flex-grow: 1;
}
@media print, screen and (max-width: 39.99875em) {
  .home-sections .second .content_in .line.line2 .title_2 span {
    font-size: 20cqi !important;
  }
}
.home-sections .second .content_in .line.line2 .description {
  border-radius: 26px;
  border: 1px solid var(--bk);
  max-width: 390px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: clamp(20px, 1.4467592593vw, 25px);
  color: var(--bk);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  flex-shrink: 0;
  letter-spacing: -0.48px;
}
.home-sections .second .content_in .line.line2 .description .icon {
  flex-shrink: 0;
  max-width: 80px;
}
.home-sections .second .content_in .line.line2 .description .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.home-sections .second .content_in .line.line2.active .title_2 {
  flex-grow: 0;
}
.home-sections .section3 {
  display: flex;
  overflow: hidden;
  padding: clamp(50px, 7.5231481481vw, 130px) 0;
}
.home-sections .section3 .scroll-text {
  display: flex;
  white-space: nowrap;
  will-change: transform;
  gap: 30px;
  white-space: nowrap;
  transform: translate(0, 0);
  color: var(--black);
  leading-trim: both;
  text-edge: cap;
  font-size: clamp(30px, 4.5138888889vw, 78px);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: clamp(-1px, 0.1157407407vw, -2px);
}
.home-sections .section-featured-work.section-featured-work-hidden {
  display: none !important;
}
.home-sections .section-featured-work {
  background-color: var(--black);
  padding: clamp(50px, 7.5231481481vw, 130px) 0;
}
.home-sections .section-featured-work .section-featured-work-title-row {
  margin-bottom: clamp(20px, 2.3148148148vw, 40px);
}
.home-sections .section-featured-work .section-featured-work-title {
  margin: 0;
  text-align: center;
  color: var(--bk);
  font-size: clamp(32px, 3.7037037037vw, 64px);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: clamp(0px, 0.0578703704vw, -1px);
}
.home-sections .section-featured-work .serie.image-right .col2 .titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(12px, 1.3888888889vw, 24px);
}
.home-sections .section-featured-work .serie.image-right .col2 .titles .parabole.work-title {
  color: var(--bk);
  max-width: none;
}
.home-sections .section-featured-work .serie.image-right .col2 .titles .subtitle {
  color: var(--bk);
}
.home-sections .section-featured-work .serie.image-right .col2 .bottom .short_desc {
  max-width: 100%;
  color: var(--bk);
}
@media print, screen and (min-width: 40em) {
  .home-sections .section-featured-work .serie.image-right .col2 .bottom .short_desc {
    max-width: 560px;
  }
}
@media print, screen and (min-width: 64em) {
  .home-sections .section-featured-work .serie.image-right .col2 .bottom .short_desc {
    max-width: 640px;
  }
}
.home-sections .section-featured-work .serie.image-right .col2 .buttons .btn.order.black {
  background: var(--bk);
  color: var(--black);
  border-color: var(--bk);
}
.home-sections .section-featured-work .serie.image-right .col2 .buttons .btn.order.black i svg path {
  fill: var(--black);
}
.home-sections .section-featured-work .serie.image-right .col2 .buttons .btn.order.black:hover {
  background: transparent;
  color: var(--blanc);
  border-color: var(--blanc);
}
.home-sections .section-featured-work .serie.image-right .col2 .buttons .btn.order.black:hover span {
  color: var(--blanc);
}
.home-sections .section-featured-work .serie.image-right .col2 .buttons .btn.order.black:hover i svg path {
  fill: var(--blanc);
}
.home-sections .section-featured-work .serie.image-right .col1 .image {
  padding: clamp(12px, 1.3888888889vw, 24px);
  border: 2px solid var(--blanc);
  display: block;
}
.home-sections .section-featured-work .serie.image-right .col1 .image a {
  display: block;
}
.home-sections .section-featured-work .serie.image-right .col1 .image img {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .home-sections .section-featured-work .serie.image-right .col1 {
    order: 2;
  }
  .home-sections .section-featured-work .serie.image-right .col1 img {
    margin-left: auto;
  }
}
@media print, screen and (min-width: 40em) {
  .home-sections .section-featured-work .serie.image-right .col2 {
    order: 1;
  }
}
.home-sections .section4:not(.section-featured-work) {
  padding: clamp(50px, 7.5231481481vw, 130px) 0;
}
.home-sections .section4,
.home-sections .sectionBlocks {
  display: flex;
  flex-direction: column;
  gap: clamp(60px, 12.7314814815vw, 220px);
}
.home-sections .section4 .grid-x,
.home-sections .sectionBlocks .grid-x {
  row-gap: 40px;
}
@media print, screen and (min-width: 40em) {
  .home-sections .section4 .serie:not(.smaller):nth-child(even) .col1,
  .home-sections .sectionBlocks .serie:not(.smaller):nth-child(even) .col1 {
    order: 2;
  }
  .home-sections .section4 .serie:not(.smaller):nth-child(even) .col1 img,
  .home-sections .sectionBlocks .serie:not(.smaller):nth-child(even) .col1 img {
    margin-left: auto;
  }
}
@media print, screen and (min-width: 40em) {
  .home-sections .section4 .serie:not(.smaller):nth-child(even) .col2,
  .home-sections .sectionBlocks .serie:not(.smaller):nth-child(even) .col2 {
    order: 1;
  }
}
.home-sections .section4 .serie .col1 img,
.home-sections .sectionBlocks .serie .col1 img {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 64em) {
  .home-sections .section4 .serie .col1 img,
  .home-sections .sectionBlocks .serie .col1 img {
    max-width: 655px;
  }
}
.home-sections .section4 .serie .col2,
.home-sections .sectionBlocks .serie .col2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.home-sections .section4 .serie .col2 .titles,
.home-sections .sectionBlocks .serie .col2 .titles {
  display: flex;
  gap: clamp(20px, 2.025462963vw, 35px);
  align-items: flex-end;
}
.home-sections .section4 .serie .col2 .titles .parabole,
.home-sections .sectionBlocks .serie .col2 .titles .parabole {
  word-break: break-word;
  max-width: 60%;
  color: var(--black);
  font-size: clamp(90px, 7.5231481481vw, 130px);
  font-style: normal;
  font-weight: 400;
  line-height: 0.75;
  text-transform: uppercase;
  letter-spacing: clamp(-2px, -0.1157407407vw, -4px);
}
@media print, screen and (max-width: 63.99875em) {
  .home-sections .section4 .serie .col2 .titles .parabole span,
  .home-sections .sectionBlocks .serie .col2 .titles .parabole span {
    font-size: 60px !important;
  }
}
@media print, screen and (min-width: 64em) {
  .home-sections .section4 .serie .col2 .titles .parabole,
  .home-sections .sectionBlocks .serie .col2 .titles .parabole {
    max-width: 380px;
  }
}
.home-sections .section4 .serie .col2 .titles .subtitle,
.home-sections .sectionBlocks .serie .col2 .titles .subtitle {
  color: var(--black);
  font-size: clamp(16px, 1.8518518519vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: clamp(0px, 0.0578703704vw, -1px);
}
.home-sections .section4 .serie .col2 .bottom,
.home-sections .sectionBlocks .serie .col2 .bottom {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.home-sections .section4 .serie .col2 .bottom .date,
.home-sections .sectionBlocks .serie .col2 .bottom .date {
  color: var(--black);
  letter-spacing: -0.48px;
}
.home-sections .section4 .serie .col2 .bottom .short_desc,
.home-sections .sectionBlocks .serie .col2 .bottom .short_desc {
  max-width: 380px;
  color: var(--black);
}
.home-sections .section4 .serie .col2 .buttons,
.home-sections .sectionBlocks .serie .col2 .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.home-sections .sectionBlocks {
  flex-direction: row;
  flex-wrap: wrap;
  padding: clamp(75px, 12.7314814815vw, 220px) 0 0 0;
}
.home-sections .sectionBlocks .grid-x {
  justify-content: center;
}
.home-sections .sectionBlocks .serie .col1 {
  margin-bottom: 30px;
}
.home-sections .sectionBlocks .serie .col1 img {
  aspect-ratio: 1.52;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-sections .sectionBlocks .serie .col2 .short_desc {
  max-width: none;
}
.home-sections .sectionBlocks .serie .col2 .titles {
  align-items: flex-start;
}
.home-sections .sectionBlocks .serie .col2 .titles .subtitle {
  font-size: clamp(18px, 1.2152777778vw, 21px);
}
.home-sections .section5 {
  padding-bottom: clamp(75px, 12.7314814815vw, 220px);
}
.home-sections .section6 {
  background-color: var(--bleu-pale);
  padding: clamp(100px, 9.837962963vw, 170px) 0;
  overflow: hidden;
  position: relative;
}
.home-sections .section6 .sub1 .description {
  font-weight: 500;
}
.home-sections .section6 .sub1 .title {
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.42px;
}
.home-sections .section6 .sub1 .col1 {
  margin-bottom: 30px;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .home-sections .section6 .sub1 .col1 {
    margin-bottom: 0;
    text-align: left;
  }
}
.home-sections .section6 .sub1 .col3 {
  margin-top: 30px;
}
@media print, screen and (min-width: 40em) {
  .home-sections .section6 .sub1 .col3 {
    margin-top: 0;
  }
}
.home-sections .section6 .sub1 .col1,
.home-sections .section6 .sub1 .col3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.home-sections .section6 .sub1 .col1 br,
.home-sections .section6 .sub1 .col3 br {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .home-sections .section6 .sub1 .col1 br,
  .home-sections .section6 .sub1 .col3 br {
    display: block;
  }
}
.home-sections .section6 .sub1 .col2 .image img {
  display: block;
  margin: 0 auto;
  max-width: 600px;
  height: auto;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-sections .section6 .sub1 .col2 .stuckTitleScale {
  pointer-events: none;
  position: relative;
  z-index: 2;
}
.home-sections .section6 .sub1 .col2 .stuckTitleScale .stuckTitle {
  color: var(--black);
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 0.75;
  letter-spacing: clamp(-9px, -0.5208333333vw, -3px);
  position: relative;
  scale: 1.2;
  translate: 0 -50%;
  max-width: 85vw;
  margin: 0 auto;
}
.home-sections .section6 .sub1 .col2 .inputAnim {
  position: relative;
  z-index: 4;
  --padding: 25px;
  --icon: 18px;
  --gap: 10px;
}
.home-sections .section6 .sub1 .col2 .inputAnim .inputItem {
  border-radius: 59px;
  max-width: 700px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--blanc);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  padding: 18px var(--padding);
  gap: var(--gap);
  pointer-events: none;
}
.home-sections .section6 .sub1 .col2 .inputAnim .inputItem .icon i,
.home-sections .section6 .sub1 .col2 .inputAnim .inputItem .icon svg {
  display: block;
}
.home-sections .section6 .sub1 .col2 .inputAnim .inputItem .inputPlaceholder {
  color: rgba(0, 0, 0, 0.31);
  font-size: clamp(14px, 0.9259259259vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.48px;
}
.home-sections .section6 .sub1 .col2 .inputAnim .inputItem .inputSentences {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: clamp(14px, 0.9259259259vw, 16px);
}
.home-sections .section6 .sub1 .col2 .inputAnim .inputItem .inputSentences > div {
  position: absolute;
  top: 50%;
  overflow: hidden;
  left: calc(var(--padding) + var(--gap) + var(--icon));
  width: calc(100% - var(--padding) - var(--padding) - var(--gap) - var(--icon));
  translate: 0 -50%;
  white-space: nowrap;
}
.home-sections .section6 .sub2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-top: clamp(80px, 7.5231481481vw, 130px);
  padding-bottom: clamp(80px, 7.5231481481vw, 130px);
}
.home-sections .section6 .sub2 .image img {
  display: block;
}
.home-sections .section6 .sub2 .image1,
.home-sections .section6 .sub2 .image2,
.home-sections .section6 .sub2 .image3 {
  position: relative;
  z-index: 3;
}
.home-sections .section6 .sub2 .image1 {
  margin-top: clamp(100px, 8.6805555556vw, 150px);
}
.home-sections .section6 .sub2 .image3 {
  margin-top: clamp(100px, 8.6805555556vw, 150px);
}
.home-sections .section6 .sub2 .image3 img {
  margin: 0 auto;
}
.home-sections .section6 .sub2 .image4 {
  position: relative;
  z-index: 1;
  margin-top: clamp(-150px, -8.6805555556vw, -100px);
}
.home-sections .section6 .sub2 .image4 img {
  margin-left: auto;
}
.home-sections .section6 .sub3 {
  position: relative;
  z-index: 4;
  background-color: var(--bleu-pale);
  padding-top: clamp(80px, 7.5231481481vw, 130px);
}
.home-sections .section7 {
  background-color: var(--blanc);
  padding: clamp(75px, 12.7314814815vw, 220px) 0;
}
.home-sections .section7.done .signatureWrap {
  opacity: 0.2;
  transition: opacity 250ms linear 0.2s;
  z-index: 2;
}
.home-sections .section7 .grid-x {
  row-gap: 40px;
}
.home-sections .section7 .grid-container {
  position: relative;
}
.home-sections .section7 .title {
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.42px;
  text-align: center;
}
.home-sections .section7 .signatureWrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  margin: 0;
}
.home-sections .section7 .signatureWrap .cell .signatures {
  position: relative;
  width: 92%;
  left: 8%;
}
.home-sections .section7 .signatureWrap .cell .icon {
  display: block;
}
.home-sections .section7 .signatureWrap .cell .icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.home-sections .section7 .signatureWrap .cell .icon.icon-signature-fill {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
}
.home-sections .section7 .simpleGallery {
  position: relative;
  aspect-ratio: 0.6671070013;
}
.home-sections .section7 .simpleGallery img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 0.6671070013;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.tax-serie {
  min-height: 100dvh;
  --padding: clamp(25px, 2.8935185185vw, 50px);
  --sheight: 35px;
  --sidew: 65px;
}
@media screen and (min-width: 75em) {
  .tax-serie {
    overflow: hidden;
  }
}
@media print, screen and (min-width: 40em) {
  .tax-serie {
    --sidew: 95px;
  }
}
@media print, screen and (min-width: 64em) {
  .tax-serie {
    --sidew: 110px;
  }
}
@media screen and (min-width: 75em) {
  .tax-serie .page-serie {
    overflow: hidden;
  }
}
.tax-serie .page-serie .serie-content {
  max-width: calc(100% - 10px - var(--sidew));
  width: 100%;
  color: var(--header-color);
  margin-top: calc(var(--padding) * -1 - var(--sheight) * 1);
}
.tax-serie .page-serie .serie-content .grid-container {
  padding-left: 0;
}
.tax-serie .page-serie .serie-content .grid-container .grid-x {
  row-gap: 30px;
}
.tax-serie .page-serie .serie-content .col1 {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 1.1574074074vw, 20px);
}
.tax-serie .page-serie .serie-content .col1 h1 {
  margin: 0;
  leading-trim: both;
  text-edge: cap;
  font-size: clamp(40px, 4.6296296296vw, 80px);
  font-style: normal;
  font-weight: 400;
  line-height: 0.87;
  letter-spacing: clamp(-1px, 0.1331018519vw, -2.3px);
  text-transform: uppercase;
  word-break: break-word;
  max-width: 230px;
}
.tax-serie .page-serie .serie-content .col1 h2 {
  margin: 0;
  font-size: clamp(18px, 1.1574074074vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}
.tax-serie .page-serie .serie-content .col2 img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: calc(100dvh - var(--padding) * 2);
}
.tax-serie .page-serie .serie-content .col3 {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 1.4467592593vw, 25px);
}
.tax-serie .page-serie .serie-content .col3 > div {
  max-width: 210px;
}
.tax-serie .page-serie .serie-content .col3 .button_link_placeholder:empty {
  display: none;
}
.tax-serie .page-serie .serie-items {
  width: var(--sidew);
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: calc(100dvh - var(--padding) * 3 - var(--sheight));
  overflow: auto;
}
.tax-serie .page-serie .serie-items .item {
  width: var(--sidew);
  height: auto;
  aspect-ratio: 1.57;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.tax-serie .page-serie .serie-items .item::after {
  position: absolute;
  z-index: 2;
  border: 4.778px solid var(--header-color);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  content: "";
  transition: opacity 250ms;
}
.tax-serie .page-serie .serie-items .item img {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  aspect-ratio: 1.57;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tax-serie .page-serie .serie-items .item.active {
  cursor: default;
}
.tax-serie .page-serie .serie-items .item.active::after {
  opacity: 1;
}
.tax-serie #image-serie-show {
  opacity: 1;
  transition: opacity 250ms linear;
}
.tax-serie #image-serie-show.fade-out {
  opacity: 0;
}
.tax-serie #image-serie-show.fade-in {
  opacity: 1;
}

.work-types .menu {
  padding-bottom: clamp(30px, 2.8935185185vw, 50px);
  margin-bottom: clamp(30px, 2.8935185185vw, 50px);
  border-bottom: 1px solid var(--border-color);
  gap: 15px clamp(30px, 5.787037037vw, 100px);
}
.work-types .menu li a {
  padding: 0;
  color: var(--header-color);
  font-size: clamp(14px, 0.9259259259vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
  padding: 10px 0;
  border-bottom: 1px solid transparent;
  transition: border 250ms;
}
.work-types .menu li a.active, .work-types .menu li a:hover {
  border-color: var(--header-color);
}

.series-list {
  padding-bottom: 35px;
}
.series-list .serie {
  cursor: pointer;
}
.series-list .serie .grid-x {
  position: relative;
  overflow: hidden;
  padding-bottom: 35px;
}
.series-list .serie .grid-x::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 20px;
  height: 100%;
  width: 100%;
  background-color: var(--black);
  max-width: calc(100% - 40px);
  translate: 0 120%;
  transition: translate 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}
@media print, screen and (min-width: 40em) {
  .series-list .serie .grid-x::after {
    left: 30px;
    max-width: calc(100% - 60px);
  }
}
.series-list .serie .grid-x:hover::after {
  translate: 0 0;
}
.series-list .serie .grid-x:hover .col1 span {
  color: var(--blanc);
  translate: 30px 0;
}
.series-list .serie .grid-x:hover .col3 .date {
  color: var(--blanc);
  translate: -30px 0;
}
.series-list .serie .grid-x:hover .col3 .subtitle {
  color: var(--blanc);
}
@media print, screen and (max-width: 63.99875em) {
  .series-list .serie .grid-x:hover .col3 .subtitle {
    translate: 30px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .series-list .serie .grid-x:hover .col3 .subtitle {
    scale: 1.1;
  }
}
.series-list .serie .border .the_border {
  border-top: 1px solid var(--bk);
  padding-bottom: 35px;
}
.series-list .serie .col1 span {
  display: block;
  margin-top: 25px;
  color: var(--black);
  leading-trim: both;
  text-edge: cap;
  font-size: clamp(25px, 1.7361111111vw, 30px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  translate: 0 0;
  transition: color 250ms linear 100ms, translate 250ms linear 100ms;
}
.series-list .serie .col2 {
  margin-top: 30px;
}
@media print, screen and (min-width: 64em) {
  .series-list .serie .col2 {
    margin-top: 0;
  }
}
.series-list .serie .col2 img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 0.795112782;
}
.series-list .serie .col3 {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: 15px;
}
@media print, screen and (min-width: 64em) {
  .series-list .serie .col3 {
    margin-top: 0;
  }
}
.series-list .serie .col3 .date {
  color: var(--black);
  translate: 0 0;
  transition: color 250ms linear 100ms, translate 250ms linear 100ms;
}
.series-list .serie .col3 .subtitle {
  align-self: center;
  color: var(--black);
  transition: color 250ms linear 100ms, translate 250ms linear 100ms, scale 250ms linear 100ms;
}
.series-list .bottom-border .border .the_border {
  border-top: 1px solid var(--bk);
}

.page-works {
  --img-ratio: 1.5;
  --s: 1;
  padding-bottom: clamp(50px, 5.787037037vw, 100px);
}
.page-works .grid {
  width: 100%;
  grid-template-columns: 100%;
  grid-auto-rows: auto;
  display: grid;
  grid-gap: 0;
  position: relative;
}
.page-works .grid figure {
  transition: opacity 250ms;
  opacity: 1;
}
.page-works .grid.loading::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 5px solid var(--border-color);
  border-top-color: var(--header-bgcolor);
  animation: loading 2s linear infinite;
}
.page-works .grid.loading figure {
  opacity: 0;
}
.page-works .grid__item {
  position: relative;
  margin: 0;
}
.page-works .grid__item:last-child .grid__item-caption {
  position: relative;
}
.page-works .grid__item-img a {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: var(--img-ratio);
}
@media print, screen and (min-width: 64em) {
  .page-works .grid__item-img a {
    min-height: 400px;
  }
}
.page-works .grid__item-img-inner {
  width: 100%;
  display: block;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.page-works .grid__item-caption {
  position: relative;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  color: var(--header-color);
}
@media print, screen and (min-width: 64em) {
  .page-works .grid__item-caption {
    position: absolute;
  }
}
.page-works .grid__item-caption h3 {
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  .page-works .grid__item-caption h3 {
    max-width: 90%;
  }
}
.page-works .grid__item-caption .desc {
  color: var(--header-color);
}
@media print, screen and (min-width: 64em) {
  .page-works .grid__item-caption .desc {
    max-width: 90%;
  }
}
.page-works .loadmoreWorksWrap {
  margin-top: clamp(50px, 5.787037037vw, 100px);
  text-align: center;
}
.page-works .loadmoreWorksWrap a {
  display: inline-flex;
  padding: 16.071px clamp(35px, 3.7615740741vw, 65px);
  justify-content: center;
  align-items: center;
  gap: 8.036px;
  color: var(--header-color);
  font-size: clamp(24px, 2.0833333333vw, 36px);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  border-radius: 56.25px;
  border: 0.804px solid var(--header-color);
  transition: all 250ms;
}
.page-works .loadmoreWorksWrap a svg path {
  fill: var(--header-color);
  transition: fill 250ms;
}
.page-works .loadmoreWorksWrap a:hover {
  background-color: var(--header-color);
  color: var(--header-color-hover);
}
.page-works .loadmoreWorksWrap a:hover svg path {
  fill: var(--header-color-hover);
}
.page-works .loadmoreWorksWrap a.loading svg {
  animation: loadMoreSvg 1s ease-in-out infinite;
}
@media print, screen and (min-width: 64em) {
  .page-works .grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .page-works .grid__item {
    grid-column: var(--c)/span var(--s);
    grid-row: var(--r);
  }
}

.single-work {
  height: 100dvh;
  overflow: hidden;
  --padding: clamp(25px, 2.8935185185vw, 50px);
  --sheight: 35px;
}
.single-work .page-work .work-content {
  width: 100%;
  color: var(--header-color);
  padding-bottom: 40px;
}
.single-work .page-work .work-content .grid-x {
  row-gap: 30px;
}
.single-work .page-work .work-content .col1 {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 1.1574074074vw, 20px);
}
.single-work .page-work .work-content .col1 h1 {
  margin: 0;
  max-width: 230px;
  leading-trim: both;
  text-edge: cap;
  font-size: clamp(30px, 2.8935185185vw, 50px);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: clamp(-0.5px, 0.0868055556vw, -1.5px);
}
.single-work .page-work .work-content .col1 h1 span {
  display: block;
}
.single-work .page-work .work-content .col1 h2 {
  margin: 0;
  font-size: clamp(16px, 1.0416666667vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media print, screen and (min-width: 64em) {
  .single-work .page-work .work-content .col1 h2 {
    max-width: 230px;
  }
}
.single-work .page-work .work-content .col2 img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: calc(100dvh - var(--padding) * 2);
}
.single-work .page-work .work-content .col3 {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 1.4467592593vw, 25px);
  align-items: flex-end;
}
.single-work .page-work .work-content .col3 > div {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .single-work .page-work .work-content .col3 > div {
    max-width: 230px;
  }
}
#footer {
  --fpadding: 10px;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 64em) {
  #footer:not(.not-sticky) {
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  #footer:not(.not-sticky) .top-footer {
    border-color: transparent;
  }
}
#footer .grid-container {
  max-width: 108rem;
}
#footer .top-footer {
  background: var(--blanc);
  padding: clamp(40px, 3.4722222222vw, 60px) var(--fpadding);
  border-top: 1px solid var(--gris-fonce);
}
#footer .top-footer .grid-x {
  row-gap: 20px;
}
#footer .top-footer .fmt {
  color: var(--gris-fonce);
  font-size: clamp(22px, 1.5046296296vw, 26px);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.78px;
}
@media print, screen and (min-width: 40em) {
  #footer .top-footer .link {
    text-align: right;
  }
}
#footer .sub-footer {
  background: var(--gris-fonce);
  padding: clamp(75px, 8.6805555556vw, 150px) var(--fpadding) 30px var(--fpadding);
}
#footer .sub-footer .menu {
  gap: 7px;
}
#footer .sub-footer .menu li {
  line-height: 1;
}
#footer .sub-footer .menu li a {
  padding: 0;
  color: var(--bk);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
#footer .sub-footer .menu li a:hover {
  text-decoration: underline;
}
#footer .sub-footer .menu li.active a {
  background: transparent;
  text-decoration: underline;
}
#footer .sub-footer .inner-footer {
  row-gap: 30px;
}
#footer .sub-footer .footer-menu nav {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}
@media print, screen and (max-width: 39.99875em) {
  #footer .sub-footer .footer-menu nav {
    justify-content: center;
  }
}
#footer .sub-footer .footer-menu nav svg {
  display: block;
}
#footer .sub-footer .footer-menu nav svg path {
  fill: var(--bk);
}
@media print, screen and (min-width: 64em) {
  #footer .sub-footer .footer-menu {
    margin-top: 30px;
    align-self: center;
  }
}
#footer .sub-footer .copyright {
  color: var(--bk);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  #footer .sub-footer .copyright {
    text-align: right;
  }
}
@media print, screen and (min-width: 64em) {
  #footer .sub-footer .copyright {
    margin-top: 30px;
    align-self: center;
  }
}
#footer .sub-footer .big-title {
  width: 100%;
}
#footer .sub-footer .big-title div {
  color: var(--bk);
  font-style: normal;
  font-weight: 400;
  letter-spacing: clamp(-10px, 2.8935185185vw, -50px);
  line-height: 1;
  --min-font-size: 50px;
  --max-font-size: 545px;
  --ratio: 30cqi;
  text-indent: -0.09em;
}
#footer .sub-footer .subtitle {
  color: var(--bk);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
#footer .sub-footer .sep {
  width: 15px;
  height: 1px;
  background-color: var(--bk);
  margin-top: 8px;
}
#footer .sub-footer .col1 {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
#footer .sub-footer .col1 .subtitle {
  line-height: normal;
}
#footer .sub-footer .col1 .seperator {
  width: 1px;
  background-color: var(--bk);
}
#footer .sub-footer .col2,
#footer .sub-footer .col3,
#footer .sub-footer .col4 {
  display: flex;
}
@media print, screen and (max-width: 39.99875em) {
  #footer .sub-footer .col2,
  #footer .sub-footer .col3,
  #footer .sub-footer .col4 {
    justify-content: center;
  }
}
#footer .sub-footer .col2 .wrap,
#footer .sub-footer .col3 .wrap,
#footer .sub-footer .col4 .wrap {
  display: flex;
  gap: 15px;
}
@media print, screen and (min-width: 64em) {
  #footer .sub-footer .col2 .wrap,
  #footer .sub-footer .col3 .wrap,
  #footer .sub-footer .col4 .wrap {
    margin-left: auto;
  }
}
#footer .sub-footer .col4 .menu li a {
  text-transform: capitalize;
}

.pop {
  position: fixed;
  top: var(--header-height);
  right: 0;
  pointer-events: none;
  translate: 100% 0;
  transition: translate 300ms ease-in 200ms;
  z-index: 9999;
  width: 100vw;
  height: calc(100dvh - var(--header-height));
  background-color: var(--blanc);
  border-left: 1px solid var(--header-color);
  overflow: auto;
}
@media print, screen and (min-width: 40em) {
  .pop {
    width: calc(60vw - 5px);
  }
}
@media screen and (min-width: 75em) {
  .pop {
    width: calc(50vw + 1px);
  }
}
.pop .pop_wrap {
  opacity: 0;
  transition: opacity 250ms linear 700ms;
  height: -moz-max-content;
  height: max-content;
  min-height: calc(100dvh - var(--header-height));
  background-color: var(--header-bgcolor);
  padding: clamp(30px, 3.4722222222vw, 60px) clamp(30px, 2.8935185185vw, 50px) clamp(30px, 3.4722222222vw, 60px) clamp(30px, 3.4722222222vw, 60px);
}
.pop .pop_wrap .pop_title_wrap {
  display: flex;
  gap: 10px;
  margin-bottom: clamp(30px, 2.8935185185vw, 50px);
  align-items: flex-start;
}
.pop .pop_wrap .pop_title_wrap .pop_title {
  color: var(--header-color);
  font-size: clamp(35px, 4.0509259259vw, 70px);
  font-style: normal;
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: clamp(-1px, 0.1230324074vw, -2.126px);
  text-transform: uppercase;
}
.pop .pop_wrap .pop_title_wrap button {
  cursor: pointer;
  margin-left: auto;
}
.pop .pop_wrap .pop_title_wrap button i {
  display: block;
}
.pop .pop_wrap .pop_title_wrap button svg {
  display: block;
}
.pop .pop_wrap .pop_title_wrap button svg rect {
  transition: fill 250ms;
  fill: transparent;
  stroke: var(--header-color);
}
.pop .pop_wrap .pop_title_wrap button svg path {
  transition: fill 250ms;
  fill: var(--header-color);
}
.pop .pop_wrap .pop_title_wrap button:hover svg rect {
  fill: var(--black);
}
.pop .pop_wrap .pop_title_wrap button:hover svg path {
  fill: var(--blanc);
}
.pop .pop_wrap .pop_data {
  opacity: 0;
  transition: opacity 250ms linear 900ms;
}
.pop .pop_wrap .pop_data .faq_section {
  margin-bottom: 30px;
}
.pop .pop_wrap .pop_data .faq_section .title-faq {
  font-weight: 600;
  font-size: clamp(20px, 1.7361111111vw, 30px);
  text-transform: uppercase;
}
.pop .pop_wrap .pop_data .faq_section:last-child {
  margin-bottom: 0;
}
.pop .pop_wrap .pop_data .accordion {
  padding: 0;
  margin: 0;
}
.pop .pop_wrap .pop_data .accordion > li {
  border-top: 1px solid var(--header-color);
}
.pop .pop_wrap .pop_data .accordion > li .accordion-title {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  text-decoration: none;
  padding: 25px 0;
  color: var(--header-color);
}
.pop .pop_wrap .pop_data .accordion > li .accordion-title .q {
  color: var(--header-color);
  font-size: clamp(17px, 1.0416666667vw, 18px);
  font-style: normal;
  line-height: 1;
}
.pop .pop_wrap .pop_data .accordion > li .accordion-title i,
.pop .pop_wrap .pop_data .accordion > li .accordion-title svg {
  display: block;
}
.pop .pop_wrap .pop_data .accordion > li .accordion-title svg path {
  fill: var(--header-color);
  stroke: var(--header-color);
}
.pop .pop_wrap .pop_data .accordion > li .accordion-title i {
  rotate: 0deg;
  transition: rotate 250ms;
}
.pop .pop_wrap .pop_data .accordion > li .accordion-content {
  color: var(--header-color);
  padding-bottom: 25px;
}
.pop .pop_wrap .pop_data .accordion > li .accordion-content ul,
.pop .pop_wrap .pop_data .accordion > li .accordion-content ol {
  margin: 15px 0;
}
.pop .pop_wrap .pop_data .accordion > li .accordion-content a {
  color: black;
}
.pop .pop_wrap .pop_data .accordion > li .accordion-content iframe,
.pop .pop_wrap .pop_data .accordion > li .accordion-content video {
  isplay: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.pop .pop_wrap .pop_data .accordion > li.is-active .accordion-title .q {
  font-weight: 700;
}
.pop .pop_wrap .pop_data .accordion > li.is-active .accordion-title i {
  rotate: 180deg;
}
.pop .pop_wrap .pop_data .form .ff-default .ff-el-form-control, .pop .pop_wrap .pop_data .form .ff-default .contact_subject_wrap select.contact-subject-select, .pop .pop_wrap .pop_data .form .contact_subject_wrap .ff-default select.contact-subject-select {
  color: var(--header-color);
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--header-color);
  background-color: transparent;
  border-radius: 0;
  leading-trim: both;
  text-edge: cap;
  font-family: "Fellix", sans-serif;
  font-size: clamp(16px, 0.9837962963vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  leading-trim: both;
  text-edge: cap;
  height: auto;
  padding: 10px 0 15px 0;
}
.pop .pop_wrap .pop_data .form .ff-default .ff-el-form-control::-moz-placeholder, .pop .pop_wrap .pop_data .form .ff-default .contact_subject_wrap select.contact-subject-select::-moz-placeholder, .pop .pop_wrap .pop_data .form .contact_subject_wrap .ff-default select.contact-subject-select::-moz-placeholder {
  opacity: 1;
  color: var(--header-color);
}
.pop .pop_wrap .pop_data .form .ff-default .ff-el-form-control::placeholder, .pop .pop_wrap .pop_data .form .ff-default .contact_subject_wrap select.contact-subject-select::placeholder, .pop .pop_wrap .pop_data .form .contact_subject_wrap .ff-default select.contact-subject-select::placeholder {
  opacity: 1;
  color: var(--header-color);
}
.pop .pop_wrap .pop_data .form .ff-default .ff-el-input--label label {
  color: var(--header-color);
  font-family: "Fellix", sans-serif;
  font-size: clamp(16px, 0.9837962963vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  leading-trim: both;
  text-edge: cap;
  padding: 10px 0 15px 0;
}
.pop .pop_wrap .pop_data .form .ff-default textarea.ff-el-form-control {
  border: 1px solid var(--header-color);
  padding: 15px;
}
.pop .pop_wrap .pop_data .form select.ff-el-form-control, .pop .pop_wrap .pop_data .form .contact_subject_wrap select.contact-subject-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.pop .pop_wrap .pop_data .form .ff-el-input--content:has(select) {
  position: relative;
  color: var(--header-color);
}
.pop .pop_wrap .pop_data .form .ff-el-input--content:has(select)::after {
  color: var(--header-color);
  content: "";
  display: block;
  width: 15px;
  height: 9px;
  background-image: url("data:image/svg+xml;utf8,<svg width='15' height='9' viewBox='0 0 15 9' xmlns='http://www.w3.org/2000/svg'><path fill='black' fill-rule='evenodd' clip-rule='evenodd' d='M15 1.60015L13.4559 0L7.52018 5.8406L1.5845 0L0 1.60015L7.52031 9L15 1.60015Z'/></svg>");
  filter: invert(var(--filterblack));
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  pointer-events: none;
}
.pop .pop_wrap .pop_data .form .fluentform .ff-el-group:not(.ff_submit_btn_wrapper) {
  margin-bottom: clamp(25px, 2.3148148148vw, 40px);
}
.pop .pop_wrap .pop_data .form .ff_submit_btn_wrapper {
  margin: 0;
}
.pop .pop_wrap .pop_data .form .ff_submit_btn_wrapper button {
  cursor: pointer;
}
.pop .pop_wrap .pop_data .form .ff-message-success {
  box-shadow: none;
  border-color: var(--header-color);
  color: var(--header-color);
}
.pop .pop_wrap .pop_data .form .contact_subject_wrap {
  margin-bottom: clamp(25px, 2.3148148148vw, 40px);
}
.pop .pop_wrap .pop_data .form .contact_subject_wrap .ff-el-input--label {
  color: var(--header-color);
}
.pop .pop_wrap .pop_data .form .contact_subject_wrap select.contact-subject-select {
  width: 100%;
  cursor: pointer;
}
.pop .pop_wrap .pop_data .form .contact_consent_wrap {
  margin-bottom: clamp(25px, 2.3148148148vw, 40px);
}
.pop .pop_wrap .pop_data .form .contact_consent_wrap .contact_consent_label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  color: var(--header-color);
  font-size: clamp(14px, 0.9259259259vw, 16px);
  line-height: 1.4;
}
.pop .pop_wrap .pop_data .form .contact_consent_wrap .contact_consent_label input[type=checkbox] {
  margin-top: 4px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.pop .pop_wrap .contact_footer {
  margin-top: clamp(25px, 2.3148148148vw, 40px);
  padding-top: clamp(20px, 1.7361111111vw, 30px);
  border-top: 1px solid var(--header-color);
}
.pop .pop_wrap .contact_footer .contact_note,
.pop .pop_wrap .contact_footer .contact_links_pictorem,
.pop .pop_wrap .contact_footer .contact_links_faq {
  color: var(--header-color);
  font-size: clamp(14px, 0.9259259259vw, 16px);
  line-height: 1.5;
  margin: 0 0 1em;
}
.pop .pop_wrap .contact_footer .contact_note:last-child,
.pop .pop_wrap .contact_footer .contact_links_pictorem:last-child,
.pop .pop_wrap .contact_footer .contact_links_faq:last-child {
  margin-bottom: 0;
}
.pop .pop_wrap .contact_footer a {
  color: var(--header-color);
  text-decoration: underline;
}
.pop .pop_wrap .contact_footer a:hover {
  opacity: 0.8;
}
.pop-back {
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  height: calc(100dvh - var(--header-height));
  position: fixed;
  top: var(--header-height);
  right: 0;
  z-index: 9998;
  width: 100%;
  transition: opacity 200ms linear;
}
body.pop-open .pop-back {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}

.pop.active {
  translate: 0 0;
  pointer-events: all;
}
.pop.active .pop_wrap {
  opacity: 1;
}
.pop.active .pop_wrap .pop_data {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */
