/* FUNCTIONS */
/*
    Where ever you're wanting to use a z-index value, name it the same as your class and add in it into your variables/setting file. How to use :
    .site-popup {
        z-index: z('site-popup');
    }
*/
/*
    Boostrap and macbook breakpoints. How to use :
    .site-element{
        @include media-max-lg {
            //stuff
        }
    }
*/
:root {
  --cpurple: #8A2F7B;
  --cred: #F15F62;
  --cpink: #f7aeb0;
}

.bg-block-white {
  background: #ffffff;
}
.bg-block-white ~ .article-footer {
  background-color: #ffffff !important;
}

.bg-block-red {
  background-color: #feeff0;
}
.bg-block-red + .article-footer {
  background-color: #feeff0 !important;
}

.bg-block-purple {
  background-color: #f8f0f7;
}
.bg-block-purple + .article-footer {
  background-color: #f8f0f7 !important;
}

.bg-block-ppne {
  background-color: #DE4069;
  color: #ffffff;
}
.bg-block-ppne + .article-footer {
  background-color: #DE4069 !important;
}

.bg-block-gray {
  background: #F3F3F3;
}
.bg-block-gray + .article-footer {
  background-color: #F3F3F3 !important;
}

.bg-ppne {
  background: #DE4069;
}

.bg-orange {
  background: #F5835B;
}

.bg-orange-50 {
  background: rgba(245, 131, 91, 0.5);
}

.bg-orange-15 {
  background: rgba(245, 131, 91, 0.15);
}

.bg-red, .btn-main[data-bg=red] {
  background: #F15F62;
}

.bg-red-50 {
  background: rgba(241, 95, 98, 0.5);
}

.bg-red-15 {
  background: rgba(241, 95, 98, 0.15);
}

.bg-purple, .btn-main[data-bg=purple] {
  background: #8A2F7B;
}

.bg-purple-50 {
  background: rgba(138, 47, 123, 0.5);
}

.bg-purple-15 {
  background: rgba(138, 47, 123, 0.15);
}

.bg-black {
  background: #000000;
}

.bg-black-50 {
  background: rgba(0, 0, 0, 0.5);
}

.bg-black-15 {
  background: rgba(0, 0, 0, 0.15);
}

.bg-gray {
  background: #F3F3F3;
}

.bg-gray-50 {
  background: rgba(243, 243, 243, 0.5);
}

.bg-gray-15 {
  background: rgba(243, 243, 243, 0.15);
}

.bg-white, .btn-arrow[data-bg=onPpne]:hover, .btn-main[data-bg=purple]:hover, .btn-main[data-bg=red]:hover {
  background: #ffffff;
}

.c-orange {
  color: #F5835B;
}

.c-orange-50 {
  color: rgba(245, 131, 91, 0.5);
}

.c-orange-15 {
  color: rgba(245, 131, 91, 0.15);
}

.c-pink {
  color: #f7aeb0;
}

.c-red, #resourcePage .resources-header .heading, .section-values .values-container .value-title {
  color: #F15F62;
}

.c-red-50 {
  color: rgba(241, 95, 98, 0.5);
}

.c-red-15 {
  color: rgba(241, 95, 98, 0.15);
}

.c-purple {
  color: #8A2F7B;
}

.c-purple-50 {
  color: rgba(138, 47, 123, 0.5);
}

.c-purple-15 {
  color: rgba(138, 47, 123, 0.15);
}

.c-ppne {
  color: #DE4069;
}

.c-ppne-50 {
  color: rgba(222, 64, 105, 0.5);
}

.c-ppne-15 {
  color: rgba(222, 64, 105, 0.15);
}

.c-black {
  color: #000000;
}

.c-black-50 {
  color: rgba(0, 0, 0, 0.5);
}

.c-black-15 {
  color: rgba(0, 0, 0, 0.15);
}

.c-gray {
  color: #F3F3F3;
}

.c-gray-50 {
  color: rgba(243, 243, 243, 0.5);
}

.c-gray-15 {
  color: rgba(243, 243, 243, 0.15);
}

.c-white {
  color: #ffffff;
}

.cerise {
  color: #DE4069;
}

/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

div:not(.rte) > ol, div:not(.rte) > ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.todo {
  text-align: center;
  background-color: darkviolet;
  color: white;
  font-size: 30px;
  font-weight: bold;
  padding: 25px;
  animation: todo 5s infinite;
}

@keyframes todo {
  0% {
    background-color: orangered;
  }
  50% {
    background-color: lightseagreen;
  }
  100% {
    background-color: orangered;
  }
}
.section-padding, .accountActivatedWithSuccess, .section-alimaCoupOeuil, .module-banner, .swiper-group.type-resources, .swiper-group.type-testimonials {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1440px) {
  .section-padding, .accountActivatedWithSuccess, .section-alimaCoupOeuil, .module-banner, .swiper-group.type-resources, .swiper-group.type-testimonials {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.section-padding-small {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .section-padding-small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-padding-top {
  padding-top: 150px;
}
@media (max-width: 1440px) {
  .section-padding-top {
    padding-top: 100px;
  }
}

.prevent-select, .panel-filters .wrap-middle .label-wrap input:hover, .panel-filters .wrap-middle .label-wrap label:hover {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

.noScrollY {
  overflow-y: hidden !important;
}

.loadingGradient {
  position: relative;
}
.loadingGradient:after {
  opacity: 0.5;
  content: "";
  background-color: rgba(17, 57, 97, 0.35);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 888888;
  background: linear-gradient(-45deg, #e9f0f7, #ced5dc, #e9f0f7, #ced5dc);
  background-size: 400% 400%;
  animation: gradient 2s ease-in-out infinite;
}
.loadingGradient:hover {
  cursor: wait;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.mt-15 {
  margin-top: 15px;
}

.pt-noheader, #simpleContent, #template-searchResults, .error-template, #dashboard, .section-not-logged, #resourcePage {
  padding-top: 300px;
}
@media (max-width: 1199.98px) {
  .pt-noheader, #simpleContent, #template-searchResults, .error-template, #dashboard, .section-not-logged, #resourcePage {
    padding-top: 150px;
  }
}

.mt-noheader, #accountCreation, .accountActivatedWithSuccess {
  margin-top: 300px;
}
@media (max-width: 1199.98px) {
  .mt-noheader, #accountCreation, .accountActivatedWithSuccess {
    margin-top: 150px;
  }
}

.parallax-wrapper {
  position: relative;
}

.gap-50, .section-values .main-container, .PPNEdecouvrir .content-container, .section-ppneInfolettre form, .section-ppneInfolettre .title-container, .section-ppneInfolettre .content-container, .section-ateliers .articles-container, .timeline-block .text-container, .section-imageAndList .services-container .service, .section-imageAndList .services-container, .section-imageAndList .longText-container, .section-imageAndList .text-container, .section-imageAndTitle .services-container .service, .section-imageAndTitle .services-container, .section-imageAndTitle .longText-container, .section-imageAndTitle .text-container, .section-values .values-container, .section-imageAndText .services-container .service, .section-imageAndText .services-container, .section-imageAndText .longText-container, .section-imageAndText .text-container, #reset-password-form .label-wrap, #reset-password-form, .section-bubbleTxtAndImage .services-container .service, .section-bubbleTxtAndImage .services-container, .section-bubbleTxtAndImage .longText-container, .section-bubbleTxtAndImage .text-container, .module-banner .text-container, .history-intro, .sticky-bar .sitcky-content, .section-hero .content-container {
  gap: 50px;
}
@media (max-height: 900px) {
  .gap-50, .section-values .main-container, .PPNEdecouvrir .content-container, .section-ppneInfolettre form, .section-ppneInfolettre .title-container, .section-ppneInfolettre .content-container, .section-ateliers .articles-container, .timeline-block .text-container, .section-imageAndList .services-container .service, .section-imageAndList .services-container, .section-imageAndList .longText-container, .section-imageAndList .text-container, .section-imageAndTitle .services-container .service, .section-imageAndTitle .services-container, .section-imageAndTitle .longText-container, .section-imageAndTitle .text-container, .section-values .values-container, .section-imageAndText .services-container .service, .section-imageAndText .services-container, .section-imageAndText .longText-container, .section-imageAndText .text-container, #reset-password-form .label-wrap, #reset-password-form, .section-bubbleTxtAndImage .services-container .service, .section-bubbleTxtAndImage .services-container, .section-bubbleTxtAndImage .longText-container, .section-bubbleTxtAndImage .text-container, .module-banner .text-container, .history-intro, .sticky-bar .sitcky-content, .section-hero .content-container {
    gap: 25px;
  }
}
@media (max-width: 991.98px) {
  .gap-50, .section-values .main-container, .PPNEdecouvrir .content-container, .section-ppneInfolettre form, .section-ppneInfolettre .title-container, .section-ppneInfolettre .content-container, .section-ateliers .articles-container, .timeline-block .text-container, .section-imageAndList .services-container .service, .section-imageAndList .services-container, .section-imageAndList .longText-container, .section-imageAndList .text-container, .section-imageAndTitle .services-container .service, .section-imageAndTitle .services-container, .section-imageAndTitle .longText-container, .section-imageAndTitle .text-container, .section-values .values-container, .section-imageAndText .services-container .service, .section-imageAndText .services-container, .section-imageAndText .longText-container, .section-imageAndText .text-container, #reset-password-form .label-wrap, #reset-password-form, .section-bubbleTxtAndImage .services-container .service, .section-bubbleTxtAndImage .services-container, .section-bubbleTxtAndImage .longText-container, .section-bubbleTxtAndImage .text-container, .module-banner .text-container, .history-intro, .sticky-bar .sitcky-content, .section-hero .content-container {
    gap: 25px;
  }
}

am-dictionary {
  display: inline;
}

body .screen-gradient {
  opacity: 0;
  transition: opacity 0.15s ease-out, opacity 0.15s ease-out;
  transform: translateY(25vh);
}

body.menuOpen .screen-gradient {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.05) 100%);
  z-index: 9998;
  transform: translateY(0);
}
@media (max-width: 1199.98px) {
  body.menuOpen .screen-gradient {
    display: none;
  }
}

