@charset "UTF-8";
/* ---------------------------------- */
/********** Font Definitions **********/
/* ---------------------------------- */
/* ------------------------------------- */
/********** Site Wide Variables **********/
/* ------------------------------------- */
/* -------------------------------------- */
/********** Responsive Variables **********/
/* -------------------------------------- */
/* ------------------------------ */
/********** Brand Colors **********/
/* ------------------------------ */
/* PHP generated variables can be found at the bottom of functions.php in function wp_scss_variables, in particular for categories */
/* --------------------------- */
/********** Structure **********/
/* --------------------------- */
.post, .page {
  margin: 0;
}
#primary {
  transition: background-color 0.5s ease-in-out;
}
#primary #main {
  transition: opacity 0.5s ease-in-out;
}
.page-content {
  margin: 0;
}
.page-content:not(.transparent) {
  background: #ffffff;
}
.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .wrap {
    max-width: 1280px;
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-left: 38px;
    padding-right: 38px;
  }
}
.flex, .col-wrap {
  display: flex;
}
.flex.flex-row, .col-wrap.flex-row {
  flex-direction: row;
}
.flex.flex-row-reverse, .col-wrap.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex.flex-column, .col-wrap.flex-column {
  flex-direction: column;
}
.flex.flex-column-reverse, .col-wrap.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex.flex-wrap, .col-wrap.flex-wrap {
  flex-wrap: wrap;
}
.flex.flex-no-wrap, .col-wrap.flex-no-wrap {
  flex-wrap: nowrap;
}
.flex.flex-align-start, .col-wrap.flex-align-start {
  align-items: flex-start;
}
.flex.flex-align-end, .col-wrap.flex-align-end {
  align-items: flex-end;
}
.flex.flex-align-center, .col-wrap.flex-align-center {
  align-items: center;
}
.flex.flex-justify-between, .col-wrap.flex-justify-between {
  justify-content: space-between;
}
.flex.flex-justify-even, .col-wrap.flex-justify-even {
  justify-content: space-evenly;
}
.flex.flex-justify-end, .col-wrap.flex-justify-end {
  justify-content: flex-end;
}
.flex.flex-justify-center, .col-wrap.flex-justify-center {
  justify-content: center;
}
.flex .flex-no-grow, .col-wrap .flex-no-grow {
  flex-grow: 0;
}
.flex .flex-no-shrink, .col-wrap .flex-no-shrink {
  flex-shrink: 0;
}
.flex .flex-grow, .col-wrap .flex-grow {
  flex-grow: 1;
}
.flex .flex-shrink, .col-wrap .flex-shrink {
  flex-shrink: 1;
}
/* ------------------------------- */
/********** Global Styles **********/
/* ------------------------------- */
body {
  background-color: #ffffff;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
img[data-lazy-src] {
  opacity: 0;
}
img.lazyloaded {
  -webkit-transition: opacity 0.2s linear 0.1s;
  -moz-transition: opacity 0.2s linear 0.1s;
  transition: opacity 0.2s linear 0.1s;
  opacity: 1;
}
body #page a.cta {
  font-size: 18px;
  line-height: 100%;
  padding: 20px 46px;
  border-radius: 70px;
  display: inline-block;
  text-decoration: none;
  font-variation-settings: "wght" 700, "opsz" 10;
}
body #page a.cta:hover {
  opacity: 0.8;
}
body #page a.cta span {
  margin-left: 3px;
}
.icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-decoration: none;
}
.icons:hover {
  text-decoration: none;
}
.icons.inline {
  display: inline-block;
}
.icons.circle {
  width: 70px;
  height: 70px;
  font-size: 25px;
  line-height: 25px;
  border-radius: 50%;
  background-color: #ffffff;
}
.icons.circle.red {
  color: #ea5851;
}
.icons.border {
  width: 70px;
  height: 70px;
  font-size: 25px;
  line-height: 25px;
  border-radius: 50%;
  border: 1px solid;
}
.icons.border.white {
  color: #ffffff;
}
.icons.reverse.violet {
  background-color: #e8eaf1;
}
.icons.reverse.red {
  background-color: #ea5851;
}
.icons.reverse.red30 {
  background-color: #f6dfdd;
}
.icons.reverse.blue {
  background-color: #cce6f4;
}
.icons.reverse.white {
  background-color: #ffffff;
}
.icons.warning {
  color: #ea5851;
}
.icons.info {
  color: #62b8e8;
}
.icons:before {
  margin: 0;
}
/* ---------------------------- */
/********** Typography **********/
/* ---------------------------- */
body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 22px;
  color: #737373;
  font-variation-settings: "wght" 400, "opsz" 10;
}
body h1, body h2, body h3, body .h1, body .h2, body .h3 {
  margin: 0;
  padding: 0;
  display: block;
  font-variation-settings: "wght" 700, "opsz" 10;
  line-height: 110%;
}
body h1, body .h1 {
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  body h1, body .h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 768px) {
  body h1, body .h1 {
    font-size: 50px;
  }
}
body h2, body .h2 {
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  body h2, body .h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  body h2, body .h2 {
    font-size: 45px;
  }
}
body h3, body .h3 {
  font-size: 22px;
  font-variation-settings: "wght" 600, "opsz" 10;
}
body .body-text {
  font-size: 18px;
  line-height: 22px;
  font-variation-settings: "wght" 400, "opsz" 10;
}
body p {
  margin-top: 0;
  margin-bottom: 0;
}
body p:not(:last-child), body p:not(:last-of-type) {
  margin-bottom: 16px;
}
body ul, body ol {
  margin: 0;
  padding: 0;
}
body ul li, body ol li {
  padding: 0;
  margin: 0;
}
body ul li:not(:last-child), body ol li:not(:last-child) {
  margin-bottom: 10px;
}
body strong {
  font-variation-settings: "wght" 700, "opsz" 10;
}
body em {
  font-style: italic;
}
body blockquote {
  margin: 0;
  padding: 0;
  position: relative;
  background-color: red;
}
body a {
  color: #1e1e1e;
  text-decoration: underline;
}
body a:visited {
  color: #1e1e1e;
  text-decoration: none;
}
body a:hover {
  color: #1e1e1e;
  text-decoration: none;
}
/* ------------------------ */
/********** Header **********/
/* ------------------------ */
@media screen and (max-width: 1024px) {
  body #page header.site-header {
    overflow: hidden;
  }
}
body #page header.site-header #site-navigation {
  max-width: inherit;
  background: #ffffff;
}
@media screen and (min-width: 1024px) {
  body #page header.site-header #site-navigation {
    padding-top: 38px;
    padding-bottom: 38px;
    gap: 47px;
  }
}
@media screen and (max-width: 1024px) {
  body #page header.site-header #site-navigation {
    padding-top: 21px;
    padding-bottom: 16px;
    justify-content: space-between;
  }
}
body #page header.site-header #site-navigation .site-branding {
  flex-shrink: 0;
}
body #page header.site-header #site-navigation .site-branding a img {
  width: auto;
  height: 69px;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  body #page header.site-header #site-navigation .site-branding a img {
    height: 37px;
  }
}
body #page header.site-header #site-navigation .site-branding a.logo-reverse {
  display: none;
}
@media screen and (min-width: 1024px) {
  body #page header.site-header #site-navigation .primary-navigation {
    flex: 1;
    gap: 47px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  body #page header.site-header #site-navigation .primary-navigation {
    gap: 25px;
  }
}
@media screen and (max-width: 1024px) {
  body #page header.site-header #site-navigation .primary-navigation {
    display: none;
    padding-left: 38px;
    padding-right: 38px;
  }
}
body #page header.site-header #site-navigation .primary-navigation .search-trigger {
  background-color: #f4f4f4;
  color: #c9c9c9;
  font-size: 15px;
  line-height: 100%;
  -webkit-appearance: none;
  appearance: none;
  padding: 5px 3px 5px 14px;
  width: 173px;
  border-radius: 32px;
  border: 0;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  body #page header.site-header #site-navigation .primary-navigation .search-trigger {
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  body #page header.site-header #site-navigation .primary-navigation .search-trigger {
    width: 100%;
  }
}
body #page header.site-header #site-navigation .primary-navigation .search-trigger span {
  width: 23px;
  height: 23px;
  background: var(--color-scheme);
  border-radius: 24px;
}
body #page header.site-header #site-navigation .primary-navigation ul#primary-menu {
  gap: 27px;
  list-style: none;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  body #page header.site-header #site-navigation .primary-navigation ul#primary-menu {
    gap: 20px;
  }
}
body #page header.site-header #site-navigation .primary-navigation ul#primary-menu > li {
  margin: 0;
}
body #page header.site-header #site-navigation .primary-navigation ul#primary-menu > li:not(.cta):not(.toggle-1):not(.toggle-2) > a {
  color: #585858;
  font-size: 18px;
  text-decoration: none;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  body #page header.site-header #site-navigation .primary-navigation ul#primary-menu > li:not(.cta):not(.toggle-1):not(.toggle-2) > a {
    font-size: 16px;
  }
}
body #page header.site-header #site-navigation .primary-navigation ul#primary-menu > li:not(.cta):not(.toggle-1):not(.toggle-2) > a:hover {
  color: #1e1e1e;
}
@media screen and (max-width: 1024px) {
  body #page header.site-header #site-navigation .primary-navigation ul#primary-menu > li:not(.cta):not(.toggle-1):not(.toggle-2) > a:hover {
    background: var(--color-scheme) !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
  }
}
body #page header.site-header #site-navigation .primary-navigation ul#primary-menu > li:not(.cta):not(.toggle-1):not(.toggle-2).current-menu-item > a, body #page header.site-header #site-navigation .primary-navigation ul#primary-menu > li:not(.cta):not(.toggle-1):not(.toggle-2).current-page-ancestor > a {
  background: var(--color-scheme) !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
}
body #page header.site-header #site-navigation .primary-navigation ul#primary-menu > li.cta a {
  color: #ffffff;
  padding: 14px 25px;
  border-radius: 50px;
  font-variation-settings: "wght" 700, "opsz" 10;
  display: inline-block;
  text-decoration: none;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  body #page header.site-header #site-navigation .primary-navigation ul#primary-menu > li.cta a {
    font-size: 15px;
    padding: 12px 16px;
  }
}
body #page header.site-header #site-navigation .primary-navigation ul#primary-menu > li.menu-item-has-children {
  /*
                ul.sub-menu {
                  position: absolute;
                  height: 0;
                  top: 0;
                  left: 0;
                  width: 100%;
                  z-index: 1000;
                  background-color: $blue10;
                  transition: all 0.3s ease-out;
                  overflow: hidden;

                  @media screen and (max-width: $md) {
                    top: 110px;
                  }

                  &:before {
                    content: "";
                    display: block;
                    height: 115px;
                    width: 100%;
                    background: $white;

                    @media screen and (max-width: $md) {
                      display: none;
                    }
                  }

                  .wrap {
                    padding-top: $margin-reference * 2;
                    padding-bottom: $margin-reference * 2;

                    .custom-menu-intro {
                      max-width: 500px;
                      background-color: $white;
                      border-radius: $radius;
                      padding: $margin-reference * 2;
                      flex-shrink: 0;

                      @media screen and (max-width: $md) {
                        padding: 32px;
                      }

                      p {
                        margin-bottom: 0;

                        br {
                          display: none;
                        }

                        &.petit-titre {
                          margin-bottom: $margin-reference;
                        }

                        &:nth-child(n + 3) {
                          display: none;
                        }
                      }

                      a {
                        display: inline-block;
                        margin-top: $margin-reference;
                      }
                    }

                    .sub-menu-items {
                      flex: 1;
                      padding-left: 70px;

                      @media screen and (max-width: 1240px) {
                        display: block;
                        padding-left: $margin-reference * 2;
                      }

                      ul {
                        column-count: 2;
                        margin-top: $margin-reference * 2;

                        @media screen and (max-width: $md) {
                          column-count: 1;
                          margin-top: 32px;
                        }

                        li {
                          max-width: 300px;
                          width: 100%;
                          //margin-bottom: $margin-reference;
                          margin-bottom: 12px;
                          display: flex;

                          @media screen and (max-width: $md) {
                            max-width: inherit;
                            width: auto;
                            display: block;
                          }

                          a {
                            background-color: $white;
                            padding: 15px 20px;
                            border-radius: 100px;
                            text-decoration: none;
                            display: block;
                            width: 100%;

                            &:hover {
                              color: $white;
                              text-decoration: none;
                              background-color: $blue;
                            }
                          }

                          &.back {
                            //&.current-page-ancestor {
                            display: none;
                          }
                        }
                      }
                    }
                  }
                }
                */
}
body #page header.site-header #site-navigation .primary-navigation ul#primary-menu > li.menu-item-has-children > a:after {
  content: "↓";
  display: inline-block;
  margin-left: 2px;
}
@media screen and (max-width: 1024px) {
  body #page header.site-header #site-navigation .primary-navigation ul#primary-menu > li.menu-item-has-children > a {
    pointer-events: none;
  }
}
body #page header.site-header #site-navigation .primary-navigation ul#primary-menu > li.menu-item-has-children:hover ul.sub-menu {
  height: 571px;
}
@media screen and (max-width: 1024px) {
  body #page header.site-header #site-navigation .primary-navigation ul#primary-menu > li.menu-item-has-children:hover ul.sub-menu {
    height: 446px;
  }
}
body #page header.site-header #site-navigation .menu-toggle {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: relative;
  z-index: 2000;
  width: 30px;
  height: 26px;
  background: transparent;
  display: block;
}
@media screen and (min-width: 1024px) {
  body #page header.site-header #site-navigation .menu-toggle {
    display: none;
  }
}
body #page header.site-header #site-navigation .menu-toggle .menu-icon {
  width: 30px;
  height: 26px;
  display: block;
  background: var(--color-scheme);
  mask-image: url("../images/menu-black.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../images/menu-black.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
body #page header.site-header #site-navigation .menu-toggle:before {
  width: auto;
  height: auto;
  line-height: 30px;
  font-size: 27px;
}
body #page header.site-header .search-form {
  height: 0;
  overflow: hidden;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  body #page header.site-header .search-form {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 768px) {
  body #page header.site-header .search-form {
    padding-left: 38px;
    padding-right: 38px;
  }
}
body #page header.site-header .search-form .search-form-inner {
  position: relative;
  padding-top: 27px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  body #page header.site-header .search-form .search-form-inner {
    max-width: 720px;
    margin: 0 auto;
  }
}
body #page header.site-header .search-form .search-form-inner a.search-form-close {
  display: block;
  text-indent: -9999px;
  width: 23px;
  height: 23px;
  border-radius: 32px;
  background-position: 50% 50%;
  background-size: auto 9px;
  background-repeat: no-repeat;
  background-image: url(../images/close-black.svg);
  border: 1.5px solid #1e1e1e;
  opacity: 0.7;
  position: absolute;
  z-index: 10;
  top: 5px;
}
body #page header.site-header .search-form .search-form-inner a.search-form-close:hover {
  opacity: 0.4;
}
@media screen and (min-width: 1024px) {
  body #page header.site-header .search-form .search-form-inner a.search-form-close {
    right: -120px;
  }
}
@media screen and (max-width: 1024px) {
  body #page header.site-header .search-form .search-form-inner a.search-form-close {
    right: -60px;
  }
}
@media screen and (max-width: 768px) {
  body #page header.site-header .search-form .search-form-inner a.search-form-close {
    right: inherit;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 32px;
    height: 32px;
  }
}
body #page header.site-header .search-form .search-form-inner .search-filter-results > .no-results {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(30, 30, 30, 0.25);
  background-color: #f4f4f4;
  padding: 78px 40px 25px 28px;
  max-height: 327px;
  overflow: auto;
  margin-top: -33px;
}
body #page header.site-header .search-form .search-form-inner .search-filter-results > .no-results p {
  color: #585858;
  font-size: 16px;
  line-height: 20px;
}
body #page header.site-header .search-form form.searchandfilter {
  z-index: 10;
  position: relative;
}
body #page header.site-header .search-form form.searchandfilter > ul {
  list-style: none;
  position: relative;
}
body #page header.site-header .search-form form.searchandfilter > ul > li {
  padding: 0;
  margin: 0;
}
body #page header.site-header .search-form form.searchandfilter > ul > li.sf-field-reset {
  display: none;
}
body #page header.site-header .search-form form.searchandfilter > ul > li.sf-field-search label {
  width: 100%;
}
body #page header.site-header .search-form form.searchandfilter > ul > li.sf-field-search input {
  font-family: "Roboto", sans-serif;
  font-variation-settings: "wght" 400, "opsz" 10;
  font-size: 18px;
  line-height: 100%;
  color: #1e1e1e;
  padding: 26px 30px;
  border-radius: 0;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  border: 1px solid #1e1e1e;
  outline: none;
  width: 100%;
  background-color: #ffffff;
}
body #page header.site-header .search-form form.searchandfilter > ul > li.sf-field-tag {
  display: none;
  flex-direction: column;
  flex: 1;
  gap: 16px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body #page header.site-header .search-form form.searchandfilter > ul > li.sf-field-tag {
    align-items: flex-start;
  }
}
body #page header.site-header .search-form form.searchandfilter > ul > li.sf-field-tag h4 {
  flex-shrink: 0;
  color: #585858;
}
body #page header.site-header .search-form form.searchandfilter > ul > li.sf-field-tag ul {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  body #page header.site-header .search-form form.searchandfilter > ul > li.sf-field-tag ul {
    row-gap: 15px;
    column-gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  body #page header.site-header .search-form form.searchandfilter > ul > li.sf-field-tag ul {
    gap: 12px;
  }
}
body #page header.site-header .search-form form.searchandfilter > ul > li.sf-field-tag ul li {
  color: #585858;
  background: #ddd !important;
}
body #page header.site-header .search-form form.searchandfilter > ul > li.sf-field-tag ul li.sf-level-0:nth-child(1n+5) {
  display: none;
}
body #page header.site-header .search-form form.searchandfilter > ul > li.sf-field-submit {
  right: 6px;
  top: 6px;
  position: absolute;
}
body #page header.site-header .search-form form.searchandfilter > ul > li.sf-field-submit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/arrow-white.svg);
  background-position: 50% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  pointer-events: none;
}
body #page header.site-header .search-form form.searchandfilter > ul > li.sf-field-submit:hover:before {
  opacity: 0.8;
}
body #page header.site-header .search-form form.searchandfilter > ul > li.sf-field-submit input {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 62px;
  height: 62px;
  border-radius: 62px;
  background: var(--color-scheme);
  text-indent: -9999px;
  padding: 0;
  border: 0;
  outline: none;
  color: #ffffff;
}
body #page header.site-header #search-overlay {
  display: none;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(30, 30, 30, 0.25);
  background-color: #f4f4f4;
  padding: 78px 40px 25px 28px;
  max-height: 287px;
  overflow: auto;
  margin-top: -33px;
}
body #page header.site-header #search-overlay.active {
  display: block;
}
body #page header.site-header #search-overlay .search-overlay-inner {
  display: grid;
  gap: 50px;
}
body #page header.site-header #search-overlay .search-overlay-inner .search-panel-col strong {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 16px;
}
body #page header.site-header #search-overlay .search-overlay-inner .search-panel-col ul.search-panel-results {
  list-style: none;
}
body #page header.site-header #search-overlay .search-overlay-inner .search-panel-col ul.search-panel-results li {
  margin-bottom: 0;
}
body #page header.site-header #search-overlay .search-overlay-inner .search-panel-col ul.search-panel-results li:not(:last-child) {
  margin-bottom: 15px;
}
body #page header.site-header #search-overlay .search-overlay-inner .search-panel-col ul.search-panel-results li a {
  color: #585858;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
}
body #page header.site-header #search-overlay .search-overlay-inner .search-panel-col ul.search-panel-results li a:hover {
  color: #1e1e1e;
}
body #page header.site-header #search-overlay .search-overlay-inner .search-panel-col .search-panel-type:not(:first-of-type) {
  margin-top: 48px;
}
body #page header.site-header #search-overlay .search-overlay-inner .search-panel-col.no-results {
  display: none;
}
body #page header.site-header #search-overlay .search-overlay-inner .search-panel-col.no-results p {
  color: #585858;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 1024px) {
  body.toggled {
    overflow: hidden;
  }
  body.toggled #page header.site-header #site-navigation .primary-navigation {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100svh;
    background: var(--color-scheme);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 160px;
    gap: 70px;
    z-index: 9998;
  }
  body.toggled #page header.site-header #site-navigation .primary-navigation form.searchandfilter {
    display: block;
    padding-left: 38px;
    padding-right: 38px;
    width: 100%;
  }
  body.toggled #page header.site-header #site-navigation .primary-navigation form.searchandfilter ul li.sf-field-search label input {
    width: 100%;
  }
  body.toggled #page header.site-header #site-navigation .primary-navigation ul#primary-menu {
    gap: 57px;
    flex-direction: column;
  }
  body.toggled #page header.site-header #site-navigation .primary-navigation ul#primary-menu li:not(.cta):not(.toggle-1):not(.toggle-2) a {
    color: #ffffff !important;
    font-variation-settings: "wght" 600, "opsz" 10;
    font-size: 22px !important;
  }
  body.toggled #page header.site-header #site-navigation .primary-navigation ul#primary-menu li:not(.cta):not(.toggle-1):not(.toggle-2).current-menu-item, body.toggled #page header.site-header #site-navigation .primary-navigation ul#primary-menu li:not(.cta):not(.toggle-1):not(.toggle-2).current-page-ancestor {
    color: #ffffff !important;
  }
  body.toggled #page header.site-header #site-navigation .primary-navigation ul#primary-menu li.cta {
    background-color: #ffffff;
    border-radius: 50px;
    padding: 14px 25px;
  }
  body.toggled #page header.site-header #site-navigation .primary-navigation ul#primary-menu li.cta a {
    padding: 0;
    border-radius: 0;
    background: var(--color-scheme) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
  }
  body.toggled #page header.site-header #site-navigation .site-branding, body.toggled #page header.site-header #site-navigation .menu-toggle {
    z-index: 9999;
  }
  body.toggled #page header.site-header #site-navigation .site-branding a.logo-reverse {
    display: block;
  }
  body.toggled #page header.site-header #site-navigation .site-branding a:not(.logo-reverse) {
    display: none;
  }
  body.toggled #page header.site-header #site-navigation .menu-toggle .menu-icon {
    mask-image: none;
    -webkit-mask-image: none;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/close-white.svg);
  }
}
body.search-open #page header.site-header button.search-trigger {
  opacity: 0;
  pointer-events: none;
}
body.search-open #page header.site-header .menu-item.toggle-1 a, body.search-open #page header.site-header .menu-item.toggle-2 a {
  width: 0;
}
body.search-open #page header.site-header .menu-item.toggle-1 a:before, body.search-open #page header.site-header .menu-item.toggle-2 a:before {
  width: 0;
}
body.page-id-8070 .search-overlay-inner .search-panel-col:not([data-current-section="1"]), body.parent-pageid-8070 .search-overlay-inner .search-panel-col:not([data-current-section="1"]) {
  display: none;
}
body.page-id-8070 .search-overlay-inner:not(:has([data-current-section="1"])) .search-panel-col.no-results, body.parent-pageid-8070 .search-overlay-inner:not(:has([data-current-section="1"])) .search-panel-col.no-results {
  display: block !important;
}
body.page-id-8072 .search-overlay-inner .search-panel-col:not([data-current-section="167"]), body.parent-pageid-8072 .search-overlay-inner .search-panel-col:not([data-current-section="167"]) {
  display: none;
}
body.page-id-8072 .search-overlay-inner:not(:has([data-current-section="167"])) .search-panel-col.no-results, body.parent-pageid-8072 .search-overlay-inner:not(:has([data-current-section="167"])) .search-panel-col.no-results {
  display: block !important;
}
.bg-color-contextual:not(.menu-item) {
  background: var(--color-scheme) !important;
}
.bg-color-contextual.faded {
  background: none !important;
  position: relative;
  z-index: 0;
}
.bg-color-contextual.faded:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--color-scheme) !important;
  opacity: 0.1;
  /* 10% */
}
.bg-color-contextual.faded.boxed:before {
  border-radius: 25px;
}
.bg-color-contextual.menu-item a {
  background: var(--color-scheme) !important;
  color: #ffffff;
}
.pseudo-before-bg-color-contextual {
  position: relative;
  z-index: 0;
}
.pseudo-before-bg-color-contextual:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-scheme) !important;
  z-index: -1;
}
.pseudo-after-bg-color-contextual {
  position: relative;
  z-index: 0;
}
.pseudo-after-bg-color-contextual:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-scheme) !important;
  z-index: -1;
}
.fg-color-contextual {
  background: var(--color-scheme) !important;
  -webkit-background-clip: text;
  color: transparent;
}
.border-color-contextual {
  border: 1px solid;
  border-image: var(--color-scheme) 1;
}
.border-color-contextual.top {
  border-top: 1px solid;
  border-image: var(--color-scheme) 1;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.border-color-contextual.right {
  border-right: 1px solid;
  border-image: var(--color-scheme) 1;
  border-top: none;
  border-bottom: none;
  border-left: none;
}
.border-color-contextual.bottom {
  border-bottom: 1px solid;
  border-image: var(--color-scheme) 1;
  border-top: none;
  border-right: none;
  border-left: none;
}
.border-color-contextual.left {
  border-left: 1px solid;
  border-image: var(--color-scheme) 1;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
body.bg-color-contextual .primary-navigation .menu-item.toggle-1, body.bg-color-contextual .primary-navigation .menu-item.toggle-2 {
  position: relative;
  transition: all 0.2s ease-in;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(30, 30, 30, 0.02);
  overflow: hidden;
  border: 1px solid #ffffff;
}
body.bg-color-contextual .primary-navigation .menu-item.toggle-1:before, body.bg-color-contextual .primary-navigation .menu-item.toggle-2:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  width: 99px;
  height: 47px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  body.bg-color-contextual .primary-navigation .menu-item.toggle-1:before, body.bg-color-contextual .primary-navigation .menu-item.toggle-2:before {
    width: 79px;
    height: 37px;
  }
}
@media screen and (min-width: 1024px) {
  body.bg-color-contextual .primary-navigation .menu-item.toggle-1:before, body.bg-color-contextual .primary-navigation .menu-item.toggle-2:before {
    opacity: 0.6;
    background: var(--color-scheme);
    transition: all 0.2s ease-in;
  }
}
@media screen and (max-width: 1024px) {
  body.bg-color-contextual .primary-navigation .menu-item.toggle-1:before, body.bg-color-contextual .primary-navigation .menu-item.toggle-2:before {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 1024px) {
  body.bg-color-contextual .primary-navigation .menu-item.toggle-1:hover, body.bg-color-contextual .primary-navigation .menu-item.toggle-2:hover {
    box-shadow: 0 6px 12px rgba(30, 30, 30, 0.18);
  }
  body.bg-color-contextual .primary-navigation .menu-item.toggle-1:hover:before, body.bg-color-contextual .primary-navigation .menu-item.toggle-2:hover:before {
    opacity: 0.8;
  }
}
body.bg-color-contextual .primary-navigation .menu-item.toggle-1 a, body.bg-color-contextual .primary-navigation .menu-item.toggle-2 a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 99px;
  height: 47px;
  text-decoration: none;
  overflow: visible;
  padding: 0;
  text-indent: -9999px;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  body.bg-color-contextual .primary-navigation .menu-item.toggle-1 a, body.bg-color-contextual .primary-navigation .menu-item.toggle-2 a {
    width: 79px;
    height: 37px;
  }
}
body.bg-color-contextual .primary-navigation .menu-item.toggle-1 a:before, body.bg-color-contextual .primary-navigation .menu-item.toggle-2 a:before {
  content: "";
  position: absolute;
  width: 49px;
  height: 49px;
  top: -1px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  background-size: 49px 49px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  body.bg-color-contextual .primary-navigation .menu-item.toggle-1 a:before, body.bg-color-contextual .primary-navigation .menu-item.toggle-2 a:before {
    width: 37px;
    height: 37px;
    background-size: 37px 37px;
  }
}
body.bg-color-contextual .primary-navigation .menu-item.toggle-1 a:before {
  left: -1px;
  background-image: url("../images/brain.svg");
}
@media screen and (min-width: 1024px) {
  body.bg-color-contextual .primary-navigation .menu-item.toggle-1 a:hover:before {
    left: calc(100% - 49px);
    background-image: url("../images/dna.svg");
  }
}
body.bg-color-contextual .primary-navigation .menu-item.toggle-2 a:before {
  right: -1px;
  background-image: url("../images/dna.svg");
}
@media screen and (min-width: 1024px) {
  body.bg-color-contextual .primary-navigation .menu-item.toggle-2 a:hover:before {
    right: calc(100% - 49px);
    background-image: url("../images/brain.svg");
  }
}
/* ---------------------------- */
/********** Components **********/
/* ---------------------------- */
body #page {
  /*
    .wpforms-container {
      &.wpforms-container-full {
        margin: 0;

        // forms
        .wpforms-form {

          // fields
          .wpforms-field-container {
            .wpforms-field {
              padding: 15px 0;

              &:first-child {
                padding-top: 0;
              }

              &:last-child {
                padding-bottom: 0;
              }

              label.wpforms-field-label {
                font-size: 12px;
                line-height: 14px;
                @include roboto-medium;

                &.wpforms-field-label {
                  margin-bottom: 8px;
                }

                &.wpforms-field-sublabel {
                  margin-top: 8px;
                  font-size: 10px;
                }
              }

              .wpforms-one-half,
              .wpforms-layout-column-50 {
                width: 49%;
                margin-left: 2%;
                padding: 0;

                @media screen and (max-width: $sm) {
                  width: 100%;
                  margin-left: 0;
                }

                &:first-child {
                  margin-left: 0;
                }

                &:not(:last-child) {
                  @media screen and (max-width: $sm) {
                    padding-bottom: 12px;
                  }
                }
              }

              .wpforms-field-layout-columns {
                @media screen and (max-width: $sm) {
                  margin-left: 0;
                  margin-right: 0;
                }

                &.wpforms-field-layout-preset-50-50 {
                  margin-left: 0;
                  margin-right: 0;
                }

                .wpforms-layout-column {
                  @media screen and (max-width: $sm) {
                    padding-left: 0;

                    &:not(:last-child) {
                      padding-bottom: 12px;
                    }
                  }
                }
              }

              input,
              textarea {
                border: 0;
                border-radius: $radius;
                height: auto;
                font-size: 14px;
                line-height: 18px;
                color: $black;
                padding: 11px 16px;

                &::placeholder {
                  color: $violet30;
                }

                &[type="radio"] {
                  margin: 5px 6px 0 0;
                }
              }

              .wpforms-field-label-inline {
                font-size: 14px;
                line-height: 18px;
                color: $black;
              }

              textarea {
                min-height: 160px;
                resize: vertical;
              }

              select {
                border: 0;
                border-radius: $radius;
                height: auto;
                font-size: 14px;
                line-height: 18px;
                color: $black;
                padding: 11px 16px;
              }

              // likert field
              &.wpforms-field-likert_scale {

                table {
                  background: $white;
                  padding: $margin-reference;
                  border-radius: $radius;

                  tbody {

                    tr {
                      th {
                        font-size: 12px;
                        line-height: 13px;
                      }

                      &:nth-child(odd) {
                        th, td {
                          background: $blue10;
                        }
                      }

                      input[type=radio]:checked+label:after,
                      input[type=checkbox]:checked+label:after {
                        background-color: $violet;
                      }

                    }
                  }
                }
              }

              // content field
              &.wpforms-field-content {
                padding-bottom: 0;

                h4 {
                  margin-bottom: 0;
                }
              }
            }
          }

          // recaptcha
          .wpforms-recaptcha-container {
            padding-bottom: 0;
            padding-top: $margin-reference;
          }

          // submit
          .wpforms-submit-container {
            padding-top: $margin-reference*2;

            @media screen and (max-width: $sm) {
              padding-top: $margin-reference;
            }

            button[type=submit] {
              font-family: $font-roboto;
              @include cta;
              border: 0;
              color: $red;
              background-color: $white;

              &:hover {
                color: $white;
                background-color: $red;
              }
            }
          }
        }
      }
    }
    */
}
@media screen and (min-width: 1024px) {
  body #page .page-intro {
    background-position: 100% -150px;
    background-repeat: no-repeat;
    background-size: auto 828px;
  }
}
@media screen and (max-width: 1024px) {
  body #page .page-intro {
    background: none !important;
  }
}
@media screen and (min-width: 768px) {
  body #page .page-intro .wrap {
    padding-top: 80px;
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-intro .wrap {
    padding-top: 50px;
    padding-bottom: 64px;
  }
}
body #page .page-intro .wrap .content {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  body #page .page-intro .wrap .content {
    max-width: 576px;
  }
}
body #page .page-intro .wrap .content h1:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  body #page .page-content section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  body #page .page-content .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .swiper-pagination {
    position: relative;
    bottom: inherit;
    padding-top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
  }
}
body #page .page-content .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body #page .page-content .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    opacity: 1;
    border: 2px solid transparent;
    background: var(--color-scheme) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-image: var(--color-scheme);
  }
}
body #page .page-content .search-block {
  z-index: 10;
  position: relative;
}
body #page .page-content .search-block .wrap form.searchandfilter > ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 768px) {
  body #page .page-content .search-block .wrap form.searchandfilter > ul {
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .search-block .wrap form.searchandfilter > ul {
    flex-direction: column;
  }
}
body #page .page-content .search-block .wrap form.searchandfilter > ul > li {
  padding: 0;
  margin: 0;
}
body #page .page-content .search-block .wrap form.searchandfilter > ul > li.sf-field-search {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  body #page .page-content .search-block .wrap form.searchandfilter > ul > li.sf-field-search {
    flex: 0 0 100%;
  }
}
body #page .page-content .search-block .wrap form.searchandfilter > ul > li.sf-field-search label {
  width: 100%;
}
body #page .page-content .search-block .wrap form.searchandfilter > ul > li.sf-field-search label input {
  font-family: "Roboto", sans-serif;
  font-variation-settings: "wght" 400, "opsz" 10;
  font-size: 18px;
  line-height: 100%;
  color: #1e1e1e;
  padding: 26px 30px;
  border-radius: 0;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  border: 1px solid #1e1e1e;
  outline: none;
  width: 100%;
  background-color: #f4f4f4;
}
@media screen and (min-width: 768px) {
  body #page .page-content .search-block .wrap form.searchandfilter > ul > li.sf-field-search label input {
    padding-right: 100px;
  }
}
body #page .page-content .search-block .wrap form.searchandfilter > ul > li.sf-field-search label input::placeholder {
  color: #c9c9c9;
}
body #page .page-content .search-block .wrap form.searchandfilter > ul > li.sf-field-tag {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body #page .page-content .search-block .wrap form.searchandfilter > ul > li.sf-field-tag {
    align-items: flex-start;
  }
}
body #page .page-content .search-block .wrap form.searchandfilter > ul > li.sf-field-tag h4 {
  flex-shrink: 0;
  color: #585858;
}
body #page .page-content .search-block .wrap form.searchandfilter > ul > li.sf-field-tag ul {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  body #page .page-content .search-block .wrap form.searchandfilter > ul > li.sf-field-tag ul {
    row-gap: 15px;
    column-gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .search-block .wrap form.searchandfilter > ul > li.sf-field-tag ul {
    gap: 12px;
  }
}
body #page .page-content .search-block .wrap form.searchandfilter > ul > li.sf-field-submit {
  right: 6px;
  top: 6px;
  position: absolute;
}
body #page .page-content .search-block .wrap form.searchandfilter > ul > li.sf-field-submit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/arrow-white.svg);
  background-position: 50% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  pointer-events: none;
}
body #page .page-content .search-block .wrap form.searchandfilter > ul > li.sf-field-submit:hover:before {
  opacity: 0.8;
}
body #page .page-content .search-block .wrap form.searchandfilter > ul > li.sf-field-submit input {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 62px;
  height: 62px;
  border-radius: 62px;
  background: var(--color-scheme);
  text-indent: -9999px;
  padding: 0;
  border: 0;
  outline: none;
  color: #ffffff;
}
body #page .page-content .search-block .wrap form.searchandfilter > ul > li.sf-field-reset {
  display: none;
}
body #page .page-content .search-block .wrap .search-filter-results {
  margin-top: 50px;
}
body #page .page-content .search-block .wrap .search-filter-results .meta-search-results {
  margin-top: 20px;
  margin-bottom: 25px;
}
body #page .page-content .search-block .wrap .search-filter-results .search-filter-scroll-loading {
  grid-column: 1 / -1;
  margin: 0 auto;
}
body #page .page-content .search-block .wrap .search-filter-results .no-results-found {
  text-align: center;
  grid-column: 1 / -1;
}
@media screen and (min-width: 768px) {
  body #page .page-content .text-block .wrap {
    gap: 88px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .text-block .wrap {
    gap: 48px;
    flex-direction: column;
  }
}
body #page .page-content .text-block .wrap img {
  object-fit: cover;
  border-radius: 25px;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  body #page .page-content .text-block .wrap img {
    max-width: 390px;
  }
}
body #page .page-content .text-block .wrap .content p:has(+ a.cta) {
  margin-bottom: 0;
}
body #page .page-content .text-block .wrap .content p:has(> img) {
  margin-top: 100px;
  margin-bottom: 50px;
}
body #page .page-content .text-block .wrap .content p:has(> img) img {
  border-radius: 25px;
}
body #page .page-content .text-block .wrap .content p:has(+ h2), body #page .page-content .text-block .wrap .content p:has(+ h3), body #page .page-content .text-block .wrap .content p:has(+ ul), body #page .page-content .text-block .wrap .content p:has(+ ol) {
  margin-bottom: 40px;
}
body #page .page-content .text-block .wrap .content h2 {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid;
}
body #page .page-content .text-block .wrap .content h2:has(+ ul) {
  margin-bottom: 20px;
}
body #page .page-content .text-block .wrap .content h3 {
  margin-bottom: 35px;
}
body #page .page-content .text-block .wrap .content h3:has(+ ul) {
  margin-bottom: 20px;
}
body #page .page-content .text-block .wrap .content ul, body #page .page-content .text-block .wrap .content ol {
  padding-left: 20px;
  list-style-position: inside;
}
body #page .page-content .text-block .wrap .content ul:has(+ *), body #page .page-content .text-block .wrap .content ol:has(+ *) {
  margin-bottom: 50px;
}
body #page .page-content .text-block .wrap .content a.cta {
  color: #ffffff;
  background: var(--color-scheme);
}
@media screen and (min-width: 768px) {
  body #page .page-content .text-block .wrap .content a.cta {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .text-block .wrap .content a.cta {
    margin-top: 50px;
    display: flex;
    justify-self: center;
  }
}
@media screen and (min-width: 768px) {
  body #page .page-content .text-block.even .wrap {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .text-block.even .wrap {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  body #page .page-content .people-block .wrap {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .people-block .wrap {
    padding-bottom: 120px;
  }
}
body #page .page-content .people-block .wrap .boxed {
  border-radius: 25px;
}
@media screen and (min-width: 1280px) {
  body #page .page-content .people-block .wrap .boxed {
    padding: 65px 106px 268px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  body #page .page-content .people-block .wrap .boxed {
    padding: 65px 65px 268px;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .people-block .wrap .boxed {
    padding: 44px 23px 215px;
  }
}
body #page .page-content .people-block .wrap h2 {
  border-bottom: 1px solid;
}
@media screen and (min-width: 768px) {
  body #page .page-content .people-block .wrap h2 {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .people-block .wrap h2 {
    padding-bottom: 30px;
    margin-bottom: 44px;
  }
}
body #page .page-content .people-block .wrap .intro-grid {
  display: grid;
}
@media screen and (min-width: 768px) {
  body #page .page-content .people-block .wrap .intro-grid {
    gap: 73px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .people-block .wrap .intro-grid {
    gap: 36px;
  }
}
body #page .page-content .people-block .wrap .intro-grid .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  body #page .page-content .people-block .wrap .mySwiper {
    padding-left: 23px;
    padding-right: 23px;
  }
}
body #page .page-content .people-block .wrap .swiper-wrapper {
  box-sizing: border-box;
}
@media screen and (min-width: 1280px) {
  body #page .page-content .people-block .wrap .swiper-wrapper {
    padding-left: 106px;
    padding-right: 106px;
    margin-top: -190px;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px;
    display: grid;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  body #page .page-content .people-block .wrap .swiper-wrapper {
    padding-left: 65px;
    padding-right: 65px;
    margin-top: -190px;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    display: grid;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .people-block .wrap .swiper-wrapper {
    margin-top: -170px;
  }
}
body #page .page-content .people-block .wrap .swiper-wrapper article {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
body #page .page-content .people-block .wrap .swiper-wrapper article a.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body #page .page-content .people-block .wrap .swiper-wrapper article img {
  aspect-ratio: 0.8;
  object-fit: cover;
}
body #page .page-content .people-block .wrap .swiper-wrapper article .people-content {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  gap: 13px;
  padding: 26px 30px;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 40%, rgba(30, 30, 30, 0.8) 100%);
}
body #page .page-content .people-block .wrap .swiper-wrapper article .people-content p {
  color: #ffffff;
  margin-bottom: 0;
}
body #page .page-content .people-block .wrap .swiper-wrapper article .people-content p.name {
  margin-bottom: 4px;
}
body #page .page-content .people-block .wrap .swiper-wrapper article .people-content p.role {
  font-size: 18px;
}
body #page .page-content .people-block .wrap .swiper-wrapper article .people-content a.linkedin {
  text-indent: -9999px;
  display: block;
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 38px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(../images/linkedin-white.svg);
}
body #page .page-content .people-block .wrap .swiper-wrapper article .people-content a.linkedin:hover {
  opacity: 0.8;
}
body #page .page-content .people-block:has(+ .cta-block) {
  padding-bottom: 0;
}
body #page .page-content .cta-block {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  body #page .page-content .cta-block .wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .cta-block .wrap {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
body #page .page-content .cta-block .wrap .content {
  gap: 38px;
  text-align: center;
}
body #page .page-content .cta-block .wrap .content p {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  body #page .page-content .cta-block .wrap .content p {
    max-width: 664px;
  }
}
body #page .page-content .cta-block .wrap .content a.cta {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  body #page .page-content .related-news-block .wrap .title {
    max-width: 787px;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .related-news-block .wrap .title {
    margin-bottom: 58px;
  }
}
body #page .page-content .related-news-block .wrap .title .intro {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  body #page .page-content .related-news-block .wrap .title .intro {
    padding-right: 76px;
  }
}
@media screen and (min-width: 768px) {
  body #page .page-content .related-news-block .wrap .articles-grid {
    gap: 70px;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .related-news-block .wrap .articles-grid {
    display: flex;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .quote-block .wrap {
    padding-bottom: 174px;
  }
}
@media screen and (min-width: 768px) {
  body #page .page-content .quote-block .wrap .boxed {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 768px) {
  body #page .page-content .quote-block .wrap .boxed .content {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .quote-block .wrap .boxed .content {
    gap: 32px;
    flex-direction: column;
    padding-left: 28px;
    padding-right: 28px;
  }
}
body #page .page-content .quote-block .wrap .boxed .content:before {
  border-radius: 25px;
}
body #page .page-content .quote-block .wrap .boxed .content p.quote-text {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  margin-bottom: 0;
  flex: 1;
}
@media screen and (min-width: 768px) {
  body #page .page-content .quote-block .wrap .boxed .content p.quote-text {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .quote-block .wrap .boxed .content p.quote-text {
    padding-top: 57px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
body #page .page-content .quote-block .wrap .boxed .content article.person {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body #page .page-content .quote-block .wrap .boxed .content article.person {
    margin-bottom: -174px;
    width: 100%;
  }
}
body #page .page-content .quote-block .wrap .boxed .content article.person img {
  height: 100%;
  min-height: 318px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  body #page .page-content .quote-block .wrap .boxed .content article.person img {
    width: 268px;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .quote-block .wrap .boxed .content article.person img {
    width: 100%;
  }
}
body #page .page-content .quote-block .wrap .boxed .content article.person .people-content {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  gap: 13px;
  padding: 26px 30px;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 50%, rgba(30, 30, 30, 0.4) 100%);
}
body #page .page-content .quote-block .wrap .boxed .content article.person .people-content p {
  color: #ffffff;
  margin-bottom: 0;
}
body #page .page-content .quote-block .wrap .boxed .content article.person .people-content p.name {
  margin-bottom: 4px;
}
body #page .page-content .quote-block .wrap .boxed .content article.person .people-content p.role {
  font-size: 18px;
}
body #page .page-content .quote-block .wrap .boxed .content article.person .people-content a.linkedin {
  text-indent: -9999px;
  display: block;
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 38px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(../images/linkedin-white.svg);
}
@media screen and (min-width: 768px) {
  body #page .page-content .quote-block.odd .wrap .boxed .content p.quote-text {
    padding-left: 82px;
  }
}
@media screen and (min-width: 768px) {
  body #page .page-content .quote-block.even .wrap .boxed .content {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  body #page .page-content .quote-block.even .wrap .boxed .content p.quote-text {
    padding-right: 82px;
  }
}
body #page .page-content .video-block .wrap .content h2 {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid;
}
body #page .page-content .video-block .wrap .content .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 25px;
}
body #page .page-content .video-block .wrap .content .embed-container iframe, body #page .page-content .video-block .wrap .content .embed-container object, body #page .page-content .video-block .wrap .content .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body #page .page-content .values-grid-block .wrap .boxed {
  border-radius: 25px;
}
@media screen and (min-width: 768px) {
  body #page .page-content .values-grid-block .wrap .boxed {
    padding: 65px 106px;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .values-grid-block .wrap .boxed {
    padding: 44px 23px;
  }
}
body #page .page-content .values-grid-block .wrap h2 {
  border-bottom: 1px solid;
}
@media screen and (min-width: 768px) {
  body #page .page-content .values-grid-block .wrap h2 {
    padding-bottom: 24px;
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .values-grid-block .wrap h2 {
    padding-bottom: 34px;
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 768px) {
  body #page .page-content .values-grid-block .wrap .intro h3 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .values-grid-block .wrap .intro h3 {
    margin-top: 14px;
  }
}
body #page .page-content .values-grid-block .wrap .values {
  display: grid;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  body #page .page-content .values-grid-block .wrap .values {
    grid-template-columns: repeat(3, 1fr);
    margin-left: -186px;
    margin-right: -186px;
    margin-top: 64px;
    margin-bottom: 64px;
    padding: 37px 110px 72px;
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .values-grid-block .wrap .values {
    padding: 30px;
    margin-top: 47px;
    margin-bottom: 47px;
    margin-left: -61px;
    margin-right: -61px;
  }
}
body #page .page-content .values-grid-block .wrap .values .value img {
  height: 100px;
  margin-bottom: 12px;
}
body #page .page-content .values-grid-block .wrap .values .value .content {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body #page .page-content .values-grid-block .wrap .values .value .content {
    max-width: 180px;
  }
}
body #page .page-content .values-grid-block .wrap .values .value .content h2, body #page .page-content .values-grid-block .wrap .values .value .content h3 {
  color: #ffffff;
  margin-bottom: 17px;
}
body #page .page-content .values-grid-block .wrap .values .value .content p {
  color: #ffffff;
}
body #page .page-content .values-grid-block .wrap .intro ul, body #page .page-content .values-grid-block .wrap .content ul, body #page .page-content .values-grid-block .wrap .outro ul {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  body #page .page-content .downloads-block {
    padding-top: 30px;
    padding-bottom: 34px;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .downloads-block {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
body #page .page-content .downloads-block .wrap .title {
  margin-bottom: 20px;
}
body #page .page-content .downloads-block .wrap .title h3 {
  color: #ffffff;
  padding-bottom: 12px;
  border-bottom: 1px solid;
}
body #page .page-content .downloads-block .wrap .downloads {
  display: grid;
}
@media screen and (min-width: 768px) {
  body #page .page-content .downloads-block .wrap .downloads {
    row-gap: 7px;
    column-gap: 82px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .downloads-block .wrap .downloads {
    gap: 10px;
  }
}
body #page .page-content .downloads-block .wrap .downloads a {
  color: #ffffff;
  text-decoration: none;
  padding-left: 13px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  gap: 18px;
}
body #page .page-content .downloads-block .wrap .downloads a span.file-type {
  width: 19px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(../images/file-type-default-white.svg);
}
body #page .page-content .downloads-block .wrap .downloads a span.file-type.file-pdf {
  background-image: url(../images/file-type-pdf-white.svg);
}
body #page .page-content .downloads-block .wrap .downloads a span.file-type.file-jpg, body #page .page-content .downloads-block .wrap .downloads a span.file-type.file-png {
  background-image: url(../images/file-type-image-white.svg);
}
body #page .page-content .downloads-block .wrap .downloads a span.file-name {
  margin-right: auto;
}
body #page .page-content .downloads-block .wrap .downloads a span.file-size {
  font-size: 14px;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  body #page .page-content .downloads-block .wrap .downloads a span.file-size {
    display: none;
  }
}
body #page .page-content .downloads-block .wrap .downloads a span.file-download {
  background-color: #ffffff;
  border-radius: 50px;
  width: 40px;
  height: 26px;
}
body #page .page-content .downloads-block .wrap .downloads a span.file-download svg {
  display: block;
  width: 20px;
  height: 20px;
}
body #page .page-content .faq-block .wrap .title {
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  body #page .page-content .faq-block .wrap .title {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}
body #page .page-content .faq-block .wrap h3.faq-term-title {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  body #page .page-content .faq-block .wrap h3.faq-term-title {
    width: 100%;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  body #page .page-content .faq-block .wrap .articles-grid {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  body #page .page-content .faq-block .wrap .articles-grid {
    gap: 34px;
  }
}
body #page .page-content .faq-block .wrap .articles-grid .faq-item article.faq .faq-accordion {
  padding: 20px 20px 20px 28px;
}
body #page .page-content .faq-block .wrap .articles-grid .faq-item article.faq .faq-accordion .faq-accordion__header {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  outline: none;
  width: 100%;
  gap: 24px;
  cursor: pointer;
  text-align: left;
}
body #page .page-content .faq-block .wrap .articles-grid .faq-item article.faq .faq-accordion .faq-accordion__header .faq-accordion__title {
  color: #ffffff;
  margin-bottom: 0;
}
body #page .page-content .faq-block .wrap .articles-grid .faq-item article.faq .faq-accordion .faq-accordion__header .faq-accordion__title:hover {
  color: rgba(255, 255, 255, 0.8);
}
body #page .page-content .faq-block .wrap .articles-grid .faq-item article.faq .faq-accordion .faq-accordion__header .faq-accordion__icon {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #ffffff;
  flex-shrink: 0;
}
body #page .page-content .faq-block .wrap .articles-grid .faq-item article.faq .faq-accordion .faq-accordion__header .faq-accordion__icon:hover {
  opacity: 0.8;
}
body #page .page-content .faq-block .wrap .articles-grid .faq-item article.faq .faq-accordion .faq-accordion__header .faq-accordion__icon span {
  display: block;
  background: #ffffff;
  transition: 0.2s ease-in all;
}
body #page .page-content .faq-block .wrap .articles-grid .faq-item article.faq .faq-accordion .faq-accordion__header .faq-accordion__icon span.faq-accordion__icon-line--horizontal {
  width: 9px;
  height: 1px;
  position: absolute;
}
body #page .page-content .faq-block .wrap .articles-grid .faq-item article.faq .faq-accordion .faq-accordion__header .faq-accordion__icon span.faq-accordion__icon-line--vertical {
  width: 1px;
  height: 9px;
  position: absolute;
}
body #page .page-content .faq-block .wrap .articles-grid .faq-item article.faq .faq-accordion .faq-accordion__content {
  margin-top: 32px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  body #page .page-content .faq-block .wrap .articles-grid .faq-item article.faq .faq-accordion .faq-accordion__content {
    max-width: 486px;
  }
}
body #page .page-content .faq-block .wrap .articles-grid .faq-item article.faq .faq-accordion .faq-accordion__content * {
  color: #ffffff;
}
body #page .page-content .faq-block .wrap .articles-grid .faq-item article.faq .faq-accordion.faq-accordion--open .faq-accordion__header .faq-accordion__icon span.faq-accordion__icon-line--vertical {
  opacity: 0;
}
body #page .page-content .faq-block .wrap .articles-grid + h3.faq-term-title {
  margin-top: 64px;
}
body #page form.searchandfilter > ul > li {
  margin: 0;
}
body #page form.searchandfilter > ul > li.sf-field-category {
  display: flex;
  align-items: center;
  gap: 17px;
  --arrow-svg: url("data:image/svg+xml;utf8,<svg width='18' height='12' viewBox='0 0 18 12' xmlns='http://www.w3.org/2000/svg'><path d='M3 3 L9 9 L15 3' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>");
}
body #page form.searchandfilter > ul > li.sf-field-category h4 {
  padding: 0;
  font-size: 18px;
  line-height: 100%;
}
body #page form.searchandfilter > ul > li.sf-field-category label {
  position: relative;
}
body #page form.searchandfilter > ul > li.sf-field-category label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9rem;
  width: 18px;
  height: 12px;
  transform: translateY(-50%);
  background-image: var(--color-scheme);
  background-size: 100% 100%;
  -webkit-mask-image: var(--arrow-svg);
  mask-image: var(--arrow-svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
body #page form.searchandfilter > ul > li.sf-field-category label select {
  border: 0;
  outline: none;
  width: auto;
  min-width: 0;
  display: inline-block;
  font-size: 18px;
  line-height: 100%;
  font-family: "Roboto", sans-serif;
  font-variation-settings: "wght" 400, "opsz" 10;
  cursor: pointer;
  background: var(--color-scheme) !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
}
body #page form.searchandfilter > ul > li.sf-field-tag h4 {
  padding: 0;
  font-size: 18px;
  line-height: 100%;
}
body #page form.searchandfilter > ul > li.sf-field-tag ul {
  display: flex;
}
body #page form.searchandfilter > ul > li.sf-field-tag ul li {
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  flex: 0 1 auto;
  padding: 6px 13px;
  border-radius: 100px;
  transition: color 0.2s ease-in, background 0.2s ease-in;
  text-decoration: none;
  font-size: 15px;
  line-height: 120%;
  cursor: pointer;
}
body #page form.searchandfilter > ul > li.sf-field-tag ul li input {
  display: none;
}
body #page form.searchandfilter > ul > li.sf-field-tag ul li label {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0;
  cursor: pointer;
  padding-right: 16px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
