/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Event city cards */
.events-section-2027 {
  position: relative;
  overflow: hidden;
  background-color: #2b137a;
  background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 48px 48px;
}

.events-grid-2027,
.events-grid-2027 * {
  box-sizing: border-box;
}

.event-card-2027 {
  position: relative;
  overflow: hidden !important;
  border-radius: clamp(26px, 2.2vw, 40px) !important;
  background: #fff;
  border: 1px solid rgba(255,255,255,.34);
  box-shadow: 0 18px 50px rgba(6,17,46,.16);
  transition: border-color .25s ease, transform .25s ease;
}

.event-card-2027:has(.event-card-media-2027):hover {
  border-color: #00DB82;
  transform: translateY(-3px);
}

.event-card-2027.event-card-featured-2027 {
  border-color: #00DB82;
  box-shadow: 0 0 0 1px rgba(0,219,130,.5), 0 22px 60px rgba(0,219,130,.12);
}

.event-card-2027.e-con-boxed > .e-con-inner {
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 0;
  gap: 0;
}

.event-card-2027 .elementor-widget {
  margin: 0 !important;
}

.event-card-media-2027 {
  position: relative;
  min-height: clamp(260px, 27vw, 320px);
  overflow: hidden;
  background: linear-gradient(180deg, #eef1f7 0%, #c6d0e6 43%, #0d347f 100%);
}

.event-card-media-2027::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.46) 0%, rgba(255,255,255,.14) 43%, rgba(0,51,163,.72) 100%);
}

.event-card-media-2027 .elementor-widget-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.event-card-media-2027 .elementor-widget-image,
.event-card-media-2027 .elementor-widget-container,
.event-card-media-2027 img {
  width: 100% !important;
  height: 100% !important;
}

.event-card-media-2027 img {
  display: block;
  object-fit: cover;
}

.event-card-num-2027 {
  position: absolute;
  top: clamp(20px, 1.8vw, 34px);
  left: clamp(20px, 1.8vw, 34px);
  z-index: 2;
  display: grid;
  place-items: center;
  width: clamp(74px, 6vw, 96px);
  min-height: clamp(74px, 6vw, 96px);
  padding: 12px 10px;
  margin: 0 !important;
  border-radius: 18px;
  background: #00DB82;
  color: #06112E;
  box-shadow: 0 18px 30px rgba(0,219,130,.34);
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 800;
  line-height: .98;
  text-align: center;
  letter-spacing: 0;
  text-transform: lowercase;
  white-space: pre-line;
}

.event-card-num-2027 .elementor-heading-title,
.event-card-num-2027 p {
  position: static;
  display: block;
  width: min-content;
  min-height: 0;
  margin: 0 !important;
  padding: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.event-card-city-2027 {
  position: absolute;
  left: clamp(24px, 2.3vw, 40px);
  right: clamp(24px, 2.3vw, 40px);
  bottom: clamp(24px, 2.2vw, 36px);
  z-index: 2;
  margin: 0 !important;
  color: #fff;
  font-size: clamp(34px, 3.35vw, 58px);
  font-weight: 800;
  line-height: .95;
  letter-spacing: 0;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.event-card-city-2027 .elementor-heading-title,
.event-card-city-2027 p {
  position: static;
  margin: 0 !important;
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.event-card-info-2027 {
  min-height: clamp(150px, 12vw, 190px);
  padding: clamp(28px, 2.35vw, 28px) clamp(28px, 2.45vw, 32px) !important;
  background: #fff;
  justify-content: flex-start !important;
  align-content: flex-start !important;
  gap: 0 !important;
}

.event-card-title-2027,
.event-card-title-2027 .elementor-heading-title,
.event-card-title-2027 p {
  margin: 0 !important;
  color: #06112E;
  font-size: clamp(23px, 1.8vw, 27px);
  font-weight: 800;
  line-height: 1.16;
}

.event-card-date-2027,
.event-card-date-2027 .elementor-heading-title,
.event-card-date-2027 p {
  margin: 22px 0 0 !important;
  color: #00A965;
  font-size: clamp(22px, 1.7vw, 30px);
  font-weight: 800;
  line-height: 1.05;
}

.event-card-calendar-2027 {
  position: relative;
  width: fit-content;
  margin: 22px 0 0 !important;
}

.event-card-2027:has(.event-card-calendar-2027.is-open) {
  overflow: visible !important;
  z-index: 30;
}

.event-card-2027:has(.event-card-calendar-2027) .event-card-media-2027 {
  border-radius: clamp(26px, 2.2vw, 40px) clamp(26px, 2.2vw, 40px) 0 0;
}

.event-card-2027:has(.event-card-calendar-2027) .event-card-info-2027 {
  border-radius: 0 0 clamp(26px, 2.2vw, 40px) clamp(26px, 2.2vw, 40px);
}

.event-card-calendar-toggle-2027 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #00A965;
  cursor: pointer;
  font: inherit;
  font-size: clamp(18px, 1.25vw, 20px);
  font-weight: 800;
  line-height: 1.05;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
}

.event-card-calendar-toggle-2027[data-label]::before {
  content: attr(data-label);
}

.event-card-calendar-toggle-2027::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #00DB82;
  color: #06112E;
  font-size: 18px;
  line-height: 1;
  transition: transform .2s ease;
}

.event-card-calendar-2027.is-open .event-card-calendar-toggle-2027::after {
  transform: rotate(45deg);
}

.event-card-calendar-menu-2027 {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 20;
  display: none;
  min-width: 210px;
  padding: 8px;
  border: 1px solid rgba(6,17,46,.10);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(6,17,46,.18);
}

.event-card-calendar-2027.is-open .event-card-calendar-menu-2027 {
  display: grid;
  gap: 4px;
}

.event-card-calendar-menu-2027 a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 12px;
  border-radius: 9px;
  color: #06112E;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.event-card-calendar-menu-2027 a:hover {
  background: rgba(0,219,130,.12);
  color: #00A965;
}

