@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
* {
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

p {
  margin: 0 !important;
}

body,
button,
input,
optgroup,
select,
textarea,
p {
  font-family: "Montserrat", sans-serif !important;
}

.w-500 {
  font-weight: 500;
}

.hide {
  display: none !important;
}

.pink {
  color: #ef0178 !important;
}

.bleu {
  color: #5243c2 !important;
}

.white {
  color: #ffffff !important;
}

.fl_row {
  display: flex;
}

.fl_col {
  display: flex;
  flex-direction: column;
}

.jc_c {
  justify-content: center;
}

.w-600 {
  font-weight: 600;
}

.w-700 {
  font-weight: 700;
}

.w-900 {
  font-weight: 900;
}

.center {
  text-align: center;
}

.p64 {
  font-size: 3.6vw;
}

.p48 {
  font-size: 2.13vw;
}

.p36 {
  font-size: 2.08vw;
}

.p32 {
  font-size: 2.22vw;
}

.p24 {
  font-size: 1.66vw;
}

.p30 {
  font-size: 2.08vw;
}

.p20 {
  font-size: 1.38vw;
}

.p18 {
  font-size: 1.25vw;
}

.p16 {
  font-size: 1.11vw;
}

.p14 {
  font-size: 0.97vw;
}

.p12 {
  font-size: 0.63vw;
}

.gp10 {
  gap: 1.09vw;
}

.gp20 {
  gap: 2.08vw;
}

.gp40 {
  gap: 2.77vw;
}
@media only screen and (max-width: 1024px) {
  .gp40 {
    gap: 40px !important;
  }
}

.gp60 {
  gap: 4.16vw;
}

.gp80 {
  gap: 5.55vw;
}

.container {
  padding-left: 5.55vw;
  padding-right: 5.55vw;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: unset !important;
}

@media only screen and (min-width: 1025px) {
  .mobile_ {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .desktop_ {
    display: none !important;
  }
  .p64 {
    font-size: 40px !important;
    line-height: 1.4 !important;
  }
  .p48 {
    font-size: 36px !important;
  }
  .p36 {
    font-size: 28px !important;
  }
  .p32 {
    font-size: 32px !important;
  }
  .p30 {
    font-size: 32px !important;
  }
  .p24 {
    font-size: 24px !important;
  }
  .p20 {
    font-size: 24px !important;
  }
  .p18 {
    font-size: 18px !important;
  }
  .p16 {
    font-size: 16px !important;
  }
  .p14 {
    font-size: 14px !important;
  }
  .p12 {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .gp-m2 {
    gap: 2px !important;
  }
  .gp-m4 {
    gap: 4px !important;
  }
  .gp-m6 {
    gap: 6px !important;
  }
  .gp-m8 {
    gap: 8px !important;
  }
  .gp-m10 {
    gap: 10px !important;
  }
  .gp-m12 {
    gap: 12px !important;
  }
  .gp-m14 {
    gap: 14px !important;
  }
  .gp-m16 {
    gap: 16px !important;
  }
  .gp-m18 {
    gap: 18px !important;
  }
  .gp-m20 {
    gap: 20px !important;
  }
  .gp-m22 {
    gap: 22px !important;
  }
  .gp-m24 {
    gap: 24px !important;
  }
  .gp-m26 {
    gap: 26px !important;
  }
  .gp-m28 {
    gap: 28px !important;
  }
  .gp-m30 {
    gap: 30px !important;
  }
  .gp-m32 {
    gap: 32px !important;
  }
  .gp-m34 {
    gap: 34px !important;
  }
  .gp-m36 {
    gap: 36px !important;
  }
  .gp-m38 {
    gap: 38px !important;
  }
  .gp-m40 {
    gap: 40px !important;
  }
  .gp-m40 {
    gap: 48px !important;
  }
}
.tert {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bk_color {
  background-color: #0c111f !important;
}
.bk_color .fusion-builder-row-1 {
  display: none;
}

.frm_error_style {
  display: none !important;
}

.center-t {
  text-align: center;
}

p.p18.center-t {
  font-weight: 700;
}

.form_section {
  display: flex;
  gap: 30px;
  background-image: url("/wp-content/img/GRADIANT-BG-1.png");
  background-size: cover;
  top: 0;
  z-index: -1;
  padding: 10vw 8vw 10vw 8vw;
  margin-top: 1.5vw;
  width: 100vw;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .form_section {
    background-position-x: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .form_section {
    padding: 110px 20px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .form_section {
    padding: 40px 20px;
  }
}

.inscription_content {
  padding-top: 2vw;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.inscription_content h1 {
  margin-top: unset !important;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .inscription_content {
    padding-top: 20px;
  }
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.inscription_form {
  flex: 1;
  border-radius: 20px;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .inscription_form {
    max-width: 98% !important;
    width: 100%;
  }
  .inscription_form .form_fields {
    width: 100%;
  }
}
.inscription_form .frame_inscription img {
  width: 94%;
  position: absolute;
  left: -3.6%;
  top: 0%;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.inscription_form .frm_forms {
  width: 100%;
}
.inscription_form .frm_forms .frm_progress_line input {
  padding: 3px 0 !important;
  line-height: 0 !important;
}
.inscription_form .radio-btn-inscription label {
  color: black !important;
  font-weight: 500 !important;
}
.inscription_form .form_fields {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 400px;
}
.inscription_form .form_fields .form-field::-moz-placeholder {
  font-weight: 400;
  line-height: 16px;
  text-transform: unset !important;
  color: #aba5bc;
}
.inscription_form .form_fields .form-field::placeholder {
  font-weight: 400;
  line-height: 16px;
  text-transform: unset !important;
  color: #aba5bc;
}
.inscription_form .iti--separate-dial-code input {
  padding-left: 20px !important;
}
.inscription_form .form-field {
  margin-bottom: 33px !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.inscription_form .form-field .iti {
  width: 100%;
}
.inscription_form .form-field label {
  font-weight: 700;
  line-height: 16px;
  color: #5243c2;
}
.inscription_form .form-field::after {
  content: "";
  width: 106%;
  height: 108%;
  position: absolute;
  left: -2%;
  top: -7%;
  background-color: rgba(255, 255, 255, 0.4117647059);
  border-radius: 20px;
  transform: rotate(16deg);
  z-index: -1;
  opacity: 0.4;
}
@media only screen and (max-width: 1024px) {
  .inscription_form .form-field::after {
    display: none !important;
  }
}
.inscription_form .frm_style_formidable-style.with_frm_style .frm_page_bar .frm_current_page input[type=button] {
  background: rgba(78, 45, 189, 0.23) !important;
}
.inscription_form .frm_submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inscription_form .frm_submit button {
  background-color: #ef0178 !important;
  background: #ef0178 !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  color: #ffffff !important;
  border: unset !important;
  box-shadow: unset !important;
  padding: 10px 20px !important;
}
.inscription_form .frm_submit button::after {
  display: none !important;
}

.frm_rootline_group {
  margin: 0;
}

.form_fields {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 3vw;
  z-index: 2;
  position: relative;
  padding-bottom: unset !important;
}
@media only screen and (max-width: 1024px) {
  .form_fields {
    padding: 60px 20px 20px 20px !important;
  }
}
.form_fields h3 {
  color: black !important;
  text-align: center;
}
.form_fields p {
  margin: unset !important;
}

.topTitleinscription {
  color: white;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px !important;
}

.inscriptionContent_check {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.inscriptionContent_check div {
  display: flex;
  align-items: center;
  gap: 20px;
}
.inscriptionContent_check p {
  margin: unset !important;
  color: white;
}
.inscriptionContent_check img {
  width: 24px;
}

.btnContact {
  transition: all 0.3s;
  cursor: pointer;
  background-color: #e61d4f;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0px 20px 20px 0px;
  margin-top: 30px;
}
.btnContact p {
  font-weight: 700;
  line-height: 16px;
  color: white;
  margin: unset !important;
}
.btnContact div {
  padding: 1vw 2vw;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1024px) {
  .btnContact div {
    padding: 10px 15px;
  }
}
.btnContact img {
  width: 22px;
}
.btnContact:hover {
  transform: translateX(1vw);
}

.inscription_fromTitle {
  transform: translateY(-2vw);
}
.inscription_fromTitle p {
  font-weight: 700;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.frm_forms .frm_progress_line input:disabled {
  padding: 3px 0 !important;
  line-height: 0 !important;
}

.titleform {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.msg_time2 {
  position: absolute;
  top: 0px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  z-index: 1;
  background: #fde6f2;
  border-radius: 20px;
  left: 0;
  padding: 10px !important;
}
.msg_time2 div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5.5px 6.5px 5.5px 7px !important;
}
.msg_time2 p {
  font-weight: 500 !important;
  color: #e61d4f;
  line-height: 0 !important;
}

.frm_dropzone.frm_single_upload {
  max-width: 100% !important;
}

.inp-inscription input {
  background-color: transparent !important;
  border-top: unset !important;
  border-right: unset !important;
  border-left: unset !important;
  border-bottom: 1px solid #5243c2;
  border-radius: unset !important;
  padding-left: unset !important;
}
@media only screen and (max-width: 1024px) {
  .inp-inscription input {
    font-size: 15px;
  }
}
.inp-inscription select {
  background-color: transparent !important;
  border-top: unset !important;
  border-right: unset !important;
  border-left: unset !important;
  border-bottom: 1px solid #5243c2;
  border-radius: unset !important;
  padding-left: unset !important;
}
@media only screen and (max-width: 1024px) {
  .inp-inscription label {
    font-size: 14px !important;
  }
}
.inp-inscription input {
  font-size: 14px !important;
}

.radio-btn-inscription .frm_opt_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .radio-btn-inscription .frm_opt_container {
    gap: 10px;
  }
}
.radio-btn-inscription .frm_primary_label {
  font-weight: 700 !important;
  line-height: 16px !important;
  color: #5243c2 !important;
}
@media only screen and (max-width: 1024px) {
  .radio-btn-inscription .frm_primary_label {
    font-size: 12px !important;
  }
}

.other-inscription-mission {
  transform: translateY(-30px);
  margin-bottom: unset !important;
}
.other-inscription-mission label {
  display: none !important;
}
.other-inscription-mission input {
  background-color: transparent !important;
  border-top: unset !important;
  border-right: unset !important;
  border-left: unset !important;
  border-bottom: 1px solid #5243c2;
  border-radius: unset !important;
  padding-left: unset !important;
}

.iti--allow-dropdown input {
  text-indent: 50px;
}

.frm_submit button {
  padding-right: unset !important;
  padding-left: unset !important;
}

.form-field * {
  box-shadow: unset !important;
}

.frm_style_formidable-style.with_frm_style .frm_progress_line input.frm_page_back {
  background: #ef0178 !important;
}

.radio-btn-inscription input {
  border: 1px solid #5243c2 !important;
}

.frm_form_field input {
  border: none !important;
  border-bottom: 1px solid #5243c2 !important;
  border-radius: 0 !important;
  transition: all 0.3s;
}
.frm_form_field input:focus {
  border-bottom: 1px solid #ef0178 !important;
}

.frm_page_back {
  border-color: #ef0178 !important;
}

@media only screen and (min-width: 1025px) {
  .frm_checkbox label {
    font-size: 0.63vw !important;
  }
}

.frm_message {
  background-image: url("/wp-content/img/GRADIANT-BG-1.png");
  background-size: cover;
  background-size: cover;
  min-height: 107px;
  text-align: center;
  border-radius: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: unset !important;
  padding: unset !important;
  transform: translateY(20px);
  position: absolute;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .frm_message {
    background-position-x: center;
  }
}
@media only screen and (max-width: 1024px) {
  .frm_message {
    position: relative;
  }
}
.frm_message .final_step_inscription p {
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #fff !important;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .frm_message .final_step_inscription p {
    position: relative;
  }
}

.iti__selected-flag {
  padding: unset !important;
}

.iti__arrow {
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  border-top: 6px solid #e61d4f !important;
  border-radius: 20px;
}

button.frm_button_submit.frm_final_submit {
  height: unset !important;
  width: unset !important;
  background: #ef0178 !important;
  border-radius: 8px !important;
  color: white !important;
  text-align: center !important;
  display: flex;
  justify-content: center;
  padding: 10px 46px !important;
}

.frm_current_page .frm_rootline_title {
  color: #ef0178 !important;
}

.frm_submit {
  display: flex;
  gap: 10px;
}
.frm_submit button {
  height: unset !important;
  width: unset !important;
  border-radius: 8px !important;
  text-align: center !important;
  display: flex;
  justify-content: center;
  padding: 14px 46px !important;
}
.frm_submit .frm_prev_page {
  background-color: transparent !important;
  border-color: #ef0178 !important;
  color: #ef0178 !important;
}

@media (max-width: 991px) {
  .inscription_fromTitle p {
    font-weight: 700;
  }
  .form_section {
    flex-direction: column-reverse !important;
  }
  .frame_inscription {
    display: none;
  }
}
.frm_form_field .p12 {
  display: none !important;
}

.lang-item-first {
  margin-left: 40px !important;
}

.form_fields fieldset {
  padding-top: 50px !important;
}

.frm_error {
  color: #e61d4f !important;
}

.linkedin-url {
  position: relative;
}
.linkedin-url::before {
  content: "https://www.linkedin.com/";
  position: absolute;
  top: 59%;
  color: #555555;
  font-size: 14px;
}
.linkedin-url input {
  padding-left: 183px !important;
}
.linkedin-url .frm_error {
  position: absolute;
  bottom: -20px;
}

.frm_button_submit,
.frm_final_submit {
  display: flex;
  align-items: center;
  gap: 10px;
}
.frm_button_submit::after,
.frm_final_submit::after {
  content: url("/wp-content/uploads/2023/right_arrow.svg");
  width: 7px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(1px);
  filter: invert(99%) sepia(98%) saturate(11%) hue-rotate(207deg) brightness(102%) contrast(101%);
}

.frm_prev_page {
  display: flex;
  align-items: center;
  gap: 10px;
}
.frm_prev_page::before {
  content: url("/wp-content/uploads/2023/left_arrow.svg");
  width: 7px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(1px);
}

.iti__selected-country,
.iti__flag {
  display: none !important;
}

p.form__title {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  p.form__title {
    font-size: 20px !important;
  }
}

.frm_page_num_1 .frm_submit {
  justify-content: flex-end;
}

.frm_submit button.frm_prev_page {
  background-color: transparent !important;
  color: #ef0178 !important;
  border: 1px solid #ef0178 !important;
}

.frm_radio label {
  padding: 0 5px;
}
.frm_radio input {
  border: 2px solid #5243c2 !important;
  border-radius: 50% !important;
  display: flex;
  width: 20px !important;
  height: 20px !important;
  background-color: white !important;
  border-color: #5243c2 !important;
  box-shadow: none !important;
}
.frm_radio input::before {
  background-color: #5243c2 !important;
  width: 10px !important;
  height: 10px !important;
  margin: 3px !important;
}
.frm_radio input:checked {
  background-color: white !important;
  box-shadow: none !important;
  border-color: #5243c2 !important;
}
.frm_radio input:checked::before {
  background-color: #5243c2 !important;
  width: 10px !important;
  height: 10px !important;
  margin: 3px !important;
}

.with_frm_style .vertical_radio .frm_checkbox,
.with_frm_style .vertical_radio .frm_radio,
.vertical_radio .frm_catlevel_1 {
  width: 100%;
}

.with_frm_style .frm_radio input[type=radio],
.with_frm_style .frm_scale input[type=radio],
.with_frm_style .frm_checkbox input[type=checkbox] {
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  background-color: white !important;
  border-color: #5243c2 !important;
}

.frm_forms.with_frm_style .frm_fields_container .frm_radio input[type=radio]:not([disabled]):checked,
.frm_forms.with_frm_style .frm_fields_container .frm_scale input[type=radio]:not([disabled]):checked,
.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {
  border-color: #5243c2 !important;
  box-shadow: none !important;
}

.frm_prev_page::before {
  display: none;
}

.news_letters .frm_button_submit::after {
  display: none;
}
.news_letters .frm_message p {
  display: none;
}
.news_letters .frm_message .success-msg {
  display: flex !important;
  text-align: center;
  justify-content: center;
}
.news_letters .frm_error {
  padding: 8px !important;
  position: absolute;
}

body {
  background-color: #FFFFFF !important;
  overflow-x: hidden;
  width: 100vw;
}

* {
  outline: none !important;
}

.btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.98vw 2.08vw;
  font-weight: 500;
  transition: all 0.3s;
  border-style: solid;
  border-width: 2px;
  border-radius: 8px;
}
@media only screen and (max-width: 1024px) {
  .btn {
    padding: 5px 20px !important;
  }
}

.btn-pink-dark {
  border-color: #5243c2;
  color: #ffffff;
  background-color: #5243c2;
}
.btn-pink-dark:hover {
  background-color: transparent;
  color: #5243c2;
}

.btn-pink-light {
  border-color: #5243c2;
  color: #5243c2;
  background-color: transparent;
}
.btn-pink-light:hover {
  background-color: #5243c2;
  color: #ffffff;
}

.btn-purpel-dark {
  border-color: #ef0178;
  color: white;
  background-color: #ef0178;
}
.btn-purpel-dark:hover {
  background-color: transparent;
  color: #ef0178;
}

.btn-purpel-light {
  border-color: #ef0178;
  color: #ef0178;
  background-color: transparent;
}
.btn-purpel-light:hover {
  background-color: #ef0178;
  color: #ffffff;
}

::marker {
  color: transparent;
}

.hide {
  display: none !important;
}

.site_version {
  position: fixed;
  bottom: 0;
  padding: 5px 10px;
  background-color: #5243c2;
  z-index: 99999;
}
.site_version p {
  color: rgb(255, 255, 255);
  font-size: 18px !important;
}

.frm_button_submit {
  margin: 0 !important;
  padding: 10px 20px !important;
  color: #FFFFFF !important;
}

.footer {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
.footer p {
  color: white;
}
.footer .logo img:nth-of-type(1) {
  width: 15vw;
}
.footer .frames img {
  position: absolute;
}
.footer .frames img:nth-of-type(1) {
  right: 14.37vw;
  top: 14.23vw;
  width: 4.3vw;
}
.footer .frames img:nth-of-type(2) {
  left: 9.37vw;
  top: 20.62vw;
}
.footer .menu-footer ul {
  display: flex;
  gap: 37px;
  flex-wrap: wrap;
}
.footer .menu-footer ul li a {
  font-size: 0.97vw;
  color: white;
  transition: all 0.3s;
  font-weight: 300 !important;
}
.footer .menu-footer ul li a:hover {
  color: #ef0178;
}
.footer .menu-footer .lang-item {
  display: none !important;
}
@media (max-width: 992px) {
  .footer {
    flex-direction: column !important;
    align-items: center;
  }
  .footer .logo_footer {
    width: 250px !important;
  }
  .footer .menu-footer ul {
    justify-content: center;
    gap: 20px !important;
  }
  .footer .menu-footer ul li a {
    font-size: 16px !important;
  }
  .footer .frames {
    display: none !important;
  }
}

.header_container {
  position: fixed;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 0 5%;
  background-color: white;
  box-shadow: -4px 12px 32px 0px rgba(0, 0, 0, 0.5019607843);
}
.header_container ul li a {
  color: #000 !important;
}

.Topheader .logo img {
  width: 18vw;
}
.Topheader .header_container {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.Topheader .menu ul {
  display: flex;
  align-items: center;
  gap: 2.08vw;
}
.Topheader .menu ul li {
  list-style: unset;
}
.Topheader .menu ul li a {
  color: black;
  font-weight: 400;
  font-size: 0.97vw !important;
  position: relative;
  overflow: hidden;
  display: flex;
  height: 1.8vw;
}
.Topheader .menu ul li a::before {
  transition: all 0.3s;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: -100%;
  height: 3px;
  background-color: #ef0178;
}
.Topheader .menu ul li a:hover {
  color: #ef0178 !important;
}
.Topheader .menu ul li a:hover::before {
  left: 0;
}
.Topheader .menu ul li .sub-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  bottom: -54%;
  gap: 11px;
  align-items: flex-start;
  background-color: #ffffff;
  padding: 18px 20px;
  border-radius: 11px;
}
.Topheader .menu ul li .sub-menu a {
  color: black !important;
}
.Topheader .menu ul li:hover .sub-menu {
  display: flex;
}
.Topheader .menu ul .pll-parent-menu-item ul {
  padding: 0 !important;
}
.Topheader .menu ul .lang-item a::before {
  display: none !important;
}
.Topheader .menu ul .lang-item:hover::after {
  color: #ef0178;
}
.Topheader .menu ul .current-menu-item a {
  color: #ef0178 !important;
}
.Topheader .menu ul .current-menu-item a::before {
  transition: all 0.3s;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #ef0178;
}
.Topheader .contact_btn {
  position: relative;
  overflow: hidden;
}
.Topheader .contact_btn::before {
  content: "";
  width: 100%;
  height: 0;
  background-color: #ef0178;
  position: absolute;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s;
  border-radius: 5px;
}
.Topheader .contact_btn p {
  border: 1px solid #ef0178;
  padding: 0.58vw 2.08vw;
  font-weight: 500;
  color: #ef0178;
  border-radius: 5px;
  cursor: pointer;
  z-index: 2;
}
.Topheader .contact_btn:hover::before {
  height: 100%;
}
.Topheader .contact_btn:hover p {
  color: white;
}

@media only screen and (max-width: 1024px) {
  .mobile_ {
    display: flex;
    margin-bottom: 0;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 10px;
    position: fixed;
    top: 0;
    width: 100vw;
    background-color: white;
    z-index: 99999;
    box-shadow: -4px 12px 32px 0px rgba(0, 0, 0, 0.5019607843);
  }
  .mobile_ .logo img {
    width: 240px;
  }
  .mobile_ .swipe_up {
    bottom: 0;
  }
  .mobile_ .swipe_up ul {
    animation: swipeRight 1.5s;
  }
  @keyframes swipeRight {
    0% {
      transform: translateY(250%);
      opacity: 0;
    }
    100% {
      transform: translateY(0%);
      opacity: 1;
    }
  }
  .mobile_ .swipe_up .logo_mobile img {
    animation: swipeFade 3s;
  }
  .mobile_ .swipe_down {
    bottom: -100%;
  }
  .mobile_ .menu_mobile {
    background-color: #ffffff;
    position: fixed;
    left: 0;
    height: 100%;
    width: 100vw;
    display: flex;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
    padding: 20px !important;
    justify-content: space-between;
    padding-top: 75px !important;
  }
  .mobile_ .menu_mobile ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
    transition: all;
  }
  .mobile_ .menu_mobile ul li a {
    color: #0c111f !important;
    font-size: 22px;
    text-align: left;
  }
  @keyframes swipeFade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .mobile_ .menu_mobile .btn_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 10vw;
    filter: invert(1);
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .mobile_ .menu_mobile .btn_close {
    width: 63px;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile_ .toggle_menu {
    width: 10vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .mobile_ .toggle_menu {
    width: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .lang-item,
  .lang-item-first {
    position: relative;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    width: 20px !important;
  }
  .lang-item::marker,
  .lang-item-first::marker {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .lang-item.lang-item-first {
    margin-left: 0 !important;
  }
}

.primary_block {
  align-items: center;
  justify-content: space-between;
}
.primary_block .left_block {
  gap: 20px;
  flex: 1;
}
@media only screen and (min-width: 1025px) {
  .primary_block .left_block {
    max-width: 45%;
  }
}
.primary_block .left_block .p64 {
  color: #ef0178;
  font-weight: bold;
}
.primary_block .left_block .p64 span {
  color: black !important;
}
@media only screen and (min-width: 1025px) {
  .primary_block .left_block .buttons-primary-block {
    margin-top: 10px;
  }
}
.primary_block .left_block .buttons-primary-block a {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .primary_block .left_block .buttons-primary-block a {
    height: 72px;
  }
}
.primary_block .left_block .buttons-primary-block a button {
  width: 100%;
  height: 100%;
  text-wrap: nowrap;
  cursor: pointer;
}
.primary_block .left_block .p18 {
  max-width: 36.18vw;
  line-height: 1.8;
}
@media only screen and (max-width: 1024px) {
  .primary_block .left_block .p18 {
    line-height: 1.5;
  }
}
.primary_block .right_block {
  display: flex;
  justify-content: center;
}
.primary_block .right_block img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .primary_block {
    padding-top: 80px;
  }
}

.block_01 {
  max-width: 66.27vw;
  text-align: center;
  margin: 0 auto;
}
.block_01 .p30 {
  font-weight: 700;
}
.block_01 .p18 {
  line-height: 2.5;
}
@media only screen and (max-width: 1024px) {
  .block_01 .p18 {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1024px) {
  .block_01 .p-02 {
    padding: 40px 0;
  }
}

.block_02 {
  justify-content: space-around;
  align-items: center;
}
.block_02 .left_block img {
  width: 29vw;
  display: inline-block;
  position: relative;
  animation: jump 2s ease infinite;
}
@media only screen and (max-width: 1024px) {
  .block_02 .left_block img {
    display: none !important;
  }
}
@keyframes jump {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.block_02 .right_block {
  max-width: 37vw;
}
.block_02 .right_block .title_block p {
  font-weight: bold;
}
.block_02 .right_block .list div {
  align-items: flex-start;
}
.block_02 .right_block .list div p {
  color: #1d1b1b;
  opacity: 0.7;
  text-align: justify;
}
.block_02 .right_block .list div img {
  padding-top: 0.3vw;
  width: 1.38vw;
  height: 1.38vw;
}
@media only screen and (max-width: 1024px) {
  .block_02 .right_block .list div img {
    width: 24px !important;
    height: 24px !important;
  }
}

.block_03 .header_block {
  text-align: center;
  font-weight: bold;
}
.block_03 .box_service {
  text-align: center;
  flex: 1;
  flex-basis: 5vw;
}
.block_03 .box_service div {
  align-items: center;
  cursor: pointer;
}
.block_03 .box_service div img {
  width: 7.63vw;
  height: 7.63vw;
  text-align: center;
  transition: all 0.3s;
}
.block_03 .box_service div:hover img {
  transform: rotate(45deg) scale(1.2);
}
.block_03 .box_service .p14 {
  color: black;
  opacity: 0.7;
}
.block_03 .box_service .p18 {
  font-weight: bold;
}

.block_04 {
  background-image: url("/wp-content/img/GRADIANT-BG-3.png");
  background-size: cover;
  min-height: 22vw;
  align-items: center;
  justify-content: space-between;
  margin: 0 5.55vw;
  border-radius: 1.76vw;
  position: relative;
  margin-bottom: 5vw;
}
@media only screen and (max-width: 1024px) {
  .block_04 {
    background-position-x: center;
  }
}
@media only screen and (max-width: 1024px) {
  .block_04 {
    margin: 100px auto !important;
    margin-top: 40px !important;
    padding: 40px 16px !important;
    border-radius: 30px;
    max-width: 98% !important;
    align-items: flex-start;
  }
}
.block_04 * {
  color: white;
}
.block_04 p {
  font-weight: bold;
  max-width: 47vw;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .block_04 p {
    text-align: left !important;
  }
}
.block_04 button {
  border-radius: 0.3vw;
  background-color: #ef0178;
  padding: 0.9vw 3vw;
  font-weight: bold;
  transition: all 0.3s;
  z-index: 3;
  border: none !important;
  outline: none !important;
}
@media only screen and (max-width: 1024px) {
  .block_04 button {
    height: 72px;
    padding: 0 64px !important;
    border-radius: 8px !important;
  }
}
.block_04 button:hover {
  transform: scale(1.1);
}
.block_04 .vectors img {
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .block_04 .vectors img {
    width: unset !important;
  }
}
.block_04 .vectors img:nth-of-type(1) {
  right: 80px;
  bottom: 4.37vw;
  width: 4.16vw;
}
.block_04 .vectors img:nth-of-type(2) {
  top: 4.72vw;
  left: 52vw;
  width: 4.93vw;
}
.block_04 .vectors img:nth-of-type(3) {
  width: 5vw;
  top: 4.44vw;
  right: 2.56vw;
}

.block_05 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 10.41vw;
  padding: 8.33vw 0 2.77vw 0;
  position: relative;
  background-image: url("/wp-content/img/GRADIANT-BG-2.png");
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .block_05 {
    background-position-x: center;
  }
}
.block_05 .p36 {
  color: white;
}
.block_05 .p16 {
  color: white;
}
.block_05 .blockA {
  gap: 4vw;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .block_05 .blockA {
    max-width: 88%;
  }
}
.block_05 .blockA .fl_col {
  gap: 1.5vw;
}
@media only screen and (max-width: 1024px) {
  .block_05 .blockA .fl_col .p16 {
    font-weight: 300;
    max-width: 88% !important;
    margin: 0 auto !important;
  }
}
.block_05 .news_letters img {
  width: 38.54vw;
}
.block_05 .news_letters * {
  margin: 0 !important;
  box-shadow: unset !important;
}
.block_05 .news_letters .form-field:nth-of-type(1) {
  flex: 1;
  max-width: 413px;
}
.block_05 .news_letters .frm_fields_container {
  display: flex !important;
  grid-template-columns: unset !important;
  grid-auto-rows: unset !important;
  grid-gap: unset !important;
  height: 60px !important;
  justify-content: center;
  gap: 20px !important;
}
.block_05 .news_letters .frm_fields_container input {
  height: 100% !important;
  background-color: rgba(255, 255, 255, 0.1882352941) !important;
  color: #ffffff !important;
  font-size: 16px !important;
  border: none !important;
  text-indent: 20px !important;
  border-radius: 8px !important;
}
.block_05 .news_letters .frm_fields_container::-moz-placeholder {
  color: #ffffff !important;
}
.block_05 .news_letters .frm_fields_container::placeholder {
  color: #ffffff !important;
}
.block_05 .news_letters .frm_fields_container label {
  display: none !important;
}
.block_05 .news_letters .frm_fields_container .frm_submit {
  height: 100% !important;
  border: 0 !important;
  outline: none !important;
  justify-content: flex-end;
}
.block_05 .news_letters .frm_fields_container .frm_submit button {
  height: 100% !important;
  line-height: 1.2 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  outline: none !important;
}
@media only screen and (max-width: 767px) {
  .block_05 .news_letters .frm_fields_container {
    flex-direction: column;
  }
  .block_05 .news_letters .frm_fields_container input {
    height: 60px !important;
  }
  .block_05 .news_letters .frm_fields_container .frm_submit button {
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: unset !important;
    height: 60px !important;
    padding: 12px 24px !important;
  }
}

.frm_message {
  background: unset !important;
  height: 8vw;
  background-color: transparent !important;
  border: 0 !important;
}
.frm_message p {
  color: #ffffff !important;
}

@media only screen and (max-width: 1024px) {
  .primary_block {
    flex-direction: column;
    gap: 10vw;
  }
  .primary_block .right_block,
  .primary_block .left_block,
  .primary_block p {
    max-width: unset !important;
    width: 100%;
  }
  .primary_block .buttons-primary-block {
    flex-wrap: wrap;
  }
  .vector_man {
    max-width: 450px !important;
    width: 100% !important;
  }
  .block_01,
  .block_02,
  .block_03,
  .block_04,
  .block_05 {
    max-width: unset;
    width: 100%;
    flex-direction: column !important;
    gap: 40px;
  }
  .block_01 .right_block,
  .block_01 .left_block,
  .block_01 p,
  .block_02 .right_block,
  .block_02 .left_block,
  .block_02 p,
  .block_03 .right_block,
  .block_03 .left_block,
  .block_03 p,
  .block_04 .right_block,
  .block_04 .left_block,
  .block_04 p,
  .block_05 .right_block,
  .block_05 .left_block,
  .block_05 p {
    max-width: unset !important;
    width: 100%;
  }
  .block_02 .left_block {
    text-align: center;
  }
  .block_03 {
    margin-top: 40px !important;
  }
  .block_03 .service_items {
    flex-wrap: wrap;
    justify-content: center;
  }
  .block_03 .service_items .box_service {
    flex-basis: 150px !important;
    flex: 1;
  }
  .block_03 .service_items .box_service img {
    width: 15vw;
    height: 15vw;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .block_03 .service_items .box_service img {
    width: 110px !important;
    height: 110px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .block_04 {
    min-height: 44vw;
    justify-content: center;
  }
  .block_04 p {
    text-align: center;
  }
  .block_05 .blockA {
    gap: 100px !important;
  }
}
.frm_button_submit {
  background-color: transparent !important;
  border-style: none !important;
  border-radius: 100px 100px 100px 100px !important;
  padding: 20px 40px !important;
  background-image: linear-gradient(90deg, #0046a0 0%, #0058cc 100%) !important;
  color: white !important;
}

.frm_prev_page {
  background-color: transparent !important;
  border-style: none !important;
  border-radius: 100px 100px 100px 100px !important;
  padding: 20px 40px !important;
  background-image: linear-gradient(90deg, #ffa824 0%, #f59300 100%) !important;
  color: #2e2e2e !important;
}

.bk_color {
  background-color: #0c111f !important;
}
.bk_color .fusion-builder-row-1 {
  display: none;
}

.frm_error_style {
  display: none !important;
}

.center-t {
  text-align: center;
}

p.p18.center-t {
  font-weight: 700;
}

.form_section {
  display: flex;
  gap: 30px;
  background-image: url("/wp-content/img/GRADIANT-BG-1.png");
  background-size: cover;
  top: 0;
  z-index: -1;
  padding: 10vw 8vw 10vw 8vw;
  margin-top: 1.5vw;
  width: 100vw;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .form_section {
    background-position-x: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .form_section {
    padding: 110px 20px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .form_section {
    padding: 40px 20px;
  }
}

.inscription_content {
  padding-top: 2vw;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.inscription_content h1 {
  margin-top: unset !important;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .inscription_content {
    padding-top: 20px;
  }
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.inscription_form {
  flex: 1;
  border-radius: 20px;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .inscription_form {
    max-width: 98% !important;
    width: 100%;
  }
  .inscription_form .form_fields {
    width: 100%;
  }
}
.inscription_form .frame_inscription img {
  width: 94%;
  position: absolute;
  left: -3.6%;
  top: 0%;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.inscription_form .frm_forms {
  width: 100%;
}
.inscription_form .frm_forms .frm_progress_line input {
  padding: 3px 0 !important;
  line-height: 0 !important;
}
.inscription_form .radio-btn-inscription label {
  color: black !important;
  font-weight: 500 !important;
}
.inscription_form .form_fields {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 400px;
}
.inscription_form .form_fields .form-field::-moz-placeholder {
  font-weight: 400;
  line-height: 16px;
  text-transform: unset !important;
  color: #aba5bc;
}
.inscription_form .form_fields .form-field::placeholder {
  font-weight: 400;
  line-height: 16px;
  text-transform: unset !important;
  color: #aba5bc;
}
.inscription_form .iti--separate-dial-code input {
  padding-left: 20px !important;
}
.inscription_form .form-field {
  margin-bottom: 33px !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.inscription_form .form-field .iti {
  width: 100%;
}
.inscription_form .form-field label {
  font-weight: 700;
  line-height: 16px;
  color: #5243c2;
}
.inscription_form .form-field::after {
  content: "";
  width: 106%;
  height: 108%;
  position: absolute;
  left: -2%;
  top: -7%;
  background-color: rgba(255, 255, 255, 0.4117647059);
  border-radius: 20px;
  transform: rotate(16deg);
  z-index: -1;
  opacity: 0.4;
}
@media only screen and (max-width: 1024px) {
  .inscription_form .form-field::after {
    display: none !important;
  }
}
.inscription_form .frm_style_formidable-style.with_frm_style .frm_page_bar .frm_current_page input[type=button] {
  background: rgba(78, 45, 189, 0.23) !important;
}
.inscription_form .frm_submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inscription_form .frm_submit button {
  background-color: #ef0178 !important;
  background: #ef0178 !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  color: #ffffff !important;
  border: unset !important;
  box-shadow: unset !important;
  padding: 10px 20px !important;
}
.inscription_form .frm_submit button::after {
  display: none !important;
}

.frm_rootline_group {
  margin: 0;
}

.form_fields {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 3vw;
  z-index: 2;
  position: relative;
  padding-bottom: unset !important;
}
@media only screen and (max-width: 1024px) {
  .form_fields {
    padding: 60px 20px 20px 20px !important;
  }
}
.form_fields h3 {
  color: black !important;
  text-align: center;
}
.form_fields p {
  margin: unset !important;
}

.topTitleinscription {
  color: white;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px !important;
}

.inscriptionContent_check {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.inscriptionContent_check div {
  display: flex;
  align-items: center;
  gap: 20px;
}
.inscriptionContent_check p {
  margin: unset !important;
  color: white;
}
.inscriptionContent_check img {
  width: 24px;
}

.btnContact {
  transition: all 0.3s;
  cursor: pointer;
  background-color: #e61d4f;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0px 20px 20px 0px;
  margin-top: 30px;
}
.btnContact p {
  font-weight: 700;
  line-height: 16px;
  color: white;
  margin: unset !important;
}
.btnContact div {
  padding: 1vw 2vw;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1024px) {
  .btnContact div {
    padding: 10px 15px;
  }
}
.btnContact img {
  width: 22px;
}
.btnContact:hover {
  transform: translateX(1vw);
}

.inscription_fromTitle {
  transform: translateY(-2vw);
}
.inscription_fromTitle p {
  font-weight: 700;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.frm_forms .frm_progress_line input:disabled {
  padding: 3px 0 !important;
  line-height: 0 !important;
}

.titleform {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.msg_time2 {
  position: absolute;
  top: 0px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  z-index: 1;
  background: #fde6f2;
  border-radius: 20px;
  left: 0;
  padding: 10px !important;
}
.msg_time2 div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5.5px 6.5px 5.5px 7px !important;
}
.msg_time2 p {
  font-weight: 500 !important;
  color: #e61d4f;
  line-height: 0 !important;
}

.frm_dropzone.frm_single_upload {
  max-width: 100% !important;
}

.inp-inscription input {
  background-color: transparent !important;
  border-top: unset !important;
  border-right: unset !important;
  border-left: unset !important;
  border-bottom: 1px solid #5243c2;
  border-radius: unset !important;
  padding-left: unset !important;
}
@media only screen and (max-width: 1024px) {
  .inp-inscription input {
    font-size: 15px;
  }
}
.inp-inscription select {
  background-color: transparent !important;
  border-top: unset !important;
  border-right: unset !important;
  border-left: unset !important;
  border-bottom: 1px solid #5243c2;
  border-radius: unset !important;
  padding-left: unset !important;
}
@media only screen and (max-width: 1024px) {
  .inp-inscription label {
    font-size: 14px !important;
  }
}
.inp-inscription input {
  font-size: 14px !important;
}

.radio-btn-inscription .frm_opt_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .radio-btn-inscription .frm_opt_container {
    gap: 10px;
  }
}
.radio-btn-inscription .frm_primary_label {
  font-weight: 700 !important;
  line-height: 16px !important;
  color: #5243c2 !important;
}
@media only screen and (max-width: 1024px) {
  .radio-btn-inscription .frm_primary_label {
    font-size: 12px !important;
  }
}

.other-inscription-mission {
  transform: translateY(-30px);
  margin-bottom: unset !important;
}
.other-inscription-mission label {
  display: none !important;
}
.other-inscription-mission input {
  background-color: transparent !important;
  border-top: unset !important;
  border-right: unset !important;
  border-left: unset !important;
  border-bottom: 1px solid #5243c2;
  border-radius: unset !important;
  padding-left: unset !important;
}

.iti--allow-dropdown input {
  text-indent: 50px;
}

.frm_submit button {
  padding-right: unset !important;
  padding-left: unset !important;
}

.form-field * {
  box-shadow: unset !important;
}

.frm_style_formidable-style.with_frm_style .frm_progress_line input.frm_page_back {
  background: #ef0178 !important;
}

.radio-btn-inscription input {
  border: 1px solid #5243c2 !important;
}

.frm_form_field input {
  border: none !important;
  border-bottom: 1px solid #5243c2 !important;
  border-radius: 0 !important;
  transition: all 0.3s;
}
.frm_form_field input:focus {
  border-bottom: 1px solid #ef0178 !important;
}

.frm_page_back {
  border-color: #ef0178 !important;
}

@media only screen and (min-width: 1025px) {
  .frm_checkbox label {
    font-size: 0.63vw !important;
  }
}

.frm_message {
  background-image: url("/wp-content/img/GRADIANT-BG-1.png");
  background-size: cover;
  background-size: cover;
  min-height: 107px;
  text-align: center;
  border-radius: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: unset !important;
  padding: unset !important;
  transform: translateY(20px);
  position: absolute;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .frm_message {
    background-position-x: center;
  }
}
@media only screen and (max-width: 1024px) {
  .frm_message {
    position: relative;
  }
}
.frm_message .final_step_inscription p {
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #fff !important;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .frm_message .final_step_inscription p {
    position: relative;
  }
}

.iti__selected-flag {
  padding: unset !important;
}

.iti__arrow {
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  border-top: 6px solid #e61d4f !important;
  border-radius: 20px;
}

button.frm_button_submit.frm_final_submit {
  height: unset !important;
  width: unset !important;
  background: #ef0178 !important;
  border-radius: 8px !important;
  color: white !important;
  text-align: center !important;
  display: flex;
  justify-content: center;
  padding: 10px 46px !important;
}

.frm_current_page .frm_rootline_title {
  color: #ef0178 !important;
}

.frm_submit {
  display: flex;
  gap: 10px;
}
.frm_submit button {
  height: unset !important;
  width: unset !important;
  border-radius: 8px !important;
  text-align: center !important;
  display: flex;
  justify-content: center;
  padding: 14px 46px !important;
}
.frm_submit .frm_prev_page {
  background-color: transparent !important;
  border-color: #ef0178 !important;
  color: #ef0178 !important;
}

@media (max-width: 991px) {
  .inscription_fromTitle p {
    font-weight: 700;
  }
  .form_section {
    flex-direction: column-reverse !important;
  }
  .frame_inscription {
    display: none;
  }
}
.frm_form_field .p12 {
  display: none !important;
}

.lang-item-first {
  margin-left: 40px !important;
}

.form_fields fieldset {
  padding-top: 50px !important;
}

.frm_error {
  color: #e61d4f !important;
}

.linkedin-url {
  position: relative;
}
.linkedin-url::before {
  content: "https://www.linkedin.com/";
  position: absolute;
  top: 59%;
  color: #555555;
  font-size: 14px;
}
.linkedin-url input {
  padding-left: 183px !important;
}
.linkedin-url .frm_error {
  position: absolute;
  bottom: -20px;
}

.frm_button_submit,
.frm_final_submit {
  display: flex;
  align-items: center;
  gap: 10px;
}
.frm_button_submit::after,
.frm_final_submit::after {
  content: url("/wp-content/uploads/2023/right_arrow.svg");
  width: 7px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(1px);
  filter: invert(99%) sepia(98%) saturate(11%) hue-rotate(207deg) brightness(102%) contrast(101%);
}

.frm_prev_page {
  display: flex;
  align-items: center;
  gap: 10px;
}
.frm_prev_page::before {
  content: url("/wp-content/uploads/2023/left_arrow.svg");
  width: 7px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(1px);
}

.iti__selected-country,
.iti__flag {
  display: none !important;
}

p.form__title {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  p.form__title {
    font-size: 20px !important;
  }
}

.frm_page_num_1 .frm_submit {
  justify-content: flex-end;
}

.frm_submit button.frm_prev_page {
  background-color: transparent !important;
  color: #ef0178 !important;
  border: 1px solid #ef0178 !important;
}

.frm_radio label {
  padding: 0 5px;
}
.frm_radio input {
  border: 2px solid #5243c2 !important;
  border-radius: 50% !important;
  display: flex;
  width: 20px !important;
  height: 20px !important;
  background-color: white !important;
  border-color: #5243c2 !important;
  box-shadow: none !important;
}
.frm_radio input::before {
  background-color: #5243c2 !important;
  width: 10px !important;
  height: 10px !important;
  margin: 3px !important;
}
.frm_radio input:checked {
  background-color: white !important;
  box-shadow: none !important;
  border-color: #5243c2 !important;
}
.frm_radio input:checked::before {
  background-color: #5243c2 !important;
  width: 10px !important;
  height: 10px !important;
  margin: 3px !important;
}

.with_frm_style .vertical_radio .frm_checkbox,
.with_frm_style .vertical_radio .frm_radio,
.vertical_radio .frm_catlevel_1 {
  width: 100%;
}

.with_frm_style .frm_radio input[type=radio],
.with_frm_style .frm_scale input[type=radio],
.with_frm_style .frm_checkbox input[type=checkbox] {
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  background-color: white !important;
  border-color: #5243c2 !important;
}

.frm_forms.with_frm_style .frm_fields_container .frm_radio input[type=radio]:not([disabled]):checked,
.frm_forms.with_frm_style .frm_fields_container .frm_scale input[type=radio]:not([disabled]):checked,
.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {
  border-color: #5243c2 !important;
  box-shadow: none !important;
}

.frm_prev_page::before {
  display: none;
}

.news_letters .frm_button_submit::after {
  display: none;
}
.news_letters .frm_message p {
  display: none;
}
.news_letters .frm_message .success-msg {
  display: flex !important;
  text-align: center;
  justify-content: center;
}
.news_letters .frm_error {
  padding: 8px !important;
  position: absolute;
}

.home .header_container {
  box-shadow: -4px 12px 32px 0px rgba(0, 0, 0, 0.09) !important;
}
.home .mobile_ {
  box-shadow: -4px 12px 32px 0px rgba(0, 0, 0, 0.12) !important;
}
.home .desktop_ .menu-item a {
  color: #000 !important;
}
.home .desktop_ .logo_light {
  display: none !important;
}
.home .desktop_ .logo_dark {
  display: block !important;
}
.home .desktop_ .contact_btn p {
  transition: all 0.3s ease-out;
  border-color: #ef0178 !important;
  color: #ef0178 !important;
}
.home .desktop_ .contact_btn p:hover {
  color: #ffffff !important;
}
.home .primary_block {
  margin-top: 120px !important;
  min-height: 400px;
}
@media (min-width: 1660px) {
  .home .primary_block {
    min-height: 800px;
  }
}
@media only screen and (max-width: 1024px) {
  .home .primary_block {
    margin-top: 40px !important;
  }
}

.error404 {
  background-color: #09001f !important;
  overflow: hidden;
}
.error404 .elementor-location-footer {
  display: none !important;
}
.error404 .error-404-page .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.error404 .error-404-page .container a {
  background-color: #5243c2 !important;
  color: #ffffff !important;
  margin-top: 20px;
}
.error404 .error-404-page .container .box-txt {
  transform: translateY(-40px);
}

.block_01,
.block_02,
.block_03,
.block_04 {
  overflow-x: clip;
}
.block_01 button,
.block_02 button,
.block_03 button,
.block_04 button {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  #Mission,
  #Talent {
    padding-top: 64px;
  }
}

#ContactPage .form-field::after {
  content: "";
  width: 115% !important;
  left: -6% !important;
  top: -4% !important;
}

.page-id-471 .Topheader .header_container,
.page-id-545 .Topheader .header_container,
.page-id-565 .Topheader .header_container,
.page-id-473 .Topheader .header_container,
.page-id-472 .Topheader .header_container,
.page-id-547 .Topheader .header_container,
.page-id-567 .Topheader .header_container,
.page-id-563 .Topheader .header_container,
.page-id-546 .Topheader .header_container {
  position: absolute !important;
  box-shadow: unset !important;
}
.page-id-471 .mobile_,
.page-id-545 .mobile_,
.page-id-565 .mobile_,
.page-id-473 .mobile_,
.page-id-472 .mobile_,
.page-id-547 .mobile_,
.page-id-567 .mobile_,
.page-id-563 .mobile_,
.page-id-546 .mobile_ {
  position: absolute !important;
  box-shadow: unset !important;
}

.childSection {
  padding: 0 40px !important;
}
@media only screen and (max-width: 1024px) {
  .childSection {
    padding: 0 20px !important;
  }
}

@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 35px !important;
  }
  h2 a {
    font-size: 21px !important;
  }
  h3 {
    font-size: 24px !important;
  }
}
.list_block p {
  font-size: 18px !important;
}

.lang-item {
  position: relative;
}
.lang-item a {
  opacity: 0;
}
.lang-item::after {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
}
.lang-item:nth-of-type(1) {
  margin-right: -40px;
}
.lang-item:nth-of-type(2) {
  margin-right: -40px;
}

.lang-item-en {
  width: 40px;
}
.lang-item-en::after {
  content: "En";
}

.lang-item-es::after {
  content: "Es";
}

.lang-item-fr::after {
  content: "Fr";
}

.page-template h2 a {
  font-size: 24px !important;
}

@media only screen and (max-width: 1024px) {
  .page-id-329 .p64 {
    font-size: 31px !important;
  }
}

.childSection {
  width: 100%;
  padding: 40px !important;
  max-width: 1024px;
  margin-inline: auto;
  background-color: white;
  box-shadow: 0px 5px 31px -3px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .childSection {
    box-shadow: none;
  }
}
.childSection p,
.childSection li {
  line-height: 1.7 !important;
}
.childSection h2 {
  color: #ef0178 !important;
  text-align: center;
  font-weight: 700 !important;
  font-size: 24px !important;
}

@media only screen and (max-width: 1024px) {
  .childSection-elementor {
    margin: 0 !important;
    padding-top: 100px;
  }
}

.field-cv {
  margin-top: 40px;
}

.jc_c {
  justify-content: center;
}