.header-bar {
  position: fixed;
  top: 0px;
  z-index: 9999;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .header-bar {
    z-index: 1000;
  }
}
.header-bar .header-top {
  position: absolute;
  top: 0px;
  z-index: 999;
  height: 100px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .header-bar .header-top {
    height: 80px;
  }
}
.header-bar .header-top .logo {
  width: 100%;
}
.header-bar .header-top .logo svg, .header-bar .header-top .logo img {
  max-width: 100%;
}
.header-bar .header-top .links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1440px) {
  .header-bar .header-top .links .link-submenu {
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .header-bar .header-top .links .link-submenu {
    position: fixed;
    top: 80px;
    left: 50%;
  }
  .header-bar .header-top .links .link-submenu .menu-dashboard {
    width: 95vw;
  }
}
.header-bar .header-top .links .first-level-item:not(:first-child) {
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
}
@media (max-width: 575.98px) {
  .header-bar .header-top .links .first-level-item:not(:first-child) {
    padding-left: 7px;
    margin-left: 7px;
  }
}
.header-bar .header-top .links .first-level-item:not(:first-child):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 22px;
  width: 1px;
  background-color: rgba(138, 47, 123, 0.5);
}
@media (max-width: 1199.98px) {
  .header-bar .header-top .links .first-level-item:nth-child(2):after {
    display: none;
  }
}
.header-bar .header-top .links .first-level-item svg path {
  transition: all 0.15s ease;
}
@media (max-width: 767.98px) {
  .header-bar .header-top .links .first-level-item .langswitch .link-toggle {
    font-size: 14px;
    line-height: 16px;
  }
}
.header-bar .header-top .links .first-level-item .langswitch ul {
  display: flex;
  gap: 10px;
}
.header-bar .header-top .links .first-level-item .langswitch-name.disabled {
  display: none;
}
.header-bar .header-top .links .first-level-item .login-panel.open .chevron, .header-bar .header-top .links .first-level-item .account-panel.open .chevron {
  transform: rotate(180deg);
}
.header-bar .header-top .links .first-level-item .link-toggle {
  text-decoration: none;
  color: #8A2F7B;
  transition: all 0.15s ease;
}
.header-bar .header-top .links .first-level-item .link-toggle .fill {
  fill: #8A2F7B;
}
.header-bar .header-top .links .first-level-item .link-toggle:hover {
  color: #F15F62;
}
.header-bar .header-top .links .first-level-item .link-toggle:hover .fill {
  fill: #F15F62 !important;
}
.header-bar .header-top .links .first-level-item .search {
  /*                    .search-js {
      .globalSearch:hover {
          svg path {
              fill: $purple !important;
          }
      }
      // STYLE THE SEARCH SIMILAR TO DESIGN FOR DESKTOP AND MOBILE
      .globalSearchInputWrap {
          .close svg:hover {
              cursor: pointer;

              path {
                  stroke: $red;
              }
          }
      }
  }*/
}
.header-bar .header-top .links .first-level-item .favorites svg path {
  fill: #F15F62;
}
.header-bar .header-top .links .first-level-item .favorites svg path:last-child {
  stroke: #F15F62;
  stroke-width: 1;
  opacity: 0;
}
.header-bar .header-top .links .first-level-item .favorites a:hover svg path:last-child {
  opacity: 1;
}
.header-bar .header-top .links .first-level-item .help a, .header-bar .header-top .links .first-level-item .contact a {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.header-bar .header-top .links .first-level-item .help a svg path, .header-bar .header-top .links .first-level-item .contact a svg path {
  fill: #8A2F7B;
}
.header-bar .header-top .links .first-level-item .help a:hover svg path, .header-bar .header-top .links .first-level-item .contact a:hover svg path {
  fill: #F15F62;
}
.header-bar .header-top .links .first-level-item #hamburger {
  cursor: pointer;
}
.header-bar .header-top .links .first-level-item #hamburger svg {
  width: 31px;
}
.header-bar .header-top .links .first-level-item #hamburger svg path {
  stroke: #8A2F7B;
}
.header-bar .header-top .account-icon {
  margin-right: 5px;
}
.header-bar .header-top .chevron {
  margin-left: 5px;
}
.header-bar .header-top.worker {
  background: #F15F62;
  color: #fff;
}
.header-bar .header-top.worker .logo svg g {
  mix-blend-mode: initial !important;
}
.header-bar .header-top.worker .logo svg g:not(.icon) path {
  fill: #fff;
}
.header-bar .header-top.worker .links .first-level-item:not(:first-child):after {
  background: #fff;
}
.header-bar .header-top.worker .links .first-level-item .search {
  /*.search-js {
      .globalSearch {
          svg path {
              fill: #fff !important;
          }

          &:hover {
              svg path {
                  fill: $purple !important;
              }
          }
      }

      .globalSearchInputWrap {
          .close svg:hover {
              cursor: pointer;

              path {
                  stroke: $red;
              }
          }
      }
  }*/
}
.header-bar .header-top.worker .links .first-level-item .link-toggle {
  color: #fff;
  display: flex;
  align-items: center;
}
.header-bar .header-top.worker .links .first-level-item .link-toggle .fill {
  fill: #fff;
}
.header-bar .header-top.worker .links .first-level-item .link-toggle:hover {
  color: #8A2F7B;
}
.header-bar .header-top.worker .links .first-level-item .link-toggle:hover .fill {
  fill: #8A2F7B !important;
}
.header-bar .header-top.worker .links .first-level-item .favorites svg path {
  fill: #fff;
}
.header-bar .header-top.worker .links .first-level-item .favorites svg path:last-child {
  stroke: #fff;
  /* stroke-width: 1;*/
}
.header-bar .header-top.worker .links .first-level-item .contact a svg path {
  fill: #fff;
}
.header-bar .header-top.worker .links .first-level-item #hamburger svg path {
  stroke: #fff;
}
.header-bar .desktop-menu-wrap {
  max-width: 1320px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1199.98px) {
  .header-bar .desktop-menu-wrap {
    position: fixed;
    max-width: 100%;
    transform: unset;
    background: #000000;
    left: 0;
    z-index: 1001;
  }
}
.header-bar .desktop-menu-wrap .desktop-menu {
  position: absolute;
  top: 130px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 1440px) {
  .header-bar .desktop-menu-wrap .desktop-menu {
    top: 100px;
  }
}
@media (max-width: 1199.98px) {
  .header-bar .desktop-menu-wrap .desktop-menu {
    padding: 12vh 0 2vh 0;
    position: fixed;
    top: 0;
    left: unset;
    background: #000000;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    overflow: auto;
    right: -100vw;
    transition: right 0s ease;
    -webkit-box-shadow: inset 0px -7px 34px -24px #ffffff;
  }
  .header-bar .desktop-menu-wrap .desktop-menu.open {
    transition: right 0.2s ease;
    right: 0;
  }
}
.header-bar .desktop-menu-wrap .desktop-menu #closeMenu {
  position: absolute;
  top: 35px;
  right: 15px;
}
.header-bar .desktop-menu-wrap .desktop-menu #closeMenu:hover {
  cursor: pointer;
}
.header-bar .desktop-menu-wrap .desktop-menu #closeMenu svg {
  width: 31px;
  height: 31px;
}
.header-bar .desktop-menu-wrap .desktop-menu #closeMenu svg path {
  stroke: #ffffff;
}
.header-bar .btn-fancy {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.header-bar .first-level-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  padding: 0 50px;
  background-color: #ffffff;
  min-height: 50px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .header-bar .first-level-bar {
    border-radius: unset;
    box-shadow: unset;
    width: 100%;
    min-height: unset;
    padding: 0;
    margin-bottom: 30px;
    background-color: transparent;
  }
}
.header-bar .first-level-bar.open:after {
  content: "";
  height: 50%;
  background-color: #ffffff;
  z-index: -1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 1199.98px) {
  .header-bar .first-level-bar.open:after {
    display: none;
  }
}
.header-bar .first-level-bar .first-level {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-self: stretch;
}
@media (max-width: 1199.98px) {
  .header-bar .first-level-bar .first-level {
    flex-direction: column;
    gap: 5px;
    width: 100%;
    padding: 0 15px;
  }
}
.header-bar .first-level-bar .first-level .first-level-item {
  display: flex;
  align-items: stretch;
  position: relative;
}
@media (max-width: 1199.98px) {
  .header-bar .first-level-bar .first-level .first-level-item {
    flex-direction: column;
  }
}
.header-bar .first-level-bar .first-level .first-level-item .first-level-link {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  color: #000000;
  transition: all 0s ease;
  font-size: 16px;
}
@media (max-width: 1399.98px) {
  .header-bar .first-level-bar .first-level .first-level-item .first-level-link {
    font-size: 15px;
  }
}
@media (max-width: 1199.98px) {
  .header-bar .first-level-bar .first-level .first-level-item .first-level-link {
    padding: 20px;
    color: #ffffff;
  }
}
.header-bar .first-level-bar .first-level .first-level-item .first-level-link svg {
  margin-left: 15px;
}
.header-bar .first-level-bar .first-level .first-level-item .first-level-link svg path {
  transition: all 0.15s ease;
}
@media (max-width: 1199.98px) {
  .header-bar .first-level-bar .first-level .first-level-item .first-level-link svg path {
    fill: #ffffff;
  }
}
.header-bar .first-level-bar .first-level .first-level-item .first-level-link:hover {
  color: #F15F62;
  cursor: pointer;
}
.header-bar .first-level-bar .first-level .first-level-item .first-level-link:hover svg path {
  fill: #F15F62;
}
.header-bar .first-level-bar .first-level .first-level-submenu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 100px;
  left: 15px;
  transform: translateZ(-10px);
  width: 100%;
  background-color: #ffffff;
  padding: 30px 45px 45px 45px;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  z-index: -1;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199.98px) {
  .header-bar .first-level-bar .first-level .first-level-submenu {
    transform: unset;
    top: 0;
    left: 0;
    position: relative;
    z-index: 1;
    border-radius: unset;
    box-shadow: unset;
    display: none;
    text-align: center;
    padding: 10px 20px 20px 20px;
    position: relative;
    background-color: transparent;
  }
  .header-bar .first-level-bar .first-level .first-level-submenu:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #242424;
    position: absolute;
    bottom: 0px;
    left: 0;
    border-radius: 5px;
  }
}
.header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: stretch;
}
@media (max-width: 1199.98px) {
  .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex {
    gap: 0;
    width: 100%;
  }
}
.header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-related-wrap {
  display: block;
  width: 25%;
  height: 365px;
  box-shadow: 5px 6px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-related-wrap {
    display: none;
  }
}
.header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-related-wrap .submenu-related {
  position: relative;
  box-shadow: 0px -150px 50px 0px rgba(0, 0, 0, 0.8) inset;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100%;
  transition: box-shadow 0.15s ease-out;
}
.header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-related-wrap .submenu-related:hover {
  box-shadow: 0px -180px 50px 0px rgba(0, 0, 0, 0.85) inset;
}
.header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-related-wrap .submenu-relatedName {
  color: #ffffff;
  padding: 0 18px;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-related-wrap .submenu-related p {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
}
.header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content {
  width: 100%;
  display: flex;
  gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1;
}
@media (max-width: 1199.98px) {
  .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content {
    gap: 20px;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 40px 0 0 0;
}
@media (max-width: 1199.98px) {
  .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links {
    padding: 10px 0 0 0;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links {
    justify-content: center;
  }
}
.header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links .title-wrap {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 2px solid #F15F62;
  max-width: 40%;
  width: 100%;
  min-height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links .title-wrap {
    display: none;
  }
}
.header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links .title {
  font-weight: 600;
  text-align: right;
}
.header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links .subtitle {
  text-align: right;
  margin-top: 10px;
}
.header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links a {
  color: #000000;
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links a {
    color: #ffffff;
  }
}
.header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links a:hover {
  color: #F15F62;
}
.header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links a:active {
  color: red;
}
.header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links a.current {
  color: red;
}
.header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-cta {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  align-items: flex-end;
}
.header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-cta .cta-wrap {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-cta .cta-wrap {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-cta .cta-wrap {
    justify-content: center;
  }
}
@media (max-width: 1199.98px) {
  .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-cta {
    justify-content: center;
  }
  .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-cta .btn-arrow {
    padding: 0;
    background: none !important;
  }
  .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-cta .btn-arrow .ico-arrow {
    display: none;
  }
}
.header-bar .first-level-link.open {
  color: #F15F62 !important;
}
@media (max-width: 1199.98px) {
  .header-bar .first-level-link.open {
    background-color: #f15f62;
    color: #ffffff !important;
  }
  .header-bar .first-level-link.open path {
    fill: #ffffff !important;
  }
}
.header-bar .first-level-link.open svg {
  transform: scale(-1);
}
.header-bar .first-level-link.open svg path {
  fill: #F15F62;
}
.header-bar .first-level-link.open + .first-level-submenu {
  opacity: 1;
  visibility: visible;
  display: block;
}

.menu-dashboard {
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.menu-dashboard .section-links ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
.menu-dashboard .section-links ul a {
  text-decoration: none;
  color: #8A2F7B;
  transition: all 0.15s ease;
}
.menu-dashboard .section-links ul a svg {
  width: 18px;
  margin-left: 20px;
  transition: all 0.15s ease;
}
.menu-dashboard .section-links ul a svg path {
  fill: #8A2F7B;
}
.menu-dashboard .section-links ul a:hover {
  color: #F15F62;
}
.menu-dashboard .section-links ul a:hover svg {
  margin-left: 25px;
}
.menu-dashboard .section-links ul a:hover svg path {
  fill: #F15F62;
}
.menu-dashboard .section-title {
  font-weight: 500 !important;
  color: #8A2F7B;
}
.menu-dashboard .label-wrap label {
  margin-bottom: 10px;
}
.menu-dashboard .label-wrap * {
  width: 100%;
}

.header-image {
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
}
.header-image.landing-hero {
  min-height: 100vh;
}
.header-image.resources-hero {
  min-height: 50vh;
}

@media (min-width: 1200px) {
  .header-top.worker .globalSearch svg path {
    fill: #ffffff !important;
  }
  .header-top.worker .globalSearch:hover svg path {
    fill: #8A2F7B !important;
  }
  .header-top.worker .search-js.visible svg path {
    fill: #8A2F7B !important;
  }
  .header-top.worker .search-js .globalSearchInputWrap .globalSearchInput {
    border-bottom: 1px solid #ffffff !important;
  }
  .header-top.worker .search-js .globalSearchInputWrap .globalSearchInput::placeholder {
    color: rgba(138, 47, 123, 0.8);
  }
  .header-top.worker .search-js .globalSearchInputWrap .globalSearchInput::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: rgba(138, 47, 123, 0.8);
  }

  .header-top:not(.worker) .globalSearch svg path {
    fill: #F15F62 !important;
  }
  .header-top:not(.worker) .globalSearch:hover svg path {
    fill: #8A2F7B !important;
  }
  .header-top:not(.worker) .search-js.visible svg path {
    fill: #8A2F7B !important;
  }
  .header-top:not(.worker) .search-js .globalSearchInputWrap .globalSearchInput {
    border-bottom: 1px solid #8A2F7B !important;
  }
  .header-top:not(.worker) .search-js .globalSearchInputWrap .globalSearchInput::placeholder {
    color: rgba(241, 95, 98, 0.8);
  }
  .header-top:not(.worker) .search-js .globalSearchInputWrap .globalSearchInput::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: rgba(241, 95, 98, 0.8);
  }

  .search-js {
    position: relative;
  }
  .search-js.visible svg:hover {
    opacity: 0.8;
  }
  .search-js .globalSearchInputWrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -265px;
  }
  .search-js .globalSearchInputWrap .globalSearchInput {
    padding: 5px 30px 5px 5px;
    outline: none;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
  }
  .search-js .globalSearchInputWrap .globalSearchInput::placeholder {
    opacity: 1;
    /* Firefox */
    font-weight: 500;
  }
  .search-js .globalSearchInputWrap .globalSearchInput::-ms-input-placeholder {
    /* Edge 12 -18 */
    font-weight: 500;
  }
  .search-js .globalSearch * {
    pointer-events: none;
  }
}
@media (max-width: 1199.98px) {
  .search-js {
    padding: 10px 20px 10px 10px;
    background: #8A2F7B;
    border-radius: 32px;
  }
  .search-js svg path {
    fill: #ffffff !important;
  }
  .search-js .globalSearchInputWrap {
    width: 100% !important;
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .search-js .globalSearchInputWrap .globalSearchInput {
    outline: none !important;
    border: none !important;
    padding: 10px 5px;
    border-radius: 32px;
    padding: 10px 20px;
  }
  .search-js .globalSearch {
    padding: 20px;
  }
  .search-js .globalSearch * {
    pointer-events: none;
  }
}
.header-top .bonjour-wrap {
  gap: 4px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .header-top .bonjour-wrap {
    gap: 0;
  }
}
.header-top .bonjour-wrap .bonjour-content {
  max-width: 250px;
  word-break: break-all;
  flex: 1;
}
@media (max-width: 767.98px) {
  .header-top .bonjour-wrap .bonjour {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header-top .bonjour-wrap .bonjour-name {
    display: none;
  }
}
.header-top .login-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-top .connexion-label {
  flex: 1;
}
.header-top .connexion-label span {
  display: inline;
}
@media (max-width: 991.98px) {
  .header-top .connexion-label span {
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .header-top .connexion-label {
    display: none;
  }
}

.section-hero {
  --gradient-color-start: #ffffff;
  --gradient-color-end: rgba(255, 255, 255, 0);
  min-height: 100svh;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow-x: hidden;
}
.section-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 65%;
  height: 100%;
  background: linear-gradient(90deg, var(--gradient-color-start) 45%, var(--gradient-color-end) 100%);
  z-index: 20;
}
.section-hero .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 75%;
  height: 100%;
  z-index: 10;
  user-select: none;
}
.section-hero .background img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-hero .container {
  position: relative;
  z-index: 30;
}
.section-hero .content-container {
  max-width: 696px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  .section-hero .content-container {
    text-align: center;
    align-items: center;
  }
}
.section-hero .content-container .logo-container img, .section-hero .content-container .logo-container svg {
  display: block;
  max-width: 325px;
  height: auto;
}
@media (max-height: 900px) {
  .section-hero .content-container .logo-container img, .section-hero .content-container .logo-container svg {
    max-height: 100px;
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .section-hero .content-container .logo-container img, .section-hero .content-container .logo-container svg {
    margin: 0 auto;
  }
}
.section-hero .content-container .btns {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section-hero_ppne {
  background: #000000;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-top: 200px !important;
  min-height: inherit;
}
@media (max-width: 1440px) {
  .section-hero_ppne {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1199.98px) {
  .section-hero_ppne {
    padding-top: 150px !important;
  }
}
.section-hero_ppne::before {
  display: none;
}
.section-hero_ppne .col-12 {
  display: flex;
  flex-flow: row nowrap;
  gap: 50px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .section-hero_ppne .col-12 {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .section-hero_ppne .col-12 {
    flex-direction: column;
    align-items: center;
  }
}
.section-hero_ppne .back {
  margin-top: 48px;
}
@media (max-width: 991.98px) {
  .section-hero_ppne .back {
    margin-top: 0;
  }
}
.section-hero_ppne .backBtn {
  margin-bottom: 25px;
}
.section-hero_ppne .backBtn:hover {
  color: #DE4069;
}
.section-hero_ppne .radish {
  max-width: 172px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .section-hero_ppne .radish {
    max-width: 100px;
  }
}
.section-hero_ppne .radish svg {
  width: 100%;
  height: auto;
}
.section-hero_ppne .content-container {
  padding-top: 0;
  max-width: inherit;
}
@media (max-width: 1199.98px) {
  .section-hero_ppne .content-container {
    align-items: flex-start;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .section-hero_ppne .content-container {
    text-align: center;
    align-items: center;
  }
}
.section-hero_ppne .content-container .banner-title {
  color: #DE4069;
}
.section-hero_white .banner-surtitle {
  color: #F15F62;
}
.section-hero_white .banner-title {
  color: #000000;
}
.section-hero_white .banner-body {
  color: #000000;
}
.section-hero_white .backBtn {
  color: #000000;
}
.section-hero_white .banner-date {
  color: #000000;
}
.section-hero_black {
  --gradient-color-start: #000000;
  --gradient-color-end: rgba(0, 0, 0, 0);
}
.section-hero_black .banner-surtitle {
  color: #F15F62;
}
.section-hero_black .banner-title {
  color: #ffffff;
}
.section-hero_black .banner-body {
  color: #ffffff;
}
.section-hero_black .backBtn {
  color: #ffffff;
}
.section-hero_black .banner-date {
  color: #ffffff;
}
.section-hero_black .banner-subjects {
  color: #ffffff;
}
.section-hero .backBtn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  gap: 24px;
  font-size: 16px;
  font-weight: 700;
  transition: color 150ms;
}
.section-hero .backBtn_white {
  color: #fff;
}
.section-hero .submenuAnchor {
  width: 100%;
  border-top: 2px solid #e6cbe1;
  padding-top: 30px;
  display: flex;
  flex-flow: row nowrap;
}
.section-hero .submenuAnchor-list ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  row-gap: 30px;
  column-gap: 20px;
  font-size: 20px;
}
.section-hero .submenuAnchor-list ul li.submenuAnchor-label {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.38px;
  color: #fff;
}
.section-hero .submenuAnchor-list ul li a {
  font-size: 20px;
  font-weight: 700;
  color: #e6cbe1;
  text-decoration: none;
  line-height: 1.5;
  letter-spacing: -0.38px;
  transition: all 150ms;
  border-radius: 25px;
  padding: 12px 20px;
  transition: all 500ms ease;
}
.section-hero .submenuAnchor-list ul li a:hover {
  background: #8A2F7B;
}

@media (max-width: 1440px) {
  .section-hero::before {
    width: 75%;
  }
}
@media (max-width: 1199.98px) {
  .section-hero::before {
    width: 95%;
  }
  .section-hero .background {
    width: 65%;
  }
}
@media (max-width: 991.98px) {
  .section-hero {
    --gradient-color-end: rgba(255, 255, 255, 0.2);
  }
  .section-hero::before {
    width: 100%;
    background: linear-gradient(90deg, var(--gradient-color-start) 15%, var(--gradient-color-end) 100%);
  }
  .section-hero .background {
    width: 85%;
  }
  .section-hero_black {
    --gradient-color-end: rgba(0, 0, 0, 0.2);
  }
}
.Landing-page .banner-title {
  color: #8A2F7B !important;
}

.resourceArticle-page .background {
  right: unset;
  left: 0;
  background: linear-gradient(90deg, rgb(35, 27, 27) 0%, black 40%);
  width: 35%;
}
.resourceArticle-page .background img {
  object-position: 25% center;
}
@media (max-width: 1199.98px) {
  .resourceArticle-page .background {
    width: 35%;
  }
}
@media (max-width: 991.98px) {
  .resourceArticle-page .background {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    z-index: 99;
    width: 100vw;
  }
  .resourceArticle-page .background img {
    max-height: 40vh;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    object-position: center center;
  }
}
.resourceArticle-page .content-container {
  text-align: right;
  align-items: flex-end;
  margin-left: auto;
  max-width: 65%;
}
@media (max-width: 991.98px) {
  .resourceArticle-page .content-container {
    align-items: flex-start;
    text-align: left;
    max-width: 100%;
  }
}
.resourceArticle-page .content-container .submenuAnchor.subjects {
  justify-content: flex-end;
  border-color: #F15F62;
}
@media (max-width: 991.98px) {
  .resourceArticle-page .content-container .submenuAnchor.subjects {
    justify-content: flex-start;
  }
}
.resourceArticle-page .content-container .submenuAnchor.subjects .submenuAnchor-list ul {
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .resourceArticle-page .content-container .submenuAnchor.subjects .submenuAnchor-list ul {
    justify-content: flex-start;
  }
}
.resourceArticle-page .content-container .submenuAnchor.subjects .submenuAnchor-list ul li a {
  color: #F8AFB0;
}
.resourceArticle-page .content-container .submenuAnchor.subjects .submenuAnchor-list ul li a:hover {
  background: #F15F62;
  color: #ffffff;
}
.resourceArticle-page .content-container .banner-surtitle {
  color: #F15F62;
}
.resourceArticle-page .content-container .banner-title {
  color: #ffffff;
}
.resourceArticle-page .content-container .banner-body {
  color: #ffffff;
}
.resourceArticle-page .content-container .backBtn {
  color: #ffffff;
  align-self: flex-start;
}
@media (max-width: 991.98px) {
  .resourceArticle-page .content-container .backBtn svg {
    width: 15px;
    height: auto;
  }
}
.resourceArticle-page .content-container .banner-date {
  color: #ffffff;
}
.resourceArticle-page .content-container .banner-surtitle {
  text-align: inherit;
}
@media (max-width: 991.98px) {
  .resourceArticle-page .section-hero {
    flex-direction: column;
    padding-top: 80px;
  }
}
.resourceArticle-page .section-hero.section-hero_white:before {
  background: #000000;
}
.resourceArticle-page .section-hero.section-hero_black:before {
  background: #000000;
}
.resourceArticle-page .section-hero::before {
  left: unset;
  right: 0;
  width: 65%;
}
@media (max-width: 1199.98px) {
  .resourceArticle-page .section-hero::before {
    width: 65%;
  }
}
@media (max-width: 991.98px) {
  .resourceArticle-page .section-hero::before {
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    width: 100%;
  }
}

.footer {
  position: relative;
  z-index: 999;
}
.footer--swiper {
  padding-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .footer--swiper {
    padding-bottom: 50px;
  }
}
.footer--swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  align-items: center !important;
}
.footer--swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.footer--swiper .swiper-slide img {
  max-width: 100%;
  max-height: 80px;
  height: auto;
}
.footer--main {
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 1440px) {
  .footer--main {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1199.98px) {
  .footer--main {
    padding: 50px 0;
    flex-direction: column;
  }
}
.footer--main .main-col {
  padding: 20px 30px;
  width: 100%;
  position: relative;
  align-content: center;
}
.footer--main .main-col:nth-child(1) {
  width: 20%;
}
.footer--main .main-col:nth-child(2) {
  width: 30%;
}
.footer--main .main-col:nth-child(3) {
  width: 22%;
}
.footer--main .main-col:nth-child(4) {
  width: 28%;
}
@media (max-width: 1199.98px) {
  .footer--main .main-col {
    display: flex;
    justify-content: center;
    width: 100% !important;
    text-align: center;
  }
}
@media (max-width: 1399.98px) {
  .footer--main .main-col .btn-fancy {
    padding: 15px 25px !important;
  }
}
.footer--main .main-col.logo svg, .footer--main .main-col.logo img {
  max-width: 100%;
}
.footer--main .main-col:not(:last-child):after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -21px;
  background: linear-gradient(241.27deg, #CE99C5 8.13%, #F15F62 47.95%, #F5835B 92.13%);
  border-radius: 50px;
  opacity: 0.5;
}
@media (max-width: 1199.98px) {
  .footer--main .main-col:not(:last-child):after {
    max-width: 100px;
    width: 100%;
    height: 2px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    top: unset;
    right: unset;
  }
}
.footer--main .main-col ul:not(.icons) {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1199.98px) {
  .footer--main .main-col ul:not(.icons) {
    padding: 0 0;
    align-items: center;
  }
}
.footer--main .main-col ul:not(.icons) li a {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.2s ease;
  display: inline-block;
}
.footer--main .main-col ul:not(.icons) li a:hover {
  color: #F15F62;
}
@media (min-width: 1200px) {
  .footer--main .main-col ul:not(.icons) li a:hover {
    padding-left: 7px;
  }
}
.footer--main .main-col ul:not(.icons).icons {
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 0 0;
}
.footer--main .main-col ul.icons {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 1199.98px) {
  .footer--main .main-col ul.icons {
    padding: 0 0;
    align-items: center;
  }
}
.footer--main .main-col.socials {
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer--main .main-col.socials .icons {
  justify-content: center;
  margin-top: 20px;
  align-items: flex-end;
}
.footer--main .main-col.socials .icons a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer--main .main-col.socials .icons a img {
  width: 20px;
  max-height: 20px;
  height: auto;
  display: inline-block;
}
.footer--main .main-col.contact {
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer--main .main-col.contact .icons {
  justify-content: flex-start;
  margin-bottom: 20px;
  align-items: flex-end;
}
.footer--main .main-col.contact .icons a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer--main .main-col.contact .icons a img {
  width: 20px;
  max-height: 20px;
  height: auto;
  display: inline-block;
}
.footer--slide {
  padding: 80px 0 50px 0;
  display: none;
}
.footer--slide.open {
  display: block;
}
.footer--slide p {
  color: #ffffff;
}
.footer--slide .slide-close {
  position: absolute;
  top: -50px;
  right: 15px;
  display: flex;
  gap: 20px;
  align-items: center;
  color: #ffffff;
  transition: fill 0.15s ease-out;
}
.footer--slide .slide-close svg {
  width: 20px;
  height: 20px;
  transition: transform 0.15s ease-out;
}
.footer--slide .slide-close svg path {
  stroke: #ffffff;
  transition: stroke-width 0.15s ease-out;
  stroke-width: 4px;
}
.footer--slide .slide-close:hover {
  cursor: pointer;
}
.footer--slide .footerSlide p {
  margin-bottom: 20px;
}
.footer--nav {
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1199.98px) {
  .footer--nav {
    flex-direction: column-reverse;
  }
}
.footer--nav .copyright {
  color: #ffffff;
}
@media (max-width: 1199.98px) {
  .footer--nav .copyright {
    align-self: center;
  }
}
.footer--nav .links {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 1199.98px) {
  .footer--nav .links {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 25px;
    column-gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .footer--nav .links {
    flex-direction: column;
  }
}
.footer--nav .links a {
  color: #ffffff;
  text-decoration: underline;
}

.ctas {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ctas_inRow {
  justify-content: center;
  flex-flow: row wrap;
}
.ctas_alignRight {
  justify-content: flex-end;
}

button {
  -webkit-appearance: none;
  border-radius: 0;
  text-align: inherit;
  background: none;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
  border: none;
  color: inherit;
  font: inherit;
}

.btn-fancy {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  z-index: 1;
  padding: 20px 60px;
  font-size: 22px;
  line-height: 30px;
  background: linear-gradient(90deg, #CE99C5, #F15F62, #F5835B, #CE99C5);
  background-size: 400%;
  border: none;
}
@media (max-width: 1440px) {
  .btn-fancy {
    padding: 20px 40px;
  }
}
@media (max-width: 991.98px) {
  .btn-fancy {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 40px;
  }
}
.btn-fancy--small, .header-bar .btn-fancy, .footer--main .main-col .btn-fancy {
  font-size: 16px;
  line-height: 20px;
  padding: 20px 40px;
}
.btn-fancy:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #CE99C5, #F15F62, #F5835B, #CE99C5);
  background-size: 400%;
  border-radius: 40px;
  filter: blur(10px);
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}
.btn-fancy:hover {
  color: #fff;
  text-decoration: none;
  animation: animate 8s linear 1;
}
.btn-fancy:hover:before {
  filter: blur(10px);
  opacity: 1;
  animation: animate 8s linear infinite;
}

@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
.btn-arrow-transition, .btn-underline, .btn-arrow .ico-arrow, .btn-arrow, .btn-main {
  transition-delay: 0s;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

.btn-main {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 14px 50px 14px 50px;
  text-decoration: none;
  color: #F15F62;
  background: rgba(241, 95, 98, 0);
  border-radius: 60px;
  text-transform: uppercase;
}
.btn-main--small {
  padding: 9.3333333333px 33.3333333333px;
}
.btn-main .ico-arrow {
  margin-left: 10px;
}
.btn-main .ico-arrow path {
  fill: #F15F62;
}
.btn-main:hover {
  background: #f15f62;
  color: #ffffff;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.btn-main:hover .ico-arrow path {
  fill: #ffffff;
}
.btn-main[data-bg=red] {
  color: #ffffff;
}
.btn-main[data-bg=red] .ico-arrow path {
  fill: #ffffff;
}
.btn-main[data-bg=red]:hover {
  color: #F15F62;
}
.btn-main[data-bg=red]:hover .ico-arrow path {
  fill: #F15F62;
}
.btn-main[data-bg=purple] {
  color: #ffffff;
}
.btn-main[data-bg=purple] .ico-arrow path {
  fill: #ffffff;
}
.btn-main[data-bg=purple]:hover {
  color: #8A2F7B;
}
.btn-main[data-bg=purple]:hover .ico-arrow path {
  fill: #8A2F7B;
}

.btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  text-decoration: none;
  color: #F15F62;
  background: rgba(241, 95, 98, 0);
  border-radius: 60px;
}
.btn-arrow .ico-arrow {
  background: #f15f62;
  border-radius: 60px;
  padding: 12px 25px;
  color: #ffffff;
}
.btn-arrow:hover {
  background: #f15f62;
  color: #ffffff;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 0 0 0 25px;
}
.btn-arrow:hover .ico-arrow {
  background: rgba(241, 95, 98, 0);
  color: #ffffff;
}
.btn-arrow.no-arrow {
  padding: 14px 50px 14px 50px !important;
}
.btn-arrow.no-arrow[data-bg=ppne] {
  color: #ffffff;
  background: #de4069;
}
.btn-arrow.no-arrow[data-bg=ppne]:hover {
  background: rgba(222, 64, 105, 0);
  color: #DE4069;
}
.btn-arrow.no-arrow[data-bg=red] {
  color: #ffffff;
  background: #f15f62;
}
.btn-arrow.no-arrow[data-bg=red]:hover {
  background: white;
  color: #F15F62;
}
.btn-arrow.no-arrow[data-bg=ppneAlt] {
  color: #ffffff;
  background: #de4069;
}
.btn-arrow.no-arrow[data-bg=ppneAlt]:hover {
  background: rgba(222, 64, 105, 0);
  color: #DE4069;
}
.btn-arrow.no-arrow[data-bg=white] {
  color: #F15F62;
  background: white;
}
.btn-arrow.no-arrow[data-bg=white]:hover {
  background: #8a2f7b;
  color: #ffffff;
}
.btn-arrow[data-bg=ppne] {
  color: #DE4069;
  background: rgba(222, 64, 105, 0);
}
.btn-arrow[data-bg=ppne] .ico-arrow {
  background: #de4069;
}
.btn-arrow[data-bg=ppne]:hover {
  background: #de4069;
  color: #ffffff;
}
.btn-arrow[data-bg=ppne]:hover .ico-arrow {
  background: rgba(222, 64, 105, 0);
}
.btn-arrow[data-bg=onPpne] {
  color: #ffffff;
}
.btn-arrow[data-bg=onPpne] .ico-arrow {
  background: #ffffff;
}
.btn-arrow[data-bg=onPpne] .ico-arrow path {
  fill: #DE4069;
}
.btn-arrow[data-bg=onPpne]:hover {
  color: #DE4069;
}
.btn-arrow[data-bg=onPpne]:hover .ico-arrow path {
  fill: #DE4069;
}
.btn-arrow[data-bg=ppneAlt] {
  color: #ffffff;
  border: 2px solid #DE4069;
  background: #DE4069;
}
.btn-arrow[data-bg=ppneAlt] .ico-arrow {
  background: #DE4069;
}
.btn-arrow[data-bg=ppneAlt]:hover {
  background: transparent;
  color: #ffffff;
}
.btn-arrow[data-bg=ppneAlt]:hover .ico-arrow {
  background: transparent;
}
.btn-arrow[data-bg=purple] {
  color: #8A2F7B;
  background: rgba(138, 47, 123, 0);
}
.btn-arrow[data-bg=purple] .ico-arrow {
  background: #8a2f7b;
}
.btn-arrow[data-bg=purple] .ico-arrow path {
  fill: #ffffff;
}
.btn-arrow[data-bg=purple]:hover {
  background: #8a2f7b;
  color: #ffffff;
}
.btn-arrow[data-bg=purple]:hover .ico-arrow {
  background: rgba(138, 47, 123, 0);
}
.btn-arrow[data-bg=onRedPurpleOnHover] {
  color: #ffffff;
  background: rgba(241, 95, 98, 0);
}
.btn-arrow[data-bg=onRedPurpleOnHover] .ico-arrow {
  background: white;
}
.btn-arrow[data-bg=onRedPurpleOnHover] .ico-arrow path {
  fill: #F15F62;
}
.btn-arrow[data-bg=onRedPurpleOnHover]:hover {
  background: #8a2f7b;
  color: #ffffff;
}
.btn-arrow[data-bg=onRedPurpleOnHover]:hover .ico-arrow {
  background: rgba(138, 47, 123, 0);
}
.btn-arrow[data-bg=onRedPurpleOnHover]:hover .ico-arrow path {
  fill: #ffffff;
}
.btn-arrow[data-bg=white] {
  color: #ffffff;
}
.btn-arrow[data-bg=white] .ico-arrow {
  background: white;
}
.btn-arrow[data-bg=white] .ico-arrow path {
  fill: #8A2F7B;
}
.btn-arrow[data-bg=white]:hover {
  background: white;
  color: #8A2F7B;
}
.btn-arrow[data-bg=white]:hover .ico-arrow {
  background: rgba(255, 255, 255, 0);
}
.btn-arrow[data-bg=whiteppne] {
  color: #ffffff;
}
.btn-arrow[data-bg=whiteppne] .ico-arrow {
  background: white;
}
.btn-arrow[data-bg=whiteppne] .ico-arrow path {
  fill: #DE4069;
}
.btn-arrow[data-bg=whiteppne]:hover {
  background: white;
  color: #DE4069;
}
.btn-arrow[data-bg=whiteppne]:hover .ico-arrow {
  background: rgba(255, 255, 255, 0);
}
.btn-arrow[data-bg=red] {
  color: #ffffff;
}
.btn-arrow[data-bg=red] .ico-arrow {
  background: white;
}
.btn-arrow[data-bg=red] .ico-arrow path {
  fill: #F15F62;
}
.btn-arrow[data-bg=red]:hover {
  background: #f15f62;
  color: #ffffff;
}
.btn-arrow[data-bg=red]:hover .ico-arrow {
  background: rgba(241, 95, 98, 0);
}
.btn-arrow[data-bg=redFilled] {
  color: #ffffff;
  background: #F15F62;
}
.btn-arrow[data-bg=redFilled] .ico-arrow {
  background: #f15f62;
}
.btn-arrow[data-bg=redFilled] .ico-arrow path {
  fill: #ffffff;
}
.btn-arrow[data-bg=redFilled]:hover {
  background: white;
  color: #F15F62;
}
.btn-arrow[data-bg=redFilled]:hover .ico-arrow {
  background: rgba(255, 255, 255, 0);
}
.btn-arrow[data-bg=redFilled]:hover .ico-arrow path {
  fill: #F15F62;
}
.btn-arrow[data-bg=redWithRedLable] {
  color: #F15F62;
  background: transparent;
}
.btn-arrow[data-bg=redWithRedLable] .ico-arrow {
  background: #f15f62;
}
.btn-arrow[data-bg=redWithRedLable] .ico-arrow path {
  fill: #ffffff;
}
.btn-arrow[data-bg=redWithRedLable]:hover {
  background: white;
  color: #F15F62;
}
.btn-arrow[data-bg=redWithRedLable]:hover .ico-arrow {
  background: rgba(255, 255, 255, 0);
}
.btn-arrow[data-bg=redWithRedLable]:hover .ico-arrow path {
  fill: #F15F62;
}
.btn-arrow[data-bg=onBlackHero] {
  color: #ffffff;
}
.btn-arrow[data-bg=onBlackHero] .ico-arrow {
  background: #f15f62;
}
.btn-arrow[data-bg=onBlackHero] .ico-arrow path {
  fill: #ffffff;
}
.btn-arrow[data-bg=onBlackHero]:hover {
  background: #f15f62;
  color: #ffffff;
}
.btn-arrow[data-bg=onBlackHero]:hover .ico-arrow {
  background: rgba(241, 95, 98, 0);
}
.btn-arrow[data-bg=onPurpleBg] {
  color: #ffffff;
}
.btn-arrow[data-bg=onPurpleBg] .ico-arrow {
  background: white;
}
.btn-arrow[data-bg=onPurpleBg] .ico-arrow path {
  fill: #8A2F7B;
}
.btn-arrow[data-bg=onPurpleBg]:hover {
  background: white;
  color: #8A2F7B;
}
.btn-arrow[data-bg=onPurpleBg]:hover .ico-arrow {
  background: rgba(138, 47, 123, 0);
}
.btn-arrow[data-bg=onRedBg] {
  color: #ffffff;
}
.btn-arrow[data-bg=onRedBg] .ico-arrow {
  background: white;
}
.btn-arrow[data-bg=onRedBg] .ico-arrow path {
  fill: #F15F62;
}
.btn-arrow[data-bg=onRedBg]:hover {
  background: white;
  color: #F15F62;
}
.btn-arrow[data-bg=onRedBg]:hover .ico-arrow {
  background: rgba(241, 95, 98, 0);
}

.btn-text-reveal {
  --transition-duration: 0.35s;
  display: inline-flex;
  gap: 0;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  background: #f15f62;
  border-radius: 60px;
  color: #ffffff;
  transition: gap var(--transition-duration) ease-in-out;
}
.btn-text-reveal .btn-text-reveal-container {
  display: grid;
  grid-template-columns: 0fr;
  transition: grid-template-columns var(--transition-duration);
}
.btn-text-reveal .text {
  overflow: hidden;
  opacity: 0;
  transform: translateX(100%);
  transition-property: opacity, transform;
  transition-duration: 0.5s;
}
.btn-text-reveal .text > div {
  width: max-content;
}
@media (min-width: 1200px) {
  .btn-text-reveal.noMobileAnime:hover {
    gap: 14px;
  }
}
@media (min-width: 1200px) {
  .btn-text-reveal.noMobileAnime:hover .btn-text-reveal-container {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1200px) {
  .btn-text-reveal.noMobileAnime:hover .text {
    opacity: 1;
    transform: translateX(0);
  }
}
.btn-text-reveal:not(.noMobileAnime):hover {
  gap: 14px;
}
.btn-text-reveal:not(.noMobileAnime):hover .btn-text-reveal-container {
  grid-template-columns: 1fr;
}
.btn-text-reveal:not(.noMobileAnime):hover .text {
  opacity: 1;
  transform: translateX(0);
}

.btn-submit {
  color: #F15F62;
  background-color: #ffffff;
  padding: 10px 20px;
  border: solid 2px white;
  border-radius: 999px;
  transition: all 0.1s ease-in;
}
.btn-submit svg path {
  fill: #F15F62;
}
.btn-submit:hover {
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  background-color: #F15F62;
}
.btn-submit:hover svg path {
  fill: #ffffff;
}

.btn-underline {
  display: inline-block;
  text-decoration: none;
  color: #F15F62;
  background: rgba(241, 95, 98, 0);
}
.btn-underline:hover {
  text-decoration: underline;
}
.btn-underline.secondary {
  text-decoration: underline;
}
.btn-underline.secondary:hover {
  text-decoration: none;
}

.swiper .swiper-pagination {
  position: relative;
  margin-top: 40px;
}

.swiper .swiper-button, .swiper-group .swiper-button {
  bottom: -15px;
  top: unset;
  color: rgba(0, 0, 0, 0.35);
}
.swiper .swiper-button:after, .swiper-group .swiper-button:after {
  font-size: 70px !important;
}
.swiper .swiper-button-next:after, .swiper-group .swiper-button-next:after {
  content: "" !important;
  width: 34px;
  height: 29px;
  background-image: url(/Assets/svg/swipers_arrows/swiper-right-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  position: absolute;
}
.swiper .swiper-button-prev:after, .swiper-group .swiper-button-prev:after {
  content: "" !important;
  width: 34px;
  height: 29px;
  background-image: url(/Assets/svg/swipers_arrows/swiper-left-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  position: absolute;
}
.swiper .swiper-scrollbar, .swiper-group .swiper-scrollbar {
  opacity: 1 !important;
  position: relative !important;
  order: 2;
  flex-basis: calc(100% - 136px);
  left: unset !important;
}
.swiper .swiper-scrollbar.swiper-scrollbar-horizontal, .swiper-group .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 6px;
  background: rgba(138, 47, 123, 0.5);
}
.swiper .swiper-scrollbar .swiper-scrollbar-drag, .swiper-group .swiper-scrollbar .swiper-scrollbar-drag {
  background: #8a2f7b;
}
.swiper .swiper-button-prev, .swiper-group .swiper-button-prev {
  order: 1;
}
.swiper .swiper-button-next, .swiper-group .swiper-button-next {
  order: 3;
}

.swiper-group {
  position: relative;
}
.swiper-group .swiper-buttons-wrap {
  position: relative;
  width: 100%;
  max-width: 1440px;
  display: flex;
  width: 100%;
  justify-content: center;
}

.swiper.swiper-free-mode .swiper-wrapper:not(.d-flex):hover {
  cursor: grab;
}

.swiper-group.type-testimonials {
  background: #F3F3F3;
}

.form-grid {
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(calc(8.33% - 30px), 1fr));
  /*grid-template-columns: repeat(auto-fit, minmax(8.33%, 1fr));*/
  /* Forgrid-row */
}
.form-grid .item[data-column-span="0"] {
  grid-column: span 0;
}
.form-grid .item[data-column-span="1"] {
  grid-column: span1;
}
.form-grid .item[data-column-span="2"] {
  grid-column: span 2;
}
.form-grid .item[data-column-span="3"] {
  grid-column: span 3;
}
.form-grid .item[data-column-span="4"] {
  grid-column: span 4;
}
.form-grid .item[data-column-span="5"] {
  grid-column: span 5;
}
.form-grid .item[data-column-span="6"] {
  grid-column: span 6;
}
.form-grid .item[data-column-span="7"] {
  grid-column: span 7;
}
.form-grid .item[data-column-span="8"] {
  grid-column: span 8;
}
.form-grid .item[data-column-span="9"] {
  grid-column: span 9;
}
.form-grid .item[data-column-span="10"] {
  grid-column: span 10;
}
.form-grid .item[data-column-span="11"] {
  grid-column: span 11;
}
.form-grid .item[data-column-span="12"] {
  grid-column: span 12 !important;
}
.form-grid .item[data-column-span="13"] {
  grid-column: span 13;
}
.form-grid .item[data-row-start="0"] {
  grid-row: 0;
}
.form-grid .item[data-row-start="1"] {
  grid-row: auto/span 1;
}
.form-grid .item[data-row-start="2"] {
  grid-row: auto/span 2;
}
.form-grid .item[data-row-start="3"] {
  grid-row: auto/span 3;
}
.form-grid .item[data-row-start="4"] {
  grid-row: auto/span 4;
}
.form-grid .item[data-row-start="5"] {
  grid-row: auto/span 5;
}
.form-grid .item[data-row-start="6"] {
  grid-row: auto/span 6;
}
.form-grid .item[data-row-start="7"] {
  grid-row: auto/span 7;
}
.form-grid .item[data-row-start="8"] {
  grid-row: auto/span 8;
}
.form-grid .item[data-row-start="9"] {
  grid-row: auto/span 9;
}
.form-grid .item[data-row-start="10"] {
  grid-row: auto/span 10;
}
.form-grid .item[data-row-start="11"] {
  grid-row: auto/span 11;
}
@media only screen and (max-width: 1600px) {
  .form-grid .item[data-column-span] {
    grid-column: span 6;
  }
  .form-grid .item[data-row-start] {
    grid-row: unset;
  }
}
@media only screen and (max-width: 992px) {
  .form-grid .item.blank {
    display: none;
  }
  .form-grid .item[data-column-span] {
    grid-column: span 12;
  }
  .form-grid .item[data-row-start] {
    grid-row: unset;
  }
}

.sticky-bar {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 999;
  visibility: hidden;
}
.sticky-bar .sticky-tab {
  min-width: 500px;
  max-width: 570px;
  padding: 8px 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-start-start-radius: 200px;
  border-start-end-radius: 200px;
  background-color: #F15F62;
  color: #ffffff;
  margin: 0 auto;
  box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.15);
  transition: background-color 0.15s ease-out, color 0.15s ease-out, opacity 0.15s 0s ease-in-out;
}
@media (max-width: 991.98px) {
  .sticky-bar .sticky-tab {
    min-width: unset;
    max-width: 100%;
    width: 100%;
    padding: 12px 15px;
    gap: 15px;
  }
}
.sticky-bar .sticky-tab svg path {
  fill: #ffffff;
  transition: fill 0.15s ease-out;
}
.sticky-bar .sticky-tab:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #F15F62;
}
.sticky-bar .sticky-tab:hover svg path {
  fill: #F15F62;
}
.sticky-bar .sticky-box {
  width: 100%;
  background: #F15F62;
  min-height: 350px;
  position: relative;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 50px 0 35px 0;
}
.sticky-bar .sticky-close {
  position: absolute;
  top: -25px;
  right: 15px;
  display: flex;
  gap: 20px;
  align-items: center;
  color: #ffffff;
  transition: fill 0.15s ease-out;
}
.sticky-bar .sticky-close svg {
  width: 20px;
  height: 20px;
  transition: transform 0.15s ease-out;
}
.sticky-bar .sticky-close svg path {
  stroke: #ffffff;
  transition: stroke-width 0.15s ease-out;
  stroke-width: 4px;
}
.sticky-bar .sticky-close:hover {
  cursor: pointer;
}
.sticky-bar .sitcky-content {
  display: flex;
  flex-direction: column;
}
.sticky-bar .sitcky-content .sticky-title {
  color: #ffffff;
}
.sticky-bar .sitcky-content .serach-wrap {
  position: relative;
  max-width: 630px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.sticky-bar .sitcky-content .serach-wrap:hover input {
  outline-style: solid;
  outline-color: #ffffff;
  outline-width: 1px;
}
.sticky-bar .sitcky-content .serach-wrap button[type=submit] {
  position: absolute;
  padding: 20px;
  top: calc(50% - 10px);
  right: 50px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
.sticky-bar .sitcky-content .serach-wrap button[type=submit] svg {
  pointer-events: none;
}
.sticky-bar .sitcky-content .serach-wrap button[type=submit] svg path {
  fill: #ffffff !important;
}
.sticky-bar .sitcky-content .serach-wrap input {
  color: #ffffff;
  padding: 30px 80px 30px 50px;
  border: 3px solid #ffffff;
  border-radius: 200px;
  width: 100%;
  background: #F15F62;
}
.sticky-bar .sitcky-content .serach-wrap input:focus {
  outline-color: #ffffff;
}
.sticky-bar .sitcky-content .serach-wrap input:hover {
  outline-style: solid;
  outline-color: #ffffff;
  outline-width: 1px;
}
.sticky-bar .sitcky-content .serach-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  /* Firefox */
}
.sticky-bar .sitcky-content .serach-wrap input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: rgba(255, 255, 255, 0.5);
}
.sticky-bar .filters {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .sticky-bar .filters {
    flex-direction: column;
  }
}
.sticky-bar .filters .filter-title {
  color: #ffffff;
  flex-shrink: 0;
  max-width: 330px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .sticky-bar .filters .filter-title {
    text-align: center;
    max-width: unset;
  }
}
.sticky-bar .filters .filters-list {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
}
.sticky-bar .filters .filters-list a {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.sticky-bar .filters .filters-list a:hover {
  text-decoration: none;
}
.sticky-bar.visible .sticky-tab {
  opacity: 0;
  transition: opacity 0.08s 0.1s ease-in;
}
.sticky-bar.visible .sticky-tab svg {
  transform: scale(-1);
}

.base-heading1--noserif, .roboto-400, .article .wp-imported-article h4, .article .wp-imported-article h3, .article .wp-imported-article h2, .menu-link-400, .footer--main .main-col ul:not(.icons) li a, .base-body, #dashboard .page .intro p:nth-child(1), #resourcePage .resources-header .heading, .panel-filters .wrap-middle .category-wrap .category-content label, .newsletterSubscribeHardcoded .label-wrap .c-checkbox, .form-builder-success .body, .form-builder .form-intro .body, .label-wrap.smaller-text label, .label-wrap label, .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links .subtitle, .menu-dashboard .section-title, .menu-dashboard .label-wrap label, .section-hero .content-container .banner-body, .section-hero .content-container .backBtn, .section-hero .content-container .banner-date, .section-hero_white .banner-body, .footer--slide p, .footer--slide .slide-close, .footer--nav .copyright, .footer--nav .links, .sticky-bar .sticky-tab, .sticky-bar .sticky-close, .section-hero .submenuAnchor-list ul li.submenuAnchor-label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-500, .section-teamMembers .main-container .teamMembers-container .teamMember-title, .menu-link, #resourcePage .resources-header .serach-wrap input, .header-bar .header-top .links .first-level-item .link-toggle, .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-related-wrap .submenu-relatedName, .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-related-wrap .submenu-related p, .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links a, .menu-dashboard .section-links ul a, .sticky-bar .sitcky-content .serach-wrap input, .sticky-bar .filters .filters-list a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.form-progress [data-step], .roboto-700, .account-type-list .account-type .account-type-label, .header-bar .first-level-bar .first-level .first-level-item .first-level-link, .btn-main, .btn-arrow, .btn-text-reveal, .btn-underline {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-300-italic, .heading-big {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-400-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-500-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-700-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.noto-serif-400, .base-body--serif, #dashboard .page .intro p:nth-child(1), .sticky-bar .sticky-tab, .base-heading4, #simpleContent h4, #simpleContent h3, #dashboard .sidebar .wrap-middle .item-wrap .item-title, .base-heading3, #dashboard .page .dashboard-section .section-head p, #dashboard .sidebar .wrap-top .heading, .panel-filters .wrap-middle .category-wrap .category-title, .longText-container .values-container .value-title, .section-values .values-container .value-title, .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links .title, .section-hero .content-container .banner-surtitle, .section-hero_white .banner-surtitle, .sticky-bar .sitcky-content .sticky-title, .sticky-bar .filters .filter-title, .base-heading2, #simpleContent h2, .panel-filters .wrap-top .heading, .base-heading1, #dashboard .page .intro p:nth-child(2), .account-type-section-inner .account-type-section-inner-title, .form-builder-success .heading, .form-builder .form-intro .heading, .section-hero .content-container .banner-title, .section-hero_white .banner-title {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: unset;
}

.noto-serif-500 {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: unset;
}

.noto-serif-600 {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: unset;
}

.noto-serif-700 {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: unset;
}

.noto-serif-400-italic {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  font-variation-settings: unset;
}

.inter-400 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.inter-500 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.inter-600, .base-cta, .account-type-list .account-type .account-type-label, .btn-main, .btn-arrow, .btn-text-reveal, .btn-underline, .btn-fancy {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.inter-700 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

/*.noto-serif-<uniquifier > {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}*/
.base-heading1, #dashboard .page .intro p:nth-child(2), .account-type-section-inner .account-type-section-inner-title, .form-builder-success .heading, .form-builder .form-intro .heading, .section-hero .content-container .banner-title, .section-hero_white .banner-title {
  font-size: 50px;
  line-height: 58px;
  word-break: break-word;
}
.base-heading1--noserif {
  font-size: 70px;
  line-height: 78px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .base-heading1, #dashboard .page .intro p:nth-child(2), .account-type-section-inner .account-type-section-inner-title, .form-builder-success .heading, .form-builder .form-intro .heading, .section-hero .content-container .banner-title, .section-hero_white .banner-title {
    font-size: 40px;
    line-height: 48px;
  }
}

.base-heading2, #simpleContent h2, .panel-filters .wrap-top .heading {
  font-size: 40px;
  line-height: 48px;
  word-break: break-word;
}
@media (max-width: 1440px) {
  .base-heading2, #simpleContent h2, .panel-filters .wrap-top .heading {
    font-size: 32px;
    line-height: 40px;
  }
}

.base-heading3, #dashboard .page .dashboard-section .section-head p, #dashboard .sidebar .wrap-top .heading, .panel-filters .wrap-middle .category-wrap .category-title, .longText-container .values-container .value-title, .section-values .values-container .value-title, .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links .title, .section-hero .content-container .banner-surtitle, .section-hero_white .banner-surtitle, .sticky-bar .sitcky-content .sticky-title, .sticky-bar .filters .filter-title {
  font-size: 30px;
  line-height: 40px;
  word-break: break-word;
  background: unset;
}
@media (max-width: 1440px) {
  .base-heading3, #dashboard .page .dashboard-section .section-head p, #dashboard .sidebar .wrap-top .heading, .panel-filters .wrap-middle .category-wrap .category-title, .longText-container .values-container .value-title, .section-values .values-container .value-title, .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links .title, .section-hero .content-container .banner-surtitle, .section-hero_white .banner-surtitle, .sticky-bar .sitcky-content .sticky-title, .sticky-bar .filters .filter-title {
    font-size: 25px;
    line-height: 30px;
  }
}

.base-heading3.base-heading3--noserif, #dashboard .page .dashboard-section .section-head p.base-heading3--noserif, #dashboard .sidebar .wrap-top .base-heading3--noserif.heading, .panel-filters .wrap-middle .category-wrap .base-heading3--noserif.category-title, .longText-container .values-container .base-heading3--noserif.value-title, .section-values .values-container .value-title, .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links .base-heading3--noserif.title, .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links .section-values .values-container .title.value-title, .section-values .values-container .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links .title.value-title, .section-hero .content-container .base-heading3--noserif.banner-surtitle, .section-hero_white .base-heading3--noserif.banner-surtitle, .sticky-bar .sitcky-content .base-heading3--noserif.sticky-title, .sticky-bar .filters .base-heading3--noserif.filter-title {
  font-family: "Roboto", sans-serif !important;
}

.base-heading4, #simpleContent h4, #simpleContent h3, #dashboard .sidebar .wrap-middle .item-wrap .item-title {
  font-size: 25px;
  line-height: 30px;
  word-break: break-word;
  background: unset;
}

.base-heading4.base-heading4--noserif, #simpleContent h4.base-heading4--noserif, #simpleContent h3.base-heading4--noserif, #dashboard .sidebar .wrap-middle .item-wrap .base-heading4--noserif.item-title {
  font-family: "Roboto", sans-serif !important;
}

.heading-big {
  font-size: 60px;
  line-height: 68px;
}
@media (max-width: 1440px) {
  .heading-big {
    font-size: 50px;
    line-height: 58px;
  }
}
@media (max-width: 767.98px) {
  .heading-big {
    font-size: 35px;
    line-height: 45px;
  }
}

.base-body, #dashboard .page .intro p:nth-child(1), #resourcePage .resources-header .heading, .panel-filters .wrap-middle .category-wrap .category-content label, .newsletterSubscribeHardcoded .label-wrap .c-checkbox, .form-builder-success .body, .form-builder .form-intro .body, .label-wrap.smaller-text label, .label-wrap label, .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links .subtitle, .menu-dashboard .section-title, .menu-dashboard .label-wrap label, .section-hero .content-container .banner-body, .section-hero .content-container .backBtn, .section-hero .content-container .banner-date, .section-hero_white .banner-body, .footer--slide p, .footer--slide .slide-close, .footer--nav .copyright, .footer--nav .links, .sticky-bar .sticky-tab, .sticky-bar .sticky-close {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.38px;
}
@media (max-width: 1440px) {
  .base-body, #dashboard .page .intro p:nth-child(1), #resourcePage .resources-header .heading, .panel-filters .wrap-middle .category-wrap .category-content label, .newsletterSubscribeHardcoded .label-wrap .c-checkbox, .form-builder-success .body, .form-builder .form-intro .body, .label-wrap.smaller-text label, .label-wrap label, .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links .subtitle, .menu-dashboard .section-title, .menu-dashboard .label-wrap label, .section-hero .content-container .banner-body, .section-hero .content-container .backBtn, .section-hero .content-container .banner-date, .section-hero_white .banner-body, .footer--slide p, .footer--slide .slide-close, .footer--nav .copyright, .footer--nav .links, .sticky-bar .sticky-tab, .sticky-bar .sticky-close {
    font-size: 16px;
    line-height: 26px;
  }
}
.base-body--semibold {
  font-weight: 500;
}
.base-body--bold, .footer--slide .slide-close, .sticky-bar .sticky-close {
  font-weight: 700;
}
.base-body--big {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1440px) {
  .base-body--big {
    font-size: 16px;
    line-height: 26px;
  }
}
.base-body--small, .panel-filters .wrap-middle .category-wrap .category-content label, .label-wrap.smaller-text label, .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links .subtitle, .menu-dashboard .label-wrap label, .footer--nav .copyright, .footer--nav .links {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1440px) {
  .base-body--small, .panel-filters .wrap-middle .category-wrap .category-content label, .label-wrap.smaller-text label, .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links .subtitle, .menu-dashboard .label-wrap label, .footer--nav .copyright, .footer--nav .links {
    font-size: 16px;
    line-height: 20px;
  }
}

