.ees-socials {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ees-socials__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  min-height: 42px;
  padding: 8px 14px;
  border: 2px solid #0B2E4A;
  border-radius: 4px;
  color: #0B2E4A;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.ees-socials__btn svg {
  width: 16px;
  height: 16px;
  display: block;
}

.ees-socials__btn:hover,
.ees-socials__btn:focus {
  background: #0B2E4A;
  color: #ffffff;
}

.ees-aside-contact p {
  margin: 0 0 10px;
  color: #1A2332;
  font-size: 14px;
  line-height: 1.45;
}

.ees-aside-contact a {
  color: #1070B8;
}

.ees-aside-hours {
  color: #5A6270 !important;
}

.ees-aside-cta {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  padding: 10px 16px;
  border: 2px solid #C82028;
  border-radius: 4px;
  background: #C82028;
  color: #ffffff !important;
  font-weight: 600;
  text-decoration: none !important;
}

.ees-aside-cta:hover {
  background: #9A181E;
  border-color: #9A181E;
}

.ees-aside-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ees-aside-links li {
  margin: 0;
  border-bottom: 1px solid #E4E9F0;
}

.ees-aside-links a {
  display: block;
  padding: 8px 0;
  color: #0B2E4A;
  font-weight: 600;
  text-decoration: none;
}

.ees-aside-links a:hover {
  color: #1070B8;
}

#sidebar .ct-sidebar .widget-title,
#sidebar .wp-block-heading {
  color: #0B2E4A;
  font-size: 18px;
  margin-bottom: 14px;
}

@media (min-width: 1000px) {
  [data-sidebar] .wp-block-post-template.is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.home .cncsu-icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: min(1140px, calc(100% - 40px));
  margin: -110px auto 72px;
  position: relative;
  z-index: 8;
}

.home .cncsu-info {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none !important;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 40px rgba(14, 16, 48, 0.08);
  padding: 42px 28px 36px;
  overflow: hidden;
  z-index: 1;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

.home .cncsu-info::before {
  content: "";
  position: absolute;
  top: 30%;
  left: -90px;
  width: 540px;
  height: 540px;
  background: rgba(255, 255, 255, 0.12);
  z-index: -1;
  transform: translateY(100%) rotate(10deg);
  transition: transform 0.5s ease;
}

.home .cncsu-info__wave {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.home .cncsu-info__wave::before,
.home .cncsu-info__wave::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -90px;
  width: 540px;
  height: 540px;
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(100%) rotate(10deg);
  transition: transform 0.5s ease;
}

.home .cncsu-info__wave::after {
  top: 70%;
  background: rgba(255, 255, 255, 0.28);
}

.home .cncsu-info__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 40px rgba(14, 16, 48, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: transform 0.3s ease;
}

.home .cncsu-info__icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

.home .cncsu-info__title {
  display: block;
  margin: 22px 0 12px;
  color: #0B2E4A;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.home .cncsu-info__text {
  display: block;
  margin: 0;
  color: #7f8897;
  font-size: 14px;
  line-height: 1.55;
  max-width: 280px;
  transition: color 0.3s ease;
}

.home .cncsu-info:hover,
.home .cncsu-info.is-hover {
  background: #C82028;
  box-shadow: 0 12px 40px rgba(200, 32, 40, 0.22);
}

.home .cncsu-info:hover .cncsu-info__title,
.home .cncsu-info:hover .cncsu-info__text,
.home .cncsu-info.is-hover .cncsu-info__title,
.home .cncsu-info.is-hover .cncsu-info__text {
  color: #fff;
}

.home .cncsu-info:hover .cncsu-info__icon,
.home .cncsu-info.is-hover .cncsu-info__icon {
  transform: translateY(-4px);
}

.home .cncsu-info:hover::before,
.home .cncsu-info.is-hover::before {
  transform: translateY(0) rotate(10deg);
  transition-delay: 0.2s;
}

.home .cncsu-info:hover .cncsu-info__wave::before,
.home .cncsu-info:hover .cncsu-info__wave::after,
.home .cncsu-info.is-hover .cncsu-info__wave::before,
.home .cncsu-info.is-hover .cncsu-info__wave::after {
  transform: translateY(0) rotate(10deg);
}

.home .cncsu-info:hover .cncsu-info__wave::after,
.home .cncsu-info.is-hover .cncsu-info__wave::after {
  transition-delay: 0.1s;
}

@media (max-width: 599.98px) {
  .home .cncsu-icons {
    margin-top: -48px;
    gap: 12px;
    width: calc(100% - 24px);
  }

  .home .cncsu-info {
    padding: 28px 16px 24px;
  }

  .home .cncsu-info__icon {
    width: 64px;
    height: 64px;
  }

  .home .cncsu-info__icon img {
    width: 28px;
    height: 28px;
  }

  .home .cncsu-info__title {
    font-size: 16px;
    margin: 16px 0 8px;
  }

  .home .cncsu-info__text {
    font-size: 13px;
  }
}

html body #header .ct-sticky-container > div:has(> .ees-topbar) {
  height: auto !important;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.ees-topbar {
  display: block;
  flex: 0 0 auto;
  width: 100%;
  background: rgba(11, 46, 74, 0.1);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  z-index: 4;
}

.ees-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 10px 32px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 8px 0;
}

.ees-topbar__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff !important;
  text-decoration: none !important;
  max-width: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.ees-topbar__item--address {
  max-width: 48%;
}

.ees-topbar__item:hover {
  color: #FFCD05 !important;
}

.ees-topbar__icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  color: inherit;
}

.ees-topbar__icon svg {
  width: 34px;
  height: 34px;
  display: block;
}

.ees-topbar__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1px;
  min-width: 0;
}

.ees-topbar__label {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.ees-topbar__value {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  opacity: 0.92;
}

.ees-topbar__item--address .ees-topbar__value {
  white-space: normal;
}

html body.home #header [data-device][data-transparent] [data-row] {
  background: rgba(11, 46, 74, 0.28) !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

html body.home #header [data-device][data-transparent] {
  background: transparent !important;
}

html body.home #header [data-device][data-transparent] .ees-topbar {
  background: rgba(11, 46, 74, 0.16);
}

html body #header [data-sticky*="yes"] .ees-topbar {
  background: rgba(11, 46, 74, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

html body #header [data-sticky*="yes"] [data-row] {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

html body:not(.home) .ees-topbar {
  background: #0B2E4A;
}

html body.home.ees-scrolled .ees-topbar,
html body.home.ees-scrolled #header [data-device][data-transparent] .ees-topbar,
html body.home.ees-scrolled #header [data-sticky*="yes"] .ees-topbar {
  display: block !important;
  background: #0B2E4A !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

html body.home.ees-scrolled #header [data-device],
html body.home.ees-scrolled #header [data-device][data-transparent],
html body.home.ees-scrolled #header .ct-sticky-container > div {
  background: #ffffff !important;
}

html body.home.ees-scrolled #header [data-device] [data-row],
html body.home.ees-scrolled #header [data-device][data-transparent] [data-row],
html body.home.ees-scrolled #header [data-sticky*="yes"] [data-row] {
  background: rgba(255, 255, 255, 0.96) !important;
  background-image: none !important;
  border-bottom: none;
  box-shadow: 0 10px 20px rgba(43, 61, 79, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

html body.home.ees-scrolled #header .menu-container > .menu > .menu-item > .ct-menu-link,
html body.home.ees-scrolled #header [data-device="desktop"][data-transparent] [data-transparent-row="yes"] .menu-container > .menu > .menu-item > .ct-menu-link {
  color: #0B2E4A !important;
}

html body.home.ees-scrolled #header .menu-container > .menu > .menu-item > .ct-menu-link:hover,
html body.home.ees-scrolled #header .menu-container > .menu > .current-menu-item > .ct-menu-link,
html body.home.ees-scrolled #header .menu-container > .menu > .current-menu-ancestor > .ct-menu-link,
html body.home.ees-scrolled #header .menu-container > .menu > .current_page_item > .ct-menu-link,
html body.home.ees-scrolled #header [data-device="desktop"][data-transparent] [data-transparent-row="yes"] .menu-container > .menu > .menu-item > .ct-menu-link:hover,
html body.home.ees-scrolled #header [data-device="desktop"][data-transparent] [data-transparent-row="yes"] .menu-container > .menu > .current-menu-item > .ct-menu-link,
html body.home.ees-scrolled #header [data-device="desktop"][data-transparent] [data-transparent-row="yes"] .menu-container > .menu > .current-menu-ancestor > .ct-menu-link,
html body.home.ees-scrolled #header [data-device="desktop"][data-transparent] [data-transparent-row="yes"] .menu-container > .menu > .current_page_item > .ct-menu-link {
  color: #1070B8 !important;
}

