@font-face {
  font-family: "manrope-regular";
  src: url("/react-app/dist/assets/manrope-regular-B5jw9KDh.woff2") format("woff2"),
    url("/react-app/dist/assets/manrope-regular-7YlB9acO.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "manrope-medium";
  src: url("/react-app/dist/assets/manrope-medium-RfWCML_O.woff2") format("woff2"),
    url("/react-app/dist/assets/manrope-medium-D_Ycukh7.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "manrope-semibold";
  src: url("/react-app/dist/assets/manrope-semibold-BfM-BnM9.woff2") format("woff2"),
    url("/react-app/dist/assets/manrope-semibold-C67NtnZ9.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "manrope-bold";
  src: url("/react-app/dist/assets/manrope-bold-CaABpqkb.woff2") format("woff2"),
    url("/react-app/dist/assets/manrope-bold-sAXLOcig.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "manrope-extrabold";
  src: url("/react-app/dist/assets/manrope-extrabold-iDww6Deo.woff2") format("woff2"),
    url("/react-app/dist/assets/manrope-extrabold-CsC2VNVO.woff") format("woff");
  font-weight: 500;
}

:root {
  /* Fonts */
  --primary-font-regular: "manrope-regular";
  --primary-font-medium: "manrope-medium";
  --primary-font-semibold: "manrope-semibold";
  --primary-font-bold: "manrope-bold";
  --primary-font-extrabold: "manrope-extrabold";

  /* Colors  */
  --primary-color: #f8dd12;
  --gradient-color: #fae85a;
  --gradient-border-color: #fdd11d;

  --footer-bg-color: #f8f8f6;
  --bg-gray-color: #f8f8f6b2;
  --border-gray-color: #f8f8f6;
  --social-media-bg: #f2f1ee;
  --contact-kicker-border: #e3e4de;
  --form-gray-bg: #f9fafb;
  --input-border: #e5e7eb;

  --text-color: #1d1f13;
  --faded-btn: #999999;
  --faded-text: #767676;
  --faded-text-two: #4a5565;
  --faded-text-three: #666;
  --faded-text-four: #717182;
  --faded-text-five: #6a7282;
  --black: #000;
  --white: #fff;
  --blue: #1a2b4c;

  --title: #0a0a0a;
  --label-color: #364153;

  --primary-gradient: linear-gradient(
    90deg,
    var(--primary-color) 0%,
    var(--gradient-color) 61.72%
  );
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

*:not(dialog) {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: var(--primary-font-regular);
  color: var(--text-color);
}

/* #smooth-wrapper {
  overflow: hidden;
}

#smooth-content {
  will-change: transform;
} */

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
  font-family: var(--primary-font-bold);
}

#root,
#__next {
  isolation: isolate;
}

a {
  color: var(--text-color);
  text-decoration: none;
}

.border-style {
  border-radius: 100px 100px 0 0;
  border-top: 8px solid var(--primary-color);
  background-color: var(--footer-bg-color);
}

.custom-container {
  max-width: 1312px;
  margin: 0 auto;
  width: 90%;
}

.grey-bg {
  background-color: var(--footer-bg-color);
}

.faded-text {
  color: var(--faded-text);
}

.faded-text-two {
  color: var(--faded-text-two);
}

.faded-text-three {
  color: var(--faded-text-three);
}

.faded-text-four {
  color: var(--faded-text-four);
}

.faded-text-five {
  color: var(--faded-text-five);
}

.regular-text {
  font-family: var(--primary-font-regular);
}

.medium-text {
  font-family: var(--primary-font-medium);
}

.bold-text {
  font-family: var(--primary-font-bold);
}

.semibold-text {
  font-family: var(--primary-font-semibold);
}

.title {
  font-family: var();
  color: var(--title);
}

.label {
  color: var(--label-color);
  font-family: var(--primary-font-medium);
}

.input-style {
  border-radius: 8px;
  border: 1px solid var(--input-border);
  background: var(--white);
}

.kicker {
  font-family: var(--primary-font-semibold);
  width: fit-content;
  border-radius: 100px;
  border: 1px solid var(--contact-kicker-border);
  background: var(--footer-bg-color);
}

.w-fit-content {
  width: fit-content;
}

.custom-title::before {
  content: url("data:image/svg+xml,%0A%3Csvg width='31' height='2' viewBox='0 0 31 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30.8333' height='1.92708' fill='%23FDD11D'/%3E%3C/svg%3E%0A");
  line-height: 0;
  vertical-align: super;
  margin-right: 0.7em;
}

.post-thumb > img {
  border-radius: 16px 16px 0 0;
}

.post-thumb .post-thumb__content {
  border-radius: 0 0 16px 16px;
  border: 0.964px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  box-shadow: 0 0.964px 2.891px 0 rgba(0, 0, 0, 0.1),
    0 0.964px 1.927px -0.964px rgba(0, 0, 0, 0.1);
}

.title-wrapper {
  border-bottom: 1px solid #d4d4d4;
  position: relative;
}

.title-wrapper::after {
  content: "";
  border-bottom: 4px solid #ffc000;
  position: absolute;
  bottom: -2px;
  display: block;
  width: 128px;
}

.file-upload-zone {
  border: 2px dashed #d1d5db;
  border-radius: 12px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  background: rgba(248, 250, 252, 0.5);
  min-height: 140px;
  text-align: center;
}

.file-upload-zone:hover {
  border-color: #6b7280;
  background: #f9fafb;
}

/* when required — solid border like in the screenshot */
.file-upload-zone--required {
  border-style: solid;
  border-color: #d1d5db;
}

/* when file is selected */
.file-upload-zone--filled {
  border-color: #3b82f6;
  background: #eff6ff;
}

.file-upload-zone__title {
  font-size: 15px;
  color: #374151;
  margin: 0;
  font-family: var(--primary-font-semibold);
}

.file-upload-zone__hint {
  font-size: 13px;
  color: #9ca3af;
  margin: 0;
}

.file-upload-zone__name {
  font-size: 13px;
  color: #3b82f6;
  font-weight: 500;
  margin: 0;
  word-break: break-all;
}

.pagination-outline-btn {
  border-color: var(--gradient-border-color);
  color: var(--gradient-border-color);
}

.pagination-btn {
  background-color: var(--gradient-border-color);
  color: var(--white);
}

/* links: */

.link {
  position: relative;
}

.link::before {
  transform: scaleX(0) translateY(5px);
  transform-origin: bottom right;
}

.link:hover::before {
  transform: scaleX(1) translateY(5px);
  transform-origin: bottom left;
}

.link::before {
  content: " ";
  display: block;
  position: absolute;
  height: 3px;
  right: 0;
  bottom: -3px;
  left: 0;
  background-color: var(--gradient-border-color);
  /* z-index: -1; */
  transition: transform 0.3s ease;
}

@media (min-width: 992px) {
  .separator {
    margin-top: 15em;
  }
}
._iconWrapper_1fv53_1 {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1.5px solid #f5c400; 
  flex-shrink: 0; 
}

._formWrapper_1fv53_12 {
  border-radius: 24px;
  background: #f8f9fa; 
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}
@media (max-width: 576px) {
  ._formWrapper_1fv53_12 {
    padding: 1.5rem !important; 
  }
}/* Hero.module.css */
._hero_8icjy_2 {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  border-radius: 0 0 100px 100px;
  border-bottom: 10px solid var(--gradient-color);
}

._video_8icjy_11 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 0;
}

._controls_8icjy_22 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

._content_8icjy_30 {
  position: relative;
  z-index: 1;
}

._controlBtn_8icjy_35 {
  border-radius: 50.667px;
  border: 1.333px solid rgba(255, 255, 255, 0.2);
  background: rgba(217, 217, 217, 0.32);
  width: 80px;
  height: 80px;
  position: relative;
  backdrop-filter: blur(3px);
}

._controlIcon_8icjy_45 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .controlIconPaused {
  left: 55%;
} */
/**
 * Swiper 12.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 24, 2026
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
._blocWrapper_156of_1 {
  border-radius: 16.709px;
  border: 0.835px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16.709px 20.886px -4.177px rgba(0, 0, 0, 0.1),
    0 6.683px 8.354px -5.013px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

._iconWrapper_156of_15 {
  background: #94a3b826;
  padding: 10px;
  border-radius: 100%;
}

._StatValue_156of_21 {
  font-family: var(--primary-font-extrabold);
  font-size: 2.2rem;
}

._statLabel_156of_26 {
  color: #45556c;
}

@media (min-width: 992px) {
  ._statWrapper_156of_31 {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
  }
}
._professionBg_1vira_1 {
  background-image: url("/react-app/dist/assets/profession_bg-r1ClAhv4.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}

._desc_1vira_7 {
  max-width: 985px;
  margin: 0 auto;
}

._professionWrapper_1vira_12 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5em 0px;
}

._cols_1vira_19 {
  flex: 0 0 25%;
}

._bgImage_1vira_23 {
  border-radius: 16px;
  border: 2.5px solid var(--gradient-border-color);
  box-shadow: 0 8px 10.9px 0 rgba(253, 209, 29, 0.1),
    0 10px 11.2px 0 rgba(253, 209, 29, 0.05);
}

._contentWrapper_1vira_30 {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 3px solid var(--white);
  background: rgba(248, 248, 246, 0.71);
  backdrop-filter: blur(7.5px);
  border-radius: 16px;
  padding: 2.2em 1.25em;
  transition: opacity 0.3s ease;
}

._blocWrapper_1vira_45:hover ._contentWrapper_1vira_30 {
  opacity: 0;
}
._background_1j83f_1 {
  background: url("/react-app/dist/assets/ractangle-bg-BScHQ_1w.png");
  background-repeat: no-repeat;
}

._content_1j83f_6 > * {
  margin-bottom: 1.5em;
}

._swiperWrapper_1j83f_10 {
  position: relative;
}

._navBtn_1j83f_14 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #fae857;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

._prev_1j83f_30 {
  left: -25px;
}
._next_1j83f_33 {
  right: -25px;
}
.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}


._desc_1okpv_3{
    color: var(--faded-text-three);
    max-width: 985px;
    margin: 0 auto;
}

._heroWrapper_1l2ej_1 {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 34.21%, #fff 100%),
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0.08) 100%
    ),
    var(--hero-bg) lightgray 50% / cover no-repeat;
  height: 100dvh;
}

._smallHeader_1l2ej_13 {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 34.21%,
      rgba(255, 255, 255, 0.83) 100%
    ),
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.01) 0%,
      rgba(255, 255, 255, 0.01) 100%
    ),
    var(--hero-bg) lightgray 50% / cover no-repeat;
  min-height: 70dvh;
  object-fit: cover;
}

._heroContent_1l2ej_30 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 891px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

._heroContent_1l2ej_30 h1 {
  font-family: var(--primary-font-semibold);
  font-size: 4rem;
  text-wrap: auto;
}

._heroContent_1l2ej_30 p {
  font-family: var(--primary-font-semibold);
}

@media (max-width: 575.98px) {
  ._heroContent_1l2ej_30 h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  ._heroContent_1l2ej_30 h1 {
    font-size: 3rem;
  }
}
._name_1l36g_1 {
  font-family: var(--primary-font-medium);
  letter-spacing: 0.5px;
}

._subtitle_1l36g_6 {
  color: var(--faded-text);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
}

._title_1l36g_13 {
  font-family: var(--primary-font-regular);
  letter-spacing: 1.5px;
}

._title_1l36g_13 span {
  font-family: var(--primary-font-bold);
}

._title_1l36g_13::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background-color: var(--gradient-border-color);
  margin-top: 0.8em;
  margin-bottom: 1.2em;
}

._content_1l36g_32 * {
  margin-bottom: 1em;
  color: var(--faded-text-five);
  line-height: 2;
}

._content_1l36g_32 *:first-child {
  color: var(--text-color);
  line-height: 1.7;
}

._content_1l36g_32 *:nth-child(2) {
  position: relative;
  padding-left: 2em;
  color: var(--text-color);
}

._content_1l36g_32 *:nth-child(2)::before {
  content: "";
  border-left: 2px solid var(--gradient-border-color);
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
}
._wrapper_1mac6_1 {
  background: var(--footer-bg-color);
}

._card_1mac6_5 {
  border-radius: 21px;
  border: 1px solid #eee;
  background: rgba(255, 255, 255, 0.9);
  width: fit-content;
  padding: 1.7em 6em;
  margin: 0 auto;
  text-align: center;
}

._kicker_1mac6_15 {
  color: #002b4880;
  font-family: var(--primary-font-bold);
  letter-spacing: 2.4px;
  margin-bottom: 0.3em;
}

._title_1mac6_22 {
  color: #002b48;
}

/* .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
} */

/* .grid .card {
  grid-column: span 2;
  max-width: 400px;
  width: 100%;
} */

/* .card:first-child:nth-last-child(4),
.card:first-child:nth-last-child(4) ~ .card {
  grid-column: span 3;
} */

/* .card:first-child:nth-last-child(5),
.card:first-child:nth-last-child(5) ~ .card:nth-child(2) {
  grid-column: span 3;
} */

/* .card:first-child:nth-last-child(5) ~ .card:nth-child(n + 3) {
  grid-column: span 2;
} */

/* .card:first-child:nth-last-child(7),
.card:first-child:nth-last-child(7) ~ .card:nth-child(2) {
  grid-column: span 3;
} */

/* .card:first-child:nth-last-child(7) ~ .card:nth-child(n + 3) {
  grid-column: span 2;
} */
/* 
.card:first-child:nth-last-child(5) {
  grid-column: 2 / 4;
} */

/* .card:first-child:nth-last-child(5) ~ .card:nth-child(2) {
  grid-column: 4 / 6;
} */

._icon_1mac6_69 {
  border-radius: 13px;
  border: 0.867px solid rgba(0, 43, 72, 0.1);
  background: linear-gradient(
    135deg,
    rgba(244, 246, 248, 0) 0%,
    rgba(247, 248, 250, 0) 25%,
    rgba(249, 250, 251, 0) 50%,
    rgba(252, 253, 253, 0) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 10px;
}

._cards_1mac6_83 ul {
  padding-left: 0;
  list-style: none;
}
._cards_1mac6_83 ul li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M5.20312 10.4063L8.67187 6.93752L5.20312 3.46877' stroke='url(%23paint0_linear_434_5026)' stroke-width='1.15625' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_434_5026' x1='5.20313' y1='6.93752' x2='8.67187' y2='6.93752' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F8DD12'/%3E%3Cstop offset='0.617192' stop-color='%23FAE85A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  margin-right: 0.8em;
}

._cards_1mac6_83 ul li {
  margin-bottom: 0.3em;
  color: #002b48b2;
  font-family: var(--primary-font-medium);
}

/* .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
} */

._grid_1mac6_26 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

@media (min-width: 992px) {
  ._grid_1mac6_26 {
    grid-template-columns: repeat(6, 1fr); /* your special grid kicks in */
  }

  ._grid_1mac6_26 ._card_1mac6_5 {
    grid-column: span 2;
    max-width: 400px;
    width: 100%;
  }

  ._card_1mac6_5:first-child:nth-last-child(4),
  ._card_1mac6_5:first-child:nth-last-child(4) ~ ._card_1mac6_5 {
    grid-column: span 3;
  }

  ._card_1mac6_5:first-child:nth-last-child(5),
  ._card_1mac6_5:first-child:nth-last-child(5) ~ ._card_1mac6_5:nth-child(2) {
    grid-column: span 3;
  }

  ._card_1mac6_5:first-child:nth-last-child(5) ~ ._card_1mac6_5:nth-child(n + 3) {
    grid-column: span 2;
  }

  ._card_1mac6_5:first-child:nth-last-child(7),
  ._card_1mac6_5:first-child:nth-last-child(7) ~ ._card_1mac6_5:nth-child(2) {
    grid-column: span 3;
  }

  ._card_1mac6_5:first-child:nth-last-child(7) ~ ._card_1mac6_5:nth-child(n + 3) {
    grid-column: span 2;
  }

  ._card_1mac6_5:first-child:nth-last-child(5) {
    grid-column: 2 / 4;
  }

  ._card_1mac6_5:first-child:nth-last-child(5) ~ ._card_1mac6_5:nth-child(2) {
    grid-column: 4 / 6;
  }
}


@media (max-width: 991.98px) {._card_1mac6_5 {
    width: 100%;
    padding: 1.7em 1em;
  }}
._card_1p1j6_1 {
  border-radius: 24px;
  border: 1px solid #f5f5f5;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.04);
}

._title_1p1j6_7::after {
  content: "";
  border-bottom: 3px solid #ffc000;
  display: block;
  width: 32px;
  margin: 0.5em auto;
}
/* src/components/Modal.module.css */

._background_ddavt_3 {
  background: rgba(0, 0, 0, 0.5);
}

._btnClose_ddavt_7 {
  position: absolute;
  right: 0;
  border-radius: 100%;
  background-color: #f1f5f9;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  opacity: 0.6;
  margin-top: 10px;
  margin-right: 19px;
  padding: 10px;
  z-index: 2;
}

._modalDialog_ddavt_20 {
  max-width: 1150px;
  width: 95%;
}
._titleWrapper_1u8h4_1 {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  min-height: 256px;
  display: flex;
  align-items: end;
  /* width: 100%; */
}

._title_1u8h4_1 {
  color: var(--white);
  font-family: var(--primary-font-regular);
  text-transform: uppercase;
  letter-spacing: 5px;
  position: relative;
}

._title_1u8h4_1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  border-top: 3px solid #ffc000;
}

._content_1u8h4_31 > * {
  margin-bottom: 1.2em;
  color: var(--faded-text-two);
}
._title_ee62x_1 {
  position: absolute;
  bottom: 0;
}

._title_ee62x_1 h3 {
  color: var(--white);
  font-family: var(--primary-font-regular);
  text-transform: uppercase;
  letter-spacing: 5px;
  position: relative;
}

._title_ee62x_1 h3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  border-top: 2px solid #ffc000;
  transition: width 0.3s ease;
}

