/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* -----------------------------------------------------
   Libs
   ----------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
}
:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
  --swiper-pagination-color: var(--bg-blue);
  --swiper-pagination-bullet-inactive-color: var(--bg-blue-light);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  /*
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-prev:after {
  content: "prev";
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

.swiper-pagination-lock {
  display: none;
}

/* -----------------------------------------------------
   Config
   ----------------------------------------------------- */
/* Colors
  ========================================================================== */
:root {
  --color-legend: #a0aabb;
  --color-accent: #9ec9e5;
  --bg-blue: #103044;
  --bg-blue-dark: #0a2232;
  --bg-blue-light: #5693b8;
  --secondary-color: #c74a42;
  --neutral-color: #969461;
  --black-color: #000000;
  --font-general: "Poppins", Helvetica, Arial, sans-serif;
  --container-size: 100%;
  --overflow: auto;
}
@media (min-width: 576px) {
  :root {
    --container-size: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --container-size: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --container-size: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-size: 1140px;
  }
}
@media (min-width: 1400px) {
  :root {
    --container-size: 1320px;
  }
}
@media (min-width: 1440px) {
  :root {
    --container-size: 1405px;
  }
}

body {
  font-family: var(--font-general);
  overflow-x: clip;
  background: var(--black);
  color: var(--bg-blue);
}

a {
  color: var(--color-accent);
}
a:hover {
  color: #76b3da;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-general);
  color: white;
  line-height: 1;
  color: var(--bg-blue);
}

h1 {
  margin-top: 0;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

h2 {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 55px;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 60px;
    line-height: 65px;
  }
}

h3 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 1em;
}

h4 {
  font-size: 25px;
  line-height: 22px;
  margin-bottom: 1em;
}
@media (min-width: 1200px) {
  h4 {
    font-size: 25px;
    line-height: 28px;
  }
}

h5.subtitle {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 18px;
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  color: var(--color-accent);
}

p {
  margin-bottom: 1.5em;
}

ul,
ol {
  margin-bottom: 2.5em;
}

p.large {
  font-size: 18px;
  line-height: 27px;
}

.legend {
  font-size: 10px;
  line-height: 14px;
  color: var(--color-legend);
  font-style: italic;
}

.small {
  font-size: 14px;
  line-height: 24px;
}

.title-100 {
  font-size: 100px;
  line-height: 90px;
}

.title-50 {
  font-size: 50px;
  line-height: 55px;
}

.title-22 {
  font-size: 22px;
  line-height: 25px;
}

.titre-20 {
  font-size: 20px;
  line-height: 22px;
}

.titre-mobile-40 {
  font-size: 40px;
  line-height: 50px;
}

.wp-block-separator {
  background-color: var(--color-accent);
  height: 2px;
  width: 70%;
  margin: 40px auto;
}

:root {
  --color-criminalisation: #103044;
  --color-children-families-and-youth: #9ec9e5;
  --color-detention-and-deportations: #f56124;
  --color-digital-technologies: #ff8752;
  --color-gender-equality: #7d70ba;
  --color-health: #c78ccf;
  --color-housing-and-anti-poverty: #ee9c2f;
  --color-justice-and-policing: #f5ba6b;
  --color-regularisation: #ffffff;
  --color-work: #5693b8;
}

.bg-work-area {
  --work-area--background: var(--bg-blue);
  --work-area--color: #ffffff;
  background-color: var(--work-area--background);
  color: var(--work-area--color);
}
.bg-work-area h5.subtitle,
.bg-work-area h2 {
  color: var(--work-area--color);
}
.bg-work-area--criminalisation {
  --work-area--background: var(--color-criminalisation);
  --work-area--foreground: #9ec9e5;
  --work-area--foregroundimage: url("../img/humans/Circle_Criminalisation.png");
}
.bg-work-area--children-families-and-youth {
  --work-area--background: var(--color-children-families-and-youth);
  --work-area--foreground: #5693b8;
  --work-area--foregroundimage: url("../img/humans/Circle_ChildrenFamiliesandYouth.png");
}
.bg-work-area--detention-and-deportations {
  --work-area--background: var(--color-detention-and-deportations);
  --work-area--foreground: #ff8752;
  --work-area--foregroundimage: url("../img/humans/Circle_DigitalTechnologies-1.png");
}
.bg-work-area--digital-technologies {
  --work-area--background: var(--color-digital-technologies);
  --work-area--foreground: #f56124;
  --work-area--foregroundimage: url("../img/humans/Circle_DigitalTechnologies.png");
}
.bg-work-area--gender-equality {
  --work-area--background: var(--color-gender-equality);
  --work-area--foreground: #a699e3;
  --work-area--foregroundimage: url("../img/humans/Circle_GenderEquality.png");
}
.bg-work-area--health {
  --work-area--background: var(--color-health);
  --work-area--foreground: #9b4da8;
  --work-area--foregroundimage: url("../img/humans/Circle_Health.png");
}
.bg-work-area--housing-and-anti-poverty {
  --work-area--background: var(--color-housing-and-anti-poverty);
  --work-area--foreground: #f5ba6b;
  --work-area--foregroundimage: url("../img/humans/Circle_HousingandAnti-Poverty.png");
}
.bg-work-area--justice-and-policing {
  --work-area--background: var(--color-justice-and-policing);
  --work-area--foreground: #ee9c2f;
  --work-area--foregroundimage: url("../img/humans/Circle_JusticeandPolicing.png");
}
.bg-work-area--regularisation {
  --work-area--background: var(--color-regularisation);
  --work-area--foreground: #9ec9e5;
  --work-area--foregroundimage: url("../img/humans/Circle_Regularisation.png");
}
.bg-work-area--work {
  --work-area--background: var(--color-work);
  --work-area--foreground: #9ec9e5;
  --work-area--foregroundimage: url("../img/humans/Circle_Work.png");
}
.bg-work-area--children-families-and-youth, .bg-work-area--justice-and-policing, .bg-work-area--regularisation {
  --work-area--color: var(--bg-blue);
}

.work-areas-links {
  margin-left: -22.5px;
  margin-right: -22.5px;
}
@media (min-width: 576px) {
  .work-areas-links {
    margin-left: 0;
    margin-right: 0;
  }
}

.work-area-link {
  display: block;
  padding: 24px 28px;
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  z-index: 2;
  transition: transform 250ms;
}
@media (min-width: 1200px) {
  .work-area-link {
    padding: 25px 32px;
  }
}
.work-area-link:hover {
  color: var(--work-area--color);
  transform: scale(1.022);
  z-index: 3;
}
.work-area-link:hover::after {
  opacity: 1;
  transform: translateX(0) scale(0.978);
}
.work-area-link::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: all 250ms;
  transform: translateX(-100%);
  backface-visibility: hidden;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 21 22'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m10 1 10 10-10 10M1.606 10.961h17.556'/%3E%3C/svg%3E%0A");
}
@media (min-width: 1200px) {
  .work-area-link::after {
    right: 30px;
  }
}
.work-area-link.bg-work-area--children-families-and-youth::after, .work-area-link.bg-work-area--justice-and-policing::after, .work-area-link.bg-work-area--regularisation::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 21 22'%3E%3Cpath stroke='%23103044' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m10 1 10 10-10 10M1.606 10.961h17.556'/%3E%3C/svg%3E%0A");
}

.work-areas-links__wrapper {
  z-index: 3;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  transition: transform 250ms;
}
@media (min-width: 1200px) {
  .work-areas-links__wrapper {
    width: fit-content;
    bottom: initial;
    top: 227px;
    right: 0;
    left: initial;
    position: absolute;
  }
  .work-areas-links__wrapper:hover {
    transform: translateX(-20px);
  }
}

.work-areas-links__label {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 70px;
  top: initial;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-family: var(--font-general);
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: 0.5;
  color: var(--area--label);
}
@media (min-width: 1200px) {
  .work-areas-links__label {
    top: 0;
    bottom: 0;
    right: 61px;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.work-areas-links--small {
  z-index: 4;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 1199px) {
  .work-areas-links--small {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.work-areas-links--small::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1200px) {
  .work-areas-links--small {
    flex-direction: column;
    transform: translateX(calc(100% - 15px));
  }
}
.work-areas-links--small .work-area-link::after {
  display: none;
}
.work-areas-links--small .work-area-link {
  font-size: 16px;
  padding: 13px 20px;
  flex: 0 0 auto;
}
.work-areas-links--small .work-area-link:hover {
  transform: none;
}
@media (min-width: 1200px) {
  .work-areas-links--small .work-area-link:hover {
    transform: translateX(calc(-100% + 35px));
  }
}

/* -----------------------------------------------------
   Layout
   ----------------------------------------------------- */
html {
  overflow-x: hidden;
  overflow-y: var(--overflow);
}

body {
  position: relative;
}

body.modal-open {
  --overflow: clip;
  padding-right: 15px;
}
body.modal-open::before {
  content: "";
  z-index: 5;
  display: block;
  position: fixed;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

img {
  max-width: 100%;
  height: auto;
}

.img-fluid {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}

.row {
  --bs-gutter-x: 45px;
}

.container {
  --bs-gutter-x: 45px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1405px;
  }
}

@media (min-width: 1024px) {
  .no-padding {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .offset-xl-col {
    margin-left: calc(8.33333333% - 45px);
  }
}

@media (min-width: 1200px) {
  .offset-xl-col-right {
    margin-right: 22.5px;
  }
}
@media (min-width: 1440px) {
  .offset-xl-col-right {
    margin-right: 45px;
  }
}

@media (min-width: 1200px) {
  .offset-xl-n {
    margin-left: -18px;
  }
}

@media (min-width: 1200px) {
  .offset-xl-n-col {
    margin-left: calc((8.33333333% - 45px) * -1);
  }
}

@media (min-width: 1200px) {
  .offset-xl-n-col-large {
    margin-left: calc((8.33333333% - 45px) * -1);
  }
}

@media (min-width: 1200px) {
  .offset-xl-n-col-xlarge {
    margin-left: calc((8.33333333% - 90px) * -1);
  }
}

@media (min-width: 1200px) {
  .offset-xl-ngutter {
    margin-left: calc(var(--bs-gutter-x) * -1);
    margin-right: calc(var(--bs-gutter-x));
  }
}

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

@media (min-width: 1200px) {
  .text-xl-right {
    text-align: right;
  }
}

body.theme-inverse .site-header {
  --shape-background: #ffffff;
  --text-color: var(--bg-blue);
  --logo-color: var(--bg-blue);
  --icon-bar-color: #ffffff;
  --dropdown-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 7 12'%3E%3Cpath stroke='%23fff' stroke-linejoin='round' stroke-width='2' d='M.95 1 5.9 5.95.95 10.9'/%3E%3C/svg%3E");
}
body.theme-inverse.is-nav-active .site-header {
  --logo-color: #ffffff;
}

.site-header {
  --shape-background: var(--bg-blue);
  --text-color: #ffffff;
  --logo-color: #ffffff;
  --icon-bar-color: var(--bg-blue);
  --dropdown-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 7 12'%3E%3Cpath stroke='%23103044' stroke-linejoin='round' stroke-width='2' d='M.95 1 5.9 5.95.95 10.9'/%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 23px 0;
  z-index: 4;
  border-bottom: 1px solid transparent;
  overflow-x: clip;
}
@media (max-width: 1199px) {
  .site-header {
    padding-top: 46px;
    height: 110px;
  }
}
@media (min-width: 1200px) {
  .site-header {
    border-bottom: 0;
  }
}
.site-header.is-pinned {
  position: fixed;
  background: white;
  padding: 0;
  box-shadow: 0px 0px 40px -5px rgba(158, 201, 229, 0.4);
}
.site-header.is-pinned .logo svg {
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .site-header.is-pinned {
    height: 95px;
  }
  .site-header.is-pinned .btn-nav {
    margin-top: 25px;
  }
  .site-header.is-pinned .btn-nav .icon-bar {
    background-color: var(--bg-blue) !important;
  }
}
@media (min-width: 1200px) {
  .site-header.is-pinned .logo svg {
    margin-top: 45px;
  }
}
.site-header.is-pinned .nav-top {
  display: none;
}
.site-header.is-pinned .main-nav .nav > li > .nav-link {
  color: var(--bg-blue) !important;
  padding-bottom: 23px;
  margin-bottom: -23px;
}
.site-header.is-pinned .dropdown-menu {
  padding-top: 30px;
}
.site-header.is-pinned .dropdown > .nav-link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 7 12'%3E%3Cpath stroke='%23103044' stroke-linejoin='round' stroke-width='2' d='M.95 1 5.9 5.95.95 10.9'/%3E%3C/svg%3E");
}
.site-header.is-pinned .container {
  align-items: center;
}
.site-header.is-pinned .container::before {
  content: none;
}
.site-header .container {
  z-index: 1;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.site-header .container::before {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--shape-background);
  content: "";
  display: block;
  border-radius: 50%;
  z-index: -1;
  transform: translate3d(-21%, calc(-64% - 46px), 0);
  transition: transform 350ms ease-in-out;
  width: 337px;
  height: 348px;
}
@media (min-width: 1200px) {
  .site-header .container::before {
    width: 524px;
    height: 539px;
    transform: translate3d(-16%, -71%, 0);
  }
}
.site-header .logo {
  display: block;
}
@media (min-width: 1200px) {
  .site-header .logo {
    position: relative;
    top: -23px;
  }
}
.site-header .logo .logo-text {
  fill: var(--logo-color);
  transition: fill 350ms ease-in-out;
}
@media (min-width: 1200px) {
  .site-header .logo {
    margin-left: calc(8.333333% - 45px);
  }
}

.nav-right {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 23px;
}

.nav-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.nav-top .top-nav {
  display: none;
}
@media (min-width: 990px) {
  .nav-top .top-nav {
    display: block;
  }
}
.nav-top .top-nav ul {
  list-style: none;
  margin-right: 25px;
}
.nav-top .top-nav ul li a {
  text-transform: uppercase;
  color: var(--color-housing-and-anti-poverty);
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}
.nav-top .top-nav ul li a:hover {
  text-decoration: underline;
}

.main-nav--desktop {
  display: none;
}
@media (min-width: 1200px) {
  .main-nav--desktop {
    display: block;
  }
}
.main-nav--mobile {
  display: block;
}
@media (min-width: 1200px) {
  .main-nav--mobile {
    display: none;
  }
}

.main-nav--desktop .nav {
  display: flex;
  list-style: none;
  gap: 30px;
}
@media (min-width: 1440px) {
  .main-nav--desktop .nav {
    gap: 45px;
  }
}
.main-nav--desktop .nav-link {
  display: block;
  white-space: nowrap;
  text-decoration: none;
  color: var(--shape-background);
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-bottom: 23px;
  position: relative;
}
.main-nav--desktop .nav-link::before {
  position: absolute;
  background: currentColor;
  height: 2px;
  border-radius: 5px;
  width: 100%;
  content: "";
  bottom: 9px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transform: translateY(-4px);
  transition: 250ms ease-in-out;
}
.main-nav--desktop .nav-link:hover::before {
  opacity: 1;
  transform: translateY(0);
}
.main-nav--desktop .nav-item.active > .nav-link::before {
  opacity: 1;
  transform: translateY(0);
}
.btn-header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 34px;
  height: 34px;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  border-radius: 50%;
  border: 1px solid #fff;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
}
@media (min-width: 1200px) {
  .btn-header {
    opacity: 0.5;
    visibility: visible;
  }
}
.page-template-page-template-who-we-are .btn-header, .page-template-page-template-members .btn-header, .blog .btn-header, .single .btn-header, .page-template-default .btn-header {
  color: black;
  border-color: black;
}
.page-template-page-template-who-we-are .btn-header svg path, .page-template-page-template-members .btn-header svg path, .blog .btn-header svg path, .single .btn-header svg path, .page-template-default .btn-header svg path {
  stroke: black;
}

body.is-nav-active {
  position: fixed;
  width: 100%;
}
body.is-nav-active .site-header {
  --icon-bar-color: #ffffff;
}
body.is-nav-active .site-header .btn-header {
  opacity: 1;
  visibility: visible;
}

.nav {
  padding: 0;
  margin: 0;
}

.dropdown-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  transition: height 250ms ease-in-out;
}
.dropdown-menu .nav-link {
  font-size: 10px;
}
.dropdown-menu .nav-link::before {
  display: none;
}
@media (min-width: 1200px) {
  .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    background: white;
    border-radius: 4px;
  }
  .dropdown-menu .nav-link {
    color: var(--bg-blue);
    padding: 18px 20px;
  }
  .dropdown-menu li + li {
    border-top: 1px solid rgba(86, 147, 184, 0.2);
  }
}