html body.home.ees-scrolled #header .ct-header-socials a,
html body.home.ees-scrolled #header [data-device="desktop"][data-transparent] [data-transparent-row="yes"] .ct-header-socials a {
  color: #0B2E4A !important;
}

html body.home.ees-scrolled #header [data-id="socials"],
html body.home.ees-scrolled #header .ct-header-socials {
  border-right-color: rgba(11, 46, 74, 0.18) !important;
}

html body.home.ees-scrolled #header .ct-toggle-dropdown-desktop,
html body.home.ees-scrolled #header .ct-toggle-dropdown-desktop .ct-icon {
  color: #0B2E4A !important;
}

html body.home.ees-scrolled #header [data-id="logo"] img.sticky-logo {
  display: block !important;
}

html body.home.ees-scrolled #header [data-id="logo"] img.default-logo {
  display: none !important;
}

html body.home.ees-scrolled #header [data-device="mobile"] [data-id="logo"] .site-logo-container {
  background: transparent;
  padding: 0;
}

html body:not(.home) .hero-section[data-type="type-2"] {
  min-height: 286px !important;
  height: 286px !important;
}

html body:not(.home) .hero-section[data-type="type-2"] > [class*="ct-container"],
html body:not(.home) .hero-section[data-type="type-2"] .entry-header {
  padding-top: 58px !important;
  padding-bottom: 24px !important;
  box-sizing: border-box;
}

@media (max-width: 999.98px) {
  html body:not(.home) .hero-section[data-type="type-2"] {
    min-height: 220px !important;
    height: 220px !important;
  }

  html body:not(.home) .hero-section[data-type="type-2"] > [class*="ct-container"],
  html body:not(.home) .hero-section[data-type="type-2"] .entry-header {
    padding-top: 48px !important;
    padding-bottom: 16px !important;
  }
}

@media (max-width: 999.98px) {
  .ees-topbar__item--address {
    display: none;
  }

  .ees-topbar__inner {
    gap: 12px 18px;
    width: calc(100% - 20px);
    padding: 7px 0;
  }

  .ees-topbar__item {
    font-size: 12px;
    max-width: 48%;
  }

  .ees-topbar__icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .ees-topbar__icon svg {
    width: 28px;
    height: 28px;
  }
}

#header [data-device="desktop"] [data-column="start"] > [data-items="primary"] {
  display: flex;
  align-items: center;
  column-gap: 28px;
}

@media (min-width: 1000px) {
  html body #header [data-device="desktop"] [data-row][data-column-set] > .ct-container {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 100% !important;
    padding-inline: 28px;
    box-sizing: border-box;
    gap: 16px;
  }

  html body #header [data-device="desktop"] [data-row][data-column-set] > .ct-container > [data-column],
  html body #header [data-device="desktop"] [data-row][data-column-set] > .ct-container [data-items] {
    display: contents !important;
  }

  html body #header [data-device="desktop"] [data-id="socials"] {
    order: 1;
    padding-right: 16px;
    margin-right: 4px;
    border-right: 1px solid rgba(11, 46, 74, 0.18);
  }

  html body #header [data-device="desktop"][data-transparent] [data-transparent-row="yes"] [data-id="socials"] {
    border-right-color: rgba(255, 255, 255, 0.28);
  }

  html body #header [data-sticky*="yes"] [data-id="socials"] {
    border-right-color: rgba(11, 46, 74, 0.18);
  }

  html body #header [data-device="desktop"] [data-id="logo"] {
    order: 2;
    flex: 0 0 auto;
    transform: none !important;
    padding-inline: 8px 0;
    margin-right: 0;
    border-right: none;
  }

  html body #header [data-device="desktop"] [data-id="logo"] .site-logo-container {
    --logo-max-height: 64px;
  }

  html body #header [data-device="desktop"] [data-id="logo"] img {
    max-height: 64px !important;
    height: 64px !important;
    width: auto !important;
    object-fit: contain;
  }

  html body #header [data-device="desktop"] .ees-header-pair {
    order: 2;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    flex: 0 0 auto;
    margin-left: -20px !important;
    padding-right: 14px;
  }

  html body #header [data-device="desktop"] .ees-header-bar {
    display: block;
    height: 58px;
    width: 5px;
    object-fit: fill;
    margin: 0;
  }

  html body #header [data-device="desktop"] .ees-header-pres {
    display: flex;
    align-items: center;
    line-height: 0;
  }

  html body #header [data-device="desktop"] .ees-header-pres img {
    display: block;
    height: 64px;
    width: 64px;
    max-width: 64px;
    object-fit: contain;
  }

  html body #header [data-device="desktop"] [data-id="menu"] {
    order: 3;
    flex: 0 0 auto;
    margin-right: 0;
  }

  html body #header [data-device="desktop"] [data-id="menu-secondary"] {
    order: 4;
    flex: 0 0 auto;
    margin-left: 4px;
  }

  html body #header [data-device="desktop"] [data-id="button"] {
    order: 5;
    margin-left: auto;
  }
}

#header [data-device="desktop"] .ct-header-socials {
  flex: 0 0 auto;
  padding-right: 16px;
  margin-right: 0;
}

#header [data-device="desktop"][data-transparent] [data-transparent-row="yes"] .ct-header-socials {
  border-right-color: rgba(255, 255, 255, 0.28);
}

#header [data-device="desktop"] .ct-header-socials .ct-social-box {
  display: flex;
  align-items: center;
  gap: 16px;
}

#header [data-device="desktop"] .ct-header-socials .ct-social-box a {
  padding: 4px;
}

#header [data-device="desktop"] .menu-container > .menu > .menu-item > .ct-menu-link {
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em;
  color: #0B2E4A !important;
}

#header [data-device="desktop"] .menu-container > .menu > .menu-item > .ct-menu-link:hover,
#header [data-device="desktop"] .menu-container > .menu > .current-menu-item > .ct-menu-link,
#header [data-device="desktop"] .menu-container > .menu > .current-menu-ancestor > .ct-menu-link,
#header [data-device="desktop"] .menu-container > .menu > .current_page_item > .ct-menu-link {
  color: #1070B8 !important;
}

#header [data-device="desktop"][data-transparent] [data-transparent-row="yes"] .menu-container > .menu > .menu-item > .ct-menu-link {
  color: #ffffff !important;
}

#header [data-device="desktop"][data-transparent] [data-transparent-row="yes"] .menu-container > .menu > .menu-item > .ct-menu-link:hover,
#header [data-device="desktop"][data-transparent] [data-transparent-row="yes"] .menu-container > .menu > .current-menu-item > .ct-menu-link,
#header [data-device="desktop"][data-transparent] [data-transparent-row="yes"] .menu-container > .menu > .current-menu-ancestor > .ct-menu-link,
#header [data-device="desktop"][data-transparent] [data-transparent-row="yes"] .menu-container > .menu > .current_page_item > .ct-menu-link {
  color: #FFCD05 !important;
}

#header [data-sticky*="yes"] .menu-container > .menu > .menu-item > .ct-menu-link {
  color: #0B2E4A !important;
}

#header [data-sticky*="yes"] .menu-container > .menu > .menu-item > .ct-menu-link:hover,
#header [data-sticky*="yes"] .menu-container > .menu > .current-menu-item > .ct-menu-link,
#header [data-sticky*="yes"] .menu-container > .menu > .current-menu-ancestor > .ct-menu-link,
#header [data-sticky*="yes"] .menu-container > .menu > .current_page_item > .ct-menu-link {
  color: #1070B8 !important;
}

#header [data-sticky*="yes"] .ct-header-socials {
  border-right-color: rgba(11, 46, 74, 0.18);
}

#header [data-sticky*="yes"] .ct-header-socials a {
  color: #0B2E4A !important;
}

#header [data-device="desktop"] .ct-toggle-dropdown-desktop .ct-icon {
  width: 10px;
  height: 10px;
}

#header [data-device="desktop"] .sub-menu .ct-menu-link {
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

#header .menu > .menu-item-has-children > a[href="#"],
#header .menu > .menu-item-has-children > .ct-menu-link[href="#"],
.ct-panel .menu > .menu-item-has-children > a[href="#"] {
  pointer-events: none;
  cursor: default;
}