._slide_ee62x_24 {
  overflow: hidden;
  border-radius: 8px;
}

._image_ee62x_29 {
  border-radius: 8px;
  filter: grayscale(100%) brightness(70%) contrast(110%) opacity(0.9);
  transition: 0.3s;
}

._slide_ee62x_24:hover > img {
  filter: initial;
  transform: scale(1.1);
}


._slide_ee62x_24:hover ._title_ee62x_1 h3::after {
  width: 30%
}._btnCircle_i2qxo_1 {
  border-radius: 33554400px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

._yearRange_i2qxo_8 {
  color: #a1a1a1;
  font-family: var(--primary-font-medium);
}

._divider_i2qxo_13 {
  color: #ffc000;
}

._eventCol_i2qxo_17 {
  /* max-width: 450px;
  width: 90%; */
  text-align: center;
}

._card_i2qxo_23 {
  border-radius: 20px;
  border: 1.374px solid #f5f5f5;
  box-shadow: 0 5.495px 27.475px -5.495px rgba(0, 0, 0, 0.03);
  border-top: 4px solid #ffc000;
  color: #525252;
  max-width: 450px;
  width: 90%;
  margin: 4.5em auto 0 auto;
  position: relative;
  text-align: left;
}

._card_i2qxo_23::before {
  content: "";
  border: 2px solid #e5e5e5;
  position: absolute;
  height: 22px;
  top: -40px;
  background: #e5e5e5;
  left: 50%;
  transform: translateX(-50%);
}

._card_i2qxo_23 ul {
  padding-left: 0;
  list-style: none;
}

._card_i2qxo_23 ul li {
  display: flex;
  margin-bottom: 0.5em;
}

._card_i2qxo_23 ul li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M8.24219 16.4842L13.7372 10.9892L8.24219 5.49414' stroke='%23FFC000' stroke-width='2.74752' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  margin-right: 0.8em;
  padding-top: 0.2em;
}

