.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";
/* Ces valeurs sont les breakpoints responsives utilisées par Tailwind (source sûre)
ref: https://tailwindcss.com/docs/responsive-design#overview
*/
a {
  text-decoration: none;
  color: black; }

.text-primary {
  color: #52AE32; }

button {
  background: none;
  text-decoration: none;
  border: none; }
  button:hover {
    cursor: pointer; }

.presentation-container {
  position: relative;
  background-color: #F6F6F6;
  display: flex;
  flex-direction: column;
  height: 100vh; }
  @media (min-width: 64rem) {
    .presentation-container {
      flex-direction: row;
      height: 70vh; } }
  .presentation-container .presentation-container-item-1 {
    flex-basis: 40%;
    order: 2; }
    @media (min-width: 64rem) {
      .presentation-container .presentation-container-item-1 {
        order: 1; } }
  .presentation-container .presentation-container-item-2 {
    flex-basis: 60%;
    order: 1; }
    @media (min-width: 64rem) {
      .presentation-container .presentation-container-item-2 {
        order: 2; } }
    .presentation-container .presentation-container-item-2 img {
      object-fit: cover;
      height: 100%;
      width: 100%;
      overflow-clip-margin: unset; }

.presentation-card-container {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  backdrop-filter: blur(84px);
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 4px -4px rgba(12, 12, 13, 0.05), 0px 16px 16px -8px rgba(12, 12, 13, 0.1), 0px 0px 4px 0px rgba(0, 0, 0, 0.06);
  bottom: 0;
  margin-inline: 1rem;
  inset-inline: 0; }
  @media (min-width: 64rem) {
    .presentation-card-container {
      border-radius: 0.75rem;
      max-width: 35rem;
      max-height: fit-content;
      margin-inline: 0;
      left: 8%;
      inset: 0 0 0 8%;
      margin: auto 0; } }
  @media (min-width: 96rem) {
    .presentation-card-container {
      left: 15%; } }
  .presentation-card-container .presentation-card-wrapper {
    padding: 0.875rem 1.2rem;
    text-align: center; }
    @media (min-width: 64rem) {
      .presentation-card-container .presentation-card-wrapper {
        padding: 2.625rem 2.438rem;
        text-align: left; } }
    .presentation-card-container .presentation-card-wrapper .presentation-card-header h1 {
      font-size: 42px;
      font-weight: 700;
      line-height: 52.79px;
      text-align: normal; }
    .presentation-card-container .presentation-card-wrapper .presentation-card-header p {
      line-height: 1.5rem;
      font-weight: 600; }
    .presentation-card-container .presentation-card-wrapper .presentation-card-header .socials-container {
      margin-block: 1rem;
      display: flex;
      gap: 1rem;
      justify-content: center; }
      @media (min-width: 64rem) {
        .presentation-card-container .presentation-card-wrapper .presentation-card-header .socials-container {
          justify-content: start; } }
      .presentation-card-container .presentation-card-wrapper .presentation-card-header .socials-container img {
        width: 1rem;
        height: 1rem; }
    .presentation-card-container .presentation-card-wrapper .presentation-card-body {
      line-height: 1.5rem;
      font-size: 0.938rem;
      padding-inline: 1rem; }
      @media (min-width: 64rem) {
        .presentation-card-container .presentation-card-wrapper .presentation-card-body {
          padding-inline: 0; } }
      .presentation-card-container .presentation-card-wrapper .presentation-card-body #expert-recrutement-description-full {
        display: none; }
    .presentation-card-container .presentation-card-wrapper .show-more-container {
      margin-block: 1rem;
      display: flex;
      justify-content: center; }
      @media (min-width: 64rem) {
        .presentation-card-container .presentation-card-wrapper .show-more-container {
          justify-content: start; } }
      .presentation-card-container .presentation-card-wrapper .show-more-container #show-more-info {
        color: #52AE32;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: .5rem; }
        .presentation-card-container .presentation-card-wrapper .show-more-container #show-more-info img {
          height: 0.7rem;
          width: 0.7rem; }
        .presentation-card-container .presentation-card-wrapper .show-more-container #show-more-info[aria-expanded="false"] span:after {
          content: "Afficher plus "; }
        .presentation-card-container .presentation-card-wrapper .show-more-container #show-more-info[aria-expanded="false"] img {
          transform: rotate(90deg); }
        .presentation-card-container .presentation-card-wrapper .show-more-container #show-more-info[aria-expanded="true"] span:after {
          content: "Afficher moins "; }
        .presentation-card-container .presentation-card-wrapper .show-more-container #show-more-info[aria-expanded="true"] img {
          transform: rotate(-90deg); }
    .presentation-card-container .presentation-card-wrapper .presentation-card-footer {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1rem;
      margin-top: 1rem;
      flex-wrap: wrap; }
      @media (min-width: 64rem) {
        .presentation-card-container .presentation-card-wrapper .presentation-card-footer {
          flex-direction: row; } }
      .presentation-card-container .presentation-card-wrapper .presentation-card-footer button {
        background-color: #52AE32;
        padding: 0.625rem 2rem;
        border-radius: 1.5rem;
        color: white;
        border: none;
        font-weight: 600; }
      .presentation-card-container .presentation-card-wrapper .presentation-card-footer .icon-info-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center; }
        @media (min-width: 64rem) {
          .presentation-card-container .presentation-card-wrapper .presentation-card-footer .icon-info-wrapper {
            flex-direction: row; } }
        .presentation-card-container .presentation-card-wrapper .presentation-card-footer .icon-info-wrapper .icon-info-container {
          display: flex;
          align-items: center;
          gap: .2rem;
          flex-wrap: nowrap; }