.event-card-status-2027,
.event-card-status-2027 .elementor-heading-title,
.event-card-status-2027 p,
.event-card-status-2027 a {
  margin: 26px 0 0 !important;
  color: rgba(6,17,46,.36);
  font-weight: 500;
  line-height: 1;
  letter-spacing: .20em;
  text-decoration: none;
  text-transform: uppercase;
}

.event-card-featured-2027 .event-card-status-2027,
.event-card-featured-2027 .event-card-status-2027 .elementor-heading-title,
.event-card-featured-2027 .event-card-status-2027 p,
.event-card-featured-2027 .event-card-status-2027 a {
  color: rgba(0,169,101,.72);
}

.event-program-card-2027 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(42px, 5.3vw, 92px) clamp(28px, 2.7vw, 44px) !important;
  overflow: hidden !important;
  border-radius: clamp(26px, 2.2vw, 40px) !important;
  background: #0033A3;
  border: 1px solid rgba(0,219,130,.48);
  box-shadow: 0 22px 60px rgba(0,51,163,.22);
  gap: 2rem;
}

.event-program-card-2027.e-con-boxed {
  padding: 0 !important;
}

.event-program-card-2027 > .e-con-inner {
  width: 100%;
  max-width: none;
  height: 100%;
  padding: clamp(42px, 5.3vw, 92px) clamp(28px, 2.7vw, 44px);
  justify-content: center;
  align-items: flex-start;
  gap: 0;
}

.event-program-card-2027 .elementor-widget {
  margin: 0 !important;
}

