body.community-page {
  zoom: 100% !important;
}

.btn.ico-r .icon {
  margin-left: 8px;
}

.btn.ico-l .icon {
  margin-right: 8px;
}

.icon::after {
  content: "";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  vertical-align: middle;
}

.icon-arrow-right::after {
  content: "\e914";
}

.icon-phone::after {
  content: "\F095";
}

@media (min-width: 1200px) {
  .community-page .page__header .container {
    max-width: 1680px;
  }
}

.header__top--sticky {
  display: none;
}

.community-page.header-fixed .page__header .page__header__top .header__top--sticky {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 24px;
  width: 100%;
}

@media (max-width: 768px) {
  .community-page.header-fixed .page__header .page__header__top .header__top--sticky {
    flex-wrap: wrap;
    gap: 10px 16px;
  }

  .page__header .page__header__top .cta-wrapper {
    margin-right: auto;
  }
}


@media (max-width: 359px) {
  .community-page.header-fixed .page__header .page__header__top .header__top--sticky {
    gap: 10px 2px;
    margin: 0 -10px;
    width: calc(100% + 20px);
  }

  .logo-wrap img {
    width: 72px;
  }
}

@media (min-width: 1024px) {
  .community-page.header-fixed .page__header .page__header__top .header__top--sticky {
    gap: 100px;
  }
}

.logo-wrap {
  flex-shrink: 0;
}

.community-page.header-fixed .page__header .page__header__top .menu_utilisateur_telephone,
.community-page.header-fixed .page__header .nav_menu {
  display: none !important;
}

.page__header__top .menu-sticky {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 100%; */
  color: #fff;
}

.page__header__top .menu-sticky ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page__header__top .menu-sticky ul li,
.page__header__top .menu-sticky a {
  color: #fff;
}

.page__header__top .menu-sticky a:hover {
  text-decoration: underline;
}

.page__header .page__header__top .cta-wrapper {
  flex-shrink: 0;
  margin-left: auto;
  color: #fff;
}

.page__header .cta-wrapper {
  font-family: 'DaxlinePro';
  font-size: 12px;
  text-align: center;
}

/** container community page */
@media (min-width: 1200px) {
  .community-page .container {
    max-width: 1470px;
  }
}

@media (min-width: 1281px) and (max-width: 1499.98px) {
  .community-page .container {
    max-width: 1470px;
  }
}

.community-hub-page {
  font-family: 'DaxlinePro', Arial;
}

/** button */
.community-page .btn {
  padding: 0 16px;
  height: 42px;
  background: #F94230;
  border: 1px solid #F94230;
  border-radius: 20px;
  font-family: 'DaxlinePro', Arial;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  color: #FFFFFF;
  transition-duration: 0.3s;
  transition-property: background-color, color;
}

.community-page .btn:hover {
  background-color: #FFFFFF;
  color: #F94230;
  border: 1px solid #F94230;
}

.community-page input.btn:after {
  content: "\e914";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 9px;
  font-size: 16px;
  vertical-align: middle;
}

.community-page .btn.btn-secondary {
  background: #fff;
  border: 2px solid #F94230;
  color: #F94230;
}

.community-page .btn.btn-secondary:hover {
  background-color: #F94230;
  color: #fff;
}

/** */
.wysiwyg-wrapper,
.wysiwyg-wrapper p {
  font-size: 16px;
  line-height: 1.4375;
  color: #000;
  text-align: unset;
}

.wysiwyg-wrapper *:not(:last-child) {
  margin-bottom: 26px;
}

.wysiwyg-wrapper h3 {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 700;
}

/** top-banner */
.community-hub-page .top-banner {
  min-height: 428px;
  position: relative;
}

.community-hub-page .top-banner__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.community-hub-page .top-banner__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.community-hub-page .top-banner__image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 39%, rgba(1, 1, 1, 0) 63%);
}

.community-hub-page .top-banner__content {
  max-width: 500px;
  padding: 46px 25px 49px;
  font-family: 'DaxlinePro', Arial;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
}

.community-hub-page .top-banner__title-prefix {
  margin-bottom: 13px;
  font-weight: 500;
}

.community-hub-page .top-banner__title {
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.0667;
}

.community-hub-page .top-banner__title-suffix {
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.0667;
}

.community-hub-page .top-banner__description {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}

.community-hub-page .top-banner__description p,
.community-hub-page .top-banner__description li {
  color: #fff;
}

.community-hub-page .top-banner__description ul,
.community-hub-page .top-banner__description ol,
.community-hub-page .top-banner__description li {
  margin-bottom: 8px;
}

