@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.heading-info h1 {
  margin-bottom: 8px;
}
.heading-info p {
  font-weight: 500;
}

.entry-content {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.big-font, .big-p {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #182473;
}
@media (max-width: 767px) {
  .big-font, .big-p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}

.big-p {
  font-weight: 500;
}
@media (max-width: 767px) {
  .big-p {
    font-size: 14px;
    line-height: 20px;
  }
}

.light {
  font-weight: 300;
}

h1 {
  font-size: 56px;
  line-height: 60px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 38px;
  }
}
h1.mini {
  font-size: 45px;
  line-height: 48px;
}
@media (max-width: 767px) {
  h1.mini {
    font-size: 30px;
    line-height: 35px;
  }
}

h2 {
  font-size: 30px;
  line-height: 38px;
}
h2 span {
  display: block;
  font-weight: 400;
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
    line-height: 25px;
  }
  h2 span {
    display: inline;
  }
}
h2.big-h2 {
  font-size: 45px;
  line-height: 50px;
  letter-spacing: -1.35px;
}
@media (max-width: 1023px) {
  h2.big-h2 {
    letter-spacing: 0;
  }
  h2.big-h2 span {
    display: inline;
  }
}
@media (max-width: 767px) {
  h2.big-h2 {
    font-size: 30px;
    line-height: 35px;
  }
  h2.big-h2 span {
    display: inline;
  }
}

h3 {
  font-size: 23px;
  line-height: 29px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

h6 {
  text-transform: none;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: 700;
}
@media (max-width: 767px) {
  h6 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}

a {
  font-size: 14px;
  line-height: 23px;
  transition: all 0.5s ease-in-out;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  a:hover, a:visited, a:focus {
    color: #182473;
  }
}
@media (max-width: 767px) {
  a {
    font-size: 12px;
    line-height: 18px;
  }
}

p, li {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0;
  color: rgba(24, 36, 115, 0.6980392157);
}
@media (max-width: 767px) {
  p, li {
    font-size: 12px;
    line-height: 18px;
  }
}

p a, li a:not(.menu-item a) {
  font-size: inherit;
  color: #5369F5;
  text-decoration: underline;
  letter-spacing: 0;
}
p a:hover, li a:not(.menu-item a):hover {
  color: #182473;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

.edc-banner-intro p, .edc-banner-intro h2, .edc-banner-intro .edc-cartes-heading {
  padding-left: 27px;
  color: #182473;
  position: relative;
  letter-spacing: 0;
}
.edc-banner-intro p::before, .edc-banner-intro h2::before, .edc-banner-intro .edc-cartes-heading::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #EE1E25;
  height: calc(100% - 2px - 2px);
}
@media (max-width: 767px) {
  .edc-banner-intro p, .edc-banner-intro h2, .edc-banner-intro .edc-cartes-heading {
    padding-left: 15px;
  }
}
.edc-banner-intro h2, .edc-banner-intro .edc-cartes-heading {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .edc-banner-intro h2, .edc-banner-intro .edc-cartes-heading {
    margin-bottom: 15px;
  }
}
.edc-banner-intro p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .edc-banner-intro p {
    font-size: 14px;
    line-height: 20px;
  }
}

ul {
  margin: 0;
  list-style-type: none;
}
ul li {
  margin: 0;
}

ul:not(.menu ul, .edc-term-filter ul, .footer-bottom ul, .slick-dots, .edc-slider-tabbing ul, .edc-documents-area ul, .edc-term-options ul, .edc-responsive_menu ul) li {
  position: relative;
  margin: 0 0 0px 0px;
  margin-left: 28px;
  padding-block: 10px;
  border-bottom: 1px solid rgba(40, 51, 150, 0.2);
  letter-spacing: 0;
}
ul:not(.menu ul, .edc-term-filter ul, .footer-bottom ul, .slick-dots, .edc-slider-tabbing ul, .edc-documents-area ul, .edc-term-options ul, .edc-responsive_menu ul) li::before {
  position: absolute;
  top: 18px;
  left: -28px;
  content: "";
  width: 8px;
  height: 10px;
  background: url("../assets/images/arw.svg") no-repeat left/cover;
}
ul:not(.menu ul, .edc-term-filter ul, .footer-bottom ul, .slick-dots, .edc-slider-tabbing ul, .edc-documents-area ul, .edc-term-options ul, .edc-responsive_menu ul) li:last-child {
  border-bottom: 0;
}
@media (max-width: 767px) {
  ul:not(.menu ul, .edc-term-filter ul, .footer-bottom ul, .slick-dots, .edc-slider-tabbing ul, .edc-documents-area ul, .edc-term-options ul, .edc-responsive_menu ul) li {
    margin-left: 14px;
  }
  ul:not(.menu ul, .edc-term-filter ul, .footer-bottom ul, .slick-dots, .edc-slider-tabbing ul, .edc-documents-area ul, .edc-term-options ul, .edc-responsive_menu ul) li::before {
    top: 15px;
    width: 5px;
    height: 7px;
    left: -14px;
  }
}
ul:not(.menu ul, .edc-term-filter ul, .footer-bottom ul, .slick-dots, .edc-slider-tabbing ul, .edc-documents-area ul, .edc-term-options ul, .edc-responsive_menu ul) li ul li::before {
  position: absolute;
  top: 8px;
  left: 0px;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #5369F5;
  border-radius: 50%;
}
@media (max-width: 767px) {
  ul:not(.menu ul, .edc-term-filter ul, .footer-bottom ul, .slick-dots, .edc-slider-tabbing ul, .edc-documents-area ul, .edc-term-options ul, .edc-responsive_menu ul) li ul li::before {
    width: 5px;
    height: 5px;
  }
}

.sub-head {
  background-color: rgba(83, 105, 245, 0.1);
  color: #5369F5;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-radius: 15px;
  line-height: 1;
  padding: 6px 10px 7px 10px;
  display: inline-flex;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sub-head {
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 1.1px;
  }
}

.grid-container {
  width: 100%;
  max-width: 1416px;
  padding-inline: 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .grid-container {
    padding-inline: 20px;
  }
}

.btn, .quform-form .quform-submit {
  display: inline-flex;
  background-color: #5369F5;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  line-height: 13px;
  border-radius: 27px;
  padding: 20px 64px 20px 23px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #5369F5;
  position: relative;
}
.btn::after, .quform-form .quform-submit::after {
  position: absolute;
  top: 50%;
  right: 11px;
  content: "";
  width: 38px;
  height: 38px;
  background: url("../assets/images/white-arw-bg.svg") no-repeat right/cover;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
}
.btn:visited, .quform-form .quform-submit:visited {
  color: #ffffff;
}
@media (min-width: 768px) {
  .btn:hover, .quform-form .quform-submit:hover {
    color: #5369F5;
    background-color: #ffffff;
  }
  .btn:hover::after, .quform-form .quform-submit:hover::after {
    background-image: url("../assets/images/btn-arw.svg");
  }
}
.btn.btn-white, .quform-form .quform-submit.btn-white {
  background-color: #ffffff;
  border: #ffffff;
  color: #182473 !important;
}
.btn.btn-white::after, .quform-form .quform-submit.btn-white::after {
  background: url("../assets/images/navy-blue-arw.svg") no-repeat right/cover;
}
@media (min-width: 768px) {
  .btn.btn-white:hover, .btn.btn-white:visited, .btn.btn-white:focus, .btn.btn-white:active, .quform-form .quform-submit.btn-white:hover, .quform-form .quform-submit.btn-white:visited, .quform-form .quform-submit.btn-white:focus, .quform-form .quform-submit.btn-white:active {
    background-color: #ffffff;
    color: #182473;
  }
}
.btn.btn-border, .quform-form .quform-submit.btn-border {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .btn, .quform-form .quform-submit {
    font-size: 13px;
    line-height: 13px;
    padding: 16px 46px 16px 19px;
  }
  .btn::after, .quform-form .quform-submit::after {
    width: 30px;
    height: 30px;
    right: 8px;
  }
  .btn:hover, .quform-form .quform-submit:hover {
    color: #ffffff;
  }
}

.quform-form .quform-submit {
  width: auto !important;
}

.text-btn {
  display: inline-flex;
  color: #5369F5;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  font-size: 15px;
  line-height: 13px;
  position: relative;
  padding: 10px 48px 10px 0;
}
.text-btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 38px;
  height: 38px;
  background: url("../assets/images/btn-arw.svg") no-repeat right/cover;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .text-btn:hover, .text-btn:visited, .text-btn:focus {
    color: #5369F5;
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .text-btn {
    font-size: 13px;
    padding-right: 40px;
  }
  .text-btn::after {
    width: 30px;
    height: 30px;
  }
  .text-btn:hover {
    color: #5369F5;
  }
}

.quform-error-text {
  color: #EE1E25;
  font-size: 12px;
}

ul.slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
ul.slick-dots li {
  line-height: 1;
  cursor: pointer;
  font-size: 0;
}
ul.slick-dots li button {
  width: 9px;
  height: 9px;
  border-radius: 50px;
  font-size: 0;
  background-color: #5369F5;
  opacity: 0.2;
  cursor: pointer;
}
ul.slick-dots li.slick-active button {
  opacity: 1;
}
ul.slick-dots li::before {
  display: none;
}

.custom-slick-dots-wrapper .slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 50px 0 0 0 !important;
  list-style-type: none;
}
.custom-slick-dots-wrapper .slick-dots li {
  padding: 0;
  height: 2px;
  border-radius: 6px;
  background: #5369F5;
  transition: transform 0.25s ease 0.25s, width 0.25s ease 0.25s, margin 0.25s ease 0.25s, background 0s ease 0.25s;
  transform: scale(0);
  width: 0px;
  margin: 0;
  opacity: 0.2;
}
.custom-slick-dots-wrapper .slick-dots li::before {
  display: none;
}
.custom-slick-dots-wrapper .slick-dots li button {
  display: none;
}
.custom-slick-dots-wrapper .slick-dots li.slick-active {
  transform: scale(4);
  width: 2px;
  margin: 0 3px;
  opacity: 1;
}
.custom-slick-dots-wrapper .slick-dots li.dot-size-4 {
  transform: scale(4);
  width: 2px;
  margin: 0 3px;
  opacity: 0.36;
}
.custom-slick-dots-wrapper .slick-dots li.dot-size-3 {
  transform: scale(4);
  width: 2px;
  margin: 0 3px;
  opacity: 0.36;
}
.custom-slick-dots-wrapper .slick-dots li.dot-size-2 {
  transform: scale(3);
  width: 2px;
  margin: 0px 3px;
  opacity: 0.36;
}
.custom-slick-dots-wrapper .slick-dots li.dot-size-1 {
  transform: scale(2.5);
  width: 2px;
  margin: 0px 3px;
  opacity: 0.36;
}

.edc-breadcrums {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.edc-breadcrums .edc-breadcrumb__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 0;
  font-size: 11px;
}
.edc-breadcrums .edc-breadcrumb__wrapper a, .edc-breadcrums .edc-breadcrumb__wrapper span {
  font-size: 10px !important;
  line-height: 14px !important;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 700;
  color: #182473 !important;
  margin-top: 2px;
}
.edc-breadcrums .edc-breadcrumb__wrapper .separator {
  margin: 0 8px;
  background-color: transparent;
  color: #182473;
  opacity: 1;
}
.edc-breadcrums .edc-breadcrumb__wrapper .current-item {
  opacity: 0.4;
}
@media (max-width: 767px) {
  .edc-breadcrums {
    margin-bottom: 20px;
  }
}

body.dark-bg {
  background-color: #182473 !important;
}
body.dark-bg .custom-banner *:not(a) {
  color: #ffffff;
}
body.dark-bg .edc-breadcrums .edc-breadcrumb__wrapper a, body.dark-bg .edc-breadcrums .edc-breadcrumb__wrapper span {
  color: #ffffff !important;
}
body.dark-bg .edc-breadcrums .edc-breadcrumb__wrapper .separator {
  color: #ffffff;
}

.custom-pagination .pagination-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.custom-pagination .pagination-wrapper a {
  color: #182473;
}
.custom-pagination .pagination-wrapper .arrw {
  margin-left: 0px;
}
.custom-pagination .pagination-wrapper .arrw img {
  transform: rotate(180deg);
}
.custom-pagination .pagination-wrapper .arrw.next-arr img {
  transform: unset;
}
.custom-pagination .pagination-wrapper .arrw.prev-arr {
  margin-right: 10px;
}
.custom-pagination .pagination-wrapper .arrw.disable {
  pointer-events: none;
  cursor: not-allowed;
}
.custom-pagination .pagination-wrapper .arrw.disable img {
  opacity: 0.2;
}
.custom-pagination .pagination-wrapper .for-pagi_item a {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-weight: 400;
  color: rgba(24, 36, 115, 0.6980392157);
}
.custom-pagination .pagination-wrapper .for-pagi_item.active a {
  background-color: #5369F5;
  color: #ffffff;
  font-weight: 700;
}

.bg-light-blue {
  background-color: #F1F3FF !important;
}

.quform-datepicker .k-calendar .k-header {
  background-color: #182473;
}
.quform-datepicker .k-calendar .k-content th {
  font-size: 14px;
  color: #182473;
}
.quform-datepicker .k-calendar .k-content td {
  padding: 0.2em;
}
.quform-datepicker .k-calendar .k-content td a {
  font-size: 12px;
}
.quform-datepicker .k-calendar .k-content td .k-link {
  color: #182473;
}
.quform-datepicker .k-calendar .k-content td.k-other-month {
  background-color: rgba(83, 105, 245, 0.1);
}
.quform-datepicker .k-calendar .k-content td.k-other-month .k-link {
  color: #182473;
}

#site-header {
  background: transparent;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  transition: all 0.5s ease-in-out;
  z-index: 99;
  will-change: transform;
  transform: translateY(0);
}
#site-header a:not(.btn) {
  color: #182473;
  text-decoration: none;
}
#site-header a:not(.btn):hover {
  color: #5369F5;
}
#site-header .main-header .header-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: unset;
  flex-wrap: wrap;
  padding: 15px 32px 18px 32px;
  background-color: #ffffff;
  border-bottom-left-radius: 42px;
  border-bottom-right-radius: 42px;
  transition: all 0.5s ease-in-out;
}
#site-header .main-header .header-wrapper .header-top {
  transition: all 0.5s ease-in-out;
}
#site-header .main-header .header-wrapper .header-top .header-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  transition: all 0.5s ease-in-out;
}
#site-header .main-header .header-wrapper .header-top .header-actions .search-icon {
  width: 46px;
  height: 46px;
  border-radius: 50px;
  background-color: #F1F3FF;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#site-header .main-header .header-wrapper .header-top .header-actions .client-btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 21px;
  background-color: #F1F3FF;
  border-radius: 28px;
  font-weight: 700;
  font-size: 15px;
  line-height: 13px;
  color: #182473;
}
#site-header .main-header .header-wrapper .header-top .header-actions .btn {
  padding: 6px 9px 6px 23px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
#site-header .main-header .header-wrapper .header-top .header-actions .btn::after {
  display: none;
}
#site-header .main-header .header-wrapper .header-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
#site-header .main-header .header-wrapper .header-bottom .logo {
  width: 216px;
}
#site-header .main-header .header-wrapper .header-bottom .menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 79px;
}
#site-header .main-header .header-wrapper .header-bottom .menu a {
  padding: 0;
  font-size: 15px;
  line-height: 13px;
  font-weight: 600;
}
#site-header .main-header .header-wrapper .header-bottom .menu ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
#site-header .main-header .header-wrapper .header-bottom .menu ul li.menu-item-has-children {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
#site-header .main-header .header-wrapper .header-bottom .menu ul li.menu-item-has-children .dropdown_arrow {
  width: 8px;
  height: 8px;
  cursor: pointer;
  background: url("../assets/images/plus.svg") no-repeat right center/cover;
  margin-top: 3px;
}
#site-header .main-header .header-wrapper .header-bottom .menu ul li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: -20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: unset;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 297px;
  padding: 23px 26px;
  background-color: #ffffff;
  border-radius: 10px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-duration: 300ms;
  opacity: 0;
  visibility: hidden;
  border-radius: 20px;
  margin: 25px 0 0 0;
  list-style-type: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
#site-header .main-header .header-wrapper .header-bottom .menu ul li.menu-item-has-children .sub-menu li a {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(83, 106, 245, 0.4);
}
#site-header .main-header .header-wrapper .header-bottom .menu ul li.menu-item-has-children .sub-menu li a span {
  font-weight: 400;
}
#site-header .main-header .header-wrapper .header-bottom .menu ul li.menu-item-has-children .sub-menu li:last-child a {
  border-bottom: 0;
}
#site-header .main-header .header-wrapper .header-bottom .menu ul li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
#site-header .main-header .header-wrapper .header-bottom .menu ul li.menu-item-has-children:hover .dropdown_arrow {
  background: url("../assets/images/minus.svg") no-repeat right center/cover;
}
#site-header .main-header .header-wrapper .header-bottom .menu ul li.current_page_item > a {
  color: #5369F5;
}
#site-header.fixed {
  z-index: 999;
  transform: translateY(-69px);
}
#site-header.fixed .main-header .header-wrapper {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.5s ease-in-out;
}
#site-header.fixed .main-header .header-wrapper .header-bottom {
  align-items: center;
  padding-top: 20px;
}
@media (max-width: 1279px) {
  #site-header .main-header .header-wrapper .header-bottom .menu {
    gap: 15px;
  }
}
@media (max-width: 1140px) {
  #site-header .main-header .header-wrapper .header-bottom .menu a {
    font-size: 12px;
    line-height: 18px;
  }
  #site-header .main-header .header-wrapper .header-bottom .menu ul {
    gap: 12px;
  }
}
@media (max-width: 1023px) {
  #site-header {
    position: fixed;
  }
  #site-header .main-header .header-wrapper {
    padding: 14px 12px 10px 38px;
    border-bottom-left-radius: 42px;
    border-bottom-right-radius: 42px;
  }
  #site-header .main-header .header-wrapper .header-bottom {
    align-items: center;
  }
  #site-header .main-header .header-wrapper .header-bottom .mobile-toggle {
    cursor: pointer;
    background-color: #5369F5;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #site-header .main-header .header-wrapper .header-bottom .mobile-toggle span {
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    margin-block: 3px;
    display: flex;
    transition: all 0.5s ease-in-out;
  }
  #site-header .main-header .header-wrapper .header-bottom .mobile-toggle img {
    width: 70px;
    height: 70px;
  }
  #site-header.fixed {
    transform: translateY(0px);
  }
  #site-header.fixed .main-header .grid-container {
    animation: unset;
    transition: unset;
  }
  #site-header.fixed .main-header .header-wrapper .header-bottom {
    height: auto;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #site-header .main-header .header-wrapper {
    padding: 14px 9px 9px 21px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }
  #site-header .main-header .header-wrapper .header-bottom .logo {
    width: 148px;
  }
  #site-header .main-header .header-wrapper .header-bottom .mobile-toggle {
    width: 47px;
    height: 47px;
  }
  #site-header .main-header .header-wrapper .header-bottom .mobile-toggle span {
    width: 21px;
    height: 2px;
    margin-block: 2px;
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.page-template-template-landing #site-header .main-header .header-wrapper {
  background-color: transparent;
  padding: 57px 0 0 0;
}
.page-template-template-landing #site-header .main-header .header-wrapper .header-top .header-actions {
  display: none;
}
.page-template-template-landing #site-header .main-header .header-wrapper .header-bottom .menu {
  display: none;
}
.page-template-template-landing #site-header.fixed .main-header .header-wrapper {
  box-shadow: none;
}
@media (max-width: 1023px) {
  .page-template-template-landing #site-header .main-header .header-wrapper {
    background-color: transparent;
    padding: 37px 0 0 0;
  }
  .page-template-template-landing #site-header .main-header .header-wrapper .header-bottom .mobile-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-template-template-landing #site-header .main-header .header-wrapper {
    padding: 19px 0 0 0;
  }
}