body #page form.searchandfilter > ul > li.sf-field-tag ul li label:hover {
  opacity: 0.8;
}
body #page form.searchandfilter > ul > li.sf-field-tag ul li label img {
  max-width: 16px;
}
body #page .articles-grid {
  display: grid;
}
@media screen and (min-width: 768px) {
  body #page .articles-grid:not(:has(div.analyse-item)) {
    column-gap: 50px;
    row-gap: 70px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  body #page .articles-grid:not(:has(div.analyse-item)) {
    gap: 60px;
  }
}
body #page .articles-grid > div:not(.analyse-item) {
  margin-bottom: 0;
  border-radius: 25px;
  overflow: hidden;
  /*
        .swiper-slide {
          @media screen and (max-width: $sm) {
            border-radius: $radius;
            overflow: hidden;
          }
        }
        */
}
body #page .articles-grid > div:not(.analyse-item) article {
  height: 100%;
  position: relative;
}
body #page .articles-grid > div:not(.analyse-item) article .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body #page .articles-grid > div:not(.analyse-item) article .post-item-image {
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
  height: 228px;
}
body #page .articles-grid > div:not(.analyse-item) article .post-item-content {
  flex: 1;
  height: 100%;
  padding: 25px;
}
body #page .articles-grid > div:not(.analyse-item) article .post-item-content .meta .category {
  font-size: 15px;
}
body #page .articles-grid > div:not(.analyse-item) article .post-item-content .post-title {
  margin-top: 15px;
}
body #page .articles-grid > div:not(.analyse-item) article .post-item-content .post-title:has(+ a.cta) {
  margin-bottom: 25px;
}
body #page .articles-grid > div:not(.analyse-item) article .post-item-content .post-title a {
  text-decoration: none;
}
body #page .articles-grid > div:not(.analyse-item) article .post-item-content .post-excerpt {
  margin-top: 15px;
}
body #page .articles-grid > div:not(.analyse-item) article .post-item-content .post-excerpt:has(+ a.cta) {
  margin-bottom: 25px;
}
body #page .articles-grid > div:not(.analyse-item) article .post-item-content a.cta {
  color: #ffffff;
  text-align: center;
  margin-top: auto;
}
body #page .articles-grid:has(div.analyse-item) {
  gap: 20px;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item {
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 25px;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content {
  gap: 47px;
  padding: 37px 50px;
  display: grid;
}
@media screen and (min-width: 1024px) {
  body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content {
    grid-template-columns: 1fr minmax(0, 280px);
  }
}
@media screen and (min-width: 1024px) {
  body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-content {
    padding-right: 47px;
    border-right: 1px solid #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-content {
    padding-bottom: 47px;
    border-bottom: 1px solid #ffffff;
  }
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-content .meta {
  gap: 4px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-content .meta {
    flex-wrap: wrap;
    row-gap: 0px;
  }
}
@media screen and (max-width: 768px) {
  body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-content .meta .categories {
    display: contents;
  }
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-content .meta span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-content .post-title {
  margin-bottom: 16px;
  font-variation-settings: "wght" 600, "opsz" 10;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-content .post-title a {
  color: #ffffff;
  text-decoration: none;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-content .post-title a:hover {
  color: rgba(255, 255, 255, 0.8);
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-content .post-tags {
  gap: 24px;
  margin: 40px 0 0;
  list-style: none;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-content .post-tags li {
  margin: 0;
  background-color: #ffffff;
  padding: 6px 13px;
  border-radius: 100px;
  transition: color 0.2s ease-in, background 0.2s ease-in;
  text-decoration: none;
  font-size: 15px;
  line-height: 120%;
  cursor: pointer;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-content .post-tags li:hover {
  background: rgba(255, 255, 255, 0.8);
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-content .post-tags li a {
  background: var(--color-scheme) !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
  text-decoration: none;
  gap: 6px;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-content .post-tags li a svg {
  display: block;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-content .post-tags li a svg path {
  fill: currentColor;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-content p {
  text-align: justify;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-content > * {
  color: #ffffff;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content ul.post-specs {
  margin-top: 25px;
  width: 100%;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content ul.post-specs li {
  color: #ffffff;
  list-style-type: none;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content ul.post-specs li.mt {
  margin-top: 25px;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content ul.post-specs li .spec-title {
  font-variation-settings: "wght" 600, "opsz" 10;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content ul.post-specs li .spec-icon {
  background-size: contain;
  width: 32px;
  height: 32px;
  display: block;
  margin-right: 16px;
  padding: 0px;
  background-repeat: no-repeat;
  flex: 0 0 auto;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content ul.post-specs li .spec-icon.genes {
  background-image: url("../images/genes.svg");
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content ul.post-specs li .spec-icon.rate-and-code {
  background-image: url("../images/rate-and-code.svg");
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content ul.post-specs li .spec-icon.lead-time {
  background-image: url("../images/lead-time.svg");
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content ul.post-specs li .spec-icon.specimen {
  background-image: url("../images/specimen.svg");
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content ul.post-specs li .spec-content {
  word-break: break-word;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content ul.post-specs li .has-italics {
  font-style: italic;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-links {
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-links {
    padding-right: 20px;
  }
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-links p {
  margin-bottom: 0;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-links a.btn-diag-connect {
  background-color: #ffffff;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-links a.ubilab {
  background-color: #ffffff;
  font-size: 18px;
  line-height: 100%;
  padding: 20px 46px;
  border-radius: 70px;
  display: inline-block;
  text-decoration: none;
  font-variation-settings: "wght" 700, "opsz" 10;
  color: #202f79 !important;
  display: flex;
  align-items: center;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-links a.ubilab:hover {
  opacity: 0.8;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-links a.ubilab span {
  margin-left: 3px;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-links a.ubilab:after {
  content: "";
  background-image: url("../images/ubilab.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin-left: 16px;
  display: inline-block;
  background-size: contain;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-links p:not(.lead-time), body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-links a:not(.btn-diag-connect) {
  font-size: 14px;
  color: #ffffff;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-links a:not(.btn-diag-connect) {
  text-decoration: underline;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-links a.ubilab {
  text-decoration: none;
  font-size: 18px;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-links a:hover {
  opacity: 0.8;
  transition: all 0.2s ease-in;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-links p.lead-time {
  color: #ffffff;
  font-size: 22px;
  line-height: 100%;
  font-variation-settings: "wght" 600, "opsz" 10;
  margin-top: 32px;
}
body #page .articles-grid:has(div.analyse-item) div.analyse-item article.analyse .post-item-content .post-links p.lead-time:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(../images/lead-time.svg);
}
body #page .wpforms-container {
  margin: 0;
}
@media screen and (min-width: 768px) {
  body #page .wpforms-container {
    max-width: 785px;
    margin-left: auto;
    margin-right: auto;
  }
  body #page .wpforms-container form .wpforms-field-container .wpforms-field label {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    font-variation-settings: "wght" 700, "opsz" 10;
    background: var(--color-scheme) !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
  }
  body #page .wpforms-container form .wpforms-field-container .wpforms-field input, body #page .wpforms-container form .wpforms-field-container .wpforms-field textarea, body #page .wpforms-container form .wpforms-field-container .wpforms-field select, body #page .wpforms-container form .wpforms-field-container .wpforms-field .choices__inner {
    height: auto;
    color: #1e1e1e;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 100%;
    border-radius: 70px;
    font-variation-settings: "wght" 400, "opsz" 10;
    padding: 20px !important;
  }
  body #page .wpforms-container form .wpforms-field-container .wpforms-field input::placeholder, body #page .wpforms-container form .wpforms-field-container .wpforms-field textarea::placeholder, body #page .wpforms-container form .wpforms-field-container .wpforms-field select::placeholder, body #page .wpforms-container form .wpforms-field-container .wpforms-field .choices__inner::placeholder {
    color: #737373;
  }
  body #page .wpforms-container form .wpforms-field-container .wpforms-field input[type="tel"] {
    padding-left: 50px !important;
  }
  body #page .wpforms-container form .wpforms-field-container .wpforms-field textarea {
    border-radius: 50px;
    resize: none;
  }
  body #page .wpforms-container form .wpforms-field-container .wpforms-field.wpforms-field-gdpr-checkbox label {
    text-align: left;
  }
  body #page .wpforms-container form .wpforms-field-container .wpforms-field.wpforms-field-gdpr-checkbox li {
    align-items: center;
  }
  body #page .wpforms-container form .wpforms-field-container .wpforms-field.wpforms-field-gdpr-checkbox li label, body #page .wpforms-container form .wpforms-field-container .wpforms-field.wpforms-field-gdpr-checkbox li input {
    text-align: left;
    color: #737373 !important;
    background: transparent !important;
    -webkit-background-clip: none;
  }
  body #page .wpforms-container form .wpforms-field-container .wpforms-field.wpforms-field-gdpr-checkbox li input {
    padding: 8px 0px !important;
    margin: 0 0 0 4px;
  }
  body #page .wpforms-container form .wpforms-field-container .wpforms-field.wpforms-field-gdpr-checkbox .wpforms-field-label-inline {
    font-variation-settings: "wght" 400, "opsz" 10;
    font-size: 14px;
    line-height: 100%;
  }
  body #page .wpforms-container form .wpforms-field-container .wpforms-field.wpforms-field-gdpr-checkbox .wpforms-field-description {
    margin-top: 25px;
  }
  body #page .wpforms-container form .wpforms-submit-container {
    text-align: center;
  }
  body #page .wpforms-container form .wpforms-submit-container button {
    font-size: 18px;
    line-height: 100%;
    padding: 20px 46px;
    border-radius: 70px;
    display: inline-block;
    text-decoration: none;
    font-variation-settings: "wght" 700, "opsz" 10;
    height: auto;
    color: #ffffff;
    background: var(--color-scheme);
  }
  body #page .wpforms-container form .wpforms-submit-container button:hover {
    opacity: 0.8;
  }
  body #page .wpforms-container form .wpforms-submit-container button span {
    margin-left: 3px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  body #page .wpforms-container form .wpforms-field-container .wpforms-field textarea {
    min-height: 568px;
  }
}
body #page .mobile-only {
  display: none;
}
@media screen and (max-width: 768px) {
  body #page .mobile-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body #page .desktop-only {
    display: none;
  }
}
body:not(.page-template-page-pole) #page form.searchandfilter > ul > li.sf-field-tag ul li:not(.sf-option-active) {
  color: #ffffff;
  background: #bdbdbd !important;
}
body:not(.page-template-page-pole) #page form.searchandfilter > ul > li.sf-field-tag ul li:not(.sf-option-active):hover {
  background: #585858 !important;
  color: #ffffff !important;
}
/* ------------------------ */
/*********** Home ***********/
/* ------------------------ */
@media screen and (min-width: 768px) {
  body.home {
    min-height: 100vh;
  }
}
body.home #page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 1280px) {
  body.home #page {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 1280px) {
  body.home #page {
    background: transparent !important;
  }
}
body.home #page #primary {
  flex: 1;
}
body.home #page #primary #main {
  height: 100%;
}
body.home #page #primary #main section.global-search {
  height: 100%;
}
@media screen and (min-width: 768px) {
  body.home #page #primary #main section.global-search {
    padding-top: 86px;
    padding-bottom: 52px;
  }
}
@media screen and (max-width: 768px) {
  body.home #page #primary #main section.global-search {
    padding-top: 64px;
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 768px) {
  body.home #page #primary #main section.global-search .wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
body.home #page #primary #main section.global-search .wrap .site-branding {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  body.home #page #primary #main section.global-search .wrap .site-branding {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  body.home #page #primary #main section.global-search .wrap .site-branding {
    height: 84px;
  }
}
@media screen and (min-width: 768px) {
  body.home #page #primary #main section.global-search .wrap .content {
    max-width: 805px;
  }
}
body.home #page #primary #main section.global-search .wrap .content h1 {
  color: #ffffff;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  body.home #page #primary #main section.global-search .wrap .content h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  body.home #page #primary #main section.global-search .wrap .content h1 {
    font-size: 35px;
  }
}
body.home #page #primary #main section.global-search .wrap .content h1 a.inline-cta {
  text-decoration: none;
  line-height: 130%;
  border-radius: 100px;
  padding: 0 20px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  position: relative;
  display: inline;
}
body.home #page #primary #main section.global-search .wrap .content h1 a.inline-cta:hover {
  opacity: 0.7;
}
body.home #page #primary #main section.global-search .wrap .content h1 a.inline-cta::after {
  content: "›";
  margin-left: 12px;
  font-size: 50px;
  position: relative;
  font-variation-settings: "wght" 400, "opsz" 10;
}
@media screen and (min-width: 768px) {
  body.home #page #primary #main section.global-search .wrap .content h1 a.inline-cta::after {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  body.home #page #primary #main section.global-search .wrap .content h1 a.inline-cta::after {
    bottom: -2px;
  }
}
body.home #page #primary #main section.global-search .wrap form.searchandfilter {
  margin-top: 40px;
  position: relative;
  z-index: 10;
}
body.home #page #primary #main section.global-search .wrap form.searchandfilter label {
  display: block;
}
body.home #page #primary #main section.global-search .wrap form.searchandfilter ul, body.home #page #primary #main section.global-search .wrap form.searchandfilter li {
  padding: 0;
}
body.home #page #primary #main section.global-search .wrap form.searchandfilter input {
  margin: 0;
  padding: 13px 26px;
  border: 0;
  outline: 0;
  width: 100%;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #ffffff;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 100%;
  font-family: "Roboto", sans-serif;
  font-variation-settings: "wght" 400, "opsz" 10;
}
body.home #page #primary #main section.global-search .wrap form.searchandfilter input::placeholder {
  color: #c9c9c9;
}
body.home #page #primary #main section.global-search .wrap .search-filter-results {
  margin-top: -33px;
}
body.home #page #primary #main section.global-search .wrap .search-filter-results #search-overlay {
  display: none;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(30, 30, 30, 0.25);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 78px 40px 25px 28px;
  max-height: 327px;
  overflow: auto;
}
body.home #page #primary #main section.global-search .wrap .search-filter-results #search-overlay.active {
  display: block;
}
body.home #page #primary #main section.global-search .wrap .search-filter-results #search-overlay .search-overlay-inner {
  display: grid;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  body.home #page #primary #main section.global-search .wrap .search-filter-results #search-overlay .search-overlay-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.home #page #primary #main section.global-search .wrap .search-filter-results #search-overlay .search-overlay-inner .search-panel-col strong {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 16px;
}
body.home #page #primary #main section.global-search .wrap .search-filter-results #search-overlay .search-overlay-inner .search-panel-col ul.search-panel-results {
  list-style: none;
}
body.home #page #primary #main section.global-search .wrap .search-filter-results #search-overlay .search-overlay-inner .search-panel-col ul.search-panel-results li {
  margin-bottom: 0;
}
body.home #page #primary #main section.global-search .wrap .search-filter-results #search-overlay .search-overlay-inner .search-panel-col ul.search-panel-results li a {
  color: #585858;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}