.community-hub-page .top-banner__cta-wrapper {
  margin-bottom: 5px;
}

.community-hub-page .top-banner__button-suffix {
  padding-left: 17px;
  font-size: 12px;
}

.community-hub-page .top-banner__partner-link {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1402px;
  bottom: 31px;
  z-index: 2;
  text-align: right;
}

@media (max-width: 1200px) {
  .community-hub-page .top-banner__partner-link {
    bottom: 15px;
  }
}

/* content--center */
.community-hub-page .top-banner.content--center {
  display: flex;
  align-items: center;
}

.community-hub-page .top-banner.content--center .top-banner__image-wrapper::before {
  background-color: #00000033;
}

.community-hub-page .top-banner.content--center .top-banner__content {
  max-width: 699px;
  padding: 38px 30px;
  margin: 24px auto 48px;
  background-color: #00000099;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.community-hub-page .top-banner.content--center .top-banner__title-prefix {
  margin-bottom: 11px;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
}

.community-hub-page .top-banner.content--center .top-banner__title-prefix strong {
  font-size: 24px;
}

.community-hub-page .top-banner.content--center .top-banner__title {
  margin-bottom: 19px;
  font-size: 32px;
}

.community-hub-page .top-banner.content--center .top-banner__cta-wrapper {
  margin-bottom: 8px;
}

.community-hub-page .top-banner.content--center .top-banner__button-suffix {
  padding: 0;
  max-width: 1385px;
  left: 0;
  right: 15px;
}

/** community stats */
.community-stats {
  padding-top: 40px;
  padding-bottom: 17px;
}

.community-stats__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 0 25px;
}

.community-stats__push {
  flex: 0 0 calc(25% - 40px);
}

@media (max-width: 1200px) {
  .community-stats__wrapper {
    gap: 20px;
    padding: 0;
  }

  .community-stats__push {
    flex: 0 0 calc(25% - 20px);
  }
}

@media (max-width: 991px) {
  .community-stats__wrapper {
    gap: 30px;
    padding: 0;
  }

  .community-stats__push {
    flex: 0 0 calc(50% - 30px);
  }
}

.community-stats__push-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}

.community-stats__icon {
  flex: 0 0 32px;
}

.community-stats__icon img {
  width: 32px;
  height: auto;
}

.community-stats__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  color: #002699;
}

.community-stats__description {
  line-height: 25px;
  color: #000;
}

@media (max-width: 768px) {
  .community-stats__wrapper {
    flex-direction: column;
  }

  .community-stats__push {
    max-width: 100%;
  }

  .community-stats__push-header {
    justify-content: center;
  }

  .community-stats__description {
    text-align: center;
  }
}

/** Role & service */
.community-hub-page .module-role {
  padding-top: 40px;
  padding-bottom: 20px;
}

.community-hub-page .module-role__title {
  max-width: 990px;
  padding: 0 24px;
  margin: 0 auto 30px;
  font-weight: 700;
  font-size: 32px;
  line-height: 33px;
  text-align: center;
}

.community-hub-page .module-role__intro {
  max-width: 1350px;
  padding: 0 16px;
  margin: 0 auto 20px;
  text-align: center;
}

.community-hub-page .module-role__content {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.community-hub-page .module-role__image {
  width: 48.57%;
  flex-shrink: 0;
}

.community-hub-page .module-role__image img {
  display: block;
  width: 100%;
  height: auto;
}

.community-hub-page .module-role__description {
  width: 50.5%;
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 1199px) {
  .community-hub-page .module-role__content {
    flex-direction: column;
    gap: 30px;
  }

  .community-hub-page .module-role__image,
  .community-hub-page .module-role__description {
    width: 100%;
  }

  .community-hub-page .module-role__description {
    padding: 0 16px;
  }
}


/** Why teleassistance */
.community-hub-page .why-teleassistance {
  padding: 20px 0;
}

.community-hub-page .why-teleassistance__wrapper {
  max-width: 1172px;
  padding: 31px 71px;
  margin: 0 auto;
  background-color: #E9F2FC;
  border-radius: 10px;
}

.community-hub-page .why-teleassistance__title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .community-hub-page .why-teleassistance__wrapper {
    padding: 24px 16px;
  }
}

/** Beneficts EA */
.community-hub-page .benefits-ea {
  padding: 40px 0 53px;
  margin: 0 auto;
}

.community-hub-page .benefits-ea__title {
  padding: 0 50px;
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
}

.community-hub-page .benefits-ea__wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.community-hub-page .benefits-ea__title-item {
  width: 90%;
  max-width: 550px;
  padding: 10px;
  margin: 0 auto -20px;
  border-bottom: 1px solid #002699;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  color: #002699;
  text-align: center;
}