._year_i2qxo_8 {
  border-bottom: 3px solid #e5e5e5;
}

._year_i2qxo_8::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);

  border-radius: 100%;
}

._yearActive_i2qxo_77::after {
  width: 30px;
  height: 30px;
  bottom: -15px;
  border: 6px solid #fafafa;
  background: #ffc000;
  box-shadow: 0 1.374px 4.121px 0 rgba(0, 0, 0, 0.1),
    0 1.374px 2.748px -1.374px rgba(0, 0, 0, 0.1);
}

._yearFaded_i2qxo_87 {
  color: #a1a1a1;
}

._yearFaded_i2qxo_87::after {
  width: 15px;
  height: 15px;
  background-color: #a1a1a1;
  bottom: -10px;
}

/* .yearFadedWrapper {
  width: fit-content !important;
}

.yearFadedWrapper .eventCol{
  width: 100%;
  margin-right: 1em;
} */
._grid_gk5y3_1 {
  align-items: stretch; /* all cols stretch to tallest in row */
}

._tab_gk5y3_5 {
  background-color: var(--white);
  color: var(--text-color);
}

._tabActive_gk5y3_10 {
  background-color: #ebcd33;
}

._card_gk5y3_14 {
  display: flex;
  flex-direction: column;
  height: 100%;
  display: block;
  border-radius: 15px;
  border: 1px solid #f3f4f6;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-top: 5px solid #ebcd33;
}