.edc-responsive_menu {
  position: fixed;
  height: 100vh;
  z-index: 9;
  transition: all 0.5s ease-in-out;
  width: 100%;
  visibility: visible;
  left: 100%;
  background-color: #F1F3FF;
  top: 0;
  display: flex !important;
  padding-top: 96px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  transition: left 1s cubic-bezier(0.9, 0, 0.9, 1);
  transition: 1s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: 1s ease-in-out;
}
.edc-responsive_menu .responsive_top {
  flex-grow: 1;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  overflow-y: auto;
  padding-inline: 40px;
}
.edc-responsive_menu .responsive_top a:hover {
  color: #5369F5;
}
.edc-responsive_menu .responsive_top ul:not(.sub-menu) > li {
  padding: 22px 0;
  border-bottom: 1px solid rgba(40, 51, 150, 0.2);
}
.edc-responsive_menu .responsive_top ul:not(.sub-menu) > li > a {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #182473;
  display: block;
}
.edc-responsive_menu .responsive_top ul:not(.sub-menu) > li:last-child {
  border-bottom: 0;
}
.edc-responsive_menu .responsive_top ul:not(.sub-menu) > li.menu-item-has-children {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.edc-responsive_menu .responsive_top ul:not(.sub-menu) > li.menu-item-has-children .dropdown_arrow {
  width: 29px;
  height: 29px;
  display: block;
  rotate: 90deg;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  background: url("../assets/images/btn-arw.svg") right center/cover;
}
.edc-responsive_menu .responsive_top ul:not(.sub-menu) > li.menu-item-has-children .dropdown_arrow.is-active {
  rotate: -90deg;
}
.edc-responsive_menu .responsive_top ul:not(.sub-menu) > li.btn {
  background: transparent;
  border: 0;
}
.edc-responsive_menu .responsive_top ul:not(.sub-menu) > li.btn a {
  color: #ffffff;
  display: inline-flex;
  background-color: #5369F5;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
  line-height: 16px;
  border-radius: 30px;
  padding: 20px 64px 20px 23px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #5369F5;
  position: relative;
}
.edc-responsive_menu .responsive_top .sub-menu {
  list-style-type: none;
  padding-left: 43px;
  margin: 0;
  display: none;
  position: static;
  flex-direction: column;
  width: 100%;
}
.edc-responsive_menu .responsive_top .sub-menu li {
  padding-block: 12px;
  border-bottom: 1px solid rgba(40, 51, 150, 0.2);
}
.edc-responsive_menu .responsive_top .sub-menu li a {
  font-size: 23px;
  line-height: 29px;
  display: block;
  color: #182473;
}
.edc-responsive_menu .responsive_top .sub-menu li:last-child {
  border: 0;
}
.edc-responsive_menu .responsive_bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: unset;
  flex-wrap: wrap;
  gap: 15px;
  padding: 30px 40px;
  background-color: #182473;
}
.edc-responsive_menu .responsive_bottom a, .edc-responsive_menu .responsive_bottom p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.24px;
  font-weight: 400;
}
.edc-responsive_menu .responsive_bottom #menu-footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.edc-responsive_menu .responsive_bottom p {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.edc-responsive_menu.open {
  left: 0;
  transition: 1s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: 1s ease-in-out;
}
@media (max-width: 767px) {
  .edc-responsive_menu {
    padding-top: 82px;
  }
  .edc-responsive_menu .responsive_top {
    padding-inline: 20px;
    flex-grow: 1;
  }
  .edc-responsive_menu .responsive_top ul:not(.sub-menu) > li {
    padding: 15px 0;
  }
  .edc-responsive_menu .responsive_top ul:not(.sub-menu) > li > a {
    font-size: 22px;
    line-height: 25px;
  }
  .edc-responsive_menu .responsive_top ul:not(.sub-menu) > li.btn a {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 55px 15px 23px;
  }
  .edc-responsive_menu .responsive_top .sub-menu {
    padding-left: 18px;
  }
  .edc-responsive_menu .responsive_top .sub-menu li {
    padding-block: 8px;
  }
  .edc-responsive_menu .responsive_top .sub-menu li a {
    font-size: 18px;
    line-height: 22px;
  }
  .edc-responsive_menu .responsive_bottom {
    padding: 25px 20px;
    background-color: #182473;
  }
}

.edc-open #site-header .main-header .header-wrapper .header-bottom .mobile-toggle span {
  transform: rotate(135deg);
}
.edc-open #site-header .main-header .header-wrapper .header-bottom .mobile-toggle span:nth-child(2) {
  opacity: 0;
}
.edc-open #site-header .main-header .header-wrapper .header-bottom .mobile-toggle span:last-child {
  transform: rotate(45deg);
  margin-top: -15px;
}
@media (max-width: 767px) {
  .edc-open #site-header .main-header .header-wrapper .header-bottom .mobile-toggle span:last-child {
    margin-top: -10px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.edc-recherche_block {
  width: 46px;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.edc-recherche_block .edc-search-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 35px;
  height: 46px;
}
.edc-recherche_block .edc-search-form .edc-search-input {
  width: 82%;
  line-height: 1;
}
.edc-recherche_block .edc-search-form .edc-search-input input[type=text] {
  border: 0;
  padding: 0;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1;
  height: auto;
  color: rgba(24, 36, 115, 0.6980392157);
  box-shadow: none;
  letter-spacing: 0;
  font-weight: 500;
  background-color: transparent;
}
.edc-recherche_block .edc-search-form .edc-search-input input[type=text]::placeholder {
  color: rgba(24, 36, 115, 0.6980392157);
}
.edc-recherche_block .edc-search-form .edc-search-input, .edc-recherche_block .edc-search-form .close-btn {
  display: none;
}
.edc-recherche_block .edc-search_result {
  background-color: rgb(255, 255, 255);
  width: 100%;
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: -1;
  opacity: 0;
  border-radius: 20px;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
.edc-recherche_block.is-search-active {
  width: 421px;
  z-index: 2;
}
.edc-recherche_block.is-search-active .edc-search-form {
  justify-content: space-between;
  background-color: #F1F3FF;
}
.edc-recherche_block.is-search-active .edc-search-form .edc-search-input {
  display: flex;
}
.edc-recherche_block.is-loading::before {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 12px;
  left: 17px;
  content: "";
  border-radius: 50%;
  border: 2px solid rgba(83, 106, 245, 0.3960784314);
  border-top-color: #182473;
  animation: spin 1s linear infinite;
  z-index: 1;
}
.edc-recherche_block.is-loading .edc-search-form .edc-search-input input[type=text] {
  padding-left: 48px;
}
.edc-recherche_block.is-open .edc-search-form .close-btn {
  display: block;
}
.edc-recherche_block.is-open .edc-search-form .close-btn svg {
  width: 16px;
}
.edc-recherche_block.is-open .edc-search_result {
  position: absolute;
  top: 100%;
  left: 0px;
  opacity: 1;
  transition: 0.5s ease-in-out;
  border-image: initial;
  border: 1px solid rgba(83, 106, 245, 0.3960784314);
  margin-top: 10px;
}
.edc-recherche_block.is-open .edc-search_result .edc-result-list {
  padding: 28px 33px;
}
.edc-recherche_block.is-open .edc-search_result .edc-result-list .edc-result-item h3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #182473;
  margin-bottom: 12px;
}
.edc-recherche_block.is-open .edc-search_result .edc-result-list .edc-result-item .edc-data-list {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(24, 36, 115, 0.2);
  margin-bottom: 15px;
}
.edc-recherche_block.is-open .edc-search_result .edc-result-list .edc-result-item .edc-data-list .edc-data-item a {
  color: rgba(24, 36, 115, 0.6980392157) !important;
}
.edc-recherche_block.is-open .edc-search_result .edc-result-list .edc-result-item .edc-data-list .edc-data-item a h3 {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 12px;
  font-weight: 500;
  color: inherit;
}
.edc-recherche_block.is-open .edc-search_result .edc-result-list .edc-result-item:last-child .edc-data-list {
  padding-bottom: 0;
  border: 0;
}
.edc-recherche_block.is-open .edc-search_result .edc-result-list .search-wrapper {
  max-height: 500px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: rgba(83, 106, 245, 0.3960784314) #F1F3FF;
  overflow-x: hidden;
  padding-right: 14px;
}
.edc-recherche_block.is-open .edc-search_result .obs-btn-container {
  display: flex;
  margin-bottom: 20px;
  padding-left: 33px;
}
.edc-recherche_block.is-open .edc-search_result .obs-btn-container .btn {
  justify-content: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  background-color: #5369F5;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  line-height: 13px;
  border-radius: 27px;
  padding: 6px 6px 6px 23px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #5369F5;
  position: relative;
}
.edc-recherche_block.is-open .edc-search_result .obs-btn-container .btn::after {
  display: none;
}

#site-header,
#site-header * {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#site-footer {
  background: #182473;
  color: #ffffff;
  padding: 62px 0 20px;
}
#site-footer a {
  color: #ffffff;
  font-weight: 400;
}
#site-footer a:hover {
  color: #5369F5;
  text-decoration: none;
}
#site-footer h3 {
  color: #ffffff;
  margin-bottom: 25px;
}
#site-footer .footer-top {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 100px;
  padding: 0 0 34px;
  align-items: flex-start;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
#site-footer .footer-brand .footer-logo {
  margin-bottom: 66px;
}
#site-footer .footer-brand .footer-social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
}
#site-footer .footer-brand .footer-social a {
  width: 53px;
  height: 53px;
  background: transparent;
}
#site-footer .footer-menu {
  flex-direction: column;
  align-items: unset;
  margin: 0;
}
#site-footer .footer-menu .footer-menu-lists {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 64px;
}
#site-footer .footer-menu ul li {
  padding: 0;
  border: 0;
  margin: 0;
  margin-bottom: 12px;
}
#site-footer .footer-menu ul li::before {
  display: none;
}
#site-footer .footer-contact .contact-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
#site-footer .footer-contact .contact-wrapper a {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 9px;
  border-bottom: 2px solid #5369F5;
}
@media (max-width: 767px) {
  #site-footer .footer-contact .contact-wrapper a {
    font-size: 14px;
    line-height: 20px;
  }
}
#site-footer .footer-contact .contact-wrapper a:hover {
  text-decoration: none;
}
#site-footer .footer-contact .footer-address {
  margin-top: 18px;
  color: #ffffff;
}
#site-footer .footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 19px;
  margin-top: 14px;
}
#site-footer .footer-bottom * {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.24px;
  font-weight: 400;
  text-transform: uppercase;
  border: 0;
  margin: 0;
  padding: 0;
  color: #ffffff;
}
#site-footer .footer-bottom ul {
  display: flex;
  gap: 19px;
  list-style: none;
}
#site-footer.footer-landing .footer-top {
  grid-template-columns: 1.2fr 1fr;
}
#site-footer.footer-landing .footer-top .footer-brand {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#site-footer.footer-landing .footer-top .footer-brand .footer-logo {
  margin-bottom: 0;
}
#site-footer.footer-landing .footer-top .footer-contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#site-footer.footer-landing .footer-top .footer-contact .footer-address {
  margin-top: 0;
}
@media (max-width: 1279px) {
  #site-footer .footer-top {
    grid-template-columns: 1fr 1.5fr 1fr;
  }
  #site-footer .footer-menu .footer-menu-lists {
    gap: 44px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 1140px) {
  #site-footer .footer-top {
    gap: 90px;
  }
}
@media (max-width: 1023px) {
  #site-footer {
    padding: 45px 0 35px;
  }
  #site-footer .footer-top {
    grid-template-columns: 1.2fr 1fr;
    gap: 30px;
    padding-bottom: 25px;
  }
  #site-footer .footer-brand {
    grid-column-start: 1;
    grid-column-end: 4;
    padding-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #site-footer .footer-brand .footer-logo {
    margin-bottom: 0;
  }
  #site-footer .footer-menu .footer-menu-lists {
    gap: 58px;
  }
  #site-footer .footer-contact {
    margin-left: auto;
  }
  #site-footer .footer-bottom {
    align-items: unset;
    margin-top: 25px;
    flex-direction: column;
  }
  #site-footer .footer-bottom ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #site-footer .footer-bottom p {
    order: 2;
  }
  #site-footer.footer-landing .footer-top .footer-contact {
    border: 0;
    padding: 0;
  }
  #site-footer.footer-landing .footer-top .footer-contact .contact-wrapper {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 767px) {
  #site-footer {
    padding: 35px 0 14px;
  }
  #site-footer h3 {
    display: none;
  }
  #site-footer .footer-top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: unset;
    flex-wrap: wrap;
    gap: 25px;
    padding-bottom: 25px;
  }
  #site-footer .footer-top * {
    font-size: 14px;
    line-height: 23px;
    color: #ffffff;
  }
  #site-footer .footer-brand {
    padding-bottom: 25px;
    flex-direction: column;
    gap: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: flex-start;
  }
  #site-footer .footer-brand .footer-logo {
    width: 265px;
  }
  #site-footer .footer-menu .footer-menu-lists {
    gap: 50px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #site-footer .footer-menu .footer-menu-lists ul li {
    margin-bottom: 8px;
  }
  #site-footer .footer-contact {
    margin-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 25px;
  }
  #site-footer .footer-contact .contact-wrapper {
    flex-direction: row;
    gap: 25px;
  }
  #site-footer .footer-contact .contact-wrapper a {
    padding-bottom: 5px;
  }
  #site-footer .footer-bottom ul {
    gap: 10px;
    padding-bottom: 25px;
  }
  #site-footer.footer-landing .footer-top .footer-contact {
    flex-direction: column;
    gap: 10px;
  }
  #site-footer.footer-landing .footer-top .footer-contact .contact-wrapper {
    flex-direction: row;
    gap: 30px;
  }
}

