/*!****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./assets/frontend/sass/app.scss ***!
  \****************************************************************************************************************************************************/
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

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

html {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

hr {
  border: 0;
}

button,
input,
select,
textarea {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  appearance: none;
  letter-spacing: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
button,
select,
input,
textarea {
  color: inherit;
}

a,
button {
  cursor: pointer;
}

button {
  text-align: inherit;
  text-transform: inherit;
}

a {
  text-decoration: none;
}

ol li,
ul li {
  list-style-type: none;
}

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

address {
  font-style: inherit;
}

[hidden] {
  display: none !important;
}

* {
  margin: 0;
  padding: 0;
}

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

html {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

hr {
  border: 0;
}

button,
input,
select,
textarea {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  appearance: none;
  letter-spacing: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
button,
select,
input,
textarea {
  color: inherit;
}

a,
button {
  cursor: pointer;
}

button {
  text-align: inherit;
  text-transform: inherit;
}

a {
  text-decoration: none;
}

ol li,
ul li {
  list-style-type: none;
}

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

address {
  font-style: inherit;
}

[hidden] {
  display: none !important;
}

.row,
[class^=row-],
[class*=" row-"] {
  --gx: 2rem;
  --gy: 2rem;
  --tgx: max(0px, calc((var(--cc) - 1) * var(--gx)));
  display: flex;
  flex-wrap: wrap;
  gap: var(--gy) var(--gx);
}

.row {
  --cc: 12;
}

.col,
[class^=col-],
[class*=" col-"] {
  --cw: calc((100% - var(--tgx)) / var(--cc) * var(--cs) + (var(--cs) - 1) * var(--gx));
  width: var(--cw, 100%);
  flex: 0 0 var(--cw, 100%);
}

.col {
  --cs: var(--cc);
}

.col-auto {
  --cw: auto;
}

.col-1 {
  --cs: 1;
}

.col-2 {
  --cs: 2;
}

.col-3 {
  --cs: 3;
}

.col-4 {
  --cs: 4;
}

.col-5 {
  --cs: 5;
}

.col-6 {
  --cs: 6;
}

.col-7 {
  --cs: 7;
}

.col-8 {
  --cs: 8;
}

.col-9 {
  --cs: 9;
}

.col-10 {
  --cs: 10;
}

.col-11 {
  --cs: 11;
}

.col-12 {
  --cs: 12;
}

@media (width > 36rem) {
  .col-sm {
    --cs: var(--cc);
  }
  .col-sm-auto {
    --cw: auto;
  }
  .col-sm-1 {
    --cs: 1;
  }
  .col-sm-2 {
    --cs: 2;
  }
  .col-sm-3 {
    --cs: 3;
  }
  .col-sm-4 {
    --cs: 4;
  }
  .col-sm-5 {
    --cs: 5;
  }
  .col-sm-6 {
    --cs: 6;
  }
  .col-sm-7 {
    --cs: 7;
  }
  .col-sm-8 {
    --cs: 8;
  }
  .col-sm-9 {
    --cs: 9;
  }
  .col-sm-10 {
    --cs: 10;
  }
  .col-sm-11 {
    --cs: 11;
  }
  .col-sm-12 {
    --cs: 12;
  }
}
@media (width > 48rem) {
  .col-md {
    --cs: var(--cc);
  }
  .col-md-auto {
    --cw: auto;
  }
  .col-md-1 {
    --cs: 1;
  }
  .col-md-2 {
    --cs: 2;
  }
  .col-md-3 {
    --cs: 3;
  }
  .col-md-4 {
    --cs: 4;
  }
  .col-md-5 {
    --cs: 5;
  }
  .col-md-6 {
    --cs: 6;
  }
  .col-md-7 {
    --cs: 7;
  }
  .col-md-8 {
    --cs: 8;
  }
  .col-md-9 {
    --cs: 9;
  }
  .col-md-10 {
    --cs: 10;
  }
  .col-md-11 {
    --cs: 11;
  }
  .col-md-12 {
    --cs: 12;
  }
}
@media (width > 64rem) {
  .col-lg {
    --cs: var(--cc);
  }
  .col-lg-auto {
    --cw: auto;
  }
  .col-lg-1 {
    --cs: 1;
  }
  .col-lg-2 {
    --cs: 2;
  }
  .col-lg-3 {
    --cs: 3;
  }
  .col-lg-4 {
    --cs: 4;
  }
  .col-lg-5 {
    --cs: 5;
  }
  .col-lg-6 {
    --cs: 6;
  }
  .col-lg-7 {
    --cs: 7;
  }
  .col-lg-8 {
    --cs: 8;
  }
  .col-lg-9 {
    --cs: 9;
  }
  .col-lg-10 {
    --cs: 10;
  }
  .col-lg-11 {
    --cs: 11;
  }
  .col-lg-12 {
    --cs: 12;
  }
}
@media (width > 79rem) {
  .col-xl {
    --cs: var(--cc);
  }
  .col-xl-auto {
    --cw: auto;
  }
  .col-xl-1 {
    --cs: 1;
  }
  .col-xl-2 {
    --cs: 2;
  }
  .col-xl-3 {
    --cs: 3;
  }
  .col-xl-4 {
    --cs: 4;
  }
  .col-xl-5 {
    --cs: 5;
  }
  .col-xl-6 {
    --cs: 6;
  }
  .col-xl-7 {
    --cs: 7;
  }
  .col-xl-8 {
    --cs: 8;
  }
  .col-xl-9 {
    --cs: 9;
  }
  .col-xl-10 {
    --cs: 10;
  }
  .col-xl-11 {
    --cs: 11;
  }
  .col-xl-12 {
    --cs: 12;
  }
}
@media (width > 90rem) {
  .col-xxl {
    --cs: var(--cc);
  }
  .col-xxl-auto {
    --cw: auto;
  }
  .col-xxl-1 {
    --cs: 1;
  }
  .col-xxl-2 {
    --cs: 2;
  }
  .col-xxl-3 {
    --cs: 3;
  }
  .col-xxl-4 {
    --cs: 4;
  }
  .col-xxl-5 {
    --cs: 5;
  }
  .col-xxl-6 {
    --cs: 6;
  }
  .col-xxl-7 {
    --cs: 7;
  }
  .col-xxl-8 {
    --cs: 8;
  }
  .col-xxl-9 {
    --cs: 9;
  }
  .col-xxl-10 {
    --cs: 10;
  }
  .col-xxl-11 {
    --cs: 11;
  }
  .col-xxl-12 {
    --cs: 12;
  }
}
.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.py-0 {
  padding-block: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.px-0 {
  padding-inline: 0;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.my-0 {
  margin-block: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.mx-0 {
  margin-inline: 0;
}

.p-xs {
  padding: 0.5rem;
}

.pt-xs {
  padding-top: 0.5rem;
}

.pb-xs {
  padding-bottom: 0.5rem;
}

.py-xs {
  padding-block: 0.5rem;
}

.pl-xs {
  padding-left: 0.5rem;
}

.pr-xs {
  padding-right: 0.5rem;
}

.px-xs {
  padding-inline: 0.5rem;
}

.m-xs {
  margin: 0.5rem;
}

.mt-xs {
  margin-top: 0.5rem;
}

.mb-xs {
  margin-bottom: 0.5rem;
}

.my-xs {
  margin-block: 0.5rem;
}

.ml-xs {
  margin-left: 0.5rem;
}

.mr-xs {
  margin-right: 0.5rem;
}

.mx-xs {
  margin-inline: 0.5rem;
}

.p-sm {
  padding: 1rem;
}

.pt-sm {
  padding-top: 1rem;
}

.pb-sm {
  padding-bottom: 1rem;
}

.py-sm {
  padding-block: 1rem;
}

.pl-sm {
  padding-left: 1rem;
}

.pr-sm {
  padding-right: 1rem;
}

.px-sm {
  padding-inline: 1rem;
}

.m-sm {
  margin: 1rem;
}

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

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

.my-sm {
  margin-block: 1rem;
}

.ml-sm {
  margin-left: 1rem;
}

.mr-sm {
  margin-right: 1rem;
}

.mx-sm {
  margin-inline: 1rem;
}

.p-md {
  padding: 2rem;
}

.pt-md {
  padding-top: 2rem;
}

.pb-md {
  padding-bottom: 2rem;
}

.py-md {
  padding-block: 2rem;
}

.pl-md {
  padding-left: 2rem;
}

.pr-md {
  padding-right: 2rem;
}

.px-md {
  padding-inline: 2rem;
}

.m-md {
  margin: 2rem;
}

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

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

.my-md {
  margin-block: 2rem;
}

.ml-md {
  margin-left: 2rem;
}

.mr-md {
  margin-right: 2rem;
}

.mx-md {
  margin-inline: 2rem;
}

.p-lg {
  padding: 4rem;
}

.pt-lg {
  padding-top: 4rem;
}

.pb-lg {
  padding-bottom: 4rem;
}

.py-lg {
  padding-block: 4rem;
}

.pl-lg {
  padding-left: 4rem;
}

.pr-lg {
  padding-right: 4rem;
}

.px-lg {
  padding-inline: 4rem;
}

.m-lg {
  margin: 4rem;
}

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

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

.my-lg {
  margin-block: 4rem;
}

.ml-lg {
  margin-left: 4rem;
}

.mr-lg {
  margin-right: 4rem;
}

.mx-lg {
  margin-inline: 4rem;
}

.p-xl {
  padding: 5rem;
}

.pt-xl {
  padding-top: 5rem;
}

.pb-xl {
  padding-bottom: 5rem;
}

.py-xl {
  padding-block: 5rem;
}

.pl-xl {
  padding-left: 5rem;
}

.pr-xl {
  padding-right: 5rem;
}

.px-xl {
  padding-inline: 5rem;
}

.m-xl {
  margin: 5rem;
}

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

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

.my-xl {
  margin-block: 5rem;
}

.ml-xl {
  margin-left: 5rem;
}

.mr-xl {
  margin-right: 5rem;
}

.mx-xl {
  margin-inline: 5rem;
}

.p-xxl {
  padding: 7.5rem;
}

.pt-xxl {
  padding-top: 7.5rem;
}

.pb-xxl {
  padding-bottom: 7.5rem;
}

.py-xxl {
  padding-block: 7.5rem;
}

.pl-xxl {
  padding-left: 7.5rem;
}

.pr-xxl {
  padding-right: 7.5rem;
}

.px-xxl {
  padding-inline: 7.5rem;
}

.m-xxl {
  margin: 7.5rem;
}

.mt-xxl {
  margin-top: 7.5rem;
}

.mb-xxl {
  margin-bottom: 7.5rem;
}

.my-xxl {
  margin-block: 7.5rem;
}

.ml-xxl {
  margin-left: 7.5rem;
}

.mr-xxl {
  margin-right: 7.5rem;
}

.mx-xxl {
  margin-inline: 7.5rem;
}

@media (width <= 90rem) {
  .xxl-down-p-0 {
    padding: 0;
  }
  .xxl-down-pt-0 {
    padding-top: 0;
  }
  .xxl-down-pb-0 {
    padding-bottom: 0;
  }
  .xxl-down-py-0 {
    padding-block: 0;
  }
  .xxl-down-pl-0 {
    padding-left: 0;
  }
  .xxl-down-pr-0 {
    padding-right: 0;
  }
  .xxl-down-px-0 {
    padding-inline: 0;
  }
  .xxl-down-m-0 {
    margin: 0;
  }
  .xxl-down-mt-0 {
    margin-top: 0;
  }
  .xxl-down-mb-0 {
    margin-bottom: 0;
  }
  .xxl-down-my-0 {
    margin-block: 0;
  }
  .xxl-down-ml-0 {
    margin-left: 0;
  }
  .xxl-down-mr-0 {
    margin-right: 0;
  }
  .xxl-down-mx-0 {
    margin-inline: 0;
  }
  .xxl-down-p-xs {
    padding: 0.5rem;
  }
  .xxl-down-pt-xs {
    padding-top: 0.5rem;
  }
  .xxl-down-pb-xs {
    padding-bottom: 0.5rem;
  }
  .xxl-down-py-xs {
    padding-block: 0.5rem;
  }
  .xxl-down-pl-xs {
    padding-left: 0.5rem;
  }
  .xxl-down-pr-xs {
    padding-right: 0.5rem;
  }
  .xxl-down-px-xs {
    padding-inline: 0.5rem;
  }
  .xxl-down-m-xs {
    margin: 0.5rem;
  }
  .xxl-down-mt-xs {
    margin-top: 0.5rem;
  }
  .xxl-down-mb-xs {
    margin-bottom: 0.5rem;
  }
  .xxl-down-my-xs {
    margin-block: 0.5rem;
  }
  .xxl-down-ml-xs {
    margin-left: 0.5rem;
  }
  .xxl-down-mr-xs {
    margin-right: 0.5rem;
  }
  .xxl-down-mx-xs {
    margin-inline: 0.5rem;
  }
  .xxl-down-p-sm {
    padding: 1rem;
  }
  .xxl-down-pt-sm {
    padding-top: 1rem;
  }
  .xxl-down-pb-sm {
    padding-bottom: 1rem;
  }
  .xxl-down-py-sm {
    padding-block: 1rem;
  }
  .xxl-down-pl-sm {
    padding-left: 1rem;
  }
  .xxl-down-pr-sm {
    padding-right: 1rem;
  }
  .xxl-down-px-sm {
    padding-inline: 1rem;
  }
  .xxl-down-m-sm {
    margin: 1rem;
  }
  .xxl-down-mt-sm {
    margin-top: 1rem;
  }
  .xxl-down-mb-sm {
    margin-bottom: 1rem;
  }
  .xxl-down-my-sm {
    margin-block: 1rem;
  }
  .xxl-down-ml-sm {
    margin-left: 1rem;
  }
  .xxl-down-mr-sm {
    margin-right: 1rem;
  }
  .xxl-down-mx-sm {
    margin-inline: 1rem;
  }
  .xxl-down-p-md {
    padding: 2rem;
  }
  .xxl-down-pt-md {
    padding-top: 2rem;
  }
  .xxl-down-pb-md {
    padding-bottom: 2rem;
  }
  .xxl-down-py-md {
    padding-block: 2rem;
  }
  .xxl-down-pl-md {
    padding-left: 2rem;
  }
  .xxl-down-pr-md {
    padding-right: 2rem;
  }
  .xxl-down-px-md {
    padding-inline: 2rem;
  }
  .xxl-down-m-md {
    margin: 2rem;
  }
  .xxl-down-mt-md {
    margin-top: 2rem;
  }
  .xxl-down-mb-md {
    margin-bottom: 2rem;
  }
  .xxl-down-my-md {
    margin-block: 2rem;
  }
  .xxl-down-ml-md {
    margin-left: 2rem;
  }
  .xxl-down-mr-md {
    margin-right: 2rem;
  }
  .xxl-down-mx-md {
    margin-inline: 2rem;
  }
  .xxl-down-p-lg {
    padding: 4rem;
  }
  .xxl-down-pt-lg {
    padding-top: 4rem;
  }
  .xxl-down-pb-lg {
    padding-bottom: 4rem;
  }
  .xxl-down-py-lg {
    padding-block: 4rem;
  }
  .xxl-down-pl-lg {
    padding-left: 4rem;
  }
  .xxl-down-pr-lg {
    padding-right: 4rem;
  }
  .xxl-down-px-lg {
    padding-inline: 4rem;
  }
  .xxl-down-m-lg {
    margin: 4rem;
  }
  .xxl-down-mt-lg {
    margin-top: 4rem;
  }
  .xxl-down-mb-lg {
    margin-bottom: 4rem;
  }
  .xxl-down-my-lg {
    margin-block: 4rem;
  }
  .xxl-down-ml-lg {
    margin-left: 4rem;
  }
  .xxl-down-mr-lg {
    margin-right: 4rem;
  }
  .xxl-down-mx-lg {
    margin-inline: 4rem;
  }
  .xxl-down-p-xl {
    padding: 5rem;
  }
  .xxl-down-pt-xl {
    padding-top: 5rem;
  }
  .xxl-down-pb-xl {
    padding-bottom: 5rem;
  }
  .xxl-down-py-xl {
    padding-block: 5rem;
  }
  .xxl-down-pl-xl {
    padding-left: 5rem;
  }
  .xxl-down-pr-xl {
    padding-right: 5rem;
  }
  .xxl-down-px-xl {
    padding-inline: 5rem;
  }
  .xxl-down-m-xl {
    margin: 5rem;
  }
  .xxl-down-mt-xl {
    margin-top: 5rem;
  }
  .xxl-down-mb-xl {
    margin-bottom: 5rem;
  }
  .xxl-down-my-xl {
    margin-block: 5rem;
  }
  .xxl-down-ml-xl {
    margin-left: 5rem;
  }
  .xxl-down-mr-xl {
    margin-right: 5rem;
  }
  .xxl-down-mx-xl {
    margin-inline: 5rem;
  }
  .xxl-down-p-xxl {
    padding: 7.5rem;
  }
  .xxl-down-pt-xxl {
    padding-top: 7.5rem;
  }
  .xxl-down-pb-xxl {
    padding-bottom: 7.5rem;
  }
  .xxl-down-py-xxl {
    padding-block: 7.5rem;
  }
  .xxl-down-pl-xxl {
    padding-left: 7.5rem;
  }
  .xxl-down-pr-xxl {
    padding-right: 7.5rem;
  }
  .xxl-down-px-xxl {
    padding-inline: 7.5rem;
  }
  .xxl-down-m-xxl {
    margin: 7.5rem;
  }
  .xxl-down-mt-xxl {
    margin-top: 7.5rem;
  }
  .xxl-down-mb-xxl {
    margin-bottom: 7.5rem;
  }
  .xxl-down-my-xxl {
    margin-block: 7.5rem;
  }
  .xxl-down-ml-xxl {
    margin-left: 7.5rem;
  }
  .xxl-down-mr-xxl {
    margin-right: 7.5rem;
  }
  .xxl-down-mx-xxl {
    margin-inline: 7.5rem;
  }
}
@media (width <= 79rem) {
  .xl-down-p-0 {
    padding: 0;
  }
  .xl-down-pt-0 {
    padding-top: 0;
  }
  .xl-down-pb-0 {
    padding-bottom: 0;
  }
  .xl-down-py-0 {
    padding-block: 0;
  }
  .xl-down-pl-0 {
    padding-left: 0;
  }
  .xl-down-pr-0 {
    padding-right: 0;
  }
  .xl-down-px-0 {
    padding-inline: 0;
  }
  .xl-down-m-0 {
    margin: 0;
  }
  .xl-down-mt-0 {
    margin-top: 0;
  }
  .xl-down-mb-0 {
    margin-bottom: 0;
  }
  .xl-down-my-0 {
    margin-block: 0;
  }
  .xl-down-ml-0 {
    margin-left: 0;
  }
  .xl-down-mr-0 {
    margin-right: 0;
  }
  .xl-down-mx-0 {
    margin-inline: 0;
  }
  .xl-down-p-xs {
    padding: 0.5rem;
  }
  .xl-down-pt-xs {
    padding-top: 0.5rem;
  }
  .xl-down-pb-xs {
    padding-bottom: 0.5rem;
  }
  .xl-down-py-xs {
    padding-block: 0.5rem;
  }
  .xl-down-pl-xs {
    padding-left: 0.5rem;
  }
  .xl-down-pr-xs {
    padding-right: 0.5rem;
  }
  .xl-down-px-xs {
    padding-inline: 0.5rem;
  }
  .xl-down-m-xs {
    margin: 0.5rem;
  }
  .xl-down-mt-xs {
    margin-top: 0.5rem;
  }
  .xl-down-mb-xs {
    margin-bottom: 0.5rem;
  }
  .xl-down-my-xs {
    margin-block: 0.5rem;
  }
  .xl-down-ml-xs {
    margin-left: 0.5rem;
  }
  .xl-down-mr-xs {
    margin-right: 0.5rem;
  }
  .xl-down-mx-xs {
    margin-inline: 0.5rem;
  }
  .xl-down-p-sm {
    padding: 1rem;
  }
  .xl-down-pt-sm {
    padding-top: 1rem;
  }
  .xl-down-pb-sm {
    padding-bottom: 1rem;
  }
  .xl-down-py-sm {
    padding-block: 1rem;
  }
  .xl-down-pl-sm {
    padding-left: 1rem;
  }
  .xl-down-pr-sm {
    padding-right: 1rem;
  }
  .xl-down-px-sm {
    padding-inline: 1rem;
  }
  .xl-down-m-sm {
    margin: 1rem;
  }
  .xl-down-mt-sm {
    margin-top: 1rem;
  }
  .xl-down-mb-sm {
    margin-bottom: 1rem;
  }
  .xl-down-my-sm {
    margin-block: 1rem;
  }
  .xl-down-ml-sm {
    margin-left: 1rem;
  }
  .xl-down-mr-sm {
    margin-right: 1rem;
  }
  .xl-down-mx-sm {
    margin-inline: 1rem;
  }
  .xl-down-p-md {
    padding: 2rem;
  }
  .xl-down-pt-md {
    padding-top: 2rem;
  }
  .xl-down-pb-md {
    padding-bottom: 2rem;
  }
  .xl-down-py-md {
    padding-block: 2rem;
  }
  .xl-down-pl-md {
    padding-left: 2rem;
  }
  .xl-down-pr-md {
    padding-right: 2rem;
  }
  .xl-down-px-md {
    padding-inline: 2rem;
  }
  .xl-down-m-md {
    margin: 2rem;
  }
  .xl-down-mt-md {
    margin-top: 2rem;
  }
  .xl-down-mb-md {
    margin-bottom: 2rem;
  }
  .xl-down-my-md {
    margin-block: 2rem;
  }
  .xl-down-ml-md {
    margin-left: 2rem;
  }
  .xl-down-mr-md {
    margin-right: 2rem;
  }
  .xl-down-mx-md {
    margin-inline: 2rem;
  }
  .xl-down-p-lg {
    padding: 4rem;
  }
  .xl-down-pt-lg {
    padding-top: 4rem;
  }
  .xl-down-pb-lg {
    padding-bottom: 4rem;
  }
  .xl-down-py-lg {
    padding-block: 4rem;
  }
  .xl-down-pl-lg {
    padding-left: 4rem;
  }
  .xl-down-pr-lg {
    padding-right: 4rem;
  }
  .xl-down-px-lg {
    padding-inline: 4rem;
  }
  .xl-down-m-lg {
    margin: 4rem;
  }
  .xl-down-mt-lg {
    margin-top: 4rem;
  }
  .xl-down-mb-lg {
    margin-bottom: 4rem;
  }
  .xl-down-my-lg {
    margin-block: 4rem;
  }
  .xl-down-ml-lg {
    margin-left: 4rem;
  }
  .xl-down-mr-lg {
    margin-right: 4rem;
  }
  .xl-down-mx-lg {
    margin-inline: 4rem;
  }
  .xl-down-p-xl {
    padding: 5rem;
  }
  .xl-down-pt-xl {
    padding-top: 5rem;
  }
  .xl-down-pb-xl {
    padding-bottom: 5rem;
  }
  .xl-down-py-xl {
    padding-block: 5rem;
  }
  .xl-down-pl-xl {
    padding-left: 5rem;
  }
  .xl-down-pr-xl {
    padding-right: 5rem;
  }
  .xl-down-px-xl {
    padding-inline: 5rem;
  }
  .xl-down-m-xl {
    margin: 5rem;
  }
  .xl-down-mt-xl {
    margin-top: 5rem;
  }
  .xl-down-mb-xl {
    margin-bottom: 5rem;
  }
  .xl-down-my-xl {
    margin-block: 5rem;
  }
  .xl-down-ml-xl {
    margin-left: 5rem;
  }
  .xl-down-mr-xl {
    margin-right: 5rem;
  }
  .xl-down-mx-xl {
    margin-inline: 5rem;
  }
  .xl-down-p-xxl {
    padding: 7.5rem;
  }
  .xl-down-pt-xxl {
    padding-top: 7.5rem;
  }
  .xl-down-pb-xxl {
    padding-bottom: 7.5rem;
  }
  .xl-down-py-xxl {
    padding-block: 7.5rem;
  }
  .xl-down-pl-xxl {
    padding-left: 7.5rem;
  }
  .xl-down-pr-xxl {
    padding-right: 7.5rem;
  }
  .xl-down-px-xxl {
    padding-inline: 7.5rem;
  }
  .xl-down-m-xxl {
    margin: 7.5rem;
  }
  .xl-down-mt-xxl {
    margin-top: 7.5rem;
  }
  .xl-down-mb-xxl {
    margin-bottom: 7.5rem;
  }
  .xl-down-my-xxl {
    margin-block: 7.5rem;
  }
  .xl-down-ml-xxl {
    margin-left: 7.5rem;
  }
  .xl-down-mr-xxl {
    margin-right: 7.5rem;
  }
  .xl-down-mx-xxl {
    margin-inline: 7.5rem;
  }
}
@media (width <= 64rem) {
  .lg-down-p-0 {
    padding: 0;
  }
  .lg-down-pt-0 {
    padding-top: 0;
  }
  .lg-down-pb-0 {
    padding-bottom: 0;
  }
  .lg-down-py-0 {
    padding-block: 0;
  }
  .lg-down-pl-0 {
    padding-left: 0;
  }
  .lg-down-pr-0 {
    padding-right: 0;
  }
  .lg-down-px-0 {
    padding-inline: 0;
  }
  .lg-down-m-0 {
    margin: 0;
  }
  .lg-down-mt-0 {
    margin-top: 0;
  }
  .lg-down-mb-0 {
    margin-bottom: 0;
  }
  .lg-down-my-0 {
    margin-block: 0;
  }
  .lg-down-ml-0 {
    margin-left: 0;
  }
  .lg-down-mr-0 {
    margin-right: 0;
  }
  .lg-down-mx-0 {
    margin-inline: 0;
  }
  .lg-down-p-xs {
    padding: 0.5rem;
  }
  .lg-down-pt-xs {
    padding-top: 0.5rem;
  }
  .lg-down-pb-xs {
    padding-bottom: 0.5rem;
  }
  .lg-down-py-xs {
    padding-block: 0.5rem;
  }
  .lg-down-pl-xs {
    padding-left: 0.5rem;
  }
  .lg-down-pr-xs {
    padding-right: 0.5rem;
  }
  .lg-down-px-xs {
    padding-inline: 0.5rem;
  }
  .lg-down-m-xs {
    margin: 0.5rem;
  }
  .lg-down-mt-xs {
    margin-top: 0.5rem;
  }
  .lg-down-mb-xs {
    margin-bottom: 0.5rem;
  }
  .lg-down-my-xs {
    margin-block: 0.5rem;
  }
  .lg-down-ml-xs {
    margin-left: 0.5rem;
  }
  .lg-down-mr-xs {
    margin-right: 0.5rem;
  }
  .lg-down-mx-xs {
    margin-inline: 0.5rem;
  }
  .lg-down-p-sm {
    padding: 1rem;
  }
  .lg-down-pt-sm {
    padding-top: 1rem;
  }
  .lg-down-pb-sm {
    padding-bottom: 1rem;
  }
  .lg-down-py-sm {
    padding-block: 1rem;
  }
  .lg-down-pl-sm {
    padding-left: 1rem;
  }
  .lg-down-pr-sm {
    padding-right: 1rem;
  }
  .lg-down-px-sm {
    padding-inline: 1rem;
  }
  .lg-down-m-sm {
    margin: 1rem;
  }
  .lg-down-mt-sm {
    margin-top: 1rem;
  }
  .lg-down-mb-sm {
    margin-bottom: 1rem;
  }
  .lg-down-my-sm {
    margin-block: 1rem;
  }
  .lg-down-ml-sm {
    margin-left: 1rem;
  }
  .lg-down-mr-sm {
    margin-right: 1rem;
  }
  .lg-down-mx-sm {
    margin-inline: 1rem;
  }
  .lg-down-p-md {
    padding: 2rem;
  }
  .lg-down-pt-md {
    padding-top: 2rem;
  }
  .lg-down-pb-md {
    padding-bottom: 2rem;
  }
  .lg-down-py-md {
    padding-block: 2rem;
  }
  .lg-down-pl-md {
    padding-left: 2rem;
  }
  .lg-down-pr-md {
    padding-right: 2rem;
  }
  .lg-down-px-md {
    padding-inline: 2rem;
  }
  .lg-down-m-md {
    margin: 2rem;
  }
  .lg-down-mt-md {
    margin-top: 2rem;
  }
  .lg-down-mb-md {
    margin-bottom: 2rem;
  }
  .lg-down-my-md {
    margin-block: 2rem;
  }
  .lg-down-ml-md {
    margin-left: 2rem;
  }
  .lg-down-mr-md {
    margin-right: 2rem;
  }
  .lg-down-mx-md {
    margin-inline: 2rem;
  }
  .lg-down-p-lg {
    padding: 4rem;
  }
  .lg-down-pt-lg {
    padding-top: 4rem;
  }
  .lg-down-pb-lg {
    padding-bottom: 4rem;
  }
  .lg-down-py-lg {
    padding-block: 4rem;
  }
  .lg-down-pl-lg {
    padding-left: 4rem;
  }
  .lg-down-pr-lg {
    padding-right: 4rem;
  }
  .lg-down-px-lg {
    padding-inline: 4rem;
  }
  .lg-down-m-lg {
    margin: 4rem;
  }
  .lg-down-mt-lg {
    margin-top: 4rem;
  }
  .lg-down-mb-lg {
    margin-bottom: 4rem;
  }
  .lg-down-my-lg {
    margin-block: 4rem;
  }
  .lg-down-ml-lg {
    margin-left: 4rem;
  }
  .lg-down-mr-lg {
    margin-right: 4rem;
  }
  .lg-down-mx-lg {
    margin-inline: 4rem;
  }
  .lg-down-p-xl {
    padding: 5rem;
  }
  .lg-down-pt-xl {
    padding-top: 5rem;
  }
  .lg-down-pb-xl {
    padding-bottom: 5rem;
  }
  .lg-down-py-xl {
    padding-block: 5rem;
  }
  .lg-down-pl-xl {
    padding-left: 5rem;
  }
  .lg-down-pr-xl {
    padding-right: 5rem;
  }
  .lg-down-px-xl {
    padding-inline: 5rem;
  }
  .lg-down-m-xl {
    margin: 5rem;
  }
  .lg-down-mt-xl {
    margin-top: 5rem;
  }
  .lg-down-mb-xl {
    margin-bottom: 5rem;
  }
  .lg-down-my-xl {
    margin-block: 5rem;
  }
  .lg-down-ml-xl {
    margin-left: 5rem;
  }
  .lg-down-mr-xl {
    margin-right: 5rem;
  }
  .lg-down-mx-xl {
    margin-inline: 5rem;
  }
  .lg-down-p-xxl {
    padding: 7.5rem;
  }
  .lg-down-pt-xxl {
    padding-top: 7.5rem;
  }
  .lg-down-pb-xxl {
    padding-bottom: 7.5rem;
  }
  .lg-down-py-xxl {
    padding-block: 7.5rem;
  }
  .lg-down-pl-xxl {
    padding-left: 7.5rem;
  }
  .lg-down-pr-xxl {
    padding-right: 7.5rem;
  }
  .lg-down-px-xxl {
    padding-inline: 7.5rem;
  }
  .lg-down-m-xxl {
    margin: 7.5rem;
  }
  .lg-down-mt-xxl {
    margin-top: 7.5rem;
  }
  .lg-down-mb-xxl {
    margin-bottom: 7.5rem;
  }
  .lg-down-my-xxl {
    margin-block: 7.5rem;
  }
  .lg-down-ml-xxl {
    margin-left: 7.5rem;
  }
  .lg-down-mr-xxl {
    margin-right: 7.5rem;
  }
  .lg-down-mx-xxl {
    margin-inline: 7.5rem;
  }
}
@media (width <= 48rem) {
  .md-down-p-0 {
    padding: 0;
  }
  .md-down-pt-0 {
    padding-top: 0;
  }
  .md-down-pb-0 {
    padding-bottom: 0;
  }
  .md-down-py-0 {
    padding-block: 0;
  }
  .md-down-pl-0 {
    padding-left: 0;
  }
  .md-down-pr-0 {
    padding-right: 0;
  }
  .md-down-px-0 {
    padding-inline: 0;
  }
  .md-down-m-0 {
    margin: 0;
  }
  .md-down-mt-0 {
    margin-top: 0;
  }
  .md-down-mb-0 {
    margin-bottom: 0;
  }
  .md-down-my-0 {
    margin-block: 0;
  }
  .md-down-ml-0 {
    margin-left: 0;
  }
  .md-down-mr-0 {
    margin-right: 0;
  }
  .md-down-mx-0 {
    margin-inline: 0;
  }
  .md-down-p-xs {
    padding: 0.5rem;
  }
  .md-down-pt-xs {
    padding-top: 0.5rem;
  }
  .md-down-pb-xs {
    padding-bottom: 0.5rem;
  }
  .md-down-py-xs {
    padding-block: 0.5rem;
  }
  .md-down-pl-xs {
    padding-left: 0.5rem;
  }
  .md-down-pr-xs {
    padding-right: 0.5rem;
  }
  .md-down-px-xs {
    padding-inline: 0.5rem;
  }
  .md-down-m-xs {
    margin: 0.5rem;
  }
  .md-down-mt-xs {
    margin-top: 0.5rem;
  }
  .md-down-mb-xs {
    margin-bottom: 0.5rem;
  }
  .md-down-my-xs {
    margin-block: 0.5rem;
  }
  .md-down-ml-xs {
    margin-left: 0.5rem;
  }
  .md-down-mr-xs {
    margin-right: 0.5rem;
  }
  .md-down-mx-xs {
    margin-inline: 0.5rem;
  }
  .md-down-p-sm {
    padding: 1rem;
  }
  .md-down-pt-sm {
    padding-top: 1rem;
  }
  .md-down-pb-sm {
    padding-bottom: 1rem;
  }
  .md-down-py-sm {
    padding-block: 1rem;
  }
  .md-down-pl-sm {
    padding-left: 1rem;
  }
  .md-down-pr-sm {
    padding-right: 1rem;
  }
  .md-down-px-sm {
    padding-inline: 1rem;
  }
  .md-down-m-sm {
    margin: 1rem;
  }
  .md-down-mt-sm {
    margin-top: 1rem;
  }
  .md-down-mb-sm {
    margin-bottom: 1rem;
  }
  .md-down-my-sm {
    margin-block: 1rem;
  }
  .md-down-ml-sm {
    margin-left: 1rem;
  }
  .md-down-mr-sm {
    margin-right: 1rem;
  }
  .md-down-mx-sm {
    margin-inline: 1rem;
  }
  .md-down-p-md {
    padding: 2rem;
  }
  .md-down-pt-md {
    padding-top: 2rem;
  }
  .md-down-pb-md {
    padding-bottom: 2rem;
  }
  .md-down-py-md {
    padding-block: 2rem;
  }
  .md-down-pl-md {
    padding-left: 2rem;
  }
  .md-down-pr-md {
    padding-right: 2rem;
  }
  .md-down-px-md {
    padding-inline: 2rem;
  }
  .md-down-m-md {
    margin: 2rem;
  }
  .md-down-mt-md {
    margin-top: 2rem;
  }
  .md-down-mb-md {
    margin-bottom: 2rem;
  }
  .md-down-my-md {
    margin-block: 2rem;
  }
  .md-down-ml-md {
    margin-left: 2rem;
  }
  .md-down-mr-md {
    margin-right: 2rem;
  }
  .md-down-mx-md {
    margin-inline: 2rem;
  }
  .md-down-p-lg {
    padding: 4rem;
  }
  .md-down-pt-lg {
    padding-top: 4rem;
  }
  .md-down-pb-lg {
    padding-bottom: 4rem;
  }
  .md-down-py-lg {
    padding-block: 4rem;
  }
  .md-down-pl-lg {
    padding-left: 4rem;
  }
  .md-down-pr-lg {
    padding-right: 4rem;
  }
  .md-down-px-lg {
    padding-inline: 4rem;
  }
  .md-down-m-lg {
    margin: 4rem;
  }
  .md-down-mt-lg {
    margin-top: 4rem;
  }
  .md-down-mb-lg {
    margin-bottom: 4rem;
  }
  .md-down-my-lg {
    margin-block: 4rem;
  }
  .md-down-ml-lg {
    margin-left: 4rem;
  }
  .md-down-mr-lg {
    margin-right: 4rem;
  }
  .md-down-mx-lg {
    margin-inline: 4rem;
  }
  .md-down-p-xl {
    padding: 5rem;
  }
  .md-down-pt-xl {
    padding-top: 5rem;
  }
  .md-down-pb-xl {
    padding-bottom: 5rem;
  }
  .md-down-py-xl {
    padding-block: 5rem;
  }
  .md-down-pl-xl {
    padding-left: 5rem;
  }
  .md-down-pr-xl {
    padding-right: 5rem;
  }
  .md-down-px-xl {
    padding-inline: 5rem;
  }
  .md-down-m-xl {
    margin: 5rem;
  }
  .md-down-mt-xl {
    margin-top: 5rem;
  }
  .md-down-mb-xl {
    margin-bottom: 5rem;
  }
  .md-down-my-xl {
    margin-block: 5rem;
  }
  .md-down-ml-xl {
    margin-left: 5rem;
  }
  .md-down-mr-xl {
    margin-right: 5rem;
  }
  .md-down-mx-xl {
    margin-inline: 5rem;
  }
  .md-down-p-xxl {
    padding: 7.5rem;
  }
  .md-down-pt-xxl {
    padding-top: 7.5rem;
  }
  .md-down-pb-xxl {
    padding-bottom: 7.5rem;
  }
  .md-down-py-xxl {
    padding-block: 7.5rem;
  }
  .md-down-pl-xxl {
    padding-left: 7.5rem;
  }
  .md-down-pr-xxl {
    padding-right: 7.5rem;
  }
  .md-down-px-xxl {
    padding-inline: 7.5rem;
  }
  .md-down-m-xxl {
    margin: 7.5rem;
  }
  .md-down-mt-xxl {
    margin-top: 7.5rem;
  }
  .md-down-mb-xxl {
    margin-bottom: 7.5rem;
  }
  .md-down-my-xxl {
    margin-block: 7.5rem;
  }
  .md-down-ml-xxl {
    margin-left: 7.5rem;
  }
  .md-down-mr-xxl {
    margin-right: 7.5rem;
  }
  .md-down-mx-xxl {
    margin-inline: 7.5rem;
  }
}
@media (width <= 36rem) {
  .sm-down-p-0 {
    padding: 0;
  }
  .sm-down-pt-0 {
    padding-top: 0;
  }
  .sm-down-pb-0 {
    padding-bottom: 0;
  }
  .sm-down-py-0 {
    padding-block: 0;
  }
  .sm-down-pl-0 {
    padding-left: 0;
  }
  .sm-down-pr-0 {
    padding-right: 0;
  }
  .sm-down-px-0 {
    padding-inline: 0;
  }
  .sm-down-m-0 {
    margin: 0;
  }
  .sm-down-mt-0 {
    margin-top: 0;
  }
  .sm-down-mb-0 {
    margin-bottom: 0;
  }
  .sm-down-my-0 {
    margin-block: 0;
  }
  .sm-down-ml-0 {
    margin-left: 0;
  }
  .sm-down-mr-0 {
    margin-right: 0;
  }
  .sm-down-mx-0 {
    margin-inline: 0;
  }
  .sm-down-p-xs {
    padding: 0.5rem;
  }
  .sm-down-pt-xs {
    padding-top: 0.5rem;
  }
  .sm-down-pb-xs {
    padding-bottom: 0.5rem;
  }
  .sm-down-py-xs {
    padding-block: 0.5rem;
  }
  .sm-down-pl-xs {
    padding-left: 0.5rem;
  }
  .sm-down-pr-xs {
    padding-right: 0.5rem;
  }
  .sm-down-px-xs {
    padding-inline: 0.5rem;
  }
  .sm-down-m-xs {
    margin: 0.5rem;
  }
  .sm-down-mt-xs {
    margin-top: 0.5rem;
  }
  .sm-down-mb-xs {
    margin-bottom: 0.5rem;
  }
  .sm-down-my-xs {
    margin-block: 0.5rem;
  }
  .sm-down-ml-xs {
    margin-left: 0.5rem;
  }
  .sm-down-mr-xs {
    margin-right: 0.5rem;
  }
  .sm-down-mx-xs {
    margin-inline: 0.5rem;
  }
  .sm-down-p-sm {
    padding: 1rem;
  }
  .sm-down-pt-sm {
    padding-top: 1rem;
  }
  .sm-down-pb-sm {
    padding-bottom: 1rem;
  }
  .sm-down-py-sm {
    padding-block: 1rem;
  }
  .sm-down-pl-sm {
    padding-left: 1rem;
  }
  .sm-down-pr-sm {
    padding-right: 1rem;
  }
  .sm-down-px-sm {
    padding-inline: 1rem;
  }
  .sm-down-m-sm {
    margin: 1rem;
  }
  .sm-down-mt-sm {
    margin-top: 1rem;
  }
  .sm-down-mb-sm {
    margin-bottom: 1rem;
  }
  .sm-down-my-sm {
    margin-block: 1rem;
  }
  .sm-down-ml-sm {
    margin-left: 1rem;
  }
  .sm-down-mr-sm {
    margin-right: 1rem;
  }
  .sm-down-mx-sm {
    margin-inline: 1rem;
  }
  .sm-down-p-md {
    padding: 2rem;
  }
  .sm-down-pt-md {
    padding-top: 2rem;
  }
  .sm-down-pb-md {
    padding-bottom: 2rem;
  }
  .sm-down-py-md {
    padding-block: 2rem;
  }
  .sm-down-pl-md {
    padding-left: 2rem;
  }
  .sm-down-pr-md {
    padding-right: 2rem;
  }
  .sm-down-px-md {
    padding-inline: 2rem;
  }
  .sm-down-m-md {
    margin: 2rem;
  }
  .sm-down-mt-md {
    margin-top: 2rem;
  }
  .sm-down-mb-md {
    margin-bottom: 2rem;
  }
  .sm-down-my-md {
    margin-block: 2rem;
  }
  .sm-down-ml-md {
    margin-left: 2rem;
  }
  .sm-down-mr-md {
    margin-right: 2rem;
  }
  .sm-down-mx-md {
    margin-inline: 2rem;
  }
  .sm-down-p-lg {
    padding: 4rem;
  }
  .sm-down-pt-lg {
    padding-top: 4rem;
  }
  .sm-down-pb-lg {
    padding-bottom: 4rem;
  }
  .sm-down-py-lg {
    padding-block: 4rem;
  }
  .sm-down-pl-lg {
    padding-left: 4rem;
  }
  .sm-down-pr-lg {
    padding-right: 4rem;
  }
  .sm-down-px-lg {
    padding-inline: 4rem;
  }
  .sm-down-m-lg {
    margin: 4rem;
  }
  .sm-down-mt-lg {
    margin-top: 4rem;
  }
  .sm-down-mb-lg {
    margin-bottom: 4rem;
  }
  .sm-down-my-lg {
    margin-block: 4rem;
  }
  .sm-down-ml-lg {
    margin-left: 4rem;
  }
  .sm-down-mr-lg {
    margin-right: 4rem;
  }
  .sm-down-mx-lg {
    margin-inline: 4rem;
  }
  .sm-down-p-xl {
    padding: 5rem;
  }
  .sm-down-pt-xl {
    padding-top: 5rem;
  }
  .sm-down-pb-xl {
    padding-bottom: 5rem;
  }
  .sm-down-py-xl {
    padding-block: 5rem;
  }
  .sm-down-pl-xl {
    padding-left: 5rem;
  }
  .sm-down-pr-xl {
    padding-right: 5rem;
  }
  .sm-down-px-xl {
    padding-inline: 5rem;
  }
  .sm-down-m-xl {
    margin: 5rem;
  }
  .sm-down-mt-xl {
    margin-top: 5rem;
  }
  .sm-down-mb-xl {
    margin-bottom: 5rem;
  }
  .sm-down-my-xl {
    margin-block: 5rem;
  }
  .sm-down-ml-xl {
    margin-left: 5rem;
  }
  .sm-down-mr-xl {
    margin-right: 5rem;
  }
  .sm-down-mx-xl {
    margin-inline: 5rem;
  }
  .sm-down-p-xxl {
    padding: 7.5rem;
  }
  .sm-down-pt-xxl {
    padding-top: 7.5rem;
  }
  .sm-down-pb-xxl {
    padding-bottom: 7.5rem;
  }
  .sm-down-py-xxl {
    padding-block: 7.5rem;
  }
  .sm-down-pl-xxl {
    padding-left: 7.5rem;
  }
  .sm-down-pr-xxl {
    padding-right: 7.5rem;
  }
  .sm-down-px-xxl {
    padding-inline: 7.5rem;
  }
  .sm-down-m-xxl {
    margin: 7.5rem;
  }
  .sm-down-mt-xxl {
    margin-top: 7.5rem;
  }
  .sm-down-mb-xxl {
    margin-bottom: 7.5rem;
  }
  .sm-down-my-xxl {
    margin-block: 7.5rem;
  }
  .sm-down-ml-xxl {
    margin-left: 7.5rem;
  }
  .sm-down-mr-xxl {
    margin-right: 7.5rem;
  }
  .sm-down-mx-xxl {
    margin-inline: 7.5rem;
  }
}
@media (width > 36rem) {
  .sm-up-p-0 {
    padding: 0;
  }
  .sm-up-pt-0 {
    padding-top: 0;
  }
  .sm-up-pb-0 {
    padding-bottom: 0;
  }
  .sm-up-py-0 {
    padding-block: 0;
  }
  .sm-up-pl-0 {
    padding-left: 0;
  }
  .sm-up-pr-0 {
    padding-right: 0;
  }
  .sm-up-px-0 {
    padding-inline: 0;
  }
  .sm-up-m-0 {
    margin: 0;
  }
  .sm-up-mt-0 {
    margin-top: 0;
  }
  .sm-up-mb-0 {
    margin-bottom: 0;
  }
  .sm-up-my-0 {
    margin-block: 0;
  }
  .sm-up-ml-0 {
    margin-left: 0;
  }
  .sm-up-mr-0 {
    margin-right: 0;
  }
  .sm-up-mx-0 {
    margin-inline: 0;
  }
  .sm-up-p-xs {
    padding: 0.5rem;
  }
  .sm-up-pt-xs {
    padding-top: 0.5rem;
  }
  .sm-up-pb-xs {
    padding-bottom: 0.5rem;
  }
  .sm-up-py-xs {
    padding-block: 0.5rem;
  }
  .sm-up-pl-xs {
    padding-left: 0.5rem;
  }
  .sm-up-pr-xs {
    padding-right: 0.5rem;
  }
  .sm-up-px-xs {
    padding-inline: 0.5rem;
  }
  .sm-up-m-xs {
    margin: 0.5rem;
  }
  .sm-up-mt-xs {
    margin-top: 0.5rem;
  }
  .sm-up-mb-xs {
    margin-bottom: 0.5rem;
  }
  .sm-up-my-xs {
    margin-block: 0.5rem;
  }
  .sm-up-ml-xs {
    margin-left: 0.5rem;
  }
  .sm-up-mr-xs {
    margin-right: 0.5rem;
  }
  .sm-up-mx-xs {
    margin-inline: 0.5rem;
  }
  .sm-up-p-sm {
    padding: 1rem;
  }
  .sm-up-pt-sm {
    padding-top: 1rem;
  }
  .sm-up-pb-sm {
    padding-bottom: 1rem;
  }
  .sm-up-py-sm {
    padding-block: 1rem;
  }
  .sm-up-pl-sm {
    padding-left: 1rem;
  }
  .sm-up-pr-sm {
    padding-right: 1rem;
  }
  .sm-up-px-sm {
    padding-inline: 1rem;
  }
  .sm-up-m-sm {
    margin: 1rem;
  }
  .sm-up-mt-sm {
    margin-top: 1rem;
  }
  .sm-up-mb-sm {
    margin-bottom: 1rem;
  }
  .sm-up-my-sm {
    margin-block: 1rem;
  }
  .sm-up-ml-sm {
    margin-left: 1rem;
  }
  .sm-up-mr-sm {
    margin-right: 1rem;
  }
  .sm-up-mx-sm {
    margin-inline: 1rem;
  }
  .sm-up-p-md {
    padding: 2rem;
  }
  .sm-up-pt-md {
    padding-top: 2rem;
  }
  .sm-up-pb-md {
    padding-bottom: 2rem;
  }
  .sm-up-py-md {
    padding-block: 2rem;
  }
  .sm-up-pl-md {
    padding-left: 2rem;
  }
  .sm-up-pr-md {
    padding-right: 2rem;
  }
  .sm-up-px-md {
    padding-inline: 2rem;
  }
  .sm-up-m-md {
    margin: 2rem;
  }
  .sm-up-mt-md {
    margin-top: 2rem;
  }
  .sm-up-mb-md {
    margin-bottom: 2rem;
  }
  .sm-up-my-md {
    margin-block: 2rem;
  }
  .sm-up-ml-md {
    margin-left: 2rem;
  }
  .sm-up-mr-md {
    margin-right: 2rem;
  }
  .sm-up-mx-md {
    margin-inline: 2rem;
  }
  .sm-up-p-lg {
    padding: 4rem;
  }
  .sm-up-pt-lg {
    padding-top: 4rem;
  }
  .sm-up-pb-lg {
    padding-bottom: 4rem;
  }
  .sm-up-py-lg {
    padding-block: 4rem;
  }
  .sm-up-pl-lg {
    padding-left: 4rem;
  }
  .sm-up-pr-lg {
    padding-right: 4rem;
  }
  .sm-up-px-lg {
    padding-inline: 4rem;
  }
  .sm-up-m-lg {
    margin: 4rem;
  }
  .sm-up-mt-lg {
    margin-top: 4rem;
  }
  .sm-up-mb-lg {
    margin-bottom: 4rem;
  }
  .sm-up-my-lg {
    margin-block: 4rem;
  }
  .sm-up-ml-lg {
    margin-left: 4rem;
  }
  .sm-up-mr-lg {
    margin-right: 4rem;
  }
  .sm-up-mx-lg {
    margin-inline: 4rem;
  }
  .sm-up-p-xl {
    padding: 5rem;
  }
  .sm-up-pt-xl {
    padding-top: 5rem;
  }
  .sm-up-pb-xl {
    padding-bottom: 5rem;
  }
  .sm-up-py-xl {
    padding-block: 5rem;
  }
  .sm-up-pl-xl {
    padding-left: 5rem;
  }
  .sm-up-pr-xl {
    padding-right: 5rem;
  }
  .sm-up-px-xl {
    padding-inline: 5rem;
  }
  .sm-up-m-xl {
    margin: 5rem;
  }
  .sm-up-mt-xl {
    margin-top: 5rem;
  }
  .sm-up-mb-xl {
    margin-bottom: 5rem;
  }
  .sm-up-my-xl {
    margin-block: 5rem;
  }
  .sm-up-ml-xl {
    margin-left: 5rem;
  }
  .sm-up-mr-xl {
    margin-right: 5rem;
  }
  .sm-up-mx-xl {
    margin-inline: 5rem;
  }
  .sm-up-p-xxl {
    padding: 7.5rem;
  }
  .sm-up-pt-xxl {
    padding-top: 7.5rem;
  }
  .sm-up-pb-xxl {
    padding-bottom: 7.5rem;
  }
  .sm-up-py-xxl {
    padding-block: 7.5rem;
  }
  .sm-up-pl-xxl {
    padding-left: 7.5rem;
  }
  .sm-up-pr-xxl {
    padding-right: 7.5rem;
  }
  .sm-up-px-xxl {
    padding-inline: 7.5rem;
  }
  .sm-up-m-xxl {
    margin: 7.5rem;
  }
  .sm-up-mt-xxl {
    margin-top: 7.5rem;
  }
  .sm-up-mb-xxl {
    margin-bottom: 7.5rem;
  }
  .sm-up-my-xxl {
    margin-block: 7.5rem;
  }
  .sm-up-ml-xxl {
    margin-left: 7.5rem;
  }
  .sm-up-mr-xxl {
    margin-right: 7.5rem;
  }
  .sm-up-mx-xxl {
    margin-inline: 7.5rem;
  }
}
@media (width > 48rem) {
  .md-up-p-0 {
    padding: 0;
  }
  .md-up-pt-0 {
    padding-top: 0;
  }
  .md-up-pb-0 {
    padding-bottom: 0;
  }
  .md-up-py-0 {
    padding-block: 0;
  }
  .md-up-pl-0 {
    padding-left: 0;
  }
  .md-up-pr-0 {
    padding-right: 0;
  }
  .md-up-px-0 {
    padding-inline: 0;
  }
  .md-up-m-0 {
    margin: 0;
  }
  .md-up-mt-0 {
    margin-top: 0;
  }
  .md-up-mb-0 {
    margin-bottom: 0;
  }
  .md-up-my-0 {
    margin-block: 0;
  }
  .md-up-ml-0 {
    margin-left: 0;
  }
  .md-up-mr-0 {
    margin-right: 0;
  }
  .md-up-mx-0 {
    margin-inline: 0;
  }
  .md-up-p-xs {
    padding: 0.5rem;
  }
  .md-up-pt-xs {
    padding-top: 0.5rem;
  }
  .md-up-pb-xs {
    padding-bottom: 0.5rem;
  }
  .md-up-py-xs {
    padding-block: 0.5rem;
  }
  .md-up-pl-xs {
    padding-left: 0.5rem;
  }
  .md-up-pr-xs {
    padding-right: 0.5rem;
  }
  .md-up-px-xs {
    padding-inline: 0.5rem;
  }
  .md-up-m-xs {
    margin: 0.5rem;
  }
  .md-up-mt-xs {
    margin-top: 0.5rem;
  }
  .md-up-mb-xs {
    margin-bottom: 0.5rem;
  }
  .md-up-my-xs {
    margin-block: 0.5rem;
  }
  .md-up-ml-xs {
    margin-left: 0.5rem;
  }
  .md-up-mr-xs {
    margin-right: 0.5rem;
  }
  .md-up-mx-xs {
    margin-inline: 0.5rem;
  }
  .md-up-p-sm {
    padding: 1rem;
  }
  .md-up-pt-sm {
    padding-top: 1rem;
  }
  .md-up-pb-sm {
    padding-bottom: 1rem;
  }
  .md-up-py-sm {
    padding-block: 1rem;
  }
  .md-up-pl-sm {
    padding-left: 1rem;
  }
  .md-up-pr-sm {
    padding-right: 1rem;
  }
  .md-up-px-sm {
    padding-inline: 1rem;
  }
  .md-up-m-sm {
    margin: 1rem;
  }
  .md-up-mt-sm {
    margin-top: 1rem;
  }
  .md-up-mb-sm {
    margin-bottom: 1rem;
  }
  .md-up-my-sm {
    margin-block: 1rem;
  }
  .md-up-ml-sm {
    margin-left: 1rem;
  }
  .md-up-mr-sm {
    margin-right: 1rem;
  }
  .md-up-mx-sm {
    margin-inline: 1rem;
  }
  .md-up-p-md {
    padding: 2rem;
  }
  .md-up-pt-md {
    padding-top: 2rem;
  }
  .md-up-pb-md {
    padding-bottom: 2rem;
  }
  .md-up-py-md {
    padding-block: 2rem;
  }
  .md-up-pl-md {
    padding-left: 2rem;
  }
  .md-up-pr-md {
    padding-right: 2rem;
  }
  .md-up-px-md {
    padding-inline: 2rem;
  }
  .md-up-m-md {
    margin: 2rem;
  }
  .md-up-mt-md {
    margin-top: 2rem;
  }
  .md-up-mb-md {
    margin-bottom: 2rem;
  }
  .md-up-my-md {
    margin-block: 2rem;
  }
  .md-up-ml-md {
    margin-left: 2rem;
  }
  .md-up-mr-md {
    margin-right: 2rem;
  }
  .md-up-mx-md {
    margin-inline: 2rem;
  }
  .md-up-p-lg {
    padding: 4rem;
  }
  .md-up-pt-lg {
    padding-top: 4rem;
  }
  .md-up-pb-lg {
    padding-bottom: 4rem;
  }
  .md-up-py-lg {
    padding-block: 4rem;
  }
  .md-up-pl-lg {
    padding-left: 4rem;
  }
  .md-up-pr-lg {
    padding-right: 4rem;
  }
  .md-up-px-lg {
    padding-inline: 4rem;
  }
  .md-up-m-lg {
    margin: 4rem;
  }
  .md-up-mt-lg {
    margin-top: 4rem;
  }
  .md-up-mb-lg {
    margin-bottom: 4rem;
  }
  .md-up-my-lg {
    margin-block: 4rem;
  }
  .md-up-ml-lg {
    margin-left: 4rem;
  }
  .md-up-mr-lg {
    margin-right: 4rem;
  }
  .md-up-mx-lg {
    margin-inline: 4rem;
  }
  .md-up-p-xl {
    padding: 5rem;
  }
  .md-up-pt-xl {
    padding-top: 5rem;
  }
  .md-up-pb-xl {
    padding-bottom: 5rem;
  }
  .md-up-py-xl {
    padding-block: 5rem;
  }
  .md-up-pl-xl {
    padding-left: 5rem;
  }
  .md-up-pr-xl {
    padding-right: 5rem;
  }
  .md-up-px-xl {
    padding-inline: 5rem;
  }
  .md-up-m-xl {
    margin: 5rem;
  }
  .md-up-mt-xl {
    margin-top: 5rem;
  }
  .md-up-mb-xl {
    margin-bottom: 5rem;
  }
  .md-up-my-xl {
    margin-block: 5rem;
  }
  .md-up-ml-xl {
    margin-left: 5rem;
  }
  .md-up-mr-xl {
    margin-right: 5rem;
  }
  .md-up-mx-xl {
    margin-inline: 5rem;
  }
  .md-up-p-xxl {
    padding: 7.5rem;
  }
  .md-up-pt-xxl {
    padding-top: 7.5rem;
  }
  .md-up-pb-xxl {
    padding-bottom: 7.5rem;
  }
  .md-up-py-xxl {
    padding-block: 7.5rem;
  }
  .md-up-pl-xxl {
    padding-left: 7.5rem;
  }
  .md-up-pr-xxl {
    padding-right: 7.5rem;
  }
  .md-up-px-xxl {
    padding-inline: 7.5rem;
  }
  .md-up-m-xxl {
    margin: 7.5rem;
  }
  .md-up-mt-xxl {
    margin-top: 7.5rem;
  }
  .md-up-mb-xxl {
    margin-bottom: 7.5rem;
  }
  .md-up-my-xxl {
    margin-block: 7.5rem;
  }
  .md-up-ml-xxl {
    margin-left: 7.5rem;
  }
  .md-up-mr-xxl {
    margin-right: 7.5rem;
  }
  .md-up-mx-xxl {
    margin-inline: 7.5rem;
  }
}
@media (width > 64rem) {
  .lg-up-p-0 {
    padding: 0;
  }
  .lg-up-pt-0 {
    padding-top: 0;
  }
  .lg-up-pb-0 {
    padding-bottom: 0;
  }
  .lg-up-py-0 {
    padding-block: 0;
  }
  .lg-up-pl-0 {
    padding-left: 0;
  }
  .lg-up-pr-0 {
    padding-right: 0;
  }
  .lg-up-px-0 {
    padding-inline: 0;
  }
  .lg-up-m-0 {
    margin: 0;
  }
  .lg-up-mt-0 {
    margin-top: 0;
  }
  .lg-up-mb-0 {
    margin-bottom: 0;
  }
  .lg-up-my-0 {
    margin-block: 0;
  }
  .lg-up-ml-0 {
    margin-left: 0;
  }
  .lg-up-mr-0 {
    margin-right: 0;
  }
  .lg-up-mx-0 {
    margin-inline: 0;
  }
  .lg-up-p-xs {
    padding: 0.5rem;
  }
  .lg-up-pt-xs {
    padding-top: 0.5rem;
  }
  .lg-up-pb-xs {
    padding-bottom: 0.5rem;
  }
  .lg-up-py-xs {
    padding-block: 0.5rem;
  }
  .lg-up-pl-xs {
    padding-left: 0.5rem;
  }
  .lg-up-pr-xs {
    padding-right: 0.5rem;
  }
  .lg-up-px-xs {
    padding-inline: 0.5rem;
  }
  .lg-up-m-xs {
    margin: 0.5rem;
  }
  .lg-up-mt-xs {
    margin-top: 0.5rem;
  }
  .lg-up-mb-xs {
    margin-bottom: 0.5rem;
  }
  .lg-up-my-xs {
    margin-block: 0.5rem;
  }
  .lg-up-ml-xs {
    margin-left: 0.5rem;
  }
  .lg-up-mr-xs {
    margin-right: 0.5rem;
  }
  .lg-up-mx-xs {
    margin-inline: 0.5rem;
  }
  .lg-up-p-sm {
    padding: 1rem;
  }
  .lg-up-pt-sm {
    padding-top: 1rem;
  }
  .lg-up-pb-sm {
    padding-bottom: 1rem;
  }
  .lg-up-py-sm {
    padding-block: 1rem;
  }
  .lg-up-pl-sm {
    padding-left: 1rem;
  }
  .lg-up-pr-sm {
    padding-right: 1rem;
  }
  .lg-up-px-sm {
    padding-inline: 1rem;
  }
  .lg-up-m-sm {
    margin: 1rem;
  }
  .lg-up-mt-sm {
    margin-top: 1rem;
  }
  .lg-up-mb-sm {
    margin-bottom: 1rem;
  }
  .lg-up-my-sm {
    margin-block: 1rem;
  }
  .lg-up-ml-sm {
    margin-left: 1rem;
  }
  .lg-up-mr-sm {
    margin-right: 1rem;
  }
  .lg-up-mx-sm {
    margin-inline: 1rem;
  }
  .lg-up-p-md {
    padding: 2rem;
  }
  .lg-up-pt-md {
    padding-top: 2rem;
  }
  .lg-up-pb-md {
    padding-bottom: 2rem;
  }
  .lg-up-py-md {
    padding-block: 2rem;
  }
  .lg-up-pl-md {
    padding-left: 2rem;
  }
  .lg-up-pr-md {
    padding-right: 2rem;
  }
  .lg-up-px-md {
    padding-inline: 2rem;
  }
  .lg-up-m-md {
    margin: 2rem;
  }
  .lg-up-mt-md {
    margin-top: 2rem;
  }
  .lg-up-mb-md {
    margin-bottom: 2rem;
  }
  .lg-up-my-md {
    margin-block: 2rem;
  }
  .lg-up-ml-md {
    margin-left: 2rem;
  }
  .lg-up-mr-md {
    margin-right: 2rem;
  }
  .lg-up-mx-md {
    margin-inline: 2rem;
  }
  .lg-up-p-lg {
    padding: 4rem;
  }
  .lg-up-pt-lg {
    padding-top: 4rem;
  }
  .lg-up-pb-lg {
    padding-bottom: 4rem;
  }
  .lg-up-py-lg {
    padding-block: 4rem;
  }
  .lg-up-pl-lg {
    padding-left: 4rem;
  }
  .lg-up-pr-lg {
    padding-right: 4rem;
  }
  .lg-up-px-lg {
    padding-inline: 4rem;
  }
  .lg-up-m-lg {
    margin: 4rem;
  }
  .lg-up-mt-lg {
    margin-top: 4rem;
  }
  .lg-up-mb-lg {
    margin-bottom: 4rem;
  }
  .lg-up-my-lg {
    margin-block: 4rem;
  }
  .lg-up-ml-lg {
    margin-left: 4rem;
  }
  .lg-up-mr-lg {
    margin-right: 4rem;
  }
  .lg-up-mx-lg {
    margin-inline: 4rem;
  }
  .lg-up-p-xl {
    padding: 5rem;
  }
  .lg-up-pt-xl {
    padding-top: 5rem;
  }
  .lg-up-pb-xl {
    padding-bottom: 5rem;
  }
  .lg-up-py-xl {
    padding-block: 5rem;
  }
  .lg-up-pl-xl {
    padding-left: 5rem;
  }
  .lg-up-pr-xl {
    padding-right: 5rem;
  }
  .lg-up-px-xl {
    padding-inline: 5rem;
  }
  .lg-up-m-xl {
    margin: 5rem;
  }
  .lg-up-mt-xl {
    margin-top: 5rem;
  }
  .lg-up-mb-xl {
    margin-bottom: 5rem;
  }
  .lg-up-my-xl {
    margin-block: 5rem;
  }
  .lg-up-ml-xl {
    margin-left: 5rem;
  }
  .lg-up-mr-xl {
    margin-right: 5rem;
  }
  .lg-up-mx-xl {
    margin-inline: 5rem;
  }
  .lg-up-p-xxl {
    padding: 7.5rem;
  }
  .lg-up-pt-xxl {
    padding-top: 7.5rem;
  }
  .lg-up-pb-xxl {
    padding-bottom: 7.5rem;
  }
  .lg-up-py-xxl {
    padding-block: 7.5rem;
  }
  .lg-up-pl-xxl {
    padding-left: 7.5rem;
  }
  .lg-up-pr-xxl {
    padding-right: 7.5rem;
  }
  .lg-up-px-xxl {
    padding-inline: 7.5rem;
  }
  .lg-up-m-xxl {
    margin: 7.5rem;
  }
  .lg-up-mt-xxl {
    margin-top: 7.5rem;
  }
  .lg-up-mb-xxl {
    margin-bottom: 7.5rem;
  }
  .lg-up-my-xxl {
    margin-block: 7.5rem;
  }
  .lg-up-ml-xxl {
    margin-left: 7.5rem;
  }
  .lg-up-mr-xxl {
    margin-right: 7.5rem;
  }
  .lg-up-mx-xxl {
    margin-inline: 7.5rem;
  }
}
@media (width > 79rem) {
  .xl-up-p-0 {
    padding: 0;
  }
  .xl-up-pt-0 {
    padding-top: 0;
  }
  .xl-up-pb-0 {
    padding-bottom: 0;
  }
  .xl-up-py-0 {
    padding-block: 0;
  }
  .xl-up-pl-0 {
    padding-left: 0;
  }
  .xl-up-pr-0 {
    padding-right: 0;
  }
  .xl-up-px-0 {
    padding-inline: 0;
  }
  .xl-up-m-0 {
    margin: 0;
  }
  .xl-up-mt-0 {
    margin-top: 0;
  }
  .xl-up-mb-0 {
    margin-bottom: 0;
  }
  .xl-up-my-0 {
    margin-block: 0;
  }
  .xl-up-ml-0 {
    margin-left: 0;
  }
  .xl-up-mr-0 {
    margin-right: 0;
  }
  .xl-up-mx-0 {
    margin-inline: 0;
  }
  .xl-up-p-xs {
    padding: 0.5rem;
  }
  .xl-up-pt-xs {
    padding-top: 0.5rem;
  }
  .xl-up-pb-xs {
    padding-bottom: 0.5rem;
  }
  .xl-up-py-xs {
    padding-block: 0.5rem;
  }
  .xl-up-pl-xs {
    padding-left: 0.5rem;
  }
  .xl-up-pr-xs {
    padding-right: 0.5rem;
  }
  .xl-up-px-xs {
    padding-inline: 0.5rem;
  }
  .xl-up-m-xs {
    margin: 0.5rem;
  }
  .xl-up-mt-xs {
    margin-top: 0.5rem;
  }
  .xl-up-mb-xs {
    margin-bottom: 0.5rem;
  }
  .xl-up-my-xs {
    margin-block: 0.5rem;
  }
  .xl-up-ml-xs {
    margin-left: 0.5rem;
  }
  .xl-up-mr-xs {
    margin-right: 0.5rem;
  }
  .xl-up-mx-xs {
    margin-inline: 0.5rem;
  }
  .xl-up-p-sm {
    padding: 1rem;
  }
  .xl-up-pt-sm {
    padding-top: 1rem;
  }
  .xl-up-pb-sm {
    padding-bottom: 1rem;
  }
  .xl-up-py-sm {
    padding-block: 1rem;
  }
  .xl-up-pl-sm {
    padding-left: 1rem;
  }
  .xl-up-pr-sm {
    padding-right: 1rem;
  }
  .xl-up-px-sm {
    padding-inline: 1rem;
  }
  .xl-up-m-sm {
    margin: 1rem;
  }
  .xl-up-mt-sm {
    margin-top: 1rem;
  }
  .xl-up-mb-sm {
    margin-bottom: 1rem;
  }
  .xl-up-my-sm {
    margin-block: 1rem;
  }
  .xl-up-ml-sm {
    margin-left: 1rem;
  }
  .xl-up-mr-sm {
    margin-right: 1rem;
  }
  .xl-up-mx-sm {
    margin-inline: 1rem;
  }
  .xl-up-p-md {
    padding: 2rem;
  }
  .xl-up-pt-md {
    padding-top: 2rem;
  }
  .xl-up-pb-md {
    padding-bottom: 2rem;
  }
  .xl-up-py-md {
    padding-block: 2rem;
  }
  .xl-up-pl-md {
    padding-left: 2rem;
  }
  .xl-up-pr-md {
    padding-right: 2rem;
  }
  .xl-up-px-md {
    padding-inline: 2rem;
  }
  .xl-up-m-md {
    margin: 2rem;
  }
  .xl-up-mt-md {
    margin-top: 2rem;
  }
  .xl-up-mb-md {
    margin-bottom: 2rem;
  }
  .xl-up-my-md {
    margin-block: 2rem;
  }
  .xl-up-ml-md {
    margin-left: 2rem;
  }
  .xl-up-mr-md {
    margin-right: 2rem;
  }
  .xl-up-mx-md {
    margin-inline: 2rem;
  }
  .xl-up-p-lg {
    padding: 4rem;
  }
  .xl-up-pt-lg {
    padding-top: 4rem;
  }
  .xl-up-pb-lg {
    padding-bottom: 4rem;
  }
  .xl-up-py-lg {
    padding-block: 4rem;
  }
  .xl-up-pl-lg {
    padding-left: 4rem;
  }
  .xl-up-pr-lg {
    padding-right: 4rem;
  }
  .xl-up-px-lg {
    padding-inline: 4rem;
  }
  .xl-up-m-lg {
    margin: 4rem;
  }
  .xl-up-mt-lg {
    margin-top: 4rem;
  }
  .xl-up-mb-lg {
    margin-bottom: 4rem;
  }
  .xl-up-my-lg {
    margin-block: 4rem;
  }
  .xl-up-ml-lg {
    margin-left: 4rem;
  }
  .xl-up-mr-lg {
    margin-right: 4rem;
  }
  .xl-up-mx-lg {
    margin-inline: 4rem;
  }
  .xl-up-p-xl {
    padding: 5rem;
  }
  .xl-up-pt-xl {
    padding-top: 5rem;
  }
  .xl-up-pb-xl {
    padding-bottom: 5rem;
  }
  .xl-up-py-xl {
    padding-block: 5rem;
  }
  .xl-up-pl-xl {
    padding-left: 5rem;
  }
  .xl-up-pr-xl {
    padding-right: 5rem;
  }
  .xl-up-px-xl {
    padding-inline: 5rem;
  }
  .xl-up-m-xl {
    margin: 5rem;
  }
  .xl-up-mt-xl {
    margin-top: 5rem;
  }
  .xl-up-mb-xl {
    margin-bottom: 5rem;
  }
  .xl-up-my-xl {
    margin-block: 5rem;
  }
  .xl-up-ml-xl {
    margin-left: 5rem;
  }
  .xl-up-mr-xl {
    margin-right: 5rem;
  }
  .xl-up-mx-xl {
    margin-inline: 5rem;
  }
  .xl-up-p-xxl {
    padding: 7.5rem;
  }
  .xl-up-pt-xxl {
    padding-top: 7.5rem;
  }
  .xl-up-pb-xxl {
    padding-bottom: 7.5rem;
  }
  .xl-up-py-xxl {
    padding-block: 7.5rem;
  }
  .xl-up-pl-xxl {
    padding-left: 7.5rem;
  }
  .xl-up-pr-xxl {
    padding-right: 7.5rem;
  }
  .xl-up-px-xxl {
    padding-inline: 7.5rem;
  }
  .xl-up-m-xxl {
    margin: 7.5rem;
  }
  .xl-up-mt-xxl {
    margin-top: 7.5rem;
  }
  .xl-up-mb-xxl {
    margin-bottom: 7.5rem;
  }
  .xl-up-my-xxl {
    margin-block: 7.5rem;
  }
  .xl-up-ml-xxl {
    margin-left: 7.5rem;
  }
  .xl-up-mr-xxl {
    margin-right: 7.5rem;
  }
  .xl-up-mx-xxl {
    margin-inline: 7.5rem;
  }
}
@media (width > 90rem) {
  .xxl-up-p-0 {
    padding: 0;
  }
  .xxl-up-pt-0 {
    padding-top: 0;
  }
  .xxl-up-pb-0 {
    padding-bottom: 0;
  }
  .xxl-up-py-0 {
    padding-block: 0;
  }
  .xxl-up-pl-0 {
    padding-left: 0;
  }
  .xxl-up-pr-0 {
    padding-right: 0;
  }
  .xxl-up-px-0 {
    padding-inline: 0;
  }
  .xxl-up-m-0 {
    margin: 0;
  }
  .xxl-up-mt-0 {
    margin-top: 0;
  }
  .xxl-up-mb-0 {
    margin-bottom: 0;
  }
  .xxl-up-my-0 {
    margin-block: 0;
  }
  .xxl-up-ml-0 {
    margin-left: 0;
  }
  .xxl-up-mr-0 {
    margin-right: 0;
  }
  .xxl-up-mx-0 {
    margin-inline: 0;
  }
  .xxl-up-p-xs {
    padding: 0.5rem;
  }
  .xxl-up-pt-xs {
    padding-top: 0.5rem;
  }
  .xxl-up-pb-xs {
    padding-bottom: 0.5rem;
  }
  .xxl-up-py-xs {
    padding-block: 0.5rem;
  }
  .xxl-up-pl-xs {
    padding-left: 0.5rem;
  }
  .xxl-up-pr-xs {
    padding-right: 0.5rem;
  }
  .xxl-up-px-xs {
    padding-inline: 0.5rem;
  }
  .xxl-up-m-xs {
    margin: 0.5rem;
  }
  .xxl-up-mt-xs {
    margin-top: 0.5rem;
  }
  .xxl-up-mb-xs {
    margin-bottom: 0.5rem;
  }
  .xxl-up-my-xs {
    margin-block: 0.5rem;
  }
  .xxl-up-ml-xs {
    margin-left: 0.5rem;
  }
  .xxl-up-mr-xs {
    margin-right: 0.5rem;
  }
  .xxl-up-mx-xs {
    margin-inline: 0.5rem;
  }
  .xxl-up-p-sm {
    padding: 1rem;
  }
  .xxl-up-pt-sm {
    padding-top: 1rem;
  }
  .xxl-up-pb-sm {
    padding-bottom: 1rem;
  }
  .xxl-up-py-sm {
    padding-block: 1rem;
  }
  .xxl-up-pl-sm {
    padding-left: 1rem;
  }
  .xxl-up-pr-sm {
    padding-right: 1rem;
  }
  .xxl-up-px-sm {
    padding-inline: 1rem;
  }
  .xxl-up-m-sm {
    margin: 1rem;
  }
  .xxl-up-mt-sm {
    margin-top: 1rem;
  }
  .xxl-up-mb-sm {
    margin-bottom: 1rem;
  }
  .xxl-up-my-sm {
    margin-block: 1rem;
  }
  .xxl-up-ml-sm {
    margin-left: 1rem;
  }
  .xxl-up-mr-sm {
    margin-right: 1rem;
  }
  .xxl-up-mx-sm {
    margin-inline: 1rem;
  }
  .xxl-up-p-md {
    padding: 2rem;
  }
  .xxl-up-pt-md {
    padding-top: 2rem;
  }
  .xxl-up-pb-md {
    padding-bottom: 2rem;
  }
  .xxl-up-py-md {
    padding-block: 2rem;
  }
  .xxl-up-pl-md {
    padding-left: 2rem;
  }
  .xxl-up-pr-md {
    padding-right: 2rem;
  }
  .xxl-up-px-md {
    padding-inline: 2rem;
  }
  .xxl-up-m-md {
    margin: 2rem;
  }
  .xxl-up-mt-md {
    margin-top: 2rem;
  }
  .xxl-up-mb-md {
    margin-bottom: 2rem;
  }
  .xxl-up-my-md {
    margin-block: 2rem;
  }
  .xxl-up-ml-md {
    margin-left: 2rem;
  }
  .xxl-up-mr-md {
    margin-right: 2rem;
  }
  .xxl-up-mx-md {
    margin-inline: 2rem;
  }
  .xxl-up-p-lg {
    padding: 4rem;
  }
  .xxl-up-pt-lg {
    padding-top: 4rem;
  }
  .xxl-up-pb-lg {
    padding-bottom: 4rem;
  }
  .xxl-up-py-lg {
    padding-block: 4rem;
  }
  .xxl-up-pl-lg {
    padding-left: 4rem;
  }
  .xxl-up-pr-lg {
    padding-right: 4rem;
  }
  .xxl-up-px-lg {
    padding-inline: 4rem;
  }
  .xxl-up-m-lg {
    margin: 4rem;
  }
  .xxl-up-mt-lg {
    margin-top: 4rem;
  }
  .xxl-up-mb-lg {
    margin-bottom: 4rem;
  }
  .xxl-up-my-lg {
    margin-block: 4rem;
  }
  .xxl-up-ml-lg {
    margin-left: 4rem;
  }
  .xxl-up-mr-lg {
    margin-right: 4rem;
  }
  .xxl-up-mx-lg {
    margin-inline: 4rem;
  }
  .xxl-up-p-xl {
    padding: 5rem;
  }
  .xxl-up-pt-xl {
    padding-top: 5rem;
  }
  .xxl-up-pb-xl {
    padding-bottom: 5rem;
  }
  .xxl-up-py-xl {
    padding-block: 5rem;
  }
  .xxl-up-pl-xl {
    padding-left: 5rem;
  }
  .xxl-up-pr-xl {
    padding-right: 5rem;
  }
  .xxl-up-px-xl {
    padding-inline: 5rem;
  }
  .xxl-up-m-xl {
    margin: 5rem;
  }
  .xxl-up-mt-xl {
    margin-top: 5rem;
  }
  .xxl-up-mb-xl {
    margin-bottom: 5rem;
  }
  .xxl-up-my-xl {
    margin-block: 5rem;
  }
  .xxl-up-ml-xl {
    margin-left: 5rem;
  }
  .xxl-up-mr-xl {
    margin-right: 5rem;
  }
  .xxl-up-mx-xl {
    margin-inline: 5rem;
  }
  .xxl-up-p-xxl {
    padding: 7.5rem;
  }
  .xxl-up-pt-xxl {
    padding-top: 7.5rem;
  }
  .xxl-up-pb-xxl {
    padding-bottom: 7.5rem;
  }
  .xxl-up-py-xxl {
    padding-block: 7.5rem;
  }
  .xxl-up-pl-xxl {
    padding-left: 7.5rem;
  }
  .xxl-up-pr-xxl {
    padding-right: 7.5rem;
  }
  .xxl-up-px-xxl {
    padding-inline: 7.5rem;
  }
  .xxl-up-m-xxl {
    margin: 7.5rem;
  }
  .xxl-up-mt-xxl {
    margin-top: 7.5rem;
  }
  .xxl-up-mb-xxl {
    margin-bottom: 7.5rem;
  }
  .xxl-up-my-xxl {
    margin-block: 7.5rem;
  }
  .xxl-up-ml-xxl {
    margin-left: 7.5rem;
  }
  .xxl-up-mr-xxl {
    margin-right: 7.5rem;
  }
  .xxl-up-mx-xxl {
    margin-inline: 7.5rem;
  }
}
@font-face {
  font-family: "Mona Sans";
  src: url(../fonts/mona-sans/300.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Mona Sans";
  src: url(../fonts/mona-sans/400.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Mona Sans";
  src: url(../fonts/mona-sans/500.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Instrument Serif";
  src: url(../fonts/instrument-serif/400-italic.woff2) format("woff2");
  font-weight: 400-italic;
  font-style: normal;
  font-stretch: normal;
}
.h100 {
  font-size: clamp(2rem, 3.8888888889vw, 3.5rem);
}

.h200 {
  font-size: clamp(1.75rem, 3.0555555556vw, 2.75rem);
}

.h300 {
  font-size: clamp(1.5rem, 1.9444444444vw, 1.75rem);
}

.h400 {
  font-size: 1.25rem;
}

.h500 {
  font-size: 1.125rem;
}

.h600 {
  font-size: 1rem;
}

.cms :is(p, ul, ol, h1, h2, h3, h4, h5, h6, blockquote, table):not(:first-child) {
  margin-top: 1em;
}
.cms img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 2rem;
}
.cms :is(ul, ol):not([class]) {
  padding-left: 1.5em;
}
.cms :is(ul, ol):not([class]) li:not(:first-child) {
  margin-top: 0.25em;
}
.cms ul:not([class]) li {
  list-style: disc;
  position: relative;
  list-style: none;
}
.cms ul:not([class]) li::before {
  content: "";
  position: absolute;
  left: -0.75em;
  top: 0.65em;
  width: 0.25em;
  height: 0.25em;
  background: currentColor;
  border-radius: 50%;
}
.cms ul:not([class]) li ul {
  margin-block: 0.2rem;
}
.cms ul:not([class]) li ul li {
  list-style: disc;
}
.cms ul:not([class]) li ul li::marker {
  color: var(--black);
}
.cms ol:not([class]) li {
  list-style: decimal;
}
.cms a:not([class]) {
  text-decoration: underline;
}
.cms blockquote p:first-child::before, .cms blockquote p:last-child::after {
  content: '"';
}
.cms table :is(th, td) {
  padding-block: 0.25rem;
}
.cms table :is(th, td):not(:last-child) {
  padding-right: 1rem;
}
.cms h2 {
  color: #100f0f;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 120%;
}
.cms h3 {
  color: #008ab7;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
}

.icon {
  display: inline-block;
  width: 1em;
  min-width: 1em;
  height: 1em;
  min-height: 1em;
  fill: none;
}
.icon [fill] {
  fill: currentColor;
}
.icon [stroke] {
  stroke: currentColor;
}

:is(.media-contain, .media-cover) {
  position: relative;
  overflow: hidden;
}
:is(.media-contain, .media-cover) :is(img, video, iframe) {
  display: block;
  position: absolute;
  inset: 0;
}
.media-contain :is(img, video) {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.media-contain iframe {
  margin: auto;
}
.media-cover :is(img, video, iframe) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.screen-reader-text {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}

.container {
  padding-inline: 1rem;
}

:root {
  --spc-x: 1rem;
  --header-h: 112px;
  --container-w: 86.25rem;
  --white: #fff;
  --light-grey: #d9d9d9;
  --grey: #b2b2b2;
  --black: #1c1b34;
  --black2: #100f0f;
  --blue: #008ab7;
  --blue-alt: #e5f3f9;
  --light-blue: #b0d4ff;
  --light-blue-alt: #dff6fe;
  --green: #ccf0c5;
  --dark-green: #003d20;
}

html,
body {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media (hover: hover) and (pointer: fine) {
  html,
  body {
    overscroll-behavior: none;
  }
}

body {
  display: flex;
  min-height: 100dvh;
  flex-direction: column;
  font-family: "Mona sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (width > 64rem) {
  body::before {
    position: fixed;
    inset: 0;
    z-index: 998;
    background-color: rgba(3, 4, 40, 0.7);
    backdrop-filter: blur(14px);
    content: "";
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  body:has(.submenu:not([inert]))::before {
    opacity: 1;
  }
}
@media (width <= 64rem) {
  body::before {
    position: fixed;
    inset: 0;
    z-index: 998;
    background-color: rgba(3, 4, 40, 0.7);
    backdrop-filter: blur(14px);
    content: "";
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  body:has(.menu-wrapper:not([inert]))::before {
    opacity: 1;
  }
}
body:focus-visible {
  outline: 2px solid red;
  outline-offset: 3px;
}

.wrapper {
  flex: 1 1 auto;
}

.container {
  width: min(100%, var(--container-w));
  margin-inline: auto;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

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

.lenis.lenis-stopped {
  overflow: hidden;
}

.title-h1 {
  color: var(--white);
  font-family: "Mona Sans";
  font-size: 4.875rem;
  font-weight: 400;
  line-height: 98%;
}
@media (width <= 79rem) {
  .title-h1 {
    font-size: 4rem;
  }
}
@media (width <= 64rem) {
  .title-h1 {
    font-size: 3rem;
  }
}
.title-h1 i {
  font-family: "Instrument Serif";
  font-style: italic;
  line-height: 104%;
  font-size: 5.25rem;
}
@media (width <= 79rem) {
  .title-h1 i {
    font-size: 4.3rem;
  }
}
@media (width <= 64rem) {
  .title-h1 i {
    font-size: 3.2rem;
  }
}

.title-h2 {
  color: black;
  font-family: "Mona Sans";
  font-size: 3rem;
  line-height: 100%;
  font-weight: 400;
}
@media (width <= 79rem) {
  .title-h2 {
    font-size: 2.8rem;
  }
}
@media (width <= 64rem) {
  .title-h2 {
    font-size: 2rem;
  }
}
.title-h2 i {
  font-family: "Instrument Serif";
  font-style: italic;
  line-height: 114%;
  font-size: 3.375rem;
  color: var(--blue);
}
@media (width <= 79rem) {
  .title-h2 i {
    font-size: 2.8rem;
  }
}
@media (width <= 64rem) {
  .title-h2 i {
    font-size: 2rem;
  }
}

.title-h3 {
  color: black;
  font-family: "Mona Sans";
  font-size: 2rem;
  line-height: 120%;
  font-weight: 400;
}
@media (width <= 79rem) {
  .title-h3 {
    font-size: 1.8rem;
  }
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

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

.m-a {
  margin: auto;
}

.p-rel {
  position: relative;
}

.dflex {
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.dflex-end {
  display: flex;
  align-items: end;
  vertical-align: middle;
}

.jc-e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.gy-0 {
  --gy: 0;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.bg-blue-alt {
  background-color: var(--blue-alt);
}

.disp-desk {
  display: block !important;
}
@media (width <= 64rem) {
  .disp-desk {
    display: none !important;
  }
}

.disp-mob {
  display: none !important;
}
@media (width <= 64rem) {
  .disp-mob {
    display: block !important;
  }
}

.bg-blue {
  background: var(--light-blue-alt);
}

.title-light-blue i {
  color: var(--light-blue);
}

.justify-content-center {
  justify-content: center !important;
}

@media (width <= 64rem) {
  .inverse-mob {
    display: flex;
    flex-direction: column-reverse;
  }
}

.post-card {
  border-bottom: 1px solid var(--white-20, rgba(255, 255, 255, 0.2));
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media (width > 64rem) {
  .post-card {
    display: flex;
  }
}
.post-card:first-child {
  padding-top: 1rem;
}
.post-card:last-child {
  margin-bottom: 0;
}
.post-card .post-card-link {
  gap: 1.25rem;
}
@media (width > 36rem) {
  .post-card .post-card-link {
    display: flex;
  }
}
.post-card .post-card-link .elem-image {
  border-radius: 0.25rem;
  background: #ccc;
  height: 10.4rem;
  flex-shrink: 0;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
}
@media (width <= 36rem) {
  .post-card .post-card-link .elem-image {
    aspect-ratio: inherit;
    margin-bottom: 1rem;
  }
}
.post-card .post-card-link .elem-image svg {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}
.post-card .post-card-link .elem-image svg path {
  transition: transform 0.3s ease;
}
.post-card .post-card-link .elem-image:hover svg path {
  transform: translateX(3px);
}
.post-card .post-card-link .elem-image img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}
@media (width > 64rem) {
  .post-card .post-card-link .infos {
    display: grid;
    grid-template-columns: 9rem 1fr 1fr;
    column-gap: 1.25rem;
  }
}
.post-card .post-card-link .infos .post-card-meta {
  display: flex;
  flex-direction: column;
  min-width: fit-content;
}
.post-card .post-card-link .infos .post-card-meta .date {
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.post-card .post-card-link .infos .post-card-meta .post-card-terms {
  margin-top: auto;
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
  gap: 0.5rem;
}
.post-card .post-card-link .infos .post-card-meta .post-card-terms .post-card-term {
  padding: 0.25rem 0.5rem;
  border: 1px solid var(--white);
}
.post-card .post-card-link .infos .title {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}
@media (width > 64rem) {
  .post-card .post-card-link .infos .title {
    width: auto;
  }
}
.post-card .post-card-link .infos .text {
  color: var(--white);
}
@media (width > 64rem) {
  .post-card .post-card-link .infos .text {
    width: auto;
  }
}
.post-card:hover img {
  transform: scale(1.06);
}

a:focus-visible,
button:focus-visible {
  outline: 0.125rem solid var(--blue);
  outline-offset: 0.125rem;
}

.post-last-card {
  padding: 1rem;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
@media (width <= 64rem) {
  .post-last-card {
    background-color: var(--blue);
  }
}
.post-last-card .post-card-link {
  display: grid;
  gap: 1.25rem;
}
.post-last-card .post-card-link .elem-image {
  border-radius: 0.25rem;
  background: #ccc;
  aspect-ratio: 16/9;
  flex-shrink: 0;
  overflow: hidden;
}
@media (width <= 36rem) {
  .post-last-card .post-card-link .elem-image {
    aspect-ratio: inherit;
    margin-bottom: 1rem;
  }
}
.post-last-card .post-card-link .elem-image img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.post-last-card .post-card-link .infos .post-card-meta {
  display: flex;
  vertical-align: middle;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.post-last-card .post-card-link .infos .post-card-meta .date {
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.post-last-card .post-card-link .infos .post-card-meta .post-card-terms {
  margin-top: auto;
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
  gap: 0.5rem;
}
.post-last-card .post-card-link .infos .post-card-meta .post-card-terms .post-card-term {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  border: 1px solid var(--white);
}
.post-last-card .post-card-link .infos .title {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.0225rem;
}
.post-last-card .post-card-link .infos .text {
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.post-last-card .post-card-link .infos .text > * {
  display: inline;
}
.post-last-card svg rect {
  transition: all ease 0.3s;
}
.post-last-card svg path {
  transition: all ease 0.3s;
}
.post-last-card:hover svg rect {
  fill: #fff;
}
.post-last-card:hover svg path {
  fill: black;
}

a:focus-visible,
button:focus-visible {
  outline: 0.125rem solid var(--blue);
  outline-offset: 0.125rem;
}

.modal {
  display: flex;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.9);
  padding: var(--spc-x);
  overflow: auto;
  transition: background-color 0.5s ease;
}
.modal-inner {
  padding: var(--spc-x);
  margin: auto;
  background-color: #FFF;
  color: #000;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
[role=dialog] > .modal-inner {
  width: 100%;
  max-width: 54rem;
}

[role=alertdialog] > .modal-inner {
  width: fit-content;
}

.modal[inert] {
  background-color: rgba(0, 0, 0, 0);
}
.modal[inert] .modal-inner {
  opacity: 0;
  transform: translateY(var(--spc-x));
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  color: #fff;
  background: transparent;
  border: none;
  z-index: 1;
}
.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #008ab7;
  transform: skewX(-10deg);
  z-index: -1;
  pointer-events: none;
}
.button.button-white {
  color: #000;
}
.button.button-white::before {
  content: "";
  background: #fff;
}
.button.button-black {
  color: #fff;
}
.button.button-black::before {
  content: "";
  background: var(--black);
}

.pagination, .pagination-list {
  align-items: center;
  gap: 1rem;
  text-align: center;
  width: fit-content;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
.pagination-arrow {
  display: flex;
}
.pagination-arrow:disabled {
  opacity: 0.5;
  cursor: default;
}
.pagination-link[aria-current=true] {
  font-weight: 700;
  color: var(--blue);
}

.quick-access {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.quick-access:not(:focus-within) {
  opacity: 0;
}
.quick-access-link:not(:focus-visible) {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}

.breadcrumbs {
  z-index: 1;
  position: relative;
}
.breadcrumbs-list {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: normal;
}
.breadcrumbs-item {
  display: inline;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.breadcrumbs-item .icon {
  display: inline-block;
  width: 1.1rem;
  margin: -3px 0.3rem 0 0.1rem;
  vertical-align: middle;
  color: white;
}
.breadcrumbs-item:not(:last-child) {
  margin-right: 0.2rem;
}
.breadcrumbs-item[aria-current=page] {
  color: white;
}
.breadcrumbs-item .cat {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  transition: color 0.3s;
}
.breadcrumbs-link {
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.breadcrumbs-link:hover {
  color: #c6cad5;
}
.breadcrumbs .separator {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  font-size: 0;
  margin: 0 0.625rem;
}

.input, .ginput_container_text input, .ginput_container_email input, .ginput_container_phone input, .ginput_container_select select, .ginput_container_textarea textarea {
  display: block;
  width: 100%;
}

input::placeholder,
textarea::placeholder {
  color: white;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: #ccc;
}

.radio, .ginput_container_radio .gchoice,
.checkbox,
.ginput_container_checkbox .gchoice {
  display: inline-flex;
  align-items: flex-start;
}
.radio-input, .ginput_container_radio input,
.checkbox-input,
.ginput_container_checkbox input {
  display: flex;
  min-width: 1rem;
  aspect-ratio: 1/1;
  border: 1px solid;
  margin-top: 0.25rem;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.radio-input::before, .ginput_container_radio input::before,
.checkbox-input::before,
.ginput_container_checkbox input::before {
  display: block;
  content: "";
  color: transparent;
}
.radio-input:checked::before, .ginput_container_radio input:checked::before,
.checkbox-input:checked::before,
.ginput_container_checkbox input:checked::before {
  color: currentColor;
}
.radio-label, .ginput_container_radio label,
.checkbox-label,
.ginput_container_checkbox label {
  padding-left: 0.5rem;
}

.radio-input, .ginput_container_radio input {
  padding: 0.125rem;
  border-radius: 100%;
}
.radio-input::before, .ginput_container_radio input::before {
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: inherit;
  background-color: currentColor;
  scale: 0;
}
.radio-input:checked::before, .ginput_container_radio input:checked::before {
  scale: 1;
  transition: scale 0.2s ease;
}

.checkbox-input::before, .ginput_container_checkbox input::before {
  width: 0.375em;
  height: 0.625em;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  transform-origin: 80% 50%;
}
.checkbox-input:checked::before, .ginput_container_checkbox input:checked::before {
  animation: checkmark 0.25s ease forwards;
}

.gform_submission_error {
  background-color: #f00;
  color: #fff;
  margin-bottom: 1rem;
  padding: 0.5rem;
}
.gform_fields {
  display: grid;
  gap: 1.5rem 1rem;
}
.gform_footer {
  display: flex;
  margin-top: 1.5rem;
  align-items: center;
  gap: 0.5rem;
}
.gform_link {
  text-decoration: underline;
}
.gform-loader {
  display: block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  border-top-color: #000;
  animation: spin 1s linear infinite;
}
@media (width > 64rem) {
  .gform_fields {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (width <= 64rem) {
  .gform_fields {
    grid-template-columns: 100%;
  }
}

.gfield {
  position: relative;
}
.gfield:is(fieldset) {
  border: none;
}
.gfield:is(fieldset) legend {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}
.gfield_label {
  display: block;
}
.gfield--type-captcha .gfield_label {
  display: none;
}
.gfield_required {
  color: white;
}
.gfield_validation_message {
  color: #f00;
}
.gfield_radio, .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (width > 64rem) {
  .gfield--width-full {
    grid-column: span 12;
  }
  .gfield--width-half {
    grid-column: span 6;
  }
  .gfield--width-third {
    grid-column: span 4;
  }
  .gfield--width-quarter {
    grid-column: span 3;
  }
}

.gform_button {
  color: #000;
}
.gform_button::before {
  content: "";
  background: #fff;
}

.gfield_error .ginput_container_text input, .gfield_error .ginput_container_email input, .gfield_error .ginput_container_phone input, .gfield_error .ginput_container_select select, .gfield_error .ginput_container_textarea textarea {
  border-color: #f00;
}

.ginput_container_select {
  position: relative;
}
.ginput_container_select select {
  padding-right: 1.625rem;
}
.ginput_container_select::after {
  display: block;
  aspect-ratio: 1/1;
  width: 0.625rem;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 0.5rem;
  border-width: 0px 1px 1px 0;
  border-style: solid;
  content: "";
  pointer-events: none;
  transform: rotate(45deg);
}
.ginput_container_textarea textarea {
  height: calc(4em + 2px);
  min-height: calc(1.5em + 2px);
  resize: vertical;
}
.ginput_container {
  padding-bottom: 1rem;
  border-bottom: 1px solid;
}
.ginput_container.ginput_container_consent {
  border: none;
}

.gfield_consent_description {
  color: #fff;
  font-family: "Mona Sans";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}

.ginput_container_consent {
  margin-left: 1.2rem;
}
.ginput_container_consent input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  border: none;
  left: 0;
  top: 6px;
  padding: 0 !important;
  margin: 0;
  border-radius: 0.125rem;
}
.ginput_container_consent input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 0.75rem;
  height: 0.75rem;
  aspect-ratio: 1/1;
  border-radius: 0.125rem;
  border: 1px solid white;
}
.ginput_container_consent input[type=checkbox]:checked {
  width: 0.75rem;
  height: 0.75rem;
  aspect-ratio: 1/1;
  border: none;
  border-radius: 0.125rem;
}
.ginput_container_consent input[type=checkbox]:checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  display: inline-block;
  background: white;
  width: 0.5rem;
  height: 0.5rem;
  max-height: 0.5rem;
  border-radius: 0.125rem;
}
.ginput_container_consent input[type=checkbox]:focus-visible {
  outline: 2px solid white;
  outline-offset: 2px;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.125rem;
}

@keyframes checkmark {
  0% {
    clip-path: polygon(0 calc(100% - 2px), 0 calc(100% - 2px), 0 calc(100% - 2px), 0 100%, 0 100%, 0 100%);
  }
  30% {
    clip-path: polygon(0 calc(100% - 2px), calc(100% - 2px) calc(100% - 2px), calc(100% - 2px) calc(100% - 2px), 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 calc(100% - 2px), calc(100% - 2px) calc(100% - 2px), calc(100% - 2px) 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes spin {
  to {
    rotate: 360deg;
  }
}
.tags {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.625rem;
  flex-wrap: wrap;
}
.tags .tag {
  display: flex;
  padding: 0.25rem 1rem 0.25rem 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #e2e2e2;
  background: var(--white-5, rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(42px);
}
@media (width <= 48rem) {
  .tags .tag {
    font-size: 0.85rem;
  }
}

.anim-bg,
.anim-bg-loop,
.anim-bg-hover,
.anim-bg-loader {
  position: relative;
  overflow: hidden;
}
.anim-bg .bars,
.anim-bg-loop .bars,
.anim-bg-hover .bars,
.anim-bg-loader .bars {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 180%;
  height: 160%;
  transform: rotate(-8deg);
  pointer-events: none;
  z-index: 1;
}
.anim-bg .bar,
.anim-bg-loop .bar,
.anim-bg-hover .bar,
.anim-bg-loader .bar {
  position: absolute;
  width: 100%;
  height: 25%;
  transform: scaleY(0);
  transform-origin: center;
  background: var(--blue);
  left: 0;
}
.anim-bg .bar:nth-child(1),
.anim-bg-loop .bar:nth-child(1),
.anim-bg-hover .bar:nth-child(1),
.anim-bg-loader .bar:nth-child(1) {
  top: 0%;
}
.anim-bg .bar:nth-child(2),
.anim-bg-loop .bar:nth-child(2),
.anim-bg-hover .bar:nth-child(2),
.anim-bg-loader .bar:nth-child(2) {
  top: 25%;
}
.anim-bg .bar:nth-child(3),
.anim-bg-loop .bar:nth-child(3),
.anim-bg-hover .bar:nth-child(3),
.anim-bg-loader .bar:nth-child(3) {
  top: 50%;
}
.anim-bg .bar:nth-child(4),
.anim-bg-loop .bar:nth-child(4),
.anim-bg-hover .bar:nth-child(4),
.anim-bg-loader .bar:nth-child(4) {
  top: 75%;
}
.anim-bg > .post-card-link,
.anim-bg-loop > .post-card-link,
.anim-bg-hover > .post-card-link,
.anim-bg-loader > .post-card-link {
  position: relative;
  z-index: 2;
}

.anim-bg .bar,
.anim-bg-loop .bar {
  animation: none;
}

.anim-bg.is-visible .bar,
.anim-bg-loop.is-visible .bar {
  animation: bgScaleGrow 2.5s ease-in-out forwards;
}

.anim-bg-hover .bar {
  animation: none;
}

.anim-bg-hover.is-hovered .bar {
  animation: bgScaleGrow 2.5s ease-in-out forwards;
}

.anim-bg-hover.is-leaving .bar {
  animation: bgScaleShrink 2.5s ease-in-out forwards;
}

.anim-bg-loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background-color: #1c1b35;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease, background-color 0.3s ease;
}

body.has-loader .anim-bg-loader {
  opacity: 1;
  pointer-events: all;
}

.anim-bg-loader.is-active {
  opacity: 1;
  pointer-events: all;
  background-color: transparent;
}

.anim-bg-loader.is-done {
  opacity: 0;
  pointer-events: none;
}

.anim-bg-loader .bar {
  transform: scaleY(1.01);
  background: #1c1b35;
}

.anim-bg-loader.is-active .bar {
  animation: bgScaleShrinkFade 1.6s ease-in-out forwards;
}

.anim-bg-loader.is-active .bar:nth-child(1) {
  animation-delay: 0s;
}

.anim-bg-loader.is-active .bar:nth-child(2) {
  animation-delay: 0.12s;
}

.anim-bg-loader.is-active .bar:nth-child(3) {
  animation-delay: 0.24s;
}

.anim-bg-loader.is-active .bar:nth-child(4) {
  animation-delay: 0.36s;
}

@keyframes bgScaleGrow {
  0% {
    transform: scaleY(0);
  }
  60% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1.01);
  }
}
@keyframes bgScaleShrink {
  0% {
    transform: scaleY(1.01);
  }
  60% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes bgScaleShrinkFade {
  0% {
    transform: scaleY(1.01);
    opacity: 1;
  }
  60% {
    transform: scaleY(0);
    opacity: 0;
  }
  100% {
    transform: scaleY(0);
    opacity: 0;
  }
}
.header {
  width: 100%;
  position: sticky;
  top: calc(-1 * var(--header-h) + var(--header-o));
  z-index: 999;
  padding: 1rem var(--spc-x);
  color: white;
  transition: all ease 0.5s;
}
.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.header-logo {
  display: block;
  z-index: 999;
  position: relative;
}
.header-logo-inner {
  display: block;
}
.header-logo .logo {
  height: 5rem;
  display: block;
}
@media (width <= 64rem) {
  .header-logo .logo {
    height: 4rem;
    width: 4rem;
  }
}
.header-logo .logo_alt {
  height: 6rem;
  display: none;
}
@media (width <= 64rem) {
  .header-logo .logo_alt {
    height: 5rem;
    width: 5rem;
  }
}

.menu-wrapper {
  position: relative;
  isolation: isolate;
  display: flex;
  gap: 1.5rem 1rem;
}
.menu-list {
  display: flex;
  column-gap: 2.5rem;
}
.menu-item {
  display: flex;
}
.menu-link {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  gap: 0.25rem;
  padding: 1.7rem 0;
}
@media (width <= 64rem) {
  .menu-link {
    padding: 0;
    width: 100%;
  }
}
.menu-search {
  display: flex;
  border: 1px solid;
  align-items: center;
}
.menu-search-input {
  padding-inline: 0.25rem;
}
.menu-search-button {
  display: grid;
  width: 1.5rem;
  aspect-ratio: 1;
  place-items: center;
}
@media (width > 64rem) {
  .menu {
    margin-left: auto;
  }
  .menu-toggle {
    display: none;
  }
  .menu-wrapper {
    padding: 0 2rem;
    align-items: center;
    padding-inline: 2.6rem;
  }
  .menu-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transform: skew(-10deg);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .menu-wrapper > * {
    position: relative;
    z-index: 1;
  }
  .menu-item.btn-menu {
    margin-right: -4.2rem;
    background-color: #008ab7;
    backdrop-filter: blur(14px);
    clip-path: polygon(0.6rem 0, 100% 0, calc(100% - 0.6rem) 100%, 0 100%);
  }
  .menu-item.btn-menu a {
    padding: 0.75rem 2rem;
  }
  .menu-item.btn-menu a:focus-visible {
    outline-offset: -0.5rem;
  }
  .menu-list {
    align-items: center;
    column-gap: 2.5rem;
  }
  [aria-expanded=true] > .menu-arrow {
    rotate: 180deg;
  }
}
@media (width <= 64rem) {
  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.55rem;
    width: 4.25rem;
    aspect-ratio: 1/1;
    padding: 0;
    position: relative;
    overflow: visible;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.875rem;
    background: transparent;
    border: none;
    isolation: isolate;
    text-align: center;
  }
  .menu-toggle::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.06);
    transform: skew(-10deg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: background 0.3s ease;
  }
  .menu-toggle::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.6);
    transform: skew(-10deg);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }
  .menu-toggle:hover::after {
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  }
  .menu-toggle > * {
    position: relative;
    z-index: 1;
  }
  .menu-toggle-icon {
    position: relative;
    width: 2.6rem;
    height: 1.2rem;
    display: block;
  }
  .menu-toggle-icon::before, .menu-toggle-icon::after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    border-radius: 999px;
    transform-origin: center;
    transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease;
  }
  .menu-toggle-icon::before {
    top: 4px;
  }
  .menu-toggle-icon::after {
    bottom: 4px;
  }
  .menu-toggle span {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.12em;
  }
  .menu-toggle[aria-expanded=true]::before {
    background: rgba(255, 255, 255, 0.1);
  }
  .menu-toggle[aria-expanded=true]::after {
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  }
  .menu-toggle[aria-expanded=true] .menu-toggle-icon {
    width: 1.8rem;
  }
  .menu-toggle[aria-expanded=true] .menu-toggle-icon::before, .menu-toggle[aria-expanded=true] .menu-toggle-icon::after {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .menu-toggle[aria-expanded=true] .menu-toggle-icon::before {
    transform: translateY(-50%) rotate(45deg);
  }
  .menu-toggle[aria-expanded=true] .menu-toggle-icon::after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .menu-wrapper {
    width: 100%;
    height: calc(100dvh - 100%);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    padding: 0rem var(--spc-x);
    flex-direction: column;
    align-items: center;
    transition: opacity 0.5s ease;
  }
  .menu-wrapper[inert] {
    opacity: 0;
  }
  .menu-list {
    width: calc(100% + 2 * var(--spc-x));
    padding-inline: var(--spc-x);
    margin-inline: calc(-1 * var(--spc-x));
    flex-direction: column;
    flex: 1 1 auto;
    overflow: auto;
    padding-inline: 2rem;
  }
  .menu-link {
    padding: 1.8rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 0rem;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
  }
  .menu-link:hover {
    transition: all ease 0.3s;
  }
  .menu-link:hover .icon {
    transition: all ease 0.3s;
    background-color: var(--blue);
    border: 1px solid transparent;
  }
  .menu-item:first-child {
    padding-top: 1rem;
  }
  .menu-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .menu-arow {
    rotate: -90deg;
  }
  .menu .icon {
    background-position: center;
    background-repeat: no-repeat;
    padding: 1rem 0;
    position: absolute;
    background-color: transparent;
    top: 1rem;
    right: 0;
    height: 3rem;
    width: 3rem;
    transition: all ease 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transform: rotate(-90deg) skewY(10deg);
  }
  .menu .icon:hover {
    transition: all ease 0.3s;
    background-color: var(--blue);
    border: 1px solid transparent;
  }
}

[data-scroll=ongoing] .header {
  background: var(--black) !important;
}
[data-scroll=ongoing] .header.sub-menu-open {
  background-color: #fff !important;
  border-bottom: 1px solid #eee !important;
}
[data-scroll=ongoing] .header.sub-menu-open .logo_white {
  display: none;
  opacity: 0;
  transition: all ease 0.3s;
}
[data-scroll=ongoing] .header.sub-menu-open .logo_alt {
  display: block;
  opacity: 1;
  transition: all ease 0.3s;
}

.submenu {
  width: 100%;
  position: absolute;
  padding-inline: var(--spc-x);
  transition: opacity 0.5s ease;
}
.submenu[inert] {
  opacity: 0;
}
.submenu-wrapper {
  display: grid;
  position: relative;
  column-gap: var(--spc-x);
}
.submenu-header {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}
.submenu-header {
  color: var(--white);
  font-family: "Mona Sans";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
}
.submenu-header, .submenu-content {
  padding-block: 0.3rem;
}
@media (width <= 64rem) {
  .submenu-header, .submenu-content {
    padding-block: 0rem;
  }
}
.submenu-text {
  margin-top: 1rem;
}
.submenu-button {
  display: block;
  width: 100%;
  padding: 0.8rem 0;
  position: relative;
}
.submenu-button::before {
  content: "";
  background-image: url(../img/arrow-w.svg);
  background-position: center;
  background-repeat: no-repeat;
  padding: 1.5rem 0px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--blue);
  height: 3rem;
  width: 3rem;
  transform: skew(-10deg);
}
.submenu-button[href="#"]::before {
  content: none;
  display: none;
}
.submenu-list {
  display: grid;
}
.submenu-close {
  display: grid;
  width: 2rem;
  aspect-ratio: 1/1;
  position: absolute;
  place-items: center;
  font-size: 1.25rem;
}
@media (width > 64rem) {
  .submenu {
    top: 100%;
    z-index: -1;
    width: calc(100% + 5.2rem);
    position: absolute;
    right: -35px;
    padding-inline: 2rem;
    padding-block: 1rem;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
  .submenu::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .submenu-link {
    position: relative;
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    width: 100%;
    padding: 1.25rem 0;
    position: relative;
    color: var(--White, #fff);
    font-family: "Mona Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    transition: all ease 0.3s;
  }
  .submenu-link::before {
    content: "";
    background-image: url(../img/arrow-w.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0.625rem 0;
    position: absolute;
    background-color: transparent;
    top: 1rem;
    right: 0;
    height: 2rem;
    width: 2rem;
    transform: skew(-10deg);
    transition: all ease 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .submenu-link:hover {
    transition: all ease 0.3s;
  }
  .submenu-link:hover::before {
    content: "";
    transition: all ease 0.3s;
    background-color: var(--blue);
    background-image: url(../img/arrow-w.svg);
    border: 1px solid transparent;
  }
  .submenu-link[href="#"]::before {
    content: none;
    display: none;
  }
  .submenu-wrapper {
    grid-template-columns: 1fr;
  }
  .submenu-list {
    grid-template-columns: 1fr;
  }
  .submenu-close {
    bottom: 1rem;
    right: 0;
    opacity: 0;
    pointer-events: none;
  }
  .submenu-close:focus-visible {
    opacity: 1;
  }
}
@media (width <= 64rem) {
  .submenu {
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: var(--black);
    overflow: auto;
  }
  .submenu-link {
    position: relative;
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    width: 100%;
    padding: 1.8rem 0;
    position: relative;
    color: var(--White, #fff);
    font-family: "Mona Sans";
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    transition: all ease 0.3s;
  }
  .submenu-link::before {
    content: "";
    background-image: url(../img/arrow-w.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 1rem 0;
    position: absolute;
    background-color: transparent;
    top: 1rem;
    right: 0;
    height: 3rem;
    width: 3rem;
    transform: skew(-10deg);
    transition: all ease 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .submenu-link:hover {
    transition: all ease 0.3s;
  }
  .submenu-link:hover::before {
    content: "";
    transition: all ease 0.3s;
    background-color: var(--blue);
    background-image: url(../img/arrow-w.svg);
    border: 1px solid transparent;
  }
  .submenu-link[href="#"]::before {
    content: none;
    display: none;
  }
  .submenu-wrapper {
    grid-template-columns: 100%;
  }
  .submenu .icon {
    top: 0;
  }
  .submenu-list {
    gap: 0;
  }
  .submenu-header {
    border-bottom: none;
    margin-top: 0;
  }
  .submenu-title {
    width: 100%;
  }
  .submenu-button {
    margin-top: 0.5rem;
  }
  .submenu-close {
    top: 1.15rem;
    right: -0.15rem;
    width: 1.3rem;
  }
}
@media (width <= 48rem) {
  .submenu-list {
    grid-template-columns: 100%;
  }
}

.shortcut-link {
  position: absolute;
  top: calc(var(--header-height) + 1rem);
  left: 1rem;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
}
.shortcut-link:focus-visible {
  opacity: 1;
}

.footer {
  display: flex;
  padding: 3.5rem 1rem 2rem 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  background: var(--white);
  box-shadow: 0 0 8.3px 0 rgba(0, 0, 0, 0.05);
}
.footer .logo-footer img {
  height: 8rem;
  width: auto;
}
.footer .list {
  --gy: 1.5rem;
}
.footer .list ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer .list ul li {
  color: #100f0f;
  font-family: "Mona Sans";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.footer .list ul li:first-child {
  color: #008ab7;
  font-family: "Mona Sans";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.footer .list ul li svg {
  margin-left: 0.3rem;
}
.footer .list ul li a {
  transition: all ease 0.2s;
}
.footer .list ul li a:hover {
  color: var(--blue);
}
.footer .details-footer {
  width: 80%;
  padding: 1.25rem;
  grid-template-columns: 2fr 1fr;
  display: grid;
  position: relative;
}
@media (width <= 64rem) {
  .footer .details-footer {
    height: auto;
    width: 100%;
    z-index: 1111;
    position: relative;
    grid-template-columns: auto;
  }
}
.footer .details-footer:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--Dark-Purple, #1c1b34);
  clip-path: polygon(0.6rem 0, 100% 0, calc(100% - 0.6rem) 100%, 0 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}
@media (width <= 64rem) {
  .footer .details-footer:before {
    clip-path: none;
  }
}
.footer .details-footer .infos-footer {
  color: var(--White, #fff);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
  vertical-align: middle;
  align-items: center;
  z-index: 1;
  margin-left: 1rem;
}
@media (width <= 64rem) {
  .footer .details-footer .infos-footer {
    margin-left: 0;
    grid-template-columns: initial;
  }
}
.footer .details-footer .infos-footer a {
  display: flex;
  vertical-align: middle;
  align-items: center;
  gap: 1rem;
}
.footer .details-footer .infos-footer a span {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
.footer .details-footer .infos-footer a span img {
  width: 1rem;
  height: auto;
  margin: auto;
}
.footer .details-footer .link_footer {
  color: #fff;
  background-color: #008ab7;
  position: absolute;
  top: calc(50% - 1.5rem);
  right: -24px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  padding: 0.75rem 2rem;
  backdrop-filter: blur(14px);
  clip-path: polygon(0.6rem 0, 100% 0, calc(100% - 0.6rem) 100%, 0 100%);
}
@media (width <= 64rem) {
  .footer .details-footer .link_footer {
    right: 0;
    margin-top: 1rem;
    position: relative;
  }
}
.footer .list-legal {
  color: #5f5959;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.125rem;
  text-transform: uppercase;
  display: grid;
  gap: 0.5rem;
  color: #b2b2b2;
}
@media (width > 64rem) {
  .footer .list-legal {
    grid-template-columns: repeat(3, 1fr);
  }
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  margin-top: -7rem;
}
@media (width <= 64rem) {
  .hero {
    min-height: auto;
    margin-top: -6.25rem;
  }
}
.hero .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 0;
}
@media (width <= 64rem) {
  .hero .image-content {
    bottom: 0;
    height: 100%;
  }
}
.hero .image-content img,
.hero .image-content video {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.hero .image-content:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 51.85%, rgba(0, 0, 0, 0.4) 100%);
}
.hero .details {
  position: relative;
  z-index: 2;
  color: var(--white);
  min-height: 100vh;
  padding-bottom: 2rem;
  display: flex;
  align-items: flex-end;
}
@media (width <= 64rem) {
  .hero .details {
    min-height: auto;
    padding-top: 8.25rem;
    align-items: flex-start;
  }
}
.hero .details .title-h1 {
  color: var(--white);
  font-family: "Mona Sans";
  font-size: 6.625rem;
  font-weight: 400;
  line-height: 7rem;
}
@media (width <= 79rem) {
  .hero .details .title-h1 {
    font-size: 5rem;
    line-height: 100%;
  }
}
@media (width <= 64rem) {
  .hero .details .title-h1 {
    font-size: 3.3rem;
  }
}
.hero .details .title-h1 i {
  font-size: 7.875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 7.375rem;
}
@media (width <= 79rem) {
  .hero .details .title-h1 i {
    font-size: 5rem;
    line-height: 100%;
  }
}
@media (width <= 64rem) {
  .hero .details .title-h1 i {
    font-size: 4rem;
  }
}
.hero .details .text-hero {
  width: 50%;
}
@media (width <= 79rem) {
  .hero .details .text-hero {
    width: 65%;
  }
}
@media (width <= 64rem) {
  .hero .details .text-hero {
    width: 80%;
  }
}
@media (width <= 48rem) {
  .hero .details .text-hero {
    width: 100%;
  }
}
.hero .details .text-container .text {
  padding-left: 1rem;
  border-left: 1px solid var(--white);
}
.hero .details .elem-image {
  border-radius: 0;
}
.hero .details .intro {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
@media (width <= 64rem) {
  .hero .details .intro {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }
}

.hero-alt {
  position: relative;
  overflow: hidden;
  background-color: var(--black);
  margin-top: -7rem;
}
@media (width <= 64rem) {
  .hero-alt {
    margin-top: -6.25rem;
  }
}
.hero-alt .details {
  position: relative;
  z-index: 2;
  color: var(--white);
  padding-top: 9rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
}
.hero-alt .details .text {
  padding-left: 1rem;
  border-left: 1px solid var(--white);
}

.hero-services {
  position: relative;
  min-height: 100vh;
  margin-top: -7rem;
}
@media (width <= 64rem) {
  .hero-services {
    min-height: auto;
    margin-top: -6.25rem;
  }
}
.hero-services .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 0;
}
@media (width <= 64rem) {
  .hero-services .image-content {
    bottom: 0;
    height: 100%;
  }
}
.hero-services .image-content img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.hero-services .image-content:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--dark-purple-40, rgba(28, 27, 52, 0.4));
}
.hero-services .details {
  position: relative;
  z-index: 2;
  color: var(--white);
  min-height: 100vh;
  padding-bottom: 2rem;
  display: flex;
  align-items: flex-end;
}
@media (width <= 64rem) {
  .hero-services .details {
    min-height: auto;
    padding-top: 8.25rem;
    align-items: flex-start;
  }
}
.hero-services .details .container {
  width: 100%;
}
.hero-services .details .text-container .text {
  padding-left: 1rem;
  border-left: 1px solid var(--white);
}
.hero-services .details .intro {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
@media (width <= 64rem) {
  .hero-services .details .intro {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }
}

.hero-modular {
  position: relative;
  min-height: 100vh;
  background-color: var(--black);
  margin-top: -7rem;
}
@media (width <= 64rem) {
  .hero-modular {
    margin-top: -6.25rem;
  }
}
.hero-modular .text {
  padding-left: 1rem;
  border-left: 1px solid var(--white);
}
.hero-modular .image-content {
  aspect-ratio: 1;
}
@media (width <= 64rem) {
  .hero-modular .image-content {
    aspect-ratio: 16/9;
  }
}
.hero-modular .image-content img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.hero-modular .details {
  position: relative;
  z-index: 2;
  color: var(--white);
  min-height: 100vh;
  padding-top: 9rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
}
.hero-modular .details .container {
  width: 100%;
}
.hero-modular .details .intro {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}

.hero-single-post {
  position: relative;
  overflow: hidden;
  background-color: var(--black);
  margin-top: -7rem;
}
@media (width <= 64rem) {
  .hero-single-post {
    margin-top: -6.25rem;
  }
}
.hero-single-post .image-content {
  aspect-ratio: 1;
}
@media (width <= 64rem) {
  .hero-single-post .image-content {
    aspect-ratio: 16/9;
  }
}
.hero-single-post .image-content img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.hero-single-post .details {
  position: relative;
  z-index: 2;
  color: var(--white);
  padding-top: 9rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
}
.hero-single-post .details .text {
  padding-left: 1rem;
  border-left: 1px solid var(--white);
}

.hero-about {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  margin-top: -7rem;
}
@media (width <= 64rem) {
  .hero-about {
    min-height: auto;
    margin-top: -6.25rem;
  }
}
.hero-about .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 0;
}
@media (width <= 64rem) {
  .hero-about .image-content {
    bottom: 0;
    height: 100%;
  }
}
.hero-about .image-content img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.hero-about .image-content:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--dark-purple-40, rgba(28, 27, 52, 0.4));
}
.hero-about .details {
  position: relative;
  z-index: 2;
  color: var(--white);
  min-height: 100vh;
  padding-bottom: 2rem;
  display: flex;
  align-items: flex-end;
}
@media (width <= 64rem) {
  .hero-about .details {
    min-height: auto;
    padding-top: 8.25rem;
    align-items: flex-start;
  }
}
.hero-about .details .container {
  width: 100%;
}
.hero-about .details .text-container .text {
  padding-left: 1rem;
  border-left: 1px solid var(--white);
}
.hero-about .details .intro {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
@media (width <= 64rem) {
  .hero-about .details .intro {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }
}

.hero-offer {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  margin-top: -7rem;
}
@media (width <= 64rem) {
  .hero-offer {
    min-height: auto;
    margin-top: -6.25rem;
  }
}
.hero-offer .image-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 0;
}
@media (width <= 64rem) {
  .hero-offer .image-content {
    bottom: 0;
    height: 100%;
  }
}
.hero-offer .image-content img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.hero-offer .image-content:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--dark-purple-40, rgba(28, 27, 52, 0.4));
}
.hero-offer .details {
  position: relative;
  z-index: 2;
  color: var(--white);
  min-height: 100vh;
  padding-bottom: 2rem;
  display: flex;
  align-items: flex-end;
}
@media (width <= 64rem) {
  .hero-offer .details {
    min-height: auto;
    padding-top: 8.25rem;
    align-items: flex-start;
  }
}
.hero-offer .details .container {
  width: 100%;
}
.hero-offer .details .text-container .text {
  padding-left: 1rem;
  border-left: 1px solid var(--white);
}
.hero-offer .details .intro {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
@media (width <= 64rem) {
  .hero-offer .details .intro {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }
}
.hero-offer .infos {
  margin-left: 16.6667%;
}
@media (width <= 79rem) {
  .hero-offer .infos {
    margin-left: 8.3333%;
  }
}
@media (width <= 64rem) {
  .hero-offer .infos {
    margin-left: 0;
  }
}

.block-list {
  position: relative;
  background-color: var(--black);
}
.block-list .title-h2 {
  color: var(--white);
}
.block-list .title-h2 i {
  color: var(--light-blue);
}
.block-list .intro {
  color: var(--white);
  width: 75%;
}
@media (width <= 64rem) {
  .block-list .intro {
    width: 100%;
  }
}
.block-list .list-elem .elem {
  border-bottom: 1px solid white;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media (width > 64rem) {
  .block-list .list-elem .elem {
    display: flex;
  }
}
.block-list .list-elem .elem:first-child {
  padding-top: 1rem;
  border-top: 1px solid white;
}
.block-list .list-elem .elem:last-child {
  margin-bottom: 0;
}
.block-list .list-elem .elem .elem-image {
  border-radius: 0.25rem;
  background: #ccc;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media (width > 64rem) {
  .block-list .list-elem .elem .elem-image {
    max-width: 15.5rem;
    min-width: 15.5rem;
    align-self: flex-start;
  }
}
.block-list .list-elem .elem .elem-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (width > 64rem) {
  .block-list .list-elem .elem .infos {
    display: flex;
    flex: 1 1 0%;
    min-width: 0;
  }
}
.block-list .list-elem .elem .infos .title {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}
@media (width > 64rem) {
  .block-list .list-elem .elem .infos .title {
    width: 100%;
  }
}
.block-list .list-elem .elem .infos .text {
  color: var(--white);
}
@media (width > 64rem) {
  .block-list .list-elem .elem .infos .text {
    width: 50%;
  }
}
@media (width > 64rem) {
  .block-list .list-elem .elem .infos:has(.text) .title {
    width: 50%;
  }
}
.block-list .list-elem a:focus-visible,
.block-list .list-elem button:focus-visible {
  outline: 0.125rem solid var(--white);
  outline-offset: 0.125rem;
}
.block-list.bg_white {
  color: var(--black);
  background-color: var(--white);
}
.block-list.bg_white .title-h2 {
  color: var(--black);
}
.block-list.bg_white .title-h2 i {
  color: var(--blue);
}
.block-list.bg_white .intro {
  color: var(--black);
}
.block-list.bg_white .list-elem .elem {
  border-bottom: 1px solid var(--black);
}
.block-list.bg_white .list-elem .elem:first-child {
  border-top: 1px solid var(--black);
}
.block-list.bg_white .list-elem .elem .infos .title,
.block-list.bg_white .list-elem .elem .infos .text {
  color: var(--black);
}

.services {
  background-color: #fff;
}
.services .row:last-child {
  align-items: stretch;
}
.services .services-zone {
  align-items: stretch;
}
.services .list-elem {
  list-style: none;
  margin: 0;
  padding: 0;
}
.services .elem {
  display: flex;
  padding: 1.25rem 0.5rem 1.25rem 1.25rem;
  align-items: flex-start;
  gap: 1.5rem;
  align-self: stretch;
  cursor: pointer;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-top: -1px;
  position: relative;
}
.services .elem:first-child {
  border-top: 1px solid #ccc;
}
.services .elem.is-active .details a {
  background-color: var(--blue);
  transform: translateX(4px);
}
.services .infos {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
}
.services .nbr {
  font-size: 1rem;
  font-weight: 500;
  min-width: 2.5rem;
  color: var(--blue);
}
.services .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
.services .details a {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  flex-shrink: 0;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.services .details a svg {
  width: 0.7rem;
  height: auto;
}
.services .details a svg path {
  fill: white;
}
.services .title {
  color: var(--black2);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}
.services .text {
  color: black;
  opacity: 0.7;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.services.has-active .list-elem .elem {
  opacity: 0.25;
}
.services.has-active .list-elem .elem.is-active {
  opacity: 1;
}
.services .image-zone {
  position: relative;
  min-height: 22rem;
}
.services .image-zone.anim-bg .bars {
  z-index: 3;
}
.services .image-zone.anim-bg .bar {
  animation: none;
  transform: scaleY(0);
}
.services .image-zone.anim-bg.is-animating .bar {
  animation: servicesBgWipe 1.2s ease-in-out;
}
.services .elem-image-mob {
  position: relative;
  aspect-ratio: 16/9;
  height: 4rem;
  width: auto;
}
@media (width <= 48rem) {
  .services .elem-image-mob {
    display: none !important;
  }
}
.services .elem-image-mob img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.services .elem-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: none;
  transition: none;
  z-index: 2;
}
.services .elem-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.services .elem-image.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: none;
}
@keyframes servicesBgWipe {
  0% {
    transform: scaleY(0);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@media (width <= 64rem) {
  .services .services-zone {
    display: flex;
    flex-direction: column;
  }
  .services .image-zone {
    order: -1;
    margin-bottom: var(--spc-y);
    min-height: 16rem;
  }
  .services .list-elem {
    order: 0;
    margin-top: 0;
  }
  .services .details {
    align-items: flex-start;
  }
}

.gallery {
  overflow: hidden;
  position: relative;
}
.gallery .gallery__wrapper {
  overflow: hidden;
}
.gallery .gallery__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 3rem;
  will-change: transform;
}
.gallery .gallery__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
}
.gallery .gallery__item img {
  width: auto;
  max-height: 4.5rem;
  filter: grayscale(100%);
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.gallery .gallery__item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.gallery::before, .gallery::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10rem;
  pointer-events: none;
  z-index: 1;
}
.gallery::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.gallery::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.image-content {
  position: relative;
  width: 100%;
  background-image: url(../img/bg-green.png);
  color: var(--white);
}
.image-content .img-content {
  position: relative;
  aspect-ratio: 3/4;
}
@media (width <= 64rem) {
  .image-content .img-content {
    aspect-ratio: initial;
    height: 20rem;
  }
}
.image-content .img-content img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.image-content .elem {
  display: flex;
  flex-direction: column;
}
.image-content .elem .title-h2 {
  color: var(--white);
}
.image-content .elem .title-h2 i {
  color: #ccf0c5;
  font-family: "Instrument Serif";
  font-size: 5.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}
@media (width <= 79rem) {
  .image-content .elem .title-h2 i {
    font-size: 4rem;
  }
}
@media (width <= 64rem) {
  .image-content .elem .title-h2 i {
    font-size: 3rem;
  }
}
.image-content .elem .details {
  margin-top: auto;
}
.image-content .elem .details .text {
  font-size: 1.5rem;
}

.map-agency .img-content {
  position: relative;
  aspect-ratio: 16/7;
}
@media (width <= 64rem) {
  .map-agency .img-content {
    aspect-ratio: initial;
  }
}
.map-agency .img-content img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.map-agency .map-agency-numbers {
  background-color: var(--black);
}
.map-agency .map-agency-numbers .numbers {
  width: 80%;
  margin: auto;
}
@media (width <= 79rem) {
  .map-agency .map-agency-numbers .numbers {
    width: 100%;
    text-align: center;
  }
}
.map-agency .map-agency-numbers .numbers .number {
  margin: auto;
}
.map-agency .map-agency-numbers .numbers .number .nbr {
  color: var(--White, #fff);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.map-agency .map-agency-numbers .numbers .number .nbr .anim-nbr {
  font-size: 4.5rem;
  line-height: 117%;
  font-weight: 400;
}
.map-agency .map-agency-numbers .numbers .number .nbr .anim-text {
  display: block;
}
.map-agency .details h2 {
  font-size: 2.5rem;
  line-height: 120%;
}
.map-agency .details h2 i {
  font-family: "Mona Sans";
  font-size: 2.5rem;
  font-style: normal;
}

.video-images {
  background-color: var(--light-blue);
}
.video-images .video {
  background-color: white;
  padding: 2.5rem 1.5rem;
  position: sticky;
  top: 2rem;
}
.video-images .video .links {
  width: fit-content;
  display: flex;
  gap: 2rem;
}
@media (width <= 36rem) {
  .video-images .video .links {
    display: block;
  }
}
.video-images .video .links .link {
  display: inline-block;
}
@media (width <= 36rem) {
  .video-images .video .links .link {
    display: block;
    margin-bottom: 1rem;
  }
}
.video-images .video .links .link .button {
  display: block;
  min-width: 11rem;
  text-align: center;
  margin: auto;
}
.video-images .video .links .link:nth-child(even) .button {
  color: #008ab7;
}
.video-images .video .links .link:nth-child(even) .button::before {
  background: transparent;
  border: 1px solid #008ab7;
}
.video-images .images .img-content {
  aspect-ratio: 13/8;
  width: 100%;
  margin: 3rem 0 0 0;
}
.video-images .images .img-content:not(:last-child) {
  margin-bottom: 5rem;
}
@media (width <= 64rem) {
  .video-images .images .img-content:not(:last-child) {
    margin-bottom: 0rem;
  }
}
@media (width <= 64rem) {
  .video-images .images .img-content {
    margin: 1.5rem 0;
  }
}
.video-images .images .img-content img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

.media-text {
  background-color: #e5f3f9;
}
.media-text .video .video-container {
  position: relative;
  aspect-ratio: 16/9;
}
.media-text .video .video-container .video-cover {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.media-text .video .video-container .video-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.media-text .video .video-container .video-cover:hover img {
  transform: scale(1.05);
}
.media-text .video .video-container:hover .video-cover img {
  transform: scale(1.05);
}
.media-text .video .video-container .video-iframe {
  width: 100%;
  height: 100%;
  display: none;
  border: none;
}
.media-text .video .video-container.is-playing .video-iframe {
  display: block;
}
.media-text .video .video-container .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 3.5rem;
  height: 3.5rem;
  padding: 1.02081rem;
  border-radius: 2.5rem;
  background: #008ab7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  opacity: 1;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.media-text .video .video-container .video-button svg {
  margin-left: 3px;
}
.media-text .video .video-container .video-button svg path {
  fill: var(--white);
}
.media-text .image-container {
  width: 100%;
  aspect-ratio: 16/9;
}
.media-text .image-container img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.media-text .image-container:hover img {
  transform: scale(1.05);
}
.media-text .intro {
  color: #100f0f;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}

@media (width > 64rem) {
  .icon-title-text .list-elem:has(.elem:nth-child(5):last-child) {
    justify-content: center;
  }
  .icon-title-text .list-elem:has(.elem:nth-child(5):last-child) .elem {
    --cs: 4;
  }
}
.icon-title-text .list-elem .elem {
  color: white;
  background-color: #003d20;
  padding: 1.5rem;
  display: grid;
}
@media (width > 48rem) {
  .icon-title-text .list-elem .elem {
    aspect-ratio: 1;
  }
}
.icon-title-text .list-elem .elem .elem-image {
  border-radius: 2.5rem;
  background: var(--White, #fff);
  backdrop-filter: blur(6px);
  width: 2.8125rem;
  height: 2.8125rem;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
.icon-title-text .list-elem .elem .elem-image img {
  margin: auto;
  width: 70%;
  height: 70%;
  object-fit: contain;
}
.icon-title-text .list-elem .elem .title-h3 {
  color: #ccf0c5;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}
.icon-title-text .list-elem .elem .text {
  margin-top: auto;
}

.history {
  color: var(--white);
  background-color: var(--black);
}
.history .title-h2 {
  color: var(--white);
  font-size: 3rem;
  font-weight: 300;
  line-height: 110%;
}
@media (width <= 48rem) {
  .history .title-h2 {
    font-size: 2rem;
  }
}
.history .title-h2 i {
  color: var(--Light-blue, #dff6fe);
  font-size: 5.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}
@media (width <= 48rem) {
  .history .title-h2 i {
    font-size: 2.5rem;
  }
}
.history .text {
  color: var(--white);
}
.history .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
@media (width <= 64rem) {
  .history .image img {
    border-radius: 0.25rem;
  }
}
.history .image.image-1 {
  height: 15.9375rem;
}
@media (width <= 64rem) {
  .history .image.image-1 {
    height: initial;
    aspect-ratio: 16/9;
  }
}
.history .image.image-2 {
  height: 35.1rem;
}
@media (width <= 64rem) {
  .history .image.image-2 {
    height: initial;
    aspect-ratio: 16/9;
  }
}
.history .image.image-3 {
  height: 15.9375rem;
  aspect-ratio: 4/5;
}
@media (width <= 79rem) {
  .history .image.image-3 {
    height: 35.1rem;
    aspect-ratio: initial;
  }
}
@media (width <= 64rem) {
  .history .image.image-3 {
    height: initial;
    aspect-ratio: 16/9;
  }
}

.cta {
  background-color: #e5f3f8;
}
.cta .list-elem .elem {
  max-height: 100%;
  background-color: var(--black);
  color: var(--white);
  position: relative;
}
.cta .list-elem .elem .elem-image {
  position: absolute;
  inset: 0;
}
.cta .list-elem .elem .elem-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
@media (width <= 64rem) {
  .cta .list-elem .elem .elem-image img {
    border-radius: 0.25rem;
  }
}
.cta .list-elem .elem .infos {
  z-index: 1;
  position: relative;
  height: 100%;
  display: inline-grid;
}
.cta .list-elem .elem .infos .title-h3 {
  color: var(--white);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 120%;
}
.cta .list-elem .elem .button {
  margin-top: auto;
  width: fit-content;
}

.cta-contact {
  background-color: #b0d4ff;
}
.cta-contact .bg {
  position: relative;
}
@media (width <= 64rem) {
  .cta-contact .bg {
    padding: 1.5rem;
  }
}
.cta-contact .bg:before {
  content: "";
  position: absolute;
  inset: 0;
  transform: skewX(-10deg);
  z-index: 0;
  pointer-events: none;
  background-color: var(--black);
  width: 90%;
  right: 0;
  left: initial;
}
@media (width <= 64rem) {
  .cta-contact .bg:before {
    width: 100%;
    transform: initial;
  }
}
.cta-contact .elem-image {
  z-index: 1;
  height: 100%;
  position: relative;
}
.cta-contact .elem-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cta-contact .infos {
  z-index: 1;
  color: var(--white);
  padding-inline: 3rem;
}
@media (width <= 79rem) {
  .cta-contact .infos {
    padding-inline: 2rem;
  }
}
@media (width <= 64rem) {
  .cta-contact .infos {
    padding-inline: 0rem;
  }
}
.cta-contact .infos .title-h2 {
  color: var(--white);
  font-size: 2.5rem;
}
@media (width <= 79rem) {
  .cta-contact .infos .title-h2 {
    font-size: 2rem;
  }
}
.cta-contact .infos .title-h2 i {
  font-family: "Instrument Serif";
  font-size: 2.875rem;
  line-height: 120%;
}
@media (width <= 79rem) {
  .cta-contact .infos .title-h2 i {
    font-size: 2rem;
  }
}

.team {
  background-color: #e5f3f9;
}
.team .img-content {
  width: 100%;
}
.team .img-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.player {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.player:hover .overlay .image {
  transform: scale(1.05);
}
.player:hover .overlay .label {
  max-width: 10rem;
  opacity: 1;
  transform: translateX(0);
}
.player .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
  width: 100%;
  height: 100%;
}
.player .overlay .image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
  z-index: 0;
}
.player .overlay .frame {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
}
.player .overlay .btn-play {
  position: relative;
  display: block;
  width: 4rem;
  height: 4rem;
  border: 0;
  border-radius: 50%;
  background: var(--blue);
}
.player .overlay .btn-play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/play.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.player .overlay .label {
  white-space: nowrap;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  margin-left: 0.75rem;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateX(0.5rem);
  transition: opacity 0.6s ease, transform 1s ease, max-width 1s ease;
  pointer-events: none;
}
.player .overlay:focus-visible .frame {
  outline: 2px solid var(--blue);
  outline-offset: 6px;
}
.player .video-frame {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.player .video-frame .frame:focus-visible {
  border: 1px solid red;
}
.player .video-frame video,
.player .video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.block-quote .quote {
  padding: 0.5rem;
  align-items: center;
  gap: 2.375rem;
  align-self: stretch;
  background-color: var(--white);
}
@media (width > 48rem) {
  .block-quote .quote {
    display: flex;
  }
}
.block-quote .quote .img-content {
  height: 15rem;
  aspect-ratio: 3/4;
  border-radius: 0.18963rem;
  background: #888;
}
.block-quote .quote .img-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.block-quote .quote .name {
  color: #100f0f;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: flex;
  vertical-align: middle;
  align-items: center;
  gap: 1rem;
}
.block-quote .quote .testimony {
  color: #100f0f;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
}
@media (width > 64rem) {
  .block-quote .quote .testimony {
    width: 75%;
  }
}
@media (width > 48rem) {
  .block-quote .quote .testimony {
    font-size: 1.3rem;
  }
}

.block-slider-images .swiper-images {
  overflow: hidden;
  max-height: 80vh;
  aspect-ratio: unset;
}
.block-slider-images .swiper-images .swiper-wrapper {
  display: flex;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}
.block-slider-images .swiper-images .swiper-slide {
  flex-shrink: 0;
  height: 52vh;
  width: auto;
  max-width: 85vw;
}
.block-slider-images .swiper-images .swiper-slide img {
  height: 100%;
  width: auto;
  display: block;
}
.block-slider-images .swiper-images .swiper-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.block-slider-images .swiper-images .swiper-nav button {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 0;
  background: var(--black);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.block-slider-images .swiper-images .swiper-nav .prev::before {
  content: "←";
}
.block-slider-images .swiper-images .swiper-nav .next::before {
  content: "→";
}

.last-news {
  color: var(--white);
  background-color: var(--black);
}
.last-news .title-h2 {
  color: var(--white);
}

.case-studies {
  position: relative;
}
.case-studies .bg-image {
  inset: 0;
  position: absolute;
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.case-studies .informations {
  position: sticky;
  top: 40%;
  color: var(--white);
}
.case-studies .informations .title-h2 {
  color: var(--white);
}
.case-studies .informations .title-h2 i {
  color: var(--white);
}
.case-studies .informations .button {
  color: var(--black);
}
.case-studies .informations .button:before {
  content: "";
  background-color: var(--white);
}
.case-studies .post-last-card {
  margin-bottom: 1.5rem;
  background-color: rgba(149, 192, 228, 0.5);
}
.case-studies .post-last-card .elem-image {
  height: 100%;
  aspect-ratio: 16/9;
}

.testimonials {
  position: relative;
  background-color: var(--blue-alt);
}
.testimonials .title-h2 i {
  color: var(--blue);
}
.testimonials .svg-testimonial {
  margin: auto;
  width: fit-content;
  position: absolute;
  top: -3.7em;
  left: 0;
  right: 0;
  z-index: 1;
}
.testimonials .testimonial {
  padding: 2rem;
  background-color: var(--white);
}
.testimonials .testimonial .name {
  font-weight: 500;
}
.testimonials .testimonial .info {
  color: var(--grey);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.gallery-testimonials {
  background-color: var(--blue-alt);
}
.gallery-testimonials::before {
  left: 0;
  background: linear-gradient(to right, var(--blue-alt) 0%, rgba(255, 255, 255, 0) 100%);
}
.gallery-testimonials::after {
  right: 0;
  background: linear-gradient(to left, var(--blue-alt) 0%, rgba(255, 255, 255, 0) 100%);
}

.job-offers {
  position: relative;
  overflow: hidden;
  background: var(--white);
}
.job-offers .img-content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.job-offers .img-content img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.job-offers .content-offers {
  position: relative;
  color: var(--white);
}
.job-offers .content-offers .title-h2 {
  color: var(--white);
  font-family: "Mona Sans";
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 120%;
  margin: 1.8rem 1rem;
}
.job-offers .content-offers .swiper-nav {
  display: flex;
  gap: 0.5rem;
  background: transparent;
  width: auto;
  height: auto;
  padding: 0;
  margin-left: 1rem;
}
.job-offers .content-offers .swiper-button-prev,
.job-offers .content-offers .swiper-button-next {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  background: #000;
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.job-offers .content-offers .swiper-button-prev svg,
.job-offers .content-offers .swiper-button-next svg {
  height: 0.7rem;
  width: 100%;
}
.job-offers .content-offers .swiper-button-prev svg path,
.job-offers .content-offers .swiper-button-next svg path {
  fill: white;
}
.job-offers .content-offers .swiper-button-prev svg {
  transform: rotate(180deg);
}
.job-offers .swiper-offers {
  margin-top: 9rem;
}
@media (width <= 64rem) {
  .job-offers .swiper-offers {
    margin-top: 2rem;
  }
}
.job-offers .swiper-offers .swiper-wrapper {
  display: flex;
}
.job-offers .swiper-offers .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
}
.job-offers .swiper-offers .swiper-wrapper .swiper-slide .card-offers {
  display: block;
  height: 100%;
  padding: 1.5rem;
  border: 1px solid #e2e2e2;
  background: var(--white-5, rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(42px);
  border-image: linear-gradient(90deg, #968f85, #2f2f29) 1;
  color: inherit;
  text-decoration: none;
}
.job-offers .swiper-offers .swiper-wrapper .swiper-slide .card-offers h3 {
  color: var(--White, #fff);
  font-family: "Mona Sans";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}
.job-offers .swiper-offers .swiper-wrapper .swiper-slide .card-offers .date {
  color: var(--White, #fff);
  font-family: "Mona Sans";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.accordion .card-accordion {
  background-color: var(--black);
  padding: 1.5rem;
}
.accordion .card-accordion .text {
  color: var(--white);
  font-family: "Mona Sans";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
}
.accordion .card-accordion .text img {
  max-width: 100%;
  height: auto;
}
.accordion .list-accordion {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.accordion .list-accordion li {
  color: var(--black);
  border-bottom: 1px solid #ccc;
}
.accordion .list-accordion .question {
  --accordion-icon-size: 2.8125rem;
  --accordion-icon-line: 0.875rem;
  --accordion-icon-stroke: 0.125rem;
  margin: 0;
  padding-block: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  color: #100f0f;
  font-family: "Mona Sans";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
  cursor: pointer;
  position: relative;
}
.accordion .list-accordion .question .label {
  flex: 1 1 auto;
  min-width: 0;
  margin-top: 7px;
}
.accordion .list-accordion .question .accordion-icon {
  flex: 0 0 auto;
  position: relative;
  display: block;
  width: var(--accordion-icon-size);
  height: var(--accordion-icon-size);
  margin-left: auto;
  background-color: var(--black);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.accordion .list-accordion .question .accordion-icon::before, .accordion .list-accordion .question .accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--accordion-icon-line);
  height: var(--accordion-icon-stroke);
  background-color: var(--white);
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
.accordion .list-accordion .question .accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(1);
  transition: transform 0.3s ease;
}
.accordion .list-accordion li.is-open .accordion-icon {
  background-color: var(--blue);
}
.accordion .list-accordion li.is-open .accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}
.accordion .list-accordion .answer {
  font-size: 1rem;
  line-height: 1.6;
  padding-bottom: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s cubic-bezier(0.22, 1, 0.36, 1), padding-bottom 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.accordion .list-accordion li.is-open .answer {
  max-height: fit-content;
  padding-bottom: 1.2rem;
}

.error404 {
  background: var(--black) !important;
  color: white;
}
.error404 .header {
  background: var(--black) !important;
  color: white;
}
.error404 .wrapper {
  vertical-align: middle;
  align-items: center;
  display: flex;
}
.error404 .wrapper .page-404 .block-404 {
  margin: auto;
  text-align: center;
}
.error404 .wrapper .page-404 .block-404-title {
  font-size: 8vw;
  font-weight: 300;
  line-height: 1;
}
.error404 .wrapper .page-404 .block-404-link {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.page-template-contact .block-contact {
  display: flex;
  width: 100%;
  padding: 2rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  border: 1px solid var(--blue);
}
.page-template-contact .block-contact .title {
  color: #100f0f;
  font-family: "Mona Sans";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}
.page-template-contact .block-contact .btn:last-child {
  margin: 0;
}
.page-template-contact .list-agencies {
  display: grid;
  gap: 1rem;
}
.page-template-contact .list-agencies li {
  display: flex;
  padding: 2rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  border: 1px solid #e2e2e2;
  background: #fff;
}
.page-template-contact .list-agencies li .agency {
  display: grid;
  gap: 1rem;
}
.page-template-contact .list-agencies li .agency .title {
  color: #100f0f;
  font-family: "Mona Sans";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}
.page-template-contact .list-agencies li .agency .agency-info {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}
.page-template-contact .list-agencies li .agency .agency-info .agency-label {
  width: 2rem;
  height: 2rem;
  margin-right: 0.75rem;
}
.page-template-contact .list-agencies li .agency .agency-info .agency-label svg {
  width: 100%;
  height: 100%;
}
.page-template-contact .list-agencies li .agency .agency-info .agency-value {
  color: #100f0f;
  font-family: "Mona Sans";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.page-template-contact .contact-form {
  padding: 2rem;
  color: var(--white);
  background-color: var(--black);
  position: sticky;
  top: 2rem;
}
.page-template-contact .contact-form .gform_title,
.page-template-contact .contact-form .gform_required_legend {
  display: none;
}
.page-template-contact .contact-form .required-fields {
  color: #fff;
  font-family: "Mona Sans";
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.125rem;
  text-transform: uppercase;
}

.agencies-layout {
  background-color: var(--black);
  --agencies-fade-height: 6rem;
  --agencies-fade-color: rgba(28, 27, 52, 0.9);
  position: relative;
}
.agencies-layout .agencies-map-wrapper {
  position: relative;
  transition: all ease 0.5s;
}
.agencies-layout .agencies-map-wrapper #agencies-map {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.agencies-layout .agencies-map-wrapper .map-zoom-controls {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 8px;
  background: #fff;
  border-radius: 4px;
  z-index: 1;
}
.agencies-layout .agencies-map-wrapper .map-zoom-controls .map-zoom-btn {
  width: 32px;
  height: 32px;
  background: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #060F23;
  transition: background 0.2s ease;
}
.agencies-layout .agencies-map-wrapper .map-zoom-controls .map-zoom-btn svg {
  width: 16px;
  height: 16px;
  display: block;
}
.agencies-layout .agencies-map-wrapper .map-zoom-controls .map-zoom-btn:hover {
  background: #f0f0f0;
}
.agencies-layout .agencies-map-wrapper .map-zoom-controls .map-zoom-btn:active {
  background: #e0e0e0;
}
.agencies-layout .agencies-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.5rem;
  overflow-y: auto;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: #008ab7 transparent;
}
.agencies-layout .agencies-list::-webkit-scrollbar {
  width: 4px;
}
.agencies-layout .agencies-list::-webkit-scrollbar-track {
  background: transparent;
}
.agencies-layout .agencies-list::-webkit-scrollbar-thumb {
  background-color: #008ab7;
  border-radius: 999px;
}
.agencies-layout .agencies-list .agency {
  padding: 2rem;
  background: var(--white);
  transition: all 0.3s ease;
}
.agencies-layout .agencies-list .agency .agency-title {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}
.agencies-layout .agencies-list .agency .agency-info {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}
.agencies-layout .agencies-list .agency .agency-info .agency-label {
  font-weight: 600;
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
}
.agencies-layout .agencies-list .agency .agency-info .agency-label svg {
  width: 2rem;
  height: 2rem;
}
.agencies-layout .agencies-list .agency .agency-info .agency-value {
  flex: 1;
  color: var(--black);
  font-family: "Mona Sans";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.agencies-layout .agencies-list .agency .btn {
  margin-top: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
}
.agencies-layout .agencies-list .agency:hover {
  opacity: 0.9;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}
.agencies-layout .agencies-fade {
  position: sticky;
  z-index: 2;
  display: block;
  width: 100%;
  height: var(--agencies-fade-height);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.agencies-layout .agencies-fade--bottom {
  bottom: 0;
  margin-top: calc(var(--agencies-fade-height) * -1);
  background: linear-gradient(360deg, #1C1B34 0%, rgba(255, 255, 255, 0) 100%);
}
.agencies-layout .agencies-fade.is-visible {
  opacity: 1;
}

.page-template-default:not(.home) {
  background: var(--black) !important;
}
.page-template-default:not(.home) .header {
  background: var(--black) !important;
}
.page-template-default:not(.home) .cms,
.page-template-default:not(.home) .cms h2,
.page-template-default:not(.home) .cms h3 {
  color: white;
}

.ecoindex-grade {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.ecoindex-grade-item {
  display: flex;
  width: clamp(3rem, 5vw, 5rem);
  aspect-ratio: 1;
  padding: 0.75rem;
  border: 1px solid;
  border-radius: 0.5rem;
  justify-content: flex-end;
  align-items: flex-end;
  font-weight: 500;
  line-height: 1;
}
.ecoindex-grade-item:nth-child(1) {
  color: #4D9E30;
}
.ecoindex-grade-item:nth-child(1).ecoindex-grade-item--active {
  background-color: #4D9E30;
  color: white;
}
.ecoindex-grade-item:nth-child(2) {
  color: #50B84B;
}
.ecoindex-grade-item:nth-child(2).ecoindex-grade-item--active {
  background-color: #50B84B;
  color: white;
}
.ecoindex-grade-item:nth-child(3) {
  color: #CADB2A;
}
.ecoindex-grade-item:nth-child(3).ecoindex-grade-item--active {
  background-color: #CADB2A;
  color: white;
}
.ecoindex-grade-item:nth-child(4) {
  color: #F6EB13;
}
.ecoindex-grade-item:nth-child(4).ecoindex-grade-item--active {
  background-color: #F6EB13;
  color: white;
}
.ecoindex-grade-item:nth-child(5) {
  color: #FECD07;
}
.ecoindex-grade-item:nth-child(5).ecoindex-grade-item--active {
  background-color: #FECD07;
  color: white;
}
.ecoindex-grade-item:nth-child(6) {
  color: #FA9F47;
}
.ecoindex-grade-item:nth-child(6).ecoindex-grade-item--active {
  background-color: #FA9F47;
  color: white;
}
.ecoindex-grade-item:nth-child(7) {
  color: #EF3A3B;
}
.ecoindex-grade-item:nth-child(7).ecoindex-grade-item--active {
  background-color: #EF3A3B;
  color: white;
}

.blog {
  background: var(--black);
}
.blog #filters {
  color: #fff;
  font-family: "Mona Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--white-20, rgba(255, 255, 255, 0.2));
}
.blog #filters .filters-fieldset {
  display: flex;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  border: 0;
}
.blog #filters input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.blog #filters label {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 0 0.75rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s ease;
}
@media (width <= 36rem) {
  .blog #filters label {
    padding: 0 0 0.4rem;
    display: block;
    text-align: center;
  }
}
.blog #filters label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 1px;
  background: #fff;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.blog #filters label:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
.blog #filters label:focus-visible::after {
  background: var(--blue);
  opacity: 1;
  transform: scaleX(1);
}
.blog #filters label:not(:last-child) {
  margin-right: 4.5rem;
}
@media (width <= 48rem) {
  .blog #filters label:not(:last-child) {
    margin-right: 1rem;
  }
}
.blog #filters label .total {
  margin-left: 0.2rem;
}
@media (width <= 36rem) {
  .blog #filters label .total {
    margin: 0 0.3rem;
    display: none;
  }
}
.blog #filters input:checked + label::after,
.blog #filters input:focus-visible + label::after {
  opacity: 1;
  transform: scaleX(1);
}

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