/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/sass-loader/dist/cjs.js!./styles/main.scss ***!
  \****************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap);
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/sass-loader/dist/cjs.js!./styles/main.scss (1) ***!
  \********************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --primary: #004a7b;
  --secondary: #0091db;
  --tertiary: #0058a5;
  --success: #198754;
  --info: #0dcaf0;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #212529;
  --white: #fff;
  --black: #000;
  --bg-white: #fff;
  --body-color-rgb: 129, 129, 129;
  --body-bg-rgb: 248, 248, 248;
  --body-color: #818181;
  --body-bg: #f8f8f8;
  --border-color: #dee2e6;
  --link-color: #004a7b;
  --link-hover-color: #003b62;
}

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

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

body {
  margin: 0;
  background-color: var(--body-bg);
  color: var(--body-color);
  font-family: "Asap", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

hr {
  margin: 1.875rem 0;
  border: 0;
  border-top: 1px solid;
  color: inherit;
  opacity: 0.25;
}
hr:last-child {
  margin-bottom: 0;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1.875rem;
  color: #004a7b;
  font-weight: 400;
  line-height: 1.125;
}
h6:last-child, .h6:last-child, h5:last-child, .h5:last-child, h4:last-child, .h4:last-child, h3:last-child, .h3:last-child, h2:last-child, .h2:last-child, h1:last-child, .h1:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.875rem;
}
p:last-child {
  margin-bottom: 0;
}

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