.base-cta, .account-type-list .account-type .account-type-label, .btn-main, .btn-arrow, .btn-text-reveal, .btn-underline {
  font-size: 16px;
  line-height: 18px;
}

.menu-link, #resourcePage .resources-header .serach-wrap input, .header-bar .header-top .links .first-level-item .link-toggle, .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-related-wrap .submenu-relatedName, .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-related-wrap .submenu-related p, .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links a, .menu-dashboard .section-links ul a, .sticky-bar .sitcky-content .serach-wrap input {
  font-size: 16px;
  line-height: 18px;
}

.menu-link-400, .footer--main .main-col ul:not(.icons) li a {
  font-size: 16px;
  line-height: 18px;
}

.ppne-links a, a.ppne-links {
  color: #DE4069;
  font-weight: 700;
}
.ppne-links a:hover, .ppne-links a:focus-within, a.ppne-links:hover, a.ppne-links:focus-within {
  text-decoration: none;
}

.table-wrap-injected-js {
  overflow-x: auto;
}

.rte table, .form-builder .form-intro .body table {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .rte table, .form-builder .form-intro .body table {
    min-width: 992px;
  }
}
@media (max-width: 767.98px) {
  .rte table, .form-builder .form-intro .body table {
    min-width: 500px;
  }
}
.rte table td, .form-builder .form-intro .body table td {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.rte table td li, .form-builder .form-intro .body table td li {
  margin-bottom: 2px !important;
}
.rte table td img, .form-builder .form-intro .body table td img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  vertical-align: middle !important;
}
.rte strong, .form-builder .form-intro .body strong {
  font-weight: bold;
}
.rte p:not(:last-child), .form-builder .form-intro .body p:not(:last-child) {
  margin-bottom: 10px;
}
.rte ul, .form-builder .form-intro .body ul, .rte ol, .form-builder .form-intro .body ol {
  list-style-position: outside;
  padding-left: 15px;
  margin-bottom: 10px;
}
.rte sup, .form-builder .form-intro .body sup {
  font-size: 70%;
}
.rte a, .form-builder .form-intro .body a {
  color: inherit;
  text-decoration: underline;
}
.rte a:hover, .form-builder .form-intro .body a:hover {
  text-decoration: none;
}

