/* ----------------------------------------- Styles ----------------------------------------- */
@font-face {
  font-family: Helvetica_Light;
  src: url(../fonts/HelveticaNeue-LightExt.woff) format("woff");
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: Helvetica_Regular;
  src: url(../fonts/HelveticaNeue-Extended.woff) format("woff");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: Helvetica_Medium;
  src: url(../fonts/HelveticaNeueMedium.woff) format("woff");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: Helvetica_Bold;
  src: url(../fonts/HelveticaNeue-BoldExt.woff) format("woff");
  font-display: swap;
  font-weight: 700;
}
/* ---------------------------------------------------- */
/* Globals START */
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

a {
  text-decoration: none;
  color: inherit;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
 - fix for the content editable attribute will work properly.
 - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

html {
  scroll-behavior: smooth;
  font-family: Helvetica_Regular, sans-serif;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.wow {
  visibility: hidden;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

::-webkit-scrollbar {
  width: 6px;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(18, 25, 33, 0.6);
  border-radius: 5px;
}

/* Globals END */
/* ---------------------------------------------------- */
/*Header START */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: clamp(30px, 2.0833333333vw, 50px) 0;
  height: clamp(110px, 7.6388888889vw, 130px);
  background-color: #fff;
  transition: 0.3s ease-in-out;
  z-index: 10;
}
header .header_container {
  width: calc(100% - 65px);
  max-width: clamp(1376px, 95.5555555556vw, 1834.6666666667px);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  position: relative;
  justify-content: center;
}
header .header_container .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(157px, 10.9027777778vw, 190px);
  height: clamp(55px, 3.8194444444vw, 70px);
  bottom: clamp(80px, 5.5555555556vw, 120px);
}
header .header_container .logo svg {
  width: 100%;
  height: 100%;
}
header .header_container .menu_container {
  display: flex;
  justify-content: center;
}
header .header_container .menu_container ul {
  display: flex;
  justify-content: space-between;
  width: auto;
  gap: clamp(70px, 6.0416666667vw, 115px);
}
header .header_container .menu_container ul li {
  font-family: Helvetica_Medium;
  font-size: clamp(14px, 0.9722222222vw, 34px);
  line-height: clamp(18px, 1.25vw, 30px);
  color: #000;
  transition: 0.6s ease-in-out;
}

body.scrolled header {
  background-color: #fff !important;
}
body.scrolled header .menu_container li {
  color: #000 !important;
}

/*Header END*/
/* ---------------------------------------------------- */
/*Home START */
.home_page {
  background-color: #fff;
}
.home_page header {
  height: clamp(90px, 6.25vw, 120px);
}
.home_page header .logo {
  display: none;
}
.home_page.light .hero_section .scroll_down span {
  color: #fff;
}
.home_page.light .hero_section .scroll_down svg path,
.home_page.light .hero_section .scroll_down svg rect {
  stroke: #fff;
}
.home_page.light .hero_section::before {
  opacity: 0;
}
.home_page.light .hero_section .logo svg path,
.home_page.light .hero_section .logo svg rect:not(#Rectangle_20) {
  fill: #fff;
}
.home_page.light .hero_section .location .ping_icon svg :is(line, rect) {
  opacity: 0;
}
.home_page.light .hero_section .location .ping_icon svg circle {
  fill: #fff;
  opacity: 0.5;
}
.home_page.light .hero_section .location .address,
.home_page.light .hero_section .location .cords {
  opacity: 0.5;
  color: #fff;
}
.home_page.light header {
  background-color: transparent;
}
.home_page.light header .menu_container li {
  color: #fff;
}
.home_page .hero_section {
  height: 100vh;
  position: relative;
  isolation: isolate;
  padding-top: clamp(80px, 5.5555555556vw, 120px);
  padding-bottom: clamp(35px, 2.4305555556vw, 70px);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
.home_page .hero_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
  opacity: 1;
  transition: 0.8s ease-in-out;
}
.home_page .hero_section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  transition: 0.8s ease-in-out;
  background-image: var(--bg-img);
}
.home_page .hero_section .container {
  max-width: clamp(1383px, 96.0416666667vw, 2300px);
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  height: 100%;
}
.home_page .hero_section .logo {
  position: absolute;
  inset: 0;
  margin: auto;
  width: clamp(195px, 14.7916666667vw, 270px);
  height: clamp(65px, 5.1388888889vw, 100px);
}
.home_page .hero_section .logo svg {
  width: 100%;
  height: 100%;
  transform: translateY(calc(clamp(0px, 5.5555555556vw, 90px) * -1));
}
.home_page .hero_section .logo svg * {
  transition: 0.5s ease-in-out;
}
.home_page .hero_section .location {
  position: absolute;
  padding: clamp(111px, 7.7083333333vw, 165px) clamp(116px, 8.0555555556vw, 170px) 60px clamp(116px, 8.0555555556vw, 170px);
  isolation: isolate;
}
.home_page .hero_section .location .address,
.home_page .hero_section .location .cords {
  font-family: Helvetica_Regular;
  font-size: clamp(14px, 0.9722222222vw, 31px);
  line-height: clamp(18px, 1.25vw, 35px);
  color: #7c7c7c;
  cursor: pointer;
}
.home_page .hero_section .location .ping_icon {
  content: "";
  position: absolute;
  width: clamp(200px, 13.8888888889vw, 300px);
  height: clamp(205px, 14.2361111111vw, 305px);
  top: 0;
  left: 0;
  z-index: -1;
}
.home_page .hero_section .location .ping_icon svg {
  width: 100%;
  height: 100%;
}
.home_page .hero_section .location .ping_icon svg circle,
.home_page .hero_section .location .ping_icon svg line,
.home_page .hero_section .location .ping_icon svg rect {
  transition: 0.3s ease-in-out;
}
.home_page .hero_section .location.active .ping_icon svg #Ellipse_39,
.home_page .hero_section .location.active .address,
.home_page .hero_section .location.active .cords {
  fill: #fff;
  opacity: 1;
}
.home_page .hero_section .location:first-of-type {
  top: 0;
  left: 0;
  padding-right: 0;
}
.home_page .hero_section .location:nth-child(2) {
  top: clamp(80px, 5.5555555556vw, 140px);
  right: 0;
  text-align: right;
  padding-left: 0;
}
.home_page .hero_section .location:nth-child(2) .ping_icon {
  left: unset;
  right: 0;
}
.home_page .hero_section .location:nth-child(3) {
  bottom: 0;
  left: clamp(215px, 14.9305555556vw, 250px);
  bottom: clamp(115px, 7.9861111111vw, 210px);
  padding-right: 0;
}
.home_page .hero_section .location:last-of-type {
  right: clamp(117px, 8.125vw, 160px);
  text-align: right;
  bottom: clamp(26px, 1.8055555556vw, 50px);
  padding-left: 0;
}
.home_page .hero_section .location:last-of-type .ping_icon {
  left: unset;
  right: 0;
}
.home_page .hero_section .scroll_down {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  cursor: pointer;
  padding: 20px 0;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.home_page .hero_section .scroll_down span {
  font-family: Helvetica_Regular;
  font-size: clamp(14px, 0.9722222222vw, 21px);
  line-height: clamp(18px, 1.25vw, 25px);
  letter-spacing: 0.03em;
  color: #000;
  transition: 0.8s ease-in-out;
}
.home_page .hero_section .scroll_down svg path {
  transition: 0.8s ease-in-out;
}
.home_page .sec_2 {
  padding-top: clamp(120px, 8.3333333333vw, 140px);
}
.home_page .sec_2 .container {
  max-width: clamp(1480px, 102.7777777778vw, 2000px);
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.home_page .sec_2 .content {
  display: flex;
  gap: 90px;
  justify-content: space-between;
}
.home_page .sec_2 .content .left {
  width: 100%;
  max-width: clamp(635px, 44.0972222222vw, 900px);
  display: flex;
  gap: 12px;
}
.home_page .sec_2 .content .left .lieu_splide {
  display: flex;
  flex-direction: column-reverse;
  gap: 35px;
}
.home_page .sec_2 .content .left .splide__pagination {
  position: relative;
  inset: unset;
  padding: 0 7px;
  margin: 0;
  justify-content: flex-start;
  gap: 43px;
}
.home_page .sec_2 .content .left .splide__pagination::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.387' height='15.481' viewBox='0 0 35.387 15.481'%3E%3Cg id='Group_1387' data-name='Group 1387' transform='matrix(0, 1, -1, 0, 34.269, -0.106)'%3E%3Cpath id='Path_15' data-name='Path 15' d='M.036,0h0C-.443,0,4.051,8.631,4.051,8.631L9.208,2.016' transform='matrix(0.848, -0.53, 0.53, 0.848, 1.484, 25.571)' fill='none' stroke='%236317f9' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_16' data-name='Path 16' d='M3.9,26.166S-8.371,2.409,10.63,0' transform='translate(3.202 0)' fill='none' stroke='%236317f9' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.home_page .sec_2 .content .left .splide__pagination .splide__pagination__page {
  background-color: transparent;
  color: #6317f9;
  opacity: 0.2;
  outline: none !important;
  width: auto !important;
  height: auto !important;
  font-family: Helvetica_Regular;
  font-size: 18px;
  border-radius: 0;
}
.home_page .sec_2 .content .left .splide__pagination .splide__pagination__page.is-active {
  opacity: 1;
  font-family: Helvetica_Medium;
}
.home_page .sec_2 .content .left .lieu {
  font-family: Helvetica_Bold;
  font-size: clamp(50px, 3.4722222222vw, 70px);
  line-height: clamp(50px, 3.4722222222vw, 70px);
  letter-spacing: -0.02em;
  color: #6317f9;
  position: relative;
  --y-pos: 0;
  top: var(--y-pos);
  transition: 0.5s ease-in-out;
}
.home_page .sec_2 .content .left .lieu_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home_page .sec_2 .content .left .lieu_list li {
  display: flex;
  flex-direction: column;
  opacity: 0.2;
  transition: 0.4s ease-in-out;
}
.home_page .sec_2 .content .left .lieu_list li .hidden {
  display: none;
}
.home_page .sec_2 .content .left .lieu_list li.active {
  opacity: 1;
}
.home_page .sec_2 .content .left .lieu_list li span:first-of-type {
  font-family: Helvetica_Regular;
  font-size: 18;
  color: #6317f9;
}
.home_page .sec_2 .content .left .lieu_list li span:last-of-type {
  font-family: Helvetica_Bold;
  font-size: clamp(35px, 3.4722222222vw, 70px);
  line-height: clamp(35px, 3.4722222222vw, 70px);
  letter-spacing: -0.02em;
  color: #6317f9;
}
.home_page .sec_2 .content .right {
  font-family: Helvetica_Regular;
  font-size: clamp(26px, 2.0833333333vw, 45px);
  color: #000;
  width: 100%;
  max-width: clamp(680px, 47.2222222222vw, 1000px);
  padding-top: 40px;
}
.home_page .sec_3 {
  padding-top: clamp(154px, 10.6944444444vw, 200px);
}
.home_page .sec_3 .container {
  max-width: clamp(1480px, 102.7777777778vw, 2000px);
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.home_page .sec_3 .content .sec_title {
  padding: 0 10px;
}
.home_page .sec_3 .content .sec_title .scene {
  display: flex;
  gap: 11px;
  padding-left: 15px;
}
.home_page .sec_3 .content .sec_title .scene span {
  font-family: Marydale;
  font-weight: bold;
  font-size: 45px;
  line-height: 44px;
  letter-spacing: -0.03em;
  color: #000;
}
.home_page .sec_3 .content .sec_title h3 {
  font-family: Helvetica_Bold;
  font-size: clamp(50px, 4.1666666667vw, 70px);
  line-height: clamp(50px, 4.1666666667vw, 70px);
  letter-spacing: -0.03em;
  color: #000;
}
.home_page .sec_3 .content .sec_title h3 span {
  position: relative;
}
.home_page .sec_3 .content .sec_title h3 span::after {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: 100%;
  top: 4px;
  left: -15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='215.866' height='28.643' viewBox='0 0 215.866 28.643'%3E%3Cpath id='Path_2659' data-name='Path 2659' d='M10.534,1760.754s57.706-7.659,111.049-11.625,100.955-6.264,100.955-6.264' transform='matrix(0.999, 0.035, -0.035, 0.999, 52.664, -1740.543)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='3'/%3E%3C/svg%3E%0A");
}
.home_page .sec_3 .content .offers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: clamp(40px, 2.7777777778vw, 60px);
}
.home_page .sec_3 .content .offers .offer {
  min-height: 672px;
  background-image: url("../images/offer_bg_1.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 25px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --x-cord: 50%;
  --y-cord: 50%;
  --text-clr: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 207px;
  padding: clamp(28px, 1.9444444444vw, 35px) clamp(17px, 1.1805555556vw, 22px);
}
.home_page .sec_3 .content .offers .offer::after {
  content: "";
  position: absolute;
  width: 102%;
  height: 102%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: radial-gradient(circle at var(--x-cord) var(--y-cord), transparent, #e9e0d1 200px);
  pointer-events: none;
  z-index: -1;
}
.home_page .sec_3 .content .offers .offer:last-of-type {
  --text-clr: #e9e0d1;
  background-image: url("../images/offer_bg.webp");
}
.home_page .sec_3 .content .offers .offer:last-of-type::after {
  background-image: radial-gradient(circle at var(--x-cord) var(--y-cord), transparent, #000 200px);
}
.home_page .sec_3 .content .offers .offer .offer_top {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 1.3888888889vw, 30px);
}
.home_page .sec_3 .content .offers .offer .offer_top .sub_title {
  font-family: Helvetica_Regular;
  font-size: clamp(16px, 1.1111111111vw, 20px);
  color: var(--text-clr);
}
.home_page .sec_3 .content .offers .offer .offer_top .offer_title {
  font-family: Helvetica_Regular;
  font-size: clamp(25px, 2.5vw, 40px);
  line-height: calc(clamp(25px, 2.5vw, 40px) + 10px);
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--text-clr);
  max-width: clamp(590px, 40.9722222222vw, 700px);
}
.home_page .sec_3 .content .offers .offer .offer_middle {
  display: none;
  width: 100%;
  position: relative;
  isolation: isolate;
}
.home_page .sec_3 .content .offers .offer .offer_middle img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home_page .sec_3 .content .offers .offer .offer_middle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-color: #000;
  mix-blend-mode: color;
  z-index: -1;
}
.home_page .sec_3 .content .offers .offer .offer_middle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-color: #e9e0d1;
  mix-blend-mode: color;
  z-index: 0;
}
.home_page .sec_3 .content .offers .offer .offer_bottom {
  display: flex;
  flex-direction: column;
  gap: clamp(27px, 1.875vw, 36px);
  height: 100%;
  justify-content: space-between;
}
.home_page .sec_3 .content .offers .offer .offer_bottom .offer_desc {
  font-family: Helvetica_Regular;
  font-size: clamp(16px, 1.1111111111vw, 20px);
  line-height: calc(clamp(16px, 1.1111111111vw, 20px) + 10px);
  color: var(--text-clr);
}
.home_page .sec_3 .content .offers .offer .offer_bottom .tags {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.home_page .sec_3 .content .offers .offer .offer_bottom .offer_tags {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home_page .sec_3 .content .offers .offer .offer_bottom .offer_tags li {
  font-family: Helvetica_Regular;
  font-size: clamp(26px, 1.8055555556vw, 30px);
  line-height: calc(clamp(26px, 1.8055555556vw, 30px) + 10px);
  letter-spacing: -0.02em;
  color: var(--text-clr);
}
.home_page .our_prestations {
  padding-top: clamp(60px, 8.0555555556vw, 160px);
}
.home_page .our_prestations .container {
  max-width: clamp(1440px, 100vw, 2000px);
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.home_page .our_prestations .sec_title {
  font-family: Helvetica_Bold;
  font-size: clamp(26px, 1.8055555556vw, 30px);
  letter-spacing: -0.02em;
  line-height: 60px;
  text-align: center;
  color: #6317f9;
}
.home_page .our_prestations .our_prestations_list {
  display: inline-block;
  text-align: center;
  margin-top: clamp(27px, 2.4305555556vw, 60px);
}
.home_page .our_prestations .our_prestations_list .prestation {
  font-family: Helvetica_Regular;
  font-size: clamp(26px, 2.5vw, 40px);
  line-height: calc(clamp(26px, 2.5vw, 40px) + 10px);
  color: #000;
  display: inline;
  margin-bottom: 10px;
}
.home_page .our_prestations .our_prestations_list .prestation * {
  display: inline;
}
.home_page .our_prestations .our_prestations_list .prestation span {
  color: #6317f9;
}
.home_page .references_section {
  padding-top: 162px;
  padding-bottom: clamp(116px, 8.0555555556vw, 150px);
}
.home_page .references_section .container {
  max-width: clamp(1480px, 102.7777777778vw, 2000px);
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.home_page .references_section .sec_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 14px;
}
.home_page .references_section .sec_title .success {
  display: flex;
  align-items: flex-start;
  align-self: flex-end;
  position: relative;
  right: 110px;
  gap: 14px;
}
.home_page .references_section .sec_title .success span {
  font-family: Marydale;
  font-weight: bold;
  font-size: 45px;
  letter-spacing: -0.03em;
  line-height: 44px;
  color: #6317f9;
  position: relative;
  top: -10px;
}
.home_page .references_section .sec_title h3 {
  font-family: Helvetica_Bold;
  font-size: clamp(50px, 5.5555555556vw, 80px);
  line-height: clamp(50px, 5.5555555556vw, 80px);
  letter-spacing: -0.03em;
  text-align: center;
  color: #000;
}
.home_page .references_section .sec_title h3 span {
  position: relative;
}
.home_page .references_section .sec_title h3 span::after {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: 100%;
  top: 12px;
  left: -10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='434.263' height='36.145' viewBox='0 0 434.263 36.145'%3E%3Cpath id='Path_2658' data-name='Path 2658' d='M10.534,1760.754s117.223-7.659,225.585-11.625,205.079-6.264,205.079-6.264' transform='matrix(0.999, 0.035, -0.035, 0.999, 52.571, -1740.582)' fill='none' stroke='%236317f9' stroke-linecap='round' stroke-width='3'/%3E%3C/svg%3E%0A");
}
.home_page .references_section .splide:not(.is-active) .references_list {
  display: flex !important;
  justify-content: center !important;
}
.home_page .references_section .references_list {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: clamp(60px, 4.1666666667vw, 100px) !important;
}
.home_page .references_section .references_list .reference {
  width: 100%;
  max-width: clamp(217px, 15.0694444444vw, 300px);
  filter: grayscale(1);
  position: relative;
  isolation: isolate;
  transition: 0.6s ease-in-out;
  border-radius: 20px;
  overflow: hidden;
}
.home_page .references_section .references_list .reference:hover {
  filter: grayscale(0);
}
.home_page .references_section .references_list .reference:hover::after {
  opacity: 0;
}
.home_page .references_section .references_list .reference::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EBEBEB;
  opacity: 0.47;
  transition: 0.5s ease-in-out;
}
.home_page .references_section .references_list .reference img {
  width: 100%;
}
.home_page .references_section .all_references_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: clamp(200px, 21.8055555556vw, 400px);
  height: clamp(50px, 4.1666666667vw, 75px);
  margin: clamp(76px, 5.2777777778vw, 100px) auto 0;
  border-radius: 45px;
  background-color: #6317f9;
  padding: 0 clamp(20px, 1.3888888889vw, 25px);
  max-width: calc(100% - 40px);
}
.home_page .references_section .all_references_btn span {
  font-family: Helvetica_Regular;
  font-weight: normal;
  font-size: clamp(16px, 1.1111111111vw, 20px);
  color: #fff;
}

/*Home END*/
/* ---------------------------------------------------- */
/*CONTACT START */
.contact_page {
  padding-top: clamp(186px, 12.9166666667vw, 420px);
}
.contact_page section {
  min-height: 60vh;
  padding-bottom: clamp(38px, 2.6388888889vw, 50px);
}
.contact_page .container {
  width: calc(100% - 65px);
  max-width: clamp(1376px, 95.5555555556vw, 1700px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.contact_page .container .left {
  font-family: "Helvetica_Medium";
  font-size: clamp(45px, 4.1666666667vw, 75px);
  line-height: calc(clamp(45px, 4.1666666667vw, 75px) + 5px);
  letter-spacing: -0.03em;
  color: #000;
  max-width: clamp(450px, 31.25vw, 560px);
  height: -moz-max-content;
  height: max-content;
}
.contact_page .container form {
  width: 100%;
  max-width: clamp(796px, 55.2777777778vw, 900px);
}
.contact_page .container .form_wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.1111111111vw, 20px);
}
.contact_page .container .form_wrapper .form_group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 1.1111111111vw, 20px);
}
.contact_page .container .form_wrapper .form_control {
  display: flex;
  width: 100%;
}
.contact_page .container .form_wrapper .form_control:not(.textarea) {
  height: clamp(55px, 3.8194444444vw, 60px);
}
.contact_page .container .form_wrapper .form_control input,
.contact_page .container .form_wrapper .form_control textarea {
  height: 100%;
  width: 100%;
  border-radius: 40px;
  border: 1px solid rgba(29, 29, 27, 0.1);
  padding: 19px 28px;
  font-family: Helvetica_Regular;
  font-size: clamp(15px, 1.0416666667vw, 20px);
  color: #1d1d1b;
}
.contact_page .container .form_wrapper .form_control textarea {
  border-radius: 20px;
  height: clamp(107px, 7.4305555556vw, 180px);
}
.contact_page .container .form_wrapper .form_select {
  border-radius: 40px;
  border: 1px solid rgba(29, 29, 27, 0.1);
  height: clamp(55px, 3.8194444444vw, 60px);
  overflow: hidden;
  transition: 0.6s ease-in-out;
}
.contact_page .container .form_wrapper .form_select .select_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(9px, 0.625vw, 12px) 38px 5px 28px;
  transition: 0.6s ease-in-out;
  cursor: pointer;
}
.contact_page .container .form_wrapper .form_select.active {
  height: var(--scroll-height, 253px);
}
.contact_page .container .form_wrapper .form_select.active .select_list {
  opacity: 1;
  pointer-events: all;
}
.contact_page .container .form_wrapper .form_select .select_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* gap: 5px; */
  opacity: 0;
  transition: 0.5s ease-in-out;
  pointer-events: none;
  margin-top: 10px;
}
.contact_page .container .form_wrapper .form_select .select_list li {
  padding: 10px 28px;
  font-size: clamp(15px, 1.0416666667vw, 20px);
  color: #000;
  transition: 0.3s ease-in-out;
  background-color: #fff;
  cursor: pointer;
}
.contact_page .container .form_wrapper .form_select .select_list li:not(:last-of-type) {
  border-bottom: 1px solid #00000014;
}
.contact_page .container .form_wrapper .form_select .select_list li:hover, .contact_page .container .form_wrapper .form_select .select_list li.selected {
  background-color: #000;
  color: #fff;
}
.contact_page .container .form_wrapper .form_select .select_list li:last-of-type {
  margin-bottom: 25px;
}
.contact_page .container .form_wrapper .form_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.contact_page .container .form_wrapper .form_bottom .acceptance_wrapper {
  max-width: clamp(414px, 28.75vw, 520px);
  padding-left: 44px;
  position: relative;
}
.contact_page .container .form_wrapper .form_bottom .acceptance_wrapper input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0px 0px 0px 2px #6317f9;
  background-color: transparent;
  transition: background-color 0.5s ease-in-out;
  cursor: pointer;
}
.contact_page .container .form_wrapper .form_bottom .acceptance_wrapper input[type=checkbox]:checked {
  background-color: #6317f9;
}
.contact_page .container .form_wrapper .form_bottom .acceptance_wrapper label {
  font-size: clamp(12px, 0.8333333333vw, 18px);
  line-height: clamp(22px, 1.5277777778vw, 26px);
  color: #1d1d1b;
  cursor: pointer;
}
.contact_page .container .form_wrapper .form_bottom .acceptance_wrapper label a {
  text-decoration: underline;
}
.contact_page .container .form_wrapper .form_bottom .form_submit button {
  width: clamp(155px, 10.7638888889vw, 190px);
  height: clamp(60px, 4.1666666667vw, 75px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px, 1.3888888889vw, 25px) 0 clamp(24px, 1.6666666667vw, 30px);
  background-color: #6317f9;
  border-radius: clamp(30px, 2.0833333333vw, 45px);
  color: #fff;
  cursor: pointer;
}
.contact_page .container .form_wrapper .form_bottom .form_submit button span {
  font-weight: normal;
  font-size: clamp(16px, 1.1111111111vw, 22px);
  text-align: center;
  color: #fff;
}