@media (min-width: 1000px) and (max-width: 1366px) {
  /* Plus spécifique que Blocksy : [data-column-set="3"] .ct-container { display:flex !important } */
  html body #header [data-device="desktop"] [data-row][data-column-set] > .ct-container {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    padding-inline: 10px;
    box-sizing: border-box;
    gap: 10px !important;
  }

  html body #header [data-device="desktop"] [data-row][data-column-set] > .ct-container > [data-column="start"],
  html body #header [data-device="desktop"] [data-row][data-column-set] > .ct-container > [data-column="end"] {
    min-width: 0 !important;
    max-width: none;
    width: auto;
  }

  html body #header [data-device="desktop"] [data-id="logo"] {
    padding-inline: 2px 0;
  }

  html body #header [data-device="desktop"] .ees-header-pair {
    margin-left: 2px;
    gap: 12px;
  }

  html body #header [data-device="desktop"] [data-id="logo"] .site-logo-container {
    --logo-max-height: 58px;
  }

  html body #header [data-device="desktop"] [data-id="logo"] img {
    max-height: 58px !important;
    height: 58px !important;
  }

  html body #header [data-device="desktop"] .ees-header-pres img {
    height: 58px;
    width: 58px;
    max-width: 58px;
  }

  html body #header [data-device="desktop"] .ees-header-bar {
    height: 52px;
  }

  #header [data-device="desktop"] [data-column="start"] {
    justify-content: flex-start !important;
  }

  #header [data-device="desktop"] [data-column="end"] {
    justify-content: flex-end !important;
  }

  #header [data-device="desktop"] [data-column="start"] > [data-items="primary"] {
    column-gap: 8px;
    min-width: 0;
  }

  html body #header [data-device="desktop"] [data-column="end"] > [data-items="primary"] {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px !important;
    column-gap: 8px !important;
    min-width: 0;
    width: auto;
  }

  html body #header [data-device="desktop"] [data-column="end"] .menu-container {
    flex: 0 1 auto;
    min-width: 0;
    margin-right: 0;
    padding-right: 4px;
  }

  html body #header [data-device="desktop"] [data-column="end"] .menu > .menu-item:last-child {
    margin-right: 0 !important;
  }

  html body #header [data-device="desktop"] [data-column="end"] .menu > .menu-item:last-child > .ct-menu-link {
    padding-right: 2px !important;
  }

  html body #header [data-device="desktop"] .ct-header-cta {
    flex: 0 0 auto;
    margin-left: 18px !important;
    padding-left: 4px;
    position: relative;
    z-index: 2;
  }

  #header [data-device="desktop"] .ct-header-socials {
    padding-right: 8px;
    margin-right: 0;
  }

  #header [data-device="desktop"] .ct-header-socials .ct-social-box {
    gap: 4px;
  }

  #header [data-device="desktop"] .ct-header-socials .ct-social-box a {
    padding: 2px;
  }

  #header [data-device="desktop"] .ct-header-socials a[href^="mailto"] {
    display: none;
  }

  #header [data-device="desktop"] .menu-container > .menu > .menu-item > .ct-menu-link {
    font-size: 14px !important;
    letter-spacing: 0;
    padding-inline: 4px !important;
  }

  #header [data-device="desktop"] [data-id="logo"] .site-logo-container {
    --logo-max-height: 58px;
  }

  #header [data-device="desktop"] .ct-header-cta,
  #header [data-device="desktop"] .ct-header-cta a {
    font-size: 11px !important;
    padding: 7px 9px !important;
    white-space: nowrap;
  }
}

@media (min-width: 1000px) and (max-width: 1100px) {
  html body #header [data-device="desktop"] .ct-header-cta {
    margin-left: 26px !important;
  }

  html body #header [data-device="desktop"] .menu-container > .menu > .menu-item > .ct-menu-link {
    font-size: 13px !important;
    padding-inline: 3px !important;
  }
}

@media (max-width: 999.98px) {
  html body #header [data-device="mobile"] [data-id="logo"] .site-logo-container {
    --logo-max-height: 54px;
  }

  html body #header [data-device="mobile"] [data-id="logo"] .site-logo-container img {
    max-height: 54px !important;
    height: 54px !important;
    width: auto !important;
    max-width: 58px;
    object-fit: contain;
  }

  /* Accueil + barre hamburger : le logo clair se fond dans la photo.
     On force le logo couleur (sticky) et un fond blanc. */
  html body.home #header [data-device="mobile"] [data-id="logo"] img.default-logo {
    display: none !important;
  }

  html body.home #header [data-device="mobile"] [data-id="logo"] img.sticky-logo {
    display: block !important;
  }

  html body #header [data-sticky*="yes"] [data-id="logo"] img.default-logo {
    display: none !important;
  }

  html body #header [data-sticky*="yes"] [data-id="logo"] img.sticky-logo {
    display: block !important;
    max-height: 54px !important;
    height: 54px !important;
    width: auto !important;
  }

  html body #header [data-device="mobile"] .ees-header-pair {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: 0;
    padding-right: 6px;
  }

  html body #header [data-device="mobile"] .ees-header-bar {
    display: block;
    height: 48px;
    width: 4px;
    object-fit: fill;
  }

  html body #header [data-device="mobile"] .ees-header-pres img {
    display: block;
    height: 54px;
    width: 54px;
    max-width: 54px;
    object-fit: contain;
  }
}

.home .cncsu-mot.alignfull,
.page-id-984 .cncsu-mot.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.cncsu-mot {
  background: #0B2E4A;
  color: #ffffff;
  max-width: none;
}

.cncsu-mot__inner {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 40px 48px;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: 36px 32px;
  box-sizing: border-box;
}

.cncsu-mot__media {
  position: relative;
}

.cncsu-mot__media::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 18px;
  bottom: 18px;
  width: 4px;
  background: #FFCD05;
}

.cncsu-mot__media img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 2px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.cncsu-mot__kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #FFCD05;
}

.cncsu-mot__name {
  margin: 0 0 4px;
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
}

.cncsu-mot__role {
  margin: 0 0 20px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.cncsu-mot__quote {
  margin: 0;
  padding: 0 0 0 18px;
  border-left: 3px solid #FFCD05;
}

.cncsu-mot__quote p {
  margin: 0 0 12px;
  font-size: 16px;
  font-style: italic;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.94);
}

.cncsu-mot__quote p:last-child {
  margin-bottom: 0;
}

.cncsu-mot__source {
  margin: 18px 0 0;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 781px) {
  .cncsu-mot__inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 20px 34px;
  }

  .cncsu-mot__media::before {
    left: 0;
    top: auto;
    bottom: -10px;
    width: 64px;
    height: 4px;
  }

  .cncsu-mot__media img {
    height: 240px;
  }

  .cncsu-mot__name {
    font-size: 24px;
  }

  .cncsu-mot__quote p {
    font-size: 15px;
  }
}

.cncsu-figure-page {
  background: #F4F7FB;
  padding: 12px 0 80px;
}

body.page-id-984 .ct-sidebar,
body.page-id-986 .ct-sidebar {
  display: none !important;
}

body.page-id-984 [data-sidebar],
body.page-id-986 [data-sidebar] {
  grid-template-columns: minmax(0, 1fr) !important;
}

.cncsu-figure {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 28px 40px;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 24px 0;
  box-sizing: border-box;
}

.cncsu-figure__aside {
  background: #0B2E4A;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(11, 46, 74, 0.18);
  position: sticky;
  top: 88px;
}

.cncsu-figure__photo {
  position: relative;
  background: #0B2E4A;
}

.cncsu-figure__photo::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, #1070B8 0%, #F7CA18 50%, #C82028 100%);
}

.cncsu-figure__photo img {
  display: block;
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.cncsu-figure--president .cncsu-figure__photo img {
  object-position: center 10%;
}

.cncsu-figure--ctc .cncsu-figure__photo img {
  object-position: center 22%;
}

.cncsu-figure__id {
  padding: 20px 22px 24px;
}

.cncsu-figure__kicker {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #F7CA18;
}

.cncsu-figure__name {
  margin: 0 0 8px;
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.25;
  color: #ffffff;
}

.cncsu-figure__role {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}

.cncsu-figure__article {
  background: #ffffff;
  border-radius: 4px;
  padding: 40px 44px 48px;
  box-shadow: 0 18px 40px rgba(11, 46, 74, 0.08);
  border-top: 4px solid #1070B8;
}

.cncsu-figure__lead {
  margin: 0 0 18px;
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.28;
  color: #0B2E4A;
}

.cncsu-figure__article p {
  margin: 0 0 16px;
  font-size: 16.5px;
  line-height: 1.75;
  color: #243140;
}

.cncsu-figure__article p.cncsu-figure__pull,
.cncsu-figure__pull {
  margin: 4px 0 24px;
  padding: 18px 20px 18px 22px;
  background: #0B2E4A;
  color: #ffffff !important;
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.4;
  border-radius: 4px;
}

.cncsu-figure__article p.cncsu-figure__pull em,
.cncsu-figure__pull em {
  color: #ffffff !important;
  font-style: italic;
}

.cncsu-figure__article p:last-child {
  margin-bottom: 0;
}

.cncsu-figure__sign {
  margin-top: 32px !important;
  padding-top: 20px;
  border-top: 1px solid #E4E9F0;
  font-weight: 700;
  color: #0B2E4A !important;
}

.cncsu-figure__sign small {
  display: block;
  margin-top: 4px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1070B8;
}

.cncsu-missions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.cncsu-missions li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 0;
  padding: 16px 14px 16px 12px;
  background: #F7F9FC;
  border-left: 3px solid #1070B8;
  border-radius: 0 6px 6px 0;
}