.boldIsRed strong, .boldIsRed b {
  color: #F15F62;
}

.history-intro {
  text-align: center;
  display: grid;
  justify-self: center;
  text-align: center;
}

.section-hero + .section-intro, .section-hero + .section-timeline .section-intro {
  padding-top: 150px;
}
@media (max-width: 1440px) {
  .section-hero + .section-intro, .section-hero + .section-timeline .section-intro {
    padding-top: 100px;
  }
}

.module-banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom center !important;
  z-index: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.module-banner .module-bannerImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .module-banner .module-bannerImage {
    width: 100%;
  }
}
.module-banner .module-bannerImage img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.module-banner .container {
  position: relative;
  z-index: 3;
}
.module-banner .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 60px 0;
}
@media (max-width: 991.98px) {
  .module-banner .text-container {
    margin: 0 0;
  }
}
.module-banner .text-container.text-center {
  align-items: center;
}
.module-banner .text-container.text-center .ctas {
  justify-content: center;
}
@media (max-width: 991.98px) {
  .module-banner .text-container {
    text-align: center !important;
    align-items: center;
  }
  .module-banner .text-container .ctas {
    justify-content: center !important;
  }
}
.module-banner .text-container .ctas {
  width: 100%;
  justify-content: flex-start;
}
.module-banner .text-container.text-end .ctas {
  width: 100%;
  justify-content: flex-end;
}
.module-banner--overlay {
  position: relative;
  background-color: #ffffff;
  background-size: auto 100% !important;
  background-position: center left !important;
  color: #000000;
}
.module-banner--overlay:after {
  content: "";
  width: 61%;
  height: 100%;
  background: linear-gradient(268deg, #fff 1.53%, #fff 60.23%, rgba(255, 255, 255, 0) 97.75%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.module-banner--overlay .module-bannerImage {
  width: 85%;
}
.module-banner--overlay .module-bannerImage img {
  position: static;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: none;
}
.module-banner--overlay-left {
  background-position: center right !important;
}
.module-banner--overlay-left .module-bannerImage {
  left: inherit;
  right: 0;
}
.module-banner--overlay-left::after {
  transform: rotate(180deg);
  right: inherit;
  left: 0;
}
.module-banner--overlay-black {
  color: #fff;
  background-color: #000;
}
.module-banner--overlay-black::after {
  /*width: 83%;*/
  background: linear-gradient(268deg, #000 50%, rgba(0, 0, 0, 0) 97.22%);
}
@media screen and (min-width: 1930px) {
  .module-banner--overlay-black::after {
    width: 80%;
    background: linear-gradient(268deg, #000 50%, rgba(0, 0, 0, 0) 97.22%);
  }
}
.module-banner--overlay-white {
  color: #000000;
  background-color: #ffffff;
}
.module-banner--overlay-white::after {
  /*width: 83%;*/
  background: linear-gradient(268deg, #fff 1.53%, #fff 60.23%, rgba(255, 255, 255, 0) 97.75%);
}
@media screen and (min-width: 1930px) {
  .module-banner--overlay-white::after {
    width: 80%;
    background: linear-gradient(268deg, #fff 1.53%, #fff 60.23%, rgba(255, 255, 255, 0) 97.75%);
  }
}
.module-banner.RejoindreEquipe {
  background-size: 58% !important;
  background-position: bottom right !important;
}

@media (max-width: 1399.98px) {
  .module-banner.RejoindreEquipe {
    min-height: 600px;
  }
}
@media (max-width: 991.98px) {
  .module-banner--overlay {
    min-height: auto;
    background-size: cover !important;
    background-position: center !important;
  }
  .module-banner--overlay:after {
    width: 100%;
    background: rgba(245, 245, 245, 0.75);
  }
  .module-banner--overlay-black:after {
    background: rgba(0, 0, 0, 0.6);
  }
}
@media (max-width: 767.98px) {
  .module-banner.RejoindreEquipe {
    min-height: auto;
  }
}
.section-teamMembers + .module-banner {
  background-color: #f8e7f0 !important;
}
.section-teamMembers + .module-banner .module-bannerImage {
  width: 60%;
  display: flex;
  align-items: flex-end;
}
.section-teamMembers + .module-banner .module-bannerImage img {
  object-fit: contain;
  height: auto;
}
@media (max-width: 991.98px) {
  .section-teamMembers + .module-banner .module-bannerImage {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .section-teamMembers + .module-banner::after, .section-teamMembers + .module-banner::before {
    display: none !important;
  }
}

:root {
  --tab-radius: 0px;
  --tab-padding: 20px;
  --tab-contentPadding: 50px;
  --transition-duration: 0.15s;
  --transition-curve: ease-in-out;
}

.section-accordion {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .section-accordion {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-accordion .accordion-title {
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .section-accordion .accordion-title {
    padding-bottom: 50px;
  }
}
.section-accordion .wrap-anchors {
  padding: 20px 20px 40px 20px;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  background-color: #ffffff;
}
@media (max-width: 991.98px) {
  .section-accordion .wrap-anchors {
    margin-bottom: 45px;
  }
}
.section-accordion .wrap-anchors .heading {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F3F3F3;
}
.section-accordion .wrap-anchors ul li:not(:last-child) {
  margin-bottom: 5px;
}
.section-accordion .wrap-anchors ul li a {
  display: inline-block;
  padding: 10px 10px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.section-accordion .wrap-anchors ul li a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.section-accordion .accordion {
  border-radius: var(--tab-radius);
}
.section-accordion .accordion .rte, .section-accordion .accordion .form-builder .form-intro .body, .form-builder .form-intro .section-accordion .accordion .body {
  margin-bottom: 0 !important;
}
.section-accordion .accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.section-accordion .accordion .group .heading {
  margin-bottom: 30px;
}
.section-accordion .accordion .group:not(:last-child) {
  margin-bottom: 30px;
}
.section-accordion .accordion .tab {
  width: 100%;
  overflow: hidden;
  color: #000000;
}
.section-accordion .accordion .tab:not(:last-child) {
  margin-bottom: 30px;
}
.section-accordion .accordion .tab-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 var(--tab-padding);
  cursor: pointer;
  transition: all var(--transition-duration) var(--transition-curve);
  color: #DE4069;
  position: relative;
}
.section-accordion .accordion .tab-label::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background: linear-gradient(#CE99C5, #F15F62);
}
.section-accordion .accordion .tab-label .icon {
  display: block;
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  border-radius: 100%;
  margin-left: 25px;
  overflow: hidden;
  background: #DE4069;
  position: relative;
  transition: background-color var(--transition-duration);
}
.section-accordion .accordion .tab-label .icon::before, .section-accordion .accordion .tab-label .icon::after {
  content: "";
  width: 32px;
  height: 4.5px;
  border-radius: 32px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: 50%;
  transform-origin: center;
  transform: translate(50%, -50%);
  transition: transform var(--transition-duration);
}
.section-accordion .accordion .tab-label .icon::after {
  height: 32px;
  width: 4.5px;
  transform: translate(50%, -50%);
}
.section-accordion .accordion .tab-label:hover {
  opacity: 0.9;
}
.section-accordion .accordion .tab-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--transition-duration) var(--transition-curve);
}
.section-accordion .accordion .tab-content-container {
  overflow: hidden;
  margin-top: 0;
  transition: margin-top var(--transition-duration) var(--transition-curve);
}
.section-accordion .accordion .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  cursor: pointer;
  border-radius: var(--tab-radius);
}
.section-accordion .accordion .tab-close:hover {
  opacity: 0.9;
}
.section-accordion .accordion input:checked + .tab-label {
  display: flex;
}
.section-accordion .accordion input:checked + .tab-label .icon {
  background: #8A2F7B;
}
.section-accordion .accordion input:checked + .tab-label .icon::after {
  transform: translate(50%, -50%) rotate(90deg);
}
.section-accordion .accordion input:checked ~ .tab-content {
  grid-template-rows: 1fr;
}
.section-accordion .accordion input:checked ~ .tab-content .tab-content-container {
  margin-top: var(--tab-contentPadding);
}
.section-accordion_label-purple .accordion .tab-label {
  color: #8A2F7B;
}
.section-accordion_icon-red .accordion .tab-label .icon {
  background-color: #F15F62;
}

.publication-container {
  display: flex;
  flex-direction: column;
  gap: calc(2 * var(--tab-padding));
  padding: var(--tab-contentPadding);
  background-color: #FEEFF0;
  color: #000000;
  border-radius: 25px;
}
.publication-container article {
  display: flex;
  flex-direction: column;
  gap: calc(var(--tab-contentPadding) - 30px);
}
.publication-container article .ressourceItem {
  display: flex;
  flex-direction: column;
  gap: calc(var(--tab-contentPadding) - 30px);
}
.publication-container article .ressourceItem .ctas {
  width: 100%;
}

.events-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.events-container .pdf-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
  row-gap: 20px;
}
@media (max-width: 767.98px) {
  .events-container .pdf-container {
    flex-direction: column-reverse;
  }
}
.events-container .pdf-container img {
  max-width: 300px;
  width: 100%;
  height: auto;
  box-shadow: 10px 10px 12px -2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .events-container .pdf-container img {
    max-width: 175px;
  }
}
.events-container .event-container {
  display: flex;
  flex-direction: column;
  gap: var(--tab-padding);
}
.events-container .event-container article {
  display: flex;
  flex-direction: row;
  gap: calc(var(--tab-contentPadding) - 30px);
}
@media (max-width: 767.98px) {
  .events-container .event-container article {
    flex-direction: column;
    align-items: center;
  }
}
.events-container .event-container article .event-img {
  width: 200px;
  aspect-ratio: 1/1;
  background: #F3F3F3;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover;
}
.events-container .event-container article .event-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: calc(var(--tab-contentPadding) - 30px);
}
@media (max-width: 767.98px) {
  .events-container .event-container article .event-content {
    width: 100%;
  }
}
.events-container .event-container article .event-content .event-time {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .events-container .event-container article .event-content .event-time {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .events-container .event-container article .event-content .event-time p:first-child:not(:last-child) {
    position: relative;
  }
  .events-container .event-container article .event-content .event-time p:first-child:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    height: 16px;
    width: 1px;
    background: rgba(0, 0, 0, 0.55);
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
  }
}
.events-container .event-container article .event-content .ressourceItem {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.events-container .event-container article .event-content .ressourceItem .ctas {
  width: 100%;
}

.section-cta {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.section-bubbleTxtAndImage {
  overflow: hidden;
}
.section-bubbleTxtAndImage[class*=bg] + section:not([class*=bg]) {
  padding-top: 100px;
}
.section-bubbleTxtAndImage + section:not([class*=bg]), .section-bubbleTxtAndImage + section.bg-block-white {
  padding-top: 0;
}
.section-bubbleTxtAndImage .row {
  justify-content: center;
}
.section-bubbleTxtAndImage .imageAndText-img {
  position: absolute;
  max-width: 23%;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .section-bubbleTxtAndImage .imageAndText-img {
    display: none;
    /*top:unset;
          bottom:0;
          transform:unset;*/
  }
}
.section-bubbleTxtAndImage .imageAndText-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-bubbleTxtAndImage .image {
  aspect-ratio: 1;
  border-radius: 25px;
  overflow: hidden;
  max-height: 65vh;
  margin: 0 auto;
}
.section-bubbleTxtAndImage .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-bubbleTxtAndImage .text-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.section-bubbleTxtAndImage .text-container > * {
  position: relative;
  z-index: 1;
}
.section-bubbleTxtAndImage .text-container .rte, .section-bubbleTxtAndImage .text-container .form-builder .form-intro .body, .form-builder .form-intro .section-bubbleTxtAndImage .text-container .body {
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}
.section-bubbleTxtAndImage .text-container .rte strong, .section-bubbleTxtAndImage .text-container .form-builder .form-intro .body strong, .form-builder .form-intro .section-bubbleTxtAndImage .text-container .body strong {
  font-weight: normal;
  color: #F15F62;
}
.section-bubbleTxtAndImage .text-container .bubble {
  aspect-ratio: 530/520;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-left: 94px;
  padding-right: 24px;
}
.section-bubbleTxtAndImage .text-container .bubble h2 {
  font-size: 60px;
  line-height: 115%;
}
.section-bubbleTxtAndImage_long .text-container .btn-arrow {
  align-self: flex-start;
}
.section-bubbleTxtAndImage .longText-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
  position: relative;
}
.section-bubbleTxtAndImage .longText-columnContainer {
  margin-top: 50px;
}
.section-bubbleTxtAndImage .longText-columnContainer .row {
  row-gap: 30px;
}
.section-bubbleTxtAndImage .longText-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 28px;
}
.section-bubbleTxtAndImage .longText-column img {
  max-width: 100%;
  max-height: 120px;
}
.section-bubbleTxtAndImage .longText-column_bold b, .section-bubbleTxtAndImage .longText-column_bold strong {
  color: #F15F62;
}
.section-bubbleTxtAndImage .longText-buttonContainer {
  margin-top: 50px;
}
.section-bubbleTxtAndImage .services-container {
  display: flex;
  flex-direction: column;
}
.section-bubbleTxtAndImage .services-container .service {
  display: flex;
  align-items: center;
}
.section-bubbleTxtAndImage .services-container .service .img-container {
  width: 200px;
  height: 125px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.section-bubbleTxtAndImage .services-container .service .img-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.section-bubbleTxtAndImage .services-container .service strong, .section-bubbleTxtAndImage .services-container .service b {
  color: #8A2F7B;
  font-weight: inherit;
}
.section-bubbleTxtAndImage_services ul {
  font-size: 30px;
  line-height: 1.5;
  list-style: none;
  padding: 0;
}
.section-bubbleTxtAndImage_services ul li {
  padding: 9.5px 0 9.5px 114px;
  margin: 0 0 20px;
  min-height: 64px;
  background-image: url(/Assets/svg/services-bullet-icon.svg);
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: center left;
}
.section-bubbleTxtAndImage_reverse .imageAndText-img {
  right: inherit;
  left: 0;
  transform: translate(-20%, -50%);
}
.section-bubbleTxtAndImage_reverse .text-container .btn-arrow {
  align-self: flex-start;
}

@media (max-width: 1399.98px) {
  .section-bubbleTxtAndImage .text-container .bubble {
    padding-left: 70px;
  }
}
@media (max-width: 1199.98px) {
  .section-bubbleTxtAndImage .text-container .bubble h2 {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .section-bubbleTxtAndImage .text-container {
    justify-content: center;
    flex-direction: row;
  }
  .section-bubbleTxtAndImage .text-container .bubble {
    max-width: 70%;
  }
}
@media (max-width: 767.98px) {
  .section-bubbleTxtAndImage .text-container .bubble {
    padding-left: 60px;
  }
  .section-bubbleTxtAndImage .text-container .bubble h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .section-bubbleTxtAndImage .text-container .rte, .section-bubbleTxtAndImage .text-container .form-builder .form-intro .body, .form-builder .form-intro .section-bubbleTxtAndImage .text-container .body {
    font-size: 100%;
  }
  .section-bubbleTxtAndImage .text-container .bubble {
    padding-left: 40px;
  }
  .section-bubbleTxtAndImage .text-container .bubble h2 {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .section-bubbleTxtAndImage .text-container .bubble h2 {
    font-size: 20px;
  }
}
.label-wrap {
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /* The container */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.label-wrap.disabled {
  color: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
}
.label-wrap label {
  font-family: "Roboto", sans-serif;
}
.label-wrap.smaller-text label {
  font-family: "Roboto", sans-serif;
}
.label-wrap input:not(.input-number), .label-wrap input:not(.otherInput), .label-wrap textarea, .label-wrap select, .label-wrap input:not(:invalid) {
  padding: 12.5px 20px;
  border-radius: 25px;
  background-color: #F3F3F3;
  border: 2px solid #F15F62;
  accent-color: #F15F62;
  transition: color 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in;
}
.label-wrap input:not(.input-number)::placeholder, .label-wrap input:not(.otherInput)::placeholder, .label-wrap textarea::placeholder, .label-wrap select::placeholder, .label-wrap input:not(:invalid)::placeholder {
  color: #000000;
  font-style: italic;
}
.label-wrap input:not(.input-number):focus, .label-wrap input:not(.input-number):hover, .label-wrap input:not(.otherInput):focus, .label-wrap input:not(.otherInput):hover, .label-wrap textarea:focus, .label-wrap textarea:hover, .label-wrap select:focus, .label-wrap select:hover, .label-wrap input:not(:invalid):focus, .label-wrap input:not(:invalid):hover {
  outline: none;
  border: 2px solid #F3F3F3;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  transition: color 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in;
}
.label-wrap textarea {
  width: 100%;
  min-height: 250px;
}
@media (max-width: 767.98px) {
  .label-wrap textarea {
    min-height: 150px;
  }
}
.label-wrap input[type=checkbox]:focus, .label-wrap input[type=checkbox]:hover, .label-wrap input[type=radio]:focus, .label-wrap input[type=radio]:hover {
  box-shadow: none;
}
.label-wrap select {
  background-color: #F3F3F3;
}
.label-wrap select:hover {
  cursor: pointer;
}
.label-wrap select[data-theme=red] {
  background-color: #F15F62 !important;
  border-color: #F15F62 !important;
  accent-color: #F15F62 !important;
  color: #ffffff !important;
}
.label-wrap select[data-theme=red]:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.label-wrap .c-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.label-wrap .c-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.label-wrap .c-checkbox .checkmark {
  position: absolute;
  top: 10px;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #F8AFB0;
  border: 2px solid #F8AFB0;
  border-radius: 50%;
  transition: color 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in;
}
.label-wrap .c-checkbox:hover input ~ .checkmark {
  transition: color 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in;
}
.label-wrap .c-checkbox:hover input ~ .checkmark:after {
  display: block;
}
.label-wrap .c-checkbox input:checked ~ .checkmark {
  background-color: #F3F3F3;
  border-color: #F15F62;
  transition: color 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in;
}
.label-wrap .c-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.label-wrap .c-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.label-wrap .c-checkbox .checkmark:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border: solid #F15F62;
  background-color: #F15F62;
  border-radius: 20px;
  transform: translate(-50%, -50%);
}
.label-wrap .c-checkbox input:disabled ~ .checkmark {
  border-color: #000000 !important;
  pointer-events: none !important;
  box-shadow: none !important;
  opacity: 0.5;
}
.label-wrap .c-checkbox input:disabled ~ .checkmark:after {
  display: none !important;
}
.label-wrap .c-checkbox:hover input:disabled ~ .checkmark, .label-wrap .c-checkbox.disabled input ~ .checkmark {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.5) !important;
}
.label-wrap .c-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.label-wrap .c-radio input {
  position: absolute;
  opacity: 0 !important;
  cursor: pointer;
}
.label-wrap .c-radio .radio {
  position: absolute;
  top: 12px;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #F8AFB0;
  border-radius: 50%;
  border: 2px solid #F15F62;
  transition: color 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in;
}
.label-wrap .c-radio:hover input ~ .radio {
  background-color: #F3F3F3;
  border-color: #F3F3F3;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  transition: color 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in;
}
.label-wrap .c-radio:hover input ~ .radio:after {
  display: block;
}
.label-wrap .c-radio input:checked ~ .radio {
  background-color: #F3F3F3;
  border-color: #F15F62;
  transition: color 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in;
}
.label-wrap .c-radio .radio:after {
  content: "";
  position: absolute;
  display: none;
}
.label-wrap .c-radio input:checked ~ .radio:after {
  display: block;
}
.label-wrap .c-radio .radio:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F15F62;
}
.label-wrap .c-radio input:disabled ~ .radio {
  border-color: #000000 !important;
  pointer-events: none !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
  opacity: 0.5;
}
.label-wrap .c-radio input:disabled ~ .radio:after {
  display: none !important;
}
.label-wrap .c-radio:hover input:disabled ~ .radio, .label-wrap .c-radio.disabled input ~ .radio {
  background-color: #ffffff;
}
.label-wrap_dark input:not(.input-number), .label-wrap_dark textarea, .label-wrap_dark select {
  background-color: #262626;
  border: 2px solid #ffffff;
  accent-color: #ffffff;
  color: #ffffff;
}
.label-wrap_dark input:not(.input-number)::placeholder, .label-wrap_dark textarea::placeholder, .label-wrap_dark select::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.label-wrap_dark input:not(.input-number):focus, .label-wrap_dark input:not(.input-number):hover, .label-wrap_dark textarea:focus, .label-wrap_dark textarea:hover, .label-wrap_dark select:focus, .label-wrap_dark select:hover {
  border: 2px solid #F3F3F3;
  box-shadow: 4px 4px 10px 0px rgba(255, 255, 255, 0.5);
  background-color: rgba(38, 38, 38, 0.5);
  transition: color 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in;
}
.label-wrap_transparent input:not(.input-number), .label-wrap_transparent textarea, .label-wrap_transparent select {
  background-color: transparent;
}
.label-wrap_transparent input:not(.input-number)::placeholder, .label-wrap_transparent textarea::placeholder, .label-wrap_transparent select::placeholder {
  color: #ffffff;
}
.label-wrap_transparent input:not(.input-number):focus, .label-wrap_transparent input:not(.input-number):hover, .label-wrap_transparent textarea:focus, .label-wrap_transparent textarea:hover, .label-wrap_transparent select:focus, .label-wrap_transparent select:hover {
  background-color: #ffffff;
}
.label-wrap_transparent input:not(.input-number):focus::placeholder, .label-wrap_transparent input:not(.input-number):hover::placeholder, .label-wrap_transparent textarea:focus::placeholder, .label-wrap_transparent textarea:hover::placeholder, .label-wrap_transparent select:focus::placeholder, .label-wrap_transparent select:hover::placeholder {
  color: #F15F62;
}

.svg.color_white path, .svg.color_white rect {
  fill: #ffffff;
}

.just-validate-error-field {
  border-color: #F15F62 !important;
  box-shadow: inset 0px 0px 5px 4px rgba(241, 95, 98, 0.1);
}

.just-validate-error-label {
  color: #F15F62;
}

.honey.align-honey {
  display: none !important;
}

.form-with-border {
  border: 3px solid #F15F62;
  padding: 100px 110px;
}
@media (max-width: 1440px) {
  .form-with-border {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .form-with-border {
    padding: 40px 25px;
  }
}

.hidden {
  display: none !important;
}

.inline-radio {
  display: flex;
}
.inline-radio .label-wrap {
  margin-right: 25px;
}

.form-builder .form-intro {
  margin-bottom: 35px;
}
@media (max-width: 1440px) {
  .form-builder .form-intro {
    margin-bottom: 30px;
  }
}
.form-builder .form-intro .heading {
  margin-bottom: 35px;
}
@media (max-width: 1440px) {
  .form-builder .form-intro .heading {
    margin-bottom: 30px;
  }
}
.form-builder .form-grid .label-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.form-builder .form-builder-submit {
  margin-top: 35px;
}
@media (max-width: 1440px) {
  .form-builder .form-builder-submit {
    margin-top: 30px;
  }
}
.form-builder [type=submit] {
  display: flex;
  justify-content: center;
  min-width: 200px;
}

.form-builder-success {
  text-align: center;
}
.form-builder-success .heading {
  margin-bottom: 35px;
}
@media (max-width: 1440px) {
  .form-builder-success .heading {
    margin-bottom: 30px;
  }
}
.load-more.hidden {
  display: none;
}

.form-progress {
  display: flex;
  flex-direction: row;
  width: calc(100% - 30px);
  margin: 0 auto;
  justify-content: space-between;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(243, 243, 243, 0) 0%, rgba(243, 243, 243, 0) 25%, #f3f3f3 26%, #f3f3f3 74%, rgba(243, 243, 243, 0) 75%, rgba(243, 243, 243, 0) 100%);
  user-select: none;
}
.form-progress [data-step] {
  position: relative;
  z-index: 1;
  font-size: 22px;
  line-height: 22px;
}
.form-progress [data-step]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 50px;
  background-color: #F15F62;
  z-index: -1;
}
.form-progress [data-step]:not(.current):not(.completed):after {
  background-color: #F8AFB0;
}
.form-progress [data-step].completed:after {
  z-index: 1;
}
.form-progress [data-step].completed:before {
  content: "";
  background-image: url(/Assets/svg/account-creation/checkmark.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  z-index: 2;
}

.progress-section .account-type-section-inner {
  padding-top: 50px;
}

.account-type-section-inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 767.98px) {
  .account-type-section-inner {
    gap: 30px;
  }
}
.account-type-section-inner .interests {
  display: flex;
  flex-direction: row;
  row-gap: 20px;
  column-gap: 50px;
  flex-wrap: wrap;
}
.account-type-section-inner .account-type-section-inner-submit {
  display: flex;
  flex-direction: column;
}
.account-type-section-inner .account-type-section-inner-submit-withback {
  display: flex;
  justify-content: space-between;
  flex-direction: unset;
}
.account-type-section-inner .account-type-section-inner-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .account-type-section-inner .account-type-section-inner-form {
    flex-direction: column;
  }
}
.account-type-section-inner .account-type-section-inner-form .label-wrap {
  width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}
.account-type-section-inner .account-type-section-inner-form .label-wrap .just-validate-error-label {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
}
@media (max-width: 767.98px) {
  .account-type-section-inner .account-type-section-inner-form .label-wrap {
    width: 100%;
  }
}
.account-type-section-inner .account-type-section-inner-form .label-wrap input {
  width: 100%;
}

.account-type-section .account-type-form {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.account-type-list {
  display: flex;
  flex-direction: row;
  column-gap: 50px;
  row-gap: 25px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .account-type-list .account-type {
    width: 100%;
  }
}
.account-type-list .account-type .account-type-radio {
  visibility: hidden;
  transition: all 0.1s ease-in;
  position: absolute;
}
.account-type-list .account-type .account-type-radio:checked + .account-type-label {
  background-color: #8A2F7B;
  border-color: #8A2F7B;
  color: #ffffff;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.account-type-list .account-type .account-type-label {
  padding: 14px 50px 14px 50px;
  border-radius: 60px;
  background-color: #F15F62;
  border: 2px solid #F15F62;
  accent-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 767.98px) {
  .account-type-list .account-type .account-type-label {
    width: 100%;
  }
}
.account-type-list .account-type .account-type-label:focus, .account-type-list .account-type .account-type-label:hover {
  color: #F15F62;
  outline: none;
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  transition: color 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in;
}

.ajax-form {
  position: relative;
}
.ajax-form .form-success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease, z-index 0s linear 1s;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ajax-form .form-success svg {
  width: 50px;
  height: 50px;
  animation: spin 4s linear infinite;
}
.ajax-form .form-success svg path {
  fill: #8A2F7B;
}
.ajax-form.ajax-success .form-success {
  opacity: 1;
  transition: opacity 0.1s linear;
  z-index: 888890;
}

.disabled * {
  color: rgba(0, 0, 0, 0.6);
  pointer-events: none !important;
}
.disabled * input, .disabled * select, .disabled * textarea, .disabled * button {
  opacity: 0.5;
}

.otherInput {
  background: none !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 2px solid #8A2F7B !important;
  box-shadow: none !important;
}

.newsletterSubscribeHardcoded .label-wrap .c-checkbox {
  font-family: "Roboto", sans-serif;
}
.newsletterSubscribeHardcoded .label-wrap .c-checkbox .checkmark {
  top: 50%;
}

#template-contact {
  padding-bottom: 150px;
}
@media (max-width: 1440px) {
  #template-contact {
    padding-bottom: 100px;
  }
}
#template-contact .section-coordinates {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1440px) {
  #template-contact .section-coordinates {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#template-contact .section-coordinates .coordinate {
  background: #ffffff;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
  height: 100%;
  padding: 38px;
  text-decoration: none;
  color: #000000;
  transition: background 0.15s ease, color 0.15s ease;
  text-align: center;
}
@media (max-width: 1199.98px) {
  #template-contact .section-coordinates .coordinate {
    gap: 15px;
  }
}
@media (max-width: 991.98px) {
  #template-contact .section-coordinates .coordinate {
    gap: 20px;
    padding: 20px;
    aspect-ratio: unset;
    border-radius: 10px;
  }
}
#template-contact .section-coordinates .coordinate .phones-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
}
#template-contact .section-coordinates .coordinate .phones-wrap a {
  padding: 5px;
  color: #000000;
  text-decoration: none;
  transition: color 0.15s ease;
}
#template-contact .section-coordinates .coordinate .phones-wrap a:hover {
  color: #F15F62;
}
#template-contact .section-coordinates .coordinate.c-2 svg, #template-contact .section-coordinates .coordinate.c-3 svg {
  width: 100px;
  height: 100px;
}
#template-contact .section-coordinates .coordinate svg {
  color: #F15F62;
  transition: color 0.15s ease;
}
#template-contact .section-coordinates .coordinate.hashover:hover {
  color: #ffffff;
  background: #F15F62;
}
#template-contact .section-coordinates .coordinate.hashover:hover svg {
  color: #ffffff;
}
#template-contact .section-coordinates .coordinate .opening-hours {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