/*CONTACT END*/
/* ---------------------------------------------------- */
/*Footer START */
footer {
  background-color: #000;
  padding: clamp(41px, 2.8472222222vw, 54.6666666667px) 0;
}
footer .footer_container {
  width: calc(100% - 65px);
  max-width: clamp(1376px, 95.5555555556vw, 2330px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer_container .left {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(25px, 1.7361111111vw, 35px);
  max-width: clamp(736px, 51.1111111111vw, 1130px);
}
footer .footer_container .left .left_top,
footer .footer_container .left .left_bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer_container .left .left_top li,
footer .footer_container .left .left_bottom li {
  font-size: clamp(14px, 0.9722222222vw, 21px);
  line-height: clamp(18px, 1.25vw, 25px);
  color: #fff;
}
footer .footer_container .left .left_top li {
  font-family: Helvetica_Medium;
}
footer .footer_container .left .left_bottom li {
  font-family: Helvetica_Regular;
  opacity: 0.4;
}
footer .footer_container .right {
  display: flex;
  align-items: center;
  padding: 0 clamp(25px, 1.7361111111vw, 35px);
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: clamp(30px, 2.0833333333vw, 45px);
  height: clamp(60px, 4.1666666667vw, 75px);
}
footer .footer_container .right .logo_pronoia {
  width: clamp(105px, 7.2916666667vw, 150px);
  height: clamp(21px, 1.4583333333vw, 40px);
}
footer .footer_container .right .logo_pronoia svg {
  width: 100%;
  height: 100%;
}
footer .footer_container .right .text {
  margin-left: 27px;
  font-family: Helvetica_Medium;
  font-size: clamp(14px, 0.9722222222vw, 21px);
  line-height: clamp(18px, 1.25vw, 25px);
  color: #fff;
}
footer .footer_container .right .extern_icon {
  margin-left: 40px;
}

/*Footer END*/

.contact_page .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  position: initial;
}

.contact_page .wpcf7-not-valid-tip {
  padding-left: 28px;
  font-size: 12px;
  position: relative;
  top: -19px;
}

.contact_page .wpcf7 form .wpcf7-response-output {
  border: none;
  outline: none;
  color: #dc3232;
  margin: 20px 0;
  padding: 0;
}

.contact_page .wpcf7 form.sent .wpcf7-response-output {
  color: #6317f9;
}

.contact_page .container .form_wrapper .form_control.textarea .wpcf7-not-valid-tip {
  top: -30px;
}

.contact_page .container .form_wrapper .form_bottom .wpcf7-form-control.wpcf7-acceptance {
  height: 0;
  display: flex;
}

/* ---------------------------------------------------- */