.community-hub-page .benefits-ea__content {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 50px;
}

.community-hub-page .benefits-ea__content--right {
  flex-direction: row-reverse;
}

.community-hub-page .benefits-ea__image {
  flex: 0 0 635px;
}

.community-hub-page .benefits-ea__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.community-hub-page .benefits-ea__list {
  display: flex;
  flex-direction: column;
  gap: 21px;
  padding: 22px 0;
}

.community-hub-page .benefits-ea-item {
  display: flex;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid #E4E4E4;
}

.community-hub-page .benefits-ea-item:last-child {
  border: 0;
}

.community-hub-page .benefits-ea-item__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  margin-bottom: 16px;
}

.community-hub-page .benefits-ea-item__icon img {
  width: 100%;
  height: auto;
}

.community-hub-page .benefits-ea-item__title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #002699;
}

@media (max-width: 1199px) {
  .community-hub-page .benefits-ea__title {
    padding: 0 16px;
    line-height: 1.1;
  }

  .community-hub-page .benefits-ea__content {
    flex-direction: column;
  }

  .community-hub-page .benefits-ea__image {
    width: 100%;
    max-height: 400px;
  }
}

/** offers ea*/
.offers-ea {
  padding: 55px 0 58px;
  background-color: #E9F2FC;
}

.offers-ea__title {
  max-width: 1225px;
  margin: 0 auto 18.47px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.offers-ea__description {
  max-width: 1225px;
  margin: 0 auto 30px;
  text-align: center;
}

.offers-ea__grid {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.offers-ea__row {
  display: grid;
  grid-template-columns: repeat(3, 390px);
  gap: 30px;
  justify-content: space-between;
}

.offers-ea__item {
  width: 390px;
  flex-shrink: 0;
  background: #FFFFFF;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}

.offers-ea__image-wrapper {
  height: 220px;
  width: 100%;
}

.offers-ea__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.offers-ea__content {
  padding: 24px 10px 10px;
  text-align: center;
}

.offers-ea__title-item {
  /* max-width: 220px; */
  margin: 0 auto 12px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .offers-ea__row {
    display: flex;
    flex-direction: column;
  }

  .offers-ea__item {
    width: 100%;
  }

  .offers-ea__title-item {
    max-width: none;
  }
}

/** texte-image-ea */
.texte-image-ea {
  padding: 40px 0;
}

.texte-image-ea__image-wrapper {
  width: 100%;
  height: auto;
}

.texte-image-ea__image-wrapper img {
  width: 100%;
  height: auto;
}

.texte-image-ea__title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
}

/*
.texte-image-ea__description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
} */

.texte-image-ea__title,
.texte-image-ea__description,
.texte-image-ea__cta-wrapper {
  padding-left: 38px;
}

.order-lg-1 .texte-image-ea__title,
.order-lg-1 .texte-image-ea__description,
.order-lg-1 .texte-image-ea__cta-wrapper {
  padding-right: 30px;
  padding-left: 0;
}

.texte-image-ea__cta-wrapper a {
  margin-top: 10px;
  text-decoration: underline;
  color: #002699;
  text-underline-offset: 2px;
}

.texte-image-ea__cta-wrapper a:hover {
  text-decoration: none;
}

.texte-image-ea__cta-wrapper a .arrow-icon {
  width: 20px;
  height: 16px;
  /* display: inline-block;
  vertical-align: middle;
  margin: 0 6px 0 0; */
}

.texte-image-ea__cta-wrapper a .arrow-icon::before {
  content: "→";
  width: 20px;
  height: 16px;
  /* background-image: url("/images/financial-support-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  background-size: contain; */
}

.texte-image-ea__cta-wrapper a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {

  .texte-image-ea__image-wrapper,
  .texte-image-ea__title {
    margin-bottom: 20px;
  }

  .texte-image-ea__title,
  .texte-image-ea__description,
  .texte-image-ea__cta-wrapper {
    padding: 0;
  }
}

/** Feedback */
.partner-feedback {
  position: relative;
  min-height: 465px;
  overflow: hidden;
}

.partner-feedback::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000066;
  z-index: 1;
}

.partner-feedback__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.partner-feedback__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-feedback__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 60px 16px 64px;
  text-align: center;
}

.partner-feedback__title {
  margin-bottom: 53px;
  font-size: 32px;
  line-height: 33px;
  font-weight: 700;
  color: #ffffff;
}

.partner-feedback__card {
  max-width: 508px;
  padding: 33px 19px 15px 23px;
  background: #E9F2FC;
  border-radius: 15px;
  position: relative;
  text-align: left;
}