._badge_gk5y3_26 {
  color: #894b00;
  background: #fef9c2;
  font-family: var(--primary-font-semi bold);
}

._cardUrl_gk5y3_32 {
  margin-top: auto;
}
._wrapper_1kam1_1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  border: 2px solid #f1f5f9;
}

._image_1kam1_7 {
  border-radius: 22px 22px 0 0;
}

._label_1kam1_11 {
  display: flex;
  justify-content: center;
  align-items: center;
}

._label_1kam1_11 p {
  color: #45556c;
  font-family: var(--primary-font-medium);
}

._navBtn_1kam1_22 img {
  border-radius: 33554400px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.swiper-slide {
  height: auto; /* ← let each slide grow to match the tallest */
}

._wrapper_1kam1_1 {
  height: 100%; /* ← fill the slide */
  display: flex;
  flex-direction: column;
}

._label_1kam1_11 {
  margin-top: auto; /* ← pushes label to bottom if heights differ */
}

@media (min-width: 576px) {
  ._navBtn_1kam1_22 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }

  ._navBtn_1kam1_22._next_1kam1_52 {
    right: -45px;
  }

  ._navBtn_1kam1_22._prev_1kam1_56 {
    left: -45px;
  }
}

@media (max-width: 575.98px) { 
  ._navBtnWrapper_1kam1_62{
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-bottom: 1.6em;
  }
 }