.event-program-kicker-2027,
.event-program-kicker-2027 .elementor-heading-title,
.event-program-kicker-2027 p {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 !important;
  color: rgba(255,255,255,.58);
  font-size: clamp(12px, .95vw, 16px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.event-program-kicker-2027::before {
  content: "";
  width: 22px;
  height: 1px;
  flex: 0 0 22px;
  background: #00DB82;
}

.event-program-title-2027,
.event-program-title-2027 .elementor-heading-title,
.event-program-title-2027 p {
  max-width: 360px;
  margin: 24px 0 0 !important;
  color: #fff;
  font-size: clamp(26px, 2.25vw, 26px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: 0;
}

@media (max-width: 1024px) {
  .events-grid-2027 {
    flex-direction: column;
  }

  .event-card-2027,
  .event-program-card-2027 {
    min-height: 520px;
  }
}

@media (max-width: 767px) {
  .events-section-2027 {
    background-size: 34px 34px;
  }

  .event-card-2027,
  .event-program-card-2027 {
    min-height: 440px;
    padding: 44px 28px !important;
    border-radius: 28px !important;
  }

  .event-program-card-2027.e-con-boxed {
    padding: 0 !important;
  }

  .event-program-card-2027 > .e-con-inner {
    padding: 44px 28px;
  }

  .event-card-media-2027 {
    min-height: 270px;
  }

  .event-card-info-2027 {
    min-height: 170px;
  }
}

/* Event city cards V1 */
.events-cities-v2 {
  display: none !important;
}

.events-cities-v1 {
  position: relative;
  overflow: hidden;
}

.events-cities-v1,
.events-cities-v1 * {
  box-sizing: border-box;
}

.events-cities-grid-v1 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 1.8vw, 24px);
  width: 100%;
}

.event-city-card-v1,
.event-program-card-v1 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: clamp(260px, 25vw, 320px);
  padding: clamp(34px, 3vw, 42px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(0,219,130,.38);
  border-radius: clamp(22px, 2vw, 28px) !important;
  background:
    radial-gradient(640px 460px at 112% -12%, rgba(0,219,130,.26), transparent 56%),
    linear-gradient(145deg, #004FFF 0%, #0033A3 42%, #00133D 100%);
  box-shadow: inset 0 0 48px rgba(0,79,255,.22);
  transition: border-color .25s ease, transform .25s ease;
}

.event-city-card-v1:hover,
.event-program-card-v1:hover {
  border-color: #00DB82;
  transform: translateY(-3px);
}

.event-city-card-v1::before {
  content: "IX";
  position: absolute;
  top: -46px;
  left: auto !important;
  right: -24px;
  z-index: 0;
  color: rgba(0,219,130,.16);
  font-family: "Kufam", sans-serif;
  font-size: clamp(170px, 18vw, 250px);
  line-height: 1;
  letter-spacing: -.08em;
  text-align: right;
  transform: none !important;
  pointer-events: none;
}

.event-city-card-v1 > .e-con-inner,
.event-program-card-v1 > .e-con-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  min-height: inherit;
  padding: 0;
}

.event-city-card-v1,
.event-city-card-v1 > .e-con-inner {
  justify-content: flex-end;
  align-items: flex-start;
  gap: clamp(20px, 2vw, 28px);
}

.event-city-card-v1 .elementor-widget,
.event-program-card-v1 .elementor-widget {
  margin: 0 !important;
}

.event-city-name-v1,
.event-city-name-v1 .elementor-heading-title,
.event-city-name-v1 p {
  margin: 0 !important;
  color: #fff;
  font-family: "Kufam", sans-serif;
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.event-city-status-v1 {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  min-height: 34px;
  margin: 0 !important;
  padding: 8px 13px;
  border: 1px solid rgba(0,219,130,.38);
  border-radius: 999px;
  background: rgba(0,219,130,.10);
  color: #00DB82;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.event-city-status-v1 .elementor-heading-title,
.event-city-status-v1 p {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.event-city-status-v1::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: #00DB82;
  box-shadow: 0 0 0 4px rgba(0,219,130,.16);
}

.event-program-card-v1 {
  align-items: center;
  justify-content: center;
}

.event-program-card-v1,
.event-program-card-v1 > .e-con-inner {
  justify-content: center;
  align-items: flex-start;
  gap: 28px;
}

.event-program-title-v1,
.event-program-title-v1 .elementor-heading-title,
.event-program-title-v1 p {
  max-width: 280px;
  margin: 0 !important;
  color: #fff;
  font-family: "Kufam", sans-serif;
  font-size: clamp(28px, 2.5vw, 34px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}

.event-program-button-v1 .elementor-button,
.event-program-button-v1 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 56px;
  padding: 0 26px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #00DB82 !important;
  color: #06112E !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  box-shadow: none !important;
}

.event-program-button-v1 .elementor-button:hover,
.event-program-button-v1 a:hover {
  background: #00C775 !important;
  color: #06112E !important;
}

@media (max-width: 1024px) {
  .events-cities-grid-v1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .events-cities-grid-v1 {
    grid-template-columns: 1fr;
  }

  .event-city-card-v1,
  .event-program-card-v1 {
    min-height: 240px;
    padding: 32px !important;
  }

  .event-city-card-v1 > .e-con-inner,
  .event-program-card-v1 > .e-con-inner {
    padding: 0;
  }

  .event-city-name-v1,
  .event-city-name-v1 .elementor-heading-title,
  .event-city-name-v1 p {
    font-size: clamp(34px, 12vw, 46px);
  }
}

/*Switcher langue*/
.switcher-parent {
  height: 56px;
  position: relative;

}

.custom-lang-switcher {
  position: absolute;
  top: 0px;
  left: 0px: width: auto;
  height: 56px;
  padding: 18px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(0, 19, 61, 1);
  overflow: hidden;
  transition: height 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.custom-lang-switcher:hover {
  height: 88px;
}

.custom-lang-switcher .lang-item {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.custom-lang-switcher .lang-current img {
  width: 28px;
  height: 20px;
  margin-right: 8px;
}

.custom-lang-switcher .lang-current .chevron {
  width: 12px;
  height: 12px;
  background: url('/wp-content/uploads/2025/05/icon-angle-down.svg') no-repeat center center;
  background-size: contain;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.custom-lang-switcher:hover .lang-current .chevron {
  transform: rotate(180deg);
}

.custom-lang-switcher .lang-other {
  opacity: 0;
  margin-top: 12px;
  transform: translateY(-24px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.custom-lang-switcher:hover .lang-other {
  opacity: 1;
  transform: translateY(0);
}

.custom-lang-switcher .lang-other a {
  display: flex;
  align-items: center;
  width: 100%;
  transition: filter 0.2s ease;
}

.custom-lang-switcher .lang-other a:hover {
  filter: grayscale(0.2) brightness(1.4);
}

.custom-lang-switcher .lang-other img {
  width: 28px;
  height: 20px;
}

header .logo-anim svg {
  transition: 0.4s
}

header .logo-anim svg :is(path, polygon, rect):not(#logotype) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s ease-in-out, transform 0.6s ease-in-out;
}

header.elementor-sticky--effects .logo-anim svg :is(path, polygon, rect):not(#logotype) {
  opacity: 0 !important;
  transform: translateX(-60px) !important;
}

header.elementor-sticky--effects .logo-anim svg {
  height: 50px !important;
  width: 140px !important;
  transition: 0.4s
}

/* Burger menu */

@media (max-width:1024px) {

  header #icon-burger {
    opacity: 0;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translatex(-58px)
  }

  header.elementor-sticky--effects #icon-burger {
    opacity: 1;
    transform: translatex(0px)
  }

  header .logo-anim {
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  }

  header.elementor-sticky--effects .logo-anim {
    transform: translatex(58px);
  }

}

header .header-inner {
  transition: 0.4s ease-in-out
}

header.elementor-sticky--effects .header-inner {
  background: rgba(0, 13, 42, 0.75);
  box-shadow: 0 0 24px 0 rgba(0, 19, 61, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 12px 14px;
  position: relative
}

header .header-inner::before {
  transition: .8s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.33) 100%);
  opacity: 0;
  border-radius: 20px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

header.elementor-sticky--effects .header-inner::before {
  opacity: 0.5;
}

#nav-btn a {
  transition: .4s ease-in-out
}

header.elementor-sticky--effects #nav-btn a {
  padding: 16px 32px !important
}

#login path {
  transition: .4s;
}

#login:hover path {
  stroke: #00DB82;
}

#nav-btn .elementor-button-icon {
  transform: scale(1.3);
}

@media (max-width:1024px) {
  header.elementor-sticky--effects .header-inner {
    padding: 8px 8px 8px 14px;
    border-radius: 16px !important;
  }

  header .header-inner::before {
    border-radius: 16px;
  }

  header.elementor-sticky--effects .logo-anim svg {
    height: 40px !important;
    width: 113px !important;
    transition: 0.4s
  }

  #login svg {
    width: 48px;
    height: 48px;
  }

  .switcher-parent {
    height: 48px;
  }

  .custom-lang-switcher {
    height: 48px;
    padding: 14px 16px;
    top: 0;
  }

  .custom-lang-switcher:hover Specificity: (0, 2, 0) {
    height: 80px;
  }
}