.partner-feedback__author-image {
  position: absolute;
  top: -38px;
  left: -38px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
}

.partner-feedback__author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-feedback__description,
.partner-feedback__description p {
  margin-bottom: 16px;
  color: #0056b3;
}

.partner-feedback__author-role {
  color: #000000;
}

@media (max-width: 519px) {
  .partner-feedback__card {
    max-width: 80%;
  }
}

/** highlight */
.highlight-ea {
  padding: 46px 0;
}

.highlight-ea__container {
  max-width: 1300px;
  margin: 0 auto;
}

.highlight-ea__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 33px;
  text-align: center;
  margin-bottom: 60px;
}

.highlight-ea__items {
  padding-left: 82.5px;
  padding-right: 82.5px;
}

.highlight-ea__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 100px;
}

.highlight-ea__item {
  flex: 0 0 calc(50% - 50px);
  max-width: 518px;
}

.highlight-ea-push {
  padding-right: 28px;
}

@media (min-width: 1200px) {
  .highlight-ea-push {
    padding-right: 0;
  }
}

.highlight-ea-push__header {
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.highlight-ea-push__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.highlight-ea-push__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.highlight-ea-push__title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
}

.highlight-ea-push__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

@media (max-width: 1199px) {

  .texte-image-ea__image-wrapper,
  .texte-image-ea__title {
    margin-bottom: 20px;
  }

  .texte-image-ea__title,
  .texte-image-ea__description,
  .texte-image-ea__cta-wrapper {
    padding: 0;
  }

  .highlight-ea__items {
    padding: 0;
  }

  .highlight-ea__item {
    flex: 0 0 100%;
  }
}

@media (max-width: 991px) {
  .highlight-ea__item {
    flex: 0 0 100%;
  }
}

/** Contact */
.contact-assistance {
  padding: 60px 0 105px;
  background: #002699;
  color: #ffffff;
}

.contact-assistance .container {
  max-width: 1172px;
}

.contact-assistance__title {
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 33px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.contact-assistance__description {
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}

.contact-assistance__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  gap: 50px;
  max-width: 1172px;
  margin: 0 auto;
}

.contact-assistance__column {
  flex: 0 0 calc(50% - 25px);
  max-width: 519px;
  padding: 23px 48px 54px;
  background: #FFFFFF33;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
}

