/*!****************************************************************************************************************************************************************************************************************!*\
  !*** 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=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;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";
@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-Book.woff2") format("woff2"), url("../fonts/CircularStd-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-BookItalic.woff2") format("woff2"), url("../fonts/CircularStd-BookItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-Medium.woff2") format("woff2"), url("../fonts/CircularStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-MediumItalic.woff2") format("woff2"), url("../fonts/CircularStd-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-Bold.woff2") format("woff2"), url("../fonts/CircularStd-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-BoldItalic.woff2") format("woff2"), url("../fonts/CircularStd-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-Black.woff2") format("woff2"), url("../fonts/CircularStd-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-BlackItalic.woff2") format("woff2"), url("../fonts/CircularStd-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
:root {
  --primary: #5b6670;
  --secondary: #d9d8d7;
  --success: #198754;
  --info: #0dcaf0;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #222;
  --white: #fff;
  --primary-ardent: #415f7f;
  --secondary-ardent: #00a9c1;
  --bg-primary: #5b6670;
  --bg-secondary: #d9d8d7;
  --bg-grey: #f7f7f7;
  --body-color-rgb: 95, 95, 95;
  --body-bg-rgb: 255, 255, 255;
  --body-color: #5f5f5f;
  --body-bg: #fff;
  --border-color: #dee2e6;
  --link-color: inherit;
  --link-hover-color: inherit;
}

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

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

hr {
  margin: 2.5rem 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.25rem;
  color: #111;
  font-weight: 600;
  line-height: 1.25;
}
h6 strong, .h6 strong, h5 strong, .h5 strong, h4 strong, .h4 strong, h3 strong, .h3 strong, h2 strong, .h2 strong, h1 strong, .h1 strong {
  color: #d9d8d7;
  font-weight: inherit;
}
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: 2.25rem;
  }
}

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

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

h4, .h4 {
  font-size: 1.125rem;
}

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

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

p {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
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: 2.5rem;
  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: 2.5rem;
}
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 2.5rem;
}
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;
  text-decoration-color: #d9d8d7;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 0.0625em;
  text-underline-offset: 0.3125em;
}
a:hover {
  color: var(--link-hover-color);
  text-decoration: none;
}

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: 2.5rem;
  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 2.5rem;
}
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: #5b6670;
  font-size: 1.5rem;
  font-weight: 500;
  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: #5b6670;
  color: #fff;
}

.img-fluid, .page-node-type-home .home--intro .media img, .main-footer__content img, 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 .block-body .testimonial-item .item-text img, .block--properties .bloc .content .property-item .property-body .plan img, .block--properties .bloc .title img, .block--media .block-body img,
.block--media .block-body video, .block--footer .logo img, .block--faq .block-body .faq-body img, .block--evidence .block-body .text 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: 600px) {
  .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: 600px;
  }
}
@media (min-width: 800px) {
  .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: 800px;
  }
}
@media (min-width: 1000px) {
  .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: 1400px;
  }
}
.cols {
  display: grid;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
.cols:last-child {
  margin-bottom: 0;
}
@media (min-width: 800px) {
  .cols.cols_2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .cols.cols_3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 800px) {
  .cols.cols_4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .cols.cols_4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 800px) {
  .cols.col-tier-left {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 800px) {
  .cols.col-tier-right {
    grid-template-columns: 2fr 1fr;
  }
}

.table, .block--text .block-body table, .block--text_media .block-body .text table, .block--testimonials .block-body .testimonial-item .item-text table, .block--faq .block-body .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, .block--text .block-body table:last-child, .block--text_media .block-body .text table:last-child, .block--testimonials .block-body .testimonial-item .item-text table:last-child, .block--faq .block-body .faq-body table:last-child, .block--evidence .block-body .text table:last-child {
  margin-bottom: 0;
}
.table > :not(caption) > * > *, .block--text .block-body table > :not(caption) > * > *, .block--text_media .block-body .text table > :not(caption) > * > *, .block--testimonials .block-body .testimonial-item .item-text table > :not(caption) > * > *, .block--faq .block-body .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, .block--text .block-body table > tbody, .block--text_media .block-body .text table > tbody, .block--testimonials .block-body .testimonial-item .item-text table > tbody, .block--faq .block-body .faq-body table > tbody, .block--evidence .block-body .text table > tbody {
  vertical-align: inherit;
}
.table > thead, .block--text .block-body table > thead, .block--text_media .block-body .text table > thead, .block--testimonials .block-body .testimonial-item .item-text table > thead, .block--faq .block-body .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: #dee0e2;
  --table-color: #000;
  --table-border-color: #c8cacb;
  --table-striped-bg: #d3d5d7;
  --table-striped-color: #000;
  --table-active-bg: #c8cacb;
  --table-active-color: #000;
  --table-hover-bg: #cdcfd1;
  --table-hover-color: #000;
  border-color: var(--table-border-color);
  color: var(--table-color);
}

.table-secondary {
  --table-bg: #f7f7f7;
  --table-color: #000;
  --table-border-color: #dedede;
  --table-striped-bg: #ebebeb;
  --table-striped-color: #000;
  --table-active-bg: #dedede;
  --table-active-color: #000;
  --table-hover-bg: #e4e4e4;
  --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: #222;
  --table-color: #fff;
  --table-border-color: #383838;
  --table-striped-bg: #2d2d2d;
  --table-striped-color: #fff;
  --table-active-bg: #383838;
  --table-active-color: #fff;
  --table-hover-bg: #333333;
  --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: 599.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: 799.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: 999.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.8125rem + 1px);
  padding-bottom: calc(0.8125rem + 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: 1px solid #afafaf;
  border-radius: 0;
  padding: 0.8125rem 1.5rem;
  width: 100%;
  background-color: #fff;
  color: #5b6670;
  font-size: 1rem;
  font-weight: 400;
  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: #adb3b8;
  box-shadow: 0 0 0 0.25rem rgba(91, 102, 112, 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: #5b6670;
}
.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: rgba(91, 102, 112, 0.45);
  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: rgba(91, 102, 112, 0.45);
  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.8125rem -1.5rem;
  -webkit-margin-end: 1.5rem;
  margin-inline-end: 1.5rem;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  padding: 0.8125rem 1.5rem;
  background-color: #e9ecef;
  color: #5b6670;
  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.8125rem 0;
  width: 100%;
  background-color: transparent;
  color: #5b6670;
  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.625rem + 2px);
}

.form-control-color, .form-color {
  padding: 0.8125rem;
  width: 3rem;
  height: calc(1.5em + 1.625rem + 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;
}
.form-control-color::-webkit-color-swatch, .form-color::-webkit-color-swatch {
  border-radius: 0;
}

.form-select {
  padding-right: 2.25rem;
  -moz-padding-start: calc(0.75rem - 3px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 1.5rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1.5rem;
  background-image: none;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #5b6670;
}

.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 rgba(0, 0, 0, 0.25);
  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: #adb3b8;
  box-shadow: 0 0 0 0.25rem rgba(91, 102, 112, 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: #5b6670;
  background-color: #5b6670;
}
.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: #5b6670;
  background-color: #5b6670;
  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='%23adb3b8'/%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;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check[disabled] + .form-reset, .btn-check[disabled] + .form-button,
.btn-check[disabled] + .form-submit, .btn-check[disabled] + .eu-cookie-compliance-default-button,
.btn-check[disabled] + .eu-cookie-compliance-secondary-button,
.btn-check[disabled] + .eu-cookie-compliance-hide-button,
.btn-check[disabled] + .eu-cookie-withdraw-button,
.btn-check[disabled] + .eu-cookie-compliance-save-preferences-button,
.btn-check[disabled] + .eu-cookie-compliance-personalize-button, .btn-check[disabled] + .btn3,
.btn-check[disabled] + .btn6, .btn-check[disabled] + .btn2,
.btn-check[disabled] + .btn5, .btn-check[disabled] + .btn1,
.btn-check[disabled] + .btn4, .block--gallery_cta .block-body .gallery_cta-item .btn-check[disabled] + .item-link, .btn-check:disabled + .btn, .btn-check:disabled + .form-reset, .btn-check:disabled + .form-button,
.btn-check:disabled + .form-submit, .btn-check:disabled + .eu-cookie-compliance-default-button,
.btn-check:disabled + .eu-cookie-compliance-secondary-button,
.btn-check:disabled + .eu-cookie-compliance-hide-button,
.btn-check:disabled + .eu-cookie-withdraw-button,
.btn-check:disabled + .eu-cookie-compliance-save-preferences-button,
.btn-check:disabled + .eu-cookie-compliance-personalize-button, .btn-check:disabled + .btn3,
.btn-check:disabled + .btn6, .btn-check:disabled + .btn2,
.btn-check:disabled + .btn5, .btn-check:disabled + .btn1,
.btn-check:disabled + .btn4, .block--gallery_cta .block-body .gallery_cta-item .btn-check:disabled + .item-link {
  opacity: 0.65;
  pointer-events: none;
  filter: none;
}

.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(91, 102, 112, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(91, 102, 112, 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: #5b6670;
  -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: #ced1d4;
}
.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: #5b6670;
  -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: #ced1d4;
}
.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 1.5rem;
  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 1.5rem;
}
.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, .webform-has-field-prefix .btn,
.webform-has-field-suffix .btn, .input-group .form-reset, .webform-has-field-prefix .form-reset,
.webform-has-field-suffix .form-reset, .input-group .form-button, .webform-has-field-prefix .form-button,
.webform-has-field-suffix .form-button,
.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 .btn3, .webform-has-field-prefix .btn3,
.webform-has-field-suffix .btn3,
.input-group .btn6,
.webform-has-field-prefix .btn6,
.webform-has-field-suffix .btn6, .input-group .btn2, .webform-has-field-prefix .btn2,
.webform-has-field-suffix .btn2,
.input-group .btn5,
.webform-has-field-prefix .btn5,
.webform-has-field-suffix .btn5, .input-group .btn1, .webform-has-field-prefix .btn1,
.webform-has-field-suffix .btn1,
.input-group .btn4,
.webform-has-field-prefix .btn4,
.webform-has-field-suffix .btn4, .input-group .block--gallery_cta .block-body .gallery_cta-item .item-link, .webform-has-field-prefix .block--gallery_cta .block-body .gallery_cta-item .item-link,
.webform-has-field-suffix .block--gallery_cta .block-body .gallery_cta-item .item-link, .block--gallery_cta .block-body .gallery_cta-item .input-group .item-link, .block--gallery_cta .block-body .gallery_cta-item .webform-has-field-prefix .item-link,
.block--gallery_cta .block-body .gallery_cta-item .webform-has-field-suffix .item-link {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .webform-has-field-prefix .btn:focus,
.webform-has-field-suffix .btn:focus, .input-group .form-reset:focus, .webform-has-field-prefix .form-reset:focus,
.webform-has-field-suffix .form-reset:focus, .input-group .form-button:focus, .webform-has-field-prefix .form-button:focus,
.webform-has-field-suffix .form-button: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 .btn3:focus, .webform-has-field-prefix .btn3:focus,
.webform-has-field-suffix .btn3:focus,
.input-group .btn6:focus,
.webform-has-field-prefix .btn6:focus,
.webform-has-field-suffix .btn6:focus, .input-group .btn2:focus, .webform-has-field-prefix .btn2:focus,
.webform-has-field-suffix .btn2:focus,
.input-group .btn5:focus,
.webform-has-field-prefix .btn5:focus,
.webform-has-field-suffix .btn5:focus, .input-group .btn1:focus, .webform-has-field-prefix .btn1:focus,
.webform-has-field-suffix .btn1:focus,
.input-group .btn4:focus,
.webform-has-field-prefix .btn4:focus,
.webform-has-field-suffix .btn4:focus, .input-group .block--gallery_cta .block-body .gallery_cta-item .item-link:focus, .webform-has-field-prefix .block--gallery_cta .block-body .gallery_cta-item .item-link:focus,
.webform-has-field-suffix .block--gallery_cta .block-body .gallery_cta-item .item-link:focus, .block--gallery_cta .block-body .gallery_cta-item .input-group .item-link:focus, .block--gallery_cta .block-body .gallery_cta-item .webform-has-field-prefix .item-link:focus,
.block--gallery_cta .block-body .gallery_cta-item .webform-has-field-suffix .item-link: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 #afafaf;
  border-radius: 0;
  padding: 0.8125rem 1.5rem;
  background-color: #e9ecef;
  color: #5b6670;
  font-size: 1rem;
  font-weight: 400;
  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;
  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.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%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 1.5rem center, center right 2.25rem;
  background-size: 16px 12px, 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 + 1.625rem);
}

.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;
  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.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%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 1.5rem center, center right 2.25rem;
  background-size: 16px 12px, 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 + 1.625rem);
}

.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, .form-reset, .form-button,
.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, .btn3,
.btn6, .btn2,
.btn5, .btn1,
.btn4, .block--gallery_cta .block-body .gallery_cta-item .item-link {
  --btn-border-color: transparent;
  --btn-bg: transparent;
  --btn-color: #5f5f5f;
  --btn-hover-border-color: transparent;
  --btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--btn-focus-shadow-rgb), 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  vertical-align: middle;
  border: 2px solid var(--btn-border-color);
  border-radius: 0;
  padding: 1rem 1.75rem;
  background-color: var(--btn-bg);
  color: var(--btn-color);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.1429;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  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) {
  .btn, .form-reset, .form-button,
  .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, .btn3,
  .btn6, .btn2,
  .btn5, .btn1,
  .btn4, .block--gallery_cta .block-body .gallery_cta-item .item-link {
    transition: none;
  }
}
.btn .icon, .form-reset .icon, .form-button .icon,
.form-submit .icon, .eu-cookie-compliance-default-button .icon,
.eu-cookie-compliance-secondary-button .icon,
.eu-cookie-compliance-hide-button .icon,
.eu-cookie-withdraw-button .icon,
.eu-cookie-compliance-save-preferences-button .icon,
.eu-cookie-compliance-personalize-button .icon, .btn3 .icon,
.btn6 .icon, .btn2 .icon,
.btn5 .icon, .btn1 .icon,
.btn4 .icon, .block--gallery_cta .block-body .gallery_cta-item .item-link .icon {
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
}
.btn.btn-sm, .btn-sm.form-reset, .btn-sm.form-button,
.btn-sm.form-submit, .btn-sm.eu-cookie-compliance-default-button,
.btn-sm.eu-cookie-compliance-secondary-button,
.btn-sm.eu-cookie-compliance-hide-button,
.btn-sm.eu-cookie-withdraw-button,
.btn-sm.eu-cookie-compliance-save-preferences-button,
.btn-sm.eu-cookie-compliance-personalize-button, .btn-sm.btn3,
.btn6, .btn-sm.btn2,
.btn5, .btn-sm.btn1,
.btn4, .block--gallery_cta .block-body .gallery_cta-item .btn-sm.item-link, .block--gallery_cta .block-body .gallery_cta-item .item-link.btn4,
.block--gallery_cta .block-body .gallery_cta-item .item-link.btn5,
.block--gallery_cta .block-body .gallery_cta-item .item-link.btn6 {
  padding: 0.625rem 1.375rem;
}
.btn:hover, .form-reset:hover, .form-button: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, .btn3:hover,
.btn6:hover, .btn2:hover,
.btn5:hover, .btn1:hover,
.btn4:hover, .block--gallery_cta .block-body .gallery_cta-item .item-link:hover, .btn:focus-visible, .form-reset:focus-visible, .form-button: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, .btn3:focus-visible,
.btn6:focus-visible, .btn2:focus-visible,
.btn5:focus-visible, .btn1:focus-visible,
.btn4:focus-visible, .block--gallery_cta .block-body .gallery_cta-item .item-link:focus-visible {
  border-color: var(--btn-hover-border-color);
  background-color: var(--btn-hover-bg);
  color: var(--btn-hover-color);
}
.btn:focus-visible, .form-reset:focus-visible, .form-button: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, .btn3:focus-visible,
.btn6:focus-visible, .btn2:focus-visible,
.btn5:focus-visible, .btn1:focus-visible,
.btn4:focus-visible, .block--gallery_cta .block-body .gallery_cta-item .item-link:focus-visible {
  box-shadow: var(--btn-focus-box-shadow);
  outline: 0;
}
.btn:active, .form-reset:active, .form-button: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, .btn3:active,
.btn6:active, .btn2:active,
.btn5:active, .btn1:active,
.btn4:active, .block--gallery_cta .block-body .gallery_cta-item .item-link:active, .btn.active, .active.form-reset, .active.form-button,
.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.btn3,
.active.btn6, .active.btn2,
.active.btn5, .active.btn1,
.active.btn4, .block--gallery_cta .block-body .gallery_cta-item .active.item-link, .btn.show, .show.form-reset, .show.form-button,
.show.form-submit, .show.eu-cookie-compliance-default-button,
.show.eu-cookie-compliance-secondary-button,
.show.eu-cookie-compliance-hide-button,
.show.eu-cookie-withdraw-button,
.show.eu-cookie-compliance-save-preferences-button,
.show.eu-cookie-compliance-personalize-button, .show.btn3,
.show.btn6, .show.btn2,
.show.btn5, .show.btn1,
.show.btn4, .block--gallery_cta .block-body .gallery_cta-item .show.item-link {
  border-color: var(--btn-active-border-color);
  background-color: var(--btn-active-bg);
  color: var(--btn-active-color);
}
.btn:disabled, .form-reset:disabled, .form-button: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, .btn3:disabled,
.btn6:disabled, .btn2:disabled,
.btn5:disabled, .btn1:disabled,
.btn4:disabled, .block--gallery_cta .block-body .gallery_cta-item .item-link:disabled, .btn.disabled, .disabled.form-reset, .disabled.form-button,
.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.btn3,
.disabled.btn6, .disabled.btn2,
.disabled.btn5, .disabled.btn1,
.disabled.btn4, .block--gallery_cta .block-body .gallery_cta-item .disabled.item-link, fieldset:disabled .btn, fieldset:disabled .form-reset, fieldset:disabled .form-button,
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 .btn3,
fieldset:disabled .btn6, fieldset:disabled .btn2,
fieldset:disabled .btn5, fieldset:disabled .btn1,
fieldset:disabled .btn4, fieldset:disabled .block--gallery_cta .block-body .gallery_cta-item .item-link, .block--gallery_cta .block-body .gallery_cta-item fieldset:disabled .item-link {
  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-submit, .eu-cookie-compliance-default-button,
.eu-cookie-withdraw-button,
.eu-cookie-compliance-save-preferences-button, .btn1,
.btn4, .block--gallery_cta .block-body .gallery_cta-item .item-link {
  --btn-border-color: #5b6670;
  --btn-bg: #5b6670;
  --btn-color: #fff;
  --btn-hover-border-color: #49525a;
  --btn-hover-bg: #4d575f;
  --btn-hover-color: #fff;
  --btn-focus-shadow-rgb: 116, 125, 133;
  --btn-active-border-color: #444d54;
  --btn-active-bg: #49525a;
  --btn-active-color: #fff;
  --btn-disabled-border-color: #5b6670;
  --btn-disabled-bg: #5b6670;
  --btn-disabled-color: #fff;
}

.btn-secondary {
  --btn-border-color: #d9d8d7;
  --btn-bg: #d9d8d7;
  --btn-color: #000;
  --btn-hover-border-color: #dddcdb;
  --btn-hover-bg: #dfdedd;
  --btn-hover-color: #000;
  --btn-focus-shadow-rgb: 184, 184, 183;
  --btn-active-border-color: #dddcdb;
  --btn-active-bg: #e1e0df;
  --btn-active-color: #000;
  --btn-disabled-border-color: #d9d8d7;
  --btn-disabled-bg: #d9d8d7;
  --btn-disabled-color: #000;
}

.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: #c6c7c8;
  --btn-hover-bg: #d3d4d5;
  --btn-hover-color: #000;
  --btn-focus-shadow-rgb: 211, 212, 213;
  --btn-active-border-color: #babbbc;
  --btn-active-bg: #c6c7c8;
  --btn-active-color: #000;
  --btn-disabled-border-color: #f8f9fa;
  --btn-disabled-bg: #f8f9fa;
  --btn-disabled-color: #000;
}

.btn-dark, .btn3,
.btn6 {
  --btn-border-color: #222;
  --btn-bg: #222;
  --btn-color: #fff;
  --btn-hover-border-color: #383838;
  --btn-hover-bg: #434343;
  --btn-hover-color: #fff;
  --btn-focus-shadow-rgb: 67, 67, 67;
  --btn-active-border-color: #383838;
  --btn-active-bg: #4e4e4e;
  --btn-active-color: #fff;
  --btn-disabled-border-color: #222;
  --btn-disabled-bg: #222;
  --btn-disabled-color: #fff;
}

.btn-white, .page-node-type-property .property--footer .footer-item.cta .item-text .btn-primary, .page-node-type-property .property--footer .footer-item.cta .item-text .block--gallery_cta .block-body .gallery_cta-item .item-link, .block--gallery_cta .block-body .gallery_cta-item .page-node-type-property .property--footer .footer-item.cta .item-text .item-link, .page-node-type-property .property--footer .footer-item.cta .item-text .btn1,
.page-node-type-property .property--footer .footer-item.cta .item-text .btn4, .page-node-type-property .property--footer .footer-item.cta .item-text .eu-cookie-compliance-default-button,
.page-node-type-property .property--footer .footer-item.cta .item-text .eu-cookie-withdraw-button,
.page-node-type-property .property--footer .footer-item.cta .item-text .eu-cookie-compliance-save-preferences-button, .page-node-type-property .property--footer .footer-item.cta .item-text .form-button,
.page-node-type-property .property--footer .footer-item.cta .item-text .form-submit, .layout.background-primary .btn-primary, .layout.background-primary .form-button,
.layout.background-primary .form-submit, .layout.background-primary .block--gallery_cta .block-body .gallery_cta-item .item-link, .block--gallery_cta .block-body .gallery_cta-item .layout.background-primary .item-link, .layout.background-primary .eu-cookie-compliance-default-button,
.layout.background-primary .eu-cookie-withdraw-button,
.layout.background-primary .eu-cookie-compliance-save-preferences-button,
.layout.background-primary .btn1,
.layout.background-primary .btn4, .layout.background-secondary .btn-primary, .layout.background-secondary .form-button,
.layout.background-secondary .form-submit, .layout.background-secondary .block--gallery_cta .block-body .gallery_cta-item .item-link, .block--gallery_cta .block-body .gallery_cta-item .layout.background-secondary .item-link, .layout.background-secondary .eu-cookie-compliance-default-button,
.layout.background-secondary .eu-cookie-withdraw-button,
.layout.background-secondary .eu-cookie-compliance-save-preferences-button,
.layout.background-secondary .btn1,
.layout.background-secondary .btn4 {
  --btn-border-color: #fff;
  --btn-bg: #fff;
  --btn-color: #5b6670;
  --btn-hover-border-color: #cccccc;
  --btn-hover-bg: #d9d9d9;
  --btn-hover-color: #5b6670;
  --btn-focus-shadow-rgb: 230, 232, 234;
  --btn-active-border-color: #bfbfbf;
  --btn-active-bg: #cccccc;
  --btn-active-color: #5b6670;
  --btn-disabled-border-color: #fff;
  --btn-disabled-bg: #fff;
  --btn-disabled-color: #5b6670;
}

.btn-primary-ardent {
  --btn-border-color: #415f7f;
  --btn-bg: #415f7f;
  --btn-color: #fff;
  --btn-hover-border-color: #344c66;
  --btn-hover-bg: #37516c;
  --btn-hover-color: #fff;
  --btn-focus-shadow-rgb: 94, 119, 146;
  --btn-active-border-color: #31475f;
  --btn-active-bg: #344c66;
  --btn-active-color: #fff;
  --btn-disabled-border-color: #415f7f;
  --btn-disabled-bg: #415f7f;
  --btn-disabled-color: #fff;
}

.btn-secondary-ardent {
  --btn-border-color: #00a9c1;
  --btn-bg: #00a9c1;
  --btn-color: #fff;
  --btn-hover-border-color: #00879a;
  --btn-hover-bg: #0090a4;
  --btn-hover-color: #fff;
  --btn-focus-shadow-rgb: 38, 182, 202;
  --btn-active-border-color: #007f91;
  --btn-active-bg: #00879a;
  --btn-active-color: #fff;
  --btn-disabled-border-color: #00a9c1;
  --btn-disabled-bg: #00a9c1;
  --btn-disabled-color: #fff;
}

.btn-outline-primary, .eu-cookie-compliance-secondary-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-compliance-personalize-button, .btn2,
.btn5 {
  --btn-border-color: #5b6670;
  --btn-color: #5b6670;
  --btn-hover-border-color: #5b6670;
  --btn-hover-bg: #5b6670;
  --btn-hover-color: #fff;
  --btn-focus-shadow-rgb: 91, 102, 112;
  --btn-active-border-color: #5b6670;
  --btn-active-bg: #5b6670;
  --btn-active-color: #fff;
  --btn-disabled-border-color: #5b6670;
  --btn-disabled-bg: transparent;
  --btn-disabled-color: #5b6670;
}

.btn-outline-secondary {
  --btn-border-color: #d9d8d7;
  --btn-color: #d9d8d7;
  --btn-hover-border-color: #d9d8d7;
  --btn-hover-bg: #d9d8d7;
  --btn-hover-color: #000;
  --btn-focus-shadow-rgb: 217, 216, 215;
  --btn-active-border-color: #d9d8d7;
  --btn-active-bg: #d9d8d7;
  --btn-active-color: #000;
  --btn-disabled-border-color: #d9d8d7;
  --btn-disabled-bg: transparent;
  --btn-disabled-color: #d9d8d7;
}

.btn-outline-success {
  --btn-border-color: #198754;
  --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-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-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-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-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: #222;
  --btn-color: #222;
  --btn-hover-border-color: #222;
  --btn-hover-bg: #222;
  --btn-hover-color: #fff;
  --btn-focus-shadow-rgb: 34, 34, 34;
  --btn-active-border-color: #222;
  --btn-active-bg: #222;
  --btn-active-color: #fff;
  --btn-disabled-border-color: #222;
  --btn-disabled-bg: transparent;
  --btn-disabled-color: #222;
}

.btn-outline-white, .page-node-type-property .property--footer .footer-item.cta .item-text .btn-outline-primary, .page-node-type-property .property--footer .footer-item.cta .item-text .btn2,
.page-node-type-property .property--footer .footer-item.cta .item-text .btn5, .page-node-type-property .property--footer .footer-item.cta .item-text .eu-cookie-compliance-secondary-button,
.page-node-type-property .property--footer .footer-item.cta .item-text .eu-cookie-compliance-hide-button,
.page-node-type-property .property--footer .footer-item.cta .item-text .eu-cookie-compliance-personalize-button, .layout.background-primary .btn-outline-primary, .layout.background-primary .eu-cookie-compliance-secondary-button,
.layout.background-primary .eu-cookie-compliance-hide-button,
.layout.background-primary .eu-cookie-compliance-personalize-button,
.layout.background-primary .btn2,
.layout.background-primary .btn5, .layout.background-secondary .btn-outline-primary, .layout.background-secondary .eu-cookie-compliance-secondary-button,
.layout.background-secondary .eu-cookie-compliance-hide-button,
.layout.background-secondary .eu-cookie-compliance-personalize-button,
.layout.background-secondary .btn2,
.layout.background-secondary .btn5 {
  --btn-border-color: #fff;
  --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-outline-primary-ardent {
  --btn-border-color: #415f7f;
  --btn-color: #415f7f;
  --btn-hover-border-color: #415f7f;
  --btn-hover-bg: #415f7f;
  --btn-hover-color: #fff;
  --btn-focus-shadow-rgb: 65, 95, 127;
  --btn-active-border-color: #415f7f;
  --btn-active-bg: #415f7f;
  --btn-active-color: #fff;
  --btn-disabled-border-color: #415f7f;
  --btn-disabled-bg: transparent;
  --btn-disabled-color: #415f7f;
}

.btn-outline-secondary-ardent {
  --btn-border-color: #00a9c1;
  --btn-color: #00a9c1;
  --btn-hover-border-color: #00a9c1;
  --btn-hover-bg: #00a9c1;
  --btn-hover-color: #fff;
  --btn-focus-shadow-rgb: 0, 169, 193;
  --btn-active-border-color: #00a9c1;
  --btn-active-bg: #00a9c1;
  --btn-active-color: #fff;
  --btn-disabled-border-color: #00a9c1;
  --btn-disabled-bg: transparent;
  --btn-disabled-color: #00a9c1;
}

.btn-link, .form-reset, .btn7 {
  --btn-border-color: #d9d8d7;
  --btn-bg: transparent;
  --btn-color: #5b6670;
  --btn-hover-border-color: transparent;
  --btn-hover-bg: transparent;
  --btn-hover-color: #5b6670;
  --btn-focus-shadow-rgb: 116, 125, 133;
  --btn-active-border-color: transparent;
  --btn-active-bg: transparent;
  --btn-active-color: #5b6670;
  --btn-disabled-border-color: #d9d8d7;
  --btn-disabled-bg: transparent;
  --btn-disabled-color: #6c757d;
  border: 0;
  border-bottom: 1px solid var(--btn-border-color);
  padding: 0.375rem 0;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.3334;
}

.menu .btn .menu__link, .menu .form-reset .menu__link, .menu .form-button .menu__link,
.menu .form-submit .menu__link, .menu .eu-cookie-compliance-default-button .menu__link,
.menu .eu-cookie-compliance-secondary-button .menu__link,
.menu .eu-cookie-compliance-hide-button .menu__link,
.menu .eu-cookie-withdraw-button .menu__link,
.menu .eu-cookie-compliance-save-preferences-button .menu__link,
.menu .eu-cookie-compliance-personalize-button .menu__link, .menu .btn3 .menu__link,
.menu .btn6 .menu__link, .menu .btn2 .menu__link,
.menu .btn5 .menu__link, .menu .btn1 .menu__link,
.menu .btn4 .menu__link, .menu .block--gallery_cta .block-body .gallery_cta-item .item-link .menu__link, .block--gallery_cta .block-body .gallery_cta-item .menu .item-link .menu__link {
  color: inherit !important;
}
.menu .btn .menu__link::after, .menu .form-reset .menu__link::after, .menu .form-button .menu__link::after,
.menu .form-submit .menu__link::after, .menu .eu-cookie-compliance-default-button .menu__link::after,
.menu .eu-cookie-compliance-secondary-button .menu__link::after,
.menu .eu-cookie-compliance-hide-button .menu__link::after,
.menu .eu-cookie-withdraw-button .menu__link::after,
.menu .eu-cookie-compliance-save-preferences-button .menu__link::after,
.menu .eu-cookie-compliance-personalize-button .menu__link::after, .menu .btn3 .menu__link::after,
.menu .btn6 .menu__link::after, .menu .btn2 .menu__link::after,
.menu .btn5 .menu__link::after, .menu .btn1 .menu__link::after,
.menu .btn4 .menu__link::after, .menu .block--gallery_cta .block-body .gallery_cta-item .item-link .menu__link::after, .block--gallery_cta .block-body .gallery_cta-item .menu .item-link .menu__link::after {
  content: none !important;
}

.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;
  }
}

.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  border-bottom: 1px solid #dee2e6;
  padding-left: 0;
  list-style: none;
}
.nav-tabs .nav-link {
  display: block;
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  padding: 0.5rem 1rem;
  background: none;
  color: var(--link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-tabs .nav-link {
    transition: none;
  }
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  color: var(--link-hover-color);
  isolation: isolate;
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  border-color: transparent;
  background-color: transparent;
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-color: #dee2e6 #dee2e6 #fff;
  background-color: #fff;
  color: #495057;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.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;
  align-items: center;
  justify-content: center;
  margin-top: 6.875rem;
  margin-bottom: 0.5rem !important;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 600px) {
  .pagination {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8.125rem;
    padding-right: 8.125rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  padding: 0;
  width: 2.25rem;
  height: 2.25rem;
  background-color: transparent;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  transition: box-shadow 0.2s ease-in, color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  color: #5b6670;
}
.page-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(91, 102, 112, 0.25);
  color: #5b6670;
  outline: 0;
}
.page-link.active, .active > .page-link {
  background-color: #5b6670;
  color: #fff;
}
.page-link.disabled, .disabled > .page-link {
  color: #6c757d;
  pointer-events: none;
}

@media (min-width: 600px) {
  .page-item.page-item--previous, .page-item.page-item--next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (min-width: 600px) {
  .page-item.page-item--previous .page-link, .page-item.page-item--next .page-link {
    border-radius: 0;
    width: auto;
    height: auto;
  }
}
@media (max-width: 599.98px) {
  .page-item.page-item--previous .page-link > span, .page-item.page-item--next .page-link > span {
    display: none;
  }
}
.page-item.page-item--previous .page-link::before, .page-item.page-item--next .page-link::after {
  content: "";
  flex-shrink: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.625rem 0.625rem;
  transition: background-image 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .page-item.page-item--previous .page-link::before, .page-item.page-item--next .page-link::after {
    transition: none;
  }
}
@media (min-width: 600px) {
  .page-item.page-item--previous {
    left: 0;
  }
}
.page-item.page-item--previous .page-link::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23000' d='m2.83,7.41c.04-.1.1-.19.16-.28.04-.06.05-.12.1-.18.02-.03.06-.04.09-.06.03-.03.04-.07.07-.1L10.63.39c.3-.26.68-.39,1.05-.39.45,0,.89.19,1.21.55.58.67.51,1.68-.16,2.26l-5.99,5.19,5.99,5.19c.67.58.74,1.59.16,2.26-.58.67-1.59.74-2.26.16l-7.38-6.4s-.04-.06-.07-.09c-.03-.03-.06-.04-.09-.07-.05-.05-.06-.12-.1-.18-.06-.09-.12-.18-.16-.28-.04-.1-.06-.19-.08-.29-.02-.1-.04-.2-.04-.3s.02-.2.04-.3c.02-.1.04-.19.08-.29Z'/%3e%3c/svg%3e");
}
@media (min-width: 600px) {
  .page-item.page-item--previous .page-link::before {
    margin-right: 0.875rem;
  }
}
.page-item.page-item--previous .page-link:hover::before, .page-item.page-item--previous .page-link:focus::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%235b6670' d='m2.83,7.41c.04-.1.1-.19.16-.28.04-.06.05-.12.1-.18.02-.03.06-.04.09-.06.03-.03.04-.07.07-.1L10.63.39c.3-.26.68-.39,1.05-.39.45,0,.89.19,1.21.55.58.67.51,1.68-.16,2.26l-5.99,5.19,5.99,5.19c.67.58.74,1.59.16,2.26-.58.67-1.59.74-2.26.16l-7.38-6.4s-.04-.06-.07-.09c-.03-.03-.06-.04-.09-.07-.05-.05-.06-.12-.1-.18-.06-.09-.12-.18-.16-.28-.04-.1-.06-.19-.08-.29-.02-.1-.04-.2-.04-.3s.02-.2.04-.3c.02-.1.04-.19.08-.29Z'/%3e%3c/svg%3e");
}
@media (min-width: 600px) {
  .page-item.page-item--next {
    right: 0;
  }
}
.page-item.page-item--next .page-link::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23000' d='m13.17,8.59c-.04.1-.1.19-.16.28-.04.06-.05.12-.1.18-.02.03-.06.04-.09.06-.03.03-.04.07-.07.1l-7.38,6.4c-.3.26-.68.39-1.05.39-.45,0-.89-.19-1.21-.55-.58-.67-.51-1.68.16-2.26l5.99-5.19L3.27,2.81c-.67-.58-.74-1.59-.16-2.26.58-.67,1.59-.74,2.26-.16l7.38,6.4s.04.06.07.09c.03.03.06.04.09.07.05.05.06.12.1.18.06.09.12.18.16.28.04.1.06.19.08.29.02.1.04.2.04.3s-.02.2-.04.3c-.02.1-.04.19-.08.29Z'/%3e%3c/svg%3e");
}
@media (min-width: 600px) {
  .page-item.page-item--next .page-link::after {
    margin-left: 0.875rem;
  }
}
.page-item.page-item--next .page-link:hover::after, .page-item.page-item--next .page-link:focus::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%235b6670' d='m13.17,8.59c-.04.1-.1.19-.16.28-.04.06-.05.12-.1.18-.02.03-.06.04-.09.06-.03.03-.04.07-.07.1l-7.38,6.4c-.3.26-.68.39-1.05.39-.45,0-.89-.19-1.21-.55-.58-.67-.51-1.68.16-2.26l5.99-5.19L3.27,2.81c-.67-.58-.74-1.59-.16-2.26.58-.67,1.59-.74,2.26-.16l7.38,6.4s.04.06.07.09c.03.03.06.04.09.07.05.05.06.12.1.18.06.09.12.18.16.28.04.1.06.19.08.29.02.1.04.2.04.3s-.02.2-.04.3c-.02.1-.04.19-.08.29Z'/%3e%3c/svg%3e");
}

.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(91, 102, 112, 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: #ced1d4;
  --alert-bg: #dee0e2;
  --alert-color: #373d43;
}
.alert-primary .alert-link {
  color: #2c3136;
}

.alert-secondary {
  --alert-border-color: #f4f3f3;
  --alert-bg: #f7f7f7;
  --alert-color: #575656;
}
.alert-secondary .alert-link {
  color: #464545;
}

.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: #bdbdbd;
  --alert-bg: lightgray;
  --alert-color: #141414;
}
.alert-dark .alert-link {
  color: #101010;
}

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

.alert-primary-ardent {
  --alert-border-color: #c6cfd9;
  --alert-bg: #d9dfe5;
  --alert-color: #27394c;
}
.alert-primary-ardent .alert-link {
  color: #1f2e3d;
}

.alert-secondary-ardent {
  --alert-border-color: #b3e5ec;
  --alert-bg: #cceef3;
  --alert-color: #006574;
}
.alert-secondary-ardent .alert-link {
  color: #00515d;
}

.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(91, 102, 112, 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: #ced1d4;
  --toast-bg: #dee0e2;
  --toast-color: #373d43;
}
.toast-primary .toast-link {
  color: #2c3136;
}

.toast-secondary {
  --toast-border-color: #f4f3f3;
  --toast-bg: #f7f7f7;
  --toast-color: #575656;
}
.toast-secondary .toast-link {
  color: #464545;
}

.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: #bdbdbd;
  --toast-bg: lightgray;
  --toast-color: #141414;
}
.toast-dark .toast-link {
  color: #101010;
}

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

.toast-primary-ardent {
  --toast-border-color: #c6cfd9;
  --toast-bg: #d9dfe5;
  --toast-color: #27394c;
}
.toast-primary-ardent .toast-link {
  color: #1f2e3d;
}

.toast-secondary-ardent {
  --toast-border-color: #b3e5ec;
  --toast-bg: #cceef3;
  --toast-color: #006574;
}
.toast-secondary-ardent .toast-link {
  color: #00515d;
}

.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(91, 102, 112, 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: 600px) {
  .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: 1000px) {
  .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: 599.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: 799.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: 999.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: 599.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: 599.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 599.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: 599.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm.offcanvas-fullscreen {
    transition: none;
  }
}
@media (max-width: 599.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: 600px) {
  .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: 799.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: 799.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 799.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: 799.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md.offcanvas-fullscreen {
    transition: none;
  }
}
@media (max-width: 799.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: 800px) {
  .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: 999.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: 999.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 999.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: 999.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg.offcanvas-fullscreen {
    transition: none;
  }
}
@media (max-width: 999.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: 1000px) {
  .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(91, 102, 112, 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: #5b6670 !important;
}

.text-color-secondary {
  color: #d9d8d7 !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: #222 !important;
}

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

.text-color-primary-ardent {
  color: #415f7f !important;
}

.text-color-secondary-ardent {
  color: #00a9c1 !important;
}

.link-primary {
  color: #5b6670 !important;
}
.link-primary:hover, .link-primary:focus {
  color: #49525a !important;
}

.link-secondary {
  color: #d9d8d7 !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #e1e0df !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: #222 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1b1b1b !important;
}

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

.link-primary-ardent {
  color: #415f7f !important;
}
.link-primary-ardent:hover, .link-primary-ardent:focus {
  color: #344c66 !important;
}

.link-secondary-ardent {
  color: #00a9c1 !important;
}
.link-secondary-ardent:hover, .link-secondary-ardent:focus {
  color: #00879a !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, .page-node-type-home .home--properties .property-item .item-link::after, .leaderboard .leaderboard-body .cta .cta-link::after, .block--properties .bloc .content .property-item .property-button::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;
}

.custom-list, .block--text .block-body ul, .block--text_media .block-body .text ul, .block--testimonials .block-body .testimonial-item .item-text ul, .block--faq .block-body .faq-body ul, .block--evidence .block-body .text ul {
  padding-left: 0;
  list-style: none;
}
.custom-list li, .block--text .block-body ul li, .block--text_media .block-body .text ul li, .block--testimonials .block-body .testimonial-item .item-text ul li, .block--faq .block-body .faq-body ul li, .block--evidence .block-body .text ul li {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.custom-list li::before, .block--text .block-body ul li::before, .block--text_media .block-body .text ul li::before, .block--testimonials .block-body .testimonial-item .item-text ul li::before, .block--faq .block-body .faq-body ul li::before, .block--evidence .block-body .text ul li::before {
  content: "";
  align-self: flex-start;
  flex-shrink: 0;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #5b6670;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23fff' d='m13.23,8c0,.63-.24,1.26-.72,1.74l-5.54,5.54c-.48.48-1.11.72-1.74.72s-1.26-.24-1.74-.72c-.96-.96-.96-2.52,0-3.48l3.8-3.8-3.8-3.8c-.96-.96-.96-2.52,0-3.48s2.52-.96,3.48,0l5.54,5.54c.48.48.72,1.11.72,1.74Z'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px 6px;
}
.custom-list li + li, .block--text .block-body ul li + li, .block--text_media .block-body .text ul li + li, .block--testimonials .block-body .testimonial-item .item-text ul li + li, .block--faq .block-body .faq-body ul li + li, .block--evidence .block-body .text ul li + li {
  margin-top: 0.75rem;
}

.banner {
  position: relative;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media (min-width: 600px) {
  .banner {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.banner .banner-header, .banner .banner-header::after,
.banner .banner-header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner .banner-header::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}
.banner .banner-header img {
  -o-object-fit: cover;
  object-fit: cover;
}
.banner .banner-header ~ .banner-body {
  position: relative;
  color: #fff;
}
.banner .banner-header ~ .banner-body .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 345px;
}
@media (min-width: 800px) {
  .banner .banner-header ~ .banner-body .inner {
    min-height: 545px;
  }
}
.banner .banner-body {
  color: #000;
}
@media (min-width: 800px) {
  .banner .banner-body {
    text-align: center;
  }
}
@media (max-width: 599.98px) {
  .banner .banner-body > .container,
  .banner .banner-body > .container-fluid,
  .banner .layout.container-fullscreen .banner-body > .section__wrapper,
  .layout.container-fullscreen .banner .banner-body > .section__wrapper,
  .banner .banner-body > .container-sm,
  .banner .banner-body > .container-md,
  .banner .layout.container-small .banner-body > .section__wrapper,
  .layout.container-small .banner .banner-body > .section__wrapper,
  .banner .banner-body > .container-lg,
  .banner .banner-body > .container-xl,
  .banner .layout.container-medium .banner-body > .section__wrapper,
  .layout.container-medium .banner .banner-body > .section__wrapper,
  .banner .error-404 .banner-body > .main-wrapper,
  .error-404 .banner .banner-body > .main-wrapper,
  .banner .path-search .banner-body > .main-wrapper,
  .path-search .banner .banner-body > .main-wrapper,
  .banner .path-user .banner-body > .main-wrapper,
  .path-user .banner .banner-body > .main-wrapper,
  .banner .path-webform .banner-body > .main-wrapper,
  .path-webform .banner .banner-body > .main-wrapper,
  .banner .banner-body > .container-xxl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.banner .banner-body .inner {
  position: relative;
  padding-top: 5.375rem;
  padding-bottom: 5.375rem;
}
@media (min-width: 800px) {
  .banner .banner-body .inner {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.banner .banner-body .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  top: 2.25rem;
  left: 0;
  width: 100%;
  text-align: left;
}
@media (min-width: 800px) {
  .banner .banner-body .top {
    top: 3.75rem;
  }
}
.banner .banner-body .top .back {
  line-height: 1;
}
@media (min-width: 1400px) {
  .banner .banner-body .top .back {
    margin-left: -2rem;
  }
}
.banner .banner-body .top .back > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  vertical-align: middle;
  border: 0;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2858;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: color 0.2s ease-in, box-shadow 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .banner .banner-body .top .back > a {
    transition: none;
  }
}
@media (min-width: 1400px) {
  .banner .banner-body .top .back > a {
    gap: 1.25rem;
  }
}
.banner .banner-body .top .back > a .icon {
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
}
.banner .banner-body .top .back > a:hover, .banner .banner-body .top .back > a:focus-visible {
  color: #5b6670;
}
.banner .banner-body .top .back > a:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(116, 125, 133, 0.5);
  outline: 0;
}
.banner .banner-body .top .availability {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -2.625rem;
  background-color: var(--custom-color, #5b6670);
  padding: 1.5rem 0.625rem;
  color: #fff;
  width: 102px;
  font-family: "Circular Std", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media (min-width: 800px) {
  .banner .banner-body .top .availability {
    margin-top: -4.375rem;
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
    width: 168px;
    font-size: 1.125rem;
    line-height: 1.1112;
  }
}
.banner .banner-body .top .availability::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-bottom: 0.375rem solid var(--custom-darkercolor, #2e3338);
  border-left: 0.25rem solid transparent;
}
@media (min-width: 800px) {
  .banner .banner-body .top .availability::before {
    border-bottom-width: 0.625rem;
    border-left-width: 0.375rem;
  }
}
.banner .banner-body .suptitle {
  margin-bottom: 0;
  font-family: "Circular Std", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2858;
  text-transform: uppercase;
}
.banner .banner-body h1, .banner .banner-body .h1 {
  font-family: "Circular Std", sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.1112;
}
@media (min-width: 800px) {
  .banner .banner-body h1, .banner .banner-body .h1 {
    font-size: 4.5rem;
    line-height: 1;
  }
}
.banner .banner-body h1, .banner .banner-body h2, .banner .banner-body h3, .banner .banner-body h4, .banner .banner-body h5, .banner .banner-body h6, .banner .banner-body .h1, .banner .banner-body .h2, .banner .banner-body .h3, .banner .banner-body .h4, .banner .banner-body .h5, .banner .banner-body .h6 {
  color: inherit;
}

.block--cta .block-inner {
  padding: 2.5rem 1.25rem;
  background-color: #5b6670;
}
.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 .form-reset, .block--cta .block-body .form-button,
.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 .btn3,
.block--cta .block-body .btn6, .block--cta .block-body .btn2,
.block--cta .block-body .btn5, .block--cta .block-body .btn1,
.block--cta .block-body .btn4, .block--cta .block--gallery_cta .block-body .gallery_cta-item .item-link, .block--gallery_cta .block--cta .block-body .gallery_cta-item .item-link {
  min-width: 195px;
}

@media (min-width: 1000px) {
  .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;
  }
  .layout--onecol .block--cta .block-header {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
    padding-right: 2.5rem;
  }
  .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 .background, .block--evidence .block-body .background::after,
.block--evidence .block-body .background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block--evidence .block-body .background::after {
  content: "";
  background-color: rgba(31, 31, 31, 0.45);
}
.block--evidence .block-body .background img {
  -o-object-fit: cover;
  object-fit: cover;
}
.block--evidence .block-body .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 3.125rem 1.25rem;
  min-height: 720px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.block--evidence .block-body .text .content {
  width: 100%;
  max-width: 680px;
}
.block--evidence .block-body .text .content > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.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: 1.625rem;
  color: #fff;
}
.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 .cta {
  margin-top: 2.5rem;
}
.block--evidence .block-body .text .cta .btn, .block--evidence .block-body .text .cta .form-reset, .block--evidence .block-body .text .cta .form-button,
.block--evidence .block-body .text .cta .form-submit, .block--evidence .block-body .text .cta .eu-cookie-compliance-default-button,
.block--evidence .block-body .text .cta .eu-cookie-compliance-secondary-button,
.block--evidence .block-body .text .cta .eu-cookie-compliance-hide-button,
.block--evidence .block-body .text .cta .eu-cookie-withdraw-button,
.block--evidence .block-body .text .cta .eu-cookie-compliance-save-preferences-button,
.block--evidence .block-body .text .cta .eu-cookie-compliance-personalize-button, .block--evidence .block-body .text .cta .btn3,
.block--evidence .block-body .text .cta .btn6, .block--evidence .block-body .text .cta .btn2,
.block--evidence .block-body .text .cta .btn5, .block--evidence .block-body .text .cta .btn1,
.block--evidence .block-body .text .cta .btn4, .block--evidence .block--gallery_cta .block-body .text .cta .gallery_cta-item .item-link, .block--gallery_cta .block--evidence .block-body .text .cta .gallery_cta-item .item-link, .block--evidence .block--gallery_cta .block-body .gallery_cta-item .text .cta .item-link, .block--gallery_cta .block--evidence .block-body .gallery_cta-item .text .cta .item-link {
  min-width: 195px;
}

.block--faq .block-body .faq-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  position: relative;
  border: 0;
  border-radius: 0;
  padding: 1.5625rem 0;
  width: 100%;
  background-color: transparent;
  color: #5f5f5f;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .block--faq .block-body .faq-button {
    transition: none;
  }
}
.block--faq .block-body .faq-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d9d8d7'%3e%3cpath d='m14.67,9.33H1.33c-.74,0-1.33-.6-1.33-1.33s.6-1.33,1.33-1.33h13.33c.74,0,1.33.6,1.33,1.33s-.6,1.33-1.33,1.33Z'/%3e%3c/svg%3e");
}
.block--faq .block-body .faq-button::after {
  content: "";
  flex-shrink: 0;
  border: 1px solid rgba(217, 216, 215, 0.15);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d9d8d7'%3e%3cpath d='m16,8c0,.74-.6,1.33-1.33,1.33h-5.33v5.33c0,.74-.6,1.33-1.33,1.33s-1.33-.6-1.33-1.33v-5.33H1.33c-.74,0-1.33-.6-1.33-1.33s.6-1.33,1.33-1.33h5.33V1.33c0-.74.6-1.33,1.33-1.33s1.33.6,1.33,1.33v5.33h5.33c.74,0,1.33.6,1.33,1.33Z'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.75rem;
  transition: background-image 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .block--faq .block-body .faq-button::after {
    transition: none;
  }
}
.block--faq .block-body .faq-button:hover {
  color: #5b6670;
}
.block--faq .block-body .faq-button:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(91, 102, 112, 0.25);
  outline: 0;
}
.block--faq .block-body .faq-header {
  margin-bottom: 0;
}
.block--faq .block-body .faq-body {
  padding: 0 0 1.5625rem;
}
.block--faq .block-body .faq-item + .faq-item {
  border-top: 1px solid #d8d8d8;
}

@media (min-width: 1000px) {
  .layout--onecol .block--faq .block-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
  }
  .layout--onecol .block--faq .block-header {
    flex: 0 0 auto;
    width: calc((100% - 5rem) / 3);
    max-width: 100%;
    margin-bottom: 0 !important;
  }
  .layout--onecol .block--faq .block-body {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
  }
}

.block--footer {
  position: relative;
}
.block--footer .background, .block--footer .background::after,
.block--footer .background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block--footer .background::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}
.block--footer .background img {
  -o-object-fit: cover;
  object-fit: cover;
}
.block--footer .content {
  position: relative;
  padding: 4.875rem 1.25rem 3.625rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 600px) {
  .block--footer .content {
    padding-bottom: 6rem;
    line-height: 1.7143;
  }
}
.block--footer .content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
}
.block--footer .logo {
  margin-bottom: 2rem;
}
@media (min-width: 600px) {
  .block--footer .logo {
    margin-bottom: 3rem;
  }
}
.block--footer .logo:last-child {
  margin-bottom: 0;
}
.block--footer .logo img {
  width: 104px;
}
.block--footer .title {
  margin-bottom: 0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2858;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .block--footer .title {
    margin-bottom: 1.25rem;
  }
}
.block--footer .title:last-child {
  margin-bottom: 0;
}
.block--footer .title strong {
  display: block;
  margin-top: 0.25rem;
  color: inherit;
  font-size: 2.25rem;
  font-weight: inherit;
  letter-spacing: normal;
  line-height: 1.1112;
  text-transform: none;
}
@media (min-width: 600px) {
  .block--footer .title strong {
    line-height: 1.2223;
  }
}

.block--gallery_cta .block-header .custom-navigation {
  display: flex;
  flex-wrap: wrap;
}
.block--gallery_cta .block-header .custom-button-prev,
.block--gallery_cta .block-header .custom-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  background-color: rgba(91, 102, 112, 0.1);
  color: #5b6670;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--gallery_cta .block-header .custom-button-prev,
  .block--gallery_cta .block-header .custom-button-next {
    transition: none;
  }
}
.block--gallery_cta .block-header .custom-button-prev svg,
.block--gallery_cta .block-header .custom-button-next svg {
  width: 1.125rem;
  height: 1.125rem;
}
.block--gallery_cta .block-header .custom-button-prev:hover,
.block--gallery_cta .block-header .custom-button-next:hover {
  background-color: #5b6670;
  color: #fff;
}
.block--gallery_cta .block-header .custom-button-prev.swiper-button-disabled,
.block--gallery_cta .block-header .custom-button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.block--gallery_cta .block-header .custom-button-prev.swiper-button-lock,
.block--gallery_cta .block-header .custom-button-next.swiper-button-lock {
  display: none;
}
.block--gallery_cta .block-header .custom-button-next {
  margin-left: 0.625rem;
}
.block--gallery_cta .block-body .swiper {
  width: 100%;
  height: auto;
}
.block--gallery_cta .block-body .gallery_cta-item {
  --plyr-color-main: #5b6670;
}
.block--gallery_cta .block-body .gallery_cta-item .plyr--video.plyr--playing .plyr__control--overlaid {
  opacity: 0;
}
.block--gallery_cta .block-body .gallery_cta-item .plyr--video.plyr--stopped .plyr__controls {
  opacity: 0;
  visibility: hidden;
}
.block--gallery_cta .block-body .gallery_cta-item .plyr__control--overlaid {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0;
  border-radius: 50%;
  padding: 0;
  width: 4.375rem;
  height: 4.375rem;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%235b6670' d='m14.32,7.06c.53.32.7,1.01.37,1.53-.09.15-.22.27-.37.36L2.87,15.84c-.53.32-1.23.16-1.56-.36-.11-.17-.17-.37-.17-.58V1.11C1.14.5,1.65,0,2.28,0c.21,0,.42.06.59.16l11.45,6.89Z'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--gallery_cta .block-body .gallery_cta-item .plyr__control--overlaid {
    transition: none;
  }
}
.block--gallery_cta .block-body .gallery_cta-item .plyr__control--overlaid svg {
  display: none;
}
.block--gallery_cta .block-body .gallery_cta-item .plyr__control--overlaid:focus, .block--gallery_cta .block-body .gallery_cta-item .plyr__control--overlaid:hover {
  opacity: 0.9;
}
.block--gallery_cta .block-body .gallery_cta-item .ratio img {
  -o-object-fit: cover;
  object-fit: cover;
}
.block--gallery_cta .block-body .gallery_cta-item .item-body {
  padding: 2.5rem 0;
  background-color: #fff;
  transition: opacity 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .block--gallery_cta .block-body .gallery_cta-item .item-body {
    transition: none;
  }
}
.block--gallery_cta .block-body .gallery_cta-item .item-title {
  margin-bottom: 0.9375rem;
  color: #111;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3334;
}
.block--gallery_cta .block-body .gallery_cta-item .item-title:last-child {
  margin-bottom: 0;
}
.block--gallery_cta .block-body .gallery_cta-item .item-text {
  margin-bottom: 0.9375rem;
  color: #5f5f5f;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
}
.block--gallery_cta .block-body .gallery_cta-item .item-text:last-child {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .layout--onecol .block--gallery_cta .block-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .layout--onecol .block--gallery_cta .block-header h2, .layout--onecol .block--gallery_cta .block-header .h2 {
    margin-bottom: 0;
  }
  .layout--onecol .block--gallery_cta .block-body .swiper {
    overflow: visible;
  }
  .layout--onecol .block--gallery_cta .block-body .gallery_cta-item {
    position: relative;
    overflow: hidden;
  }
  .layout--onecol .block--gallery_cta .block-body .gallery_cta-item .plyr--video.plyr--playing ~ .item-body {
    opacity: 0;
    visibility: hidden;
  }
  .layout--onecol .block--gallery_cta .block-body .gallery_cta-item .plyr--video.plyr--paused .plyr__controls {
    opacity: 0;
    visibility: hidden;
  }
  .layout--onecol .block--gallery_cta .block-body .gallery_cta-item .item-body {
    position: absolute;
    bottom: 1.875rem;
    left: 1.875rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    width: 370px;
  }
}

.block--gallery_xxl .block-body .swiper {
  width: 100%;
  height: auto;
}
.block--gallery_xxl .block-body .swiper-slide .ratio img {
  -o-object-fit: cover;
  object-fit: cover;
}
.block--gallery_xxl .block-body .mainSwiper .lightbox {
  display: block;
  position: relative;
}
.block--gallery_xxl .block-body .mainSwiper .lightbox::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 1.5rem;
  right: 0.75rem;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23fff' d='m15.14.23h-4.01c-.48,0-.86.38-.86.86s.38.86.86.86h3.15v3.15c0,.48.38.86.86.86s.86-.38.86-.86V1.09c0-.48-.38-.86-.86-.86ZM4.87,14.05H1.72v-3.15c0-.48-.38-.86-.86-.86s-.86.38-.86.86v4.01c0,.48.38.86.86.86h4.01c.48,0,.86-.38.86-.86s-.38-.86-.86-.86Zm10.04-3.79c-.48,0-.86.38-.86.86v3.15h-3.16c-.48,0-.86.38-.86.86s.38.86.86.86h4.01c.48,0,.86-.38.86-.86v-4.01c0-.48-.38-.86-.86-.86ZM5.1,0H1.09C.61,0,.23.38.23.86v4.01c0,.48.38.86.86.86s.86-.38.86-.86V1.72h3.16c.48,0,.86-.38.86-.86s-.38-.86-.86-.86Z'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.125rem 1.125rem;
  transition: background-color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--gallery_xxl .block-body .mainSwiper .lightbox::after {
    transition: none;
  }
}
.block--gallery_xxl .block-body .mainSwiper .lightbox:hover::after {
  background-color: #000;
}
.block--gallery_xxl .block-body .thumbsSwiper {
  margin-top: 0.625rem;
}
.block--gallery_xxl .block-body .thumbsSwiper .swiper-slide {
  width: 5rem;
  cursor: pointer;
}
.block--gallery_xxl .block-body .thumbsSwiper .swiper-slide-thumb-active img {
  border: 0.1875rem solid #00a9c1;
}
.block--gallery_xxl .block-body .custom-navigation {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}
.block--gallery_xxl .block-body .custom-button-prev,
.block--gallery_xxl .block-body .custom-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  background-color: rgba(91, 102, 112, 0.1);
  color: #5b6670;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--gallery_xxl .block-body .custom-button-prev,
  .block--gallery_xxl .block-body .custom-button-next {
    transition: none;
  }
}
.block--gallery_xxl .block-body .custom-button-prev svg,
.block--gallery_xxl .block-body .custom-button-next svg {
  width: 1.125rem;
  height: 1.125rem;
}
.block--gallery_xxl .block-body .custom-button-prev:hover,
.block--gallery_xxl .block-body .custom-button-next:hover {
  background-color: #5b6670;
  color: #fff;
}
.block--gallery_xxl .block-body .custom-button-prev.swiper-button-disabled,
.block--gallery_xxl .block-body .custom-button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.block--gallery_xxl .block-body .custom-button-prev.swiper-button-lock,
.block--gallery_xxl .block-body .custom-button-next.swiper-button-lock {
  display: none;
}
.block--gallery_xxl .block-body .custom-button-next {
  margin-left: 0.625rem;
}

@media (min-width: 1000px) {
  .layout--onecol .block--gallery_xxl .block-body .slider {
    position: relative;
  }
  .layout--onecol .block--gallery_xxl .block-body .slider::after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16.25rem;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    opacity: 0.7;
    pointer-events: none;
  }
  .layout--onecol .block--gallery_xxl .block-body .custom-navigation {
    position: absolute;
    z-index: 3;
    bottom: 1.25rem;
    right: 0.75rem;
    margin-bottom: 0;
  }
  .layout--onecol .block--gallery_xxl .block-body .custom-button-prev,
  .layout--onecol .block--gallery_xxl .block-body .custom-button-next {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  .layout--onecol .block--gallery_xxl .block-body .custom-button-prev:hover,
  .layout--onecol .block--gallery_xxl .block-body .custom-button-next:hover {
    background-color: #000;
    color: #fff;
  }
  .layout--onecol .block--gallery_xxl .block-body .custom-button-next {
    margin-left: 0.5rem;
  }
  .layout--onecol .block--gallery_xxl .block-body .thumbsSwiper {
    position: absolute;
    z-index: 3;
    bottom: 1.25rem;
    left: 1.25rem;
    width: calc(30rem + 50px);
  }
}

.block--gallery .block-header .custom-navigation {
  display: flex;
  flex-wrap: wrap;
}
.block--gallery .block-header .custom-button-prev,
.block--gallery .block-header .custom-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  background-color: rgba(91, 102, 112, 0.1);
  color: #5b6670;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--gallery .block-header .custom-button-prev,
  .block--gallery .block-header .custom-button-next {
    transition: none;
  }
}
.block--gallery .block-header .custom-button-prev svg,
.block--gallery .block-header .custom-button-next svg {
  width: 1.125rem;
  height: 1.125rem;
}
.block--gallery .block-header .custom-button-prev:hover,
.block--gallery .block-header .custom-button-next:hover {
  background-color: #5b6670;
  color: #fff;
}
.block--gallery .block-header .custom-button-prev.swiper-button-disabled,
.block--gallery .block-header .custom-button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.block--gallery .block-header .custom-button-prev.swiper-button-lock,
.block--gallery .block-header .custom-button-next.swiper-button-lock {
  display: none;
}
.block--gallery .block-header .custom-button-next {
  margin-left: 0.625rem;
}
.block--gallery .block-body .swiper {
  width: 100%;
  height: auto;
}
.block--gallery .block-body .swiper-slide .ratio img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1000px) {
  .layout--onecol .block--gallery .block-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .layout--onecol .block--gallery .block-header h2, .layout--onecol .block--gallery .block-header .h2 {
    margin-bottom: 0;
  }
  .layout--onecol .block--gallery .block-body .swiper {
    overflow: visible;
  }
}

.block--media .block-body {
  display: flex;
  flex-direction: column;
}
.block--media .block-body .lightbox {
  position: relative;
}
.block--media .block-body .lightbox::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 1.5rem;
  right: 0.75rem;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23fff' d='m15.14.23h-4.01c-.48,0-.86.38-.86.86s.38.86.86.86h3.15v3.15c0,.48.38.86.86.86s.86-.38.86-.86V1.09c0-.48-.38-.86-.86-.86ZM4.87,14.05H1.72v-3.15c0-.48-.38-.86-.86-.86s-.86.38-.86.86v4.01c0,.48.38.86.86.86h4.01c.48,0,.86-.38.86-.86s-.38-.86-.86-.86Zm10.04-3.79c-.48,0-.86.38-.86.86v3.15h-3.16c-.48,0-.86.38-.86.86s.38.86.86.86h4.01c.48,0,.86-.38.86-.86v-4.01c0-.48-.38-.86-.86-.86ZM5.1,0H1.09C.61,0,.23.38.23.86v4.01c0,.48.38.86.86.86s.86-.38.86-.86V1.72h3.16c.48,0,.86-.38.86-.86s-.38-.86-.86-.86Z'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.125rem 1.125rem;
  transition: background-color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--media .block-body .lightbox::after {
    transition: none;
  }
}
.block--media .block-body .lightbox:hover::after {
  background-color: #000;
}
.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;
}

.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 .block-body .number-item .item-title {
  margin-bottom: 0;
  color: #5b6670;
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 1.225;
}

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

.block--properties .filters {
  border-bottom: 1px solid #dedede;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}
.block--properties .filters form {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}
@media (min-width: 1200px) {
  .block--properties .filters form {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .block--properties .filters form > .form-item-price {
    flex: 1 0 0;
    max-width: 340px;
  }
}
.block--properties .filters form .form-item {
  color: #111;
  font-family: "Circular Std", sans-serif;
}
.block--properties .filters form .form-check, .block--properties .filters form .js-form-type-checkbox,
.block--properties .filters form .js-form-type-radio {
  margin-bottom: 0;
  padding-left: 2rem;
}
.block--properties .filters form .form-check .form-check-input, .js-form-type-checkbox .block--properties .filters form .form-check .form-checkbox,
.js-form-type-checkbox .block--properties .filters form .form-check .form-radio,
.js-form-type-radio .block--properties .filters form .form-check .form-checkbox,
.js-form-type-radio .block--properties .filters form .form-check .form-radio, .block--properties .filters form .js-form-type-checkbox .form-check-input, .block--properties .filters form .js-form-type-checkbox .form-checkbox,
.block--properties .filters form .js-form-type-checkbox .form-radio,
.block--properties .filters form .js-form-type-radio .form-check-input,
.block--properties .filters form .js-form-type-radio .form-checkbox,
.block--properties .filters form .js-form-type-radio .form-radio {
  margin-left: -2rem;
}
.block--properties .filters form .form-check-input, .block--properties .filters form .js-form-type-checkbox .form-checkbox, .js-form-type-checkbox .block--properties .filters form .form-checkbox,
.block--properties .filters form .js-form-type-checkbox .form-radio,
.js-form-type-checkbox .block--properties .filters form .form-radio,
.block--properties .filters form .js-form-type-radio .form-checkbox,
.js-form-type-radio .block--properties .filters form .form-checkbox,
.block--properties .filters form .js-form-type-radio .form-radio,
.js-form-type-radio .block--properties .filters form .form-radio {
  margin-top: 0rem;
  width: 1.5rem;
  height: 1.5rem;
}
.block--properties .filters form .form-check-input[type=checkbox], .block--properties .filters form .js-form-type-checkbox [type=checkbox].form-checkbox, .js-form-type-checkbox .block--properties .filters form [type=checkbox].form-checkbox,
.block--properties .filters form .js-form-type-checkbox [type=checkbox].form-radio,
.js-form-type-checkbox .block--properties .filters form [type=checkbox].form-radio,
.block--properties .filters form .js-form-type-radio [type=checkbox].form-checkbox,
.js-form-type-radio .block--properties .filters form [type=checkbox].form-checkbox,
.block--properties .filters form .js-form-type-radio [type=checkbox].form-radio,
.js-form-type-radio .block--properties .filters form [type=checkbox].form-radio {
  border-radius: 0.25rem;
}
.block--properties .filters form .form-check-input:not(:focus):not(:checked), .block--properties .filters form .js-form-type-checkbox .form-checkbox:not(:focus):not(:checked), .js-form-type-checkbox .block--properties .filters form .form-checkbox:not(:focus):not(:checked),
.block--properties .filters form .js-form-type-checkbox .form-radio:not(:focus):not(:checked),
.js-form-type-checkbox .block--properties .filters form .form-radio:not(:focus):not(:checked),
.block--properties .filters form .js-form-type-radio .form-checkbox:not(:focus):not(:checked),
.js-form-type-radio .block--properties .filters form .form-checkbox:not(:focus):not(:checked),
.block--properties .filters form .js-form-type-radio .form-radio:not(:focus):not(:checked),
.js-form-type-radio .block--properties .filters form .form-radio:not(:focus):not(:checked) {
  border-color: #c6c6c6;
}
.block--properties .filters form fieldset {
  position: relative;
}
.block--properties .filters form fieldset.open .fieldset-wrapper {
  opacity: 1;
  visibility: visible;
}
.block--properties .filters form fieldset legend {
  margin-bottom: 0;
  border-bottom: 0.125rem solid #292929;
  padding-top: 0.1875rem;
  padding-bottom: 0.0625rem;
  padding-right: 1.625rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23313131' d='M8,13.33L0,2.67h16l-8,10.67Z'/%3e%3c/svg%3e");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 0.625rem;
  font-size: 1rem;
  cursor: pointer;
}
.block--properties .filters form fieldset .fieldset-wrapper {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  margin-top: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 0.375rem;
  padding: 1rem;
  min-width: 10rem;
  background-clip: padding-box;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .block--properties .filters form fieldset .fieldset-wrapper {
    transition: none;
  }
}
.block--properties .filters form fieldset .fieldset-wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.block--properties .filters form .form-select {
  border: 0;
  border-bottom: 0.125rem solid #292929;
  padding: 0.1875rem 0 0.0625rem;
  padding-right: 1.625rem;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23313131' d='M8,13.33L0,2.67h16l-8,10.67Z'/%3e%3c/svg%3e");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 0.625rem;
  color: #111;
}
.block--properties .filters form .form-item-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}
.block--properties .filters form .form-item-price > .irs {
  flex: 1 0 0;
}
.block--properties .filters form .form-item-price .form-label, .block--properties .filters form .form-item-price .form-item > label:not(.option) {
  margin-bottom: 0;
}
.block--properties .filters form .form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
  margin-left: auto;
}
.block--properties .filters form .form-actions .form-submit {
  padding: 0.625rem 1.125rem;
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23fff' d='m16,8l-6.66,6.67-.91-.91,5.1-5.11H0v-1.29h13.54l-5.1-5.11.91-.91,5.75,5.76.91.91Z'/%3e%3c/svg%3e");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 0.75rem;
}
.block--properties .filters form .form-actions .form-reset {
  --btn-border-color: #5b6670;
  --btn-disabled-border-color: #5b6670;
  border-bottom-width: 2px;
  padding-top: 0.75rem;
  padding-bottom: calc(0.75rem - 2px);
}
.block--properties .blocs,
.block--properties .empty {
  padding-top: 1.375rem;
  padding-bottom: 3rem;
}
@media (min-width: 1200px) {
  .block--properties .blocs,
  .block--properties .empty {
    padding-top: 2.125rem;
    padding-bottom: 6.5rem;
  }
}
.block--properties .bloc {
  display: flex;
  flex-direction: column;
  gap: 2rem 2.5rem;
}
@media (min-width: 1200px) {
  .block--properties .bloc {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .block--properties .bloc > .title {
    flex: 0 0 auto;
    width: 260px;
    max-width: 100%;
  }
  .block--properties .bloc > .content {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
  }
}
.block--properties .bloc .title {
  text-align: center;
}
@media (min-width: 1200px) {
  .block--properties .bloc .title {
    text-align: left;
  }
}
.block--properties .bloc .title h2, .block--properties .bloc .title .h2 {
  margin-bottom: 2rem;
  color: #111;
  font-family: "Circular Std", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .block--properties .bloc .title h2, .block--properties .bloc .title .h2 {
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    line-height: 1.2778;
  }
}
.block--properties .bloc .title h2:last-child, .block--properties .bloc .title .h2:last-child {
  margin-bottom: 0;
}
.block--properties .bloc .title .medias {
  display: flex;
  gap: 0.9375rem 1.25rem;
}
@media (min-width: 1200px) {
  .block--properties .bloc .title .medias {
    flex-direction: column;
  }
}
@media (max-width: 1199.98px) {
  .block--properties .bloc .title .medias > * {
    flex: 1 0 0%;
  }
}
@media (min-width: 1200px) {
  .block--properties .bloc .content > * {
    max-width: 800px;
  }
}
.block--properties .bloc .content .caracs,
.block--properties .bloc .content .property-item .property-header {
  display: flex;
  align-items: center;
}
.block--properties .bloc .content .caracs > div,
.block--properties .bloc .content .property-item .property-header > div {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding: 0.9375rem 0.625rem;
}
@media (min-width: 800px) {
  .block--properties .bloc .content .caracs > div:first-child,
  .block--properties .bloc .content .property-item .property-header > div:first-child {
    padding-left: 0;
  }
}
.block--properties .bloc .content .caracs > div.floor,
.block--properties .bloc .content .property-item .property-header > div.floor {
  flex: 1 0 0%;
}
.block--properties .bloc .content .caracs > div.room,
.block--properties .bloc .content .property-item .property-header > div.room {
  flex: 0 0 auto;
  width: 32.375%;
}
@media (min-width: 800px) {
  .block--properties .bloc .content .caracs > div.room,
  .block--properties .bloc .content .property-item .property-header > div.room {
    width: 19.375%;
  }
}
.block--properties .bloc .content .caracs > div.area,
.block--properties .bloc .content .property-item .property-header > div.area {
  flex: 0 0 auto;
  width: 24%;
}
@media (min-width: 800px) {
  .block--properties .bloc .content .caracs > div.area,
  .block--properties .bloc .content .property-item .property-header > div.area {
    width: 24.375%;
  }
}
.block--properties .bloc .content .caracs > div.price,
.block--properties .bloc .content .property-item .property-header > div.price {
  display: none;
}
@media (min-width: 800px) {
  .block--properties .bloc .content .caracs > div.price,
  .block--properties .bloc .content .property-item .property-header > div.price {
    display: block;
    flex: 0 0 auto;
    width: 31.875%;
  }
}
.block--properties .bloc .content .caracs > div.more,
.block--properties .bloc .content .property-item .property-header > div.more {
  flex: 0 0 auto;
  width: 4rem;
  text-align: center;
}
@media (min-width: 800px) {
  .block--properties .bloc .content .caracs > div.more,
  .block--properties .bloc .content .property-item .property-header > div.more {
    width: 4.375rem;
  }
}
@media (min-width: 800px) {
  .block--properties .bloc .content .caracs {
    margin-bottom: 2.5rem;
  }
  .block--properties .bloc .content .caracs:last-child {
    margin-bottom: 0;
  }
}
.block--properties .bloc .content .caracs > div {
  color: #a5a5a5;
  font-family: "Circular Std", sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  .block--properties .bloc .content .caracs > div {
    font-size: 0.75rem;
    line-height: 1.3334;
  }
}
.block--properties .bloc .content .property-item {
  border-top: 1px solid #cecece;
}
.block--properties .bloc .content .property-item .property-header {
  position: relative;
}
.block--properties .bloc .content .property-item .property-header > div {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  color: #111;
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 800px) {
  .block--properties .bloc .content .property-item .property-header > div {
    padding-top: 1.1875rem;
    padding-bottom: 1.1875rem;
  }
}
.block--properties .bloc .content .property-item .property-header > div .badge {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.9375rem;
  padding: 0.3125rem 0.9375rem;
  background-color: #5b6670;
  color: #fff;
  text-align: center;
}
.block--properties .bloc .content .property-item .property-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border: 1px solid rgba(91, 102, 112, 0.25);
  border-radius: 50%;
  padding: 0;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #fff;
  color: #5b6670;
  overflow-anchor: none;
  transition: background-color 0.2s ease-in, color 0.2s ease-in, box-shadow 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--properties .bloc .content .property-item .property-button {
    transition: none;
  }
}
@media (min-width: 800px) {
  .block--properties .bloc .content .property-item .property-button {
    width: 2rem;
    height: 2rem;
  }
}
.block--properties .bloc .content .property-item .property-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f7f7f8;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--properties .bloc .content .property-item .property-button::before {
    transition: none;
  }
}
.block--properties .bloc .content .property-item .property-button:not(.collapsed)::before {
  opacity: 1;
}
.block--properties .bloc .content .property-item .property-button:not(.collapsed) .icon .vr {
  opacity: 0;
}
.block--properties .bloc .content .property-item .property-button .icon {
  width: 0.75rem;
  height: 0.75rem;
}
@media (min-width: 800px) {
  .block--properties .bloc .content .property-item .property-button .icon {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.block--properties .bloc .content .property-item .property-button .icon .vr {
  transition: opacity 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .block--properties .bloc .content .property-item .property-button .icon .vr {
    transition: none;
  }
}
.block--properties .bloc .content .property-item .property-button:hover {
  background-color: #5b6670;
  color: #fff;
}
.block--properties .bloc .content .property-item .property-button:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(91, 102, 112, 0.25);
  outline: 0;
}
.block--properties .bloc .content .property-item .property-body {
  display: flex;
  flex-direction: column;
  gap: 0.625rem 2.8125rem;
  padding: 1.125rem 2.625rem 2.625rem;
  background-color: #f7f7f8;
}
@media (min-width: 800px) {
  .block--properties .bloc .content .property-item .property-body {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0.75rem 1.25rem 2.125rem;
  }
  .block--properties .bloc .content .property-item .property-body > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
  }
  .block--properties .bloc .content .property-item .property-body > *.plan {
    flex: 0 0 auto;
    width: 225px;
  }
  .block--properties .bloc .content .property-item .property-body > *.text {
    flex: 1 0 0%;
  }
  .block--properties .bloc .content .property-item .property-body > *.cta {
    flex: 0 0 auto;
    width: auto;
  }
}
.block--properties .bloc .content .property-item .property-body .plan {
  text-align: center;
}
@media (min-width: 800px) {
  .block--properties .bloc .content .property-item .property-body .plan {
    text-align: left;
  }
}
@media (min-width: 800px) {
  .block--properties .bloc .content .property-item .property-body .plan img {
    filter: drop-shadow(0 0.625rem 1.875rem rgba(0, 0, 0, 0.15));
  }
}
.block--properties .bloc .content .property-item .property-body .text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 800px) {
  .block--properties .bloc .content .property-item .property-body .text {
    padding-top: 0.9375rem;
  }
}
.block--properties .bloc .content .property-item .property-body .text ul {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 800px) {
  .block--properties .bloc .content .property-item .property-body .text ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 2.375rem;
    column-gap: 2.375rem;
  }
}
.block--properties .bloc .content .property-item .property-body .text ul li {
  display: flex;
  justify-content: space-between;
  gap: 0.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #111;
  font-family: "Circular Std", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2858;
}
@media (min-width: 800px) {
  .block--properties .bloc .content .property-item .property-body .text ul li {
    justify-content: normal;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
}
.block--properties .bloc .content .property-item .property-body .text ul li strong {
  font-weight: inherit;
}
@media (min-width: 800px) {
  .block--properties .bloc .content .property-item .property-body .text ul li strong {
    width: 80px;
  }
}
@media (min-width: 800px) {
  .block--properties .bloc .content .property-item .property-body .text ul li.price {
    display: none;
  }
}
.block--properties .bloc .content .property-item .property-body .text ul li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 800px) {
  .block--properties .bloc .content .property-item .property-body .text ul li + li {
    border-top: 0;
  }
}
.block--properties .bloc .content .property-item .property-body .text .availability {
  margin-top: auto;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  color: #d9d8d7;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 800px) {
  .block--properties .bloc .content .property-item .property-body .cta {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.block--properties .bloc .content .property-item .property-body .cta .btn, .block--properties .bloc .content .property-item .property-body .cta .form-reset, .block--properties .bloc .content .property-item .property-body .cta .form-button,
.block--properties .bloc .content .property-item .property-body .cta .form-submit, .block--properties .bloc .content .property-item .property-body .cta .eu-cookie-compliance-default-button,
.block--properties .bloc .content .property-item .property-body .cta .eu-cookie-compliance-secondary-button,
.block--properties .bloc .content .property-item .property-body .cta .eu-cookie-compliance-hide-button,
.block--properties .bloc .content .property-item .property-body .cta .eu-cookie-withdraw-button,
.block--properties .bloc .content .property-item .property-body .cta .eu-cookie-compliance-save-preferences-button,
.block--properties .bloc .content .property-item .property-body .cta .eu-cookie-compliance-personalize-button, .block--properties .bloc .content .property-item .property-body .cta .btn3,
.block--properties .bloc .content .property-item .property-body .cta .btn6, .block--properties .bloc .content .property-item .property-body .cta .btn2,
.block--properties .bloc .content .property-item .property-body .cta .btn5, .block--properties .bloc .content .property-item .property-body .cta .btn1,
.block--properties .bloc .content .property-item .property-body .cta .btn4, .block--properties .bloc .content .property-item .property-body .cta .block--gallery_cta .block-body .gallery_cta-item .item-link, .block--gallery_cta .block-body .gallery_cta-item .block--properties .bloc .content .property-item .property-body .cta .item-link {
  display: flex;
  justify-content: center;
  border-radius: 0.1875rem;
  padding: 0.625rem 0.75rem;
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.25;
  text-align: center;
  text-transform: none;
}
@media (min-width: 800px) {
  .block--properties .bloc .content .property-item .property-body .cta .btn, .block--properties .bloc .content .property-item .property-body .cta .form-reset, .block--properties .bloc .content .property-item .property-body .cta .form-button,
  .block--properties .bloc .content .property-item .property-body .cta .form-submit, .block--properties .bloc .content .property-item .property-body .cta .eu-cookie-compliance-default-button,
  .block--properties .bloc .content .property-item .property-body .cta .eu-cookie-compliance-secondary-button,
  .block--properties .bloc .content .property-item .property-body .cta .eu-cookie-compliance-hide-button,
  .block--properties .bloc .content .property-item .property-body .cta .eu-cookie-withdraw-button,
  .block--properties .bloc .content .property-item .property-body .cta .eu-cookie-compliance-save-preferences-button,
  .block--properties .bloc .content .property-item .property-body .cta .eu-cookie-compliance-personalize-button, .block--properties .bloc .content .property-item .property-body .cta .btn3,
  .block--properties .bloc .content .property-item .property-body .cta .btn6, .block--properties .bloc .content .property-item .property-body .cta .btn2,
  .block--properties .bloc .content .property-item .property-body .cta .btn5, .block--properties .bloc .content .property-item .property-body .cta .btn1,
  .block--properties .bloc .content .property-item .property-body .cta .btn4, .block--properties .bloc .content .property-item .property-body .cta .block--gallery_cta .block-body .gallery_cta-item .item-link, .block--gallery_cta .block-body .gallery_cta-item .block--properties .bloc .content .property-item .property-body .cta .item-link {
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
    font-size: 0.875rem;
    line-height: 1.2858;
  }
}
.block--properties .bloc .content .property-item.vendu, .block--properties .bloc .content .property-item.sous-option {
  background-color: #fdfdfd;
}
.block--properties .bloc .content .property-item.vendu .property-header > div .badge, .block--properties .bloc .content .property-item.sous-option .property-header > div .badge {
  background-color: #d9d8d7;
}
.block--properties .bloc .content .property-item.vendu .property-button, .block--properties .bloc .content .property-item.sous-option .property-button {
  border: 1px solid rgba(217, 216, 215, 0.25);
  color: #d9d8d7;
}
.block--properties .bloc .content .property-item.vendu .property-button::before, .block--properties .bloc .content .property-item.sous-option .property-button::before {
  background-color: #fdfdfd;
}
.block--properties .bloc .content .property-item.vendu .property-button:hover, .block--properties .bloc .content .property-item.sous-option .property-button:hover {
  background-color: #d9d8d7;
  color: #fff;
}
.block--properties .bloc .content .property-item.vendu .property-button:focus-visible, .block--properties .bloc .content .property-item.sous-option .property-button:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(217, 216, 215, 0.25);
}
.block--properties .bloc .content .property-item.vendu .property-body, .block--properties .bloc .content .property-item.sous-option .property-body {
  background-color: #fdfdfd;
}
.block--properties .bloc + .bloc {
  margin-top: 2.5rem;
  border-top: 1px solid #e3e3e3;
  padding-top: 2.875rem;
}
@media (min-width: 800px) {
  .block--properties .bloc + .bloc {
    margin-top: 1.875rem;
    padding-top: 2.75rem;
  }
}

.block--testimonials .block-body .swiper {
  width: 100%;
  height: auto;
}
.block--testimonials .block-body .testimonial-item {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 930px;
  text-align: center;
}
.block--testimonials .block-body .testimonial-item .item-text {
  position: relative;
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.block--testimonials .block-body .testimonial-item .item-text::before, .block--testimonials .block-body .testimonial-item .item-text::after {
  content: "";
  position: absolute;
  width: 3.375rem;
  height: 3.375rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.block--testimonials .block-body .testimonial-item .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='%23d9d8d7' 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 .block-body .testimonial-item .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='%23d9d8d7' 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 .block-body .testimonial-item .item-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
}
.block--testimonials .block-body .testimonial-item .item-image {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: 2px solid #d9d8d7;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}
.block--testimonials .block-body .testimonial-item .item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.block--testimonials .block-body .testimonial-item .item-title {
  color: #d9d8d7;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.3334;
  text-transform: uppercase;
}
.block--testimonials .block-body .custom-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0.5rem 0 -1rem;
  width: auto !important;
}
.block--testimonials .block-body .custom-pagination.swiper-pagination-lock {
  display: none;
}
.block--testimonials .block-body .custom-pagination .swiper-pagination-bullet {
  display: block;
  margin: 1rem !important;
  border: 1px solid #5b6670;
  border-radius: 50%;
  width: 0.375rem;
  height: 0.375rem;
  background: transparent;
  opacity: 1;
}
.block--testimonials .block-body .custom-pagination .swiper-pagination-bullet-active {
  background-color: #5b6670;
  opacity: 1;
}

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

.block--text_media .block-body {
  display: grid;
  gap: 2.5rem 0;
}
@media (min-width: 1000px) {
  .layout--onecol .block--text_media .block-body {
    grid-template-columns: repeat(2, 1fr);
  }
  .layout--onecol .block--text_media .block-body .text {
    align-self: center;
    display: flex;
    flex-direction: column;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .layout--onecol .block--text_media .block-body .text .content {
    max-width: 360px;
  }
  .layout--onecol .block--text_media.media-align_left .block-body .media {
    order: 0;
  }
  .layout--onecol .block--text_media.media-align_left .block-body .text {
    order: 1;
    align-items: flex-end;
    padding-right: 0;
  }
  .layout--onecol .block--text_media.media-align_right .block-body .media {
    order: 1;
  }
  .layout--onecol .block--text_media.media-align_right .block-body .text {
    order: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .layout--onecol .block--text_media.media-align_left .block-body .text {
    padding-right: 6.25rem;
  }
  .layout--onecol .block--text_media.media-align_right .block-body .text {
    padding-left: 6.25rem;
  }
}

.container-fullscreen.layout--onecol .block--text_media {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.container-fullscreen.layout--onecol .block--text_media .block-body {
  row-gap: 0;
}
.container-fullscreen.layout--onecol .block--text_media .block-body .media img,
.container-fullscreen.layout--onecol .block--text_media .block-body .media video {
  width: 100%;
}
.container-fullscreen.layout--onecol .block--text_media .block-body .text {
  padding: 2.5rem 1.25rem;
}
@media (min-width: 1000px) {
  .container-fullscreen.layout--onecol .block--text_media .block-body .media {
    position: relative;
  }
  .container-fullscreen.layout--onecol .block--text_media .block-body .media img,
  .container-fullscreen.layout--onecol .block--text_media .block-body .media video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .container-fullscreen.layout--onecol .block--text_media .block-body .media .ratio {
    --aspect-ratio: 100%;
    height: 100%;
  }
  .container-fullscreen.layout--onecol .block--text_media .block-body .text {
    justify-content: flex-end;
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
    min-height: 810px;
  }
  .container-fullscreen.layout--onecol .block--text_media .block-body .text .content {
    max-width: 460px;
  }
}
@media (min-width: 1400px) {
  .container-fullscreen.layout--onecol .block--text_media.media-align_left .block-body .text {
    padding-right: 10rem;
  }
  .container-fullscreen.layout--onecol .block--text_media.media-align_right .block-body .text {
    padding-left: 10rem;
  }
}

#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: #dee0e2;
  box-shadow: 0 0 0.375rem rgba(91, 102, 112, 0.4);
  color: #313637;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  overflow: auto;
}
@media (min-width: 600px) {
  .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: 600px) {
  .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: 800px) {
  .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: #adb3b8;
  box-shadow: none;
  outline: 0;
}
.eu-cookie-compliance-categories .eu-cookie-compliance-category input[type=checkbox]:checked {
  border-color: #5b6670;
  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='%235b6670' 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: #dee0e2;
  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: #5b6670;
  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(91, 102, 112, 0.4);
}
@media (min-width: 600px) {
  .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(93%, 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;
}

.main-footer__body {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 600px) {
  .main-footer__body {
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 5rem;
    padding-bottom: 5.25rem;
  }
  .main-footer__body > .main-footer__content {
    align-self: center;
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
  }
  .main-footer__body > .main-footer__content > * {
    max-width: 500px;
  }
  .main-footer__body > .main-footer__cta {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

.main-footer__content {
  color: #667ca2;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7143;
}
.main-footer__content a:not(.btn):not(.form-reset):not(.form-button):not(.form-submit):not(.btn1):not(.btn4):not(.btn2):not(.btn5):not(.btn3):not(.btn6):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: #415f7f;
  text-decoration-color: initial;
  -webkit-text-decoration-skip-ink: initial;
  text-decoration-skip-ink: initial;
  text-decoration-thickness: initial;
  text-underline-offset: initial;
}

.main-footer__cta .btn, .main-footer__cta .form-reset, .main-footer__cta .form-button,
.main-footer__cta .form-submit, .main-footer__cta .block--gallery_cta .block-body .gallery_cta-item .item-link, .block--gallery_cta .block-body .gallery_cta-item .main-footer__cta .item-link, .main-footer__cta .btn1,
.main-footer__cta .btn4, .main-footer__cta .btn2,
.main-footer__cta .btn5, .main-footer__cta .btn3,
.main-footer__cta .btn6, .main-footer__cta .eu-cookie-compliance-default-button,
.main-footer__cta .eu-cookie-compliance-secondary-button,
.main-footer__cta .eu-cookie-compliance-hide-button,
.main-footer__cta .eu-cookie-withdraw-button,
.main-footer__cta .eu-cookie-compliance-save-preferences-button,
.main-footer__cta .eu-cookie-compliance-personalize-button {
  display: flex;
  justify-content: center;
  gap: 0.875rem;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
}
.main-footer__cta .btn .icon, .main-footer__cta .form-reset .icon, .main-footer__cta .form-button .icon,
.main-footer__cta .form-submit .icon, .main-footer__cta .block--gallery_cta .block-body .gallery_cta-item .item-link .icon, .block--gallery_cta .block-body .gallery_cta-item .main-footer__cta .item-link .icon, .main-footer__cta .btn1 .icon,
.main-footer__cta .btn4 .icon, .main-footer__cta .btn2 .icon,
.main-footer__cta .btn5 .icon, .main-footer__cta .btn3 .icon,
.main-footer__cta .btn6 .icon, .main-footer__cta .eu-cookie-compliance-default-button .icon,
.main-footer__cta .eu-cookie-compliance-secondary-button .icon,
.main-footer__cta .eu-cookie-compliance-hide-button .icon,
.main-footer__cta .eu-cookie-withdraw-button .icon,
.main-footer__cta .eu-cookie-compliance-save-preferences-button .icon,
.main-footer__cta .eu-cookie-compliance-personalize-button .icon {
  width: 1.125rem;
  height: 1.125rem;
}
.main-footer__cta .btn:not(.btn-sm):not(.btn4):not(.btn5):not(.btn6), .main-footer__cta .form-reset:not(.btn-sm):not(.btn4):not(.btn5):not(.btn6), .main-footer__cta .form-button:not(.btn-sm):not(.btn4):not(.btn5):not(.btn6),
.main-footer__cta .form-submit:not(.btn-sm):not(.btn4):not(.btn5):not(.btn6), .main-footer__cta .block--gallery_cta .block-body .gallery_cta-item .item-link:not(.btn-sm):not(.btn4):not(.btn5):not(.btn6), .block--gallery_cta .block-body .gallery_cta-item .main-footer__cta .item-link:not(.btn-sm):not(.btn4):not(.btn5):not(.btn6), .main-footer__cta .btn1:not(.btn-sm):not(.btn4):not(.btn5):not(.btn6),
.main-footer__cta .btn4:not(.btn-sm):not(.btn4):not(.btn5):not(.btn6), .main-footer__cta .btn2:not(.btn-sm):not(.btn4):not(.btn5):not(.btn6),
.main-footer__cta .btn5:not(.btn-sm):not(.btn4):not(.btn5):not(.btn6), .main-footer__cta .btn3:not(.btn-sm):not(.btn4):not(.btn5):not(.btn6),
.main-footer__cta .btn6:not(.btn-sm):not(.btn4):not(.btn5):not(.btn6), .main-footer__cta .eu-cookie-compliance-default-button:not(.btn-sm):not(.btn4):not(.btn5):not(.btn6),
.main-footer__cta .eu-cookie-compliance-secondary-button:not(.btn-sm):not(.btn4):not(.btn5):not(.btn6),
.main-footer__cta .eu-cookie-compliance-hide-button:not(.btn-sm):not(.btn4):not(.btn5):not(.btn6),
.main-footer__cta .eu-cookie-withdraw-button:not(.btn-sm):not(.btn4):not(.btn5):not(.btn6),
.main-footer__cta .eu-cookie-compliance-save-preferences-button:not(.btn-sm):not(.btn4):not(.btn5):not(.btn6),
.main-footer__cta .eu-cookie-compliance-personalize-button:not(.btn-sm):not(.btn4):not(.btn5):not(.btn6) {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.main-footer__footer {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  border-top: 1px solid rgba(30, 68, 133, 0.2);
  padding-top: 1rem;
  padding-bottom: 1.125rem;
}
@media (min-width: 600px) {
  .main-footer__footer {
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 1.625rem;
    padding-bottom: 1.5rem;
  }
  .main-footer__footer > .main-footer__copyright {
    align-self: center;
    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: #667ca2;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
.main-footer__copyright a:not(.btn):not(.form-reset):not(.form-button):not(.form-submit):not(.btn1):not(.btn4):not(.btn2):not(.btn5):not(.btn3):not(.btn6):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;
  text-decoration-color: initial;
  -webkit-text-decoration-skip-ink: initial;
  text-decoration-skip-ink: initial;
  text-decoration-thickness: initial;
  text-underline-offset: initial;
}
.main-footer__copyright a:not(.btn):not(.form-reset):not(.form-button):not(.form-submit):not(.btn1):not(.btn4):not(.btn2):not(.btn5):not(.btn3):not(.btn6):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;
  gap: 0.875rem;
}
.main-footer__socials > .social {
  color: #415f7f;
  transition: all 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .main-footer__socials > .social {
    transition: none;
  }
}
.main-footer__socials > .social .icon {
  width: 2rem;
  height: 2rem;
}
.main-footer__socials > .social:hover {
  color: #37516c;
}

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

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

.dialog-off-canvas-main-canvas {
  padding-top: 5.625rem;
  overflow: hidden;
}

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

.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.5625rem 0;
  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: 1000px) {
  .main-header .main-header__toggler {
    display: none;
  }
  .main-header .main-header__offcanvas {
    flex-grow: 1;
    box-shadow: none;
  }
  .main-header .main-header__offcanvas .offcanvas-body {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .main-header .main-header__main {
    margin-left: auto;
    margin-right: auto;
  }
  .main-header .main-header__language .language-switcher-language-url {
    left: auto;
    right: 0;
  }
}

.main-header__brand {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  height: 80px;
}
.main-header__brand img,
.main-header__brand .logo,
.main-header__brand svg {
  width: auto;
  height: auto;
  max-height: 80px;
}

.main-header__toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  width: 1.75rem;
  height: 2.5rem;
  background-color: transparent;
  color: #707070;
  transition: box-shadow 0.15s ease-in-out;
}
@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.75rem;
  height: 1.75rem;
}

.main-header__offcanvas {
  --offcanvas-border-width: 0;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.main-header__offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.main-header__language {
  position: relative;
}
.main-header__language .language__toggler {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  vertical-align: middle;
  position: relative;
  border: 0;
  padding: 0.75rem 0;
  width: auto;
  background-color: transparent;
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3334;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
}
.main-header__language .language__toggler .icon {
  flex-shrink: 0;
  width: 0.375rem;
  height: 0.375rem;
}
.main-header__language .language__toggler::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: transparent;
  transition: background-color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .main-header__language .language__toggler::after {
    transition: none;
  }
}
.main-header__language .language__toggler:hover::after {
  background-color: #5b6670;
}
.main-header__language .language-switcher-language-url {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 0.375rem;
  padding: 0.5rem 1rem;
  background-clip: padding-box;
  background-color: #fff;
  list-style: none;
}
.main-header__language .language-switcher-language-url.show {
  display: block;
}
.main-header__language .language-switcher-language-url > li.is-active {
  display: none;
}
.main-header__language .language-switcher-language-url > li > a {
  display: block;
  position: relative;
  border: 0;
  padding: 0.75rem 0;
  width: 100%;
  background-color: transparent;
  color: #000;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3334;
  text-align: left;
  text-decoration: none;
}
.main-header__language .language-switcher-language-url > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: transparent;
  transition: background-color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .main-header__language .language-switcher-language-url > li > a::after {
    transition: none;
  }
}
.main-header__language .language-switcher-language-url > li > a:hover::after, .main-header__language .language-switcher-language-url > li > a:focus::after {
  background-color: #5b6670;
}

.main-header__main-menu .menu {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.main-header__main-menu .menu > .menu__item > .menu__link {
  display: block;
  position: relative;
  border: 0;
  padding: 0.75rem 0;
  width: 100%;
  background-color: transparent;
  color: #000;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3334;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
.main-header__main-menu .menu > .menu__item > .menu__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: transparent;
  transition: background-color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .main-header__main-menu .menu > .menu__item > .menu__link::after {
    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='%23000'%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.15s ease-in-out;
}
@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.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='%23000'%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.15s ease-in-out;
}
@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:not(.menu__item--nolink):not(.menu__item--active-trail) > .menu__link:hover::after, .main-header__main-menu .menu > .menu__item:not(.menu__item--nolink):not(.menu__item--active-trail) > .menu__link:focus::after {
  background-color: #5b6670;
}
.main-header__main-menu .menu > .menu__item.menu__item--active-trail > .menu__link::after {
  background-color: #5b6670;
}

@media (min-width: 1000px) {
  .main-header__main-menu .menu > .menu__item.menu__item--back {
    display: none;
  }
  .main-header__main-menu .menu--level-1 {
    flex-direction: row;
    align-items: center;
  }
  .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='%23000'%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.menu__item--has-children {
    position: relative;
  }
  .main-header__main-menu .menu--level-1 > .menu__item + .menu__item {
    margin-left: 3.125rem;
  }
  .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.375rem;
    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;
  }
}
@media (max-width: 999.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: 999.98px) and (prefers-reduced-motion: reduce) {
  .main-header__main-menu .menu:not(.menu--level-1) {
    transition: none;
  }
}
@media (max-width: 999.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;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  background-color: #5b6670;
}
@media (min-width: 600px) {
  .leaderboard {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.leaderboard .leaderboard-header, .leaderboard .leaderboard-header::after,
.leaderboard .leaderboard-header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.leaderboard .leaderboard-header::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}
.leaderboard .leaderboard-header img {
  -o-object-fit: cover;
  object-fit: cover;
}
.leaderboard .leaderboard-header iframe {
  transition: opacity 500ms ease-in-out;
  transition-delay: 250ms;
}
@media (prefers-reduced-motion: reduce) {
  .leaderboard .leaderboard-header iframe {
    transition: none;
  }
}
.leaderboard .leaderboard-body {
  position: relative;
  color: #fff;
}
@media (max-width: 599.98px) {
  .leaderboard .leaderboard-body > .container,
  .leaderboard .leaderboard-body > .container-fluid,
  .leaderboard .layout.container-fullscreen .leaderboard-body > .section__wrapper,
  .layout.container-fullscreen .leaderboard .leaderboard-body > .section__wrapper,
  .leaderboard .error-404 .leaderboard-body > .main-wrapper,
  .error-404 .leaderboard .leaderboard-body > .main-wrapper,
  .leaderboard .path-search .leaderboard-body > .main-wrapper,
  .path-search .leaderboard .leaderboard-body > .main-wrapper,
  .leaderboard .path-user .leaderboard-body > .main-wrapper,
  .path-user .leaderboard .leaderboard-body > .main-wrapper,
  .leaderboard .path-webform .leaderboard-body > .main-wrapper,
  .path-webform .leaderboard .leaderboard-body > .main-wrapper,
  .leaderboard .leaderboard-body > .container-sm,
  .leaderboard .leaderboard-body > .container-md,
  .leaderboard .layout.container-small .leaderboard-body > .section__wrapper,
  .layout.container-small .leaderboard .leaderboard-body > .section__wrapper,
  .leaderboard .leaderboard-body > .container-lg,
  .leaderboard .leaderboard-body > .container-xl,
  .leaderboard .layout.container-medium .leaderboard-body > .section__wrapper,
  .layout.container-medium .leaderboard .leaderboard-body > .section__wrapper,
  .leaderboard .leaderboard-body > .container-xxl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.leaderboard .leaderboard-body .inner {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 5.625rem);
}
.leaderboard .leaderboard-body .top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.leaderboard .leaderboard-body .availability {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -0.375rem;
  background-color: var(--custom-color, #5b6670);
  padding: 1.25rem 0.625rem 1.5rem;
  color: #000;
  width: 102px;
  font-family: "Circular Std", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media (min-width: 800px) {
  .leaderboard .leaderboard-body .availability {
    margin-top: -0.625rem;
    padding: 1.75rem 1.25rem 2.125rem;
    width: 168px;
    font-size: 1.125rem;
    line-height: 1.1112;
  }
}
.leaderboard .leaderboard-body .availability.dark {
  color: #fff;
}
.leaderboard .leaderboard-body .availability::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-bottom: 0.375rem solid var(--custom-darkercolor, #2e3338);
  border-left: 0.25rem solid transparent;
}
@media (min-width: 800px) {
  .leaderboard .leaderboard-body .availability::before {
    border-bottom-width: 0.625rem;
    border-left-width: 0.375rem;
  }
}
.leaderboard .leaderboard-body .availability strong {
  font-size: 2.125rem;
  font-weight: 900;
}
@media (min-width: 800px) {
  .leaderboard .leaderboard-body .availability strong {
    font-size: 3.75rem;
  }
}
.leaderboard .leaderboard-body .middle {
  flex-grow: 1;
  padding-top: 4.625rem;
  padding-bottom: 4.375rem;
}
.leaderboard .leaderboard-body .middle > * {
  max-width: 800px;
}
.leaderboard .leaderboard-body h1, .leaderboard .leaderboard-body .h1 {
  font-family: "Circular Std", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 600px) {
  .leaderboard .leaderboard-body h1, .leaderboard .leaderboard-body .h1 {
    font-size: 4.625rem;
  }
}
@media (min-width: 800px) {
  .leaderboard .leaderboard-body h1, .leaderboard .leaderboard-body .h1 {
    font-size: 6.5rem;
  }
}
@media (min-width: 1000px) {
  .leaderboard .leaderboard-body h1, .leaderboard .leaderboard-body .h1 {
    font-size: 7.25rem;
    line-height: 0.9138;
  }
}
.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 {
  color: inherit;
}
@media (min-width: 1000px) {
  .leaderboard .leaderboard-body .bottom {
    display: flex;
    flex-wrap: wrap;
  }
  .leaderboard .leaderboard-body .bottom > * {
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }
  .leaderboard .leaderboard-body .bottom > *:only-child {
    flex: 1 0 0%;
    width: 100%;
  }
  .leaderboard .leaderboard-body .bottom > * .part-1:not(:only-child) {
    padding-right: 1.25rem;
  }
  .leaderboard .leaderboard-body .bottom > *.part-2 {
    align-self: flex-end;
  }
}
.leaderboard .leaderboard-body .bottom .part-1 {
  padding-bottom: 1.875rem;
}
.leaderboard .leaderboard-body .text .btn, .leaderboard .leaderboard-body .text .form-reset, .leaderboard .leaderboard-body .text .form-button,
.leaderboard .leaderboard-body .text .form-submit, .leaderboard .leaderboard-body .text .block--gallery_cta .block-body .gallery_cta-item .item-link, .block--gallery_cta .block-body .gallery_cta-item .leaderboard .leaderboard-body .text .item-link, .leaderboard .leaderboard-body .text .btn1,
.leaderboard .leaderboard-body .text .btn4, .leaderboard .leaderboard-body .text .btn2,
.leaderboard .leaderboard-body .text .btn5, .leaderboard .leaderboard-body .text .btn3,
.leaderboard .leaderboard-body .text .btn6, .leaderboard .leaderboard-body .text .eu-cookie-compliance-default-button,
.leaderboard .leaderboard-body .text .eu-cookie-compliance-secondary-button,
.leaderboard .leaderboard-body .text .eu-cookie-compliance-hide-button,
.leaderboard .leaderboard-body .text .eu-cookie-withdraw-button,
.leaderboard .leaderboard-body .text .eu-cookie-compliance-save-preferences-button,
.leaderboard .leaderboard-body .text .eu-cookie-compliance-personalize-button {
  --btn-color: #000;
  --btn-hover-color: #000;
  --btn-active-color: #000;
  --btn-disabled-color: #000;
  justify-content: center;
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
  min-width: 260px;
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  text-transform: none;
}
@media (min-width: 600px) {
  .leaderboard .leaderboard-body .ctas {
    display: flex;
    flex-wrap: wrap;
  }
  .leaderboard .leaderboard-body .ctas > * {
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }
  .leaderboard .leaderboard-body .ctas > *:only-child {
    flex: 1 0 0%;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .leaderboard .leaderboard-body .ctas {
    width: calc(50vw - 1.25rem);
  }
}
.leaderboard .leaderboard-body .cta {
  padding: 1.75rem 1.25rem;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .leaderboard .leaderboard-body .cta {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .leaderboard .leaderboard-body .cta {
    padding-left: 2.875rem;
    padding-right: 2.875rem;
  }
}
.leaderboard .leaderboard-body .cta .cta-title {
  margin-bottom: 1.25rem;
  color: #4e4e4e;
  font-family: "Circular Std", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.3334;
  text-transform: uppercase;
  transition: color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .leaderboard .leaderboard-body .cta .cta-title {
    transition: none;
  }
}
.leaderboard .leaderboard-body .cta .cta-title:last-child {
  margin-bottom: 0;
}
.leaderboard .leaderboard-body .cta .cta-link {
  color: inherit;
  text-decoration: none;
}
.leaderboard .leaderboard-body .cta .cta-text {
  color: #000;
  font-family: "Circular Std", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .leaderboard .leaderboard-body .cta .cta-text {
    transition: none;
  }
}
.leaderboard .leaderboard-body .cta.price .cta-text {
  color: #111;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
.leaderboard .leaderboard-body .cta.link {
  position: relative;
}
.leaderboard .leaderboard-body .cta.link:hover .cta-title,
.leaderboard .leaderboard-body .cta.link:hover .cta-text {
  color: #5b6670;
}

/* 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-grey {
  background-color: var(--bg-grey);
}
.layout.background-primary, .layout.background-secondary {
  color: #fff;
}
.layout.background-primary h1, .layout.background-primary h2, .layout.background-primary h3, .layout.background-primary h4, .layout.background-primary h5, .layout.background-primary h6, .layout.background-primary .h1, .layout.background-primary .h2, .layout.background-primary .h3, .layout.background-primary .h4, .layout.background-primary .h5, .layout.background-primary .h6,
.layout.background-primary .lead, .layout.background-secondary h1, .layout.background-secondary h2, .layout.background-secondary h3, .layout.background-secondary h4, .layout.background-secondary h5, .layout.background-secondary h6, .layout.background-secondary .h1, .layout.background-secondary .h2, .layout.background-secondary .h3, .layout.background-secondary .h4, .layout.background-secondary .h5, .layout.background-secondary .h6,
.layout.background-secondary .lead {
  color: #fff;
}
.layout.background-primary {
  background-color: var(--bg-primary);
}
.layout.background-secondary {
  background-color: var(--bg-secondary);
  color: #000;
}
.layout.background-secondary h1, .layout.background-secondary h2, .layout.background-secondary h3, .layout.background-secondary h4, .layout.background-secondary h5, .layout.background-secondary h6, .layout.background-secondary .h1, .layout.background-secondary .h2, .layout.background-secondary .h3, .layout.background-secondary .h4, .layout.background-secondary .h5, .layout.background-secondary .h6,
.layout.background-secondary .lead {
  color: #000;
}
.layout.container-fullscreen .section__wrapper {
  padding-left: 0;
  padding-right: 0;
}
.layout.gutters {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 600px) {
  .layout.gutters {
    max-width: calc(600px - (1.25rem * 2));
  }
}
@media (min-width: 800px) {
  .layout.gutters {
    max-width: calc(800px - (1.25rem * 2));
  }
}
@media (min-width: 1000px) {
  .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(1400px - (1.25rem * 2));
  }
}
.layout:not(.layout--onecol) .section__inner {
  display: grid;
  gap: 0 2.5rem;
}
@media (min-width: 1000px) {
  .layout.layout--twocol-section--50-50 .section__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .layout.layout--twocol-section--33-67 .section__inner {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 1000px) {
  .layout.layout--twocol-section--67-33 .section__inner {
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 1000px) {
  .layout.layout--twocol-section--25-75 .section__inner {
    grid-template-columns: 1fr 3fr;
  }
}
@media (min-width: 1000px) {
  .layout.layout--twocol-section--75-25 .section__inner {
    grid-template-columns: 3fr 1fr;
  }
}
@media (min-width: 1000px) {
  .layout.layout--threecol-section--25-50-25 .section__inner {
    grid-template-columns: 1fr 2fr 1fr;
  }
}
@media (min-width: 1000px) {
  .layout.layout--threecol-section--33-34-33 .section__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1000px) {
  .layout.layout--threecol-section--25-25-50 .section__inner {
    grid-template-columns: 1fr 1fr 2fr;
  }
}
@media (min-width: 1000px) {
  .layout.layout--threecol-section--50-25-25 .section__inner {
    grid-template-columns: 2fr 1fr 1fr;
  }
}
@media (min-width: 1000px) {
  .layout.layout--fourcol-section .section__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}

.user-login-form {
  display: grid;
  gap: 1rem;
}
@media (min-width: 800px) {
  .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: 800px) {
  .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-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 #afafaf !important;
  padding: 0.8125rem !important;
  width: 3rem !important;
  height: calc(1.5em + 1.625rem + 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: 800px) {
  .webform-element--title-inline > label:not(.option) {
    flex: 0 0 auto;
    width: 16.66666667%;
    padding-right: 1.25rem;
  }
}
@media (min-width: 800px) {
  .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.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%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 1.5rem center, center right 2.25rem;
  background-size: 16px 12px, 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: #5b6670 !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;
}

.page-node-type-home .home--intro .text {
  padding-top: 9.5rem;
  padding-bottom: 5.75rem;
}
.page-node-type-home .home--intro .text .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.page-node-type-home .home--intro .text h1, .page-node-type-home .home--intro .text h2, .page-node-type-home .home--intro .text h3, .page-node-type-home .home--intro .text h4, .page-node-type-home .home--intro .text h5, .page-node-type-home .home--intro .text h6, .page-node-type-home .home--intro .text .h1, .page-node-type-home .home--intro .text .h2, .page-node-type-home .home--intro .text .h3, .page-node-type-home .home--intro .text .h4, .page-node-type-home .home--intro .text .h5, .page-node-type-home .home--intro .text .h6 {
  font-family: "Circular Std", sans-serif;
  font-weight: 400;
  line-height: 1.3334;
}
@media (min-width: 1200px) {
  .page-node-type-home .home--intro .text h2, .page-node-type-home .home--intro .text .h2 {
    font-size: 2.25rem;
  }
}
.page-node-type-home .home--intro .media {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media (min-width: 600px) {
  .page-node-type-home .home--intro .media {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.page-node-type-home .home--intro .media img {
  width: 100%;
}
.page-node-type-home .home--properties {
  margin-top: 1.25rem;
  padding-top: 2.875rem;
  padding-bottom: 3.5rem;
  background-color: #f7f7f7;
}
@media (min-width: 1400px) {
  .page-node-type-home .home--properties {
    position: relative;
    margin-top: -3.125rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
  }
}
.page-node-type-home .home--properties .suptitle {
  margin-bottom: 0.625rem;
  color: #415f7f;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2858;
  text-align: center;
  text-transform: uppercase;
}
.page-node-type-home .home--properties .suptitle:last-child {
  margin-bottom: 0;
}
.page-node-type-home .home--properties .title {
  margin-bottom: 3.625rem;
  color: #111;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}
.page-node-type-home .home--properties .title:last-child {
  margin-bottom: 0;
}
.page-node-type-home .home--properties .property-item .item-header {
  position: relative;
  margin-bottom: 1.25rem;
  height: 15.25rem;
}
.page-node-type-home .home--properties .property-item .item-header:last-child {
  margin-bottom: 0;
}
.page-node-type-home .home--properties .property-item .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center bottom;
  object-position: center bottom;
}
.page-node-type-home .home--properties .property-item .item-title {
  margin-bottom: 0.375rem;
  color: #111;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  transition: color 0.2s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .page-node-type-home .home--properties .property-item .item-title {
    transition: none;
  }
}
.page-node-type-home .home--properties .property-item .item-title:last-child {
  margin-bottom: 0;
}
.page-node-type-home .home--properties .property-item .item-link {
  color: inherit;
  text-decoration: none;
}
.page-node-type-home .home--properties .property-item .item-text {
  color: #415f7f;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}
.page-node-type-home .home--properties .property-item.link {
  position: relative;
}
.page-node-type-home .home--properties .property-item.link:hover .item-title {
  color: #5b6670;
}
.page-node-type-home .home--infos {
  padding-top: 2.625rem;
}
.page-node-type-home .home--infos .block-layout-builder {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}
.page-node-type-home .home--gallery {
  padding-top: 0.75rem;
}
.page-node-type-home .home--content {
  padding-top: 4.5rem;
  padding-bottom: 4.625rem;
  background-color: #f7f7f7;
}
.page-node-type-home .home--content .title {
  margin-bottom: 3.125rem;
  text-align: center;
}
.page-node-type-home .home--content .texts {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 800px) {
  .page-node-type-home .home--content .texts {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-node-type-home .home--content .texts > * {
    flex: 0 0 auto;
    width: calc((100% - 2.5rem) / 2);
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .page-node-type-home .home--content .texts > * {
    width: calc((100% - 5rem) / 3);
  }
}
.page-node-type-home .home--content .text {
  border: 1px solid #c7c7c7;
  padding: 3.5rem 1.25rem 3.25rem;
  background-color: #fff;
  color: rgba(106, 106, 106, 0.65);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7143;
}
@media (min-width: 600px) {
  .page-node-type-home .home--content .text {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.page-node-type-home .home--content .text h1, .page-node-type-home .home--content .text h2, .page-node-type-home .home--content .text h3, .page-node-type-home .home--content .text h4, .page-node-type-home .home--content .text h5, .page-node-type-home .home--content .text h6, .page-node-type-home .home--content .text .h1, .page-node-type-home .home--content .text .h2, .page-node-type-home .home--content .text .h3, .page-node-type-home .home--content .text .h4, .page-node-type-home .home--content .text .h5, .page-node-type-home .home--content .text .h6 {
  margin-bottom: 1rem;
  color: #415f7f;
}
.page-node-type-home .home--content .text h1:last-child, .page-node-type-home .home--content .text h2:last-child, .page-node-type-home .home--content .text h3:last-child, .page-node-type-home .home--content .text h4:last-child, .page-node-type-home .home--content .text h5:last-child, .page-node-type-home .home--content .text h6:last-child, .page-node-type-home .home--content .text .h1:last-child, .page-node-type-home .home--content .text .h2:last-child, .page-node-type-home .home--content .text .h3:last-child, .page-node-type-home .home--content .text .h4:last-child, .page-node-type-home .home--content .text .h5:last-child, .page-node-type-home .home--content .text .h6:last-child {
  margin-bottom: 0;
}
.page-node-type-home .home--content .cta {
  margin-top: 3.125rem;
  text-align: center;
}

.page-node-type-property .banner .banner-header ~ .banner-body .inner {
  min-height: 415px;
}
@media (min-width: 800px) {
  .page-node-type-property .banner .banner-header ~ .banner-body .inner {
    min-height: 700px;
  }
}
.page-node-type-property .banner .banner-body {
  text-align: center;
}
@media (min-width: 800px) {
  .page-node-type-property .banner .banner-body .suptitle {
    position: absolute;
    top: 3.75rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.page-node-type-property .banner .banner-body h1, .page-node-type-property .banner .banner-body .h1 {
  font-size: 9rem;
  line-height: 1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
}
@media (min-width: 800px) {
  .page-node-type-property .banner .banner-body h1, .page-node-type-property .banner .banner-body .h1 {
    font-size: 12.125rem;
  }
}
@media (min-width: 1000px) {
  .page-node-type-property .banner .banner-body h1, .page-node-type-property .banner .banner-body .h1 {
    font-size: 24.375rem;
  }
}
.page-node-type-property .property--infos {
  display: flex;
  flex-direction: column;
}
.page-node-type-property .property--infos .inner {
  margin-top: -2.5rem;
  background-color: #fff;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 1000px) {
  .page-node-type-property .property--infos .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: -5.625rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .page-node-type-property .property--infos .inner > * {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
  }
  .page-node-type-property .property--infos .inner > *.orientation {
    flex: 0 0 auto;
    width: 200px;
  }
  .page-node-type-property .property--infos .inner > *.caracs {
    border-left: 1px solid #e5e5e5;
  }
  .page-node-type-property .property--infos .inner > *.contact {
    flex: 0 0 auto;
    width: 285px;
  }
}
@media (min-width: 1200px) {
  .page-node-type-property .property--infos .inner > *.contact {
    margin-left: 1.5625rem;
    width: 335px;
  }
}
.page-node-type-property .property--infos .orientation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.375rem;
  padding: 1.5rem 2.5rem;
}
@media (min-width: 1000px) {
  .page-node-type-property .property--infos .orientation {
    flex-direction: column;
    justify-content: normal;
    padding: 0 1.25rem;
  }
}
.page-node-type-property .property--infos .orientation .text {
  display: flex;
  flex-direction: column;
  color: #5b6670;
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}
.page-node-type-property .property--infos .orientation .text strong {
  color: #d9d8d7;
  font-weight: inherit;
}
@media (min-width: 1000px) {
  .page-node-type-property .property--infos .orientation .text {
    display: block;
  }
}
.page-node-type-property .property--infos .orientation .media {
  position: relative;
  width: 110px;
  height: 90px;
}
@media (min-width: 1000px) {
  .page-node-type-property .property--infos .orientation .media {
    order: -1;
  }
}
.page-node-type-property .property--infos .orientation .media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.page-node-type-property .property--infos .caracs {
  padding: 0 2.5rem;
}
@media (min-width: 800px) {
  .page-node-type-property .property--infos .caracs {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .page-node-type-property .property--infos .caracs {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
}
.page-node-type-property .property--infos .caracs ul {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 800px) {
  .page-node-type-property .property--infos .caracs ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    -moz-column-rule: 1px solid #e5e5e5;
    column-rule: 1px solid #e5e5e5;
  }
}
@media (min-width: 1200px) {
  .page-node-type-property .property--infos .caracs ul {
    -moz-column-gap: 5.625rem;
    column-gap: 5.625rem;
  }
}
.page-node-type-property .property--infos .caracs ul li {
  display: flex;
  justify-content: space-between;
  gap: 0.375rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: #5b6670;
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}
.page-node-type-property .property--infos .caracs ul li strong {
  color: #5c5c5c;
  font-weight: inherit;
}
@media (min-width: 800px) {
  .page-node-type-property .property--infos .caracs ul li {
    justify-content: normal;
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
    gap: 0.625rem;
    border-top: 0;
  }
  .page-node-type-property .property--infos .caracs ul li strong {
    flex-shrink: 0;
    width: 105px;
  }
}
.page-node-type-property .property--infos .contact {
  padding: 2.375rem 2.5rem 2.125rem;
  text-align: center;
}
@media (min-width: 1000px) {
  .page-node-type-property .property--infos .contact {
    padding: 0 1.25rem;
  }
}
.page-node-type-property .property--infos .contact .price {
  margin-bottom: 1.125rem;
  color: #5b6670;
  font-family: "Circular Std", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
.page-node-type-property .property--infos .contact .price strong {
  color: #666;
  font-weight: inherit;
}
.page-node-type-property .property--infos .contact .price:last-child {
  margin-bottom: 0;
}
.page-node-type-property .property--footer {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 600px) {
  .page-node-type-property .property--footer {
    padding-top: 7.5rem;
    padding-bottom: 5.75rem;
  }
}
.page-node-type-property .property--footer .inner {
  border: 1px solid #e5e5e5;
}
.page-node-type-property .property--footer .inner > * + *:not(.cta) {
  border-top: 1px solid #e5e5e5;
}
@media (min-width: 1000px) {
  .page-node-type-property .property--footer .inner {
    display: flex;
    flex-wrap: wrap;
  }
  .page-node-type-property .property--footer .inner > * {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
  }
  .page-node-type-property .property--footer .inner > * + *:not(.cta) {
    border-top: 0;
    border-left: 1px solid #e5e5e5;
  }
}
.page-node-type-property .property--footer .footer-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3.125rem 1.25rem;
}
@media (min-width: 600px) {
  .page-node-type-property .property--footer .footer-item {
    padding: 3.75rem 1.875rem;
  }
}
@media (min-width: 1200px) {
  .page-node-type-property .property--footer .footer-item {
    padding-left: 2.875rem;
    padding-right: 2.875rem;
  }
}
.page-node-type-property .property--footer .footer-item .item-header {
  position: relative;
  margin-bottom: 0.875rem;
  height: 3.375rem;
}
@media (min-width: 600px) {
  .page-node-type-property .property--footer .footer-item .item-header {
    margin-bottom: 1.875rem;
  }
}
.page-node-type-property .property--footer .footer-item .item-header:last-child {
  margin-bottom: 0;
}
.page-node-type-property .property--footer .footer-item .item-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.page-node-type-property .property--footer .footer-item .item-title {
  margin-bottom: 1rem;
  color: #4d4d4d;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2223;
  text-align: center;
}
.page-node-type-property .property--footer .footer-item .item-title:last-child {
  margin-bottom: 0;
}
.page-node-type-property .property--footer .footer-item .item-text {
  margin-bottom: 1rem;
  color: rgba(106, 106, 106, 0.65);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.page-node-type-property .property--footer .footer-item .item-text:last-child {
  margin-bottom: 0;
}
.page-node-type-property .property--footer .footer-item .item-text p,
.page-node-type-property .property--footer .footer-item .item-text ul,
.page-node-type-property .property--footer .footer-item .item-text ol {
  margin-bottom: 1rem;
}
.page-node-type-property .property--footer .footer-item .item-text p:last-child,
.page-node-type-property .property--footer .footer-item .item-text ul:last-child,
.page-node-type-property .property--footer .footer-item .item-text ol:last-child {
  margin-bottom: 0;
}
.page-node-type-property .property--footer .footer-item.cta {
  background-color: #5b6670;
}
.page-node-type-property .property--footer .footer-item.cta .item-title {
  margin-bottom: 1.625rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1.25;
}
@media (min-width: 600px) {
  .page-node-type-property .property--footer .footer-item.cta .item-title {
    margin-bottom: 3.125rem;
  }
}
.page-node-type-property .property--footer .footer-item.cta .item-title:last-child {
  margin-bottom: 0;
}
.page-node-type-property .property--footer .footer-item.cta .item-text {
  color: rgba(255, 255, 255, 0.65);
}
.page-node-type-property .property--footer .footer-item.cta .item-text .btn-primary, .page-node-type-property .property--footer .footer-item.cta .item-text .block--gallery_cta .block-body .gallery_cta-item .item-link, .block--gallery_cta .block-body .gallery_cta-item .page-node-type-property .property--footer .footer-item.cta .item-text .item-link, .page-node-type-property .property--footer .footer-item.cta .item-text .btn1,
.page-node-type-property .property--footer .footer-item.cta .item-text .btn4, .page-node-type-property .property--footer .footer-item.cta .item-text .eu-cookie-compliance-default-button,
.page-node-type-property .property--footer .footer-item.cta .item-text .eu-cookie-withdraw-button,
.page-node-type-property .property--footer .footer-item.cta .item-text .eu-cookie-compliance-save-preferences-button, .page-node-type-property .property--footer .footer-item.cta .item-text .form-button,
.page-node-type-property .property--footer .footer-item.cta .item-text .form-submit {
  --btn-color: #464646;
  --btn-hover-color: #464646;
  --btn-active-color: #464646;
  --btn-disabled-color: #464646;
}
.page-node-type-property .property--footer .footer-item.cta .item-text .btn-link, .page-node-type-property .property--footer .footer-item.cta .item-text .btn7, .page-node-type-property .property--footer .footer-item.cta .item-text .form-reset {
  --btn-border-color: #fff;
  --btn-color: #fff;
  --btn-hover-color: #fff;
  --btn-focus-shadow-rgb: 217, 217, 217;
  --btn-active-color: #fff;
  --btn-disabled-border-color: #fff;
}

body.layout-edit .banner .banner-body h1, body.layout-edit .banner .banner-body .h1 {
  font-size: 2.25rem;
  -webkit-text-fill-color: currentcolor;
  -webkit-text-stroke: 0 currentcolor;
}
@media (min-width: 800px) {
  body.layout-edit .banner .banner-body h1, body.layout-edit .banner .banner-body .h1 {
    font-size: 4.5rem;
  }
}
body.layout-edit .banner .banner-body h1 em, body.layout-edit .banner .banner-body .h1 em {
  font-size: 9rem;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
}
@media (min-width: 800px) {
  body.layout-edit .banner .banner-body h1 em, body.layout-edit .banner .banner-body .h1 em {
    font-size: 12.125rem;
  }
}
@media (min-width: 1000px) {
  body.layout-edit .banner .banner-body h1 em, body.layout-edit .banner .banner-body .h1 em {
    font-size: 24.375rem;
  }
}