.cncsu-missions li:nth-child(3) {
  grid-column: 1 / -1;
}

.cncsu-missions span {
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif;
  font-size: 16px;
  color: #1070B8;
  line-height: 1.3;
}

.cncsu-missions p {
  margin: 0 !important;
  font-size: 14.5px !important;
  line-height: 1.55 !important;
  color: #243140;
}

@media (max-width: 900px) {
  .cncsu-figure-page {
    padding-bottom: 48px;
  }

  .cncsu-figure {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 8px 16px 0;
  }

  .cncsu-figure__aside {
    position: static;
  }

  .cncsu-figure__photo img {
    height: 300px;
  }

  .cncsu-figure__article {
    padding: 24px 20px 28px;
  }

  .cncsu-figure__lead {
    font-size: 22px;
  }

  .cncsu-figure__pull {
    font-size: 17px;
  }

  .cncsu-missions {
    grid-template-columns: 1fr;
  }

  .cncsu-missions li:nth-child(3) {
    grid-column: auto;
  }
}

.home .cncsu-csu-defs.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #F7F9FC !important;
  background-image:
    radial-gradient(70% 80% at 50% 0%, rgba(16, 112, 184, 0.06), transparent 62%),
    linear-gradient(180deg, #F7F9FC 0%, #EEF3F7 100%);
}

.home .cncsu-csu-defs h2.wp-block-heading {
  color: #0B2E4A !important;
  margin-bottom: 36px;
}

.home .cncsu-csu-defs .wp-block-columns {
  gap: 22px;
  align-items: stretch;
}

.home .cncsu-csu-defs .wp-block-column {
  position: relative;
  z-index: 1;
  overflow: visible;
  text-align: center;
  padding: 40px 22px 36px !important;
  background-color: #fff !important;
  border: 0;
  border-radius: 8px !important;
  box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home .cncsu-csu-defs .wp-block-column::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 70px;
  height: 4px;
  transform: translateX(-50%);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  opacity: 0.2;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.home .cncsu-csu-defs .wp-block-column:nth-child(1)::after {
  background-color: #1070B8;
}

.home .cncsu-csu-defs .wp-block-column:nth-child(2)::after {
  background-color: #0B2E4A;
}

.home .cncsu-csu-defs .wp-block-column:nth-child(3)::after {
  background-color: #C82028;
}

.home .cncsu-csu-defs .wp-block-column:hover {
  z-index: 2;
  transform: scale(1.02);
  box-shadow: 0 12px 40px rgba(14, 16, 48, 0.1);
}

.home .cncsu-csu-defs .wp-block-column:hover::after {
  opacity: 1;
}

.home .cncsu-csu-defs .cncsu-org-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin: 0 0 16px;
  color: #0B2E4A !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.home .cncsu-csu-defs .cncsu-org-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  max-width: 60px;
  padding: 10px;
  margin: 0 auto;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(14, 16, 48, 0.07);
  box-sizing: border-box;
}

.home .cncsu-csu-defs .wp-block-column:nth-child(1) .cncsu-org-logo {
  background-color: rgba(16, 112, 184, 0.1);
}

.home .cncsu-csu-defs .wp-block-column:nth-child(2) .cncsu-org-logo {
  background-color: rgba(11, 46, 74, 0.08);
}

.home .cncsu-csu-defs .wp-block-column:nth-child(3) .cncsu-org-logo {
  background-color: rgba(200, 32, 40, 0.08);
}

.home .cncsu-csu-defs .wp-block-column p {
  margin: 0;
  color: #5a6573;
  font-size: 15px;
  line-height: 1.7;
}

@media (prefers-reduced-motion: reduce) {
  .home .cncsu-csu-defs .wp-block-column,
  .home .cncsu-csu-defs .wp-block-column::after {
    transition: none;
  }

  .home .cncsu-csu-defs .wp-block-column:hover {
    transform: none;
  }
}

.home .cncsu-axes .wp-block-heading.has-text-align-center {
  margin-bottom: 28px;
}

.home .cncsu-axes-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: stretch;
}

.home .cncsu-axes__media {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  min-height: 100%;
  background: #0B2E4A;
}

.home .cncsu-axes__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  display: block;
}

.home .cncsu-axes__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

.home .cncsu-axes__card {
  background: #F3F8FC;
  border-radius: 8px;
  border-top: 4px solid #C82028;
  padding: 16px 18px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home .cncsu-axes__kicker {
  color: #C82028;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  margin: 0 0 6px;
}

.home .cncsu-axes__card h3 {
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 8px;
}

.home .cncsu-axes__card h3 a {
  color: #0B2E4A;
  text-decoration: none;
}

.home .cncsu-axes__card h3 a:hover {
  color: #1070B8;
}

.home .cncsu-axes__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #3a4a58;
}

@media (max-width: 781px) {
  .home .cncsu-axes-layout {
    grid-template-columns: 1fr;
  }

  .home .cncsu-axes__media {
    min-height: 280px;
    max-height: 320px;
  }
}

.home .cncsu-news.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #E7EEF3 !important;
  background-image:
    radial-gradient(80% 70% at 50% 0%, rgba(16, 112, 184, 0.08), transparent 60%),
    linear-gradient(180deg, #E7EEF3 0%, #F4F7FA 100%);
}

.home .cncsu-news h2.wp-block-heading {
  color: #0B2E4A !important;
  margin-bottom: 36px;
}

.home .cncsu-news .wp-block-post-template {
  gap: 24px;
}

.home .cncsu-news .wp-block-post {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(11, 46, 74, 0.1);
  border: 1px solid rgba(11, 46, 74, 0.08);
  padding-bottom: 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home .cncsu-news .wp-block-post-featured-image {
  margin: 0 0 12px;
}

.home .cncsu-news .wp-block-post-featured-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0;
}

.home .cncsu-news .wp-block-post-terms,
.home .cncsu-news .wp-block-post-title,
.home .cncsu-news .wp-block-post-date,
.home .cncsu-news .wp-block-post-excerpt {
  padding-left: 18px;
  padding-right: 18px;
}

.home .cncsu-news .wp-block-post-terms {
  margin: 4px 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home .cncsu-news .wp-block-post-terms a {
  color: #C82028;
  text-decoration: none;
}

.home .cncsu-news .wp-block-post-title {
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}

.home .cncsu-news .wp-block-post-title a {
  color: #0B2E4A;
  text-decoration: none;
}

.home .cncsu-news .wp-block-post-title a:hover {
  color: #1070B8;
}

.home .cncsu-news .wp-block-post-date {
  color: #5a6b78;
  font-size: 13px;
  margin: 0 0 8px;
}

.home .cncsu-news .wp-block-post-excerpt {
  margin: 0;
}

.home .cncsu-news .wp-block-post-excerpt p {
  font-size: 14px;
  line-height: 1.45;
  color: #3a4a58;
  margin: 0 0 8px;
}

.home .cncsu-news .wp-block-post-excerpt__more-link {
  color: #1070B8;
  font-weight: 700;
  font-size: 13px;
}

.home .cncsu-news .wp-block-buttons {
  margin-top: 28px;
}

html body footer#footer,
html body footer#footer.ct-footer,
html body [data-footer] .ct-footer,
html body footer#footer [data-row],
html body footer#footer [data-row] > div {
  background-color: #0B2E4A !important;
  background-image: none !important;
}

html body footer#footer {
  position: relative;
  overflow: visible !important;
}

html body footer#footer::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    to right,
    #1070B8 0%,
    #1070B8 33.333%,
    #C82028 33.333%,
    #C82028 66.666%,
    #F7CA18 66.666%,
    #F7CA18 100%
  );
  z-index: 6;
  pointer-events: none;
}

html body footer#footer [data-row*="bottom"] {
  --theme-border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  --theme-border-bottom: none !important;
}

html body footer#footer,
html body footer#footer .ct-widget,
html body footer#footer .ct-widget p,
html body footer#footer .widget_text,
html body footer#footer .textwidget,
html body footer#footer .widget-title,
html body footer#footer .wp-block-heading,
html body footer#footer .ct-footer-copyright,
html body footer#footer .ees-footer-contact,
html body footer#footer .ees-footer-contact__label,
html body footer#footer .ees-footer-contact__value,
html body footer#footer .ees-footer-contact__icon {
  color: #ffffff !important;
  --theme-text-color: #ffffff !important;
  --theme-heading-color: #ffffff !important;
}