#ppnenewsletter-form {
  position: relative;
}
#ppnenewsletter-form .just-validate-error-label {
  position: absolute;
  bottom: -2px;
  left: 20px;
}
#ppnenewsletter-form input[type=email] {
  box-shadow: none !important;
  min-width: 300px;
}
@media (max-width: 767.98px) {
  #ppnenewsletter-form input[type=email] {
    width: 100%;
  }
}

.form-server-error {
  color: #F15F62;
  font-weight: bold;
  padding: 10px 10px;
  background-color: #ffffff;
  text-align: center;
  margin-top: 5px;
  display: inline-block;
  border-radius: 10px;
}

.forgot-success {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#reset-password-form {
  display: flex;
  flex-direction: column;
}
#reset-password-form .label-wrap {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767.98px) {
  #reset-password-form .label-wrap {
    flex-direction: column;
  }
}
#reset-password-form .label-wrap label {
  width: 170px;
}
@media (max-width: 767.98px) {
  #reset-password-form .label-wrap label {
    width: 100%;
    text-align: center;
  }
}
#reset-password-form .label-wrap .just-validate-error-label {
  position: absolute;
  bottom: -20px;
  right: 20px;
}

.iconsCards-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 50px;
  column-gap: 30px;
}
.iconsCards-group .iconsCard {
  background: #F3F3F3;
  flex-basis: calc(33.3333333333% - 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
}
.iconsCards-group[data-fitrow="1"] .iconsCard {
  background: #F3F3F3;
  flex-basis: calc(100% - 60px);
}
.iconsCards-group[data-fitrow="2"] .iconsCard {
  background: #F3F3F3;
  flex-basis: calc(50% - 60px);
}
.iconsCards-group[data-fitrow="3"] .iconsCard {
  background: #F3F3F3;
  flex-basis: calc(33.3333333333% - 60px);
}
.iconsCards-group[data-fitrow="4"] .iconsCard {
  background: #F3F3F3;
  flex-basis: calc(25% - 60px);
}
.iconsCards-group[data-fitrow="5"] .iconsCard {
  background: #F3F3F3;
  flex-basis: calc(20% - 60px);
}

.section-categoryIntroBlock .container {
  display: flex;
  flex-direction: column;
  gap: var(--tab-contentPadding);
}
.section-categoryIntroBlock .section-cta {
  justify-content: flex-end;
}

.relatedSubjects {
  color: #8A2F7B;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: var(--tab-contentPadding);
}
.relatedSubjects > h3 {
  flex-shrink: 0;
}
.relatedSubjects-list {
  padding-top: 4px;
}
.relatedSubjects-list ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: var(--tab-contentPadding);
  row-gap: 20px;
}
.relatedSubjects-list ul li a {
  color: #8A2F7B;
  font-size: 20px;
  font-weight: 700;
}
.relatedSubjects-list ul li a:hover {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .relatedSubjects {
    flex-direction: column;
    gap: 16px;
  }
  .relatedSubjects-list {
    padding-top: 0;
  }
  .relatedSubjects-list ul {
    flex-direction: column;
    row-gap: 16px;
    align-items: flex-start;
  }
}

.donate-tool .donate-selector-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 40px;
  justify-content: space-around;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .donate-tool .donate-selector-wrap {
    margin-bottom: 35px;
  }
}
.donate-tool .donate-selector-wrap .donate-selector {
  flex-basis: calc(25% - 80px);
  text-align: center;
  padding: 10px;
  background-color: #F15F62;
}
.donate-tool .donate-selector-wrap .donate-selector:hover {
  cursor: pointer;
}
.donate-tool .donate-selector-wrap .donate-selector.active {
  background-color: #8A2F7B;
}
.donate-tool .donate-result-wrap .donate-result {
  display: none;
}
.donate-tool .donate-result-wrap .donate-result.active {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
}
.section-donation .container {
  display: flex;
  flex-direction: column;
  gap: var(--tab-contentPadding);
}

.tabsContent {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.tabsContent-content {
  display: none;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 100px;
}
.tabsContent-content.selected {
  display: flex;
}
.tabsContent-tabList {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 30px;
}
.tabsContent-tabList .tab {
  position: relative;
  cursor: pointer;
}
.tabsContent-tabList .tab .tabsContent-price {
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 50px;
}
.tabsContent-tabList .tab svg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  opacity: 0.5;
  transition: opacity 150ms;
}
.tabsContent-tabList .tab svg path {
  fill: #F15F62;
}
.tabsContent-tabList .tab.selected svg, .tabsContent-tabList .tab:hover svg {
  opacity: 1;
}
.tabsContent-contentList {
  max-width: 1032px;
  margin: 0 auto;
}
.tabsContent-price {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  color: #F15F62;
  width: 100%;
}
.tabsContent-price span {
  font-size: 0.5em;
}
.tabsContent-image {
  width: 42%;
  mask: url("/images/shape-heart.png") center/contain no-repeat;
  -webkit-mask: url("/images/shape-heart.png") center/contain no-repeat;
}
.tabsContent-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabsContent-text {
  width: 47%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}
.tabsContent-label, .tabsContent-desc {
  width: 100%;
}

@media (max-width: 991.98px) {
  .tabsContent-content {
    column-gap: 50px;
  }

  .tabsContent-text, .tabsContent-desc {
    font-size: 100%;
  }
}
@media (max-width: 767.98px) {
  .tabsContent-tabList .tab .tabsContent-price {
    top: calc(50% - 5px);
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .tabsContent-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 10px;
  }

  .tabsContent-text {
    row-gap: 0;
    width: 100%;
  }
}
.slider-resources .title-card {
  width: 309px;
  margin-right: 20px;
  align-self: stretch;
  height: auto;
}
.slider-resources .title-card .first-slide-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .slider-resources .title-card .first-slide-inner {
    align-items: flex-start;
  }
}
.slider-resources .title-card .first-slide-inner .content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.slider-resources .title-card .first-slide-inner .btn-arrow {
  margin-top: 20px;
}
.slider-resources .resource-card {
  --vertical-padding: 26px;
  --horizontal-padding: 8px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 525px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
  padding: var(--vertical-padding) var(--horizontal-padding);
  text-decoration: none;
  background: #F15F62;
}
.slider-resources .resource-card::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: 0px -210px 25px 0px rgba(0, 0, 0, 0.25) inset;
  z-index: -1;
}
.slider-resources .resource-card .img-container {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.slider-resources .resource-card .img-container img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.slider-resources .resource-card .ico-play {
  display: none;
  position: absolute;
  top: calc(50% - 40px);
  transform: translateY(-50%);
  transition: opacity 0.5s;
}
.slider-resources .resource-card .text-container {
  position: absolute;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 18px;
  /* Limit number of lines to line-clamp number */
}
.slider-resources .resource-card .text-container h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.slider-resources .resource-card .text-container .base-body, .slider-resources .resource-card .text-container #dashboard .page .intro p:nth-child(1), #dashboard .page .intro .slider-resources .resource-card .text-container p:nth-child(1), .slider-resources .resource-card .text-container #resourcePage .resources-header .heading, #resourcePage .resources-header .slider-resources .resource-card .text-container .heading, .slider-resources .resource-card .text-container .panel-filters .wrap-middle .category-wrap .category-content label, .panel-filters .wrap-middle .category-wrap .category-content .slider-resources .resource-card .text-container label, .slider-resources .resource-card .text-container .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links .subtitle, .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links .slider-resources .resource-card .text-container .subtitle, .slider-resources .resource-card .text-container .menu-dashboard .section-title, .menu-dashboard .slider-resources .resource-card .text-container .section-title, .slider-resources .resource-card .text-container .section-hero .content-container .banner-body, .section-hero .content-container .slider-resources .resource-card .text-container .banner-body, .slider-resources .resource-card .text-container .section-hero .content-container .backBtn, .section-hero .content-container .slider-resources .resource-card .text-container .backBtn, .slider-resources .resource-card .text-container .section-hero .content-container .banner-date, .section-hero .content-container .slider-resources .resource-card .text-container .banner-date, .slider-resources .resource-card .text-container .section-hero_white .banner-body, .section-hero_white .slider-resources .resource-card .text-container .banner-body, .slider-resources .resource-card .text-container .footer--slide p, .footer--slide .slider-resources .resource-card .text-container p, .slider-resources .resource-card .text-container .footer--slide .slide-close, .footer--slide .slider-resources .resource-card .text-container .slide-close, .slider-resources .resource-card .text-container .footer--nav .copyright, .footer--nav .slider-resources .resource-card .text-container .copyright, .slider-resources .resource-card .text-container .footer--nav .links, .footer--nav .slider-resources .resource-card .text-container .links, .slider-resources .resource-card .text-container .sticky-bar .sticky-tab, .sticky-bar .slider-resources .resource-card .text-container .sticky-tab, .slider-resources .resource-card .text-container .sticky-bar .sticky-close, .sticky-bar .slider-resources .resource-card .text-container .sticky-close, .slider-resources .resource-card .text-container .label-wrap label, .label-wrap .slider-resources .resource-card .text-container label, .slider-resources .resource-card .text-container .form-builder .form-intro .body, .form-builder .form-intro .slider-resources .resource-card .text-container .body, .slider-resources .resource-card .text-container .form-builder-success .body, .form-builder-success .slider-resources .resource-card .text-container .body, .slider-resources .resource-card .text-container .newsletterSubscribeHardcoded .label-wrap .c-checkbox, .newsletterSubscribeHardcoded .label-wrap .slider-resources .resource-card .text-container .c-checkbox {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.slider-resources .resource-card .btn-text-reveal {
  position: absolute;
  top: 22px;
  right: 22px;
}
.slider-resources .resource-card:is(a):hover .ico-play {
  opacity: 0.6;
}
.slider-resources .resource-card--locked::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #ffffff;
  opacity: 0.6;
}

.slider-resources .resource-card.type-webinaire .ico-play,
.slider-resources .resource-card.type-video .ico-play {
  display: block !important;
}

