.__showHide[aria-expanded=true] .__content {
  opacity: 1;
}
.__showHide .__trigger * {
  pointer-events: none;
}
.__showHide .__content {
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
  margin: 0;
}

.Banner {
  position: relative;
  background-color: #0E2A4D;
  padding: 180px 0 5rem 0;
  overflow: hidden;
  min-height: 450px;
}
@media screen and (max-width: 480px) {
  .Banner {
    padding-top: 115px;
  }
}
.Banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.Banner-imgDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.Banner-imgDiv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(14, 42, 77, 0.6);
}
.Banner-imgDiv img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.Banner-breadcrumb {
  margin: 0 0 1.5rem 0;
}
.Banner-breadcrumb p {
  margin: 0;
}
.Banner-breadcrumb span, .Banner-breadcrumb a {
  font-family: "nunito", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.Banner-breadcrumb .separator {
  vertical-align: middle;
  display: inline-block;
  margin: 0 0.8rem;
}
.Banner-title {
  font-family: "nunito", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  font-size: 64px;
  line-height: 70px;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .Banner-title {
    font-size: 40px;
    line-height: 52px;
  }
}
.Banner-desc {
  font-family: "poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  max-width: 65.1rem;
  margin: 1rem 0 0 0;
  color: #ffffff;
}

.Card {
  padding: 24px 34px 24px 62px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(41, 56, 49, 0.12);
  position: relative;
  display: flex;
  width: 100%;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-color: #ffffff;
}
.Card.blue:before {
  background-color: #0E2A4D;
}
.Card:before {
  content: "";
  display: block;
  width: 28px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFBE2C;
}

.HomePartenaires {
  padding: 106px 0 0;
  position: relative;
  z-index: 2;
}
.HomePartenaires + * {
  margin-top: -62px;
}
.HomePartenaires-title {
  font-family: "nunito", sans-serif;
  font-size: 42px;
  line-height: 52px;
  color: #0E2A4D;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .HomePartenaires-title {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}
.HomePartenaires-wrapper {
  padding-top: 32px;
  padding-bottom: 66px;
}
.HomePartenaires .swiper-slide {
  width: 150px;
  height: 60px;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.AltiGravityForm-wrapper {
  background: #0E2A4D;
  padding: 67px 25px 84px;
}
.AltiGravityForm-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin: auto;
  max-width: 1142px;
}
.AltiGravityForm-overtitle {
  font-family: "poppins", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #FFBE2C;
  display: block;
  width: 100%;
  max-width: 1142px;
  margin: 0 auto 5px;
}
.AltiGravityForm-title {
  font-family: "nunito", sans-serif;
  font-size: 42px;
  line-height: 52px;
  color: #ffffff;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .AltiGravityForm-title {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.AltiGravityForm-form {
  margin-top: 42px;
}
.AltiGravityForm-svg {
  height: auto;
  margin-bottom: -7px;
  width: 100%;
}