html body footer#footer,
html body footer#footer .ct-widget,
html body footer#footer .ct-widget p,
html body footer#footer .widget_text,
html body footer#footer .textwidget,
html body footer#footer .ct-footer-copyright,
html body footer#footer .ees-footer-contact,
html body footer#footer .ees-footer-contact__label,
html body footer#footer .ees-footer-contact__value,
html body footer#footer .ees-footer-contact__icon,
html body footer#footer .ct-widget a,
html body footer#footer .ct-widget li,
html body footer#footer .ct-widget li a {
  font-weight: 400 !important;
}

footer#footer .widget-title,
footer#footer .wp-block-heading {
  color: #ffffff !important;
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 12px !important;
}

footer#footer .ct-widget {
  margin-bottom: 10px;
}

#footer [data-column="widget-area-1"] .ees-footer-logo {
  display: block;
  margin: 0 0 32px;
  line-height: 0;
  transform: none !important;
}

#footer [data-column="widget-area-1"] .ees-footer-logo:hover {
  transform: none !important;
}

#footer [data-column="widget-area-1"] .ees-footer-logo img {
  display: block;
  height: auto;
  width: auto;
  max-width: 160px;
  max-height: 88px;
  object-fit: contain;
}

#footer [data-column="widget-area-1"] #text-1 {
  margin-top: 0;
  margin-bottom: 16px;
}

#footer [data-column="widget-area-1"] #block-1 .wp-block-heading {
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  margin: 0 0 12px !important;
}

@media (min-width: 1000px) {
  html body footer#footer [data-row="middle"] > .ct-container {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr) minmax(0, 1.05fr) minmax(0, 1.2fr) !important;
    gap: 28px 22px !important;
    align-items: start;
  }
}

.ees-footer-institutions__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

html body footer#footer .ees-footer-institutions__list a {
  display: inline-block;
  color: #ffffff !important;
  font-weight: 400 !important;
  text-decoration: none;
  transform: translateX(0);
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

html body footer#footer .ees-footer-institutions__list a:hover {
  color: #F7CA18 !important;
  transform: translateX(8px);
}

#footer [data-column="widget-area-1"] #text-1 .widget-title {
  display: none !important;
  margin: 0 !important;
}

#footer [data-column="widget-area-1"] #text-1 .textwidget,
#footer [data-column="widget-area-1"] #text-1 .textwidget p {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

footer#footer .ct-widget p,
footer#footer .widget_text,
footer#footer .textwidget,
footer#footer .ct-widget a,
footer#footer .widget_text a,
footer#footer .textwidget a {
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

footer#footer .ct-widget p,
footer#footer .widget_text,
footer#footer .textwidget {
  color: #ffffff;
}

html body footer#footer .ct-widget a,
html body footer#footer .widget_text a,
html body footer#footer .textwidget a,
html body footer#footer .ct-widget li a,
html body footer#footer a.ees-footer-contact__row,
html body footer#footer .ct-footer-copyright a {
  color: #ffffff !important;
  transform: translateX(0);
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

html body footer#footer .textwidget a,
html body footer#footer .widget_text a,
html body footer#footer .ct-widget li a,
html body footer#footer .ct-footer-copyright a {
  display: inline-block;
}

html body footer#footer .ct-widget a:hover,
html body footer#footer .widget_text a:hover,
html body footer#footer .textwidget a:hover,
html body footer#footer .ct-widget li a:hover,
html body footer#footer a.ees-footer-contact__row:hover,
html body footer#footer a.ees-footer-contact__row:hover .ees-footer-contact__label,
html body footer#footer a.ees-footer-contact__row:hover .ees-footer-contact__value,
html body footer#footer .ct-footer-copyright a:hover {
  color: #F7CA18 !important;
}

html body footer#footer .ct-widget a:hover,
html body footer#footer .widget_text a:hover,
html body footer#footer .textwidget a:hover,
html body footer#footer .ct-widget li a:hover,
html body footer#footer a.ees-footer-contact__row:hover,
html body footer#footer .ct-footer-copyright a:hover {
  transform: translateX(8px);
}

html body footer#footer .ct-social-box a,
html body footer#footer .ct-social-box a:hover {
  transform: none !important;
}

footer#footer .ees-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 6px;
}

footer#footer .ees-footer-contact__row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: inherit;
  text-decoration: none !important;
}

footer#footer a.ees-footer-contact__row:hover .ees-footer-contact__value {
  color: #F7CA18;
}

footer#footer .ees-footer-contact__icon {
  flex: 0 0 22px;
  width: 22px;
  color: #ffffff;
  margin-top: 3px;
}

footer#footer .ees-footer-contact__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

footer#footer .ees-footer-contact__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

footer#footer .ees-footer-contact__label {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

footer#footer .ees-footer-contact__value {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

html body footer#footer .ct-socials-block {
  --background-color: #ffffff !important;
  --background-hover-color: #ffffff !important;
  --theme-icon-color: #ffffff !important;
  --theme-icon-hover-color: #ffffff !important;
  margin-top: 4px;
}

html body footer#footer .ct-social-box[data-icons-type*="outline"] .ct-icon-container {
  background: transparent !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}

html body footer#footer .ct-social-box .ct-icon-container svg {
  fill: #ffffff !important;
}

footer#footer .ct-social-box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

footer#footer .ct-social-box a {
  color: #ffffff !important;
}

footer#footer .ct-social-box a[href="#"],
footer#footer .ct-social-box a[href=""] {
  display: none !important;
}

footer#footer .ct-social-box .ct-icon-container {
  color: #ffffff;
}

footer#footer .ct-social-box svg {
  fill: currentColor;
}

footer#footer [data-row="middle"] > div {
  --container-spacing: 22px !important;
  padding: 22px 0 24px !important;
}

footer#footer [data-row="bottom"] > div {
  --container-spacing: 20px !important;
  padding: 20px 0 20px !important;
}

footer#footer [data-row="middle"] .ct-widget:last-child {
  margin-bottom: 0;
}

footer#footer .ct-footer-copyright {
  margin-top: 0;
  padding-top: 0;
  line-height: 1.4;
  color: #ffffff !important;
}

@media (max-width: 999px) {
  .home .ct-footer [data-row="middle"] .ct-container,
  footer#footer [data-row="middle"] .ct-container {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    gap: 28px !important;
  }

  .home .ct-footer [data-column],
  footer#footer [data-column] {
    width: 100% !important;
    max-width: none !important;
  }
}

.ees-partners--home {
  margin: 8px auto 28px;
  max-width: 1140px;
}

.ees-partners-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ees-partner-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 118px;
  padding: 16px 14px;
  background: #fff;
  border: 1px solid rgba(11, 46, 74, 0.1);
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(11, 46, 74, 0.08);
  box-sizing: border-box;
}

.ees-partner-logo-link img,
.ees-partner-logo-wrap img {
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  opacity: 1 !important;
  filter: none !important;
  flex-shrink: 0;
}

.ees-partner-logo-link img {
  max-height: 86px;
}

.ees-partner-logo-link:hover {
  border-color: #1070b8;
}

.ees-partners--page {
  margin-top: 8px;
}

.ees-partners-kicker {
  margin: 28px 0 6px;
  color: #c82028;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ees-partners-heading {
  margin: 0 0 22px;
  color: #0b2e4a;
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.ees-partners-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.ees-partners-grid--two {
  grid-template-columns: 1fr 1fr;
}

.ees-partner-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 0 22px;
  background: #fff;
  border: 1px solid rgba(11, 46, 74, 0.1);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(11, 46, 74, 0.1);
  text-decoration: none;
  scroll-margin-top: 120px;
  overflow: hidden;
  min-width: 0;
}

.ees-partner-card::before {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, #0b2e4a, #1070b8 55%, #f7ca18);
}

.ees-partner-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 148px;
  margin: 16px 18px 4px;
  padding: 16px;
  background: #f4f7fb;
  border-radius: 8px;
  box-sizing: border-box;
}

.ees-partner-logo-wrap img {
  max-height: 112px;
}

.ees-partner-name,
.ees-partner-full {
  padding-left: 20px;
  padding-right: 20px;
}