.custom-banner {
  background-color: #F1F3FF;
  padding: 0;
}
.custom-banner .banner-wrapper {
  align-items: center;
  margin-top: -33px;
}
.custom-banner .banner-wrapper .banner-text {
  max-width: 654px;
  margin-left: auto;
}
.custom-banner .banner-wrapper .banner-text p {
  font-weight: 500;
}
.custom-banner .banner-wrapper .banner-text .edc-banner-intro {
  margin: 24px 0 29px;
}
.custom-banner .banner-wrapper .banner-img {
  position: relative;
  height: 574px;
}
.custom-banner .banner-wrapper .banner-img .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  clip-path: polygon(25.8% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.custom-banner .banner-wrapper .banner-img span {
  position: absolute;
  display: block;
  mix-blend-mode: multiply;
}
.custom-banner .banner-wrapper .banner-img span.red-shape {
  left: 17%;
  top: 36%;
  transform: translate(-50%, -50%);
}
.custom-banner .banner-wrapper .banner-img span.purple-shape {
  right: 15px;
  bottom: -30px;
}
@media (max-width: 1415px) {
  .custom-banner .banner-wrapper .banner-text {
    margin-left: 0;
    padding-left: 40px;
  }
}
@media (max-width: 1279px) {
  .custom-banner .banner-wrapper .banner-text {
    margin-block: 40px;
  }
  .custom-banner .banner-wrapper .banner-text h1:not(.mini) {
    font-size: 49px;
    line-height: 59px;
  }
}
@media (max-width: 1023px) {
  .custom-banner .banner-wrapper {
    margin-top: 0;
  }
  .custom-banner .banner-wrapper .c-order {
    order: -1;
  }
  .custom-banner .banner-wrapper .banner-img {
    height: 587px;
  }
  .custom-banner .banner-wrapper .banner-img .main-img {
    clip-path: unset;
  }
  .custom-banner .banner-wrapper .banner-img span.red-shape {
    display: none;
  }
  .custom-banner .banner-wrapper .banner-img span.purple-shape {
    bottom: -20px;
  }
  .custom-banner .banner-wrapper .banner-img span.purple-shape img {
    width: 239px;
  }
  .custom-banner .banner-wrapper .banner-text {
    margin-block: 25px;
    max-width: 100%;
    padding-right: 40px;
  }
  .custom-banner .banner-wrapper .banner-text h1:not(.mini) {
    font-size: 56px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .custom-banner .banner-wrapper .banner-img {
    height: 321px;
  }
  .custom-banner .banner-wrapper .banner-img span.purple-shape {
    bottom: -14px;
    right: -22px;
  }
  .custom-banner .banner-wrapper .banner-img span.purple-shape img {
    width: 137px;
  }
  .custom-banner .banner-wrapper .banner-text {
    padding-inline: 20px;
  }
  .custom-banner .banner-wrapper .banner-text h1:not(.mini) {
    font-size: 35px;
    line-height: 38px;
  }
  .custom-banner .banner-wrapper .banner-text p:not(.big-p) {
    max-width: 228px;
  }
}

.page-template-template-b .custom-banner {
  background-color: transparent;
}

.page-template-template-a .middle-sections {
  background-color: #ffffff;
}
.page-template-template-a #site-header .main-header .header-wrapper {
  border: 1px solid #F1F3FF;
  border-top: 0;
}

.edc-nos-solution {
  padding: 76px 0 79px;
}
@media (max-width: 1023px) {
  .edc-nos-solution {
    padding: 57px 0 49px;
  }
  .edc-nos-solution .solutions-right {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .edc-nos-solution {
    padding: 61px 0 44px;
  }
  .edc-nos-solution .solutions-right {
    margin-top: 20px;
  }
}

.edc-tobac .banner-wrapper .tobac-content {
  max-width: 487px;
}
.edc-tobac .banner-wrapper .tobac-content ul {
  margin: 15px 0 70px;
}
.edc-tobac .banner-wrapper .tobac-content ul li {
  font-weight: 700;
  border-bottom: 0;
  padding-bottom: 0;
  margin-left: 20px;
}
.edc-tobac .banner-wrapper .tobac-content ul li::before {
  left: -20px;
}
.edc-tobac .banner-wrapper .tobac-content .btn, .edc-tobac .banner-wrapper .tobac-content .text-btn {
  margin-top: 29px;
}
.edc-tobac .banner-wrapper .tobac-content .edc-comman-data p a:hover, .edc-tobac .banner-wrapper .tobac-content .edc-comman-data ul li a:hover {
  color: #5369F5;
}
.edc-tobac .banner-wrapper .tobac-image .main-img {
  clip-path: polygon(26.8% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.edc-tobac .banner-wrapper .tobac-image span.red-shape {
  right: 15px;
  bottom: -30px;
  top: unset;
  transform: unset;
  left: unset;
}
@media (max-width: 1023px) {
  .edc-tobac .banner-wrapper .tobac-image .main-img {
    clip-path: unset;
  }
  .edc-tobac .banner-wrapper .tobac-image span.red-shape {
    display: block;
    right: 40px;
    bottom: -52px;
  }
  .edc-tobac .banner-wrapper .tobac-content {
    margin-block: 42px;
    padding-top: 0;
    max-width: 100%;
  }
  .edc-tobac .banner-wrapper .tobac-content ul {
    margin-bottom: 40px;
  }
  .edc-tobac .banner-wrapper .tobac-content ul li::before {
    top: 14px;
  }
}
@media (max-width: 767px) {
  .edc-tobac .banner-wrapper .tobac-image span.red-shape {
    display: block;
    right: 20px;
    bottom: -20px;
  }
  .edc-tobac .banner-wrapper .tobac-image span.red-shape img {
    width: 85px;
  }
  .edc-tobac .banner-wrapper .tobac-content {
    margin: 29px 0 47px;
  }
  .edc-tobac .banner-wrapper .tobac-content h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .edc-tobac .banner-wrapper .tobac-content ul {
    margin-bottom: 35px;
  }
  .edc-tobac .banner-wrapper .tobac-content ul li::before {
    top: 16px;
  }
}

.page-template-template-b .middle-sections {
  background-color: #182473;
}
.page-template-template-b.light-bg .middle-sections {
  background-color: #F1F3FF;
}

.edc-documentation {
  padding: 94px 0 266px;
  background-color: #182473;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.edc-documentation .edc-document-wrapper {
  text-align: center;
}
.edc-documentation .edc-document-wrapper .edc-breadcrums .edc-breadcrumb__wrapper {
  justify-content: center;
}
.edc-documentation .edc-document-wrapper .edc-breadcrums .edc-breadcrumb__wrapper span {
  color: #ffffff !important;
}
.edc-documentation::before {
  position: absolute;
  top: -126px;
  left: 50%;
  content: "";
  width: 100vw;
  height: 100vh;
  background: url("../assets/images/bg-img.svg") no-repeat center/cover;
  transform: translateX(-50%);
  opacity: 0.32;
  z-index: -1;
}
.edc-documentation.dark-bg * {
  color: #ffffff;
}
@media (max-width: 1023px) {
  .edc-documentation {
    padding: 125px 0 0px;
  }
  .edc-documentation .edc-document-wrapper .edc-term-default {
    margin: 80px 0 102px;
    position: relative;
    z-index: 1;
  }
  .edc-documentation .edc-document-wrapper .edc-term-default .btn {
    font-weight: 400;
    font-size: 18px;
    display: flex;
    padding: 27px 50px 27px 35px;
    border-radius: 36px;
    position: relative;
    z-index: 1;
    display: none;
  }
  .edc-documentation .edc-document-wrapper .edc-term-default .btn::after {
    background: url("../assets/images/btn-arw.svg") no-repeat right/cover;
    width: 54px;
    height: 54px;
    right: 8px;
    transform: translateY(0%) rotate(90deg);
    transition: all 0.5s ease-in-out;
    top: 7px;
  }
  .edc-documentation .edc-document-wrapper .edc-term-default .edc-term-options {
    padding: 27px 35px 16px;
    background-color: #ffffff;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.11);
    text-align: left;
    visibility: hidden;
    opacity: 0;
  }
  .edc-documentation .edc-document-wrapper .edc-term-default .edc-term-options li {
    padding-block: 5px;
  }
  .edc-documentation .edc-document-wrapper .edc-term-default .edc-term-options li a {
    color: #182473;
    font-size: 15px;
    line-height: 13px;
    text-decoration: none;
  }
  .edc-documentation .edc-document-wrapper .edc-term-default .edc-term-options li a.active {
    font-weight: 700;
  }
  .edc-documentation .edc-document-wrapper .edc-term-default.is-active .edc-term-options {
    opacity: 1;
    visibility: visible;
  }
  .edc-documentation .edc-document-wrapper .edc-term-default.is-active .btn::after {
    transform: translateY(0%) rotate(-90deg);
  }
  .edc-documentation::before {
    width: 860px;
    height: 1160px;
  }
  .edc-documentation::after {
    position: absolute;
    right: -9999px;
    bottom: 0;
    left: -9999px;
    width: auto;
    height: 22px;
    background-color: #F1F3FF;
    content: "";
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .edc-documentation {
    padding: 79px 0 0px;
  }
  .edc-documentation .heading-info p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 20px;
  }
  .edc-documentation .edc-document-wrapper .edc-term-default {
    margin: 40px 0 78px;
    position: relative;
  }
  .edc-documentation .edc-document-wrapper .edc-term-default .btn {
    font-size: 14px;
    padding: 22px 50px 22px 25px;
  }
  .edc-documentation .edc-document-wrapper .edc-term-default .btn::after {
    width: 44px;
    height: 44px;
  }
  .edc-documentation .edc-document-wrapper .edc-term-default .edc-term-options {
    padding: 20px 25px 16px;
    position: absolute;
    top: 30px;
    left: 0;
  }
  .edc-documentation .edc-document-wrapper .edc-term-default .edc-term-options li a {
    font-size: 12px;
  }
  .edc-documentation::after {
    height: 20px;
  }
}

.edc-blog-section {
  padding: 0 0 100px;
  background-color: #F1F3FF;
}
.edc-blog-section .grid-container {
  position: relative;
}
.edc-blog-section .edc-blog {
  position: relative;
}
.edc-blog-section .edc-blog .clickable {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper .edc-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
}
.edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper .edc-blog-content {
  padding: 33px 26px 30px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 19px;
}
.edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper .edc-blog-content .blog-date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper .edc-blog-content .blog-date .date p {
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #5369F5;
}
.edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper .edc-blog-content h2 {
  max-width: 529px;
}
.edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper.latest-blog {
  grid-template-columns: 1fr 1fr;
  position: absolute;
  top: -190px;
}
.edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper.latest-blog .blog-img {
  max-height: 365px;
}
.edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper.latest-blog .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
}
.edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper.latest-blog .edc-blog-content {
  padding: 57px 58px 52px 58px;
}
.edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper.latest-blog .edc-blog-content h2 {
  max-width: 529px;
}
.edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper.latest-blog .edc-latest-focus-cta {
  display: inline-flex;
  align-items: center;
  color: #5369F5;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  font-size: 15px;
  line-height: 13px;
  position: relative;
  padding: 10px 48px 10px 0;
}
.edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper.latest-blog .edc-latest-focus-cta::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 38px;
  height: 38px;
  background: url("../assets/images/btn-arw.svg") no-repeat right/cover;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper.latest-blog .edc-latest-focus-cta {
    color: #ffffff;
    background-color: #5369F5;
    border: 1px solid #5369F5;
    border-radius: 27px;
    padding: 20px 64px 20px 23px;
  }
  .edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper.latest-blog .edc-latest-focus-cta::after {
    background-image: url("../assets/images/white-arw-bg.svg");
    right: 11px;
  }
}
.edc-blog-section .edc-blog .edc-term-filter {
  padding: 254px 0 26px;
}
.edc-blog-section .edc-blog .edc-term-filter ul {
  padding: 11px 15px 11px 11px;
  background-color: #ffffff;
  border-radius: 36px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: fit-content;
  margin-inline: auto;
  box-shadow: 0px 3px 20px rgba(83, 105, 245, 0.1607843137);
}
.edc-blog-section .edc-blog .edc-term-filter ul li {
  display: flex;
}
.edc-blog-section .edc-blog .edc-term-filter ul li a {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0px;
  background-color: transparent;
  padding: 13px 0px;
  border-radius: 25px;
  color: #182473;
  text-decoration: none;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .edc-blog-section .edc-blog .edc-term-filter ul li a {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.edc-blog-section .edc-blog .edc-term-filter ul li a.active {
  background-color: rgba(83, 105, 245, 0.1);
  font-weight: 700;
  color: #5369F5;
  padding: 13px 22px;
  font-family: "Montserrat", sans-serif;
}
.edc-blog-section .edc-blog .edc-blog-box {
  padding-top: 218px;
}
.edc-blog-section .edc-blog .edc-blog-box .edc-blog-grid .cell {
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 65px;
}
.edc-blog-section .edc-blog .edc-blog-box .edc-blog-grid .grid-margin-x {
  row-gap: 30px;
}
.edc-blog-section .edc-blog .edc-blog-box .edc-blog-grid .edc-blog-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  height: 100%;
}
.edc-blog-section .edc-blog .edc-blog-box .edc-blog-grid .edc-blog-wrapper .blog-img {
  max-height: auto;
}
.edc-blog-section .edc-blog .edc-blog-box .edc-blog-grid .edc-blog-wrapper .blog-img img {
  object-fit: unset;
}
.edc-blog-section .edc-blog .edc-blog-box .edc-blog-grid .edc-blog-wrapper .edc-blog-content {
  padding: 33px 26px 30px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 19px;
}
.edc-blog-section .edc-blog .edc-blog-box .edc-blog-grid .edc-blog-wrapper .edc-blog-content .edc-blog-texte {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 19px;
  width: 100%;
}
.edc-blog-section .edc-blog .edc-blog-box .edc-blog-grid .edc-blog-wrapper .edc-blog-content h3 {
  font-weight: 400;
}
.edc-blog-section .edc-blog .edc-blog-box .edc-blog-grid .edc-blog-wrapper .edc-blog-content .blog-date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.edc-blog-section .edc-blog .edc-blog-box .edc-blog-grid .edc-blog-wrapper .edc-blog-content .blog-date .blog-categories {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
.edc-blog-section .edc-blog .edc-blog-box .edc-blog-grid .edc-blog-wrapper .edc-blog-content .blog-date .date {
  margin-left: auto;
}
.edc-blog-section .edc-blog .edc-blog-box .edc-blog-grid .edc-blog-wrapper .edc-blog-content .blog-date .date p {
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #5369F5;
}
.edc-blog-section .edc-blog .edc-blog-box .edc-blog-grid .edc-blog-wrapper .edc-blog-content h2 {
  max-width: 529px;
}
.edc-blog-section .edc-blog .edc-blog-box .edc-blog-grid .edc-blog-wrapper .edc-blog-content .text-btn {
  position: absolute;
  bottom: 30px;
}
.edc-blog-section .custom-pagination {
  margin-top: 100px;
}
@media (max-width: 1279px) {
  .edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper.latest-blog .edc-blog-content {
    padding: 50px 34px 48px 34px;
  }
}
@media (max-width: 1140px) {
  .edc-blog-section .edc-blog .edc-blog-box {
    padding-top: 195px;
  }
}
@media (max-width: 1023px) {
  .edc-blog-section .edc-blog {
    position: unset;
  }
  .edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper .edc-blog-content {
    row-gap: 34px;
  }
  .edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper.latest-blog {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
  }
  .edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper.latest-blog .edc-blog-content {
    padding: 40px 48px 35px 38px;
  }
  .edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper.latest-blog .edc-blog-content h2 {
    margin-bottom: 0;
    max-width: 100%;
  }
  .edc-blog-section .edc-blog .edc-term-filter {
    padding: 0;
  }
  .edc-blog-section .edc-blog .edc-blog-box {
    padding-top: 34px;
  }
  .edc-blog-section .edc-blog .edc-blog-box .edc-blog-grid .edc-blog-wrapper .edc-blog-content {
    row-gap: 34px;
  }
  .edc-blog-section .edc-blog .edc-blog-box .edc-blog-grid .edc-blog-wrapper .edc-blog-content h3 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .edc-blog-section {
    padding-bottom: 50px;
  }
  .edc-blog-section .edc-blog {
    top: -115px;
  }
  .edc-blog-section .edc-blog .edc-latest-focus-grid {
    margin-bottom: 24px;
  }
  .edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper .edc-blog-content {
    row-gap: 21px;
  }
  .edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper.latest-blog .edc-blog-content {
    padding: 21px 24px 24px 24px;
  }
  .edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper.latest-blog .edc-blog-content h2 {
    margin-bottom: 15px;
  }
  .edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper.latest-blog .edc-blog-content .edc-latest-focus-cta {
    font-size: 13px;
    padding-right: 40px;
  }
  .edc-blog-section .edc-blog .edc-blog-grid .edc-blog-wrapper.latest-blog .edc-blog-content .edc-latest-focus-cta::after {
    width: 30px;
    height: 30px;
  }
  .edc-blog-section .edc-blog .edc-blog-box {
    padding-top: 20px;
  }
  .edc-blog-section .edc-blog .edc-blog-box .edc-blog-grid .cell {
    padding-bottom: 55px;
  }
  .edc-blog-section .edc-blog .edc-blog-box .edc-blog-grid .grid-margin-x {
    row-gap: 20px;
  }
  .edc-blog-section .edc-blog .edc-blog-box .edc-blog-grid .edc-blog-wrapper .edc-blog-content {
    padding: 21px 24px 24px 24px;
    row-gap: 21px;
  }
  .edc-blog-section .edc-blog .edc-blog-box .edc-blog-grid .edc-blog-wrapper .edc-blog-content h3 {
    margin-bottom: 15px;
  }
  .edc-blog-section .edc-blog .edc-blog-box .edc-blog-grid .edc-blog-wrapper .edc-blog-content .blog-date .date p {
    font-size: 11px;
    letter-spacing: 1.1px;
  }
  .edc-blog-section .edc-blog .edc-blog-box .edc-blog-grid .edc-blog-wrapper .edc-blog-content .text-btn {
    bottom: 24px;
  }
  .edc-blog-section .custom-pagination {
    margin: 50px 0 0px;
  }
}
.edc-blog-section.edc-actdoc-sec .edc-blog .edc-blog-box {
  padding-top: 0px;
}

.page-template-template-grille {
  background-color: #182473;
}
.page-template-template-grille .edc-wrapper .middle-sections {
  padding: 0;
}
.page-template-template-grille .edc-wrapper .middle-sections .edc-documentation {
  padding-top: 224px;
}
@media (max-width: 1023px) {
  .page-template-template-grille .edc-wrapper .middle-sections {
    padding-top: 0px;
  }
  .page-template-template-grille .edc-wrapper .middle-sections .edc-documentation {
    padding-top: 219px;
  }
}
@media (max-width: 767px) {
  .page-template-template-grille .edc-wrapper .middle-sections {
    padding-top: 0px;
  }
  .page-template-template-grille .edc-wrapper .middle-sections .edc-documentation {
    padding-top: 148px;
  }
}

.edc-term-filter + .edc-blog-box {
  padding-top: 0 !important;
}
@media (max-width: 1023px) {
  .edc-term-filter + .edc-blog-box {
    padding-top: 34px !important;
  }
}
@media (max-width: 767px) {
  .edc-term-filter + .edc-blog-box {
    padding-top: 0px !important;
  }
}

.edc-titletxt-sec {
  padding-block: 60px;
  background-color: #ffffff;
}
.edc-titletxt-sec .edc-titletxt-wrap .grid-margin-x {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  column-gap: 147px;
  margin: 0;
}
.edc-titletxt-sec .edc-titletxt-wrap .grid-margin-x .cell {
  width: 100%;
  margin: 0;
}
.edc-titletxt-sec .edc-titletxt-wrap .grid-margin-x .cell .edc-titletxt-title h2 {
  margin-bottom: 34px;
}
.edc-titletxt-sec .edc-titletxt-wrap .grid-margin-x .cell .edc-media img {
  border-radius: 20px;
}
.edc-titletxt-sec .edc-titletxt-wrap .grid-margin-x .cell .edc-titletxt-content .edc-titletxt-desc .big-p + .big-p {
  padding-top: 12px;
  margin-bottom: 20px;
}
.edc-titletxt-sec .edc-titletxt-wrap .grid-margin-x .cell .edc-titletxt-content .edc-titletxt-desc ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.edc-titletxt-sec .edc-titletxt-wrap .grid-margin-x .cell .edc-titletxt-content .edc-titletxt-btn {
  margin-top: 20px;
}
.edc-titletxt-sec .edc-titletxt-wrap.content-img .grid-margin-x {
  grid-template-columns: 1.2fr 1fr;
}
.edc-titletxt-sec .edc-titletxt-wrap.content-img .grid-margin-x .cell:first-child {
  order: 2;
}
@media (max-width: 1279px) {
  .edc-titletxt-sec .edc-titletxt-wrap .grid-margin-x {
    gap: 80px;
  }
}
@media (max-width: 1023px) {
  .edc-titletxt-sec {
    padding-block: 45px;
  }
  .edc-titletxt-sec .edc-titletxt-wrap .grid-margin-x {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  .edc-titletxt-sec .edc-titletxt-wrap.content-img .grid-margin-x {
    grid-template-columns: 1fr;
  }
  .edc-titletxt-sec .edc-titletxt-wrap.content-img .grid-margin-x .cell:first-child {
    order: unset;
  }
}
@media (max-width: 767px) {
  .edc-titletxt-sec {
    padding: 20px 0 30px;
  }
  .edc-titletxt-sec .edc-titletxt-wrap .grid-margin-x {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .edc-titletxt-sec .edc-titletxt-wrap .grid-margin-x .cell .edc-titletxt-content .edc-titletxt-desc p {
    font-size: 14px;
    line-height: 20px;
    color: #182473;
  }
  .edc-titletxt-sec .edc-titletxt-wrap .grid-margin-x .cell .edc-titletxt-content .edc-titletxt-desc .big-p + .big-p {
    padding-top: 0px;
    margin-bottom: 6px;
  }
  .edc-titletxt-sec .edc-titletxt-wrap .grid-margin-x .cell .edc-titletxt-content .edc-titletxt-btn {
    margin-top: 10px;
  }
  .edc-titletxt-sec .edc-titletxt-wrap .grid-margin-x .cell .edc-titletxt-title h2 {
    margin-bottom: 15px;
  }
}

.edc-chiffres-sec {
  padding-block: 60px;
  background-color: #ffffff;
}
.edc-chiffres-sec .edc-chiffres-list {
  padding-top: 30px;
}
.edc-chiffres-sec .edc-chiffres-list .grid-margin-x {
  row-gap: 80px;
}
.edc-chiffres-sec .edc-chiffres-list .edc-chiffres-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: unset;
  flex-wrap: wrap;
  gap: 18px;
}
.edc-chiffres-sec .edc-chiffres-list .edc-chiffres-item * {
  color: #182473;
}
.edc-chiffres-sec .edc-chiffres-list .edc-chiffres-item .edc-icon-number {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
}
.edc-chiffres-sec .edc-chiffres-list .edc-chiffres-item .edc-icon-number .edc-number p {
  font-size: 72px;
  line-height: 1;
  font-weight: 400;
}
.edc-chiffres-sec .edc-chiffres-list .edc-chiffres-item .edc-chiffres-text {
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(24, 36, 115, 0.2);
}
.edc-chiffres-sec .edc-chiffres-list .edc-chiffres-item .edc-chiffres-text p {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .edc-chiffres-sec .edc-chiffres-list .edc-chiffres-item .edc-chiffres-text p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (max-width: 1023px) {
  .edc-chiffres-sec {
    padding-block: 45px;
  }
  .edc-chiffres-sec .edc-chiffres-list .grid-margin-x {
    row-gap: 48px;
  }
}
@media (max-width: 767px) {
  .edc-chiffres-sec {
    padding-block: 30px;
  }
  .edc-chiffres-sec .edc-chiffres-list {
    padding-top: 15px;
  }
  .edc-chiffres-sec .edc-chiffres-list .grid-margin-x {
    row-gap: 21px;
  }
  .edc-chiffres-sec .edc-chiffres-list .edc-chiffres-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: unset;
    flex-wrap: wrap;
    gap: 14px;
  }
  .edc-chiffres-sec .edc-chiffres-list .edc-chiffres-item * {
    color: #182473;
  }
  .edc-chiffres-sec .edc-chiffres-list .edc-chiffres-item .edc-icon-number {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .edc-chiffres-sec .edc-chiffres-list .edc-chiffres-item .edc-icon-number .edc-number p {
    font-size: 50px;
  }
  .edc-chiffres-sec .edc-chiffres-list .edc-chiffres-item .edc-chiffres-text {
    padding-bottom: 14px;
  }
}

.edc-liste-videos-sec {
  padding: 60px 0 54px;
  background-color: #ffffff;
}
.edc-liste-videos-sec .edc-liste-videos-content {
  max-width: 734px;
  margin-inline: auto;
}
.edc-liste-videos-sec .edc-liste-videos {
  padding-inline: 50px;
  overflow: hidden;
  position: relative;
  margin: 40px 0px 24px;
}
.edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track {
  display: flex;
  align-items: center;
  will-change: transform;
}
.edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide {
  margin-inline: 48px;
  transition: all 0.5s ease-in-out;
  transform: scale(0.9);
  max-width: 330px;
}
.edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item {
  position: relative;
  z-index: 0;
  display: flex !important;
}
.edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item .edc-video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item .edc-video-img img {
  border-radius: 20px;
}
.edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item .edc-video-img video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item .edc-video-img video.hidden-video {
  display: none;
}
.edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item .edc-play-btn {
  position: absolute;
  top: 21px;
  right: 18px;
  opacity: 0;
}
.edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item .edc-video-text {
  position: absolute;
  right: 0;
  bottom: 27px;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item .edc-video-text p {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  max-width: 274px;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item .edc-video-text p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item .edc-video-text p strong {
  display: block;
}
.edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 469px;
  background: transparent linear-gradient(180deg, rgba(24, 36, 115, 0) 50%, rgba(24, 36, 115, 0.87) 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 20px 20px;
}
.edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item.video-play .edc-play-btn, .edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item.video-play .edc-video-text, .edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item.video-play::after {
  display: none;
}
.edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item.video-play .edc-video-img img {
  display: none;
}
.edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item.video-play .edc-video-img video.default {
  display: none;
}
.edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item.video-play .edc-video-img video.hidden-video {
  display: block;
}
.edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide.slick-center {
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide.slick-center .edc-videos-item {
  border-radius: 20px;
  overflow: hidden;
}
.edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide.slick-center .edc-videos-item .edc-play-btn, .edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide.slick-center .edc-videos-item .edc-video-text {
  opacity: 1;
}
.edc-liste-videos-sec .edc-liste-videos .slick-arrow {
  background: url(../assets/images/slide-arw.svg) no-repeat center center/cover;
  width: 70px;
  height: 70px;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  z-index: 1;
  left: 28%;
  cursor: pointer;
}
.edc-liste-videos-sec .edc-liste-videos .slick-arrow.slick-next {
  transform: translateY(-50%) rotate(0deg);
  left: unset;
  right: 28%;
}
@media (max-width: 1279px) {
  .edc-liste-videos-sec .edc-liste-videos {
    padding-inline: 0px;
  }
  .edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide {
    margin-inline: 15px;
  }
}
@media (max-width: 1023px) {
  .edc-liste-videos-sec {
    padding-block: 45px;
  }
  .edc-liste-videos-sec .edc-liste-videos {
    padding-inline: 0px;
    margin-inline: -40px;
  }
  .edc-liste-videos-sec .edc-liste-videos .slick-list {
    overflow: visible;
  }
  .edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide {
    margin-inline: 10px;
    max-width: 450px;
    opacity: 0.5;
    transform: scale(1);
  }
  .edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item {
    height: 801px;
  }
  .edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item .edc-play-btn {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    opacity: 0;
    width: 112px;
    height: 112px;
    transform: translateY(-50%);
    margin-inline: auto;
    z-index: 1;
  }
  .edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item .edc-play-btn svg {
    width: 112px;
    height: 112px;
  }
  .edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item .edc-video-text {
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
  }
  .edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item .edc-video-text p {
    max-width: 371px;
  }
  .edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 642px;
    background: transparent linear-gradient(180deg, rgba(24, 36, 115, 0) 50%, rgba(24, 36, 115, 0.87) 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 20px 20px;
  }
  .edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide.slick-center {
    max-width: 450px;
    opacity: 1;
    transform: scale(1);
  }
  .edc-liste-videos-sec .edc-liste-videos .slick-arrow {
    display: none;
  }
  .edc-liste-videos-sec .slick-dots {
    padding: 0px 0 28px;
    margin: 35px 0 0 0 !important;
  }
}
@media (max-width: 767px) {
  .edc-liste-videos-sec {
    padding-block: 30px;
  }
  .edc-liste-videos-sec .edc-liste-title {
    max-width: 320px;
    margin-inline: auto;
  }
  .edc-liste-videos-sec .edc-liste-videos {
    margin-inline: -20px;
    margin-top: 28px;
  }
  .edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide {
    margin-inline: 5px;
    max-width: 230px;
  }
  .edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item {
    height: auto;
  }
  .edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item .edc-play-btn {
    width: 70px;
    height: 70px;
  }
  .edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item .edc-play-btn svg {
    width: 70px;
    height: 70px;
  }
  .edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item .edc-video-text {
    position: absolute;
    right: 0;
    bottom: 26px;
    left: 0;
  }
  .edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item .edc-video-text p {
    max-width: 190px;
  }
  .edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide .edc-videos-item::after {
    height: 322px;
  }
  .edc-liste-videos-sec .edc-liste-videos .slick-list .slick-track .slick-slide.slick-center {
    max-width: 230px;
  }
  .edc-liste-videos-sec .edc-liste-videos .slick-arrow {
    display: none;
  }
  .edc-liste-videos-sec .slick-dots {
    padding: 0px 0 10px;
    margin: 18px 0 0 0 !important;
  }
}

.edc-cta-classique-sec {
  padding: 60px 0;
  background-color: #ffffff;
}
.edc-cta-classique-sec .cta-classique-wrap {
  background-color: #182473;
  border-radius: 20px;
  overflow: hidden;
  background-image: url("../assets/images/bg-img.svg");
  background-position: left;
}
.edc-cta-classique-sec .cta-classique-wrap .edc-classique-img {
  height: 100%;
}
.edc-cta-classique-sec .cta-classique-wrap .edc-classique-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
}
.edc-cta-classique-sec .cta-classique-wrap .edc-classique-content {
  padding: 46px;
  max-width: 621px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.edc-cta-classique-sec .cta-classique-wrap .edc-classique-content *:not(.btn) {
  color: #ffffff;
}
.edc-cta-classique-sec .cta-classique-wrap .edc-classique-content h2, .edc-cta-classique-sec .cta-classique-wrap .edc-classique-content h3 {
  text-transform: uppercase;
}
.edc-cta-classique-sec .cta-classique-wrap .edc-classique-content h3 {
  font-size: 30px;
  line-height: 38px;
}
.edc-cta-classique-sec .cta-classique-wrap .edc-classique-content p {
  font-weight: 500;
  margin-bottom: 28px;
}
@media (max-width: 1023px) {
  .edc-cta-classique-sec {
    padding-block: 45px;
  }
  .edc-cta-classique-sec .cta-classique-wrap {
    background-color: #182473;
  }
  .edc-cta-classique-sec .cta-classique-wrap .edc-classique-content {
    padding: 46px 40px 40px;
    max-width: 100%;
    row-gap: 10px;
  }
  .edc-cta-classique-sec .cta-classique-wrap .edc-classique-content h3 {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .edc-cta-classique-sec {
    padding-block: 30px;
  }
  .edc-cta-classique-sec .cta-classique-wrap {
    background-color: #182473;
    background-size: 200%;
  }
  .edc-cta-classique-sec .cta-classique-wrap .edc-classique-content {
    padding: 24px 28px 34px;
    row-gap: 0px;
  }
  .edc-cta-classique-sec .cta-classique-wrap .edc-classique-content h3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 25px;
  }
}

.edc-video-sec {
  padding-block: 60px;
  background-color: #ffffff;
}
.edc-video-sec .edc-video-content {
  max-width: 734px;
  margin-inline: auto;
  padding-bottom: 28px;
}
.edc-video-sec .edc-videos-block {
  max-width: 1108px;
  margin: 0 auto 30px;
}
.edc-video-sec .edc-videos-block .edc-video-img {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.edc-video-sec .edc-videos-block .edc-video-img img {
  border-radius: 20px;
}
.edc-video-sec .edc-videos-block .edc-video-img::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 428px;
  background: transparent linear-gradient(180deg, rgba(24, 36, 115, 0) 50%, rgba(24, 36, 115, 0.87) 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 20px 20px;
}
.edc-video-sec .edc-videos-block .edc-play-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.edc-video-sec .edc-videos-block .edc-video-text {
  position: absolute;
  bottom: 14px;
  left: 30px;
  z-index: 1;
  max-width: 622px;
}
.edc-video-sec .edc-videos-block .edc-video-text h3 {
  color: #ffffff;
}
@media (max-width: 1023px) {
  .edc-video-sec {
    padding-block: 45px;
  }
  .edc-video-sec .edc-video-content {
    padding-bottom: 27px;
  }
  .edc-video-sec .edc-videos-block {
    margin-bottom: 35px;
  }
  .edc-video-sec .edc-videos-block .edc-video-text {
    bottom: 12px;
    max-width: 617px;
  }
  .edc-video-sec .edc-videos-block .edc-video-img::after {
    height: 266px;
  }
}
@media (max-width: 767px) {
  .edc-video-sec {
    padding-block: 30px;
  }
  .edc-video-sec .edc-liste-title {
    max-width: 320px;
    margin-inline: auto;
  }
  .edc-video-sec .edc-videos-block {
    margin-bottom: 25px;
  }
  .edc-video-sec .edc-videos-block .edc-video-text {
    position: unset;
    max-width: 350px;
    margin-inline: auto;
  }
  .edc-video-sec .edc-videos-block .edc-video-text h3 {
    margin-top: 17px;
    color: #182473;
    text-align: center;
  }
  .edc-video-sec .edc-videos-block .edc-video-img {
    margin-inline: -20px;
  }
  .edc-video-sec .edc-videos-block .edc-video-img img {
    border-radius: 0;
  }
  .edc-video-sec .edc-videos-block .edc-video-img::after {
    height: 150px;
    border-radius: 0;
  }
  .edc-video-sec .edc-video-text {
    position: unset;
    max-width: 350px;
    margin-inline: auto;
  }
  .edc-video-sec .edc-video-text h3 {
    margin-top: 17px;
    color: #182473;
    text-align: center;
  }
}

.edc-cartes-prix-sec {
  padding-block: 60px;
  background-color: #ffffff;
}
.edc-cartes-prix-sec .edc-cartes-content .edc-cartes-title {
  max-width: 578px;
}
.edc-cartes-prix-sec .edc-cartes-content .edc-cartes-title .edc-cartes-heading {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.edc-cartes-prix-sec .edc-cartes-content .edc-cartes-title .edc-cartes-heading span {
  display: inline;
  font-weight: 400;
}
@media (max-width: 767px) {
  .edc-cartes-prix-sec .edc-cartes-content .edc-cartes-title .edc-cartes-heading {
    font-size: 22px;
    line-height: 25px;
  }
}
.edc-cartes-prix-sec .edc-cartes-content .edc-cartes-desc {
  max-width: 994px;
}
.edc-cartes-prix-sec .edc-ligne-wrapper {
  margin-top: 40px;
}
.edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item {
  border: 1px solid rgba(83, 106, 245, 0.3960784314);
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: unset;
  flex-wrap: wrap;
  gap: 28px;
  background-color: #ffffff;
}
.edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item p {
  font-family: "Montserrat", sans-serif;
}
.edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .clickable {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-content {
  padding: 25px 30px 0;
}
.edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-content .card-icon {
  margin-bottom: 28px;
}
.edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-content .card-icon img {
  max-width: 188px;
}
.edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-content .card-title h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 29px;
  letter-spacing: 0;
  margin: 0 0 20px;
}
.edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-content .card-title h2 span {
  font-weight: 400;
}
@media (max-width: 767px) {
  .edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-content .card-title h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-content .card-text {
  padding-bottom: 30px;
}
.edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-footer {
  background-color: #182473;
  padding: 20px 30px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-footer .card-number .edc-card-number-value {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 54px;
  line-height: 62px;
  letter-spacing: -1.62px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
}
.edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-footer .card-number .edc-card-number-value sup {
  font-weight: inherit;
  top: -0.4em;
  font-size: 68%;
}
.edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-footer .card-number .edc-card-number-value sup span {
  color: #5369F5;
}
.edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-mention {
  position: absolute;
  right: 0;
  bottom: -29px;
  left: 0;
}
.edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-mention p {
  font-size: 12px;
  line-height: 25px;
}
.edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item.no-data {
  background-color: transparent;
  border: 0;
}
.edc-cartes-prix-sec .edc-liste-texte-wrapper {
  padding-top: 40px;
}
.edc-cartes-prix-sec .edc-liste-texte-wrapper .edc-liste-texte-wrap {
  column-count: 2;
  column-gap: 32px;
  padding-top: 5px;
}
.edc-cartes-prix-sec .edc-liste-texte-wrapper .edc-liste-texte-wrap .edc-liste-texte-row {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(40, 51, 150, 0.2);
}
.edc-cartes-prix-sec .edc-liste-texte-wrapper .edc-liste-texte-wrap .edc-liste-texte-row * {
  color: #182473;
  font-family: "Montserrat", sans-serif;
}
.edc-cartes-prix-sec .edc-liste-texte-wrapper .edc-liste-texte-wrap .edc-liste-texte-row .edc-liste-right-content {
  text-align: right;
}
.edc-cartes-prix-sec.edc-cartes-sec .edc-cartes-content .edc-cartes-desc {
  margin-bottom: 39px;
}
.edc-cartes-prix-sec.edc-cartes-sec .edc-ligne-wrapper .edc-card-item {
  gap: 10px;
}
.edc-cartes-prix-sec.edc-cartes-sec .edc-ligne-wrapper .edc-card-item .card-text p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}
.edc-cartes-prix-sec.edc-cartes-sec .edc-ligne-wrapper .edc-card-item .card-footer {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 38px;
}
.edc-cartes-prix-sec.edc-cartes-sec .edc-ligne-wrapper .edc-card-item .card-footer .card-link a {
  color: #5369F5;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 5px;
  font-weight: 700;
}
.edc-cartes-prix-sec .edc-text-cta {
  margin-top: 30px;
  padding: 12px 14px 12px 36px;
  border: 1px solid rgba(83, 105, 245, 0.17);
  border-radius: 57px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.edc-cartes-prix-sec .edc-text-cta .cta-text {
  width: 55%;
}
.edc-cartes-prix-sec .edc-text-cta .cta-text p {
  font-weight: 700;
  color: #182473;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0px;
}
@media (max-width: 767px) {
  .edc-cartes-prix-sec .edc-text-cta .cta-text p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.edc-cartes-prix-sec .edc-text-cta .cta-text p span {
  font-weight: 500;
}
.edc-cartes-prix-sec .edc-text-cta.edc-cta-empty {
  padding: 0 !important;
  border: 0;
}
.edc-cartes-prix-sec.edc-frais-annexes .edc-liste-texte-wrapper {
  padding-top: 0;
}
@media (max-width: 1279px) {
  .edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-footer .card-number .edc-card-number-value {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1140px) {
  .edc-cartes-prix-sec .edc-ligne-wrapper {
    row-gap: 30px;
  }
  .edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item.large-3 {
    width: 46%;
  }
}
@media (max-width: 1023px) {
  .edc-cartes-prix-sec {
    padding-block: 45px;
  }
  .edc-cartes-prix-sec .edc-cartes-content .edc-cartes-title {
    max-width: 100%;
  }
  .edc-cartes-prix-sec .edc-banner-intro .edc-cartes-heading {
    margin-bottom: 20px;
  }
  .edc-cartes-prix-sec .edc-ligne-wrapper {
    margin-top: 28px;
    row-gap: 25px;
  }
  .edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-mention {
    bottom: -25px;
  }
  .edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-content .card-icon {
    margin-bottom: 25px;
  }
  .edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-content .card-title h2 {
    margin-bottom: 15px;
  }
  .edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item.large-3 {
    width: calc(100% - 1.875rem);
  }
  .edc-cartes-prix-sec .edc-ligne-wrapper .card-footer .card-number .edc-card-number-value {
    font-size: 54px;
    line-height: 62px;
  }
  .edc-cartes-prix-sec .edc-liste-texte-wrapper .edc-liste-texte-wrap {
    column-count: 1;
    column-gap: 0;
  }
  .edc-cartes-prix-sec.edc-cartes-sec .edc-cartes-content .edc-cartes-desc {
    margin-bottom: 25px;
  }
  .edc-cartes-prix-sec.edc-cartes-sec .edc-liste-wrapper {
    padding-top: 10px;
  }
  .edc-cartes-prix-sec.edc-cartes-sec .edc-ligne-wrapper {
    row-gap: 20px;
    margin-top: 20px;
  }
  .edc-cartes-prix-sec.edc-cartes-sec .edc-ligne-wrapper .edc-card-item {
    row-gap: 20px;
  }
  .edc-cartes-prix-sec.edc-cartes-sec .edc-ligne-wrapper .edc-card-item .card-footer {
    padding-bottom: 35px;
  }
  .edc-cartes-prix-sec.edc-cartes-sec .edc-text-cta {
    margin-top: 20px;
    padding: 24px;
    border-radius: 20px;
    border-color: rgba(83, 106, 245, 0.3960784314);
    gap: 15px;
  }
  .edc-cartes-prix-sec.edc-cartes-sec .edc-text-cta .cta-text {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .edc-cartes-prix-sec {
    padding-block: 30px;
  }
  .edc-cartes-prix-sec .edc-banner-intro .edc-cartes-heading {
    margin-bottom: 12px;
  }
  .edc-cartes-prix-sec .edc-ligne-wrapper {
    margin-top: 28px;
    row-gap: 19px;
  }
  .edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-content {
    padding: 22px 22px 0;
  }
  .edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-content .card-icon {
    margin-bottom: 22px;
  }
  .edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-content .card-title h2 {
    margin-bottom: 15px;
  }
  .edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-footer {
    padding: 18px 22px;
  }
  .edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-footer .card-number .edc-card-number-value {
    font-size: 35px;
    line-height: 38px;
    letter-spacing: 0px;
  }
  .edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-footer .card-number .edc-card-number-value sup {
    top: -0.5em;
    font-size: 60%;
  }
  .edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item.large-3 {
    width: calc(100% - 1.25rem);
  }
  .edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-mention {
    bottom: -46px;
  }
  .edc-cartes-prix-sec .edc-ligne-wrapper .edc-card-item .card-mention p {
    line-height: 19px;
  }
  .edc-cartes-prix-sec .edc-liste-texte-wrapper h3 {
    margin-bottom: 10px;
  }
  .edc-cartes-prix-sec.edc-cartes-sec .edc-cartes-content .edc-cartes-desc {
    margin-bottom: 20px;
  }
  .edc-cartes-prix-sec.edc-cartes-sec .edc-liste-wrapper {
    padding-top: 0px;
  }
  .edc-cartes-prix-sec.edc-cartes-sec .edc-ligne-wrapper {
    row-gap: 15px;
    margin-top: 20px;
  }
  .edc-cartes-prix-sec.edc-cartes-sec .edc-ligne-wrapper .edc-card-item {
    row-gap: 20px;
  }
  .edc-cartes-prix-sec.edc-cartes-sec .edc-ligne-wrapper .edc-card-item .card-footer {
    padding-bottom: 25px;
  }
  .edc-cartes-prix-sec.edc-cartes-sec .edc-text-cta {
    margin-top: 20px;
    padding: 24px;
    border-radius: 20px;
    gap: 15px;
  }
  .edc-cartes-prix-sec.edc-cartes-sec .edc-text-cta .cta-text {
    width: 95%;
  }
}

.edc-slider-block {
  padding-block: 60px;
  background-color: #ffffff;
}
.edc-slider-block .edc-slider__title {
  text-align: center;
  margin-bottom: 40px;
}
.edc-slider-block .edc-slider__title span {
  display: inline;
}
.edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing ul {
  border-bottom: 1px solid rgba(40, 51, 150, 0.2);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
  margin-bottom: 50px;
}
.edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing ul li a {
  font-size: 15px;
  line-height: 13px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 4px solid transparent;
  color: rgba(24, 36, 115, 0.4);
  text-decoration: none;
  display: inline-flex;
}
.edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing ul li.ui-tabs-active a {
  color: #5369F5;
  border-color: #5369F5;
}
.edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing .edc-slider__content .edc-slider__panel .slick-list {
  padding: 0 20% 0 0;
  overflow: visible;
}
.edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing .edc-slider__content .edc-slider__panel .slick-list .slick-track {
  display: flex;
}
.edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing .edc-slider__content .edc-slider__panel .slick-list .slick-track .slick-slide {
  margin-right: 33px;
}
.edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing .edc-slider__content .edc-slider__panel .slick-list .slick-track .slick-slide .edc-slider__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  display: flex !important;
  padding-bottom: 5px;
}
.edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing .edc-slider__content .edc-slider__panel .slick-list .slick-track .slick-slide .edc-slider__item .edc-slider__image {
  width: 39%;
  overflow: hidden;
}
.edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing .edc-slider__content .edc-slider__panel .slick-list .slick-track .slick-slide .edc-slider__item .edc-slider__image img {
  width: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing .edc-slider__content .edc-slider__panel .slick-list .slick-track .slick-slide .edc-slider__item .edc-slider__content {
  width: 61%;
  padding: 40px 40px 70px 40px;
  border: 1px solid rgba(83, 106, 245, 0.4);
  border-left: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing .edc-slider__content .edc-slider__panel .slick-list .slick-track .slick-slide .edc-slider__item .edc-slider__content .edc-slider__text p a {
  font-weight: 700;
}
@media (max-width: 1023px) {
  .edc-slider-block {
    padding-block: 45px;
  }
  .edc-slider-block .edc-slider__title {
    margin-bottom: 25px;
    max-width: 73%;
    margin-inline: auto;
  }
  .edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing ul {
    column-gap: 17px;
    margin-bottom: 25px;
  }
  .edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing .edc-slider__content .edc-slider__panel .slick-list {
    padding: 0;
    overflow: hidden;
    margin-inline: -15px;
  }
  .edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing .edc-slider__content .edc-slider__panel .slick-list .slick-track {
    display: block;
  }
  .edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing .edc-slider__content .edc-slider__panel .slick-list .slick-track .slick-slide {
    margin-inline: 15px;
    min-width: auto;
  }
  .edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing .edc-slider__content .edc-slider__panel .slick-list .slick-track .slick-slide .edc-slider__item .edc-slider__image {
    width: 100%;
  }
  .edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing .edc-slider__content .edc-slider__panel .slick-list .slick-track .slick-slide .edc-slider__item .edc-slider__image img {
    width: auto;
    border-radius: 20px;
  }
  .edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing .edc-slider__content .edc-slider__panel .slick-list .slick-track .slick-slide .edc-slider__item .edc-slider__content {
    width: 100%;
    padding: 25px 0 0;
    border: 0;
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .edc-slider-block {
    padding-block: 32px;
  }
  .edc-slider-block .edc-slider__title {
    max-width: 85%;
  }
  .edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing {
    position: relative;
  }
  .edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing ul {
    column-gap: 20px;
    margin-bottom: 30px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-color: auto;
    padding-right: 114px;
    white-space: nowrap;
    justify-content: flex-start;
  }
  .edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing ul li {
    scroll-snap-align: center;
  }
  .edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing ul li a {
    font-size: 13px;
    line-height: 13px;
    padding-bottom: 14px;
    border-width: 2px;
  }
  .edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing .edc-slider__content .edc-slider__panel .slick-list .slick-track .slick-slide .edc-slider__item .edc-slider__content {
    padding: 30px 0 0;
  }
  .edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing .edc-slider__content .edc-slider__panel .slick-list .slick-track .slick-slide .edc-slider__item .edc-slider__content h3 {
    margin-bottom: 15px;
  }
  .edc-slider-block .edc-slider-content-wrapper .edc-slider-tabbing::after {
    position: absolute;
    top: -4px;
    right: -20px;
    content: "";
    width: 100px;
    height: 32px;
    background: transparent linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  }
  .edc-slider-block.bg-light-blue .edc-slider-content-wrapper .edc-slider-tabbing::after {
    background: transparent linear-gradient(270deg, #f1f3ff 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  }
}

.edc-cta-droite-sec {
  padding-block: 60px;
  background-color: #ffffff;
}
.edc-cta-droite-sec .edc-droite-wrapper {
  background-color: #5369F5;
  border-radius: 20px;
  padding: 40px 50px;
  overflow: hidden;
  background-image: url("../assets/images/bg-img.svg");
  background-position: left;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.edc-cta-droite-sec .edc-droite-wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: url("../assets/images/flex-bg.svg") no-repeat top left/cover;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.edc-cta-droite-sec .edc-droite-wrapper * {
  color: #ffffff;
}
.edc-cta-droite-sec .edc-droite-wrapper .edc-cta-info__content p {
  font-family: "Montserrat", sans-serif;
}
.edc-cta-droite-sec .edc-droite-wrapper .edc-cta-info__content .edc-info__text {
  margin-bottom: 30px;
  max-width: 530px;
}
.edc-cta-droite-sec .edc-droite-wrapper .edc-cta-info__content .edc-info__text p {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0px;
  letter-spacing: 0;
  line-height: 25px;
}
@media (max-width: 767px) {
  .edc-cta-droite-sec .edc-droite-wrapper .edc-cta-info__content .edc-info__text p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.edc-cta-droite-sec .edc-droite-wrapper .edc-cta-info__content .edc-info__conditions {
  max-width: 595px;
}
.edc-cta-droite-sec .edc-droite-wrapper .edc-cta-info__content .edc-info__conditions p {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.24px;
  font-weight: 400;
  letter-spacing: 0;
}
.edc-cta-droite-sec .edc-droite-wrapper .edc-cta-wrapper {
  height: 100%;
  border-radius: 20px;
  background-color: #182473;
  padding: 23px 38px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.edc-cta-droite-sec .edc-droite-wrapper .edc-cta-wrapper p {
  font-weight: 700;
}
.edc-cta-droite-sec .edc-droite-wrapper .edc-cta-wrapper .edc-encadre__title {
  max-width: 298px;
}
.edc-cta-droite-sec .edc-droite-wrapper .edc-cta-wrapper .edc-encadre__title p {
  font-size: 22px;
  line-height: 28px;
}
.edc-cta-droite-sec .edc-droite-wrapper .edc-cta-wrapper .edc-encadre__texte p {
  font-size: 142px;
  line-height: 161px;
  letter-spacing: -4.26px;
}
.edc-cta-droite-sec .edc-droite-wrapper .edc-cta-wrapper .edc-encadre__texte p sup {
  font-size: 63%;
}
.edc-cta-droite-sec .edc-droite-wrapper .edc-cta-wrapper .edc-encadre__texte p sup span {
  color: #5369F5;
}
@media (max-width: 1279px) {
  .edc-cta-droite-sec .edc-droite-wrapper .edc-cta-wrapper .edc-encadre__texte p {
    font-size: 120px;
    line-height: 130px;
  }
  .edc-cta-droite-sec .edc-droite-wrapper .edc-cta-wrapper .edc-encadre__texte p sup {
    font-size: 60%;
  }
}
@media (max-width: 1140px) {
  .edc-cta-droite-sec .edc-droite-wrapper .edc-cta-wrapper {
    padding-inline: 30px;
  }
  .edc-cta-droite-sec .edc-droite-wrapper .edc-cta-wrapper .edc-encadre__texte p {
    font-size: 104px;
    line-height: 127px;
  }
  .edc-cta-droite-sec .edc-droite-wrapper .edc-cta-wrapper .edc-encadre__texte p sup {
    font-size: 60%;
  }
}
@media (max-width: 1023px) {
  .edc-cta-droite-sec {
    padding-block: 45px;
    background-color: #5369F5;
  }
  .edc-cta-droite-sec .edc-droite-wrapper {
    border-radius: 0;
    padding: 0;
  }
  .edc-cta-droite-sec .edc-droite-wrapper::after {
    display: none;
  }
  .edc-cta-droite-sec .edc-droite-wrapper .grid-margin-x {
    align-items: flex-start;
  }
  .edc-cta-droite-sec .edc-droite-wrapper .edc-cta-info__content .edc-info__text {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .edc-cta-droite-sec .edc-droite-wrapper .edc-info__conditions {
    padding-top: 20px;
  }
  .edc-cta-droite-sec .edc-droite-wrapper .edc-cta-wrapper {
    padding-inline: 38px;
  }
  .edc-cta-droite-sec .edc-droite-wrapper .edc-cta-wrapper .edc-encadre__texte p {
    font-size: 142px;
    line-height: 161px;
  }
  .edc-cta-droite-sec .edc-droite-wrapper .edc-cta-wrapper .edc-encadre__texte p sup {
    font-size: 60%;
  }
  .edc-cta-droite-sec.bg-light-blue {
    background-color: #5369F5 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 767px) {
  .edc-cta-droite-sec {
    padding-block: 30px;
  }
  .edc-cta-droite-sec .edc-droite-wrapper .edc-info__conditions {
    padding-top: 20px;
  }
  .edc-cta-droite-sec .edc-droite-wrapper .edc-cta-info__content .edc-info__text p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .edc-cta-droite-sec .edc-droite-wrapper .edc-cta-wrapper {
    padding: 23px 27px 37px;
    row-gap: 18px;
  }
  .edc-cta-droite-sec .edc-droite-wrapper .edc-cta-wrapper .edc-encadre__title {
    max-width: 296px;
  }
  .edc-cta-droite-sec .edc-droite-wrapper .edc-cta-wrapper .edc-encadre__title p {
    font-size: 19px;
    line-height: 24px;
  }
  .edc-cta-droite-sec .edc-droite-wrapper .edc-cta-wrapper .edc-encadre__texte p {
    font-size: 99px;
    line-height: 112px;
    letter-spacing: -2.97px;
  }
  .edc-cta-droite-sec .edc-droite-wrapper .edc-cta-wrapper .edc-encadre__texte p sup {
    font-size: 60%;
  }
}

.edc-cta-gauche-sec {
  background-color: #ffffff;
  padding-block: 60px;
}
.edc-cta-gauche-sec .edc-gauche-wrapper {
  background-color: #5369F5;
  border-radius: 20px;
  padding: 45px 50px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.edc-cta-gauche-sec .edc-gauche-wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: url("../assets/images/flex-bg.svg") no-repeat top left/cover;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.edc-cta-gauche-sec .edc-gauche-wrapper * {
  color: #ffffff;
}
.edc-cta-gauche-sec .edc-gauche-wrapper .edc-gauche__title h2 {
  margin-bottom: 10px;
}
.edc-cta-gauche-sec .edc-gauche-wrapper .edc-gauche__text {
  max-width: 560px;
}
.edc-cta-gauche-sec .edc-gauche-wrapper .edc-gauche__text ul {
  margin-bottom: 12px;
}
.edc-cta-gauche-sec .edc-gauche-wrapper .edc-gauche__text ul li {
  padding-block: 16px;
  border-color: #ffffff;
}
.edc-cta-gauche-sec .edc-gauche-wrapper .edc-gauche__text ul li::before {
  background: url("../assets/images/white-arw-1.svg") no-repeat left/cover;
  top: 24px;
}
.edc-cta-gauche-sec .edc-gauche-wrapper .edc-gauche__text ul li:last-child {
  border-bottom: 0;
}
.edc-cta-gauche-sec .edc-gauche-wrapper .edc-gauche__text ul li h4 {
  margin-bottom: 0;
}
.edc-cta-gauche-sec .edc-gauche-wrapper .edc-info__conditions {
  margin-bottom: 30px;
}
.edc-cta-gauche-sec .edc-gauche-wrapper .edc-info__conditions p {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
}
.edc-cta-gauche-sec .edc-gauche-wrapper .edc-gauche__link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.edc-cta-gauche-sec .edc-gauche-wrapper .edc-titre__encadre img {
  border-radius: 20px;
}
@media (max-width: 1140px) {
  .edc-cta-gauche-sec .edc-gauche-wrapper .edc-gauche__text ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .edc-cta-gauche-sec {
    padding-block: 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    background-color: #5369F5;
  }
  .edc-cta-gauche-sec .edc-gauche-wrapper {
    padding: 0;
    border-radius: 0;
  }
  .edc-cta-gauche-sec .edc-gauche-wrapper .edc-gauche__text {
    max-width: 100%;
  }
  .edc-cta-gauche-sec .edc-gauche-wrapper .edc-gauche__text ul {
    margin-bottom: 30px;
  }
  .edc-cta-gauche-sec .edc-gauche-wrapper .edc-gauche__img {
    margin-top: 46px;
  }
  .edc-cta-gauche-sec .edc-gauche-wrapper::after {
    display: none;
  }
  .edc-cta-gauche-sec.bg-light-blue {
    background-color: #5369F5 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 767px) {
  .edc-cta-gauche-sec {
    padding-block: 30px;
  }
  .edc-cta-gauche-sec .edc-gauche-wrapper .edc-gauche__title h2 {
    margin-bottom: 15px;
  }
  .edc-cta-gauche-sec .edc-gauche-wrapper .edc-gauche__text ul {
    margin-bottom: 10px;
  }
  .edc-cta-gauche-sec .edc-gauche-wrapper .edc-gauche__text ul li {
    padding-block: 13px;
  }
  .edc-cta-gauche-sec .edc-gauche-wrapper .edc-gauche__text ul li::before {
    top: 19px;
  }
  .edc-cta-gauche-sec .edc-gauche-wrapper .edc-gauche__img {
    margin-top: 25px;
  }
}

.edc-cartes-img-sec {
  padding-block: 60px;
  background-color: #ffffff;
}
.edc-cartes-img-sec .edc-cartes-wrapper {
  padding-top: 16px;
}
.edc-cartes-img-sec .edc-cartes-wrapper .edc-cartes-item {
  border-radius: 20px;
  border: 1px solid rgba(83, 106, 245, 0.4);
  background-color: #F1F3FF;
  overflow: hidden;
}
.edc-cartes-img-sec .edc-cartes-wrapper .edc-cartes-item .edc-cartes-content {
  padding: 32px 40px 32px 30px;
}
.edc-cartes-img-sec .edc-cartes-wrapper .edc-cartes-item .edc-cartes-content .edc-cartes-titre h3 {
  margin-bottom: 10px;
}
.edc-cartes-img-sec .edc-cartes-wrapper .edc-cartes-item .edc-cartes-content .edc-cartes-contenu ul li {
  padding-block: 13px;
}
.edc-cartes-img-sec .edc-cartes-wrapper .edc-cartes-item .edc-cartes-content .edc-cartes-contenu ul li strong {
  color: #182473;
  opacity: 0.8;
}
.edc-cartes-img-sec .edc-cartes-wrapper .edc-cartes-item .edc-cartes-content .edc-cartes-contenu ul li::before {
  top: 19px;
}
.edc-cartes-img-sec .edc-cartes-wrapper .edc-cartes-item .edc-cartes-content .edc-cartes-contenu > p {
  margin-bottom: 0;
}
.edc-cartes-img-sec .edc-cartes-wrapper .edc-cartes-item .edc-cartes-img img {
  width: 100%;
}
@media (max-width: 1023px) {
  .edc-cartes-img-sec {
    padding-block: 45px;
  }
  .edc-cartes-img-sec .edc-cartes-wrapper {
    row-gap: 30px;
  }
  .edc-cartes-img-sec .edc-cartes-wrapper .edc-cartes-item .edc-cartes-content {
    padding: 45px 66px 50px 44px;
  }
  .edc-cartes-img-sec .edc-cartes-wrapper .edc-cartes-item .edc-cartes-content .edc-cartes-titre h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .edc-cartes-img-sec {
    padding-block: 30px;
  }
  .edc-cartes-img-sec .edc-cartes-wrapper {
    row-gap: 15px;
    padding-top: 12px;
  }
  .edc-cartes-img-sec .edc-cartes-wrapper .edc-cartes-item .edc-cartes-content {
    padding: 25px 28px 30px 22px;
  }
  .edc-cartes-img-sec .edc-cartes-wrapper .edc-cartes-item .edc-cartes-content .edc-cartes-titre h3 {
    margin-bottom: 8px;
  }
  .edc-cartes-img-sec .edc-cartes-wrapper .edc-cartes-item .edc-cartes-content .edc-cartes-contenu ul li:last-child {
    padding-bottom: 0;
  }
  .edc-cartes-img-sec .edc-cartes-wrapper .edc-cartes-item .edc-cartes-content .edc-cartes-contenu ul + p {
    padding-top: 13px;
  }
}

.edc-challenge-sec {
  padding-block: 60px;
  background-color: #ffffff;
}
.edc-challenge-sec .edc-challenge-title {
  max-width: 490px;
  margin-inline: auto;
}
.edc-challenge-sec .edc-challenge-title h2 {
  margin-bottom: 52px;
}
.edc-challenge-sec .edc-challenge-title h2 span {
  display: inline-block;
}
.edc-challenge-sec .grid-margin-x {
  align-items: stretch;
}
.edc-challenge-sec .edc-challenge-column {
  padding: 22px 44px 40px 45px;
  border: 1px dashed #5369F5;
  border-radius: 20px;
}
.edc-challenge-sec .edc-challenge-column .edc-block-top {
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.edc-challenge-sec .edc-challenge-column .edc-block-top .edc-block-title h3 {
  margin-bottom: 0;
}
.edc-challenge-sec .edc-challenge-column .edc-block-bottom p strong {
  color: #182473;
}
.edc-challenge-sec .edc-challenge-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .edc-challenge-sec {
    padding-block: 45px;
  }
  .edc-challenge-sec .edc-challenge-title {
    max-width: 530px;
  }
  .edc-challenge-sec .edc-challenge-title h2 {
    margin-bottom: 40px;
  }
  .edc-challenge-sec .grid-margin-x {
    row-gap: 35px;
  }
  .edc-challenge-sec .edc-challenge-column {
    padding: 43px 43px 50px 43px;
  }
}
@media (max-width: 767px) {
  .edc-challenge-sec {
    padding-block: 30px;
  }
  .edc-challenge-sec .edc-challenge-title {
    max-width: 308px;
  }
  .edc-challenge-sec .edc-challenge-title h2 {
    margin-bottom: 25px;
  }
  .edc-challenge-sec .grid-margin-x {
    row-gap: 25px;
  }
  .edc-challenge-sec .edc-challenge-column {
    padding: 21px 23px 26px 23px;
  }
}

.edc-documents-sec {
  padding-block: 60px;
  background-color: #ffffff;
}
.edc-documents-sec .edc-documents-area {
  padding: 40px 0px 40px 0;
  border-radius: 20px;
  border: 1px solid rgba(83, 106, 245, 0.4);
  background-color: #ffffff;
}
.edc-documents-sec .edc-documents-area ul {
  max-width: 711px;
  padding-right: 80px;
}
.edc-documents-sec .edc-documents-area ul li a {
  border-bottom: 1px solid rgba(83, 106, 245, 0.4);
  padding-bottom: 11px;
  margin-bottom: 19px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0px;
  letter-spacing: 0;
  color: #182473;
  font-weight: 700;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .edc-documents-sec .edc-documents-area ul li a {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.edc-documents-sec .edc-documents-area ul li a::after {
  position: absolute;
  top: 0;
  right: -45px;
  content: "";
  background: url("../assets/images/download-icon.svg") no-repeat right center/cover;
  width: 29px;
  height: 27px;
}
.edc-documents-sec .edc-documents-area .edc-documents-title h2 {
  padding-left: 40px;
}
@media (max-width: 1023px) {
  .edc-documents-sec {
    padding-block: 45px;
  }
  .edc-documents-sec .edc-documents-area {
    background-color: transparent;
    padding: 0;
    border-radius: 0px;
    border: 0;
  }
  .edc-documents-sec .edc-documents-area .edc-documents-title h2 {
    padding-left: 24px;
  }
  .edc-documents-sec .edc-documents-area .edc-documents-title h2 br {
    display: none;
  }
  .edc-documents-sec .edc-documents-area ul {
    max-width: 100%;
    padding-right: 45px;
  }
}
@media (max-width: 767px) {
  .edc-documents-sec {
    padding-block: 30px;
  }
  .edc-documents-sec .edc-documents-area ul {
    padding-right: 0px;
  }
  .edc-documents-sec .edc-documents-area ul li a {
    padding-right: 30px;
  }
  .edc-documents-sec .edc-documents-area ul li a::after {
    right: 0;
    width: 26px;
    height: 24px;
    top: 4px;
  }
  .edc-documents-sec .edc-documents-area .edc-banner-intro h2 {
    padding-left: 17px;
    margin-bottom: 25px;
  }
}

.edc-faq-sec {
  padding-block: 60px;
  background-color: #ffffff;
}
.edc-faq-sec .edc-faq-area {
  padding: 40px 0px 40px 0;
  border-radius: 20px;
  border: 1px solid rgba(83, 106, 245, 0.4);
  background-color: #ffffff;
}
.edc-faq-sec .edc-faq-area .edc-faq-head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.edc-faq-sec .edc-faq-area .edc-faq-head .edc-faq-btn {
  padding-left: 40px;
}
.edc-faq-sec .edc-faq-area .edc-faq-head h2 {
  padding-left: 40px;
}
.edc-faq-sec .edc-faq-area .edc-faq-accordion-list {
  max-width: 711px;
  padding-right: 80px;
}
.edc-faq-sec .edc-faq-area .edc-faq-accordion-list .edc-accordion-item {
  margin-bottom: 22px;
}
.edc-faq-sec .edc-faq-area .edc-faq-accordion-list .edc-accordion-item .edc-faq-title .edc-faq-accordion-label {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  text-transform: none;
  border-bottom: 1px solid rgba(83, 106, 245, 0.4);
  padding-bottom: 11px;
  margin: 26px 0 8px;
  position: relative;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.edc-faq-sec .edc-faq-area .edc-faq-accordion-list .edc-accordion-item .edc-faq-title .edc-faq-accordion-label::after {
  position: absolute;
  top: 0;
  right: -45px;
  content: "";
  background: url("../assets/images/i-add.svg") no-repeat right center/cover;
  width: 28px;
  height: 28px;
  transition: all 0.5s ease-in-out;
}
.edc-faq-sec .edc-faq-area .edc-faq-accordion-list .edc-accordion-item .edc-accordion-content p a {
  color: #182473;
  font-weight: 500;
}
.edc-faq-sec .edc-faq-area .edc-faq-accordion-list .edc-accordion-item.is-active .edc-faq-accordion-label {
  border-color: #5369F5;
}
.edc-faq-sec .edc-faq-area .edc-faq-accordion-list .edc-accordion-item.is-active .edc-faq-accordion-label::after {
  rotate: 45deg;
}
.edc-faq-sec .edc-faq-area .edc-faq-accordion-list .edc-accordion-item:first-child .edc-faq-title .edc-faq-accordion-label {
  margin-top: 0;
}
.edc-faq-sec .edc-faq-area .edc-faq-accordion-list .edc-accordion-item:last-child {
  margin-bottom: 0;
}
.edc-faq-sec .edc-faq-area .edc-faq-accordion-list .edc-accordion-item:last-child .edc-faq-title .edc-faq-accordion-label {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .edc-faq-sec {
    padding-block: 45px;
  }
  .edc-faq-sec .edc-faq-area {
    padding: 0;
    border: 0;
    border-radius: 0;
  }
  .edc-faq-sec .edc-faq-area .edc-faq-accordion-list {
    max-width: 100%;
    padding-right: 45px;
  }
  .edc-faq-sec .edc-faq-area .edc-faq-head .edc-faq-btn {
    padding-left: 0px;
  }
  .edc-faq-sec .edc-faq-area .edc-faq-head h2 {
    padding-left: 24px;
  }
  .edc-faq-sec.bg-light-blue .edc-faq-area {
    background-color: #F1F3FF !important;
  }
}
@media (max-width: 767px) {
  .edc-faq-sec {
    padding-block: 30px;
  }
  .edc-faq-sec .edc-faq-area .edc-faq-accordion-list {
    padding-right: 0px;
  }
  .edc-faq-sec .edc-faq-area .edc-faq-accordion-list .edc-accordion-item {
    margin-bottom: 20px;
  }
  .edc-faq-sec .edc-faq-area .edc-faq-accordion-list .edc-accordion-item .edc-faq-title .edc-faq-accordion-label {
    padding-right: 30px;
    margin-top: 18px;
    font-size: 16px;
    line-height: 22px;
  }
  .edc-faq-sec .edc-faq-area .edc-faq-accordion-list .edc-accordion-item .edc-faq-title .edc-faq-accordion-label::after {
    top: 4px;
    right: 0;
    width: 21px;
    height: 19px;
  }
  .edc-faq-sec .edc-faq-area .edc-faq-head .edc-faq-btn {
    padding-left: 0px;
  }
  .edc-faq-sec .edc-faq-area .edc-faq-head h2 {
    padding-left: 17px;
  }
  .edc-faq-sec.bg-light-blue .edc-faq-area {
    background-color: #F1F3FF !important;
  }
}

.edc-actdoc-sec {
  padding-block: 60px;
  background-color: #ffffff;
}
.edc-actdoc-sec .edc-actdoc-area .edc-blog-heading {
  align-items: flex-end;
  margin-bottom: 24px;
}
.edc-actdoc-sec .edc-actdoc-area .edc-blog-heading .edc-actdoc-title h2 {
  margin-bottom: 13px;
}
.edc-actdoc-sec .edc-actdoc-area .edc-blog-heading .edc-actdoc-title h2 span {
  display: inline;
}
.edc-actdoc-sec .edc-actdoc-area .edc-blog-heading .edc-actdoc-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
}
.edc-actdoc-sec .edc-actdoc-area .edc-blog .edc-blog-box .edc-blog-grid .cell {
  border: 1px solid rgba(83, 106, 245, 0.4);
  border-radius: 20px;
}
.edc-actdoc-sec .edc-actdoc-area .edc-blog .edc-blog-box .edc-blog-grid .edc-blog-wrapper .edc-blog-content {
  border: 0;
}
.edc-actdoc-sec .edc-blog {
  top: unset;
}
.edc-actdoc-sec .edc-blog .edc-blog-box .edc-blog-grid .edc-blog-wrapper .edc-blog-content {
  border: 1px solid rgba(83, 106, 245, 0.4);
  border-top: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.edc-actdoc-sec .edc-blog .edc-blog-box .edc-blog-grid .edc-blog-wrapper .edc-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
}
@media (max-width: 1023px) {
  .edc-actdoc-sec {
    padding-block: 45px;
  }
  .edc-actdoc-sec .edc-actdoc-area .edc-blog-heading {
    margin-bottom: 0;
  }
  .edc-actdoc-sec .edc-blog .edc-blog-box .edc-blog-grid .grid-margin-x {
    margin: 0;
  }
  .edc-actdoc-sec .edc-blog .edc-blog-box .edc-blog-grid .slick-slider .slick-list {
    overflow: visible;
    padding-right: 0;
  }
  .edc-actdoc-sec .edc-blog .edc-blog-box .edc-blog-grid .slick-slider .slick-list .slick-track {
    display: flex;
    justify-content: flex-start;
  }
  .edc-actdoc-sec .edc-blog .edc-blog-box .edc-blog-grid .slick-slider .slick-list .slick-track .slick-slide {
    margin-right: 20px;
    display: flex;
    height: inherit;
  }
  .edc-actdoc-sec .edc-blog .edc-blog-box .edc-blog-grid .slick-slider .slick-list .slick-track .slick-slide .cell {
    height: 100%;
  }
  .edc-actdoc-sec .edc-blog .edc-blog-box .edc-blog-grid .slick-dots {
    margin: 20px 0 50px 0 !important;
  }
}
@media (max-width: 767px) {
  .edc-actdoc-sec {
    padding-block: 30px;
  }
  .edc-actdoc-sec .edc-blog .edc-blog-box .edc-blog-grid .slick-slider .slick-list .slick-track .slick-slide {
    margin-right: 10px;
  }
  .edc-actdoc-sec .edc-blog .edc-blog-box .edc-blog-grid .slick-dots {
    margin: 18px 0 30px 0 !important;
  }
  .edc-actdoc-sec .edc-actdoc-btn {
    text-align: center;
    margin-top: 25px;
  }
}

.edc-caution-sec {
  padding-block: 60px;
  background-color: #ffffff;
}
.edc-caution-sec .edc-classique-content .edc-classique-heading {
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.edc-caution-sec .edc-classique-content .edc-classique-heading .edc-classique-icon {
  width: 61px;
}
.edc-caution-sec .edc-classique-content .edc-classique-heading h2 {
  margin-bottom: 0;
}
.edc-caution-sec .edc-btn-wrap {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}
.edc-caution-sec .edc-classique-img img {
  border-radius: 20px;
}
@media (max-width: 1023px) {
  .edc-caution-sec {
    padding-block: 45px;
  }
  .edc-caution-sec .edc-classique-content {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .edc-caution-sec {
    padding-block: 30px;
  }
  .edc-caution-sec .edc-classique-content {
    margin-bottom: 30px;
  }
  .edc-caution-sec .edc-btn-wrap {
    margin-top: 20px;
    column-gap: 15px;
  }
}

.edc-contact-sec {
  padding-block: 60px;
  background-color: #ffffff;
}
.edc-contact-sec .edc-contact-area {
  border: 1px solid rgba(83, 105, 245, 0.12);
  padding: 45px 36px 25px 56px;
  border-radius: 23px;
  background-color: #ffffff;
}
.edc-contact-sec .edc-contact-area .edc-contact-heading .edc-contact-title {
  margin-left: -56px;
}
.edc-contact-sec .edc-contact-area .edc-contact-heading .edc-contact-title h2 {
  padding-left: 56px;
}
.edc-contact-sec .edc-contact-area .edc-contact-form {
  padding-top: 30px;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-label {
  margin-bottom: 10px;
  width: auto;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-label label {
  color: #182473;
  font-weight: 500;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-input .quform-field:not(.quform-field-checkbox) {
  background-color: rgba(241, 243, 255, 0.3);
  border-radius: 26px;
  border-color: rgba(83, 106, 245, 0.4);
  color: #182473;
  padding: 12px 27px;
  font-size: 18px;
  max-width: 287px;
  box-shadow: none;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-input .quform-field:not(.quform-field-checkbox)::placeholder {
  color: rgba(24, 36, 115, 0.4);
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-input .quform-field:not(.quform-field-checkbox).quform-field-select {
  background-image: url("../assets/images/select-arw.svg");
  background-position: right center;
  background-size: 14px 12px;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-input .quform-field:not(.quform-field-checkbox).quform-field-textarea {
  max-width: 652px;
  resize: none;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer, .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer .quform-label, .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer .quform-label {
  margin-bottom: 0;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer .quform-inner:not(.quform-inner-checkbox), .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer .quform-inner:not(.quform-inner-checkbox) {
  margin-left: 0;
  width: 287px;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer .quform-input-checkbox .quform-option:not(.quform-options-inline .quform-option), .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer .quform-input-checkbox .quform-option:not(.quform-options-inline .quform-option) {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer .quform-input-checkbox .quform-option:not(.quform-options-inline .quform-option) input[type=checkbox], .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer .quform-input-checkbox .quform-option:not(.quform-options-inline .quform-option) input[type=checkbox] {
  min-width: 21px;
  height: 21px;
  border-radius: 50px;
  border-color: rgba(83, 106, 245, 0.4);
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer .quform-input-checkbox .quform-option:not(.quform-options-inline .quform-option) input[type=checkbox]:checked::before, .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer .quform-input-checkbox .quform-option:not(.quform-options-inline .quform-option) input[type=checkbox]:checked::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #182473;
  border-radius: 50px;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  transition: all 0.5s ease-in-out;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer .quform-input-checkbox .quform-option:not(.quform-options-inline .quform-option) .quform-option-text, .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer .quform-input-checkbox .quform-option:not(.quform-options-inline .quform-option) .quform-option-text {
  color: rgba(24, 36, 115, 0.6980392157);
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer .quform-input-checkbox .quform-options-inline, .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer .quform-input-checkbox .quform-options-inline {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer .quform-input-checkbox .quform-options-inline::after, .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer .quform-input-checkbox .quform-options-inline::before, .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer .quform-input-checkbox .quform-options-inline::after, .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer .quform-input-checkbox .quform-options-inline::before {
  display: none;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer .quform-input-checkbox .quform-options-inline .quform-option, .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer .quform-input-checkbox .quform-options-inline .quform-option {
  background-color: #5369F5;
  border-radius: 27px;
  padding: 5px 21px;
  position: relative;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer .quform-input-checkbox .quform-options-inline .quform-option input[type=checkbox], .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer .quform-input-checkbox .quform-options-inline .quform-option input[type=checkbox] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
  background-color: transparent;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer .quform-input-checkbox .quform-options-inline .quform-option input[type=checkbox]:checked::before, .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer .quform-input-checkbox .quform-options-inline .quform-option input[type=checkbox]:checked::before {
  margin: 8px 0 0;
  height: 23px;
  width: 23px;
  filter: invert(1);
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer .quform-input-checkbox .quform-options-inline .quform-option label, .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer .quform-input-checkbox .quform-options-inline .quform-option label {
  color: #ffffff;
  padding: 0;
  font-size: 15px;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-element-column:first-child {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 0;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-element-column:first-child .quform-element {
  width: 287px;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-labels-left > .quform-spacer > .quform-inner {
  margin-left: 0;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-element-radio .quform-spacer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  row-gap: 0;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-element-radio .quform-label-text {
  margin-bottom: 0;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-element-radio .quform-options {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-element-radio .quform-options::after, .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-element-radio .quform-options::before {
  display: none;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-element-radio .quform-options .quform-option input[type=radio] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
  background-color: transparent;
  display: none;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-element-radio .quform-options .quform-option label {
  background-color: #5369F5;
  border-radius: 27px;
  padding: 9px 21px;
  position: relative;
  color: #ffffff;
  font-size: 15px;
}
.edc-contact-sec .edc-contact-area .edc-contact-form form .quform-element-radio .quform-options .quform-option input[type=radio]:checked + label {
  background: linear-gradient(135deg, #182473, #182473);
  color: #fff;
}
.edc-contact-sec.two-column-layout .edc-contact-area .edc-contact-heading .edc-contact-title h2 {
  margin-bottom: 0;
}
.edc-contact-sec.two-column-layout .edc-contact-area .edc-contact-form form .quform-element-column:first-child {
  flex-direction: column;
  gap: 0;
}
.edc-contact-sec.two-column-layout .edc-contact-area .edc-contact-form form .quform-element-column:first-child .quform-element {
  width: 100%;
}
.edc-contact-sec.two-column-layout .edc-contact-area .edc-contact-form form .quform-spacer {
  margin-bottom: 0;
}
.edc-contact-sec.two-column-layout .edc-contact-area .edc-contact-form form .quform-spacer .big-p {
  font-weight: 700;
}
.edc-contact-sec.two-column-layout .edc-contact-area .edc-contact-form form .quform-child-elements .quform-input .quform-field:not(.quform-field-checkbox) {
  width: 100%;
  max-width: 534px;
}
@media (max-width: 1023px) {
  .edc-contact-sec {
    padding-block: 45px;
  }
  .edc-contact-sec .edc-contact-area {
    padding: 0;
    border-radius: 0;
    border: 0;
  }
  .edc-contact-sec .edc-contact-area .edc-contact-heading .edc-contact-title {
    margin-left: 0px;
  }
  .edc-contact-sec .edc-contact-area .edc-contact-heading .edc-contact-title h2 {
    font-size: 30px;
    line-height: 38px;
    padding-left: 24px;
  }
  .edc-contact-sec .edc-contact-area .edc-contact-heading .edc-contact-title h2 br {
    display: none;
  }
  .edc-contact-sec .edc-contact-area .edc-contact-form {
    padding-top: 16px;
  }
  .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-input .quform-field:not(.quform-field-checkbox) {
    max-width: 100%;
  }
  .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-input .quform-field:not(.quform-field-checkbox).quform-field-textarea {
    max-width: 100%;
  }
  .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer, .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px;
  }
  .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer .quform-inner:not(.quform-inner-checkbox), .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer .quform-inner:not(.quform-inner-checkbox) {
    width: 100%;
    padding-left: 0;
  }
  .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-element-column:first-child {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0px;
    row-gap: 0;
  }
  .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-element-column:first-child .quform-element {
    width: 100%;
  }
  .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-spacer {
    padding: 0 0 5px 0;
  }
  .edc-contact-sec.bg-light-blue {
    background-color: #ffffff !important;
  }
  .edc-contact-sec.two-column-layout .edc-contact-area .edc-contact-heading .edc-contact-title h2 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 38px;
  }
  .edc-contact-sec.two-column-layout .edc-contact-area .edc-contact-form form .quform-element-column {
    width: 100%;
  }
  .edc-contact-sec.two-column-layout .edc-contact-area .edc-contact-form form .quform-child-elements::before, .edc-contact-sec.two-column-layout .edc-contact-area .edc-contact-form form .quform-child-elements::after {
    display: none;
  }
  .edc-contact-sec.two-column-layout .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: unset;
    flex-wrap: wrap;
    gap: 20px;
  }
  .edc-contact-sec.two-column-layout .edc-contact-area .edc-contact-form form .quform-child-elements .quform-input .quform-field:not(.quform-field-checkbox) {
    max-width: 100%;
  }
  .edc-contact-sec.two-column-layout .edc-contact-area .edc-contact-form form .quform-spacer .big-p {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .edc-contact-sec {
    padding-block: 30px;
  }
  .edc-contact-sec .edc-contact-area h2 br {
    display: none;
  }
  .edc-contact-sec .edc-contact-area .edc-contact-form {
    padding-top: 10px;
  }
  .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-input .quform-field:not(.quform-field-checkbox) {
    padding: 12px 15px;
    font-size: 14px;
  }
  .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer .quform-input-checkbox .quform-option:not(.quform-options-inline .quform-option), .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer .quform-input-checkbox .quform-option:not(.quform-options-inline .quform-option) {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 5px;
  }
  .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer .quform-input-checkbox .quform-option:not(.quform-options-inline .quform-option) input[type=checkbox], .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer .quform-input-checkbox .quform-option:not(.quform-options-inline .quform-option) input[type=checkbox] {
    min-width: 20px;
    height: 20px;
    top: 4px;
  }
  .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer .quform-input-checkbox .quform-option:not(.quform-options-inline .quform-option) input[type=checkbox]:checked::before, .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer .quform-input-checkbox .quform-option:not(.quform-options-inline .quform-option) input[type=checkbox]:checked::before {
    width: 8px;
    height: 8px;
  }
  .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer .quform-input-checkbox .quform-options-inline, .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer .quform-input-checkbox .quform-options-inline {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
  }
  .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer .quform-input-checkbox .quform-options-inline::after, .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer .quform-input-checkbox .quform-options-inline::before, .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer .quform-input-checkbox .quform-options-inline::after, .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer .quform-input-checkbox .quform-options-inline::before {
    display: none;
  }
  .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer .quform-input-checkbox .quform-options-inline .quform-option, .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer .quform-input-checkbox .quform-options-inline .quform-option {
    background-color: #5369F5;
    border-radius: 27px;
    padding: 5px 21px;
    position: relative;
  }
  .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer .quform-input-checkbox .quform-options-inline .quform-option input[type=checkbox], .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer .quform-input-checkbox .quform-options-inline .quform-option input[type=checkbox] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: transparent;
  }
  .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-checkbox .quform-spacer .quform-input-checkbox .quform-options-inline .quform-option input[type=checkbox]:checked::before, .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-select.quform-labels-left .quform-spacer .quform-input-checkbox .quform-options-inline .quform-option input[type=checkbox]:checked::before {
    margin: 8px 0 0;
    height: 22px;
    width: 22px;
  }
  .edc-contact-sec .edc-contact-area .edc-contact-form form .quform-submit {
    width: auto !important;
  }
  .edc-contact-sec.bg-light-blue {
    background-color: #ffffff !important;
  }
  .edc-contact-sec.two-column-layout .edc-contact-area .edc-contact-heading .edc-contact-title h2 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 25px;
  }
  .edc-contact-sec.two-column-layout .edc-contact-area .edc-contact-form {
    padding-top: 0;
  }
  .edc-contact-sec.two-column-layout .edc-contact-area .edc-contact-form form .quform-cf::before, .edc-contact-sec.two-column-layout .edc-contact-area .edc-contact-form form .quform-cf::after {
    display: none;
  }
  .edc-contact-sec.two-column-layout .edc-contact-area .edc-contact-form form .quform-child-elements::before, .edc-contact-sec.two-column-layout .edc-contact-area .edc-contact-form form .quform-child-elements::after {
    display: none;
  }
  .edc-contact-sec.two-column-layout .edc-contact-area .edc-contact-form form .quform-child-elements .quform-element-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: unset;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.edc-temoignages-block {
  padding-block: 60px;
  background-color: #ffffff;
}
.edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages__title {
  margin-bottom: 0;
}
.edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-btn .slick-arrow {
  background: url("../assets/images/btn-arw.svg") no-repeat right/cover;
  width: 38px;
  height: 38px;
  font-size: 0;
}
.edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-btn .slick-arrow.slick-prev {
  rotate: 180deg;
}
.edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-btn .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-tabbing {
  padding-top: 45px;
}
.edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-tabbing .edc-temoignages__content .edc-temoignages__panel .slick-list {
  overflow: visible;
  padding: 0 20% 0 0;
}
.edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-tabbing .edc-temoignages__content .edc-temoignages__panel .slick-list .slick-track {
  display: flex;
}
.edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-tabbing .edc-temoignages__content .edc-temoignages__panel .slick-list .slick-track .slick-slide {
  display: flex;
  height: inherit;
  margin-right: 33px;
  min-width: 878px;
}
.edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-tabbing .edc-temoignages__content .edc-temoignages__panel .slick-list .slick-track .slick-slide .edc-temoignages__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  display: flex !important;
}
.edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-tabbing .edc-temoignages__content .edc-temoignages__panel .slick-list .slick-track .slick-slide .edc-temoignages__item .edc-temoignages__image {
  width: 39%;
  overflow: hidden;
}
.edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-tabbing .edc-temoignages__content .edc-temoignages__panel .slick-list .slick-track .slick-slide .edc-temoignages__item .edc-temoignages__image img {
  width: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-tabbing .edc-temoignages__content .edc-temoignages__panel .slick-list .slick-track .slick-slide .edc-temoignages__item .edc-temoignages__content {
  width: 61%;
  padding: 40px 40px 34px 40px;
  border: 1px solid rgba(83, 106, 245, 0.4);
  border-left: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: unset;
  flex-wrap: wrap;
  gap: 15px;
  background-color: #ffffff;
}
.edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-tabbing .edc-temoignages__content .edc-temoignages__panel .slick-list .slick-track .slick-slide .edc-temoignages__item .edc-temoignages__content .edc-temoignages__text .big-p {
  font-weight: 400;
  color: rgba(24, 36, 115, 0.6980392157);
}
.edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-tabbing .edc-temoignages__content .edc-temoignages__panel .slick-list .slick-track .slick-slide .edc-temoignages__item .edc-temoignages__content .content-bottom p {
  color: #182473;
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 1023px) {
  .edc-temoignages-block {
    padding-block: 45px;
  }
  .edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages__title {
    text-align: center;
  }
  .edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-tabbing {
    padding-top: 25px;
  }
  .edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-tabbing .edc-temoignages__content .edc-temoignages__panel .slick-list {
    overflow: hidden;
    padding: 0;
    margin-inline: -15px;
  }
  .edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-tabbing .edc-temoignages__content .edc-temoignages__panel .slick-list .slick-track .slick-slide {
    margin-right: 0px;
    min-width: auto;
    margin-inline: 15px;
  }
  .edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-tabbing .edc-temoignages__content .edc-temoignages__panel .slick-list .slick-track .slick-slide .edc-temoignages__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-tabbing .edc-temoignages__content .edc-temoignages__panel .slick-list .slick-track .slick-slide .edc-temoignages__item .edc-temoignages__image {
    width: 100%;
  }
  .edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-tabbing .edc-temoignages__content .edc-temoignages__panel .slick-list .slick-track .slick-slide .edc-temoignages__item .edc-temoignages__image img {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
  }
  .edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-tabbing .edc-temoignages__content .edc-temoignages__panel .slick-list .slick-track .slick-slide .edc-temoignages__item .edc-temoignages__content {
    width: 100%;
    padding: 37px 40px 31px 35px;
    row-gap: 74px;
    border-left: 1px solid rgba(83, 106, 245, 0.4);
    border-top: 0;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .edc-temoignages-block .slick-dots {
    margin-top: 32px !important;
  }
}
@media (max-width: 767px) {
  .edc-temoignages-block {
    padding-block: 30px;
  }
  .edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-tabbing {
    padding-top: 20px;
  }
  .edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-tabbing .edc-temoignages__content .edc-temoignages__panel .slick-list .slick-track .slick-slide .edc-temoignages__item .edc-temoignages__content {
    padding: 18px 23px 20px 21px;
    row-gap: 27px;
  }
  .edc-temoignages-block .edc-temoignages-content-wrapper .edc-temoignages-tabbing .edc-temoignages__content .edc-temoignages__panel .slick-list .slick-track .slick-slide .edc-temoignages__item .edc-temoignages__content .content-bottom p {
    font-size: 14px;
    line-height: 20px;
  }
  .edc-temoignages-block .slick-dots {
    margin-top: 20px !important;
  }
}

.edc-default_sec {
  padding: 80px 0 30px;
}
.edc-default_sec .edc-heading .edc-de-intro .big-p {
  font-weight: 400;
  color: rgba(24, 36, 115, 0.6980392157);
}
@media (max-width: 1023px) {
  .edc-default_sec {
    padding: 57px 0 25px;
  }
}
@media (max-width: 767px) {
  .edc-default_sec {
    padding: 60px 0 22px;
  }
}

.edc-content_sec {
  padding: 0px 0 96px;
  background-color: #ffffff;
}
.edc-content_sec .edc-content h2 {
  padding-top: 30px;
  margin-bottom: 15px;
}
.edc-content_sec .edc-content p strong {
  color: #182473;
  display: block;
}
.edc-content_sec .edc-content p + ul {
  margin-top: -10px;
}
.edc-content_sec .edc-content table tbody th, .edc-content_sec .edc-content table tbody td {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .edc-content_sec {
    padding: 13px 0 140px;
  }
  .edc-content_sec .edc-content h2 {
    padding-top: 15px;
  }
  .edc-content_sec .edc-content p + ul {
    margin-top: -18px;
  }
}
@media (max-width: 767px) {
  .edc-content_sec {
    padding: 14px 0 86px;
  }
  .edc-content_sec .edc-content h2 {
    padding-top: 0px;
    margin-bottom: 10px;
  }
  .edc-content_sec .edc-content ul {
    margin-bottom: 20px;
  }
}

.edc-conatact-banner {
  padding: 70px 0 0;
}
.edc-conatact-banner .edc-breadcrums {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .edc-conatact-banner {
    padding: 50px 0 30px;
  }
}
@media (max-width: 767px) {
  .edc-conatact-banner {
    padding: 60px 0 34px;
  }
}

.page-template-template-landing .custom-banner {
  padding: 10px 0 56px;
  position: relative;
  z-index: 0;
}
.page-template-template-landing .custom-banner .banner-wrapper {
  align-items: flex-start;
  margin-top: 0;
}
.page-template-template-landing .custom-banner .banner-wrapper .banner-text {
  padding-top: 45px;
  margin-left: 0;
}
.page-template-template-landing .custom-banner .banner-wrapper .banner-text .edc-banner-infos-wrapper {
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.page-template-template-landing .custom-banner .banner-wrapper .banner-text .edc-banner-infos-wrapper .edc-info-badge {
  margin-bottom: 0;
  padding: 12px 23px;
  font-size: 15px;
  line-height: 13px;
  font-weight: 700;
  color: #ffffff;
  background-color: #5369F5;
  border-radius: 27px;
}
.page-template-template-landing .custom-banner .banner-wrapper .banner-text .edc-banner-intro {
  max-width: 543px;
}
.page-template-template-landing .custom-banner .banner-wrapper .c-order {
  background-color: #ffffff;
  border: 1px solid rgba(83, 106, 245, 0.4);
  padding: 50px 50px 30px;
  border-radius: 20px;
}
.page-template-template-landing .custom-banner .banner-wrapper .c-order .banner-form .banner-qu-form .quform-form .quform-element .quform-spacer {
  padding-bottom: 5px;
}
.page-template-template-landing .custom-banner .banner-wrapper .c-order .banner-form .banner-qu-form .quform-form .quform-element .quform-spacer .quform-label {
  margin-bottom: 10px;
}
.page-template-template-landing .custom-banner .banner-wrapper .c-order .banner-form .banner-qu-form .quform-form .quform-element .quform-spacer .quform-label label {
  color: #182473;
}
.page-template-template-landing .custom-banner .banner-wrapper .c-order .banner-form .banner-qu-form .quform-form .quform-element .quform-spacer .quform-inner .quform-field {
  background-color: rgba(241, 243, 255, 0.3);
  border-radius: 26px;
  border-color: rgba(83, 106, 245, 0.4);
  color: #182473;
  padding: 12px 27px;
  font-size: 18px;
  box-shadow: none;
}
.page-template-template-landing .custom-banner .banner-wrapper .c-order .banner-form .banner-qu-form .quform-form .quform-element .quform-spacer .quform-inner .quform-field::placeholder {
  color: rgba(24, 36, 115, 0.4);
}
.page-template-template-landing .custom-banner::after {
  position: absolute;
  top: -215px;
  right: 155px;
  content: "";
  width: 747px;
  height: 394px;
  background: url("../assets/images/landing-bg.svg") no-repeat top right/cover;
  z-index: -1;
}
@media (max-width: 1520px) {
  .page-template-template-landing .custom-banner::after {
    right: 0;
  }
}
@media (max-width: 1415px) {
  .page-template-template-landing .custom-banner::after {
    right: -100px;
  }
}
@media (max-width: 1140px) {
  .page-template-template-landing .custom-banner::after {
    right: -155px;
  }
}
@media (max-width: 1023px) {
  .page-template-template-landing #site-header {
    position: absolute;
  }
  .page-template-template-landing .custom-banner {
    padding-bottom: 59px;
  }
  .page-template-template-landing .custom-banner .banner-wrapper .c-order {
    order: unset;
  }
  .page-template-template-landing .custom-banner .banner-wrapper .banner-text {
    padding: 60px 0 0;
    margin: 28px 0 40px;
  }
  .page-template-template-landing .custom-banner .banner-wrapper .banner-text .edc-banner-intro {
    max-width: 100%;
  }
  .page-template-template-landing .custom-banner::after {
    right: -314px;
    width: 634px;
    height: 325px;
    top: -181px;
  }
}
@media (max-width: 767px) {
  .page-template-template-landing .custom-banner {
    padding-bottom: 42px;
  }
  .page-template-template-landing .custom-banner .banner-wrapper .banner-text {
    padding: 40px 0 0;
    margin: 0px 0 34px;
  }
  .page-template-template-landing .custom-banner .banner-wrapper .banner-text .edc-banner-intro {
    margin: 12px 0 0px;
  }
  .page-template-template-landing .custom-banner .banner-wrapper .banner-text .edc-banner-infos-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }
  .page-template-template-landing .custom-banner .banner-wrapper .banner-text .edc-banner-infos-wrapper p {
    max-width: 100%;
  }
  .page-template-template-landing .custom-banner .banner-wrapper .c-order {
    padding: 23px 25px 14px;
  }
  .page-template-template-landing .custom-banner .banner-wrapper .c-order .banner-form .banner-qu-form .quform-form .quform-element .quform-spacer {
    padding-bottom: 5px;
  }
  .page-template-template-landing .custom-banner .banner-wrapper .c-order .banner-form .banner-qu-form .quform-form .quform-element .quform-spacer .quform-label {
    margin-bottom: 10px;
  }
  .page-template-template-landing .custom-banner .banner-wrapper .c-order .banner-form .banner-qu-form .quform-form .quform-element .quform-spacer .quform-label label {
    font-size: 12px;
    line-height: 18px;
  }
  .page-template-template-landing .custom-banner .banner-wrapper .c-order .banner-form .banner-qu-form .quform-form .quform-element .quform-spacer .quform-inner .quform-field {
    padding: 12px 22px;
    font-size: 14px;
  }
  .page-template-template-landing .custom-banner .banner-wrapper .c-order .banner-form .banner-form-title h2 br {
    display: none;
  }
  .page-template-template-landing .custom-banner::after {
    display: none;
  }
}

.edc-single-sec {
  padding: 48px 0 65px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(180deg, rgb(241, 243, 255) 650px, rgb(255, 255, 255) 650px);
}
.edc-single-sec .edc-author-wrap {
  padding: 10px 0 0;
}
.edc-single-sec .edc-author-wrap .edc-news-date {
  padding: 10px 0 38px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(24, 36, 115, 0.2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.edc-single-sec .edc-author-wrap .edc-news-date .date {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1px;
}
.edc-single-sec .edc-author-wrap .edc-news-date .date p {
  font-weight: 700;
  color: #5369F5;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.edc-single-sec .edc-author-wrap .edc-news-date .date .edc-date-updated {
  font-weight: 400;
  font-size: 11px;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: none;
  color: rgba(24, 36, 115, 0.6980392157);
  margin-top: 1px;
}
.edc-single-sec .edc-author-wrap .edc-news-date .edc-document-lists {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.edc-single-sec .edc-author-wrap .edc-auth-info {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}
.edc-single-sec .edc-author-wrap .edc-auth-info .author-img img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.edc-single-sec .edc-author-wrap .edc-auth-info .author-name-fon p {
  margin-bottom: 0;
}
.edc-single-sec .edc-author-wrap .edc-auth-info .author-name-fon .author-fonction {
  font-weight: 400;
}
.edc-single-sec .edc-author-wrap .edc-auth-info .author-name-fon .edc-author-byline {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}
.edc-single-sec .edc-author-wrap .edc-auth-info .author-name-fon .edc-author-byline__meta {
  display: inline-block;
}
.edc-single-sec .edc-author-wrap .edc-auth-info .author-name-fon .edc-author-linkedin {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  flex-shrink: 0;
}
.edc-single-sec .edc-author-wrap .edc-auth-info .author-name-fon .edc-author-linkedin img {
  width: 18px;
  height: 18px;
  display: block;
}
.edc-single-sec .edc-author-wrap .edc-auth-info .author-name-fon .edc-author-linkedin:hover {
  opacity: 0.8;
}
.edc-single-sec .edc-edc_img {
  padding-block: 20px;
}
.edc-single-sec .edc-edc_img img {
  border-radius: 20px;
}
.edc-single-sec .edc-edc_img p {
  margin-top: 16px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.24px;
  font-weight: 400;
  letter-spacing: 0;
}
.edc-single-sec .edc-flexible-group p, .edc-single-sec .edc-flexible-group ul li {
  font-size: 14px;
  line-height: 23px;
}
.edc-single-sec .edc-flexible-group strong {
  color: #182473;
}
.edc-single-sec .edc-flexible-group p {
  margin-bottom: 8px;
}
.edc-single-sec .edc-flexible-group h2 {
  margin-bottom: 15px;
}
.edc-single-sec .edc-flexible-group .edc-faq-sec {
  margin-block: 20px;
  padding: 0;
  background-color: #F1F3FF;
  border-radius: 20px;
}
.edc-single-sec .edc-flexible-group .edc-faq-sec .edc-faq-area {
  background-color: #F1F3FF;
  border: 0;
}
.edc-single-sec .edc-flexible-group .edc-faq-sec .edc-faq-area .edc-faq-title h2 {
  padding-left: 42px;
}
.edc-single-sec .edc-flexible-group .edc-faq-sec .edc-faq-area .edc-faq-accordion-list {
  max-width: 100%;
  padding: 0 95px 0 42px;
}
.edc-single-sec .edc-flexible-group .edc-faq-sec .edc-faq-btn {
  padding-top: 38px;
}
.edc-single-sec .edc-flexible-group .edc-titletxt-sec {
  padding-block: 20px;
  background-color: transparent;
}
.edc-single-sec .edc-flexible-group .edc-titletxt-sec ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
}
.edc-single-sec .edc-flexible-group .edc-titletxt-sec ol li {
  counter-increment: item;
  margin-left: 28px;
  position: relative;
  padding-block: 8px;
  border-bottom: 1px solid rgba(40, 51, 150, 0.2);
}
.edc-single-sec .edc-flexible-group .edc-titletxt-sec ol li::before {
  position: absolute;
  top: 8px;
  left: -28px;
  content: counter(item) ". ";
  font-size: 14px;
  font-weight: 700;
  color: #5369F5;
}
.edc-single-sec .edc-flexible-group .edc-titletxt-sec ol li:last-child {
  border: 0;
}
.edc-single-sec .edc-flexible-group .edc-titletxt-sec + .edc-titletxt-sec {
  padding-top: 0;
}
.edc-single-sec .edc-social_share {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 15px;
  position: fixed;
  right: auto;
  width: 198px;
  top: 178px;
}
.edc-single-sec .edc-social_share p {
  writing-mode: sideways-lr;
  margin-top: 10px;
  margin-right: 16px;
}
@media (max-width: 1279px) {
  .edc-single-sec .edc-social_share {
    right: 40px;
  }
}
@media (max-width: 1023px) {
  .edc-single-sec {
    padding: 75px 0 60px;
    background: linear-gradient(180deg, rgb(241, 243, 255) 22%, rgb(255, 255, 255) 22%);
  }
  .edc-single-sec .edc-author-wrap {
    padding: 0;
  }
  .edc-single-sec .edc-author-wrap .edc-news-date {
    padding: 0px 0 20px;
  }
  .edc-single-sec .edc-author-wrap .edc-auth-info {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
  }
  .edc-single-sec .edc-edc_img {
    padding-block: 16px;
  }
  .edc-single-sec .edc-flexible-group .edc-titletxt-sec {
    padding-block: 16px;
  }
  .edc-single-sec .edc-flexible-group .edc-faq-sec .edc-faq-area {
    padding-block: 30px;
    border-radius: 20px;
  }
  .edc-single-sec .edc-flexible-group .edc-faq-sec .edc-faq-btn {
    padding-top: 15px;
  }
  .edc-single-sec .edc-social_share {
    position: unset;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    padding-top: 40px;
    border-top: 1px solid #283396;
  }
  .edc-single-sec .edc-social_share p {
    order: -1;
    writing-mode: unset;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .edc-single-sec {
    padding: 45px 0 60px;
    background: linear-gradient(180deg, rgb(241, 243, 255) 0px, rgb(241, 243, 255) 500px, rgb(255, 255, 255) 500px, rgb(255, 255, 255) 100%);
  }
  .edc-single-sec .edc-author-wrap {
    padding-top: 10px;
  }
  .edc-single-sec .edc-author-wrap .edc-news-date {
    padding: 0px 0 15px;
    margin-bottom: 10px;
    gap: 10px;
  }
  .edc-single-sec .edc-author-wrap .edc-news-date p {
    font-size: 11px;
    letter-spacing: 1.1px;
    line-height: 12px;
  }
  .edc-single-sec .edc-author-wrap .edc-news-date .date .edc-date-updated {
    font-size: 10px;
    letter-spacing: 0.02em;
    line-height: 1.3;
  }
  .edc-single-sec .edc-author-wrap .edc-auth-info {
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
  }
  .edc-single-sec .edc-author-wrap .edc-auth-info .author-img img {
    width: 44px;
    height: 44px;
  }
  .edc-single-sec .edc-edc_img {
    padding-block: 13px;
  }
  .edc-single-sec .edc-flexible-group p, .edc-single-sec .edc-flexible-group ul li {
    font-size: 12px;
    line-height: 18px;
  }
  .edc-single-sec .edc-flexible-group .edc-titletxt-sec {
    padding-block: 35px;
  }
  .edc-single-sec .edc-flexible-group .edc-edc_img p {
    margin: 10px 0 0;
    font-size: 10px;
    line-height: 12px;
  }
  .edc-single-sec .edc-flexible-group .edc-faq-sec {
    margin-inline: -20px;
    border-radius: 0;
  }
  .edc-single-sec .edc-flexible-group .edc-faq-sec .edc-faq-area {
    padding-block: 30px;
    border-radius: 20px;
  }
  .edc-single-sec .edc-flexible-group .edc-faq-sec .edc-faq-area .edc-banner-intro:not(.edc-faq-btn) {
    padding-inline: 20px;
  }
  .edc-single-sec .edc-flexible-group .edc-faq-sec .edc-faq-area .edc-banner-intro:not(.edc-faq-btn) h2 {
    padding-left: 17px;
  }
  .edc-single-sec .edc-flexible-group .edc-faq-sec .edc-faq-area .edc-faq-accordion-list {
    padding: 0 20px 0 20px;
  }
  .edc-single-sec .edc-flexible-group .edc-faq-sec .edc-faq-area .edc-faq-accordion-list .edc-accordion-item .edc-faq-title .edc-faq-accordion-label {
    padding-right: 30px;
  }
  .edc-single-sec .edc-flexible-group .edc-faq-sec .edc-faq-area .edc-faq-accordion-list .edc-accordion-item .edc-faq-title .edc-faq-accordion-label::after {
    right: 10px;
  }
  .edc-single-sec .edc-flexible-group .edc-faq-sec .edc-faq-area .edc-faq-btn {
    padding-top: 5px;
  }
  .edc-single-sec .edc-flexible-group .edc-faq-sec .edc-faq-btn {
    padding-top: 15px;
  }
  .edc-single-sec .edc-flexible-group .edc-titletxt-sec ol li {
    margin-left: 16px;
  }
  .edc-single-sec .edc-flexible-group .edc-titletxt-sec ol li::before {
    left: -16px;
    font-size: 12px;
    line-height: 18px;
  }
  .edc-single-sec .edc-social_share {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0;
    padding-top: 25px;
  }
  .edc-single-sec .edc-social_share p {
    margin-right: 10px;
  }
  .edc-single-sec .edc-social_share .edc-fb img {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 767px) {
  .single .edc-cta-classique-sec {
    background-color: #F1F3FF;
  }
}
.single #site-footer {
  position: relative;
  z-index: 1;
}
.single section {
  position: relative;
  z-index: 1;
}

.edc-search-banner {
  padding: 75px 0 66px;
  position: relative;
  z-index: 1;
}
.edc-search-banner .edc-recherche_block {
  width: 100%;
}
.edc-search-banner .edc-recherche_block .edc-search-form {
  position: relative;
  background-color: #ffffff;
  border-radius: 23px;
  padding: 13px 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.edc-search-banner .edc-recherche_block .edc-search-form .edc-search-input {
  display: block;
}
.edc-search-banner .edc-recherche_block .edc-search-form .edc-search-input input {
  border: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  color: rgba(24, 36, 115, 0.6980392157);
  font-weight: 500;
  letter-spacing: 0;
  height: auto;
}
.edc-search-banner .edc-recherche_block .edc-search-form .edc-search-input input:focus {
  box-shadow: none;
}
.edc-search-banner .edc-recherche_block .edc-search-form .edc-search-input input::placeholder {
  font-size: inherit;
  color: inherit;
  opacity: 1;
}
@media (max-width: 767px) {
  .edc-search-banner {
    padding: 40px 0;
  }
}

.edc-result-sec {
  background-color: #ffffff;
  padding: 72px 0 114px;
}
.edc-result-sec .edc-result-list {
  width: 100%;
}
.edc-result-sec .edc-result-list .search-wrapper .edc-result-item {
  margin-top: 50px;
}
.edc-result-sec .edc-result-list .search-wrapper .edc-result-item .edc-result-count h3 {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .edc-result-sec .edc-result-list .search-wrapper .edc-result-item .edc-result-count h3 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.edc-result-sec .edc-result-list .search-wrapper .edc-result-item .edc-data-list .edc-data-item > a {
  color: #182473;
  padding-block: 15px;
  border-bottom: 1px solid rgba(24, 36, 115, 0.2);
  display: flex;
  position: relative;
}
.edc-result-sec .edc-result-list .search-wrapper .edc-result-item .edc-data-list .edc-data-item > a h3 {
  font-weight: 400;
  margin-bottom: 0;
}
.edc-result-sec .edc-result-list .search-wrapper .edc-result-item .edc-data-list .edc-data-item > a::after {
  position: absolute;
  top: 25px;
  right: 0;
  content: "";
  width: 9px;
  height: 11px;
  background: url(../assets/images/arw.svg) no-repeat left/cover;
}
.edc-result-sec .edc-result-list .search-wrapper .edc-result-item:first-child {
  margin-top: 0;
}
.edc-result-sec .edc-result-list .search-wrapper .edc-result-item.edc-accordion-area .edc-data-list .edc-data-item a {
  color: #182473;
}
.edc-result-sec .edc-result-list .search-wrapper .edc-result-item.edc-accordion-area .edc-data-list .edc-data-item a::after {
  display: none;
}
.edc-result-sec .edc-result-list .search-wrapper .edc-result-item.edc-accordion-area .edc-data-list .edc-data-item .edc-faq-title {
  display: flex;
  width: 100%;
  padding-right: 40px;
  position: relative;
}
.edc-result-sec .edc-result-list .search-wrapper .edc-result-item.edc-accordion-area .edc-data-list .edc-data-item .edc-faq-title::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0px;
  content: "";
  background: url("../assets/images/i-add.svg") no-repeat right center/contain;
  width: 20px;
  height: 20px;
  transition: all 0.5s ease-in-out;
}
.edc-result-sec .edc-result-list .search-wrapper .edc-result-item.edc-accordion-area .edc-data-list .edc-data-item .edc-accordion-content {
  padding-block: 15px;
}
.edc-result-sec .edc-result-list .search-wrapper .edc-result-item.edc-accordion-area .edc-data-list .edc-data-item.is-active .edc-faq-title::after {
  rotate: 45deg;
}
@media (max-width: 767px) {
  .edc-result-sec {
    padding: 40px 0;
  }
  .edc-result-sec .edc-result-list {
    width: 100%;
  }
  .edc-result-sec .edc-result-list .search-wrapper .edc-result-item {
    margin-top: 30px;
  }
  .edc-result-sec .edc-result-list .search-wrapper .edc-result-item .edc-data-list .edc-data-item a {
    padding-block: 12px;
  }
  .edc-result-sec .edc-result-list .search-wrapper .edc-result-item .edc-data-list .edc-data-item a::after {
    position: absolute;
    top: 19px;
    right: 0;
    width: 8px;
    height: 10px;
  }
  .edc-result-sec .edc-result-list .search-wrapper .edc-result-item:first-child {
    margin-top: 0;
  }
}

.search-results .edc-wrapper .middle-sections .edc-search-banner {
  padding: 100px 0;
}
@media (max-width: 1023px) {
  .search-results .edc-wrapper .middle-sections .edc-search-banner {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  .search-results .edc-wrapper .middle-sections .edc-search-banner {
    padding: 50px 0px;
  }
}

html {
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  transition: all 0.5s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  margin: 0 !important;
  font-optical-sizing: auto;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0;
  color: #182473;
  overflow-x: hidden;
  background-color: #F1F3FF;
}

.edc-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.edc-wrapper #site-content, .edc-wrapper .middle-sections {
  flex-grow: 1;
}
.edc-wrapper .middle-sections {
  padding-top: 130px;
}
@media (max-width: 1023px) {
  .edc-wrapper .middle-sections {
    padding-top: 94px;
  }
}
@media (max-width: 767px) {
  .edc-wrapper .middle-sections {
    padding-top: 69px;
  }
}

.edc-loadbar {
  position: fixed;
  width: 0%;
  height: 3px;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #182473;
}

.edc-not-found {
  padding-block: 80px;
}
@media (max-width: 1023px) {
  .edc-not-found {
    padding-block: 45px;
  }
}

@media (max-width: 1023px) {
  .home .edc-wrapper .middle-sections, .page-template-template-b .edc-wrapper .middle-sections, .page-template-template-list-of-flexibles .edc-wrapper .middle-sections {
    padding-top: 0;
  }
}

.page-template-template-landing #site-header {
  position: absolute;
}

/*# sourceMappingURL=custom.css.map */