@media (max-width: 991.98px) {
  ._navBtn_1kam1_22._next_1kam1_52 {
    right: -32px;
  }

  ._navBtn_1kam1_22._prev_1kam1_56 {
    left: -32px;
  }

  ._navBtn_1kam1_22 img {
    padding: 7px;
  }
}
._postThumb_1ddcb_1 ._title_1ddcb_1 {
  color: var(--black);
  font-size: 20px;
  margin-bottom: 0.9em;
}

._thumbImg_1ddcb_7 {
  border-radius: 16px 16px 0 0;
}
._postDetailWrapper_1gjra_1 p {
  color: #666;
}

._postDetailWrapper_1gjra_1 p:first-of-type {
  color: var(--black);
  word-spacing: 1.6px;
  font-size: 1.25rem;
  margin-bottom: 1.8em;
}
.real-page {
  background-color: #fff;
  color: #1a1a1a;
  overflow-x: hidden;
}

.real-hero {
  position: relative;
  padding-bottom: 60px;
  background: #fff;
}

.real-hero__bg {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 550px;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.real-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%);
}

.real-hero__content {
  position: relative;
  z-index: 1;
  padding-top: 140px;
  text-align: center;
}

.real-hero__title {
  font-size: 68px;
  font-weight: 800;
  margin-bottom: 24px;
  color: #1a1a1a;
}

.real-hero__subtitle {
  font-size: 17px;
  color: #333;
  max-width: 850px;
  margin: 0 auto 60px;
  line-height: 1.6;
  font-weight: 500;
}