/* btn */

@keyframes glowPulse {
  0% {
    box-shadow: 0px 0px 20px 0px rgba(0, 219, 130, 0.15);
  }

  45% {
    box-shadow: 0px 0px 32px 0px rgba(0, 219, 130, 0.35);

  }

  55% {
    box-shadow: 0px 0px 32px 0px rgba(0, 219, 130, 0.35);

  }

  100% {
    box-shadow: 0px 0px 20px 0px rgba(0, 219, 130, 0.15);
  }
}

.main-btn a:hover {
  animation: glowPulse 2s infinite linear;
  transition: .3s
}

/* eyebrow */

.eyebrow {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.eyebrow:after {
  position: absolute;
  left: 15px;
  top: 15px;
  content: "";
  z-index: 5;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #00DB82;
}

/* capture-form */

.capture-form input {
  padding: 18px 24px !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 79, 255, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.capture-form input::placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}

.capture-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #293965 inset !important;
  -webkit-text-fill-color: #fff !important;
}

.elementor-kit-6 .capture-form button {
  box-shadow: 0px 0px 20px 0px rgba(0, 219, 130, 0.15);
}

.elementor-kit-6 .capture-form button:hover {
  animation: glowPulse 2s infinite linear;
  border-color: rgba(255, 255, 255, 0.4);
  background-color: rgba(0, 219, 130, 0.75) !important;
}

.capture-form .elementor-message {
  flex-basis: 100% !important;
  width: 100% !important;
  margin: 14px 0 0 8px !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
}

.capture-form .elementor-message-success::before {
  color: #00DB82 !important;
}

/* strong */

.elementor-widget-text-editor strong {
  font-weight: 600;
  color: #00DB82;
}

/* Editor anchor */

.elementor-widget-text-editor a {
  position: relative;
}

.elementor-widget-text-editor a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #00DB82;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.elementor-widget-text-editor:not(.legal-links) a:hover::after {
  transform: scaleX(1);
}

/* Hero */

.social-rotate-txt {
  width: 161px !important
}

/* Bandeau */

.scrolling-banner {
  position: relative;
  width: 100%;
  height: 80px;
  overflow: hidden;
}

.scrolling-button {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;

  border-radius: 0px 12px 12px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  border-right: 1px solid rgba(255, 255, 255, 0.20);
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  background: var(--Linear, linear-gradient(135deg, #00DB82 0%, #004FFF 100%));
  box-shadow: 0px 0px 40px 0px #00133D;
}

.scrolling-button .icon {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}

.scrolling-button:hover .icon {
  transform: scale(1.1);
}

.scrolling-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 80px;
  /* espace pour le bouton à gauche */
  box-sizing: border-box;
  position: relative;
}

.scrolling-track {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
  align-items: center;
  height: 100%;
  /* aligne tout au milieu verticalement */
  animation: scrollingMarquee var(--scroll-duration, 20s) linear infinite;
}

@keyframes scrollingMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(var(--scroll-distance, 0px) * -1), 0, 0);
  }
}

.scrolling-track span {
  font-family: 'Kufam', sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 32px;
  margin-top: 4px;
  vertical-align: middle;
  line-height: 80px;
}

.scrolling-track img {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 32px;
  vertical-align: middle;
  line-height: 80px;
}

.scrolling-banner-2 {
  --min-height: 72px;
  height: 72px !important;
  min-height: 72px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
}

.scrolling-banner-2.e-con > .e-con-inner {
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.scrolling-banner-2 .scrolling-banner {
  height: 72px;
}

.scrolling-banner-2 .scrolling-track {
  animation-duration: calc(var(--scroll-duration, 20s) * 1.6);
}

.scrolling-banner-2 .scrolling-track span {
  font-size: 30px;
  line-height: 1;
  margin-right: 56px;
  margin-top: 0;
}

.scrolling-banner-2 .scrolling-track img {
  margin-right: 56px;
}

@media (max-width: 768px) {
  .scrolling-banner {
    height: 60px;
    overflow: hidden;
  }

  .scrolling-button {

    width: 60px;
    height: 60px;
    border-radius: 0px 10px 10px 0px;
  }

  .scrolling-button .icon {
    width: 32px;
    height: 32px;
    transition: transform 0.3s ease;
  }

  .scrolling-track span {
    font-size: 18px;
    line-height: 60px;
  }

  .scrolling-track img {
    width: 20px;
    height: 20px;
    line-height: 60px;
  }

  .scrolling-banner-2 {
    --min-height: 60px;
    height: 60px !important;
    min-height: 60px !important;
  }

  .scrolling-banner-2 .scrolling-banner {
    height: 60px;
  }

  .scrolling-banner-2 .scrolling-track span {
    font-size: 22px;
  }

}


/* social icons */

.hero-social-icons .elementor-social-icon {
  transition: .3s
}

.hero-social-icons .elementor-social-icon:hover {
  opacity: 0.6
}

/* cards */

.card {
  background: radial-gradient(134.59% 83.7% at 50% 50%, rgba(0, 0, 27, 0.15) 52.88%, rgba(255, 255, 255, 0.15) 100%);
  box-shadow: 0px 0px 24px 0px rgba(0, 19, 61, 0.60);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  /* épaisseur de la bordure */
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.33) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0.33) 100%);
  opacity: 0.5;
  border-radius: inherit;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  /* pour ne pas bloquer les clics */
}