.ees-partner-name {
  color: #0b2e4a;
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.ees-partner-full {
  color: #3a4a58;
  font-size: 15px;
  line-height: 1.45;
}

.ees-partner-card:hover .ees-partner-name {
  color: #1070b8;
}

.home .cncsu-partners.alignfull {
  background: #ffffff;
}

@media (max-width: 900px) {
  .ees-partners-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .ees-partners-grid,
  .ees-partners-grid--two {
    grid-template-columns: 1fr;
  }

  .ees-partner-logo-wrap {
    min-height: 168px;
    margin: 14px 14px 2px;
  }

  .ees-partner-logo-wrap img {
    max-height: 132px;
    max-width: 92%;
  }

  .ees-partner-logo-link {
    min-height: 112px;
  }

  .ees-partner-logo-link img {
    max-height: 92px;
  }

  .ees-partner-name {
    font-size: 22px;
  }
}

.ees-contact {
  margin-top: 8px;
}

.ees-contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: start;
}

.ees-contact-card,
.ees-contact-form {
  background: #fff;
  border: 1px solid rgba(11, 46, 74, 0.1);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(11, 46, 74, 0.1);
}

.ees-contact-card {
  position: relative;
  padding: 20px 22px 18px;
  margin: 0 0 16px;
  overflow: hidden;
}

.ees-contact-card::before {
  content: "";
  display: block;
  height: 4px;
  margin: -20px -22px 16px;
  background: linear-gradient(90deg, #0b2e4a, #1070b8 55%, #f7ca18);
}

.ees-contact-label {
  margin: 0 0 4px;
  color: #c82028;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ees-contact-card h3 {
  margin: 0 0 10px;
  color: #0b2e4a;
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.ees-contact-card p,
.ees-contact-meta p,
.ees-contact-lead {
  margin: 0 0 8px;
  color: #3a4a58;
  font-size: 15px;
  line-height: 1.5;
}

.ees-contact-card a,
.ees-contact-meta a {
  color: #1070b8;
  text-decoration: none;
  font-weight: 600;
}

.ees-contact-map {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
}

.ees-contact-map-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 4px;
}

.ees-contact--home {
  margin-top: 0;
}

.ees-contact-home-lead {
  max-width: 640px;
  margin: 0 auto 28px;
  text-align: center;
  color: #3a4a58;
  font-size: 16px;
  line-height: 1.55;
}

.ees-contact--home .ees-partners-kicker,
.ees-contact--home .ees-partners-heading {
  text-align: center;
}

.ees-contact-home-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(0, 1.12fr);
  gap: 24px;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.ees-contact-home-info,
.ees-contact-home-map,
.ees-contact-home-map .ees-map-block {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
}

.ees-contact-card--home {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.ees-contact-card--home::before {
  margin: 0;
}

.ees-contact-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px 22px 18px;
}

.ees-contact-card-body .ees-contact-home-actions {
  margin-top: auto;
  padding-top: 18px;
}

.ees-home-write {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: auto;
  background: #c82028;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.ees-home-write:hover,
.ees-home-write:focus {
  background: #9a181e;
  color: #fff !important;
}

.ees-contact-hours {
  margin-top: 4px;
  color: #0b2e4a !important;
  font-weight: 600;
}

.ees-contact-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.ees-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.ees-home-btn--navy {
  background: #0b2e4a;
  color: #fff;
}

.ees-home-btn--navy:hover {
  background: #1070b8;
  color: #fff;
}

.ees-home-btn--outline {
  border: 2px solid #1070b8;
  color: #1070b8;
  background: #fff;
}

.ees-home-btn--outline:hover {
  background: #1070b8;
  color: #fff;
}

.ees-home-btn--gold {
  background: #f7ca18;
  color: #0b2e4a;
}

.ees-home-btn--gold:hover {
  background: #0b2e4a;
  color: #fff;
}

.ees-contact-home-cta {
  margin: 0;
}

.ees-contact--home .ees-aside-cta {
  display: inline-flex;
}

.ees-contact-home-map .ees-map-block,
.ees-contact-home-map .ees-map-block--single {
  margin-top: 0;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ees-contact-home-map .ees-map {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  min-height: 100%;
}

.ees-contact-home-map .ees-map-frame {
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
}

.ees-contact-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 8px 0 22px;
  padding: 16px 18px;
  background: #f4f7fb;
  border-radius: 10px;
}

.ees-contact-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 8px;
}

.ees-contact-socials a {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 2px solid #0b2e4a;
  border-radius: 4px;
  color: #0b2e4a;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.ees-contact-socials a:hover {
  background: #0b2e4a;
  color: #fff;
}

.ees-contact-form {
  padding: 24px 24px 28px;
}

.ees-contact-lead {
  margin: 0 0 20px;
}

.ees-contact .wpforms-container {
  margin: 0;
}

.ees-contact .wpforms-title,
.ees-contact .wpforms-description {
  display: none;
}

.ees-contact .wpforms-field {
  padding: 0 0 14px !important;
}

.ees-contact .wpforms-field-label {
  font-weight: 700 !important;
  color: #0b2e4a !important;
  font-size: 13px !important;
}

.ees-contact .wpforms-field input,
.ees-contact .wpforms-field textarea,
.ees-contact .wpforms-field select {
  border: 1px solid rgba(11, 46, 74, 0.18) !important;
  border-radius: 8px !important;
  background: #f8fafc !important;
  color: #0b2e4a !important;
  min-height: 46px;
  padding: 10px 12px !important;
  box-shadow: none !important;
}

.ees-contact .wpforms-field textarea {
  min-height: 140px;
}

.ees-contact .wpforms-field input:focus,
.ees-contact .wpforms-field textarea:focus {
  border-color: #1070b8 !important;
  background: #fff !important;
  outline: 2px solid rgba(16, 112, 184, 0.18);
}

.ees-contact .wpforms-submit {
  background: #c82028 !important;
  border: 2px solid #c82028 !important;
  border-radius: 4px !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 12px 22px !important;
  min-height: 48px;
}

.ees-contact .wpforms-submit:hover,
.ees-contact .wpforms-submit:focus {
  background: #9a181e !important;
  border-color: #9a181e !important;
}

.ees-form-hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.ees-form-field {
  margin: 0 0 14px;
}

.ees-form-field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  color: #0b2e4a;
  font-size: 13px;
}

.ees-form-field input,
.ees-form-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(11, 46, 74, 0.18);
  border-radius: 8px;
  background: #f8fafc;
  color: #0b2e4a;
  min-height: 46px;
  padding: 10px 12px;
}

.ees-form-field textarea {
  min-height: 140px;
}

.ees-form-field input:focus,
.ees-form-field textarea:focus {
  border-color: #1070b8;
  background: #fff;
  outline: 2px solid rgba(16, 112, 184, 0.18);
}

.ees-form-actions button {
  background: #c82028;
  border: 2px solid #c82028;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  padding: 12px 22px;
  min-height: 48px;
  cursor: pointer;
}

.ees-form-actions button:hover {
  background: #9a181e;
  border-color: #9a181e;
}

.ees-form-ok {
  background: #eef6f0;
  color: #0b2e4a;
  border-radius: 8px;
  padding: 14px 16px;
}

.ees-form-err {
  background: #fdecec;
  color: #9a181e;
  border-radius: 8px;
  padding: 12px 16px;
}

@media (max-width: 900px) {
  .ees-contact-layout,
  .ees-contact-home-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .ees-contact-meta {
    grid-template-columns: 1fr;
  }

  .ees-contact-card--home {
    height: auto;
  }

  .ees-contact-home-map .ees-map-frame {
    min-height: 320px;
    height: 320px;
  }
}

.ees-map-block {
  margin-top: 36px;
}

.home .ees-map-block {
  margin-top: 28px;
}

.home .ees-contact-home-map .ees-map-block {
  margin-top: 0;
}

.home .ees-map-frame {
  height: 380px;
}

.home .ees-contact-home-map .ees-map-frame {
  height: 100%;
  min-height: 0;
}

.ees-map-lead {
  margin: 0 0 18px;
  color: #3a4a58;
  font-size: 15px;
  line-height: 1.5;
}

.ees-map-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ees-map-block--single .ees-map-grid,
.ees-map-block--single .ees-map {
  max-width: 100%;
}

.ees-map {
  margin: 0;
  background: #0b2e4a;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(11, 46, 74, 0.12);
}

.ees-map-frame {
  position: relative;
  height: 320px;
  background: #d9e4ee;
}

.ees-map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ees-map-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4;
}

.ees-map-caption strong {
  display: block;
  color: #f7ca18;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ees-map-caption-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 0 0 auto;
}

.ees-map-btn {
  color: #0b2e4a;
  background: #f7ca18;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 4px;
  white-space: nowrap;
}

.ees-map-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.ees-map-btn:hover,
.ees-map-btn--ghost:hover {
  background: #ffffff;
  color: #0b2e4a;
}

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

  .ees-map-caption {
    flex-direction: column;
    align-items: flex-start;
  }
}

.ees-contact .ees-map-grid {
  grid-template-columns: 1fr;
}