.real-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1140px;
  margin: 0 auto;
}

.real-stat-card {
  border-radius: 17.556px;
  border: 1px solid #F9E021;
  background: #FFF;
  box-shadow: 0 5.852px 21.945px 0 rgba(0, 0, 0, 0.04);
  padding: 35px 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.real-stat-card:hover {
  transform: translateY(-5px);
}

.real-stat-card svg {
  color: #1a1a1a;
  margin-bottom: 20px;
}

.real-stat-card__num {
  font-size: 46px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1;
}

.real-stat-card__unit {
  font-size: 10px;
  font-weight: 700;
  color: #999;
  margin-top: 15px;
  letter-spacing: 0.1em;
}

.real-stat-card__label {
  font-size: 12px;
  color: #bbb;
  margin-top: 4px;
}

.real-filters-area {
  padding: 80px 0 40px;
}

.real-filters-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.real-filter-tag {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #999;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}

.real-filter-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-pill {
  padding: 11px 26px;
  border-radius: 50px;
  border: none;
  background: #f1f3f6;
  color: #444;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-pill.active {
  border-radius: 91.797px;
  background: #F8DD12;
}

.btn-outline {
  padding: 10px 26px;
  border-radius: 50px;
  border: 1px solid #e2e8f0;
  background: transparent;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-outline.active {
  border-color: #1a1a1a;
  color: #1a1a1a;
  font-weight: 700;
}

.real-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-bottom: 100px;
}

.real-card {
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  cursor: pointer;
  transition: all 0.3s ease;
}

.real-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.real-card__img {
  position: relative;
  aspect-ratio: 16/11;
  background: #f5f5f5;
  overflow: hidden;
}

.real-card__img img {
  width: 100%; height: 100%;
  object-fit: cover;
}

.real-card__hover {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.7),
    rgba(0,0,0,0)
  );
  display: flex;
  align-items: end;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.real-card:hover .real-card__hover { opacity: 1; }

.real-card__btn {
  border-radius: 91.797px;
  background: #F8DD12;
  border: none;
  margin-bottom: 10px;
  padding: 10px 35px;
  font-weight: 700;
  color: #1a1a1a;
}

.real-card__body { padding: 24px; }
.real-card__body h3 { font-size: 20px; margin-bottom: 15px; }

.real-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #666;
  margin-bottom: 6px;
}

.real-card__cat {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
  font-size: 11px;
  font-weight: 700;
  color: #ccc;
}

@media (max-width: 1100px) {
  .real-stats-grid { grid-template-columns: repeat(2, 1fr); padding: 0 20px; }
  .real-hero__title { font-size: 48px; }
}

@media (max-width: 768px) {
  .real-filters-row { flex-direction: column; }
  .real-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 500px) {
  .real-grid { grid-template-columns: 1fr; }
  .real-stats-grid { grid-template-columns: 1fr; }
}/* ── Page ── */
.single-page { font-family: inherit; }
.single-empty { text-align: center; padding: 100px 0; color: #999; }

/* ── Hero ── */
.single-hero {
  position: relative;
  height: 80vh;
  min-height: 420px;
  background: #1a1a1a center/cover no-repeat;
  display: flex;
  align-items: flex-end;
}
.single-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.72) 100%);
}
.single-hero__content {
  position: relative;
  z-index: 1;
  padding-bottom: 48px;
  padding-top: 48px;
}
.single-retour {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  color: rgba(255,255,255,0.75);
  font-size: 13px;
  cursor: pointer;
  padding: 0;
  margin-bottom: 20px;
  font-family: inherit;
  transition: color 0.2s;
}
.single-retour:hover { color: #fff; }
.single-hero__content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}
.single-categorie {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #f5c400;
}

/* ── Galerie ── */
.single-galerie {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding-top: 32px;
  padding-bottom: 8px;
}
.single-galerie__item {
  aspect-ratio: 4/3;
  border-radius: 10px;
  overflow: hidden;
  background: #eee;
  cursor: pointer;
}
.single-galerie__item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.single-galerie__item:hover img { transform: scale(1.05); }

/* ── Body ── */
.single-body {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  padding-top: 48px;
  padding-bottom: 80px;
}
.single-description h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px;
}
.single-description p {
  font-size: 15px;
  color: #555;
  line-height: 1.85;
  margin: 0;
}

/* Détails */
.single-details {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 24px;
  height: fit-content;
}
.single-details h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 20px;
}
.single-detail__row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}
.single-detail__row:last-child { margin-bottom: 0; }
.single-detail__icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: #fffbe6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.single-detail__label {
  display: block;
  font-size: 11px;
  color: #aaa;
  margin-bottom: 3px;
}
.single-detail__val {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
}

