@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.e404 {
  max-width: 1440px;
  position: relative;
  display: flex;
  justify-content: center;
  max-height: 510px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .e404 {
    max-height: 820px;
    height: 682px;
  }
}
.e404__background {
  width: 100%;
  height: 510px;
  position: absolute;
  left: 0;
  z-index: -1;
  border-radius: 0 0 135px 135px;
  background: linear-gradient(0deg, #CEF3FF 0%, rgba(255, 255, 255, 0) 70%);
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .e404__background {
    height: 682px;
    border-radius: 0 0 105px 105px;
  }
}
.e404__mainbox {
  display: flex;
  width: 100%;
  height: 510px;
  gap: 16px;
  margin-top: 40px;
  max-width: 1024px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .e404__mainbox {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
}
.e404__mainbox__imagebox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 462px;
  max-height: 462px;
  margin-left: 40px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .e404__mainbox__imagebox {
    margin-left: 0;
    width: 100%;
    max-width: 359px;
    max-height: 359px;
  }
}
.e404__mainbox__imagebox__image {
  width: 100%;
  max-width: 462px;
  height: auto;
}
.e404__mainbox__contentbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 50%;
  max-height: 462px;
  padding-right: 50px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .e404__mainbox__contentbox {
    padding: 0px 24px;
    width: 100%;
  }
}
.e404__mainbox__contentbox__code {
  color: #10428C;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 5px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .e404__mainbox__contentbox__code {
    text-align: center;
  }
}
.e404__mainbox__contentbox__title {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(90deg, #10428C 0%, #3AADD0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 110%;
  margin-bottom: 14px;
  max-width: 330px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .e404__mainbox__contentbox__title {
    font-size: 24px;
    text-align: center;
    margin: 0 auto 14px auto;
  }
}
.e404__mainbox__contentbox__text1 {
  color: #10428C;
  font-size: 13px;
  line-height: 150%;
  margin-bottom: 16px;
  font-weight: 700;
  margin-bottom: 0;
  max-width: 400px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .e404__mainbox__contentbox__text1 {
    text-align: center;
    margin: 0 auto 14px auto;
  }
}
.e404__mainbox__contentbox__text2 {
  color: #10428C;
  font-size: 13px;
  line-height: 150%;
  margin-bottom: 16px;
  max-width: 382px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .e404__mainbox__contentbox__text2 {
    text-align: center;
    margin: 0 auto 16px auto;
  }
}
.e404__mainbox__contentbox__buttonbox {
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .e404__mainbox__contentbox__buttonbox {
    justify-content: center;
  }
}
.e404__mainbox__contentbox__buttonbox a {
  text-decoration: none;
}
.e404__mainbox__contentbox__buttonbox__homebutton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  height: 40px;
  position: relative;
  z-index: 1;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
  cursor: pointer;
  color: white;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  color: #fff;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .e404__mainbox__contentbox__buttonbox__homebutton {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .e404__mainbox__contentbox__buttonbox__homebutton {
    font-size: 13px;
  }
}
.e404__mainbox__contentbox__buttonbox__homebutton svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.e404__mainbox__contentbox__buttonbox__homebutton:disabled {
  background: linear-gradient(81deg, #B1BABD -3.28%, #E2E2E2 113.85%);
  cursor: unset;
}
.e404__mainbox__contentbox__buttonbox__homebutton:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.e404__mainbox__contentbox__buttonbox__homebutton::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background: #10428C;
  opacity: 0;
  transition: all 0.3s ease;
}
.e404__mainbox__contentbox__buttonbox__homebutton:hover::before {
  opacity: 1;
}
.e404__mainbox__contentbox__buttonbox__homebutton:disabled::before {
  opacity: 0;
}
.e404__mainbox__contentbox__buttonbox__homebutton.link::after {
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
  mask-size: cover;
  background-color: white;
  transition: background-color 0.3s ease;
}
.e404__mainbox__contentbox__buttonbox__homebutton.link[target=_blank]::after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .e404__mainbox__contentbox__buttonbox__homebutton {
    min-width: 157.188px;
  }
}
.e404__mainbox__contentbox__buttonbox__contactbutton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: max-content;
  height: 40px;
  padding: 12px;
  border: 1px solid #CEEBF3;
  border-radius: 10px;
  background: white;
  transition: all 0.3s ease;
  cursor: pointer;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  color: #1C4A92;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .e404__mainbox__contentbox__buttonbox__contactbutton {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .e404__mainbox__contentbox__buttonbox__contactbutton {
    font-size: 13px;
  }
}
.e404__mainbox__contentbox__buttonbox__contactbutton svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.e404__mainbox__contentbox__buttonbox__contactbutton:hover {
  border: 1px solid #10428C;
  background: #10428C;
  color: white;
}
.e404__mainbox__contentbox__buttonbox__contactbutton:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.e404__mainbox__contentbox__buttonbox__contactbutton.link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
  mask-size: cover;
  background-color: #10428C;
  transition: background-color 0.3s ease;
}
.e404__mainbox__contentbox__buttonbox__contactbutton.link:hover::after {
  background-color: white;
}
.e404__mainbox__contentbox__buttonbox__contactbutton.link[target=_blank]::after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .e404__mainbox__contentbox__buttonbox__contactbutton {
    min-width: 157.188px;
  }
}
.e404__mainbox__contentbox__buttonbox__contactbutton svg {
  width: 20px;
  height: 20px;
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

:root {
  --vh: 1vh;
}

.header {
  position: relative;
  top: 0;
  z-index: 99999;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.header.sticky-visible {
  position: sticky;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .header.sticky-visible {
    transform: translateY(0);
  }
}
.header.sticky-hidden {
  transform: translateY(-100%);
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .header {
    background-color: #D0F4FF;
  }
  .header .mobile {
    display: none;
  }
  .header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 40px 20px 40px;
    max-width: 1440px;
    margin: 0 auto;
  }
  .header__nav__logo {
    width: 157px;
    height: 38px;
  }
  .header__nav__logo > a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .header__nav__logo > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header__nav__menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
  .header__nav__menu {
    gap: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .header__nav__menu__item {
    position: relative;
    z-index: 20;
    padding: 10px 0;
  }
  .header__nav__menu__item svg {
    stroke: currentColor;
    vertical-align: middle;
    width: 20px;
    height: 20px;
  }
  .header__nav__menu__item:not(:has(.header__nav__button)):hover .header__nav__menu__item__button, .header__nav__menu__item:not(:has(.header__nav__button)):hover .header__nav__menu__item__link {
    color: #007BA7;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .header__nav__menu__item:not(:has(.header__nav__button)):hover svg {
    transform: rotate(180deg);
  }
  .header__nav__menu__item__button {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    text-decoration: none;
    /* link/link2 */
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 18px */
    color: #10428C;
    cursor: pointer;
  }
}
@media screen and (min-width: 1024px) and (min-width: 320px) and (max-width: 1023px) {
  .header__nav__menu__item__button {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
  .header__nav__menu__item__button {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .header__nav__menu__item.has-children .header__nav__menu__item__button {
    pointer-events: none;
  }
  .header__nav__menu__item__submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 26px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 14px;
    border: 1px solid #CEEBF3;
    background: #FFF;
    box-shadow: 0px 0px 24px 0px rgba(29, 97, 160, 0.1);
    min-width: max-content;
  }
}
@media screen and (min-width: 1024px) and (min-width: 320px) and (max-width: 1023px) {
  .header__nav__menu__item__submenu {
    padding: 20px;
    gap: 7px;
  }
}
@media screen and (min-width: 1024px) {
  .header__nav__menu__item__submenu.active {
    display: flex;
  }
  .header__nav__menu__item__submenu li {
    list-style: none;
  }
  .header__nav__menu__item__submenu li a {
    text-decoration: none;
    /* link/link2 */
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 18px */
    color: #10428C;
  }
}
@media screen and (min-width: 1024px) and (min-width: 320px) and (max-width: 1023px) {
  .header__nav__menu__item__submenu li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
  .header__nav__menu__item__submenu li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .header__nav__menu__item__submenu li a:hover {
    color: #007BA7;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .header__nav__menu__item__link {
    text-decoration: none;
    /* link/link2 */
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 18px */
    color: #10428C;
  }
}
@media screen and (min-width: 1024px) and (min-width: 320px) and (max-width: 1023px) {
  .header__nav__menu__item__link {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
  .header__nav__menu__item__link {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .header__nav__menu__item__link:hover {
    color: #007BA7;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .header__nav__button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: fit-content;
    height: 40px;
    position: relative;
    z-index: 1;
    padding: 10px 12px;
    border-radius: 10px;
    background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
    cursor: pointer;
    color: white;
    /* link/link2 */
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 18px */
    display: flex;
    text-decoration: none !important;
    color: white !important;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) and (min-width: 320px) and (max-width: 1023px) {
  .header__nav__button {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
  .header__nav__button {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .header__nav__button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }
  .header__nav__button:disabled {
    background: linear-gradient(81deg, #B1BABD -3.28%, #E2E2E2 113.85%);
    cursor: unset;
  }
  .header__nav__button:focus {
    outline: 2px solid #1C4A92;
    outline-offset: 2px;
  }
  .header__nav__button::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
    background: #10428C;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .header__nav__button:hover::before {
    opacity: 1;
  }
  .header__nav__button:disabled::before {
    opacity: 0;
  }
  .header__nav__button.link::after {
    content: "";
    width: 20px;
    height: 20px;
    mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
    mask-size: cover;
    background-color: white;
    transition: background-color 0.3s ease;
  }
  .header__nav__button.link[target=_blank]::after {
    transform: rotate(-45deg);
  }
  .header__nav__button:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) and (min-width: 320px) and (max-width: 1023px) {
  .header__nav__button {
    display: none !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .header {
    background-color: #D0F4FF;
  }
  .header .desktop {
    display: none;
  }
  .header__nav__header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 16px;
    position: relative;
    width: 100%;
  }
  .header__nav__header__logo {
    width: 141px;
    height: 34px;
  }
  .header__nav__header__logo > a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .header__nav__header__logo > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header__nav__header__menu-button {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 8px 5px;
  }
  .header__nav__menu {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #D0F4FF;
    z-index: 3000;
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-height: 100%;
    overflow-y: auto;
    padding: 16px;
    transition: opacity 0.3s ease-in-out;
  }
  .admin-bar .header__nav__menu {
    top: 46px;
    height: calc(100% - 46px);
  }
  .header__nav__menu.active {
    opacity: 1;
    pointer-events: auto;
  }
  .header__nav__menu__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .header__nav__menu__header__logo {
    height: 34px;
  }
  .header__nav__menu__header__close {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #CEEBF3;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2.8px);
    cursor: pointer;
  }
  .header__nav__menu__header__close svg {
    fill: #10428C;
  }
  .header__nav__menu__header__close:focus {
    outline: 2px solid #1C4A92;
    outline-offset: 2px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 1023px) {
  .header__nav__menu__header__close {
    width: 45px;
    height: 45px;
  }
  .header__nav__menu__header__close svg {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
  .header__nav__menu__header__close {
    width: 36px;
    height: 36px;
  }
  .header__nav__menu__header__close svg {
    width: 13.5px;
    height: 13.5px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1280px) and (max-width: 1439px) {
  .header__nav__menu__header__close {
    width: 36px;
    height: 36px;
  }
  .header__nav__menu__header__close svg {
    width: 13.5px;
    height: 13.5px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1440px) {
  .header__nav__menu__header__close {
    width: 45px;
    height: 45px;
  }
  .header__nav__menu__header__close svg {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .header__nav__menu__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    min-height: calc(100% - 85px);
  }
  .header__nav__menu__list__item__link {
    /* link/link1 */
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
    color: #10428C;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 1023px) {
  .header__nav__menu__list__item__link {
    font-size: 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
  .header__nav__menu__list__item__link {
    font-size: 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .header__nav__menu__list__item__link:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #0899C5;
    border-radius: 50%;
    margin-right: 10px;
  }
  .header__nav__menu__list__item:has(.header__nav__menu__list__item__submenu) .header__nav__menu__list__item__link {
    pointer-events: none;
  }
  .header__nav__menu__list__item__submenu {
    margin-top: 12px;
    padding-left: 14px;
    color: #10428C;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .header__nav__menu__list__item__submenu li a {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    text-decoration: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 1023px) {
  .header__nav__menu__list__item__submenu li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
  .header__nav__menu__list__item__submenu li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .header__nav__menu__list__item-button__button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: fit-content;
    height: 40px;
    position: relative;
    z-index: 1;
    padding: 10px 12px;
    border-radius: 10px;
    background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
    cursor: pointer;
    color: white;
    /* link/link2 */
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 18px */
    text-decoration: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 1023px) {
  .header__nav__menu__list__item-button__button {
    font-size: 13px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
  .header__nav__menu__list__item-button__button {
    font-size: 13px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .header__nav__menu__list__item-button__button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }
  .header__nav__menu__list__item-button__button:disabled {
    background: linear-gradient(81deg, #B1BABD -3.28%, #E2E2E2 113.85%);
    cursor: unset;
  }
  .header__nav__menu__list__item-button__button:focus {
    outline: 2px solid #1C4A92;
    outline-offset: 2px;
  }
  .header__nav__menu__list__item-button__button::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
    background: #10428C;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .header__nav__menu__list__item-button__button:hover::before {
    opacity: 1;
  }
  .header__nav__menu__list__item-button__button:disabled::before {
    opacity: 0;
  }
  .header__nav__menu__list__item-button__button.link::after {
    content: "";
    width: 20px;
    height: 20px;
    mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
    mask-size: cover;
    background-color: white;
    transition: background-color 0.3s ease;
  }
  .header__nav__menu__list__item-button__button.link[target=_blank]::after {
    transform: rotate(-45deg);
  }
  .header__nav__menu__list__item-language {
    margin-top: auto;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -16px;
    width: calc(100% + 32px);
    padding: 10px 16px;
    background-color: #FFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
  }
  .header__nav__menu__list__item-language a {
    text-decoration: none;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    color: #10428C;
    font-weight: 500;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 1023px) {
  .header__nav__menu__list__item-language a {
    font-size: 12px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
  .header__nav__menu__list__item-language a {
    font-size: 12px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .header__nav__menu__list__item-language a.active {
    text-decoration: underline;
    font-weight: 700;
  }
}
.header__skip-link {
  display: block;
  width: 100%;
  position: absolute;
  top: -100vh;
  padding: 7px 0;
  background: white;
  color: #10428C;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  font-weight: 600;
  line-height: 1.2;
  transition: all 0.3s ease;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .header__skip-link {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .header__skip-link {
    font-size: 12px;
  }
}
.header__skip-link:focus {
  top: 0;
  outline: 2.5px solid #007BA7;
  outline-offset: -2px;
}

#main {
  flex: 1;
  position: relative;
}

#st-push-root {
  z-index: 100000 !important;
}
#st-push-root .opened-box {
  z-index: 100000 !important;
}

.footer-border {
  width: 100%;
  height: 1px;
  background-color: rgba(8, 153, 197, 0.2);
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .footer-border {
    margin: 0 40px;
    width: calc(100% - 80px);
  }
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px;
  margin: 8px 120px 13px 120px;
  background: white;
}
@media screen and (min-width: 1440px) {
  .footer {
    margin: 8px auto 13px auto;
    max-width: 1200px;
    width: 100%;
  }
}
.footer a {
  text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .footer {
    gap: 32px;
    margin: 0;
    padding: 40px 16px;
  }
}
.footer__footer-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  padding: 54px 0 0 0;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .footer__footer-container {
    flex-direction: column;
    gap: 32px;
    padding: 0;
  }
}
.footer__footer-container__logo-and-slogan {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-grow: 1;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .footer__footer-container__logo-and-slogan {
    gap: 16px;
    max-width: unset;
  }
}
.footer__footer-container__logo-and-slogan__logo {
  width: 141px;
  height: 34px;
}
.footer__footer-container__logo-and-slogan__logo > a {
  width: 100%;
  height: 100%;
  display: block;
}
.footer__footer-container__logo-and-slogan__logo > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__footer-container__logo-and-slogan__slogan {
  padding: 10px 0 0 0;
  color: #007BA7;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .footer__footer-container__logo-and-slogan__slogan {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .footer__footer-container__logo-and-slogan__slogan {
    font-size: 13px;
  }
}
.footer__footer-container__links-primary {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  flex-grow: 3;
}
.footer__footer-container__links-primary__first-block {
  flex-grow: 1;
  max-width: 221px;
}
.footer__footer-container__links-primary__first-block__menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
}
.footer__footer-container__links-primary__first-block__menu__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  color: #10428C;
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .footer__footer-container__links-primary__first-block__menu__item {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .footer__footer-container__links-primary__first-block__menu__item {
    font-size: 12px;
  }
}
.footer__footer-container__links-primary__first-block__menu__item a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer__footer-container__links-primary__first-block__menu__item svg {
  min-width: 4px;
  max-width: 4px;
  min-height: 4px;
  max-height: 4px;
  fill: #0899C5;
}
.footer__footer-container__links-primary__second-block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  flex-grow: 2;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .footer__footer-container__links-primary__second-block {
    flex-direction: column;
    gap: 40px;
    flex-grow: 1;
  }
}
.footer__footer-container__links-primary__second-block__social-networks {
  flex-grow: 7;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .footer__footer-container__links-primary__second-block__social-networks {
    margin-bottom: auto;
  }
}
.footer__footer-container__links-primary__second-block__social-networks__menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
}
.footer__footer-container__links-primary__second-block__social-networks__menu__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  color: #10428C;
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .footer__footer-container__links-primary__second-block__social-networks__menu__item {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .footer__footer-container__links-primary__second-block__social-networks__menu__item {
    font-size: 12px;
  }
}
.footer__footer-container__links-primary__second-block__social-networks__menu__item a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer__footer-container__links-primary__second-block__social-networks__menu__item svg {
  min-width: 4px;
  max-width: 4px;
  min-height: 4px;
  max-height: 4px;
  fill: #0899C5;
}
.footer__footer-container__links-primary__second-block__language {
  flex-grow: 1;
}
.footer__footer-container__links-primary__second-block__language .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.footer__footer-container__links-primary__second-block__language .wpml-ls-legacy-list-horizontal ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  font-weight: 500;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .footer__footer-container__links-primary__second-block__language .wpml-ls-legacy-list-horizontal ul {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .footer__footer-container__links-primary__second-block__language .wpml-ls-legacy-list-horizontal ul {
    font-size: 12px;
  }
}
.footer__footer-container__links-primary__second-block__language .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
  font-weight: 700;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.footer__footer-container__links-primary__second-block__language .wpml-ls-legacy-list-horizontal ul li:first-child {
  display: flex;
  align-items: center;
  gap: 2px;
}
.footer__footer-container__links-primary__second-block__language .wpml-ls-legacy-list-horizontal ul li:first-child::after {
  content: "/";
  height: 16px;
}
.footer__footer-container__links-primary__second-block__language .wpml-ls-legacy-list-horizontal ul li a {
  padding: 0;
}
.footer__links-secondary {
  padding: 12px 0 44px 0;
  border-top: 1px solid rgba(8, 153, 197, 0.1);
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .footer__links-secondary {
    padding: 12px 0 0 0;
  }
}
.footer__links-secondary__menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  color: #10428C;
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 13.2px */
}
.footer__links-secondary__menu svg {
  width: 2px;
  height: 2px;
  fill: #10428C;
}
.footer__links-secondary__menu a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.contact {
  display: flex;
  justify-content: center;
  max-width: 1440px;
  padding: 24px 40px 56px 40px;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact {
    flex-direction: column;
    padding: 16px 16px 24px 16px;
  }
}
.contact .hidden {
  display: none !important;
}
.contact__background {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #CEF3FF 100%);
  height: 600px;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.contact__infobox {
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .contact__infobox {
    position: sticky;
    top: 20px;
    max-height: 360px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact__infobox {
    width: 100%;
  }
}
.contact__infobox__titlebox {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 100%; /* 50px */
  margin: 32px 0;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact__infobox__titlebox {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .contact__infobox__titlebox {
    font-size: 50px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact__infobox__titlebox {
    margin: 24px 0 40px 0;
  }
}
.contact__infobox__titlebox__title {
  display: block;
  background: linear-gradient(87deg, #10428C -31.81%, #3AADD0 127.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact__infobox__titlebox__title span {
  display: block;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact__infobox__titlebox__title span {
    display: inline-block;
  }
}
.contact__infobox__infos {
  display: flex;
  justify-content: space-between;
}
.contact__infobox__infos__infodata {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #10428C;
  padding: 26px 0;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact__infobox__infos__infodata {
    padding: 40px 0 26px 0;
  }
}
.contact__infobox__infos__infodata__text1 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-bottom: 2px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact__infobox__infos__infodata__text1 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .contact__infobox__infos__infodata__text1 {
    font-size: 14px;
  }
}
.contact__infobox__infos__infodata__textcontact {
  /* link/link1 */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact__infobox__infos__infodata__textcontact {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .contact__infobox__infos__infodata__textcontact {
    font-size: 14px;
  }
}
.contact__infobox__infos__infodata__textcontact__mail {
  margin-left: 6px;
  text-decoration: none;
}
.contact__infobox__infos__infodata__textcontact__mail:hover {
  text-decoration: underline;
}
.contact__infobox__infos__infodata__text2 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-bottom: 2px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact__infobox__infos__infodata__text2 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .contact__infobox__infos__infodata__text2 {
    font-size: 14px;
  }
}
.contact__infobox__infos__infodata__textphone {
  /* link/link1 */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact__infobox__infos__infodata__textphone {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .contact__infobox__infos__infodata__textphone {
    font-size: 14px;
  }
}
.contact__infobox__infos__infodata__textphone__phone {
  margin-left: 6px;
  text-decoration: none;
}
.contact__infobox__infos__infodata__textphone__phone:hover {
  text-decoration: underline;
}
.contact__infobox__infos__infodata__textschedule {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
}
.contact__infobox__infos__image {
  padding-right: 40px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact__infobox__infos__image {
    padding-right: 0;
    width: 100%;
    transform: scaleX(-1);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact__infobox__infos__image img {
    width: 130px;
    height: 130px;
  }
}
.contact__formbox {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 24px;
}
.contact__formbox.formbox__mobile {
  width: 100%;
  padding: 24px 16px;
}
.contact__formbox__back-button {
  display: flex;
  align-items: center;
  color: #007BA7;
  text-decoration: none;
  margin-bottom: 16px;
}
.contact__formbox__back-button > span {
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact__formbox__back-button > span {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .contact__formbox__back-button > span {
    font-size: 12px;
  }
}
.contact__formbox__back-button:hover > span {
  text-decoration: underline;
}
.contact__formbox__title {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
  color: #10428C;
  margin-bottom: 24px;
}
.contact__formbox__text {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: #10428C;
  margin-bottom: 12px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact__formbox__text {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .contact__formbox__text {
    font-size: 13px;
  }
}
.contact__formbox__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: max-content;
  height: 40px;
  padding: 12px;
  border: 1px solid #CEEBF3;
  border-radius: 10px;
  background: white;
  transition: all 0.3s ease;
  cursor: pointer;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  color: #1C4A92;
  text-decoration: none;
  margin-bottom: 32px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact__formbox__cta {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .contact__formbox__cta {
    font-size: 13px;
  }
}
.contact__formbox__cta svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.contact__formbox__cta:hover {
  border: 1px solid #10428C;
  background: #10428C;
  color: white;
}
.contact__formbox__cta:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.contact__formbox__cta.link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
  mask-size: cover;
  background-color: #10428C;
  transition: background-color 0.3s ease;
}
.contact__formbox__cta.link:hover::after {
  background-color: white;
}
.contact__formbox__cta.link[target=_blank]::after {
  transform: rotate(-45deg);
}
.contact__formbox__cta svg {
  fill: currentColor;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
}
.contact__formbox__cta:hover svg {
  fill: currentColor;
}
.contact__formbox__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact__formbox__form-info {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-bottom: 16px;
  color: #10428C;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact__formbox__form-info {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .contact__formbox__form-info {
    font-size: 12px;
  }
}
.contact__formbox__form > #location-country {
  display: none;
}
.contact__formbox__form textarea {
  color: #10428C;
}
.contact__formbox__form textarea:-webkit-autofill, .contact__formbox__form textarea:-webkit-autofill:hover, .contact__formbox__form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #10428C;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: 0 0 0px 1000px white inset;
}
.contact__formbox__form__error {
  border: 1px solid #CE3E57 !important;
}
.contact__formbox__form__error-message {
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 13.2px */
  color: #CE3E57;
}
.contact__formbox__form__form-select {
  color: #5777A8;
}
.contact__formbox__form__multi-input-box {
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact__formbox__form__multi-input-box {
    flex-direction: column;
  }
}
.contact__formbox__form__building-title {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
  color: #10428C;
  margin-top: 16px;
}
.contact__formbox__form__about-project {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
  color: #10428C;
  margin-top: 16px;
}
.contact__formbox__form__privacy-warning {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
  font-weight: 500;
  color: #5777A8;
}
.contact__formbox__form__privacy-warning p:not(:last-child) {
  margin-bottom: 1.5em;
}
.contact__formbox__form__privacy-warning a {
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 13.2px */
  font-weight: 700;
  text-decoration-thickness: from-font;
}
.contact__formscardsbox {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  max-height: 360px;
}
.contact__formscardsbox.formscardsbox__mobile {
  width: 100%;
  margin-top: 24px;
}
.contact__formscardsbox__formcard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 462px;
  padding: 30px 38px 30px 30px;
  border-radius: 20px;
  border: 1px solid #CEEBF3;
  background-color: rgba(255, 255, 255, 0.8);
  gap: 28px;
  cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact__formscardsbox__formcard {
    justify-content: start;
    max-width: 1024px;
    padding: 8px 24px 8px 8px;
    gap: 16px;
  }
}
.contact__formscardsbox__formcard__picto {
  width: 64px;
  height: 64px;
  border: 1px solid #CEEBF3;
  background-color: white;
  border-radius: 14px;
}
.contact__formscardsbox__formcard__picto img {
  min-width: 100%;
  height: 100%;
  border-radius: 14px;
}
@media screen and (min-width: 1024px) {
  .contact__formscardsbox__formcard:hover .contact__formscardsbox__formcard__arrow {
    right: -8px;
  }
}
.contact__formscardsbox__formcard__card-text {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  text-align: left;
  color: #10428C;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact__formscardsbox__formcard__card-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .contact__formscardsbox__formcard__card-text {
    font-size: 18px;
  }
}
.contact__formscardsbox__formcard__arrow {
  position: relative;
  right: 0;
  transition: all 0.3s ease-out;
}
.contact__formscardsbox__formcard__arrow svg {
  fill: #0899C5;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact__formscardsbox__formcard__arrow {
    margin-left: auto;
  }
}
.contact__successbox {
  display: none;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  min-height: 362px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  padding: 24px 48px 40px 48px;
}
.contact__successbox.active {
  display: flex;
}
.contact__successbox.successbox__mobile {
  width: 100%;
  margin-top: 24px;
}
.contact__successbox__title {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact__successbox__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .contact__successbox__title {
    font-size: 28px;
  }
}
.contact__successbox__text {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: #10428C;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact__successbox__text {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .contact__successbox__text {
    font-size: 13px;
  }
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.faq-container {
  max-width: 1408px;
}
.faq-container .breadcrumb {
  margin: 24px;
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

@keyframes translate-up {
  0% {
    top: 150%;
  }
  70% {
    top: 40%;
  }
  100% {
    top: 50%;
  }
}
@keyframes translate-down {
  0% {
    top: 50%;
  }
  30% {
    top: 40%;
  }
  100% {
    top: 150%;
  }
}
.homepage {
  overflow: hidden;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage.is-on-safari .homepage__header__popin__content {
    padding-right: 16px;
  }
}
.homepage__header {
  position: relative;
  width: 100%;
  margin-bottom: 90px;
  margin-top: -178px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header {
    margin-top: -50px;
  }
}
.homepage__header__background {
  aspect-ratio: 1524/900;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__background {
    aspect-ratio: 375/475;
  }
}
.homepage__header__background__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__background__video {
    object-fit: cover;
    object-position: 61%;
  }
}
.homepage__header__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #CEF3FF 100%);
  z-index: 2;
}
@media screen and (min-width: 1440px) {
  .homepage__header__background:after {
    width: 100svw;
    left: calc((100svw - 1440px) / 2 * -1);
  }
}
.homepage__header__background:before {
  content: "";
  position: absolute;
  top: -600px;
  left: 0;
  width: 100%;
  height: 600px;
  background: #D0F4FF;
  z-index: -1;
}
@media screen and (min-width: 1440px) {
  .homepage__header__background:before {
    width: 100svw;
    left: calc((100svw - 1440px) / 2 * -1);
  }
}
.homepage__header__background__buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.homepage__header__background__buttons__button {
  position: absolute;
  height: 38px;
  cursor: pointer;
}
.homepage__header__background__buttons__button:nth-child(1) {
  top: 50.125%;
  right: 73.26%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: max-content;
  border-radius: 12px;
  padding: 6px;
  background: #1C4A92;
  cursor: pointer;
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  text-decoration: none;
  gap: 22px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__background__buttons__button:nth-child(1) {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__header__background__buttons__button:nth-child(1) {
    font-size: 12px;
  }
}
.homepage__header__background__buttons__button:nth-child(1) {
  color: white;
}
.homepage__header__background__buttons__button:nth-child(1):focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.homepage__header__background__buttons__button:nth-child(1) .dot {
  position: relative;
  z-index: 19;
}
.homepage__header__background__buttons__button:nth-child(1) .dot__main {
  display: block;
  position: relative;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  background: white;
  z-index: 4;
}
.homepage__header__background__buttons__button:nth-child(1) .dot__circle {
  content: "";
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background: #56BEBE;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.homepage__header__background__buttons__button:nth-child(1) .dot::after {
  content: "";
  border-radius: 50%;
  width: 53px;
  height: 53px;
  background: #FFF;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  animation: dot-animation 1s infinite alternate;
}
.homepage__header__background__buttons__button:nth-child(1) .dot::before {
  content: "";
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: #FFF;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  animation: second-dot-animation 1s infinite alternate;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__background__buttons__button:nth-child(1) {
    background: transparent;
  }
  .homepage__header__background__buttons__button:nth-child(1) .text {
    display: none;
  }
  .homepage__header__background__buttons__button:nth-child(1) .dot__main {
    background: #1C4A92;
  }
}
.homepage__header__background__buttons__button:nth-child(1).paused .dot::after, .homepage__header__background__buttons__button:nth-child(1).paused .dot::before {
  animation-play-state: paused;
}
.homepage__header__background__buttons__button:nth-child(1) {
  padding-left: 12px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__background__buttons__button:nth-child(1) {
    top: 55.125%;
    right: 87.26%;
    padding-left: 6px;
  }
}
.homepage__header__background__buttons__button:nth-child(2) {
  top: 40%;
  left: 67.285%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: max-content;
  border-radius: 12px;
  padding: 6px;
  background: #1C4A92;
  cursor: pointer;
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  text-decoration: none;
  gap: 22px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__background__buttons__button:nth-child(2) {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__header__background__buttons__button:nth-child(2) {
    font-size: 12px;
  }
}
.homepage__header__background__buttons__button:nth-child(2) {
  color: white;
}
.homepage__header__background__buttons__button:nth-child(2):focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.homepage__header__background__buttons__button:nth-child(2) .dot {
  position: relative;
  z-index: 19;
}
.homepage__header__background__buttons__button:nth-child(2) .dot__main {
  display: block;
  position: relative;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  background: white;
  z-index: 4;
}
.homepage__header__background__buttons__button:nth-child(2) .dot__circle {
  content: "";
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background: #56BEBE;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.homepage__header__background__buttons__button:nth-child(2) .dot::after {
  content: "";
  border-radius: 50%;
  width: 53px;
  height: 53px;
  background: #FFF;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  animation: dot-animation 1s infinite alternate;
}
.homepage__header__background__buttons__button:nth-child(2) .dot::before {
  content: "";
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: #FFF;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  animation: second-dot-animation 1s infinite alternate;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__background__buttons__button:nth-child(2) {
    background: transparent;
  }
  .homepage__header__background__buttons__button:nth-child(2) .text {
    display: none;
  }
  .homepage__header__background__buttons__button:nth-child(2) .dot__main {
    background: #1C4A92;
  }
}
.homepage__header__background__buttons__button:nth-child(2).paused .dot::after, .homepage__header__background__buttons__button:nth-child(2).paused .dot::before {
  animation-play-state: paused;
}
.homepage__header__background__buttons__button:nth-child(2) {
  padding-right: 12px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__background__buttons__button:nth-child(2) {
    left: 64%;
    padding-right: 6px;
  }
}
.homepage__header__background__buttons__button:nth-child(3) {
  top: 62%;
  right: 32.22%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: max-content;
  border-radius: 12px;
  padding: 6px;
  background: #1C4A92;
  cursor: pointer;
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  text-decoration: none;
  gap: 22px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__background__buttons__button:nth-child(3) {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__header__background__buttons__button:nth-child(3) {
    font-size: 12px;
  }
}
.homepage__header__background__buttons__button:nth-child(3) {
  color: white;
}
.homepage__header__background__buttons__button:nth-child(3):focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.homepage__header__background__buttons__button:nth-child(3) .dot {
  position: relative;
  z-index: 19;
}
.homepage__header__background__buttons__button:nth-child(3) .dot__main {
  display: block;
  position: relative;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  background: white;
  z-index: 4;
}
.homepage__header__background__buttons__button:nth-child(3) .dot__circle {
  content: "";
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background: #56BEBE;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.homepage__header__background__buttons__button:nth-child(3) .dot::after {
  content: "";
  border-radius: 50%;
  width: 53px;
  height: 53px;
  background: #FFF;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  animation: dot-animation 1s infinite alternate;
}
.homepage__header__background__buttons__button:nth-child(3) .dot::before {
  content: "";
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: #FFF;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  animation: second-dot-animation 1s infinite alternate;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__background__buttons__button:nth-child(3) {
    background: transparent;
  }
  .homepage__header__background__buttons__button:nth-child(3) .text {
    display: none;
  }
  .homepage__header__background__buttons__button:nth-child(3) .dot__main {
    background: #1C4A92;
  }
}
.homepage__header__background__buttons__button:nth-child(3).paused .dot::after, .homepage__header__background__buttons__button:nth-child(3).paused .dot::before {
  animation-play-state: paused;
}
.homepage__header__background__buttons__button:nth-child(3) {
  padding-left: 12px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__background__buttons__button:nth-child(3) {
    right: 31.22%;
    padding-left: 6px;
  }
}
.homepage__header__background__buttons__button:nth-child(4) {
  top: 83.12%;
  left: 45.11%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: max-content;
  border-radius: 12px;
  padding: 6px;
  background: #1C4A92;
  cursor: pointer;
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  text-decoration: none;
  gap: 22px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__background__buttons__button:nth-child(4) {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__header__background__buttons__button:nth-child(4) {
    font-size: 12px;
  }
}
.homepage__header__background__buttons__button:nth-child(4) {
  color: white;
}
.homepage__header__background__buttons__button:nth-child(4):focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.homepage__header__background__buttons__button:nth-child(4) .dot {
  position: relative;
  z-index: 19;
}
.homepage__header__background__buttons__button:nth-child(4) .dot__main {
  display: block;
  position: relative;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  background: white;
  z-index: 4;
}
.homepage__header__background__buttons__button:nth-child(4) .dot__circle {
  content: "";
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background: #56BEBE;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.homepage__header__background__buttons__button:nth-child(4) .dot::after {
  content: "";
  border-radius: 50%;
  width: 53px;
  height: 53px;
  background: #FFF;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  animation: dot-animation 1s infinite alternate;
}
.homepage__header__background__buttons__button:nth-child(4) .dot::before {
  content: "";
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: #FFF;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  animation: second-dot-animation 1s infinite alternate;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__background__buttons__button:nth-child(4) {
    background: transparent;
  }
  .homepage__header__background__buttons__button:nth-child(4) .text {
    display: none;
  }
  .homepage__header__background__buttons__button:nth-child(4) .dot__main {
    background: #1C4A92;
  }
}
.homepage__header__background__buttons__button:nth-child(4).paused .dot::after, .homepage__header__background__buttons__button:nth-child(4).paused .dot::before {
  animation-play-state: paused;
}
.homepage__header__background__buttons__button:nth-child(4) {
  padding-right: 12px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__background__buttons__button:nth-child(4) {
    left: 32%;
    padding-right: 6px;
  }
}
.homepage__header__background__play-pause {
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(8, 153, 197, 0.2);
  background: #1C4A92;
  cursor: pointer;
  cursor: pointer;
}
.homepage__header__background__play-pause:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.homepage__header__background__play-pause .icon-play {
  display: block;
  width: 18.3px;
  height: 20.9px;
}
.homepage__header__background__play-pause .icon-pause {
  display: none;
  width: 30px;
  height: 30px;
}
.homepage__header__background__play-pause.active .icon-play {
  display: none;
}
.homepage__header__background__play-pause.active .icon-pause {
  display: block;
}
.homepage__header__content {
  position: relative;
  z-index: 10;
  max-width: initial;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__content {
    position: relative;
  }
}
.homepage__header__content__title {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 100%; /* 50px */
  padding: 24px 40px;
  text-align: center;
  background: linear-gradient(87deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__content__title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__header__content__title {
    font-size: 50px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__content__title {
    padding: 24px 16px;
  }
}
.homepage__header__buttons {
  position: sticky;
  top: 34px;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  pointer-events: auto;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__buttons {
    flex-direction: column;
    gap: 8px;
    margin-top: -1px;
    position: relative;
    top: initial;
    background: #D0F4FF;
  }
}
.homepage__header__buttons__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 125px;
  height: 36px;
  padding: 10px 14px;
  border: 1px solid #CEEBF3;
  border-radius: 10px;
  backdrop-filter: blur(2.5px);
  cursor: pointer;
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__buttons__button {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__header__buttons__button {
    font-size: 12px;
  }
}
.homepage__header__buttons__button .icons-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.homepage__header__buttons__button svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.homepage__header__buttons__button:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.homepage__header__buttons__button {
  background: white;
  color: #10428C;
}
.homepage__header__buttons__button:hover {
  background: #1C4A92;
  color: white;
}
.homepage__header__buttons__button:hover svg {
  fill: white;
}
.homepage__header__popin {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(206, 235, 243, 0.5);
  transition: all 0.3s ease;
}
.homepage__header__popin.open {
  opacity: 1;
  pointer-events: auto;
}
.homepage__header__popin__content {
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 787px;
  max-height: calc(100% - 100px);
  min-height: 403px;
  border-radius: 42px;
  border: 1px solid rgba(8, 153, 197, 0.2);
  background: #FFF;
  padding: 20px;
  padding-right: 0px;
  margin: 20px 0;
  animation: translate-down 0.5s ease;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__popin__content {
    flex-direction: column;
    max-width: 343px;
    width: calc(100% - 32px);
    max-height: calc(100% - 64px);
    padding: 16px 0 28px 16px;
    overflow-y: auto;
    border-radius: 28px;
    scrollbar-gutter: stable;
  }
  .homepage__header__popin__content::-webkit-scrollbar {
    width: 16px;
  }
  .homepage__header__popin__content::-webkit-scrollbar-track {
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid 6px white;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__popin__content::-webkit-scrollbar-track {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__popin__content::-webkit-scrollbar-thumb {
    border-radius: 70px;
    background: linear-gradient(1deg, rgba(16, 66, 140, 0.2) -1.46%, rgba(58, 173, 208, 0.2) 102.63%), #0899C5;
    border: solid 6px white;
  }
}
.open .homepage__header__popin__content {
  animation: translate-up 0.5s ease;
  top: 50%;
}
.homepage__header__popin__content__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #CEEBF3;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2.8px);
  cursor: pointer;
}
.homepage__header__popin__content__close svg {
  fill: #10428C;
}
.homepage__header__popin__content__close:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__popin__content__close {
    width: 45px;
    height: 45px;
  }
  .homepage__header__popin__content__close svg {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__header__popin__content__close {
    width: 36px;
    height: 36px;
  }
  .homepage__header__popin__content__close svg {
    width: 13.5px;
    height: 13.5px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .homepage__header__popin__content__close {
    width: 36px;
    height: 36px;
  }
  .homepage__header__popin__content__close svg {
    width: 13.5px;
    height: 13.5px;
  }
}
@media screen and (min-width: 1440px) {
  .homepage__header__popin__content__close {
    width: 45px;
    height: 45px;
  }
  .homepage__header__popin__content__close svg {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__popin__content__close {
    position: sticky;
    align-self: flex-end;
    flex-shrink: 0;
    z-index: 1;
    top: 6px;
    right: 6px;
  }
}
.homepage__header__popin__content__img {
  align-self: flex-start;
  width: 100%;
  max-width: 384px;
  object-fit: cover;
  border-radius: 36px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__popin__content__img {
    border-radius: 16px;
    position: relative;
    top: -45px;
  }
}
.homepage__header__popin__content__text {
  flex: 1;
  margin-top: 36px;
  padding: 0 39px 0 25px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  overflow-y: auto;
  max-height: calc(100% - 56px);
}
.homepage__header__popin__content__text::-webkit-scrollbar {
  width: 16px;
}
.homepage__header__popin__content__text::-webkit-scrollbar-track {
  margin-top: 10px;
  margin-bottom: 10px;
  border: solid 6px white;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__popin__content__text::-webkit-scrollbar-track {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.homepage__header__popin__content__text::-webkit-scrollbar-thumb {
  border-radius: 70px;
  background: linear-gradient(1deg, rgba(16, 66, 140, 0.2) -1.46%, rgba(58, 173, 208, 0.2) 102.63%), #0899C5;
  border: solid 6px white;
}
@media screen and (min-width: 1440px) {
  .homepage__header__popin__content__text {
    padding-right: 51px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__popin__content__text {
    overflow-y: visible;
    width: 100%;
    padding: 16px 0 0 0;
    margin-top: 0;
    position: relative;
    top: -45px;
    gap: 20px;
  }
}
.homepage__header__popin__content__text__title {
  color: #007BA7;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__popin__content__text__title {
    /* heading/H3 — 1024 */
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 21.6px */
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__popin__content__text__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__header__popin__content__text__title {
    font-size: 18px;
  }
}
.homepage__header__popin__content__text__body {
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__popin__content__text__body {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__popin__content__text__body {
    font-size: 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__header__popin__content__text__body {
    font-size: 14px;
  }
}
.homepage__header__popin__content__text__secondary {
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.homepage__header__popin__content__text__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  height: 40px;
  position: relative;
  z-index: 1;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
  cursor: pointer;
  color: white;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  text-decoration: none;
  margin-top: 20px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__header__popin__content__text__cta {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__header__popin__content__text__cta {
    font-size: 13px;
  }
}
.homepage__header__popin__content__text__cta svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.homepage__header__popin__content__text__cta:disabled {
  background: linear-gradient(81deg, #B1BABD -3.28%, #E2E2E2 113.85%);
  cursor: unset;
}
.homepage__header__popin__content__text__cta:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.homepage__header__popin__content__text__cta::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background: #10428C;
  opacity: 0;
  transition: all 0.3s ease;
}
.homepage__header__popin__content__text__cta:hover::before {
  opacity: 1;
}
.homepage__header__popin__content__text__cta:disabled::before {
  opacity: 0;
}
.homepage__header__popin__content__text__cta.link::after {
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
  mask-size: cover;
  background-color: white;
  transition: background-color 0.3s ease;
}
.homepage__header__popin__content__text__cta.link[target=_blank]::after {
  transform: rotate(-45deg);
}
.homepage__souscription {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1130px;
  margin: auto;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__souscription {
    display: flex;
    width: 375px;
    padding: 44px 16px 0px 16px;
    flex-direction: column;
    align-items: center;
  }
}
.homepage__souscription__content {
  display: flex;
  max-width: 944px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__souscription__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.homepage__souscription__content__title {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
  color: #10428C;
}
.homepage__souscription__content__subtitle {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__souscription__content__subtitle {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__souscription__content__subtitle {
    font-size: 28px;
  }
}
.homepage__souscription__content__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  height: 40px;
  position: relative;
  z-index: 1;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
  cursor: pointer;
  color: white;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  text-decoration: none;
  margin-top: 28px;
  color: #fff;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__souscription__content__button {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__souscription__content__button {
    font-size: 13px;
  }
}
.homepage__souscription__content__button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.homepage__souscription__content__button:disabled {
  background: linear-gradient(81deg, #B1BABD -3.28%, #E2E2E2 113.85%);
  cursor: unset;
}
.homepage__souscription__content__button:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.homepage__souscription__content__button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background: #10428C;
  opacity: 0;
  transition: all 0.3s ease;
}
.homepage__souscription__content__button:hover::before {
  opacity: 1;
}
.homepage__souscription__content__button:disabled::before {
  opacity: 0;
}
.homepage__souscription__content__button.link::after {
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
  mask-size: cover;
  background-color: white;
  transition: background-color 0.3s ease;
}
.homepage__souscription__content__button.link[target=_blank]::after {
  transform: rotate(-45deg);
}
.homepage__souscription__cards {
  display: flex;
  width: 1130px;
  padding-bottom: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__souscription__cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 40px;
    width: 343px;
    gap: 16px;
  }
}
.homepage__souscription__cards__card {
  display: flex;
  width: 33.33%;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
  padding: 0 12px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__souscription__cards__card {
    width: calc(50% - 8px);
    padding: 0;
  }
  .homepage__souscription__cards__card:nth-child(3) {
    margin-top: -20%;
  }
}
.homepage__souscription__cards__card__img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.homepage__souscription__cards__card__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  align-self: stretch;
}
.homepage__souscription__cards__card__text__title {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  color: #007BA7;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__souscription__cards__card__text__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__souscription__cards__card__text__title {
    font-size: 18px;
  }
}
.homepage__souscription__cards__card__text__subtitle {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: #10428C;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__souscription__cards__card__text__subtitle {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__souscription__cards__card__text__subtitle {
    font-size: 12px;
  }
}
.homepage__souscription__cards__card-ptop {
  padding-top: 100px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__souscription__cards__card-ptop {
    padding-top: 0px;
    margin-top: 40%;
  }
}
.homepage__titre-carrousel {
  padding: 54px 0 0 0;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__titre-carrousel {
    padding: 80px 16px 40px 16px;
  }
}
.homepage__titre-carrousel__title {
  color: #10428C;
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
}
.homepage__titre-carrousel__subtitle {
  margin-bottom: 14px;
  background: linear-gradient(87deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  color: transparent;
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__titre-carrousel__subtitle {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__titre-carrousel__subtitle {
    font-size: 28px;
  }
}
.homepage__titre-carrousel__description {
  max-width: 510px;
  margin: auto;
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__titre-carrousel__description {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__titre-carrousel__description {
    font-size: 14px;
  }
}
.homepage__slider {
  display: flex;
  padding: 53px 120px 44px 120px;
  align-items: flex-start;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__slider {
    padding: 0 38px 46px 38px;
  }
}
.homepage__slider .swiper-button-next::after,
.homepage__slider .swiper-button-prev::after {
  display: none;
}
.homepage__slider .swiper-wrapper {
  display: flex;
}
.homepage__slider__wrapper {
  display: flex;
  align-items: flex-start;
}
.homepage__slider__wrapper__img--card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.homepage__slider__wrapper__img--card__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.homepage__slider__wrapper__img--card__wrapper__main--img {
  position: relative;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  aspect-ratio: 782/406;
  border-radius: 44px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__slider__wrapper__img--card__wrapper__main--img {
    aspect-ratio: 3/5;
    border-radius: 24px;
  }
}
.homepage__slider__wrapper__img--card__wrapper__bg--img {
  position: absolute;
  z-index: -1;
}
.homepage__slider__wrapper__img--card__wrapper__bg--img__blue-green {
  width: 399.098px;
  height: 312.181px;
  transform: rotate(14.057deg);
  flex-shrink: 0;
  left: -72px;
  bottom: -30px;
}
.homepage__slider__wrapper__img--card__wrapper__bg--img__red-yellow {
  width: 337.354px;
  height: 400px;
  transform: rotate(-54deg);
  flex-shrink: 0;
  aspect-ratio: 337.35/400;
  top: -55px;
  right: -20px;
}
.homepage__slider__wrapper__img--card__wrapper__bg--img__blue-dark {
  width: 478.244px;
  height: 324.001px;
  transform: rotate(4.129deg);
  flex-shrink: 0;
  aspect-ratio: 478.24/324;
  bottom: -45px;
  right: -35px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__slider__wrapper__img--card__wrapper__bg--img__blue-dark {
    width: 347.244px;
    height: initial;
    bottom: -24px;
    right: -30px;
  }
}
.homepage__slider__wrapper__img--card__wrapper__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 30px;
  z-index: 2;
  pointer-events: none;
  box-sizing: border-box;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__slider__wrapper__img--card__wrapper__overlay {
    padding: 10px;
  }
}
.homepage__slider__wrapper__img--card__wrapper__title {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: fit-content;
  padding: 16px 30px 16px 20px;
  border-radius: 18px;
  background: white;
  color: #007BA7;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__slider__wrapper__img--card__wrapper__title {
    padding: 12px 16px;
  }
}
.homepage__slider__wrapper__img--card__wrapper__title__header {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__slider__wrapper__img--card__wrapper__title__header {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__slider__wrapper__img--card__wrapper__title__header {
    font-size: 28px;
  }
}
.homepage__slider__wrapper__img--card__wrapper__title__body {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__slider__wrapper__img--card__wrapper__title__body {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__slider__wrapper__img--card__wrapper__title__body {
    font-size: 13px;
  }
}
.homepage__slider__wrapper__img--card__wrapper__cards {
  display: inline-flex;
  align-items: center;
  gap: 10px 20px;
  margin-top: auto;
  margin-left: auto;
  flex-wrap: wrap;
}
.homepage__slider__wrapper__img--card__wrapper__cards__left, .homepage__slider__wrapper__img--card__wrapper__cards__right {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  padding: 12px 20px;
  border-radius: 20px;
  background: #FFF;
  backdrop-filter: blur(27px);
  flex-grow: 1;
}
.homepage__slider__wrapper__img--card__wrapper__cards__left svg, .homepage__slider__wrapper__img--card__wrapper__cards__right svg {
  height: 100%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__slider__wrapper__img--card__wrapper__cards__left, .homepage__slider__wrapper__img--card__wrapper__cards__right {
    gap: 20px;
    padding: 8px 16px;
    border-radius: 12px;
  }
}
.homepage__slider__wrapper__img--card__wrapper__cards__left__texts, .homepage__slider__wrapper__img--card__wrapper__cards__right__texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #007BA7;
}
.homepage__slider__wrapper__img--card__wrapper__cards__left__texts__header, .homepage__slider__wrapper__img--card__wrapper__cards__right__texts__header {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  color: var(--Bleu-2-accessible, #007BA7);
  white-space: nowrap;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__slider__wrapper__img--card__wrapper__cards__left__texts__header, .homepage__slider__wrapper__img--card__wrapper__cards__right__texts__header {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__slider__wrapper__img--card__wrapper__cards__left__texts__header, .homepage__slider__wrapper__img--card__wrapper__cards__right__texts__header {
    font-size: 28px;
  }
}
.homepage__slider__wrapper__img--card__wrapper__cards__left__texts__header span, .homepage__slider__wrapper__img--card__wrapper__cards__right__texts__header span {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__slider__wrapper__img--card__wrapper__cards__left__texts__header span, .homepage__slider__wrapper__img--card__wrapper__cards__right__texts__header span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__slider__wrapper__img--card__wrapper__cards__left__texts__header span, .homepage__slider__wrapper__img--card__wrapper__cards__right__texts__header span {
    font-size: 18px;
  }
}
.homepage__slider__wrapper__img--card__wrapper__cards__left__texts__body, .homepage__slider__wrapper__img--card__wrapper__cards__right__texts__body {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  white-space: nowrap;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__slider__wrapper__img--card__wrapper__cards__left__texts__body, .homepage__slider__wrapper__img--card__wrapper__cards__right__texts__body {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__slider__wrapper__img--card__wrapper__cards__left__texts__body, .homepage__slider__wrapper__img--card__wrapper__cards__right__texts__body {
    font-size: 13px;
  }
}
.homepage__slider__gradient__prev {
  display: flex;
  width: 181px;
  height: calc(100% - 50px);
  padding: 199px 44px 228px 101px;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 0px;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__slider__gradient__prev {
    background: none;
    width: initial;
    padding: 0;
  }
}
.homepage__slider__gradient__prev__btn__prev {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid #10428C;
  color: #10428C;
  background: white;
  backdrop-filter: blur(2.8px);
  transition: background 0.3s ease;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__slider__gradient__prev__btn__prev {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__slider__gradient__prev__btn__prev {
    font-size: 14px;
  }
}
.homepage__slider__gradient__prev__btn__prev {
  font-weight: 700;
}
.homepage__slider__gradient__prev__btn__prev:not(:disabled):not(.active):hover {
  border: 1px solid #10428C;
  background: #10428C;
  color: white;
  cursor: pointer;
}
.homepage__slider__gradient__prev__btn__prev[aria-disabled=true] {
  border: 1px solid rgba(177, 186, 189, 0.3);
  color: #B1BABD;
}
.homepage__slider__gradient__prev__btn__prev svg {
  width: 12px;
  height: 12px;
}
.homepage__slider__gradient__next {
  display: flex;
  width: 181px;
  height: calc(100% - 50px);
  padding: 199px 40px 228px 105px;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 0px;
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__slider__gradient__next {
    background: none;
    width: initial;
    padding: 0;
  }
}
.homepage__slider__gradient__next__btn__next {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid #10428C;
  color: #10428C;
  background: white;
  backdrop-filter: blur(2.8px);
  transition: background 0.3s ease;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__slider__gradient__next__btn__next {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__slider__gradient__next__btn__next {
    font-size: 14px;
  }
}
.homepage__slider__gradient__next__btn__next {
  font-weight: 700;
}
.homepage__slider__gradient__next__btn__next:not(:disabled):not(.active):hover {
  border: 1px solid #10428C;
  background: #10428C;
  color: white;
  cursor: pointer;
}
.homepage__slider__gradient__next__btn__next[aria-disabled=true] {
  border: 1px solid rgba(177, 186, 189, 0.3);
  color: #B1BABD;
}
.homepage__slider__gradient__next__btn__next svg {
  width: 12px;
  height: 12px;
}
.homepage__slider__pagination {
  min-height: 11px;
  --swiper-pagination-bottom: 0;
}
.homepage__slider__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10428C;
  opacity: 0.4;
  margin: 0 4px;
}
.homepage__slider__pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 8px;
  aspect-ratio: 2/1;
  border-radius: 40px;
  background: linear-gradient(87deg, #10428C -31.81%, #3AADD0 127.08%);
  opacity: 1;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__slider__pagination .swiper-pagination-bullet-active {
    outline: 1px solid #10428C;
    outline-offset: 1px;
  }
}
.homepage__ca-vous-interesse {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 28px;
  position: relative;
  padding: 80px 0;
  margin: auto;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__ca-vous-interesse {
    padding: 130px 16px 80px 16px;
  }
}
.homepage__ca-vous-interesse__background {
  width: 100%;
  height: calc(100% + 58px);
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
  border-radius: 0 0 135px 135px;
  background: linear-gradient(0deg, #CEF3FF 0%, rgba(255, 255, 255, 0) 70%);
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__ca-vous-interesse__background {
    height: calc(100% + 35px);
    top: -35px;
    border-radius: 0 0 105px 105px;
  }
}
.homepage__ca-vous-interesse__title-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.homepage__ca-vous-interesse__title-container__subtitle {
  color: #10428C;
  text-transform: uppercase;
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
}
.homepage__ca-vous-interesse__title-container__title {
  background: linear-gradient(87deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  color: transparent;
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  line-height: 125%;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__ca-vous-interesse__title-container__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__ca-vous-interesse__title-container__title {
    font-size: 28px;
  }
}
.homepage__ca-vous-interesse__form-container {
  width: 100%;
  max-width: 624px;
  position: relative;
}
.homepage__ca-vous-interesse__form-container__form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #CEEBF3;
  background: white;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__ca-vous-interesse__form-container__form {
    padding: 8px 8px 8px 16px;
    border-radius: 16px;
  }
}
.homepage__ca-vous-interesse__form-container__form__text-container {
  flex-grow: 1;
  position: relative;
}
.homepage__ca-vous-interesse__form-container__form__text-container__label {
  padding: 0 0 0 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  font-weight: 500;
  color: #5777A8;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__ca-vous-interesse__form-container__form__text-container__label {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__ca-vous-interesse__form-container__form__text-container__label {
    font-size: 12px;
  }
}
.homepage__ca-vous-interesse__form-container__form__text-container__label.active {
  top: -8px;
  opacity: 0.5;
  transform: unset;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__ca-vous-interesse__form-container__form__text-container__label.active {
    padding: 0;
  }
}
.homepage__ca-vous-interesse__form-container__form__text-container__input-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  width: 100%;
  transition: all 0.3s ease;
}
.homepage__ca-vous-interesse__form-container__form__text-container__input-container.active {
  padding-top: 16px;
}
.homepage__ca-vous-interesse__form-container__form__text-container__input-container svg {
  width: 18px;
  height: 18px;
}
.homepage__ca-vous-interesse__form-container__form__text-container__input-container__input {
  flex-grow: 1;
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__ca-vous-interesse__form-container__form__text-container__input-container__input {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__ca-vous-interesse__form-container__form__text-container__input-container__input {
    font-size: 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__ca-vous-interesse__form-container__form__text-container__input-container__input {
    font-weight: 700;
  }
}
.homepage__ca-vous-interesse__form-container__form__submit-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  height: 40px;
  position: relative;
  z-index: 1;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
  cursor: pointer;
  color: white;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__ca-vous-interesse__form-container__form__submit-button {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__ca-vous-interesse__form-container__form__submit-button {
    font-size: 13px;
  }
}
.homepage__ca-vous-interesse__form-container__form__submit-button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.homepage__ca-vous-interesse__form-container__form__submit-button:disabled {
  background: linear-gradient(81deg, #B1BABD -3.28%, #E2E2E2 113.85%);
  cursor: unset;
}
.homepage__ca-vous-interesse__form-container__form__submit-button:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.homepage__ca-vous-interesse__form-container__form__submit-button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background: #10428C;
  opacity: 0;
  transition: all 0.3s ease;
}
.homepage__ca-vous-interesse__form-container__form__submit-button:hover::before {
  opacity: 1;
}
.homepage__ca-vous-interesse__form-container__form__submit-button:disabled::before {
  opacity: 0;
}
.homepage__ca-vous-interesse__form-container__form__submit-button.link::after {
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
  mask-size: cover;
  background-color: white;
  transition: background-color 0.3s ease;
}
.homepage__ca-vous-interesse__form-container__form__submit-button.link[target=_blank]::after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__ca-vous-interesse__form-container__form__submit-button {
    display: none;
  }
}
.homepage__ca-vous-interesse__form-container__form__submit-button--mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  border-radius: 10px;
  background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
}
.homepage__ca-vous-interesse__form-container__form__submit-button--mobile:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
  border-radius: 12px;
}
.homepage__ca-vous-interesse__form-container__form__submit-button--mobile:disabled {
  cursor: auto;
  background: linear-gradient(81deg, #B1BABD -3.28%, #E2E2E2 113.85%);
}
.homepage__ca-vous-interesse__form-container__form__submit-button--mobile svg {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__ca-vous-interesse__form-container__form__submit-button--mobile {
    display: none;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .homepage__ca-vous-interesse__form-container__form__submit-button--mobile {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .homepage__ca-vous-interesse__form-container__form__submit-button--mobile {
    display: none;
  }
}
.homepage__ca-vous-interesse__form-container__suggestions-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  position: absolute;
  bottom: 90px;
  left: 0;
  padding: 8px 16px;
  border-radius: 16px;
  border: 1px solid #CEEBF3;
  background: white;
  box-shadow: 0px 0px 24px 0px rgba(29, 97, 160, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.homepage__ca-vous-interesse__form-container__suggestions-container.open {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__ca-vous-interesse__form-container__suggestions-container {
    bottom: 68px;
  }
}
.homepage__ca-vous-interesse__form-container__suggestions-container__suggestion {
  padding: 8px 0;
  cursor: pointer;
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage__ca-vous-interesse__form-container__suggestions-container__suggestion {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .homepage__ca-vous-interesse__form-container__suggestions-container__suggestion {
    font-size: 14px;
  }
}
.homepage__ca-vous-interesse__form-container__suggestions-container__suggestion strong {
  font-weight: 700;
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.maps.is-on-safari .maps__map__popin__content {
  padding-right: 20px;
}
.maps__map {
  position: relative;
}
.maps__map__legend {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  width: 221px;
  position: absolute;
  top: 14px;
  left: 40px;
  z-index: 9999;
  padding: 12px;
  border-radius: 14px;
  background: white;
  backdrop-filter: blur(6px);
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__legend {
    width: 100%;
    position: unset;
    padding: 16px;
    border-radius: unset;
    border-bottom: 1px solid #CEEBF3;
  }
}
.maps__map__legend__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.maps__map__legend__item svg {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
.maps__map__legend__item__label {
  flex-grow: 1;
  color: #10428C;
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__legend__item__label {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .maps__map__legend__item__label {
    font-size: 12px;
  }
}
.maps__map__legend__item__switch {
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  width: 26px;
  height: 14px;
}
.maps__map__legend__item__switch:focus {
  outline: 2px solid #10428C;
  outline-offset: 2px;
  border-radius: 24px;
}
.maps__map__legend__item__switch .input-switch-slider {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #5777A8;
  transition: all 0.3s ease;
  border-radius: 16px;
}
.maps__map__legend__item__switch .input-switch-slider:before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  left: 2px;
  bottom: 2px;
  background: #5777A8;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.maps__map__legend__item__switch .input-switch {
  opacity: 0;
  width: 0;
  height: 0;
}
.maps__map__legend__item__switch .input-switch:checked + .input-switch-slider {
  background: #10428C;
  border: 1px solid #10428C;
}
.maps__map__legend__item__switch .input-switch:checked + .input-switch-slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
  background: #fff;
}
.maps__map__legend__item__switch:focus-within {
  outline: 2px solid #1C4A92;
}
.maps__map__legend__item__icon-line {
  width: 26px;
  border-top: 2px solid #027FA8;
  border-radius: 1px;
}
.maps__map__form {
  width: 458px;
  position: absolute;
  bottom: 30px;
  left: 137px;
  z-index: 9999;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__form {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 150px;
  }
}
.maps__map__form__form-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
  padding: 6px 6px 6px 20px;
  border-radius: 14px;
  border: 1px solid #CEEBF3;
  background: white;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__form__form-container {
    gap: 12px;
    left: 8px;
    max-width: calc(100% - 16px);
  }
}
.maps__map__form__form-container__text-container {
  display: flex;
  flex-grow: 1;
  position: relative;
}
.maps__map__form__form-container__text-container__label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__form__form-container__text-container__label {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .maps__map__form__form-container__text-container__label {
    font-size: 13px;
  }
}
.maps__map__form__form-container__text-container__label.active {
  font-size: 11px;
  opacity: 0.5;
  transform: unset;
  top: 0;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__form__form-container__text-container__label.active {
    display: none;
  }
}
.maps__map__form__form-container__text-container__input {
  width: 100%;
  transition: all 0.3s ease;
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__form__form-container__text-container__input {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .maps__map__form__form-container__text-container__input {
    font-size: 13px;
  }
}
.maps__map__form__form-container__text-container__input.active {
  padding-top: 19px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__form__form-container__text-container__input.active {
    padding-top: 0;
  }
}
.maps__map__form__form-container__text-container__input:not(:focus), .maps__map__form__form-container__text-container__input.selected {
  font-weight: 700;
}
.maps__map__form__form-container__reset-button {
  cursor: pointer;
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  padding-top: 7px;
}
.maps__map__form__form-container__reset-button:focus {
  outline: none;
}
.maps__map__form__form-container__reset-button:focus svg {
  outline: 2px solid #1C4A92;
}
.maps__map__form__form-container__reset-button:disabled {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__form__form-container__reset-button {
    display: none;
  }
}
.maps__map__form__form-container__erase-button {
  cursor: pointer;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__form__form-container__erase-button {
    display: block;
  }
}
.maps__map__form__form-container__erase-button:disabled {
  display: none;
}
.maps__map__form__form-container__submit-button {
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  border-radius: 10px;
  background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
}
.maps__map__form__form-container__submit-button:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
  border-radius: 12px;
}
.maps__map__form__form-container__submit-button:disabled {
  cursor: auto;
  background: linear-gradient(81deg, #B1BABD -3.28%, #E2E2E2 113.85%);
}
.maps__map__form__form-container__submit-button svg {
  width: 16px;
  height: 16px;
}
.maps__map__form__suggestions-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  padding: 8px 16px 16px 16px;
  border-radius: 16px;
  border: 1px solid rgba(8, 153, 197, 0.2);
  background: white;
  box-shadow: 0px 0px 24px 0px rgba(29, 97, 160, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__form__suggestions-container {
    top: unset;
    bottom: -8px;
    z-index: 1;
    padding: 8px 8px 72px 8px;
    border-radius: 20px;
  }
}
.maps__map__form__suggestions-container.open {
  visibility: visible;
  opacity: 1;
}
.maps__map__form__suggestions-container__suggestion {
  padding: 8px 0;
  cursor: pointer;
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-align: left;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__form__suggestions-container__suggestion {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .maps__map__form__suggestions-container__suggestion {
    font-size: 14px;
  }
}
.maps__map__form__suggestions-container__suggestion strong {
  font-weight: 700;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__form__suggestions-container__suggestion {
    padding: 8px 16px;
  }
}
.maps__map__popin {
  position: absolute;
  top: 30px;
  right: 39px;
  width: 304px;
  height: calc(100% - 60px);
  z-index: 9999;
  background: white;
  border-radius: 14px;
  color: #10428C;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  padding: 20px 0 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__popin {
    width: 100%;
    top: 16px;
    right: 0;
    height: calc(100dvh - 80px);
  }
}
.maps__map__popin__close {
  position: absolute;
  top: 20px;
  right: 16px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #CEEBF3;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2.8px);
  cursor: pointer;
}
.maps__map__popin__close svg {
  fill: #10428C;
}
.maps__map__popin__close:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__popin__close {
    width: 45px;
    height: 45px;
  }
  .maps__map__popin__close svg {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .maps__map__popin__close {
    width: 36px;
    height: 36px;
  }
  .maps__map__popin__close svg {
    width: 13.5px;
    height: 13.5px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .maps__map__popin__close {
    width: 36px;
    height: 36px;
  }
  .maps__map__popin__close svg {
    width: 13.5px;
    height: 13.5px;
  }
}
@media screen and (min-width: 1440px) {
  .maps__map__popin__close {
    width: 45px;
    height: 45px;
  }
  .maps__map__popin__close svg {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__popin__close {
    top: 16px;
    right: 16px;
  }
}
.maps__map__popin__content {
  max-height: 100%;
  overflow-y: auto;
  scrollbar-gutter: stable;
  padding-right: 4px;
  padding-bottom: 20px;
}
.maps__map__popin__content::-webkit-scrollbar {
  width: 16px;
}
.maps__map__popin__content::-webkit-scrollbar-track {
  margin-top: 10px;
  margin-bottom: 10px;
  border: solid 6px white;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__popin__content::-webkit-scrollbar-track {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.maps__map__popin__content::-webkit-scrollbar-thumb {
  border-radius: 70px;
  background: linear-gradient(1deg, rgba(16, 66, 140, 0.2) -1.46%, rgba(58, 173, 208, 0.2) 102.63%), #0899C5;
  border: solid 6px white;
}
.maps__map__popin__content__icon {
  display: block;
  max-width: 146px;
  margin: auto;
}
.maps__map__popin__content__title {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  margin-bottom: 16px;
  padding-right: 46px;
  font-size: 28px;
  background: linear-gradient(87deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__popin__content__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .maps__map__popin__content__title {
    font-size: 28px;
  }
}
.maps__map__popin__content__title.centered {
  text-align: center;
  padding-right: 0;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__popin__content__title {
    margin-bottom: 25px;
  }
}
.maps__map__popin__content__image {
  width: 100%;
  height: 169px;
  object-fit: cover;
  border-radius: 36px;
  margin-bottom: 24px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__popin__content__image {
    height: 220px;
  }
}
.maps__map__popin__content__values {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.maps__map__popin__content__values__value {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.maps__map__popin__content__values__value__icon {
  width: 36px;
  height: 36px;
}
.maps__map__popin__content__values__value svg {
  width: 36px;
  height: 36px;
  padding: 6px;
  border-radius: 8px;
  border: 1px solid #10428C;
}
.maps__map__popin__content__values__value__texts {
  display: flex;
  flex-direction: column;
}
.maps__map__popin__content__values__value__texts__primary {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  color: #007BA7;
  line-height: 88%;
  margin-bottom: 4px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__popin__content__values__value__texts__primary {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .maps__map__popin__content__values__value__texts__primary {
    font-size: 18px;
  }
}
.maps__map__popin__content__values__value__texts__secondary {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__popin__content__values__value__texts__secondary {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .maps__map__popin__content__values__value__texts__secondary {
    font-size: 12px;
  }
}
.maps__map__popin__content__subtitle {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  color: #007BA7;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__popin__content__subtitle {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .maps__map__popin__content__subtitle {
    font-size: 18px;
  }
}
.maps__map__popin__content__dates {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__popin__content__dates {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .maps__map__popin__content__dates {
    font-size: 13px;
  }
}
.maps__map__popin__content__link {
  /* link/link1 */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  margin-top: 10px;
  text-decoration: underline;
  text-underline-offset: 6px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__popin__content__link {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .maps__map__popin__content__link {
    font-size: 14px;
  }
}
.maps__map__popin__content__link:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/app/themes/frdp/static/assets/svg/cta-external-arrow.svg") no-repeat center center;
  background-size: 20px 20px;
  opacity: 0;
  transition: all 0.3s ease;
}
.maps__map__popin__content__link:hover:after {
  opacity: 1;
}
.maps__map__popin__content__address {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-top: 12px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__popin__content__address {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .maps__map__popin__content__address {
    font-size: 14px;
  }
}
.maps__map__popin__content__description {
  margin-top: 20px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__popin__content__description {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .maps__map__popin__content__description {
    font-size: 14px;
  }
}
.maps__map__popin__content__description__secondary {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__popin__content__description__secondary {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .maps__map__popin__content__description__secondary {
    font-size: 12px;
  }
}
.maps__map__popin__content__description.centered {
  text-align: center;
}
.maps__map__popin__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-right: 20px;
  background: white;
  padding-top: 20px;
  position: relative;
}
.maps__map__popin__buttons__button.blue {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  height: 40px;
  position: relative;
  z-index: 1;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
  cursor: pointer;
  color: white;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__popin__buttons__button.blue {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .maps__map__popin__buttons__button.blue {
    font-size: 13px;
  }
}
.maps__map__popin__buttons__button.blue svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.maps__map__popin__buttons__button.blue:disabled {
  background: linear-gradient(81deg, #B1BABD -3.28%, #E2E2E2 113.85%);
  cursor: unset;
}
.maps__map__popin__buttons__button.blue:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.maps__map__popin__buttons__button.blue::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background: #10428C;
  opacity: 0;
  transition: all 0.3s ease;
}
.maps__map__popin__buttons__button.blue:hover::before {
  opacity: 1;
}
.maps__map__popin__buttons__button.blue:disabled::before {
  opacity: 0;
}
.maps__map__popin__buttons__button.blue.link::after {
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
  mask-size: cover;
  background-color: white;
  transition: background-color 0.3s ease;
}
.maps__map__popin__buttons__button.blue.link[target=_blank]::after {
  transform: rotate(-45deg);
}
.maps__map__popin__buttons__button.white {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: max-content;
  height: 40px;
  padding: 12px;
  border: 1px solid #CEEBF3;
  border-radius: 10px;
  background: white;
  transition: all 0.3s ease;
  cursor: pointer;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  color: #1C4A92;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__map__popin__buttons__button.white {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .maps__map__popin__buttons__button.white {
    font-size: 13px;
  }
}
.maps__map__popin__buttons__button.white svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.maps__map__popin__buttons__button.white:hover {
  border: 1px solid #10428C;
  background: #10428C;
  color: white;
}
.maps__map__popin__buttons__button.white:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.maps__map__popin__buttons__button.white.link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
  mask-size: cover;
  background-color: #10428C;
  transition: background-color 0.3s ease;
}
.maps__map__popin__buttons__button.white.link:hover::after {
  background-color: white;
}
.maps__map__popin__buttons__button.white.link[target=_blank]::after {
  transform: rotate(-45deg);
}
.maps__map__popin__buttons::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.maps__map__popin.open {
  opacity: 1;
  pointer-events: auto;
}
.maps #map {
  height: 533px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps #map {
    height: 80dvh;
  }
}
.maps #map .leaflet-control-zoom {
  margin-left: 40px;
  margin-bottom: 30px;
  border: none;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps #map .leaflet-control-zoom {
    margin-left: 16px;
    margin-bottom: 90px;
  }
}
.maps #map .leaflet-control-zoom-in,
.maps #map .leaflet-control-zoom-out {
  font-size: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #CEEBF3;
  background: white;
  cursor: pointer;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: center;
}
.maps #map .leaflet-control-zoom-in svg,
.maps #map .leaflet-control-zoom-out svg {
  width: 28px;
  height: 28px;
  aspect-ratio: 1/1;
}
.maps #map .leaflet-control-zoom-in:focus,
.maps #map .leaflet-control-zoom-out:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.maps #map .leaflet-control-zoom-in.leaflet-disabled,
.maps #map .leaflet-control-zoom-out.leaflet-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.maps #map .leaflet-control-zoom-in {
  margin-bottom: 8px;
  background-image: url("/app/themes/frdp/static/assets/svg/plus.svg");
}
.maps #map .leaflet-control-zoom-out {
  background-image: url("/app/themes/frdp/static/assets/svg/minus.svg");
}
.maps #map .leaflet-marker-pane img {
  transition: all 0.3s ease;
}
.maps #map .leaflet-marker-pane img:hover {
  transform: scale(1.1);
}
.maps #map .leaflet-marker-pane:focus {
  outline-offset: 4px;
  outline: 2px solid #1C4A92;
}
.maps #map .leaflet-marker-pane:focus img {
  border-radius: 50%;
}
.maps #map .construction-site-marker-cluster {
  width: 40px;
  height: 40px;
  background: url("/app/themes/frdp/static/assets/svg/marker_construction-site.svg") no-repeat center center;
  background-size: 26px 26px;
  position: relative;
}
.maps #map .construction-site-marker-cluster span {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FFF;
  border: 1px solid #027FA8;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #027FA8;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: normal;
}
.maps #map .cooling-plant-marker-cluster {
  width: 40px;
  height: 40px;
  background: url("/app/themes/frdp/static/assets/svg/marker_plant.svg") no-repeat center center;
  position: relative;
}
.maps #map .cooling-plant-marker-cluster span {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FFF;
  border: 1px solid #0899C5;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0899C5;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: normal;
}
.maps #map .address-marker:focus {
  outline: 2.5px solid #1C4A92;
  outline-offset: -2.5px;
}
.maps__prefooter__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  padding: 40px 40px 0 40px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, #CEF3FF 100%), #FFF;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__prefooter__top {
    flex-direction: column;
    gap: unset;
    padding: unset;
    background: unset;
  }
}
.maps__prefooter__top__text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  padding-top: 5px;
  padding-bottom: 40px;
  color: #10428C;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__prefooter__top__text-container {
    padding: 40px 16px;
  }
}
.maps__prefooter__top__text-container__title {
  background: linear-gradient(90deg, #10428C 0%, #3AADD0 100%);
  background-clip: text;
  color: transparent;
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__prefooter__top__text-container__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .maps__prefooter__top__text-container__title {
    font-size: 28px;
  }
}
.maps__prefooter__top__text-container__title br {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__prefooter__top__text-container__title br {
    display: block;
  }
}
.maps__prefooter__top__text-container__description {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  font-weight: 500;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__prefooter__top__text-container__description {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .maps__prefooter__top__text-container__description {
    font-size: 12px;
  }
}
.maps__prefooter__top__text-container__description strong {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  font-weight: 700;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__prefooter__top__text-container__description strong {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .maps__prefooter__top__text-container__description strong {
    font-size: 14px;
  }
}
.maps__prefooter__top__image-container {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__prefooter__top__image-container {
    width: 100%;
    height: 300px;
    position: relative;
    z-index: -1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, #CEF3FF 100%), #FFF;
    overflow: hidden;
  }
  .maps__prefooter__top__image-container img {
    position: absolute;
    top: 32px;
    left: -16px;
  }
}
.maps__prefooter__bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px;
  padding: 32px 40px 30px 40px;
  background: #D0F4FF;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__prefooter__bottom {
    padding: 32px 16px 32px 20px;
  }
}
.maps__prefooter__bottom__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}
.maps__prefooter__bottom__block__text {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  font-weight: 700;
  color: #10428C;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__prefooter__bottom__block__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .maps__prefooter__bottom__block__text {
    font-size: 14px;
  }
}
.maps__prefooter__bottom__block__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  height: 40px;
  position: relative;
  z-index: 1;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
  cursor: pointer;
  color: white;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .maps__prefooter__bottom__block__button {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .maps__prefooter__bottom__block__button {
    font-size: 13px;
  }
}
.maps__prefooter__bottom__block__button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.maps__prefooter__bottom__block__button:disabled {
  background: linear-gradient(81deg, #B1BABD -3.28%, #E2E2E2 113.85%);
  cursor: unset;
}
.maps__prefooter__bottom__block__button:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.maps__prefooter__bottom__block__button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background: #10428C;
  opacity: 0;
  transition: all 0.3s ease;
}
.maps__prefooter__bottom__block__button:hover::before {
  opacity: 1;
}
.maps__prefooter__bottom__block__button:disabled::before {
  opacity: 0;
}
.maps__prefooter__bottom__block__button.link::after {
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
  mask-size: cover;
  background-color: white;
  transition: background-color 0.3s ease;
}
.maps__prefooter__bottom__block__button.link[target=_blank]::after {
  transform: rotate(-45deg);
}
.maps__prefooter__bottom__block__buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
.maps__prefooter__bottom__block__buttons__button--apple {
  width: 138px;
  height: 48px;
}
.maps__prefooter__bottom__block__buttons__button--apple:focus {
  outline: 2px solid #1C4A92;
}
.maps__prefooter__bottom__block__buttons__button--apple img {
  width: 100%;
  height: 100%;
}
.maps__prefooter__bottom__block__buttons__button--google {
  width: 157px;
  height: 48px;
}
.maps__prefooter__bottom__block__buttons__button--google:focus {
  outline: 2px solid #1C4A92;
}
.maps__prefooter__bottom__block__buttons__button--google img {
  width: 100%;
  height: 100%;
}
.maps__prefooter__bottom__block:nth-child(2) {
  width: 315px;
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.modular__header {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #cef3ff 100%);
  max-width: initial;
}
.modular__header__container {
  padding: 24px 40px 40px;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__header__container {
    padding: 16px 16px 40px;
    flex-direction: column;
  }
}
.modular__header__left {
  flex: 1 0 0;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__header__left {
    width: 100%;
  }
}
.modular__header__title {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 100%; /* 50px */
  background: linear-gradient(87.07deg, #10428c -31.81%, #3aadd0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 32px;
  line-height: 130%;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__header__title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__header__title {
    font-size: 50px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__header__title {
    margin-bottom: 24px;
  }
}
.modular__header__richtext {
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin: 0 80px 32px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__header__richtext {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__header__richtext {
    font-size: 14px;
  }
}
.modular__header__richtext p:not(:last-child), .modular__header__richtext ul:not(:last-child) {
  padding-bottom: 1.5em;
}
.modular__header__richtext ul {
  list-style: disc;
  list-style-position: inside;
}
.modular__header__richtext a {
  text-decoration: underline;
  font-weight: 700;
}
.modular__header__richtext strong, .modular__header__richtext strong * {
  font-weight: 700 !important;
}
.modular__header__richtext .title-h2 {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87.07deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__header__richtext .title-h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__header__richtext .title-h2 {
    font-size: 28px;
  }
}
.modular__header__richtext .title-h3 {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__header__richtext .title-h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__header__richtext .title-h3 {
    font-size: 18px;
  }
}
.modular__header__richtext .title-h4 {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
}
.modular__header__richtext .body-1 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__header__richtext .body-1 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__header__richtext .body-1 {
    font-size: 14px;
  }
}
.modular__header__richtext .body-2 {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__header__richtext .body-2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__header__richtext .body-2 {
    font-size: 13px;
  }
}
.modular__header__richtext .body-3 {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__header__richtext .body-3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__header__richtext .body-3 {
    font-size: 12px;
  }
}
.modular__header__richtext .body-4 {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
}
.modular__header__richtext strong {
  font-weight: 700;
}
.modular__header__richtext sup {
  vertical-align: super;
  font-size: 0.75em;
}
.modular__header__richtext .nowrap {
  white-space: nowrap;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__header__richtext {
    margin: 0 0 24px;
  }
}
.modular__header__ctas {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__header__ctas {
    min-height: unset;
  }
}
.modular__header__cta {
  text-decoration: none;
}
.modular__header__cta.blue {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  height: 40px;
  position: relative;
  z-index: 1;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
  cursor: pointer;
  color: white;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__header__cta.blue {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__header__cta.blue {
    font-size: 13px;
  }
}
.modular__header__cta.blue svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.modular__header__cta.blue:disabled {
  background: linear-gradient(81deg, #B1BABD -3.28%, #E2E2E2 113.85%);
  cursor: unset;
}
.modular__header__cta.blue:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.modular__header__cta.blue::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background: #10428C;
  opacity: 0;
  transition: all 0.3s ease;
}
.modular__header__cta.blue:hover::before {
  opacity: 1;
}
.modular__header__cta.blue:disabled::before {
  opacity: 0;
}
.modular__header__cta.blue.link::after {
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
  mask-size: cover;
  background-color: white;
  transition: background-color 0.3s ease;
}
.modular__header__cta.blue.link[target=_blank]::after {
  transform: rotate(-45deg);
}
.modular__header__cta.white {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: max-content;
  height: 40px;
  padding: 12px;
  border: 1px solid #CEEBF3;
  border-radius: 10px;
  background: white;
  transition: all 0.3s ease;
  cursor: pointer;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  color: #1C4A92;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__header__cta.white {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__header__cta.white {
    font-size: 13px;
  }
}
.modular__header__cta.white svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.modular__header__cta.white:hover {
  border: 1px solid #10428C;
  background: #10428C;
  color: white;
}
.modular__header__cta.white:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.modular__header__cta.white.link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
  mask-size: cover;
  background-color: #10428C;
  transition: background-color 0.3s ease;
}
.modular__header__cta.white.link:hover::after {
  background-color: white;
}
.modular__header__cta.white.link[target=_blank]::after {
  transform: rotate(-45deg);
}
.modular__header__cta.disabled {
  display: none;
}
.modular__header__right {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 382px;
  min-width: 382px;
  width: 38.2rem;
  border-radius: 32px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__header__right {
    min-width: 100%;
    width: unset;
    min-height: 343px;
    max-height: 343px;
    height: 343px;
  }
}
.modular__header__right img {
  width: 100%;
  min-height: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__header__right img {
    max-height: 343px;
    height: 100%;
  }
}
.modular__header.without-right {
  gap: 0;
}
.modular__header.without-right .modular__header__left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
}
.modular__header.without-right .modular__header__ctas {
  align-self: center;
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.subscribe {
  padding-bottom: 64px;
  padding: 24px 40px 64px 40px;
  position: relative;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe {
    padding: 16px 16px 56px 16px;
  }
}
.subscribe nav {
  max-width: 1440px;
  margin: 0 auto;
}
.subscribe__background {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #CEF3FF 100%);
  height: 600px;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.subscribe__title {
  margin-top: 32px;
  width: 100%;
  text-align: center;
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 100%; /* 50px */
  background: linear-gradient(87deg, #10428C -31.81%, #3AADD0 127.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__title {
    font-size: 50px;
  }
}
.subscribe__tabsButtons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 40px auto;
}
.subscribe__tabsButtons__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 11px 14px;
  gap: 6px;
  cursor: pointer;
  width: max-content;
  font-family: "Manrope", sans-serif;
  color: #10428C;
  border-radius: 10px;
  border: 1px solid #CEEBF3;
  background-color: #fff;
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  transition: all 0.3s ease;
}
.subscribe__tabsButtons__button.active, .subscribe__tabsButtons__button:hover {
  display: inline-flex;
  padding: 11px 14px;
  align-items: center;
  gap: 6px;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #10428C;
  background-color: #10428C;
}
.subscribe__tabsButtons__button.active svg, .subscribe__tabsButtons__button:hover svg {
  fill: white;
}
.subscribe__tabsButtons__button:disabled {
  cursor: auto;
  background-color: #fff;
  color: #B1BABD;
  border: 1px solid #B1BABD;
}
.subscribe__tabsButtons__button svg {
  width: 12px;
  height: 12px;
  fill: #10428C;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__tabsButtons__button {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__tabsButtons__button {
    font-size: 12px;
  }
}
.subscribe__content__step {
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, height 0.3s ease;
  display: none;
}
.subscribe__content__step.active {
  opacity: 1;
  pointer-events: auto;
  height: auto;
  display: block;
}
.subscribe__content__step__title {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  text-align: center;
  max-width: 462px;
  margin: 0 auto;
  background: linear-gradient(87deg, #10428C -31.81%, #3AADD0 127.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step__title {
    font-size: 28px;
  }
}
.subscribe__content__step__description {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-align: center;
  max-width: 462px;
  margin: 0 auto;
  color: #10428C;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step__description {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step__description {
    font-size: 14px;
  }
}
.subscribe__content__step__nextButton {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  transition: all 0.3 ease;
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  display: flex;
  margin: 0 auto;
  margin-top: 24px;
  color: #007BA7;
  cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step__nextButton {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step__nextButton {
    font-size: 12px;
  }
}
.subscribe__content__step__nextButton svg {
  width: 16px;
  height: 16px;
}
.subscribe__content__step__nextButton a {
  padding: 1px 0px 2px 0px;
  text-decoration: none;
}
.subscribe__content__step__nextButton a:hover {
  padding: 1px 0px 1px 0px;
  border-bottom: 1px solid #10428C;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step__nextButton {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step__nextButton {
    font-size: 12px;
  }
}
.subscribe__content__step__nextButton:hover {
  color: #10428C;
}
.subscribe__content__step1__1 {
  display: none;
  margin-top: 24px;
}
.subscribe__content__step1__1.active {
  display: block;
}
.subscribe__content__step1__2 {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 624px;
  margin: 0 auto;
  margin-top: 24px;
}
.subscribe__content__step1__2.active {
  display: flex;
}
.subscribe__content__step1__2__content {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid #CEEBF3;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step1__2__content {
    flex-direction: column;
    padding: 16px 16px 24px 16px;
    width: 100%;
  }
}
.subscribe__content__step1__2__content img {
  width: 100px;
  height: 100px;
}
.subscribe__content__step1__2__content__text {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step1__2__content__text {
    align-items: center;
  }
}
.subscribe__content__step1__2__content__text h2 {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  color: #10428C;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step1__2__content__text h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step1__2__content__text h2 {
    font-size: 18px;
  }
}
.subscribe__content__step1__2__content__text h2:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
}
.subscribe__content__step1__2ok .subscribe__content__step1__2__content__text h2:before {
  background: url("/app/themes/frdp/static/assets/svg/checked-gradient2.svg") no-repeat center center;
  background-size: contain;
}
.subscribe__content__step1__2notok .subscribe__content__step1__2__content__text h2:before {
  background: url("/app/themes/frdp/static/assets/svg/notok_cross.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step1__2__content__text h2 {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
.subscribe__content__step1__2__content__text__adress {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: #10428C;
  padding-left: 28px;
  margin-bottom: 5px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step1__2__content__text__adress {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step1__2__content__text__adress {
    font-size: 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step1__2__content__text__adress {
    padding: 0;
  }
}
.subscribe__content__step1__2__content__text__button {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  transition: all 0.3 ease;
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  color: #007BA7;
  width: fit-content;
  padding-left: 28px;
  cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step1__2__content__text__button {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step1__2__content__text__button {
    font-size: 12px;
  }
}
.subscribe__content__step1__2__content__text__button svg {
  width: 16px;
  height: 16px;
}
.subscribe__content__step1__2__content__text__button a {
  padding: 1px 0px 2px 0px;
  text-decoration: none;
}
.subscribe__content__step1__2__content__text__button a:hover {
  padding: 1px 0px 1px 0px;
  border-bottom: 1px solid #10428C;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step1__2__content__text__button {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step1__2__content__text__button {
    font-size: 12px;
  }
}
.subscribe__content__step1__2__content__text__button:hover {
  text-decoration: underline;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step1__2__content__text__button {
    padding: 0;
  }
}
.subscribe__content__step1__2__description {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  font-weight: 700;
  color: #10428C;
  text-align: center;
  max-width: 462px;
  margin: 0 auto;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step1__2__description {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step1__2__description {
    font-size: 14px;
  }
}
.subscribe__content__step1__2__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  height: 40px;
  position: relative;
  z-index: 1;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
  cursor: pointer;
  color: white;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  width: fit-content;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step1__2__button {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step1__2__button {
    font-size: 13px;
  }
}
.subscribe__content__step1__2__button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.subscribe__content__step1__2__button:disabled {
  background: linear-gradient(81deg, #B1BABD -3.28%, #E2E2E2 113.85%);
  cursor: unset;
}
.subscribe__content__step1__2__button:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.subscribe__content__step1__2__button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background: #10428C;
  opacity: 0;
  transition: all 0.3s ease;
}
.subscribe__content__step1__2__button:hover::before {
  opacity: 1;
}
.subscribe__content__step1__2__button:disabled::before {
  opacity: 0;
}
.subscribe__content__step1__2__button.link::after {
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
  mask-size: cover;
  background-color: white;
  transition: background-color 0.3s ease;
}
.subscribe__content__step1__2__button.link[target=_blank]::after {
  transform: rotate(-45deg);
}
.subscribe__content__step2__1 {
  display: none;
}
.subscribe__content__step2__1.active {
  display: block;
}
.subscribe__content__step2__1__required {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
  color: #10428C;
  text-align: center;
  max-width: 462px;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 12px;
}
.subscribe__content__step2__1__usage {
  max-width: 784px;
  margin: 0 auto;
}
.subscribe__content__step2__1__usage h3 {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  color: #10428C;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step2__1__usage h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step2__1__usage h3 {
    font-size: 18px;
  }
}
.subscribe__content__step2__1__usage__choices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.subscribe__content__step2__1__usage__choices__choice {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 250px;
  padding: 16px;
  padding-right: 24px;
  border-radius: 16px;
  border: 1px solid #CEEBF3;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step2__1__usage__choices__choice {
    flex-direction: column;
    padding-right: 16px;
    width: 163px;
    text-align: center;
  }
}
.subscribe__content__step2__1__usage__choices__choice svg {
  width: 56px;
  height: 56px;
}
.subscribe__content__step2__1__usage__choices__choice span {
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  color: #10428C;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step2__1__usage__choices__choice span {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step2__1__usage__choices__choice span {
    font-size: 13px;
  }
}
.subscribe__content__step2__1__usage__choices__choice:focus, .subscribe__content__step2__1__usage__choices__choice:hover {
  border: 1px solid rgba(16, 66, 140, 0.5);
  background: #E7F9FF;
}
.subscribe__content__step2__1__usage__choices__choice.selected {
  position: relative;
  border: 1px solid rgba(16, 66, 140, 0.5);
  background: #E7F9FF;
}
.subscribe__content__step2__1__usage__choices__choice.selected:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #10428C url("/app/themes/frdp/static/assets/svg/checked.svg") no-repeat center center;
  background-size: 12px, 12px;
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 50%;
}
.subscribe__content__step2__1__surface {
  margin: 0 241px;
  margin-top: 48px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step2__1__surface {
    margin: 0;
    width: 100%;
  }
}
.subscribe__content__step2__1__surface h3 {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  color: #10428C;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step2__1__surface h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step2__1__surface h3 {
    font-size: 18px;
  }
}
.subscribe__content__step2__1__surface__inputContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 302px;
  margin: 0 auto;
  padding: 15px 16px;
  border-radius: 12px;
  border: 1px solid #CEEBF3;
  background: #FFF;
}
.subscribe__content__step2__1__surface__inputContainer__button {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.subscribe__content__step2__1__surface__inputContainer__button.inactive {
  pointer-events: none;
}
.subscribe__content__step2__1__surface__inputContainer__button.inactive svg {
  fill: #5777A8;
}
.subscribe__content__step2__1__surface__inputContainer__button:hover svg {
  transform: scale(1.1);
}
.subscribe__content__step2__1__surface__inputContainer__button svg {
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
  fill: #10428C;
}
.subscribe__content__step2__1__surface__inputContainer__input {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscribe__content__step2__1__surface__inputContainer__input input {
  width: 182px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: #10428C;
  font-weight: 700;
  text-align: center;
  margin-left: 20px;
  appearance: textfield;
  -moz-appearance: textfield; /* Firefox */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step2__1__surface__inputContainer__input input {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step2__1__surface__inputContainer__input input {
    font-size: 13px;
  }
}
.subscribe__content__step2__1__surface__inputContainer__input input::placeholder {
  color: #5777A8;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step2__1__surface__inputContainer__input input::placeholder {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step2__1__surface__inputContainer__input input::placeholder {
    font-size: 13px;
  }
}
.subscribe__content__step2__1__surface__inputContainer__input input::-webkit-outer-spin-button, .subscribe__content__step2__1__surface__inputContainer__input input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.subscribe__content__step2__1__surface__inputContainer__input span {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-left: 8px;
  color: #5777A8;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step2__1__surface__inputContainer__input span {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step2__1__surface__inputContainer__input span {
    font-size: 12px;
  }
}
.subscribe__content__step2__1__surface__errorMessage {
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 13.2px */
  display: none;
  gap: 4px;
  color: #CE3E57;
  width: 100%;
  max-width: 302px;
  margin: 0 auto;
  margin-top: 4px;
}
.subscribe__content__step2__1__surface__errorMessage svg {
  width: 12px;
  height: 13px;
  fill: #CE3E57;
  margin-right: 4px;
}
.subscribe__content__step2__1__surface__description {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: #5777A8;
  text-align: center;
  margin-top: 12px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step2__1__surface__description {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step2__1__surface__description {
    font-size: 12px;
  }
}
.subscribe__content__step2__1__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  height: 40px;
  position: relative;
  z-index: 1;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
  cursor: pointer;
  color: white;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  width: fit-content;
  margin: 0 auto;
  margin-top: 24px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step2__1__button {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step2__1__button {
    font-size: 13px;
  }
}
.subscribe__content__step2__1__button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.subscribe__content__step2__1__button:disabled {
  background: linear-gradient(81deg, #B1BABD -3.28%, #E2E2E2 113.85%);
  cursor: unset;
}
.subscribe__content__step2__1__button:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.subscribe__content__step2__1__button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background: #10428C;
  opacity: 0;
  transition: all 0.3s ease;
}
.subscribe__content__step2__1__button:hover::before {
  opacity: 1;
}
.subscribe__content__step2__1__button:disabled::before {
  opacity: 0;
}
.subscribe__content__step2__1__button.link::after {
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
  mask-size: cover;
  background-color: white;
  transition: background-color 0.3s ease;
}
.subscribe__content__step2__1__button.link[target=_blank]::after {
  transform: rotate(-45deg);
}
.subscribe__content__step2__2 {
  display: none;
  max-width: 784px;
  margin: 0 auto;
  margin-bottom: 64px;
}
.subscribe__content__step2__2.active {
  display: block;
}
.subscribe__content__step2__2__content {
  margin-top: 24px;
  border-radius: 20px;
  border: 1px solid #CEEBF3;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
.subscribe__content__step2__2__content__title {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  color: #10428C;
  font-weight: 400;
  padding: 24px 32px;
  padding-bottom: 8px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step2__2__content__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step2__2__content__title {
    font-size: 18px;
  }
}
.subscribe__content__step2__2__content__title span {
  font-weight: 700;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step2__2__content__title {
    padding: 24px 24px 8px 24px;
  }
}
.subscribe__content__step2__2__content__backButton {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  transition: all 0.3 ease;
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  color: #007BA7;
  width: fit-content;
  margin-left: 32px;
  margin-bottom: 24px;
  cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step2__2__content__backButton {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step2__2__content__backButton {
    font-size: 12px;
  }
}
.subscribe__content__step2__2__content__backButton svg {
  width: 16px;
  height: 16px;
}
.subscribe__content__step2__2__content__backButton a {
  padding: 1px 0px 2px 0px;
  text-decoration: none;
}
.subscribe__content__step2__2__content__backButton a:hover {
  padding: 1px 0px 1px 0px;
  border-bottom: 1px solid #10428C;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step2__2__content__backButton {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step2__2__content__backButton {
    font-size: 12px;
  }
}
.subscribe__content__step2__2__content__backButton:hover {
  text-decoration: underline;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step2__2__content__backButton {
    margin-left: 24px;
  }
}
.subscribe__content__step2__2__content__infos {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 32px 32px;
  position: relative;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step2__2__content__infos {
    margin: 0 24px 24px;
  }
}
.subscribe__content__step2__2__content__infos__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  width: calc((100% - 48px) / 3);
}
.subscribe__content__step2__2__content__infos__item h4 {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: #10428C;
  max-width: 146px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step2__2__content__infos__item h4 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step2__2__content__infos__item h4 {
    font-size: 12px;
  }
}
.subscribe__content__step2__2__content__infos__item p {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  color: #007BA7;
  white-space: nowrap;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step2__2__content__infos__item p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step2__2__content__infos__item p {
    font-size: 18px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step2__2__content__infos__item {
    width: 134px;
  }
}
.subscribe__content__step2__2__content__estimate {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  color: #10428C;
  background: #D0F4FF;
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step2__2__content__estimate {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step2__2__content__estimate {
    font-size: 18px;
  }
}
.subscribe__content__step2__2__content__estimate #estimated-power-to-install {
  white-space: nowrap;
}
.subscribe__content__step2__2__description {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: #5777A8;
  margin: 24px 0;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step2__2__description {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step2__2__description {
    font-size: 12px;
  }
}
.subscribe__content__step2__2__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  height: 40px;
  position: relative;
  z-index: 1;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
  cursor: pointer;
  color: white;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step2__2__button {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step2__2__button {
    font-size: 13px;
  }
}
.subscribe__content__step2__2__button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.subscribe__content__step2__2__button:disabled {
  background: linear-gradient(81deg, #B1BABD -3.28%, #E2E2E2 113.85%);
  cursor: unset;
}
.subscribe__content__step2__2__button:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.subscribe__content__step2__2__button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background: #10428C;
  opacity: 0;
  transition: all 0.3s ease;
}
.subscribe__content__step2__2__button:hover::before {
  opacity: 1;
}
.subscribe__content__step2__2__button:disabled::before {
  opacity: 0;
}
.subscribe__content__step2__2__button.link::after {
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
  mask-size: cover;
  background-color: white;
  transition: background-color 0.3s ease;
}
.subscribe__content__step2__2__button.link[target=_blank]::after {
  transform: rotate(-45deg);
}
.subscribe__content__step3 .subscribe__content__step__title {
  margin-bottom: 8px;
}
.subscribe__content__step3__mainbox {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 24px 0 0;
  align-items: flex-start;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step3__mainbox {
    flex-direction: column;
    padding: 16px 0px 24px 0px;
  }
}
.subscribe__content__step3__mainbox__infobox {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 221px;
}
.subscribe__content__step3__mainbox__infobox.mobile {
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .subscribe__content__step3__mainbox__infobox.mobile {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step3__mainbox__infobox.desktop {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .subscribe__content__step3__mainbox__infobox {
    position: sticky;
    top: 0;
    max-height: 360px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step3__mainbox__infobox {
    width: 100%;
  }
}
.subscribe__content__step3__mainbox__infobox__accordeon {
  border: 1px solid #ceebf3;
  border-radius: 14px;
  overflow: hidden;
  background: transparent;
  width: 100%;
}
.subscribe__content__step3__mainbox__infobox__accordeon.open {
  background: white;
}
.subscribe__content__step3__mainbox__infobox__accordeon:not(:last-child) {
  margin-bottom: 12px;
}
.subscribe__content__step3__mainbox__infobox__accordeon__header {
  background: transparent;
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 12px 16px;
  cursor: pointer;
  border: none;
  border-radius: 14px;
  transition: background 0.15s;
}
.subscribe__content__step3__mainbox__infobox__accordeon__header:focus {
  outline: none;
  background-color: white;
}
.subscribe__content__step3__mainbox__infobox__accordeon__header__gradient-dot {
  min-width: 6px;
  height: 6px;
  border-radius: 6px;
  background: linear-gradient(59.34deg, #C5770A 0%, #EB2D4D 100%);
}
.subscribe__content__step3__mainbox__infobox__accordeon__header__title {
  color: #007BA7;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  font-weight: 700;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step3__mainbox__infobox__accordeon__header__title {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step3__mainbox__infobox__accordeon__header__title {
    font-size: 14px;
  }
}
.subscribe__content__step3__mainbox__infobox__accordeon__header__arrow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid #ceebf3;
  color: #1C4A92;
  background: transparent;
  backdrop-filter: blur(2.8px);
  transition: background 0.3s ease;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  left: 0;
  top: 0;
  margin-top: 0;
  rotate: 270deg;
}
.subscribe__content__step3__mainbox__infobox__accordeon__header:hover {
  background-color: white;
}
.subscribe__content__step3__mainbox__infobox__accordeon__content {
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: #1C4A92;
  padding: 0;
  display: none;
  overflow: hidden;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step3__mainbox__infobox__accordeon__content {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step3__mainbox__infobox__accordeon__content {
    font-size: 14px;
  }
}
.subscribe__content__step3__mainbox__infobox__accordeon__content p:not(:last-child), .subscribe__content__step3__mainbox__infobox__accordeon__content ul:not(:last-child) {
  padding-bottom: 1.5em;
}
.subscribe__content__step3__mainbox__infobox__accordeon__content ul {
  list-style: disc;
  list-style-position: inside;
}
.subscribe__content__step3__mainbox__infobox__accordeon__content a {
  text-decoration: underline;
  font-weight: 700;
}
.subscribe__content__step3__mainbox__infobox__accordeon__content strong, .subscribe__content__step3__mainbox__infobox__accordeon__content strong * {
  font-weight: 700 !important;
}
.subscribe__content__step3__mainbox__infobox__accordeon__content .title-h2 {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87.07deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step3__mainbox__infobox__accordeon__content .title-h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step3__mainbox__infobox__accordeon__content .title-h2 {
    font-size: 28px;
  }
}
.subscribe__content__step3__mainbox__infobox__accordeon__content .title-h3 {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step3__mainbox__infobox__accordeon__content .title-h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step3__mainbox__infobox__accordeon__content .title-h3 {
    font-size: 18px;
  }
}
.subscribe__content__step3__mainbox__infobox__accordeon__content .title-h4 {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
}
.subscribe__content__step3__mainbox__infobox__accordeon__content .body-1 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step3__mainbox__infobox__accordeon__content .body-1 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step3__mainbox__infobox__accordeon__content .body-1 {
    font-size: 14px;
  }
}
.subscribe__content__step3__mainbox__infobox__accordeon__content .body-2 {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step3__mainbox__infobox__accordeon__content .body-2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step3__mainbox__infobox__accordeon__content .body-2 {
    font-size: 13px;
  }
}
.subscribe__content__step3__mainbox__infobox__accordeon__content .body-3 {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step3__mainbox__infobox__accordeon__content .body-3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step3__mainbox__infobox__accordeon__content .body-3 {
    font-size: 12px;
  }
}
.subscribe__content__step3__mainbox__infobox__accordeon__content .body-4 {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
}
.subscribe__content__step3__mainbox__infobox__accordeon__content strong {
  font-weight: 700;
}
.subscribe__content__step3__mainbox__infobox__accordeon__content sup {
  vertical-align: super;
  font-size: 0.75em;
}
.subscribe__content__step3__mainbox__infobox__accordeon__content .nowrap {
  white-space: nowrap;
}
.subscribe__content__step3__mainbox__infobox__accordeon.open .subscribe__content__step3__mainbox__infobox__accordeon__header {
  border-bottom: 1px solid #ceebf3;
}
.subscribe__content__step3__mainbox__infobox__accordeon.open .subscribe__content__step3__mainbox__infobox__accordeon__header__arrow {
  rotate: 90deg;
}
.subscribe__content__step3__mainbox__infobox__accordeon.open .subscribe__content__step3__mainbox__infobox__accordeon__content {
  display: block;
  padding: 20px 16px 20px 20px;
}
.subscribe__content__step3__mainbox__infobox__title {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  color: #007BA7;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step3__mainbox__infobox__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step3__mainbox__infobox__title {
    font-size: 18px;
  }
}
.subscribe__content__step3__mainbox__infobox__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: max-content;
  height: 40px;
  padding: 12px;
  border: 1px solid #CEEBF3;
  border-radius: 10px;
  background: white;
  transition: all 0.3s ease;
  cursor: pointer;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  color: #1C4A92;
  text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step3__mainbox__infobox__link {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step3__mainbox__infobox__link {
    font-size: 13px;
  }
}
.subscribe__content__step3__mainbox__infobox__link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.subscribe__content__step3__mainbox__infobox__link:hover {
  border: 1px solid #10428C;
  background: #10428C;
  color: white;
}
.subscribe__content__step3__mainbox__infobox__link:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.subscribe__content__step3__mainbox__infobox__link.link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
  mask-size: cover;
  background-color: #10428C;
  transition: background-color 0.3s ease;
}
.subscribe__content__step3__mainbox__infobox__link.link:hover::after {
  background-color: white;
}
.subscribe__content__step3__mainbox__infobox__link.link[target=_blank]::after {
  transform: rotate(-45deg);
}
.subscribe__content__step3__mainbox__infobox__contactbox {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  gap: 12px;
  color: #10428C;
}
.subscribe__content__step3__mainbox__infobox__contactbox__mailbox {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.subscribe__content__step3__mainbox__infobox__contactbox__mailbox__text {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step3__mainbox__infobox__contactbox__mailbox__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step3__mainbox__infobox__contactbox__mailbox__text {
    font-size: 14px;
  }
}
.subscribe__content__step3__mainbox__infobox__contactbox__mailbox__textcontact {
  /* link/link1 */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  display: flex;
  align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step3__mainbox__infobox__contactbox__mailbox__textcontact {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step3__mainbox__infobox__contactbox__mailbox__textcontact {
    font-size: 14px;
  }
}
.subscribe__content__step3__mainbox__infobox__contactbox__mailbox__textcontact__mail {
  margin-left: 6px;
  text-decoration: none;
}
.subscribe__content__step3__mainbox__infobox__contactbox__mailbox__textcontact__mail:hover {
  text-decoration: underline;
}
.subscribe__content__step3__mainbox__infobox__contactbox__telephonebox {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.subscribe__content__step3__mainbox__infobox__contactbox__telephonebox__text {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step3__mainbox__infobox__contactbox__telephonebox__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step3__mainbox__infobox__contactbox__telephonebox__text {
    font-size: 14px;
  }
}
.subscribe__content__step3__mainbox__infobox__contactbox__telephonebox__textphone {
  /* link/link1 */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  display: flex;
  align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step3__mainbox__infobox__contactbox__telephonebox__textphone {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step3__mainbox__infobox__contactbox__telephonebox__textphone {
    font-size: 14px;
  }
}
.subscribe__content__step3__mainbox__infobox__contactbox__telephonebox__textphone__phone {
  margin-left: 6px;
  text-decoration: none;
}
.subscribe__content__step3__mainbox__infobox__contactbox__telephonebox__textphone__phone:hover {
  text-decoration: underline;
}
.subscribe__content__step3__mainbox__infobox__contactbox__telephonebox__textschedule {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
}
.subscribe__content__step3__mainbox__1 {
  min-width: 50%;
  width: 50%;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #CEEBF3;
  border-radius: 20px;
  padding: 24px;
  gap: 24px;
  color: #10428C;
  display: none;
}
.subscribe__content__step3__mainbox__1.active {
  display: flex;
}
.subscribe__content__step3__mainbox__1 #location-country {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step3__mainbox__1 {
    width: 100%;
  }
}
.subscribe__content__step3__mainbox__1__section-title {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
}
.subscribe__content__step3__mainbox__1__section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.subscribe__content__step3__mainbox__1__section__form-info {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step3__mainbox__1__section__form-info {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step3__mainbox__1__section__form-info {
    font-size: 12px;
  }
}
.subscribe__content__step3__mainbox__1__section .input-wrapper {
  position: relative;
}
.subscribe__content__step3__mainbox__1__section .input-wrapper__clear-content {
  position: absolute;
  width: 14px;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.subscribe__content__step3__mainbox__1__section .input-wrapper__clear-content svg {
  fill: currentColor;
}
.subscribe__content__step3__mainbox__1__privacy-warning {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
  font-weight: 500;
  color: #5777A8;
}
.subscribe__content__step3__mainbox__1__privacy-warning p:not(:last-child) {
  margin-bottom: 1.5em;
}
.subscribe__content__step3__mainbox__1__privacy-warning a {
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 13.2px */
  font-weight: 700;
  text-decoration-thickness: from-font;
}
.subscribe__content__step3__mainbox__2 {
  width: 462px;
  min-height: 240px;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #CEEBF3;
  border-radius: 20px;
  padding: 24px 48px 40px 48px;
  gap: 24px;
  color: #10428C;
  display: none;
  justify-content: center;
  margin: 0;
}
.subscribe__content__step3__mainbox__2.active {
  display: flex;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step3__mainbox__2 {
    width: 100%;
  }
}
.subscribe__content__step3__mainbox__2__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.subscribe__content__step3__mainbox__2__content h3 {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  text-align: center;
  background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step3__mainbox__2__content h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step3__mainbox__2__content h3 {
    font-size: 18px;
  }
}
.subscribe__content__step3__mainbox__2__content p {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step3__mainbox__2__content p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subscribe__content__step3__mainbox__2__content p {
    font-size: 13px;
  }
}
.subscribe__content__step3__mainbox__2__image {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step3__mainbox__2__image {
    display: block;
    width: 129px;
    height: 129px;
    transform: scaleX(-1);
  }
}
.subscribe__content__step3__mainbox__image {
  width: 185px;
  height: 185px;
  transform: scaleX(-1);
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subscribe__content__step3__mainbox__image {
    display: none;
  }
}
.subscribe .superscript {
  vertical-align: super;
  font-size: 14px;
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.adress-input {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #CEEBF3;
  background: white;
  max-width: 624px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .adress-input {
    padding: 8px 8px 8px 16px;
    border-radius: 16px;
  }
}
.adress-input__text-container {
  flex-grow: 1;
  position: relative;
}
.adress-input__text-container__label {
  padding: 0 0 0 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  font-weight: 500;
  color: #5777A8;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .adress-input__text-container__label {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .adress-input__text-container__label {
    font-size: 12px;
  }
}
.adress-input__text-container__label.active {
  top: -4px;
  opacity: 0.5;
  transform: unset;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .adress-input__text-container__label.active {
    padding: 0;
  }
}
.adress-input__text-container__input-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  width: 100%;
  transition: all 0.3s ease;
}
.adress-input__text-container__input-container svg {
  width: 18px;
  height: 18px;
}
.adress-input__text-container__input-container.active {
  padding-top: 16px;
}
.adress-input__text-container__input-container__input {
  flex-grow: 1;
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .adress-input__text-container__input-container__input {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .adress-input__text-container__input-container__input {
    font-size: 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .adress-input__text-container__input-container__input {
    font-weight: 700;
  }
}
.adress-input__submit-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  height: 40px;
  position: relative;
  z-index: 1;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
  cursor: pointer;
  color: white;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .adress-input__submit-button {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .adress-input__submit-button {
    font-size: 13px;
  }
}
.adress-input__submit-button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.adress-input__submit-button:disabled {
  background: linear-gradient(81deg, #B1BABD -3.28%, #E2E2E2 113.85%);
  cursor: unset;
}
.adress-input__submit-button:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.adress-input__submit-button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background: #10428C;
  opacity: 0;
  transition: all 0.3s ease;
}
.adress-input__submit-button:hover::before {
  opacity: 1;
}
.adress-input__submit-button:disabled::before {
  opacity: 0;
}
.adress-input__submit-button.link::after {
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
  mask-size: cover;
  background-color: white;
  transition: background-color 0.3s ease;
}
.adress-input__submit-button.link[target=_blank]::after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .adress-input__submit-button {
    display: none;
  }
}
.adress-input__submit-button--mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  border-radius: 10px;
  background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
}
.adress-input__submit-button--mobile:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
  border-radius: 12px;
}
.adress-input__submit-button--mobile:disabled {
  cursor: auto;
  background: linear-gradient(81deg, #B1BABD -3.28%, #E2E2E2 113.85%);
}
.adress-input__submit-button--mobile svg {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .adress-input__submit-button--mobile {
    display: none;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .adress-input__submit-button--mobile {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .adress-input__submit-button--mobile {
    display: none;
  }
}
.adress-input__suggestions-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  position: absolute;
  top: 90px;
  left: 0;
  padding: 8px 16px;
  border-radius: 16px;
  border: 1px solid #CEEBF3;
  background: white;
  box-shadow: 0px 0px 24px 0px rgba(29, 97, 160, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.adress-input__suggestions-container.off-screen {
  top: unset;
  bottom: 90px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .adress-input__suggestions-container.off-screen {
    bottom: 68px;
  }
}
.adress-input__suggestions-container.open {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .adress-input__suggestions-container {
    top: 68px;
  }
}
.adress-input__suggestions-container__suggestion {
  padding: 8px 0;
  cursor: pointer;
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .adress-input__suggestions-container__suggestion {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .adress-input__suggestions-container__suggestion {
    font-size: 14px;
  }
}
.adress-input__suggestions-container__suggestion strong {
  font-weight: 700;
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.breadcrumb {
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 13.2px */
  color: #10428C;
  display: flex;
  margin-bottom: 32px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .breadcrumb {
    margin-bottom: 24px;
  }
}
.breadcrumb__separator {
  margin: 0 8px;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.rgpd > :first-child {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
  font-weight: 500;
  color: #5777A8;
  display: flex;
  margin-bottom: 8px;
  position: relative;
}
.rgpd > :first-child input[type=checkbox] {
  min-width: 14px;
  height: 14px;
  border: 1.25px solid #5777A8;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 12px;
}
.rgpd > :first-child input[type=checkbox]:checked {
  background-color: #10428C;
}
.rgpd > :first-child .rgpd__checked {
  position: absolute;
  right: calc(100% - 12px);
  top: 1px;
  pointer-events: none;
}
.rgpd > :first-child p:not(:last-child) {
  margin-bottom: 1.5em;
}
.rgpd > :first-child a {
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 13.2px */
  font-weight: 700;
  text-decoration-thickness: from-font;
}

.input-wrapper__error-message {
  display: none;
  margin-top: 6px;
}
.input-wrapper__error-message svg {
  width: 12px;
  height: 13px;
  fill: #CE3E57;
  margin-right: 4px;
}
.input-wrapper__error-message__is-visible {
  display: flex;
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.input-wrapper {
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  position: relative;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .input-wrapper {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .input-wrapper {
    font-size: 13px;
  }
}
.input-wrapper input, .input-wrapper textarea {
  border: 1px solid #CEEBF3;
  border-radius: 12px;
  background: #fff;
  padding: 15px 16px;
  color: #10428C;
  width: 100%;
  transition: padding 0.2s ease;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .input-wrapper input, .input-wrapper textarea {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .input-wrapper input, .input-wrapper textarea {
    font-size: 13px;
  }
}
.input-wrapper label {
  color: #5777A8;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  position: absolute;
  left: 16px;
  bottom: calc(100% - 35px);
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .input-wrapper label {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .input-wrapper label {
    font-size: 13px;
  }
}
.input-wrapper label.has-value {
  bottom: calc(100% - 20px);
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 13.2px */
}
.input-wrapper input:focus, .input-wrapper textarea:focus {
  padding-top: 20px;
  padding-bottom: 10px;
}
.input-wrapper input:focus + label, .input-wrapper textarea:focus + label {
  bottom: calc(100% - 20px);
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 13.2px */
}
.input-wrapper.has-value input, .input-wrapper.has-value textarea {
  padding-top: 20px;
  padding-bottom: 10px;
}
.input-wrapper__error-message {
  display: none;
  margin-top: 6px;
}
.input-wrapper__error-message svg {
  width: 12px;
  height: 13px;
  fill: #CE3E57;
  margin-right: 4px;
}
.input-wrapper__error-message__is-visible {
  display: flex;
}
.input-wrapper input {
  color: #10428C;
}
.input-wrapper input:-webkit-autofill, .input-wrapper input:-webkit-autofill:hover, .input-wrapper input:-webkit-autofill:focus {
  -webkit-text-fill-color: #10428C;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: 0 0 0px 1000px white inset;
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.multi-input-box {
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .multi-input-box {
    flex-direction: column;
  }
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.select-wrapper {
  width: 100%;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .select-wrapper {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .select-wrapper {
    font-size: 13px;
  }
}
.select-wrapper [data-custom-select] {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.select-wrapper [data-custom-select].open [data-options] {
  display: flex;
}
.select-wrapper [data-custom-select].open [data-select-trigger] {
  border-color: #10428C;
}
.select-wrapper [data-custom-select] [data-select-trigger] {
  border: 1px solid #CEEBF3;
  border-radius: 12px;
  background: #fff;
  padding: 15px 16px;
  color: #10428C;
  width: 100%;
  background: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #5777A8;
}
.select-wrapper [data-custom-select] [data-select-trigger].has-value {
  color: #5777A8;
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 13.2px */
  padding-top: 8px;
  padding-bottom: 22px;
}
.select-wrapper [data-custom-select] .selected-value-display {
  color: #10428C;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  position: absolute;
  bottom: 8px;
  left: 17px;
  pointer-events: none;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .select-wrapper [data-custom-select] .selected-value-display {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .select-wrapper [data-custom-select] .selected-value-display {
    font-size: 13px;
  }
}
.select-wrapper [data-custom-select] [data-options] {
  width: 100%;
  max-height: 162px;
  display: none;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 8px);
  border: 1px solid #CEEBF3;
  padding: 8px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 0 24px rgba(29, 97, 160, 0.1);
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
}
.select-wrapper [data-custom-select] [data-options]::-webkit-scrollbar {
  width: 16px;
}
.select-wrapper [data-custom-select] [data-options]::-webkit-scrollbar-track {
  margin-top: 10px;
  margin-bottom: 10px;
  border: solid 6px white;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .select-wrapper [data-custom-select] [data-options]::-webkit-scrollbar-track {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.select-wrapper [data-custom-select] [data-options]::-webkit-scrollbar-thumb {
  border-radius: 70px;
  background: linear-gradient(1deg, rgba(16, 66, 140, 0.2) -1.46%, rgba(58, 173, 208, 0.2) 102.63%), #0899C5;
  border: solid 6px white;
}
.select-wrapper [data-custom-select] [data-options] span, .select-wrapper [data-custom-select] [data-options] button {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  padding: 6px 12px;
  cursor: pointer;
  color: #10428C;
  line-height: 150%;
  transition: all ease 0.3s;
  text-align: left;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .select-wrapper [data-custom-select] [data-options] span, .select-wrapper [data-custom-select] [data-options] button {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .select-wrapper [data-custom-select] [data-options] span, .select-wrapper [data-custom-select] [data-options] button {
    font-size: 14px;
  }
}
.select-wrapper [data-custom-select] [data-options] span:hover, .select-wrapper [data-custom-select] [data-options] button:hover {
  background-color: #E7F9FF;
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.textarea-wrapper {
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  position: relative;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .textarea-wrapper {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .textarea-wrapper {
    font-size: 13px;
  }
}
.textarea-wrapper input, .textarea-wrapper textarea {
  border: 1px solid #CEEBF3;
  border-radius: 12px;
  background: #fff;
  padding: 15px 16px;
  color: #10428C;
  width: 100%;
  transition: padding 0.2s ease;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .textarea-wrapper input, .textarea-wrapper textarea {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .textarea-wrapper input, .textarea-wrapper textarea {
    font-size: 13px;
  }
}
.textarea-wrapper label {
  color: #5777A8;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  position: absolute;
  left: 16px;
  bottom: calc(100% - 35px);
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .textarea-wrapper label {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .textarea-wrapper label {
    font-size: 13px;
  }
}
.textarea-wrapper label.has-value {
  bottom: calc(100% - 20px);
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 13.2px */
}
.textarea-wrapper input:focus, .textarea-wrapper textarea:focus {
  padding-top: 20px;
  padding-bottom: 10px;
}
.textarea-wrapper input:focus + label, .textarea-wrapper textarea:focus + label {
  bottom: calc(100% - 20px);
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 13.2px */
}
.textarea-wrapper.has-value input, .textarea-wrapper.has-value textarea {
  padding-top: 20px;
  padding-bottom: 10px;
}
.textarea-wrapper__error-message {
  display: none;
  margin-top: 6px;
}
.textarea-wrapper__error-message svg {
  width: 12px;
  height: 13px;
  fill: #CE3E57;
  margin-right: 4px;
}
.textarea-wrapper__error-message__is-visible {
  display: flex;
}
.textarea-wrapper textarea {
  color: #10428C;
  resize: none;
}
.textarea-wrapper textarea:focus + label {
  padding-top: 6px;
}
.textarea-wrapper textarea:-webkit-autofill, .textarea-wrapper textarea:-webkit-autofill:hover, .textarea-wrapper textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #10428C;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: 0 0 0px 1000px white inset;
}
.textarea-wrapper label {
  padding: 11px 0 0;
  background-color: white;
  width: calc(100% - 32px);
}
.textarea-wrapper label.has-value {
  padding-top: 6px;
}

@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.submit-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  height: 40px;
  position: relative;
  z-index: 1;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
  cursor: pointer;
  color: white;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .submit-btn {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .submit-btn {
    font-size: 13px;
  }
}
.submit-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.submit-btn:disabled {
  background: linear-gradient(81deg, #B1BABD -3.28%, #E2E2E2 113.85%);
  cursor: unset;
}
.submit-btn:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.submit-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background: #10428C;
  opacity: 0;
  transition: all 0.3s ease;
}
.submit-btn:hover::before {
  opacity: 1;
}
.submit-btn:disabled::before {
  opacity: 0;
}
.submit-btn.link::after {
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
  mask-size: cover;
  background-color: white;
  transition: background-color 0.3s ease;
}
.submit-btn.link[target=_blank]::after {
  transform: rotate(-45deg);
}
.submit-btn svg {
  fill: white;
}
.submit-btn .disabled {
  cursor: not-allowed;
  background: linear-gradient(81deg, #B1BABD -3.28%, #E2E2E2 113.85%);
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.modular__accordeon {
  padding: 40px 201px;
}
@media screen and (min-width: 1440px) {
  .modular__accordeon {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__accordeon {
    padding: 40px 16px;
  }
}
.modular__accordeon__title {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87.07deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__accordeon__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__accordeon__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__accordeon__title {
    margin-bottom: 32px;
  }
}
.modular__accordeon__title.orange-title {
  background: linear-gradient(59.34deg, #C5770A 0%, #EB2D4D 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.modular__accordeon__bloc {
  border: 1px solid #ceebf3;
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
  background: white;
}
.modular__accordeon__bloc:not(:last-child) {
  margin-bottom: 12px;
}
.modular__accordeon__bloc__header {
  background: transparent;
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 14px 12px 12px 12px;
  cursor: pointer;
  border: none;
  border-radius: 14px;
  transition: background 0.15s;
}
.modular__accordeon__bloc__header:focus {
  outline: none;
  background-color: #e7f9ff;
}
.modular__accordeon__bloc__header.with-numbers {
  padding: 20px 12px 12px 12px;
}
.modular__accordeon__bloc__header__gradient-dot {
  min-width: 6px;
  height: 6px;
  border-radius: 6px;
  background: linear-gradient(59.34deg, #C5770A 0%, #EB2D4D 100%);
}
.modular__accordeon__bloc__header__index {
  color: #10428C;
}
.modular__accordeon__bloc__header__picto {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  border-radius: 6px;
}
.modular__accordeon__bloc__header__picto img {
  max-height: 100%;
  max-width: 100%;
}
.modular__accordeon__bloc__header__title {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  color: #1C4A92;
  text-align: left;
  flex-grow: 1;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__accordeon__bloc__header__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__accordeon__bloc__header__title {
    font-size: 18px;
  }
}
.modular__accordeon__bloc__header__arrow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid #ceebf3;
  color: #1C4A92;
  background: white;
  backdrop-filter: blur(2.8px);
  transition: background 0.3s ease;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  left: 0;
  top: 0;
  margin-top: 0;
  rotate: 270deg;
}
.modular__accordeon__bloc__header:hover {
  background-color: #e7f9ff;
}
.modular__accordeon__bloc__content {
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: #1C4A92;
  padding: 0;
  display: none;
  overflow: hidden;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__accordeon__bloc__content {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__accordeon__bloc__content {
    font-size: 14px;
  }
}
.modular__accordeon__bloc__content p:not(:last-child), .modular__accordeon__bloc__content ul:not(:last-child) {
  padding-bottom: 1.5em;
}
.modular__accordeon__bloc__content ul {
  list-style: disc;
  list-style-position: inside;
}
.modular__accordeon__bloc__content a {
  text-decoration: underline;
  font-weight: 700;
}
.modular__accordeon__bloc__content strong, .modular__accordeon__bloc__content strong * {
  font-weight: 700 !important;
}
.modular__accordeon__bloc__content .title-h2 {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87.07deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__accordeon__bloc__content .title-h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__accordeon__bloc__content .title-h2 {
    font-size: 28px;
  }
}
.modular__accordeon__bloc__content .title-h3 {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__accordeon__bloc__content .title-h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__accordeon__bloc__content .title-h3 {
    font-size: 18px;
  }
}
.modular__accordeon__bloc__content .title-h4 {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
}
.modular__accordeon__bloc__content .body-1 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__accordeon__bloc__content .body-1 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__accordeon__bloc__content .body-1 {
    font-size: 14px;
  }
}
.modular__accordeon__bloc__content .body-2 {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__accordeon__bloc__content .body-2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__accordeon__bloc__content .body-2 {
    font-size: 13px;
  }
}
.modular__accordeon__bloc__content .body-3 {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__accordeon__bloc__content .body-3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__accordeon__bloc__content .body-3 {
    font-size: 12px;
  }
}
.modular__accordeon__bloc__content .body-4 {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
}
.modular__accordeon__bloc__content strong {
  font-weight: 700;
}
.modular__accordeon__bloc__content sup {
  vertical-align: super;
  font-size: 0.75em;
}
.modular__accordeon__bloc__content .nowrap {
  white-space: nowrap;
}
.modular__accordeon__bloc.open .modular__accordeon__bloc__header {
  border-bottom: 1px solid #ceebf3;
}
.modular__accordeon__bloc.open .modular__accordeon__bloc__header__arrow {
  rotate: 90deg;
}
.modular__accordeon__bloc.open .modular__accordeon__bloc__content {
  display: block;
  padding: 20px 16px 20px 20px;
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.modular__bloc-edito-1 {
  padding: 40px 0;
  max-width: 1440px;
}
@media screen and (min-width: 1280px) {
  .modular__bloc-edito-1 {
    padding-block: 64px;
  }
}
.modular__bloc-edito-1__mainbox {
  display: flex;
  padding: 56px 40px;
  gap: 20px;
  background: #E7F9FF;
  border-radius: 52px;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox {
    border-radius: 36px;
    padding: 48px 16px;
  }
}
.modular__bloc-edito-1__mainbox__imagebox {
  width: 41%;
  min-height: 352px;
  height: 352px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__imagebox {
    width: 100%;
  }
}
.modular__bloc-edito-1__mainbox__imagebox.imagebox__mobile {
  width: 100%;
}
.modular__bloc-edito-1__mainbox__imagebox img {
  border-radius: 32px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: none;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__imagebox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
.modular__bloc-edito-1__mainbox__imagebox.stretch img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.modular__bloc-edito-1__mainbox__infobox {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 58%;
  padding: 32px 80px 0 80px;
  gap: 32px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__infobox {
    width: 100%;
    padding: 0;
  }
}
.modular__bloc-edito-1__mainbox__infobox__title {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87deg, #10428C -31.81%, #3AADD0 127.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__infobox__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-1__mainbox__infobox__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__infobox__title {
    max-width: 343px;
  }
}
.modular__bloc-edito-1__mainbox__infobox__selectorbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__infobox__selectorbox {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
}
.modular__bloc-edito-1__mainbox__infobox__selectorbox__description {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  color: #10428C;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__infobox__selectorbox__description {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-1__mainbox__infobox__selectorbox__description {
    font-size: 18px;
  }
}
.modular__bloc-edito-1__mainbox__infobox__selectorbox__customselect {
  display: flex;
  gap: 8px;
}
.modular__bloc-edito-1__mainbox__infobox__selectorbox__customselect__dropdown {
  position: relative;
}
.modular__bloc-edito-1__mainbox__infobox__selectorbox__customselect__dropdown__trigger {
  display: flex;
  position: relative;
  align-items: center;
  gap: 8px;
  background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
  color: white;
  padding: 10px 10px 10px 16px;
  border-radius: 10px;
  border: none;
  z-index: 1;
  cursor: pointer;
  transition: background 0.15s ease-out;
}
.modular__bloc-edito-1__mainbox__infobox__selectorbox__customselect__dropdown__trigger svg {
  stroke: currentColor;
}
.modular__bloc-edito-1__mainbox__infobox__selectorbox__customselect__dropdown__trigger::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
  background: #10428C;
  opacity: 0;
  transition: opacity 0.15s ease-out;
}
.modular__bloc-edito-1__mainbox__infobox__selectorbox__customselect__dropdown__trigger:hover::before {
  opacity: 1;
}
.modular__bloc-edito-1__mainbox__infobox__selectorbox__customselect__dropdown__trigger:focus::before {
  opacity: 1;
}
.modular__bloc-edito-1__mainbox__infobox__selectorbox__customselect__dropdown__trigger > .selected-label {
  /* link/link1 */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__infobox__selectorbox__customselect__dropdown__trigger > .selected-label {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-1__mainbox__infobox__selectorbox__customselect__dropdown__trigger > .selected-label {
    font-size: 14px;
  }
}
.modular__bloc-edito-1__mainbox__infobox__selectorbox__customselect__dropdown__menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 120px;
  width: max-content;
  background: white;
  border: 1px solid #CEEBF3;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  padding: 6px;
  max-height: 162px;
  overflow-y: auto;
  display: none;
  z-index: 20;
}
.modular__bloc-edito-1__mainbox__infobox__selectorbox__customselect__dropdown__menu::-webkit-scrollbar {
  width: 16px;
}
.modular__bloc-edito-1__mainbox__infobox__selectorbox__customselect__dropdown__menu::-webkit-scrollbar-track {
  margin-top: 10px;
  margin-bottom: 10px;
  border: solid 6px white;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__infobox__selectorbox__customselect__dropdown__menu::-webkit-scrollbar-track {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.modular__bloc-edito-1__mainbox__infobox__selectorbox__customselect__dropdown__menu::-webkit-scrollbar-thumb {
  border-radius: 70px;
  background: linear-gradient(1deg, rgba(16, 66, 140, 0.2) -1.46%, rgba(58, 173, 208, 0.2) 102.63%), #0899C5;
  border: solid 6px white;
}
.modular__bloc-edito-1__mainbox__infobox__selectorbox__customselect__dropdown__menu__item button {
  width: 100%;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  display: flex;
  gap: 8px;
  border-radius: 8px;
  padding: 6px 12px;
  color: #10428C;
  cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__infobox__selectorbox__customselect__dropdown__menu__item button {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-1__mainbox__infobox__selectorbox__customselect__dropdown__menu__item button {
    font-size: 14px;
  }
}
.modular__bloc-edito-1__mainbox__infobox__selectorbox__customselect__dropdown__menu__item button:hover {
  background-color: #CEEBF3;
}
.modular__bloc-edito-1__mainbox__infobox__selectorbox__customselect__dropdown.open .modular__bloc-edito-1__mainbox__infobox__selectorbox__customselect__dropdown__menu {
  display: block;
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  border-radius: 32px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.85);
  z-index: 10;
  backdrop-filter: blur(24px);
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1 {
  display: flex;
  gap: 40px;
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: #10428C;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc {
    font-size: 14px;
  }
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc p:not(:last-child), .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc ul:not(:last-child) {
  padding-bottom: 1.5em;
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc ul {
  list-style: disc;
  list-style-position: inside;
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc a {
  text-decoration: underline;
  font-weight: 700;
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc strong, .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc strong * {
  font-weight: 700 !important;
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc .title-h2 {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87.07deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc .title-h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc .title-h2 {
    font-size: 28px;
  }
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc .title-h3 {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc .title-h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc .title-h3 {
    font-size: 18px;
  }
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc .title-h4 {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc .body-1 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc .body-1 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc .body-1 {
    font-size: 14px;
  }
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc .body-2 {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc .body-2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc .body-2 {
    font-size: 13px;
  }
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc .body-3 {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc .body-3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc .body-3 {
    font-size: 12px;
  }
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc .body-4 {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc strong {
  font-weight: 700;
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc sup {
  vertical-align: super;
  font-size: 0.75em;
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content1__bloc .nowrap {
  white-space: nowrap;
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text {
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: #10428C;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text {
    font-size: 14px;
  }
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text p:not(:last-child), .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text ul:not(:last-child) {
  padding-bottom: 1.5em;
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text ul {
  list-style: disc;
  list-style-position: inside;
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text a {
  text-decoration: underline;
  font-weight: 700;
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text strong, .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text strong * {
  font-weight: 700 !important;
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text .title-h2 {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87.07deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text .title-h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text .title-h2 {
    font-size: 28px;
  }
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text .title-h3 {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text .title-h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text .title-h3 {
    font-size: 18px;
  }
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text .title-h4 {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text .body-1 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text .body-1 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text .body-1 {
    font-size: 14px;
  }
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text .body-2 {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text .body-2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text .body-2 {
    font-size: 13px;
  }
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text .body-3 {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text .body-3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text .body-3 {
    font-size: 12px;
  }
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text .body-4 {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text strong {
  font-weight: 700;
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text sup {
  vertical-align: super;
  font-size: 0.75em;
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__text .nowrap {
  white-space: nowrap;
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__link {
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  display: flex;
  gap: 4px;
  align-items: center;
  color: #10428C;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__link {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__link {
    font-size: 12px;
  }
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__link svg {
  fill: #007BA7;
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__link[target=_blank] svg {
  transform: rotate(-45deg);
}
.modular__bloc-edito-1__mainbox__infobox__selected-contentbox__content2__link:hover {
  text-decoration: underline;
}
.modular__bloc-edito-1__mainbox__infobox__shape {
  position: absolute;
  bottom: -19px;
  right: 55px;
  width: 260px;
  height: 195px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-1__mainbox__infobox__shape {
    right: -16px;
    bottom: -25px;
  }
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.modular__bloc-edito-2 {
  display: flex;
  padding: 40px 0;
  max-width: 1440px;
}
@media screen and (min-width: 1280px) {
  .modular__bloc-edito-2 {
    padding-block: 64px;
  }
}
.modular__bloc-edito-2__mainbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 40px;
  gap: 32px;
  background: #E7F9FF;
  border-radius: 52px;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-2__mainbox {
    padding: 48px 16px 16px 16px;
  }
}
.modular__bloc-edito-2__mainbox__title {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87deg, #10428C -31.81%, #3AADD0 127.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 568px;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-2__mainbox__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-2__mainbox__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-2__mainbox__title {
    max-width: 340px;
  }
}
.modular__bloc-edito-2__mainbox__cardsbox {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-2__mainbox__cardsbox {
    flex-direction: column;
    gap: 16px;
  }
}
.modular__bloc-edito-2__mainbox__cardsbox__card {
  display: flex;
  flex-direction: column;
  width: 33%;
  border-radius: 20px;
  border: 1px solid #CEEBF3;
  padding: 24px 24px 20px 24px;
  gap: 24px;
  background: linear-gradient(to top, #CEF3FF 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-2__mainbox__cardsbox__card {
    width: 100%;
  }
}
.modular__bloc-edito-2__mainbox__cardsbox__card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modular__bloc-edito-2__mainbox__cardsbox__card__body img {
  max-height: 64px;
  max-width: 64px;
}
.modular__bloc-edito-2__mainbox__cardsbox__card__body__card-title {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  color: #10428C;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-2__mainbox__cardsbox__card__body__card-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-2__mainbox__cardsbox__card__body__card-title {
    font-size: 18px;
  }
}
.modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text {
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: #10428C;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text {
    font-size: 14px;
  }
}
.modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text p:not(:last-child), .modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text ul:not(:last-child) {
  padding-bottom: 1.5em;
}
.modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text ul {
  list-style: disc;
  list-style-position: inside;
}
.modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text a {
  text-decoration: underline;
  font-weight: 700;
}
.modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text strong, .modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text strong * {
  font-weight: 700 !important;
}
.modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text .title-h2 {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87.07deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text .title-h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text .title-h2 {
    font-size: 28px;
  }
}
.modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text .title-h3 {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text .title-h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text .title-h3 {
    font-size: 18px;
  }
}
.modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text .title-h4 {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
}
.modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text .body-1 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text .body-1 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text .body-1 {
    font-size: 14px;
  }
}
.modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text .body-2 {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text .body-2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text .body-2 {
    font-size: 13px;
  }
}
.modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text .body-3 {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text .body-3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text .body-3 {
    font-size: 12px;
  }
}
.modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text .body-4 {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
}
.modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text strong {
  font-weight: 700;
}
.modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text sup {
  vertical-align: super;
  font-size: 0.75em;
}
.modular__bloc-edito-2__mainbox__cardsbox__card__body__card-text .nowrap {
  white-space: nowrap;
}
.modular__bloc-edito-2__mainbox__cardsbox__card__link {
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #10428C;
  cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__bloc-edito-2__mainbox__cardsbox__card__link {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__bloc-edito-2__mainbox__cardsbox__card__link {
    font-size: 12px;
  }
}
.modular__bloc-edito-2__mainbox__cardsbox__card__link svg {
  fill: #007BA7;
}
.modular__bloc-edito-2__mainbox__cardsbox__card__link[target=_blank] svg {
  transform: rotate(-45deg);
}
.modular__bloc-edito-2__mainbox__cardsbox__card__link:hover {
  text-decoration: underline;
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.modular__columns {
  max-width: 1440px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding-block: 40px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__columns {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .modular__columns {
    padding-block: 64px;
  }
}
.modular__columns.padding--wide, .modular__columns.padding--narrow {
  padding-inline: 120px;
}
.modular__columns.padding--wide.padding--narrow, .modular__columns.padding--narrow.padding--narrow {
  padding-inline: 40px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__columns.padding--wide, .modular__columns.padding--narrow {
    padding-inline: 16px;
  }
}
.modular__columns.embed-component {
  padding: 0;
}
.modular__columns__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 0 16px;
}
.modular__columns__column img {
  height: 64px;
  width: 64px;
}
.modular__columns__column__description {
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__columns__column__description {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__columns__column__description {
    font-size: 14px;
  }
}
.modular__columns__column__description p:not(:last-child), .modular__columns__column__description ul:not(:last-child) {
  padding-bottom: 1.5em;
}
.modular__columns__column__description ul {
  list-style: disc;
  list-style-position: inside;
}
.modular__columns__column__description a {
  text-decoration: underline;
  font-weight: 700;
}
.modular__columns__column__description strong, .modular__columns__column__description strong * {
  font-weight: 700 !important;
}
.modular__columns__column__description .title-h2 {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87.07deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__columns__column__description .title-h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__columns__column__description .title-h2 {
    font-size: 28px;
  }
}
.modular__columns__column__description .title-h3 {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__columns__column__description .title-h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__columns__column__description .title-h3 {
    font-size: 18px;
  }
}
.modular__columns__column__description .title-h4 {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
}
.modular__columns__column__description .body-1 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__columns__column__description .body-1 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__columns__column__description .body-1 {
    font-size: 14px;
  }
}
.modular__columns__column__description .body-2 {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__columns__column__description .body-2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__columns__column__description .body-2 {
    font-size: 13px;
  }
}
.modular__columns__column__description .body-3 {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__columns__column__description .body-3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__columns__column__description .body-3 {
    font-size: 12px;
  }
}
.modular__columns__column__description .body-4 {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
}
.modular__columns__column__description strong {
  font-weight: 700;
}
.modular__columns__column__description sup {
  vertical-align: super;
  font-size: 0.75em;
}
.modular__columns__column__description .nowrap {
  white-space: nowrap;
}
.modular__columns__column.align-left {
  align-items: flex-start;
}
.modular__columns__column.align-left .modular__columns__column__description {
  text-align: left;
}
.modular__columns--2 .modular__columns__column {
  width: calc(50% - 20px);
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__columns--2 .modular__columns__column {
    width: 100%;
  }
}
.modular__columns--3 .modular__columns__column, .modular__columns--5 .modular__columns__column, .modular__columns--6 .modular__columns__column {
  width: calc(33.333% - 20px);
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__columns--3 .modular__columns__column, .modular__columns--5 .modular__columns__column, .modular__columns--6 .modular__columns__column {
    width: 100%;
  }
}
.modular__columns--4 .modular__columns__column, .modular__columns--7 .modular__columns__column, .modular__columns--8 .modular__columns__column {
  width: calc(25% - 20px);
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__columns--4 .modular__columns__column, .modular__columns--7 .modular__columns__column, .modular__columns--8 .modular__columns__column {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__columns--3, .modular__columns--4, .modular__columns--5, .modular__columns--6, .modular__columns--7, .modular__columns--8 {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  .modular__columns--3 .modular__columns__column, .modular__columns--4 .modular__columns__column, .modular__columns--5 .modular__columns__column, .modular__columns--6 .modular__columns__column, .modular__columns--7 .modular__columns__column, .modular__columns--8 .modular__columns__column {
    width: calc(50% - 16px);
  }
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.modular__cooling-network-map {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 1440px;
  padding: 40px;
  gap: 20px;
}
@media screen and (min-width: 1280px) {
  .modular__cooling-network-map {
    padding-block: 64px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__cooling-network-map {
    flex-direction: column;
    padding: 40px 0;
    gap: 16px;
  }
}
.modular__cooling-network-map__legendbox {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
  order: 1;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__cooling-network-map__legendbox {
    order: 2;
    gap: 24px;
    padding: 0 16px;
  }
  .modular__cooling-network-map__legendbox__section:nth-child(1) {
    order: 2;
  }
  .modular__cooling-network-map__legendbox__section:nth-child(2) {
    order: 3;
  }
  .modular__cooling-network-map__legendbox__section:nth-child(3) {
    order: 4;
  }
  .modular__cooling-network-map__legendbox__section:nth-child(4) {
    order: 1;
  }
}
.modular__cooling-network-map__legendbox__section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.modular__cooling-network-map__legendbox__section__title {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
  color: #10428C;
}
.modular__cooling-network-map__legendbox__section__items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__cooling-network-map__legendbox__section__items {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 16px;
  }
}
.modular__cooling-network-map__legendbox__section__items__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__cooling-network-map__legendbox__section__items__item {
    width: calc(50% - 8px);
  }
}
.modular__cooling-network-map__legendbox__section__items__item img {
  height: 30px;
  width: 30px;
  object-fit: cover;
}
.modular__cooling-network-map__legendbox__section__items__item span {
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  color: #10428C;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__cooling-network-map__legendbox__section__items__item span {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__cooling-network-map__legendbox__section__items__item span {
    font-size: 12px;
  }
}
.modular__cooling-network-map__legendbox__section__btn {
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  width: 100%;
  display: flex;
  gap: 4px;
  align-items: center;
  color: #007BA7;
  cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__cooling-network-map__legendbox__section__btn {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__cooling-network-map__legendbox__section__btn {
    font-size: 12px;
  }
}
.modular__cooling-network-map__legendbox__section__btn:hover {
  text-decoration: underline;
}
.modular__cooling-network-map__mapbox {
  min-width: 70.3rem;
  display: flex;
  justify-content: center;
  order: 2;
}
.modular__cooling-network-map__mapbox img {
  max-width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__cooling-network-map__mapbox {
    order: 1;
    min-width: unset;
    width: 100%;
  }
  .modular__cooling-network-map__mapbox img {
    width: 100%;
  }
}
.modular__cooling-network-map__mapbox .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.modular__crossContent {
  display: flex;
  padding: 40px 40px 40px 120px;
  gap: 80px;
  max-width: 1440px;
  justify-content: center;
  margin: auto;
}
@media screen and (min-width: 1280px) {
  .modular__crossContent {
    padding-block: 64px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__crossContent {
    flex-direction: column;
    padding: 40px 16px;
    gap: 32px;
  }
}
.modular__crossContent__contentbox {
  flex: 1;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__crossContent__contentbox {
    width: 100%;
  }
}
.modular__crossContent__contentbox__title {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__crossContent__contentbox__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__crossContent__contentbox__title {
    font-size: 28px;
  }
}
.modular__crossContent__contentbox__page-name {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
  color: #10428C;
  margin-bottom: 4px;
}
.modular__crossContent__contentbox__page-title {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  color: #10428C;
  margin-bottom: 16px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__crossContent__contentbox__page-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__crossContent__contentbox__page-title {
    font-size: 18px;
  }
}
.modular__crossContent__contentbox__page-description {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: #10428C;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__crossContent__contentbox__page-description {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__crossContent__contentbox__page-description {
    font-size: 14px;
  }
}
.modular__crossContent__contentbox__page-description.is-truncated {
  mask-image: linear-gradient(to bottom, white 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, white 80%, transparent 100%);
}
.modular__crossContent__contentbox__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: max-content;
  height: 40px;
  padding: 12px;
  border: 1px solid #CEEBF3;
  border-radius: 10px;
  background: white;
  transition: all 0.3s ease;
  cursor: pointer;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  color: #1C4A92;
  text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__crossContent__contentbox__btn {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__crossContent__contentbox__btn {
    font-size: 13px;
  }
}
.modular__crossContent__contentbox__btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.modular__crossContent__contentbox__btn:hover {
  border: 1px solid #10428C;
  background: #10428C;
  color: white;
}
.modular__crossContent__contentbox__btn:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.modular__crossContent__contentbox__btn.link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
  mask-size: cover;
  background-color: #10428C;
  transition: background-color 0.3s ease;
}
.modular__crossContent__contentbox__btn.link:hover::after {
  background-color: white;
}
.modular__crossContent__contentbox__btn.link[target=_blank]::after {
  transform: rotate(-45deg);
}
.modular__crossContent__imagebox {
  flex: 1;
  height: 253px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__crossContent__imagebox {
    width: 100%;
  }
}
.modular__crossContent__imagebox img {
  border-radius: 32px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__crossContent__imagebox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
.modular__crossContent__imagebox.stretch img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.modular__key-numbers {
  max-width: 1440px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding-block: 40px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__key-numbers {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .modular__key-numbers {
    padding-block: 64px;
  }
}
.modular__key-numbers.padding--wide, .modular__key-numbers.padding--narrow {
  padding-inline: 120px;
}
.modular__key-numbers.padding--wide.padding--narrow, .modular__key-numbers.padding--narrow.padding--narrow {
  padding-inline: 40px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__key-numbers.padding--wide, .modular__key-numbers.padding--narrow {
    padding-inline: 16px;
  }
}
.modular__key-numbers__key-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 0 16px;
}
.modular__key-numbers__key-number img {
  height: 64px;
  width: 64px;
}
.modular__key-numbers__key-number__contentbox {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.modular__key-numbers__key-number__contentbox__number {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 100%; /* 50px */
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__key-numbers__key-number__contentbox__number {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__key-numbers__key-number__contentbox__number {
    font-size: 50px;
  }
}
.modular__key-numbers__key-number__contentbox__number.bleu {
  color: #10428C;
}
.modular__key-numbers__key-number__contentbox__number.orange {
  background: linear-gradient(59.34deg, #C5770A 0%, #EB2D4D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modular__key-numbers__key-number__contentbox__legend {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-align: center;
  color: #10428C;
  font-weight: 700;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__key-numbers__key-number__contentbox__legend {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__key-numbers__key-number__contentbox__legend {
    font-size: 14px;
  }
}
.modular__key-numbers__key-number.align-left {
  align-items: flex-start;
}
.modular__key-numbers__key-number.align-left .modular__key-numbers__key-number__description {
  text-align: left;
}
.modular__key-numbers--2 .modular__key-numbers__key-number {
  width: calc(50% - 20px);
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__key-numbers--2 .modular__key-numbers__key-number {
    width: 100%;
  }
}
.modular__key-numbers--3 .modular__key-numbers__key-number, .modular__key-numbers--5 .modular__key-numbers__key-number, .modular__key-numbers--6 .modular__key-numbers__key-number {
  width: calc(33.333% - 20px);
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__key-numbers--3 .modular__key-numbers__key-number, .modular__key-numbers--5 .modular__key-numbers__key-number, .modular__key-numbers--6 .modular__key-numbers__key-number {
    width: 100%;
  }
}
.modular__key-numbers--4 .modular__key-numbers__key-number, .modular__key-numbers--7 .modular__key-numbers__key-number, .modular__key-numbers--8 .modular__key-numbers__key-number {
  width: calc(25% - 20px);
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__key-numbers--4 .modular__key-numbers__key-number, .modular__key-numbers--7 .modular__key-numbers__key-number, .modular__key-numbers--8 .modular__key-numbers__key-number {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__key-numbers--3, .modular__key-numbers--4, .modular__key-numbers--5, .modular__key-numbers--6, .modular__key-numbers--7, .modular__key-numbers--8 {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  .modular__key-numbers--3 .modular__key-numbers__key-number, .modular__key-numbers--4 .modular__key-numbers__key-number, .modular__key-numbers--5 .modular__key-numbers__key-number, .modular__key-numbers--6 .modular__key-numbers__key-number, .modular__key-numbers--7 .modular__key-numbers__key-number, .modular__key-numbers--8 .modular__key-numbers__key-number {
    width: calc(50% - 16px);
  }
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.layer {
  position: fixed;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 66, 140, 0.5);
  backdrop-filter: blur(12px);
  transition: opacity 300ms ease-out;
}
.open .layer {
  opacity: 1;
  pointer-events: all;
}
.open .layer .layer__content {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .open .layer .layer__content {
    transform: translateY(0);
  }
}
.layer .layer__close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #CEEBF3;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2.8px);
  cursor: pointer;
  z-index: 1;
}
.layer .layer__close svg {
  fill: #10428C;
}
.layer .layer__close:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .layer .layer__close {
    width: 45px;
    height: 45px;
  }
  .layer .layer__close svg {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .layer .layer__close {
    width: 36px;
    height: 36px;
  }
  .layer .layer__close svg {
    width: 13.5px;
    height: 13.5px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .layer .layer__close {
    width: 36px;
    height: 36px;
  }
  .layer .layer__close svg {
    width: 13.5px;
    height: 13.5px;
  }
}
@media screen and (min-width: 1440px) {
  .layer .layer__close {
    width: 45px;
    height: 45px;
  }
  .layer .layer__close svg {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .layer .layer__close {
    top: 28px;
    right: 12px;
  }
}
.layer .layer__content {
  color: #10428C;
  position: absolute;
  right: 0;
  margin: auto;
  background: white;
  width: 50%;
  height: 100%;
  padding: 40px 0 40px 40px;
  transform: translateX(100%);
  opacity: 0;
  transition: all 300ms ease-out;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .layer .layer__content {
    width: 100%;
    transform: translateY(100%);
    padding: 32px 0 40px 16px;
    top: 16px;
    height: calc(100% - 16px);
    border-radius: 20px 20px 0 0;
  }
}
.layer .layer__content__text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  overflow-y: scroll;
  height: 100%;
  padding-right: 80px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .layer .layer__content__text {
    padding-right: 16px;
  }
}
.layer .layer__content__text::-webkit-scrollbar {
  width: 16px;
}
.layer .layer__content__text::-webkit-scrollbar-track {
  margin-top: 10px;
  margin-bottom: 10px;
  border: solid 6px white;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .layer .layer__content__text::-webkit-scrollbar-track {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.layer .layer__content__text::-webkit-scrollbar-thumb {
  border-radius: 70px;
  background: linear-gradient(1deg, rgba(16, 66, 140, 0.2) -1.46%, rgba(58, 173, 208, 0.2) 102.63%), #0899C5;
  border: solid 6px white;
}
.layer .layer__content__text__title {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .layer .layer__content__text__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .layer .layer__content__text__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .layer .layer__content__text__title {
    padding-right: 30px;
  }
}
.layer .layer__content__text__body {
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .layer .layer__content__text__body {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .layer .layer__content__text__body {
    font-size: 14px;
  }
}
.layer .layer__content__text__body p:not(:last-child), .layer .layer__content__text__body ul:not(:last-child) {
  padding-bottom: 1.5em;
}
.layer .layer__content__text__body ul {
  list-style: disc;
  list-style-position: inside;
}
.layer .layer__content__text__body a {
  text-decoration: underline;
  font-weight: 700;
}
.layer .layer__content__text__body strong, .layer .layer__content__text__body strong * {
  font-weight: 700 !important;
}
.layer .layer__content__text__body .title-h2 {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87.07deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .layer .layer__content__text__body .title-h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .layer .layer__content__text__body .title-h2 {
    font-size: 28px;
  }
}
.layer .layer__content__text__body .title-h3 {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .layer .layer__content__text__body .title-h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .layer .layer__content__text__body .title-h3 {
    font-size: 18px;
  }
}
.layer .layer__content__text__body .title-h4 {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
}
.layer .layer__content__text__body .body-1 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .layer .layer__content__text__body .body-1 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .layer .layer__content__text__body .body-1 {
    font-size: 14px;
  }
}
.layer .layer__content__text__body .body-2 {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .layer .layer__content__text__body .body-2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .layer .layer__content__text__body .body-2 {
    font-size: 13px;
  }
}
.layer .layer__content__text__body .body-3 {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .layer .layer__content__text__body .body-3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .layer .layer__content__text__body .body-3 {
    font-size: 12px;
  }
}
.layer .layer__content__text__body .body-4 {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
}
.layer .layer__content__text__body strong {
  font-weight: 700;
}
.layer .layer__content__text__body sup {
  vertical-align: super;
  font-size: 0.75em;
}
.layer .layer__content__text__body .nowrap {
  white-space: nowrap;
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.modular__mediaCarousel {
  padding: 40px;
  background-color: white;
  border-radius: 52px;
  display: flex;
  position: relative;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel {
    flex-direction: column;
    padding: 48px 16px 32px;
  }
}
.modular__mediaCarousel.blue-background {
  padding: 56px 40px;
  margin: 40px 0;
  background-color: #e7f9ff;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel.blue-background {
    padding: 48px 16px 32px;
  }
}
.modular__mediaCarousel__wrapper {
  max-width: 100%;
}
.modular__mediaCarousel__slide {
  display: flex;
  gap: 52px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__mediaCarousel__slide {
    justify-content: space-between;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel__slide {
    flex-direction: column;
    height: unset;
    gap: 40px;
  }
}
.modular__mediaCarousel__slide__text {
  padding: 32px 32px 40px 32px;
  position: relative;
  box-sizing: border-box;
  width: 35.2rem;
  min-width: 35.2rem;
  max-height: 32.5rem;
  align-self: center;
  overflow: hidden;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel__slide__text {
    max-height: unset;
    height: unset;
    width: 100%;
    min-width: unset;
    padding: 0;
    overflow: visible;
  }
}
.modular__mediaCarousel__slide__text__content {
  overflow: hidden;
  padding-bottom: 0;
}
.modular__mediaCarousel__slide__text__content.mask-on {
  mask-image: linear-gradient(to bottom, white 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, white 80%, transparent 100%);
}
.modular__mediaCarousel__slide__text__content__title {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87.07deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel__slide__text__content__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__mediaCarousel__slide__text__content__title {
    font-size: 28px;
  }
}
.modular__mediaCarousel__slide__text__content__title.orange-title {
  background: linear-gradient(59.34deg, #C5770A 0%, #EB2D4D 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.modular__mediaCarousel__slide__text__content__richtext {
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: #10428C;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 32px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel__slide__text__content__richtext {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__mediaCarousel__slide__text__content__richtext {
    font-size: 14px;
  }
}
.modular__mediaCarousel__slide__text__content__richtext p:not(:last-child), .modular__mediaCarousel__slide__text__content__richtext ul:not(:last-child) {
  padding-bottom: 1.5em;
}
.modular__mediaCarousel__slide__text__content__richtext ul {
  list-style: disc;
  list-style-position: inside;
}
.modular__mediaCarousel__slide__text__content__richtext a {
  text-decoration: underline;
  font-weight: 700;
}
.modular__mediaCarousel__slide__text__content__richtext strong, .modular__mediaCarousel__slide__text__content__richtext strong * {
  font-weight: 700 !important;
}
.modular__mediaCarousel__slide__text__content__richtext .title-h2 {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87.07deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel__slide__text__content__richtext .title-h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__mediaCarousel__slide__text__content__richtext .title-h2 {
    font-size: 28px;
  }
}
.modular__mediaCarousel__slide__text__content__richtext .title-h3 {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel__slide__text__content__richtext .title-h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__mediaCarousel__slide__text__content__richtext .title-h3 {
    font-size: 18px;
  }
}
.modular__mediaCarousel__slide__text__content__richtext .title-h4 {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
}
.modular__mediaCarousel__slide__text__content__richtext .body-1 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel__slide__text__content__richtext .body-1 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__mediaCarousel__slide__text__content__richtext .body-1 {
    font-size: 14px;
  }
}
.modular__mediaCarousel__slide__text__content__richtext .body-2 {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel__slide__text__content__richtext .body-2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__mediaCarousel__slide__text__content__richtext .body-2 {
    font-size: 13px;
  }
}
.modular__mediaCarousel__slide__text__content__richtext .body-3 {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel__slide__text__content__richtext .body-3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__mediaCarousel__slide__text__content__richtext .body-3 {
    font-size: 12px;
  }
}
.modular__mediaCarousel__slide__text__content__richtext .body-4 {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
}
.modular__mediaCarousel__slide__text__content__richtext strong {
  font-weight: 700;
}
.modular__mediaCarousel__slide__text__content__richtext sup {
  vertical-align: super;
  font-size: 0.75em;
}
.modular__mediaCarousel__slide__text__content__richtext .nowrap {
  white-space: nowrap;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel__slide__text__content__richtext {
    margin-top: 24px;
  }
}
.modular__mediaCarousel__slide__text__see-more {
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  cursor: pointer;
  color: #10428C;
  display: none;
  margin-top: 2rem;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel__slide__text__see-more {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__mediaCarousel__slide__text__see-more {
    font-size: 12px;
  }
}
.modular__mediaCarousel__slide__text__see-more:hover {
  text-decoration: underline;
}
.modular__mediaCarousel__slide__text__see-more svg {
  margin-left: 4px;
  fill: #007ba7;
}
.modular__mediaCarousel__slide__text__see-more.visible {
  display: flex;
  align-items: center;
}
.modular__mediaCarousel__slide__media {
  max-width: 100%;
  flex-grow: 1;
}
.modular__mediaCarousel__slide__media.image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.modular__mediaCarousel__slide__media.image img {
  aspect-ratio: 4/3;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  border-radius: 44px;
  object-fit: cover;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel__slide__media.image img {
    border-radius: 32px;
  }
}
.modular__mediaCarousel__slide__media.video {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.modular__mediaCarousel__slide__media.video .video__player {
  aspect-ratio: 4/3;
  width: 100%;
  border-radius: 44px;
  overflow: hidden;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel__slide__media.video .video__player {
    border-radius: 32px;
    margin-bottom: 12px;
  }
}
.modular__mediaCarousel__slide__media.video .video__player:has(.video__player__thumbnail__button:focus) .video__player__thumbnail > img {
  transform: scale(1.04);
}
.modular__mediaCarousel__slide__media.video .video__player__thumbnail {
  position: relative;
  height: 100%;
}
.modular__mediaCarousel__slide__media.video .video__player__thumbnail__button {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(68.29deg, #eb2c4d 15.5%, #edb000 80.22%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel__slide__media.video .video__player__thumbnail__button {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }
  .modular__mediaCarousel__slide__media.video .video__player__thumbnail__button > img {
    width: 9px;
    height: 12px;
  }
}
.modular__mediaCarousel__slide__media.video .video__player__thumbnail > img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease-out;
}
.modular__mediaCarousel__slide__media.video .video__player__thumbnail:hover > img {
  transform: scale(1.04);
}
.modular__mediaCarousel__slide__media.video .video__player__iframe {
  height: 100%;
  overflow: hidden;
}
.modular__mediaCarousel__slide__media.video .video__player__iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  transform: scale(1.001);
  transform-origin: center;
}
.modular__mediaCarousel__slide__media.video .layer__open__button {
  display: flex;
  margin-top: 16px;
  align-items: center;
  gap: 4px;
  color: #007BA7;
  margin-right: 5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel__slide__media.video .layer__open__button {
    margin-top: 12px;
  }
}
.modular__mediaCarousel__slide__media.video .layer__open__button__text {
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  display: inline-block;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel__slide__media.video .layer__open__button__text {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__mediaCarousel__slide__media.video .layer__open__button__text {
    font-size: 12px;
  }
}
.modular__mediaCarousel__slide__media.video .layer__open__button__text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modular__mediaCarousel__slide__media.video .layer__open__button:hover .layer__open__button__text:after {
  opacity: 1;
}
.modular__mediaCarousel__arrows {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding-left: 24px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel__arrows {
    flex-direction: row;
    padding: 0;
    justify-content: flex-end;
    padding-top: 16px;
  }
}
.modular__mediaCarousel__arrows__prev {
  min-height: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel__arrows__prev {
    background: none;
  }
}
.modular__mediaCarousel__arrows__prev__btn {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid #10428C;
  color: #10428C;
  background: white;
  backdrop-filter: blur(2.8px);
  transition: background 0.3s ease;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  pointer-events: auto;
  cursor: pointer;
  left: 0;
  top: 0;
  margin-top: 0;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel__arrows__prev__btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__mediaCarousel__arrows__prev__btn {
    font-size: 14px;
  }
}
.modular__mediaCarousel__arrows__prev__btn {
  font-weight: 700;
}
.modular__mediaCarousel__arrows__prev__btn:not(:disabled):not(.active):hover {
  border: 1px solid #10428C;
  background: #10428C;
  color: white;
  cursor: pointer;
}
.modular__mediaCarousel__arrows__prev__btn[aria-disabled=true] {
  border: 1px solid rgba(177, 186, 189, 0.3);
  color: #B1BABD;
}
.modular__mediaCarousel__arrows__prev__btn svg {
  width: 12px;
  height: 12px;
}
.modular__mediaCarousel__arrows__next {
  min-height: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel__arrows__next {
    background: none;
  }
}
.modular__mediaCarousel__arrows__next__btn {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid #10428C;
  color: #10428C;
  background: white;
  backdrop-filter: blur(2.8px);
  transition: background 0.3s ease;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  pointer-events: auto;
  cursor: pointer;
  right: unset;
  top: unset;
  margin-top: 0;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel__arrows__next__btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__mediaCarousel__arrows__next__btn {
    font-size: 14px;
  }
}
.modular__mediaCarousel__arrows__next__btn {
  font-weight: 700;
}
.modular__mediaCarousel__arrows__next__btn:not(:disabled):not(.active):hover {
  border: 1px solid #10428C;
  background: #10428C;
  color: white;
  cursor: pointer;
}
.modular__mediaCarousel__arrows__next__btn[aria-disabled=true] {
  border: 1px solid rgba(177, 186, 189, 0.3);
  color: #B1BABD;
}
.modular__mediaCarousel__arrows__next__btn svg {
  width: 12px;
  height: 12px;
}
.modular__mediaCarousel__arrows .swiper-button-next::after,
.modular__mediaCarousel__arrows .swiper-button-prev::after {
  display: none;
}
.modular__mediaCarousel__pagination {
  width: unset !important;
  margin-left: 32px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel__pagination {
    margin: 0;
    bottom: 43px !important;
    left: 16px !important;
  }
}
.modular__mediaCarousel__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10428c;
  opacity: 0.4;
  margin: 0 4px;
}
.modular__mediaCarousel__pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 8px;
  aspect-ratio: 2/1;
  border-radius: 40px;
  background: linear-gradient(87deg, #10428c -31.81%, #3aadd0 127.08%);
  opacity: 1;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaCarousel__pagination .swiper-pagination-bullet-active {
    outline: 1px solid #10428C;
    outline-offset: 1px;
  }
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.modular__mediaFullWidth.image__fullWidth {
  display: flex;
  justify-content: center;
  padding-inline: 40px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaFullWidth.image__fullWidth {
    padding-inline: 0;
  }
  .modular__mediaFullWidth.image__fullWidth img {
    border-radius: 0px;
  }
}
.modular__mediaFullWidth.image__fullWidth.with__tb__margins {
  padding-block: 40px;
}
@media screen and (min-width: 1280px) {
  .modular__mediaFullWidth.image__fullWidth.with__tb__margins {
    padding-block: 64px;
  }
}
.modular__mediaFullWidth.image__fullWidth.with__lr__margins {
  padding-inline: 120px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaFullWidth.image__fullWidth.with__lr__margins {
    padding-inline: 16px;
  }
}
.modular__mediaFullWidth.image__fullWidth img {
  width: 100%;
  border-radius: 44px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaFullWidth.image__fullWidth img {
    border-radius: 32px;
  }
}
.modular__mediaFullWidth.video__fullWidth {
  aspect-ratio: 16/9;
  padding-inline: 120px;
}
.modular__mediaFullWidth.video__fullWidth.with__tb__margins {
  padding-block: 40px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaFullWidth.video__fullWidth {
    padding-inline: 16px;
  }
}
.modular__mediaFullWidth.video__fullWidth .video__fullWidth__player {
  height: 100%;
  min-height: 193px;
  border-radius: 44px;
  overflow: hidden;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaFullWidth.video__fullWidth .video__fullWidth__player {
    border-radius: 32px;
    margin-bottom: 12px;
  }
}
.modular__mediaFullWidth.video__fullWidth .video__fullWidth__player:has(.video__fullWidth__player__thumbnail__button:focus) {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.modular__mediaFullWidth.video__fullWidth .video__fullWidth__player:has(.video__fullWidth__player__thumbnail__button:focus) .video__fullWidth__player__thumbnail > img {
  transform: scale(1.04);
}
.modular__mediaFullWidth.video__fullWidth .video__fullWidth__player__thumbnail {
  position: relative;
  height: 100%;
  min-height: 193px;
}
.modular__mediaFullWidth.video__fullWidth .video__fullWidth__player__thumbnail__button {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(68.29deg, #EB2C4D 15.5%, #EDB000 80.22%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaFullWidth.video__fullWidth .video__fullWidth__player__thumbnail__button {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }
  .modular__mediaFullWidth.video__fullWidth .video__fullWidth__player__thumbnail__button > img {
    width: 9px;
    height: 12px;
  }
}
.modular__mediaFullWidth.video__fullWidth .video__fullWidth__player__thumbnail > img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  min-height: 193px;
  object-fit: cover;
  transition: transform 300ms ease-out;
}
.modular__mediaFullWidth.video__fullWidth .video__fullWidth__player__thumbnail:hover > img {
  transform: scale(1.04);
}
.modular__mediaFullWidth.video__fullWidth .video__fullWidth__player__iframe {
  min-height: 193px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.modular__mediaFullWidth.video__fullWidth .video__fullWidth__player__iframe iframe {
  min-height: 193px;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  transform: scale(1.001);
  transform-origin: center;
}
.modular__mediaFullWidth.video__fullWidth .video__fullWidth__player__iframe__button {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(68.29deg, #EB2C4D 15.5%, #EDB000 80.22%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaFullWidth.video__fullWidth .video__fullWidth__player__iframe__button {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }
  .modular__mediaFullWidth.video__fullWidth .video__fullWidth__player__iframe__button > img {
    width: 9px;
    height: 12px;
  }
}
.modular__mediaFullWidth.video__fullWidth .video__fullWidth__player__iframe__button.hidden {
  display: none;
}
.modular__mediaFullWidth.video__fullWidth .layer__open__button {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #007BA7;
  margin-top: 16px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaFullWidth.video__fullWidth .layer__open__button {
    margin-top: 12px;
  }
}
.modular__mediaFullWidth.video__fullWidth .layer__open__button__text {
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  display: inline-block;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__mediaFullWidth.video__fullWidth .layer__open__button__text {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__mediaFullWidth.video__fullWidth .layer__open__button__text {
    font-size: 12px;
  }
}
.modular__mediaFullWidth.video__fullWidth .layer__open__button__text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modular__mediaFullWidth.video__fullWidth .layer__open__button:hover .layer__open__button__text:after {
  opacity: 1;
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.modular__push {
  position: relative;
  display: flex;
  max-width: 1440px;
  padding: 40px 201px;
  gap: 8px;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .modular__push {
    padding-block: 64px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push {
    padding: 40px 16px;
  }
}
.modular__push__mainbox {
  display: flex;
  flex-direction: column;
  border: 1px solid #CEEBF3;
  border-radius: 20px;
  padding: 24px;
  gap: 16px;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push__mainbox {
    padding: 16px;
  }
}
.modular__push__mainbox__image {
  max-width: 64px;
  max-height: 64px;
}
.modular__push__mainbox__title {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push__mainbox__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push__mainbox__title {
    font-size: 18px;
  }
}
.modular__push__mainbox__text {
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: #10428C;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push__mainbox__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push__mainbox__text {
    font-size: 14px;
  }
}
.modular__push__mainbox__text p:not(:last-child), .modular__push__mainbox__text ul:not(:last-child) {
  padding-bottom: 1.5em;
}
.modular__push__mainbox__text ul {
  list-style: disc;
  list-style-position: inside;
}
.modular__push__mainbox__text a {
  text-decoration: underline;
  font-weight: 700;
}
.modular__push__mainbox__text strong, .modular__push__mainbox__text strong * {
  font-weight: 700 !important;
}
.modular__push__mainbox__text .title-h2 {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87.07deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push__mainbox__text .title-h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push__mainbox__text .title-h2 {
    font-size: 28px;
  }
}
.modular__push__mainbox__text .title-h3 {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push__mainbox__text .title-h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push__mainbox__text .title-h3 {
    font-size: 18px;
  }
}
.modular__push__mainbox__text .title-h4 {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
}
.modular__push__mainbox__text .body-1 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push__mainbox__text .body-1 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push__mainbox__text .body-1 {
    font-size: 14px;
  }
}
.modular__push__mainbox__text .body-2 {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push__mainbox__text .body-2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push__mainbox__text .body-2 {
    font-size: 13px;
  }
}
.modular__push__mainbox__text .body-3 {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push__mainbox__text .body-3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push__mainbox__text .body-3 {
    font-size: 12px;
  }
}
.modular__push__mainbox__text .body-4 {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
}
.modular__push__mainbox__text strong {
  font-weight: 700;
}
.modular__push__mainbox__text sup {
  vertical-align: super;
  font-size: 0.75em;
}
.modular__push__mainbox__text .nowrap {
  white-space: nowrap;
}
.modular__push__mainbox__ctabox {
  display: flex;
  padding-top: 8px;
  gap: 16px;
}
.modular__push__mainbox__ctabox__cta {
  text-decoration: none;
}
.modular__push__mainbox__ctabox__cta.bleu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  height: 40px;
  position: relative;
  z-index: 1;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
  cursor: pointer;
  color: white;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push__mainbox__ctabox__cta.bleu {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push__mainbox__ctabox__cta.bleu {
    font-size: 13px;
  }
}
.modular__push__mainbox__ctabox__cta.bleu svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.modular__push__mainbox__ctabox__cta.bleu:disabled {
  background: linear-gradient(81deg, #B1BABD -3.28%, #E2E2E2 113.85%);
  cursor: unset;
}
.modular__push__mainbox__ctabox__cta.bleu:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.modular__push__mainbox__ctabox__cta.bleu::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background: #10428C;
  opacity: 0;
  transition: all 0.3s ease;
}
.modular__push__mainbox__ctabox__cta.bleu:hover::before {
  opacity: 1;
}
.modular__push__mainbox__ctabox__cta.bleu:disabled::before {
  opacity: 0;
}
.modular__push__mainbox__ctabox__cta.bleu.link::after {
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
  mask-size: cover;
  background-color: white;
  transition: background-color 0.3s ease;
}
.modular__push__mainbox__ctabox__cta.bleu.link[target=_blank]::after {
  transform: rotate(-45deg);
}
.modular__push__mainbox__ctabox__cta.blanc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: max-content;
  height: 40px;
  padding: 12px;
  border: 1px solid #CEEBF3;
  border-radius: 10px;
  background: white;
  transition: all 0.3s ease;
  cursor: pointer;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  color: #1C4A92;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push__mainbox__ctabox__cta.blanc {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push__mainbox__ctabox__cta.blanc {
    font-size: 13px;
  }
}
.modular__push__mainbox__ctabox__cta.blanc svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.modular__push__mainbox__ctabox__cta.blanc:hover {
  border: 1px solid #10428C;
  background: #10428C;
  color: white;
}
.modular__push__mainbox__ctabox__cta.blanc:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.modular__push__mainbox__ctabox__cta.blanc.link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
  mask-size: cover;
  background-color: #10428C;
  transition: background-color 0.3s ease;
}
.modular__push__mainbox__ctabox__cta.blanc.link:hover::after {
  background-color: white;
}
.modular__push__mainbox__ctabox__cta.blanc.link[target=_blank]::after {
  transform: rotate(-45deg);
}
.modular__push__mainbox__ctabox__cta.blanc svg {
  width: 20px;
  height: 20px;
}
.modular__push__background-image {
  position: absolute;
  width: 182px;
  height: 185px;
  right: 167px;
  top: 22px;
  z-index: 1;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push__background-image {
    top: 10px;
    right: -16px;
  }
}
.modular__push--white-background .modular__push__mainbox {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(24px);
}
.modular__push--white-background .modular__push__mainbox__title {
  color: #007BA7;
}
.modular__push--dark-blue-background .modular__push__mainbox {
  background: linear-gradient(85deg, rgba(16, 66, 140, 0.9) 0%, rgba(0, 122, 170, 0.9) 100%);
  backdrop-filter: blur(24px);
}
.modular__push--dark-blue-background .modular__push__mainbox__title {
  color: white;
}
.modular__push--dark-blue-background .modular__push__mainbox__text {
  color: white;
}
.modular__push--dark-blue-background .modular__push__mainbox__ctabox__cta.bleu {
  background: #10428C;
}
.modular__push--light-blue-background .modular__push__mainbox {
  background: linear-gradient(to top, rgba(208, 244, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 100%);
  backdrop-filter: blur(24px);
}
.modular__push--light-blue-background .modular__push__mainbox__title {
  color: #10428C;
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.modular__push-job-offer {
  display: flex;
  max-width: 1440px;
  padding: 40px;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .modular__push-job-offer {
    padding-block: 64px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer {
    padding: 40px 0;
  }
}
.modular__push-job-offer__mainbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  border-radius: 32px;
  padding: 48px;
  background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
  overflow: hidden;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox {
    flex-direction: column;
    align-items: start;
    gap: 32px;
    border-radius: 36px;
    padding: 48px 16px 16px 16px;
  }
}
.modular__push-job-offer__mainbox__job-infobox {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 42%;
  width: 42%;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-infobox {
    width: 100%;
    gap: 24px;
  }
}
.modular__push-job-offer__mainbox__job-infobox__infos {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: white;
}
.modular__push-job-offer__mainbox__job-infobox__infos__titles {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.modular__push-job-offer__mainbox__job-infobox__infos__titles__top-title {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
}
.modular__push-job-offer__mainbox__job-infobox__infos__titles__title {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-infobox__infos__titles__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push-job-offer__mainbox__job-infobox__infos__titles__title {
    font-size: 28px;
  }
}
.modular__push-job-offer__mainbox__job-infobox__infos__text {
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-infobox__infos__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push-job-offer__mainbox__job-infobox__infos__text {
    font-size: 14px;
  }
}
.modular__push-job-offer__mainbox__job-infobox__infos__text p:not(:last-child), .modular__push-job-offer__mainbox__job-infobox__infos__text ul:not(:last-child) {
  padding-bottom: 1.5em;
}
.modular__push-job-offer__mainbox__job-infobox__infos__text ul {
  list-style: disc;
  list-style-position: inside;
}
.modular__push-job-offer__mainbox__job-infobox__infos__text a {
  text-decoration: underline;
  font-weight: 700;
}
.modular__push-job-offer__mainbox__job-infobox__infos__text strong, .modular__push-job-offer__mainbox__job-infobox__infos__text strong * {
  font-weight: 700 !important;
}
.modular__push-job-offer__mainbox__job-infobox__infos__text .title-h2 {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87.07deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-infobox__infos__text .title-h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push-job-offer__mainbox__job-infobox__infos__text .title-h2 {
    font-size: 28px;
  }
}
.modular__push-job-offer__mainbox__job-infobox__infos__text .title-h3 {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-infobox__infos__text .title-h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push-job-offer__mainbox__job-infobox__infos__text .title-h3 {
    font-size: 18px;
  }
}
.modular__push-job-offer__mainbox__job-infobox__infos__text .title-h4 {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
}
.modular__push-job-offer__mainbox__job-infobox__infos__text .body-1 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-infobox__infos__text .body-1 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push-job-offer__mainbox__job-infobox__infos__text .body-1 {
    font-size: 14px;
  }
}
.modular__push-job-offer__mainbox__job-infobox__infos__text .body-2 {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-infobox__infos__text .body-2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push-job-offer__mainbox__job-infobox__infos__text .body-2 {
    font-size: 13px;
  }
}
.modular__push-job-offer__mainbox__job-infobox__infos__text .body-3 {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-infobox__infos__text .body-3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push-job-offer__mainbox__job-infobox__infos__text .body-3 {
    font-size: 12px;
  }
}
.modular__push-job-offer__mainbox__job-infobox__infos__text .body-4 {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
}
.modular__push-job-offer__mainbox__job-infobox__infos__text strong {
  font-weight: 700;
}
.modular__push-job-offer__mainbox__job-infobox__infos__text sup {
  vertical-align: super;
  font-size: 0.75em;
}
.modular__push-job-offer__mainbox__job-infobox__infos__text .nowrap {
  white-space: nowrap;
}
.modular__push-job-offer__mainbox__job-infobox__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: max-content;
  height: 40px;
  padding: 12px;
  border: 1px solid #CEEBF3;
  border-radius: 10px;
  background: white;
  transition: all 0.3s ease;
  cursor: pointer;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  color: #1C4A92;
  text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-infobox__link {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push-job-offer__mainbox__job-infobox__link {
    font-size: 13px;
  }
}
.modular__push-job-offer__mainbox__job-infobox__link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.modular__push-job-offer__mainbox__job-infobox__link:hover {
  border: 1px solid #10428C;
  background: #10428C;
  color: white;
}
.modular__push-job-offer__mainbox__job-infobox__link:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.modular__push-job-offer__mainbox__job-infobox__link.link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
  mask-size: cover;
  background-color: #10428C;
  transition: background-color 0.3s ease;
}
.modular__push-job-offer__mainbox__job-infobox__link.link:hover::after {
  background-color: white;
}
.modular__push-job-offer__mainbox__job-infobox__link.link[target=_blank]::after {
  transform: rotate(-45deg);
}
.modular__push-job-offer__mainbox__job-infobox__link svg {
  fill: currentColor;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
}
.modular__push-job-offer__mainbox__job-infobox__link:hover svg {
  fill: currentColor;
}
.modular__push-job-offer__mainbox__job-infobox__link:focus {
  outline: 2.5px solid #FFF;
  outline-offset: 3.5px;
}
.modular__push-job-offer__mainbox__job-offersbox {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox {
    width: 100%;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__wrapper {
    width: 100%;
    margin: 0;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__no-offer {
  border-radius: 20px;
  height: 257px;
  object-fit: cover;
  z-index: 2;
  min-width: 454px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__wrapper__no-offer {
    width: 100%;
    min-width: auto;
    aspect-ratio: 4/3;
    height: auto;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__two-offers {
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__wrapper__two-offers {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .modular__push-job-offer__mainbox__job-offersbox__wrapper__two-offers > *:last-child {
    align-self: flex-end;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__more-offers {
  display: flex;
  flex-direction: column;
  z-index: 2;
  max-width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__wrapper__more-offers {
    overflow: visible !important;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__more-offers__slides {
  display: flex;
  position: relative;
  max-width: 454px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__wrapper__more-offers__slides {
    max-width: max-content;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__more-offers__slides .swiper-slide {
  max-width: 185px;
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__more-offers__navbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__wrapper__more-offers__navbox {
    padding-bottom: 16px;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__more-offers__navbox__pagination {
  display: flex;
  width: unset !important;
  gap: 8px;
  position: static;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__wrapper__more-offers__navbox__pagination {
    margin: 0;
    bottom: 43px !important;
    left: 16px !important;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__more-offers__navbox__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0.4;
  margin: 0 !important;
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__more-offers__navbox__pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 8px;
  aspect-ratio: 2/1;
  border-radius: 40px;
  background: #D0F4FF;
  opacity: 1;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__wrapper__more-offers__navbox__pagination .swiper-pagination-bullet-active {
    outline: 1px solid #10428C;
    outline-offset: 1px;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  justify-self: end;
  width: max-content;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows {
    flex-direction: row;
    padding: 0;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows__prev {
  min-height: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows__prev {
    background: none;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows__prev__btn {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid #10428C;
  color: #10428C;
  background: white;
  backdrop-filter: blur(2.8px);
  transition: background 0.3s ease;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  pointer-events: auto;
  cursor: pointer;
  left: 0;
  top: 0;
  margin-top: 0;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows__prev__btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows__prev__btn {
    font-size: 14px;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows__prev__btn {
  font-weight: 700;
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows__prev__btn:not(:disabled):not(.active):hover {
  border: 1px solid #10428C;
  background: #10428C;
  color: white;
  cursor: pointer;
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows__prev__btn[aria-disabled=true] {
  border: 1px solid rgba(177, 186, 189, 0.3);
  color: #B1BABD;
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows__prev__btn svg {
  width: 12px;
  height: 12px;
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows__prev__btn:focus {
  outline: 2.5px solid #FFF;
  outline-offset: 3.5px;
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows__next {
  min-height: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows__next {
    background: none;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows__next__btn {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid #10428C;
  color: #10428C;
  background: white;
  backdrop-filter: blur(2.8px);
  transition: background 0.3s ease;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  pointer-events: auto;
  cursor: pointer;
  right: unset;
  top: unset;
  margin-top: 0;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows__next__btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows__next__btn {
    font-size: 14px;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows__next__btn {
  font-weight: 700;
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows__next__btn:not(:disabled):not(.active):hover {
  border: 1px solid #10428C;
  background: #10428C;
  color: white;
  cursor: pointer;
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows__next__btn[aria-disabled=true] {
  border: 1px solid rgba(177, 186, 189, 0.3);
  color: #B1BABD;
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows__next__btn svg {
  width: 12px;
  height: 12px;
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows__next__btn:focus {
  outline: 2.5px solid #FFF;
  outline-offset: 3.5px;
}
.modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows .swiper-button-next::after,
.modular__push-job-offer__mainbox__job-offersbox__wrapper__arrows .swiper-button-prev::after {
  display: none;
}
.modular__push-job-offer__mainbox__job-offersbox__card {
  display: flex;
  border-radius: 20px;
  justify-content: space-between;
  padding: 16px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  width: 217px;
  height: 257px;
  z-index: 2;
}
.modular__push-job-offer__mainbox__job-offersbox__card__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__title {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  color: #10428C;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__card__content__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push-job-offer__mainbox__job-offersbox__card__content__title {
    font-size: 18px;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__body {
  flex: 1;
  display: flex;
  gap: 8px;
  flex-direction: column;
  margin-bottom: 12px;
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__body__description {
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: #10428C;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__card__content__body__description {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push-job-offer__mainbox__job-offersbox__card__content__body__description {
    font-size: 14px;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__body__description p:not(:last-child), .modular__push-job-offer__mainbox__job-offersbox__card__content__body__description ul:not(:last-child) {
  padding-bottom: 1.5em;
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__body__description ul {
  list-style: disc;
  list-style-position: inside;
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__body__description a {
  text-decoration: underline;
  font-weight: 700;
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__body__description strong, .modular__push-job-offer__mainbox__job-offersbox__card__content__body__description strong * {
  font-weight: 700 !important;
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__body__description .title-h2 {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87.07deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__card__content__body__description .title-h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push-job-offer__mainbox__job-offersbox__card__content__body__description .title-h2 {
    font-size: 28px;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__body__description .title-h3 {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__card__content__body__description .title-h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push-job-offer__mainbox__job-offersbox__card__content__body__description .title-h3 {
    font-size: 18px;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__body__description .title-h4 {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__body__description .body-1 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__card__content__body__description .body-1 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push-job-offer__mainbox__job-offersbox__card__content__body__description .body-1 {
    font-size: 14px;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__body__description .body-2 {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__card__content__body__description .body-2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push-job-offer__mainbox__job-offersbox__card__content__body__description .body-2 {
    font-size: 13px;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__body__description .body-3 {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__card__content__body__description .body-3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push-job-offer__mainbox__job-offersbox__card__content__body__description .body-3 {
    font-size: 12px;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__body__description .body-4 {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__body__description strong {
  font-weight: 700;
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__body__description sup {
  vertical-align: super;
  font-size: 0.75em;
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__body__description .nowrap {
  white-space: nowrap;
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__body__btn {
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  display: flex;
  align-items: center;
  color: #10428C;
  cursor: pointer;
  gap: 4px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__card__content__body__btn {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push-job-offer__mainbox__job-offersbox__card__content__body__btn {
    font-size: 12px;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__body__btn svg {
  fill: #007BA7;
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__body__btn:hover {
  text-decoration: underline;
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  height: 40px;
  position: relative;
  z-index: 1;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
  cursor: pointer;
  color: white;
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  text-decoration: none;
  margin-top: auto;
  max-height: fit-content;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__card__content__link {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__push-job-offer__mainbox__job-offersbox__card__content__link {
    font-size: 13px;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__link:disabled {
  background: linear-gradient(81deg, #B1BABD -3.28%, #E2E2E2 113.85%);
  cursor: unset;
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__link:focus {
  outline: 2px solid #1C4A92;
  outline-offset: 2px;
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background: #10428C;
  opacity: 0;
  transition: all 0.3s ease;
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__link:hover::before {
  opacity: 1;
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__link:disabled::before {
  opacity: 0;
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__link.link::after {
  content: "";
  width: 20px;
  height: 20px;
  mask-image: url("/app/themes/frdp/static/assets/svg/cta-arrow.svg");
  mask-size: cover;
  background-color: white;
  transition: background-color 0.3s ease;
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__link.link[target=_blank]::after {
  transform: rotate(-45deg);
}
.modular__push-job-offer__mainbox__job-offersbox__card__content__link svg {
  width: 20px;
  height: 20px;
}
.modular__push-job-offer__mainbox__job-offersbox__image-card {
  border-radius: 20px;
  width: 217px;
  min-width: 217px;
  height: 257px;
  object-fit: cover;
  z-index: 2;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__image-card {
    display: none;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__shape {
  position: absolute;
  top: -22px;
  right: 90px;
  width: 260px;
  height: 195px;
  z-index: 1;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__shape {
    top: -24px;
    left: 144px;
    right: auto;
  }
}
.modular__push-job-offer__mainbox__job-offersbox__shape__no-offers {
  position: absolute;
  top: -12px;
  right: -28px;
  width: 260px;
  height: 195px;
  z-index: 1;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__push-job-offer__mainbox__job-offersbox__shape__no-offers {
    top: -24px;
    left: 144px;
    right: auto;
  }
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.modular__richText {
  color: #10428C;
  padding: 40px 201px 16px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__richText {
    padding: 40px 16px 8px;
  }
}
.modular__richText.embed-component {
  padding: 0;
}
.modular__richText__title {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87.07deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__richText__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__richText__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__richText__title {
    margin-bottom: 24px;
  }
}
.modular__richText__title.orange-title {
  background: linear-gradient(59.34deg, #C5770A 0%, #EB2D4D 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.modular__richText__title.title-at-left {
  text-align: left;
}
.modular__richText__wysiwyg {
  padding: 0 8rem;
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__richText__wysiwyg {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__richText__wysiwyg {
    font-size: 14px;
  }
}
.modular__richText__wysiwyg p:not(:last-child), .modular__richText__wysiwyg ul:not(:last-child) {
  padding-bottom: 1.5em;
}
.modular__richText__wysiwyg ul {
  list-style: disc;
  list-style-position: inside;
}
.modular__richText__wysiwyg a {
  text-decoration: underline;
  font-weight: 700;
}
.modular__richText__wysiwyg strong, .modular__richText__wysiwyg strong * {
  font-weight: 700 !important;
}
.modular__richText__wysiwyg .title-h2 {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87.07deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__richText__wysiwyg .title-h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__richText__wysiwyg .title-h2 {
    font-size: 28px;
  }
}
.modular__richText__wysiwyg .title-h3 {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__richText__wysiwyg .title-h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__richText__wysiwyg .title-h3 {
    font-size: 18px;
  }
}
.modular__richText__wysiwyg .title-h4 {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
}
.modular__richText__wysiwyg .body-1 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__richText__wysiwyg .body-1 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__richText__wysiwyg .body-1 {
    font-size: 14px;
  }
}
.modular__richText__wysiwyg .body-2 {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__richText__wysiwyg .body-2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__richText__wysiwyg .body-2 {
    font-size: 13px;
  }
}
.modular__richText__wysiwyg .body-3 {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__richText__wysiwyg .body-3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__richText__wysiwyg .body-3 {
    font-size: 12px;
  }
}
.modular__richText__wysiwyg .body-4 {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
}
.modular__richText__wysiwyg strong {
  font-weight: 700;
}
.modular__richText__wysiwyg sup {
  vertical-align: super;
  font-size: 0.75em;
}
.modular__richText__wysiwyg .nowrap {
  white-space: nowrap;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__richText__wysiwyg {
    padding: 0;
  }
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.stepping {
  padding: 40px;
}
@media screen and (min-width: 1280px) {
  .stepping {
    padding: 64px 40px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .stepping {
    padding: 40px 16px;
  }
}
.stepping__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .stepping__container {
    margin-bottom: 0;
  }
}
.stepping__container__step {
  width: calc((100% - 80px) / 4);
  border-radius: 14px;
  border: 1px solid #80BDD3;
  position: relative;
  padding: 22px 24px;
  color: #10428C;
  margin: 0;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .stepping__container__step {
    width: 100% !important;
  }
}
.stepping__container__step.big {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #D0F4FF 100%);
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.stepping__container__step.big .stepping__container__step__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.stepping__container__step.big .stepping__container__step__top__title {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .stepping__container__step.big .stepping__container__step__top__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .stepping__container__step.big .stepping__container__step__top__title {
    font-size: 18px;
  }
}
.stepping__container__step.big .stepping__container__step__text {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .stepping__container__step.big .stepping__container__step__text {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .stepping__container__step.big .stepping__container__step__text {
    font-size: 13px;
  }
}
.stepping__container__step.small .stepping__container__step__title {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #10428C;
  /* link/link1 */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .stepping__container__step.small .stepping__container__step__title {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .stepping__container__step.small .stepping__container__step__title {
    font-size: 14px;
  }
}
.stepping__container__step.small .stepping__container__step__title:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("/app/themes/frdp/static/assets/svg/stepping_icon.svg") no-repeat center center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.stepping__container__step:not(:last-child):after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/app/themes/frdp/static/assets/svg/ligne_stepping.svg") no-repeat center center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .stepping__container__step:not(:last-child):after {
    right: unset;
    top: unset;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.stepping__container__step > img {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
}
.stepping__container.nbbloc3 .stepping__container__step {
  width: calc((100% - 40px) / 3);
}
.stepping__container.nbbloc4 .stepping__container__step {
  width: calc((100% - 60px) / 4);
}
@media screen and (min-width: 1024px) {
  .stepping__container.nblocktwolines .stepping__container__step:nth-child(4):after {
    background: url("/app/themes/frdp/static/assets/svg/ligne_stepping2.svg") no-repeat center center;
  }
  .stepping__container.nblocktwolines .stepping__container__step:nth-child(5) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 320px) and (max-width: 1023px) {
  .stepping__container.nblocktwolines .stepping__container__step:nth-child(5) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .stepping__container.nblocktwolines .stepping__container__step:nth-child(5):before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("/app/themes/frdp/static/assets/svg/ligne_stepping2.svg") no-repeat center center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) and (min-width: 320px) and (max-width: 1023px) {
  .stepping__container.nblocktwolines .stepping__container__step:nth-child(5):before {
    display: none;
  }
}
.stepping__legends {
  padding-top: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.stepping__legends__legend {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
}
.stepping__legends__legend img {
  height: 16px;
  width: 16px;
}
.stepping__legends__legend span {
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  color: #10428C;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .stepping__legends__legend span {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .stepping__legends__legend span {
    font-size: 12px;
  }
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.modular__tabs {
  padding: 40px 40px 16px 40px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__tabs {
    padding: 40px 16px 8px;
  }
}
.modular__tabs__title {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87.07deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__tabs__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__tabs__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__tabs__title {
    margin-bottom: 32px;
  }
}
.modular__tabs__title.orange-title {
  background: linear-gradient(59.34deg, #C5770A 0%, #EB2D4D 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.modular__tabs__fade-wrapper {
  position: relative;
  width: 100%;
}
.modular__tabs__fade-left, .modular__tabs__fade-right {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
  transition: opacity 0.3s;
  opacity: 0;
}
.modular__tabs__fade-left {
  left: 0;
  background: linear-gradient(to left, transparent, white); /* adapte la couleur */
}
.modular__tabs__fade-right {
  right: 0;
  background: linear-gradient(to right, transparent, white);
}
.modular__tabs__scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  user-select: none;
  scrollbar-width: none;
  padding: 0.6em 8rem;
  box-sizing: content-box;
}
.modular__tabs__scroll-wrapper::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__tabs__desktop {
    display: none;
  }
}
.modular__tabs__desktop__container {
  display: flex;
  gap: 1rem;
  width: max-content;
}
.modular__tabs__desktop__container__tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 11px 14px;
  gap: 6px;
  cursor: pointer;
  width: max-content;
  font-family: "Manrope", sans-serif;
  color: #10428C;
  border-radius: 10px;
  border: 1px solid #CEEBF3;
  background-color: #fff;
  display: flex;
  gap: 6px;
  align-items: center;
  transition: all 0.3s;
}
.modular__tabs__desktop__container__tab.active, .modular__tabs__desktop__container__tab:hover {
  display: inline-flex;
  padding: 11px 14px;
  align-items: center;
  gap: 6px;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #10428C;
  background-color: #10428C;
}
.modular__tabs__desktop__container__tab.active svg, .modular__tabs__desktop__container__tab:hover svg {
  fill: white;
}
.modular__tabs__desktop__container__tab:disabled {
  cursor: auto;
  background-color: #fff;
  color: #B1BABD;
  border: 1px solid #B1BABD;
}
.modular__tabs__desktop__container__tab svg {
  width: 12px;
  height: 12px;
  fill: #10428C;
}
.modular__tabs__desktop__container__tab__title {
  /* link/link3 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__tabs__desktop__container__tab__title {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__tabs__desktop__container__tab__title {
    font-size: 12px;
  }
}
.modular__tabs__mobile {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__tabs__mobile {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.modular__tabs__mobile__tab {
  border: 1px solid #ceebf3;
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
  background: white;
}
.modular__tabs__mobile__tab__header {
  background: transparent;
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 14px 12px 12px 12px;
  cursor: pointer;
  border: none;
  border-radius: 14px;
  transition: background 0.15s;
}
.modular__tabs__mobile__tab__header__number {
  font-size: 16px;
  color: #1C4A92;
}
.modular__tabs__mobile__tab__header__number::before {
  font-family: u2400;
}
.modular__tabs__mobile__tab__header__title {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  color: #1C4A92;
  text-align: left;
  flex-grow: 1;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__tabs__mobile__tab__header__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__tabs__mobile__tab__header__title {
    font-size: 18px;
  }
}
.modular__tabs__mobile__tab__header__arrow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid #ceebf3;
  color: #1C4A92;
  background: white;
  backdrop-filter: blur(2.8px);
  transition: background 0.3s ease;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  left: 0;
  top: 0;
  margin-top: 0;
  rotate: 270deg;
}
.modular__tabs__mobile__tab__header:hover {
  background-color: #e7f9ff;
}
.modular__tabs__mobile__tab__content {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: #1C4A92;
  padding: 0;
  display: none;
  overflow: hidden;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__tabs__mobile__tab__content {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__tabs__mobile__tab__content {
    font-size: 14px;
  }
}
.modular__tabs__mobile__tab.open .modular__tabs__mobile__tab__header {
  border-bottom: 1px solid #ceebf3;
}
.modular__tabs__mobile__tab.open .modular__tabs__mobile__tab__header__arrow {
  rotate: 90deg;
}
.modular__tabs__mobile__tab.open .modular__tabs__mobile__tab__content {
  display: block;
  padding: 20px 16px 20px 20px;
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.modular__textAndVisual {
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 100px;
  padding: 40px 120px 40px 40px;
  border-radius: 0 0 52px 52px;
  min-height: 382px;
}
@media screen and (min-width: 1280px) {
  .modular__textAndVisual {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.modular__textAndVisual.text-left {
  flex-direction: row-reverse;
  padding-right: 40px;
  padding-left: 120px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__textAndVisual {
    gap: 40px;
    border-radius: 0 0 36px 36px;
  }
  .modular__textAndVisual, .modular__textAndVisual.text-left {
    flex-direction: column;
    padding: 40px 16px;
  }
}
.modular__textAndVisual.blue-background {
  background: linear-gradient(0deg, #D0F4FF 0%, rgba(255, 255, 255, 0) 100%);
}
.modular__textAndVisual__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 382px;
  border-radius: 32px;
  min-width: 38.2rem;
  width: 38.2rem;
  height: auto;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__textAndVisual__visual {
    min-width: unset;
    width: unset;
    min-height: 343px;
  }
  .modular__textAndVisual__visual img {
    max-height: 343px;
  }
}
.modular__textAndVisual__visual img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.modular__textAndVisual__text {
  flex-grow: 1;
  align-self: center;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__textAndVisual__text {
    padding: 0;
  }
}
.modular__textAndVisual__text__title {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87.07deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__textAndVisual__text__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__textAndVisual__text__title {
    font-size: 28px;
  }
}
.modular__textAndVisual__text__title.orange-title {
  background: linear-gradient(59.34deg, #C5770A 0%, #EB2D4D 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.modular__textAndVisual__text__richtext {
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__textAndVisual__text__richtext {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__textAndVisual__text__richtext {
    font-size: 14px;
  }
}
.modular__textAndVisual__text__richtext p:not(:last-child), .modular__textAndVisual__text__richtext ul:not(:last-child) {
  padding-bottom: 1.5em;
}
.modular__textAndVisual__text__richtext ul {
  list-style: disc;
  list-style-position: inside;
}
.modular__textAndVisual__text__richtext a {
  text-decoration: underline;
  font-weight: 700;
}
.modular__textAndVisual__text__richtext strong, .modular__textAndVisual__text__richtext strong * {
  font-weight: 700 !important;
}
.modular__textAndVisual__text__richtext .title-h2 {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87.07deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__textAndVisual__text__richtext .title-h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__textAndVisual__text__richtext .title-h2 {
    font-size: 28px;
  }
}
.modular__textAndVisual__text__richtext .title-h3 {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__textAndVisual__text__richtext .title-h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__textAndVisual__text__richtext .title-h3 {
    font-size: 18px;
  }
}
.modular__textAndVisual__text__richtext .title-h4 {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
}
.modular__textAndVisual__text__richtext .body-1 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__textAndVisual__text__richtext .body-1 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__textAndVisual__text__richtext .body-1 {
    font-size: 14px;
  }
}
.modular__textAndVisual__text__richtext .body-2 {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__textAndVisual__text__richtext .body-2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__textAndVisual__text__richtext .body-2 {
    font-size: 13px;
  }
}
.modular__textAndVisual__text__richtext .body-3 {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__textAndVisual__text__richtext .body-3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__textAndVisual__text__richtext .body-3 {
    font-size: 12px;
  }
}
.modular__textAndVisual__text__richtext .body-4 {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
}
.modular__textAndVisual__text__richtext strong {
  font-weight: 700;
}
.modular__textAndVisual__text__richtext sup {
  vertical-align: super;
  font-size: 0.75em;
}
.modular__textAndVisual__text__richtext .nowrap {
  white-space: nowrap;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__textAndVisual__text__richtext {
    margin-top: 24px;
  }
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.modular__trombinoscope {
  max-width: 1440px;
  display: flex;
  align-items: center;
  gap: 100px;
  border-radius: 52px;
  padding: 40px;
  background: linear-gradient(0deg, #D0F4FF 0%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .modular__trombinoscope {
    padding-block: 64px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__trombinoscope {
    flex-direction: column;
    gap: 40px;
    border-radius: 36px;
    padding: 40px 16px;
  }
}
.modular__trombinoscope__infobox {
  display: flex;
  flex-direction: column;
  padding: 0 32px;
  gap: 32px;
  width: 46.2rem;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__trombinoscope__infobox {
    gap: 24px;
    padding: 0;
    width: 100%;
  }
}
.modular__trombinoscope__infobox__title {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87deg, #10428C -31.81%, #3AADD0 127.08%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__trombinoscope__infobox__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__trombinoscope__infobox__title {
    font-size: 28px;
  }
}
.modular__trombinoscope__infobox__description {
  color: #10428C;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: #10428C;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__trombinoscope__infobox__description {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__trombinoscope__infobox__description {
    font-size: 14px;
  }
}
.modular__trombinoscope__infobox__description p:not(:last-child), .modular__trombinoscope__infobox__description ul:not(:last-child) {
  padding-bottom: 1.5em;
}
.modular__trombinoscope__infobox__description ul {
  list-style: disc;
  list-style-position: inside;
}
.modular__trombinoscope__infobox__description a {
  text-decoration: underline;
  font-weight: 700;
}
.modular__trombinoscope__infobox__description strong, .modular__trombinoscope__infobox__description strong * {
  font-weight: 700 !important;
}
.modular__trombinoscope__infobox__description .title-h2 {
  /* heading/H1 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 50px */
  background: linear-gradient(87.07deg, #10428C -31.81%, #3AADD0 127.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__trombinoscope__infobox__description .title-h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__trombinoscope__infobox__description .title-h2 {
    font-size: 28px;
  }
}
.modular__trombinoscope__infobox__description .title-h3 {
  /* heading/H3 — 1024 */
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__trombinoscope__infobox__description .title-h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__trombinoscope__infobox__description .title-h3 {
    font-size: 18px;
  }
}
.modular__trombinoscope__infobox__description .title-h4 {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
}
.modular__trombinoscope__infobox__description .body-1 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__trombinoscope__infobox__description .body-1 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__trombinoscope__infobox__description .body-1 {
    font-size: 14px;
  }
}
.modular__trombinoscope__infobox__description .body-2 {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__trombinoscope__infobox__description .body-2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__trombinoscope__infobox__description .body-2 {
    font-size: 13px;
  }
}
.modular__trombinoscope__infobox__description .body-3 {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__trombinoscope__infobox__description .body-3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__trombinoscope__infobox__description .body-3 {
    font-size: 12px;
  }
}
.modular__trombinoscope__infobox__description .body-4 {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
}
.modular__trombinoscope__infobox__description strong {
  font-weight: 700;
}
.modular__trombinoscope__infobox__description sup {
  vertical-align: super;
  font-size: 0.75em;
}
.modular__trombinoscope__infobox__description .nowrap {
  white-space: nowrap;
}
.modular__trombinoscope__personsbox {
  display: flex;
  flex: 1;
  gap: 20px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__trombinoscope__personsbox {
    width: 100%;
    justify-content: center;
    gap: 16px;
  }
}
.modular__trombinoscope__personsbox__person {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 0.67px;
  width: 220px;
}
.modular__trombinoscope__personsbox__person.full {
  width: 220px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__trombinoscope__personsbox__person.full {
    width: 163px;
  }
}
.modular__trombinoscope__personsbox__person.full > img:first-child {
  height: 293.33px;
  object-fit: cover;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__trombinoscope__personsbox__person.full > img:first-child {
    height: 217.33px;
  }
}
.modular__trombinoscope__personsbox__person.full .modular__trombinoscope__personsbox__shape {
  display: block;
  width: 269px;
  height: 236px;
  top: 39px;
  left: 113px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__trombinoscope__personsbox__person.full .modular__trombinoscope__personsbox__shape {
    width: 256px;
    height: 225px;
    top: -16px;
    left: -59px;
  }
}
.modular__trombinoscope__personsbox__person.half {
  width: 181px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__trombinoscope__personsbox__person.half {
    width: 163px;
  }
}
.modular__trombinoscope__personsbox__person.half > img:first-child {
  height: 241px;
  object-fit: cover;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__trombinoscope__personsbox__person.half > img:first-child {
    height: 217.33px;
  }
}
.modular__trombinoscope__personsbox__person.half:first-child .modular__trombinoscope__personsbox__shape {
  display: block;
  width: 269px;
  height: 236px;
  top: -20px;
  left: -58px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__trombinoscope__personsbox__person.half:first-child .modular__trombinoscope__personsbox__shape {
    display: none;
  }
}
.modular__trombinoscope__personsbox__person.half:last-child .modular__trombinoscope__personsbox__shape {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__trombinoscope__personsbox__person.half:last-child .modular__trombinoscope__personsbox__shape {
    display: block;
    width: 269px;
    height: 236px;
    top: -19px;
    left: -65.5px;
  }
}
.modular__trombinoscope__personsbox__person__photo {
  border-radius: 20px;
  z-index: 2;
}
.modular__trombinoscope__personsbox__person__description {
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 2;
}
.modular__trombinoscope__personsbox__person__description__name {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: #10428C;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__trombinoscope__personsbox__person__description__name {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__trombinoscope__personsbox__person__description__name {
    font-size: 14px;
  }
}
.modular__trombinoscope__personsbox__person__description__function {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  color: #10428C;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__trombinoscope__personsbox__person__description__function {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__trombinoscope__personsbox__person__description__function {
    font-size: 12px;
  }
}
.modular__trombinoscope__personsbox__shape {
  display: none;
  position: absolute;
  z-index: 1;
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

.modular__verbatim {
  display: flex;
  max-width: 1440px;
  justify-content: center;
  align-items: center;
  padding: 40px 201px 40px 120px;
  gap: 101px;
}
@media screen and (min-width: 1280px) {
  .modular__verbatim {
    padding-block: 64px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__verbatim {
    flex-direction: column;
    padding: 40px 16px;
    gap: 40px;
  }
}
.modular__verbatim__imagebox {
  position: relative;
}
.modular__verbatim__imagebox__image {
  position: relative;
  border-radius: 32px;
  width: 221px;
  z-index: 2;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__verbatim__imagebox__image {
    width: 163px;
  }
}
.modular__verbatim__imagebox__shape {
  position: absolute;
  top: -19px;
  right: -20px;
  width: 259px;
  z-index: 1;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__verbatim__imagebox__shape {
    width: 227px;
  }
}
.modular__verbatim__contentbox {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__verbatim__contentbox {
    gap: 16px;
  }
}
.modular__verbatim__contentbox__title {
  /* heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 15.4px */
  text-transform: uppercase;
  color: #10428C;
}
.modular__verbatim__contentbox__blockquote {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.modular__verbatim__contentbox__blockquote__content {
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  background: linear-gradient(85deg, #10428C 0%, #007AAA 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modular__verbatim__contentbox__blockquote__footer {
  /* link/link2 */
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  color: #10428C;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .modular__verbatim__contentbox__blockquote__footer {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .modular__verbatim__contentbox__blockquote__footer {
    font-size: 13px;
  }
}
@charset "UTF-8";
@font-face {
  font-family: "u2400";
  src: url("/app/themes/frdp/static/fonts/u2400/u2400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@keyframes dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes second-dot-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.circle-1 {
  font-size: 20px;
}
.circle-1::before {
  content: "❶";
  font-family: u2400;
}

.circle-2 {
  font-size: 20px;
}
.circle-2::before {
  content: "❷";
  font-family: u2400;
}

.circle-3 {
  font-size: 20px;
}
.circle-3::before {
  content: "❸";
  font-family: u2400;
}

.circle-4 {
  font-size: 20px;
}
.circle-4::before {
  content: "❹";
  font-family: u2400;
}

.circle-5 {
  font-size: 20px;
}
.circle-5::before {
  content: "❺";
  font-family: u2400;
}

.circle-6 {
  font-size: 20px;
}
.circle-6::before {
  content: "❻";
  font-family: u2400;
}

.circle-7 {
  font-size: 20px;
}
.circle-7::before {
  content: "❼";
  font-family: u2400;
}

.circle-8 {
  font-size: 20px;
}
.circle-8::before {
  content: "❽";
  font-family: u2400;
}

.circle-9 {
  font-size: 20px;
}
.circle-9::before {
  content: "❾";
  font-family: u2400;
}

.circle-10 {
  font-size: 20px;
}
.circle-10::before {
  content: "❿";
  font-family: u2400;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  font-family: "Manrope", sans-serif;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
label {
  cursor: inherit;
}

a {
  color: currentColor;
}

button {
  background: none;
}

a,
li,
button {
  outline-color: #fff;
}

input,
select,
button,
textarea {
  outline: none;
  appearance: none;
  font-family: inherit;
  border: none;
  padding: 0;
}

input[type=submit] {
  cursor: inherit;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

html {
  font-size: 14.4px;
  max-width: 100%;
  scroll-behavior: smooth;
}
html.overflow-hidden {
  overflow-y: hidden;
  touch-action: none;
  -ms-touch-action: none;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  html {
    font-variant-ligatures: none;
    font-size: 0.9765625vw;
    font-size: calc(0.9765625vw - var(0px) / 102.4);
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  html {
    font-size: 2.6666666667vw;
    font-size: calc(2.6666666667vw - var(0px) / 37.5);
  }
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.no-scroll {
  overflow: hidden;
}
body.error404 .wpml-ls {
  display: none;
}

section {
  max-width: 1440px;
  margin: 0 auto;
}

*:focus {
  outline: 2.5px solid #007BA7;
  outline-offset: 2.5px;
}