.card-overlay {
  background-image: url('/wp-content/uploads/2025/05/img-palais-brongniart-night-e1748530975701.jpg');
  background-size: cover;
  background-position: right;

  -webkit-mask-image: linear-gradient(to right, transparent, black);
  mask-image: linear-gradient(to right, transparent, black);
}

/* Slider */

@media(min-width:1024px) {
  .slider-finflu-top .swiper-wrapper {
    padding: 40px 0px;
  }


  .slider-finflu-top .swiper-slide-next {
    z-index: 5;
    transform: scale(1.15) !important
  }

  .slider-finflu-top .swiper-slide {
    transition: .6s
  }

  .slider-finflu-top .swiper,
  .slider-finflu .swiper {
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  }
}

.slider-finflu .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important
}

.section-begin {
  position: relative;
}

.section-begin::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right,
      #00DB82 0 16px,
      transparent 16px 32px);
}

.section-end {
  position: relative;
}

.section-end::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right,
      #00DB82 0 16px,
      transparent 16px 32px);
}

.logo-slider-piw .swiper {
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.logo-slider-piw .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important
}

@media(min-width:768px) {
  .logo-slider-piw .swiper-slide {
    width: auto !important;
    margin-right: 60px !important;
    transform-origin: center !important;
    transform: scale(0.95);
  }
}

@media(max-width:767px) {
  .logo-slider-piw .swiper-slide {
    width: auto !important;
    margin-right: 24px !important;
    transform: scale(0.8);
    transform-origin: center !important;
  }
}

.retro-stat-card {
  min-height: 330px;
  padding: 34px 36px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid rgba(0, 219, 130, 0.35);
}

