.header-info-wraper .header-info ul.sub-menu li a {
  font-size: 16px;
  margin: 0px 0px;
  font-weight: 600;
}
.header-info-wraper .header-info ul.sub-menu li a:hover {
  color: #192574;
}
.header-info-wraper .header-info li.secondary-menu {
  margin-left: 2rem !important;
  padding-left: 2rem !important;
  border-left: 1px solid #e7e7e7;
}

.icon-content p {
  font-weight: 600;
}

.carousel-item {
  height: calc(100vh - 100px);
  position: relative;
}
.carousel-item img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  height: 100%;
  width: 100%;
}
.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 0, 51, 0.3);
}

.center-custom {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.carousel-caption {
  text-align: left;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  z-index: 99;
  font-weight: 500;
  color: white;
  border-width: 0px;
  font-family: Teko, sans-serif;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}
.carousel-caption h1 {
  color: white;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  margin: 15px 0;
}
.carousel-caption p {
  margin: 0px;
  font-size: 2.5rem;
  font-weight: 400;
}
.carousel-caption p.small {
  font-family: Poppins, sans-serif;
  line-height: 30px;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 30px;
}
.carousel-caption .site-button {
  font-size: 22px;
}/*# sourceMappingURL=fer.css.map */

#consent_buttons #saveAcceptAllCookieFerPreferences {
	background-color: var(--insur-base);
  color: var(--insur-white);
}

#consent_buttons #saveRefuseAllCookieFerPreferences,
#consent_buttons #saveCookieFerPreferences {
	color: var(--insur-base);
}

#consent_buttons #saveAcceptAllCookieFerPreferences:hover,
#consent_buttons #saveRefuseAllCookieFerPreferences:hover,
#consent_buttons #saveCookieFerPreferences:hover {
	background-color: #fff;
	color: var(--insur-base);
	border-color: var(--insur-base);
	;
}