.contact-assistance__subtitle {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.contact-assistance__text {
  margin-bottom: 14px;
}

.contact-assistance__link {
  color: #ffffff;
  text-decoration: underline;
}

.contact-assistance__form {
  margin-top: 10px;
}

.contact-assistance__form form label {
  margin-bottom: 3px;
  font-family: 'DaxlinePro', Arial;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  color: #fff;
}

.contact-assistance__form input,
.contact-assistance__form textarea {
  border: 2px solid #485CC7;
  border-radius: 10px;
  color: #495057;
}

.contact-assistance__form input {
  height: calc(2.25rem + 4px);
}

.contact-assistance__form input::placeholder {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0%;
  color: #505050;
}

.contact-assistance__form .webform-actions,
.contact-assistance__cta-wrapper {
  text-align: center;
}


.community-hub-page .btn-phone {
  padding: 0 24px;
  margin-top: 24px;
  font-size: 24px !important;
  line-height: 36px !important;
  padding-left: 19px;
}

.community-hub-page .btn-phone::before {
  content: "\F095";
  font-family: 'FontAwesome5Free2';
  font-weight: 900;
  margin-left: 6px;
  display: inline-block;
  transform: scale(-1, 1);
  vertical-align: middle;
}

.community-hub-page .btn-phone::after {
  display: none;
}

@media (max-width: 991px) {
  .contact-assistance__columns {
    flex-direction: column;
    align-items: center;
  }

  .contact-assistance__column {
    padding: 24px;
  }
}

/*---------*/
/** */
.section-informative {
  max-width: 1135px;
  margin: auto;
  padding: 30px 0;
  text-align: center;
}

/** */
.section-reasons {
  padding: 50px 0 40px;
}

.section-reasons .h2 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.section-reasons .reasons-list {
  max-width: 1215px;
  padding-top: 30px;
  margin: auto;
}

.section-reasons .reasons-list .row {
  margin: 0 -22.5px;
  gap: 60px 0;
}

.section-reasons .reasons-list .row>* {
  padding-right: 22.5px;
  padding-left: 22.5px;
}

.section-reasons .reasons-list .reason-push {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 165px;
  padding: 0 19px 29px;
  background-color: #E9F2FC;
  border-radius: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.section-reasons .reasons-list .reason-push .reason-image {
  height: 87px;
  margin-top: -37px;
  margin-bottom: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-reasons .reasons-list .reason-push .reason-image img {
  max-height: 100%;
  width: auto;
}

/** */
.section-offers-ea {
  padding: 45px 0 40px;
}

.section-offers-ea .h2 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.section-offers-ea .offers-ea__list {
  max-width: 1440px;
  margin: auto;
}

.section-offers-ea .offers-ea__list .row {
  margin: 0 -24px;
  gap: 46px 0;
}

.section-offers-ea .offers-ea__list .row>* {
  padding-right: 24px;
  padding-left: 24px;
}

.section-offers-ea .offers-ea__list .offer__item .offer__img-wrapper {
  height: 282px;
  margin-bottom: 21.5px;
}

.section-offers-ea .offers-ea__list .offer__item .offer__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-offers-ea .offers-ea__list .offer__item .offer__title {
  font-family: 'DaxlinePro', Arial;
  margin-bottom: 36px;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  color: #002699;
}

.section-offers-ea .offers-ea__list .offer__item .offer__title .offer__title-suffix {
  font-weight: 700;
}

/** */
.section-partners-ea {
  padding: 45px 0 40px;
}

.section-partners-ea .h2 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.section-partners-ea .partners-ea__list {
  max-width: 1440px;
  margin: auto;
}

.section-partners-ea .partners-ea__list .row {
  margin: 0 -21px;
  gap: 40px 0;
}

.section-partners-ea .partners-ea__list .row>* {
  padding-right: 21px;
  padding-left: 21px;
}

.section-partners-ea .partners-ea__list .partner-ea__item .partner-ea__img-wrapper {
  height: 258px;
  margin-bottom: 19.5px;
}

.section-partners-ea .partners-ea__list .partner-ea__item .partner-ea__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-partners-ea .partners-ea__list .partner-ea__item .partner-ea__title {
  font-family: 'DaxlinePro', Arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #000;
}

.section-partners-ea .partners-ea__cta-wrapper {
  margin-top: 22px;
  text-align: center;
}

/** */
.section-accordion.why-chooce {
  max-width: 1460px;
  padding: 45px 0;
  margin: auto;
  background-color: #fff;
}

.section-accordion.why-chooce .title-wrapper {
  display: block;
  padding: 0;
  margin: 0 auto 34px;
  background-color: transparent;
  text-align: center;
}

.section-accordion.why-chooce .accordion-desc {
  max-width: 1202px;
  margin: 0 auto 45px;
  text-align: center;
}

.section-accordion.why-chooce .accordion-content {
  display: flex;
  gap: 64px;
  max-width: 1430px;
}

.section-accordion.why-chooce .accordion-content .accordion-list {
  flex: 0 0 51.3%;
}

.section-accordion.why-chooce .accordion-content .img-wrapper {
  flex: 0 0 44.22%;
  max-width: 44.22%;
  overflow: hidden;
}

.section-accordion.why-chooce .accordion-content .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% top;
}

@media (max-width: 991.98px) {
  .section-accordion.why-chooce .accordion-content .img-wrapper img {
    height: 100% !important;
  }
}

.section-accordion.why-chooce .accordion-list {
  padding: 0;
}

.section-accordion.why-chooce .accordion-list::before {
  display: none;
}

.section-accordion.why-chooce .accordion-item {
  margin-bottom: 11.31px;
  background-color: #EDEDED;
  box-shadow: 3px 4px 6px 0px #0000002E;
}

.section-accordion.why-chooce .accordion-list h3.h3 {
  font-family: 'DaxlinePro', Arial;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #002699;
}

.section-accordion.why-chooce .accordion-title {
  padding: 19.22px 58.8px 11.32px 27.14px;
}

.section-accordion.why-chooce .accordion-title::after,
.section-accordion.why-chooce .accordion-title::before {
  background-color: #F94230;
  border-radius: 0;
}

.section-accordion.why-chooce .accordion-title::after {
  width: 12px;
  height: 2.4px;
  right: 20px;
}

.section-accordion.why-chooce .accordion-title::before {
  width: 2.4px;
  height: 12px;
  right: 25px;
}

.section-accordion .accordion-item.open .accordion-description {
  padding: 20.34px 41.84px 36.18px 27.14px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  color: #000;
}

@media (max-width: 991.98px) {
  .section-accordion.why-chooce .title-wrapper {
    display: block;
  }

  .section-accordion.why-chooce .accordion-content {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .section-accordion.why-chooce .accordion-content .img-wrapper {
    max-width: 100%;
  }
}