/* ── Lightbox ── */
.single-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 24px;
}
.single-lightbox__close {
  position: fixed;
  top: 20px; right: 24px;
  background: none; border: none;
  cursor: pointer; z-index: 1001;
  opacity: 0.8; transition: opacity 0.2s;
  padding: 4px;
}
.single-lightbox__close:hover { opacity: 1; }
.single-lightbox__nav {
  position: fixed;
  top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,0.1);
  border: none; border-radius: 50%;
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 1001;
  transition: background 0.2s;
}
.single-lightbox__nav:hover { background: rgba(255,255,255,0.2); }
.single-lightbox__nav--prev { left: 20px; }
.single-lightbox__nav--next { right: 20px; }
.single-lightbox__content { max-width: 900px; width: 100%; text-align: center; }
.single-lightbox__content img {
  width: 100%; max-height: 78vh;
  object-fit: contain;
  border-radius: 10px; display: block;
}
.single-lightbox__counter {
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  margin-top: 12px;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .single-body { grid-template-columns: 1fr; gap: 32px; }
  .single-galerie { grid-template-columns: repeat(2,1fr); }
  .single-hero__content h1 { font-size: 28px; }
}
@media (max-width: 560px) {
  .single-galerie { grid-template-columns: repeat(2,1fr); gap: 8px; }
}.part-page {
  background: #fff;
  min-height: 100vh;
  font-family: var(--primary-font-regular);
  color: var(--text-color);
}

.part-error {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  color: #767676;
}

.part-section {
  padding: 0 0 80px;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}

.part-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  aspect-ratio: 1 / 1;
}

.part-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  border-radius: 16px;
  border: 1px solid #C5C5C5;
  background: #F8F8F6;
  transition: box-shadow 0.2s, border-color 0.2s;
  min-height: 100px;
}

.part-card:hover {
  border: none;
  border-bottom: 3px solid #FFC000;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.part-card__logo {
  width: 100%;
  max-width: 120px;
  max-height: 60px;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .part-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 768px) {
  .part-grid { grid-template-columns: repeat(3, 1fr); }
  .part-section { padding: 40px 0 60px; }
}

@media (max-width: 480px) {
  .part-grid { grid-template-columns: repeat(2, 1fr); }
}
.contact-page {
  background: #fff;
  min-height: 100vh;
  font-family: var(--primary-font-regular);
  color: var(--text-color);
}

.contact-error {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  color: #767676;
}

.contact-section {
  padding: 0 0 80px;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  border-radius: 16px;

}