body.home #page #primary #main section.global-search .wrap .search-filter-results #search-overlay .search-overlay-inner .search-panel-col ul.search-panel-results li a:hover {
  color: #1e1e1e;
}
body.home #page #primary #main section.global-search .wrap .search-filter-results #search-overlay .search-overlay-inner .search-panel-col a.text-link {
  font-size: 18px;
  line-height: 24px;
  font-variation-settings: "wght" 700, "opsz" 10;
  display: inline-block;
  margin-top: 24px;
}
body.home #page #primary #main section.global-search .wrap .search-filter-results #search-overlay .search-overlay-inner .search-panel-col a.text-link:hover {
  text-decoration: underline;
}
body.home #page #primary #main section.global-search .wrap .search-filter-results #search-overlay .search-overlay-inner .search-panel-col .tags {
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}
body.home #page #primary #main section.global-search .wrap .search-filter-results #search-overlay .search-overlay-inner .search-panel-col .tags a.tag {
  gap: 10px;
  padding: 6px 13px;
  border-radius: 100px;
  transition: color 0.2s ease-in, background 0.2s ease-in;
  text-decoration: none;
  font-size: 15px;
  line-height: 120%;
  padding-right: 32px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
body.home #page #primary #main section.global-search .wrap .search-filter-results #search-overlay .search-overlay-inner .search-panel-col .tags a.tag img {
  max-width: 16px;
}
body.home #page #primary #main section.global-search .wrap .search-filter-results #search-overlay .search-overlay-inner .search-panel-col .tags a.tag:hover {
  opacity: 0.7;
}
body.home #page #primary #main section.global-search .wrap .search-filter-results #search-overlay .search-overlay-inner .search-panel-col a.cta {
  gap: 8px;
  margin-top: 34px;
  font-size: 16px;
  display: inline-flex;
  padding: 12px 20px;
}
body.home #page #primary #main section.global-search .wrap .search-filter-results #search-overlay .search-overlay-inner .search-panel-col a.cta:hover {
  opacity: 0.7;
}
body.home #page #primary #main section.global-search .wrap .search-filter-results #search-overlay .search-overlay-inner .search-panel-col a.cta:after {
  content: "›";
  font-size: 40px;
  margin-top: -4px;
  font-variation-settings: "wght" 400, "opsz" 10;
}
body.home #page #primary #main section.global-search .wrap .search-filter-results .no-results {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(30, 30, 30, 0.25);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 78px 40px 25px 28px;
  max-height: 327px;
  overflow: auto;
}
body.home #page #primary #main section.global-search .wrap .search-filter-results .no-results p {
  color: #585858;
  font-size: 16px;
  line-height: 20px;
}
body.home #page footer {
  background: transparent;
}
body.home #page footer .footer-links {
  border-top: 0;
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}
body.home #page footer .footer-links .wrap {
  gap: 8px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
