.footer .footer-section .footer-top .presentation .btn-contact-us button, .header-recruitment .header-wrapper-recruitment .btn-contact-us button {
  display: flex;
  justify-content: center;
  align-items: center; }

.footer .footer-section {
  margin: 0 auto;
  padding: 60px 0px;
  max-width: 1120px; }
  @media screen and (max-width: 768px) {
    .footer .footer-section {
      margin: 0 7%;
      padding: 30px 10px; } }
* {
  margin: 0;
  padding: 0;
  font-family: 'SourceSansPro', Helvetica, Arial, sans-serif; }

.header-recruitment {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #E5EEF0;
  padding: 10px;
  font-family: 'SourceSansPro', Helvetica, Arial, sans-serif; }
  .header-recruitment .header-wrapper-recruitment {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
    max-width: 1120px;
    margin: 0 auto; }
    .header-recruitment .header-wrapper-recruitment .logo-efficity {
      width: 133;
      height: 33px;
      padding: 3px; }
    .header-recruitment .header-wrapper-recruitment .main-menu {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      gap: 40px;
      margin: 0px; }
      .header-recruitment .header-wrapper-recruitment .main-menu .sub-main-menu {
        display: flex;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: stretch;
        align-items: stretch;
        position: relative;
        gap: 10px;
        padding: 10px 0px; }
        .header-recruitment .header-wrapper-recruitment .main-menu .sub-main-menu .chevron-primary {
          transform: translateY(0%) rotate(90deg); }
        .header-recruitment .header-wrapper-recruitment .main-menu .sub-main-menu .hidden-submenu {
          display: none; }
        .header-recruitment .header-wrapper-recruitment .main-menu .sub-main-menu:hover .submenu,
        .header-recruitment .header-wrapper-recruitment .main-menu .sub-main-menu .displayed-submenu {
          position: absolute;
          display: flex;
          flex-direction: column;
          top: 45px;
          left: -150px;
          background-color: #fff;
          list-style: none;
          border-radius: 8px;
          border: 1px solid whitesmoke;
          padding: 10px 16px;
          gap: 5px; }
        .header-recruitment .header-wrapper-recruitment .main-menu .sub-main-menu .logo-efficity {
          width: 60%;
          height: auto; }
        .header-recruitment .header-wrapper-recruitment .main-menu .sub-main-menu a {
          color: #11150F;
          font-size: 16px;
          font-weight: 600;
          line-height: 24px;
          text-align: left;
          text-decoration: none;
          white-space: nowrap; }
          .header-recruitment .header-wrapper-recruitment .main-menu .sub-main-menu a span > img {
            width: 10px; }
    .header-recruitment .header-wrapper-recruitment #user-landing-header.main-menu {
      width: 100%;
      justify-content: normal; }
    .header-recruitment .header-wrapper-recruitment .btn-contact-us {
      width: 15%;
      border-radius: 24px;
      border: #52AE32 solid 1px;
      text-decoration: none;
      cursor: pointer; }
      .header-recruitment .header-wrapper-recruitment .btn-contact-us button {
        padding: 10px;
        background: none;
        border-radius: 24px;
        border: #52AE32 solid 1px;
        color: #52AE32;
        border: none;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        width: 100%; }
        .header-recruitment .header-wrapper-recruitment .btn-contact-us button:hover {
          background: #52AE32;
          transition: none;
          color: #fff; }
    .header-recruitment .header-wrapper-recruitment .burger-menu,
    .header-recruitment .header-wrapper-recruitment .burger-menu-section,
    .header-recruitment .header-wrapper-recruitment .logo-efficity-burger-menu {
      display: none; }
  @media screen and (max-width: 1200px) {
    .header-recruitment .header-wrapper-recruitment {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      padding: 0px 2rem;
      margin: 0px; }
      .header-recruitment .header-wrapper-recruitment .main-menu,
      .header-recruitment .header-wrapper-recruitment .btn-contact-us {
        display: none; }
      .header-recruitment .header-wrapper-recruitment .logo-efficity-burger-menu {
        display: block;
        width: 40%;
        height: auto; }
      .header-recruitment .header-wrapper-recruitment .burger-menu {
        display: block;
        background: none;
        border: none;
        cursor: pointer; }
        .header-recruitment .header-wrapper-recruitment .burger-menu span {
          display: block;
          width: 25px;
          height: 3px;
          background-color: #000;
          margin: 5px 0;
          transition: 0.4s; }
      .header-recruitment .header-wrapper-recruitment .close {
        height: 5px;
        width: 5px;
        background-color: white;
        border: none; }
      .header-recruitment .header-wrapper-recruitment .close:after {
        position: relative;
        content: "\d7";
        font-size: 50px;
        color: black;
        font-weight: 100;
        top: -29px;
        left: -15px; }
      .header-recruitment .header-wrapper-recruitment .burger-menu-section {
        display: none;
        z-index: 9999;
        position: absolute;
        top: 55px;
        left: 0px;
        width: 100%;
        padding: 0px;
        background-color: white;
        border-top: 1px solid #E5EEF0; }
        .header-recruitment .header-wrapper-recruitment .burger-menu-section .main-menu-burger {
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          justify-content: stretch;
          align-items: stretch;
          gap: 10px;
          background-color: #fff;
          width: 100%;
          list-style: none; }
          .header-recruitment .header-wrapper-recruitment .burger-menu-section .main-menu-burger .hidden-submenu {
            display: none; }
          .header-recruitment .header-wrapper-recruitment .burger-menu-section .main-menu-burger .displayed-submenu {
            list-style: none;
            display: block;
            gap: 10px;
            padding: 0px;
            background-color: #F8F8F8;
            width: 100%; }
            .header-recruitment .header-wrapper-recruitment .burger-menu-section .main-menu-burger .displayed-submenu li {
              display: flex;
              flex-direction: row;
              flex-wrap: nowrap;
              justify-content: stretch;
              align-items: stretch;
              padding: 0px;
              gap: 10px;
              border-bottom: 1px solid #E5EEF0; }
              .header-recruitment .header-wrapper-recruitment .burger-menu-section .main-menu-burger .displayed-submenu li a {
                text-decoration: none;
                white-space: nowrap;
                font-size: 18px;
                font-weight: 600;
                line-height: 28px;
                text-align: left;
                color: #11150F; }
          .header-recruitment .header-wrapper-recruitment .burger-menu-section .main-menu-burger .sub-main-menu {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: stretch;
            align-items: stretch;
            padding: 0px;
            gap: 10px;
            border-bottom: 1px solid #E5EEF0; }
            .header-recruitment .header-wrapper-recruitment .burger-menu-section .main-menu-burger .sub-main-menu .sub-main-menu-header {
              display: flex;
              flex-direction: row;
              flex-wrap: nowrap;
              justify-content: space-between;
              align-items: stretch; }
              .header-recruitment .header-wrapper-recruitment .burger-menu-section .main-menu-burger .sub-main-menu .sub-main-menu-header .chevron-primary {
                width: 3%;
                padding: 20px;
                max-height: 1.2rem; }
              .header-recruitment .header-wrapper-recruitment .burger-menu-section .main-menu-burger .sub-main-menu .sub-main-menu-header a {
                text-decoration: none;
                white-space: nowrap;
                font-size: 24px;
                font-weight: 700;
                line-height: 30.17px;
                text-align: left;
                color: #11150F;
                padding: 20px 24px; }
            .header-recruitment .header-wrapper-recruitment .burger-menu-section .main-menu-burger .sub-main-menu a {
              text-decoration: none;
              white-space: nowrap;
              font-size: 24px;
              font-weight: 700;
              line-height: 30.17px;
              text-align: left;
              color: #11150F;
              padding: 20px 24px; }
          .header-recruitment .header-wrapper-recruitment .burger-menu-section .main-menu-burger .parent {
            cursor: pointer; }
          .header-recruitment .header-wrapper-recruitment .burger-menu-section .main-menu-burger .btn-contact-us {
            text-decoration: none;
            display: flex;
            gap: 10px;
            width: 90%;
            padding: 32px 20px;
            border: white; }
            .header-recruitment .header-wrapper-recruitment .burger-menu-section .main-menu-burger .btn-contact-us a {
              width: 100%;
              text-decoration: none; }
              .header-recruitment .header-wrapper-recruitment .burger-menu-section .main-menu-burger .btn-contact-us a button {
                padding: 10px;
                background: #52AE32;
                color: #FFFFFF;
                border-radius: 50px;
                border: none;
                font-size: 12px;
                font-weight: 400;
                width: 100%;
                cursor: pointer; }
      .header-recruitment .header-wrapper-recruitment .burger-menu-section.active {
        height: 100%;
        display: block; } }
.footer .footer-section .footer-top .presentation .btn-contact-us button, .header-recruitment .header-wrapper-recruitment .btn-contact-us button {
  display: flex;
  justify-content: center;
  align-items: center; }

.footer .footer-section {
  margin: 0 auto;
  padding: 60px 0px;
  max-width: 1120px; }
  @media screen and (max-width: 768px) {
    .footer .footer-section {
      margin: 0 7%;
      padding: 30px 10px; } }
* {
  margin: 0;
  padding: 0;
  font-family: 'SourceSansPro', Helvetica, Arial, sans-serif; }

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  gap: 10px;
  background: #F8F8F8; }
  .footer .footer-section {
    padding: 40px 0px 32px; }
    @media screen and (max-width: 768px) {
      .footer .footer-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    .footer .footer-section .footer-top {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: baseline;
      padding: 0;
      gap: 20px; }
      @media screen and (max-width: 768px) {
        .footer .footer-section .footer-top {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          margin: 0 4%; } }
      .footer .footer-section .footer-top .footer-top-item {
        display: flex;
        flex-direction: column;
        flex: 2 2 0px;
        gap: 30px; }
        @media screen and (max-width: 768px) {
          .footer .footer-section .footer-top .footer-top-item {
            align-self: stretch;
            justify-content: space-between; } }
        .footer .footer-section .footer-top .footer-top-item div {
          display: flex;
          flex-direction: column;
          justify-content: start;
          gap: 16px; }
          .footer .footer-section .footer-top .footer-top-item div p {
            list-style: none; }
            .footer .footer-section .footer-top .footer-top-item div p a {
              text-decoration: none;
              color: #000;
              font-size: 16px; }
        .footer .footer-section .footer-top .footer-top-item .footer-title {
          color: #000;
          margin: 0px;
          font-weight: bold;
          font-size: 20px; }
      .footer .footer-section .footer-top .links-mobile {
        display: none; }
        @media screen and (max-width: 768px) {
          .footer .footer-section .footer-top .links-mobile {
            display: flex;
            flex-direction: row; } }
      @media screen and (max-width: 768px) {
        .footer .footer-section .footer-top .links-desktop {
          display: none; } }
      .footer .footer-section .footer-top .presentation {
        display: flex;
        flex-direction: column;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        flex: 3 3 0px;
        padding-right: 4rem; }
        .footer .footer-section .footer-top .presentation a {
          flex: 1 1 25%;
          display: flex;
          justify-content: start; }
          .footer .footer-section .footer-top .presentation a .logo-efficity {
            width: 133px;
            height: 33px; }
        @media screen and (max-width: 768px) {
          .footer .footer-section .footer-top .presentation {
            width: 100%;
            align-items: center;
            padding: 0; }
            .footer .footer-section .footer-top .presentation a {
              display: flex;
              justify-content: center; } }
        .footer .footer-section .footer-top .presentation .btn-contact-us {
          width: 50%;
          border-radius: 24px;
          border: #52AE32 solid 1px;
          text-decoration: none;
          cursor: pointer; }
          .footer .footer-section .footer-top .presentation .btn-contact-us button {
            padding: 10px;
            background: none;
            border-radius: 24px;
            border: #52AE32 solid 1px;
            color: #52AE32;
            border: none;
            font-size: 14px;
            font-weight: 600;
            text-align: center;
            width: 100%; }
            .footer .footer-section .footer-top .presentation .btn-contact-us button:hover {
              background: #52AE32;
              transition: none;
              color: #fff; }
          @media screen and (max-width: 768px) {
            .footer .footer-section .footer-top .presentation .btn-contact-us {
              width: 100%; } }
      .footer .footer-section .footer-top .footer-top-item-links {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: normal;
        align-items: normal;
        gap: 30px;
        width: 25%; }
        @media screen and (max-width: 768px) {
          .footer .footer-section .footer-top .footer-top-item-links {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: normal;
            align-items: normal; } }
      .footer .footer-section .footer-top .contacts {
        min-height: 13rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start; }
        .footer .footer-section .footer-top .contacts .networks {
          display: flex;
          flex-direction: column;
          width: 50%; }
        @media screen and (max-width: 768px) {
          .footer .footer-section .footer-top .contacts {
            gap: 32px;
            flex-direction: row;
            min-height: auto; } }
        .footer .footer-section .footer-top .contacts .footer-icons {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
          gap: 1rem; }
          .footer .footer-section .footer-top .contacts .footer-icons img {
            min-width: 2rem; }
            @media screen and (max-width: 768px) {
              .footer .footer-section .footer-top .contacts .footer-icons img {
                min-width: 3rem; } }
        .footer .footer-section .footer-top .contacts a {
          width: 65%; }
          @media screen and (max-width: 768px) {
            .footer .footer-section .footer-top .contacts a {
              width: 50%; } }
        .footer .footer-section .footer-top .contacts .choice-company {
          height: 9rem;
          border-radius: 6%; }
    .footer .footer-section .footer-bottom {
      background-color: #F6F6F6;
      padding: 30px;
      color: #546364;
      padding: 0; }
      @media screen and (max-width: 768px) {
        .footer .footer-section .footer-bottom {
          margin: 0;
          padding: 0 30px; } }
      .footer .footer-section .footer-bottom .container {
        padding: 0;
        padding-top: 30px; }
        .footer .footer-section .footer-bottom .container p {
          text-decoration: none;
          font-size: 12px; }
          .footer .footer-section .footer-bottom .container p a {
            text-decoration: none;
            color: #52AE32; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1052px) {
    .container {
      max-width: 1020px; } }
  @media (min-width: 1320px) {
    .container {
      max-width: 1260px; } }
.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px; } }

@media (min-width: 1052px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1020px; } }

@media (min-width: 1320px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1260px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

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

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

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

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1052px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1320px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@font-face {
  font-family: "SourceSansPro";
  src: url(fonts/SourceSansPro-ExtraLight.ttf) format("truetype");
  font-display: swap;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "SourceSansPro";
  src: url(fonts/SourceSansPro-Light.ttf) format("truetype");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "SourceSansPro";
  src: url(fonts/SourceSansPro-Regular.ttf) format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "SourceSansPro";
  src: url(fonts/SourceSansPro-SemiBold.ttf) format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "SourceSansPro";
  src: url(fonts/SourceSansPro-Bold.ttf) format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "SourceSansPro";
  src: url(fonts/SourceSansPro-Black.ttf) format("truetype");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal; }

.testimonials {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  max-width: 100%; }
  .testimonials .stripe-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 53px;
    text-align: center;
    align-self: center;
    max-width: 1120px;
    width: 70%; }
    @media screen and (max-width: 768) {
      .testimonials .stripe-title {
        font-size: 36px;
        font-weight: 700;
        line-height: 40px;
        text-align: center; } }
  .testimonials .programs-list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 10px -7px;
    max-width: 1120px;
    width: 100%;
    padding-inline: 0 15%; }
    @media screen and (max-width: 1550px) {
      .testimonials .programs-list {
        max-width: 70%; } }
    @media screen and (max-width: 1300px) {
      .testimonials .programs-list {
        max-width: 72%; } }
    @media screen and (max-width: 1000px) {
      .testimonials .programs-list {
        max-width: 74%; } }
    .testimonials .programs-list .slick-list {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: normal;
      align-items: stretch;
      height: 35rem; }
      @media screen and (max-width: 1000px) {
        .testimonials .programs-list .slick-list {
          height: 520px; } }
      @media screen and (max-width: 768px) {
        .testimonials .programs-list .slick-list {
          height: 520px; } }
      .testimonials .programs-list .slick-list .slick-track {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: normal;
        align-items: stretch; }
        .testimonials .programs-list .slick-list .slick-track .slick-slide {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: normal;
          align-items: stretch; }
          .testimonials .programs-list .slick-list .slick-track .slick-slide > div:first-child {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: normal;
            align-items: stretch; }
    .testimonials .programs-list.programs-list-slider {
      align-self: center;
      padding: 20px 0 0; }
      .testimonials .programs-list.programs-list-slider > .slick-prev, .testimonials .programs-list.programs-list-slider > .slick-next {
        outline: none;
        position: absolute;
        right: 7px;
        background: transparent url("//diszln7ft1ccx.cloudfront.net/img/chevron-primary.svg") 50% 50%/9px 14px no-repeat;
        border-radius: 30px;
        top: 50%; }
      .testimonials .programs-list.programs-list-slider > .slick-prev {
        padding: 0;
        border: none;
        font: inherit;
        color: inherit;
        background-color: transparent;
        cursor: pointer;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        margin-right: 40px;
        transform: rotate(180deg);
        height: 34px;
        width: 34px;
        left: -70px;
        background-color: rgba(0, 128, 0, 0.1); }
      .testimonials .programs-list.programs-list-slider > .slick-next {
        padding: 0;
        border: none;
        font: inherit;
        color: inherit;
        background-color: transparent;
        cursor: pointer;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        height: 34px;
        width: 34px;
        right: -70px;
        background-color: rgba(0, 128, 0, 0.1); }
    .testimonials .programs-list .programs-list-item {
      flex: 0 0 100%;
      margin: 0 0 14px;
      padding: 0 14px;
      width: auto; }
      @media screen and (max-width: 768px) {
        .testimonials .programs-list .programs-list-item {
          width: 50%; } }
      .testimonials .programs-list .programs-list-item img {
        width: inherit; }
      .testimonials .programs-list .programs-list-item.disabled img {
        opacity: 0.5; }
      .testimonials .programs-list .programs-list-item.disabled .programs-list-item-infos > * {
        opacity: 0.6; }
      .testimonials .programs-list .programs-list-item a {
        color: #000;
        display: block;
        text-decoration: none; }
      .testimonials .programs-list .programs-list-item.is_prestige .name,
      .testimonials .programs-list .programs-list-item.is_prestige .price {
        color: #c8a75d; }
    @media (min-width: 1052px) {
      .testimonials .programs-list #programs-list-item-page-recruitment {
        flex: 0 0 33%;
        width: 25%; } }
    .testimonials .programs-list .programs-list-item-visual {
      background-color: #F6F6F6;
      overflow: hidden;
      position: relative;
      border-radius: 8px 8px 0px 0px;
      height: 50%; }
      .testimonials .programs-list .programs-list-item-visual .programs-list-item-visual-slider {
        line-height: 0;
        position: relative;
        width: 100%; }
        .testimonials .programs-list .programs-list-item-visual .programs-list-item-visual-slider.slick-initialized > div {
          display: block; }
        .testimonials .programs-list .programs-list-item-visual .programs-list-item-visual-slider > div {
          display: none; }
          .testimonials .programs-list .programs-list-item-visual .programs-list-item-visual-slider > div.first-child {
            display: block; }
        .testimonials .programs-list .programs-list-item-visual .programs-list-item-visual-slider .slick-prev,
        .testimonials .programs-list .programs-list-item-visual .programs-list-item-visual-slider .slick-next {
          outline: none;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          z-index: 1;
          border-radius: 30px; }
        .testimonials .programs-list .programs-list-item-visual .programs-list-item-visual-slider .slick-prev {
          padding: 0;
          border: none;
          font: inherit;
          color: inherit;
          background-color: transparent;
          cursor: pointer;
          font: 0/0 a;
          color: transparent;
          text-shadow: none;
          background-color: transparent;
          border: 0;
          left: 0;
          transform: translateY(-50%) rotate(180deg);
          background-color: transparent;
          background-image: url(//diszln7ft1ccx.cloudfront.net/img/slider-next.svg);
          background-position: 0 0;
          background-repeat: no-repeat;
          background-size: 46px 53px;
          height: 53px;
          width: 46px; }
        .testimonials .programs-list .programs-list-item-visual .programs-list-item-visual-slider .slick-next {
          padding: 0;
          border: none;
          font: inherit;
          color: inherit;
          background-color: transparent;
          cursor: pointer;
          font: 0/0 a;
          color: transparent;
          text-shadow: none;
          background-color: transparent;
          border: 0;
          right: 0;
          background-color: transparent;
          background-image: url(//diszln7ft1ccx.cloudfront.net/img/slider-next.svg);
          background-position: 0 0;
          background-repeat: no-repeat;
          background-size: 46px 53px;
          height: 53px;
          width: 46px; }
      .testimonials .programs-list .programs-list-item-visual img {
        display: block;
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 100%; }
    .testimonials .programs-list .slick-dots {
      display: flex;
      align-items: center;
      bottom: -15px;
      justify-content: center;
      left: 0;
      list-style: none;
      margin: 0;
      padding: 0;
      position: absolute;
      right: 0;
      z-index: -1;
      bottom: 4%;
      height: 2rem; }
      @media screen and (max-width: 768px) {
        .testimonials .programs-list .slick-dots {
          bottom: 1%;
          padding-top: 50px; } }
      .testimonials .programs-list .slick-dots > li {
        margin-left: 0.4rem;
        margin-right: 0.4rem; }
        .testimonials .programs-list .slick-dots > li.slick-active button {
          background-color: #52AE32; }
        .testimonials .programs-list .slick-dots > li button {
          padding: 0;
          border: none;
          font: inherit;
          color: inherit;
          background-color: transparent;
          cursor: pointer;
          font: 0/0 a;
          color: transparent;
          text-shadow: none;
          background-color: transparent;
          border: 0;
          background-color: #e9f0f2;
          margin: 0 2px;
          outline: none;
          border-radius: 10px;
          height: 10px;
          width: 10px; }
    .testimonials .programs-list .label {
      align-items: center;
      background-color: #01438F;
      border-radius: rem(4px);
      color: #fff;
      display: flex;
      justify-content: flex-start;
      left: 10px;
      padding: 0 15px;
      position: absolute;
      text-transform: uppercase;
      top: 15px;
      white-space: nowrap;
      z-index: 1;
      font-size: rem(12px);
      font-weight: 500;
      line-height: rem(28px); }
      .testimonials .programs-list .label.prestige {
        background-color: #c8a75d; }
        .testimonials .programs-list .label.prestige:before {
          content: "";
          margin-right: 6px;
          background-color: transparent;
          background-image: url(//diszln7ft1ccx.cloudfront.net/img/icon-prestige.svg);
          background-position: 0 0;
          background-repeat: no-repeat;
          background-size: 16px 13px;
          height: 13px;
          width: 16px; }
      .testimonials .programs-list .label.under-compromise {
        background-color: #000; }
      .testimonials .programs-list .label.sold {
        background-color: #cb5151; }
    .testimonials .programs-list .programs-list-item-infos {
      background-color: #F6F6F6;
      padding: 15px 15px;
      position: relative;
      border-radius: 0px 0px 8px 8px;
      height: 50%; }
      @media screen and (max-width: 1550px) {
        .testimonials .programs-list .programs-list-item-infos {
          height: 55%;
          height: fit-content;
          gap: 40px; } }
      @media screen and (max-width: 1350px) {
        .testimonials .programs-list .programs-list-item-infos {
          height: 60%;
          height: fit-content;
          gap: 40px; } }
      @media screen and (max-width: 1250px) {
        .testimonials .programs-list .programs-list-item-infos {
          height: 45%;
          height: fit-content;
          gap: 40px; } }
      @media screen and (max-width: 1100px) {
        .testimonials .programs-list .programs-list-item-infos {
          height: 50%;
          height: fit-content;
          gap: 40px; } }
      @media screen and (max-width: 1000px) {
        .testimonials .programs-list .programs-list-item-infos {
          height: 50%;
          height: fit-content;
          gap: 40px; } }
      @media screen and (max-width: 980px) {
        .testimonials .programs-list .programs-list-item-infos {
          height: 52%;
          height: fit-content;
          gap: 40px; } }
      @media screen and (max-width: 950px) {
        .testimonials .programs-list .programs-list-item-infos {
          height: 52%;
          height: fit-content;
          gap: 40px; } }
      @media screen and (max-width: 920px) {
        .testimonials .programs-list .programs-list-item-infos {
          height: 55%;
          height: fit-content;
          gap: 40px; } }
      @media screen and (max-width: 900px) {
        .testimonials .programs-list .programs-list-item-infos {
          height: 58%;
          height: fit-content;
          gap: 40px; } }
      @media screen and (max-width: 800px) {
        .testimonials .programs-list .programs-list-item-infos {
          height: 60%;
          height: fit-content;
          gap: 40px; } }
      @media screen and (max-width: 850px) {
        .testimonials .programs-list .programs-list-item-infos {
          height: 65%;
          height: fit-content;
          gap: 40px; } }
      @media screen and (max-width: 730px) {
        .testimonials .programs-list .programs-list-item-infos {
          height: 40%;
          height: fit-content;
          gap: 40px; } }
      @media screen and (max-width: 600px) {
        .testimonials .programs-list .programs-list-item-infos {
          height: 42%;
          height: fit-content;
          gap: 40px; } }
      @media screen and (max-width: 520px) {
        .testimonials .programs-list .programs-list-item-infos {
          height: 50%;
          height: fit-content;
          gap: 40px; } }
      @media screen and (max-width: 450px) {
        .testimonials .programs-list .programs-list-item-infos {
          height: 58%;
          height: fit-content;
          gap: 40px; } }
      @media screen and (max-width: 400px) {
        .testimonials .programs-list .programs-list-item-infos {
          height: 65%;
          height: fit-content;
          gap: 40px; } }
      @media screen and (max-width: 400px) {
        .testimonials .programs-list .programs-list-item-infos {
          height: 62%;
          height: fit-content;
          gap: 40px; } }
      @media screen and (max-width: 350px) {
        .testimonials .programs-list .programs-list-item-infos {
          height: 70%;
          height: fit-content;
          gap: 40px; } }
      .testimonials .programs-list .programs-list-item-infos p {
        margin: 0; }
      .testimonials .programs-list .programs-list-item-infos .location {
        padding-left: 15px;
        position: relative;
        font-size: rem(13px);
        font-weight: 400;
        line-height: rem(20px); }
        .testimonials .programs-list .programs-list-item-infos .location:before {
          content: "";
          left: 0;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          background-color: transparent;
          background-image: url(//diszln7ft1ccx.cloudfront.net/img/icon-location.svg);
          background-position: 0 0;
          background-repeat: no-repeat;
          background-size: 9px 11px;
          height: 11px;
          width: 9px; }
        @media only screen and (max-width: 1330px) and (min-width: 1052px) {
          .testimonials .programs-list .programs-list-item-infos .location {
            width: calc(100% - 50px); } }
      .testimonials .programs-list .programs-list-item-infos .name {
        color: #000;
        font-size: rem(14px);
        font-weight: 500;
        line-height: rem(20px);
        width: calc(100% - 50px); }
      .testimonials .programs-list .programs-list-item-infos .price {
        color: #52AE32;
        letter-spacing: -1px;
        font-size: rem(24px);
        font-weight: 500;
        line-height: rem(30px); }
      .testimonials .programs-list .programs-list-item-infos .agent {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: absolute;
        right: 10px;
        top: 15px; }
        .testimonials .programs-list .programs-list-item-infos .agent img {
          display: block;
          overflow: hidden;
          border-radius: 35px;
          height: 35px;
          width: 35px; }
        .testimonials .programs-list .programs-list-item-infos .agent span {
          display: block;
          font-size: rem(12px);
          font-weight: 400;
          line-height: rem(16px); }
    .testimonials .programs-list *,
    .testimonials .programs-list *::before,
    .testimonials .programs-list *::after {
      box-sizing: border-box; }
  .testimonials .expert-card-details {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: normal;
    gap: 20px; }
    .testimonials .expert-card-details .btn {
      background-color: #F6F6F6;
      border: 1px solid #F6F6F6;
      color: #707070;
      cursor: pointer;
      padding: 0 25px;
      text-align: center;
      text-decoration: none;
      transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
      white-space: nowrap;
      font-size: 0.9rem;
      font-weight: 500;
      line-height: rem(20px);
      height: 40px;
      width: auto; }
      .testimonials .expert-card-details .btn:hover {
        background-color: #eeeeee;
        border: 1px solid #eeeeee;
        text-decoration: none; }
      .testimonials .expert-card-details .btn.btn-contact-expert {
        margin-top: 10px;
        border-radius: 24px;
        background-color: transparent;
        border-color: #4d4d4f;
        color: #4d4d4f; }
        .testimonials .expert-card-details .btn.btn-contact-expert:hover {
          background-color: #4d4d4f;
          color: #fff; }
    .testimonials .expert-card-details .expert-card-details-description p {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      text-align: left; }
    .testimonials .expert-card-details .expert-card-details-infos p:last-child {
      color: #546364; }

body, html {
  margin: 0; }

.content {
  margin: 25px;
  padding: 0;
  font-family: "SourceSansPro", Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 auto; }
  @media screen and (max-width: 768px) {
    .content {
      align-items: normal; } }
.container {
  padding-top: 120px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@charset "UTF-8";
.enjoy-qualified-leads .enjoy-qualified-leads-footer a button, .income-simulator .container-income-simulator .income-simulator-contact, .increase-your-income .increase-your-income-sub .increase-your-income-sub-text a button, .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div .your-profile-interests-us-type-profile .your-profile-interests-us-type-profile-button a button, .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-sub-header, .here-you-have-mean .here-you-have-mean-sub-text .here-you-have-mean-sub-text-footer a button, .here-we-succes-home-page .here-we-go-sub .here-we-go-sub-text .here-we-go-sub-text-footer a button, .ready-to-go-success-download-bronchure .ready-to-go-success-sub .ready-to-go-success-footer, .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-button-form-send, .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-accept-legal {
  display: flex;
  justify-content: center;
  align-items: center; }

.your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div, .ready-to-go-success-download-bronchure .ready-to-go-success-sub, .ready-to-go-success-contact-us .ready-to-go-success-sub, .ready-to-go .ready-to-go-sub .ready-to-go-form-grl, .ready-to-go .ready-to-go-sub .ready-to-go-form-title, .ready-to-go .ready-to-go-sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.enjoy-qualified-leads, .increase-your-income, .your-are-in-the-right-place, .your-profile-interests-us, .you-are-not-alone, .here-you-have-mean {
  margin: 0 auto;
  padding: 60px 0px;
  max-width: 1120px; }
  @media screen and (max-width: 768px) {
    .enjoy-qualified-leads, .increase-your-income, .your-are-in-the-right-place, .your-profile-interests-us, .you-are-not-alone, .here-you-have-mean {
      margin: 0 7%;
      padding: 30px 10px; } }
.here-we-succes-home-page {
  padding-top: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .here-we-succes-home-page {
      padding-inline: 7%;
      width: auto; } }
.income-simulator, .your-success-starts-here-homepage {
  padding-bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .income-simulator, .your-success-starts-here-homepage {
      padding-inline: 7%;
      width: auto; } }
.ready-to-go {
  margin: 0 auto;
  padding: 60px 0px;
  max-width: 1120px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  gap: 20px; }
  @media screen and (max-width: 1300px) {
    .ready-to-go {
      padding: 0px 10px; } }
  .ready-to-go .ready-to-go-sub {
    padding: 60px 3rem;
    background-color: #F8F8F8;
    gap: 40px;
    border-radius: 8px; }
    @media screen and (max-width: 1300px) {
      .ready-to-go .ready-to-go-sub {
        padding: 44px 20px;
        margin: 0; } }
    .ready-to-go .ready-to-go-sub .ready-to-go-form-title {
      gap: 20px; }
      @media screen and (max-width: 1300px) {
        .ready-to-go .ready-to-go-sub .ready-to-go-form-title {
          display: flex;
          flex-direction: column;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          width: 100%; } }
      .ready-to-go .ready-to-go-sub .ready-to-go-form-title h2 {
        font-size: 42px;
        font-weight: 700;
        line-height: 52.79px;
        text-align: center; }
      .ready-to-go .ready-to-go-sub .ready-to-go-form-title p {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        text-align: center; }
    .ready-to-go .ready-to-go-sub .ready-to-go-form-grl {
      gap: 20px;
      width: 600px; }
      @media screen and (max-width: 768px) {
        .ready-to-go .ready-to-go-sub .ready-to-go-form-grl {
          width: auto; } }
      .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form-contact {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch;
        width: 100%; }
        .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form-contact button {
          padding: 8px 20px;
          gap: 10px;
          height: auto;
          font-size: 18px; }
        .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form-contact .ready-contact.active {
          padding: 10px;
          background: #52AE32;
          color: #FFFFFF;
          border-radius: 8px 0px 0px 8px;
          border: none;
          font-size: 18px;
          font-weight: 600;
          width: 50%;
          cursor: pointer; }
        .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form-contact .ready-contact.inactive {
          padding: 10px;
          background: #FFFFFF;
          color: #546364;
          border-radius: 8px 0px 0px 8px;
          border: 1px solid #E5EEF0;
          font-size: 18px;
          font-weight: 400;
          width: 50%;
          cursor: pointer; }
        .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form-contact .ready-download.active {
          padding: 10px;
          background: #52AE32;
          color: #FFFFFF;
          border-radius: 0px 8px 8px 0px;
          border: none;
          font-size: 18px;
          font-weight: 600;
          width: 50%;
          cursor: pointer; }
        .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form-contact .ready-download.inactive {
          padding: 10px;
          background: #FFFFFF;
          color: #546364;
          border-radius: 0px 8px 8px 0px;
          border: 1px solid #E5EEF0;
          font-size: 18px;
          font-weight: 400;
          width: 50%;
          cursor: pointer; }
        @media screen and (max-width: 1300px) {
          .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form-contact button {
            padding: 8px 20px;
            gap: 10px;
            height: auto; }
          .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form-contact .ready-contact {
            padding: 8px 10px;
            background: #52AE32;
            color: #FFFFFF;
            border-radius: 8px 0px 0px 8px;
            border: none;
            font-size: 16px;
            font-weight: 600;
            width: 50%;
            cursor: pointer; }
          .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form-contact .ready-download {
            padding: 8px 10px;
            background: #FFFFFF;
            color: #546364;
            border-radius: 0px 8px 8px 0px;
            border: 1px solid #E5EEF0;
            font-size: 16px;
            font-weight: 400;
            width: 50%;
            cursor: pointer; } }
      .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: normal;
        align-items: stretch;
        padding-top: 20px;
        gap: 20px; }
        @media screen and (max-width: 768px) {
          .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form {
            gap: 20px; } }
        .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .inputs-row {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: stretch;
          align-items: stretch;
          gap: 20px; }
          .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .inputs-row .form-field {
            width: 50%; }
          @media screen and (max-width: 768px) {
            .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .inputs-row {
              display: flex;
              flex-direction: column;
              flex-wrap: nowrap;
              justify-content: stretch;
              align-items: stretch; }
              .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .inputs-row .form-field {
                width: auto; } }
        .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .form-field {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: stretch;
          align-items: center;
          padding: 5px 10px;
          gap: 10px;
          background: #FFFFFF;
          border: 1px solid #E5EEF0;
          border-radius: 4px;
          min-height: 52px; }
          .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .form-field .field-input {
            width: 100%; }
            .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .form-field .field-input label {
              font-size: 12px;
              font-weight: 400;
              line-height: normal;
              text-align: left; }
          .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .form-field input {
            color: #546364;
            border: none;
            outline: none;
            width: 100%;
            font-size: 14px;
            font-weight: 400;
            line-height: normal;
            text-align: left;
            -moz-appearance: textfield;
            appearance: textfield;
            /* Chrome */
            /* Opéra*/ }
            .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .form-field input::-webkit-inner-spin-button {
              -webkit-appearance: none;
              margin: 0; }
            .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .form-field input::-o-inner-spin-button {
              -o-appearance: none;
              margin: 0; }
          .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .form-field .error {
            font-size: 12px;
            font-weight: 400;
            line-height: normal;
            text-align: left;
            color: red; }
        .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-input-prenom-person-known {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: normal;
          align-items: center;
          font-size: 16px;
          font-weight: 400;
          line-height: normal;
          text-align: normal;
          background: #FFFFFF;
          border: 1px solid #E5EEF0;
          padding: 5px;
          border-radius: 4px;
          display: none;
          width: 100%;
          height: 52px; }
          @media screen and (max-width: 768px) {
            .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-input-prenom-person-known {
              padding: 1px 5px; } }
          .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-input-prenom-person-known input[type="text"] {
            color: #546364;
            border: none;
            outline: none;
            padding: 2% 0%;
            width: 100%; }
            @media screen and (max-width: 768px) {
              .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-input-prenom-person-known input[type="text"] {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: normal;
                align-items: normal;
                width: 100%; } }
          .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-input-prenom-person-known .suggestion-list {
            padding: 10px;
            background-color: #FFFFFF;
            border: 1px solid #E5EEF0;
            border-radius: 4px;
            overflow: auto;
            height: 300px;
            position: relative;
            z-index: 9999; }
        .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-know-efficity {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: space-between;
          align-items: normal;
          width: 100%; }
          @media screen and (max-width: 768px) {
            .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-know-efficity {
              display: flex;
              flex-direction: column;
              flex-wrap: wrap;
              justify-content: normal;
              align-items: normal;
              width: 100%;
              gap: 5px; } }
          .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-know-efficity .ready-professionnel-immobilier .ready-professionnel-immobilier-agent {
            font-size: 12px;
            font-weight: 400;
            line-height: normal;
            text-align: left;
            color: #546364; }
          .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-know-efficity .ready-professionnel-immobilier p {
            font-size: 16px;
            font-weight: 400;
            line-height: normal;
            text-align: normal; }
          .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-know-efficity .know-efficity-checker {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: normal;
            align-items: center;
            gap: 20px; }
            .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-know-efficity .know-efficity-checker .know-efficity-checker-choice {
              display: flex;
              flex-direction: row;
              flex-wrap: nowrap;
              justify-content: normal;
              align-items: normal;
              gap: 20px; }
              .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-know-efficity .know-efficity-checker .know-efficity-checker-choice .knows-someone,
              .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-know-efficity .know-efficity-checker .know-efficity-checker-choice .real-estate-professional {
                display: flex;
                gap: 20px;
                list-style-type: none; }
                .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-know-efficity .know-efficity-checker .know-efficity-checker-choice .knows-someone li label,
                .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-know-efficity .know-efficity-checker .know-efficity-checker-choice .real-estate-professional li label {
                  display: flex;
                  flex-direction: row;
                  flex-wrap: nowrap;
                  justify-content: center;
                  align-items: center;
                  gap: 10px; }
                  .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-know-efficity .know-efficity-checker .know-efficity-checker-choice .knows-someone li label input[type="radio"],
                  .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-know-efficity .know-efficity-checker .know-efficity-checker-choice .real-estate-professional li label input[type="radio"] {
                    width: 24px;
                    height: 24px;
                    appearance: none;
                    border-radius: 50%;
                    border: 1px solid #E5EEF0;
                    background-color: #FFFFFF;
                    margin: 0px;
                    display: flex;
                    place-content: center;
                    transform: translateY(-0.075em); }
                    @media screen and (max-width: 768px) {
                      .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-know-efficity .know-efficity-checker .know-efficity-checker-choice .knows-someone li label input[type="radio"],
                      .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-know-efficity .know-efficity-checker .know-efficity-checker-choice .real-estate-professional li label input[type="radio"] {
                        width: 25px;
                        height: 25px;
                        gap: 5px; } }
                .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-know-efficity .know-efficity-checker .know-efficity-checker-choice .knows-someone li input[type="radio"]::before,
                .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-know-efficity .know-efficity-checker .know-efficity-checker-choice .real-estate-professional li input[type="radio"]::before {
                  content: "";
                  width: 18px;
                  height: 18px;
                  border-radius: 50%;
                  transform: scale(0);
                  box-shadow: inset 1em 1em #52AE32; }
                .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-know-efficity .know-efficity-checker .know-efficity-checker-choice .knows-someone li input[type="radio"]:checked::before,
                .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-know-efficity .know-efficity-checker .know-efficity-checker-choice .real-estate-professional li input[type="radio"]:checked::before {
                  transform: scale(1);
                  position: relative;
                  top: 3px;
                  right: 0.2px; }
              @media screen and (max-width: 768px) {
                .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-know-efficity .know-efficity-checker .know-efficity-checker-choice {
                  gap: 5px; } }
        .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-accept-legal {
          gap: 20px; }
          .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-accept-legal input[type="checkbox"] {
            width: 24px;
            height: 24px;
            appearance: none;
            border: 1px solid #E5EEF0;
            background-color: #FFFFFF;
            display: grid;
            place-content: center;
            transform: translateY(-0.075em); }
            @media screen and (max-width: 768px) {
              .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-accept-legal input[type="checkbox"] {
                width: 15px;
                height: 15px;
                gap: 5px; } }
          .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-accept-legal input[type="checkbox"]::before {
            content: "";
            width: 18px;
            height: 18px;
            transform: scale(0);
            background-color: #52AE32; }
          .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-accept-legal input[type="checkbox"]:checked::before {
            transform: scale(1); }
          .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-accept-legal label {
            font-size: 12px;
            font-weight: 400;
            color: #11150F; }
          .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-accept-legal .error {
            font-size: 12px;
            font-weight: 400;
            line-height: normal;
            text-align: left;
            color: red; }
        .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-button-form-send .ready-button-form {
          padding: 10px;
          background: #52AE32;
          color: #FFFFFF;
          border-radius: 50px;
          border: none;
          font-size: 16px;
          font-weight: 600;
          width: 60%;
          cursor: pointer;
          cursor: pointer; }
          @media screen and (max-width: 768px) {
            .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-button-form-send .ready-button-form {
              width: 100%;
              font-size: 16px;
              font-weight: 600; } }
  .ready-to-go .ready-to-go-legal {
    color: #546364;
    font-size: 12px;
    text-align: left; }
    @media screen and (max-width: 1300px) {
      .ready-to-go .ready-to-go-legal {
        padding: 0 5%;
        padding-bottom: 90px; } }
.ready-to-go-success-contact-us {
  margin: 60px auto;
  padding: 90px 15%;
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #F8F8F8;
  border-radius: 8px;
  max-width: 1120px; }
  @media screen and (max-width: 1300px) {
    .ready-to-go-success-contact-us {
      padding: 60px 0.5rem;
      margin: 10 px 7%; } }
  .ready-to-go-success-contact-us .ready-to-go-success-sub {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #F8F8F8;
    gap: 10px;
    border-radius: 8px; }
    .ready-to-go-success-contact-us .ready-to-go-success-sub .ready-to-go-success-content {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      gap: 6px; }
      .ready-to-go-success-contact-us .ready-to-go-success-sub .ready-to-go-success-content .ready-to-success-content-header {
        font-size: 42px;
        font-weight: 700;
        line-height: 52.79px;
        text-align: center;
        color: #11150F; }
      .ready-to-go-success-contact-us .ready-to-go-success-sub .ready-to-go-success-content .ready-to-success-content-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        text-align: center;
        color: #11150F; }

.ready-to-go-success-download-bronchure {
  margin: 60px 0;
  padding: 90px 15%;
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #F8F8F8;
  gap: 40px;
  border-radius: 8px;
  max-width: 1120px;
  margin: 0 auto; }
  @media screen and (max-width: 1300px) {
    .ready-to-go-success-download-bronchure {
      padding: 60px 0.5rem;
      margin: 10 px 7%; } }
  .ready-to-go-success-download-bronchure .ready-to-go-success-sub {
    padding: 80px 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #F8F8F8;
    gap: 10px;
    border-radius: 8px; }
    .ready-to-go-success-download-bronchure .ready-to-go-success-sub .ready-to-go-success-content {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      gap: 6px; }
      .ready-to-go-success-download-bronchure .ready-to-go-success-sub .ready-to-go-success-content .ready-to-success-content-header {
        font-size: 42px;
        font-weight: 700;
        line-height: 52.79px;
        text-align: center;
        color: #11150F; }
      .ready-to-go-success-download-bronchure .ready-to-go-success-sub .ready-to-go-success-content .ready-to-success-content-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        text-align: center;
        color: #11150F; }
    .ready-to-go-success-download-bronchure .ready-to-go-success-sub .ready-to-go-success-footer .ready-to-go-success-footer-button {
      padding: 10px 40px;
      background: #52AE32;
      color: #FFFFFF;
      border-radius: 50px;
      border: none;
      font-size: 16px;
      font-weight: 600;
      width: auto;
      cursor: pointer;
      cursor: pointer; }
      @media screen and (max-width: 1300px) {
        .ready-to-go-success-download-bronchure .ready-to-go-success-sub .ready-to-go-success-footer .ready-to-go-success-footer-button {
          width: 100%;
          font-size: 16px;
          font-weight: 600; } }
.enjoy-qualified-leads .enjoy-qualified-leads-footer a button, .income-simulator .container-income-simulator .income-simulator-contact, .increase-your-income .increase-your-income-sub .increase-your-income-sub-text a button, .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div .your-profile-interests-us-type-profile .your-profile-interests-us-type-profile-button a button, .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-sub-header, .here-you-have-mean .here-you-have-mean-sub-text .here-you-have-mean-sub-text-footer a button, .here-we-succes-home-page .here-we-go-sub .here-we-go-sub-text .here-we-go-sub-text-footer a button, .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-accept-legal, .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-button-form-send, .ready-to-go-success-download-bronchure .ready-to-go-success-sub .ready-to-go-success-footer {
  display: flex;
  justify-content: center;
  align-items: center; }

.your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div, .ready-to-go .ready-to-go-sub, .ready-to-go .ready-to-go-sub .ready-to-go-form-title, .ready-to-go .ready-to-go-sub .ready-to-go-form-grl, .ready-to-go-success-contact-us .ready-to-go-success-sub, .ready-to-go-success-download-bronchure .ready-to-go-success-sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.enjoy-qualified-leads, .increase-your-income, .your-are-in-the-right-place, .your-profile-interests-us, .you-are-not-alone, .here-you-have-mean {
  margin: 0 auto;
  padding: 60px 0px;
  max-width: 1120px; }
  @media screen and (max-width: 768px) {
    .enjoy-qualified-leads, .increase-your-income, .your-are-in-the-right-place, .your-profile-interests-us, .you-are-not-alone, .here-you-have-mean {
      margin: 0 7%;
      padding: 30px 10px; } }
.here-we-succes-home-page {
  padding-top: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .here-we-succes-home-page {
      padding-inline: 7%;
      width: auto; } }
.income-simulator, .your-success-starts-here-homepage {
  padding-bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .income-simulator, .your-success-starts-here-homepage {
      padding-inline: 7%;
      width: auto; } }
* {
  margin: 0;
  padding: 0; }

.here-we-succes-home-page {
  padding-bottom: 60px;
  margin-bottom: 60px;
  background: #f8f8f8; }
  .here-we-succes-home-page .here-we-go-sub {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    max-width: 1120px;
    width: 100%;
    gap: 50px;
    margin-inline: 1.5rem; }
    @media screen and (max-width: 768px) {
      .here-we-succes-home-page .here-we-go-sub {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: normal;
        align-items: center; } }
    .here-we-succes-home-page .here-we-go-sub .here-we-go-sub-text {
      place-self: center;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: normal;
      align-items: normal;
      gap: 32px;
      order: 0; }
      @media screen and (max-width: 768px) {
        .here-we-succes-home-page .here-we-go-sub .here-we-go-sub-text {
          order: 2; } }
      .here-we-succes-home-page .here-we-go-sub .here-we-go-sub-text .here-we-go-sub-text-header {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: normal;
        align-items: normal;
        gap: 20px; }
        .here-we-succes-home-page .here-we-go-sub .here-we-go-sub-text .here-we-go-sub-text-header .here-we-go-sub-text-header-title {
          color: #11150F;
          font-size: 60px;
          font-weight: 700;
          line-height: 70px;
          text-align: left; }
          @media screen and (max-width: 768px) {
            .here-we-succes-home-page .here-we-go-sub .here-we-go-sub-text .here-we-go-sub-text-header .here-we-go-sub-text-header-title {
              font-size: 42px;
              font-weight: 700;
              line-height: 53px;
              text-align: center;
              font-style: normal; } }
        .here-we-succes-home-page .here-we-go-sub .here-we-go-sub-text .here-we-go-sub-text-header .here-we-go-sub-text-header-content {
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          justify-content: normal;
          align-items: normal;
          gap: 20px; }
          .here-we-succes-home-page .here-we-go-sub .here-we-go-sub-text .here-we-go-sub-text-header .here-we-go-sub-text-header-content .here-we-go-sub-text-header-content-accroche {
            color: #52AE32;
            font-size: 18px;
            font-weight: 600;
            line-height: 26px;
            text-align: left; }
            @media screen and (max-width: 768px) {
              .here-we-succes-home-page .here-we-go-sub .here-we-go-sub-text .here-we-go-sub-text-header .here-we-go-sub-text-header-content .here-we-go-sub-text-header-content-accroche {
                font-size: 18px;
                font-weight: 600;
                line-height: 26px;
                text-align: center; } }
          .here-we-succes-home-page .here-we-go-sub .here-we-go-sub-text .here-we-go-sub-text-header .here-we-go-sub-text-header-content .here-we-go-sub-text-header-content-text {
            font-size: 18px;
            font-weight: 400;
            line-height: 28px;
            text-align: left; }
            @media screen and (max-width: 768px) {
              .here-we-succes-home-page .here-we-go-sub .here-we-go-sub-text .here-we-go-sub-text-header .here-we-go-sub-text-header-content .here-we-go-sub-text-header-content-text {
                font-size: 18px;
                font-weight: 400;
                line-height: 28px;
                text-align: center; } }
      .here-we-succes-home-page .here-we-go-sub .here-we-go-sub-text .here-we-go-sub-text-footer {
        display: flex;
        gap: 10px;
        border-radius: 30px; }
        .here-we-succes-home-page .here-we-go-sub .here-we-go-sub-text .here-we-go-sub-text-footer a {
          width: 100%;
          text-decoration: none; }
          .here-we-succes-home-page .here-we-go-sub .here-we-go-sub-text .here-we-go-sub-text-footer a button {
            padding: 15px 40px;
            background: #52AE32;
            color: #FFFFFF;
            border-radius: 50px;
            border: none;
            font-size: 16px;
            font-weight: 600;
            width: 60%;
            cursor: pointer; }
            @media screen and (max-width: 768px) {
              .here-we-succes-home-page .here-we-go-sub .here-we-go-sub-text .here-we-go-sub-text-footer a button {
                padding: 15px 40px;
                font-size: 16px;
                width: 100%; } }
    .here-we-succes-home-page .here-we-go-sub .here-we-go-sub-img {
      width: 45%; }
      @media screen and (max-width: 768px) {
        .here-we-succes-home-page .here-we-go-sub .here-we-go-sub-img {
          width: 90%; } }
.enjoy-qualified-leads .enjoy-qualified-leads-footer a button, .income-simulator .container-income-simulator .income-simulator-contact, .increase-your-income .increase-your-income-sub .increase-your-income-sub-text a button, .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div .your-profile-interests-us-type-profile .your-profile-interests-us-type-profile-button a button, .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-sub-header, .here-you-have-mean .here-you-have-mean-sub-text .here-you-have-mean-sub-text-footer a button, .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-accept-legal, .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-button-form-send, .ready-to-go-success-download-bronchure .ready-to-go-success-sub .ready-to-go-success-footer, .here-we-succes-home-page .here-we-go-sub .here-we-go-sub-text .here-we-go-sub-text-footer a button {
  display: flex;
  justify-content: center;
  align-items: center; }

.your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div, .ready-to-go .ready-to-go-sub, .ready-to-go .ready-to-go-sub .ready-to-go-form-title, .ready-to-go .ready-to-go-sub .ready-to-go-form-grl, .ready-to-go-success-contact-us .ready-to-go-success-sub, .ready-to-go-success-download-bronchure .ready-to-go-success-sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.enjoy-qualified-leads, .increase-your-income, .your-are-in-the-right-place, .your-profile-interests-us, .you-are-not-alone, .here-you-have-mean {
  margin: 0 auto;
  padding: 60px 0px;
  max-width: 1120px; }
  @media screen and (max-width: 768px) {
    .enjoy-qualified-leads, .increase-your-income, .your-are-in-the-right-place, .your-profile-interests-us, .you-are-not-alone, .here-you-have-mean {
      margin: 0 7%;
      padding: 30px 10px; } }
.here-we-succes-home-page {
  padding-top: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .here-we-succes-home-page {
      padding-inline: 7%;
      width: auto; } }
.income-simulator, .your-success-starts-here-homepage {
  padding-bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .income-simulator, .your-success-starts-here-homepage {
      padding-inline: 7%;
      width: auto; } }
* {
  margin: 0;
  padding: 0; }

.here-you-have-mean {
  display: flex;
  margin-bottom: 40px;
  gap: 57px; }
  @media (max-width: 768px) {
    .here-you-have-mean {
      flex-direction: column; } }
  .here-you-have-mean .here-you-have-mean-sub-text {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    gap: 32px; }
    .here-you-have-mean .here-you-have-mean-sub-text .here-you-have-mean-sub-text-header {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: normal;
      align-items: normal;
      gap: 20px; }
      .here-you-have-mean .here-you-have-mean-sub-text .here-you-have-mean-sub-text-header .here-you-have-mean-sub-text-header-title {
        font-size: 42px;
        font-weight: 700;
        line-height: 52.79px;
        text-align: left; }
        @media (max-width: 768px) {
          .here-you-have-mean .here-you-have-mean-sub-text .here-you-have-mean-sub-text-header .here-you-have-mean-sub-text-header-title {
            font-size: 42px;
            font-weight: 700;
            line-height: 52.79px;
            text-align: center; } }
      .here-you-have-mean .here-you-have-mean-sub-text .here-you-have-mean-sub-text-header .here-you-have-mean-sub-text-header-content {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: normal;
        align-items: normal;
        gap: 20px; }
        .here-you-have-mean .here-you-have-mean-sub-text .here-you-have-mean-sub-text-header .here-you-have-mean-sub-text-header-content .here-you-have-mean-sub-text-header-content-accroche {
          font-size: 18px;
          font-weight: 400;
          line-height: 28px;
          text-align: left; }
    .here-you-have-mean .here-you-have-mean-sub-text .here-you-have-mean-sub-text-footer {
      display: flex;
      gap: 10px;
      border-radius: 24px; }
      .here-you-have-mean .here-you-have-mean-sub-text .here-you-have-mean-sub-text-footer a {
        width: 60%;
        text-decoration: none; }
        @media (max-width: 768px) {
          .here-you-have-mean .here-you-have-mean-sub-text .here-you-have-mean-sub-text-footer a {
            width: 100%; } }
        .here-you-have-mean .here-you-have-mean-sub-text .here-you-have-mean-sub-text-footer a button {
          padding: 15px;
          background: #52AE32;
          color: #FFFFFF;
          border-radius: 50px;
          border: none;
          font-size: 16px;
          font-weight: 600;
          width: 100%;
          cursor: pointer; }
  .here-you-have-mean .here-you-have-mean-sub-link {
    flex: 1 1 0;
    position: relative; }
    .here-you-have-mean .here-you-have-mean-sub-link .here-you-have-mean-sub-link-bull {
      width: 248px;
      height: 248px;
      border-radius: 50%;
      background: #F8F8F8;
      position: absolute;
      top: -60px;
      left: -60px; }
      @media (max-width: 768px) {
        .here-you-have-mean .here-you-have-mean-sub-link .here-you-have-mean-sub-link-bull {
          display: none; } }
    .here-you-have-mean .here-you-have-mean-sub-link .here-you-have-mean-sub-link-sub {
      display: flex;
      flex-direction: column;
      gap: 10px;
      position: inherit; }
      .here-you-have-mean .here-you-have-mean-sub-link .here-you-have-mean-sub-link-sub .container-frame {
        display: flex;
        justify-content: space-between;
        padding: 20px 10px;
        background: #FFFFFF;
        border: 1px solid #E5EEF0;
        border-radius: 8px;
        text-decoration: none; }
        .here-you-have-mean .here-you-have-mean-sub-link .here-you-have-mean-sub-link-sub .container-frame .container-frame-head {
          display: flex;
          gap: 16px; }
          .here-you-have-mean .here-you-have-mean-sub-link .here-you-have-mean-sub-link-sub .container-frame .container-frame-head div {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 18px;
            font-weight: 600;
            line-height: 26px;
            text-align: left;
            color: #11150F; }
        .here-you-have-mean .here-you-have-mean-sub-link .here-you-have-mean-sub-link-sub .container-frame .container-icon-flech-droit {
          font-weight: 900;
          font-size: 12px;
          line-height: 12px;
          color: #52AE32; }
      @media (max-width: 768px) {
        .here-you-have-mean .here-you-have-mean-sub-link .here-you-have-mean-sub-link-sub {
          position: relative;
          left: 0; } }
@font-face {
  font-family: "SourceSansPro";
  src: url(fonts/SourceSansPro-ExtraLight.ttf) format("truetype");
  font-display: swap;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "SourceSansPro";
  src: url(fonts/SourceSansPro-Light.ttf) format("truetype");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "SourceSansPro";
  src: url(fonts/SourceSansPro-Regular.ttf) format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "SourceSansPro";
  src: url(fonts/SourceSansPro-SemiBold.ttf) format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "SourceSansPro";
  src: url(fonts/SourceSansPro-Bold.ttf) format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "SourceSansPro";
  src: url(fonts/SourceSansPro-Black.ttf) format("truetype");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal; }

#marypopin-mask {
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: scroll; }

.modal {
  display: none;
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
  position: relative; }

.modal-video {
  margin: 0 auto;
  max-width: 100%;
  width: 800px; }
  .modal-video .modal-video-close {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    background-color: transparent;
    background-image: url(https://diszln7ft1ccx.cloudfront.net/img/icon-close.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 17px 17px;
    height: 17px;
    width: 17px; }
    @media (min-width: 768px) {
      .modal-video .modal-video-close {
        right: 20px;
        top: 20px; } }
  .modal-video .modal-video-content {
    height: 0;
    padding-bottom: 56.25%;
    position: relative; }
    .modal-video .modal-video-content iframe, .modal-video .modal-video-content embed {
      left: 0;
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%; }

.modal-program-infos {
  background-color: #fff;
  box-shadow: 0 2px 44px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  width: 730px;
  border-radius: 8px; }
  @media (min-width: 768px) {
    .modal-program-infos {
      padding: 30px 50px; } }
  .modal-program-infos.prestige-program .modal-program-infos-title {
    color: #c8a75d; }
  .modal-program-infos.prestige-program .modal-submit-btn {
    background-color: #c8a75d;
    border-color: #c8a75d; }
  .modal-program-infos.prestige-program .form-element .form-element-dropdown a:after {
    background-image: url(https://diszln7ft1ccx.cloudfront.net/img/chevron-exclu.svg); }
  .modal-program-infos.prestige-program .modal-program-infos-mentions a {
    color: #c8a75d; }
  .modal-program-infos .modal-program-infos-close {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    background-color: transparent;
    background-image: url(https://diszln7ft1ccx.cloudfront.net/img/icon-close.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 17px 17px;
    height: 17px;
    width: 17px; }
    @media (min-width: 768px) {
      .modal-program-infos .modal-program-infos-close {
        right: 20px;
        top: 20px; } }
  .modal-program-infos .modal-program-infos-title {
    color: #52AE32;
    margin: 10px 0 0;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.875rem; }
    @media (min-width: 768px) {
      .modal-program-infos .modal-program-infos-title {
        font-size: 2.0625rem;
        font-weight: 500;
        line-height: 2.5rem; } }
  .modal-program-infos p, .modal-program-infos ul {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.375rem; }
  .modal-program-infos .modal-program-infos-form {
    margin: 30px 0; }
    .modal-program-infos .modal-program-infos-form .form-element {
      margin: 13px 0; }
      .modal-program-infos .modal-program-infos-form .form-element input, .modal-program-infos .modal-program-infos-form .form-element textarea, .modal-program-infos .modal-program-infos-form .form-element .form-element-dropdown a {
        background-color: #fafafa;
        border-radius: 4px; }
      .modal-program-infos .modal-program-infos-form .form-element .form-element-dropdown a {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
    .modal-program-infos .modal-program-infos-form .flags {
      flex: 0 0 70px; }
      .modal-program-infos .modal-program-infos-form .flags .form-element-dropdown a {
        align-items: center;
        background-color: #fff;
        border-right: none;
        display: flex;
        justify-content: flex-start;
        padding-left: 10px;
        border-radius: 4px 0px 0px 4px; }
        .modal-program-infos .modal-program-infos-form .flags .form-element-dropdown a img {
          display: block; }
    .modal-program-infos .modal-program-infos-form .phone.active .form-element-label {
      left: -70px; }
    .modal-program-infos .modal-program-infos-form .phone input {
      border-radius: 0px 4px 4px 0px; }
  @media (min-width: 768px) {
    .modal-program-infos .modal-program-infos-submit {
      min-width: 250px; } }
  .modal-program-infos .modal-program-infos-mentions {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.375rem; }
    .modal-program-infos .modal-program-infos-mentions a {
      color: #52AE32;
      font-weight: 500; }

.your-success-starts-here-homepage {
  width: 100%;
  padding: 30px 0;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.625rem;
  background: linear-gradient(to bottom, #f8f8f8 65%, #ffffff 35%); }
  @media (min-width: 1200px) {
    .your-success-starts-here-homepage {
      padding: 60px 0; } }
  .your-success-starts-here-homepage .tunnel-video-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    .your-success-starts-here-homepage .tunnel-video-container .stripe-title {
      text-align: center;
      font-weight: 700;
      font-size: 42px;
      line-height: 53px; }
    .your-success-starts-here-homepage .tunnel-video-container .tunnel-video-thumb {
      display: block;
      margin-top: 30px;
      position: relative; }
      .your-success-starts-here-homepage .tunnel-video-container .tunnel-video-thumb:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: transparent;
        background-image: url(//diszln7ft1ccx.cloudfront.net/img/icon-play.svg);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 120px 120px;
        height: 120px;
        width: 120px; }
      .your-success-starts-here-homepage .tunnel-video-container .tunnel-video-thumb img {
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
        display: block;
        border-radius: 8px;
        width: 100%; }

.you-are-not-alone {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  gap: 32px; }
  .you-are-not-alone .stripe-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 53px;
    text-align: center;
    margin-bottom: 32px; }
  .you-are-not-alone .programs-list {
    display: flex; }
    .you-are-not-alone .programs-list .blog-post-visual {
      height: 20rem; }
    .you-are-not-alone .programs-list .blog-post-info {
      height: auto; }
      .you-are-not-alone .programs-list .blog-post-info .event-title {
        font-size: 18;
        font-weight: 600;
        line-height: 26px;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .you-are-not-alone .programs-list .blog-post-info .event-title {
            font-size: 18;
            font-weight: 600;
            line-height: 26px;
            text-align: left; } }
      .you-are-not-alone .programs-list .blog-post-info .event-subtitle {
        font-size: 14;
        font-weight: 400;
        line-height: 20px;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .you-are-not-alone .programs-list .blog-post-info .event-subtitle {
            font-size: 14;
            font-weight: 400;
            line-height: 20px;
            text-align: left; } }
    .you-are-not-alone .programs-list .label {
      align-items: center;
      background-color: #01438F;
      border-radius: 0.25rem;
      color: #fff;
      display: flex;
      justify-content: flex-start;
      left: 10px;
      padding: 0 15px;
      position: absolute;
      text-transform: uppercase;
      top: 15px;
      white-space: nowrap;
      z-index: 1;
      font-size: 0.75rem;
      font-weight: 500;
      line-height: 1.75rem; }
      .you-are-not-alone .programs-list .label.prestige {
        background-color: #c8a75d; }
        .you-are-not-alone .programs-list .label.prestige:before {
          content: "";
          margin-right: 6px;
          background-color: transparent;
          background-image: url(//diszln7ft1ccx.cloudfront.net/img/icon-prestige.svg);
          background-position: 0 0;
          background-repeat: no-repeat;
          background-size: 16px 13px;
          height: 13px;
          width: 16px; }
      .you-are-not-alone .programs-list .label.under-compromise {
        background-color: #000; }
      .you-are-not-alone .programs-list .label.sold {
        background-color: #cb5151; }

.enjoy-qualified-leads .enjoy-qualified-leads-footer a button, .income-simulator .container-income-simulator .income-simulator-contact, .increase-your-income .increase-your-income-sub .increase-your-income-sub-text a button, .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div .your-profile-interests-us-type-profile .your-profile-interests-us-type-profile-button a button, .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-sub-header, .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-accept-legal, .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-button-form-send, .ready-to-go-success-download-bronchure .ready-to-go-success-sub .ready-to-go-success-footer, .here-we-succes-home-page .here-we-go-sub .here-we-go-sub-text .here-we-go-sub-text-footer a button, .here-you-have-mean .here-you-have-mean-sub-text .here-you-have-mean-sub-text-footer a button {
  display: flex;
  justify-content: center;
  align-items: center; }

.your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div, .ready-to-go .ready-to-go-sub, .ready-to-go .ready-to-go-sub .ready-to-go-form-title, .ready-to-go .ready-to-go-sub .ready-to-go-form-grl, .ready-to-go-success-contact-us .ready-to-go-success-sub, .ready-to-go-success-download-bronchure .ready-to-go-success-sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.enjoy-qualified-leads, .increase-your-income, .your-are-in-the-right-place, .your-profile-interests-us, .here-you-have-mean, .you-are-not-alone {
  margin: 0 auto;
  padding: 60px 0px;
  max-width: 1120px; }
  @media screen and (max-width: 768px) {
    .enjoy-qualified-leads, .increase-your-income, .your-are-in-the-right-place, .your-profile-interests-us, .here-you-have-mean, .you-are-not-alone {
      margin: 0 7%;
      padding: 30px 10px; } }
.here-we-succes-home-page {
  padding-top: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .here-we-succes-home-page {
      padding-inline: 7%;
      width: auto; } }
.income-simulator, .your-success-starts-here-homepage {
  padding-bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .income-simulator, .your-success-starts-here-homepage {
      padding-inline: 7%;
      width: auto; } }
* {
  margin: 0;
  padding: 0; }

/* Recruitment page */
.your-profile-interests-us {
  padding: 0px; }
  .your-profile-interests-us .your-profile-interests-us-sub {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    gap: 20px; }
    .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-sub-header {
      color: #11150F;
      font-size: 42px;
      font-weight: 700;
      line-height: 52.79px;
      text-align: center; }
    .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block {
      gap: 32px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: normal;
      align-items: normal; }
      @media (max-width: 768px) {
        .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block {
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          justify-content: normal;
          align-items: normal; } }
      .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div {
        flex: 1 1 0px;
        padding: 32px 0px;
        border-radius: 8px;
        gap: 12px;
        background-color: #F8F8F8; }
        .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div img {
          width: 50%; }
          @media (max-width: 768px) {
            .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div img {
              width: 75%; } }
        .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div .your-profile-interests-us-type-profile {
          padding: 0px 14px;
          margin: 0 10%;
          gap: 20px; }
          .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div .your-profile-interests-us-type-profile .your-profile-interests-us-type-profile-title {
            color: #11150F;
            font-size: 30px;
            font-weight: 700;
            line-height: 36px;
            text-align: center; }
            @media (max-width: 768px) {
              .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div .your-profile-interests-us-type-profile .your-profile-interests-us-type-profile-title {
                font-size: 20px;
                font-weight: 700;
                line-height: 28px;
                text-align: center; } }
          .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div .your-profile-interests-us-type-profile .your-profile-interests-us-type-profile-button {
            padding: 10px 40px;
            gap: 10px; }
            @media (max-width: 768px) {
              .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div .your-profile-interests-us-type-profile .your-profile-interests-us-type-profile-button {
                padding: 10px 0;
                width: 100%; } }
            .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div .your-profile-interests-us-type-profile .your-profile-interests-us-type-profile-button a {
              text-decoration: none;
              width: 100%; }
              .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div .your-profile-interests-us-type-profile .your-profile-interests-us-type-profile-button a button {
                width: 100%;
                cursor: pointer;
                text-align: center;
                padding: 15px 40px;
                background: #52AE32;
                color: #FFFFFF;
                border-radius: 24px;
                border: none;
                font-size: 16px;
                font-weight: 600;
                width: 100%;
                cursor: pointer; }

.your-are-in-the-right-place .your-are-in-the-right-place-sub {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  gap: 20px; }
  .your-are-in-the-right-place .your-are-in-the-right-place-sub .stripe-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 52.79px;
    text-align: center;
    color: #11150F; }
    @media screen and (max-width: 768px) {
      .your-are-in-the-right-place .your-are-in-the-right-place-sub .stripe-title {
        font-size: 36px;
        font-weight: 700;
        line-height: 40px;
        text-align: center; } }
  .your-are-in-the-right-place .your-are-in-the-right-place-sub .stats-container {
    gap: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal; }
    .your-are-in-the-right-place .your-are-in-the-right-place-sub .stats-container .stripe-title {
      font-size: 42px;
      font-weight: 700;
      line-height: 52.79px;
      text-align: center;
      color: #11150F; }
      @media screen and (max-width: 768px) {
        .your-are-in-the-right-place .your-are-in-the-right-place-sub .stats-container .stripe-title {
          font-size: 36px;
          font-weight: 700;
          line-height: 40px;
          text-align: center; } }
    @media screen and (max-width: 768px) {
      .your-are-in-the-right-place .your-are-in-the-right-place-sub .stats-container {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: normal;
        align-items: normal; } }
    .your-are-in-the-right-place .your-are-in-the-right-place-sub .stats-container .stat {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      padding: 20px;
      gap: 10px;
      width: 25%;
      background-color: #f4f4f4;
      border-radius: 6px; }
      @media screen and (max-width: 768px) {
        .your-are-in-the-right-place .your-are-in-the-right-place-sub .stats-container .stat {
          width: unset; } }
      .your-are-in-the-right-place .your-are-in-the-right-place-sub .stats-container .stat p {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        text-align: center; }
      .your-are-in-the-right-place .your-are-in-the-right-place-sub .stats-container .stat strong {
        color: #52AE32;
        font-size: 36px;
        font-weight: 700;
        line-height: 40px;
        text-align: center; }

.enjoy-qualified-leads .enjoy-qualified-leads-footer a button, .income-simulator .container-income-simulator .income-simulator-contact, .increase-your-income .increase-your-income-sub .increase-your-income-sub-text a button, .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-accept-legal, .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-button-form-send, .ready-to-go-success-download-bronchure .ready-to-go-success-sub .ready-to-go-success-footer, .here-we-succes-home-page .here-we-go-sub .here-we-go-sub-text .here-we-go-sub-text-footer a button, .here-you-have-mean .here-you-have-mean-sub-text .here-you-have-mean-sub-text-footer a button, .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-sub-header, .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div .your-profile-interests-us-type-profile .your-profile-interests-us-type-profile-button a button {
  display: flex;
  justify-content: center;
  align-items: center; }

.ready-to-go .ready-to-go-sub, .ready-to-go .ready-to-go-sub .ready-to-go-form-title, .ready-to-go .ready-to-go-sub .ready-to-go-form-grl, .ready-to-go-success-contact-us .ready-to-go-success-sub, .ready-to-go-success-download-bronchure .ready-to-go-success-sub, .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.enjoy-qualified-leads, .increase-your-income, .here-you-have-mean, .you-are-not-alone, .your-profile-interests-us, .your-are-in-the-right-place {
  margin: 0 auto;
  padding: 60px 0px;
  max-width: 1120px; }
  @media screen and (max-width: 768px) {
    .enjoy-qualified-leads, .increase-your-income, .here-you-have-mean, .you-are-not-alone, .your-profile-interests-us, .your-are-in-the-right-place {
      margin: 0 7%;
      padding: 30px 10px; } }
.here-we-succes-home-page {
  padding-top: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .here-we-succes-home-page {
      padding-inline: 7%;
      width: auto; } }
.income-simulator, .your-success-starts-here-homepage {
  padding-bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .income-simulator, .your-success-starts-here-homepage {
      padding-inline: 7%;
      width: auto; } }
* {
  margin: 0;
  padding: 0; }

.increase-your-income .increase-your-income-sub {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 64px; }
  @media screen and (max-width: 1000px) {
    .increase-your-income .increase-your-income-sub {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; } }
  .increase-your-income .increase-your-income-sub .increase-your-income-sub-text {
    flex: 1 1 70%;
    order: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 32px; }
    .increase-your-income .increase-your-income-sub .increase-your-income-sub-text .increase-your-income-sub-text-header-title {
      color: #11150F;
      font-size: 42px;
      font-weight: 700;
      line-height: 52.79px;
      text-align: left; }
      @media screen and (max-width: 1000px) {
        .increase-your-income .increase-your-income-sub .increase-your-income-sub-text .increase-your-income-sub-text-header-title {
          font-size: 36px;
          font-weight: 700;
          line-height: 40px;
          text-align: left; } }
    .increase-your-income .increase-your-income-sub .increase-your-income-sub-text .increase-your-income-sub-text-header-content-accroche {
      color: #52AE32;
      font-size: 20px;
      font-weight: 700;
      line-height: 28px;
      text-align: left; }
      @media screen and (max-width: 1000px) {
        .increase-your-income .increase-your-income-sub .increase-your-income-sub-text .increase-your-income-sub-text-header-content-accroche {
          font-size: 18px;
          font-weight: 400;
          line-height: 28px;
          text-align: left; } }
    .increase-your-income .increase-your-income-sub .increase-your-income-sub-text p {
      color: #11150F;
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      text-align: left; }
      @media screen and (max-width: 1000px) {
        .increase-your-income .increase-your-income-sub .increase-your-income-sub-text p {
          font-size: 18px;
          font-weight: 400;
          line-height: 28px;
          text-align: left; } }
    .increase-your-income .increase-your-income-sub .increase-your-income-sub-text .increase-your-income-sub-text-header-content-strong {
      font-size: 18px;
      font-weight: 600;
      line-height: 26px;
      text-align: left; }
    .increase-your-income .increase-your-income-sub .increase-your-income-sub-text a {
      width: 50%;
      text-decoration: none; }
      @media (max-width: 768px) {
        .increase-your-income .increase-your-income-sub .increase-your-income-sub-text a {
          width: 100%; } }
      .increase-your-income .increase-your-income-sub .increase-your-income-sub-text a button {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: normal;
        padding: 10px;
        background: #52AE32;
        color: #FFFFFF;
        border-radius: 44px;
        border: none;
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        cursor: pointer;
        line-height: 24px;
        text-align: center; }
  .increase-your-income .increase-your-income-sub .increase-your-income-sub-img {
    width: 45%;
    order: 2; }
    @media screen and (max-width: 1000px) {
      .increase-your-income .increase-your-income-sub .increase-your-income-sub-img {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        width: 90%;
        order: 0; } }
.enjoy-qualified-leads .enjoy-qualified-leads-footer a button, .income-simulator .container-income-simulator .income-simulator-contact, .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-accept-legal, .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-button-form-send, .ready-to-go-success-download-bronchure .ready-to-go-success-sub .ready-to-go-success-footer, .here-we-succes-home-page .here-we-go-sub .here-we-go-sub-text .here-we-go-sub-text-footer a button, .here-you-have-mean .here-you-have-mean-sub-text .here-you-have-mean-sub-text-footer a button, .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-sub-header, .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div .your-profile-interests-us-type-profile .your-profile-interests-us-type-profile-button a button, .increase-your-income .increase-your-income-sub .increase-your-income-sub-text a button {
  display: flex;
  justify-content: center;
  align-items: center; }

.ready-to-go .ready-to-go-sub, .ready-to-go .ready-to-go-sub .ready-to-go-form-title, .ready-to-go .ready-to-go-sub .ready-to-go-form-grl, .ready-to-go-success-contact-us .ready-to-go-success-sub, .ready-to-go-success-download-bronchure .ready-to-go-success-sub, .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.enjoy-qualified-leads, .here-you-have-mean, .you-are-not-alone, .your-profile-interests-us, .your-are-in-the-right-place, .increase-your-income {
  margin: 0 auto;
  padding: 60px 0px;
  max-width: 1120px; }
  @media screen and (max-width: 768px) {
    .enjoy-qualified-leads, .here-you-have-mean, .you-are-not-alone, .your-profile-interests-us, .your-are-in-the-right-place, .increase-your-income {
      margin: 0 7%;
      padding: 30px 10px; } }
.here-we-succes-home-page {
  padding-top: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .here-we-succes-home-page {
      padding-inline: 7%;
      width: auto; } }
.income-simulator, .your-success-starts-here-homepage {
  padding-bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .income-simulator, .your-success-starts-here-homepage {
      padding-inline: 7%;
      width: auto; } }
* {
  margin: 0;
  padding: 0; }

.income-simulator {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 80px 0px;
  margin: 60px 0px;
  background-color: #F8F8F8; }
  .income-simulator .container-income-simulator {
    max-width: 1120px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    padding: 0px;
    gap: 40px; }
    .income-simulator .container-income-simulator .income-simulator-header {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      gap: 20px; }
      .income-simulator .container-income-simulator .income-simulator-header p:first-child {
        color: #52AE32;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: center; }
      .income-simulator .container-income-simulator .income-simulator-header h2 {
        color: #11150F;
        font-size: 42px;
        font-weight: 700;
        line-height: 52.79px;
        text-align: center; }
      .income-simulator .container-income-simulator .income-simulator-header p {
        color: #11150F;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        text-align: center; }
      @media screen and (max-width: 768px) {
        .income-simulator .container-income-simulator .income-simulator-header {
          margin: 0 7%;
          padding: 10px; } }
    .income-simulator .container-income-simulator .production-input {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      gap: 15px; }
      .income-simulator .container-income-simulator .production-input label {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        text-align: center; }
      .income-simulator .container-income-simulator .production-input .production-input-content {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        padding: 13px 14px;
        border-radius: 4px;
        border: 1px 0px 0px 0px;
        background: #FFFFFF; }
        .income-simulator .container-income-simulator .production-input .production-input-content span {
          color: #52AE32;
          border: 2px solid #52AE32;
          border-radius: 50%;
          padding: 1px 7px; }
        .income-simulator .container-income-simulator .production-input .production-input-content input {
          font-size: 20px;
          font-weight: 700;
          line-height: 28px;
          text-align: center; }
        @media screen and (max-width: 768px) {
          .income-simulator .container-income-simulator .production-input .production-input-content {
            margin: 0 7%;
            padding: 10px;
            width: 100%; }
            .income-simulator .container-income-simulator .production-input .production-input-content input {
              width: 50%; } }
      @media screen and (max-width: 768px) {
        .income-simulator .container-income-simulator .production-input {
          margin: 0 7%;
          padding: 10px; } }
    .income-simulator .container-income-simulator .cards {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: normal;
      align-items: normal;
      gap: 20px; }
      .income-simulator .container-income-simulator .cards .cards-content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        gap: 32px; }
        @media screen and (max-width: 1000px) {
          .income-simulator .container-income-simulator .cards .cards-content {
            padding-inline: 7%; } }
        .income-simulator .container-income-simulator .cards .cards-content .card {
          min-width: 10rem;
          flex: 1 1 0px;
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          justify-content: normal;
          align-items: stretch;
          gap: 32px;
          padding: 20px;
          background-color: #fff;
          border: 1px solid #fff;
          border-radius: 8px;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
          .income-simulator .container-income-simulator .cards .cards-content .card .card-header-income-simulator {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: center;
            gap: 10px; }
          .income-simulator .container-income-simulator .cards .cards-content .card .remuneration-content {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: normal;
            align-items: normal;
            gap: 24px; }
            .income-simulator .container-income-simulator .cards .cards-content .card .remuneration-content .remuneration-title {
              font-size: 18px;
              font-weight: 600;
              line-height: 26px;
              text-align: center; }
            .income-simulator .container-income-simulator .cards .cards-content .card .remuneration-content .remuneration-value {
              color: #52AE32;
              font-size: 18px;
              font-weight: 600;
              line-height: 26px;
              text-align: center; }
            .income-simulator .container-income-simulator .cards .cards-content .card .remuneration-content .remuneration-title-com {
              font-size: 18px;
              font-weight: 600;
              line-height: 26px;
              text-align: center;
              color: #11150F; }
            .income-simulator .container-income-simulator .cards .cards-content .card .remuneration-content .remuneration-value-com {
              color: #546364;
              font-size: 18px;
              font-weight: normal;
              line-height: 26px;
              text-align: center; }
            .income-simulator .container-income-simulator .cards .cards-content .card .remuneration-content .remunerat-element {
              display: flex;
              flex-direction: column;
              flex-wrap: nowrap;
              justify-content: normal;
              align-items: normal;
              gap: 20px;
              min-height: 100px; }
              .income-simulator .container-income-simulator .cards .cards-content .card .remuneration-content .remunerat-element .remunerat-element-input {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: space-between;
                align-items: center;
                background-color: #F8F8F8;
                border: 1px solid #E5EEF0;
                border-radius: 4px;
                gap: 10px;
                padding: 10px 16px; }
                .income-simulator .container-income-simulator .cards .cards-content .card .remuneration-content .remunerat-element .remunerat-element-input input {
                  border: none;
                  outline: none;
                  background-color: #F8F8F8;
                  width: 70%; }
              .income-simulator .container-income-simulator .cards .cards-content .card .remuneration-content .remunerat-element .remunerat-element-sub {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 5px; }
                .income-simulator .container-income-simulator .cards .cards-content .card .remuneration-content .remunerat-element .remunerat-element-sub .remuneration-value {
                  color: #52AE32;
                  font-size: 18px;
                  font-weight: 600;
                  line-height: 26px;
                  text-align: center; }
                .income-simulator .container-income-simulator .cards .cards-content .card .remuneration-content .remunerat-element .remunerat-element-sub .remuneration-min-value {
                  color: #52AE32;
                  font-size: 12px;
                  font-weight: 400;
                  line-height: 20px;
                  text-align: center; }
            .income-simulator .container-income-simulator .cards .cards-content .card .remuneration-content .remuneration-net {
              display: flex;
              flex-direction: column;
              flex-wrap: nowrap;
              justify-content: normal;
              align-items: normal;
              gap: 10px;
              padding: 10px 0px;
              background: #F8F8F8;
              border: 1px solid #E5EEF0;
              border-radius: 8px; }
      .income-simulator .container-income-simulator .cards .cards-footer {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        color: #546364;
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .income-simulator .container-income-simulator .cards .cards-footer {
            margin: 0 7%;
            padding: 10px; } }
    .income-simulator .container-income-simulator .income-simulator-contact a {
      width: 40%; }
      @media screen and (max-width: 768px) {
        .income-simulator .container-income-simulator .income-simulator-contact a {
          width: 100%; } }
      .income-simulator .container-income-simulator .income-simulator-contact a .income-simulator-contact-button {
        padding: 10px 0px;
        background: #52AE32;
        color: #FFFFFF;
        border-radius: 50px;
        border: none;
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        cursor: pointer; }
        @media screen and (max-width: 768px) {
          .income-simulator .container-income-simulator .income-simulator-contact a .income-simulator-contact-button {
            font-size: 16px;
            font-weight: 600; } }
    .income-simulator .container-income-simulator input {
      border: none;
      outline: none;
      /* Firefox */
      -moz-appearance: textfield;
      appearance: textfield;
      /* Chrome */
      /* Opéra*/ }
      .income-simulator .container-income-simulator input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .income-simulator .container-income-simulator input::-o-inner-spin-button {
        -o-appearance: none;
        margin: 0; }
  @media screen and (max-width: 768px) {
    .income-simulator {
      padding: 0px;
      margin: 0px; } }
.enjoy-qualified-leads .enjoy-qualified-leads-footer a button, .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-accept-legal, .ready-to-go .ready-to-go-sub .ready-to-go-form-grl .ready-to-go-form .ready-button-form-send, .ready-to-go-success-download-bronchure .ready-to-go-success-sub .ready-to-go-success-footer, .here-we-succes-home-page .here-we-go-sub .here-we-go-sub-text .here-we-go-sub-text-footer a button, .here-you-have-mean .here-you-have-mean-sub-text .here-you-have-mean-sub-text-footer a button, .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-sub-header, .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div .your-profile-interests-us-type-profile .your-profile-interests-us-type-profile-button a button, .increase-your-income .increase-your-income-sub .increase-your-income-sub-text a button, .income-simulator .container-income-simulator .income-simulator-contact {
  display: flex;
  justify-content: center;
  align-items: center; }

.ready-to-go .ready-to-go-sub, .ready-to-go .ready-to-go-sub .ready-to-go-form-title, .ready-to-go .ready-to-go-sub .ready-to-go-form-grl, .ready-to-go-success-contact-us .ready-to-go-success-sub, .ready-to-go-success-download-bronchure .ready-to-go-success-sub, .your-profile-interests-us .your-profile-interests-us-sub .your-profile-interests-us-block div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.enjoy-qualified-leads, .here-you-have-mean, .you-are-not-alone, .your-profile-interests-us, .your-are-in-the-right-place, .increase-your-income {
  margin: 0 auto;
  padding: 60px 0px;
  max-width: 1120px; }
  @media screen and (max-width: 768px) {
    .enjoy-qualified-leads, .here-you-have-mean, .you-are-not-alone, .your-profile-interests-us, .your-are-in-the-right-place, .increase-your-income {
      margin: 0 7%;
      padding: 30px 10px; } }
.here-we-succes-home-page {
  padding-top: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .here-we-succes-home-page {
      padding-inline: 7%;
      width: auto; } }
.your-success-starts-here-homepage, .income-simulator {
  padding-bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .your-success-starts-here-homepage, .income-simulator {
      padding-inline: 7%;
      width: auto; } }
* {
  margin: 0;
  padding: 0; }

.enjoy-qualified-leads {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  gap: 32px; }
  .enjoy-qualified-leads .stripe-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 53px;
    text-align: center; }
  .enjoy-qualified-leads .enjoy-qualified-leads-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 32px;
    max-width: 1120px; }
    @media (max-width: 1100px) {
      .enjoy-qualified-leads .enjoy-qualified-leads-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch; } }
    @media (max-width: 768px) {
      .enjoy-qualified-leads .enjoy-qualified-leads-list {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch; } }
    .enjoy-qualified-leads .enjoy-qualified-leads-list .enjoy-qualified-leads-list-item {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      gap: 32px;
      background-color: #f4f4f4;
      border-radius: 6px;
      width: 33%;
      padding: 25px; }
      @media (max-width: 768px) {
        .enjoy-qualified-leads .enjoy-qualified-leads-list .enjoy-qualified-leads-list-item {
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: center;
          width: auto; } }
      .enjoy-qualified-leads .enjoy-qualified-leads-list .enjoy-qualified-leads-list-item .tool-img {
        width: 80%; }
      .enjoy-qualified-leads .enjoy-qualified-leads-list .enjoy-qualified-leads-list-item .tool-description {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        gap: 20px; }
        .enjoy-qualified-leads .enjoy-qualified-leads-list .enjoy-qualified-leads-list-item .tool-description .tool-description-title {
          font-size: 20px;
          font-weight: 700;
          line-height: 24px;
          text-align: normal; }
      .enjoy-qualified-leads .enjoy-qualified-leads-list .enjoy-qualified-leads-list-item .tool-logo-enjoy-qualified-leads {
        width: 80%; }
  .enjoy-qualified-leads .enjoy-qualified-leads-footer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 32px; }
    .enjoy-qualified-leads .enjoy-qualified-leads-footer p {
      font-size: 18px;
      font-weight: 600;
      line-height: 28px;
      text-align: normal; }
    .enjoy-qualified-leads .enjoy-qualified-leads-footer a {
      width: 33%;
      text-decoration: none; }
      @media (max-width: 768px) {
        .enjoy-qualified-leads .enjoy-qualified-leads-footer a {
          width: 100%; } }
      .enjoy-qualified-leads .enjoy-qualified-leads-footer a button {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: normal;
        padding: 10px;
        background: #52AE32;
        color: #FFFFFF;
        border-radius: 44px;
        border: none;
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        cursor: pointer;
        line-height: 24px;
        text-align: center; }