.contact-card {
  background: #fff;
  border-radius: 16px 0 0 16px;
  padding: 32px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.contact-card__name {
    font-family: var(--primary-font-bold);
    color: #0F172B;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.75px;
    margin-bottom: 20px;
}

.contact-card__infos {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.contact-card__info {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #4B5563;
  line-height: 1.5;
}

.contact-card__info svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-card__form-title {
  font-family: var(--primary-font-bold);
  font-size: 16px;
  color: var(--text-color);
  margin-bottom: 20px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-form__field label {
  font-family: var(--primary-font-medium);
  font-size: 13px;
  color: var(--text-color);
}

.contact-form__field label span {
  color: #EF4444;
}

.contact-form__field input,
.contact-form__field textarea {
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 10px 14px;
  font-family: var(--primary-font-regular);
  font-size: 14px;
  color: var(--text-color);
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
  resize: none;
}

.contact-form__field input:focus,
.contact-form__field textarea:focus {
  border-color: #FFC000;
}

.contact-form__required {
  font-size: 12px;
  color: #9CA3AF;
  margin: 0;
}

.contact-form__success {
  font-size: 13px;
  color: #16A34A;
  margin: 0;
}

.contact-form__error {
  font-size: 13px;
  color: #EF4444;
  margin: 0;
}

.contact-form__btn {
  align-self: flex-end;
  border-radius: 8px;
  background: #FFB900;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
  padding: 12px 32px;
  font-family: var(--primary-font-medium);
  font-size: 14px;
  color: var(--text-color);
  cursor: pointer;
  transition: opacity 0.2s;
}

.contact-form__btn:hover { opacity: 0.88; }
.contact-form__btn:disabled { opacity: 0.6; cursor: not-allowed; }

.contact-map {
  border-radius: 0 16px 16px 0;
  overflow: hidden;
  height: 100%;
  min-height: 500px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.contact-map iframe {
  display: block;
  min-height: 500px;
}

.contact-map__placeholder {
  width: 100%;
  height: 100%;
  background: #F0F0F0;
}

@media (max-width: 900px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-map {
    min-height: 350px;
  }

  .contact-map iframe {
    min-height: 350px;
  }
  .contact-wrapper {
  gap: 20px;
  }
  .contact-card{
    border-radius: 16px;
  }
}

@media (max-width: 540px) {
  .contact-form__row {
    grid-template-columns: 1fr;
  }

  .contact-card {
    padding: 24px 16px;
  }
}._background_10zrb_1 {
  background: rgba(0, 0, 0, 0.5);
}

._title_10zrb_5 {
  color: var(--blue);
  font-family: var(--primary-font-extrabold);
}

._btnClose_10zrb_10 {
  position: absolute;
  right: 0;
  border-radius: 100%;
  background-color: #f1f5f9;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  opacity: 0.6;
  margin-top: 10px;
  margin-right: 19px;
  padding: 10px;
  z-index: 2;
}

._form_10zrb_23 {
  counter-reset: form-counter;
}

._formTitle_10zrb_27 {
  color: var(--blue);
  font-family: "manrope-bold";
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 1.25rem;

  counter-increment: form-counter;
}

._formTitle_10zrb_27::before {
  content: counter(form-counter);
  background-color: var(--blue);
  color: var(--white);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9em;
}

._label_10zrb_52 {
  color: #314158;
  font-family: var(--primary-font-semibold);
}

._red_10zrb_57 {
  color: #fb2c36;
}

._input_10zrb_61 {
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background-color: rgba(248, 250, 252, 0.5);
  color: #90a1b9;
}

._link_10zrb_68 {
  color: #155dfc;
}

._button_10zrb_72 {
  background: var(--primary-color);
  border-color: var(--primary-color);
  flex-grow: 1;
  width: 100%;
  color: var(--blue);
  font-family: var(--primary-font-extrabold);
}

._detailWrapper_10zrb_81 {
  border-right: 1px solid #e2e8f0;
  background: rgba(248, 250, 252, 0.8);
}

._cityBadge_10zrb_86 {
  width: fit-content;
  background: #dbeafe;
  font-family: var(--primary-font-bold);
  color: #193cb8;
  text-transform: uppercase;
}

._detailTitle_10zrb_94 {
  color: var(--blue);
  font-family: var(--primary-font-extrabold);
}

._detailTitle_10zrb_94::after {
  content: "";
  display: block;
  width: 48px;
  height: 6px;
  background-color: var(--gradient-border-color);
  margin-top: 0.8em;
  margin-bottom: 1.2em;
}

._card_10zrb_109 {
  border-radius: 16px;
  border: 1px solid #f1f5f9;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

._title_10zrb_5 {
  color: var(--blue);
  font-family: var(--primary-font-extrabold);
}

._list_10zrb_121 li {
  color: #45556c;
  margin-bottom: 0.8em;
}

._modalDialog_10zrb_126 {
  max-width: 1150px;
  width: 95%;
}
._wrapper_1ob9j_1 {
  border-radius: 7.55px;
  background: #f9fafb;
}

._filterWrapper_1ob9j_6 {
  background: #fff;
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

._filterWrapper_1ob9j_6 input,
._filterWrapper_1ob9j_6 select {
  border: 1px solid #d1d5dc;
  background-color: #f3f3f5;
  border-radius: 0;
}

._contractBadge_1ob9j_20 {
  background: #eff6ff;
  color: #1c398e;
  font-family: var(--primary-font-medium);
}

._btn_1ob9j_26 {
  background-color: #1c398e;
  color: #fff;
  font-family: var(--primary-font-medium);
}
._wrapper_19c09_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;

  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

._row_19c09_10 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

._field_19c09_17 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

._fieldFull_19c09_23 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

._label_19c09_30 {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
}

._label_19c09_30 span {
  color: #f5c400;
}

._input_19c09_40 {
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  color: #1a1a1a;
  font-family: inherit;
  transition: border-color 0.2s;
  outline: none;
  width: 100%;
}

._input_19c09_40::placeholder {
  color: #aaa;
}
._input_19c09_40:focus {
  border-color: #f5c400;
  background: #fff;
}

._textarea_19c09_61 {
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  color: #1a1a1a;
  font-family: inherit;
  resize: vertical;
  transition: border-color 0.2s;
  outline: none;
  width: 100%;
}

._textarea_19c09_61::placeholder {
  color: #aaa;
}
._textarea_19c09_61:focus {
  border-color: #f5c400;
  background: #fff;
}

._fileZone_19c09_83 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1.5px dashed #ddd;
  border-radius: 8px;
  padding: 14px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: var(--primary-font-medium);
}

._fileZone_19c09_83:hover {
  border-color: var(--primary-color);
  background: #fffbe6;
}

._submitBtn_19c09_103 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: var(--primary-color);
  color: var(--text-color);
  border-radius: 8px;
  padding: 14px;
  cursor: pointer;
  font-family: var(--primary-font-medium);
  transition: background 0.2s, transform 0.15s;
  margin-top: 8px;
}

._submitBtn_19c09_103:hover:not(:disabled) {
  background: #e6b800;
}
._submitBtn_19c09_103:active:not(:disabled) {
  transform: scale(0.98);
}
._submitBtn_19c09_103:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

._success_19c09_130 {
  color: #2e7d32;
  font-size: 14px;
  margin-bottom: 10px;
}

._error_19c09_136 {
  color: #c62828;
  font-size: 14px;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  ._row_19c09_10 {
    grid-template-columns: 1fr;
  }
}