.dropdown {
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown:hover .nav-link::after {
    transform: rotate(-90deg);
  }
  .dropdown > .nav-link::after {
    width: 7px;
    height: 12px;
    margin-left: 14px;
    top: 2px;
    content: "";
    position: relative;
    display: inline-block;
    transform: rotate(90deg);
    background-repeat: no-repeat;
    background-image: var(--dropdown-bg);
    background-size: 7px 12px;
    transition: transform 250ms ease-in-out;
  }
}

.dropdown-btn {
  margin-left: auto;
  border: 0;
  background: transparent;
  position: absolute;
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
  transition: transform 250ms ease-in-out;
}
.dropdown-btn.show {
  transform: rotate(90deg);
}

.dropdown-menu.show {
  display: block;
}

/* -----------------------------------------------------
    Mobile
   ----------------------------------------------------- */
.site-header.is-nav-active {
  --text-color: #ffffff;
  --logo-color: #ffffff;
  --icon-bar-color: var(--bg-blue);
}
.site-header.is-nav-active .container::before {
  transform: translate3d(-50%, calc(-100% - 46px), 0);
}
@media (min-width: 480px) {
  .site-header.is-nav-active .container::before {
    transform: translate3d(-100%, -100%, 0);
  }
}
.site-header.is-nav-active::after {
  transform: translateX(0);
}
@media (max-width: 1199px) {
  .site-header::after {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    content: "";
    z-index: -1;
    background: var(--bg-blue);
    transform: translateX(100%);
    transition: transform 500ms ease-in-out;
  }
}

.menu-mobile {
  position: fixed;
  top: 110px;
  width: 100vw;
  left: 0;
  z-index: 99;
  background: var(--bg-blue);
  overflow-y: auto;
  height: calc(100vh - 110px);
  height: calc(100svh - 110px);
  padding: 35px 22.5px;
  transform: translateX(100%);
  transition: transform 500ms ease-in-out;
}
.menu-mobile.show {
  transform: translateX(0);
}
@media (min-width: 1200px) {
  .menu-mobile {
    display: none;
  }
}

.main-nav--mobile {
  width: 100%;
}
.main-nav--mobile .nav-link {
  padding: 14px 0;
  display: block;
  color: #ffffff;
  font-weight: 500;
  font-size: 25px;
  line-height: 28px;
  text-decoration: none;
}
.main-nav--mobile .nav-link.active {
  position: relative;
}
.main-nav--mobile .nav-link.active::before {
  height: 32.74px;
  width: 127.71px;
  content: "";
  pointer-events: none;
  z-index: 2;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -5px;
  transform: rotate(-7.11deg);
  border: 2px solid var(--color-accent);
  border-radius: 50%;
}
.main-nav--mobile .dropdown-menu .nav-link {
  padding: 5px 0;
  font-size: 16px;
}

.block-undocumented {
  text-align: center;
  padding: 44px 28px;
  margin-top: 35px;
  background-color: var(--color-accent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 222 133'%3E%3Cpath stroke='%23fff' stroke-width='4' d='M245.965 111.465c8-9.061-4.19-37.492-27.24-63.532-23.05-26.04-48.203-39.792-56.204-30.731-8.001 9.06 4.189 37.492 27.24 63.531 23.05 26.04 48.202 39.792 56.204 30.732z' opacity='.5'/%3E%3Cpath stroke='%23fff' stroke-width='4' d='M260.536 127.83c36.288-41.093 32.117-112.295-9.32-159.104-41.437-46.81-104.394-51.44-140.683-10.347-36.288 41.094-32.117 112.295 9.32 159.105 41.437 46.81 104.395 51.44 140.683 10.346z' opacity='.5'/%3E%3Cpath stroke='%23fff' stroke-width='4' d='M218.338 179.168c3.824-57.918-40.384-108.827-98.787-113.76-58.402-4.933-108.805 37.986-112.63 95.904-3.823 57.918 40.385 108.827 98.788 113.76 58.402 4.933 108.805-37.986 112.63-95.904z' opacity='.5'/%3E%3C/svg%3E");
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.block-undocumented h3 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .block-undocumented h3 {
    font-size: 20px;
    line-height: 1.1;
  }
}
.block-undocumented h3 a {
  color: var(--bg-blue);
}

.socials {
  margin-top: 40px;
  display: flex;
  gap: 16px;
  justify-content: center;
}

.btn-social {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  color: var(--color-accent);
  text-decoration: none;
  border-radius: 50%;
  border: 1px solid var(--color-accent);
}

.btn-nav {
  height: 40px;
  width: 40px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  z-index: 3;
}
@media (min-width: 1200px) {
  .btn-nav {
    display: none;
  }
}

.btn-nav .icon-bar {
  background-color: var(--icon-bar-color);
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all 0.2s;
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  pointer-events: none;
}

.btn-nav .icon-bar + .icon-bar {
  margin-top: 4px;
}

.btn-nav.active .icon-bar:nth-child(1) {
  transform: translate(0px, 6px) rotate(45deg);
  transition: ease all 0.2s;
}

.btn-nav.active .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all 0.2s;
}

.btn-nav.active .icon-bar:nth-child(3) {
  transform: translate(0px, -6px) rotate(-45deg);
  transition: ease all 0.2s;
}

.wpml-ls-item {
  margin-top: 0px;
}
.wpml-ls-item a {
  font-size: 14px;
}
.wpml-ls-item a:hover {
  text-decoration: none;
}
.wpml-ls-item ul li {
  font-size: 14px;
}

.site-footer {
  position: relative;
  color: #ffffff;
}
.site-footer h5.subtitle {
  color: var(--color-accent);
}

.footer-shape-mobile,
.footer-shape {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.footer-shape {
  right: -167px;
  bottom: 59px;
  mix-blend-mode: soft-light;
}

.footer-shape {
  display: none;
}
@media (min-width: 1200px) {
  .footer-shape {
    display: block;
  }
}

.footer-shape-mobile {
  right: -187px;
  bottom: 0;
  top: -223px;
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .footer-shape-mobile {
    display: none;
  }
}

.footer__main {
  background-color: var(--bg-blue);
  padding: 45px 0 0 0;
}
.footer__main .logo-footer {
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .footer__main .logo-footer {
    width: 234px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .footer__main {
    padding: 90px 0 100px 0;
  }
}
.footer__main_header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .footer__main_header {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .footer__main_header {
    margin-bottom: 100px;
  }
}
.footer__main_header .block-undocumented p {
  margin: 0;
}
@media (min-width: 1200px) {
  .footer__main_header .block-undocumented {
    background: none;
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .footer__main_header h3 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 35px;
  }
  .footer__main_header h3 a {
    color: white;
  }
}

.footer-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-nav li + li {
  margin-top: 1em;
}
.footer-nav--sub {
  margin-top: 10px;
}
.footer-nav--sub li + li {
  margin-top: 0;
}

.footer-nav-link {
  color: white;
  line-height: 24px;
  text-decoration: none;
}

.footer-nav-subLink {
  color: var(--color-accent);
  line-height: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
}

.footer__copy {
  padding: 40px 0;
  background-color: var(--bg-blue-dark);
}
@media (min-width: 1200px) {
  .footer__copy {
    padding: 48px 0;
  }
}
.footer__newsletter, .footer__social, .footer__address {
  padding: 44px 0;
  text-align: center;
  border-bottom: 1px solid var(--bg-blue-light);
}
@media (min-width: 1200px) {
  .footer__newsletter, .footer__social, .footer__address {
    padding: 0;
    text-align: left;
    border-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .footer__newsletter {
    margin-bottom: 65px;
  }
}
.footer__social a {
  color: white;
}
.footer__social p {
  margin-bottom: 0;
}
.footer__address {
  border-bottom: 0;
}
.footer__address address {
  margin-bottom: 0;
  line-height: 24px;
}
.footer__address address a {
  color: white;
  text-decoration: none;
}

.copy-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1200px) {
  .copy-wrapper {
    flex-direction: row;
    align-items: center;
    gap: 64px;
  }
}
.copy-wrapper .legend {
  max-width: 110ch;
  text-align: center;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 40px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .copy-wrapper .legend {
    text-align: left;
    border: 0;
    padding: 0;
  }
}
.copy-wrapper .footer-copy {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px;
  gap: 5px;
  margin-top: 10px;
  justify-content: center;
}
@media (min-width: 1200px) {
  .copy-wrapper .footer-copy {
    justify-content: flex-start;
  }
}
.copy-wrapper .footer-copy li {
  display: block;
}
.copy-wrapper .footer-copy li + li::before {
  margin-right: 2px;
  display: inline;
  content: "-";
}

.madeby span {
  color: #818996;
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
}
.madeby span a {
  color: white;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .madeby {
    margin-left: auto;
    align-self: flex-end;
  }
}

@media (min-width: 1200px) {
  .col-footer-2 {
    width: 17.7%;
  }
}

/* -----------------------------------------------------
   Components
   ----------------------------------------------------- */
body.civicrm .crm-form-submit, .btn-download, .btn-blue, .btn-white, .btn-main,
.wp-block-button__link {
  border-radius: 4px;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.16;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  border: 0;
  padding: 18px 30px;
  appearance: none;
}

.btn-main,
.wp-block-button__link {
  background-color: var(--color-accent);
  color: var(--bg-blue);
  transition: background-color 250ms ease-in-out;
}
.btn-main:hover,
.wp-block-button__link:hover {
  color: var(--bg-blue);
  background-color: rgba(158, 201, 229, 0.8);
}

.btn-main.btn--small {
  padding: 10px 20px;
}
@media (min-width: 1200px) {
  .btn-main.btn--small {
    padding: 18px 30px;
  }
}

.btn-white {
  background-color: #ffffff;
  color: var(--bg-blue);
  transition: background-color 250ms ease-in-out;
}
.btn-white:hover {
  color: var(--bg-blue);
  background-color: rgba(255, 255, 255, 0.8);
}

.btn-blue {
  background-color: var(--bg-blue);
  color: #ffffff !important;
  transition: background-color 250ms ease-in-out;
}
.btn-blue:hover {
  color: #ffffff !important;
  background-color: rgba(16, 48, 68, 0.8);
}

@media (max-width: 768px) {
  .btn-sm-block {
    display: block;
  }
}

.btn-arrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  text-decoration: none;
  color: var(--bg-blue);
}
.btn-arrow::after {
  transition: transform 250ms;
  position: relative;
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  margin-left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 5 10'%3E%3Cpath stroke='%23103044' stroke-linejoin='round' stroke-width='1.5' d='M.535 1.464 4.071 5 .535 8.535'/%3E%3C/svg%3E");
}
.btn-arrow:hover::after {
  transform: translateX(5px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 5 10'%3E%3Cpath stroke='%239ec9e5' stroke-linejoin='round' stroke-width='1.5' d='M.535 1.464 4.071 5 .535 8.535'/%3E%3C/svg%3E");
}
.btn-arrow--white {
  color: #ffffff;
}
.btn-arrow--white::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 5 10'%3E%3Cpath stroke='%23ffffff' stroke-linejoin='round' stroke-width='1.5' d='M.535 1.464 4.071 5 .535 8.535'/%3E%3C/svg%3E");
}
.btn-arrow--white:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 5 10'%3E%3Cpath stroke='%23ffffff' stroke-linejoin='round' stroke-width='1.5' d='M.535 1.464 4.071 5 .535 8.535'/%3E%3C/svg%3E");
}
.btn-arrow--blue {
  color: var(--bg-blue-light);
}
.btn-arrow--blue::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 5 10'%3E%3Cpath stroke='%235693b8' stroke-linejoin='round' stroke-width='1.5' d='M.535 1.464 4.071 5 .535 8.535'/%3E%3C/svg%3E");
}
.btn-arrow--blue:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 5 10'%3E%3Cpath stroke='%235693b8' stroke-linejoin='round' stroke-width='1.5' d='M.535 1.464 4.071 5 .535 8.535'/%3E%3C/svg%3E");
}