address {
  margin-bottom: 1.875rem;
  font-style: normal;
  line-height: inherit;
}
address:last-child {
  margin-bottom: 0;
}

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

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1.875rem;
}
ol:last-child,
ul:last-child,
dl:last-child {
  margin-bottom: 0;
}

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1.875rem;
}
blockquote:last-child {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: #fff3cd;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--link-hover-color);
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

code {
  color: #d63384;
  font-size: 0.875em;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

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

figure {
  margin: 0 0 1.875rem;
}
figure:last-child {
  margin-bottom: 0;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  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 {
  border-style: none;
  padding: 0;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend:last-child {
  margin-bottom: 0;
}
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;
}

.lead {
  color: #004a7b;
  font-size: 1.5rem;
  line-height: 1.6667;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote:last-child {
  margin-bottom: 0;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  color: #6c757d;
  font-size: 0.875em;
}
.blockquote-footer:last-child {
  margin-bottom: 0;
}
.blockquote-footer::before {
  content: "— ";
}

.evidence {
  padding: 1rem;
  background-color: #004a7b;
  color: #fff;
}

.img-fluid, .page-node-type-home .home--insert .inner .text img, .main-header__brand img,
.main-header__brand svg, .main-footer__logos .logo img, .main-footer__brand img,
.main-footer__brand svg, body.cke_editable img, .block--text .block-body img, .block--text_media .block-body .text img, .block--text_media .block-body .media img,
.block--text_media .block-body .media video, .block--testimonials .testimonial .item-text img, .block--steps .block-body .step-item img, .block--media .block-body img,
.block--media .block-body video, .block--faq .faq-body img, .block--evidence .block-body .text img, .banner .banner-header img {
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  color: #6c757d;
  font-size: 0.875em;
}

.container,
.container-fluid,
.layout.container-fullscreen .section__wrapper,
.container-xxl,
.container-xl,
.layout.container-medium .section__wrapper,
.error-404 .main-wrapper,
.path-search .main-wrapper,
.path-user .main-wrapper,
.path-webform .main-wrapper,
.container-lg,
.container-md,
.layout.container-small .section__wrapper,
.container-sm {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}

@media (min-width: 576px) {
  .container-sm, .container-md, .layout.container-small .section__wrapper, .container-lg, .container-xl, .layout.container-medium .section__wrapper, .error-404 .main-wrapper,
  .path-search .main-wrapper,
  .path-user .main-wrapper,
  .path-webform .main-wrapper, .container-xxl {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .layout.container-small .section__wrapper, .container-lg, .container-xl, .layout.container-medium .section__wrapper, .error-404 .main-wrapper,
  .path-search .main-wrapper,
  .path-user .main-wrapper,
  .path-webform .main-wrapper, .container-xxl {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-xl, .layout.container-medium .section__wrapper, .error-404 .main-wrapper,
  .path-search .main-wrapper,
  .path-user .main-wrapper,
  .path-webform .main-wrapper, .container-xxl {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .layout.container-medium .section__wrapper, .error-404 .main-wrapper,
  .path-search .main-wrapper,
  .path-user .main-wrapper,
  .path-webform .main-wrapper, .container-xxl {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1340px;
  }
}
.cols {
  display: grid;
  gap: 1.875rem;
  margin-bottom: 1.875rem;
}
.cols:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cols.cols_2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .cols.cols_3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .cols.cols_4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .cols.cols_4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .cols.col-tier-left {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 768px) {
  .cols.col-tier-right {
    grid-template-columns: 2fr 1fr;
  }
}

.table, .page-node-type-home .home--insert .inner .text table, .block--text .block-body table, .block--text_media .block-body .text table, .block--testimonials .testimonial .item-text table, .block--steps .block-body .step-item table, .block--faq .faq-body table, .block--evidence .block-body .text table {
  --table-bg: transparent;
  --table-color: var(--body-color);
  --table-border-color: var(--border-color);
  --table-accent-bg: transparent;
  --table-striped-bg: rgba(0, 0, 0, 0.05);
  --table-striped-color: var(--body-color);
  --table-active-bg: rgba(0, 0, 0, 0.1);
  --table-active-color: var(--body-color);
  --table-hover-bg: rgba(0, 0, 0, 0.075);
  --table-hover-color: var(--body-color);
  vertical-align: top;
  margin-bottom: 1rem;
  border-color: var(--table-border-color);
  width: 100%;
  color: var(--table-color);
}
.table:last-child, .page-node-type-home .home--insert .inner .text table:last-child, .block--text .block-body table:last-child, .block--text_media .block-body .text table:last-child, .block--testimonials .testimonial .item-text table:last-child, .block--steps .block-body .step-item table:last-child, .block--faq .faq-body table:last-child, .block--evidence .block-body .text table:last-child {
  margin-bottom: 0;
}
.table > :not(caption) > * > *, .page-node-type-home .home--insert .inner .text table > :not(caption) > * > *, .block--text .block-body table > :not(caption) > * > *, .block--text_media .block-body .text table > :not(caption) > * > *, .block--testimonials .testimonial .item-text table > :not(caption) > * > *, .block--steps .block-body .step-item table > :not(caption) > * > *, .block--faq .faq-body table > :not(caption) > * > *, .block--evidence .block-body .text table > :not(caption) > * > * {
  border-bottom-width: 1px;
  padding: 0.5rem 0.5rem;
  background-color: var(--table-bg);
  box-shadow: inset 0 0 0 9999px var(--table-accent-bg);
}
.table > tbody, .page-node-type-home .home--insert .inner .text table > tbody, .block--text .block-body table > tbody, .block--text_media .block-body .text table > tbody, .block--testimonials .testimonial .item-text table > tbody, .block--steps .block-body .step-item table > tbody, .block--faq .faq-body table > tbody, .block--evidence .block-body .text table > tbody {
  vertical-align: inherit;
}
.table > thead, .page-node-type-home .home--insert .inner .text table > thead, .block--text .block-body table > thead, .block--text_media .block-body .text table > thead, .block--testimonials .testimonial .item-text table > thead, .block--steps .block-body .step-item table > thead, .block--faq .faq-body table > thead, .block--evidence .block-body .text table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --table-accent-bg: var(--table-striped-bg);
  color: var(--table-striped-color);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --table-accent-bg: var(--table-striped-bg);
  color: var(--table-striped-color);
}

.table-active {
  --table-accent-bg: var(--table-active-bg);
  color: var(--table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --table-accent-bg: var(--table-hover-bg);
  color: var(--table-hover-color);
}

.table-primary {
  --table-bg: #ccdbe5;
  --table-color: #000;
  --table-border-color: #b8c5ce;
  --table-striped-bg: #c2d0da;
  --table-striped-color: #000;
  --table-active-bg: #b8c5ce;
  --table-active-color: #000;
  --table-hover-bg: #bdcbd4;
  --table-hover-color: #000;
  border-color: var(--table-border-color);
  color: var(--table-color);
}

.table-secondary {
  --table-bg: #cce9f8;
  --table-color: #000;
  --table-border-color: #b8d2df;
  --table-striped-bg: #c2ddec;
  --table-striped-color: #000;
  --table-active-bg: #b8d2df;
  --table-active-color: #000;
  --table-hover-bg: #bdd8e5;
  --table-hover-color: #000;
  border-color: var(--table-border-color);
  color: var(--table-color);
}

.table-success {
  --table-bg: #d1e7dd;
  --table-color: #000;
  --table-border-color: #bcd0c7;
  --table-striped-bg: #c7dbd2;
  --table-striped-color: #000;
  --table-active-bg: #bcd0c7;
  --table-active-color: #000;
  --table-hover-bg: #c1d6cc;
  --table-hover-color: #000;
  border-color: var(--table-border-color);
  color: var(--table-color);
}

.table-info {
  --table-bg: #cff4fc;
  --table-color: #000;
  --table-border-color: #badce3;
  --table-striped-bg: #c5e8ef;
  --table-striped-color: #000;
  --table-active-bg: #badce3;
  --table-active-color: #000;
  --table-hover-bg: #bfe2e9;
  --table-hover-color: #000;
  border-color: var(--table-border-color);
  color: var(--table-color);
}

.table-warning {
  --table-bg: #fff3cd;
  --table-color: #000;
  --table-border-color: #e6dbb9;
  --table-striped-bg: #f2e7c3;
  --table-striped-color: #000;
  --table-active-bg: #e6dbb9;
  --table-active-color: #000;
  --table-hover-bg: #ece1be;
  --table-hover-color: #000;
  border-color: var(--table-border-color);
  color: var(--table-color);
}

.table-danger {
  --table-bg: #f8d7da;
  --table-color: #000;
  --table-border-color: #dfc2c4;
  --table-striped-bg: #eccccf;
  --table-striped-color: #000;
  --table-active-bg: #dfc2c4;
  --table-active-color: #000;
  --table-hover-bg: #e5c7ca;
  --table-hover-color: #000;
  border-color: var(--table-border-color);
  color: var(--table-color);
}

.table-light {
  --table-bg: #f8f9fa;
  --table-color: #000;
  --table-border-color: #dfe0e1;
  --table-striped-bg: #ecedee;
  --table-striped-color: #000;
  --table-active-bg: #dfe0e1;
  --table-active-color: #000;
  --table-hover-bg: #e5e6e7;
  --table-hover-color: #000;
  border-color: var(--table-border-color);
  color: var(--table-color);
}

.table-dark {
  --table-bg: #212529;
  --table-color: #fff;
  --table-border-color: #373b3e;
  --table-striped-bg: #2c3034;
  --table-striped-color: #fff;
  --table-active-bg: #373b3e;
  --table-active-color: #fff;
  --table-hover-bg: #323539;
  --table-hover-color: #fff;
  border-color: var(--table-border-color);
  color: var(--table-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.responsive-table > thead {
  position: absolute;
  margin: -1px;
  border: none;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.responsive-table > :not(caption) > * {
  display: block;
  border-bottom-width: 1px;
}
.responsive-table > :not(caption) > * > * {
  display: flex;
  justify-content: space-between;
  border-bottom-width: 0;
}
.responsive-table > :not(caption) > * > *::before {
  content: attr(data-label);
  margin-right: 1rem;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .responsive-table-sm > thead {
    position: absolute;
    margin: -1px;
    border: none;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .responsive-table-sm > :not(caption) > * {
    display: block;
    border-bottom-width: 1px;
  }
  .responsive-table-sm > :not(caption) > * > * {
    display: flex;
    justify-content: space-between;
    border-bottom-width: 0;
  }
  .responsive-table-sm > :not(caption) > * > *::before {
    content: attr(data-label);
    margin-right: 1rem;
    font-weight: bold;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .responsive-table-md > thead {
    position: absolute;
    margin: -1px;
    border: none;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .responsive-table-md > :not(caption) > * {
    display: block;
    border-bottom-width: 1px;
  }
  .responsive-table-md > :not(caption) > * > * {
    display: flex;
    justify-content: space-between;
    border-bottom-width: 0;
  }
  .responsive-table-md > :not(caption) > * > *::before {
    content: attr(data-label);
    margin-right: 1rem;
    font-weight: bold;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .responsive-table-lg > thead {
    position: absolute;
    margin: -1px;
    border: none;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .responsive-table-lg > :not(caption) > * {
    display: block;
    border-bottom-width: 1px;
  }
  .responsive-table-lg > :not(caption) > * > * {
    display: flex;
    justify-content: space-between;
    border-bottom-width: 0;
  }
  .responsive-table-lg > :not(caption) > * > *::before {
    content: attr(data-label);
    margin-right: 1rem;
    font-weight: bold;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .responsive-table-xl > thead {
    position: absolute;
    margin: -1px;
    border: none;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .responsive-table-xl > :not(caption) > * {
    display: block;
    border-bottom-width: 1px;
  }
  .responsive-table-xl > :not(caption) > * > * {
    display: flex;
    justify-content: space-between;
    border-bottom-width: 0;
  }
  .responsive-table-xl > :not(caption) > * > *::before {
    content: attr(data-label);
    margin-right: 1rem;
    font-weight: bold;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .responsive-table-xxl > thead {
    position: absolute;
    margin: -1px;
    border: none;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .responsive-table-xxl > :not(caption) > * {
    display: block;
    border-bottom-width: 1px;
  }
  .responsive-table-xxl > :not(caption) > * > * {
    display: flex;
    justify-content: space-between;
    border-bottom-width: 0;
  }
  .responsive-table-xxl > :not(caption) > * > *::before {
    content: attr(data-label);
    margin-right: 1rem;
    font-weight: bold;
  }
}
.form-label, .form-item > label:not(.option) {
  margin-bottom: 0.5rem;
}

.col-form-label, .webform-element--title-inline > label:not(.option) {
  margin-bottom: 0;
  padding-top: calc(0.6875rem + 1px);
  padding-bottom: calc(0.6875rem + 1px);
  font-size: inherit;
  line-height: 1.5;
}

.form-description, .form-item > .description {
  margin-top: 0.25rem;
  color: #6c757d;
  font-size: 0.875em;
}

.form-control, .form-color,
.form-date,
.form-datetime-local,
.form-email,
.form-file,
.form-month,
.form-number,
.form-password,
.form-search,
.form-tel,
.form-text,
.form-time,
.form-url,
.form-week,
.form-textarea,
.form-select {
  display: block;
  border: 0.125rem solid #004a7b;
  border-radius: 0.9375rem;
  padding: 0.6875rem 0.9375rem;
  width: 100%;
  background-color: #fff;
  color: #004a7b;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .form-color,
  .form-date,
  .form-datetime-local,
  .form-email,
  .form-file,
  .form-month,
  .form-number,
  .form-password,
  .form-search,
  .form-tel,
  .form-text,
  .form-time,
  .form-url,
  .form-week,
  .form-textarea,
  .form-select {
    transition: none;
  }
}
.form-control:focus, .form-color:focus,
.form-date:focus,
.form-datetime-local:focus,
.form-email:focus,
.form-file:focus,
.form-month:focus,
.form-number:focus,
.form-password:focus,
.form-search:focus,
.form-tel:focus,
.form-text:focus,
.form-time:focus,
.form-url:focus,
.form-week:focus,
.form-textarea:focus,
.form-select:focus {
  border-color: #80a5bd;
  box-shadow: 0 0 0 0.25rem rgba(0, 74, 123, 0.25);
  outline: 0;
}
.form-control:disabled, .form-color:disabled,
.form-date:disabled,
.form-datetime-local:disabled,
.form-email:disabled,
.form-file:disabled,
.form-month:disabled,
.form-number:disabled,
.form-password:disabled,
.form-search:disabled,
.form-tel:disabled,
.form-text:disabled,
.form-time:disabled,
.form-url:disabled,
.form-week:disabled,
.form-textarea:disabled,
.form-select:disabled {
  background-color: #e9ecef;
}

.form-control, .form-color,
.form-date,
.form-datetime-local,
.form-email,
.form-file,
.form-month,
.form-number,
.form-password,
.form-search,
.form-tel,
.form-text,
.form-time,
.form-url,
.form-week,
.form-textarea {
  background-clip: padding-box;
}
.form-control[type=file], [type=file].form-color,
[type=file].form-date,
[type=file].form-datetime-local,
[type=file].form-email,
[type=file].form-file,
[type=file].form-month,
[type=file].form-number,
[type=file].form-password,
[type=file].form-search,
[type=file].form-tel,
[type=file].form-text,
[type=file].form-time,
[type=file].form-url,
[type=file].form-week,
[type=file].form-textarea {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), [type=file].form-color:not(:disabled):not([readonly]),
[type=file].form-date:not(:disabled):not([readonly]),
[type=file].form-datetime-local:not(:disabled):not([readonly]),
[type=file].form-email:not(:disabled):not([readonly]),
[type=file].form-file:not(:disabled):not([readonly]),
[type=file].form-month:not(:disabled):not([readonly]),
[type=file].form-number:not(:disabled):not([readonly]),
[type=file].form-password:not(:disabled):not([readonly]),
[type=file].form-search:not(:disabled):not([readonly]),
[type=file].form-tel:not(:disabled):not([readonly]),
[type=file].form-text:not(:disabled):not([readonly]),
[type=file].form-time:not(:disabled):not([readonly]),
[type=file].form-url:not(:disabled):not([readonly]),
[type=file].form-week:not(:disabled):not([readonly]),
[type=file].form-textarea:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, .form-color:focus,
.form-date:focus,
.form-datetime-local:focus,
.form-email:focus,
.form-file:focus,
.form-month:focus,
.form-number:focus,
.form-password:focus,
.form-search:focus,
.form-tel:focus,
.form-text:focus,
.form-time:focus,
.form-url:focus,
.form-week:focus,
.form-textarea:focus {
  background-color: #fff;
  color: #004a7b;
}
.form-control::-webkit-date-and-time-value, .form-color::-webkit-date-and-time-value,
.form-date::-webkit-date-and-time-value,
.form-datetime-local::-webkit-date-and-time-value,
.form-email::-webkit-date-and-time-value,
.form-file::-webkit-date-and-time-value,
.form-month::-webkit-date-and-time-value,
.form-number::-webkit-date-and-time-value,
.form-password::-webkit-date-and-time-value,
.form-search::-webkit-date-and-time-value,
.form-tel::-webkit-date-and-time-value,
.form-text::-webkit-date-and-time-value,
.form-time::-webkit-date-and-time-value,
.form-url::-webkit-date-and-time-value,
.form-week::-webkit-date-and-time-value,
.form-textarea::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder, .form-color::-moz-placeholder, .form-date::-moz-placeholder, .form-datetime-local::-moz-placeholder, .form-email::-moz-placeholder, .form-file::-moz-placeholder, .form-month::-moz-placeholder, .form-number::-moz-placeholder, .form-password::-moz-placeholder, .form-search::-moz-placeholder, .form-tel::-moz-placeholder, .form-text::-moz-placeholder, .form-time::-moz-placeholder, .form-url::-moz-placeholder, .form-week::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .form-color::placeholder,
.form-date::placeholder,
.form-datetime-local::placeholder,
.form-email::placeholder,
.form-file::placeholder,
.form-month::placeholder,
.form-number::placeholder,
.form-password::placeholder,
.form-search::placeholder,
.form-tel::placeholder,
.form-text::placeholder,
.form-time::placeholder,
.form-url::placeholder,
.form-week::placeholder,
.form-textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-color:disabled,
.form-date:disabled,
.form-datetime-local:disabled,
.form-email:disabled,
.form-file:disabled,
.form-month:disabled,
.form-number:disabled,
.form-password:disabled,
.form-search:disabled,
.form-tel:disabled,
.form-text:disabled,
.form-time:disabled,
.form-url:disabled,
.form-week:disabled,
.form-textarea:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button, .form-color::file-selector-button,
.form-date::file-selector-button,
.form-datetime-local::file-selector-button,
.form-email::file-selector-button,
.form-file::file-selector-button,
.form-month::file-selector-button,
.form-number::file-selector-button,
.form-password::file-selector-button,
.form-search::file-selector-button,
.form-tel::file-selector-button,
.form-text::file-selector-button,
.form-time::file-selector-button,
.form-url::file-selector-button,
.form-week::file-selector-button,
.form-textarea::file-selector-button {
  margin: -0.6875rem -0.9375rem;
  -webkit-margin-end: 0.9375rem;
  margin-inline-end: 0.9375rem;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  padding: 0.6875rem 0.9375rem;
  background-color: #e9ecef;
  color: #004a7b;
  pointer-events: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button, .form-color::file-selector-button,
  .form-date::file-selector-button,
  .form-datetime-local::file-selector-button,
  .form-email::file-selector-button,
  .form-file::file-selector-button,
  .form-month::file-selector-button,
  .form-number::file-selector-button,
  .form-password::file-selector-button,
  .form-search::file-selector-button,
  .form-tel::file-selector-button,
  .form-text::file-selector-button,
  .form-time::file-selector-button,
  .form-url::file-selector-button,
  .form-week::file-selector-button,
  .form-textarea::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .form-color:hover:not(:disabled):not([readonly])::file-selector-button,
.form-date:hover:not(:disabled):not([readonly])::file-selector-button,
.form-datetime-local:hover:not(:disabled):not([readonly])::file-selector-button,
.form-email:hover:not(:disabled):not([readonly])::file-selector-button,
.form-file:hover:not(:disabled):not([readonly])::file-selector-button,
.form-month:hover:not(:disabled):not([readonly])::file-selector-button,
.form-number:hover:not(:disabled):not([readonly])::file-selector-button,
.form-password:hover:not(:disabled):not([readonly])::file-selector-button,
.form-search:hover:not(:disabled):not([readonly])::file-selector-button,
.form-tel:hover:not(:disabled):not([readonly])::file-selector-button,
.form-text:hover:not(:disabled):not([readonly])::file-selector-button,
.form-time:hover:not(:disabled):not([readonly])::file-selector-button,
.form-url:hover:not(:disabled):not([readonly])::file-selector-button,
.form-week:hover:not(:disabled):not([readonly])::file-selector-button,
.form-textarea:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-plaintext, .form-item-plaintext {
  display: block;
  margin-bottom: 0;
  border: solid transparent;
  border-width: 1px 0;
  padding: 0.6875rem 0;
  width: 100%;
  background-color: transparent;
  color: #004a7b;
  line-height: 1.5;
}
.form-control-plaintext:focus, .form-item-plaintext:focus {
  outline: 0;
}

textarea.form-control, textarea.form-color,
textarea.form-date,
textarea.form-datetime-local,
textarea.form-email,
textarea.form-file,
textarea.form-month,
textarea.form-number,
textarea.form-password,
textarea.form-search,
textarea.form-tel,
textarea.form-text,
textarea.form-time,
textarea.form-url,
textarea.form-week,
textarea.form-textarea {
  min-height: calc(1.5em + 1.375rem + 2px);
}

.form-control-color, .form-color {
  padding: 0.6875rem;
  width: 3rem;
  height: calc(1.5em + 1.375rem + 2px);
}
.form-control-color:not(:disabled):not([readonly]), .form-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch, .form-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.9375rem;
}
.form-control-color::-webkit-color-swatch, .form-color::-webkit-color-swatch {
  border-radius: 0.9375rem;
}

.form-select {
  padding-right: 2.5rem;
  -moz-padding-start: calc(0.9375rem - 3px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23004a7b' d='m7.91,13.44L.29,4.57c-.44-.51-.38-1.28.14-1.72.52-.44,1.29-.37,1.73.14l5.77,6.72,5.92-6.73c.45-.51,1.22-.56,1.73-.12.51.44.56,1.21.12,1.72l-7.79,8.86Z'/%3e%3c/svg%3e");
  background-position: right 0.9375rem center;
  background-repeat: no-repeat;
  background-size: 0.625rem;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.9375rem;
  background-image: none;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #004a7b;
}

.form-check, .js-form-type-checkbox,
.js-form-type-radio {
  display: block;
  margin-bottom: 0.125rem;
  padding-left: 1.5em;
  min-height: 1.5rem;
}
.form-check .form-check-input, .js-form-type-checkbox .form-check-input, .js-form-type-checkbox .form-checkbox,
.js-form-type-checkbox .form-radio,
.js-form-type-radio .form-check-input,
.js-form-type-radio .form-checkbox,
.js-form-type-radio .form-radio {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-left: 0;
  padding-right: 1.5em;
  text-align: right;
}
.form-check-reverse .form-check-input, .form-check-reverse .js-form-type-checkbox .form-checkbox, .js-form-type-checkbox .form-check-reverse .form-checkbox,
.form-check-reverse .js-form-type-checkbox .form-radio,
.js-form-type-checkbox .form-check-reverse .form-radio,
.form-check-reverse .js-form-type-radio .form-checkbox,
.js-form-type-radio .form-check-reverse .form-checkbox,
.form-check-reverse .js-form-type-radio .form-radio,
.js-form-type-radio .form-check-reverse .form-radio {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

.form-check-input, .js-form-type-checkbox .form-checkbox,
.js-form-type-checkbox .form-radio,
.js-form-type-radio .form-checkbox,
.js-form-type-radio .form-radio {
  vertical-align: top;
  margin-top: 0.25em;
  border: 1px solid #004a7b;
  width: 1em;
  height: 1em;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox], .js-form-type-checkbox [type=checkbox].form-checkbox,
.js-form-type-checkbox [type=checkbox].form-radio,
.js-form-type-radio [type=checkbox].form-checkbox,
.js-form-type-radio [type=checkbox].form-radio {
  border-radius: 0.25em;
}
.form-check-input[type=radio], .js-form-type-checkbox [type=radio].form-checkbox,
.js-form-type-checkbox [type=radio].form-radio,
.js-form-type-radio [type=radio].form-checkbox,
.js-form-type-radio [type=radio].form-radio {
  border-radius: 50%;
}
.form-check-input:active, .js-form-type-checkbox .form-checkbox:active,
.js-form-type-checkbox .form-radio:active,
.js-form-type-radio .form-checkbox:active,
.js-form-type-radio .form-radio:active {
  filter: brightness(90%);
}
.form-check-input:focus, .js-form-type-checkbox .form-checkbox:focus,
.js-form-type-checkbox .form-radio:focus,
.js-form-type-radio .form-checkbox:focus,
.js-form-type-radio .form-radio:focus {
  border-color: #80a5bd;
  box-shadow: 0 0 0 0.25rem rgba(0, 74, 123, 0.25);
  outline: 0;
}
.form-check-input:checked, .js-form-type-checkbox .form-checkbox:checked,
.js-form-type-checkbox .form-radio:checked,
.js-form-type-radio .form-checkbox:checked,
.js-form-type-radio .form-radio:checked {
  border-color: #004a7b;
  background-color: #004a7b;
}
.form-check-input:checked[type=checkbox], .js-form-type-checkbox .form-checkbox:checked[type=checkbox],
.js-form-type-checkbox .form-radio:checked[type=checkbox],
.js-form-type-radio .form-checkbox:checked[type=checkbox],
.js-form-type-radio .form-radio:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio], .js-form-type-checkbox .form-checkbox:checked[type=radio],
.js-form-type-checkbox .form-radio:checked[type=radio],
.js-form-type-radio .form-checkbox:checked[type=radio],
.js-form-type-radio .form-radio:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate, .js-form-type-checkbox [type=checkbox].form-checkbox:indeterminate,
.js-form-type-checkbox [type=checkbox].form-radio:indeterminate,
.js-form-type-radio [type=checkbox].form-checkbox:indeterminate,
.js-form-type-radio [type=checkbox].form-radio:indeterminate {
  border-color: #004a7b;
  background-color: #004a7b;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled, .js-form-type-checkbox .form-checkbox:disabled,
.js-form-type-checkbox .form-radio:disabled,
.js-form-type-radio .form-checkbox:disabled,
.js-form-type-radio .form-radio:disabled {
  opacity: 0.5;
  pointer-events: none;
  filter: none;
}
.form-check-input[disabled] ~ .form-check-label, .js-form-type-checkbox [disabled].form-checkbox ~ .form-check-label,
.js-form-type-checkbox [disabled].form-radio ~ .form-check-label,
.js-form-type-radio [disabled].form-checkbox ~ .form-check-label,
.js-form-type-radio [disabled].form-radio ~ .form-check-label, .js-form-type-checkbox .form-check-input[disabled] ~ .option, .js-form-type-checkbox [disabled].form-checkbox ~ .option,
.js-form-type-checkbox [disabled].form-radio ~ .option,
.js-form-type-radio .form-check-input[disabled] ~ .option,
.js-form-type-radio [disabled].form-checkbox ~ .option,
.js-form-type-radio [disabled].form-radio ~ .option, .form-check-input:disabled ~ .form-check-label, .js-form-type-checkbox .form-checkbox:disabled ~ .form-check-label,
.js-form-type-checkbox .form-radio:disabled ~ .form-check-label,
.js-form-type-radio .form-checkbox:disabled ~ .form-check-label,
.js-form-type-radio .form-radio:disabled ~ .form-check-label, .js-form-type-checkbox .form-check-input:disabled ~ .option, .js-form-type-checkbox .form-checkbox:disabled ~ .option,
.js-form-type-checkbox .form-radio:disabled ~ .option,
.js-form-type-radio .form-check-input:disabled ~ .option,
.js-form-type-radio .form-checkbox:disabled ~ .option,
.js-form-type-radio .form-radio:disabled ~ .option {
  opacity: 0.5;
  cursor: default;
}

.form-switch, .switch .js-form-type-checkbox,
.switch .js-form-type-radio {
  padding-left: 2.5em;
}
.form-switch .form-check-input, .switch .js-form-type-checkbox .form-check-input,
.switch .js-form-type-radio .form-check-input, .form-switch .js-form-type-checkbox .form-checkbox, .switch .js-form-type-checkbox .js-form-type-checkbox .form-checkbox,
.switch .js-form-type-radio .js-form-type-checkbox .form-checkbox, .js-form-type-checkbox .form-switch .form-checkbox, .js-form-type-checkbox .switch .js-form-type-checkbox .form-checkbox,
.js-form-type-checkbox .switch .js-form-type-radio .form-checkbox,
.switch .js-form-type-checkbox .js-form-type-radio .form-checkbox,
.form-switch .js-form-type-checkbox .form-radio,
.switch .js-form-type-checkbox .js-form-type-checkbox .form-radio,
.switch .js-form-type-radio .js-form-type-checkbox .form-radio,
.js-form-type-checkbox .form-switch .form-radio,
.js-form-type-checkbox .switch .js-form-type-checkbox .form-radio,
.js-form-type-checkbox .switch .js-form-type-radio .form-radio,
.switch .js-form-type-checkbox .js-form-type-radio .form-radio,
.form-switch .js-form-type-radio .form-checkbox,
.switch .js-form-type-radio .js-form-type-radio .form-checkbox,
.js-form-type-radio .form-switch .form-checkbox,
.js-form-type-radio .switch .js-form-type-checkbox .form-checkbox,
.js-form-type-radio .switch .js-form-type-radio .form-checkbox,
.form-switch .js-form-type-radio .form-radio,
.switch .js-form-type-radio .js-form-type-radio .form-radio,
.js-form-type-radio .form-switch .form-radio,
.js-form-type-radio .switch .js-form-type-checkbox .form-radio,
.js-form-type-radio .switch .js-form-type-radio .form-radio {
  margin-left: -2.5em;
  width: 2em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input, .switch .js-form-type-checkbox .form-check-input,
  .switch .js-form-type-radio .form-check-input, .form-switch .js-form-type-checkbox .form-checkbox, .switch .js-form-type-checkbox .js-form-type-checkbox .form-checkbox,
  .switch .js-form-type-radio .js-form-type-checkbox .form-checkbox, .js-form-type-checkbox .form-switch .form-checkbox, .js-form-type-checkbox .switch .js-form-type-checkbox .form-checkbox,
  .js-form-type-checkbox .switch .js-form-type-radio .form-checkbox,
  .switch .js-form-type-checkbox .js-form-type-radio .form-checkbox,
  .form-switch .js-form-type-checkbox .form-radio,
  .switch .js-form-type-checkbox .js-form-type-checkbox .form-radio,
  .switch .js-form-type-radio .js-form-type-checkbox .form-radio,
  .js-form-type-checkbox .form-switch .form-radio,
  .js-form-type-checkbox .switch .js-form-type-checkbox .form-radio,
  .js-form-type-checkbox .switch .js-form-type-radio .form-radio,
  .switch .js-form-type-checkbox .js-form-type-radio .form-radio,
  .form-switch .js-form-type-radio .form-checkbox,
  .switch .js-form-type-radio .js-form-type-radio .form-checkbox,
  .js-form-type-radio .form-switch .form-checkbox,
  .js-form-type-radio .switch .js-form-type-checkbox .form-checkbox,
  .js-form-type-radio .switch .js-form-type-radio .form-checkbox,
  .form-switch .js-form-type-radio .form-radio,
  .switch .js-form-type-radio .js-form-type-radio .form-radio,
  .js-form-type-radio .form-switch .form-radio,
  .js-form-type-radio .switch .js-form-type-checkbox .form-radio,
  .js-form-type-radio .switch .js-form-type-radio .form-radio {
    transition: none;
  }
}
.form-switch .form-check-input[type=checkbox], .switch .js-form-type-checkbox .form-check-input[type=checkbox],
.switch .js-form-type-radio .form-check-input[type=checkbox], .form-switch .js-form-type-checkbox [type=checkbox].form-checkbox, .switch .js-form-type-checkbox .js-form-type-checkbox [type=checkbox].form-checkbox,
.switch .js-form-type-radio .js-form-type-checkbox [type=checkbox].form-checkbox, .js-form-type-checkbox .form-switch [type=checkbox].form-checkbox, .js-form-type-checkbox .switch .js-form-type-checkbox [type=checkbox].form-checkbox,
.js-form-type-checkbox .switch .js-form-type-radio [type=checkbox].form-checkbox,
.switch .js-form-type-checkbox .js-form-type-radio [type=checkbox].form-checkbox,
.form-switch .js-form-type-checkbox [type=checkbox].form-radio,
.switch .js-form-type-checkbox .js-form-type-checkbox [type=checkbox].form-radio,
.switch .js-form-type-radio .js-form-type-checkbox [type=checkbox].form-radio,
.js-form-type-checkbox .form-switch [type=checkbox].form-radio,
.js-form-type-checkbox .switch .js-form-type-checkbox [type=checkbox].form-radio,
.js-form-type-checkbox .switch .js-form-type-radio [type=checkbox].form-radio,
.switch .js-form-type-checkbox .js-form-type-radio [type=checkbox].form-radio,
.form-switch .js-form-type-radio [type=checkbox].form-checkbox,
.switch .js-form-type-radio .js-form-type-radio [type=checkbox].form-checkbox,
.js-form-type-radio .form-switch [type=checkbox].form-checkbox,
.js-form-type-radio .switch .js-form-type-checkbox [type=checkbox].form-checkbox,
.js-form-type-radio .switch .js-form-type-radio [type=checkbox].form-checkbox,
.form-switch .js-form-type-radio [type=checkbox].form-radio,
.switch .js-form-type-radio .js-form-type-radio [type=checkbox].form-radio,
.js-form-type-radio .form-switch [type=checkbox].form-radio,
.js-form-type-radio .switch .js-form-type-checkbox [type=checkbox].form-radio,
.js-form-type-radio .switch .js-form-type-radio [type=checkbox].form-radio, .form-switch .form-check-input[type=radio], .switch .js-form-type-checkbox .form-check-input[type=radio],
.switch .js-form-type-radio .form-check-input[type=radio], .form-switch .js-form-type-checkbox [type=radio].form-checkbox, .switch .js-form-type-checkbox .js-form-type-checkbox [type=radio].form-checkbox,
.switch .js-form-type-radio .js-form-type-checkbox [type=radio].form-checkbox, .js-form-type-checkbox .form-switch [type=radio].form-checkbox, .js-form-type-checkbox .switch .js-form-type-checkbox [type=radio].form-checkbox,
.js-form-type-checkbox .switch .js-form-type-radio [type=radio].form-checkbox,
.switch .js-form-type-checkbox .js-form-type-radio [type=radio].form-checkbox,
.form-switch .js-form-type-checkbox [type=radio].form-radio,
.switch .js-form-type-checkbox .js-form-type-checkbox [type=radio].form-radio,
.switch .js-form-type-radio .js-form-type-checkbox [type=radio].form-radio,
.js-form-type-checkbox .form-switch [type=radio].form-radio,
.js-form-type-checkbox .switch .js-form-type-checkbox [type=radio].form-radio,
.js-form-type-checkbox .switch .js-form-type-radio [type=radio].form-radio,
.switch .js-form-type-checkbox .js-form-type-radio [type=radio].form-radio,
.form-switch .js-form-type-radio [type=radio].form-checkbox,
.switch .js-form-type-radio .js-form-type-radio [type=radio].form-checkbox,
.js-form-type-radio .form-switch [type=radio].form-checkbox,
.js-form-type-radio .switch .js-form-type-checkbox [type=radio].form-checkbox,
.js-form-type-radio .switch .js-form-type-radio [type=radio].form-checkbox,
.form-switch .js-form-type-radio [type=radio].form-radio,
.switch .js-form-type-radio .js-form-type-radio [type=radio].form-radio,
.js-form-type-radio .form-switch [type=radio].form-radio,
.js-form-type-radio .switch .js-form-type-checkbox [type=radio].form-radio,
.js-form-type-radio .switch .js-form-type-radio [type=radio].form-radio {
  border-radius: 2em;
}
.form-switch .form-check-input:focus, .switch .js-form-type-checkbox .form-check-input:focus,
.switch .js-form-type-radio .form-check-input:focus, .form-switch .js-form-type-checkbox .form-checkbox:focus, .switch .js-form-type-checkbox .js-form-type-checkbox .form-checkbox:focus,
.switch .js-form-type-radio .js-form-type-checkbox .form-checkbox:focus, .js-form-type-checkbox .form-switch .form-checkbox:focus, .js-form-type-checkbox .switch .js-form-type-checkbox .form-checkbox:focus,
.js-form-type-checkbox .switch .js-form-type-radio .form-checkbox:focus,
.switch .js-form-type-checkbox .js-form-type-radio .form-checkbox:focus,
.form-switch .js-form-type-checkbox .form-radio:focus,
.switch .js-form-type-checkbox .js-form-type-checkbox .form-radio:focus,
.switch .js-form-type-radio .js-form-type-checkbox .form-radio:focus,
.js-form-type-checkbox .form-switch .form-radio:focus,
.js-form-type-checkbox .switch .js-form-type-checkbox .form-radio:focus,
.js-form-type-checkbox .switch .js-form-type-radio .form-radio:focus,
.switch .js-form-type-checkbox .js-form-type-radio .form-radio:focus,
.form-switch .js-form-type-radio .form-checkbox:focus,
.switch .js-form-type-radio .js-form-type-radio .form-checkbox:focus,
.js-form-type-radio .form-switch .form-checkbox:focus,
.js-form-type-radio .switch .js-form-type-checkbox .form-checkbox:focus,
.js-form-type-radio .switch .js-form-type-radio .form-checkbox:focus,
.form-switch .js-form-type-radio .form-radio:focus,
.switch .js-form-type-radio .js-form-type-radio .form-radio:focus,
.js-form-type-radio .form-switch .form-radio:focus,
.js-form-type-radio .switch .js-form-type-checkbox .form-radio:focus,
.js-form-type-radio .switch .js-form-type-radio .form-radio:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380a5bd'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked[type=checkbox], .switch .js-form-type-checkbox .form-check-input:checked[type=checkbox],
.switch .js-form-type-radio .form-check-input:checked[type=checkbox], .form-switch .js-form-type-checkbox .form-checkbox:checked[type=checkbox], .switch .js-form-type-checkbox .js-form-type-checkbox .form-checkbox:checked[type=checkbox],
.switch .js-form-type-radio .js-form-type-checkbox .form-checkbox:checked[type=checkbox], .js-form-type-checkbox .form-switch .form-checkbox:checked[type=checkbox], .js-form-type-checkbox .switch .js-form-type-checkbox .form-checkbox:checked[type=checkbox],
.js-form-type-checkbox .switch .js-form-type-radio .form-checkbox:checked[type=checkbox],
.switch .js-form-type-checkbox .js-form-type-radio .form-checkbox:checked[type=checkbox],
.form-switch .js-form-type-checkbox .form-radio:checked[type=checkbox],
.switch .js-form-type-checkbox .js-form-type-checkbox .form-radio:checked[type=checkbox],
.switch .js-form-type-radio .js-form-type-checkbox .form-radio:checked[type=checkbox],
.js-form-type-checkbox .form-switch .form-radio:checked[type=checkbox],
.js-form-type-checkbox .switch .js-form-type-checkbox .form-radio:checked[type=checkbox],
.js-form-type-checkbox .switch .js-form-type-radio .form-radio:checked[type=checkbox],
.switch .js-form-type-checkbox .js-form-type-radio .form-radio:checked[type=checkbox],
.form-switch .js-form-type-radio .form-checkbox:checked[type=checkbox],
.switch .js-form-type-radio .js-form-type-radio .form-checkbox:checked[type=checkbox],
.js-form-type-radio .form-switch .form-checkbox:checked[type=checkbox],
.js-form-type-radio .switch .js-form-type-checkbox .form-checkbox:checked[type=checkbox],
.js-form-type-radio .switch .js-form-type-radio .form-checkbox:checked[type=checkbox],
.form-switch .js-form-type-radio .form-radio:checked[type=checkbox],
.switch .js-form-type-radio .js-form-type-radio .form-radio:checked[type=checkbox],
.js-form-type-radio .form-switch .form-radio:checked[type=checkbox],
.js-form-type-radio .switch .js-form-type-checkbox .form-radio:checked[type=checkbox],
.js-form-type-radio .switch .js-form-type-radio .form-radio:checked[type=checkbox], .form-switch .form-check-input:checked[type=radio], .switch .js-form-type-checkbox .form-check-input:checked[type=radio],
.switch .js-form-type-radio .form-check-input:checked[type=radio], .form-switch .js-form-type-checkbox .form-checkbox:checked[type=radio], .switch .js-form-type-checkbox .js-form-type-checkbox .form-checkbox:checked[type=radio],
.switch .js-form-type-radio .js-form-type-checkbox .form-checkbox:checked[type=radio], .js-form-type-checkbox .form-switch .form-checkbox:checked[type=radio], .js-form-type-checkbox .switch .js-form-type-checkbox .form-checkbox:checked[type=radio],
.js-form-type-checkbox .switch .js-form-type-radio .form-checkbox:checked[type=radio],
.switch .js-form-type-checkbox .js-form-type-radio .form-checkbox:checked[type=radio],
.form-switch .js-form-type-checkbox .form-radio:checked[type=radio],
.switch .js-form-type-checkbox .js-form-type-checkbox .form-radio:checked[type=radio],
.switch .js-form-type-radio .js-form-type-checkbox .form-radio:checked[type=radio],
.js-form-type-checkbox .form-switch .form-radio:checked[type=radio],
.js-form-type-checkbox .switch .js-form-type-checkbox .form-radio:checked[type=radio],
.js-form-type-checkbox .switch .js-form-type-radio .form-radio:checked[type=radio],
.switch .js-form-type-checkbox .js-form-type-radio .form-radio:checked[type=radio],
.form-switch .js-form-type-radio .form-checkbox:checked[type=radio],
.switch .js-form-type-radio .js-form-type-radio .form-checkbox:checked[type=radio],
.js-form-type-radio .form-switch .form-checkbox:checked[type=radio],
.js-form-type-radio .switch .js-form-type-checkbox .form-checkbox:checked[type=radio],
.js-form-type-radio .switch .js-form-type-radio .form-checkbox:checked[type=radio],
.form-switch .js-form-type-radio .form-radio:checked[type=radio],
.switch .js-form-type-radio .js-form-type-radio .form-radio:checked[type=radio],
.js-form-type-radio .form-switch .form-radio:checked[type=radio],
.js-form-type-radio .switch .js-form-type-checkbox .form-radio:checked[type=radio],
.js-form-type-radio .switch .js-form-type-radio .form-radio:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-position: right center;
}
.form-switch.form-check-reverse, .switch .form-check-reverse.js-form-type-checkbox,
.switch .form-check-reverse.js-form-type-radio {
  padding-left: 0;
  padding-right: 2.5em;
}
.form-switch.form-check-reverse .form-check-input, .switch .form-check-reverse.js-form-type-checkbox .form-check-input,
.switch .form-check-reverse.js-form-type-radio .form-check-input, .form-switch.form-check-reverse .js-form-type-checkbox .form-checkbox, .switch .form-check-reverse.js-form-type-checkbox .js-form-type-checkbox .form-checkbox,
.switch .form-check-reverse.js-form-type-radio .js-form-type-checkbox .form-checkbox, .js-form-type-checkbox .form-switch.form-check-reverse .form-checkbox, .js-form-type-checkbox .switch .form-check-reverse.js-form-type-checkbox .form-checkbox, .switch .js-form-type-checkbox .form-check-reverse.js-form-type-checkbox .form-checkbox,
.js-form-type-checkbox .switch .form-check-reverse.js-form-type-radio .form-checkbox,
.switch .js-form-type-checkbox .form-check-reverse.js-form-type-radio .form-checkbox,
.form-switch.form-check-reverse .js-form-type-checkbox .form-radio,
.switch .form-check-reverse.js-form-type-checkbox .js-form-type-checkbox .form-radio,
.switch .form-check-reverse.js-form-type-radio .js-form-type-checkbox .form-radio,
.js-form-type-checkbox .form-switch.form-check-reverse .form-radio,
.js-form-type-checkbox .switch .form-check-reverse.js-form-type-checkbox .form-radio,
.switch .js-form-type-checkbox .form-check-reverse.js-form-type-checkbox .form-radio,
.js-form-type-checkbox .switch .form-check-reverse.js-form-type-radio .form-radio,
.switch .js-form-type-checkbox .form-check-reverse.js-form-type-radio .form-radio,
.form-switch.form-check-reverse .js-form-type-radio .form-checkbox,
.switch .form-check-reverse.js-form-type-checkbox .js-form-type-radio .form-checkbox,
.switch .form-check-reverse.js-form-type-radio .js-form-type-radio .form-checkbox,
.js-form-type-radio .form-switch.form-check-reverse .form-checkbox,
.js-form-type-radio .switch .form-check-reverse.js-form-type-checkbox .form-checkbox,
.switch .js-form-type-radio .form-check-reverse.js-form-type-checkbox .form-checkbox,
.js-form-type-radio .switch .form-check-reverse.js-form-type-radio .form-checkbox,
.switch .js-form-type-radio .form-check-reverse.js-form-type-radio .form-checkbox,
.form-switch.form-check-reverse .js-form-type-radio .form-radio,
.switch .form-check-reverse.js-form-type-checkbox .js-form-type-radio .form-radio,
.switch .form-check-reverse.js-form-type-radio .js-form-type-radio .form-radio,
.js-form-type-radio .form-switch.form-check-reverse .form-radio,
.js-form-type-radio .switch .form-check-reverse.js-form-type-checkbox .form-radio,
.switch .js-form-type-radio .form-check-reverse.js-form-type-checkbox .form-radio,
.js-form-type-radio .switch .form-check-reverse.js-form-type-radio .form-radio,
.switch .js-form-type-radio .form-check-reverse.js-form-type-radio .form-radio {
  margin-left: 0;
  margin-right: -2.5em;
}

.form-check-inline, .webform-options-display-side-by-side .js-form-type-checkbox,
.webform-options-display-side-by-side .js-form-type-radio {
  display: inline-block;
  margin-right: 1rem;
}

.form-range {
  padding: 0;
  width: 100%;
  height: 1.5rem;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 74, 123, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 74, 123, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  margin-top: -0.25rem;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  background-color: #004a7b;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3c9d7;
}
.form-range::-webkit-slider-runnable-track {
  border-color: transparent;
  border-radius: 1rem;
  width: 100%;
  height: 0.5rem;
  background-color: #dee2e6;
  color: transparent;
  cursor: pointer;
}
.form-range::-moz-range-thumb {
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  background-color: #004a7b;
  -moz-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3c9d7;
}
.form-range::-moz-range-track {
  border-color: transparent;
  border-radius: 1rem;
  width: 100%;
  height: 0.5rem;
  background-color: #dee2e6;
  color: transparent;
  cursor: pointer;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > .form-color,
.form-floating > .form-date,
.form-floating > .form-datetime-local,
.form-floating > .form-email,
.form-floating > .form-file,
.form-floating > .form-month,
.form-floating > .form-number,
.form-floating > .form-password,
.form-floating > .form-search,
.form-floating > .form-tel,
.form-floating > .form-text,
.form-floating > .form-time,
.form-floating > .form-url,
.form-floating > .form-week,
.form-floating > .form-textarea,
.form-floating > .form-control-plaintext,
.form-floating > .form-item-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  padding: 1rem 0.9375rem;
  width: 100%;
  height: 100%;
  text-align: start;
  text-overflow: ellipsis;
  overflow: hidden;
  transform-origin: 0 0;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control, .form-floating > .form-color,
.form-floating > .form-date,
.form-floating > .form-datetime-local,
.form-floating > .form-email,
.form-floating > .form-file,
.form-floating > .form-month,
.form-floating > .form-number,
.form-floating > .form-password,
.form-floating > .form-search,
.form-floating > .form-tel,
.form-floating > .form-text,
.form-floating > .form-time,
.form-floating > .form-url,
.form-floating > .form-week,
.form-floating > .form-textarea,
.form-floating > .form-control-plaintext,
.form-floating > .form-item-plaintext {
  padding: 1rem 0.9375rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-color::-moz-placeholder, .form-floating > .form-date::-moz-placeholder, .form-floating > .form-datetime-local::-moz-placeholder, .form-floating > .form-email::-moz-placeholder, .form-floating > .form-file::-moz-placeholder, .form-floating > .form-month::-moz-placeholder, .form-floating > .form-number::-moz-placeholder, .form-floating > .form-password::-moz-placeholder, .form-floating > .form-search::-moz-placeholder, .form-floating > .form-tel::-moz-placeholder, .form-floating > .form-text::-moz-placeholder, .form-floating > .form-time::-moz-placeholder, .form-floating > .form-url::-moz-placeholder, .form-floating > .form-week::-moz-placeholder, .form-floating > .form-textarea::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder, .form-floating > .form-item-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder, .form-floating > .form-color::placeholder,
.form-floating > .form-date::placeholder,
.form-floating > .form-datetime-local::placeholder,
.form-floating > .form-email::placeholder,
.form-floating > .form-file::placeholder,
.form-floating > .form-month::placeholder,
.form-floating > .form-number::placeholder,
.form-floating > .form-password::placeholder,
.form-floating > .form-search::placeholder,
.form-floating > .form-tel::placeholder,
.form-floating > .form-text::placeholder,
.form-floating > .form-time::placeholder,
.form-floating > .form-url::placeholder,
.form-floating > .form-week::placeholder,
.form-floating > .form-textarea::placeholder,
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-item-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-color:not(:-moz-placeholder-shown), .form-floating > .form-date:not(:-moz-placeholder-shown), .form-floating > .form-datetime-local:not(:-moz-placeholder-shown), .form-floating > .form-email:not(:-moz-placeholder-shown), .form-floating > .form-file:not(:-moz-placeholder-shown), .form-floating > .form-month:not(:-moz-placeholder-shown), .form-floating > .form-number:not(:-moz-placeholder-shown), .form-floating > .form-password:not(:-moz-placeholder-shown), .form-floating > .form-search:not(:-moz-placeholder-shown), .form-floating > .form-tel:not(:-moz-placeholder-shown), .form-floating > .form-text:not(:-moz-placeholder-shown), .form-floating > .form-time:not(:-moz-placeholder-shown), .form-floating > .form-url:not(:-moz-placeholder-shown), .form-floating > .form-week:not(:-moz-placeholder-shown), .form-floating > .form-textarea:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown), .form-floating > .form-item-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-color:focus,
.form-floating > .form-date:focus,
.form-floating > .form-datetime-local:focus,
.form-floating > .form-email:focus,
.form-floating > .form-file:focus,
.form-floating > .form-month:focus,
.form-floating > .form-number:focus,
.form-floating > .form-password:focus,
.form-floating > .form-search:focus,
.form-floating > .form-tel:focus,
.form-floating > .form-text:focus,
.form-floating > .form-time:focus,
.form-floating > .form-url:focus,
.form-floating > .form-week:focus,
.form-floating > .form-textarea:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .form-color:not(:placeholder-shown),
.form-floating > .form-date:not(:placeholder-shown),
.form-floating > .form-datetime-local:not(:placeholder-shown),
.form-floating > .form-email:not(:placeholder-shown),
.form-floating > .form-file:not(:placeholder-shown),
.form-floating > .form-month:not(:placeholder-shown),
.form-floating > .form-number:not(:placeholder-shown),
.form-floating > .form-password:not(:placeholder-shown),
.form-floating > .form-search:not(:placeholder-shown),
.form-floating > .form-tel:not(:placeholder-shown),
.form-floating > .form-text:not(:placeholder-shown),
.form-floating > .form-time:not(:placeholder-shown),
.form-floating > .form-url:not(:placeholder-shown),
.form-floating > .form-week:not(:placeholder-shown),
.form-floating > .form-textarea:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-item-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-item-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .form-floating > .form-color:-webkit-autofill,
.form-floating > .form-date:-webkit-autofill,
.form-floating > .form-datetime-local:-webkit-autofill,
.form-floating > .form-email:-webkit-autofill,
.form-floating > .form-file:-webkit-autofill,
.form-floating > .form-month:-webkit-autofill,
.form-floating > .form-number:-webkit-autofill,
.form-floating > .form-password:-webkit-autofill,
.form-floating > .form-search:-webkit-autofill,
.form-floating > .form-tel:-webkit-autofill,
.form-floating > .form-text:-webkit-autofill,
.form-floating > .form-time:-webkit-autofill,
.form-floating > .form-url:-webkit-autofill,
.form-floating > .form-week:-webkit-autofill,
.form-floating > .form-textarea:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-item-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-color:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-date:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-datetime-local:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-email:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-file:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-month:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-number:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-password:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-search:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-tel:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-text:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-time:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-url:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-week:not(:-moz-placeholder-shown) ~ label, .form-floating > .form-textarea:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-color:focus ~ label,
.form-floating > .form-date:focus ~ label,
.form-floating > .form-datetime-local:focus ~ label,
.form-floating > .form-email:focus ~ label,
.form-floating > .form-file:focus ~ label,
.form-floating > .form-month:focus ~ label,
.form-floating > .form-number:focus ~ label,
.form-floating > .form-password:focus ~ label,
.form-floating > .form-search:focus ~ label,
.form-floating > .form-tel:focus ~ label,
.form-floating > .form-text:focus ~ label,
.form-floating > .form-time:focus ~ label,
.form-floating > .form-url:focus ~ label,
.form-floating > .form-week:focus ~ label,
.form-floating > .form-textarea:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-color:not(:placeholder-shown) ~ label,
.form-floating > .form-date:not(:placeholder-shown) ~ label,
.form-floating > .form-datetime-local:not(:placeholder-shown) ~ label,
.form-floating > .form-email:not(:placeholder-shown) ~ label,
.form-floating > .form-file:not(:placeholder-shown) ~ label,
.form-floating > .form-month:not(:placeholder-shown) ~ label,
.form-floating > .form-number:not(:placeholder-shown) ~ label,
.form-floating > .form-password:not(:placeholder-shown) ~ label,
.form-floating > .form-search:not(:placeholder-shown) ~ label,
.form-floating > .form-tel:not(:placeholder-shown) ~ label,
.form-floating > .form-text:not(:placeholder-shown) ~ label,
.form-floating > .form-time:not(:placeholder-shown) ~ label,
.form-floating > .form-url:not(:placeholder-shown) ~ label,
.form-floating > .form-week:not(:placeholder-shown) ~ label,
.form-floating > .form-textarea:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-item-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label, .form-floating > .form-color:-webkit-autofill ~ label,
.form-floating > .form-date:-webkit-autofill ~ label,
.form-floating > .form-datetime-local:-webkit-autofill ~ label,
.form-floating > .form-email:-webkit-autofill ~ label,
.form-floating > .form-file:-webkit-autofill ~ label,
.form-floating > .form-month:-webkit-autofill ~ label,
.form-floating > .form-number:-webkit-autofill ~ label,
.form-floating > .form-password:-webkit-autofill ~ label,
.form-floating > .form-search:-webkit-autofill ~ label,
.form-floating > .form-tel:-webkit-autofill ~ label,
.form-floating > .form-text:-webkit-autofill ~ label,
.form-floating > .form-time:-webkit-autofill ~ label,
.form-floating > .form-url:-webkit-autofill ~ label,
.form-floating > .form-week:-webkit-autofill ~ label,
.form-floating > .form-textarea:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label, .form-floating > .form-item-plaintext ~ label {
  border-width: 1px 0;
}

.input-group, .webform-has-field-prefix,
.webform-has-field-suffix {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
  width: 100%;
}
.input-group > .form-control, .webform-has-field-prefix > .form-control,
.webform-has-field-suffix > .form-control, .input-group > .form-color, .webform-has-field-prefix > .form-color,
.webform-has-field-suffix > .form-color,
.input-group > .form-date,
.webform-has-field-prefix > .form-date,
.webform-has-field-suffix > .form-date,
.input-group > .form-datetime-local,
.webform-has-field-prefix > .form-datetime-local,
.webform-has-field-suffix > .form-datetime-local,
.input-group > .form-email,
.webform-has-field-prefix > .form-email,
.webform-has-field-suffix > .form-email,
.input-group > .form-file,
.webform-has-field-prefix > .form-file,
.webform-has-field-suffix > .form-file,
.input-group > .form-month,
.webform-has-field-prefix > .form-month,
.webform-has-field-suffix > .form-month,
.input-group > .form-number,
.webform-has-field-prefix > .form-number,
.webform-has-field-suffix > .form-number,
.input-group > .form-password,
.webform-has-field-prefix > .form-password,
.webform-has-field-suffix > .form-password,
.input-group > .form-search,
.webform-has-field-prefix > .form-search,
.webform-has-field-suffix > .form-search,
.input-group > .form-tel,
.webform-has-field-prefix > .form-tel,
.webform-has-field-suffix > .form-tel,
.input-group > .form-text,
.webform-has-field-prefix > .form-text,
.webform-has-field-suffix > .form-text,
.input-group > .form-time,
.webform-has-field-prefix > .form-time,
.webform-has-field-suffix > .form-time,
.input-group > .form-url,
.webform-has-field-prefix > .form-url,
.webform-has-field-suffix > .form-url,
.input-group > .form-week,
.webform-has-field-prefix > .form-week,
.webform-has-field-suffix > .form-week,
.input-group > .form-textarea,
.webform-has-field-prefix > .form-textarea,
.webform-has-field-suffix > .form-textarea,
.input-group > .form-select,
.webform-has-field-prefix > .form-select,
.webform-has-field-suffix > .form-select,
.input-group > .form-floating,
.webform-has-field-prefix > .form-floating,
.webform-has-field-suffix > .form-floating {
  flex: 1 1 auto;
  position: relative;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .webform-has-field-prefix > .form-control:focus,
.webform-has-field-suffix > .form-control:focus, .input-group > .form-color:focus, .webform-has-field-prefix > .form-color:focus,
.webform-has-field-suffix > .form-color:focus,
.input-group > .form-date:focus,
.webform-has-field-prefix > .form-date:focus,
.webform-has-field-suffix > .form-date:focus,
.input-group > .form-datetime-local:focus,
.webform-has-field-prefix > .form-datetime-local:focus,
.webform-has-field-suffix > .form-datetime-local:focus,
.input-group > .form-email:focus,
.webform-has-field-prefix > .form-email:focus,
.webform-has-field-suffix > .form-email:focus,
.input-group > .form-file:focus,
.webform-has-field-prefix > .form-file:focus,
.webform-has-field-suffix > .form-file:focus,
.input-group > .form-month:focus,
.webform-has-field-prefix > .form-month:focus,
.webform-has-field-suffix > .form-month:focus,
.input-group > .form-number:focus,
.webform-has-field-prefix > .form-number:focus,
.webform-has-field-suffix > .form-number:focus,
.input-group > .form-password:focus,
.webform-has-field-prefix > .form-password:focus,
.webform-has-field-suffix > .form-password:focus,
.input-group > .form-search:focus,
.webform-has-field-prefix > .form-search:focus,
.webform-has-field-suffix > .form-search:focus,
.input-group > .form-tel:focus,
.webform-has-field-prefix > .form-tel:focus,
.webform-has-field-suffix > .form-tel:focus,
.input-group > .form-text:focus,
.webform-has-field-prefix > .form-text:focus,
.webform-has-field-suffix > .form-text:focus,
.input-group > .form-time:focus,
.webform-has-field-prefix > .form-time:focus,
.webform-has-field-suffix > .form-time:focus,
.input-group > .form-url:focus,
.webform-has-field-prefix > .form-url:focus,
.webform-has-field-suffix > .form-url:focus,
.input-group > .form-week:focus,
.webform-has-field-prefix > .form-week:focus,
.webform-has-field-suffix > .form-week:focus,
.input-group > .form-textarea:focus,
.webform-has-field-prefix > .form-textarea:focus,
.webform-has-field-suffix > .form-textarea:focus,
.input-group > .form-select:focus,
.webform-has-field-prefix > .form-select:focus,
.webform-has-field-suffix > .form-select:focus,
.input-group > .form-floating:focus-within,
.webform-has-field-prefix > .form-floating:focus-within,
.webform-has-field-suffix > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn, .input-group .item--news .item-linktext, .item--news .input-group .item-linktext, .input-group .item--agenda .item-linktext, .item--agenda .input-group .item-linktext, .webform-has-field-prefix .btn, .webform-has-field-prefix .item--news .item-linktext, .item--news .webform-has-field-prefix .item-linktext, .webform-has-field-prefix .item--agenda .item-linktext, .item--agenda .webform-has-field-prefix .item-linktext,
.webform-has-field-suffix .btn,
.webform-has-field-suffix .item--news .item-linktext,
.item--news .webform-has-field-suffix .item-linktext,
.webform-has-field-suffix .item--agenda .item-linktext,
.item--agenda .webform-has-field-suffix .item-linktext, .input-group .form-button, .webform-has-field-prefix .form-button,
.webform-has-field-suffix .form-button,
.input-group .form-reset,
.webform-has-field-prefix .form-reset,
.webform-has-field-suffix .form-reset,
.input-group .form-submit,
.webform-has-field-prefix .form-submit,
.webform-has-field-suffix .form-submit, .input-group .eu-cookie-compliance-default-button, .webform-has-field-prefix .eu-cookie-compliance-default-button,
.webform-has-field-suffix .eu-cookie-compliance-default-button,
.input-group .eu-cookie-compliance-secondary-button,
.webform-has-field-prefix .eu-cookie-compliance-secondary-button,
.webform-has-field-suffix .eu-cookie-compliance-secondary-button,
.input-group .eu-cookie-compliance-hide-button,
.webform-has-field-prefix .eu-cookie-compliance-hide-button,
.webform-has-field-suffix .eu-cookie-compliance-hide-button,
.input-group .eu-cookie-withdraw-button,
.webform-has-field-prefix .eu-cookie-withdraw-button,
.webform-has-field-suffix .eu-cookie-withdraw-button,
.input-group .eu-cookie-compliance-save-preferences-button,
.webform-has-field-prefix .eu-cookie-compliance-save-preferences-button,
.webform-has-field-suffix .eu-cookie-compliance-save-preferences-button,
.input-group .eu-cookie-compliance-personalize-button,
.webform-has-field-prefix .eu-cookie-compliance-personalize-button,
.webform-has-field-suffix .eu-cookie-compliance-personalize-button, .input-group .btn4, .webform-has-field-prefix .btn4,
.webform-has-field-suffix .btn4, .input-group .btn3, .webform-has-field-prefix .btn3,
.webform-has-field-suffix .btn3, .input-group .btn2, .webform-has-field-prefix .btn2,
.webform-has-field-suffix .btn2, .input-group .btn1, .webform-has-field-prefix .btn1,
.webform-has-field-suffix .btn1,
.input-group .btn5,
.webform-has-field-prefix .btn5,
.webform-has-field-suffix .btn5 {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .item--news .item-linktext:focus, .item--news .input-group .item-linktext:focus, .input-group .item--agenda .item-linktext:focus, .item--agenda .input-group .item-linktext:focus, .webform-has-field-prefix .btn:focus, .webform-has-field-prefix .item--news .item-linktext:focus, .item--news .webform-has-field-prefix .item-linktext:focus, .webform-has-field-prefix .item--agenda .item-linktext:focus, .item--agenda .webform-has-field-prefix .item-linktext:focus,
.webform-has-field-suffix .btn:focus,
.webform-has-field-suffix .item--news .item-linktext:focus,
.item--news .webform-has-field-suffix .item-linktext:focus,
.webform-has-field-suffix .item--agenda .item-linktext:focus,
.item--agenda .webform-has-field-suffix .item-linktext:focus, .input-group .form-button:focus, .webform-has-field-prefix .form-button:focus,
.webform-has-field-suffix .form-button:focus,
.input-group .form-reset:focus,
.webform-has-field-prefix .form-reset:focus,
.webform-has-field-suffix .form-reset:focus,
.input-group .form-submit:focus,
.webform-has-field-prefix .form-submit:focus,
.webform-has-field-suffix .form-submit:focus, .input-group .eu-cookie-compliance-default-button:focus, .webform-has-field-prefix .eu-cookie-compliance-default-button:focus,
.webform-has-field-suffix .eu-cookie-compliance-default-button:focus,
.input-group .eu-cookie-compliance-secondary-button:focus,
.webform-has-field-prefix .eu-cookie-compliance-secondary-button:focus,
.webform-has-field-suffix .eu-cookie-compliance-secondary-button:focus,
.input-group .eu-cookie-compliance-hide-button:focus,
.webform-has-field-prefix .eu-cookie-compliance-hide-button:focus,
.webform-has-field-suffix .eu-cookie-compliance-hide-button:focus,
.input-group .eu-cookie-withdraw-button:focus,
.webform-has-field-prefix .eu-cookie-withdraw-button:focus,
.webform-has-field-suffix .eu-cookie-withdraw-button:focus,
.input-group .eu-cookie-compliance-save-preferences-button:focus,
.webform-has-field-prefix .eu-cookie-compliance-save-preferences-button:focus,
.webform-has-field-suffix .eu-cookie-compliance-save-preferences-button:focus,
.input-group .eu-cookie-compliance-personalize-button:focus,
.webform-has-field-prefix .eu-cookie-compliance-personalize-button:focus,
.webform-has-field-suffix .eu-cookie-compliance-personalize-button:focus, .input-group .btn4:focus, .webform-has-field-prefix .btn4:focus,
.webform-has-field-suffix .btn4:focus, .input-group .btn3:focus, .webform-has-field-prefix .btn3:focus,
.webform-has-field-suffix .btn3:focus, .input-group .btn2:focus, .webform-has-field-prefix .btn2:focus,
.webform-has-field-suffix .btn2:focus, .input-group .btn1:focus, .webform-has-field-prefix .btn1:focus,
.webform-has-field-suffix .btn1:focus,
.input-group .btn5:focus,
.webform-has-field-prefix .btn5:focus,
.webform-has-field-suffix .btn5:focus {
  z-index: 5;
}

.input-group-text, .webform-has-field-prefix .field-prefix,
.webform-has-field-prefix .field-suffix,
.webform-has-field-suffix .field-prefix,
.webform-has-field-suffix .field-suffix {
  display: flex;
  align-items: center;
  border: 1px solid #004a7b;
  border-radius: 0.9375rem;
  padding: 0.6875rem 0.9375rem;
  background-color: #e9ecef;
  color: #004a7b;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.input-group:not(.has-validation) > :not(:last-child):not(.form-floating), .webform-has-field-prefix:not(.has-validation) > :not(:last-child):not(.form-floating),
.webform-has-field-suffix:not(.has-validation) > :not(:last-child):not(.form-floating),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-color,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-color,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-color,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-date,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-date,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-date,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-datetime-local,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-datetime-local,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-datetime-local,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-email,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-email,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-email,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-file,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-file,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-file,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-month,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-month,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-month,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-number,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-number,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-number,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-password,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-password,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-password,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-search,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-search,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-search,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-tel,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-tel,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-tel,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-text,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-text,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-text,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-time,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-time,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-time,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-url,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-url,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-url,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-week,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-week,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-week,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-textarea,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-textarea,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-textarea,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.webform-has-field-prefix:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.webform-has-field-suffix:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.form-floating), .has-validation.webform-has-field-prefix > :nth-last-child(n+3):not(.form-floating),
.has-validation.webform-has-field-suffix > :nth-last-child(n+3):not(.form-floating),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-control,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-color,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-color,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-color,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-date,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-date,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-date,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-datetime-local,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-datetime-local,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-datetime-local,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-email,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-email,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-email,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-file,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-file,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-file,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-month,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-month,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-month,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-number,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-number,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-number,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-password,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-password,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-password,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-search,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-search,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-search,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-tel,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-tel,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-tel,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-text,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-text,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-text,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-time,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-time,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-time,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-url,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-url,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-url,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-week,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-week,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-week,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-textarea,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-textarea,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-textarea,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
.has-validation.webform-has-field-prefix > .form-floating:nth-last-child(n+3) > .form-select,
.has-validation.webform-has-field-suffix > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback), .webform-has-field-prefix > :not(:first-child):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.webform-has-field-suffix > :not(:first-child):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control, .webform-has-field-prefix > .form-floating:not(:first-child) > .form-control,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-color, .webform-has-field-prefix > .form-floating:not(:first-child) > .form-color,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-color,
.input-group > .form-floating:not(:first-child) > .form-date,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-date,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-date,
.input-group > .form-floating:not(:first-child) > .form-datetime-local,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-datetime-local,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-datetime-local,
.input-group > .form-floating:not(:first-child) > .form-email,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-email,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-email,
.input-group > .form-floating:not(:first-child) > .form-file,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-file,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-file,
.input-group > .form-floating:not(:first-child) > .form-month,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-month,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-month,
.input-group > .form-floating:not(:first-child) > .form-number,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-number,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-number,
.input-group > .form-floating:not(:first-child) > .form-password,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-password,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-password,
.input-group > .form-floating:not(:first-child) > .form-search,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-search,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-search,
.input-group > .form-floating:not(:first-child) > .form-tel,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-tel,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-tel,
.input-group > .form-floating:not(:first-child) > .form-text,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-text,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-text,
.input-group > .form-floating:not(:first-child) > .form-time,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-time,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-time,
.input-group > .form-floating:not(:first-child) > .form-url,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-url,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-url,
.input-group > .form-floating:not(:first-child) > .form-week,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-week,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-week,
.input-group > .form-floating:not(:first-child) > .form-textarea,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-textarea,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-textarea,
.input-group > .form-floating:not(:first-child) > .form-select,
.webform-has-field-prefix > .form-floating:not(:first-child) > .form-select,
.webform-has-field-suffix > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  margin-top: 0.25rem;
  width: 100%;
  color: #198754;
  font-size: 0.875em;
}

.valid-tooltip {
  display: none;
  position: absolute;
  z-index: 5;
  top: 100%;
  margin-top: 0.1rem;
  border-radius: 0.9375rem;
  padding: 0.25rem 0.5rem;
  max-width: 100%;
  background-color: rgba(25, 135, 84, 0.9);
  color: #fff;
  font-size: 0.875rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .form-color:valid,
.was-validated .form-date:valid,
.was-validated .form-datetime-local:valid,
.was-validated .form-email:valid,
.was-validated .form-file:valid,
.was-validated .form-month:valid,
.was-validated .form-number:valid,
.was-validated .form-password:valid,
.was-validated .form-search:valid,
.was-validated .form-tel:valid,
.was-validated .form-text:valid,
.was-validated .form-time:valid,
.was-validated .form-url:valid,
.was-validated .form-week:valid,
.was-validated .form-textarea:valid, .form-control.is-valid, .is-valid.form-color,
.is-valid.form-date,
.is-valid.form-datetime-local,
.is-valid.form-email,
.is-valid.form-file,
.is-valid.form-month,
.is-valid.form-number,
.is-valid.form-password,
.is-valid.form-search,
.is-valid.form-tel,
.is-valid.form-text,
.is-valid.form-time,
.is-valid.form-url,
.is-valid.form-week,
.is-valid.form-textarea {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .form-color:valid:focus,
.was-validated .form-date:valid:focus,
.was-validated .form-datetime-local:valid:focus,
.was-validated .form-email:valid:focus,
.was-validated .form-file:valid:focus,
.was-validated .form-month:valid:focus,
.was-validated .form-number:valid:focus,
.was-validated .form-password:valid:focus,
.was-validated .form-search:valid:focus,
.was-validated .form-tel:valid:focus,
.was-validated .form-text:valid:focus,
.was-validated .form-time:valid:focus,
.was-validated .form-url:valid:focus,
.was-validated .form-week:valid:focus,
.was-validated .form-textarea:valid:focus, .form-control.is-valid:focus, .is-valid.form-color:focus,
.is-valid.form-date:focus,
.is-valid.form-datetime-local:focus,
.is-valid.form-email:focus,
.is-valid.form-file:focus,
.is-valid.form-month:focus,
.is-valid.form-number:focus,
.is-valid.form-password:focus,
.is-valid.form-search:focus,
.is-valid.form-tel:focus,
.is-valid.form-text:focus,
.is-valid.form-time:focus,
.is-valid.form-url:focus,
.is-valid.form-week:focus,
.is-valid.form-textarea:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, .was-validated textarea.form-color:valid,
.was-validated textarea.form-date:valid,
.was-validated textarea.form-datetime-local:valid,
.was-validated textarea.form-email:valid,
.was-validated textarea.form-file:valid,
.was-validated textarea.form-month:valid,
.was-validated textarea.form-number:valid,
.was-validated textarea.form-password:valid,
.was-validated textarea.form-search:valid,
.was-validated textarea.form-tel:valid,
.was-validated textarea.form-text:valid,
.was-validated textarea.form-time:valid,
.was-validated textarea.form-url:valid,
.was-validated textarea.form-week:valid,
.was-validated textarea.form-textarea:valid, textarea.form-control.is-valid, textarea.is-valid.form-color,
textarea.is-valid.form-date,
textarea.is-valid.form-datetime-local,
textarea.is-valid.form-email,
textarea.is-valid.form-file,
textarea.is-valid.form-month,
textarea.is-valid.form-number,
textarea.is-valid.form-password,
textarea.is-valid.form-search,
textarea.is-valid.form-tel,
textarea.is-valid.form-text,
textarea.is-valid.form-time,
textarea.is-valid.form-url,
textarea.is-valid.form-week,
textarea.is-valid.form-textarea {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.375rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23004a7b' d='m7.91,13.44L.29,4.57c-.44-.51-.38-1.28.14-1.72.52-.44,1.29-.37,1.73.14l5.77,6.72,5.92-6.73c.45-.51,1.22-.56,1.73-.12.51.44.56,1.21.12,1.72l-7.79,8.86Z'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.9375rem center, center right 2.5rem;
  background-size: 0.625rem, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-control-color:valid, .was-validated .form-color:valid, .form-control-color.is-valid, .is-valid.form-color {
  width: calc(3rem + 1.5em + 0.75rem);
}

.was-validated .form-check-input:valid, .was-validated .js-form-type-checkbox .form-checkbox:valid, .js-form-type-checkbox .was-validated .form-checkbox:valid,
.was-validated .js-form-type-checkbox .form-radio:valid,
.js-form-type-checkbox .was-validated .form-radio:valid,
.was-validated .js-form-type-radio .form-checkbox:valid,
.js-form-type-radio .was-validated .form-checkbox:valid,
.was-validated .js-form-type-radio .form-radio:valid,
.js-form-type-radio .was-validated .form-radio:valid, .form-check-input.is-valid, .js-form-type-checkbox .is-valid.form-checkbox,
.js-form-type-checkbox .is-valid.form-radio,
.js-form-type-radio .is-valid.form-checkbox,
.js-form-type-radio .is-valid.form-radio {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .was-validated .js-form-type-checkbox .form-checkbox:valid:checked, .js-form-type-checkbox .was-validated .form-checkbox:valid:checked,
.was-validated .js-form-type-checkbox .form-radio:valid:checked,
.js-form-type-checkbox .was-validated .form-radio:valid:checked,
.was-validated .js-form-type-radio .form-checkbox:valid:checked,
.js-form-type-radio .was-validated .form-checkbox:valid:checked,
.was-validated .js-form-type-radio .form-radio:valid:checked,
.js-form-type-radio .was-validated .form-radio:valid:checked, .form-check-input.is-valid:checked, .js-form-type-checkbox .is-valid.form-checkbox:checked,
.js-form-type-checkbox .is-valid.form-radio:checked,
.js-form-type-radio .is-valid.form-checkbox:checked,
.js-form-type-radio .is-valid.form-radio:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .was-validated .js-form-type-checkbox .form-checkbox:valid:focus, .js-form-type-checkbox .was-validated .form-checkbox:valid:focus,
.was-validated .js-form-type-checkbox .form-radio:valid:focus,
.js-form-type-checkbox .was-validated .form-radio:valid:focus,
.was-validated .js-form-type-radio .form-checkbox:valid:focus,
.js-form-type-radio .was-validated .form-checkbox:valid:focus,
.was-validated .js-form-type-radio .form-radio:valid:focus,
.js-form-type-radio .was-validated .form-radio:valid:focus, .form-check-input.is-valid:focus, .js-form-type-checkbox .is-valid.form-checkbox:focus,
.js-form-type-checkbox .is-valid.form-radio:focus,
.js-form-type-radio .is-valid.form-checkbox:focus,
.js-form-type-radio .is-valid.form-radio:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .was-validated .js-form-type-checkbox .form-checkbox:valid ~ .form-check-label, .js-form-type-checkbox .was-validated .form-checkbox:valid ~ .form-check-label,
.was-validated .js-form-type-checkbox .form-radio:valid ~ .form-check-label,
.js-form-type-checkbox .was-validated .form-radio:valid ~ .form-check-label,
.was-validated .js-form-type-radio .form-checkbox:valid ~ .form-check-label,
.js-form-type-radio .was-validated .form-checkbox:valid ~ .form-check-label,
.was-validated .js-form-type-radio .form-radio:valid ~ .form-check-label,
.js-form-type-radio .was-validated .form-radio:valid ~ .form-check-label, .was-validated .js-form-type-checkbox .form-check-input:valid ~ .option, .was-validated .js-form-type-checkbox .form-checkbox:valid ~ .option,
.was-validated .js-form-type-checkbox .form-radio:valid ~ .option, .js-form-type-checkbox .was-validated .form-check-input:valid ~ .option, .js-form-type-checkbox .was-validated .form-checkbox:valid ~ .option,
.js-form-type-checkbox .was-validated .form-radio:valid ~ .option,
.was-validated .js-form-type-radio .form-check-input:valid ~ .option,
.was-validated .js-form-type-radio .form-checkbox:valid ~ .option,
.was-validated .js-form-type-radio .form-radio:valid ~ .option,
.js-form-type-radio .was-validated .form-check-input:valid ~ .option,
.js-form-type-radio .was-validated .form-checkbox:valid ~ .option,
.js-form-type-radio .was-validated .form-radio:valid ~ .option, .form-check-input.is-valid ~ .form-check-label, .js-form-type-checkbox .is-valid.form-checkbox ~ .form-check-label,
.js-form-type-checkbox .is-valid.form-radio ~ .form-check-label,
.js-form-type-radio .is-valid.form-checkbox ~ .form-check-label,
.js-form-type-radio .is-valid.form-radio ~ .form-check-label, .js-form-type-checkbox .form-check-input.is-valid ~ .option, .js-form-type-checkbox .is-valid.form-checkbox ~ .option,
.js-form-type-checkbox .is-valid.form-radio ~ .option,
.js-form-type-radio .form-check-input.is-valid ~ .option,
.js-form-type-radio .is-valid.form-checkbox ~ .option,
.js-form-type-radio .is-valid.form-radio ~ .option {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback, .webform-options-display-side-by-side .js-form-type-checkbox .form-check-input ~ .valid-feedback,
.webform-options-display-side-by-side .js-form-type-radio .form-check-input ~ .valid-feedback, .form-check-inline .js-form-type-checkbox .form-checkbox ~ .valid-feedback, .webform-options-display-side-by-side .js-form-type-checkbox .js-form-type-checkbox .form-checkbox ~ .valid-feedback,
.webform-options-display-side-by-side .js-form-type-radio .js-form-type-checkbox .form-checkbox ~ .valid-feedback, .js-form-type-checkbox .form-check-inline .form-checkbox ~ .valid-feedback, .js-form-type-checkbox .webform-options-display-side-by-side .js-form-type-checkbox .form-checkbox ~ .valid-feedback,
.js-form-type-checkbox .webform-options-display-side-by-side .js-form-type-radio .form-checkbox ~ .valid-feedback,
.webform-options-display-side-by-side .js-form-type-checkbox .js-form-type-radio .form-checkbox ~ .valid-feedback,
.form-check-inline .js-form-type-checkbox .form-radio ~ .valid-feedback,
.webform-options-display-side-by-side .js-form-type-checkbox .js-form-type-checkbox .form-radio ~ .valid-feedback,
.webform-options-display-side-by-side .js-form-type-radio .js-form-type-checkbox .form-radio ~ .valid-feedback,
.js-form-type-checkbox .form-check-inline .form-radio ~ .valid-feedback,
.js-form-type-checkbox .webform-options-display-side-by-side .js-form-type-checkbox .form-radio ~ .valid-feedback,
.js-form-type-checkbox .webform-options-display-side-by-side .js-form-type-radio .form-radio ~ .valid-feedback,
.webform-options-display-side-by-side .js-form-type-checkbox .js-form-type-radio .form-radio ~ .valid-feedback,
.form-check-inline .js-form-type-radio .form-checkbox ~ .valid-feedback,
.webform-options-display-side-by-side .js-form-type-radio .js-form-type-radio .form-checkbox ~ .valid-feedback,
.js-form-type-radio .form-check-inline .form-checkbox ~ .valid-feedback,
.js-form-type-radio .webform-options-display-side-by-side .js-form-type-checkbox .form-checkbox ~ .valid-feedback,
.js-form-type-radio .webform-options-display-side-by-side .js-form-type-radio .form-checkbox ~ .valid-feedback,
.form-check-inline .js-form-type-radio .form-radio ~ .valid-feedback,
.webform-options-display-side-by-side .js-form-type-radio .js-form-type-radio .form-radio ~ .valid-feedback,
.js-form-type-radio .form-check-inline .form-radio ~ .valid-feedback,
.js-form-type-radio .webform-options-display-side-by-side .js-form-type-checkbox .form-radio ~ .valid-feedback,
.js-form-type-radio .webform-options-display-side-by-side .js-form-type-radio .form-radio ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .webform-has-field-prefix > .form-control:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-control:not(:focus):valid, .was-validated .input-group > .form-color:not(:focus):valid, .was-validated .webform-has-field-prefix > .form-color:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-color:not(:focus):valid,
.was-validated .input-group > .form-date:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-date:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-date:not(:focus):valid,
.was-validated .input-group > .form-datetime-local:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-datetime-local:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-datetime-local:not(:focus):valid,
.was-validated .input-group > .form-email:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-email:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-email:not(:focus):valid,
.was-validated .input-group > .form-file:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-file:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-file:not(:focus):valid,
.was-validated .input-group > .form-month:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-month:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-month:not(:focus):valid,
.was-validated .input-group > .form-number:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-number:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-number:not(:focus):valid,
.was-validated .input-group > .form-password:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-password:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-password:not(:focus):valid,
.was-validated .input-group > .form-search:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-search:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-search:not(:focus):valid,
.was-validated .input-group > .form-tel:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-tel:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-tel:not(:focus):valid,
.was-validated .input-group > .form-text:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-text:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-text:not(:focus):valid,
.was-validated .input-group > .form-time:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-time:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-time:not(:focus):valid,
.was-validated .input-group > .form-url:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-url:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-url:not(:focus):valid,
.was-validated .input-group > .form-week:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-week:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-week:not(:focus):valid,
.was-validated .input-group > .form-textarea:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-textarea:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-textarea:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .webform-has-field-prefix > .form-control:not(:focus).is-valid,
.webform-has-field-suffix > .form-control:not(:focus).is-valid, .input-group > .form-color:not(:focus).is-valid, .webform-has-field-prefix > .form-color:not(:focus).is-valid,
.webform-has-field-suffix > .form-color:not(:focus).is-valid,
.input-group > .form-date:not(:focus).is-valid,
.webform-has-field-prefix > .form-date:not(:focus).is-valid,
.webform-has-field-suffix > .form-date:not(:focus).is-valid,
.input-group > .form-datetime-local:not(:focus).is-valid,
.webform-has-field-prefix > .form-datetime-local:not(:focus).is-valid,
.webform-has-field-suffix > .form-datetime-local:not(:focus).is-valid,
.input-group > .form-email:not(:focus).is-valid,
.webform-has-field-prefix > .form-email:not(:focus).is-valid,
.webform-has-field-suffix > .form-email:not(:focus).is-valid,
.input-group > .form-file:not(:focus).is-valid,
.webform-has-field-prefix > .form-file:not(:focus).is-valid,
.webform-has-field-suffix > .form-file:not(:focus).is-valid,
.input-group > .form-month:not(:focus).is-valid,
.webform-has-field-prefix > .form-month:not(:focus).is-valid,
.webform-has-field-suffix > .form-month:not(:focus).is-valid,
.input-group > .form-number:not(:focus).is-valid,
.webform-has-field-prefix > .form-number:not(:focus).is-valid,
.webform-has-field-suffix > .form-number:not(:focus).is-valid,
.input-group > .form-password:not(:focus).is-valid,
.webform-has-field-prefix > .form-password:not(:focus).is-valid,
.webform-has-field-suffix > .form-password:not(:focus).is-valid,
.input-group > .form-search:not(:focus).is-valid,
.webform-has-field-prefix > .form-search:not(:focus).is-valid,
.webform-has-field-suffix > .form-search:not(:focus).is-valid,
.input-group > .form-tel:not(:focus).is-valid,
.webform-has-field-prefix > .form-tel:not(:focus).is-valid,
.webform-has-field-suffix > .form-tel:not(:focus).is-valid,
.input-group > .form-text:not(:focus).is-valid,
.webform-has-field-prefix > .form-text:not(:focus).is-valid,
.webform-has-field-suffix > .form-text:not(:focus).is-valid,
.input-group > .form-time:not(:focus).is-valid,
.webform-has-field-prefix > .form-time:not(:focus).is-valid,
.webform-has-field-suffix > .form-time:not(:focus).is-valid,
.input-group > .form-url:not(:focus).is-valid,
.webform-has-field-prefix > .form-url:not(:focus).is-valid,
.webform-has-field-suffix > .form-url:not(:focus).is-valid,
.input-group > .form-week:not(:focus).is-valid,
.webform-has-field-prefix > .form-week:not(:focus).is-valid,
.webform-has-field-suffix > .form-week:not(:focus).is-valid,
.input-group > .form-textarea:not(:focus).is-valid,
.webform-has-field-prefix > .form-textarea:not(:focus).is-valid,
.webform-has-field-suffix > .form-textarea:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.was-validated .webform-has-field-prefix > .form-select:not(:focus):valid,
.was-validated .webform-has-field-suffix > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.webform-has-field-prefix > .form-select:not(:focus).is-valid,
.webform-has-field-suffix > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .webform-has-field-prefix > .form-floating:not(:focus-within):valid,
.was-validated .webform-has-field-suffix > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.webform-has-field-prefix > .form-floating:not(:focus-within).is-valid,
.webform-has-field-suffix > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  margin-top: 0.25rem;
  width: 100%;
  color: #dc3545;
  font-size: 0.875em;
}

.invalid-tooltip {
  display: none;
  position: absolute;
  z-index: 5;
  top: 100%;
  margin-top: 0.1rem;
  border-radius: 0.9375rem;
  padding: 0.25rem 0.5rem;
  max-width: 100%;
  background-color: rgba(220, 53, 69, 0.9);
  color: #fff;
  font-size: 0.875rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .form-color:invalid,
.was-validated .form-date:invalid,
.was-validated .form-datetime-local:invalid,
.was-validated .form-email:invalid,
.was-validated .form-file:invalid,
.was-validated .form-month:invalid,
.was-validated .form-number:invalid,
.was-validated .form-password:invalid,
.was-validated .form-search:invalid,
.was-validated .form-tel:invalid,
.was-validated .form-text:invalid,
.was-validated .form-time:invalid,
.was-validated .form-url:invalid,
.was-validated .form-week:invalid,
.was-validated .form-textarea:invalid, .form-control.is-invalid, .is-invalid.form-color,
.is-invalid.form-date,
.is-invalid.form-datetime-local,
.is-invalid.form-email,
.is-invalid.form-file,
.is-invalid.form-month,
.is-invalid.form-number,
.is-invalid.form-password,
.is-invalid.form-search,
.is-invalid.form-tel,
.is-invalid.form-text,
.is-invalid.form-time,
.is-invalid.form-url,
.is-invalid.form-week,
.is-invalid.form-textarea {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .form-color:invalid:focus,
.was-validated .form-date:invalid:focus,
.was-validated .form-datetime-local:invalid:focus,
.was-validated .form-email:invalid:focus,
.was-validated .form-file:invalid:focus,
.was-validated .form-month:invalid:focus,
.was-validated .form-number:invalid:focus,
.was-validated .form-password:invalid:focus,
.was-validated .form-search:invalid:focus,
.was-validated .form-tel:invalid:focus,
.was-validated .form-text:invalid:focus,
.was-validated .form-time:invalid:focus,
.was-validated .form-url:invalid:focus,
.was-validated .form-week:invalid:focus,
.was-validated .form-textarea:invalid:focus, .form-control.is-invalid:focus, .is-invalid.form-color:focus,
.is-invalid.form-date:focus,
.is-invalid.form-datetime-local:focus,
.is-invalid.form-email:focus,
.is-invalid.form-file:focus,
.is-invalid.form-month:focus,
.is-invalid.form-number:focus,
.is-invalid.form-password:focus,
.is-invalid.form-search:focus,
.is-invalid.form-tel:focus,
.is-invalid.form-text:focus,
.is-invalid.form-time:focus,
.is-invalid.form-url:focus,
.is-invalid.form-week:focus,
.is-invalid.form-textarea:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated textarea.form-color:invalid,
.was-validated textarea.form-date:invalid,
.was-validated textarea.form-datetime-local:invalid,
.was-validated textarea.form-email:invalid,
.was-validated textarea.form-file:invalid,
.was-validated textarea.form-month:invalid,
.was-validated textarea.form-number:invalid,
.was-validated textarea.form-password:invalid,
.was-validated textarea.form-search:invalid,
.was-validated textarea.form-tel:invalid,
.was-validated textarea.form-text:invalid,
.was-validated textarea.form-time:invalid,
.was-validated textarea.form-url:invalid,
.was-validated textarea.form-week:invalid,
.was-validated textarea.form-textarea:invalid, textarea.form-control.is-invalid, textarea.is-invalid.form-color,
textarea.is-invalid.form-date,
textarea.is-invalid.form-datetime-local,
textarea.is-invalid.form-email,
textarea.is-invalid.form-file,
textarea.is-invalid.form-month,
textarea.is-invalid.form-number,
textarea.is-invalid.form-password,
textarea.is-invalid.form-search,
textarea.is-invalid.form-tel,
textarea.is-invalid.form-text,
textarea.is-invalid.form-time,
textarea.is-invalid.form-url,
textarea.is-invalid.form-week,
textarea.is-invalid.form-textarea {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.375rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23004a7b' d='m7.91,13.44L.29,4.57c-.44-.51-.38-1.28.14-1.72.52-.44,1.29-.37,1.73.14l5.77,6.72,5.92-6.73c.45-.51,1.22-.56,1.73-.12.51.44.56,1.21.12,1.72l-7.79,8.86Z'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.9375rem center, center right 2.5rem;
  background-size: 0.625rem, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control-color:invalid, .was-validated .form-color:invalid, .form-control-color.is-invalid, .is-invalid.form-color {
  width: calc(3rem + 1.5em + 0.75rem);
}

.was-validated .form-check-input:invalid, .was-validated .js-form-type-checkbox .form-checkbox:invalid, .js-form-type-checkbox .was-validated .form-checkbox:invalid,
.was-validated .js-form-type-checkbox .form-radio:invalid,
.js-form-type-checkbox .was-validated .form-radio:invalid,
.was-validated .js-form-type-radio .form-checkbox:invalid,
.js-form-type-radio .was-validated .form-checkbox:invalid,
.was-validated .js-form-type-radio .form-radio:invalid,
.js-form-type-radio .was-validated .form-radio:invalid, .form-check-input.is-invalid, .js-form-type-checkbox .is-invalid.form-checkbox,
.js-form-type-checkbox .is-invalid.form-radio,
.js-form-type-radio .is-invalid.form-checkbox,
.js-form-type-radio .is-invalid.form-radio {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .was-validated .js-form-type-checkbox .form-checkbox:invalid:checked, .js-form-type-checkbox .was-validated .form-checkbox:invalid:checked,
.was-validated .js-form-type-checkbox .form-radio:invalid:checked,
.js-form-type-checkbox .was-validated .form-radio:invalid:checked,
.was-validated .js-form-type-radio .form-checkbox:invalid:checked,
.js-form-type-radio .was-validated .form-checkbox:invalid:checked,
.was-validated .js-form-type-radio .form-radio:invalid:checked,
.js-form-type-radio .was-validated .form-radio:invalid:checked, .form-check-input.is-invalid:checked, .js-form-type-checkbox .is-invalid.form-checkbox:checked,
.js-form-type-checkbox .is-invalid.form-radio:checked,
.js-form-type-radio .is-invalid.form-checkbox:checked,
.js-form-type-radio .is-invalid.form-radio:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .was-validated .js-form-type-checkbox .form-checkbox:invalid:focus, .js-form-type-checkbox .was-validated .form-checkbox:invalid:focus,
.was-validated .js-form-type-checkbox .form-radio:invalid:focus,
.js-form-type-checkbox .was-validated .form-radio:invalid:focus,
.was-validated .js-form-type-radio .form-checkbox:invalid:focus,
.js-form-type-radio .was-validated .form-checkbox:invalid:focus,
.was-validated .js-form-type-radio .form-radio:invalid:focus,
.js-form-type-radio .was-validated .form-radio:invalid:focus, .form-check-input.is-invalid:focus, .js-form-type-checkbox .is-invalid.form-checkbox:focus,
.js-form-type-checkbox .is-invalid.form-radio:focus,
.js-form-type-radio .is-invalid.form-checkbox:focus,
.js-form-type-radio .is-invalid.form-radio:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .js-form-type-checkbox .form-checkbox:invalid ~ .form-check-label, .js-form-type-checkbox .was-validated .form-checkbox:invalid ~ .form-check-label,
.was-validated .js-form-type-checkbox .form-radio:invalid ~ .form-check-label,
.js-form-type-checkbox .was-validated .form-radio:invalid ~ .form-check-label,
.was-validated .js-form-type-radio .form-checkbox:invalid ~ .form-check-label,
.js-form-type-radio .was-validated .form-checkbox:invalid ~ .form-check-label,
.was-validated .js-form-type-radio .form-radio:invalid ~ .form-check-label,
.js-form-type-radio .was-validated .form-radio:invalid ~ .form-check-label, .was-validated .js-form-type-checkbox .form-check-input:invalid ~ .option, .was-validated .js-form-type-checkbox .form-checkbox:invalid ~ .option,
.was-validated .js-form-type-checkbox .form-radio:invalid ~ .option, .js-form-type-checkbox .was-validated .form-check-input:invalid ~ .option, .js-form-type-checkbox .was-validated .form-checkbox:invalid ~ .option,
.js-form-type-checkbox .was-validated .form-radio:invalid ~ .option,
.was-validated .js-form-type-radio .form-check-input:invalid ~ .option,
.was-validated .js-form-type-radio .form-checkbox:invalid ~ .option,
.was-validated .js-form-type-radio .form-radio:invalid ~ .option,
.js-form-type-radio .was-validated .form-check-input:invalid ~ .option,
.js-form-type-radio .was-validated .form-checkbox:invalid ~ .option,
.js-form-type-radio .was-validated .form-radio:invalid ~ .option, .form-check-input.is-invalid ~ .form-check-label, .js-form-type-checkbox .is-invalid.form-checkbox ~ .form-check-label,
.js-form-type-checkbox .is-invalid.form-radio ~ .form-check-label,
.js-form-type-radio .is-invalid.form-checkbox ~ .form-check-label,
.js-form-type-radio .is-invalid.form-radio ~ .form-check-label, .js-form-type-checkbox .form-check-input.is-invalid ~ .option, .js-form-type-checkbox .is-invalid.form-checkbox ~ .option,
.js-form-type-checkbox .is-invalid.form-radio ~ .option,
.js-form-type-radio .form-check-input.is-invalid ~ .option,
.js-form-type-radio .is-invalid.form-checkbox ~ .option,
.js-form-type-radio .is-invalid.form-radio ~ .option {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback, .webform-options-display-side-by-side .js-form-type-checkbox .form-check-input ~ .invalid-feedback,
.webform-options-display-side-by-side .js-form-type-radio .form-check-input ~ .invalid-feedback, .form-check-inline .js-form-type-checkbox .form-checkbox ~ .invalid-feedback, .webform-options-display-side-by-side .js-form-type-checkbox .js-form-type-checkbox .form-checkbox ~ .invalid-feedback,
.webform-options-display-side-by-side .js-form-type-radio .js-form-type-checkbox .form-checkbox ~ .invalid-feedback, .js-form-type-checkbox .form-check-inline .form-checkbox ~ .invalid-feedback, .js-form-type-checkbox .webform-options-display-side-by-side .js-form-type-checkbox .form-checkbox ~ .invalid-feedback,
.js-form-type-checkbox .webform-options-display-side-by-side .js-form-type-radio .form-checkbox ~ .invalid-feedback,
.webform-options-display-side-by-side .js-form-type-checkbox .js-form-type-radio .form-checkbox ~ .invalid-feedback,
.form-check-inline .js-form-type-checkbox .form-radio ~ .invalid-feedback,
.webform-options-display-side-by-side .js-form-type-checkbox .js-form-type-checkbox .form-radio ~ .invalid-feedback,
.webform-options-display-side-by-side .js-form-type-radio .js-form-type-checkbox .form-radio ~ .invalid-feedback,
.js-form-type-checkbox .form-check-inline .form-radio ~ .invalid-feedback,
.js-form-type-checkbox .webform-options-display-side-by-side .js-form-type-checkbox .form-radio ~ .invalid-feedback,
.js-form-type-checkbox .webform-options-display-side-by-side .js-form-type-radio .form-radio ~ .invalid-feedback,
.webform-options-display-side-by-side .js-form-type-checkbox .js-form-type-radio .form-radio ~ .invalid-feedback,
.form-check-inline .js-form-type-radio .form-checkbox ~ .invalid-feedback,
.webform-options-display-side-by-side .js-form-type-radio .js-form-type-radio .form-checkbox ~ .invalid-feedback,
.js-form-type-radio .form-check-inline .form-checkbox ~ .invalid-feedback,
.js-form-type-radio .webform-options-display-side-by-side .js-form-type-checkbox .form-checkbox ~ .invalid-feedback,
.js-form-type-radio .webform-options-display-side-by-side .js-form-type-radio .form-checkbox ~ .invalid-feedback,
.form-check-inline .js-form-type-radio .form-radio ~ .invalid-feedback,
.webform-options-display-side-by-side .js-form-type-radio .js-form-type-radio .form-radio ~ .invalid-feedback,
.js-form-type-radio .form-check-inline .form-radio ~ .invalid-feedback,
.js-form-type-radio .webform-options-display-side-by-side .js-form-type-checkbox .form-radio ~ .invalid-feedback,
.js-form-type-radio .webform-options-display-side-by-side .js-form-type-radio .form-radio ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .webform-has-field-prefix > .form-control:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-control:not(:focus):invalid, .was-validated .input-group > .form-color:not(:focus):invalid, .was-validated .webform-has-field-prefix > .form-color:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-color:not(:focus):invalid,
.was-validated .input-group > .form-date:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-date:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-date:not(:focus):invalid,
.was-validated .input-group > .form-datetime-local:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-datetime-local:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-datetime-local:not(:focus):invalid,
.was-validated .input-group > .form-email:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-email:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-email:not(:focus):invalid,
.was-validated .input-group > .form-file:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-file:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-file:not(:focus):invalid,
.was-validated .input-group > .form-month:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-month:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-month:not(:focus):invalid,
.was-validated .input-group > .form-number:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-number:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-number:not(:focus):invalid,
.was-validated .input-group > .form-password:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-password:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-password:not(:focus):invalid,
.was-validated .input-group > .form-search:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-search:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-search:not(:focus):invalid,
.was-validated .input-group > .form-tel:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-tel:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-tel:not(:focus):invalid,
.was-validated .input-group > .form-text:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-text:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-text:not(:focus):invalid,
.was-validated .input-group > .form-time:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-time:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-time:not(:focus):invalid,
.was-validated .input-group > .form-url:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-url:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-url:not(:focus):invalid,
.was-validated .input-group > .form-week:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-week:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-week:not(:focus):invalid,
.was-validated .input-group > .form-textarea:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-textarea:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-textarea:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .webform-has-field-prefix > .form-control:not(:focus).is-invalid,
.webform-has-field-suffix > .form-control:not(:focus).is-invalid, .input-group > .form-color:not(:focus).is-invalid, .webform-has-field-prefix > .form-color:not(:focus).is-invalid,
.webform-has-field-suffix > .form-color:not(:focus).is-invalid,
.input-group > .form-date:not(:focus).is-invalid,
.webform-has-field-prefix > .form-date:not(:focus).is-invalid,
.webform-has-field-suffix > .form-date:not(:focus).is-invalid,
.input-group > .form-datetime-local:not(:focus).is-invalid,
.webform-has-field-prefix > .form-datetime-local:not(:focus).is-invalid,
.webform-has-field-suffix > .form-datetime-local:not(:focus).is-invalid,
.input-group > .form-email:not(:focus).is-invalid,
.webform-has-field-prefix > .form-email:not(:focus).is-invalid,
.webform-has-field-suffix > .form-email:not(:focus).is-invalid,
.input-group > .form-file:not(:focus).is-invalid,
.webform-has-field-prefix > .form-file:not(:focus).is-invalid,
.webform-has-field-suffix > .form-file:not(:focus).is-invalid,
.input-group > .form-month:not(:focus).is-invalid,
.webform-has-field-prefix > .form-month:not(:focus).is-invalid,
.webform-has-field-suffix > .form-month:not(:focus).is-invalid,
.input-group > .form-number:not(:focus).is-invalid,
.webform-has-field-prefix > .form-number:not(:focus).is-invalid,
.webform-has-field-suffix > .form-number:not(:focus).is-invalid,
.input-group > .form-password:not(:focus).is-invalid,
.webform-has-field-prefix > .form-password:not(:focus).is-invalid,
.webform-has-field-suffix > .form-password:not(:focus).is-invalid,
.input-group > .form-search:not(:focus).is-invalid,
.webform-has-field-prefix > .form-search:not(:focus).is-invalid,
.webform-has-field-suffix > .form-search:not(:focus).is-invalid,
.input-group > .form-tel:not(:focus).is-invalid,
.webform-has-field-prefix > .form-tel:not(:focus).is-invalid,
.webform-has-field-suffix > .form-tel:not(:focus).is-invalid,
.input-group > .form-text:not(:focus).is-invalid,
.webform-has-field-prefix > .form-text:not(:focus).is-invalid,
.webform-has-field-suffix > .form-text:not(:focus).is-invalid,
.input-group > .form-time:not(:focus).is-invalid,
.webform-has-field-prefix > .form-time:not(:focus).is-invalid,
.webform-has-field-suffix > .form-time:not(:focus).is-invalid,
.input-group > .form-url:not(:focus).is-invalid,
.webform-has-field-prefix > .form-url:not(:focus).is-invalid,
.webform-has-field-suffix > .form-url:not(:focus).is-invalid,
.input-group > .form-week:not(:focus).is-invalid,
.webform-has-field-prefix > .form-week:not(:focus).is-invalid,
.webform-has-field-suffix > .form-week:not(:focus).is-invalid,
.input-group > .form-textarea:not(:focus).is-invalid,
.webform-has-field-prefix > .form-textarea:not(:focus).is-invalid,
.webform-has-field-suffix > .form-textarea:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.was-validated .webform-has-field-prefix > .form-select:not(:focus):invalid,
.was-validated .webform-has-field-suffix > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.webform-has-field-prefix > .form-select:not(:focus).is-invalid,
.webform-has-field-suffix > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .webform-has-field-prefix > .form-floating:not(:focus-within):invalid,
.was-validated .webform-has-field-suffix > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.webform-has-field-prefix > .form-floating:not(:focus-within).is-invalid,
.webform-has-field-suffix > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn, .item--news .item-linktext, .item--agenda .item-linktext, .form-button,
.form-reset,
.form-submit, .eu-cookie-compliance-default-button,
.eu-cookie-compliance-secondary-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-withdraw-button,
.eu-cookie-compliance-save-preferences-button,
.eu-cookie-compliance-personalize-button, .btn4, .btn3, .btn2, .btn1,
.btn5 {
  --btn-border-color: transparent;
  --btn-bg: transparent;
  --btn-color: var(--body-color);
  display: inline-block;
  vertical-align: middle;
  border: 0.125rem solid var(--btn-border-color);
  border-radius: 0.9375rem;
  padding: 0.9375rem 1.125rem;
  min-width: 174px;
  background-color: var(--btn-bg);
  color: var(--btn-color);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1429;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: border-color 0.2s ease-in, background-color 0.2s ease-in, box-shadow 0.2s ease-in, color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .item--news .item-linktext, .item--agenda .item-linktext, .form-button,
  .form-reset,
  .form-submit, .eu-cookie-compliance-default-button,
  .eu-cookie-compliance-secondary-button,
  .eu-cookie-compliance-hide-button,
  .eu-cookie-withdraw-button,
  .eu-cookie-compliance-save-preferences-button,
  .eu-cookie-compliance-personalize-button, .btn4, .btn3, .btn2, .btn1,
  .btn5 {
    transition: none;
  }
}
.btn .btn-icon, .btn .item--news .item-linktext, .item--news .btn .item-linktext, .item--news .item-linktext .btn-icon, .item--news .item-linktext .item-linktext, .btn .item--agenda .item-linktext, .item--news .item-linktext .item--agenda .item-linktext, .item--agenda .btn .item-linktext, .item--agenda .item--news .item-linktext .item-linktext, .item--news .item--agenda .item-linktext .item-linktext, .item--agenda .item-linktext .btn-icon, .item--agenda .item-linktext .item--news .item-linktext, .item--news .item--agenda .item-linktext .item-linktext, .item--agenda .item-linktext .item-linktext, .form-button .btn-icon, .form-button .item--news .item-linktext, .item--news .form-button .item-linktext, .form-button .item--agenda .item-linktext, .item--agenda .form-button .item-linktext,
.form-reset .btn-icon,
.form-reset .item--news .item-linktext,
.item--news .form-reset .item-linktext,
.form-reset .item--agenda .item-linktext,
.item--agenda .form-reset .item-linktext,
.form-submit .btn-icon,
.form-submit .item--news .item-linktext,
.item--news .form-submit .item-linktext,
.form-submit .item--agenda .item-linktext,
.item--agenda .form-submit .item-linktext, .eu-cookie-compliance-default-button .btn-icon, .eu-cookie-compliance-default-button .item--news .item-linktext, .item--news .eu-cookie-compliance-default-button .item-linktext, .eu-cookie-compliance-default-button .item--agenda .item-linktext, .item--agenda .eu-cookie-compliance-default-button .item-linktext,
.eu-cookie-compliance-secondary-button .btn-icon,
.eu-cookie-compliance-secondary-button .item--news .item-linktext,
.item--news .eu-cookie-compliance-secondary-button .item-linktext,
.eu-cookie-compliance-secondary-button .item--agenda .item-linktext,
.item--agenda .eu-cookie-compliance-secondary-button .item-linktext,
.eu-cookie-compliance-hide-button .btn-icon,
.eu-cookie-compliance-hide-button .item--news .item-linktext,
.item--news .eu-cookie-compliance-hide-button .item-linktext,
.eu-cookie-compliance-hide-button .item--agenda .item-linktext,
.item--agenda .eu-cookie-compliance-hide-button .item-linktext,
.eu-cookie-withdraw-button .btn-icon,
.eu-cookie-withdraw-button .item--news .item-linktext,
.item--news .eu-cookie-withdraw-button .item-linktext,
.eu-cookie-withdraw-button .item--agenda .item-linktext,
.item--agenda .eu-cookie-withdraw-button .item-linktext,
.eu-cookie-compliance-save-preferences-button .btn-icon,
.eu-cookie-compliance-save-preferences-button .item--news .item-linktext,
.item--news .eu-cookie-compliance-save-preferences-button .item-linktext,
.eu-cookie-compliance-save-preferences-button .item--agenda .item-linktext,
.item--agenda .eu-cookie-compliance-save-preferences-button .item-linktext,
.eu-cookie-compliance-personalize-button .btn-icon,
.eu-cookie-compliance-personalize-button .item--news .item-linktext,
.item--news .eu-cookie-compliance-personalize-button .item-linktext,
.eu-cookie-compliance-personalize-button .item--agenda .item-linktext,
.item--agenda .eu-cookie-compliance-personalize-button .item-linktext, .btn .btn4, .item--news .item-linktext .btn4, .item--agenda .item-linktext .btn4, .form-button .btn4,
.form-reset .btn4,
.form-submit .btn4, .eu-cookie-compliance-default-button .btn4,
.eu-cookie-compliance-secondary-button .btn4,
.eu-cookie-compliance-hide-button .btn4,
.eu-cookie-withdraw-button .btn4,
.eu-cookie-compliance-save-preferences-button .btn4,
.eu-cookie-compliance-personalize-button .btn4, .btn4 .btn-icon, .btn4 .item--news .item-linktext, .item--news .btn4 .item-linktext, .btn4 .item--agenda .item-linktext, .item--agenda .btn4 .item-linktext, .btn4 .btn4, .btn .btn3, .item--news .item-linktext .btn3, .item--agenda .item-linktext .btn3, .form-button .btn3,
.form-reset .btn3,
.form-submit .btn3, .eu-cookie-compliance-default-button .btn3,
.eu-cookie-compliance-secondary-button .btn3,
.eu-cookie-compliance-hide-button .btn3,
.eu-cookie-withdraw-button .btn3,
.eu-cookie-compliance-save-preferences-button .btn3,
.eu-cookie-compliance-personalize-button .btn3, .btn4 .btn3, .btn3 .btn-icon, .btn3 .item--news .item-linktext, .item--news .btn3 .item-linktext, .btn3 .item--agenda .item-linktext, .item--agenda .btn3 .item-linktext, .btn3 .btn4, .btn3 .btn3, .btn .btn2, .item--news .item-linktext .btn2, .item--agenda .item-linktext .btn2, .form-button .btn2,
.form-reset .btn2,
.form-submit .btn2, .eu-cookie-compliance-default-button .btn2,
.eu-cookie-compliance-secondary-button .btn2,
.eu-cookie-compliance-hide-button .btn2,
.eu-cookie-withdraw-button .btn2,
.eu-cookie-compliance-save-preferences-button .btn2,
.eu-cookie-compliance-personalize-button .btn2, .btn4 .btn2, .btn3 .btn2, .btn2 .btn-icon, .btn2 .item--news .item-linktext, .item--news .btn2 .item-linktext, .btn2 .item--agenda .item-linktext, .item--agenda .btn2 .item-linktext, .btn2 .btn4, .btn2 .btn3, .btn2 .btn2, .btn1 .btn-icon, .btn1 .item--news .item-linktext, .item--news .btn1 .item-linktext, .btn1 .item--agenda .item-linktext, .item--agenda .btn1 .item-linktext, .btn1 .btn4, .btn1 .btn3, .btn1 .btn2,
.btn5 .btn-icon,
.btn5 .item--news .item-linktext,
.item--news .btn5 .item-linktext,
.btn5 .item--agenda .item-linktext,
.item--agenda .btn5 .item-linktext,
.btn5 .btn4,
.btn5 .btn3,
.btn5 .btn2 {
  width: 100%;
}
.btn:hover, .item--news .item-linktext:hover, .item--agenda .item-linktext:hover, .form-button:hover,
.form-reset:hover,
.form-submit:hover, .eu-cookie-compliance-default-button:hover,
.eu-cookie-compliance-secondary-button:hover,
.eu-cookie-compliance-hide-button:hover,
.eu-cookie-withdraw-button:hover,
.eu-cookie-compliance-save-preferences-button:hover,
.eu-cookie-compliance-personalize-button:hover, .btn4:hover, .btn3:hover, .btn2:hover, .btn1:hover,
.btn5:hover, .btn:focus-visible, .item--news .item-linktext:focus-visible, .item--agenda .item-linktext:focus-visible, .form-button:focus-visible,
.form-reset:focus-visible,
.form-submit:focus-visible, .eu-cookie-compliance-default-button:focus-visible,
.eu-cookie-compliance-secondary-button:focus-visible,
.eu-cookie-compliance-hide-button:focus-visible,
.eu-cookie-withdraw-button:focus-visible,
.eu-cookie-compliance-save-preferences-button:focus-visible,
.eu-cookie-compliance-personalize-button:focus-visible, .btn4:focus-visible, .btn3:focus-visible, .btn2:focus-visible, .btn1:focus-visible,
.btn5:focus-visible {
  border-color: var(--btn-hover-border-color);
  background-color: var(--btn-hover-bg);
  color: var(--btn-hover-color);
}
.btn:focus-visible, .item--news .item-linktext:focus-visible, .item--agenda .item-linktext:focus-visible, .form-button:focus-visible,
.form-reset:focus-visible,
.form-submit:focus-visible, .eu-cookie-compliance-default-button:focus-visible,
.eu-cookie-compliance-secondary-button:focus-visible,
.eu-cookie-compliance-hide-button:focus-visible,
.eu-cookie-withdraw-button:focus-visible,
.eu-cookie-compliance-save-preferences-button:focus-visible,
.eu-cookie-compliance-personalize-button:focus-visible, .btn4:focus-visible, .btn3:focus-visible, .btn2:focus-visible, .btn1:focus-visible,
.btn5:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(var(--btn-focus-shadow-rgb), 0.5);
  outline: 0;
}
.btn:active, .item--news .item-linktext:active, .item--agenda .item-linktext:active, .form-button:active,
.form-reset:active,
.form-submit:active, .eu-cookie-compliance-default-button:active,
.eu-cookie-compliance-secondary-button:active,
.eu-cookie-compliance-hide-button:active,
.eu-cookie-withdraw-button:active,
.eu-cookie-compliance-save-preferences-button:active,
.eu-cookie-compliance-personalize-button:active, .btn4:active, .btn3:active, .btn2:active, .btn1:active,
.btn5:active, .btn.active, .item--news .active.item-linktext, .item--agenda .active.item-linktext, .active.form-button,
.active.form-reset,
.active.form-submit, .active.eu-cookie-compliance-default-button,
.active.eu-cookie-compliance-secondary-button,
.active.eu-cookie-compliance-hide-button,
.active.eu-cookie-withdraw-button,
.active.eu-cookie-compliance-save-preferences-button,
.active.eu-cookie-compliance-personalize-button, .active.btn4, .active.btn3, .active.btn2, .active.btn1,
.active.btn5 {
  border-color: var(--btn-active-border-color);
  background-color: var(--btn-active-bg);
  color: var(--btn-active-color);
}
.btn:disabled, .item--news .item-linktext:disabled, .item--agenda .item-linktext:disabled, .form-button:disabled,
.form-reset:disabled,
.form-submit:disabled, .eu-cookie-compliance-default-button:disabled,
.eu-cookie-compliance-secondary-button:disabled,
.eu-cookie-compliance-hide-button:disabled,
.eu-cookie-withdraw-button:disabled,
.eu-cookie-compliance-save-preferences-button:disabled,
.eu-cookie-compliance-personalize-button:disabled, .btn4:disabled, .btn3:disabled, .btn2:disabled, .btn1:disabled,
.btn5:disabled, .btn.disabled, .item--news .disabled.item-linktext, .item--agenda .disabled.item-linktext, .disabled.form-button,
.disabled.form-reset,
.disabled.form-submit, .disabled.eu-cookie-compliance-default-button,
.disabled.eu-cookie-compliance-secondary-button,
.disabled.eu-cookie-compliance-hide-button,
.disabled.eu-cookie-withdraw-button,
.disabled.eu-cookie-compliance-save-preferences-button,
.disabled.eu-cookie-compliance-personalize-button, .disabled.btn4, .disabled.btn3, .disabled.btn2, .disabled.btn1,
.disabled.btn5, fieldset:disabled .btn, fieldset:disabled .item--news .item-linktext, .item--news fieldset:disabled .item-linktext, fieldset:disabled .item--agenda .item-linktext, .item--agenda fieldset:disabled .item-linktext, fieldset:disabled .form-button,
fieldset:disabled .form-reset,
fieldset:disabled .form-submit, fieldset:disabled .eu-cookie-compliance-default-button,
fieldset:disabled .eu-cookie-compliance-secondary-button,
fieldset:disabled .eu-cookie-compliance-hide-button,
fieldset:disabled .eu-cookie-withdraw-button,
fieldset:disabled .eu-cookie-compliance-save-preferences-button,
fieldset:disabled .eu-cookie-compliance-personalize-button, fieldset:disabled .btn4, fieldset:disabled .btn3, fieldset:disabled .btn2, fieldset:disabled .btn1,
fieldset:disabled .btn5 {
  border-color: var(--btn-disabled-border-color);
  background-color: var(--btn-disabled-bg);
  color: var(--btn-disabled-color);
  opacity: 0.65;
  pointer-events: none;
}

.btn-primary, .form-button,
.form-reset,
.form-submit, .eu-cookie-compliance-default-button,
.eu-cookie-withdraw-button,
.eu-cookie-compliance-save-preferences-button, .btn3 {
  --btn-border-color: #004a7b;
  --btn-bg: #004a7b;
  --btn-color: #fff;
  --btn-hover-border-color: #003b62;
  --btn-hover-bg: #003f69;
  --btn-hover-color: #fff;
  --btn-focus-shadow-rgb: 38, 101, 143;
  --btn-active-border-color: #00385c;
  --btn-active-bg: #003b62;
  --btn-active-color: #fff;
  --btn-disabled-border-color: #004a7b;
  --btn-disabled-bg: #004a7b;
  --btn-disabled-color: #fff;
}

.btn-secondary {
  --btn-border-color: #0091db;
  --btn-bg: #0091db;
  --btn-color: #000;
  --btn-hover-border-color: #1a9cdf;
  --btn-hover-bg: #26a2e0;
  --btn-hover-color: #000;
  --btn-focus-shadow-rgb: 0, 123, 186;
  --btn-active-border-color: #1a9cdf;
  --btn-active-bg: #33a7e2;
  --btn-active-color: #000;
  --btn-disabled-border-color: #0091db;
  --btn-disabled-bg: #0091db;
  --btn-disabled-color: #000;
}

.btn-tertiary {
  --btn-border-color: #0058a5;
  --btn-bg: #0058a5;
  --btn-color: #fff;
  --btn-hover-border-color: #004684;
  --btn-hover-bg: #004b8c;
  --btn-hover-color: #fff;
  --btn-focus-shadow-rgb: 38, 113, 179;
  --btn-active-border-color: #00427c;
  --btn-active-bg: #004684;
  --btn-active-color: #fff;
  --btn-disabled-border-color: #0058a5;
  --btn-disabled-bg: #0058a5;
  --btn-disabled-color: #fff;
}

.btn-success {
  --btn-border-color: #198754;
  --btn-bg: #198754;
  --btn-color: #fff;
  --btn-hover-border-color: #146c43;
  --btn-hover-bg: #157347;
  --btn-hover-color: #fff;
  --btn-focus-shadow-rgb: 60, 153, 110;
  --btn-active-border-color: #13653f;
  --btn-active-bg: #146c43;
  --btn-active-color: #fff;
  --btn-disabled-border-color: #198754;
  --btn-disabled-bg: #198754;
  --btn-disabled-color: #fff;
}

.btn-info {
  --btn-border-color: #0dcaf0;
  --btn-bg: #0dcaf0;
  --btn-color: #000;
  --btn-hover-border-color: #25cff2;
  --btn-hover-bg: #31d2f2;
  --btn-hover-color: #000;
  --btn-focus-shadow-rgb: 11, 172, 204;
  --btn-active-border-color: #25cff2;
  --btn-active-bg: #3dd5f3;
  --btn-active-color: #000;
  --btn-disabled-border-color: #0dcaf0;
  --btn-disabled-bg: #0dcaf0;
  --btn-disabled-color: #000;
}

.btn-warning {
  --btn-border-color: #ffc107;
  --btn-bg: #ffc107;
  --btn-color: #000;
  --btn-hover-border-color: #ffc720;
  --btn-hover-bg: #ffca2c;
  --btn-hover-color: #000;
  --btn-focus-shadow-rgb: 217, 164, 6;
  --btn-active-border-color: #ffc720;
  --btn-active-bg: #ffcd39;
  --btn-active-color: #000;
  --btn-disabled-border-color: #ffc107;
  --btn-disabled-bg: #ffc107;
  --btn-disabled-color: #000;
}

.btn-danger {
  --btn-border-color: #dc3545;
  --btn-bg: #dc3545;
  --btn-color: #fff;
  --btn-hover-border-color: #b02a37;
  --btn-hover-bg: #bb2d3b;
  --btn-hover-color: #fff;
  --btn-focus-shadow-rgb: 225, 83, 97;
  --btn-active-border-color: #a52834;
  --btn-active-bg: #b02a37;
  --btn-active-color: #fff;
  --btn-disabled-border-color: #dc3545;
  --btn-disabled-bg: #dc3545;
  --btn-disabled-color: #fff;
}

.btn-light {
  --btn-border-color: #f8f9fa;
  --btn-bg: #f8f9fa;
  --btn-color: #000;
  --btn-hover-border-color: #f9fafb;
  --btn-hover-bg: #f9fafb;
  --btn-hover-color: #000;
  --btn-focus-shadow-rgb: 211, 212, 213;
  --btn-active-border-color: #f9fafb;
  --btn-active-bg: #f9fafb;
  --btn-active-color: #000;
  --btn-disabled-border-color: #f8f9fa;
  --btn-disabled-bg: #f8f9fa;
  --btn-disabled-color: #000;
  --btn-hover-border-color: #c6c7c8;
  --btn-hover-bg: #d3d4d5;
  --btn-hover-color: #000;
  --btn-active-border-color: #babbbc;
  --btn-active-bg: #c6c7c8;
  --btn-active-color: #000;
}

.btn-dark {
  --btn-border-color: #212529;
  --btn-bg: #212529;
  --btn-color: #fff;
  --btn-hover-border-color: #1a1e21;
  --btn-hover-bg: #1c1f23;
  --btn-hover-color: #fff;
  --btn-focus-shadow-rgb: 66, 70, 73;
  --btn-active-border-color: #191c1f;
  --btn-active-bg: #1a1e21;
  --btn-active-color: #fff;
  --btn-disabled-border-color: #212529;
  --btn-disabled-bg: #212529;
  --btn-disabled-color: #fff;
  --btn-hover-border-color: #373b3e;
  --btn-hover-bg: #424649;
  --btn-hover-color: #fff;
  --btn-active-border-color: #373b3e;
  --btn-active-bg: #4d5154;
  --btn-active-color: #fff;
}

.btn-white, .leaderboard .leaderboard-body .btn3,
.leaderboard .leaderboard-body .btn-primary,
.leaderboard .leaderboard-body .form-button,
.leaderboard .leaderboard-body .form-reset,
.leaderboard .leaderboard-body .form-submit,
.leaderboard .leaderboard-body .eu-cookie-compliance-default-button,
.leaderboard .leaderboard-body .eu-cookie-withdraw-button,
.leaderboard .leaderboard-body .eu-cookie-compliance-save-preferences-button {
  --btn-border-color: #fff;
  --btn-bg: #fff;
  --btn-color: #000;
  --btn-hover-border-color: white;
  --btn-hover-bg: white;
  --btn-hover-color: #000;
  --btn-focus-shadow-rgb: 217, 217, 217;
  --btn-active-border-color: white;
  --btn-active-bg: white;
  --btn-active-color: #000;
  --btn-disabled-border-color: #fff;
  --btn-disabled-bg: #fff;
  --btn-disabled-color: #000;
  --btn-hover-border-color: #cccccc;
  --btn-hover-bg: #d9d9d9;
  --btn-hover-color: #000;
  --btn-active-border-color: #bfbfbf;
  --btn-active-bg: #cccccc;
  --btn-active-color: #000;
  --btn-color: #004a7b;
  --btn-hover-color: #004a7b;
  --btn-active-color: #004a7b;
  --btn-disabled-color: #004a7b;
}

.btn-black {
  --btn-border-color: #000;
  --btn-bg: #000;
  --btn-color: #fff;
  --btn-hover-border-color: black;
  --btn-hover-bg: black;
  --btn-hover-color: #fff;
  --btn-focus-shadow-rgb: 38, 38, 38;
  --btn-active-border-color: black;
  --btn-active-bg: black;
  --btn-active-color: #fff;
  --btn-disabled-border-color: #000;
  --btn-disabled-bg: #000;
  --btn-disabled-color: #fff;
  --btn-hover-border-color: #1a1a1a;
  --btn-hover-bg: #262626;
  --btn-hover-color: #fff;
  --btn-active-border-color: #1a1a1a;
  --btn-active-bg: #333333;
  --btn-active-color: #fff;
}

.btn-outline-primary, .eu-cookie-compliance-secondary-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-compliance-personalize-button, .btn4 {
  --btn-border-color: #004a7b;
  --btn-bg: transparent;
  --btn-color: #004a7b;
  --btn-hover-border-color: #004a7b;
  --btn-hover-bg: #004a7b;
  --btn-hover-color: #fff;
  --btn-focus-shadow-rgb: 0, 74, 123;
  --btn-active-border-color: #004a7b;
  --btn-active-bg: #004a7b;
  --btn-active-color: #fff;
  --btn-disabled-border-color: #004a7b;
  --btn-disabled-bg: transparent;
  --btn-disabled-color: #004a7b;
}

.btn-outline-secondary {
  --btn-border-color: #0091db;
  --btn-bg: transparent;
  --btn-color: #0091db;
  --btn-hover-border-color: #0091db;
  --btn-hover-bg: #0091db;
  --btn-hover-color: #000;
  --btn-focus-shadow-rgb: 0, 145, 219;
  --btn-active-border-color: #0091db;
  --btn-active-bg: #0091db;
  --btn-active-color: #000;
  --btn-disabled-border-color: #0091db;
  --btn-disabled-bg: transparent;
  --btn-disabled-color: #0091db;
}

.btn-outline-tertiary {
  --btn-border-color: #0058a5;
  --btn-bg: transparent;
  --btn-color: #0058a5;
  --btn-hover-border-color: #0058a5;
  --btn-hover-bg: #0058a5;
  --btn-hover-color: #fff;
  --btn-focus-shadow-rgb: 0, 88, 165;
  --btn-active-border-color: #0058a5;
  --btn-active-bg: #0058a5;
  --btn-active-color: #fff;
  --btn-disabled-border-color: #0058a5;
  --btn-disabled-bg: transparent;
  --btn-disabled-color: #0058a5;
}

.btn-outline-success {
  --btn-border-color: #198754;
  --btn-bg: transparent;
  --btn-color: #198754;
  --btn-hover-border-color: #198754;
  --btn-hover-bg: #198754;
  --btn-hover-color: #fff;
  --btn-focus-shadow-rgb: 25, 135, 84;
  --btn-active-border-color: #198754;
  --btn-active-bg: #198754;
  --btn-active-color: #fff;
  --btn-disabled-border-color: #198754;
  --btn-disabled-bg: transparent;
  --btn-disabled-color: #198754;
}

.btn-outline-info {
  --btn-border-color: #0dcaf0;
  --btn-bg: transparent;
  --btn-color: #0dcaf0;
  --btn-hover-border-color: #0dcaf0;
  --btn-hover-bg: #0dcaf0;
  --btn-hover-color: #000;
  --btn-focus-shadow-rgb: 13, 202, 240;
  --btn-active-border-color: #0dcaf0;
  --btn-active-bg: #0dcaf0;
  --btn-active-color: #000;
  --btn-disabled-border-color: #0dcaf0;
  --btn-disabled-bg: transparent;
  --btn-disabled-color: #0dcaf0;
}

.btn-outline-warning {
  --btn-border-color: #ffc107;
  --btn-bg: transparent;
  --btn-color: #ffc107;
  --btn-hover-border-color: #ffc107;
  --btn-hover-bg: #ffc107;
  --btn-hover-color: #000;
  --btn-focus-shadow-rgb: 255, 193, 7;
  --btn-active-border-color: #ffc107;
  --btn-active-bg: #ffc107;
  --btn-active-color: #000;
  --btn-disabled-border-color: #ffc107;
  --btn-disabled-bg: transparent;
  --btn-disabled-color: #ffc107;
}

.btn-outline-danger {
  --btn-border-color: #dc3545;
  --btn-bg: transparent;
  --btn-color: #dc3545;
  --btn-hover-border-color: #dc3545;
  --btn-hover-bg: #dc3545;
  --btn-hover-color: #fff;
  --btn-focus-shadow-rgb: 220, 53, 69;
  --btn-active-border-color: #dc3545;
  --btn-active-bg: #dc3545;
  --btn-active-color: #fff;
  --btn-disabled-border-color: #dc3545;
  --btn-disabled-bg: transparent;
  --btn-disabled-color: #dc3545;
}

.btn-outline-light {
  --btn-border-color: #f8f9fa;
  --btn-bg: transparent;
  --btn-color: #f8f9fa;
  --btn-hover-border-color: #f8f9fa;
  --btn-hover-bg: #f8f9fa;
  --btn-hover-color: #000;
  --btn-focus-shadow-rgb: 248, 249, 250;
  --btn-active-border-color: #f8f9fa;
  --btn-active-bg: #f8f9fa;
  --btn-active-color: #000;
  --btn-disabled-border-color: #f8f9fa;
  --btn-disabled-bg: transparent;
  --btn-disabled-color: #f8f9fa;
}

.btn-outline-dark {
  --btn-border-color: #212529;
  --btn-bg: transparent;
  --btn-color: #212529;
  --btn-hover-border-color: #212529;
  --btn-hover-bg: #212529;
  --btn-hover-color: #fff;
  --btn-focus-shadow-rgb: 33, 37, 41;
  --btn-active-border-color: #212529;
  --btn-active-bg: #212529;
  --btn-active-color: #fff;
  --btn-disabled-border-color: #212529;
  --btn-disabled-bg: transparent;
  --btn-disabled-color: #212529;
}

.btn-outline-white, .leaderboard .leaderboard-body .btn4,
.leaderboard .leaderboard-body .btn-outline-primary,
.leaderboard .leaderboard-body .eu-cookie-compliance-secondary-button,
.leaderboard .leaderboard-body .eu-cookie-compliance-hide-button,
.leaderboard .leaderboard-body .eu-cookie-compliance-personalize-button {
  --btn-border-color: #fff;
  --btn-bg: transparent;
  --btn-color: #fff;
  --btn-hover-border-color: #fff;
  --btn-hover-bg: #fff;
  --btn-hover-color: #000;
  --btn-focus-shadow-rgb: 255, 255, 255;
  --btn-active-border-color: #fff;
  --btn-active-bg: #fff;
  --btn-active-color: #000;
  --btn-disabled-border-color: #fff;
  --btn-disabled-bg: transparent;
  --btn-disabled-color: #fff;
  --btn-hover-color: #004a7b;
  --btn-active-color: #004a7b;
}

.btn-outline-black {
  --btn-border-color: #000;
  --btn-bg: transparent;
  --btn-color: #000;
  --btn-hover-border-color: #000;
  --btn-hover-bg: #000;
  --btn-hover-color: #fff;
  --btn-focus-shadow-rgb: 0, 0, 0;
  --btn-active-border-color: #000;
  --btn-active-bg: #000;
  --btn-active-color: #fff;
  --btn-disabled-border-color: #000;
  --btn-disabled-bg: transparent;
  --btn-disabled-color: #000;
}

.btn-link, .item--news .item-linktext, .item--agenda .item-linktext, .btn2 {
  --btn-border-color: transparent;
  --btn-bg: transparent;
  --btn-color: var(--link-color);
  --btn-hover-border-color: transparent;
  --btn-hover-bg: transparent;
  --btn-hover-color: var(--link-hover-color);
  --btn-focus-shadow-rgb: 38, 101, 143;
  --btn-active-border-color: transparent;
  --btn-active-bg: transparent;
  --btn-active-color: var(--link-hover-color);
  --btn-disabled-border-color: transparent;
  --btn-disabled-bg: transparent;
  --btn-disabled-color: #6c757d;
  border: 0;
  border-radius: 0;
  padding: 0;
  min-width: auto;
}

.btn-icon, .item--news .item-linktext, .item--agenda .item-linktext, .btn4, .btn3, .btn2 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9375rem;
  text-align: left;
}
.btn-icon > .icon, .item--news .item-linktext > .icon, .item--agenda .item-linktext > .icon, .btn4 > .icon, .btn3 > .icon, .btn2 > .icon {
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  fill: currentcolor;
  transition: 0.2s transform ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .btn-icon > .icon, .item--news .item-linktext > .icon, .item--agenda .item-linktext > .icon, .btn4 > .icon, .btn3 > .icon, .btn2 > .icon {
    transition: none;
  }
}
.btn-icon.lg > .icon, .item--news .lg.item-linktext > .icon, .item--agenda .lg.item-linktext > .icon, .lg.btn4 > .icon, .lg.btn3 > .icon, .lg.btn2 > .icon {
  width: 0.75rem;
  height: 0.75rem;
}

.btn-icon-hover:hover > .icon, .btn-icon-hover:focus-visible > .icon {
  transform: translate3d(0.25em, 0, 0);
}

.btn-gradient, .btn1,
.btn5 {
  --btn-border-color: transparent;
  --btn-bg: #fff;
  --btn-color: #004a7b;
  --btn-hover-border-color: transparent;
  --btn-hover-bg: transparent;
  --btn-hover-color: #fff;
  --btn-focus-shadow-rgb: 217, 228, 235;
  --btn-active-border-color: transparent;
  --btn-active-bg: transparent;
  --btn-active-color: #fff;
  --btn-disabled-border-color: transparent;
  --btn-disabled-bg: #fff;
  --btn-disabled-color: #004a7b;
  border: 0;
  padding: 0.125rem;
  background-image: linear-gradient(80deg, #0091db, #721e76);
}
.btn-gradient span, .btn1 span,
.btn5 span {
  border-radius: 0.8125rem;
  padding: 0.9375rem 1.125rem;
  background-color: inherit;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse {
  visibility: inherit !important;
}
.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: 0 0;
  list-style: none;
}
.breadcrumb:last-child {
  margin-bottom: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  padding-left: 0;
  list-style: none;
}

.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #721e76;
  border-radius: 50%;
  padding: 0;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  color: #818181;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.1429;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.2s ease-in, background-color 0.2s ease-in, box-shadow 0.2s ease-in, color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  color: #721e76;
}
.page-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(114, 30, 118, 0.25);
  outline: 0;
  color: #721e76;
}
.page-link.active, .active > .page-link {
  border-color: #721e76;
  background-color: #721e76;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.0667;
}
.page-link.disabled, .disabled > .page-link {
  border-color: #dee2e6;
  color: #6c757d;
  pointer-events: none;
}

.alert {
  --alert-border-color: transparent;
  --alert-bg: transparent;
  --alert-color: inherit;
  position: relative;
  margin-bottom: 1rem;
  border: 1px solid var(--alert-border-color);
  border-radius: 0.375rem;
  padding: 1rem 1rem;
  background-color: var(--alert-bg);
  color: var(--alert-color);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  border: 0;
  border-radius: 0.375rem;
  padding: 1.25rem 1rem;
  width: 1em;
  height: 1em;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  color: #000;
  opacity: 0.5;
  box-sizing: content-box;
}
.alert-dismissible .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.alert-dismissible .btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 74, 123, 0.25);
  opacity: 1;
  outline: 0;
}
.alert-dismissible .btn-close:disabled, .alert-dismissible .btn-close.disabled {
  opacity: 0.25;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.alert-dismissible .btn-close-white, .alert-dismissible .modal-transparent .modal-header .btn-close, .modal-transparent .modal-header .alert-dismissible .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.alert-primary {
  --alert-border-color: #b3c9d7;
  --alert-bg: #ccdbe5;
  --alert-color: #002c4a;
}
.alert-primary .alert-link {
  color: #00233b;
}

.alert-secondary {
  --alert-border-color: #b3def4;
  --alert-bg: #cce9f8;
  --alert-color: #005783;
}
.alert-secondary .alert-link {
  color: #004669;
}

.alert-tertiary {
  --alert-border-color: #b3cde4;
  --alert-bg: #ccdeed;
  --alert-color: #003563;
}
.alert-tertiary .alert-link {
  color: #002a4f;
}

.alert-success {
  --alert-border-color: #badbcc;
  --alert-bg: #d1e7dd;
  --alert-color: #0f5132;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  --alert-border-color: #b6effb;
  --alert-bg: #cff4fc;
  --alert-color: #055160;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  --alert-border-color: #ffecb5;
  --alert-bg: #fff3cd;
  --alert-color: #664d03;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  --alert-border-color: #f5c2c7;
  --alert-bg: #f8d7da;
  --alert-color: #842029;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  --alert-border-color: #fdfdfe;
  --alert-bg: #fefefe;
  --alert-color: #636464;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  --alert-border-color: #bcbebf;
  --alert-bg: #d3d3d4;
  --alert-color: #141619;
}
.alert-dark .alert-link {
  color: #101214;
}

.alert-white {
  --alert-border-color: white;
  --alert-bg: white;
  --alert-color: #666666;
}
.alert-white .alert-link {
  color: #525252;
}

.alert-black {
  --alert-border-color: #b3b3b3;
  --alert-bg: #cccccc;
  --alert-color: black;
}
.alert-black .alert-link {
  color: black;
}

.toast {
  --toast-border-color: rgba(#000, 0.175);
  --toast-bg: rgba(#fff, 0.85);
  --toast-color: ;
  display: flex;
  border: 1px solid var(--toast-border-color);
  border-radius: 0.375rem;
  width: 350px;
  max-width: 100%;
  background-clip: padding-box;
  background-color: var(--toast-bg);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: var(--toast-color);
  font-size: 0.875rem;
  line-height: 1.5;
  pointer-events: auto;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast .btn-close {
  flex-shrink: 0;
  margin: 0.75rem 0.5rem;
  margin-left: auto;
  border: 0;
  border-radius: 0.375rem;
  padding: 0.25em 0.25em;
  width: 1em;
  height: 1em;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  color: #000;
  opacity: 0.5;
  box-sizing: content-box;
}
.toast .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.toast .btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 74, 123, 0.25);
  opacity: 1;
}
.toast .btn-close:disabled, .toast .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.toast .btn-close-white, .toast .modal-transparent .modal-header .btn-close, .modal-transparent .modal-header .toast .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast-container {
  position: fixed;
  z-index: 1090;
  bottom: 1rem;
  right: 1rem;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 2rem);
  max-height: calc(100vh - 2rem);
  overflow: auto;
}
.toast-container > :not(:last-child) {
  margin-bottom: 1.5rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.toast-primary {
  --toast-border-color: #b3c9d7;
  --toast-bg: #ccdbe5;
  --toast-color: #002c4a;
}
.toast-primary .toast-link {
  color: #00233b;
}

.toast-secondary {
  --toast-border-color: #b3def4;
  --toast-bg: #cce9f8;
  --toast-color: #005783;
}
.toast-secondary .toast-link {
  color: #004669;
}

.toast-tertiary {
  --toast-border-color: #b3cde4;
  --toast-bg: #ccdeed;
  --toast-color: #003563;
}
.toast-tertiary .toast-link {
  color: #002a4f;
}

.toast-success {
  --toast-border-color: #badbcc;
  --toast-bg: #d1e7dd;
  --toast-color: #0f5132;
}
.toast-success .toast-link {
  color: #0c4128;
}

.toast-info {
  --toast-border-color: #b6effb;
  --toast-bg: #cff4fc;
  --toast-color: #055160;
}
.toast-info .toast-link {
  color: #04414d;
}

.toast-warning {
  --toast-border-color: #ffecb5;
  --toast-bg: #fff3cd;
  --toast-color: #664d03;
}
.toast-warning .toast-link {
  color: #523e02;
}

.toast-danger {
  --toast-border-color: #f5c2c7;
  --toast-bg: #f8d7da;
  --toast-color: #842029;
}
.toast-danger .toast-link {
  color: #6a1a21;
}

.toast-light {
  --toast-border-color: #fdfdfe;
  --toast-bg: #fefefe;
  --toast-color: #636464;
}
.toast-light .toast-link {
  color: #4f5050;
}

.toast-dark {
  --toast-border-color: #bcbebf;
  --toast-bg: #d3d3d4;
  --toast-color: #141619;
}
.toast-dark .toast-link {
  color: #101214;
}

.toast-white {
  --toast-border-color: white;
  --toast-bg: white;
  --toast-color: #666666;
}
.toast-white .toast-link {
  color: #525252;
}

.toast-black {
  --toast-border-color: #b3b3b3;
  --toast-bg: #cccccc;
  --toast-color: black;
}
.toast-black .toast-link {
  color: black;
}

.modal {
  --modal-width: 500px;
  --modal-margin: 0.5rem;
  display: none;
  position: fixed;
  z-index: 1055;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  margin: var(--modal-margin);
  width: auto;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--modal-margin) * 2);
}

.modal-content {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 0.5rem;
  width: 100%;
  background-clip: padding-box;
  background-color: #fff;
  outline: 0;
  pointer-events: auto;
}

.modal-backdrop {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
  padding: 1rem 1rem;
}
.modal-header .btn-close {
  margin: -0.5rem -0.5rem -0.5rem auto;
  border: 0;
  border-radius: 0.375rem;
  padding: 0.5rem 0.5rem;
  width: 1em;
  height: 1em;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  color: #000;
  opacity: 0.5;
  box-sizing: content-box;
}
.modal-header .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.modal-header .btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 74, 123, 0.25);
  opacity: 1;
  outline: 0;
}
.modal-header .btn-close:disabled, .modal-header .btn-close.disabled {
  opacity: 0.25;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.modal-header .btn-close-white, .modal-transparent .modal-header .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  flex: 1 1 auto;
  position: relative;
  padding: 1rem;
}

.modal-footer {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid var(--border-color);
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
  padding: 0.75rem;
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal {
    --modal-margin: 1.75rem;
  }
  .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--modal-width);
  }
  .modal-sm {
    --modal-width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg,
  .modal-xl {
    --modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --modal-width: 1140px;
  }
}
.modal-fullscreen {
  margin: 0;
  width: 100vw;
  max-width: none;
  height: 100%;
}
.modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    margin: 0;
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    margin: 0;
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  .modal-fullscreen-md-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1023.98px) {
  .modal-fullscreen-lg-down {
    margin: 0;
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  .modal-fullscreen-lg-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    margin: 0;
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  .modal-fullscreen-xl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    margin: 0;
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  .modal-fullscreen-xxl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.modal-transparent .modal-content {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.modal-transparent .modal-header,
.modal-transparent .modal-footer {
  border: 0;
  border-radius: 0;
}
.modal-transparent .modal-header .btn-close {
  border-radius: 0;
}

.spinner-grow,
.spinner-border {
  --spinner-width: 2rem;
  --spinner-height: 2rem;
  --spinner-animation-speed: 0.75s;
  display: inline-block;
  vertical-align: -0.125em;
  width: var(--spinner-width);
  height: var(--spinner-height);
  border-radius: 50%;
  animation: var(--spinner-animation-speed) linear infinite var(--spinner-animation-name);
}
@media (prefers-reduced-motion: reduce) {
  .spinner-grow,
  .spinner-border {
    --spinner-animation-speed: 1.5s;
  }
}

.spinner-grow-sm,
.spinner-border-sm {
  --spinner-width: 1rem;
  --spinner-height: 1rem;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --spinner-border-width: 0.25em;
  --spinner-animation-name: spinner-border;
  border: var(--spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --offcanvas-border-width: 1px;
  --offcanvas-height: 30vh;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1045;
    bottom: 0;
    max-width: 100%;
    background-clip: padding-box;
    background-color: #fff;
    outline: 0;
    visibility: hidden;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    border-right: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
    width: 400px;
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    border-left: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
    width: 400px;
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    left: 0;
    right: 0;
    border-bottom: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
    height: var(--offcanvas-height);
    max-height: 100%;
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    left: 0;
    right: 0;
    border-top: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
    height: var(--offcanvas-height);
    max-height: 100%;
    transform: translateY(100%);
  }
  .offcanvas-sm.offcanvas-fullscreen {
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm.offcanvas-fullscreen {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-fullscreen.showing, .offcanvas-sm.offcanvas-fullscreen.show:not(.hiding) {
    opacity: 1;
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --offcanvas-border-width: 0;
    --offcanvas-height: auto;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    flex-grow: 0;
    display: flex;
    padding: 0;
    background-color: transparent !important;
    overflow-y: visible;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1045;
    bottom: 0;
    max-width: 100%;
    background-clip: padding-box;
    background-color: #fff;
    outline: 0;
    visibility: hidden;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    border-right: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
    width: 400px;
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    border-left: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
    width: 400px;
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    left: 0;
    right: 0;
    border-bottom: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
    height: var(--offcanvas-height);
    max-height: 100%;
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    left: 0;
    right: 0;
    border-top: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
    height: var(--offcanvas-height);
    max-height: 100%;
    transform: translateY(100%);
  }
  .offcanvas-md.offcanvas-fullscreen {
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md.offcanvas-fullscreen {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-fullscreen.showing, .offcanvas-md.offcanvas-fullscreen.show:not(.hiding) {
    opacity: 1;
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --offcanvas-border-width: 0;
    --offcanvas-height: auto;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    flex-grow: 0;
    display: flex;
    padding: 0;
    background-color: transparent !important;
    overflow-y: visible;
  }
}

@media (max-width: 1023.98px) {
  .offcanvas-lg {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1045;
    bottom: 0;
    max-width: 100%;
    background-clip: padding-box;
    background-color: #fff;
    outline: 0;
    visibility: hidden;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1023.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 1023.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    border-right: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
    width: 400px;
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    border-left: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
    width: 400px;
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    left: 0;
    right: 0;
    border-bottom: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
    height: var(--offcanvas-height);
    max-height: 100%;
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    left: 0;
    right: 0;
    border-top: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
    height: var(--offcanvas-height);
    max-height: 100%;
    transform: translateY(100%);
  }
  .offcanvas-lg.offcanvas-fullscreen {
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
@media (max-width: 1023.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg.offcanvas-fullscreen {
    transition: none;
  }
}
@media (max-width: 1023.98px) {
  .offcanvas-lg.offcanvas-fullscreen.showing, .offcanvas-lg.offcanvas-fullscreen.show:not(.hiding) {
    opacity: 1;
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .offcanvas-lg {
    --offcanvas-border-width: 0;
    --offcanvas-height: auto;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    flex-grow: 0;
    display: flex;
    padding: 0;
    background-color: transparent !important;
    overflow-y: visible;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1045;
    bottom: 0;
    max-width: 100%;
    background-clip: padding-box;
    background-color: #fff;
    outline: 0;
    visibility: hidden;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    border-right: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
    width: 400px;
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    border-left: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
    width: 400px;
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    left: 0;
    right: 0;
    border-bottom: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
    height: var(--offcanvas-height);
    max-height: 100%;
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    left: 0;
    right: 0;
    border-top: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
    height: var(--offcanvas-height);
    max-height: 100%;
    transform: translateY(100%);
  }
  .offcanvas-xl.offcanvas-fullscreen {
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl.offcanvas-fullscreen {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-fullscreen.showing, .offcanvas-xl.offcanvas-fullscreen.show:not(.hiding) {
    opacity: 1;
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --offcanvas-border-width: 0;
    --offcanvas-height: auto;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    flex-grow: 0;
    display: flex;
    padding: 0;
    background-color: transparent !important;
    overflow-y: visible;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1045;
    bottom: 0;
    max-width: 100%;
    background-clip: padding-box;
    background-color: #fff;
    outline: 0;
    visibility: hidden;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    border-right: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
    width: 400px;
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    border-left: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
    width: 400px;
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    left: 0;
    right: 0;
    border-bottom: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
    height: var(--offcanvas-height);
    max-height: 100%;
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    left: 0;
    right: 0;
    border-top: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
    height: var(--offcanvas-height);
    max-height: 100%;
    transform: translateY(100%);
  }
  .offcanvas-xxl.offcanvas-fullscreen {
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl.offcanvas-fullscreen {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-fullscreen.showing, .offcanvas-xxl.offcanvas-fullscreen.show:not(.hiding) {
    opacity: 1;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --offcanvas-border-width: 0;
    --offcanvas-height: auto;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    flex-grow: 0;
    display: flex;
    padding: 0;
    background-color: transparent !important;
    overflow-y: visible;
  }
}

.offcanvas {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 1045;
  bottom: 0;
  max-width: 100%;
  background-clip: padding-box;
  background-color: #fff;
  outline: 0;
  visibility: hidden;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  border-right: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
  width: 400px;
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  border-left: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
  width: 400px;
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  left: 0;
  right: 0;
  border-bottom: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
  height: var(--offcanvas-height);
  max-height: 100%;
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  left: 0;
  right: 0;
  border-top: var(--offcanvas-border-width) solid rgba(0, 0, 0, 0.175);
  height: var(--offcanvas-height);
  max-height: 100%;
  transform: translateY(100%);
}
.offcanvas.offcanvas-fullscreen {
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas.offcanvas-fullscreen {
    transition: none;
  }
}
.offcanvas.offcanvas-fullscreen.showing, .offcanvas.offcanvas-fullscreen.show:not(.hiding) {
  opacity: 1;
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  margin: -0.5rem -0.5rem -0.5rem auto;
  border: 0;
  border-radius: 0.375rem;
  padding: 0.5rem 0.5rem;
  width: 1em;
  height: 1em;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  color: #000;
  opacity: 0.5;
  box-sizing: content-box;
}
.offcanvas-header .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.offcanvas-header .btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 74, 123, 0.25);
  opacity: 1;
  outline: 0;
}
.offcanvas-header .btn-close:disabled, .offcanvas-header .btn-close.disabled {
  opacity: 0.25;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.offcanvas-header .btn-close-white, .offcanvas-header .modal-transparent .modal-header .btn-close, .modal-transparent .modal-header .offcanvas-header .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.text-color-primary {
  color: #004a7b !important;
}

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

.text-color-tertiary {
  color: #0058a5 !important;
}

.text-color-success {
  color: #198754 !important;
}

.text-color-info {
  color: #0dcaf0 !important;
}

.text-color-warning {
  color: #ffc107 !important;
}

.text-color-danger {
  color: #dc3545 !important;
}

.text-color-light {
  color: #f8f9fa !important;
}

.text-color-dark {
  color: #212529 !important;
}

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

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

.link-primary {
  color: #004a7b !important;
}
.link-primary:hover, .link-primary:focus {
  color: #003b62 !important;
}

.link-secondary {
  color: #0091db !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #33a7e2 !important;
}

.link-tertiary {
  color: #0058a5 !important;
}
.link-tertiary:hover, .link-tertiary:focus {
  color: #004684 !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

.link-white {
  color: #fff !important;
}
.link-white:hover, .link-white:focus {
  color: white !important;
}

.link-black {
  color: #000 !important;
}
.link-black:hover, .link-black:focus {
  color: black !important;
}

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

.ratio-1x1 {
  --aspect-ratio: 100%;
}

.ratio-4x3 {
  --aspect-ratio: 75%;
}

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

.ratio-21x9 {
  --aspect-ratio: 42.8571428571%;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.stretched-link::after, .item--news .item-link::after, .item--agenda .item-link::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.text-truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

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

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

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

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

.banner {
  padding-top: 6.5625rem;
  padding-bottom: 2.5rem;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .banner {
    padding-top: 14.0625rem;
  }
}
.banner .inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .banner .inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .banner .inner > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
  }
  .banner .inner > *.banner-body {
    flex: 1 0 0%;
  }
  .banner .inner > *.banner-header {
    flex: 0 0 auto;
    width: calc(50% - 0.5rem);
  }
}
.banner .banner-body {
  padding-top: 1.3125rem;
  padding-bottom: 1.375rem;
}
.banner .banner-body h1, .banner .banner-body .h1 {
  font-size: 2.25rem;
  line-height: 1.1667;
}
.banner .banner-header {
  margin-bottom: -5.9375rem;
}
.banner .banner-header img {
  border-radius: 1.25rem;
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.05);
}

.block--cta .block-inner {
  padding: 2.5rem 1.25rem;
  background-color: #004a7b;
}
.block--cta .block-inner h1, .block--cta .block-inner h2, .block--cta .block-inner h3, .block--cta .block-inner h4, .block--cta .block-inner h5, .block--cta .block-inner h6, .block--cta .block-inner .h1, .block--cta .block-inner .h2, .block--cta .block-inner .h3, .block--cta .block-inner .h4, .block--cta .block-inner .h5, .block--cta .block-inner .h6 {
  color: #fff;
}
.block--cta .block-body .btn, .block--cta .block-body .item--news .item-linktext, .item--news .block--cta .block-body .item-linktext, .block--cta .block-body .item--agenda .item-linktext, .item--agenda .block--cta .block-body .item-linktext, .block--cta .block-body .form-button,
.block--cta .block-body .form-reset,
.block--cta .block-body .form-submit, .block--cta .block-body .eu-cookie-compliance-default-button,
.block--cta .block-body .eu-cookie-compliance-secondary-button,
.block--cta .block-body .eu-cookie-compliance-hide-button,
.block--cta .block-body .eu-cookie-withdraw-button,
.block--cta .block-body .eu-cookie-compliance-save-preferences-button,
.block--cta .block-body .eu-cookie-compliance-personalize-button, .block--cta .block-body .btn4, .block--cta .block-body .btn3, .block--cta .block-body .btn2, .block--cta .block-body .btn1,
.block--cta .block-body .btn5 {
  min-width: 195px;
}

@media (min-width: 1024px) {
  .layout--onecol .block--cta .block-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .layout--onecol .block--cta .block-header {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .layout--onecol .block--cta .block-body {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

.block--evidence .block-body {
  position: relative;
}
.block--evidence .block-body .media, .block--evidence .block-body .media::before, .block--evidence .block-body .media::after,
.block--evidence .block-body .media img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.9375rem;
  width: 100%;
  height: 100%;
}
.block--evidence .block-body .media::before, .block--evidence .block-body .media::after {
  content: "";
}
.block--evidence .block-body .media::before {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(0.625rem);
  backdrop-filter: blur(0.625rem);
}
.block--evidence .block-body .media::after {
  z-index: 2;
  background-image: linear-gradient(70deg, #0091db, #721e76);
  opacity: 0.7;
}
.block--evidence .block-body .media img {
  -o-object-fit: cover;
  object-fit: cover;
}
.block--evidence .block-body .text {
  position: relative;
  z-index: 3;
  padding: 3.5rem 1.25rem;
  color: #fff;
  text-align: center;
}
.block--evidence .block-body .text h1, .block--evidence .block-body .text h2, .block--evidence .block-body .text h3, .block--evidence .block-body .text h4, .block--evidence .block-body .text h5, .block--evidence .block-body .text h6, .block--evidence .block-body .text .h1, .block--evidence .block-body .text .h2, .block--evidence .block-body .text .h3, .block--evidence .block-body .text .h4, .block--evidence .block-body .text .h5, .block--evidence .block-body .text .h6 {
  margin-bottom: 2.5rem;
  color: inherit;
}
.block--evidence .block-body .text h1:last-child, .block--evidence .block-body .text h2:last-child, .block--evidence .block-body .text h3:last-child, .block--evidence .block-body .text h4:last-child, .block--evidence .block-body .text h5:last-child, .block--evidence .block-body .text h6:last-child, .block--evidence .block-body .text .h1:last-child, .block--evidence .block-body .text .h2:last-child, .block--evidence .block-body .text .h3:last-child, .block--evidence .block-body .text .h4:last-child, .block--evidence .block-body .text .h5:last-child, .block--evidence .block-body .text .h6:last-child {
  margin-bottom: 0;
}
.block--evidence .block-body .text .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 790px;
}

@media (min-width: 1200px) {
  .layout--onecol .block--evidence .block-body .text h2, .layout--onecol .block--evidence .block-body .text .h2 {
    font-size: 2.25rem;
    line-height: 1.1667;
  }
}
.layout--onecol.container-fullscreen.no-gutters .block--evidence .block-body .media, .layout--onecol.container-fullscreen.no-gutters .block--evidence .block-body .media::before, .layout--onecol.container-fullscreen.no-gutters .block--evidence .block-body .media::after,
.layout--onecol.container-fullscreen.no-gutters .block--evidence .block-body .media img {
  border-radius: 0;
}

.block--faq .faq-button {
  display: flex;
  align-items: center;
  position: relative;
  border: 0;
  border-radius: 0;
  padding: 0.625rem 0;
  width: 100%;
  background-color: transparent;
  color: #004a7b;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.125;
  text-align: left;
  overflow-anchor: none;
  transition: color 0.2s ease-in, box-shadow 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--faq .faq-button {
    transition: none;
  }
}
.block--faq .faq-button:not(.collapsed)::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%280, 74, 123, 0.7%29'%3e%3cpath d='m15.06,8.94H.94c-.52,0-.94-.42-.94-.94s.42-.94.94-.94h14.12c.52,0,.94.42.94.94s-.42.94-.94.94Z'/%3e%3c/svg%3e");
}
.block--faq .faq-button::before {
  content: "";
  flex-shrink: 0;
  margin-right: 1.875rem;
  width: 1.0625rem;
  height: 1.0625rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%280, 74, 123, 0.7%29'%3e%3cpath d='m15.06,7.06h-6.12V.94c0-.52-.42-.94-.94-.94s-.94.42-.94.94v6.12H.94c-.52,0-.94.42-.94.94s.42.94.94.94h6.12v6.12c0,.52.42.94.94.94s.94-.42.94-.94v-6.12h6.12c.52,0,.94-.42.94-.94s-.42-.94-.94-.94Z'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.0625rem;
  transition: background-image 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--faq .faq-button::before {
    transition: none;
  }
}
.block--faq .faq-button:hover {
  color: #00436f;
}
.block--faq .faq-button:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(0, 74, 123, 0.25);
  outline: 0;
}
.block--faq .faq-header {
  margin-bottom: 0;
}
.block--faq .faq-body {
  padding: 0.625rem 0;
}
.block--faq .faq-item + .faq-item {
  margin-top: 1.5rem;
  border-top: 1px solid rgba(0, 74, 123, 0.5);
  padding-top: 1.5625rem;
}

.layout.background-gradient .faq-button {
  color: #fff;
}
.layout.background-gradient .faq-button:not(.collapsed)::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28255, 255, 255, 0.7%29'%3e%3cpath d='m15.06,8.94H.94c-.52,0-.94-.42-.94-.94s.42-.94.94-.94h14.12c.52,0,.94.42.94.94s-.42.94-.94.94Z'/%3e%3c/svg%3e");
}
.layout.background-gradient .faq-button::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28255, 255, 255, 0.7%29'%3e%3cpath d='m15.06,7.06h-6.12V.94c0-.52-.42-.94-.94-.94s-.94.42-.94.94v6.12H.94c-.52,0-.94.42-.94.94s.42.94.94.94h6.12v6.12c0,.52.42.94.94.94s.94-.42.94-.94v-6.12h6.12c.52,0,.94-.42.94-.94s-.42-.94-.94-.94Z'/%3e%3c/svg%3e");
}
.layout.background-gradient .faq-button:hover {
  color: #e6e6e6;
}
.layout.background-gradient .faq-button:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
.layout.background-gradient .faq-item + .faq-item {
  border-color: rgba(255, 255, 255, 0.5);
}

.block--gallery .custom-navigation {
  display: flex;
  flex-wrap: wrap;
}
.block--gallery .custom-button-prev,
.block--gallery .custom-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #f3f3f3;
  color: #004a7b;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--gallery .custom-button-prev,
  .block--gallery .custom-button-next {
    transition: none;
  }
}
.block--gallery .custom-button-prev svg,
.block--gallery .custom-button-next svg {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
}
.block--gallery .custom-button-prev:hover,
.block--gallery .custom-button-next:hover {
  background-color: #004a7b;
  color: #f3f3f3;
}
.block--gallery .custom-button-prev.swiper-button-disabled,
.block--gallery .custom-button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.block--gallery .custom-button-prev.swiper-button-lock,
.block--gallery .custom-button-next.swiper-button-lock {
  display: none;
}
.block--gallery .custom-button-next {
  margin-left: 0.625rem;
}
.block--gallery .swiper {
  width: 100%;
  height: auto;
}
.block--gallery .swiper-slide {
  width: 100%;
}
.block--gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.block--gallery .swiper-slide figure {
  margin-bottom: 0;
}
.block--gallery .swiper-slide figure figcaption {
  margin-top: 1.25rem;
  color: #000;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2;
}
.block--gallery .swiper-slide figure figcaption strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
}

@media (min-width: 1024px) {
  .layout--onecol .block--gallery {
    position: relative;
  }
  .layout--onecol .block--gallery::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc((100vw - 100%) / 2 * -1);
    width: 50vw;
    height: 100%;
    background-color: #f3f3f3;
  }
}
@media (min-width: 1024px) {
  .layout--onecol .block--gallery .block-inner {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .layout--onecol .block--gallery .block-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .layout--onecol .block--gallery .block-header h2, .layout--onecol .block--gallery .block-header .h2 {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .layout--onecol .block--gallery .block-header .custom-navigation {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .layout--onecol .block--gallery .swiper {
    padding-right: 2.5rem;
    width: calc(100vw - (100vw - 100%) / 2);
  }
}
@media (min-width: 1024px) {
  .layout--onecol .block--gallery .swiper-slide {
    width: 760px;
    max-width: 100%;
  }
}

.block--media .block-body {
  display: flex;
  flex-direction: column;
}
.block--media .block-body img,
.block--media .block-body video,
.block--media .block-body .ratio {
  border-radius: 0.9375rem;
  width: 100%;
}
.block--media .block-body .ratio {
  overflow: hidden;
}
.block--media.media-align_left .block-body {
  align-items: flex-start;
}
.block--media.media-align_center .block-body {
  align-items: center;
}
.block--media.media-align_right .block-body {
  align-items: flex-end;
}

.layout--onecol.container-fullscreen.no-gutters .block--media .block-body img,
.layout--onecol.container-fullscreen.no-gutters .block--media .block-body video,
.layout--onecol.container-fullscreen.no-gutters .block--media .block-body .ratio {
  border-radius: 0;
}

.block--numbers .block-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -1.25rem;
}
.block--numbers .block-body > * {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 1.25rem;
}
.block--numbers .number .item-title {
  margin-bottom: 0;
  color: #004a7b;
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 1.225;
}

@media (min-width: 768px) {
  .layout--onecol .block--numbers .block-body > * {
    flex-basis: 50%;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .layout--onecol .block--numbers .block-body > * {
    flex-basis: 25%;
  }
}

.block--steps .block-body .steps {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.block--steps .block-body .step-item {
  position: relative;
  margin-top: 1.875rem;
  border-radius: 0.9375rem;
  padding: 4.25rem 1.25rem 2.25rem;
  background-color: #fff;
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.1);
  color: #818181;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
.block--steps .block-body .step-item::before {
  content: "";
  position: absolute;
  top: -1.875rem;
  left: 2.5rem;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%230091db' d='m15.78,3.27L6.52,13.93s-.01,0-.02.01,0,.01-.01.02c-.05.05-.12.09-.18.12-.03.02-.06.05-.09.07-.1.05-.21.07-.32.07,0,0,0,0,0,0s0,0,0,0c-.1,0-.21-.02-.31-.06-.03-.01-.06-.04-.09-.06-.06-.03-.12-.06-.17-.11,0,0,0-.01-.01-.02,0,0-.01,0-.02-.01L.25,8.63c-.33-.35-.33-.91,0-1.26s.86-.35,1.19,0l4.43,4.68L14.54,2.07c.31-.36.85-.39,1.19-.05.34.33.37.89.05,1.26Z'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.125rem;
  box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 1024px) {
  .layout--onecol .block--steps .block-body .steps {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .layout--onecol .block--steps .block-body .steps > * {
    flex: 0 0 auto;
    width: calc((100% - 3.75rem) / 3);
    max-width: 100%;
  }
  .layout--onecol .block--steps .block-body .step-item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .layout--onecol .block--steps .block-body .step-item {
    padding-left: 3.875rem;
    padding-right: 3.875rem;
  }
}

.block--testimonials .swiper {
  width: 100%;
  height: auto;
}
.block--testimonials .testimonial {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 930px;
  text-align: center;
}
.block--testimonials .testimonial .item-text {
  position: relative;
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
  color: #3e3e3e;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.675;
}
.block--testimonials .testimonial .item-text::before, .block--testimonials .testimonial .item-text::after {
  content: "";
  position: absolute;
  width: 3.375rem;
  height: 3.375rem;
  color: #004a7b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.block--testimonials .testimonial .item-text::before {
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23004a7b' d='M8.5,9.9V9.67A6.85,6.85,0,0,1,15.5,3a.49.49,0,0,1,.5.48h0a.48.48,0,0,1-.5.47h0a6,6,0,0,0-5.44,3.31,3.39,3.39,0,0,1,1.69-.45A3.21,3.21,0,0,1,15.1,9.86,3.2,3.2,0,0,1,11.85,13,3.21,3.21,0,0,1,8.5,10ZM0,9.9a1,1,0,0,1,0-.17.13.13,0,0,1,0-.06A6.85,6.85,0,0,1,7,3a.49.49,0,0,1,.5.48h0A.48.48,0,0,1,7,4H7A6,6,0,0,0,1.56,7.26a3.39,3.39,0,0,1,1.69-.45A3.2,3.2,0,0,1,6.5,10a3.21,3.21,0,0,1-3.25,3A3.18,3.18,0,0,1,0,9.9Z'/%3e%3c/svg%3e");
}
.block--testimonials .testimonial .item-text::after {
  bottom: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23004a7b' d='M7.5,6.1v.23A6.85,6.85,0,0,1,.5,13a.49.49,0,0,1-.5-.48H0a.48.48,0,0,1,.5-.47h0A6,6,0,0,0,5.94,8.74a3.39,3.39,0,0,1-1.69.45,3.21,3.21,0,0,1-3.35-3A3.2,3.2,0,0,1,4.15,3,3.21,3.21,0,0,1,7.5,6.05Zm8.5,0a1,1,0,0,1,0,.17.13.13,0,0,1,0,.06A6.85,6.85,0,0,1,9,13a.49.49,0,0,1-.5-.48h0a.48.48,0,0,1,.5-.47H9a6,6,0,0,0,5.44-3.31,3.39,3.39,0,0,1-1.69.45A3.2,3.2,0,0,1,9.5,6,3.26,3.26,0,0,1,16,6.1Z'/%3e%3c/svg%3e");
}
.block--testimonials .testimonial .item-image {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-bottom: 1.25rem;
  border: 2px solid #004a7b;
  border-radius: 50%;
  width: 6.25rem;
  height: 6.25rem;
  overflow: hidden;
}
.block--testimonials .testimonial .item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.block--testimonials .testimonial .item-title {
  color: #004a7b;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}
.block--testimonials .custom-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0.5rem 0 -1rem;
  width: auto !important;
}
.block--testimonials .custom-pagination.swiper-pagination-lock {
  display: none;
}
.block--testimonials .custom-pagination .swiper-pagination-bullet {
  display: block;
  margin: 1rem !important;
  border: 1px solid #004a7b;
  border-radius: 50%;
  width: 0.375rem;
  height: 0.375rem;
  background: transparent;
  opacity: 1;
}
.block--testimonials .custom-pagination .swiper-pagination-bullet-active {
  background-color: #004a7b;
  opacity: 1;
}

@media (min-width: 1024px) {
  .layout--onecol .block--testimonials .testimonial {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
}
@media (min-width: 1024px) {
  .layout--onecol .block--testimonials .testimonial .item-text {
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .layout--onecol .block--testimonials .testimonial .item-text::before {
    left: -5.625rem;
  }
}
@media (min-width: 1024px) {
  .layout--onecol .block--testimonials .testimonial .item-text::after {
    right: -5.625rem;
  }
}

.block--text_media .block-body {
  display: grid;
  gap: 0 1.875rem;
}
.block--text_media .block-body .media img,
.block--text_media .block-body .media video,
.block--text_media .block-body .media .ratio {
  border-radius: 1.25rem 1.25rem 0 0;
  width: 100%;
}
.block--text_media .block-body .media .ratio {
  overflow: hidden;
}
.block--text_media .block-body .text {
  padding: 3.125rem 1.25rem 2.375rem;
  border-radius: 0 0 1.25rem 1.25rem;
  background-color: #0058a5;
  color: #fff;
}
.block--text_media .block-body .text h1, .block--text_media .block-body .text h2, .block--text_media .block-body .text h3, .block--text_media .block-body .text h4, .block--text_media .block-body .text h5, .block--text_media .block-body .text h6, .block--text_media .block-body .text .h1, .block--text_media .block-body .text .h2, .block--text_media .block-body .text .h3, .block--text_media .block-body .text .h4, .block--text_media .block-body .text .h5, .block--text_media .block-body .text .h6 {
  color: inherit;
}
@media (min-width: 1024px) {
  .layout--onecol .block--text_media .block-body {
    grid-template-columns: repeat(2, 1fr);
  }
  .layout--onecol .block--text_media .block-body .media {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .layout--onecol .block--text_media .block-body .media img,
  .layout--onecol .block--text_media .block-body .media video,
  .layout--onecol .block--text_media .block-body .media .ratio {
    border-radius: 0;
    width: calc(100vw - (100vw - (200% + 1.875rem)) / 2 - (100% + 1.875rem));
    max-width: none;
  }
  .layout--onecol .block--text_media .block-body .media img,
  .layout--onecol .block--text_media .block-body .media video {
    position: absolute;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .layout--onecol .block--text_media .block-body .media .ratio {
    --aspect-ratio: 100%;
  }
  .layout--onecol .block--text_media .block-body .text {
    padding: 6.25rem 3.125rem 4.75rem;
  }
  .layout--onecol .block--text_media.media-align_left .block-body .media {
    order: 0;
    align-items: flex-end;
  }
  .layout--onecol .block--text_media.media-align_left .block-body .media img,
  .layout--onecol .block--text_media.media-align_left .block-body .media video {
    right: 0;
  }
  .layout--onecol .block--text_media.media-align_left .block-body .text {
    order: 1;
    margin-left: -1.875rem;
    border-radius: 0 1.25rem 1.25rem 0;
  }
  .layout--onecol .block--text_media.media-align_right .block-body .media {
    order: 1;
  }
  .layout--onecol .block--text_media.media-align_right .block-body .media img,
  .layout--onecol .block--text_media.media-align_right .block-body .media video {
    left: 0;
  }
  .layout--onecol .block--text_media.media-align_right .block-body .text {
    order: 0;
    margin-right: -1.875rem;
    border-radius: 1.25rem 0 0 1.25rem;
  }
}
@media (min-width: 1200px) {
  .layout--onecol .block--text_media .block-body .text {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}

@media (min-width: 1200px) {
  .layout--onecol .block--text .block-body .cols.cols_2 {
    -moz-column-gap: 10.625rem;
    column-gap: 10.625rem;
  }
}

body.cke_editable {
  background-color: #fff;
}
#sliding-popup {
  position: fixed;
  z-index: 1000;
  left: 0;
  padding: 0;
  width: 100%;
  max-width: 600px;
  text-align: left;
}
#sliding-popup,
#sliding-popup .eu-cookie-withdraw-banner {
  background: unset;
}
#sliding-popup label {
  color: unset;
}

.eu-cookie-compliance-content {
  display: block;
  position: relative;
  margin: 0;
  border: 0;
  border-top-right-radius: 1.5rem;
  padding: 2rem 1.5rem;
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  background: #ccdbe5;
  box-shadow: 0 0 0.375rem rgba(0, 74, 123, 0.4);
  color: #313637;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  overflow: auto;
}
@media (min-width: 576px) {
  .eu-cookie-compliance-content {
    padding-left: 2rem;
    padding-right: 2rem;
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.15);
    font-size: 0.875rem;
    line-height: 1.2858;
  }
}

.eu-cookie-compliance-message {
  float: none;
  margin-bottom: 1.5rem;
  max-width: 440px;
}
@media (min-width: 576px) {
  .eu-cookie-compliance-message {
    margin-bottom: 2rem;
  }
}
.eu-cookie-compliance-message h2, .eu-cookie-compliance-message .h2,
.eu-cookie-compliance-message h3,
.eu-cookie-compliance-message .h3,
.eu-cookie-compliance-message h4,
.eu-cookie-compliance-message .h4,
.eu-cookie-compliance-message h5,
.eu-cookie-compliance-message .h5,
.eu-cookie-compliance-message h6,
.eu-cookie-compliance-message .h6,
.eu-cookie-compliance-message p {
  color: inherit;
}
.eu-cookie-compliance-message h2, .eu-cookie-compliance-message .h2,
.eu-cookie-compliance-message h3,
.eu-cookie-compliance-message .h3,
.eu-cookie-compliance-message h4,
.eu-cookie-compliance-message .h4,
.eu-cookie-compliance-message h5,
.eu-cookie-compliance-message .h5,
.eu-cookie-compliance-message h6,
.eu-cookie-compliance-message .h6 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.eu-cookie-compliance-message h2:last-child, .eu-cookie-compliance-message .h2:last-child,
.eu-cookie-compliance-message h3:last-child,
.eu-cookie-compliance-message .h3:last-child,
.eu-cookie-compliance-message h4:last-child,
.eu-cookie-compliance-message .h4:last-child,
.eu-cookie-compliance-message h5:last-child,
.eu-cookie-compliance-message .h5:last-child,
.eu-cookie-compliance-message h6:last-child,
.eu-cookie-compliance-message .h6:last-child {
  margin-bottom: 0;
}
.eu-cookie-compliance-message h2, .eu-cookie-compliance-message .h2 {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .eu-cookie-compliance-message h2, .eu-cookie-compliance-message .h2 {
    font-size: 1.75rem;
  }
}
.eu-cookie-compliance-message h3, .eu-cookie-compliance-message .h3 {
  font-size: 1.125rem;
}
.eu-cookie-compliance-message h4, .eu-cookie-compliance-message .h4 {
  font-size: 1rem;
}
.eu-cookie-compliance-message h5, .eu-cookie-compliance-message .h5 {
  font-size: 0.875rem;
}
.eu-cookie-compliance-message h6, .eu-cookie-compliance-message .h6 {
  font-size: 0.75rem;
}
.eu-cookie-compliance-message p {
  margin-bottom: 0;
  font-size: inherit;
}

.eu-cookie-compliance-categories {
  position: relative;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .eu-cookie-compliance-categories {
    transition: none;
  }
}
.eu-cookie-compliance-categories .eu-cookie-compliance-categories__inner {
  padding-top: 2rem;
}
.eu-cookie-compliance-categories .eu-cookie-compliance-category {
  margin-bottom: 1.5rem;
}
.eu-cookie-compliance-categories .eu-cookie-compliance-category:last-child {
  margin-bottom: 0;
}
.eu-cookie-compliance-categories .eu-cookie-compliance-category > div {
  padding-left: 1.625rem;
}
.eu-cookie-compliance-categories .eu-cookie-compliance-category input[type=checkbox] {
  position: relative;
  vertical-align: top;
  float: left;
  margin-top: 0;
  margin-left: -1.625rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.eu-cookie-compliance-categories .eu-cookie-compliance-category input[type=checkbox] ~ label {
  padding: 0;
}
.eu-cookie-compliance-categories .eu-cookie-compliance-category input[type=checkbox]:focus {
  border-color: #80a5bd;
  box-shadow: none;
  outline: 0;
}
.eu-cookie-compliance-categories .eu-cookie-compliance-category input[type=checkbox]:checked {
  border-color: #004a7b;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23004a7b' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.eu-cookie-compliance-categories .eu-cookie-compliance-category input[type=checkbox]:disabled {
  opacity: 0.5;
  pointer-events: none;
  filter: none;
}
.eu-cookie-compliance-categories .eu-cookie-compliance-category input[type=checkbox][disabled] ~ label, .eu-cookie-compliance-categories .eu-cookie-compliance-category input[type=checkbox]:disabled ~ label {
  opacity: 0.5;
  cursor: default;
}
.eu-cookie-compliance-categories .eu-cookie-compliance-category .eu-cookie-compliance-category-description {
  margin: 0.25rem 0 0;
  color: #5f7581;
  font-size: 0.75rem;
  line-height: 1.1667;
}

.eu-cookie-compliance-buttons {
  display: flex;
  flex-wrap: wrap;
  float: none;
  margin: -0.375rem;
  max-width: 100%;
}
.eu-cookie-compliance-buttons button {
  margin: 0.375rem;
}

.eu-cookie-compliance-default-button,
.eu-cookie-compliance-secondary-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-withdraw-button,
.eu-cookie-compliance-save-preferences-button,
.eu-cookie-compliance-personalize-button {
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
}

.eu-cookie-compliance-more-button {
  display: inline;
  margin: 0;
  border: none;
  padding: 0;
  background: none;
  text-decoration: underline;
  cursor: pointer;
}
.eu-cookie-compliance-more-button:hover {
  font-weight: bolder;
}

.eu-cookie-withdraw-tab {
  display: block;
  position: absolute;
  top: auto;
  bottom: calc(100% - 2px);
  left: 50%;
  border: 0;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 0.25rem 0.5rem;
  background: #ccdbe5;
  font-size: 0.75rem;
  line-height: 1;
  transform: translateX(-50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.eu-cookie-compliance-close-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  color: #004a7b;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.eu-cookie-compliance-close-button::before, .eu-cookie-compliance-close-button::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 20%;
  border-top: 2px solid currentColor;
  width: 60%;
  height: 0;
  transform: rotate(45deg);
}
.eu-cookie-compliance-close-button::after {
  transform: rotate(-45deg);
}
.eu-cookie-compliance-close-button:focus {
  outline: 2px solid currentColor;
  outline-offset: -4px;
}

.sliding-popup-top .eu-cookie-compliance-content {
  border-top-right-radius: 0;
  border-bottom-right-radius: 1.5rem;
  box-shadow: 0 -0.375rem 0.375rem rgba(0, 74, 123, 0.4);
}
@media (min-width: 576px) {
  .sliding-popup-top .eu-cookie-compliance-content {
    box-shadow: 0 -0.375rem 0.375rem rgba(0, 0, 0, 0.15);
  }
}

.eu-cookie-withdraw-wrapper.sliding-popup-top,
.eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-banner {
  transform: scaleY(-1);
}
.eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-tab {
  border-radius: 0 0 0.25rem 0.25rem;
  transform: translateX(-50%) scaleY(-1);
}

[dir=rtl] #sliding-popup {
  left: auto;
  right: 0;
  text-align: right;
}
[dir=rtl] .eu-cookie-compliance-content {
  border-top-right-radius: 0;
  border-top-left-radius: 1.5rem;
  text-align: right;
}
[dir=rtl] .eu-cookie-compliance-message {
  float: none;
}
[dir=rtl] .eu-cookie-compliance-categories .eu-cookie-compliance-category > div {
  padding-left: 0;
  padding-right: 1.625rem;
}
[dir=rtl] .eu-cookie-compliance-categories .eu-cookie-compliance-category input[type=checkbox] {
  float: right;
  margin-left: 0;
  margin-right: -1.625rem;
}
[dir=rtl] .eu-cookie-compliance-buttons {
  float: none;
}
[dir=rtl] .eu-cookie-compliance-close-button {
  left: 0;
  right: auto;
}
[dir=rtl] .sliding-popup-top .eu-cookie-compliance-content {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 1.5rem;
}

@media print {
  #sliding-popup {
    display: none;
  }
}
.created-by {
  display: inline-block;
  position: relative;
  padding-right: 1.875rem;
  color: #5d5c5c;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}
.created-by span {
  display: block;
  transition: opacity 0.2s ease-in 1.3s;
}
.created-by svg {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 15%;
  width: auto;
  height: 1.5rem;
  overflow: visible;
  transition: left 0.2s ease-in 0.7s, transform 0.2s ease-in 0.7s;
}
.created-by svg .created-by__e {
  opacity: 0;
  transition: opacity 0.2s ease-in 0.5s;
}
.created-by svg .created-by__x {
  transform: translate3d(83%, 0, 0);
  transition: transform 0.5s ease-in 0.7s;
}
.created-by svg .created-by__pansion {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: -webkit-clip-path 0.5s ease-in 0.7s;
  transition: clip-path 0.5s ease-in 0.7s;
  transition: clip-path 0.5s ease-in 0.7s, -webkit-clip-path 0.5s ease-in 0.7s;
}
.created-by svg .created-by__baseline {
  transform: translate3d(0, -10%, 0);
  opacity: 0;
  transition: transform 0.2s ease-in, opacity 0.2s ease-in;
}
.created-by:hover span {
  opacity: 0;
  transition: none;
}
.created-by:hover svg {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  transition: left 0.2s ease-in, transform 0.2s ease-in;
}
.created-by:hover svg .created-by__e {
  opacity: 1;
  transition: opacity 0.2s ease-in 0.5s;
}
.created-by:hover svg .created-by__x {
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s ease-in;
}
.created-by:hover svg .created-by__pansion {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s ease-in;
  transition: clip-path 0.5s ease-in;
  transition: clip-path 0.5s ease-in, -webkit-clip-path 0.5s ease-in;
}
.created-by:hover svg .created-by__baseline {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: transform 0.2s ease-in 1s, opacity 0.2s ease-in 1s;
}

@media (min-width: 576px) {
  .view-filters {
    display: flex;
    justify-content: flex-end;
  }
}
.view-filters form {
  border-radius: 1.25rem;
  padding: 0.1875rem;
  background-image: linear-gradient(75deg, #0091db, #721e76);
}
.view-filters form > div {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem 1.875rem;
  border-radius: 1.0625rem;
  padding: 0.4375rem 1.3125rem;
  background-color: #fff;
}
@media (min-width: 576px) {
  .view-filters form > div {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.view-filters form > div::after {
  display: none;
}
.view-filters .form-control, .view-filters .form-color,
.view-filters .form-date,
.view-filters .form-datetime-local,
.view-filters .form-email,
.view-filters .form-file,
.view-filters .form-month,
.view-filters .form-number,
.view-filters .form-password,
.view-filters .form-search,
.view-filters .form-tel,
.view-filters .form-text,
.view-filters .form-time,
.view-filters .form-url,
.view-filters .form-week,
.view-filters .form-textarea,
.view-filters .form-select {
  border-color: transparent;
  background-color: transparent;
}
.view-filters .form-button,
.view-filters .form-reset,
.view-filters .form-submit {
  --btn-border-color: transparent;
  --btn-bg: transparent;
  --btn-color: #721e76;
  --btn-hover-border-color: transparent;
  --btn-hover-bg: transparent;
  --btn-hover-color: #0091db;
  --btn-active-border-color: transparent;
  --btn-active-bg: transparent;
  --btn-active-color: #0091db;
  --btn-disabled-border-color: transparent;
  --btn-disabled-bg: transparent;
  --btn-disabled-color: #721e76;
}

.main-footer {
  position: relative;
}
.main-footer .shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.main-footer .shapes .shapes-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1440px;
  height: 100%;
  transform: translate(-50%, 0);
}
.main-footer .shapes .shape {
  position: absolute;
  bottom: -9rem;
  right: -5.75rem;
  opacity: 0.2;
  transform: rotate(165deg);
}
.main-footer .shapes .shape svg {
  width: 425px;
  height: auto;
  color: #004a7b;
}
.main-footer > .container,
.main-footer > .container-fluid,
.layout.container-fullscreen .main-footer > .section__wrapper,
.main-footer > .container-sm,
.main-footer > .container-md,
.layout.container-small .main-footer > .section__wrapper,
.main-footer > .container-lg,
.main-footer > .container-xl,
.layout.container-medium .main-footer > .section__wrapper,
.error-404 .main-footer > .main-wrapper,
.path-search .main-footer > .main-wrapper,
.path-user .main-footer > .main-wrapper,
.path-webform .main-footer > .main-wrapper,
.main-footer > .container-xxl {
  position: relative;
}

.main-footer__body {
  display: grid;
  gap: 1.875rem;
  padding-top: 7.75rem;
  padding-bottom: 1.375rem;
}
@media (min-width: 768px) {
  .main-footer__body {
    align-items: flex-start;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .main-footer__body {
    -moz-column-gap: 10.625rem;
    column-gap: 10.625rem;
  }
}

.main-footer__brand img,
.main-footer__brand svg {
  width: 280px;
}

.main-footer__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.25rem 2.125rem;
  padding-top: 1.875rem;
}
@media (min-width: 768px) {
  .main-footer__logos {
    justify-content: flex-end;
  }
}
.main-footer__logos .logo img {
  mix-blend-mode: multiply;
}

.main-footer__footer {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  padding-top: 2.75rem;
  padding-bottom: 3.625rem;
}
@media (min-width: 768px) {
  .main-footer__footer {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .main-footer__footer {
    position: relative;
  }
}
.main-footer__footer > .main-footer__copyright {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}
.main-footer__footer > .main-footer__socials {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.main-footer__copyright {
  color: #535353;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.1429;
}
@media (min-width: 1200px) {
  .main-footer__copyright {
    text-align: center;
  }
}
.main-footer__copyright a:not(.btn):not(.form-button):not(.form-reset):not(.form-submit):not(.btn1):not(.btn5):not(.btn2):not(.btn3):not(.btn4):not(.eu-cookie-compliance-default-button):not(.eu-cookie-compliance-secondary-button):not(.eu-cookie-compliance-hide-button):not(.eu-cookie-withdraw-button):not(.eu-cookie-compliance-save-preferences-button):not(.eu-cookie-compliance-personalize-button) {
  color: inherit;
  text-decoration: none;
}
.main-footer__copyright a:not(.btn):not(.form-button):not(.form-reset):not(.form-submit):not(.btn1):not(.btn5):not(.btn2):not(.btn3):not(.btn4):not(.eu-cookie-compliance-default-button):not(.eu-cookie-compliance-secondary-button):not(.eu-cookie-compliance-hide-button):not(.eu-cookie-withdraw-button):not(.eu-cookie-compliance-save-preferences-button):not(.eu-cookie-compliance-personalize-button):hover {
  text-decoration: underline;
}

.main-footer__socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .main-footer__socials {
    gap: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .main-footer__socials {
    position: absolute;
    top: 2rem;
    right: 0;
  }
}
.main-footer__socials > .social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  color: #004a7b;
  transition: color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .main-footer__socials > .social {
    transition: none;
  }
}
@media (min-width: 768px) {
  .main-footer__socials > .social {
    width: auto;
    height: auto;
  }
}
.main-footer__socials > .social .icon {
  width: 1.375rem;
  height: 1.375rem;
}
.main-footer__socials > .social .icon.lg {
  width: 1.75rem;
  height: 1.75rem;
}
.main-footer__socials > .social:hover {
  color: #003f69;
}

.main-footer__createdby {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
}

html {
  scroll-padding-top: 5.625rem;
}

.dialog-off-canvas-main-canvas {
  overflow: hidden;
}

.error-404 .main-wrapper,
.path-search .main-wrapper,
.path-user .main-wrapper,
.path-webform .main-wrapper {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.path-search .main-wrapper form,
.error-404 .main-wrapper form {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #f8f9fa;
  padding-bottom: 1.25rem;
}
.path-search .main-wrapper ol li h3, .path-search .main-wrapper ol li .h3,
.error-404 .main-wrapper ol li h3,
.error-404 .main-wrapper ol li .h3 {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}
.path-search .main-wrapper ol li h3:last-child, .path-search .main-wrapper ol li .h3:last-child,
.error-404 .main-wrapper ol li h3:last-child,
.error-404 .main-wrapper ol li .h3:last-child {
  margin-bottom: 0;
}

.main-header {
  position: fixed;
  z-index: 103;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.375rem 0;
  transition: padding 0.2s ease-in, background-color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .main-header {
    transition: none;
  }
}
.main-header.scrolled {
  background-color: #fff;
}
.main-header > .container,
.main-header > .container-fluid,
.layout.container-fullscreen .main-header > .section__wrapper,
.error-404 .main-header > .main-wrapper,
.path-search .main-header > .main-wrapper,
.path-user .main-header > .main-wrapper,
.path-webform .main-header > .main-wrapper,
.main-header > .container-sm,
.main-header > .container-md,
.layout.container-small .main-header > .section__wrapper,
.main-header > .container-lg,
.main-header > .container-xl,
.layout.container-medium .main-header > .section__wrapper,
.main-header > .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .main-header:not(.scrolled) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .main-header:not(.scrolled) .main-header__brand img,
  .main-header:not(.scrolled) .main-header__brand svg {
    width: 280px;
  }
  .main-header:not(.scrolled) .main-header__main {
    padding-bottom: 1.25rem;
  }
  .main-header .main-header__toggler {
    display: none;
  }
  .main-header .main-header__offcanvas {
    box-shadow: none;
  }
}
@media (min-width: 1400px) {
  .main-header .main-header__brand {
    margin-left: -4.375rem;
  }
}

.main-header__brand {
  margin-right: 1.875rem;
}
.main-header__brand img,
.main-header__brand svg {
  width: 168px;
  transition: width 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .main-header__brand img,
  .main-header__brand svg {
    transition: none;
  }
}

.main-header__toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  width: 2.75rem;
  height: 2.75rem;
  background-color: transparent;
  color: #004a7b;
  transition: box-shadow 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .main-header__toggler {
    transition: none;
  }
}
.main-header__toggler:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.main-header__toggler .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.main-header__offcanvas {
  --offcanvas-border-width: 0;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.main-header__main {
  transition: padding 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .main-header__main {
    transition: none;
  }
}

.main-header__main-menu .menu {
  display: flex;
  flex-direction: column;
  gap: 0.75rem 3.125rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.main-header__main-menu .menu > .menu__item > .menu__link {
  display: block;
  border: 0;
  padding: 0.75rem 0;
  width: 100%;
  background-color: transparent;
  color: rgba(0, 74, 123, 0.8);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  text-decoration: none;
  transition: color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .main-header__main-menu .menu > .menu__item > .menu__link {
    transition: none;
  }
}
.main-header__main-menu .menu > .menu__item > .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header__main-menu .menu > .menu__item > .dropdown-toggle::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5625rem;
  margin-right: 0.5625rem;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%280, 74, 123, 0.8%29'%3e%3cpath d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: background-image 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .main-header__main-menu .menu > .menu__item > .dropdown-toggle::after {
    transition: none;
  }
}
.main-header__main-menu .menu > .menu__item > .dropdown-toggle:hover::after, .main-header__main-menu .menu > .menu__item > .dropdown-toggle:focus::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23004a7b'%3e%3cpath d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3e%3c/svg%3e");
}
.main-header__main-menu .menu > .menu__item > .dropdown-toggle.dropdown-toggle-split {
  border: 0;
  padding: 0 0.5625rem;
  background-color: transparent;
}
.main-header__main-menu .menu > .menu__item > .dropdown-toggle.dropdown-toggle-split::after {
  margin-left: 0;
  margin-right: 0;
}
.main-header__main-menu .menu > .menu__item.menu__item--nolink.menu__item--has-children, .main-header__main-menu .menu > .menu__item.menu__item--link.menu__item--has-children {
  display: flex;
  flex-wrap: wrap;
}
.main-header__main-menu .menu > .menu__item.menu__item--nolink.menu__item--has-children > .menu__link, .main-header__main-menu .menu > .menu__item.menu__item--link.menu__item--has-children > .menu__link {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}
.main-header__main-menu .menu > .menu__item.menu__item--nolink.menu__item--has-children > .dropdown-toggle-split, .main-header__main-menu .menu > .menu__item.menu__item--link.menu__item--has-children > .dropdown-toggle-split {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.main-header__main-menu .menu > .menu__item.menu__item--nolink.menu__item--has-children > .menu, .main-header__main-menu .menu > .menu__item.menu__item--link.menu__item--has-children > .menu {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}
.main-header__main-menu .menu > .menu__item > .menu__link--back {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.175);
}
.main-header__main-menu .menu > .menu__item > .menu__link--back::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5625rem;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%280, 74, 123, 0.8%29'%3e%3cpath d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: background-image 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .main-header__main-menu .menu > .menu__item > .menu__link--back::before {
    transition: none;
  }
}
.main-header__main-menu .menu > .menu__item > .menu__link--back:hover::before, .main-header__main-menu .menu > .menu__item > .menu__link--back:focus::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23004a7b'%3e%3cpath d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z'/%3e%3c/svg%3e");
}
.main-header__main-menu .menu > .menu__item:not(.menu__item--nolink):not(.menu__item--active-trail) > .menu__link:hover, .main-header__main-menu .menu > .menu__item:not(.menu__item--nolink):not(.menu__item--active-trail) > .menu__link:focus {
  color: #004a7b;
}
.main-header__main-menu .menu > .menu__item.menu__item--active-trail > .menu__link {
  position: relative;
  color: #004a7b;
}
.main-header__main-menu .menu > .menu__item.menu__item--active-trail > .menu__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #004a7b;
}

@media (min-width: 1024px) {
  .main-header__main-menu .menu > .menu__item.menu__item--back {
    display: none;
  }
  .main-header__main-menu .menu--level-1 {
    flex-direction: row;
  }
  .main-header__main-menu .menu--level-1 > .menu__item > .dropdown-toggle::after {
    width: 0.625rem;
    height: 0.625rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%280, 74, 123, 0.8%29'%3e%3cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3e%3c/svg%3e");
    background-size: 0.625rem;
  }
  .main-header__main-menu .menu--level-1 > .menu__item > .dropdown-toggle:hover::after, .main-header__main-menu .menu--level-1 > .menu__item > .dropdown-toggle:focus::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23004a7b'%3e%3cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3e%3c/svg%3e");
  }
  .main-header__main-menu .menu--level-1 > .menu__item.menu__item--has-children {
    position: relative;
  }
  .main-header__main-menu .menu--level-2 {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.9375rem;
    padding: 0.5rem 1rem;
    min-width: 12rem;
    background-clip: padding-box;
    background-color: #fff;
  }
  .main-header__main-menu .menu--level-2.show {
    display: block;
  }
  .main-header__main-menu .menu--level-2 > .menu__item > .dropdown-toggle::after {
    display: none;
  }
  .main-header__main-menu .menu--level-2 > .menu__item > .dropdown-toggle.dropdown-toggle-split {
    display: none;
  }
  .main-header__main-menu .menu--level-3 > .menu__item > .menu__link {
    padding-left: 1rem;
    padding-right: 1rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%280, 74, 123, 0.8%29'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.4286;
    transition: background-image 0.2s ease-in-out, color 0.2s ease-in-out;
  }
}
@media (min-width: 1024px) and (prefers-reduced-motion: reduce) {
  .main-header__main-menu .menu--level-3 > .menu__item > .menu__link {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .main-header__main-menu .menu--level-3 > .menu__item > .dropdown-toggle::after {
    display: none;
  }
  .main-header__main-menu .menu--level-3 > .menu__item > .dropdown-toggle.dropdown-toggle-split {
    display: none;
  }
  .main-header__main-menu .menu--level-3 > .menu__item:not(.menu__item--nolink):not(.menu__item--active-trail) > .menu__link:hover, .main-header__main-menu .menu--level-3 > .menu__item:not(.menu__item--nolink):not(.menu__item--active-trail) > .menu__link:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23004a7b'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
  .main-header__main-menu .menu--level-3 > .menu__item.menu__item--active-trail > .menu__link {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23004a7b'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
  .main-header__main-menu .menu--level-4 > .menu__item > .menu__link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 0.75rem;
    line-height: 1.6667;
    text-transform: uppercase;
  }
  .main-header__main-menu .menu--level-4 > .menu__item > .dropdown-toggle::after {
    display: none;
  }
  .main-header__main-menu .menu--level-4 > .menu__item > .dropdown-toggle.dropdown-toggle-split {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .main-header__offcanvas .offcanvas-body {
    position: relative;
    overflow-x: hidden;
  }
  .main-header__main-menu .menu:not(.menu--level-1) {
    position: fixed;
    top: 0;
    right: 0;
    padding: 1rem 1rem;
    width: 400px !important;
    max-width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.15s ease-in-out;
  }
}
@media (max-width: 1023.98px) and (prefers-reduced-motion: reduce) {
  .main-header__main-menu .menu:not(.menu--level-1) {
    transition: none;
  }
}
@media (max-width: 1023.98px) {
  .main-header__main-menu .menu:not(.menu--level-1).show {
    transform: translateX(0);
  }
  .main-header__main-menu .menu.menu--level-2 {
    top: 3rem;
    height: calc(100% - 3rem);
  }
}
.leaderboard {
  position: relative;
  padding-top: 6.5625rem;
  padding-bottom: 4.0625rem;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .leaderboard {
    padding-top: 14.0625rem;
  }
}
.leaderboard .shapes {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-width: 576px) {
  .leaderboard .shapes {
    display: block;
  }
}
.leaderboard .shapes .shapes-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1440px;
  height: 100%;
  transform: translate(-50%, 0);
}
.leaderboard .shapes .shape {
  position: absolute;
  top: -11.5rem;
  right: -29.375rem;
  transform: rotate(4deg);
}
.leaderboard .shapes .shape img {
  width: 940px;
  height: auto;
}
.leaderboard > .container,
.leaderboard > .container-fluid,
.layout.container-fullscreen .leaderboard > .section__wrapper,
.error-404 .leaderboard > .main-wrapper,
.path-search .leaderboard > .main-wrapper,
.path-user .leaderboard > .main-wrapper,
.path-webform .leaderboard > .main-wrapper,
.leaderboard > .container-sm,
.leaderboard > .container-md,
.layout.container-small .leaderboard > .section__wrapper,
.leaderboard > .container-lg,
.leaderboard > .container-xl,
.layout.container-medium .leaderboard > .section__wrapper,
.leaderboard > .container-xxl {
  position: relative;
}
.leaderboard .inner {
  position: relative;
}
.leaderboard .leaderboard-header,
.leaderboard .leaderboard-header img,
.leaderboard .leaderboard-header .shape {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
}
.leaderboard .leaderboard-header img {
  -o-object-fit: cover;
  object-fit: cover;
}
.leaderboard .leaderboard-header .shape {
  overflow: hidden;
}
.leaderboard .leaderboard-header .shape svg {
  position: absolute;
  top: -780px;
  left: -1185px;
  width: 1885px;
  height: auto;
  transform: rotate(70deg);
  opacity: 0.7;
}
.leaderboard .leaderboard-body {
  position: relative;
  padding: 5.375rem 1.25rem 4.375rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .leaderboard .leaderboard-body {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
.leaderboard .leaderboard-body .content {
  max-width: 395px;
}
.leaderboard .leaderboard-body h1, .leaderboard .leaderboard-body h2, .leaderboard .leaderboard-body h3, .leaderboard .leaderboard-body h4, .leaderboard .leaderboard-body h5, .leaderboard .leaderboard-body h6, .leaderboard .leaderboard-body .h1, .leaderboard .leaderboard-body .h2, .leaderboard .leaderboard-body .h3, .leaderboard .leaderboard-body .h4, .leaderboard .leaderboard-body .h5, .leaderboard .leaderboard-body .h6 {
  margin-bottom: 2rem;
  color: inherit;
}
.leaderboard .leaderboard-body h1:last-child, .leaderboard .leaderboard-body h2:last-child, .leaderboard .leaderboard-body h3:last-child, .leaderboard .leaderboard-body h4:last-child, .leaderboard .leaderboard-body h5:last-child, .leaderboard .leaderboard-body h6:last-child, .leaderboard .leaderboard-body .h1:last-child, .leaderboard .leaderboard-body .h2:last-child, .leaderboard .leaderboard-body .h3:last-child, .leaderboard .leaderboard-body .h4:last-child, .leaderboard .leaderboard-body .h5:last-child, .leaderboard .leaderboard-body .h6:last-child {
  margin-bottom: 0;
}
.leaderboard .leaderboard-body h1, .leaderboard .leaderboard-body .h1 {
  max-width: 495px;
}
@media (min-width: 768px) {
  .leaderboard .leaderboard-body h1, .leaderboard .leaderboard-body .h1 {
    font-size: 2.5rem;
  }
}
.leaderboard .leaderboard-body p,
.leaderboard .leaderboard-body ul,
.leaderboard .leaderboard-body ol {
  margin-bottom: 1.125rem;
}
.leaderboard .leaderboard-body p:last-child,
.leaderboard .leaderboard-body ul:last-child,
.leaderboard .leaderboard-body ol:last-child {
  margin-bottom: 0;
}
.leaderboard .leaderboard-body a:not(.btn):not(.form-button):not(.form-reset):not(.form-submit):not(.btn1):not(.btn5):not(.btn2):not(.btn3):not(.btn4):not(.eu-cookie-compliance-default-button):not(.eu-cookie-compliance-secondary-button):not(.eu-cookie-compliance-hide-button):not(.eu-cookie-withdraw-button):not(.eu-cookie-compliance-save-preferences-button):not(.eu-cookie-compliance-personalize-button) {
  color: inherit;
}
.leaderboard .leaderboard-body a:not(.btn):not(.form-button):not(.form-reset):not(.form-submit):not(.btn1):not(.btn5):not(.btn2):not(.btn3):not(.btn4):not(.eu-cookie-compliance-default-button):not(.eu-cookie-compliance-secondary-button):not(.eu-cookie-compliance-hide-button):not(.eu-cookie-withdraw-button):not(.eu-cookie-compliance-save-preferences-button):not(.eu-cookie-compliance-personalize-button):hover {
  text-decoration: none;
}
.user-login-form {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .user-login-form {
    grid-template-columns: repeat(2, 1fr);
  }
}

.webform-submission-form,
.webform-submission-form > .form-wrapper:not(.form-actions) {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .webform-submission-form,
  .webform-submission-form > .form-wrapper:not(.form-actions) {
    grid-template-columns: repeat(4, 1fr);
  }
  .webform-submission-form > *,
  .webform-submission-form > .form-wrapper:not(.form-actions) > * {
    grid-column-end: span 4;
  }
  .webform-submission-form > .col-sm,
  .webform-submission-form > .form-wrapper:not(.form-actions) > .col-sm {
    grid-column-end: span 1;
  }
  .webform-submission-form > .col-md,
  .webform-submission-form > .form-wrapper:not(.form-actions) > .col-md {
    grid-column-end: span 2;
  }
  .webform-submission-form > .col-lg,
  .webform-submission-form > .form-wrapper:not(.form-actions) > .col-lg {
    grid-column-end: span 3;
  }
  .webform-submission-form > .clear,
  .webform-submission-form > .form-wrapper:not(.form-actions) > .clear {
    grid-column-start: 1;
  }
}
.webform-submission-form .form-actions.form-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -0.5rem;
}
.webform-submission-form .form-actions.form-wrapper > * {
  flex: 0 0 auto;
  width: auto;
  max-width: calc(100% - 1rem);
  margin: 0.5rem;
}
.webform-submission-form .form-actions.form-wrapper > *.webform-button--next {
  margin-left: auto;
}

.form-button,
.form-reset,
.form-submit {
  padding: 0.6875rem 0.9375rem;
  min-width: auto;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
}

.form-item {
  font-size: 1rem;
  line-height: 1.5;
}
.form-item > label:not(.option).form-required::after,
legend > span.form-required::after {
  content: "*";
}

.form-item-plaintext label {
  display: block !important;
  margin-bottom: 0 !important;
}

.form-color {
  border: 1px solid #004a7b !important;
  padding: 0.6875rem !important;
  width: 3rem !important;
  height: calc(1.5em + 1.375rem + 2px) !important;
}

.webform-has-field-prefix > label:not(.option),
.webform-has-field-suffix > label:not(.option) {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}
.webform-has-field-prefix > :not(:first-child):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback):not(label:not(.option) ~ :nth-child(2)),
.webform-has-field-suffix > :not(:first-child):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback):not(label:not(.option) ~ :nth-child(2)) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.webform-element--title-inline {
  display: flex;
  flex-wrap: wrap;
}
.webform-element--title-inline > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.webform-element--title-inline > label:not(.option) {
  display: inline-block;
  padding-right: 0;
}
@media (min-width: 768px) {
  .webform-element--title-inline > label:not(.option) {
    flex: 0 0 auto;
    width: 16.66666667%;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .webform-element--title-inline > .form-control, .webform-element--title-inline > .form-color,
  .webform-element--title-inline > .form-date,
  .webform-element--title-inline > .form-datetime-local,
  .webform-element--title-inline > .form-email,
  .webform-element--title-inline > .form-file,
  .webform-element--title-inline > .form-month,
  .webform-element--title-inline > .form-number,
  .webform-element--title-inline > .form-password,
  .webform-element--title-inline > .form-search,
  .webform-element--title-inline > .form-tel,
  .webform-element--title-inline > .form-text,
  .webform-element--title-inline > .form-time,
  .webform-element--title-inline > .form-url,
  .webform-element--title-inline > .form-week,
  .webform-element--title-inline > .form-textarea,
  .webform-element--title-inline > .form-select {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}

.form-item--error-message {
  display: none;
  margin-top: 0.25rem;
  width: 100%;
  color: #dc3545;
  font-size: 0.875em;
}

.form-item--error .form-item--error-message {
  display: block;
}

.form-control.error, .error.form-color,
.error.form-date,
.error.form-datetime-local,
.error.form-email,
.error.form-file,
.error.form-month,
.error.form-number,
.error.form-password,
.error.form-search,
.error.form-tel,
.error.form-text,
.error.form-time,
.error.form-url,
.error.form-week,
.error.form-textarea {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.error:focus, .error.form-color:focus,
.error.form-date:focus,
.error.form-datetime-local:focus,
.error.form-email:focus,
.error.form-file:focus,
.error.form-month:focus,
.error.form-number:focus,
.error.form-password:focus,
.error.form-search:focus,
.error.form-tel:focus,
.error.form-text:focus,
.error.form-time:focus,
.error.form-url:focus,
.error.form-week:focus,
.error.form-textarea:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

textarea.form-control.error, textarea.error.form-color,
textarea.error.form-date,
textarea.error.form-datetime-local,
textarea.error.form-email,
textarea.error.form-file,
textarea.error.form-month,
textarea.error.form-number,
textarea.error.form-password,
textarea.error.form-search,
textarea.error.form-tel,
textarea.error.form-text,
textarea.error.form-time,
textarea.error.form-url,
textarea.error.form-week,
textarea.error.form-textarea {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-select.error {
  border-color: #dc3545;
}
.form-select.error:not([multiple]):not([size]), .form-select.error:not([multiple])[size="1"] {
  padding-right: 4.375rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23004a7b' d='m7.91,13.44L.29,4.57c-.44-.51-.38-1.28.14-1.72.52-.44,1.29-.37,1.73.14l5.77,6.72,5.92-6.73c.45-.51,1.22-.56,1.73-.12.51.44.56,1.21.12,1.72l-7.79,8.86Z'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.9375rem center, center right 2.5rem;
  background-size: 0.625rem, calc(0.75em + 0.375rem);
}
.form-select.error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.error, .js-form-type-checkbox .error.form-checkbox,
.js-form-type-checkbox .error.form-radio,
.js-form-type-radio .error.form-checkbox,
.js-form-type-radio .error.form-radio {
  border-color: #dc3545;
}
.form-check-input.error:checked, .js-form-type-checkbox .error.form-checkbox:checked,
.js-form-type-checkbox .error.form-radio:checked,
.js-form-type-radio .error.form-checkbox:checked,
.js-form-type-radio .error.form-radio:checked {
  background-color: #dc3545;
}
.form-check-input.error:focus, .js-form-type-checkbox .error.form-checkbox:focus,
.js-form-type-checkbox .error.form-radio:focus,
.js-form-type-radio .error.form-checkbox:focus,
.js-form-type-radio .error.form-radio:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.error ~ .form-check-label, .js-form-type-checkbox .error.form-checkbox ~ .form-check-label,
.js-form-type-checkbox .error.form-radio ~ .form-check-label,
.js-form-type-radio .error.form-checkbox ~ .form-check-label,
.js-form-type-radio .error.form-radio ~ .form-check-label, .js-form-type-checkbox .form-check-input.error ~ .option, .js-form-type-checkbox .error.form-checkbox ~ .option,
.js-form-type-checkbox .error.form-radio ~ .option,
.js-form-type-radio .form-check-input.error ~ .option,
.js-form-type-radio .error.form-checkbox ~ .option,
.js-form-type-radio .error.form-radio ~ .option {
  color: #dc3545;
}

.input-group > .form-control:not(:focus).error, .webform-has-field-prefix > .form-control:not(:focus).error,
.webform-has-field-suffix > .form-control:not(:focus).error, .input-group > .form-color:not(:focus).error, .webform-has-field-prefix > .form-color:not(:focus).error,
.webform-has-field-suffix > .form-color:not(:focus).error,
.input-group > .form-date:not(:focus).error,
.webform-has-field-prefix > .form-date:not(:focus).error,
.webform-has-field-suffix > .form-date:not(:focus).error,
.input-group > .form-datetime-local:not(:focus).error,
.webform-has-field-prefix > .form-datetime-local:not(:focus).error,
.webform-has-field-suffix > .form-datetime-local:not(:focus).error,
.input-group > .form-email:not(:focus).error,
.webform-has-field-prefix > .form-email:not(:focus).error,
.webform-has-field-suffix > .form-email:not(:focus).error,
.input-group > .form-file:not(:focus).error,
.webform-has-field-prefix > .form-file:not(:focus).error,
.webform-has-field-suffix > .form-file:not(:focus).error,
.input-group > .form-month:not(:focus).error,
.webform-has-field-prefix > .form-month:not(:focus).error,
.webform-has-field-suffix > .form-month:not(:focus).error,
.input-group > .form-number:not(:focus).error,
.webform-has-field-prefix > .form-number:not(:focus).error,
.webform-has-field-suffix > .form-number:not(:focus).error,
.input-group > .form-password:not(:focus).error,
.webform-has-field-prefix > .form-password:not(:focus).error,
.webform-has-field-suffix > .form-password:not(:focus).error,
.input-group > .form-search:not(:focus).error,
.webform-has-field-prefix > .form-search:not(:focus).error,
.webform-has-field-suffix > .form-search:not(:focus).error,
.input-group > .form-tel:not(:focus).error,
.webform-has-field-prefix > .form-tel:not(:focus).error,
.webform-has-field-suffix > .form-tel:not(:focus).error,
.input-group > .form-text:not(:focus).error,
.webform-has-field-prefix > .form-text:not(:focus).error,
.webform-has-field-suffix > .form-text:not(:focus).error,
.input-group > .form-time:not(:focus).error,
.webform-has-field-prefix > .form-time:not(:focus).error,
.webform-has-field-suffix > .form-time:not(:focus).error,
.input-group > .form-url:not(:focus).error,
.webform-has-field-prefix > .form-url:not(:focus).error,
.webform-has-field-suffix > .form-url:not(:focus).error,
.input-group > .form-week:not(:focus).error,
.webform-has-field-prefix > .form-week:not(:focus).error,
.webform-has-field-suffix > .form-week:not(:focus).error,
.input-group > .form-textarea:not(:focus).error,
.webform-has-field-prefix > .form-textarea:not(:focus).error,
.webform-has-field-suffix > .form-textarea:not(:focus).error,
.input-group > .form-select:not(:focus).error,
.webform-has-field-prefix > .form-select:not(:focus).error,
.webform-has-field-suffix > .form-select:not(:focus).error,
.input-group > .form-floating:not(:focus-within).error,
.webform-has-field-prefix > .form-floating:not(:focus-within).error,
.webform-has-field-suffix > .form-floating:not(:focus-within).error {
  z-index: 4;
}

.iti {
  display: block;
}

.webform-progress {
  margin-bottom: 1.875rem;
}

.progress-tracker {
  margin-top: 0;
}

.progress-step.is-active .progress-marker::before {
  background-color: #004a7b !important;
}

.toolbar-horizontal .local-tasks-toolbar-tab .toolbar-menu {
  float: none;
}

body.gin--vertical-toolbar .main-header,
body.gin--horizontal-toolbar .main-header,
body.gin--classic-toolbar .main-header {
  top: calc(var(--gin-toolbar-secondary-height) + var(--gin-toolbar-y-offset));
  left: var(--gin-toolbar-x-offset, 256px);
}
@media (min-width: 61em) {
  body.gin--vertical-toolbar .main-header,
  body.gin--horizontal-toolbar .main-header,
  body.gin--classic-toolbar .main-header {
    top: var(--gin-toolbar-secondary-height);
  }
}
body.gin--vertical-toolbar.layout-edit .main-header,
body.gin--horizontal-toolbar.layout-edit .main-header,
body.gin--classic-toolbar.layout-edit .main-header {
  position: absolute;
}

/* All layout section
-------------------------------------------------- */
.layout .layout__region .block-layout-builder.pt-small {
  padding-top: 1.5625rem;
}
.layout .layout__region .block-layout-builder.pt-medium {
  padding-top: 3.125rem;
}
.layout .layout__region .block-layout-builder.pt-large {
  padding-top: 6.25rem;
}
.layout .layout__region .block-layout-builder.pb-small {
  padding-bottom: 1.5625rem;
}
.layout .layout__region .block-layout-builder.pb-medium {
  padding-bottom: 3.125rem;
}
.layout .layout__region .block-layout-builder.pb-large {
  padding-bottom: 6.25rem;
}
.layout .layout__region .block-layout-builder .block-header {
  margin-bottom: 2.5rem;
}
.layout.background-white, .layout.background-shape {
  background-color: var(--bg-white);
}
.layout.background-shape, .layout.background-gradient {
  position: relative;
}
.layout.background-shape .shapes, .layout.background-gradient .shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.layout.background-shape .shapes .shapes-wrapper, .layout.background-gradient .shapes .shapes-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1440px;
  height: 100%;
  transform: translate(-50%, 0);
}
.layout.background-shape .shapes .shape, .layout.background-gradient .shapes .shape {
  position: absolute;
}
.layout.background-shape .shapes .shape svg, .layout.background-gradient .shapes .shape svg {
  height: auto;
}
.layout.background-shape .section__wrapper, .layout.background-gradient .section__wrapper {
  position: relative;
}
.layout.background-shape .shapes .shape {
  top: 2.5rem;
  right: -7.5rem;
  transform: rotate(25deg);
}
.layout.background-shape .shapes .shape svg {
  width: 385px;
}
.layout.background-gradient {
  background-image: linear-gradient(245deg, #0091db 5%, #721e76 135%);
  color: #fff;
  overflow: hidden;
}
.layout.background-gradient .shapes .shape {
  bottom: -6.625rem;
  left: -34.25rem;
  opacity: 0.2;
  transform: rotate(-145deg);
}
.layout.background-gradient .shapes .shape svg {
  width: 1430px;
}
.layout.background-gradient h1, .layout.background-gradient h2, .layout.background-gradient h3, .layout.background-gradient h4, .layout.background-gradient h5, .layout.background-gradient h6, .layout.background-gradient .h1, .layout.background-gradient .h2, .layout.background-gradient .h3, .layout.background-gradient .h4, .layout.background-gradient .h5, .layout.background-gradient .h6 {
  color: inherit;
}
.layout.container-fullscreen .section__wrapper {
  padding-left: 0;
  padding-right: 0;
}
.layout.gutters {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 576px) {
  .layout.gutters {
    max-width: calc(540px - (1.25rem * 2));
  }
}
@media (min-width: 768px) {
  .layout.gutters {
    max-width: calc(720px - (1.25rem * 2));
  }
}
@media (min-width: 1024px) {
  .layout.gutters {
    max-width: calc(1000px - (1.25rem * 2));
  }
}
@media (min-width: 1200px) {
  .layout.gutters {
    max-width: calc(1200px - (1.25rem * 2));
  }
}
@media (min-width: 1400px) {
  .layout.gutters {
    max-width: calc(1340px - (1.25rem * 2));
  }
}
.layout:not(.layout--onecol) .section__inner {
  display: grid;
  gap: 0 2.5rem;
}
@media (min-width: 1024px) {
  .layout.layout--twocol-section--50-50 .section__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .layout.layout--twocol-section--33-67 .section__inner {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 1024px) {
  .layout.layout--twocol-section--67-33 .section__inner {
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 1024px) {
  .layout.layout--twocol-section--25-75 .section__inner {
    grid-template-columns: 1fr 3fr;
  }
}
@media (min-width: 1024px) {
  .layout.layout--twocol-section--75-25 .section__inner {
    grid-template-columns: 3fr 1fr;
  }
}
@media (min-width: 1024px) {
  .layout.layout--threecol-section--25-50-25 .section__inner {
    grid-template-columns: 1fr 2fr 1fr;
  }
}
@media (min-width: 1024px) {
  .layout.layout--threecol-section--33-34-33 .section__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .layout.layout--threecol-section--25-25-50 .section__inner {
    grid-template-columns: 1fr 1fr 2fr;
  }
}
@media (min-width: 1024px) {
  .layout.layout--threecol-section--50-25-25 .section__inner {
    grid-template-columns: 2fr 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .layout.layout--fourcol-section .section__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}

.item--agenda {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 0.9375rem;
  background-color: #fff;
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.1);
}
.item--agenda .item-header {
  position: relative;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  height: 180px;
  overflow: hidden;
}
.item--agenda .item-img {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .item--agenda .item-img {
    transition: none;
  }
}
.item--agenda .item-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 3.5rem 1.25rem 1.875rem;
}
@media (min-width: 576px) {
  .item--agenda .item-body {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .item--agenda .item-body {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.item--agenda .item-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.625rem;
  position: absolute;
  top: calc(180px - 0.8125rem);
  left: 0;
  padding: 0 0.5rem;
  width: 100%;
}
@media (min-width: 576px) {
  .item--agenda .item-badges {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .item--agenda .item-badges {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
}
.item--agenda .item-cat {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.3125rem;
  padding: 0.375rem 0.625rem;
  background-color: #004a7b;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.1667;
  text-transform: uppercase;
}
.item--agenda .item-date {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.3125rem;
  padding: 0.375rem 0.625rem;
  background-color: #f2f6f8;
  color: #004a7b;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}
.item--agenda .item-title {
  margin-bottom: 1.25rem;
  color: #004a7b;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2223;
}
.item--agenda .item-title:last-child {
  margin-bottom: 0;
}
.item--agenda .item-link {
  color: inherit;
  text-decoration: none;
}
.item--agenda .item-text {
  margin-bottom: 0.9375rem;
  color: #818181;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
.item--agenda .item-text:last-child {
  margin-bottom: 0;
}
.item--agenda .item-cta {
  margin-top: auto;
}
.item--agenda .item-linktext {
  font-weight: 600;
}
.item--agenda:hover .item-img {
  transform: scale(1.1);
}
.item--agenda.externe .item-cat {
  background-color: #0058a5;
}
.item--agenda.externe .item-date {
  background-color: #f2f7fb;
  color: #0058a5;
}
.item--agenda.externe .item-title {
  color: #0058a5;
}
.item--agenda.externe .item-linktext {
  --btn-color: #0058a5;
  --btn-hover-color: #004684;
  --btn-active-color: #004684;
}
.item--agenda.interne .item-cat {
  background-color: #721e76;
}
.item--agenda.interne .item-date {
  background-color: #f8f4f8;
  color: #721e76;
}
.item--agenda.interne .item-title {
  color: #721e76;
}
.item--agenda.interne .item-linktext {
  --btn-color: #721e76;
  --btn-hover-color: #5b185e;
  --btn-active-color: #5b185e;
}

.item--document .item-title {
  color: #721e76;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}
.item--document .item-title a:not(.btn):not(.btn1):not(.btn5):not(.btn2):not(.btn3):not(.btn4):not(.eu-cookie-compliance-default-button):not(.eu-cookie-compliance-secondary-button):not(.eu-cookie-compliance-hide-button):not(.eu-cookie-withdraw-button):not(.eu-cookie-compliance-save-preferences-button):not(.eu-cookie-compliance-personalize-button):not(.form-button):not(.form-reset):not(.form-submit) {
  color: inherit;
  text-decoration: underline;
}
.item--document .item-title a:not(.btn):not(.btn1):not(.btn5):not(.btn2):not(.btn3):not(.btn4):not(.eu-cookie-compliance-default-button):not(.eu-cookie-compliance-secondary-button):not(.eu-cookie-compliance-hide-button):not(.eu-cookie-withdraw-button):not(.eu-cookie-compliance-save-preferences-button):not(.eu-cookie-compliance-personalize-button):not(.form-button):not(.form-reset):not(.form-submit):hover {
  text-decoration: none;
}
.item--document .item-text {
  color: rgba(80, 80, 80, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}
.item--document .item-download {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3125rem;
  vertical-align: middle;
  border: 1px solid #721e76;
  border-radius: 0.625rem;
  padding: 0.3125rem 0.625rem;
  background-color: #fff;
  color: #004a7b;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: border-color 0.2s ease-in, background-color 0.2s ease-in, box-shadow 0.2s ease-in, color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .item--document .item-download {
    transition: none;
  }
}
.item--document .item-download:hover, .item--document .item-download:focus-visible {
  border-color: #004a7b;
  background-color: #004a7b;
  color: #fff;
}
.item--document .item-download:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(38, 101, 143, 0.5);
  outline: 0;
}
.item--document .item-download > .icon {
  flex-shrink: 0;
  width: 0.625rem;
  height: 0.625rem;
  fill: currentcolor;
}

.item--news {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 0.9375rem;
  background-color: #fff;
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.1);
}
.item--news .item-header {
  position: relative;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  height: 225px;
  overflow: hidden;
}
.item--news .item-img {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .item--news .item-img {
    transition: none;
  }
}
.item--news .item-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 2rem 1.25rem 1.875rem;
}
@media (min-width: 576px) {
  .item--news .item-body {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .item--news .item-body {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.item--news .item-suptitle {
  margin-bottom: 1.25rem;
  color: #0091db;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}
.item--news .item-suptitle:last-child {
  margin-bottom: 0;
}
.item--news .item-title {
  margin-bottom: 0.625rem;
  color: #004a7b;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}
.item--news .item-title:last-child {
  margin-bottom: 0;
}
.item--news .item-link {
  color: inherit;
  text-decoration: none;
}
.item--news .item-text {
  margin-bottom: 1.875rem;
  color: #818181;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
.item--news .item-text:last-child {
  margin-bottom: 0;
}
.item--news .item-cta {
  margin-top: auto;
}
.item--news .item-linktext {
  --btn-color: #0091db;
  --btn-hover-color: #0074af;
  --btn-active-color: #0074af;
  font-weight: 600;
}
.item--news:hover .item-img {
  transform: scale(1.1);
}

.path-actualites .banner {
  padding-bottom: calc(4.6875rem + 225px);
}
.path-actualites .actualites--news {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 5rem;
}
.path-actualites .actualites--news::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  max-height: 100%;
  background-color: #fff;
}
.path-actualites .actualites--news > .container,
.path-actualites .actualites--news > .container-fluid,
.path-actualites .error-404 .actualites--news > .main-wrapper,
.error-404 .path-actualites .actualites--news > .main-wrapper,
.path-actualites .path-search .actualites--news > .main-wrapper,
.path-search .path-actualites .actualites--news > .main-wrapper,
.path-actualites .path-user .actualites--news > .main-wrapper,
.path-user .path-actualites .actualites--news > .main-wrapper,
.path-actualites .path-webform .actualites--news > .main-wrapper,
.path-webform .path-actualites .actualites--news > .main-wrapper,
.path-actualites .layout.container-medium .actualites--news > .section__wrapper,
.layout.container-medium .path-actualites .actualites--news > .section__wrapper,
.path-actualites .layout.container-small .actualites--news > .section__wrapper,
.layout.container-small .path-actualites .actualites--news > .section__wrapper,
.path-actualites .layout.container-fullscreen .actualites--news > .section__wrapper,
.layout.container-fullscreen .path-actualites .actualites--news > .section__wrapper,
.path-actualites .actualites--news > .container-sm,
.path-actualites .actualites--news > .container-md,
.path-actualites .actualites--news > .container-lg,
.path-actualites .actualites--news > .container-xl,
.path-actualites .actualites--news > .container-xxl {
  position: relative;
}
.path-actualites .actualites--news .view-content {
  display: grid;
  gap: 2.1875rem 1.875rem;
  margin-top: -225px;
}
@media (min-width: 768px) {
  .path-actualites .actualites--news .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .path-actualites .actualites--news .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
.path-actualites .actualites--news .view-empty {
  margin-top: 5rem;
}
.path-actualites .actualites--news .pagination {
  margin-top: 6.25rem;
}

.path-agenda .agenda--agenda {
  position: relative;
  padding-bottom: 5rem;
}
.path-agenda .agenda--agenda::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  max-height: 100%;
  background-color: #fff;
}
.path-agenda .agenda--agenda > .container,
.path-agenda .agenda--agenda > .container-fluid,
.path-agenda .error-404 .agenda--agenda > .main-wrapper,
.error-404 .path-agenda .agenda--agenda > .main-wrapper,
.path-agenda .path-search .agenda--agenda > .main-wrapper,
.path-search .path-agenda .agenda--agenda > .main-wrapper,
.path-agenda .path-user .agenda--agenda > .main-wrapper,
.path-user .path-agenda .agenda--agenda > .main-wrapper,
.path-agenda .path-webform .agenda--agenda > .main-wrapper,
.path-webform .path-agenda .agenda--agenda > .main-wrapper,
.path-agenda .layout.container-medium .agenda--agenda > .section__wrapper,
.layout.container-medium .path-agenda .agenda--agenda > .section__wrapper,
.path-agenda .layout.container-small .agenda--agenda > .section__wrapper,
.layout.container-small .path-agenda .agenda--agenda > .section__wrapper,
.path-agenda .layout.container-fullscreen .agenda--agenda > .section__wrapper,
.layout.container-fullscreen .path-agenda .agenda--agenda > .section__wrapper,
.path-agenda .agenda--agenda > .container-sm,
.path-agenda .agenda--agenda > .container-md,
.path-agenda .agenda--agenda > .container-lg,
.path-agenda .agenda--agenda > .container-xl,
.path-agenda .agenda--agenda > .container-xxl {
  position: relative;
}
.path-agenda .agenda--agenda .view-filters {
  margin-top: -2.1875rem;
}
.path-agenda .agenda--agenda .view-content {
  display: grid;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .path-agenda .agenda--agenda .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .path-agenda .agenda--agenda .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
.path-agenda .agenda--agenda .view-content,
.path-agenda .agenda--agenda .view-empty {
  margin-top: 3.75rem;
}
.path-agenda .agenda--agenda .pagination {
  margin-top: 6.75rem;
}

.path-documents .document--document {
  position: relative;
  padding-bottom: 5rem;
}
.path-documents .document--document::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  max-height: 100%;
  background-color: #fff;
}
.path-documents .document--document > .container,
.path-documents .document--document > .container-fluid,
.path-documents .error-404 .document--document > .main-wrapper,
.error-404 .path-documents .document--document > .main-wrapper,
.path-documents .path-search .document--document > .main-wrapper,
.path-search .path-documents .document--document > .main-wrapper,
.path-documents .path-user .document--document > .main-wrapper,
.path-user .path-documents .document--document > .main-wrapper,
.path-documents .path-webform .document--document > .main-wrapper,
.path-webform .path-documents .document--document > .main-wrapper,
.path-documents .layout.container-medium .document--document > .section__wrapper,
.layout.container-medium .path-documents .document--document > .section__wrapper,
.path-documents .layout.container-small .document--document > .section__wrapper,
.layout.container-small .path-documents .document--document > .section__wrapper,
.path-documents .layout.container-fullscreen .document--document > .section__wrapper,
.layout.container-fullscreen .path-documents .document--document > .section__wrapper,
.path-documents .document--document > .container-sm,
.path-documents .document--document > .container-md,
.path-documents .document--document > .container-lg,
.path-documents .document--document > .container-xl,
.path-documents .document--document > .container-xxl {
  position: relative;
}
.path-documents .document--document .view-filters {
  margin-top: -2.1875rem;
}
@media (min-width: 1400px) {
  .path-documents .document--document .view-filters {
    margin-left: auto;
    margin-right: auto;
    max-width: 1160px;
  }
}
.path-documents .document--document .view-content .table, .path-documents .document--document .view-content .page-node-type-home .home--insert .inner .text table, .page-node-type-home .home--insert .inner .text .path-documents .document--document .view-content table, .path-documents .document--document .view-content .block--evidence .block-body .text table, .block--evidence .block-body .text .path-documents .document--document .view-content table, .path-documents .document--document .view-content .block--faq .faq-body table, .block--faq .faq-body .path-documents .document--document .view-content table, .path-documents .document--document .view-content .block--steps .block-body .step-item table, .block--steps .block-body .step-item .path-documents .document--document .view-content table, .path-documents .document--document .view-content .block--testimonials .testimonial .item-text table, .block--testimonials .testimonial .item-text .path-documents .document--document .view-content table, .path-documents .document--document .view-content .block--text_media .block-body .text table, .block--text_media .block-body .text .path-documents .document--document .view-content table, .path-documents .document--document .view-content .block--text .block-body table, .block--text .block-body .path-documents .document--document .view-content table {
  --table-color: #505050;
  --table-border-color: rgba(137, 139, 141, 0.5);
  --table-striped-color: #505050;
  --table-active-color: #505050;
  --table-hover-color: #505050;
  vertical-align: middle;
}
.path-documents .document--document .view-content .table > :not(caption) > * > *, .path-documents .document--document .view-content .page-node-type-home .home--insert .inner .text table > :not(caption) > * > *, .page-node-type-home .home--insert .inner .text .path-documents .document--document .view-content table > :not(caption) > * > *, .path-documents .document--document .view-content .block--evidence .block-body .text table > :not(caption) > * > *, .block--evidence .block-body .text .path-documents .document--document .view-content table > :not(caption) > * > *, .path-documents .document--document .view-content .block--faq .faq-body table > :not(caption) > * > *, .block--faq .faq-body .path-documents .document--document .view-content table > :not(caption) > * > *, .path-documents .document--document .view-content .block--steps .block-body .step-item table > :not(caption) > * > *, .block--steps .block-body .step-item .path-documents .document--document .view-content table > :not(caption) > * > *, .path-documents .document--document .view-content .block--testimonials .testimonial .item-text table > :not(caption) > * > *, .block--testimonials .testimonial .item-text .path-documents .document--document .view-content table > :not(caption) > * > *, .path-documents .document--document .view-content .block--text_media .block-body .text table > :not(caption) > * > *, .block--text_media .block-body .text .path-documents .document--document .view-content table > :not(caption) > * > *, .path-documents .document--document .view-content .block--text .block-body table > :not(caption) > * > *, .block--text .block-body .path-documents .document--document .view-content table > :not(caption) > * > * {
  padding: 1.25rem 0.9375rem;
}
@media (min-width: 1024px) {
  .path-documents .document--document .view-content .table > :not(caption) > * > *, .path-documents .document--document .view-content .page-node-type-home .home--insert .inner .text table > :not(caption) > * > *, .page-node-type-home .home--insert .inner .text .path-documents .document--document .view-content table > :not(caption) > * > *, .path-documents .document--document .view-content .block--evidence .block-body .text table > :not(caption) > * > *, .block--evidence .block-body .text .path-documents .document--document .view-content table > :not(caption) > * > *, .path-documents .document--document .view-content .block--faq .faq-body table > :not(caption) > * > *, .block--faq .faq-body .path-documents .document--document .view-content table > :not(caption) > * > *, .path-documents .document--document .view-content .block--steps .block-body .step-item table > :not(caption) > * > *, .block--steps .block-body .step-item .path-documents .document--document .view-content table > :not(caption) > * > *, .path-documents .document--document .view-content .block--testimonials .testimonial .item-text table > :not(caption) > * > *, .block--testimonials .testimonial .item-text .path-documents .document--document .view-content table > :not(caption) > * > *, .path-documents .document--document .view-content .block--text_media .block-body .text table > :not(caption) > * > *, .block--text_media .block-body .text .path-documents .document--document .view-content table > :not(caption) > * > *, .path-documents .document--document .view-content .block--text .block-body table > :not(caption) > * > *, .block--text .block-body .path-documents .document--document .view-content table > :not(caption) > * > * {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }
}
.path-documents .document--document .view-content .table > :not(caption) > *:last-child > *, .path-documents .document--document .view-content .page-node-type-home .home--insert .inner .text table > :not(caption) > *:last-child > *, .page-node-type-home .home--insert .inner .text .path-documents .document--document .view-content table > :not(caption) > *:last-child > *, .path-documents .document--document .view-content .block--evidence .block-body .text table > :not(caption) > *:last-child > *, .block--evidence .block-body .text .path-documents .document--document .view-content table > :not(caption) > *:last-child > *, .path-documents .document--document .view-content .block--faq .faq-body table > :not(caption) > *:last-child > *, .block--faq .faq-body .path-documents .document--document .view-content table > :not(caption) > *:last-child > *, .path-documents .document--document .view-content .block--steps .block-body .step-item table > :not(caption) > *:last-child > *, .block--steps .block-body .step-item .path-documents .document--document .view-content table > :not(caption) > *:last-child > *, .path-documents .document--document .view-content .block--testimonials .testimonial .item-text table > :not(caption) > *:last-child > *, .block--testimonials .testimonial .item-text .path-documents .document--document .view-content table > :not(caption) > *:last-child > *, .path-documents .document--document .view-content .block--text_media .block-body .text table > :not(caption) > *:last-child > *, .block--text_media .block-body .text .path-documents .document--document .view-content table > :not(caption) > *:last-child > *, .path-documents .document--document .view-content .block--text .block-body table > :not(caption) > *:last-child > *, .block--text .block-body .path-documents .document--document .view-content table > :not(caption) > *:last-child > * {
  border-bottom-width: 0;
}
.path-documents .document--document .view-content .table > thead > * > *, .path-documents .document--document .view-content .page-node-type-home .home--insert .inner .text table > thead > * > *, .page-node-type-home .home--insert .inner .text .path-documents .document--document .view-content table > thead > * > *, .path-documents .document--document .view-content .block--evidence .block-body .text table > thead > * > *, .block--evidence .block-body .text .path-documents .document--document .view-content table > thead > * > *, .path-documents .document--document .view-content .block--faq .faq-body table > thead > * > *, .block--faq .faq-body .path-documents .document--document .view-content table > thead > * > *, .path-documents .document--document .view-content .block--steps .block-body .step-item table > thead > * > *, .block--steps .block-body .step-item .path-documents .document--document .view-content table > thead > * > *, .path-documents .document--document .view-content .block--testimonials .testimonial .item-text table > thead > * > *, .block--testimonials .testimonial .item-text .path-documents .document--document .view-content table > thead > * > *, .path-documents .document--document .view-content .block--text_media .block-body .text table > thead > * > *, .block--text_media .block-body .text .path-documents .document--document .view-content table > thead > * > *, .path-documents .document--document .view-content .block--text .block-body table > thead > * > *, .block--text .block-body .path-documents .document--document .view-content table > thead > * > * {
  --table-bg: rgba(137, 139, 141, 0.1);
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  font-size: 0.875rem;
  line-height: 1.4286;
  text-transform: uppercase;
}
.path-documents .document--document .view-content .table > thead > * > *:first-child, .path-documents .document--document .view-content .page-node-type-home .home--insert .inner .text table > thead > * > *:first-child, .page-node-type-home .home--insert .inner .text .path-documents .document--document .view-content table > thead > * > *:first-child, .path-documents .document--document .view-content .block--evidence .block-body .text table > thead > * > *:first-child, .block--evidence .block-body .text .path-documents .document--document .view-content table > thead > * > *:first-child, .path-documents .document--document .view-content .block--faq .faq-body table > thead > * > *:first-child, .block--faq .faq-body .path-documents .document--document .view-content table > thead > * > *:first-child, .path-documents .document--document .view-content .block--steps .block-body .step-item table > thead > * > *:first-child, .block--steps .block-body .step-item .path-documents .document--document .view-content table > thead > * > *:first-child, .path-documents .document--document .view-content .block--testimonials .testimonial .item-text table > thead > * > *:first-child, .block--testimonials .testimonial .item-text .path-documents .document--document .view-content table > thead > * > *:first-child, .path-documents .document--document .view-content .block--text_media .block-body .text table > thead > * > *:first-child, .block--text_media .block-body .text .path-documents .document--document .view-content table > thead > * > *:first-child, .path-documents .document--document .view-content .block--text .block-body table > thead > * > *:first-child, .block--text .block-body .path-documents .document--document .view-content table > thead > * > *:first-child {
  border-radius: 0.9375rem 0 0 0.9375rem;
}
.path-documents .document--document .view-content .table > thead > * > *:last-child, .path-documents .document--document .view-content .page-node-type-home .home--insert .inner .text table > thead > * > *:last-child, .page-node-type-home .home--insert .inner .text .path-documents .document--document .view-content table > thead > * > *:last-child, .path-documents .document--document .view-content .block--evidence .block-body .text table > thead > * > *:last-child, .block--evidence .block-body .text .path-documents .document--document .view-content table > thead > * > *:last-child, .path-documents .document--document .view-content .block--faq .faq-body table > thead > * > *:last-child, .block--faq .faq-body .path-documents .document--document .view-content table > thead > * > *:last-child, .path-documents .document--document .view-content .block--steps .block-body .step-item table > thead > * > *:last-child, .block--steps .block-body .step-item .path-documents .document--document .view-content table > thead > * > *:last-child, .path-documents .document--document .view-content .block--testimonials .testimonial .item-text table > thead > * > *:last-child, .block--testimonials .testimonial .item-text .path-documents .document--document .view-content table > thead > * > *:last-child, .path-documents .document--document .view-content .block--text_media .block-body .text table > thead > * > *:last-child, .block--text_media .block-body .text .path-documents .document--document .view-content table > thead > * > *:last-child, .path-documents .document--document .view-content .block--text .block-body table > thead > * > *:last-child, .block--text .block-body .path-documents .document--document .view-content table > thead > * > *:last-child {
  border-radius: 0 0.9375rem 0.9375rem 0;
}
@media (max-width: 767.98px) {
  .path-documents .document--document .view-content .responsive-table-md > :not(caption) > *:last-child {
    border-bottom: 0;
  }
  .path-documents .document--document .view-content .responsive-table-md > :not(caption) > * > * {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
  }
  .path-documents .document--document .view-content .responsive-table-md > :not(caption) > * > *::before {
    font-size: 0.875rem;
    line-height: 1.4286;
    text-align: left;
    text-transform: uppercase;
  }
}
.path-documents .document--document .view-content,
.path-documents .document--document .view-empty {
  margin-top: 3.75rem;
  border-radius: 0.9375rem;
  padding: 4.375rem 1.25rem 2.875rem;
  background-color: #fff;
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 1400px) {
  .path-documents .document--document .view-content,
  .path-documents .document--document .view-empty {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
.path-documents .document--document .pagination {
  margin-top: 4.75rem;
}

.page-node-type-home .leaderboard {
  padding-bottom: 11.5625rem;
}
.page-node-type-home .home--cta {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 1.75rem;
}
.page-node-type-home .home--cta .shapes {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-width: 576px) {
  .page-node-type-home .home--cta .shapes {
    display: block;
  }
}
.page-node-type-home .home--cta .shapes .shapes-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1440px;
  height: 100%;
  transform: translate(-50%, 0);
}
.page-node-type-home .home--cta .shapes .shape {
  position: absolute;
  top: -11.5625rem;
  left: -5.25rem;
  transform: scaleY(-1) rotate(-60deg);
}
.page-node-type-home .home--cta .shapes .shape img {
  width: 504px;
  height: auto;
}
.page-node-type-home .home--cta > .container,
.page-node-type-home .home--cta > .container-fluid,
.page-node-type-home .error-404 .home--cta > .main-wrapper,
.error-404 .page-node-type-home .home--cta > .main-wrapper,
.page-node-type-home .path-search .home--cta > .main-wrapper,
.path-search .page-node-type-home .home--cta > .main-wrapper,
.page-node-type-home .path-user .home--cta > .main-wrapper,
.path-user .page-node-type-home .home--cta > .main-wrapper,
.page-node-type-home .path-webform .home--cta > .main-wrapper,
.path-webform .page-node-type-home .home--cta > .main-wrapper,
.page-node-type-home .layout.container-medium .home--cta > .section__wrapper,
.layout.container-medium .page-node-type-home .home--cta > .section__wrapper,
.page-node-type-home .layout.container-small .home--cta > .section__wrapper,
.layout.container-small .page-node-type-home .home--cta > .section__wrapper,
.page-node-type-home .layout.container-fullscreen .home--cta > .section__wrapper,
.layout.container-fullscreen .page-node-type-home .home--cta > .section__wrapper,
.page-node-type-home .home--cta > .container-sm,
.page-node-type-home .home--cta > .container-md,
.page-node-type-home .home--cta > .container-lg,
.page-node-type-home .home--cta > .container-xl,
.page-node-type-home .home--cta > .container-xxl {
  position: relative;
}
.page-node-type-home .home--cta .inner {
  margin-top: -7.5rem;
  padding: 3.125rem 1.25rem;
  border-radius: 0.9375rem;
  background-color: #fff;
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.1);
}
.page-node-type-home .home--cta .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  text-align: center;
}
@media (min-width: 576px) {
  .page-node-type-home .home--cta .btn5 {
    min-width: 310px;
  }
  .page-node-type-home .home--cta .btn5 .btn-icon, .page-node-type-home .home--cta .btn5 .btn2, .page-node-type-home .home--cta .btn5 .btn3, .page-node-type-home .home--cta .btn5 .btn4, .page-node-type-home .home--cta .btn5 .item--agenda .item-linktext, .item--agenda .page-node-type-home .home--cta .btn5 .item-linktext, .page-node-type-home .home--cta .btn5 .item--news .item-linktext, .item--news .page-node-type-home .home--cta .btn5 .item-linktext {
    justify-content: center;
    gap: 1.5625rem;
    width: 100%;
  }
}
.page-node-type-home .home--news {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
}
.page-node-type-home .home--news .shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page-node-type-home .home--news .shapes .shapes-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1440px;
  height: 100%;
  transform: translate(-50%, 0);
}
.page-node-type-home .home--news .shapes .shape {
  position: absolute;
  top: 1.25rem;
  right: -21rem;
  opacity: 0.2;
}
.page-node-type-home .home--news .shapes .shape svg {
  width: 1016px;
  height: auto;
}
.page-node-type-home .home--news > .container,
.page-node-type-home .home--news > .container-fluid,
.page-node-type-home .error-404 .home--news > .main-wrapper,
.error-404 .page-node-type-home .home--news > .main-wrapper,
.page-node-type-home .path-search .home--news > .main-wrapper,
.path-search .page-node-type-home .home--news > .main-wrapper,
.page-node-type-home .path-user .home--news > .main-wrapper,
.path-user .page-node-type-home .home--news > .main-wrapper,
.page-node-type-home .path-webform .home--news > .main-wrapper,
.path-webform .page-node-type-home .home--news > .main-wrapper,
.page-node-type-home .layout.container-medium .home--news > .section__wrapper,
.layout.container-medium .page-node-type-home .home--news > .section__wrapper,
.page-node-type-home .layout.container-small .home--news > .section__wrapper,
.layout.container-small .page-node-type-home .home--news > .section__wrapper,
.page-node-type-home .layout.container-fullscreen .home--news > .section__wrapper,
.layout.container-fullscreen .page-node-type-home .home--news > .section__wrapper,
.page-node-type-home .home--news > .container-sm,
.page-node-type-home .home--news > .container-md,
.page-node-type-home .home--news > .container-lg,
.page-node-type-home .home--news > .container-xl,
.page-node-type-home .home--news > .container-xxl {
  position: relative;
}
.page-node-type-home .home--news .block-header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem 2.5rem;
  margin-bottom: 2.25rem;
}
@media (min-width: 576px) {
  .page-node-type-home .home--news .block-header {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.page-node-type-home .home--news .block-header h2, .page-node-type-home .home--news .block-header .h2 {
  margin-bottom: 0;
}
.page-node-type-home .home--news .block-body {
  display: grid;
  gap: 2.1875rem 1.875rem;
}
@media (min-width: 768px) {
  .page-node-type-home .home--news .block-body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .page-node-type-home .home--news .block-body {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-node-type-home .home--agenda {
  padding-top: 9rem;
  padding-bottom: 22rem;
  background-color: #fff;
}
.page-node-type-home .home--agenda .block-header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem 2.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .page-node-type-home .home--agenda .block-header {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.page-node-type-home .home--agenda .block-header h2, .page-node-type-home .home--agenda .block-header .h2 {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .page-node-type-home .home--agenda .block-header .cta {
    margin-left: auto;
  }
}
.page-node-type-home .home--agenda .block-header .custom-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.page-node-type-home .home--agenda .block-header .custom-button-prev,
.page-node-type-home .home--agenda .block-header .custom-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #004a7b;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  color: #721e76;
  transition: border-color 0.2s ease-in, background-color 0.2s ease-in, color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .page-node-type-home .home--agenda .block-header .custom-button-prev,
  .page-node-type-home .home--agenda .block-header .custom-button-next {
    transition: none;
  }
}
.page-node-type-home .home--agenda .block-header .custom-button-prev svg,
.page-node-type-home .home--agenda .block-header .custom-button-next svg {
  width: 1.125rem;
  height: 1.125rem;
}
.page-node-type-home .home--agenda .block-header .custom-button-prev:not(.swiper-button-disabled):hover,
.page-node-type-home .home--agenda .block-header .custom-button-next:not(.swiper-button-disabled):hover {
  border-color: #004a7b;
  background-color: #004a7b;
  color: #fff;
}
.page-node-type-home .home--agenda .block-header .custom-button-prev.swiper-button-disabled,
.page-node-type-home .home--agenda .block-header .custom-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.page-node-type-home .home--agenda .block-header .custom-button-prev.swiper-button-lock,
.page-node-type-home .home--agenda .block-header .custom-button-next.swiper-button-lock {
  display: none;
}
.page-node-type-home .home--agenda .swiper {
  width: 100%;
  height: auto;
  overflow: visible;
}
.page-node-type-home .home--insert {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.25rem;
}
.page-node-type-home .home--insert .inner {
  position: relative;
  margin-top: -10rem;
}
.page-node-type-home .home--insert .inner .media, .page-node-type-home .home--insert .inner .media::before, .page-node-type-home .home--insert .inner .media::after,
.page-node-type-home .home--insert .inner .media img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.9375rem;
  width: 100%;
  height: 100%;
}
.page-node-type-home .home--insert .inner .media::before, .page-node-type-home .home--insert .inner .media::after {
  content: "";
}
.page-node-type-home .home--insert .inner .media::before {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(0.625rem);
  backdrop-filter: blur(0.625rem);
}
.page-node-type-home .home--insert .inner .media::after {
  z-index: 2;
  background-image: linear-gradient(70deg, #0091db, #721e76);
  opacity: 0.7;
}
.page-node-type-home .home--insert .inner .media img {
  -o-object-fit: cover;
  object-fit: cover;
}
.page-node-type-home .home--insert .inner .text {
  position: relative;
  z-index: 3;
  padding: 3.5rem 1.25rem;
  color: #fff;
  text-align: center;
}
.page-node-type-home .home--insert .inner .text h1, .page-node-type-home .home--insert .inner .text h2, .page-node-type-home .home--insert .inner .text h3, .page-node-type-home .home--insert .inner .text h4, .page-node-type-home .home--insert .inner .text h5, .page-node-type-home .home--insert .inner .text h6, .page-node-type-home .home--insert .inner .text .h1, .page-node-type-home .home--insert .inner .text .h2, .page-node-type-home .home--insert .inner .text .h3, .page-node-type-home .home--insert .inner .text .h4, .page-node-type-home .home--insert .inner .text .h5, .page-node-type-home .home--insert .inner .text .h6,
.page-node-type-home .home--insert .inner .text p,
.page-node-type-home .home--insert .inner .text ul,
.page-node-type-home .home--insert .inner .text ol {
  margin-bottom: 1.75rem;
}
.page-node-type-home .home--insert .inner .text h1:last-child, .page-node-type-home .home--insert .inner .text h2:last-child, .page-node-type-home .home--insert .inner .text h3:last-child, .page-node-type-home .home--insert .inner .text h4:last-child, .page-node-type-home .home--insert .inner .text h5:last-child, .page-node-type-home .home--insert .inner .text h6:last-child, .page-node-type-home .home--insert .inner .text .h1:last-child, .page-node-type-home .home--insert .inner .text .h2:last-child, .page-node-type-home .home--insert .inner .text .h3:last-child, .page-node-type-home .home--insert .inner .text .h4:last-child, .page-node-type-home .home--insert .inner .text .h5:last-child, .page-node-type-home .home--insert .inner .text .h6:last-child,
.page-node-type-home .home--insert .inner .text p:last-child,
.page-node-type-home .home--insert .inner .text ul:last-child,
.page-node-type-home .home--insert .inner .text ol:last-child {
  margin-bottom: 0;
}
.page-node-type-home .home--insert .inner .text h1, .page-node-type-home .home--insert .inner .text h2, .page-node-type-home .home--insert .inner .text h3, .page-node-type-home .home--insert .inner .text h4, .page-node-type-home .home--insert .inner .text h5, .page-node-type-home .home--insert .inner .text h6, .page-node-type-home .home--insert .inner .text .h1, .page-node-type-home .home--insert .inner .text .h2, .page-node-type-home .home--insert .inner .text .h3, .page-node-type-home .home--insert .inner .text .h4, .page-node-type-home .home--insert .inner .text .h5, .page-node-type-home .home--insert .inner .text .h6 {
  color: inherit;
}
@media (min-width: 1200px) {
  .page-node-type-home .home--insert .inner .text h2, .page-node-type-home .home--insert .inner .text .h2 {
    font-size: 2.25rem;
    line-height: 1.1667;
  }
}
.page-node-type-home .home--insert .inner .text .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
