/* --- 1. POLICES & TYPOGRAPHIE DE BASE --- */
@font-face {
  font-family: "Glacial Indifference";
  src:
    url("/fonts/GlacialIndifference-Bold.woff2") format("woff2"),
    url("/fonts/GlacialIndifference-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Glacial Indifference";
  src:
    url("../../../fonts/GlacialIndifference-Regular.woff2") format("woff2"),
    url("../../../fonts/GlacialIndifference-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "LT Remark";
    src: url('../../../fonts/LT-Remark.woff2') format('woff2');
    font-style: normal;
    font-weight: 200;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Glacial Indifference", sans-serif;
}

body *:not([class^="icon-"]):not([class*=" icon-"]) {
  font-family: inherit;
}

.about-us .editable {
  max-width: 850px;
  padding-right: 20px;
}

.map-tab-btn,
.location-tab-btn,
.button__title,
.btn-modern,
.open-maps-link,
.finance-label,
.finance-value,
.header__link-team a {
  font-family: "Glacial Indifference", sans-serif !important;
}

.header__link-team a {
  color: #121213;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.header__link-team a:hover {
  opacity: 0.7;
}

.section-title,
.section-title * {
  font-family: "Glacial Indifference", sans-serif !important;
}

.section-title {
  font-size: clamp(35px, 6vw, 55px) !important;
  color: #2c2a4a !important;
  margin-bottom: 30px !important;
  text-align: left !important;
  line-height: 1.2 !important;
  width: 100% !important;
  display: block !important;
}

.career-title,
.career-title * {
  font-family: "Bower", Georgia, "Times New Roman", serif !important;
}

/* --- 3. RÉGLAGES CMS (CONCRETE5) & OUTILS --- */
.ccm-edit-mode .cover-over {
  z-index: 0;
}
.ccm-edit-mode .cover-slider {
  pointer-events: auto;
}
.grecaptcha-badge {
  display: none !important;
}
.ui-dialog {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.ui-widget-content {
  max-height: 100vh;
  overflow-y: auto;
}

/* --- 4. LE HERO (COVER OVER / SLIDER) --- */
.cover-over .cover-over__logo {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.cover-over__logo .img-inner .cover-content__inner {
  width: 100%;
  padding: 0 32px;
}
.cover-over__logo .img-inner .cover-content {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.cover-slider {
  position: relative;
  background-color: #121213;
}
.cover-slider .swiper-container {
  opacity: 0.7;
}
.cover-slider__pattern {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: overlay;
}

.hero-spiral-bg {
  position: absolute !important;
  top: 28% !important;
  left: 7% !important;
  transform: translateY(-50%) !important;
  
  width: 25vw !important;
  max-width: 500px !important;
  min-width: 300px !important;
  
  z-index: 10 !important;
  pointer-events: none !important;
  
  mix-blend-mode: screen !important;
  
  opacity: 0.4 !important; 
}

.hero-spiral-bg img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* Le grand plat de présentation */
.hero-text-container {
  position: absolute !important;
  top: 40% !important;
  transform: translateY(-50%) !important;
  
  left: 0 !important;
  width: 100% !important; 
  text-align: center !important; 
  
  z-index: 50 !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hero-main-title {
  color: #f0f0f0 !important;
  font-family: 'LT Remark', serif !important; 
  font-style: normal;
  line-height: 1.1 !important;
  letter-spacing: -.03em !important;
  font-size: clamp(30px, 4vw, 62px) !important;
  text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15) !important;
  margin: 0 !important;
}

/* L'empilement propre de l'entonnoir */
.hero-main-title span {
  display: block !important; 
  line-height: 1.15;
  margin-bottom: 5px;
}

/* Les tailles proportionnelles */
.taille-xl { font-size: 1em; }      
.taille-l { font-size: 0.80em; opacity: 0.95; }   
/* --- 5. SECTION MARQUES (CARTE SERVICES) --- */
.services-img {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-block-end: 128px;
}
.carte-services {
  width: 300px;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgb(235, 235, 235);
  text-align: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.carte-services h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.carte-services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: background-color 0.3s ease;
}
.image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
  transition: transform 0.4s ease;
}
.carte-services:hover .image-zoom {
  transform: scale(1.05);
}
.carte-services a,
.carte-services .service-light {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 5px;
}
.carte-services a {
  color: white;
}
.carte-services .service-light {
  color: black;
}
.carte-services a::after,
.carte-services .service-light::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: width 0.3s ease-in-out;
}
.carte-services a::after {
  background-color: white;
}
.carte-services .service-light::after {
  background-color: black;
}
.carte-services:hover a::after,
.carte-services:hover .service-light::after {
  width: 100%;
}

.service-1 {
  background-image: url("../../../files/Rjayna-logo.PNG");
  background-color: black;
  background-size: 120% auto;
  padding-top: 20px;
}
.service-2 {
  background-image: url("../../../files/McKinsky-logo.png");
  background-color: #f0f0f0;
  background-size: 140% auto;
}
.service-3 {
  background-image: url("../../../files/LineSky-logo.png");
}
.service-4 {
  background-image: url("../../../files/Ia2g-logo.png");
  background-color: black;
  background-size: 75% auto;
}

/* --- 6. NOS ÉQUIPES --- */
.main-team {
  margin-block-start: 100px;
  margin-block-end: 100px;
}

/* Paragraphe d'intro réaligné proprement */
.conteneur-lecture {
  max-width: 800px;
  margin: 0 0 50px 0; /* Plus de marges forcées absurdes */
  padding-left: 0;
  text-align: left;
  line-height: 1.8;
  font-size: 18px;
  color: #2c2a4a;
}

.department-title {
  font-size: 42px !important;
  font-family: "Glacial Indifference", sans-serif !important;
  color: #2c2a4a;
  text-align: left;
  margin-bottom: 40px;
  text-transform: none;
  letter-spacing: 0.5px;
}

.team-group {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.team-member {
  width: 300px;
  min-height: 400px;
  padding: 50px 0 40px;
  gap: 24px;
  background-color: rgba(65, 105, 225, 0.05);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.profile-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
}
.team-member .h3 {
  width: 100%;
  margin: 15px 0 5px 0;
  white-space: nowrap;
  font-size: 22px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team-member .job-position {
  margin: 0;
  color: #6b6b80;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.bouton-membre {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Empêche tout débordement */
}

.bouton-membre::before,
.bouton-membre::after {
  display: none !important;
}

.bouton-membre img {
  width: 40px !important;
  height: 40px !important;
  object-fit: contain;
  display: block;
  margin: 0 !important;

  transform: none !important;
  animation: none !important;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease !important;
}

.bouton-membre:hover img {
  transform: scale(1.05) !important;
  opacity: 0.9 !important;
}

.team-member {
  width: 300px;
  min-height: 480px !important;
  padding: 50px 30px 40px !important;
  background-color: rgba(65, 105, 225, 0.05);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: pointer;
}

.team-member .member-bio {
  font-size: 14px;
  color: #6b6b80;
  line-height: 1.6;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limite strictement à 2 lignes */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team-member .bouton-membre {
  margin-top: auto;
}

.team-member:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  background-color: white; /* On la fait ressortir légèrement */
}

.card-link-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* Couvre toute la carte */
}

.bouton-membre {
  position: relative;
  z-index: 2; /* Passe au-dessus du masque ! */
}

.view-profile {
  display: inline-block;
  font-size: 13px;
  color: #7a63ff;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.team-member:hover .view-profile {
  color: #2c2a4a;
  text-decoration: underline;
}

/* --- 7. LOCALISATION (CARTE / TABS) --- */
.find-us-section {
  background-color: #fafafa;
  margin: 0px auto 50px;
  padding: 50px 0;
}
.location-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  background-color: #f0f0f0;
}
.location-tabs-nav {
  background-color: #f0f0f0;
  border-bottom: 1px solid #eaeaeb;
}
.location-tab-btn {
  background-color: transparent;
  color: #6b6b80;
  font-family: inherit;
  font-size: 16px;
  padding: 20px 40px;
  cursor: pointer;
  border: none;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}
.location-tab-btn:hover {
  color: #2c2a4a;
}
.location-tab-btn.is-active {
  color: #2c2a4a;
  border-bottom: 3px solid #2c2a4a;
}
.location-tabs-content {
  position: relative;
  height: 450px;
  width: 100%;
  overflow: hidden;
}
.location-pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s;
  z-index: 0;
}
.location-pane.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.location-split {
  display: flex;
  height: 100%;
  width: 100%;
}
.location-info {
  width: 35%;
  background-color: #2c2a4a;
  color: #f0f0f0;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
}
.location-info h3 {
  color: #f0f0f0;
  font-size: 32px;
  margin-bottom: 25px;
}
.location-info address p,
.location-info .location-contact p {
  color: #d1d0e5;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
.location-info .location-contact {
  margin-top: 30px;
}
.open-maps-link {
  margin-top: auto;
  color: #f0f0f0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 14px;
  transition: color 0.3s ease;
}
.open-maps-link:hover {
  color: #7a63ff;
}
.open-maps-link span {
  margin-left: 10px;
  font-size: 12px;
  transition: transform 0.3s ease;
}
.open-maps-link:hover span {
  transform: translateX(5px);
}
.location-map {
  width: 65%;
  height: 100%;
}

/* --- 8. CARRIÈRES --- */
.career-title {
  font-family: "Bower", Georgia, "Times New Roman", serif !important;
  font-size: clamp(32px, 5vw, 64px) !important;
  color: #2c2a4a;
  margin-bottom: 30px;
  font-weight: 400;
}
.career-text {
  justify-content: flex-start;
  font-size: 18px;
  line-height: 1.8;
  color: #2c2a4a;
}

/* --- 9. NEWSROOM --- */
.news-title a.h6 {
  font-family: "Glacial Indifference", sans-serif !important;
  color: #2c2a4a;
  text-decoration: none;
  transition: color 0.3s ease;
}
.news-title a.h6:hover {
  color: #330867 !important;
}
.newsroom-block__item .note p {
  font-family: "Glacial Indifference", sans-serif !important;
  color: #6b6b80;
}
.filter-item {
  transition:
    opacity 0.3s ease-out,
    transform 0.3s ease-out;
  opacity: 1;
  transform: translateY(0);
}

/* --- 10. INDUSTRIES --- */
.industry-column {
  padding: 0 40px;
  border-right: 1px solid #d1d0e5;
  display: flex;
  flex-direction: column;
}

.industry-column.no-border {
  border-right: none;
}

.industry-brand {
  font-family: "Glacial Indifference", sans-serif !important;
  font-size: 26px;
  font-weight: 400;
  color: #2c2a4a;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
  display: inline-block;
  border-bottom: 3px solid #7a63ff;
  padding-bottom: 10px;
}
.industry-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
  margin-bottom: 20px;
}
.industry-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
  font-family: "Glacial Indifference", sans-serif !important;
  font-size: 16px;
  color: #6b6b80;
  line-height: 1.4;
  transition: all 0.3s ease;
}
.industry-list li::before {
  content: ">";
  position: absolute;
  left: 0;
  color: #7a63ff;
  font-size: 18px;
  line-height: 1;
}
.industry-list li:hover {
  color: #2c2a4a;
  transform: translateX(5px);
}
.animated-brand-link {
  font-family: "Glacial Indifference", sans-serif !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #2c2a4a;
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
  margin-top: auto !important;
  align-self: flex-start !important;
  transition: color 0.3s ease;
}

.animated-brand-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #7a63ff;
  transition: width 0.3s ease-in-out;
}