.section-imageAndText {
  overflow: hidden;
}
.section-imageAndText + section:not([class*=bg]):not([class*=background]), .section-imageAndText + section.bg-block-white {
  padding-top: 0;
}
.section-imageAndText[class*=bg] + section:not([class*=bg]) {
  padding-top: 100px;
}
.section-imageAndText .imageAndText-img {
  position: absolute;
  max-width: 23%;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .section-imageAndText .imageAndText-img {
    display: none;
    /*top:unset;
          bottom:0;
          transform:unset;*/
  }
}
.section-imageAndText .imageAndText-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-imageAndText .row.flex-row-reverse .imageAndText-img {
  left: -5%;
}
.section-imageAndText .row.flex-row-reverse .imageAndText-img .ctas {
  align-items: flex-end;
}
.section-imageAndText .row:not(.flex-row-reverse) .imageAndText-img {
  right: -5%;
}
.section-imageAndText .image {
  aspect-ratio: 1;
  border-radius: 25px;
  overflow: hidden;
  max-height: 65vh;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.section-imageAndText .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-imageAndText .image_notCropped {
  overflow: visible;
  max-height: inherit;
  border-radius: inherit;
  aspect-ratio: initial;
}
.section-imageAndText .image_notCropped img {
  object-fit: fill;
}
.section-imageAndText .text-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.section-imageAndText .text-container > * {
  position: relative;
  z-index: 1;
}
.section-imageAndText .text-container .subTitle, .section-imageAndText .text-container .surtitle {
  margin-bottom: 50px;
}
.section-imageAndText_long .text-container .btn-arrow {
  align-self: flex-start;
}
.section-imageAndText .longText-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
  position: relative;
}
.section-imageAndText .longText-columnContainer {
  margin-top: 50px;
}
.section-imageAndText .longText-columnContainer .row {
  row-gap: 30px;
}
.section-imageAndText .longText-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 28px;
}
.section-imageAndText .longText-column img {
  max-width: 100%;
  max-height: 120px;
}
.section-imageAndText .longText-column_bold b, .section-imageAndText .longText-column_bold strong {
  color: #F15F62;
}
.section-imageAndText .longText-buttonContainer {
  margin-top: 50px;
}
.section-imageAndText .services-container {
  display: flex;
  flex-direction: column;
}
.section-imageAndText .services-container .service {
  display: flex;
  align-items: center;
}
.section-imageAndText .services-container .service .img-container {
  width: 200px;
  height: 125px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.section-imageAndText .services-container .service .img-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.section-imageAndText .services-container .service strong, .section-imageAndText .services-container .service b {
  color: #8A2F7B;
  font-weight: inherit;
}
.section-imageAndText_services ul {
  font-size: 30px;
  line-height: 1.5;
  list-style: none;
  padding: 0;
}
.section-imageAndText_services ul li {
  padding: 9.5px 0 9.5px 114px;
  margin: 0 0 20px;
  min-height: 64px;
  background-image: url(/Assets/svg/services-bullet-icon.svg);
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: center left;
}
.section-imageAndText_reverse .imageAndText-img {
  right: inherit;
  left: 0;
  transform: translate(-20%, -50%);
}
.section-imageAndText_reverse .text-container .btn-arrow {
  align-self: flex-start;
}
.section-imageAndText .ctas {
  flex-direction: column;
}

.readMore {
  color: #F15F62 !important;
  text-decoration: none !important;
  cursor: pointer;
}
.readMore:hover {
  text-decoration: underline !important;
}

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

@media (max-width: 991.98px) {
  .section-imageAndText .image_notCropped {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767.98px) {
  .section-imageAndText .services-container .service {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .section-imageAndText .services-container .service .img-container {
    width: 100px;
    height: 75px;
  }
}
.section-values .values-container {
  display: flex;
  flex-direction: column;
}
.section-values .values-container .value {
  position: relative;
  display: flex;
  gap: 75px;
  align-items: center;
  padding: 25px;
  z-index: 20;
}
@media (max-width: 575.98px) {
  .section-values .values-container .value {
    text-align: center;
  }
  .section-values .values-container .value-img {
    display: block;
    margin: 0 auto;
  }
}
.section-values .values-container .value-img {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
}
.section-values .values-container .value-img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}
.section-values .values-container .value-title {
  font-weight: bold;
  text-transform: uppercase;
}
.section-values .values-container .value .text-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.longText-container .values-container {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
}
.longText-container .values-container .value {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  padding: 25px;
  flex: 1;
}
@media (max-width: 575.98px) {
  .longText-container .values-container .value {
    text-align: center;
  }
  .longText-container .values-container .value-img {
    display: block;
    margin: 0 auto;
  }
}
.longText-container .values-container .value-img {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.longText-container .values-container .value-img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}
.longText-container .values-container .value .text-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: center;
}

.section-imageAndTitle {
  overflow: hidden;
}
.section-imageAndTitle .container {
  display: flex;
  flex-direction: column;
  gap: var(--tab-contentPadding);
}
.section-imageAndTitle[class*=bg] + section:not([class*=bg]) {
  padding-top: 100px;
}
.section-imageAndTitle + section:not([class*=bg]):not([class*=background]), .section-imageAndTitle + section.bg-block-white {
  padding-top: 0;
}
.section-imageAndTitle[class*=bg] + section:not([class*=bg]) {
  padding-top: 100px;
}
.section-imageAndTitle .imageAndText-img {
  position: absolute;
  max-width: 23%;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .section-imageAndTitle .imageAndText-img {
    display: none;
    /*top:unset;
          bottom:0;
          transform:unset;*/
  }
}
.section-imageAndTitle .imageAndText-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-imageAndTitle .row.flex-row-reverse .imageAndText-img {
  left: -5%;
}
.section-imageAndTitle .row.flex-row-reverse .imageAndText-img .ctas {
  align-items: flex-end;
}
.section-imageAndTitle .row:not(.flex-row-reverse) .imageAndText-img {
  right: -5%;
}
.section-imageAndTitle .image {
  aspect-ratio: 1;
  border-radius: 25px;
  overflow: hidden;
  max-height: 65vh;
  margin: 0 auto;
}
.section-imageAndTitle .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-imageAndTitle .image_notCropped {
  overflow: visible;
  max-height: inherit;
  border-radius: inherit;
  aspect-ratio: initial;
}
.section-imageAndTitle .image_notCropped img {
  object-fit: fill;
}
.section-imageAndTitle .text-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  margin-top: 20px;
}
.section-imageAndTitle .text-container > * {
  position: relative;
  z-index: 1;
}
.section-imageAndTitle_long .text-container .btn-arrow {
  align-self: flex-start;
}
.section-imageAndTitle .longText-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
  position: relative;
}
.section-imageAndTitle .longText-columnContainer {
  margin-top: 50px;
}
.section-imageAndTitle .longText-columnContainer .row {
  row-gap: 30px;
}
.section-imageAndTitle .longText-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 28px;
}
.section-imageAndTitle .longText-column img {
  max-width: 100%;
  max-height: 120px;
}
.section-imageAndTitle .longText-column_bold b, .section-imageAndTitle .longText-column_bold strong {
  color: #F15F62;
}
.section-imageAndTitle .longText-buttonContainer {
  margin-top: 50px;
}
.section-imageAndTitle .services-container {
  display: flex;
  flex-direction: column;
}
.section-imageAndTitle .services-container .service {
  display: flex;
  align-items: center;
}
.section-imageAndTitle .services-container .service .img-container {
  width: 200px;
  height: 125px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.section-imageAndTitle .services-container .service .img-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.section-imageAndTitle .services-container .service strong, .section-imageAndTitle .services-container .service b {
  color: #8A2F7B;
  font-weight: inherit;
}
.section-imageAndTitle_services ul {
  font-size: 30px;
  line-height: 1.5;
  list-style: none;
  padding: 0;
}
.section-imageAndTitle_services ul li {
  padding: 9.5px 0 9.5px 114px;
  margin: 0 0 20px;
  min-height: 64px;
  background-image: url(/Assets/svg/services-bullet-icon.svg);
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: center left;
}
.section-imageAndTitle_reverse .imageAndText-img {
  right: inherit;
  left: 0;
  transform: translate(-20%, -50%);
}
.section-imageAndTitle_reverse .text-container .btn-arrow {
  align-self: flex-start;
}

.serviceList {
  text-align: center;
}

@media (max-width: 991.98px) {
  .section-imageAndText .image_notCropped {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767.98px) {
  .section-imageAndText .services-container .service {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .section-imageAndText .services-container .service .img-container {
    width: 100px;
    height: 75px;
  }
}
.section-values .values-container {
  display: flex;
  flex-direction: column;
}
.section-values .values-container .value {
  position: relative;
  display: flex;
  gap: 75px;
  align-items: center;
  padding: 25px;
  z-index: 20;
}
@media (max-width: 575.98px) {
  .section-values .values-container .value {
    text-align: center;
  }
  .section-values .values-container .value-img {
    display: block;
    margin: 0 auto;
  }
}
.section-values .values-container .value-img {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
}
.section-values .values-container .value-img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}
.section-values .values-container .value-title {
  font-weight: bold;
  text-transform: uppercase;
}
.section-values .values-container .value .text-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.longText-container .values-container {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
}
.longText-container .values-container .value {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  padding: 25px;
  flex: 1;
}
@media (max-width: 575.98px) {
  .longText-container .values-container .value {
    text-align: center;
  }
  .longText-container .values-container .value-img {
    display: block;
    margin: 0 auto;
  }
}
.longText-container .values-container .value-img {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.longText-container .values-container .value-img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}
.longText-container .values-container .value .text-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: center;
}

.section-imageAndList {
  overflow: hidden;
}
.section-imageAndList[class*=bg] + section:not([class*=bg]) {
  padding-top: 100px;
}
.section-imageAndList + section:not([class*=bg]), .section-imageAndList + section.bg-block-white {
  padding-top: 0;
}
.section-imageAndList .gap50 {
  display: flex;
  flex-direction: column;
  gap: var(--tab-contentPadding);
}
.section-imageAndList .container {
  display: flex;
  flex-direction: column;
  gap: var(--tab-contentPadding);
}
.section-imageAndList .imageAndList-img {
  position: absolute;
  max-width: 23%;
  z-index: 0;
  left: -114px;
  top: 0;
}
@media (max-width: 767.98px) {
  .section-imageAndList .imageAndList-img {
    display: none;
    /*top:unset;
             bottom:0;
             transform:unset;*/
  }
}
.section-imageAndList .imageAndList-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-imageAndList .imageAndList-list ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-imageAndList .imageAndList-list ul li {
  position: relative;
  font-size: 30px;
  line-height: 45px;
  padding-left: 114px;
  min-height: 64px;
  display: flex;
  align-items: center;
}
.section-imageAndList .imageAndList-list ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  background: url(/images/svg/check-bullet.svg) left top no-repeat;
  background-size: 100%;
}
.section-imageAndList .row.flex-row-reverse .imageAndText-img {
  left: -5%;
}
.section-imageAndList .row.flex-row-reverse .imageAndText-img .ctas {
  align-items: flex-end;
}
.section-imageAndList .row:not(.flex-row-reverse) .imageAndText-img {
  right: -5%;
}
.section-imageAndList .image {
  aspect-ratio: 1;
  border-radius: 25px;
  overflow: hidden;
  max-height: 65vh;
  margin: 0 auto;
}
.section-imageAndList .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-imageAndList .text-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.section-imageAndList .text-container > * {
  position: relative;
  z-index: 1;
}
.section-imageAndList_long .text-container .btn-arrow {
  align-self: flex-start;
}
.section-imageAndList .longText-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
  position: relative;
}
.section-imageAndList .longText-columnContainer {
  margin-top: 50px;
}
.section-imageAndList .longText-columnContainer .row {
  row-gap: 30px;
}
.section-imageAndList .longText-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 28px;
}
.section-imageAndList .longText-column img {
  max-width: 100%;
  max-height: 120px;
}
.section-imageAndList .longText-column_bold b, .section-imageAndList .longText-column_bold strong {
  color: #F15F62;
}
.section-imageAndList .longText-buttonContainer {
  margin-top: 50px;
}
.section-imageAndList .services-container {
  display: flex;
  flex-direction: column;
}
.section-imageAndList .services-container .service {
  display: flex;
  align-items: center;
}
.section-imageAndList .services-container .service .img-container {
  width: 200px;
  height: 125px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.section-imageAndList .services-container .service .img-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.section-imageAndList .services-container .service strong, .section-imageAndList .services-container .service b {
  color: #8A2F7B;
  font-weight: inherit;
}
.section-imageAndList_services ul {
  font-size: 30px;
  line-height: 1.5;
  list-style: none;
  padding: 0;
}
.section-imageAndList_services ul li {
  padding: 9.5px 0 9.5px 114px;
  margin: 0 0 20px;
  min-height: 64px;
  background-image: url(/Assets/svg/services-bullet-icon.svg);
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: center left;
}
.section-imageAndList_reverse .imageAndText-img {
  right: inherit;
  left: 0;
  transform: translate(-20%, -50%);
}
.section-imageAndList_reverse .text-container .btn-arrow {
  align-self: flex-start;
}

.iconTextContent {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: var(--tab-contentPadding);
}
.iconTextContent-icon {
  width: 200px;
}
.iconTextContent-icon svg, .iconTextContent-icon img {
  width: auto;
  max-width: 100%;
}
.iconTextContent-text {
  flex-grow: 2;
}
.iconTextContent-text strong, .iconTextContent-text b {
  color: #8A2F7B;
  font-weight: inherit;
}

@media (max-width: 767.98px) {
  .section-imageAndList .imageAndList-list ul li {
    font-size: 20px;
    padding-left: 50px;
    min-height: inherit;
  }
  .section-imageAndList .imageAndList-list ul li::before {
    width: 36px;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.section-timeline {
  padding-bottom: 150px;
  display: grid;
  gap: 100px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .section-timeline {
    padding-bottom: 100px;
  }
}
.section-timeline .background {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  transform: translateY(-50%);
  max-width: 23%;
}
.section-timeline .background img {
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .section-timeline .background {
    display: none;
  }
}
.section-timeline .timeline-block_left .background {
  right: unset;
  left: 0;
}
.section-timeline .container {
  position: relative;
  z-index: 1;
}

.timeline-block .timeline-title {
  width: calc(50% + 1px);
  color: #F15F62;
  border-left: solid #F15F62 2px;
  margin: 0 0 58px auto;
  padding-left: 40px;
}
@media (max-width: 991.98px) {
  .timeline-block .timeline-title {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .timeline-block .timeline-title {
    padding-left: 15px;
  }
}
.timeline-block .image {
  aspect-ratio: 1;
  border-radius: 25px;
  overflow: hidden;
  max-height: 65vh;
  margin: 0 auto;
}
.timeline-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.timeline-block .text-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding-left: 24px;
}
.timeline-block .text-container .base-heading3, .timeline-block .text-container #dashboard .page .dashboard-section .section-head p, #dashboard .page .dashboard-section .section-head .timeline-block .text-container p, .timeline-block .text-container #dashboard .sidebar .wrap-top .heading, #dashboard .sidebar .wrap-top .timeline-block .text-container .heading, .timeline-block .text-container .panel-filters .wrap-middle .category-wrap .category-title, .panel-filters .wrap-middle .category-wrap .timeline-block .text-container .category-title, .timeline-block .text-container .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links .title, .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links .timeline-block .text-container .title, .timeline-block .text-container .section-hero .content-container .banner-surtitle, .section-hero .content-container .timeline-block .text-container .banner-surtitle, .timeline-block .text-container .section-hero_white .banner-surtitle, .section-hero_white .timeline-block .text-container .banner-surtitle, .timeline-block .text-container .sticky-bar .sitcky-content .sticky-title, .sticky-bar .sitcky-content .timeline-block .text-container .sticky-title, .timeline-block .text-container .sticky-bar .filters .filter-title, .sticky-bar .filters .timeline-block .text-container .filter-title, .timeline-block .text-container .section-values .values-container .value-title, .section-values .values-container .timeline-block .text-container .value-title, .timeline-block .text-container .longText-container .values-container .value-title, .longText-container .values-container .timeline-block .text-container .value-title {
  color: #8A2F7B;
}
@media (max-width: 991.98px) {
  .timeline-block .text-container {
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .timeline-block.timeline-block_left .timeline-title {
    margin: 0 0 58px 0;
    padding-left: 0;
    padding-right: 40px;
    border-left: none;
    border-right: solid #F15F62 2px;
    text-align: right;
  }
  .timeline-block.timeline-block_left .container > .row {
    flex-direction: row-reverse;
  }
  .timeline-block.timeline-block_left .text-container {
    padding-left: 0;
    padding-right: 24px;
    text-align: right;
  }
}

@media (max-width: 1440px) {
  .section-timeline .history-intro .historyIntro-container {
    gap: 50px;
  }
  .section-timeline .history-intro .base-body, .section-timeline .history-intro #dashboard .page .intro p:nth-child(1), #dashboard .page .intro .section-timeline .history-intro p:nth-child(1), .section-timeline .history-intro #resourcePage .resources-header .heading, #resourcePage .resources-header .section-timeline .history-intro .heading, .section-timeline .history-intro .panel-filters .wrap-middle .category-wrap .category-content label, .panel-filters .wrap-middle .category-wrap .category-content .section-timeline .history-intro label, .section-timeline .history-intro .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links .subtitle, .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links .section-timeline .history-intro .subtitle, .section-timeline .history-intro .menu-dashboard .section-title, .menu-dashboard .section-timeline .history-intro .section-title, .section-timeline .history-intro .section-hero .content-container .banner-body, .section-hero .content-container .section-timeline .history-intro .banner-body, .section-timeline .history-intro .section-hero .content-container .backBtn, .section-hero .content-container .section-timeline .history-intro .backBtn, .section-timeline .history-intro .section-hero .content-container .banner-date, .section-hero .content-container .section-timeline .history-intro .banner-date, .section-timeline .history-intro .section-hero_white .banner-body, .section-hero_white .section-timeline .history-intro .banner-body, .section-timeline .history-intro .footer--slide p, .footer--slide .section-timeline .history-intro p, .section-timeline .history-intro .footer--slide .slide-close, .footer--slide .section-timeline .history-intro .slide-close, .section-timeline .history-intro .footer--nav .copyright, .footer--nav .section-timeline .history-intro .copyright, .section-timeline .history-intro .footer--nav .links, .footer--nav .section-timeline .history-intro .links, .section-timeline .history-intro .sticky-bar .sticky-tab, .sticky-bar .section-timeline .history-intro .sticky-tab, .section-timeline .history-intro .sticky-bar .sticky-close, .sticky-bar .section-timeline .history-intro .sticky-close, .section-timeline .history-intro .label-wrap label, .label-wrap .section-timeline .history-intro label, .section-timeline .history-intro .form-builder .form-intro .body, .form-builder .form-intro .section-timeline .history-intro .body, .section-timeline .history-intro .form-builder-success .body, .form-builder-success .section-timeline .history-intro .body, .section-timeline .history-intro .newsletterSubscribeHardcoded .label-wrap .c-checkbox, .newsletterSubscribeHardcoded .label-wrap .section-timeline .history-intro .c-checkbox {
    gap: 25px;
  }
}
.section-ateliers .atelier-download {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 24px;
  column-gap: 42px;
}
.section-ateliers .atelier-download img {
  max-width: 291px;
}
.section-ateliers .articles-container {
  display: flex;
  flex-direction: column;
  margin: 50px 0 20px;
}
.section-ateliers .articles-container .article {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.section-ateliers .articles-container .article-img {
  max-width: 200px;
  aspect-ratio: 1;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.section-ateliers .articles-container .article-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-ateliers .articles-container .article-img::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: 0px -110px 30px 0px rgba(0, 0, 0, 0.5) inset;
}
.section-ateliers .articles-container .article-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.section-ateliers .articles-container .article-infos {
  display: flex;
}
.section-ateliers .articles-container .article-infos > *:not(:first-child) {
  padding-left: 40px;
  position: relative;
}
.section-ateliers .articles-container .article-infos > *:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  height: 22px;
  width: 2px;
  border-radius: 22px;
  background: linear-gradient(90deg, #CE99C5, #F15F62);
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .section-ateliers .articles-container .article {
    flex-direction: column;
  }
  .section-ateliers .articles-container .article-img {
    width: 100%;
  }
}
.section-alimaCoupOeuil {
  background: #F8F0F7;
}
.section-alimaCoupOeuil_purple {
  background: #8A2F7B;
  color: #fff;
}
.section-alimaCoupOeuil .sections-container {
  text-align: center;
  margin-top: 50px;
}
.section-alimaCoupOeuil .image-container img {
  max-height: 155px;
  max-width: 100%;
}
.section-alimaCoupOeuil .ctas {
  margin-top: 50px;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .section-alimaCoupOeuil .ctas {
    align-items: center;
  }
}
.section-alimaCoupOeuil .text-container {
  max-width: 360px;
  margin: 28px auto 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
}
.section-alimaCoupOeuil .text-container strong, .section-alimaCoupOeuil .text-container b {
  color: #F15F62;
}
.section-alimaCoupOeuil .text-container .rte a, .section-alimaCoupOeuil .text-container .form-builder .form-intro .body a, .form-builder .form-intro .section-alimaCoupOeuil .text-container .body a {
  color: #F15F62;
  text-decoration: none;
}
.section-alimaCoupOeuil .text-container .rte a:hover, .section-alimaCoupOeuil .text-container .form-builder .form-intro .body a:hover, .form-builder .form-intro .section-alimaCoupOeuil .text-container .body a:hover {
  text-decoration: underline;
}
.section-alimaCoupOeuil_impliquer {
  color: #ffffff;
  background: #8A2F7B;
}
.section-alimaCoupOeuil_impliquer .sections-container {
  margin-top: 100px;
}
.section-alimaCoupOeuil_impliquer .image-container img {
  max-height: 145px;
}
.section-alimaCoupOeuil_impliquer .text-container strong, .section-alimaCoupOeuil_impliquer .text-container b {
  color: inherit;
}

.section-ppneInfolettre {
  background: #000000;
  color: #ffffff;
  position: relative;
  overflow: visible;
}
.section-ppneInfolettre .content-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.section-ppneInfolettre .title-container {
  display: flex;
  align-items: center;
}
.section-ppneInfolettre .title-container img {
  max-width: 110px;
}
.section-ppneInfolettre .title-container b, .section-ppneInfolettre .title-container strong {
  font-weight: inherit;
  color: #DE4069;
}
.section-ppneInfolettre form {
  display: flex;
  align-items: stretch;
}
.section-ppneInfolettre form button[type=submit] {
  margin-bottom: 20px;
}
.section-ppneInfolettre .background-image {
  position: relative;
}
.section-ppneInfolettre .background-image img {
  position: absolute;
  top: 0;
  right: 0;
  width: 46%;
  max-width: 800px;
}
.section-ppneInfolettre .background-image-hardcoded {
  position: absolute;
  bottom: 86px;
  right: 6vw;
  max-width: 450px;
}
@media (max-width: 1399.98px) {
  .section-ppneInfolettre .background-image-hardcoded {
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .section-ppneInfolettre .background-image-hardcoded {
    max-width: 325px;
    left: calc(50% + 25px);
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .section-ppneInfolettre .background-image-hardcoded {
    position: relative;
    top: 0;
    left: calc(50% + 25px);
    transform: translateX(-50%);
    max-width: 200px !important;
  }
}
.section-ppneInfolettre .background-image-hardcoded .basket {
  width: 100%;
  height: auto;
  position: relative;
  bottom: -190px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .section-ppneInfolettre .background-image-hardcoded .basket {
    bottom: 0;
  }
}
.section-ppneInfolettre .background-image-hardcoded .group {
  z-index: 0;
  position: absolute;
  top: 200px;
  transform: translate(-50%, -50%);
  left: calc(50% - 50px);
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .section-ppneInfolettre .background-image-hardcoded .group {
    transform: translate(-50%, -50%) scale(0.75);
    opacity: 0.7;
    left: calc(50% - 25px);
  }
}
@media (max-width: 767.98px) {
  .section-ppneInfolettre .background-image-hardcoded .group {
    transform: translate(-50%, -50%) scale(0.5);
    top: 0;
  }
}
.section-ppneInfolettre .background-image-hardcoded .group .fruit {
  width: 65px;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.section-ppneInfolettre .background-image-hardcoded .group .fruit:nth-child(1) {
  left: calc(50% - 149px);
  top: -319px;
  width: 100px;
}
.section-ppneInfolettre .background-image-hardcoded .group .fruit:nth-child(2) {
  left: calc(50% - 58px);
  top: -215px;
  width: 100px;
}
.section-ppneInfolettre .background-image-hardcoded .group .fruit:nth-child(3) {
  left: calc(50% + 90px);
  top: -250px;
}
.section-ppneInfolettre .background-image-hardcoded .group .fruit:nth-child(4) {
  left: calc(50% + 105px);
  top: -145px;
  width: 40px;
}
.section-ppneInfolettre .background-image-hardcoded .group .fruit:nth-child(5) {
  left: calc(50% + 90px);
  top: -52px;
  width: 40px;
}
.section-ppneInfolettre .background-image-hardcoded .group .fruit:nth-child(6) {
  left: calc(50% - 10px);
  top: -90px;
  width: 88px;
}
.section-ppneInfolettre .background-image-hardcoded .group .fruit:nth-child(7) {
  left: calc(50% - 158px);
  top: -166px;
  width: 86px;
}
.section-ppneInfolettre .background-image-hardcoded .group .fruit:nth-child(8) {
  left: calc(50% - 100px);
  top: -45px;
  width: 50px;
}
.section-ppneInfolettre .background-image-hardcoded .group .fruit:nth-child(9) {
  left: calc(50% - 184px);
  top: -10px;
  width: 96px;
}

@media (max-width: 1199.98px) {
  .section-ppneInfolettre .background-image img {
    width: 43%;
  }
  .section-ppneInfolettre form {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .section-ppneInfolettre .title-container img {
    max-width: 60px !important;
  }
}
@media (max-width: 767.98px) {
  .section-ppneInfolettre .background-image {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .section-ppneInfolettre .title-container {
    gap: 12px;
  }
  .section-ppneInfolettre .title-container img {
    max-width: 15%;
  }
  .section-ppneInfolettre form {
    align-items: center;
  }
  .section-ppneInfolettre form .label-wrap {
    width: 100%;
  }
  .section-ppneInfolettre form #email {
    min-width: inherit;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .section-ppneInfolettre .title-container {
    gap: 12px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.section-ppneInfolettre + section {
  z-index: 1;
}

.PPNEdecouvrir {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background: #ffffff;
}
@media (max-width: 1440px) {
  .PPNEdecouvrir {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.PPNEdecouvrir .content {
  position: relative;
  z-index: 10;
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
}
.PPNEdecouvrir .img-container {
  flex-shrink: 1;
}
.PPNEdecouvrir .img-container img {
  max-width: 100%;
}
.PPNEdecouvrir .content-container {
  width: 405px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.PPNEdecouvrir .background1, .PPNEdecouvrir .background2 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 23%;
}
@media (max-width: 991.98px) {
  .PPNEdecouvrir .background1 {
    bottom: 65%;
  }
}
.PPNEdecouvrir .background2 {
  left: inherit;
  right: 0;
}

@media (max-width: 991.98px) {
  .PPNEdecouvrir .content {
    /*flex-direction: column;*/
    gap: 25px;
  }
  .PPNEdecouvrir .content .content-container {
    /*width: 300px;*/
  }
}
@media (max-height: 900px) {
  .img-container img {
    max-width: auto;
    max-height: 50vh;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .PPNEdecouvrir {
    padding: 80px 0;
  }
  .PPNEdecouvrir .content {
    flex-direction: column;
  }
  .PPNEdecouvrir .content .img-container {
    max-width: 300px;
  }
  .PPNEdecouvrir .content .content-container {
    width: 100%;
  }
  .PPNEdecouvrir .background1, .PPNEdecouvrir .background2 {
    max-width: 35%;
  }
  .PPNEdecouvrir .background1 {
    bottom: 75%;
  }
  .PPNEdecouvrir .background2 {
    bottom: 30%;
  }
}
.prefooter {
  padding: 50px 0;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .prefooter {
    text-align: center;
  }
}
.prefooter form .label-wrap {
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .prefooter form .label-wrap {
    width: 100%;
  }
  .prefooter form .label-wrap input {
    width: 100%;
  }
  .prefooter form .label-wrap button {
    flex-shrink: 0;
  }
}
@media (max-width: 575.98px) {
  .prefooter form .label-wrap {
    gap: 10px;
  }
}
.prefooter form .label-wrap input {
  width: 300px;
  border-color: #ffffff;
}
.prefooter form .label-wrap input ::placeholder {
  color: #ffffff;
}
.prefooter form .label-wrap input ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #ffffff;
}
.prefooter form .label-wrap input:not(:placeholder-shown) {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  transition: color 0s ease;
}
.prefooter .content {
  display: flex;
  flex-direction: row;
  gap: 45px;
}
@media (max-width: 767.98px) {
  .prefooter .content {
    flex-direction: column;
  }
}
.prefooter .content .ico-newsletter svg, .prefooter .content .ico-newsletter img {
  max-width: 200px;
  height: auto;
  display: block;
  width: 100%;
}
@media (max-width: 767.98px) {
  .prefooter .content .ico-newsletter svg, .prefooter .content .ico-newsletter img {
    margin: 0 auto;
    max-width: 125px;
  }
}
.prefooter .content .form-newsletter {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.prefooter .content .form-newsletter .form-wrap {
  position: relative;
}
.prefooter .content .form-newsletter .just-validate-error-label {
  position: absolute;
  bottom: -22px;
  left: 20px;
  color: #000000 !important;
}
.prefooter .content .form-newsletter .just-validate-error-field {
  border-color: #ffffff !important;
}
.prefooter .content .form-newsletter .btn-text-reveal {
  background: #fff;
}
.prefooter .content .form-newsletter .btn-text-reveal .text {
  transform: none;
}
.prefooter .content .form-newsletter .btn-text-reveal svg path {
  fill: #F15F62;
}
.prefooter .content .form-newsletter .btn-text-reveal:hover {
  color: #F15F62;
  background-color: #ffffff;
}
.prefooter .content .form-newsletter .btn-text-reveal:hover svg path {
  fill: #F15F62;
}

@media (max-width: 767.98px) {
  .prefooter form .label-wrap {
    width: 100%;
  }
  .prefooter form .label-wrap input {
    width: 100%;
  }
  .prefooter form button {
    flex-shrink: 0;
  }
}
.section-values {
  background: #ffffff;
  overflow: hidden;
}
.section-values .main-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.section-values .main-container > * {
  position: relative;
}
.section-values .main-container .background-container {
  position: absolute;
  right: 0;
  top: 29px;
  max-width: 686px;
  display: grid;
  grid-gap: 160px;
}
.section-values .main-container .background-container img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .section-values .main-container .background-container {
    right: -10vw;
    top: 29px;
    max-width: 40vw;
  }
  .section-values .main-container .background-container img {
    max-height: 50vw;
  }
  .section-values .main-container .values-container .value {
    gap: 25px;
    padding: 25px 0;
  }
}
@media (max-width: 575.98px) {
  .section-values .main-container .values-container {
    gap: 25px;
  }
  .section-values .main-container .values-container .value {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-values .main-container .values-container .value-img {
    width: 150px;
    height: 150px;
  }
}
.section-teamMembers {
  background-color: #ffffff;
  overflow: hidden;
  background-size: 100%;
  background-position: center 400px;
  /*.background-container {
        position: absolute;
        right: 0;
        top: 29px;
        max-width: 686px;
        display: flex;
        flex-direction:column;
        justify-content:space-between;
        gap:100px;
        z-index:-1;
        height:100%;

        img {
            max-width: 100%;
            height: auto;
        }
    }*/
}
.section-teamMembers .background-container {
  position: absolute;
  right: -9999px;
  left: -9999px;
  margin: 0 auto;
  top: 29px;
  width: 116%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 100px;
  z-index: -1;
  height: 100%;
}
.section-teamMembers .background-container img {
  max-width: 340px;
  height: auto;
}
.section-teamMembers .background-container img:nth-child(odd) {
  align-self: flex-end;
}
.section-teamMembers .main-container {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 70px;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1440px) {
  .section-teamMembers .main-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section-teamMembers .main-container .teamMembers-container {
  display: flex;
  flex-direction: column;
  gap: 90px;
  position: relative;
}
.section-teamMembers .main-container .teamMembers-container .teamMember {
  position: relative;
  display: flex;
  gap: 63px;
  align-items: flex-start;
  z-index: 20;
}
.section-teamMembers .main-container .teamMembers-container .teamMember-img {
  padding-left: 111px;
  width: 267px;
  height: 156px;
  flex-shrink: 0;
}
.section-teamMembers .main-container .teamMembers-container .teamMember-img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}
.section-teamMembers .main-container .teamMembers-container .teamMember .text-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 860px;
}

@media (max-width: 1199.98px) {
  .section-teamMembers .main-container .teamMembers-container .teamMember-img {
    padding: 0;
    width: 156px;
    height: 156px;
  }
}
@media (max-width: 991.98px) {
  .section-teamMembers .main-container .teamMembers-container .teamMember {
    gap: 25px;
    padding: 25px 0;
  }
}
@media (max-width: 767.98px) {
  .section-teamMembers .main-container .teamMembers-container {
    gap: 25px;
  }
  .section-teamMembers .main-container .teamMembers-container .teamMember {
    flex-direction: column;
    align-items: flex-start;
    align-items: center;
  }
  .section-teamMembers .main-container .teamMembers-container .teamMember-img {
    width: 150px;
    height: 150px;
  }
  .section-teamMembers .main-container .teamMembers-container .teamMember-title {
    text-align: center;
  }
}
.section-membersAdvantages .title-container {
  margin-bottom: 50px;
}
.section-membersAdvantages .advantages-container {
  row-gap: 20px;
}
.section-membersAdvantages .advantage {
  display: flex;
  align-items: center;
  gap: 75px;
  padding: 25px;
}
.section-membersAdvantages .advantage .img-container {
  width: 125px;
  height: 125px;
  flex-shrink: 0;
}
.section-membersAdvantages .advantage .img-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.section-membersAdvantages .advantage .text-container .title {
  color: #F15F62;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}
.section-membersAdvantages .btn-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}

@media (max-width: 1199.98px) {
  .section-membersAdvantages .advantage {
    gap: 25px;
    padding-inline: 0;
  }
  .section-membersAdvantages .advantage .img-container {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 575.98px) {
  .section-membersAdvantages .advantage {
    flex-direction: column;
    align-items: flex-start;
  }
}
.btn-arrow.no-arrow {
  background: #F15F62;
  color: #ffffff;
}

.text-start .ctas {
  justify-content: flex-start;
}

.text-center .ctas {
  justify-content: center;
}

.section-memberBenefits .container {
  display: flex;
  flex-direction: column;
  gap: var(--tab-contentPadding);
}

.benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(440px, 100%), 1fr));
  gap: 20px;
}
.benefits-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  gap: 75px;
}
.benefits-icon {
  width: 125px;
}
.benefits-text {
  flex-grow: 2;
}
.benefits-text p:not(:last-child) {
  margin-bottom: 25px;
}
.benefits-text strong {
  font-size: 30px;
  color: #F15F62;
}

.ctas {
  flex-direction: row;
  justify-content: flex-end;
  gap: 30px;
}

.section-whyBecomeMember .container {
  display: flex;
  flex-direction: column;
}
.section-whyBecomeMember .sections-container {
  text-align: center;
  margin-top: 50px;
}
.section-whyBecomeMember .image-container img {
  max-height: 155px;
  max-width: 100%;
}
.section-whyBecomeMember .text-container {
  max-width: 360px;
  margin: 28px auto 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
}
.section-whyBecomeMember .text-container strong, .section-whyBecomeMember .text-container b {
  color: #F15F62;
  font-weight: normal;
}

.link-group {
  position: relative;
}
.link-group .link-submenu {
  display: none;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.link-group.open .link-submenu {
  display: block;
}

.menu-dashboard {
  padding: 30px;
  width: 360px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
}
.menu-dashboard:after {
  content: "";
}
.menu-dashboard .panel.hidden {
  display: none;
}
.menu-dashboard .panel.visible {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 15px;
}
.menu-dashboard .panel--login .login-error-view .login-error-view-inner {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.menu-dashboard .panel--login .login-error-view .login-error-view-inner .title {
  font-weight: bold;
  text-decoration: underline;
}
.menu-dashboard .panel--login .login-error-view .login-error-view-inner .body {
  margin-bottom: 5px;
}
.menu-dashboard .panel--resetpassword .goback {
  margin-top: 30px;
}
.menu-dashboard .panel form {
  display: inline-flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.menu-dashboard .section-join {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(138, 47, 123, 0.3);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.menu-dashboard .section-logout {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid black;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.menu-dashboard .section-title {
  display: block;
}

.search-js {
  display: flex;
  align-items: center;
}
.search-js.visible .globalSearchInputWrap {
  opacity: 1;
  visibility: visible;
  margin-right: 15px;
  transition: width 0.15s ease-out;
}
.search-js .globalSearch {
  cursor: pointer;
}
.search-js .globalSearchInputWrap {
  width: 250px;
  opacity: 0;
  visibility: hidden;
}
.search-js .globalSearchInputWrap .close svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 14px;
  height: 14px;
  padding: 3px;
}
.search-js .globalSearchInputWrap .close svg:hover {
  cursor: pointer;
}
.search-js .globalSearchInputWrap input {
  width: 100%;
}

#toggler-panel-filters {
  display: none;
}
@media (max-width: 991.98px) {
  #toggler-panel-filters {
    display: block;
  }
}

.panel-filters {
  padding: 50px 30px;
  background-color: #ffffff;
  border-radius: 25px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1490196078);
}
@media (max-width: 991.98px) {
  .panel-filters {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1001;
    border-radius: 0;
  }
  .panel-filters.open {
    display: block;
  }
}
.panel-filters .wrap-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.panel-filters .wrap-middle {
  margin: 25px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.panel-filters .wrap-middle .category-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.panel-filters .wrap-middle .category-wrap .category-content {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.panel-filters .wrap-middle .label-wrap {
  display: flex;
}
.panel-filters .wrap-middle .label-wrap input:hover, .panel-filters .wrap-middle .label-wrap label:hover {
  cursor: pointer;
}
.panel-filters .wrap-bottom {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.panel-filters .wrap-bottom .btn-underline {
  padding: 10px;
  margin-top: 15px;
}
.panel-filters .wrap-bottom .btn-underline:hover {
  color: #F15F62;
}

.card-wrap {
  clear: both;
}

.cards {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .cards {
    max-width: 320px;
    margin: 0 auto 30px auto;
  }
}
.cards .card-resource {
  position: relative;
  background-color: white;
  border-radius: 25px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
@media (hover: hover) {
  .cards .card-resource:hover {
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1490196078);
  }
}
.cards .card-resource form {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.cards .card-resource form .favorite-box {
  pointer-events: all;
}
.cards .card-resource .c-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding-right: 68px;
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 155px;
}
@media (max-width: 767.98px) {
  .cards .card-resource .c-wrap {
    flex-direction: column;
    justify-content: stretch;
    gap: 0;
    padding: 0;
  }
}
.cards .card-resource .c-wrap .c-left {
  position: relative;
  align-self: center;
  overflow: hidden;
}
.cards .card-resource .c-wrap .c-left .img-thumb {
  display: block;
  max-width: 100%;
  width: 145px;
}
@media (max-width: 767.98px) {
  .cards .card-resource .c-wrap .c-left .img-thumb {
    width: 100%;
  }
}
.cards .card-resource .c-wrap .c-left .img-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  border-radius: 5px;
}
.cards .card-resource .c-wrap .c-left:hover ~ .c-right .title {
  color: #F15F62;
}
.cards .card-resource .c-wrap .c-right {
  flex: 1;
}
@media (max-width: 767.98px) {
  .cards .card-resource .c-wrap .c-right {
    align-self: stretch;
    padding: 0 24px 14px 24px;
  }
}
.cards .card-resource .c-wrap .c-right .title {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  transition: color 0.2s ease;
}
@media (max-width: 767.98px) {
  .cards .card-resource .c-wrap .c-right .title {
    padding: 20px 0 20px 0;
  }
  .cards .card-resource .c-wrap .c-right .title .base-heading4, .cards .card-resource .c-wrap .c-right .title #simpleContent h4, #simpleContent .cards .card-resource .c-wrap .c-right .title h4, .cards .card-resource .c-wrap .c-right .title #simpleContent h3, #simpleContent .cards .card-resource .c-wrap .c-right .title h3, .cards .card-resource .c-wrap .c-right .title #dashboard .sidebar .wrap-middle .item-wrap .item-title, #dashboard .sidebar .wrap-middle .item-wrap .cards .card-resource .c-wrap .c-right .title .item-title {
    font-size: 20px;
    line-height: 130%;
  }
}
.cards .card-resource .c-wrap .c-right .title p {
  min-height: 30px;
  display: flex;
  align-items: flex-end;
  text-wrap: pretty;
}
@media (hover: hover) {
  .cards .card-resource .c-wrap .c-right .title:hover {
    color: #F15F62;
  }
}
.cards .card-resource .c-wrap .c-right .item-feature {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.cards .card-resource .c-wrap .c-right .item-feature .feature-type {
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
@media (hover: hover) {
  .cards .card-resource .c-wrap .c-right .item-feature .feature-type a:hover {
    text-decoration: none;
  }
}

.favorite-box {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 767.98px) {
  .favorite-box {
    left: 20px;
    right: unset;
  }
}
.favorite-box path.inner {
  fill: transparent;
  transition: fill 0.4s ease;
}
.favorite-box path.outer {
  fill: #F15F62;
  transition: fill 0.4s ease;
}
.favorite-box:hover path.inner {
  fill: rgba(241, 95, 98, 0.85);
  stroke: rgba(241, 95, 98, 0.85);
}
.favorite-box.liked path.inner {
  fill: #F15F62;
  stroke: #F15F62;
}
.favorite-box.liked path.outer {
  fill: #F15F62;
}

.lock-box, .download-box {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

#resourcePage {
  padding-bottom: 150px;
  background-color: #F3F3F3;
  background-image: url(/images/nlvbg-v2.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat-y;
}
@media (max-width: 1440px) {
  #resourcePage {
    padding-bottom: 100px;
  }
}
#resourcePage .resources-header {
  text-align: center;
  margin-bottom: 50px;
}
#resourcePage .resources-header img {
  max-width: 640px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
#resourcePage .resources-header .heading {
  font-weight: bold;
}
#resourcePage .resources-header .serach-wrap {
  position: relative;
  max-width: 630px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
#resourcePage .resources-header .serach-wrap button[type=submit] {
  position: absolute;
  padding: 20px;
  top: calc(50% - 10px);
  right: 50px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
#resourcePage .resources-header .serach-wrap button[type=submit] svg {
  pointer-events: none;
}
#resourcePage .resources-header .serach-wrap button[type=submit] svg path {
  fill: #F15F62 !important;
}
#resourcePage .resources-header .serach-wrap input {
  color: #F15F62;
  padding: 30px 80px 30px 50px;
  width: 100%;
  background: #ffffff;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border: double 3px transparent;
  border-radius: 200px;
  background-image: linear-gradient(white, white), linear-gradient(90deg, #CE99C5, #F15F62, #F5835B, #CE99C5);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-size: 100% 100%, 400% 400%;
  background-position: center;
  animation: gradientRotate 10s ease infinite;
  outline: none;
}
#resourcePage .resources-header .serach-wrap input:focus {
  background-image: linear-gradient(white, white), linear-gradient(to right, #F15F62, #F15F62);
}
#resourcePage .resources-header .serach-wrap input:hover {
  background-image: linear-gradient(white, white), linear-gradient(to right, #F15F62, #F15F62);
}
#resourcePage .resources-header .serach-wrap input::placeholder {
  color: #f15f62;
  font-style: italic;
  opacity: 1;
  /* Firefox */
}
#resourcePage .resources-header .serach-wrap input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: rgba(241, 95, 98, 0.5);
}
#resourcePage .section-listing {
  margin-top: 30px;
}
@media (max-width: 1199.98px) {
  #resourcePage .section-listing {
    margin-top: 10px;
  }
}

@keyframes gradientRotate {
  0% {
    background-position: center, 0% 50%;
  }
  50% {
    background-position: center, 100% 50%;
  }
  100% {
    background-position: center, 0% 50%;
  }
}
.section-textAndVideo .text-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.section-textAndVideo .textAndVideo-img {
  position: absolute;
  max-width: 30%;
  z-index: 0;
  right: -175px;
  top: -60px;
}
@media (max-width: 767.98px) {
  .section-textAndVideo .textAndVideo-img {
    display: none;
    /*top:unset;
        bottom:0;
        transform:unset;*/
  }
}
.section-textAndVideo .textAndVideo-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-textAndVideo .video-js .video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.section-textAndVideo .video-js .video-wrapper:hover .ico-play {
  opacity: 0.6;
}
.section-textAndVideo .video-js .video-thumb {
  position: absolute;
  inset: 0;
  cursor: pointer;
}
.section-textAndVideo .video-js .video-thumb img, .section-textAndVideo .video-js .video-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  background-color: #8A2F7B;
}
.section-textAndVideo .video-js .video-thumb video {
  pointer-events: none;
}
.section-textAndVideo .video-js .ico-play svg {
  position: absolute;
  inset: 0;
  border: 0;
  width: 100px;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s;
}
@media (max-width: 767.98px) {
  .section-textAndVideo .video-js .ico-play svg {
    width: 50px;
  }
}

.section-video {
  /*display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;*/
  margin: 50px 0;
}
.section-video .yt_embed {
  width: 100%;
  margin: 0 auto;
  height: unset;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 16/9;
}

.mceNonEditable.embeditem:has(iframe) {
  margin-top: 30px;
}
.mceNonEditable.embeditem:has(iframe)[data-embed-height=NaN] iframe, .mceNonEditable.embeditem:has(iframe)[data-embed-width=NaN] iframe {
  margin: 0 auto;
  height: unset;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 16/9;
}
.mceNonEditable.embeditem:has(iframe) iframe {
  margin: 0 auto;
  display: block;
}
@media (max-width: 991.98px) {
  .mceNonEditable.embeditem:has(iframe) iframe {
    margin: 0 auto;
    height: unset;
    max-width: 100%;
    width: 100%;
    aspect-ratio: 16/9;
  }
}

.section-downloads-anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
@media (max-width: 767.98px) {
  .section-downloads-anchor {
    top: -50px;
  }
}

.section-downloads .subTitle, .section-downloads .surtitle {
  margin-bottom: 50px;
}
.section-downloads .download-pdf-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  grid-column-gap: 30px;
  grid-row-gap: 60px;
}
@media (max-width: 991.98px) {
  .section-downloads .download-pdf-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .section-downloads .download-pdf-cards {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
  }
}
@media (max-width: 400px) {
  .section-downloads .download-pdf-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-downloads .download-pdf-cards .download-pdf-card {
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  overflow: hidden;
  background-color: white;
  text-decoration: none;
  text-transform: capitalize;
  transition: box-shadow 0.2s ease;
}
.section-downloads .download-pdf-cards .download-pdf-card .card-label {
  padding: 10px;
}
.section-downloads .download-pdf-cards .download-pdf-card .card-thumb {
  position: relative;
}
.section-downloads .download-pdf-cards .download-pdf-card .card-thumb:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(43, 0, 36, 0.65);
  background-blend-mode: multiply, normal;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.15s ease-out;
}
.section-downloads .download-pdf-cards .download-pdf-card .card-thumb .download-box {
  display: block;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.section-downloads .download-pdf-cards .download-pdf-card .card-thumb img, .section-downloads .download-pdf-cards .download-pdf-card .card-thumb .thumb-fall {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
}
.section-downloads .download-pdf-cards .download-pdf-card .card-thumb .thumb-fall {
  background: rgb(43, 0, 36);
}
.section-downloads .download-pdf-cards .download-pdf-card .card-thumb:has(.thumb-fall) .download-box {
  display: block;
}
.section-downloads .download-pdf-cards .download-pdf-card .card-thumb:has(.thumb-fall):hover .thumb-fall {
  background: rgba(43, 0, 36, 0.7);
}
@media (hover: hover) {
  .section-downloads .download-pdf-cards .download-pdf-card:hover {
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.15);
  }
  .section-downloads .download-pdf-cards .download-pdf-card:hover .card-thumb .download-box {
    display: block;
  }
  .section-downloads .download-pdf-cards .download-pdf-card:hover .card-thumb:after {
    opacity: 1;
  }
  .section-downloads .download-pdf-cards .download-pdf-card .card-thumb .download-box {
    display: none;
  }
  .section-downloads .download-pdf-cards .download-pdf-card .card-thumb:after {
    opacity: 0;
  }
}

.designsystem .row {
  margin-bottom: 50px;
}
.designsystem .swiper-group .row {
  margin-bottom: 0px;
}
.designsystem .gradient1, .designsystem .gradient2 {
  width: 100%;
  aspect-ratio: 1/1;
}
.designsystem .gradient1 {
  background: linear-gradient(-135deg, #CE99C5 0%, #F15F62 100%);
}
.designsystem .gradient2 {
  background: linear-gradient(-135deg, #CE99C5 0%, #F15F62 47%, #F5835B 100%);
}
.designsystem .color-palette {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.designsystem .color-palette div {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.designsystem .color-palette div p {
  background: rgba(255, 255, 255, 0.7);
}

.section-not-logged {
  padding-bottom: 150px;
}
@media (max-width: 1440px) {
  .section-not-logged {
    padding-bottom: 100px;
  }
}

.profile-page {
  background-color: #F3F3F3;
}

#dashboard {
  padding-bottom: 150px;
}
@media (max-width: 1440px) {
  #dashboard {
    padding-bottom: 100px;
  }
}
#dashboard .sidebar {
  position: sticky;
  top: 300px;
  padding: 50px 30px;
  background-color: #ffffff;
  border-radius: 25px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1490196078);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 991.98px) {
  #dashboard .sidebar {
    position: relative;
    top: 0;
    padding: 20px 30px;
    gap: 15px;
  }
}
#dashboard .sidebar .wrap-top {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#dashboard .sidebar .wrap-middle {
  display: flex;
  flex-direction: column;
  gap: 0;
}
#dashboard .sidebar .wrap-middle .item-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px 10px;
}
#dashboard .sidebar .wrap-middle .item-wrap a {
  text-decoration: none;
  color: #000000;
  transition: all 0.15s ease;
}
#dashboard .sidebar .wrap-middle .item-wrap:hover {
  background-color: rgba(0, 0, 0, 0.01);
}
#dashboard .sidebar .wrap-middle .item-wrap:hover a {
  color: #F15F62;
}
#dashboard .page {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-left: 100px;
}
@media (max-width: 1199.98px) {
  #dashboard .page {
    margin-left: 50px;
  }
}
@media (max-width: 991.98px) {
  #dashboard .page {
    margin-left: 0;
    padding-top: 150px;
  }
}
@media (max-width: 991.98px) and (max-width: 1440px) {
  #dashboard .page {
    padding-top: 100px;
  }
}
#dashboard .page .intro p {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#dashboard .page .dashboard-section .section-head {
  border-bottom: 2px solid #8A2F7B;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 1199.98px) {
  #dashboard .page .dashboard-section .section-head {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 20px;
  }
}
#dashboard .page .dashboard-section .section-head p {
  color: #8A2F7B;
}
#dashboard .page .dashboard-section .section-body {
  padding: 30px 15px;
  position: relative;
}
#dashboard .page .dashboard-section .section-body .interests {
  display: flex;
  flex-direction: row;
  row-gap: 20px;
  column-gap: 50px;
  flex-wrap: wrap;
}
#dashboard .page .dashboard-section .section-body form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#dashboard .page .dashboard-section .section-body form .label-wrap {
  max-width: 400px;
}
#dashboard .page .dashboard-section .section-body form .label-wrap label {
  margin-bottom: 12px;
}
#dashboard .page .dashboard-section .section-body form .label-wrap input, #dashboard .page .dashboard-section .section-body form .label-wrap select {
  width: 100%;
}
#dashboard .page .favorites_listing {
  margin-top: 15px;
}
#dashboard .page .favorites_listing .favorite_card {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  position: relative;
  transition: max-height 1s ease-out;
  overflow: hidden;
}
#dashboard .page .favorites_listing .favorite_card .resource_img {
  background-color: #F3F3F3;
  border-radius: 20px;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  #dashboard .page .favorites_listing .favorite_card .resource_img {
    display: none;
  }
}
#dashboard .page .favorites_listing .favorite_card .resource_info {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
#dashboard .page .favorites_listing .favorite_card .resource_info .title a {
  text-decoration: none;
  color: #8A2F7B;
}
#dashboard .page .favorites_listing .favorite_card .resource_info .title a:hover {
  text-decoration: underline;
  text-underline-offset: 8px;
}
#dashboard .page .favorites_listing .favorite_card.deleted {
  max-height: 0px;
}