body.home #page footer .footer-links .wrap .home-url {
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
}
body.home #page footer .footer-links .wrap .menu-footer-menu-container {
  margin-top: 0;
}
body.home #page footer .footer-links .wrap .menu-footer-menu-container ul#footer-menu {
  list-style: none;
}
body.home #page footer .footer-links .wrap .menu-footer-menu-container ul#footer-menu li.inovie-group-logo {
  display: none;
}
body.home #page footer .footer-links .wrap .menu-footer-menu-container ul#footer-menu li a {
  font-size: 15px;
}
/* ------------------------ */
/*********** Pole ***********/
/* ------------------------ */
@media screen and (min-width: 768px) {
  body.page-template-page-pole #page .page-intro .wrap {
    padding-top: 124px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 768px) {
  body.page-template-page-pole #page .page-intro .wrap {
    padding-top: 50px;
    padding-bottom: 155px;
  }
}
@media screen and (min-width: 768px) {
  body.page-template-page-pole #page .page-intro .wrap .content {
    max-width: 511px;
  }
}
body.page-template-page-pole #page .page-content .search-block:first-of-type {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  body.page-template-page-pole #page .page-content .search-block:first-of-type form.searchandfilter {
    margin-left: auto;
    margin-right: auto;
    max-width: 888px;
  }
}
body.page-template-page-pole #page .page-content .search-block:first-of-type form.searchandfilter ul li.sf-field-search {
  margin-top: -38px;
}
body.page-template-page-pole #page .page-content .search-block:first-of-type form.searchandfilter ul li.sf-field-tag {
  margin-top: 0;
  flex-direction: row;
  gap: 20px;
}
body.page-template-page-pole #page .page-content .search-block:first-of-type form.searchandfilter ul li.sf-field-tag h4 {
  padding-top: 5px;
}
body.page-template-page-pole #page .page-content .search-block:first-of-type form.searchandfilter ul li.sf-field-tag ul {
  column-gap: 10px;
  row-gap: 10px;
}
body.page-template-page-pole #page .page-content .search-block:first-of-type form.searchandfilter ul li.sf-field-tag ul .sf-level-0:nth-child(1n+4) {
  display: none;
}
body.page-template-page-pole #page .page-content .search-block:first-of-type form.searchandfilter ul li.sf-field-submit {
  top: -32px;
}
/* -------------------------------- */
/********** Single Article **********/
/* -------------------------------- */
body.single-post #page .post-header {
  overflow: hidden;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media screen and (min-width: 768px) {
  body.single-post #page .post-header .post-header-wrap {
    background-position: 100% -30px;
    background-repeat: no-repeat;
    background-size: auto 828px;
  }
}
@media screen and (max-width: 768px) {
  body.single-post #page .post-header .post-header-wrap {
    background-size: 0 0 !important;
  }
}
body.single-post #page .post-header .back-to-news {
  padding-top: 34px;
}
body.single-post #page .post-header .back-to-news a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  body.single-post #page .post-header .post-header-content {
    padding-bottom: 281px;
  }
}
@media screen and (max-width: 768px) {
  body.single-post #page .post-header .post-header-content {
    padding-bottom: 218px;
  }
}
body.single-post #page .post-header .post-header-content .post-meta {
  gap: 17px;
}
@media screen and (min-width: 768px) {
  body.single-post #page .post-header .post-header-content .post-meta {
    margin-bottom: 24px;
    margin-top: 80px;
    padding-left: 110px;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 768px) {
  body.single-post #page .post-header .post-header-content .post-meta {
    margin-bottom: 28px;
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
}
body.single-post #page .post-header .post-header-content .post-meta p {
  margin-bottom: 0;
}
body.single-post #page .post-header .post-header-content .post-meta p, body.single-post #page .post-header .post-header-content .post-meta span {
  color: #ffffff;
}
body.single-post #page .post-header .post-header-content .post-meta .date, body.single-post #page .post-header .post-header-content .post-meta .categories {
  gap: 7px;
  color: #ffffff;
}
body.single-post #page .post-header .post-header-content .post-meta .date svg, body.single-post #page .post-header .post-header-content .post-meta .categories svg {
  width: 16px;
  height: 16px;
  display: block;
}
body.single-post #page .post-header .post-header-content h1 {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  body.single-post #page .post-header .post-header-content h1 {
    max-width: 662px;
    padding-left: 110px;
    padding-bottom: 70px;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 768px) {
  body.single-post #page .post-header .post-header-content h1 {
    margin-bottom: 60px;
  }
}
body.single-post #page .post-image {
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.single-post #page .post-image {
    margin-top: -281px;
  }
}
@media screen and (max-width: 768px) {
  body.single-post #page .post-image {
    margin-top: -218px;
  }
}
body.single-post #page .post-image img {
  border-radius: 25px;
}
@media screen and (min-width: 768px) {
  body.single-post #page .post-content .wrap .content {
    padding-left: 110px;
    padding-right: 110px;
  }
}
body.single-post #page .post-content .wrap .content p:has(> img) {
  margin-top: 100px;
  margin-bottom: 50px;
}
body.single-post #page .post-content .wrap .content p:has(> img) img {
  border-radius: 25px;
}
body.single-post #page .post-content .wrap .content p:has(+ h2), body.single-post #page .post-content .wrap .content p:has(+ h3), body.single-post #page .post-content .wrap .content p:has(+ ul), body.single-post #page .post-content .wrap .content p:has(+ ol) {
  margin-bottom: 40px;
}
body.single-post #page .post-content .wrap .content h2 {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid;
}
body.single-post #page .post-content .wrap .content h2:has(+ ul) {
  margin-bottom: 20px;
}
body.single-post #page .post-content .wrap .content h3 {
  margin-bottom: 35px;
}
body.single-post #page .post-content .wrap .content h3:has(+ ul) {
  margin-bottom: 20px;
}
body.single-post #page .post-content .wrap .content ul, body.single-post #page .post-content .wrap .content ol {
  padding-left: 20px;
  list-style-position: inside;
}
body.single-post #page .post-content .wrap .content ul:has(+ *), body.single-post #page .post-content .wrap .content ol:has(+ *) {
  margin-bottom: 50px;
}
/* -------------------------------- */
/********** Single Analyse **********/
/* -------------------------------- */
body.single-analyse #page .analyse-content a.copy-url-cta {
  color: #ffffff;
  margin-top: 70px;
  display: flex;
  justify-self: center;
}
/* ----------------------- */
/********** Terms **********/
/* ----------------------- */
@media screen and (min-width: 768px) {
  body.page-template-page-terms #page .page-content section.content {
    max-width: 880px;
  }
}
body.page-template-page-terms #page .page-content section.content h1 {
  grid-column: 1 / -1;
}
@media screen and (min-width: 768px) {
  body.page-template-page-terms #page .page-content section.content h1 {
    max-width: 662px;
    margin-bottom: 74px;
  }
}
body.page-template-page-terms #page .page-content section.content h1, body.page-template-page-terms #page .page-content section.content h2, body.page-template-page-terms #page .page-content section.content h3, body.page-template-page-terms #page .page-content section.content h4 {
  color: #ffffff;
}
body.page-template-page-terms #page .page-content section.content h2, body.page-template-page-terms #page .page-content section.content h3, body.page-template-page-terms #page .page-content section.content h4 {
  font-size: 22px;
  font-variation-settings: "wght" 600, "opsz" 10;
  margin-bottom: 15px;
}
body.page-template-page-terms #page .page-content section.content h2:not(:first-child), body.page-template-page-terms #page .page-content section.content h3:not(:first-child), body.page-template-page-terms #page .page-content section.content h4:not(:first-child) {
  margin-top: 60px;
}
body.page-template-page-terms #page .page-content section.content > *:not(h1) {
  padding-left: 90px;
  padding-right: 90px;
}
body.page-template-page-terms #page .page-content section.content p, body.page-template-page-terms #page .page-content section.content li {
  color: #ffffff;
}
body.page-template-page-terms #page .page-content section.content ul {
  margin-left: 32px;
  margin-bottom: 32px;
}
/* --------------------- */
/********** 404 **********/
/* --------------------- */
body.error404 #page .page-content .wrap {
  height: calc(100vh - 115px - 65px);
}
body.error404 #page .page-content .wrap section.content {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.error404 #page .page-content .wrap section.content {
    max-width: 880px;
  }
}
body.error404 #page .page-content .wrap section.content h1 {
  color: #ffffff;
}
body.error404 #page .page-content .wrap section.content p {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 25px;
}
body.error404 #page .page-content .wrap section.content .cta {
  background-color: #ffffff;
  color: #202f79;
  margin-top: 50px;
}
/* ------------------------ */
/********** Footer **********/
/* ------------------------ */
footer.site-footer {
  color: #ffffff;
  background-color: #202f79;
}
footer.site-footer .footer-contact {
  background: linear-gradient(180deg, #ffffff -310.42%, #202f79 100%);
}
footer.site-footer .footer-contact .content {
  gap: 38px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  footer.site-footer .footer-contact .content {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-contact .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
footer.site-footer .footer-contact .content h3 {
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  footer.site-footer .footer-contact .content h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-contact .content h3 {
    font-size: 45px;
  }
}
footer.site-footer .footer-contact .content p {
  margin-bottom: 0;
}
footer.site-footer .footer-contact .content a.contact-cta {
  font-size: 18px;
  line-height: 100%;
  padding: 20px 46px;
  border-radius: 70px;
  display: inline-block;
  text-decoration: none;
  font-variation-settings: "wght" 700, "opsz" 10;
  color: #202f79;
  background-color: #ffffff;
}
footer.site-footer .footer-contact .content a.contact-cta:hover {
  opacity: 0.8;
}
footer.site-footer .footer-contact .content a.contact-cta span {
  margin-left: 3px;
}
footer.site-footer .footer-cols .wrap {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  footer.site-footer .footer-cols .wrap {
    gap: 55px;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-cols .wrap {
    gap: 32px;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  footer.site-footer .footer-cols .wrap .footer-col.footer-col-item {
    flex: 1;
  }
}
footer.site-footer .footer-cols .wrap .footer-col.footer-col-item h3 {
  display: block;
  margin-bottom: 14px;
}
footer.site-footer .footer-cols .wrap .footer-col.footer-col-item p:not(:last-child) {
  margin-bottom: 14px;
}
footer.site-footer .footer-cols .wrap .footer-col.footer-col-item p a {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-cols .wrap .footer-col.footer-col-newsletter {
    flex: 1;
    min-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-cols .wrap .footer-col.footer-col-newsletter {
    min-width: auto;
  }
}
footer.site-footer .footer-cols .wrap .footer-col.footer-col-newsletter #newsletter-cta .newsletter-cta-title {
  background: #ffffff;
  color: #202f79;
  font-size: 18px;
  line-height: 100%;
  padding: 16px 20px;
  font-variation-settings: "wght" 600, "opsz" 10;
  border-radius: 25px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  display: inline-block;
  margin-bottom: -32px;
}
footer.site-footer .footer-cols .wrap .footer-col.footer-col-newsletter #newsletter-cta .newsletter-cta-inner-wrap {
  background: #ffffff;
  color: #202f79;
  font-size: 14px;
  line-height: 100%;
  font-variation-settings: "wght" 400, "opsz" 10;
  border-radius: 25px;
  padding: 32px 20px 16px 20px;
  border-top-left-radius: 0px;
}
footer.site-footer .footer-cols .wrap .footer-col.footer-col-newsletter #newsletter-cta .newsletter-cta-inner-wrap .newsletter-cta-link {
  margin-top: 20px;
  font-size: 18px;
  line-height: 100%;
  padding: 20px 46px;
  border-radius: 70px;
  display: inline-block;
  text-decoration: none;
  font-variation-settings: "wght" 700, "opsz" 10;
  color: #ffffff;
  background-color: #202f79;
}
footer.site-footer .footer-cols .wrap .footer-col.footer-col-newsletter #newsletter-cta .newsletter-cta-inner-wrap .newsletter-cta-link:hover {
  opacity: 0.8;
}
footer.site-footer .footer-cols .wrap .footer-col.footer-col-newsletter #newsletter-cta .newsletter-cta-inner-wrap .newsletter-cta-link span {
  margin-left: 3px;
}
footer.site-footer .footer-links {
  padding-top: 58px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  footer.site-footer .footer-links .wrap ul {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-links .wrap ul {
    gap: 14px;
  }
}
footer.site-footer .footer-links .wrap ul li {
  margin: 0;
  display: flex;
}
footer.site-footer .footer-links .wrap ul li.bg-color-contextual a {
  background: none !important;
}
footer.site-footer .footer-links .wrap ul li.toggle-1, footer.site-footer .footer-links .wrap ul li.toggle-2 {
  display: none;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-links .wrap ul li.inovie-group-logo {
    flex: 0 0 100%;
    justify-content: center;
    margin-bottom: 25px;
  }
}
footer.site-footer .footer-links .wrap ul li.inovie-group-logo a {
  text-indent: -9999px;
  width: 74px;
  height: 62px;
  margin-right: 25px;
  background-repeat: no-repeat;
  background-image: url("../images/inoviegroup-logo.svg");
  background-size: contain;
}
footer.site-footer .footer-links .wrap ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: 100%;
}
footer.site-footer .footer-links .wrap ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
footer.site-footer .footer-links .wrap .menu-footer-menu-container {
  margin-top: 58px;
}
footer.site-footer .footer-links .wrap .menu-footer-menu-container ul {
  gap: 3px;
}
footer.site-footer .footer-links .wrap .menu-footer-menu-container ul li:not(.inovie-group-logo) {
  gap: 3px;
}
footer.site-footer .footer-links .wrap .menu-footer-menu-container ul li:not(.inovie-group-logo):after {
  content: "•";
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  line-height: 100%;
}
footer.site-footer .footer-links .wrap .menu-footer-menu-container ul li:not(.inovie-group-logo):last-child:after {
  display: none;
}
/* --------------------- */
/********** Dev **********/
/* --------------------- */
.dev {
  background-color: yellow;
  font-size: 12px;
  line-height: 14px;
  padding: 20px;
}
.dev.bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9999;
  max-height: 300px;
  max-width: 200px;
  overflow: auto;
}
.grecaptcha-badge {
  visibility: hidden;
}