.ees-contact .ees-map-block {
  width: 100%;
}

.home .entry-content > .wp-block-group.alignfull.has-background {
  padding-top: 48px !important;
}

.home .entry-content h2.wp-block-heading {
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif !important;
  font-size: 35px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.home .ees-contact--home .ees-partners-kicker {
  margin-top: 0;
}

/* Home slider: ANICNS-style full-bleed cover, subject on the right */
.home #n2-ss-1 .n2-ss-slide-background,
.home #n2-ss-1 .n2-ss-slide-background-image,
.home #n2-ss-1 .n2-ss-slide-background-image picture {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.home #n2-ss-1 .n2-ss-slide-background-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 78% 42% !important;
}

.home #n2-ss-1 .n2-ss-slide-background-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 24, 48, 0.72) 0%, rgba(11, 46, 74, 0.42) 46%, rgba(16, 70, 184, 0.18) 100%),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent calc(16.666% - 1px),
      rgba(255, 255, 255, 0.055) calc(16.666% - 1px),
      rgba(255, 255, 255, 0.055) 16.666%
    );
}

.home .cncsu-hero {
  overflow: visible !important;
}

.home .cncsu-hero-copy.wp-block-group,
.home .cncsu-hero-copy {
  position: absolute !important;
  top: 58% !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 38vw 0 clamp(24px, 6.5vw, 100px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  z-index: 20 !important;
  transform: none !important;
  pointer-events: none;
  box-sizing: border-box;
}

.home .cncsu-hero-copy > * {
  margin: 0 !important;
  width: min(640px, 100%) !important;
}

.home .cncsu-hero-copy .wp-block-buttons.is-content-justification-center,
.home .cncsu-hero-copy .wp-block-buttons {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  width: min(640px, 100%) !important;
  margin: 0 !important;
  gap: 12px;
  pointer-events: auto;
}

.home .cncsu-hero-copy .wp-block-button,
.home .cncsu-hero-copy .wp-block-button__link {
  display: inline-flex !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Titres slider + boutons plus remarquables */
html body.home #n2-ss-1 h1,
html body.home #n2-ss-1 h1.n2-ss-item-content,
html body.home #n2-ss-1 h1 .n2-ss-text,
html body.home #n2-ss-1 .n2-font-a93e6f0ceed3221bc4d3430f1cf0091e-hover,
html body.home .cncsu-hero h1,
html body.home .cncsu-hero .n2-ss-item-heading h1,
html body.home .cncsu-hero h1 .n2-ss-text {
  font-size: clamp(36px, 3vw, 44px) !important;
  line-height: 1.22 !important;
  font-weight: 700 !important;
}

html body.home .cncsu-hero-copy .wp-block-button .wp-block-button__link,
html body.home .cncsu-hero-copy a.wp-block-button__link {
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
  line-height: 1.3 !important;
  padding: 14px 22px !important;
}

.home #n2-ss-1item1,
.home #n2-ss-1item4,
.home #n2-ss-1item7,
.home #n2-ss-1 .n2-ss-layer .n2-font-07cbfe3f6b66963ed8063f04a6e06c9c-hover {
  display: none !important;
}

.home #n2-ss-1 .n2-ss-layers-container {
  align-items: flex-start !important;
  padding-top: 0 !important;
  padding-left: clamp(24px, 6.5vw, 100px) !important;
  padding-right: clamp(24px, 36vw, 480px) !important;
  box-sizing: border-box;
}

/* Remonte le bloc titre/texte sous le menu, avec air, sans coller aux boutons */
html body.home #n2-ss-1 .n2-ss-section-main-content,
html body.home #n2-ss-1 .n2-ss-layer-content,
html body.home #n2-ss-1 [class*="-inner"].n2-ss-layer-content {
  padding-top: 164px !important;
  padding-bottom: 220px !important;
  justify-content: flex-start !important;
}

html body.home #n2-ss-1 h1,
html body.home #n2-ss-1 h1.n2-ss-item-content,
html body.home .cncsu-hero h1,
html body.home .cncsu-hero .n2-ss-item-heading h1 {
  margin-top: 0 !important;
  margin-bottom: 0.7rem !important;
  max-width: 14.5em !important;
}

html body.home #n2-ss-1 p,
html body.home #n2-ss-1 .n2-ss-item-text,
html body.home .cncsu-hero .n2-ss-item-text {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  max-width: 36em !important;
}

.home #n2-ss-1 .n2-ss-layers-container > .n2-ss-layer {
  display: flex !important;
  justify-content: flex-start !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  text-align: left !important;
}

.home #n2-ss-1 .n2-ss-layers-container > .n2-ss-layer > .n2-ss-layer {
  margin-left: 0 !important;
  margin-right: auto !important;
  width: min(720px, 100%) !important;
  max-width: 720px !important;
  text-align: left !important;
}

.home #n2-ss-1 .n2-ss-layer,
.home #n2-ss-1 .n2-ss-layer h1,
.home #n2-ss-1 .n2-ss-layer p,
.home #n2-ss-1 .n2-ss-layer div,
.home #n2-ss-1 .n2-ss-layer span {
  text-align: left !important;
}

.home #n2-ss-1 .n2-ss-layer [class*="button"],
.home #n2-ss-1 .n2-ss-layer a {
  justify-content: flex-start !important;
}

@media (max-width: 999.98px) {
  .home #n2-ss-1 .n2-ss-slide-background-image img {
    object-position: 70% 40% !important;
  }

  .home #n2-ss-1 .n2-ss-layers-container {
    padding-top: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  html body.home #n2-ss-1 .n2-ss-section-main-content,
  html body.home #n2-ss-1 .n2-ss-layer-content,
  html body.home #n2-ss-1 [class*="-inner"].n2-ss-layer-content {
    padding-top: 120px !important;
    padding-bottom: 180px !important;
  }

  .home .cncsu-hero-copy.wp-block-group,
  .home .cncsu-hero-copy {
    top: 60% !important;
    bottom: auto !important;
    padding: 0 20px !important;
  }

  html body.home #n2-ss-1 h1,
  html body.home #n2-ss-1 h1 .n2-ss-text,
  html body.home .cncsu-hero h1,
  html body.home .cncsu-hero .n2-ss-item-heading h1,
  html body.home .cncsu-hero h1 .n2-ss-text {
    font-size: 28px !important;
  }

  html body.home .cncsu-hero-copy .wp-block-button .wp-block-button__link,
  html body.home .cncsu-hero-copy a.wp-block-button__link {
    font-size: 15px !important;
    padding: 12px 18px !important;
  }
}

body.single-post .entry-content {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.75;
  color: #243140;
}

body.single-post .entry-content > p:first-of-type {
  font-size: 19px;
  line-height: 1.55;
  color: #0B2E4A;
}

body.single-post .entry-content img {
  border-radius: 6px;
}

.ees-article {
  margin: 8px 0 12px;
}

.ees-article .ees-article__hero,
.ees-article figure.wp-block-image {
  margin: 0 0 22px;
}

.ees-article .ees-article__hero img,
.ees-article figure.wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(11, 46, 74, 0.14);
}

.ees-article figcaption {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.45;
  color: #5A6270;
}

.ees-article__meta,
ul.ees-article__meta,
ul.wp-block-list.ees-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.ees-article__meta li,
ul.ees-article__meta li {
  margin: 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: #F4F7FB;
  border: 1px solid rgba(11, 46, 74, 0.08);
  color: #0B2E4A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ees-article__lead {
  margin: 0 0 18px;
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #0B2E4A;
}

.ees-article__body p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.75;
  color: #243140;
}

.ees-article__facts.wp-block-columns,
.ees-article__facts {
  gap: 12px;
  margin: 8px 0 0;
}

.ees-article__facts .wp-block-column {
  padding: 14px 16px;
  background: #0B2E4A;
  color: #ffffff;
  border-radius: 6px;
}

.ees-article__facts .wp-block-column p {
  margin: 0;
  color: #ffffff;
}

.ees-article__facts span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #F7CA18;
  margin-bottom: 6px;
}

.ees-article__facts strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
}

@media (max-width: 781px) {
  .ees-article__lead {
    font-size: 19px;
  }

}

html body:not(.home) .hero-section[data-type="type-2"] .page-title,
html body:not(.home) .hero-section[data-type="type-2"] .page-title .ct-title-label {
  color: #ffffff;
}

html body.post-type-archive-tribe_events .hero-section[data-type="type-2"] .ct-title-label {
  display: none;
}

html body:not(.home) .hero-section[data-type="type-2"] .entry-header {
  text-align: center;
}