.btn-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1200px) {
  .btn-group {
    flex-wrap: wrap;
  }
}

.btn-download {
  background: var(--color-accent);
  color: #103044;
}
.btn-download::before {
  content: "";
  transition: transform 250ms;
  position: relative;
  content: "";
  display: inline-block;
  width: 11px;
  height: 12px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 11 12'%3E%3Cpath stroke='%23103044' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9.232 4.125 5.107 8.25.982 4.125M5 1v7M.75 11.25h9.5'/%3E%3C/svg%3E");
}
.btn-download:hover::before {
  transform: translateY(2px);
}

.btn-close {
  border-radius: 50%;
  position: absolute;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 0;
  background: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -45px;
  right: 15px;
}
@media (min-width: 1200px) {
  .btn-close {
    top: -30px;
    right: 30px;
  }
}

.pagination,
.facetwp-pager {
  --pager-text-color: #103044;
  --pager-background-color: var(--color-accent);
  display: flex;
  padding-left: 0;
  list-style: none;
  gap: 12.5px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.page-link,
.facetwp-page {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  line-height: 1.25;
  transition: opacity 500ms;
  text-align: center;
  color: var(--pager-text-color);
  text-decoration: none;
}
.page-link:hover,
.facetwp-page:hover {
  z-index: 2;
  opacity: 0.5;
  text-decoration: none;
  color: var(--pager-text-color);
}
.page-link:focus,
.facetwp-page:focus {
  z-index: 3;
}

.page-item.active,
.facetwp-page.active {
  z-index: 3;
  background-color: var(--pager-background-color);
  border-radius: 50%;
}
.page-item.disabled,
.facetwp-page.disabled {
  color: grey;
  pointer-events: none;
  cursor: auto;
}

.section-area--videos,
.section-home--videos {
  position: relative;
}
.section-area--videos .swiper-text-overlay,
.section-home--videos .swiper-text-overlay {
  position: absolute;
  top: 48px;
  z-index: 2;
  isolation: isolate;
  pointer-events: none;
  color: #ffffff;
  text-shadow: 1px 1px 2px black;
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .section-area--videos .swiper-text-overlay,
  .section-home--videos .swiper-text-overlay {
    top: 80px;
    left: 10%;
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .section-area--videos .swiper-text-overlay,
  .section-home--videos .swiper-text-overlay {
    width: 441.15px;
    left: 15%;
  }
}
.section-area--videos .swiper-text-overlay h2,
.section-home--videos .swiper-text-overlay h2 {
  color: #ffffff;
}
.section-area--videos .swiper-text-overlay p,
.section-home--videos .swiper-text-overlay p {
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .section-area--videos .swiper-text-overlay p,
  .section-home--videos .swiper-text-overlay p {
    max-width: 50ch;
  }
}
.section-area--videos .swiper-text-link,
.section-home--videos .swiper-text-link {
  position: absolute;
  bottom: 27px;
  z-index: 2;
  width: 340px;
  left: 145.333288px;
}
.section-area--videos.is-playing .swiper-text-overlay,
.section-area--videos.is-playing .swiper-text-link,
.section-home--videos.is-playing .swiper-text-overlay,
.section-home--videos.is-playing .swiper-text-link {
  display: none;
}

.swiper-videos {
  max-width: 1440px;
}
.swiper-videos .swiper-button-prev,
.swiper-videos .swiper-button-next {
  top: 0;
  width: var(--swiper-navigation-size);
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  height: 100%;
  background: #051b28;
  opacity: 0.3;
}
@media (min-width: 1200px) {
  .swiper-videos .swiper-button-prev,
  .swiper-videos .swiper-button-next {
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.9;
  }
}
.swiper-videos .swiper-button-prev.swiper-button-disabled,
.swiper-videos .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-videos .swiper-button-prev.swiper-button-hidden,
.swiper-videos .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-videos .swiper-button-prev,
.swiper-navigation-disabled .swiper-videos .swiper-button-next {
  display: none !important;
}
.swiper-videos .swiper-button-prev::after,
.swiper-videos .swiper-button-next::after {
  font-family: "Syne";
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase !important;
  white-space: nowrap;
  display: block;
}
@media (min-width: 1200px) {
  .swiper-videos .swiper-button-prev::after,
  .swiper-videos .swiper-button-next::after {
    transform: rotate(-90deg);
  }
}
.swiper-videos .swiper-button-prev {
  left: 0;
  right: auto;
}
.swiper-videos .swiper-button-prev:after {
  content: "<";
}
@media (min-width: 1200px) {
  .swiper-videos .swiper-button-prev:after {
    content: "Previous video";
  }
}
.swiper-videos .swiper-button-next {
  right: 0;
  left: auto;
}
.swiper-videos .swiper-button-next:after {
  content: ">";
}
@media (min-width: 1200px) {
  .swiper-videos .swiper-button-next:after {
    content: "Next video";
  }
}
.swiper-videos .swiper-slide video {
  min-height: 566px;
  max-width: 1440px;
}
.swiper-videos .video-modal {
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
@media (max-width: 1199px) {
  .swiper-videos .video-wrapper .video-preview::after {
    background: linear-gradient(0deg, #051b28 19.42%, rgba(5, 27, 40, 0) 71.94%);
  }
}

@media (min-width: 1200px) {
  .video-wrapper {
    padding: 0 75px;
  }
}
.video-wrapper .video-preview {
  position: relative;
}
.video-wrapper .video-preview::after {
  pointer-events: none;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
}

.video-wrapper-dynamic {
  cursor: none;
}

.video-preview {
  isolation: isolate;
  position: relative;
}

.video-title {
  position: absolute;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  line-height: 55px;
  top: 45px;
  left: 45px;
}

.video-infos {
  position: absolute;
  right: 50px;
  bottom: 27px;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  display: none;
}
@media (min-width: 1200px) {
  .video-infos {
    display: block;
  }
}

video {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.video-modal {
  padding: 0 15px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  background: var(--black);
  z-index: 90;
  visibility: hidden;
}
@media (min-width: 1200px) {
  .video-modal {
    padding: 0 75px;
  }
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio iframe {
  border: 0;
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.round-mask {
  mask-image: url("../img/video-mask.svg");
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-image: url("../img/video-mask.svg");
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  overflow: hidden;
  width: fit-content;
}

.select {
  padding: 0.4375rem;
}
.select select,
.select .fs-label-wrap {
  background: transparent;
  cursor: pointer;
  appearance: none;
  border: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  padding: 0.5rem;
  padding-right: 35px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 7'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.9 1 5.95 5.95 1 1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px 7px;
  background-position: right 8px center;
}
.select select:focus,
.select .fs-label-wrap:focus {
  outline: none;
}
.select .fs-label-wrap {
  padding: 0;
}
.select .fs-label-wrap .fs-arrow {
  display: none;
}
.select .fs-dropdown {
  margin-top: 10px;
  width: auto;
  overflow: hidden;
  border-radius: 10px;
  border-top: 1px solid #ddd;
}
.select .fs-dropdown .fs-search {
  display: none;
}
.select .fs-dropdown .fs-options {
  max-height: 320px;
  overflow-x: hidden;
  padding: 10px 0;
}
.select .fs-dropdown .fs-options .fs-option {
  padding: 12px 20px 12px 20px;
}
.select .fs-dropdown .fs-options .fs-option .fs-option-label {
  color: var(--filters-color);
}
.select .fs-wrap.multiple .fs-dropdown .fs-options .fs-option .fs-checkbox {
  left: 12px;
}
.select .fs-wrap.multiple .fs-dropdown .fs-options .fs-option .fs-option-label {
  padding-left: 30px;
}
.select--white select,
.select--white .fs-label-wrap {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 7'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.9 1 5.95 5.95 1 1'/%3E%3C/svg%3E");
}
.select--white .fs-dropdown .fs-options .fs-option .fs-option-label {
  color: var(--filters-background);
}
.select--white select option:checked {
  color: #ffffff;
}

.newsletter__modal {
  position: fixed;
  inset: 0;
  max-width: 800px;
  background: #ffffff;
  z-index: 99;
  margin: auto;
  height: fit-content;
  visibility: hidden;
  opacity: 0;
  transition: all 350ms ease-in-out;
  padding: 20px 0;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 6px 12px 0 rgba(0, 0, 0, 0.07), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
  margin: 20px;
  height: calc(100vh - 40px);
}
.newsletter__modal.active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1200px) {
  .newsletter__modal {
    margin: auto;
    width: 100%;
    padding: 40px 0;
    height: fit-content;
  }
}
.newsletter__modal .newsletter__modal__close-btn {
  position: absolute;
  top: -8px;
  right: -8px;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 12.5px;
}
@media (min-width: 1200px) {
  .newsletter__modal .newsletter__modal__close-btn {
    padding: 23px;
    top: 0;
    right: 0;
  }
}

.filters {
  --filters-background: #ffffff;
  --filters-color: #000000;
  display: flex;
  padding: 32px;
  border-radius: 10px;
  margin-bottom: 60px;
  background: var(--filters-background);
  color: var(--filters-color);
}
.filters .facetwp-facet {
  margin: 0;
}
.filters form {
  display: block;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .filters form {
    flex-direction: row;
  }
}
.filters__sort {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .filters__sort {
    flex-direction: row;
  }
}
@media (min-width: 1440px) {
  .filters__sort {
    gap: 90px;
  }
}
.filters__actions {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .filters__actions {
    flex-direction: row;
  }
}
.filters .fs-wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .filters .fs-wrap {
    min-width: 220px;
  }
}
.filters .select select,
.filters .facetwp-type-fselect .fs-label-wrap {
  width: 100%;
  background-color: var(--filters-background);
  color: var(--filters-color);
  border: none;
}
@media (min-width: 991px) {
  .filters .select select,
  .filters .facetwp-type-fselect .fs-label-wrap {
    max-width: 160px;
  }
}
@media (min-width: 1200px) {
  .filters .select select,
  .filters .facetwp-type-fselect .fs-label-wrap {
    max-width: 320px;
  }
}
.filters .select select option,
.filters .facetwp-type-fselect .fs-label-wrap option {
  font-size: 14px;
}
.filters .search--filter {
  padding: 0;
}
@media (min-width: 1200px) {
  .filters .search--filter {
    margin-left: auto;
  }
}
.filters .search--filter input {
  background: rgba(16, 48, 68, 0.05);
  border: 1px rbga(var(--filters-color), 0.5) solid;
  border-radius: 5px;
  line-height: 42px;
  padding: 5px 15px;
  font-size: 20px;
  font-weight: 500;
  color: #103044 !important;
}
.filters .search--filter input::placeholder {
  color: rgba(16, 48, 68, 0.5);
}
.filters .search--filter input:focus-visible {
  outline: none;
}
.filters .search--filter .facetwp-icon {
  display: flex;
  align-items: center;
  opacity: 1;
  right: 10px;
}
.filters .search--filter .facetwp-icon:before {
  height: auto;
  background: none;
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4NCjxjaXJjbGUgY3g9IjkuOTk5MjUiIGN5PSI5Ljk5OTI1IiByPSI4Ljk5OTI1IiBzdHJva2U9IiMxMDMwNDQiIHN0cm9rZS13aWR0aD0iMiIvPg0KPGxpbmUgeDE9IjE2LjcwNzEiIHkxPSIxNy4yOTE2IiB4Mj0iMjIuNzA2NyIgeTI9IjIzLjI5MTEiIHN0cm9rZT0iIzEwMzA0NCIgc3Ryb2tlLXdpZHRoPSIyIi8+DQo8L3N2Zz4=");
}
.filters .search--filter.search--white input {
  color: white !important;
}
.filters .search--filter.search--white input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.filters .facetwp-facet input.facetwp-search,
.filters .facetwp-facet input.facetwp-location {
  min-width: initial;
  width: 100%;
}

.filters-submit {
  border: 0;
  padding: 0;
  background: transparent;
}
.filters-submit svg path {
  fill: var(--filters-color);
}

.panel {
  background: var(--bg-blue);
  box-shadow: 0px 0px 50px 0px #0a2536;
  padding: 50px 45px 50px 45px;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .panel {
    height: 386px;
  }
}
.panel h4 {
  color: #ffffff;
  margin-bottom: 30px;
}
.panel p {
  font-size: 14px;
  line-height: 24px;
}
.panel a:not([class]) {
  color: var(--color-accent) !important;
}
.panel--light {
  background: var(--color-accent);
}
.panel--light h4,
.panel--light p {
  color: var(--bg-blue);
}
.panel--light p {
  font-size: 18px;
  line-height: normal;
}
.panel--light a:not([class]) {
  color: var(--bg-blue) !important;
}
.panel--light a {
  color: var(--bg-blue);
  font-weight: 700;
  text-decoration: none;
}
.panel .btn-blue {
  margin-top: auto;
}

.panel-socials {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  max-width: 200px;
}

.btn-panel-social {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 49px;
  height: 49px;
  color: var(--color-accent);
  text-decoration: none;
  border-radius: 50%;
  transition: background-color 250ms ease-in-out;
}
.btn-panel-social svg path {
  fill: #0a2536;
}
.btn-panel-social:hover {
  background: var(--color-accent);
}

.collapse-buttons {
  color: #ffffff;
  text-align: center;
}
.collapse-buttons h2 {
  margin-bottom: 0;
  display: inline-block;
  text-align: center;
  font-size: 40px;
}
.collapse-buttons h2:first-of-type {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .collapse-buttons h2:first-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .collapse-buttons h2 {
    font-size: 50px;
  }
}
.collapse-buttons span {
  display: inline-block;
  mix-blend-mode: soft-light;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}
@media (min-width: 1200px) {
  .collapse-buttons span {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (min-width: 1200px) {
  .collapse-buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
}

a[data-toggle=collapse] {
  position: relative;
  text-decoration: none;
  text-underline-offset: 10px;
  transition: all 250ms;
  color: #ffffff;
}
a[data-toggle=collapse] svg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  transform: translateY(-50%);
  top: 50%;
  opacity: 0;
  transition: opacity 200ms ease-in;
  width: 100%;
}
a[data-toggle=collapse] svg path {
  stroke-dasharray: 828;
  stroke-dashoffset: 828;
  transition: stroke-dashoffset 750ms ease-in;
}
a[data-toggle=collapse]:hover {
  text-decoration: underline;
  color: white;
}
a[data-toggle=collapse].active {
  color: white;
  text-decoration: underline;
}
a[data-toggle=collapse].active svg {
  opacity: 1;
}
a[data-toggle=collapse].active svg path {
  stroke-dashoffset: 0;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

.collapse-intro {
  max-width: 56ch;
  text-align: center;
  margin: 70px auto 60px auto;
}
@media (min-width: 1200px) {
  .collapse-intro {
    margin: 90px auto 60px auto;
  }
}

.policy {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
  text-align: left;
}
.policy:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.policy h4 {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .policy h4 {
    font-size: 20px;
  }
}
.policy__btn {
  display: block;
  padding: 27px 0;
  color: white;
  position: relative;
  text-decoration: none;
  border-radius: 50%;
  padding-right: 30px;
}
.policy__btn:hover {
  color: white;
}
.policy__btn::before, .policy__btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  display: block;
  content: "";
  height: 2px;
  right: 0;
  background: #ffffff;
  transition: 0.2s ease-out;
  transform-origin: center center;
}
.policy__btn::before {
  transform: rotate(90deg);
}
.policy__btn.active::before {
  transform: rotate(0);
}
.policy__content {
  padding-bottom: 27px;
  display: none;
}
@media (min-width: 768px) {
  .policy__content {
    padding-right: 8.33333%;
  }
}
.policy__content.show {
  display: block;
}
.policy__content p {
  margin-bottom: 22px;
}
.policy__content h6 {
  margin-top: 55px;
  margin-bottom: 20px;
}
.policy__content > *:last-child {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #f2f2f2;
}

tr:hover {
  background-color: #f5f5f5;
}

.cursor {
  display: none;
}

.home .cursor,
.single-work-area .cursor,
.has-video .cursor {
  display: block;
  width: 108px;
  height: 108px;
  background: #ffffff;
  position: fixed;
  left: -75px;
  top: -75px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000000;
  pointer-events: none;
  color: var(--bg-blue);
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home .cursor::before,
.single-work-area .cursor::before,
.has-video .cursor::before {
  position: absolute;
  width: 100%;
  content: "";
  transform: scale(1.28);
  border-radius: 50%;
  inset: 0;
  border: 1px solid #ffffff;
}
.home .cursor::after,
.single-work-area .cursor::after,
.has-video .cursor::after {
  content: "Watch \aVideo";
  white-space: pre;
}
.home .cursor.is-video-hero,
.single-work-area .cursor.is-video-hero,
.has-video .cursor.is-video-hero {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.home .cursor.is-video-hero::before,
.single-work-area .cursor.is-video-hero::before,
.has-video .cursor.is-video-hero::before {
  border-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 1200px) {
  .home .cursor,
  .single-work-area .cursor,
  .has-video .cursor {
    width: 113px;
    height: 113px;
  }
}
@media (pointer: coarse) {
  .home .cursor,
  .single-work-area .cursor,
  .has-video .cursor {
    display: none !important;
  }
}

body.is-search-active {
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.search {
  position: absolute;
  z-index: 10;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: white;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.search.search--active {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}
.search header {
  height: 120px;
  padding: 23px 0;
}
.search header .container::before {
  background: var(--bg-blue-dark);
}
.search header .logo {
  top: 0px;
  margin-right: 100px;
}
.search header .logo .logo-text {
  fill: white;
}
.search header .logo svg {
  width: 143px;
  max-width: none;
}
.search .nav-left {
  flex-basis: auto;
  flex-shrink: 0;
  display: none;
}
@media (min-width: 1200px) {
  .search .nav-left {
    display: block;
    width: 524px;
  }
}
.search .nav-right {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.search .nav-right .icon-search {
  background: #C78CCF;
  border: 0;
  width: 54px;
  height: 54px;
  opacity: 1;
}
.search .nav-right .icon-search svg {
  width: 50px;
}
.search .nav-right .icon-search svg path {
  stroke: white;
}
@media (min-width: 768px) {
  .search .nav-right {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .search .nav-right {
    padding-left: 0;
    padding-right: 0;
  }
}
.search__header {
  padding: 20px 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  align-items: center;
  background: white;
}
@media (min-width: 1200px) {
  .search__header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.search__wrapper {
  padding-top: 130px;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .search__wrapper {
    padding-top: 250px;
  }
}

.search-form {
  border-radius: 0px;
  color: var(--color-accent);
  width: 80%;
}
.search-form #formSearch {
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  height: 46px;
  margin-left: 20px;
  line-height: 24px;
  padding-left: 0px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #103044;
  color: #103044;
}
.search-form #formSearch:focus-visible {
  outline: none;
}
.search-form input::placeholder {
  color: #103044;
}

.btn-search-close {
  position: absolute;
  top: 30px;
  right: 0;
  appearance: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 200ms ease-in;
}
.btn-search-close svg path {
  transition: stroke 200ms ease-in;
  fill: var(--bg-blue-dark);
}
.btn-search-close:hover svg path {
  fill: var(--bg-blue-dark);
}

.search-results {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.search-result {
  margin-left: 8.333333%;
  border-top: 1px rgba(16, 48, 68, 0.3) solid;
  padding-top: 40px;
}
.search-result__category {
  color: var(--bg-blue-dark);
  background-color: var(--color-accent);
  font-weight: 700;
  font-family: "Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 5px 0 0 0;
  padding: 6px 10px;
  width: fit-content;
  display: block;
}
@media (min-width: 1200px) {
  .search-result__category {
    text-align: right;
  }
}
.search-result__content {
  padding: 0px 0 20px 0;
  color: var(--bg-blue-dark);
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -1px;
  display: block;
  position: relative;
}
@media (min-width: 1200px) {
  .search-result__content {
    padding-left: 20px;
    padding-bottom: 30px;
  }
}
.search-result__content h4 {
  color: var(--bg-blue-dark);
  font-size: 24px;
  line-height: 34px;
  font-family: var(--font-body);
}
.search-result__content:hover {
  color: var(--bg-blue-dark);
}
.search-result__content:hover h4 {
  color: var(--bg-blue-dark);
}
.search-result .searchwp-highlight {
  background: none;
  color: #C78CCF;
}

.search-query {
  color: #C78CCF;
}

.section-area--publications,
.section-home--publications {
  background: var(--color-accent);
}
.section-area--publications .section-header,
.section-home--publications .section-header {
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .section-area--publications .section-header,
  .section-home--publications .section-header {
    margin-bottom: 75px;
  }
}
.section-area--publications .section-header h2,
.section-home--publications .section-header h2 {
  color: var(--bg-blue);
}
@media (min-width: 1200px) {
  .section-area--publications .section-header h2,
  .section-home--publications .section-header h2 {
    margin-bottom: 0;
  }
}
.section-area--publications .section-header p,
.section-home--publications .section-header p {
  color: var(--bg-blue);
  margin-bottom: 0;
}
.section-area--publications .section-header .swiper-buttons-wrap,
.section-home--publications .section-header .swiper-buttons-wrap {
  --swiper-navigation-size: 72px;
  gap: 11px;
  display: none;
}
@media (min-width: 1200px) {
  .section-area--publications .section-header .swiper-buttons-wrap,
  .section-home--publications .section-header .swiper-buttons-wrap {
    display: flex;
  }
}
.section-area--publications .section-header .swiper-button-prev,
.section-area--publications .section-header .swiper-button-next,
.section-home--publications .section-header .swiper-button-prev,
.section-home--publications .section-header .swiper-button-next {
  position: initial;
  top: 0;
  width: var(--swiper-navigation-size);
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #80b4d9;
  border-radius: 50%;
}
.section-area--publications .section-header .swiper-button-prev.swiper-button-disabled,
.section-area--publications .section-header .swiper-button-next.swiper-button-disabled,
.section-home--publications .section-header .swiper-button-prev.swiper-button-disabled,
.section-home--publications .section-header .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.section-area--publications .section-header .swiper-button-prev.swiper-button-hidden,
.section-area--publications .section-header .swiper-button-next.swiper-button-hidden,
.section-home--publications .section-header .swiper-button-prev.swiper-button-hidden,
.section-home--publications .section-header .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .section-area--publications .section-header .swiper-button-prev,
.swiper-navigation-disabled .section-area--publications .section-header .swiper-button-next,
.swiper-navigation-disabled .section-home--publications .section-header .swiper-button-prev,
.swiper-navigation-disabled .section-home--publications .section-header .swiper-button-next {
  display: none !important;
}
.section-area--publications .section-header .swiper-button-prev:after,
.section-area--publications .section-header .swiper-button-next:after,
.section-home--publications .section-header .swiper-button-prev:after,
.section-home--publications .section-header .swiper-button-next:after {
  width: 15px;
  height: 15px;
}
.section-area--publications .section-header .swiper-button-prev,
.section-home--publications .section-header .swiper-button-prev {
  left: 0;
  right: auto;
}
.section-area--publications .section-header .swiper-button-prev:after,
.section-home--publications .section-header .swiper-button-prev:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 17'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8.5 1 1 8.5 8.5 16M14.5 8.5H1.75'/%3E%3C/svg%3E");
}
.section-area--publications .section-header .swiper-button-next,
.section-home--publications .section-header .swiper-button-next {
  right: 0;
  left: auto;
}
.section-area--publications .section-header .swiper-button-next:after,
.section-home--publications .section-header .swiper-button-next:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 17'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7.5 1 15 8.5 7.5 16M1.5 8.5h12.75'/%3E%3C/svg%3E");
}
.section-area--publications .section-content,
.section-home--publications .section-content {
  margin-bottom: 58px;
}
@media (min-width: 1200px) {
  .section-area--publications .section-content,
  .section-home--publications .section-content {
    margin-bottom: 50px;
  }
}

.swiper-wrap {
  position: relative;
}
.swiper-wrap .swiper-pagination {
  display: none;
  width: fit-content;
  right: 30px;
  left: initial;
  bottom: -30px;
}
@media (max-width: 1199px) {
  .swiper-wrap .swiper-pagination {
    display: block;
  }
}

.swiper-publications {
  margin-left: 22.5px;
}
@media (min-width: 768px) {
  .swiper-publications {
    margin-left: 0;
  }
}
.swiper-publications .swiper-slide {
  width: 306px;
}
.swiper-publications .swiper-slide-active + .swiper-slide + .swiper-slide ~ .swiper-slide .publication-item {
  opacity: 0.2;
}

.publications-list__listing {
  display: grid;
  gap: var(--bs-gutter-x);
  margin-bottom: 90px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .publications-list__listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .publications-list__listing {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1440px) {
  .publications-list__listing {
    grid-template-columns: repeat(4, 1fr);
  }
}

.publication-item {
  position: relative;
  transition: opacity 350ms ease-in-out;
  overflow: hidden;
}
.publication-item:hover::after {
  transform: scale(1.1);
  transform-origin: bottom center;
  opacity: 1;
}
.publication-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.58%, rgba(0, 0, 0, 0.6) 76.56%);
  opacity: 0.5;
}
.publication-item__link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: block;
}
.publication-item__date {
  position: absolute;
  top: 0;
  background: white;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  z-index: 2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bg-blue);
  padding: 0.5em 1em;
  top: 15px;
  left: 15px;
}
.publication-item__content {
  z-index: 2;
  position: absolute;
  bottom: 0;
  padding: 30px;
}
.publication-item__title {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}
.publication-item__body {
  color: #ffffff;
  margin-bottom: 0;
  /*@include up(1200) {*/
  font-size: 18px;
  line-height: 27px;
  /*}*/
}
.publication-item img {
  width: 100%;
}

/* -----------------------------------------------------
   Pages
   ----------------------------------------------------- */
figure img {
  margin-bottom: 5px;
}
figure figcaption,
figure legend {
  color: #95a3aa;
  text-align: right;
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
  line-height: 14px;
}
figure figcaption.round,
figure legend.round {
  margin-right: 20%;
  margin-top: -30px;
}

.blog-article__content, .page main .content {
  margin-top: 58px;
}
@media (min-width: 1200px) {
  .blog-article__content, .page main .content {
    margin-top: 114px;
  }
}
.blog-article__content h1, .page main .content h1 {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  font-size: 35px;
  line-height: 40px;
}
@media (min-width: 1200px) {
  .blog-article__content h1, .page main .content h1 {
    font-size: 70px;
    line-height: 80px;
  }
}
.blog-article__content h2, .page main .content h2 {
  font-size: 30px;
  line-height: 35px;
}
.blog-article__content ul, .page main .content ul,
.blog-article__content ol,
.page main .content ol,
.blog-article__content p,
.page main .content p {
  line-height: 24px;
}
@media (min-width: 1200px) {
  .blog-article__content ul, .page main .content ul,
  .blog-article__content ol,
  .page main .content ol,
  .blog-article__content p,
  .page main .content p {
    margin-bottom: 2.5rem;
  }
}
.blog-article__content ul > img, .page main .content ul > img,
.blog-article__content ol > img,
.page main .content ol > img,
.blog-article__content p > img,
.page main .content p > img {
  margin: 40px 0;
}
.blog-article__content li, .page main .content li {
  margin-bottom: 1rem;
}
.blog-article__content figure, .page main .content figure {
  margin-bottom: 40px;
}
.blog-article__content figure img, .page main .content figure img {
  width: 100%;
}
.blog-article__content .video-wrapper, .page main .content .video-wrapper {
  padding: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .blog-article__content .video-wrapper, .page main .content .video-wrapper {
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: calc(-12.5% - 7.5px);
    margin-right: calc(-12.5% - 7.5px);
  }
}
.blog-article__content .video-modal, .page main .content .video-modal {
  height: 75%;
  inset: 0;
  margin: auto;
}
.blog-article__content .btn-group, .page main .content .btn-group {
  margin-bottom: 60px;
}
.blog-article__content a:not([class]), .page main .content a:not([class]) {
  color: var(--bg-blue);
}
.blog-article__meta, .page__meta {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.blog-article__header, .page main .content h1 {
  margin-bottom: 60px;
}

main {
  padding-top: 150px;
}

.page {
  margin-bottom: 100px;
}
@media (min-width: 1200px) {
  .page {
    margin-bottom: 190px;
  }
}
.cta-subscribe {
  background: var(--bg-blue);
  color: #ffffff;
  padding: 35px 40px;
  height: 430px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-image: url("../img/bg-subscribe.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .cta-subscribe {
    margin-top: 55px;
  }
}
.cta-subscribe p {
  font-size: 18px;
  line-height: normal;
}
.cta-subscribe .btn-white {
  margin-top: auto;
}

.home main {
  padding-top: 0;
}
.home.is-search-active .section-home--hero h1 {
  opacity: 0;
}

.shape {
  position: absolute;
  pointer-events: none;
}
.shape svg {
  max-width: initial;
}

.section-home--hero {
  background: var(--bg-blue-light);
  color: #ffffff;
  padding-bottom: 80px;
  margin-bottom: 70px;
  width: 100vw;
  padding-top: 160px;
}
@media (min-width: 1200px) {
  .section-home--hero {
    padding-top: 180px;
    margin-bottom: 102px;
  }
}
.section-home--hero .container {
  position: relative;
}
@media (min-width: 1200px) {
  .section-home--hero .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 170px);
  }
}
@media (max-width: 1200px) {
  .section-home--hero .container {
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .section-home--hero .container {
    height: 60vh;
  }
}
.section-home--hero h1 {
  color: #ffffff;
  position: relative;
  pointer-events: none;
  z-index: 10;
}
@media (min-width: 1200px) {
  .section-home--hero h1 {
    max-width: 17ch;
    margin-bottom: 34px;
  }
}
.section-home--hero.is-playing .video-hero {
  z-index: 8;
}
.section-home--hero.is-playing .video-preview {
  z-index: 8;
  opacity: 0.6;
}
.section-home--hero.is-playing h1 {
  z-index: 8;
  opacity: 0.6;
}
.section-home--hero p {
  font-size: 14px;
  line-height: 24px;
  margin-left: auto;
  margin-right: 30px;
  max-width: 23ch;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .section-home--hero p {
    margin: 0;
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 1200px) {
  .section-home--hero h1,
  .section-home--hero p {
    margin-left: calc(8.33333% - 45px);
  }
}
.section-home--hero .btn-scroll {
  position: absolute;
  bottom: 0;
  left: 22.5px;
}
.section-home--hero .shape--hero-left {
  transform: rotate(45deg);
  mix-blend-mode: multiply;
  width: 130px;
  left: -75px;
  bottom: -180px;
}
.section-home--hero .shape--hero-left svg {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .section-home--hero .shape--hero-left {
    width: auto;
    bottom: -412px;
    left: -229px;
  }
}
.section-home--hero .shape--hero-right {
  display: none;
}
@media (min-width: 1200px) {
  .section-home--hero .shape--hero-right {
    transform: rotate(-25deg);
    display: block;
    bottom: -300px;
    right: -162px;
  }
}

.video-hero {
  padding: 0;
  margin-top: -120px;
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  .video-hero {
    margin: 0;
    position: absolute;
    left: calc(41.6667% + 22.5px);
  }
}
@media (max-width: 1200px) {
  .video-hero .video-preview {
    margin-left: 15vw;
    margin-bottom: 40px;
  }
}
.video-hero .video-preview,
.video-hero .video-preview video {
  width: 97vw;
  height: 97vw;
}
@media (min-width: 1200px) {
  .video-hero .video-preview,
  .video-hero .video-preview video {
    width: 622px;
    height: 622px;
  }
}
.video-hero .video-modal {
  position: fixed;
  max-width: calc(var(--container-size) * 0.9);
  width: 100%;
  inset: 0;
  margin: auto;
  aspect-ratio: 16/9;
  z-index: 90;
  top: 50%;
}
@media screen and (max-height: 900px) {
  .video-hero .video-modal {
    top: 20%;
  }
}

.section-home--who-we-are {
  margin-bottom: 110px;
}
.section-home--who-we-are__images {
  display: none;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .section-home--who-we-are__images {
    display: flex;
    gap: var(--bs-gutter-x);
  }
}
.section-home--who-we-are h3 a {
  color: var(--bg-blue);
}
.section-home--who-we-are .btn-main {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .section-home--who-we-are .btn-main {
    margin-top: 35px;
  }
}
.section-home--who-we-are img {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .section-home--who-we-are img {
    margin-bottom: 0;
  }
}

.section-home--work-areas {
  background: var(--bg-blue);
  padding-top: 30px;
  overflow: hidden;
  margin-bottom: 110px;
}
@media (min-width: 1200px) {
  .section-home--work-areas {
    padding-top: 0;
  }
}
.section-home--work-areas .subtitle {
  color: var(--color);
  margin-left: 22.5px;
}
@media (min-width: 1200px) {
  .section-home--work-areas .subtitle {
    position: absolute;
    width: fit-content;
    top: 62px;
    left: 51.5px;
    z-index: 2;
  }
}
@media (min-width: 1920px) {
  .section-home--work-areas .subtitle {
    margin-left: 0;
    left: calc((100vw - var(--container-size) + 22.5px) / 2 + 38px);
  }
}
.section-home--work-areas .work-areas-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  --color: #fff;
}
@media (min-width: 1200px) {
  .section-home--work-areas .work-areas-wrapper[data-active=area-children-families-and-youth], .section-home--work-areas .work-areas-wrapper[data-active=area-justice-and-policing], .section-home--work-areas .work-areas-wrapper[data-active=area-regularisation] {
    --color: var(--bg-blue);
  }
}
@media (max-width: 1199px) {
  .section-home--work-areas .work-areas-wrapper h5.subtitle {
    position: relative;
  }
}
@media (max-width: 1199px) {
  .section-home--work-areas .work-areas-wrapper h5.subtitle::before {
    content: "";
    display: block;
    width: 8px;
    height: 16px;
    position: absolute;
    left: -22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 8 16'%3E%3Cpath fill='%23fff' d='M7.778 7.778C2.1 5.58 1.45 2.883 0 0c-1.312 5.566-5.732 7.505-7.778 7.778 5.04.947 7.286 5.58 7.778 7.779.651-4.59 5.457-7.098 7.778-7.779Z'/%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 1199px) {
  .section-home--work-areas .work-areas-wrapper .work-area-nav.bg-work-area--criminalisation.active {
    height: 0;
  }
}
.section-home--work-areas .work-area {
  position: relative;
  height: 0;
  overflow: hidden;
  background-image: url("../img/bg-work-areas.svg");
  background-position: -62px calc(100% + 125px);
  background-repeat: no-repeat;
  background-size: 586px 617.96px;
  background-blend-mode: color-burn;
}
.section-home--work-areas .work-area.bg-work-area--children-families-and-youth, .section-home--work-areas .work-area.bg-work-area--justice-and-policing, .section-home--work-areas .work-area.bg-work-area--regularisation {
  --color: var(--bg-blue);
}
.section-home--work-areas .work-area.bg-work-area--regularisation {
  background-image: url("../img/bg-work-areas-dark.svg");
  background-blend-mode: initial;
}
@media (min-width: 1200px) {
  .section-home--work-areas .work-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 66.666666%;
    bottom: 0;
    background-size: 1162px 1227px;
    background-position: calc(100% + 275px) -225px;
  }
}
@media (min-width: 1440px) {
  .section-home--work-areas .work-area {
    padding-left: calc((100vw - var(--container-size) + 22.5px) / 2);
  }
}
.section-home--work-areas .work-area.active {
  height: auto;
}
.section-home--work-areas .work-area__inner {
  padding: 35px 22.5px 40px 22.5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
@media (min-width: 1200px) {
  .section-home--work-areas .work-area__inner {
    padding: 137px 80px 80px 74px;
  }
}
@media (min-width: 1920px) {
  .section-home--work-areas .work-area__inner {
    padding-left: 35px;
  }
}
.section-home--work-areas .work-area h2 {
  word-break: break-all;
}
@media (min-width: 1200px) {
  .section-home--work-areas .work-area h2 {
    word-break: break-word;
    font-size: 70px;
  }
}
.section-home--work-areas .work-area p {
  max-width: 36ch;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
@media (min-width: 1200px) {
  .section-home--work-areas .work-area p {
    max-width: 43ch;
  }
}
.section-home--work-areas .work-area .btn-main,
.section-home--work-areas .work-area .btn-white {
  margin-top: 100px;
}
@media (min-width: 1200px) {
  .section-home--work-areas .work-area .btn-main,
  .section-home--work-areas .work-area .btn-white {
    margin-top: auto;
  }
}
.section-home--work-areas .work-area-nav {
  appearance: none;
  border: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  white-space: nowrap;
  text-align: left;
}
.section-home--work-areas .work-area-nav span {
  display: block;
  padding: 24px 22.5px;
  transition: transform 250ms;
  position: relative;
  font-weight: 500;
}
.section-home--work-areas .work-area-nav span::before {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  transition: all 250ms;
  opacity: 0;
  width: 11px;
  height: 11px;
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M15.778 7.778C10.1 5.58 9.45 2.882 8 0 6.688 5.565 2.268 7.504.222 7.778c5.04.946 7.285 5.58 7.778 7.778.65-4.589 5.457-7.097 7.778-7.778Z'/%3E%3C/svg%3E");
  transform: translateX(-5px);
}
.section-home--work-areas .work-area-nav.bg-work-area--children-families-and-youth span::before, .section-home--work-areas .work-area-nav.bg-work-area--justice-and-policing span::before, .section-home--work-areas .work-area-nav.bg-work-area--regularisation span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23103044' d='M15.778 7.778C10.1 5.58 9.45 2.882 8 0 6.688 5.565 2.268 7.504.222 7.778c5.04.946 7.285 5.58 7.778 7.778.65-4.589 5.457-7.097 7.778-7.778Z'/%3E%3C/svg%3E");
}
.section-home--work-areas .work-area-nav.active span::before {
  opacity: 1;
  transform: translateX(0);
}
.section-home--work-areas .work-area-nav:hover span {
  transform: translateX(5px);
}
@media (min-width: 1200px) {
  .section-home--work-areas .work-area-nav {
    width: 33.33333%;
    margin-left: auto;
  }
}

.shape--members {
  right: -433px;
  bottom: -429px;
  pointer-events: none;
  mix-blend-mode: multiply;
}
@media (min-width: 1440px) {
  .shape--members {
    right: -351px;
    bottom: -389px;
  }
}

.section-home--members {
  position: relative;
  margin-bottom: 123px;
}

.block-members {
  position: relative;
  box-shadow: 0px 0px 40px -5px rgba(158, 201, 229, 0.4);
  padding: 40px 33px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .block-members {
    display: flex;
    flex-direction: column;
    padding: 45px 55px 60px 55px;
    height: 486px;
    margin-bottom: 0;
  }
}
.block-members h2 {
  color: var(--bg-blue);
  max-width: 10ch;
  margin-bottom: 30px;
}
.block-members p {
  color: var(--bg-blue);
  max-width: 34ch;
  font-size: 14px;
  line-height: 24px;
}
.block-members a {
  color: var(--bg-blue);
  text-decoration: none;
}
@media (min-width: 1200px) {
  .block-members a {
    margin-top: auto;
  }
}
.block-members img {
  position: relative;
  right: 78px;
  bottom: -70px;
  width: calc(100% + 66px + 45px);
  max-width: 470px;
}
@media (min-width: 490px) {
  .block-members img {
    right: 0;
  }
}
@media (min-width: 768px) {
  .block-members img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
  }
}
@media (min-width: 1440px) {
  .block-members img {
    width: initial;
    height: initial;
  }
}

.block-words {
  background: var(--color-digital-technologies);
  padding: 45px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .block-words {
    height: 486px;
    display: flex;
    flex-direction: column;
  }
}
.block-words h3 {
  color: #ffffff;
}
.block-words p {
  font-size: 14px;
  line-height: 24px;
}
.block-words .btn-white {
  position: relative;
  z-index: 2;
  margin-top: auto;
}

@media (min-width: 1200px) {
  .section-home--videos {
    padding: 0 32px;
  }
}
@media (min-width: 1200px) {
  .section-home--videos {
    margin-bottom: -200px;
  }
}

.section-home--publications {
  padding-top: 60px;
  padding-bottom: 39px;
}
@media (min-width: 1200px) {
  .section-home--publications {
    padding-top: 312px;
    padding-bottom: 230px;
  }
}

.page-template-page-template-who-we-are main {
  padding-top: 160px;
}
@media (min-width: 1200px) {
  .page-template-page-template-who-we-are main {
    padding-top: 316px;
  }
}

.section-about--hero {
  margin-bottom: 107px;
}
@media (min-width: 1200px) {
  .section-about--hero {
    height: 584px;
  }
}
.section-about--hero .container {
  position: relative;
}
.section-about--hero h1 {
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .section-about--hero h1 br {
    display: none;
  }
}
.section-about--hero .btn-scroll {
  position: absolute;
  bottom: -65px;
  left: 22.5px;
}
@media (min-width: 1200px) {
  .section-about--hero .btn-scroll {
    display: block;
    bottom: -150px;
  }
}

.highlight-word {
  display: inline-block;
  position: relative;
}
.highlight-word svg {
  position: absolute;
}
.highlight-word svg path {
  fill: currentColor;
}
.highlight-word--one {
  color: var(--color-health);
}
.highlight-word--one svg {
  top: -20px;
  left: 70%;
}
.highlight-word--two {
  color: var(--color-justice-and-policing);
}
.highlight-word--two svg {
  bottom: -10px;
  left: -220px;
}
.highlight-word--three {
  color: var(--color-digital-technologies);
}
.highlight-word--three svg:first-of-type {
  top: 12px;
  right: -20px;
}
@media (min-width: 768px) {
  .highlight-word--three svg:first-of-type {
    top: -20px;
    right: 20px;
  }
}

.section-about--intro {
  margin-bottom: 100px;
  position: relative;
}
@media (min-width: 1200px) {
  .section-about--intro {
    margin-bottom: 150px;
  }
}
.section-about--intro figure {
  position: relative;
  z-index: 1;
}
.section-about--intro figure img {
  margin-left: auto;
}
.section-about--intro p {
  font-size: 14px;
  line-height: 1.71;
}
@media (min-width: 1200px) {
  .section-about--intro p:first-of-type {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .section-about--intro p {
    max-width: 40ch;
  }
}
.section-about--intro h3 {
  margin-bottom: 30px;
}
.section-about--intro .shape--about-intro {
  right: -422px;
  bottom: -939px;
  transform: rotate(72.49deg);
  mix-blend-mode: multiply;
}
@media (min-width: 1200px) {
  .section-about--intro .shape--about-intro {
    right: -202px;
    bottom: -641px;
  }
}

.section-about--reports {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: var(--color-digital-technologies);
  margin-bottom: 88px;
}
@media (min-width: 1200px) {
  .section-about--reports {
    padding-top: 102px;
    padding-bottom: 102px;
  }
}
.section-about--reports h2,
.section-about--reports h3 {
  color: #ffffff;
  margin-bottom: 0;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .section-about--reports h3 {
    font-size: 30px;
    line-height: 1.16;
    margin-top: 60px;
  }
}
.section-about--reports .report-listing > .col-xl-6 {
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .section-about--reports .report-listing > .col-xl-6 {
    margin-bottom: 0;
  }
}
.section-about--reports .report-listing .report-listing-grid {
  margin-bottom: 28px;
}
@media (min-width: 1200px) {
  .section-about--reports .report-listing .report-listing-grid {
    margin-bottom: 58px;
  }
}
@media (min-width: 1200px) {
  .section-about--reports .report-listing {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.report-listing-grid {
  display: grid;
  gap: 30px;
}
@media (min-width: 768px) {
  .report-listing-grid {
    gap: 45px;
    grid-template-columns: repeat(2, 306px);
  }
}

.report-item {
  display: block;
  text-decoration: none;
  color: #ffffff;
  height: 430px;
  background: var(--color-accent);
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  max-width: 306px;
}
.report-item__type {
  position: absolute;
  top: 0;
  background: white;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  z-index: 2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bg-blue);
  padding: 0.5em 1em;
  top: 15px;
  left: 15px;
}
.report-item__content {
  z-index: 2;
  position: absolute;
  bottom: 0;
  padding: 30px;
}
.report-item__subtitle {
  font-size: 18px;
  line-height: normal;
  display: block;
  margin-bottom: 8px;
}
.report-item__year {
  display: block;
  font-size: 100px;
  font-weight: 500;
  line-height: 90px;
}
.report-item__title {
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
  display: block;
}
.report-item--yellow {
  background-color: var(--color-justice-and-policing);
}
.report-item--strategic-plan {
  background-color: var(--bg-blue);
  background-image: url("../img/bg-cta-member.png");
  background-repeat: no-repeat;
  background-size: 238px 207px;
  background-position: top right -32px;
}

/* -----------------------------------------------------


<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 575 481">
  <path stroke="#9EC9E5" stroke-width="5" d="M289 481a286 239 0 1 0 0-478 286 239 0 1 0 0 478"/>
</svg>

<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 387 224">
  <path stroke="#7D70BA" stroke-width="5" d="M195 221a192 109 0 1 0 0-218 192 109 0 1 0 0 218"/>
</svg>

<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 506 549">
  <path stroke="#969461" stroke-width="5" d="M58.235 147.555a232.933 286 33.112 1 0 390.212 254.492A232.933 286 33.112 1 0 58.235 147.555"/>
</svg>

<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 445 451">
  <path stroke="#FF8752" stroke-width="5" d="M133.082 313.258A286 125 45.606 1 0 311.718 138.36a286 125 45.606 1 0-178.636 174.898"/>
</svg>






*/
.section-about--members {
  margin-bottom: 160px;
}
.section-about--members .collapse-buttons {
  margin-bottom: 60px;
  justify-content: flex-start;
}
.section-about--members .collapse-buttons,
.section-about--members a[data-toggle=collapse] {
  color: var(--bg-blue);
}
.section-about--members .collapse-buttons svg,
.section-about--members a[data-toggle=collapse] svg {
  mix-blend-mode: multiply;
}

.team-listing {
  display: grid;
  gap: 0 var(--bs-gutter-x);
}
@media (min-width: 1200px) {
  .team-listing {
    gap: 50px var(--bs-gutter-x);
    grid-template-columns: repeat(3, 1fr);
  }
}
.team-listing .team-item {
  border-bottom: 1px solid var(--color-accent);
  padding: 40px 0;
  position: relative;
}
.team-listing .team-item.team-main-item:nth-child(1) {
  position: relative;
}
.team-listing .team-item.team-main-item:nth-child(1) .team-item__link::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 575 481'%3E%3Cpath stroke='%23FF8752' stroke-width='5' d='M289 481a286 239 0 1 0 0-478 286 239 0 1 0 0 478'/%3E%3C/svg%3E%0A");
  width: 575px;
  height: 481px;
  right: 158px;
  top: 315px;
}
.team-listing .team-item.team-main-item:nth-child(1) .team-item__link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 387 224'%3E%3Cpath stroke='%237D70BA' stroke-width='5' d='M195 221a192 109 0 1 0 0-218 192 109 0 1 0 0 218'/%3E%3C/svg%3E");
  width: 387px;
  height: 224px;
  left: 90px;
  top: 413px;
}
.team-listing .team-item.team-main-item:nth-child(5) {
  position: relative;
}
.team-listing .team-item.team-main-item:nth-child(5) .team-item__link::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 575 481'%3E%3Cpath stroke='%23F5BA6B' stroke-width='5' d='M289 481a286 239 0 1 0 0-478 286 239 0 1 0 0 478'/%3E%3C/svg%3E%0A");
  width: 575px;
  height: 481px;
  right: 223px;
  bottom: 313px;
}
.team-listing .team-item.team-main-item:nth-child(5) .team-item__link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 575 481'%3E%3Cpath stroke='%239EC9E5' stroke-width='5' d='M289 481a286 239 0 1 0 0-478 286 239 0 1 0 0 478'/%3E%3C/svg%3E%0A");
  width: 575px;
  height: 481px;
  left: 62px;
  top: 411px;
}
.team-listing .team-item.team-main-item:nth-child(9) {
  position: relative;
}
.team-listing .team-item.team-main-item:nth-child(9) .team-item__link::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 445 451'%3E%3Cpath stroke='%23FF8752' stroke-width='5' d='M133.082 313.258A286 125 45.606 1 0 311.718 138.36a286 125 45.606 1 0-178.636 174.898'/%3E%3C/svg%3E%0A");
  width: 445px;
  height: 451px;
  left: 235px;
  bottom: 181px;
}
.team-listing .team-item.team-main-item:nth-child(9) .team-item__link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 506 549'%3E%3Cpath stroke='%23969461' stroke-width='5' d='M58.235 147.555a232.933 286 33.112 1 0 390.212 254.492A232.933 286 33.112 1 0 58.235 147.555'/%3E%3C/svg%3E");
  width: 506px;
  height: 549px;
  bottom: 45px;
  left: -76px;
}
.team-listing .team-item.team-main-item:nth-child(10) {
  position: relative;
}
.team-listing .team-item.team-main-item:nth-child(10) .team-item__link::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 575 481'%3E%3Cpath stroke='%239EC9E5' stroke-width='5' d='M289 481a286 239 0 1 0 0-478 286 239 0 1 0 0 478'/%3E%3C/svg%3E%0A");
  width: 575px;
  height: 481px;
  right: -101px;
  top: 366px;
}
.team-listing .team-item.team-main-item:nth-child(10) .team-item__link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 575 481'%3E%3Cpath stroke='%23C78CCF' stroke-width='5' d='M289 481a286 239 0 1 0 0-478 286 239 0 1 0 0 478'/%3E%3C/svg%3E%0A");
  width: 575px;
  height: 481px;
  left: 230px;
  top: 175px;
}
.team-listing .team-item.team-main-item:nth-child(14) {
  position: relative;
}
.team-listing .team-item.team-main-item:nth-child(14) .team-item__link::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 575 481'%3E%3Cpath stroke='%23FF8752' stroke-width='5' d='M289 481a286 239 0 1 0 0-478 286 239 0 1 0 0 478'/%3E%3C/svg%3E%0A");
  width: 575px;
  height: 481px;
  right: 223px;
  bottom: 313px;
}
.team-listing .team-item.team-main-item:nth-child(14) .team-item__link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 575 481'%3E%3Cpath stroke='%239EC9E5' stroke-width='5' d='M289 481a286 239 0 1 0 0-478 286 239 0 1 0 0 478'/%3E%3C/svg%3E%0A");
  width: 575px;
  height: 481px;
  left: 62px;
  top: 411px;
}
@media (min-width: 1200px) {
  .team-listing .team-item {
    padding: 0 25px;
    border-bottom: 0;
  }
}
.team-listing .team-item__link {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .team-listing .team-item__link {
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .team-listing .team-item__link {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    bottom: 40px;
  }
}
.team-listing .team-item__link::before, .team-listing .team-item__link::after {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  transition: transform 250ms ease-out;
}
.team-listing .team-item__link img {
  display: none;
  width: 100%;
}
@media (min-width: 1200px) {
  .team-listing .team-item__link img {
    display: block;
  }
}
.team-listing .team-item__link:hover::before {
  transform: translate3d(2.5%, 5%, 0);
}
.team-listing .team-item__link:hover::after {
  transform: translate3d(-2.5%, -5%, 0);
}
@media (min-width: 1200px) {
  .team-listing .team-item__link:hover .team-item__icon {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.team-listing .team-item__icon {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 2;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.94 23.94'%3E%3Cpath fill='none' stroke='%23103044' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11.97 22.94V1M1 11.97h21.94' /%3E%3C/svg%3E");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 300ms ease-in;
}
@media (min-width: 1200px) {
  .team-listing .team-item__icon {
    opacity: 0;
    width: 167px;
    height: 167px;
    border-radius: 50%;
    background-color: var(--color-accent);
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.94 23.94'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11.97 22.94V1M1 11.97h21.94' /%3E%3C/svg%3E");
    background-size: 24px 24px;
    transform: translateY(50px) scale(0.75);
  }
}
.team-listing .team-item__name {
  display: block;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 20px;
}
.team-listing .team-item__title {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.team-listing .team-item__modal {
  position: fixed;
  inset: 0;
  max-width: 1124px;
  background: #ffffff;
  z-index: 99;
  margin: auto;
  height: fit-content;
  padding: 25px;
  visibility: hidden;
  opacity: 0;
  transition: all 350ms ease-in-out;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 6px 12px 0 rgba(0, 0, 0, 0.07), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 40px);
}
.team-listing .team-item__modal.active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1200px) {
  .team-listing .team-item__modal {
    margin: auto;
    width: 100%;
    flex-direction: row;
    padding: 50px;
    gap: 60px;
    height: fit-content;
  }
}
.team-listing .team-item img {
  object-fit: cover;
}
.team-listing .team-item__modal-content h2 {
  margin-bottom: 10px;
}
.team-listing .team-item__modal-content .team-item__modal-positions {
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: var(--bg-blue);
  display: flex;
  margin-bottom: 50px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .team-listing .team-item__modal-content .team-item__modal-positions span + span::before {
    content: "-";
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .team-listing .team-item__modal-content .team-item__modal-positions {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 80px;
  }
}
.team-listing .team-item__modal-content .btn-arrow {
  margin-bottom: 20px;
  font-weight: 500;
}
.team-listing .team-item__modal-content .team-item__close-btn {
  position: absolute;
  top: -8px;
  right: -8px;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 12.5px;
}
@media (min-width: 1200px) {
  .team-listing .team-item__modal-content .team-item__close-btn {
    padding: 23px;
    top: 0;
    right: 0;
  }
}
.team-listing .team-item__modal-content .team-item__modal-description {
  padding-top: 20px;
  border-top: 1px solid rgba(86, 147, 184, 0.2);
}
@media (min-width: 1200px) {
  .team-listing .team-item__modal-content p {
    margin-right: 72px;
  }
}

.section-about--circle {
  margin-bottom: 160px;
}
.section-about--circle .members-circle {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .section-about--circle .members-circle {
    height: 120vh;
  }
}
.section-about--circle .members-circle h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 53px;
  max-width: 14ch;
}
@media (min-width: 576px) {
  .section-about--circle .members-circle h2 {
    max-width: inherit;
  }
}
@media (min-width: 1200px) {
  .section-about--circle .members-circle h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
.section-about--circle .members-circle h2 span {
  color: var(--color-accent);
}
.section-about--circle .members-circle__stars {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-width: 1215px;
  pointer-events: none;
  width: 150%;
}
@media (min-width: 480px) {
  .section-about--circle .members-circle__stars {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .section-about--circle .members-circle__stars {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .section-about--circle .members-circle__stars {
    width: 65%;
  }
}
@media (min-width: 991px) {
  .section-about--circle .members-circle__stars {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .section-about--circle .members-circle__stars {
    width: 80%;
  }
}

.section-about--funders p {
  font-size: 18px;
  line-height: normal;
}
@media (min-width: 1200px) {
  .section-about--funders p {
    max-width: 713px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-about--funders .row + .row {
  margin-top: 35px;
}

.funders-listing {
  margin-bottom: 90px;
}
@media (min-width: 1200px) {
  .funders-listing {
    margin-bottom: 190px;
  }
}

.funder-item {
  display: flex;
  color: inherit;
  text-decoration: none;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #000000;
  position: relative;
}
@media (min-width: 1200px) {
  .funder-item {
    padding: 30px 20px;
    align-items: center;
  }
}
.funder-item__meta {
  flex: 1 0 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1200px) {
  .funder-item__meta {
    flex-direction: row;
    align-items: center;
  }
}
.funder-item__image {
  flex: 1 0 1;
  transition: 150ms ease-in;
  display: none;
}
@media (min-width: 1200px) {
  .funder-item__image {
    display: block;
  }
}
.funder-item__name {
  margin-bottom: 0;
  font-size: 25px;
  line-height: 30px;
}
@media (min-width: 1200px) {
  .funder-item__name {
    font-size: 35px;
    line-height: 40px;
  }
}
.funder-item__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  max-width: 60%;
}
@media (min-width: 1200px) {
  .funder-item__desc {
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    max-width: initial;
  }
}
.funder-item:last-child {
  border-bottom: 1px solid #000000;
}
.funder-item::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 21 23'%3E%3Cpath stroke='%23103044' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m10 1.5 10 10-10 10M1.606 11.46h17.556'/%3E%3C/svg%3E");
  width: 21px;
  height: 23px;
  content: "";
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  transition: 150ms ease-in;
}
@media (min-width: 1200px) {
  .funder-item::after {
    opacity: 0;
    right: 20px;
  }
}
.funder-item:hover {
  color: inherit;
}
.funder-item:hover .funder-item__image {
  opacity: 0;
}
.funder-item:hover::after {
  opacity: 1;
  transform: translateX(0);
  transition: 250ms 100ms ease-in;
}

.page-template-page-template-our-work {
  background: var(--bg-blue);
}
.page-template-page-template-our-work .site-header {
  --icon-bar-color: #ffffff;
}

.section-work--hero {
  color: #ffffff;
  margin-bottom: 150px;
}
@media (min-width: 1200px) {
  .section-work--hero {
    padding-top: 40px;
    margin-bottom: 0;
  }
}
.section-work--hero .container {
  position: relative;
}
@media (min-width: 1200px) {
  .section-work--hero .container {
    height: 650px;
    min-height: 650px;
    height: calc(85vh - 150px);
  }
}
.section-work--hero h1 {
  color: #ffffff;
  position: relative;
  z-index: 1;
  pointer-events: none;
  max-width: 10ch;
  font-size: 50px;
}
@media (min-width: 1200px) {
  .section-work--hero h1 {
    top: 80px;
    font-size: 100px;
    line-height: 90px;
    position: absolute;
    margin-left: 8.33333%;
  }
}
.section-work--hero h1::after {
  position: relative;
  content: "";
  display: inline-block;
  z-index: 3;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-left: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 22'%3E%3Cpath fill='%23fff' d='M21.213 10.607C13.47 7.609 12.583 3.93 10.606 0 8.817 7.59 2.79 10.233 0 10.607c6.873 1.29 9.935 7.608 10.606 10.606.888-6.258 7.441-9.678 10.607-10.606Z'/%3E%3C/svg%3E");
}
.section-work--hero p:not(.legend) {
  font-size: 14px;
  line-height: 24px;
}
.section-work--hero .legend {
  color: #5693b8;
  max-width: 30ch;
}
.section-work--hero .btn-scroll {
  display: none;
  position: absolute;
  bottom: 0;
  left: 22.5px;
}
@media (min-width: 1200px) {
  .section-work--hero .btn-scroll {
    display: block;
    bottom: 50px;
  }
}
.section-work--hero .round-mask {
  position: relative;
  margin-top: -70px;
  margin-bottom: 50px;
  right: -20%;
}
@media (min-width: 1200px) {
  .section-work--hero .round-mask {
    top: initial;
    right: initial;
    margin: 0 auto;
  }
}
.section-work--hero .shape--hero-left {
  transform: rotate(45deg);
  mix-blend-mode: soft-light;
  width: 130px;
  display: none;
}
@media (min-width: 1200px) {
  .section-work--hero .shape--hero-left {
    width: auto;
    bottom: -380px;
    left: -229px;
  }
}
.section-work--hero .shape--hero-right {
  display: none;
}
@media (min-width: 1200px) {
  .section-work--hero .shape--hero-right {
    transform: rotate(-25deg);
    display: block;
    top: -351px;
    right: -332px;
    mix-blend-mode: soft-light;
  }
}

.work-areas-links {
  box-shadow: 0px 0px 30px #052132;
}

.section-work--work-areas-eu-advocacy {
  margin-bottom: 104px;
}
.section-work--work-areas-eu-advocacy p {
  color: white;
}

.area-focus {
  --area--background: var(--bg-blue);
  --area--color: #ffffff;
  --area--label: #ffffff;
  background: var(--area--background);
}
.area-focus--criminalisation {
  --area--background: var(--color-criminalisation);
  --area--foreground: #9ec9e5;
}
.area-focus--children-families-and-youth {
  --area--background: var(--color-children-families-and-youth);
  --area--foreground: #5693b8;
}
.area-focus--detention-and-deportations {
  --area--background: var(--color-detention-and-deportations);
  --area--foreground: #ff8752;
}
.area-focus--digital-technologies {
  --area--background: var(--color-digital-technologies);
  --area--foreground: #f56124;
}
.area-focus--gender-equality {
  --area--background: var(--color-gender-equality);
  --area--foreground: #a699e3;
}
.area-focus--health {
  --area--background: var(--color-health);
  --area--foreground: #9b4da8;
}
.area-focus--housing-and-anti-poverty {
  --area--background: var(--color-housing-and-anti-poverty);
  --area--foreground: #f5ba6b;
}
.area-focus--justice-and-policing {
  --area--background: var(--color-justice-and-policing);
  --area--foreground: #ee9c2f;
}
.area-focus--regularisation {
  --area--background: var(--color-regularisation);
  --area--foreground: #9ec9e5;
}
.area-focus--work {
  --area--background: var(--color-work);
  --area--foreground: #9ec9e5;
}
.area-focus--children-families-and-youth, .area-focus--justice-and-policing, .area-focus--regularisation {
  --area--color: var(--bg-blue);
}
.area-focus--criminalisation {
  --area--label: var(--bg-blue-light);
}
.area-focus--regularisation {
  --area--label: var(--bg-blue);
}

.section-area--hero {
  padding-top: 56px;
  padding-bottom: 104px;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.section-area--hero h1 {
  color: var(--area--color);
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .section-area--hero h1 {
    font-size: 100px;
    line-height: 90px;
  }
}
.section-area--hero p {
  color: var(--area--color);
}
@media (min-width: 1200px) {
  .section-area--hero p {
    font-size: 18px;
    max-width: 58ch;
    margin-left: auto;
    margin-right: auto;
    line-height: 27px;
  }
}

.breadcrumb {
  margin-bottom: 15px;
}
.breadcrumb a {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--area--label);
  text-decoration: none;
  font-size: 12px;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.breadcrumb a svg {
  position: relative;
  top: -1px;
}

.section-area--humans {
  width: 100%;
}

.humans {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(9, 300px);
  gap: 63px;
  justify-content: center;
  margin-bottom: 107px;
}

.human {
  border-radius: 50%;
  overflow: hidden;
  background: var(--area--foreground);
  width: 300px;
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.human:nth-of-type(1) {
  opacity: 0.2;
}
.human:nth-of-type(2) {
  opacity: 0.3;
}
.human:nth-of-type(3) {
  opacity: 0.5;
}
.human:nth-of-type(7) {
  opacity: 0.5;
}
.human:nth-of-type(8) {
  opacity: 0.3;
}
.human:nth-of-type(9) {
  opacity: 0.2;
}

.section-area--content {
  margin-bottom: 140px;
}
.section-area--content h3 {
  color: var(--area--color);
}
.section-area--content p {
  color: var(--area--color);
  line-height: 24px;
}

.section-area--publications {
  padding-top: 60px;
  padding-bottom: 39px;
}
@media (min-width: 1200px) {
  .section-area--publications {
    padding-top: 90px;
    padding-bottom: 82px;
  }
}

.section-area--blogs {
  background: white;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .section-area--blogs {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.blog-listing {
  display: grid;
  gap: 0 45px;
  margin-top: 65px;
}
@media (min-width: 1200px) {
  .blog-listing {
    grid-template-columns: calc(70% - 11.25px) calc(30% - 33.75px);
    grid-auto-columns: 1fr;
    grid-template-rows: 1fr;
    grid-auto-flow: column;
  }
}

.news-item {
  padding-bottom: 35px;
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.news-item::after {
  content: "";
  position: absolute;
  bottom: 35px;
  right: 0;
  display: block;
  width: 5px;
  height: 10px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 5 10'%3E%3Cpath stroke='%23103044' stroke-linejoin='round' stroke-width='1.5' d='M.535 1.464 4.071 5 .535 8.536'/%3E%3C/svg%3E");
  transform: translateX(-50%);
  transition: all 350ms ease-in;
  opacity: 0;
}
.news-item:hover::after {
  transform: translateX(0);
  opacity: 1;
}
.news-item__date {
  font-size: 12px;
  color: #103044;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 17px;
  opacity: 0.8;
}
.news-item__title {
  display: block;
  color: #103044;
  font-size: 20px;
  width: 20ch;
  font-weight: 500;
  line-height: 22px;
}
.news-item + .news-item {
  padding-top: 35px;
  border-top: 1px solid rgba(86, 147, 184, 0.2);
}
.news-item--featured {
  background: var(--area--background);
  padding: 32px 34px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 450px;
  margin-bottom: 20px;
}
.news-item--featured:hover::after {
  display: none;
}
@media (min-width: 1200px) {
  .news-item--featured {
    height: 100%;
  }
}
.news-item--featured .news-item__date,
.news-item--featured .news-item__title {
  color: var(--area--color);
}
.news-item--featured .news-item__date {
  margin-top: auto;
}
@media (min-width: 1200px) {
  .news-item--featured .news-item__title {
    font-size: 35px;
    line-height: 40px;
  }
}
.news-item--featured .news-item__bg {
  border-radius: 50%;
  width: 407px;
  height: 407px;
  position: absolute;
  top: -126px;
  right: -114px;
  background: var(--area--foreground);
  background-image: url("../img/humans/Maria.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-position: 50px 20px;
  transform: scaleX(-1);
}
.news-item--featured .news-item__link {
  position: absolute;
  bottom: 32px;
  right: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: fit-content;
  gap: 10px;
  align-items: center;
  color: var(--area--color);
  text-decoration: none;
  font-size: 12px;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.news-item--featured .news-item__link::after {
  content: "";
  position: relative;
  display: block;
  width: 5px;
  height: 10px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 5 10'%3E%3Cpath stroke='%23ffffff' stroke-linejoin='round' stroke-width='1.5' d='M.535 1.464 4.071 5 .535 8.536'/%3E%3C/svg%3E");
}

.section-members--intro {
  position: relative;
  padding-top: 76px;
  margin-bottom: 100px;
}
@media (min-width: 1200px) {
  .section-members--intro {
    margin-bottom: 120px;
  }
}
.section-members--intro h1 {
  position: relative;
  z-index: 1;
  pointer-events: none;
  max-width: 10ch;
  font-size: 50px;
}
@media (min-width: 1200px) {
  .section-members--intro h1 {
    font-size: 100px;
    line-height: 90px;
    margin-left: 16.88888%;
    margin-bottom: 110px;
  }
}
.section-members--intro .stars {
  position: absolute;
  top: 0;
  width: 1440px;
  max-width: initial;
  z-index: 5;
  pointer-events: none;
  left: -434px;
}
@media (min-width: 768px) {
  .section-members--intro .stars {
    left: 0;
  }
}
@media (min-width: 1440px) {
  .section-members--intro .stars {
    width: 100%;
  }
}
.section-members--intro .stars path {
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .section-members--intro .stars path {
    opacity: 1;
    mix-blend-mode: multiply;
  }
}
.section-members--intro p:not(.large) {
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .section-members--intro p:not(.large) {
    padding-right: 20px;
  }
}
.section-members--intro .round-mask {
  position: relative;
  margin-top: -70px;
  margin-bottom: 50px;
  right: -20%;
}
@media (min-width: 1200px) {
  .section-members--intro .round-mask {
    top: initial;
    right: initial;
    margin: 0;
  }
}

.members-list__filters .filters {
  --filters-background: #7d70ba;
  --filters-color: #ffffff;
}

.section-members--list {
  background: #c78ccf;
  padding-top: 30px;
  padding-bottom: 126px;
  color: #fff;
}
.section-members--list h2 {
  color: #fff;
  margin-bottom: 33px;
}
@media (min-width: 1200px) {
  .section-members--list {
    padding-top: 85px;
    padding-bottom: 126px;
  }
}
.section-members--list .pagination {
  --pager-text-color: #ffffff;
  --pager-background-color: #7b6eba;
}

@media (min-width: 1200px) {
  .members-list__wrapper {
    width: 83.33333333%;
    margin-left: auto;
    margin-right: auto;
  }
}

.members-list__listing {
  margin-bottom: 60px;
}

.member-item {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 40px;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
  color: white;
  text-decoration: none;
  z-index: 1;
}
.member-item:hover {
  background: #BB7BC3;
  color: white;
  position: relative;
}
.member-item:hover::before {
  z-index: 0;
  content: "";
  position: absolute;
  width: calc(100% + 80px);
  left: -40px;
  top: -1px;
  height: calc(100% + 2px);
  transition: all 0.3s;
  border-radius: 30px;
  background: #BB7BC3;
}
@media (min-width: 1200px) {
  .member-item {
    flex-direction: row;
  }
}
.member-item__meta {
  margin-bottom: 18px;
  display: flex;
  gap: 7px;
  align-items: baseline;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .member-item__meta {
    gap: 23px;
    flex-direction: row;
  }
}
.member-item__name {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}
.member-item__location {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.member-item__content {
  flex-basis: 50%;
  z-index: 1;
}
.member-item__content p {
  font-size: 14px;
  line-height: 24px;
}
.member-item__image {
  z-index: 1;
  height: 200px;
  background: white;
  display: none;
}
.member-item__image img {
  height: auto;
  max-height: 120px;
  max-width: 85%;
}
@media (min-width: 1200px) {
  .member-item__image {
    flex-basis: 306px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.member-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.cta-member {
  background: var(--bg-blue);
  padding: 35px 37px 32px;
  color: #ffffff;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .cta-member {
    background-image: url("../img/bg-cta-member.png");
    background-repeat: no-repeat;
    background-position: top right;
    padding: 60px 70px 80px;
    width: 83.33333333%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 116px;
  }
}
.cta-member h2 {
  color: #ffffff;
  max-width: 13ch;
  margin-bottom: 35px;
}
.cta-member p {
  max-width: 36ch;
  margin-bottom: 63px;
}
.cta-member .subtitle {
  color: #5693b8;
}
.cta-member .btn-group > * {
  width: 100%;
}
@media (min-width: 1200px) {
  .cta-member .btn-group > * {
    width: initial;
  }
}

.page-template-page-template-publications main {
  background: linear-gradient(to bottom, rgb(158, 201, 229) 0%, rgb(158, 201, 229) 616px, rgb(255, 255, 255) 616px);
}
@media (min-width: 1200px) {
  .page-template-page-template-publications main {
    margin-bottom: 140px;
    padding-top: 337px;
    background: linear-gradient(to bottom, rgb(158, 201, 229) 0%, rgb(158, 201, 229) 809px, rgb(255, 255, 255) 809px);
  }
}
.page-template-page-template-publications main h1 {
  margin-bottom: 40px;
}

.publications-list__filters {
  margin-top: 80px;
}
@media (min-width: 1200px) {
  .publications-list__filters {
    margin-top: 0;
  }
}
.publications-list__filters .filters {
  --filters-background: #5693b8;
  --filters-color: #ffffff;
}

.blog main h1 {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .blog main {
    margin-bottom: 140px;
    padding-top: 337px;
  }
}

.blog-list__filters {
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(16, 48, 68, 0.1);
  margin-top: 127px;
}
@media (min-width: 1200px) {
  .blog-list__filters {
    margin-top: 0;
  }
}
.blog-list__filters .filters {
  --filters-background: #ffffff;
  --filters-color: #103044;
}

.blog-list__listing {
  display: grid;
  gap: var(--bs-gutter-x);
  margin-bottom: 90px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1200px) {
  .blog-list__listing {
    grid-template-columns: repeat(4, 1fr);
  }
}

.blog-item {
  position: relative;
  transition: opacity 350ms ease-in-out;
  height: 420px;
  overflow: hidden;
  --color: #ffffff;
}
.blog-item.bg-work-area--regularisation {
  --work-area--background: #f2faff;
  --color: var(--bg-blue);
}
.blog-item.has-thumbnail::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.58%, rgba(0, 0, 0, 0.3) 76.56%);
}
.blog-item__bg {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  position: absolute;
  top: -70px;
  right: -80px;
  background: var(--work-area--foreground);
  background-image: var(--work-area--foregroundimage);
  background-repeat: no-repeat;
  background-position: bottom -10px center;
  background-size: 265px 265px;
}
.blog-item__link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: block;
}
.blog-item__content {
  z-index: 2;
  position: absolute;
  bottom: 0;
  padding: 40px 30px;
}
.blog-item__date {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color);
  display: block;
  margin-bottom: 13px;
  font-weight: 500;
  letter-spacing: 0.96px;
}
.blog-item__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  color: var(--color);
  display: block;
  margin-bottom: 0;
}

/* -----------------------------------------------------
    Article
   ----------------------------------------------------- */
@media (min-width: 1200px) {
  .blog-article__content {
    margin-top: 80px;
  }
}
.blog-article__content a {
  color: var(--bg-blue);
  font-weight: 500;
}
@media (min-width: 1200px) {
  .blog-article__header {
    padding-top: 144px;
  }
}
.blog-article__date {
  font-size: 12px;
  opacity: 0.4;
}
.blog-article__thumb {
  z-index: -1;
  position: relative;
  margin-top: 30px;
}
.blog-article__thumb.no-thumbnail {
  display: none;
}
.blog-article__thumb img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .blog-article__thumb {
    margin-top: 60px;
    margin-left: calc(-12.5% - 7.5px);
    margin-right: calc(-12.5% - 7.5px);
    min-height: 520px;
  }
}
@media (min-width: 1200px) {
  .blog-article__title {
    max-width: 20ch;
  }
}
.blog-article__intro {
  color: #95a3aa;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(86, 147, 184, 0.2);
}

.blog-article__related {
  margin-top: 120px;
}
.blog-article__related h2 {
  margin-bottom: 48px;
}

.blog-related {
  display: grid;
  gap: var(--bs-gutter-x);
  margin-bottom: 80px;
}
.blog-related .blog-item {
  background: #103044;
}
.blog-related img {
  object-fit: cover;
  width: auto;
  height: 100%;
  min-width: 100%;
}
@media (min-width: 1200px) {
  .blog-related {
    grid-template-columns: 2.5333fr 1fr;
  }
}
.blog-related .news-item {
  background: #103044;
  color: white;
  min-height: 420px;
}

.page-template-page-template-contact {
  height: 100vh;
  background: var(--bg-blue);
}
.page-template-page-template-contact main {
  overflow: visible;
  padding-top: 36vh;
}
@media (min-width: 1200px) {
  .page-template-page-template-contact main {
    padding-top: 330px;
    padding-top: 36vh;
    margin-bottom: 300px;
  }
}
.page-template-page-template-contact .container {
  position: relative;
}
.page-template-page-template-contact h1 {
  color: #fff;
  z-index: 9;
  position: relative;
  width: fit-content;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 55px;
}
@media (min-width: 1200px) {
  .page-template-page-template-contact h1 {
    margin-left: auto;
    margin-right: auto;
    font-size: 130px;
    line-height: 130px;
  }
}
.page-template-page-template-contact h1 span {
  display: block;
}

@media (min-width: 1199px) {
  .offTop {
    margin-top: -10rem;
  }
}
.contact__title {
  position: relative;
  margin-bottom: 100px;
}
@media (min-width: 1200px) {
  .contact__title {
    margin-bottom: 0;
  }
}
.contact__circle {
  max-width: initial;
  position: absolute;
  inset: 0;
  pointer-events: none;
  height: fit-content;
  transform: translate3d(-50%, -50%, 0);
  width: 693px;
  top: 50%;
  left: 75%;
  display: none;
}
@media (min-width: 576px) {
  .contact__circle {
    display: block;
  }
}
.contact__circle--mobile {
  display: block;
  width: 100%;
  top: 84%;
  left: 43%;
}
@media (min-width: 576px) {
  .contact__circle--mobile {
    display: none;
  }
}
.contact__stars {
  position: absolute;
  margin: auto;
  max-width: initial;
  pointer-events: none;
  display: none;
  left: 22.5px;
  top: -100px;
}
.contact__stars--mobile {
  display: block;
  width: 100%;
  left: -62px;
  top: -141px;
}
@media (min-width: 576px) {
  .contact__stars--mobile {
    display: none;
  }
}
@media (max-width: 1199px) {
  .contact .btn-main {
    display: block;
  }
}
.contact main .row-panels > div:nth-of-type(odd) {
  transform: translateY(-25%);
}

.error404 {
  height: 100vh;
  background: var(--bg-blue);
}
.error404 main {
  overflow: visible;
  padding-top: 36vh;
}
@media (min-width: 1200px) {
  .error404 main {
    padding-top: 330px;
    padding-top: 36vh;
  }
}
.error404 .container {
  position: relative;
}
.error404 .site-footer {
  display: none;
}
.error404 h1 {
  color: #fff;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 90px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .error404 h1 {
    margin-bottom: 0;
    font-size: 130px;
    line-height: 130px;
  }
}
.error404 h1 span {
  display: block;
}
.error404 p {
  color: #fff;
  max-width: 33ch;
}
@media (min-width: 1200px) {
  .error404 p {
    max-width: 25ch;
  }
}
.error404__title {
  position: relative;
  margin-bottom: 170px;
}
@media (min-width: 1200px) {
  .error404__title {
    margin-bottom: 0;
  }
}
.error404__circle {
  max-width: initial;
  position: absolute;
  inset: 0;
  width: 120vw;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  height: fit-content;
}
@media (min-width: 576px) {
  .error404__circle {
    width: 693px;
  }
}
.error404__stars {
  position: absolute;
  inset: 0;
  margin: auto;
  transform: translate3d(-176px, -175px, 0);
  width: 978px;
  max-width: initial;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .error404__stars {
    transform: translate3d(-5px, -80px, 0);
  }
}
@media (max-width: 1199px) {
  .error404 .btn-main {
    display: block;
  }
}

body.civicrm {
  --wp--style--global--content-size: 800px !important;
}
body.civicrm .crm-container fieldset {
  display: flex;
  gap: 20px 50px;
  flex-wrap: wrap;
}
body.civicrm .crm-container fieldset legend {
  float: none;
  padding-left: 0;
}
body.civicrm .crm-container fieldset .form-item {
  width: calc(100% - 35px);
}
body.civicrm .crm-container fieldset .helprow-pre,
body.civicrm .crm-container fieldset .helprow-post {
  width: 100%;
  margin: 0 0 15px 0;
  font-size: 14px;
  opacity: 0.9;
  /*padding: 15px;
  background: #fcfcfc;*/
  font-style: italic;
}
body.civicrm .crm-container fieldset .helprow-pre br + br,
body.civicrm .crm-container fieldset .helprow-post br + br {
  display: none;
}
body.civicrm .crm-container fieldset .helprow-pre p,
body.civicrm .crm-container fieldset .helprow-post p {
  margin: 5px 0;
}
body.civicrm .crm-container fieldset .helprow-pre *,
body.civicrm .crm-container fieldset .helprow-post * {
  color: var(--bg-blue) !important;
}
body.civicrm .crm-container fieldset .form-item label, body.civicrm .crm-container fieldset .helprow-pre label, body.civicrm .crm-container fieldset .helprow-post label {
  width: calc(100% - 50px);
  display: inline-block;
}
body.civicrm .crm-container fieldset .form-item .label, body.civicrm .crm-container fieldset .helprow-pre .label, body.civicrm .crm-container fieldset .helprow-post .label {
  float: none !important;
  text-align: left;
  width: 100%;
}
body.civicrm .crm-container fieldset .form-item .label label, body.civicrm .crm-container fieldset .helprow-pre .label label, body.civicrm .crm-container fieldset .helprow-post .label label {
  font-weight: 600;
  margin-bottom: 20px;
}
body.civicrm .crm-container fieldset .form-item .content, body.civicrm .crm-container fieldset .helprow-pre .content, body.civicrm .crm-container fieldset .helprow-post .content {
  padding: 0;
  margin: 0;
  width: 100%;
}
body.civicrm .crm-container fieldset .form-item .content input[type=text], body.civicrm .crm-container fieldset .form-item .content select, body.civicrm .crm-container fieldset .helprow-pre .content input[type=text], body.civicrm .crm-container fieldset .helprow-pre .content select, body.civicrm .crm-container fieldset .helprow-post .content input[type=text], body.civicrm .crm-container fieldset .helprow-post .content select {
  width: 100% !important;
}
body.civicrm .crm-container fieldset input.crm-form-radio + label,
body.civicrm .crm-container fieldset input.crm-form-checkbox + label {
  margin-left: 15px;
  font-size: 15px;
  margin-bottom: 10px;
}
body.civicrm .crm-container fieldset input.crm-form-radio,
body.civicrm .crm-container fieldset input.crm-form-checkbox {
  height: 18px;
  width: 18px;
  vertical-align: top;
}
body.civicrm .crm-container fieldset .form-layout-compressed {
  width: 100%;
}
body.civicrm .crm-container fieldset .form-layout-compressed td {
  display: flex;
  align-items: self-start;
}

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