.retro-section-2027 {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.retro-section-2027,
.retro-section-2027 * {
  box-sizing: border-box;
}

.retro-section-2027 .e-con,
.retro-section-2027 .e-con-inner,
.retro-section-2027 .elementor-element {
  max-width: 100%;
  min-width: 0;
}

@supports not (overflow: clip) {
  .retro-section-2027 {
    overflow-x: hidden;
  }
}

.retro-stat-green {
  background: linear-gradient(135deg, rgba(0, 219, 130, .85), rgba(0, 233, 206, .6));
}

.retro-stat-bluegreen {
  background: linear-gradient(135deg, rgba(0, 51, 163, .6), rgba(0, 219, 130, .35) 80%);
}

.retro-stat-deep {
  background: linear-gradient(135deg, rgba(0, 51, 163, .85), rgba(11, 26, 64, .85));
  border-color: rgba(0, 51, 163, .5);
}

.retro-stat-num,
.retro-stat-num .elementor-heading-title {
  margin: 0;
  color: #06112E;
  font-size: clamp(76px, 8vw, 132px);
  font-weight: 600;
  line-height: .86;
  letter-spacing: -.06em;
}

.retro-stat-label,
.retro-stat-label .elementor-heading-title,
.retro-stat-label p {
  margin: 22px 0 0;
  color: rgba(6, 17, 46, .65);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.retro-stat-deep .retro-stat-num,
.retro-stat-deep .retro-stat-num .elementor-heading-title {
  color: #fff;
}

.retro-stat-deep .retro-stat-label,
.retro-stat-deep .retro-stat-label .elementor-heading-title,
.retro-stat-deep .retro-stat-label p {
  color: rgba(255, 255, 255, .68);
}

.retro-heading,
.retro-heading .elementor-heading-title {
  margin: 0 !important;
  color: #fff;
  font-size: clamp(30px, 10vw, 60px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.10;
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-family: "Kufam", Sans-serif !important;
}

.retro-heading-green,
.retro-heading-green .elementor-heading-title {
  color: #38E882;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Kufam", Sans-serif !important;
}

.retro-grid {
  gap: 12px !important;
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
}

.retro-grid>.e-con,
.retro-grid>.elementor-element {
  min-width: 0;
}

.retro-row-2 {
  display: flex;
  gap: 12px !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.retro-row-2>.e-con,
.retro-row-2>.elementor-element {
  flex: 0 1 calc((100% - 12px) / 2) !important;
  width: calc((100% - 12px) / 2) !important;
  max-width: calc((100% - 12px) / 2) !important;
  min-width: 0;
}

.retro-card {
  position: relative;
  border-radius: 18px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, .10);
}

.retro-card .elementor-widget {
  margin: 0 !important;
}

.retro-card img,
.retro-card video,
.retro-card iframe {
  border-radius: inherit;
  height: 100%;
  object-fit: cover;
}

.retro-card .elementor-widget-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.retro-card .elementor-widget-image,
.retro-card .elementor-widget-image .elementor-widget-container,
.retro-card .elementor-widget-image img {
  width: 100% !important;
  height: 100% !important;
}

.retro-card .elementor-widget-image img {
  object-fit: cover;
  display: block;
}

.retro-video-card {
  position: relative;
  min-height: 330px;
}

.retro-video-card .elementor-widget-video,
.retro-video-card .elementor-widget-container,
.retro-video-card .elementor-wrapper,
.retro-video-card iframe {
  width: 100% !important;
  height: 100% !important;
}

.retro-video-card .elementor-wrapper {
  aspect-ratio: auto !important;
}

.retro-tag-2027 {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  margin: 0 !important;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .50);
  background: rgba(6, 17, 46, .90);
  color: rgba(255, 255, 255);
  font-size: 10px;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.retro-tag-2027 .elementor-heading-title,
.retro-tag-2027 p {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.eyebrow-2027 {
  padding-bottom: 18px;
}

.eyebrow-2027,
.eyebrow-2027 .elementor-heading-title,
.eyebrow-2027 p {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  color: rgba(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.eyebrow-2027::before {
  content: "";
  width: 22px;
  height: 1px;
  background: #00DB82;
  flex: 0 0 22px;
}

.around-table-title-2027,
.around-table-title-2027 .elementor-heading-title,
.around-table-title-2027 p {
  color: rgba(255, 255, 255, .52);
  font-family: "Kufam", sans-serif;
  font-size: clamp(16px, 1.75vw, 24px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.speaker-card-2027 {
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #0B1A40;
  border: 1px solid rgba(255, 255, 255, .10);
  display: flex;
  flex-direction: column;
}

.speakers-carousel-2027 .speaker-card-2027.e-con-boxed>.e-con-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 0;
  padding: 0;
  align-items: stretch;
  justify-content: flex-start;
}

.speaker-photo-wrap-2027 {
  flex: 0 0 auto;
  min-height: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
}

.speaker-photo-wrap-2027 .elementor-widget-image,
.speaker-photo-wrap-2027 .elementor-widget-container,
.speaker-photo-wrap-2027 img {
  width: 100% !important;
  height: 100% !important;
}

.speaker-photo-wrap-2027 img {
  object-fit: cover;
  display: block;
}

.speaker-info-2027 {
  --min-height: clamp(76px, 6vw, 88px);
  flex: 0 0 auto !important;
  flex-basis: auto !important;
  height: auto !important;
  min-height: clamp(76px, 6vw, 88px) !important;
  max-height: none !important;
  padding: 18px 20px 22px !important;
  justify-content: flex-start !important;
  align-content: flex-start !important;
}

.speaker-info-2027 .elementor-widget {
  margin: 0 !important;
}

.speaker-card-2027 .elementor-widget-image {
  flex: 1 1 auto;
  min-height: 0;
}

.speaker-card-2027 .elementor-widget-image,
.speaker-card-2027 .elementor-widget-image .elementor-widget-container,
.speaker-card-2027 img {
  width: 100% !important;
  height: 100% !important;
}

.speaker-card-2027 img {
  object-fit: cover;
  display: block;
}

.speaker-name-2027,
.speaker-name-2027 p {
  margin: 0 !important;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}

.speaker-role-2027,
.speaker-role-2027 p {
  margin: 6px 0 0 !important;
  color: #00DB82;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.speakers-carousel-2027 {
  position: relative !important;
  padding-bottom: 58px !important;
  overflow: visible !important;
}

.speakers-carousel-2027 .swiper-wrapper {
  align-items: stretch !important;
}

.speakers-carousel-2027 .swiper-slide {
  height: auto !important;
  display: flex !important;
}

.speakers-carousel-2027 .speaker-card-2027 {
  width: 100%;
  height: 100% !important;
  min-height: 0 !important;
}

.speakers-carousel-2027 .speaker-card-2027.e-con-boxed>.e-con-inner {
  height: 100% !important;
  min-height: 0 !important;
}

.speakers-carousel-2027 .elementor-swiper-button {
  position: absolute !important;
  top: auto !important;
  bottom: 0 !important;
  transform: none !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, .22) !important;
  color: #fff !important;
  background: transparent !important;
  display: grid !important;
  place-items: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
  transition: all .2s ease !important;
  z-index: 40 !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.speakers-carousel-2027 .elementor-swiper-button svg {
  width: 14px !important;
  height: 14px !important;
  fill: currentColor !important;
}

.speakers-carousel-2027 .elementor-swiper-button:hover {
  color: #00DB82 !important;
  border-color: #00DB82 !important;
}

.speakers-carousel-2027 .elementor-swiper-button.swiper-button-disabled,
.speakers-carousel-2027 .elementor-swiper-button.elementor-swiper-button-disabled {
  opacity: .3 !important;
  cursor: not-allowed !important;
  pointer-events: none;
}

.experience-2027 {
  padding: 120px 0;
}

.heading-2027,
.heading-2027 .elementor-heading-title {
  margin: 0 !important;
  color: #fff;
  font-size: clamp(40px, 5vw, 76px);
  font-weight: 500;
  line-height: 1.10;
  letter-spacing: -.03em;
}

.heading-2027-green,
.heading-2027-green .elementor-heading-title {
  color: #38E882;
  font-weight: 700;
}

.experience-grid-2027 {
  gap: 16px !important;
}

.experience-card-2027 {
  padding: 36px !important;
  background: #0B1A40;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 18px;
  align-items: center;
  text-align: center;
  transition: border-color .25s ease, transform .25s ease;
}

.experience-card-2027:hover {
  border-color: #00DB82;
  transform: translateY(-3px);
}

.experience-card-blue-2027 {
  background: linear-gradient(135deg, #103EA0 0%, #0B4D91 100%);
  border-color: rgba(0, 219, 130, .28);
}

.experience-card-green-2027 {
  background: linear-gradient(135deg, #34C27E 0%, #24A391 100%);
  border-color: rgba(0, 219, 130, .34);
}

.experience-card-2027 .elementor-widget {
  margin: 0 !important;
  text-align: center;
}

.experience-card-kicker-2027,
.experience-card-kicker-2027 p,
.experience-card-kicker-2027 .elementor-heading-title {
  color: rgba(255, 255, 255, .45);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.experience-card-title-2027,
.experience-card-title-2027 p,
.experience-card-title-2027 .elementor-heading-title {
  margin-top: 40px !important;
  font-family: "Kufam", Sans-serif !important;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.015em;
  text-align: center;
}

.experience-card-text-2027,
.experience-card-text-2027 p,
.experience-card-text-2027 ul {
  margin-top: 14px !important;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 1024px) {
  .experience-grid-2027 {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .retro-grid:has(> .speakers-carousel-2027) {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }

  .retro-grid:has(> .speakers-carousel-2027)>.eyebrow-2027,
  .retro-grid:has(> .speakers-carousel-2027)>.speakers-carousel-2027 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .retro-grid:has(> .speakers-carousel-2027)>.eyebrow-2027,
  .retro-grid:has(> .speakers-carousel-2027)>.eyebrow-2027 .elementor-heading-title {
    font-size: 13px;
    letter-spacing: .16em;
    line-height: 1.35;
  }

  .speakers-carousel-2027 {
    padding-top: 12px;
  }

  .speakers-carousel-2027 .speaker-photo-wrap-2027 {
    --width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .retro-row-2 {
    flex-direction: column;
  }

  .retro-row-2>.e-con,
  .retro-row-2>.elementor-element {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .retro-card,
  .retro-stat-card,
  .retro-video-card {
    min-height: 260px;
  }

  .retro-stat-card {
    padding: 28px;
  }

  .retro-stat-num,
  .retro-stat-num .elementor-heading-title {
    font-size: clamp(64px, 18vw, 104px);
  }
}

.scrolling-banner--no-button .scrolling-button {
  display: none !important;
}

.scrolling-banner--no-button .scrolling-content {
  padding-left: 0;
}

.scrolling-track {
  overflow-x: clip;
  max-width: 100vw;
}

@supports not (overflow: clip) {
  .scrolling-track {
    overflow-x: hidden;
  }
}

.hero-overlay-2027 {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-overlay-2027::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(1000px 720px at 20% 82%, rgba(0, 51, 163, 0.36), transparent 64%),
    radial-gradient(820px 640px at 82% 22%, rgba(0, 79, 255, 0.03), transparent 60%),
    linear-gradient(180deg, rgba(2, 12, 36, 0.82) 0%, rgba(4, 17, 48, 0.72) 42%, rgba(4, 15, 42, 0.92) 100%),
    linear-gradient(90deg, rgba(3, 12, 36, 0.86) 0%, rgba(5, 18, 48, 0.66) 46%, rgba(5, 18, 48, 0.72) 100%);
  mix-blend-mode: normal;
}

.hero-overlay-2027>.e-con-inner,
.hero-overlay-2027>.elementor-container,
.hero-overlay-2027>.elementor-widget-wrap {
  position: relative;
  z-index: 1;
}

@media (min-width: 1025px) {
  .input-mail-2027 .capture-form {
    position: relative;
    background-color: #FFFFFF1A !important;
    border-color: #FFFFFF66 !important;
    border-width: 1px 1px 1px 1px !important;
    border-radius: 999px 999px 999px 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    padding: 0.2rem;
  }

  .input-mail-2027 input#form-field-email {
    border: none;
    background: none;
    backdrop-filter: none;
  }

  .input-mail-2027 .capture-form .elementor-message {
    position: absolute;
    top: calc(100% + 14px);
    left: 28px;
    width: auto !important;
    margin: 0 !important;
    z-index: 2;
  }
}

.scrolling-content .scrolling-track {
  overflow: visible;
  max-width: none;
}

.retro-section-2027 .retro-card.elementor-widget-image,
.retro-section-2027 .retro-card:has(> .elementor-widget-image):not(.retro-stat-card):not(.retro-video-card) {
  transition: border-color .25s ease, transform .25s ease;
}

.retro-section-2027 .retro-card.elementor-widget-image:hover,
.retro-section-2027 .retro-card:has(> .elementor-widget-image):not(.retro-stat-card):not(.retro-video-card):hover {
  border-color: #00DB82;
  transform: translateY(-3px) !important;
}

.retro-section-2027 .retro-grid:has(.speakers-carousel-2027),
.retro-section-2027 .retro-grid:has(> .speakers-carousel-2027),
.speakers-carousel-2027 .elementor-widget-container,
.speakers-carousel-2027 .elementor-swiper,
.speakers-carousel-2027 .swiper,
.speakers-carousel-2027 .swiper-wrapper {
  overflow: visible !important;
}

.speakers-carousel-2027 .elementor-swiper-button-prev {
  left: auto !important;
  right: 58px !important;
}

.speakers-carousel-2027 .elementor-swiper-button-next {
  left: auto !important;
  right: 0 !important;
}

.retro-stat-white .retro-stat-num,
.retro-stat-white .retro-stat-num p,
.retro-stat-white .retro-stat-label,
.retro-stat-white .retro-stat-label p {
  color: #fff !important;
}

/* Format section */
.format-section-2027,
.format-section-2027 * {
  box-sizing: border-box;
}

.format-eyebrow-2027,
.format-eyebrow-2027 p,
.format-eyebrow-2027 .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  color: rgba(255,255,255,.58);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.format-eyebrow-2027::before {
  content: "";
  width: 22px;
  height: 1px;
  flex: 0 0 22px;
  background: #00DB82;
}

.format-section-2027 {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  column-gap: clamp(88px, 7vw, 124px) !important;
  row-gap: 34px !important;
  width: 100%;
}

.format-section-2027 > .format-card-2027 {
  width: auto !important;
  min-width: 0;
}

.format-card-2027 {
  min-height: clamp(250px, 22vw, 284px);
  padding: clamp(38px, 4vw, 48px) clamp(30px, 5vw, 64px) !important;
  border: 1px solid rgba(0,219,130,.38);
  border-radius: 0 !important;
  background:
    radial-gradient(640px 460px at 112% -12%, rgba(0,219,130,.26), transparent 56%),
    linear-gradient(145deg, #004FFF 0%, #0033A3 42%, #00133D 100%);
  transition: border-color .25s ease, transform .25s ease;
  align-items: center;
  gap: 2rem;
}

.format-section-2027 > .format-card-2027:first-of-type {
  border-radius: 24px 0 0 24px !important;
}

.format-section-2027 > .format-card-2027:last-of-type {
  border-radius: 0 24px 24px 0 !important;
}

.format-card-2027:hover {
  border-color: #00DB82;
  transform: translateY(-3px);
}

.format-card-2027 .elementor-widget {
  margin: 0 !important;
}

.format-card-title-2027 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 54px;
  margin: 0 auto 22px !important;
  padding: 14px 28px;
  border: 1px solid rgba(0,219,130,.38);
  border-radius: 999px;
  background: rgba(0,219,130,.10);
  color: #38E882;
  font-family: "Kufam", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
}

.format-card-title-2027 .elementor-heading-title,
.format-card-title-2027 p,
.around-table-tag-2027 .elementor-heading-title,
.around-table-tag-2027 p {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.around-table-tags-2027,
.around-table-tags-2027.e-con-boxed > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 20px !important;
  align-items: center;
  justify-content: flex-start;
}

.around-table-tags-2027 .elementor-widget,
.around-table-tags-2027.e-con-boxed > .e-con-inner > .elementor-element {
  width: fit-content !important;
  max-width: 100%;
  flex: 0 1 auto !important;
  margin: 0 !important;
}

.around-table-tag-2027 {
  display: inline-grid;
  place-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 52px;
  margin: 0 !important;
  padding: 0 24px;
  border: 1px solid rgba(0, 219, 130, .48);
  border-radius: 999px;
  border-color: rgba(0, 219, 130, .48);
  background: rgba(0, 219, 130, .08);
  color: #fff;
  font-family: "Kufam", sans-serif;
  font-size: clamp(11px, .9vw, 14px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.around-table-tag-2027 .elementor-widget-container {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: inherit;
  text-align: center;
}

.around-table-tag-2027 p,
.around-table-tag-2027 .elementor-heading-title {
  display: block;
  line-height: 1 !important;
}

.format-card-text-2027,
.format-card-text-2027 p {
  max-width: 440px;
  margin: 0 auto !important;
  color: rgba(255,255,255,.84);
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
}

.format-plus-2027 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  min-width: 76px;
  width: 76px;
  height: 76px;
  padding: 0 !important;
  border-radius: 50%;
  background: #38E882;
  color: #06112E;
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.format-plus-2027 .elementor-heading-title,
.format-plus-2027 p {
  margin: 0 !important;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

@media (max-width: 1024px) {
  .format-section-2027 {
    grid-template-columns: 1fr;
    column-gap: 0 !important;
  }

  .format-section-2027 > .format-card-2027 {
    width: 100% !important;
  }

  .format-section-2027 > .format-card-2027:first-of-type {
    border-radius: 24px 24px 0 0 !important;
  }

  .format-section-2027 > .format-card-2027:last-of-type {
    border-radius: 0 0 24px 24px !important;
  }

  .format-plus-2027 {
    position: static;
    margin: 0 auto;
    transform: none;
  }
}

@media (max-width: 767px) {
  .around-table-tags-2027,
  .around-table-tags-2027.e-con-boxed > .e-con-inner {
    flex-wrap: nowrap;
    gap: 8px !important;
  }

  .around-table-tags-2027 .elementor-widget,
  .around-table-tags-2027.e-con-boxed > .e-con-inner > .elementor-element {
    width: calc((100% - 16px) / 3) !important;
    flex: 0 0 calc((100% - 16px) / 3) !important;
  }

  .around-table-tag-2027 {
    width: 100%;
    min-height: 38px;
    padding: 0 8px;
    font-size: clamp(9px, 2.5vw, 11px);
    letter-spacing: .08em;
  }

  .format-card-2027 {
    padding: 34px 24px !important;
  }

  .format-card-title-2027 {
    font-size: 18px;
    letter-spacing: .10em;
  }

.format-card-text-2027,
.format-card-text-2027 p {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .text-image-split-ix {
    display: grid;
    grid-template-columns: minmax(0, 60%) minmax(0, 40%);
    align-items: center;
    gap: 40px;
  }

  .text-image-split-ix > .e-con:first-child {
    width: 100% !important;
    max-width: 100% !important;
  }

  .text-image-split-ix > .e-con:nth-child(2) {
    width: 100% !important;
    max-width: 100% !important;
    max-height: clamp(340px, 36vw, 560px);
    min-height: 0;
    overflow: hidden;
  }

  .text-image-split-ix > .e-con:nth-child(2) img {
    width: 100%;
    max-width: 100%;
    max-height: clamp(340px, 36vw, 560px);
    height: auto;
    aspect-ratio: 537 / 672;
    outline: 1px solid #00DB82;
    outline-offset: -1px;
    display: block;
    object-fit: cover;
  }

  html[lang^="en"] .text-image-split-ix {
    grid-template-columns: minmax(0, 65%) minmax(0, 35%);
    gap: 32px;
  }

  html[lang^="en"] .text-image-split-ix .heading-2027,
  html[lang^="en"] .text-image-split-ix .heading-2027 .elementor-heading-title {
    font-size: clamp(38px, 4.6vw, 70px);
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
  }
}

@media (max-width: 767px) {
  .text-image-split-ix {
    flex-direction: column;
  }

  .text-image-split-ix > .e-con {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