html body:not(.home) .hero-section[data-type="type-2"] .page-description {
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.5;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

html body.post-type-archive-tribe_events .tribe-events-header__title,
html body.post-type-archive-tribe_events .tribe-events-header h1.tribe-common-h1 {
  display: none !important;
}

html body.post-type-archive-tribe_events [data-sidebar="right"] > section,
html body.post-type-archive-tribe_events [data-sidebar="right"] > article {
  min-width: 0;
}

html body.post-type-archive-tribe_events #main > .ct-container-full[data-sidebar],
html body.post-type-archive-tribe_events #main > .ct-container[data-sidebar] {
  max-width: var(--theme-container-width, 1290px);
  width: min(1290px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

html body.post-type-archive-tribe_events #main .tribe-common-l-container {
  max-width: 100% !important;
}

html body.post-type-archive-tribe_events #main #tribe-events,
html body.post-type-archive-tribe_events #main .tribe-events-l-container {
  padding: 8px 12px 48px 8px !important;
  box-sizing: border-box;
}

.page-id-89 .wp-block-query-pagination,
html body.post-type-archive-tribe_events .tribe-events-header .tribe-events-c-nav,
html body.post-type-archive-tribe_events .tribe-events-footer .tribe-events-c-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 28px 0 8px;
}

.page-id-89 .wp-block-query-pagination a,
.page-id-89 .wp-block-query-pagination .page-numbers,
html body.post-type-archive-tribe_events .tribe-events-c-nav__list-item a,
html body.post-type-archive-tribe_events .tribe-events-c-nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 44px;
  min-height: 44px;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #0B2E4A !important;
  background: #ffffff !important;
  color: #0B2E4A !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: none;
}

html body.post-type-archive-tribe_events .tribe-events-c-nav__prev-label,
html body.post-type-archive-tribe_events .tribe-events-c-nav__next-label {
  color: #0B2E4A !important;
}

html body.post-type-archive-tribe_events .tribe-events-c-nav svg,
html body.post-type-archive-tribe_events .tribe-events-c-nav svg path {
  fill: #0B2E4A !important;
}

html body.post-type-archive-tribe_events .tribe-events-c-nav button:hover:not(:disabled) {
  background: #0B2E4A !important;
  color: #ffffff !important;
}

html body.post-type-archive-tribe_events .tribe-events-c-nav button:hover:not(:disabled) svg,
html body.post-type-archive-tribe_events .tribe-events-c-nav button:hover:not(:disabled) svg path {
  fill: #ffffff !important;
}

.page-id-89 .wp-block-query-pagination .page-numbers.current,
html body.post-type-archive-tribe_events .tribe-events-c-nav button:disabled {
  background: #EEF3F7 !important;
  border-color: #C5D0DC !important;
  color: #4A5560 !important;
  opacity: 1;
  cursor: default;
}

html body.post-type-archive-tribe_events .tribe-events-c-nav button:disabled svg,
html body.post-type-archive-tribe_events .tribe-events-c-nav button:disabled svg path {
  fill: #4A5560 !important;
}

html body.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__button,
html body.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__button-text,
html body.post-type-archive-tribe_events .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
  color: #111111 !important;
}

html body.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__button svg,
html body.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__button svg path {
  fill: #111111 !important;
}

.cncsu-legal {
  background: #0B2E4A;
  color: #fff;
  padding: 56px 24px 64px;
}

.cncsu-legal__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.cncsu-legal__kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #F7CA18;
}

.cncsu-legal h2 {
  margin: 0 0 16px;
  color: #fff !important;
  font-size: clamp(26px, 3.2vw, 36px);
  line-height: 1.2;
}

.cncsu-legal__lead {
  margin: 0 0 32px;
  max-width: 46rem;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.cncsu-legal__missions {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.cncsu-legal__missions li {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 18px 16px 16px;
}

.cncsu-legal__missions span {
  display: block;
  color: #F7CA18;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.cncsu-legal__missions strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.cncsu-legal__missions p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.cncsu-legal__organs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 28px;
}

.cncsu-legal__organ {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  color: #0B2E4A;
  border-radius: 8px;
  padding: 22px 22px 20px;
}

.cncsu-legal__organ > span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C82028;
  margin-bottom: 8px;
}

.cncsu-legal__organ h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #0B2E4A;
}

.cncsu-legal__organ p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #5b6775;
}

.cncsu-legal__pdf {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #C82028;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 18px;
  border-radius: 4px;
}

.cncsu-legal__pdf:hover {
  background: #a81b22;
}

.cncsu-doc {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 18px;
  background: #fff;
  border: 1px solid rgba(11, 46, 74, 0.1);
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 24px rgba(11, 46, 74, 0.06);
}

.cncsu-doc__type {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 6px;
  background: #C82028;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cncsu-doc__body {
  flex: 1 1 auto;
  min-width: 0;
}

.cncsu-doc__body strong {
  display: block;
  color: #0B2E4A;
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 4px;
}

.cncsu-doc__body span {
  display: block;
  color: #5b6775;
  font-size: 13px;
  line-height: 1.4;
}

.cncsu-doc__action {
  flex: 0 0 auto;
  color: #1070B8;
  font-size: 13px;
  font-weight: 700;
}

.cncsu-organs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 24px 0;
}

.cncsu-organs article {
  background: #fff;
  border-radius: 8px;
  padding: 22px;
  border: 1px solid rgba(11, 46, 74, 0.1);
}

.cncsu-organs h3 {
  margin: 0 0 10px;
  color: #0B2E4A;
  font-size: 20px;
}

.cncsu-organs p,
.cncsu-organs li {
  color: #4a5560;
  font-size: 14px;
  line-height: 1.5;
}

.cncsu-organs ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

@media (max-width: 900px) {
  .cncsu-legal__missions,
  .cncsu-legal__organs,
  .cncsu-organs {
    grid-template-columns: 1fr;
  }
}

.cncsu-plan-axes {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 28px 0 8px;
}

.cncsu-plan-axis {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(11, 46, 74, 0.1);
  box-shadow: 0 8px 22px rgba(11, 46, 74, 0.06);
}

.cncsu-plan-axis__num {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 22px 8px 16px;
  background: #0B2E4A;
  color: #F7CA18;
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
}

.cncsu-plan-axis:nth-child(2) .cncsu-plan-axis__num {
  background: #1070B8;
  color: #ffffff;
}

.cncsu-plan-axis:nth-child(3) .cncsu-plan-axis__num {
  background: #F7CA18;
  color: #0B2E4A;
}

.cncsu-plan-axis:nth-child(4) .cncsu-plan-axis__num {
  background: #C82028;
  color: #ffffff;
}

.cncsu-plan-axis__body {
  padding: 20px 22px 18px;
}

.cncsu-plan-axis__kicker {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C82028;
}

.cncsu-plan-axis__body h3 {
  margin: 0 0 10px;
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #0B2E4A;
}

.cncsu-plan-axis__body p,
.cncsu-plan-axis__body li {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.55;
  color: #4a5560;
}

.cncsu-plan-axis__body ul {
  margin: 0 0 12px;
  padding-left: 18px;
}

.cncsu-plan-axis__link {
  display: inline-block;
  margin-top: 4px;
  color: #1070B8;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.cncsu-plan-axis__link:hover {
  color: #0B2E4A;
}

@media (max-width: 700px) {
  .cncsu-plan-axis {
    grid-template-columns: 1fr;
  }

  .cncsu-plan-axis__num {
    justify-content: flex-start;
    padding: 12px 22px;
    font-size: 22px;
  }
}

body.page-id-593 .wp-block-button.is-style-outline .wp-block-button__link,
body.page-id-990 .wp-block-button.is-style-outline .wp-block-button__link {
  color: #111111 !important;
}

body:not(.home) .cncsu-content-title {
  margin: 0 0 28px;
  padding: 0 0 18px;
  border-bottom: 3px solid #F7CA18;
}

body:not(.home) .cncsu-content-title__kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C82028;
}

body:not(.home) .cncsu-content-title__heading {
  margin: 0;
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif;
  font-size: clamp(28px, 3.1vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  color: #0B2E4A;
}

body:not(.home) .cncsu-figure-page > .cncsu-content-title {
  max-width: 1180px;
  width: 100%;
  margin: 16px auto 20px;
  padding: 0 24px 18px;
  box-sizing: border-box;
}

body.post-type-archive-tribe_events .tribe-events-header__content-title {
  margin: 0 0 22px;
  padding: 0 0 16px;
  border-bottom: 3px solid #F7CA18;
}

body.post-type-archive-tribe_events .tribe-events-header__content-title h1,
body.post-type-archive-tribe_events .tribe-events-header__content-title h2 {
  margin: 0;
  font-family: "Myriad Pro", "Source Sans 3", Arial, sans-serif;
  font-size: clamp(28px, 3.1vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  color: #0B2E4A;
}