.animated-brand-link:hover::after {
  width: 100%;
}

.animated-brand-link:hover {
  color: #7a63ff;
}

/* --- 11. PRE-FOOTER CTA --- */

.pre-footer-cta {
  background-color: #f4f4f4;
  padding: 60px 0;
  border-top: 1px solid #eaeaeb;
}

.cta-blue-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #7a63ff;
  color: #f0f0f0 !important;
  font-family: "Glacial Indifference", sans-serif;
  font-size: 16px;
  padding: 15px 40px;
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    transform 0.2s ease;
}

.cta-blue-btn svg {
  margin-right: 10px;
}

.cta-blue-btn:hover {
  background-color: #7a63ff;
  color: #f0f0f0 !important;
}

/* --- 12. OUR WORK --- */

.premium-overlap-section {
  background-color: #f0f0f0;
  padding-block: 80px;
}

.overlap-image {
  width: 100%;
  height: 850px;
  background-size: cover;

  background-position: top center;

  background-repeat: no-repeat;
}

.overlap-card {
  background-color: #ffffff;
  padding: 70px 90px;

  margin-top: -100px;

  position: relative;
  z-index: 10;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.overlap-title {
  font-family: "Bower", Georgia, "Times New Roman", serif !important;
  font-size: 38px;
  color: #121213;
  margin-bottom: 25px;
}

.overlap-text {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.8;
  margin-bottom: 35px;
}

.overlap-link {
  font-family: "Glacial Indifference", sans-serif;
  font-size: 14px;
  color: #0526ff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.overlap-link:hover {
  color: #121213;
}

/* --- 13. FOOTER --- */
.footer-premium {
  background-color: #f0f0f0;
  padding: 80px 0 40px 0;
  color: #121213;
  font-family: "Glacial Indifference", sans-serif;
}

.footer-logo-col {
  display: flex;
  align-items: center;
}

.footer-brand {
  font-family: "Georgia", serif;
  font-size: 38px;
  font-weight: normal;
  color: #121213;
  margin: 0;
}

.subscribe-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.subscribe-text {
  font-size: 14px;
  color: #6b6b80;
  margin-bottom: 15px;
}

.subscribe-form {
  display: flex;
  gap: 10px;
}

.subscribe-form input {
  flex-grow: 1;
  padding: 12px 15px;
  border: 1px solid #121213;
  border-radius: 0;
  font-size: 14px;
  outline: none;
}

.subscribe-form input:focus {
  border-color: #7a63ff;
}

.footer-divider {
  border: 0;
  border-top: 1px solid #eaeaeb;
  margin: 40px 0;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #121213;
  color: #f0f0f0;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.social-circle:hover {
  background-color: #7a63ff;
  color: #f0f0f0;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer-links .inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links .inline-list li {
  display: inline-block;
  margin-left: 20px;
}

.footer-links .inline-list li a {
  color: #121213;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links .inline-list li a:hover {
  color: #7a63ff;
}

.footer-bottom-row {
  margin-top: 24px;
}

.footer-bottom-flex {
  display: flex;
  justify-content: space-between; /* Pousse le 1er élément à gauche, le 2ème à droite */
  align-items: center;
  width: 100%;
}

.bottom-text {
  font-size: 12px;
  color: #6b6b80;
}

.footer-logo-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.footer-logo-img {
  width: 200px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.back-to-top-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #121213;
  font-size: 14px;
  font-family: "Glacial Indifference", sans-serif;
  text-decoration: none;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.menu-content__item_link a::after,
.menu-content__item_link span::after,
.menu-content__item.has-children > a::after {
  content: none !important;
}

.scroll-button [class^="icon-"]::before,
.scroll-button [class*=" icon-"]::before {
  content: "↑" !important;
  font-family: "Glacial Indifference", sans-serif !important;
  font-weight: bold !important;
  display: inline-block;
}

.footer__nav ul,
.footer__nav ul li {
  list-style: none !important;
  list-style-type: none !important;
}

.footer__nav ul li::before,
.footer__nav ul li::after,
.footer__nav ul li a::before,
.footer__nav ul li a::after {
  content: none !important;
  display: none !important;
}

/* --- Error 404 --- */
.error-404-section {
  background-color: #f7f6fb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-code {
  font-family: "Georgia", serif;
  font-size: 140px;
  font-weight: 300;
  color: #121213;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -3px;
}

.error-title {
  font-family: "Glacial Indifference", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #2c2a4a;
  margin-bottom: 20px;
}

.error-text {
  font-family: "Glacial Indifference", sans-serif;
  font-size: 18px;
  color: #4a4a4a;
  max-width: 500px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
}

.error-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 35px;
  background-color: transparent;
  color: #121213;
  font-family: "Glacial Indifference", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border: 1px solid #121213; /* Un bouton "fantôme" très chic */
  transition: all 0.3s ease;
}

.error-btn:hover {
  background-color: #121213;
  color: #ffffff;
}


/* ==========================================================================
   12. RESPONSIVE DESIGN (MOBILES ET TABLETTES)
   ========================================================================== */

@media screen and (max-width: 1023px) {
  .cover,
  .cover.section,
  .cover-over,
  .cover-over__logo,
  .img-inner,
  .cell.large-12.height-100 {
    height: auto !important;
    min-height: 100vh !important;
    display: block !important;
    overflow: visible !important;
  }

  .cover-slider {
    display: none !important;
  }

  .hero-text-container {
    position: relative !important;
    display: block !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    padding: 130px 5% 30px 5% !important;
    margin: 0 !important;
    width: 100% !important;
  }

  .cover-content,
  .cover-over__logo .img-inner .cover-content {
    position: relative !important;
    display: block !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    padding: 20px 5% 50px 5% !important;
    margin: 0 !important;
    background: transparent !important;
    backdrop-filter: none !important;
  }

  /* 5. On protège la section About Us pour qu'elle respire sans être écrasée */
  .section.about-us {
    position: relative !important;
    margin-top: 0 !important;
    padding-top: 80px !important;
    z-index: 10 !important;
  }

  .hero-main-title {
    font-size: clamp(20px, 6.5vw, 35px) !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 768px) {
  .section-title {
    text-align: left !important;
  }

  .cover,
  .cover-over {
    height: auto !important;
    min-height: 100vh !important;
  }

  .cover-over__logo {
    height: auto !important;
    min-height: 100vh !important;
  }

  .cover-over__logo .img-inner {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: auto !important;
    min-height: 100vh !important;
    padding-top: 120px !important;
  }

  .hero-spiral-bg {
    top: 30% !important;
    left: 25% !important;
    transform: translateX(-50%) !important; 
    
    width: 20vw !important; 
    min-width: 250px !important;
    
    opacity: 0.15 !important;
  }

  .hero-text-container {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    padding: 0 5% 40px 5% !important;
    width: 100% !important;
  }

  .hero-main-title {
    font-size: clamp(24px, 6vw, 32px) !important;
    line-height: 1.2 !important;
  }

  .header__link {
    color: #121213;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  .team-group {
    justify-content: center;
  }

  .cover-over__logo .img-inner .cover-content {
    position: relative !important;
    background: transparent !important;
    backdrop-filter: none !important;
    padding-top: 0 !important;
    padding-bottom: 50px !important;
  }

  .cover-content__row-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
  }
  .cover-content__row-item {
    width: 100% !important;
    margin: 0 !important;
  }
  .cover-content__prop,
  .cover-content__val {
    text-align: center !important;
    padding: 0 !important;
    margin: 0 0 5px 0 !important;
    display: block !important;
  }

  .pre-footer-cta {
    padding: 40px 0;
  }
  .pre-footer-inner {
    flex-direction: column !important;
    text-align: center;
  }
  .btn-mobile-fix {
    margin-top: 25px;
  }
  .btn-container-mobile {
    margin-top: 25px;
  }

  .location-tabs-content {
    height: 750px;
  }
  .location-split {
    flex-direction: column-reverse;
  }
  .location-info {
    width: 100%;
    height: 45%;
    padding: 30px 20px;
  }
  .location-map {
    width: 100%;
    height: 55%;
  }
  .location-tab-btn {
    padding: 15px 20px;
  }

  .career-block {
    padding: 0 15px !important;
  }
  .career-block .h2_64 {
    font-size: 36px !important;
    line-height: 1.2 !important;
  }
  .career-block .career-text {
    font-size: 16px !important;
    margin-bottom: 30px !important;
  }

  .overlap-image {
    height: 300px;
  }
  .overlap-card {
    padding: 40px 30px;
    margin-top: -60px;
  }
  .overlap-title {
    font-size: 28px;
  }

  .footer__bot-item.footer__bot-side:first-child {
    text-align: center !important;
  }
  .footer__bot-side .logo img {
    object-position: center !important;
  }

  .footer-brand {
    margin-bottom: 40px;
    text-align: center;
  }
  .footer-subscribe-col {
    text-align: center;
  }
  .social-icons {
    justify-content: center;
    margin-bottom: 30px;
  }
  .footer-links {
    justify-content: center !important;
    margin-top: 20px;
  }
  .footer-links .inline-list {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .footer-bottom-row .bottom-text {
    text-align: center !important;
    margin-top: 15px;
  }

  .social-align-fix {
    text-align: center !important;
  }

  .footer-bottom-flex {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .error-code {
    font-size: 100px;
  }
  .error-title {
    font-size: 26px;
  }
}

.preloader {
  z-index: 9999 !important;
}

.page-home .header__link-team a {
  color: #f0f0f0 !important;
}
.page-home .header__menu span {
  background-color: #f0f0f0 !important;
}
.page-home .header__logo img {
  filter: invert(1) brightness(100);
  transition: filter 0.35s ease;
}

.page-home .header.is-active .header__logo img {
  filter: invert(0) brightness(100) !important;
}
.page-home .header.is-active .header__menu span {
  background-color: #121213 !important;
}
.page-home .header.is-active .header__link-team a {
  color: #121213 !important;
}

html.menu-opened .page-home .header__logo img {
  filter: invert(0) brightness(100) !important;
}
html.menu-opened .page-home .header__menu span {
  background-color: #121213 !important;
}
html.menu-opened .page-home .header__link-team a {
  color: #121213 !important;
}