.nafb-page .howItWork .base-heading1, .nafb-page .howItWork .section-hero .content-container .banner-title, .section-hero .content-container .nafb-page .howItWork .banner-title, .nafb-page .howItWork .section-hero_white .banner-title, .section-hero_white .nafb-page .howItWork .banner-title, .nafb-page .howItWork .form-builder .form-intro .heading, .form-builder .form-intro .nafb-page .howItWork .heading, .nafb-page .howItWork .form-builder-success .heading, .form-builder-success .nafb-page .howItWork .heading, .nafb-page .howItWork .account-type-section-inner .account-type-section-inner-title, .account-type-section-inner .nafb-page .howItWork .account-type-section-inner-title, .nafb-page .howItWork #dashboard .page .intro p:nth-child(2), #dashboard .page .intro .nafb-page .howItWork p:nth-child(2) {
  color: #DE4069;
}
.nafb-page .section-timeline {
  padding-top: 150px;
}
@media (max-width: 1440px) {
  .nafb-page .section-timeline {
    padding-top: 100px;
  }
}

/*.nafbPublications-page {
    .section-imageAndText.bg-block-white {
        color: $ppne;
    }

    .btn-arrow {
        color: $ppne;
        background: rgba($ppne, 0);

        .ico-arrow {
            background: rgba($ppne, 1);
        }

        &:hover {
            background: rgba($ppne, 1);
            color: $white;

            .ico-arrow {
                background: rgba($ppne, 0);
            }
        }
    }

    .section-imageAndText.bg-block-ppne {
        .btn-arrow {
            color: $white;

            .ico-arrow {
                background: $white;

                path {
                    fill: $ppne;
                }
            }

            &:hover {
                color: $ppne;
                @extend .bg-white;


                .ico-arrow path {
                    fill: $ppne;
                }
            }
        }
    }
}*/
.error-template {
  background: #F3F3F3;
  padding-bottom: 150px;
}
@media (max-width: 1440px) {
  .error-template {
    padding-bottom: 100px;
  }
}
.error-template .error-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.article {
  position: relative;
  min-height: 500px;
}
.article.blocked {
  height: 800px;
  overflow: hidden;
}
.article.blocked section {
  filter: blur(5px);
}
.article .topbar-bg {
  background-color: #F15F62;
}
.article .topbar-bg .topbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 15px;
  color: #ffffff;
  align-items: center;
}
@media (max-width: 767.98px) {
  .article .topbar-bg .topbar {
    flex-direction: column-reverse;
    gap: 15px;
    align-items: center;
    padding: 15px;
  }
}
.article .topbar-bg .topbar .share {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.article .topbar-bg .topbar .share .group, .article .topbar-bg .topbar .share .a2a_kit {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0px;
}
.article .topbar-bg .topbar .share .group .icon .a2a_svg, .article .topbar-bg .topbar .share .a2a_kit .icon .a2a_svg {
  background-color: #F15F62 !important;
}
.article .topbar-bg .topbar .print {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
}
.article .topbar-bg .topbar .print .icon svg {
  width: 20px;
  height: 20px;
}
.article .topbar-bg .topbar .print .icon:not(.no-fill) svg path {
  fill: #ffffff;
}
.article .topbar-bg .topbar .print:hover {
  cursor: pointer;
  opacity: 0.7;
}
.article .topbar-bg .topbar .favorite .toggle-login {
  text-decoration: none !important;
  color: #ffffff !important;
}
.article .topbar-bg .topbar .favorite .favorite-box {
  position: relative;
  top: unset;
  left: unset;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.article .topbar-bg .topbar .favorite .favorite-box.liked svg path.inner {
  fill: #ffffff;
  stroke: #ffffff;
}
.article .topbar-bg .topbar .favorite .favorite-box svg path.outer {
  fill: #ffffff;
}
.article .topbar-bg .topbar .favorite:hover {
  opacity: 0.7;
}

.membersonly {
  user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0.5) 100%);
  z-index: 990;
  display: flex;
  align-items: center;
  justify-content: center;
}
.membersonly .box {
  background-color: #F15F62;
  padding: 40px;
  border-radius: 25px;
  padding: 100px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  user-select: none;
}
@media (max-width: 991.98px) {
  .membersonly .box {
    padding: 65px;
  }
}
@media (max-width: 575.98px) {
  .membersonly .box {
    padding: 65px 20px;
  }
}
.membersonly .box .content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 60px;
  user-select: none;
}
@media (max-width: 991.98px) {
  .membersonly .box .content {
    align-items: center;
  }
}
.membersonly .box .content .top {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  text-align: right;
  user-select: none;
}
@media (max-width: 991.98px) {
  .membersonly .box .content .top {
    text-align: center;
    align-items: center;
  }
}
.membersonly .box .content .bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  user-select: all;
}
@media (max-width: 991.98px) {
  .membersonly .box .content .bottom {
    align-items: center;
  }
}

.article .wp-imported-article h2, .article .wp-imported-article h3, .article .wp-imported-article h4, .article .wp-imported-article h5, .article .wp-imported-article h6 {
  margin-bottom: 15px;
}
.article .wp-imported-article h2 .base-heading4, .article .wp-imported-article h2 #simpleContent h4, #simpleContent .article .wp-imported-article h2 h4, .article .wp-imported-article h2 #simpleContent h3, #simpleContent .article .wp-imported-article h2 h3, .article .wp-imported-article h2 #dashboard .sidebar .wrap-middle .item-wrap .item-title, #dashboard .sidebar .wrap-middle .item-wrap .article .wp-imported-article h2 .item-title, .article .wp-imported-article h3 .base-heading4, .article .wp-imported-article h3 #simpleContent h4, #simpleContent .article .wp-imported-article h3 h4, .article .wp-imported-article h3 #simpleContent h3, #simpleContent .article .wp-imported-article h3 h3, .article .wp-imported-article h3 #dashboard .sidebar .wrap-middle .item-wrap .item-title, #dashboard .sidebar .wrap-middle .item-wrap .article .wp-imported-article h3 .item-title, .article .wp-imported-article h4 .base-heading4, .article .wp-imported-article h4 #simpleContent h4, #simpleContent .article .wp-imported-article h4 h4, .article .wp-imported-article h4 #simpleContent h3, #simpleContent .article .wp-imported-article h4 h3, .article .wp-imported-article h4 #dashboard .sidebar .wrap-middle .item-wrap .item-title, #dashboard .sidebar .wrap-middle .item-wrap .article .wp-imported-article h4 .item-title, .article .wp-imported-article h5 .base-heading4, .article .wp-imported-article h5 #simpleContent h4, #simpleContent .article .wp-imported-article h5 h4, .article .wp-imported-article h5 #simpleContent h3, #simpleContent .article .wp-imported-article h5 h3, .article .wp-imported-article h5 #dashboard .sidebar .wrap-middle .item-wrap .item-title, #dashboard .sidebar .wrap-middle .item-wrap .article .wp-imported-article h5 .item-title, .article .wp-imported-article h6 .base-heading4, .article .wp-imported-article h6 #simpleContent h4, #simpleContent .article .wp-imported-article h6 h4, .article .wp-imported-article h6 #simpleContent h3, #simpleContent .article .wp-imported-article h6 h3, .article .wp-imported-article h6 #dashboard .sidebar .wrap-middle .item-wrap .item-title, #dashboard .sidebar .wrap-middle .item-wrap .article .wp-imported-article h6 .item-title {
  font-size: inherit !important;
  line-height: inherit !important;
}
.article .wp-imported-article h2 strong, .article .wp-imported-article h3 strong, .article .wp-imported-article h4 strong, .article .wp-imported-article h5 strong, .article .wp-imported-article h6 strong {
  font-weight: 600;
}
.article .wp-imported-article h2 {
  margin-top: 30px;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.38px;
  font-weight: 600;
}
.article .wp-imported-article h3 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.38px;
  font-weight: 600;
}
.article .wp-imported-article h4 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.article-by {
  padding-bottom: 150px;
}
@media (max-width: 1440px) {
  .article-by {
    padding-bottom: 100px;
  }
}

.wp-imported-article {
  padding-bottom: 150px;
}
@media (max-width: 1440px) {
  .wp-imported-article {
    padding-bottom: 100px;
  }
}

@media print {
  .header-bar, .sticky-bar {
    display: none;
  }

  .section-hero.section-hero_white,
.section-hero.section-hero_black {
    padding: 0;
    display: block;
    min-height: unset;
  }
  .section-hero.section-hero_white:before,
.section-hero.section-hero_black:before {
    display: none;
  }
  .section-hero.section-hero_white .background,
.section-hero.section-hero_black .background {
    display: none;
  }
  .section-hero.section-hero_white .content-container .backBtn,
.section-hero.section-hero_black .content-container .backBtn {
    display: none;
  }
  .section-hero.section-hero_white .content-container .banner-title,
.section-hero.section-hero_black .content-container .banner-title {
    color: #000;
  }
  .section-hero.section-hero_white .content-container .submenuAnchor.subjects,
.section-hero.section-hero_black .content-container .submenuAnchor.subjects {
    display: none;
  }

  .topbar-bg {
    display: none;
  }

  .swiper-group, .footer {
    display: none;
  }
}
#template-searchResults {
  background: #F3F3F3;
  padding-bottom: 150px;
}
#template-searchResults .header {
  padding-bottom: 100px;
  color: #F15F62;
}
@media (max-width: 1440px) {
  #template-searchResults .header {
    padding-bottom: 50px;
  }
}
@media (max-width: 1440px) {
  #template-searchResults {
    padding-bottom: 100px;
  }
}
#template-searchResults .search-result-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (hover: hover) {
  #template-searchResults .search-result-container .item-wrap {
    transition: transform 0.2s ease;
  }
  #template-searchResults .search-result-container .item-wrap:hover {
    transform: translateX(10px);
  }
}
#template-searchResults .search-result-container .item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 10px;
}
@media (max-width: 767.98px) {
  #template-searchResults .search-result-container .item {
    gap: 10px;
  }
}
#template-searchResults .search-result-container .item .base-heading1, #template-searchResults .search-result-container .item .section-hero .content-container .banner-title, .section-hero .content-container #template-searchResults .search-result-container .item .banner-title, #template-searchResults .search-result-container .item .section-hero_white .banner-title, .section-hero_white #template-searchResults .search-result-container .item .banner-title, #template-searchResults .search-result-container .item .form-builder .form-intro .heading, .form-builder .form-intro #template-searchResults .search-result-container .item .heading, #template-searchResults .search-result-container .item .form-builder-success .heading, .form-builder-success #template-searchResults .search-result-container .item .heading, #template-searchResults .search-result-container .item .account-type-section-inner .account-type-section-inner-title, .account-type-section-inner #template-searchResults .search-result-container .item .account-type-section-inner-title, #template-searchResults .search-result-container .item #dashboard .page .intro p:nth-child(2), #dashboard .page .intro #template-searchResults .search-result-container .item p:nth-child(2) {
  color: #000000;
}
#template-searchResults .search-result-container .item .base-body, #template-searchResults .search-result-container .item .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links .subtitle, .header-bar .first-level-bar .first-level .first-level-submenu .first-level-submenu-flex .submenu-content .content-links #template-searchResults .search-result-container .item .subtitle, #template-searchResults .search-result-container .item .menu-dashboard .section-title, .menu-dashboard #template-searchResults .search-result-container .item .section-title, #template-searchResults .search-result-container .item .section-hero .content-container .banner-body, .section-hero .content-container #template-searchResults .search-result-container .item .banner-body, #template-searchResults .search-result-container .item .section-hero .content-container .backBtn, .section-hero .content-container #template-searchResults .search-result-container .item .backBtn, #template-searchResults .search-result-container .item .section-hero .content-container .banner-date, .section-hero .content-container #template-searchResults .search-result-container .item .banner-date, #template-searchResults .search-result-container .item .section-hero_white .banner-body, .section-hero_white #template-searchResults .search-result-container .item .banner-body, #template-searchResults .search-result-container .item .footer--slide p, .footer--slide #template-searchResults .search-result-container .item p, #template-searchResults .search-result-container .item .footer--slide .slide-close, .footer--slide #template-searchResults .search-result-container .item .slide-close, #template-searchResults .search-result-container .item .footer--nav .copyright, .footer--nav #template-searchResults .search-result-container .item .copyright, #template-searchResults .search-result-container .item .footer--nav .links, .footer--nav #template-searchResults .search-result-container .item .links, #template-searchResults .search-result-container .item .sticky-bar .sticky-tab, .sticky-bar #template-searchResults .search-result-container .item .sticky-tab, #template-searchResults .search-result-container .item .sticky-bar .sticky-close, .sticky-bar #template-searchResults .search-result-container .item .sticky-close, #template-searchResults .search-result-container .item .label-wrap label, .label-wrap #template-searchResults .search-result-container .item label, #template-searchResults .search-result-container .item .form-builder .form-intro .body, .form-builder .form-intro #template-searchResults .search-result-container .item .body, #template-searchResults .search-result-container .item .form-builder-success .body, .form-builder-success #template-searchResults .search-result-container .item .body, #template-searchResults .search-result-container .item .newsletterSubscribeHardcoded .label-wrap .c-checkbox, .newsletterSubscribeHardcoded .label-wrap #template-searchResults .search-result-container .item .c-checkbox, #template-searchResults .search-result-container .item .panel-filters .wrap-middle .category-wrap .category-content label, .panel-filters .wrap-middle .category-wrap .category-content #template-searchResults .search-result-container .item label, #template-searchResults .search-result-container .item #resourcePage .resources-header .heading, #resourcePage .resources-header #template-searchResults .search-result-container .item .heading, #template-searchResults .search-result-container .item #dashboard .page .intro p:nth-child(1), #dashboard .page .intro #template-searchResults .search-result-container .item p:nth-child(1) {
  color: #000000;
}
#template-searchResults .search-result-container .item-feature {
  margin-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#template-searchResults .search-result-container .item-feature .feature-type {
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
@media (hover: hover) {
  #template-searchResults .search-result-container .item-feature .feature-type a:hover {
    text-decoration: none;
  }
}
#template-searchResults #results-load-more {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#template-searchResults #no-results {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#simpleContent {
  background: #F3F3F3;
  padding-bottom: 150px;
}
@media (max-width: 1440px) {
  #simpleContent {
    padding-bottom: 100px;
  }
}
#simpleContent h2 {
  margin-bottom: 50px;
}
#simpleContent h3 {
  margin-bottom: 10px;
}
#simpleContent h4 {
  margin-bottom: 10px;
}

#accountCreation {
  padding-bottom: 150px;
}
@media (max-width: 1440px) {
  #accountCreation {
    padding-bottom: 100px;
  }
}
#accountCreation .img-container {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  #accountCreation .img-container {
    display: none;
  }
}
#accountCreation .img-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 25px;
}
#accountCreation .password-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}