/*
Theme Name: Recycling Doha 2026
Author: Xpert Solutions Team
Author URI: https://www.xpertsolutions.qa/
Description: A theme for the Recycling Doha 2026 event
Version: 1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --mom_teal_dark: #1c3843;
  --mom_teal_deep: #013847;
  --mom_teal_mid: #175362;
  --mom_mint: #b8ebe1;
  --mom_white: #ffffff;
  --mom_header_height: 176px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #006f80;
  color: var(--mom_white);
  font-family: "Lusail", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.home {
  --home_hero_video_scale: 1.012;
  --home_hero_video_y: 0px;
  --home_hero_content_y: 0px;
  --home_hero_layer_y: 0px;
  --home_hero_layer_shift: 0px;
  --home_hero_layer_shift_reverse: 0px;
  --home_hero_layer_shift_soft: 0px;
  --home_hero_layer_shift_lines: 0px;
  --home_hero_layer_opacity: 1;
  --home_hero_shade_opacity: 1;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid;
  outline-color: goldenrod;
  outline-offset: 3px;
  border-radius: 3px;
}

.section_main_title {
  font-size: clamp(28px, 3vw, 44px) !important;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.18;
  text-transform: uppercase;
}

.site_skip_link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--mom_teal_dark);
  color: var(--mom_white);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.site_skip_link:focus {
  transform: translateY(0);
}

.rts_scroll_reveal {
  opacity: 0;
  filter: blur(7px);
  transform: translate3d(0, 34px, 0);
  transition:
    opacity 820ms ease,
    filter 900ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--rts_reveal_delay, 0ms);
  will-change: opacity, filter, transform;
}

.rts_scroll_reveal--left {
  transform: translate3d(-34px, 18px, 0);
}

.rts_scroll_reveal--right {
  transform: translate3d(34px, 18px, 0);
}

.rts_scroll_reveal--scale {
  transform: translate3d(0, 22px, 0) scale(0.96);
}

.rts_scroll_reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

/** 
 * Bootstrap Class Overrides
 ***/
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1580px;
  }
}

/* ======================================== Header ======================================== */
.site__header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 0 0;
  color: var(--mom_teal_dark);
  animation: site_header_arrive 780ms 120ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.admin-bar .site__header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .site__header {
    top: 46px;
  }
}

.site__header__inner {
  transition: all 0.3s ease-in-out;
}

.site__header.is_sticky .site__header__inner {
  transform: translateY(-55px);
  background: #3fae98;
}

.site__header .site__header__topbar {
  display: block;
  min-height: 40px;
  padding: 10px 0;
  opacity: 1;
}
.site__header.is_sticky .site__header__topbar {
  opacity: 0;
}
.site__header .site__header__topbar_container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(28px, 5vw, 86px);
}

.site__header .site__header__countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  min-width: 390px;
  color: rgba(28, 56, 67, 0.84);
  font-size: clamp(20px, 1.9vw, 30px);
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-inline-end: auto;
  animation: site_countdown_arrive 840ms 320ms cubic-bezier(0.16, 1, 0.3, 1)
    both;
}

.site__header .site__header__countdown.is-active strong {
  text-shadow:
    0 0 18px rgba(184, 235, 225, 0.4),
    0 12px 28px rgba(0, 43, 56, 0.18);
}

body:not(.home) .site__header .site__header__countdown {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 10px 30px rgba(0, 39, 50, 0.42);
}

.site__header .site__header__countdown_item {
  position: relative;
  display: inline-flex;
  align-items: center;
  animation: site_countdown_pulse 3.8s ease-in-out infinite;
  animation-delay: calc(520ms + var(--site_countdown_delay, 0ms));
}
[dir="rtl"] .site__header .site__header__countdown_item {
  font-size: 80%;
}

.site__header .site__header__countdown_item:nth-child(1) {
  --site_countdown_delay: 0ms;
}

.site__header .site__header__countdown_item:nth-child(2) {
  --site_countdown_delay: 110ms;
}

.site__header .site__header__countdown_item:nth-child(3) {
  --site_countdown_delay: 220ms;
}

.site__header .site__header__countdown_item:nth-child(4) {
  --site_countdown_delay: 330ms;
}

.site__header .site__header__countdown_item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 25px;
  margin-inline-start: 20px;
  background: rgba(28, 56, 67, 0.42);
}

body:not(.home)
  .site__header
  .site__header__countdown_item:not(:last-child)::after {
  background: rgba(255, 255, 255, 0.34);
}

.site__header .site__header__quicknav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site__header .site__header__quick_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  min-height: 38px;
  padding: 10px 24px;
  border: 1px solid rgba(28, 56, 67, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--mom_teal_dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.site__header .site__header__quick_link:hover {
  transform: translateY(-2px);
  background: var(--mom_teal_dark);
  color: var(--mom_white);
  box-shadow: 0 12px 30px rgba(28, 56, 67, 0.24);
}

.site__header .site__header__quick_link--dark {
  background: var(--mom_teal_dark);
  color: var(--mom_white);
}

.site__header .site__header__quick_link--dark:hover {
  background: var(--mom_white);
  color: var(--mom_teal_dark);
}

.site__header .site__header__navwrap {
  padding: 10px 0;
}
.site__header.is_sticky .site__header__navwrap {
  background: rgba(0, 129, 128, 0.2);
  box-shadow: 0 20px 60px rgba(0, 40, 50, 0.16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site__header .site__header__navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 99px;
  padding: 15px 42px;
  padding-block: 10px;
  border: 1px solid rgba(28, 56, 67, 0.24);
  border-radius: 999px;
  /*background: rgba(191, 238, 226, 0.7);*/
  background: white;
  box-shadow: 0 22px 45px rgba(8, 59, 67, 0.18);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  animation: site_navbar_arrive 860ms 220ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.site__header .site__header__brand {
  display: inline-flex;
  align-items: center;
  width: clamp(170px, 15vw, 242px);
  max-height: 72px;
  animation: site_header_item_arrive 760ms 440ms cubic-bezier(0.16, 1, 0.3, 1)
    both;
  transition:
    transform 220ms ease,
    opacity 220ms ease;
}

.site__header .site__header__brand:hover {
  transform: scale(1.025);
  opacity: 0.88;
}

.site__header .site__header__brand img {
  display: block;
  width: 100%;
  max-height: 72px;
  height: auto;
  object-fit: contain;
}

.site__header .site__header__menu {
  min-width: 0;
  animation: site_header_item_arrive 760ms 520ms cubic-bezier(0.16, 1, 0.3, 1)
    both;
}

.site__header .site__header__menu_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.3vw, 46px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.site__header .site__header__menu li {
  position: relative;
  list-style: none;
}

.site__header .site__header__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex: 0 0 auto;
  animation: site_header_item_arrive 760ms 620ms cubic-bezier(0.16, 1, 0.3, 1)
    both;
}

.site__header .site__header__nav_link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  color: rgba(28, 56, 67, 0.74);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transition: color 220ms ease;
}

.site__header .site__header__nav_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.site__header .site__header__nav_link:hover {
  color: var(--mom_teal_dark);
}

.site__header .site__header__nav_link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site__header .menu-item-has-children > .site__header__nav_link {
  padding-right: 18px;
}

.site__header .menu-item-has-children > .site__header__nav_link::before {
  content: "\f107";
  position: absolute;
  right: 0;
  top: 50%;
  color: currentColor;
  font-family: "Font Awesome 6 Pro";
  font-size: 11px;
  font-weight: 900;
  opacity: 0.72;
  transform: translateY(-50%);
  transition: transform 220ms ease;
}

.site__header .menu-item-has-children:hover > .site__header__nav_link::before,
.site__header
  .menu-item-has-children:focus-within
  > .site__header__nav_link::before,
.site__header
  .menu-item-has-children.is-submenu-open
  > .site__header__nav_link::before {
  transform: translateY(-50%) rotate(180deg);
}

.site__header .sub-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  z-index: 40;
  display: grid;
  min-width: 250px;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(28, 56, 67, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.96),
      rgba(213, 246, 238, 0.92)
    ),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 26px 70px rgba(0, 46, 58, 0.22);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-50%, -8px, 0) scale(0.98);
  transform-origin: top center;
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.site__header .sub-menu::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  border-top: 1px solid rgba(28, 56, 67, 0.12);
  border-left: 1px solid rgba(28, 56, 67, 0.12);
  background: rgba(255, 255, 255, 0.94);
  transform: translateX(-50%) rotate(45deg);
}

.site__header .sub-menu::after {
  content: "";
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  height: 18px;
}

.site__header .menu-item-has-children:hover > .sub-menu,
.site__header .menu-item-has-children:focus-within > .sub-menu,
.site__header .menu-item-has-children.is-submenu-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-50%, 0, 0) scale(1);
}

.site__header .sub-menu .menu-item-has-children:hover > .sub-menu,
.site__header .sub-menu .menu-item-has-children:focus-within > .sub-menu,
.site__header .sub-menu .menu-item-has-children.is-submenu-open > .sub-menu {
  transform: translate3d(0, 0, 0) scale(1);
}

.site__header .sub-menu li {
  min-width: 0;
}

.site__header .sub-menu .site__header__nav_link {
  display: flex;
  justify-content: space-between;
  min-height: 44px;
  padding: 13px 42px 13px 14px;
  border-radius: 12px;
  color: rgba(28, 56, 67, 0.78);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.site__header .sub-menu .site__header__nav_link::after {
  display: none;
}

.site__header .sub-menu .site__header__nav_link:hover,
.site__header .sub-menu .site__header__nav_link:focus-visible {
  background: rgba(0, 139, 145, 0.1);
  color: var(--mom_teal_deep);
  transform: translateX(3px);
}

.site__header
  .sub-menu
  .menu-item-has-children
  > .site__header__nav_link::before {
  content: "\f105";
  right: 14px;
}

.site__header
  .sub-menu
  .menu-item-has-children:hover
  > .site__header__nav_link::before,
.site__header
  .sub-menu
  .menu-item-has-children:focus-within
  > .site__header__nav_link::before,
.site__header
  .sub-menu
  .menu-item-has-children.is-submenu-open
  > .site__header__nav_link::before {
  transform: translateY(-50%) translateX(3px);
}

.site__header .sub-menu .sub-menu {
  top: -12px;
  left: calc(100% + 14px);
  transform: translate3d(-8px, 0, 0) scale(0.98);
  transform-origin: left top;
}

.site__header .sub-menu .sub-menu::before {
  left: -7px;
  top: 26px;
  transform: rotate(-45deg);
}

.site__header .sub-menu .sub-menu::after {
  top: 0;
  right: auto;
  bottom: 0;
  left: -14px;
  width: 14px;
  height: auto;
}

.site__header__submenu_toggle {
  display: none;
}

.rts_page--rtl .site__header .menu-item-has-children > .site__header__nav_link {
  padding-right: 0;
  padding-left: 18px;
}

.rts_page--rtl
  .site__header
  .menu-item-has-children
  > .site__header__nav_link::before {
  right: auto;
  left: 0;
}

.rts_page--rtl .site__header .sub-menu .site__header__nav_link {
  padding-right: 14px;
  padding-left: 42px;
}

.rts_page--rtl .site__header .sub-menu .site__header__nav_link:hover,
.rts_page--rtl .site__header .sub-menu .site__header__nav_link:focus-visible {
  transform: translateX(-3px);
}

.rts_page--rtl
  .site__header
  .sub-menu
  .menu-item-has-children
  > .site__header__nav_link::before {
  content: "\f104";
  right: auto;
  left: 14px;
}

.rts_page--rtl
  .site__header
  .sub-menu
  .menu-item-has-children:hover
  > .site__header__nav_link::before,
.rts_page--rtl
  .site__header
  .sub-menu
  .menu-item-has-children:focus-within
  > .site__header__nav_link::before,
.rts_page--rtl
  .site__header
  .sub-menu
  .menu-item-has-children.is-submenu-open
  > .site__header__nav_link::before {
  transform: translateY(-50%) translateX(-3px);
}

.rts_page--rtl .site__header .sub-menu .sub-menu {
  right: calc(100% + 14px);
  left: auto;
  transform: translate3d(8px, 0, 0) scale(0.98);
  transform-origin: right top;
}

.rts_page--rtl .site__header .sub-menu .sub-menu::before {
  right: -7px;
  left: auto;
  transform: rotate(135deg);
}

.rts_page--rtl .site__header .sub-menu .sub-menu::after {
  right: -14px;
  left: auto;
}

.site__header .site__header__language {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
  min-height: 42px;
  padding: 8px 22px;
  border: 1px solid rgba(28, 56, 67, 0.8);
  border-radius: 999px;
  color: rgba(28, 56, 67, 0.58);
  font-size: 15px;
  font-weight: 700;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    color 220ms ease;
}

.site__header .site__header__language:hover {
  transform: translateY(-2px);
  background: var(--mom_teal_dark);
  color: var(--mom_white);
}
.site__header__language[lang="ar"] {
}

.site__header .site__header__toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(28, 56, 67, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  color: var(--mom_teal_dark);
  transition:
    transform 220ms ease,
    background-color 220ms ease;
}

.site__header .site__header__toggle:hover {
  transform: translateY(-2px);
  background: var(--mom_white);
}

@keyframes site_header_arrive {
  from {
    opacity: 0;
    transform: translate3d(0, -22px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes site_navbar_arrive {
  from {
    opacity: 0;
    transform: translate3d(0, -18px, 0) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes site_header_item_arrive {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes site_countdown_arrive {
  from {
    opacity: 0;
    letter-spacing: 0.12em;
    transform: translate3d(0, -10px, 0);
  }

  to {
    opacity: 1;
    letter-spacing: 0.03em;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes site_countdown_pulse {
  0%,
  100% {
    opacity: 0.82;
    transform: translate3d(0, 0, 0);
  }

  46% {
    opacity: 1;
    transform: translate3d(0, -1px, 0);
  }
}

/* ======================================== Hero ======================================== */
.home_hero {
  position: relative;
  min-height: 928px;
  overflow: hidden;
  background: #008f85;
  isolation: isolate;
}

.home_hero .home_hero__slider,
.home_hero .home_hero__wrapper,
.home_hero .home_hero__slide {
  min-height: inherit;
}

.home_hero .home_hero__slide {
  position: relative;
  display: flex;
  align-items: stretch;
  background: #008f85 url("../images/hero-sec.jpg") center / cover no-repeat;
}

.home_hero .home_hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transform: translate3d(0, var(--home_hero_video_y), 0)
    scale(var(--home_hero_video_scale));

  transition:
    filter 700ms ease,
    transform 800ms ease;

  will-change: transform;

  pointer-events: none;
}

.home_hero .home_hero__video.is_background_video_pending,
.about_conference .about_conference__video.is_background_video_pending {
  opacity: 0;
  visibility: hidden;
}

.home_hero .home_hero__video.is_background_video_playing,
.about_conference .about_conference__video.is_background_video_playing {
  opacity: 1;
  visibility: visible;
}

.home_hero .home_hero__video::-webkit-media-controls {
  display: none !important;
}

.home_hero .home_hero__video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

[dir="rtl"] .home_hero .home_hero__video {
  transform: translate3d(0, var(--home_hero_video_y), 0) scaleX(-1);
}

.home_hero:hover .home_hero__video {
  filter: saturate(1.08) contrast(1.04);
}

.home_hero .home_hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(0, 70, 83, 0.72) 0%,
      rgba(0, 117, 116, 0.44) 41%,
      rgba(0, 174, 134, 0.12) 78%
    ),
    linear-gradient(
      180deg,
      rgba(63, 210, 170, 0.48) 0%,
      rgba(0, 138, 143, 0.16) 43%,
      rgba(0, 91, 119, 0.78) 100%
    );
  opacity: var(--home_hero_shade_opacity);
  pointer-events: none;
  transition: opacity 320ms ease;
}

.home_hero .home_hero__motion_layers {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  opacity: var(--home_hero_layer_opacity);
  pointer-events: none;
  transform: translate3d(0, var(--home_hero_layer_y), 0);
  transition: opacity 280ms ease;
}

.home_hero .home_hero__motion_layer {
  position: absolute;
  display: block;
  pointer-events: none;
  will-change: transform, opacity;
}

.home_hero .home_hero__motion_layer--recycle {
  right: clamp(70px, 10vw, 178px);
  top: clamp(210px, 23vw, 330px);
  width: clamp(250px, 29vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(184, 235, 225, 0.18);
  border-radius: 50%;
  background:
    url("../images/recycle-icon.svg") center / 42% no-repeat,
    radial-gradient(
      circle at 50% 50%,
      rgba(184, 235, 225, 0.11),
      rgba(1, 162, 144, 0.06) 42%,
      transparent 68%
    );
  filter: drop-shadow(0 34px 60px rgba(0, 41, 56, 0.2));
  opacity: 0.5;
  transform: translate3d(var(--home_hero_layer_shift), 0, 0) rotate(0deg);
  animation: home_hero_recycle_drift 18s ease-in-out infinite;
}

.home_hero .home_hero__motion_layer--rings {
  right: clamp(-80px, -5vw, -28px);
  top: clamp(160px, 18vw, 270px);
  width: clamp(420px, 44vw, 740px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-radial-gradient(
    circle,
    rgba(255, 255, 255, 0.16) 0 1px,
    transparent 1px 54px
  );
  opacity: 0.32;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 34%,
    #000 78%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 34%,
    #000 78%,
    transparent 100%
  );
  transform: translate3d(var(--home_hero_layer_shift_reverse), 0, 0);
  animation: home_hero_rings_pulse 12s ease-in-out infinite;
}

.home_hero .home_hero__motion_layer--lines {
  left: -12%;
  bottom: 16%;
  width: 68%;
  height: 28%;
  background: repeating-linear-gradient(
    115deg,
    transparent 0 34px,
    rgba(184, 235, 225, 0.18) 35px 36px,
    transparent 37px 76px
  );
  opacity: 0.34;
  transform: translate3d(var(--home_hero_layer_shift_lines), 0, 0) skewX(-8deg);
  animation: home_hero_line_flow 10s linear infinite;
}

.home_hero .home_hero__motion_layer--horizon {
  left: 0;
  right: 0;
  bottom: 128px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.62),
    rgba(184, 235, 225, 0.26),
    transparent
  );
  opacity: 0.48;
  transform: translate3d(var(--home_hero_layer_shift_soft), 0, 0);
  animation: home_hero_horizon_scan 8s ease-in-out infinite;
}

.home_hero .home_hero__container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 804px;
  padding-top: 250px;
  transform: translate3d(0, var(--home_hero_content_y), 0);
  transition: transform 260ms ease-out;
  will-change: transform;
}

.home_hero .home_hero__content {
  position: relative;
  width: min(780px, 56vw);
  padding-top: 0;
}

.home_hero .home_hero__content::before {
  content: "";
  position: absolute;
  left: -26px;
  top: -28px;
  width: 1px;
  height: 0;
  background: linear-gradient(
    180deg,
    rgba(184, 235, 225, 0),
    rgba(184, 235, 225, 0.86),
    rgba(255, 255, 255, 0.12)
  );
  animation: home_hero_caption_rule 860ms 720ms cubic-bezier(0.16, 1, 0.3, 1)
    both;
}
[dir="rtl"] .home_hero .home_hero__content::before {
  left: inherit;
  right: -26px;
}

.home_hero .home_hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 34px;
  padding: 0;
  margin: 0 0 22px;
  list-style: none;
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  font-weight: 400;
  animation: home_hero_caption_arrive 820ms 180ms cubic-bezier(0.16, 1, 0.3, 1)
    both;
}

.home_hero .home_hero__meta li {
  position: relative;
  animation: home_hero_meta_item_arrive 780ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.home_hero .home_hero__meta li:nth-child(1) {
  animation-delay: 260ms;
}

.home_hero .home_hero__meta li:nth-child(2) {
  animation-delay: 360ms;
}

.home_hero .home_hero__meta li:nth-child(3) {
  animation-delay: 460ms;
}

.home_hero .home_hero__title {
  position: relative;
  max-width: 760px;
  margin: 0;
  color: var(--mom_white);
  font-size: clamp(56px, 5.7vw, 74px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 0 22px 54px rgba(0, 35, 52, 0.28);
  animation: home_hero_title_arrive 980ms 420ms cubic-bezier(0.16, 1, 0.3, 1)
    both;
}

.home_hero .home_hero__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: min(235px, 42%);
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.95),
    rgba(184, 235, 225, 0.16)
  );
  transform-origin: left center;
  animation: home_hero_title_line 840ms 880ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
[dir="rtl"] .home_hero .home_hero__title::after {
  right: 0;
  left: inherit;
  transform-origin: right center;
  background: linear-gradient(
    90deg,
    rgba(184, 235, 225, 0.16),
    rgba(255, 255, 255, 0.95)
  );
}

.home_hero .home_hero__text {
  max-width: 725px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.98);
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 400;
  line-height: 1.48;
  animation: home_hero_caption_arrive 920ms 640ms cubic-bezier(0.16, 1, 0.3, 1)
    both;
}

.home_hero .home_hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 62px;
  animation: home_hero_caption_arrive 900ms 780ms cubic-bezier(0.16, 1, 0.3, 1)
    both;
}

.home_hero .home_hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 214px;
  min-height: 60px;
  padding: 18px 34px;
  border: 1px solid var(--mom_white);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  transition:
    transform 240ms ease,
    background-color 240ms ease,
    color 240ms ease,
    box-shadow 240ms ease;
}

.home_hero .home_hero__btn--light {
  background: var(--mom_white);
  color: var(--mom_teal_dark);
}

.home_hero .home_hero__btn--outline {
  background: rgba(255, 255, 255, 0.02);
  color: var(--mom_white);
}

.home_hero .home_hero__btn:hover {
  transform: translateY(-4px) scale(1.015);
  box-shadow: 0 18px 32px rgba(0, 35, 44, 0.22);
}

.home_hero .home_hero__btn--light:hover {
  background: var(--mom_teal_dark);
  border-color: var(--mom_teal_dark);
  color: var(--mom_white);
}

.home_hero .home_hero__btn--outline:hover {
  background: var(--mom_white);
  color: var(--mom_teal_dark);
}

@keyframes home_hero_caption_arrive {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(0, 24px, 0);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes home_hero_meta_item_arrive {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes home_hero_title_arrive {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(0, 32px, 0) scale(0.985);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes home_hero_title_line {
  from {
    opacity: 0;
    transform: scaleX(0);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes home_hero_caption_rule {
  from {
    opacity: 0;
    height: 0;
  }

  to {
    opacity: 1;
    height: 168px;
  }
}

@keyframes home_hero_recycle_drift {
  0%,
  100% {
    opacity: 0.42;
    transform: translate3d(var(--home_hero_layer_shift), 0, 0) rotate(-5deg)
      scale(0.96);
  }

  50% {
    opacity: 0.62;
    transform: translate3d(calc(var(--home_hero_layer_shift) + 18px), -18px, 0)
      rotate(5deg) scale(1.04);
  }
}

@keyframes home_hero_rings_pulse {
  0%,
  100% {
    opacity: 0.22;
    transform: translate3d(var(--home_hero_layer_shift_reverse), 0, 0)
      scale(0.96);
  }

  50% {
    opacity: 0.38;
    transform: translate3d(var(--home_hero_layer_shift_reverse), -12px, 0)
      scale(1.03);
  }
}

@keyframes home_hero_line_flow {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 164px 0;
  }
}

@keyframes home_hero_horizon_scan {
  0%,
  100% {
    opacity: 0.26;
    transform: translate3d(var(--home_hero_layer_shift_soft), 0, 0) scaleX(0.72);
  }

  50% {
    opacity: 0.58;
    transform: translate3d(var(--home_hero_layer_shift_soft), 0, 0) scaleX(1);
  }
}

/** Help Chatbot **/
.help_chatbot {
  position: fixed;
  right: 30px;
  bottom: 70px;
  z-index: 1000;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: var(--mom_white);
  text-align: center;
  text-transform: uppercase;
  transition:
    transform 260ms ease,
    filter 260ms ease;
}
[dir="rtl"] .help_chatbot {
  right: inherit;
  left: 30px;
}

.help_chatbot:hover {
  transform: rotate(-12deg) translateY(-5px);
  filter: drop-shadow(0 16px 24px rgba(0, 40, 50, 0.22));
}

.help_chatbot_label {
  display: block;
  width: 112px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.help_chatbot_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 98px;
  border: 8px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: #ffffff;
  overflow: hidden;
}

.help_chatbot_icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.help_chatbot:hover img {
  transform: scale(1.08);
}

.home_counter {
  position: relative;
  margin-top: -125px;
  z-index: 3;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(
    180deg,
    rgba(0, 105, 126, 0.82),
    rgba(0, 83, 113, 0.96)
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: home_counter_arrive 760ms 840ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.home_counter .home_counter__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 125px;
}

.home_counter .home_counter__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 22px 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--mom_white);
  animation: home_counter_item_arrive 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(980ms + var(--home_counter_delay, 0ms));
  transition:
    background-color 220ms ease,
    transform 220ms ease;
}

.home_counter .home_counter__item:nth-child(1) {
  --home_counter_delay: 0ms;
}

.home_counter .home_counter__item:nth-child(2) {
  --home_counter_delay: 80ms;
}

.home_counter .home_counter__item:nth-child(3) {
  --home_counter_delay: 160ms;
}

.home_counter .home_counter__item:nth-child(4) {
  --home_counter_delay: 240ms;
}

.home_counter .home_counter__item:nth-child(5) {
  --home_counter_delay: 320ms;
}

.home_counter .home_counter__item:first-child {
  border-left: 0;
}

.home_counter .home_counter__item:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-3px);
}

.home_counter .home_counter__number {
  display: block;
  min-width: 2ch;
  font-size: clamp(44px, 4vw, 58px);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 18px 38px rgba(0, 35, 52, 0.24);
}

.home_counter .home_counter__label {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

@keyframes home_counter_arrive {
  from {
    opacity: 0.72;
    transform: translate3d(0, 16px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes home_counter_item_arrive {
  from {
    opacity: 0.38;
    transform: translate3d(0, 14px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* ======================================== About Conference ======================================== */
.about_conference {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  scroll-margin-top: 190px;
  padding: 80px 0;
  background: #f5f6f5;
  color: var(--mom_teal_deep);
}

.about_conference .about_conference__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.home_hero .home_hero__video::-webkit-media-controls,
.home_hero .home_hero__video::-webkit-media-controls-start-playback-button,
.home_hero .home_hero__video::-webkit-media-controls-panel,
.home_hero .home_hero__video::-webkit-media-controls-overlay-play-button,
.home_hero .home_hero__video::-webkit-media-controls-play-button,
.about_conference .about_conference__video::-webkit-media-controls,
.about_conference
  .about_conference__video::-webkit-media-controls-start-playback-button,
.about_conference .about_conference__video::-webkit-media-controls-panel,
.about_conference
  .about_conference__video::-webkit-media-controls-overlay-play-button,
.about_conference .about_conference__video::-webkit-media-controls-play-button {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  -webkit-appearance: none;
}

.about_conference .about_conference__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(0, 720px);
  align-items: start;
  justify-content: space-between;
  gap: clamp(56px, 7vw, 130px);
}

.about_conference .about_conference__content {
  padding-top: 0;
}

.about_conference .about_conference__eyebrow {
  margin: 0 0 18px;
  color: var(--mom_teal_mid);
  font-size: clamp(20px, 1.7vw, 24px);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.1;
  text-transform: uppercase;
}

.about_conference .about_conference__title {
  margin: 0 0 40px;
  color: #2e5260;
}

.about_conference .about_conference__text {
  max-width: 650px;
  margin-top: 0;
  color: var(--mom_teal_deep);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.about_conference .about_conference__text p {
  margin: 0;
  text-align: justify;
}

.about_conference .about_conference__text p + p {
  margin-top: 24px;
}

.about_conference .about_conference__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 172px;
  min-height: 40px;
  margin-top: 62px;
  padding: 10px 28px;
  border: 1px solid var(--mom_teal_dark);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  color: var(--mom_teal_dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.about_conference .about_conference__button:hover {
  transform: translateY(-3px);
  background: var(--mom_teal_dark);
  color: var(--mom_white);
  box-shadow: 0 16px 28px rgba(28, 56, 67, 0.16);
}

.about_conference .about_conference__themes {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 92px;
}

.about_conference .about_conference__themes_title {
  margin: 0 0 20px;
  color: #2e5260;
  font-size: clamp(20px, 1.7vw, 24px);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.15;
  text-align: center;
}

.about_conference .about_conference__themes_grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: start;
  gap: 48px 36px;
  width: 100%;
}

.about_conference .about_conference__theme {
  display: flex;
  grid-column: span 2;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  color: var(--mom_teal_deep);
  text-align: center;
}

/*.about_conference .about_conference__theme:nth-child(4) {
  grid-column: 2 / span 2;
}

.about_conference .about_conference__theme:nth-child(5) {
  grid-column: 4 / span 2;
}*/

.about_conference .about_conference__theme_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(150px, 10.4vw, 180px);
  height: clamp(150px, 10.4vw, 180px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(29, 104, 101, 0.92) 0%,
      rgba(63, 132, 115, 0.94) 52%,
      rgba(96, 159, 128, 0.98) 100%
    ),
    linear-gradient(180deg, #84d0ab 0%, #609f80 70%);
  box-shadow: inset 0 0 35px rgba(255, 255, 255, 0.12);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    filter 260ms ease;
}

.about_conference .about_conference__theme_icon img {
  display: block;
  width: 50%;
  height: 50%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: transform 260ms ease;
}

.about_conference .about_conference__theme:hover .about_conference__theme_icon {
  transform: translateY(-8px) scale(1.035);
  box-shadow:
    inset 0 0 38px rgba(255, 255, 255, 0.16),
    0 18px 34px rgba(46, 82, 96, 0.18);
  filter: saturate(1.1);
}

.about_conference
  .about_conference__theme:hover
  .about_conference__theme_icon
  img {
  transform: scale(1.08) rotate(-3deg);
}

.about_conference .about_conference__theme_label {
  display: block;
  margin-top: 14px;
  color: var(--mom_teal_deep);
  font-size: 14px;
  font-weight: 600;
}

/* ======================================== Global Voices ======================================== */
.global_voices {
  position: relative;
  overflow: hidden;
  min-height: 1070px;
  scroll-margin-top: 190px;
  padding: 238px 0 0;
  background: linear-gradient(
    180deg,
    rgba(1, 162, 144, 0.98) 0%,
    rgba(3, 116, 140, 0.98) 56%,
    rgba(3, 71, 140, 0.98) 100%
  );
  color: var(--mom_white);
}

.global_voices .global_voices__text_bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/text-bg-frame-21.png");
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 100% auto;
  mix-blend-mode: screen;
  pointer-events: none;
}

.global_voices .global_voices__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 690px) minmax(0, 760px);
  grid-template-rows: auto 1fr;
  column-gap: clamp(70px, 8vw, 150px);
  min-height: 832px;
}

.global_voices .global_voices__intro {
  grid-column: 1;
  grid-row: 1;
  max-width: 690px;
}

.global_voices .global_voices__eyebrow {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.1;
  text-transform: uppercase;
}

.global_voices .global_voices__title {
  margin: 0;
  color: var(--mom_white);
  font-size: clamp(46px, 3.4vw, 62px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.18;
  text-transform: uppercase;
}

.global_voices .global_voices__copy {
  max-width: 665px;
  margin: 42px 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.48;
}

.global_voices .global_voices__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 196px;
  min-height: 43px;
  margin-top: 40px;
  padding: 12px 28px;
  border: 1px solid var(--mom_teal_dark);
  border-radius: 999px;
  background: var(--mom_white);
  color: var(--mom_teal_dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.global_voices .global_voices__button:hover {
  transform: translateY(-3px);
  background: var(--mom_teal_dark);
  color: var(--mom_white);
  box-shadow: 0 18px 34px rgba(0, 44, 60, 0.24);
}

.global_voices .global_voices__profile {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  margin-top: 14px;
}

.global_voices .global_voices__speaker_card {
  display: grid;
  grid-template-columns: 232px minmax(0, 1fr);
  align-items: center;
  min-height: 306px;
  padding: 40px 62px 40px 38px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 24px;
  background: rgba(204, 236, 237, 0.82);
  color: #2e5260;
  box-shadow: 0 24px 60px rgba(0, 38, 58, 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    opacity 240ms ease,
    transform 240ms ease;
}

.global_voices .global_voices__speaker_card.is-changing {
  opacity: 0;
  transform: translateX(36px);
}

.global_voices .global_voices__speaker_photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 194px;
  border-radius: 50%;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 35% 25%,
      rgba(255, 255, 255, 0.52),
      rgba(255, 255, 255, 0) 38%
    ),
    linear-gradient(135deg, rgba(102, 166, 145, 0.94), rgba(37, 88, 104, 0.96));
  color: var(--mom_white);
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.global_voices .global_voices__speaker_photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.global_voices__speaker_info_mobile {
  display: none;
}

.global_voices .global_voices__speaker_country {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 42px;
  color: #2e5260;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.global_voices .global_voices__speaker_country i {
  color: #2e5260;
  font-size: 16px;
}

.global_voices .global_voices__speaker_name {
  margin: 0;
  color: #2e5260;
  font-size: clamp(24px, 1.9vw, 30px);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.18;
}

.global_voices .global_voices__speaker_role {
  margin: 18px 0 0;
  color: #2e5260;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

.global_voices .global_voices__speaker_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  min-height: 38px;
  margin-top: 40px;
  padding: 11px 24px;
  border-radius: 999px;
  background: #2e5260;
  color: var(--mom_white);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.global_voices .global_voices__speaker_button:hover {
  transform: translateY(-2px);
  background: var(--mom_teal_dark);
  box-shadow: 0 12px 24px rgba(46, 82, 96, 0.2);
}

.global_voices .global_voices__control {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(1, 162, 144, 0.12);
  color: rgba(255, 255, 255, 0.7);
  transform: translateY(-50%);
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    border-color 220ms ease;
}

.global_voices .global_voices__control:hover {
  transform: translateY(-50%) scale(1.12);
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.16);
  color: var(--mom_white);
}

.global_voices .global_voices__control--prev {
  left: -38px;
}

.global_voices .global_voices__control--next {
  right: -38px;
}

.global_voices .global_voices__map_wrap {
  position: relative;
  grid-column: 1 / -1;
  grid-row: 2;
  align-self: end;
  justify-self: center;
  width: min(100%, 1040px);
  margin-top: 34px;
  margin-bottom: 0;
  padding-bottom: 2.5rem;
}

.global_voices .global_voices__map {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 0 rgba(0, 40, 60, 0.32));
}

.global_voices .global_voices__pins {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 100px;
  left: 0;
}

.global_voices .global_voices__pin {
  position: absolute;
  left: var(--voice_pin_x);
  top: var(--voice_pin_y);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 36px;
  border: 0;
  background: transparent;
  color: rgba(225, 244, 238, 0.62);
  transform: translate(-50%, -100%);
  transition:
    color 220ms ease,
    filter 220ms ease,
    transform 220ms ease;
}

.global_voices .global_voices__pin::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
}

.global_voices .global_voices__pin::after {
  content: attr(data-country);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  min-width: max-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--mom_teal_dark);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 5px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.global_voices .global_voices__pin:hover,
.global_voices .global_voices__pin:focus-visible {
  color: var(--mom_white);
  filter: drop-shadow(0 8px 10px rgba(0, 35, 50, 0.34));
  transform: translate(-50%, -100%) scale(1.14);
}

.global_voices .global_voices__pin:hover::after,
.global_voices .global_voices__pin:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.global_voices .global_voices__pin.is-active {
  z-index: 2;
  color: var(--mom_white);
  filter: drop-shadow(0 12px 14px rgba(0, 35, 50, 0.42));
  transform: translate(-50%, -100%) scale(1.28);
}

.global_voices .global_voices__pin.is-active::before {
  font-size: 34px;
}

/* ======================================== Conference Programme ======================================== */
.conference_programme {
  position: relative;
  overflow: hidden;
  min-height: 1108px;
  scroll-margin-top: 190px;
  padding: 125px 0 60px;
  background:
    radial-gradient(
      circle at 36% 30%,
      rgba(0, 155, 150, 0.28),
      rgba(0, 117, 139, 0) 32%
    ),
    linear-gradient(180deg, #04488d 0%, #017f92 44%, #01a290 100%);
  color: var(--mom_white);
}

.conference_programme .conference_programme__container {
  position: relative;
  z-index: 1;
}

.conference_programme .conference_programme__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: end;
  gap: 80px;
  margin-bottom: 66px;
}

.conference_programme .conference_programme__eyebrow {
  margin: 0 0 22px;
  color: #84d0ab;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.1;
  text-transform: uppercase;
}

.conference_programme .conference_programme__title {
  margin: 0;
  scroll-margin-top: 180px;
  color: var(--mom_white);
  font-size: clamp(42px, 3.8vw, 62px);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.12;
  text-transform: uppercase;
}

.conference_programme .conference_programme__title span {
  color: #84d0ab;
}

.conference_programme .conference_programme__filter {
  align-self: center;
  padding-bottom: 4px;
}

.conference_programme .conference_programme__select {
  width: 100%;
  min-height: 44px;
  padding: 0 34px 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 0;
  background-color: transparent;
  color: var(--mom_white);
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position:
    calc(100% - 12px) 15px,
    calc(100% - 6px) 15px;
  background-size: 6px 6px;
  background-repeat: no-repeat;
}

.conference_programme .conference_programme__select option {
  color: var(--mom_teal_dark);
}

.conference_programme .conference_programme__layout {
  display: grid;
  grid-template-columns: minmax(0, 860px) minmax(360px, 1fr);
  gap: clamp(22px, 4vw, 40px);
}

.conference_programme .conference_programme__word_wall {
  position: relative;
  width: calc(100% + clamp(86px, 6vw, 210px));
  min-height: 640px;
  margin-top: -12px;
  margin-right: calc(clamp(86px, 9vw, 210px) * -1);
  overflow: visible;
  isolation: isolate;
}

.conference_programme .conference_programme__word_wall::before,
.conference_programme .conference_programme__word_wall::after {
  content: "";
  position: absolute;
  inset: 4% -5% 2%;
  z-index: -1;
  pointer-events: none;
}

.conference_programme .conference_programme__word_wall::before {
  background: radial-gradient(
    circle at 50% 46%,
    rgba(255, 255, 255, 0.11),
    rgba(132, 208, 171, 0.08) 26%,
    transparent 54%
  );
  filter: blur(6px);
  opacity: 0.76;
  transform: translate3d(0, 0, 0);
  animation: conference_programme_wall_breathe 8s ease-in-out infinite;
}

.conference_programme .conference_programme__word_wall::after {
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.06) 42%,
    transparent 68%
  );
  opacity: 0.5;
  transform: translate3d(-18%, 0, 0) skewX(-10deg);
  animation: conference_programme_wall_sheen 9s
    cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
}

.conference_programme .conference_programme__word {
  --conference_programme_word_x: 50%;
  --conference_programme_word_y: 50%;
  --conference_programme_word_size: clamp(34px, 3vw, 58px);
  --conference_programme_word_scale: 0.96;
  --conference_programme_word_opacity: 0.46;
  --conference_programme_word_blur: 0.25px;
  --conference_programme_word_float_start_x: -6px;
  --conference_programme_word_float_start_y: 7px;
  --conference_programme_word_float_mid_x: 14px;
  --conference_programme_word_float_mid_y: -12px;
  --conference_programme_word_float_end_x: 5px;
  --conference_programme_word_float_end_y: 3px;
  --conference_programme_word_duration: 12s;
  --conference_programme_word_delay: 0s;
  position: absolute;
  left: var(--conference_programme_word_x);
  top: var(--conference_programme_word_y);
  z-index: 0;
  display: inline-block;
  color: rgb(255 255 255 / 13%);
  font-size: var(--conference_programme_word_size);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.9;
  opacity: var(--conference_programme_word_opacity);
  white-space: nowrap;
  translate: -50% -50%;
  scale: var(--conference_programme_word_scale);
  transform: translate3d(0, 0, 0);
  filter: blur(var(--conference_programme_word_blur));
  animation: conference_programme_word_float
    var(--conference_programme_word_duration) ease-in-out
    var(--conference_programme_word_delay) infinite alternate;
  transition:
    color 420ms ease,
    filter 520ms ease,
    opacity 520ms ease,
    scale 680ms cubic-bezier(0.16, 1, 0.3, 1),
    text-shadow 640ms ease;
  will-change: transform, opacity, color, scale;
}

@keyframes conference_programme_word_float {
  0% {
    transform: translate3d(
      var(--conference_programme_word_float_start_x),
      var(--conference_programme_word_float_start_y),
      0
    );
  }

  48% {
    transform: translate3d(
      var(--conference_programme_word_float_mid_x),
      var(--conference_programme_word_float_mid_y),
      0
    );
  }

  100% {
    transform: translate3d(
      var(--conference_programme_word_float_end_x),
      var(--conference_programme_word_float_end_y),
      0
    );
  }
}

@keyframes conference_programme_wall_breathe {
  0%,
  100% {
    opacity: 0.56;
    transform: scale(0.96);
  }

  50% {
    opacity: 0.88;
    transform: scale(1.06);
  }
}

@keyframes conference_programme_wall_sheen {
  0%,
  18% {
    opacity: 0;
    transform: translate3d(-34%, 0, 0) skewX(-10deg);
  }

  48% {
    opacity: 0.42;
  }

  78%,
  100% {
    opacity: 0;
    transform: translate3d(42%, 0, 0) skewX(-10deg);
  }
}

.conference_programme .conference_programme__word:nth-child(1) {
  --conference_programme_word_x: 48%;
  --conference_programme_word_y: 8%;
  --conference_programme_word_size: clamp(38px, 3.1vw, 62px);
}

.conference_programme .conference_programme__word:nth-child(2) {
  --conference_programme_word_x: 31%;
  --conference_programme_word_y: 18%;
  --conference_programme_word_size: clamp(40px, 3.35vw, 68px);
}

.conference_programme .conference_programme__word:nth-child(3) {
  --conference_programme_word_x: 21%;
  --conference_programme_word_y: 28%;
  --conference_programme_word_size: clamp(34px, 2.9vw, 58px);
}

.conference_programme .conference_programme__word:nth-child(4) {
  --conference_programme_word_x: 18%;
  --conference_programme_word_y: 38%;
  --conference_programme_word_size: clamp(28px, 2.35vw, 48px);
}

.conference_programme .conference_programme__word:nth-child(5) {
  --conference_programme_word_x: 34%;
  --conference_programme_word_y: 47%;
  --conference_programme_word_size: clamp(42px, 3.9vw, 76px);
}

.conference_programme .conference_programme__word:nth-child(6) {
  --conference_programme_word_x: 13%;
  --conference_programme_word_y: 57%;
  --conference_programme_word_size: clamp(32px, 2.8vw, 56px);
}

.conference_programme .conference_programme__word:nth-child(7) {
  --conference_programme_word_x: 39%;
  --conference_programme_word_y: 60%;
  --conference_programme_word_size: clamp(30px, 2.45vw, 50px);
}

.conference_programme .conference_programme__word:nth-child(8) {
  --conference_programme_word_x: 24%;
  --conference_programme_word_y: 71%;
  --conference_programme_word_size: clamp(46px, 4.2vw, 82px);
}

.conference_programme .conference_programme__word:nth-child(9) {
  --conference_programme_word_x: 63%;
  --conference_programme_word_y: 64%;
  --conference_programme_word_size: clamp(44px, 3.9vw, 78px);
}

.conference_programme .conference_programme__word:nth-child(10) {
  --conference_programme_word_x: 74%;
  --conference_programme_word_y: 18%;
  --conference_programme_word_size: clamp(44px, 4vw, 78px);
}

.conference_programme .conference_programme__word:nth-child(11) {
  --conference_programme_word_x: 58%;
  --conference_programme_word_y: 33%;
  --conference_programme_word_size: clamp(42px, 3.8vw, 74px);
}

.conference_programme .conference_programme__word:nth-child(12) {
  --conference_programme_word_x: 91%;
  --conference_programme_word_y: 34%;
  --conference_programme_word_size: clamp(52px, 4.8vw, 94px);
}

.conference_programme .conference_programme__word:nth-child(13) {
  --conference_programme_word_x: 61%;
  --conference_programme_word_y: 44%;
  --conference_programme_word_size: clamp(38px, 3.4vw, 68px);
}

.conference_programme .conference_programme__word:nth-child(14) {
  --conference_programme_word_x: 69%;
  --conference_programme_word_y: 53%;
  --conference_programme_word_size: clamp(54px, 5vw, 98px);
}

.conference_programme .conference_programme__word:nth-child(15) {
  --conference_programme_word_x: 96%;
  --conference_programme_word_y: 49%;
  --conference_programme_word_size: clamp(38px, 3.6vw, 70px);
}

.conference_programme .conference_programme__word:nth-child(16) {
  --conference_programme_word_x: 53%;
  --conference_programme_word_y: 77%;
  --conference_programme_word_size: clamp(42px, 3.8vw, 76px);
}

.conference_programme .conference_programme__word:nth-child(17) {
  --conference_programme_word_x: 91%;
  --conference_programme_word_y: 84%;
  --conference_programme_word_size: clamp(34px, 3.1vw, 62px);
}

.conference_programme .conference_programme__word:nth-child(18) {
  --conference_programme_word_x: 90%;
  --conference_programme_word_y: 75%;
  --conference_programme_word_size: clamp(42px, 3.8vw, 74px);
}

.conference_programme .conference_programme__word.is-active {
  color: var(--mom_white);
  opacity: 1;
  z-index: 2;
  --conference_programme_word_blur: 0px;
  --conference_programme_word_scale: 1.18;
  text-shadow:
    0 18px 34px rgba(0, 35, 70, 0.22),
    0 0 34px rgba(132, 208, 171, 0.26);
}

.conference_programme .conference_programme__word.is-before-active {
  color: rgb(255 255 255 / 18%);
  opacity: 0.62;
  --conference_programme_word_blur: 0.15px;
  --conference_programme_word_scale: 1.02;
}

.conference_programme .conference_programme__timeline {
  position: relative;
  display: grid;
  gap: 0;
  max-height: 784px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  padding-inline-end: 30px;

  /* Firefox */
  scrollbar-color: rgb(96 159 128) rgb(0 0 0 / 3%);
  scrollbar-width: thin;
}

/* Chrome, Edge, Safari */
.conference_programme .conference_programme__timeline::-webkit-scrollbar {
  width: 3px;
}

.conference_programme .conference_programme__timeline::-webkit-scrollbar-track {
  background: transparent;
}

.conference_programme .conference_programme__timeline::-webkit-scrollbar-thumb {
  background: rgba(132, 208, 171, 0.72);
  border-radius: 999px;
}

.conference_programme
  .conference_programme__timeline::-webkit-scrollbar-button {
  display: none;
}

/*.conference_programme .conference_programme__timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17px;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(132, 208, 171, 0.8),
    rgba(132, 208, 171, 0.08)
  );
}

.conference_programme .conference_programme__timeline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 5px;
  height: 74px;
  border-radius: 999px;
  background: #84d0ab;
}*/

.conference_programme .conference_programme__item {
  border-bottom: 1px solid rgba(28, 56, 67, 0.48);
}
.conference_programme .conference_programme__item_inner {
  position: relative;
  z-index: 0;
  display: grid;
  align-items: center;
  grid-template-columns: 135px minmax(0, 1fr);
  gap: 50px;
  padding: 14px 12px;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.conference_programme .conference_programme__item_inner::before {
  content: "";
  position: absolute;
  inset: 0 0 16px 0;
  height: 100%;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  background: rgba(204, 236, 237, 0.56);
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 240ms ease,
    transform 240ms ease,
    backdrop-filter 240ms ease;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.conference_programme
  .conference_programme__item:hover
  .conference_programme__item_inner::before,
.conference_programme
  .conference_programme__item:focus-within
  .conference_programme__item_inner::before {
  opacity: 1;
  transform: translateY(0);
}

.conference_programme .conference_programme__item:hover,
.conference_programme .conference_programme__item:focus-within {
  border-bottom-color: transparent;
}

.conference_programme
  .conference_programme__item
  + .conference_programme__item {
  margin-top: 20px;
}

.conference_programme .conference_programme__item.is_hidden {
  display: none;
}

.conference_programme .conference_programme__item.is_dimmed {
  opacity: 0.25;
}

.conference_programme .conference_programme__date {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 142px;
  margin-top: 16px;
  border: 1px solid #84d0ab;
  border-radius: 50%;
  background: rgba(28, 56, 67, 0.5);
  color: var(--mom_white);
  text-align: center;
}

.conference_programme .conference_programme__date_day {
  display: block;
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
}

.conference_programme .conference_programme__date_month {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.conference_programme .conference_programme__card {
  position: relative;
  z-index: 1;
  min-width: 0;
  outline: 0;
  transition: transform 240ms ease;
}

.conference_programme .conference_programme__card:hover,
.conference_programme .conference_programme__card:focus-within {
  transform: none;
}

.conference_programme
  .conference_programme__item:hover
  .conference_programme__name,
.conference_programme
  .conference_programme__item:hover
  .conference_programme__meta,
.conference_programme
  .conference_programme__item:focus-within
  .conference_programme__name,
.conference_programme
  .conference_programme__item:focus-within
  .conference_programme__meta {
  color: #2e5260;
}

.conference_programme .conference_programme__name {
  margin: 0;
  color: var(--mom_white);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.22;
  transition: color 220ms ease;
}

.conference_programme .conference_programme__meta_row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 72px;
  margin-top: 18px;
}

.conference_programme .conference_programme__meta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  transition: color 220ms ease;
}

.conference_programme .conference_programme__meta i {
  font-size: 17px;
}

.conference_programme .conference_programme__speaker_window {
  width: min(100%, 520px);
  margin-top: 16px;
  overflow: hidden;
}

.conference_programme .conference_programme__speaker_track {
  display: flex;
  width: max-content;
  gap: 28px;
  padding: 12px 0;
  animation: conference_programme_speaker_slide 18s linear infinite;
}

.conference_programme
  .conference_programme__item:hover
  .conference_programme__speaker_track,
.conference_programme
  .conference_programme__item:focus-within
  .conference_programme__speaker_track {
  animation-play-state: paused;
}

.conference_programme .conference_programme__speaker {
  position: relative;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  overflow: hidden;
  padding: 0;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.conference_programme .conference_programme__speaker:hover,
.conference_programme .conference_programme__speaker:focus-visible {
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0px 7px 9px rgba(0, 40, 58, 0.22);
}

.conference_programme .conference_programme__speaker img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.conference_programme .conference_programme__speaker_placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--mom_teal_dark);
  font-size: 29px;
}

.conference_programme .conference_programme__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.conference_programme .conference_programme__details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  min-height: 38px;
  padding: 10px 26px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  background: var(--mom_white);
  color: var(--mom_teal_mid);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    color 220ms ease;
}

.conference_programme .conference_programme__details:hover,
.conference_programme .conference_programme__details:focus-visible {
  transform: translateY(-2px);
  background: var(--mom_teal_dark);
  color: var(--mom_white);
}

.conference_programme .conference_programme__icon_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: transparent;
  color: var(--mom_white);
  font-size: 16px;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    color 220ms ease;
}

.conference_programme .conference_programme__icon_btn::before,
.conference_programme .conference_programme__icon_btn::after {
  position: absolute;
  left: 50%;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 180ms ease;
}

.conference_programme .conference_programme__icon_btn::before {
  content: attr(data-tooltip);
  bottom: calc(100% + 12px);
  min-width: max-content;
  max-width: 160px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(28, 56, 67, 0.94);
  box-shadow: 0 12px 28px rgba(0, 35, 46, 0.24);
  color: var(--mom_white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.conference_programme .conference_programme__icon_btn::after {
  content: "";
  bottom: calc(100% + 7px);
  width: 9px;
  height: 9px;
  background: rgba(28, 56, 67, 0.94);
  transform: translate(-50%, 8px) rotate(45deg);
}

.conference_programme .conference_programme__icon_btn:hover,
.conference_programme .conference_programme__icon_btn:focus-visible {
  transform: translateY(-2px);
  background: var(--mom_white);
  color: var(--mom_teal_dark);
}

.conference_programme .conference_programme__icon_btn:hover::before,
.conference_programme .conference_programme__icon_btn:hover::after,
.conference_programme .conference_programme__icon_btn:focus-visible::before,
.conference_programme .conference_programme__icon_btn:focus-visible::after {
  opacity: 1;
  visibility: visible;
}

.conference_programme .conference_programme__icon_btn:hover::before,
.conference_programme .conference_programme__icon_btn:focus-visible::before {
  transform: translate(-50%, 0);
}

.conference_programme .conference_programme__icon_btn:hover::after,
.conference_programme .conference_programme__icon_btn:focus-visible::after {
  transform: translate(-50%, 0) rotate(45deg);
}

.conference_programme__floating_tooltip {
  position: fixed;
  z-index: 9999;
  min-width: max-content;
  max-width: 180px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(28, 56, 67, 0.94);
  box-shadow: 0 12px 28px rgba(0, 35, 46, 0.24);
  color: var(--mom_white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, 8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.conference_programme__floating_tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 9px;
  height: 9px;
  background: rgba(28, 56, 67, 0.94);
  transform: translateX(-50%) rotate(45deg);
}

.conference_programme__floating_tooltip.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@keyframes conference_programme_speaker_slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 14px));
  }
}

/* ======================================== Media Window ======================================== */
.media_window {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 50px;
  padding: 108px 0 120px;
  background:
    linear-gradient(
      180deg,
      rgba(1, 162, 144, 0.98) 0%,
      rgba(0, 126, 137, 0.98) 48%,
      rgba(1, 81, 152, 1) 100%
    ),
    #017f8c;
  color: var(--mom_white);
}
/*
.media_window::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 52% 32%,
      rgba(255, 255, 255, 0.08),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      rgba(0, 50, 82, 0.12),
      transparent 24%,
      rgba(0, 42, 102, 0.18)
    );
}*/

.media_window .media_window__container,
.media_window .media_window__past_stage,
.media_window .media_window__current_stage {
  position: relative;
  z-index: 1;
}

.media_window .media_window__heading,
.media_window .media_window__current_heading {
  max-width: 850px;
}

.media_window .media_window__eyebrow {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.1;
  text-transform: uppercase;
}

.media_window .media_window__title {
  margin: 0;
  color: var(--mom_white);
}

.media_window .media_window__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  min-height: 34px;
  margin-top: 30px;
  padding: 9px 24px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  color: var(--mom_white);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.media_window .media_window__button:hover,
.media_window .media_window__button:focus-visible {
  transform: translateY(-2px);
  background: var(--mom_white);
  color: var(--mom_teal_dark);
  box-shadow: 0 18px 34px rgba(0, 34, 58, 0.18);
}

.media_window .media_window__past_stage {
  --media_window_curve_bg: #07998f;
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.media_window .media_window__curve {
  position: absolute;
  left: 50%;
  z-index: 4;
  width: calc(100vw + 260px);
  height: 148px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
  transform: translateX(-50%);
}

.media_window .media_window__curve--top {
  top: -95px;
  border-bottom: 4px solid white;
  background: #01958d;
}

.media_window .media_window__curve--bottom {
  bottom: -95px;
  border-top: 4px solid white;
  background: #007e89;
}

.media_window .media_window__past_slider {
  position: relative;
  z-index: 2;
  width: calc(100% + 360px);
  margin-left: -180px;
  overflow: visible;
  perspective: 1100px;
}

.media_window .media_window__past_wrapper {
  align-items: center;
}

.media_window .media_window__past_slide {
  width: 30.1vw;
  max-width: 580px;
  min-width: 360px;
  height: clamp(330px, 20.4vw, 392px);
  border: 4px solid var(--mom_white);
  background: rgba(255, 255, 255, 0.16);
  overflow: hidden;
  transform-origin: center;
  transition:
    transform 360ms ease,
    filter 360ms ease,
    opacity 360ms ease;
}
.media_window .media_window__past_slide img,
.media_window .media_window__current_card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.media_window .media_window__past_slide:hover img,
.media_window .media_window__current_card:hover img {
  transform: scale(1.045);
}

.media_window .media_window__past_controls,
.media_window .media_window__current_controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.media_window .media_window__past_controls {
  position: absolute;
  bottom: 0;
  left: 51%;
  transform: translateX(-48%);
  z-index: 100;
}

.media_window .media_window__past_control,
.media_window .media_window__current_control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: transparent;
  color: var(--mom_white);
  font-size: 16px;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    color 220ms ease;
}
[dir="rtl"] .media_window .media_window__past_control,
[dir="rtl"] .media_window .media_window__current_control {
  transform: scaleX(-1);
}

.media_window .media_window__past_control:hover,
.media_window .media_window__past_control:focus-visible,
.media_window .media_window__current_control:hover,
.media_window .media_window__current_control:focus-visible {
  transform: translateY(-2px);
  background: var(--mom_white);
  color: var(--mom_teal_dark);
}
[dir="rtl"] .media_window .media_window__past_control:hover,
[dir="rtl"] .media_window .media_window__past_control:focus-visible,
[dir="rtl"] .media_window .media_window__current_control:hover,
[dir="rtl"] .media_window .media_window__current_control:focus-visible {
  transform: translateY(-2px) scaleX(-1);
}

.media_window .media_window__current_heading {
  margin-top: 14px;
}

.media_window .media_window__current_stage {
  margin-top: 118px;
}

.media_window .media_window__current_slider {
  width: min(100%, 1450px);
  margin-inline: auto;
  overflow: visible;
  padding: 20px 0 0;
}

.media_window .media_window__current_viewport {
  position: relative;
  width: 100%;
  height: 530px;
  overflow: hidden;
  perspective: 1500px;
  perspective-origin: 50% 48%;
}

.media_window .media_window__current_track {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

.media_window .media_window__current_card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  height: 480px;
  padding: 0;
  border: 0;
  border-radius: 22px;
  overflow: hidden;
  background: #17353d;
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition:
    transform 720ms cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 720ms ease,
    filter 720ms ease,
    box-shadow 720ms ease;
  will-change: transform, opacity, filter;
}

.media_window .media_window__current_card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
  user-select: none;
  -webkit-user-drag: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.media_window .media_window__current_card.is-center {
  z-index: 20;
  opacity: 1;
  filter: none !important;
  transform: translate3d(-50%, -50%, 0) translateX(0) rotateY(0deg) scale(1);
}

.media_window .media_window__current_card.is-center img {
  transform: none;
  filter: none;
}

.media_window .media_window__current_card.is-left-1 {
  z-index: 10;
  opacity: 0.86;
  filter: blur(1.5px) saturate(0.92);
  transform: translate(-50%, -50%) translateX(-365px) translateZ(-95px)
    rotateY(16deg) scale(0.88);
}

.media_window .media_window__current_card.is-right-1 {
  z-index: 10;
  opacity: 0.86;
  filter: blur(1.5px) saturate(0.92);
  transform: translate(-50%, -50%) translateX(365px) translateZ(-95px)
    rotateY(-16deg) scale(0.88);
}

.media_window .media_window__current_card.is-left-2 {
  z-index: 4;
  opacity: 0.72;
  filter: blur(2.6px) saturate(0.84);
  transform: translate(-50%, -50%) translateX(-625px) translateZ(-270px)
    rotateY(24deg) scale(0.74);
}

.media_window .media_window__current_card.is-right-2 {
  z-index: 4;
  opacity: 0.72;
  filter: blur(2.6px) saturate(0.84);
  transform: translate(-50%, -50%) translateX(625px) translateZ(-270px)
    rotateY(-24deg) scale(0.74);
}

.media_window .media_window__current_card.is-hidden {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  filter: blur(4px);
  transform: translate(-50%, -50%) translateZ(-500px) scale(0.55);
}

.media_window .media_window__current_card:hover,
.media_window .media_window__current_card:focus-visible,
.media_window .media_window__current_card.is-center {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.28);
}

.media_window .media_window__current_controls {
  margin-top: 8px;
}

.media_window .media_window__current_pagination {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  gap: 8px;
}

.media_window .media_window__current_dot {
  width: 9px;
  height: 9px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #74dcbf;
  opacity: 0.9;
  cursor: pointer;
  transition:
    width 220ms ease,
    transform 220ms ease,
    background-color 220ms ease;
}

.media_window .media_window__current_dot.is-active {
  width: 16px;
  background: var(--mom_white);
  opacity: 1;
}

/* ======================================== Partners & Sponsors ======================================== */
.partners_sponsors {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 150px;
  padding: 92px 0 54px;
  background: #f7f8f7;
  color: var(--mom_teal_dark);
}

.partners_sponsors .partners_sponsors__container {
  position: relative;
  z-index: 1;
}

.partners_sponsors .partners_sponsors__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: end;
  gap: clamp(40px, 6vw, 90px);
}

.partners_sponsors .partners_sponsors__eyebrow {
  margin: 0 0 18px;
  color: var(--mom_teal_deep);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.1;
  text-transform: uppercase;
}

.partners_sponsors .partners_sponsors__title {
  margin: 0;
  color: #315766;
}

.partners_sponsors .partners_sponsors__filter {
  align-self: center;
  padding-bottom: 4px;
}

.partners_sponsors .partners_sponsors__select {
  width: 100%;
  min-height: 44px;
  padding: 0 34px 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(28, 56, 67, 0.82);
  border-radius: 0;
  background-color: transparent;
  color: var(--mom_teal_deep);
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position:
    calc(100% - 12px) 15px,
    calc(100% - 6px) 15px;
  background-size: 6px 6px;
  background-repeat: no-repeat;
}

.partners_sponsors .partners_sponsors__slider {
  width: min(100%, 780px);
  min-height: 238px;
  margin: 18px auto 0;
}

.partners_sponsors .partners_sponsors__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 238px;
  padding: 16px 20px 0;
  text-align: center;
}

.partners_sponsors .partners_sponsors__logo_group {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 124px;
  width: 100%;
}

.partners_sponsors .partners_sponsors__logo_group--multi {
  gap: clamp(34px, 4vw, 58px);
}

.partners_sponsors .partners_sponsors__logo {
  display: block;
  width: auto;
  max-width: min(100%, 460px);
  max-height: 150px;
  object-fit: contain;
  transition:
    transform 260ms ease,
    filter 260ms ease;
}

.partners_sponsors .partners_sponsors__logo:hover {
  transform: translateY(-3px) scale(1.025);
  filter: saturate(1.04);
}

.partners_sponsors .partners_sponsors__logo--event {
  max-width: 480px;
  max-height: 156px;
}

.partners_sponsors .partners_sponsors__logo--strategic {
  max-width: 385px;
}

.partners_sponsors .partners_sponsors__logo--platinum {
  max-width: 132px;
  max-height: 150px;
}

.partners_sponsors .partners_sponsors__logo--golden {
  max-width: 475px;
  max-height: 116px;
}

.partners_sponsors .partners_sponsors__logo--silver {
  max-width: 300px;
}

.partners_sponsors .partners_sponsors__logo--media {
  max-width: 290px;
}

.partners_sponsors .partners_sponsors__logo--logistic {
  max-width: 210px;
}

.partners_sponsors .partners_sponsors__divider {
  display: block;
  width: 228px;
  height: 1px;
  margin-top: 20px;
  background: rgba(49, 87, 102, 0.18);
}

.partners_sponsors .partners_sponsors__category {
  margin: 24px 0 0;
  color: var(--mom_teal_deep);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}

/* ======================================== Footer ======================================== */
.site_footer {
  position: relative;
  overflow: hidden;
  color: var(--mom_white);
  background:
    linear-gradient(
      180deg,
      rgba(1, 81, 152, 0.92) 0%,
      rgba(1, 162, 144, 0.94) 100%
    ),
    linear-gradient(135deg, #015198 0%, #01a290 100%);
}

.site_footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 22% 58%,
      rgba(255, 255, 255, 0.08),
      transparent 26%
    ),
    radial-gradient(
      circle at 76% 34%,
      rgba(255, 255, 255, 0.06),
      transparent 24%
    );
  pointer-events: none;
}

.site_footer .site_footer__main {
  position: relative;
  z-index: 1;
  padding: 74px 0 14px;
}

.site_footer .site_footer__container {
  display: grid;
  grid-template-columns:
    minmax(300px, 1.25fr) minmax(160px, 0.62fr) minmax(150px, 0.62fr)
    minmax(230px, 0.72fr);
  gap: clamp(48px, 7vw, 142px);
  align-items: start;
  padding-inline: clamp(18px, 2.4vw, 46px);
}

.site_footer .site_footer__brand_block {
  max-width: 470px;
}

.site_footer .site_footer__brand {
  display: inline-flex;
  width: 218px;
  margin-bottom: 24px;
  transition:
    transform 240ms ease,
    opacity 240ms ease;
}

.site_footer .site_footer__brand:hover {
  transform: translateY(-3px) scale(1.015);
  opacity: 0.88;
}

.site_footer .site_footer__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.site_footer .site_footer__description {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 400;
}

.site_footer .site_footer__social {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 24px;
}

.site_footer .site_footer__social_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: var(--mom_white);
  font-size: 18px;
  line-height: 1;
  transition:
    transform 220ms ease,
    color 220ms ease,
    opacity 220ms ease;
}

.site_footer .site_footer__social_link:hover {
  transform: translateY(-3px);
  color: #bfeee2;
  opacity: 0.95;
}

.site_footer .site_footer__hashtag {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

.site_footer .site_footer__column {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  font-style: normal;
}

.site_footer .site_footer__column_title {
  margin: 0 0 20px;
  color: var(--mom_white);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.site_footer .site_footer__link {
  width: fit-content;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.site_footer .site_footer__link:hover {
  transform: translateX(4px);
  color: var(--mom_white);
}

.site_footer .site_footer__address {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
}

.site_footer .site_footer__bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(113, 190, 160, 0.48);
}

.site_footer .site_footer__bottom_container {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding-inline: clamp(18px, 2.4vw, 46px);
}

.site_footer .site_footer__copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

@media (min-width: 1200px) and (max-width: 1536px) {
  .site__header .site__header__topbar {
    padding: 6px 0;
  }

  .site__header.is_sticky .site__header__inner {
    transform: translateY(-48px);
  }

  .site__header .site__header__navbar {
    min-height: 78px;
    padding: 8px 28px 8px 42px;
  }

  .site__header .site__header__brand {
    width: clamp(168px, 14vw, 210px);
  }

  .site__header .site__header__brand img {
    max-height: 62px;
  }

  .site__header .site__header__menu {
    max-width: 100%;
  }

  .site__header .site__header__menu_list {
    gap: clamp(16px, 1.55vw, 28px);
  }

  .site__header .site__header__nav_link {
    font-size: 13px;
  }

  .site__header .site__header__language {
    min-width: 88px;
    min-height: 38px;
    padding: 7px 18px;
    font-size: 13px;
  }
  [dir="rtl"] .site__header .site__header__language {
    padding: 8px 18px 4px;
  }

  .global_voices {
    min-height: 800px;
    padding-top: 128px;
  }

  .global_voices .global_voices__text_bg {
    background-position: center 16px;
    background-size: 106% auto;
  }

  .global_voices .global_voices__container {
    grid-template-columns: minmax(0, 520px) minmax(0, 560px);
    column-gap: clamp(44px, 5vw, 76px);
    min-height: 620px;
  }

  .global_voices .global_voices__title {
    font-size: clamp(36px, 3.1vw, 48px);
    line-height: 1.14;
  }

  .global_voices .global_voices__copy {
    max-width: 520px;
    margin-top: 28px;
    font-size: 15px;
    line-height: 1.42;
  }

  .global_voices .global_voices__button {
    min-width: 172px;
    min-height: 38px;
    margin-top: 28px;
    padding: 10px 22px;
    font-size: 12px;
  }

  .global_voices .global_voices__speaker_card {
    grid-template-columns: 174px minmax(0, 1fr);
    min-height: 232px;
    padding: 28px 38px 28px 30px;
    border-radius: 18px;
  }

  .global_voices .global_voices__speaker_photo {
    width: 148px;
    height: 148px;
  }

  .global_voices .global_voices__speaker_country {
    margin-bottom: 26px;
    font-size: 12px;
  }

  .global_voices .global_voices__speaker_name {
    font-size: clamp(22px, 1.75vw, 26px);
  }

  .global_voices .global_voices__speaker_role {
    margin-top: 12px;
    font-size: 14px;
  }

  .global_voices .global_voices__speaker_button {
    min-width: 116px;
    min-height: 34px;
    margin-top: 26px;
    padding: 9px 20px;
    font-size: 11px;
  }

  .global_voices .global_voices__map_wrap {
    width: min(100%, 800px);
    margin-top: 4px;
    padding-bottom: 1.4rem;
  }

  .global_voices .global_voices__pins {
    bottom: 1.4rem;
  }

  .global_voices .global_voices__pin {
    width: 22px;
    height: 31px;
  }

  .global_voices .global_voices__pin::before {
    font-size: 22px;
  }

  .global_voices .global_voices__pin.is-active::before {
    font-size: 29px;
  }

  .conference_programme {
    min-height: 850px;
    padding: 78px 0 64px;
  }

  .conference_programme .conference_programme__header {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 54px;
    margin-bottom: 26px;
  }

  .conference_programme .conference_programme__eyebrow {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .conference_programme .conference_programme__title {
    font-size: clamp(32px, 3vw, 44px);
  }

  .conference_programme .conference_programme__select {
    min-height: 38px;
    padding-bottom: 9px;
    font-size: 13px;
  }

  .conference_programme .conference_programme__layout {
    grid-template-columns: minmax(0, 660px) minmax(280px, 1fr);
    gap: clamp(20px, 2.5vw, 34px);
  }

  .conference_programme .conference_programme__timeline {
    max-height: 560px;
    padding-inline-end: 20px;
  }

  .conference_programme .conference_programme__item_inner {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 24px;
    padding: 6px 10px;
  }

  .conference_programme
    .conference_programme__item
    + .conference_programme__item {
    margin-top: 14px;
  }

  .conference_programme .conference_programme__date {
    width: 90px;
    height: 90px;
    margin-top: 6px;
  }

  .conference_programme .conference_programme__date_day {
    font-size: 30px;
  }

  .conference_programme .conference_programme__date_month {
    margin-top: 6px;
    font-size: 12px;
  }

  .conference_programme .conference_programme__name {
    font-size: 17px;
  }

  .conference_programme .conference_programme__meta_row {
    gap: 18px 46px;
    margin-top: 12px;
  }

  .conference_programme .conference_programme__meta {
    font-size: 13px;
  }

  .conference_programme .conference_programme__speaker_window {
    width: min(100%, 390px);
    margin-top: 10px;
  }

  .conference_programme .conference_programme__speaker_track {
    gap: 18px;
    padding: 6px 0;
  }

  .conference_programme .conference_programme__speaker {
    width: 38px;
    height: 38px;
  }

  .conference_programme .conference_programme__actions {
    gap: 12px;
    margin-top: 10px;
  }

  .conference_programme .conference_programme__details {
    min-width: 122px;
    min-height: 34px;
    padding: 9px 20px;
    font-size: 11px;
  }

  .conference_programme .conference_programme__icon_btn {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .conference_programme .conference_programme__word_wall {
    width: calc(100% + 110px);
    min-height: 470px;
    margin-right: -110px;
    transform: scale(0.8);
    transform-origin: left top;
  }
  [dir="rtl"] .conference_programme .conference_programme__word_wall {
    margin-right: 0;
  }
}

@media (max-width: 1399.98px) {
  .site__header .site__header__navbar {
    padding-inline: 34px;
  }

  .site__header .site__header__menu {
    max-width: 100%;
  }

  .site__header .site__header__menu_list {
    gap: 22px;
  }

  .site__header .site__header__actions {
    gap: 10px;
  }

  .site__header .site__header__nav_link,
  .site__header .site__header__language {
    font-size: 13px;
  }
  [dir="rtl"] .site__header .site__header__nav_link,
  [dir="rtl"] .site__header .site__header__language {
    font-size: 15px;
  }
}

@media (max-width: 1199.98px) {
  :root {
    --mom_header_height: 146px;
  }

  .site__header .site__header__topbar {
    justify-content: center;
  }

  .site__header .site__header__quicknav {
    display: none;
  }

  .site__header .site__header__navwrap {
    margin-top: 10px;
  }

  .site__header .site__header__navbar {
    min-height: 76px;
    padding: 12px 20px 12px 28px;
  }

  .site__header .site__header__actions {
    margin-inline-start: auto;
  }

  .site__header .site__header__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site__header .site__header__menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 12px;
    right: 12px;
    display: block;
    max-height: calc(100svh - 170px);
    padding: 18px;
    overflow-y: auto;
    border: 1px solid rgba(28, 56, 67, 0.18);
    border-radius: 24px;
    background: rgba(207, 244, 235, 0.94);
    box-shadow: 0 24px 44px rgba(0, 46, 58, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition:
      opacity 220ms ease,
      transform 220ms ease,
      visibility 220ms ease;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .site__header .site__header__menu_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .site__header .site__header__menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site__header .site__header__nav_link {
    justify-content: flex-start;
    min-height: 42px;
    padding: 13px 12px;
  }

  .site__header .menu-item-has-children > .site__header__nav_link {
    padding-right: 44px;
  }

  .site__header .menu-item-has-children > .site__header__nav_link::before {
    display: none;
  }

  .site__header__submenu_toggle {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 2;
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(28, 56, 67, 0.14);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
    color: var(--mom_teal_deep);
    transition:
      transform 200ms ease,
      background-color 200ms ease;
  }

  .site__header__submenu_toggle::before {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
  }

  .site__header__submenu_toggle[aria-expanded="true"] {
    background: var(--mom_teal_dark);
    color: var(--mom_white);
    transform: rotate(180deg);
  }

  .site__header .sub-menu {
    position: static;
    display: grid;
    grid-column: 1 / -1;
    min-width: 0;
    max-height: 0;
    margin: 0;
    padding: 0 0 0 14px;
    overflow: hidden;
    border: 0;
    border-left: 1px solid rgba(0, 111, 128, 0.18);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition:
      max-height 260ms cubic-bezier(0.16, 1, 0.3, 1),
      padding-top 220ms ease,
      padding-bottom 220ms ease;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site__header .sub-menu::before,
  .site__header .sub-menu::after {
    display: none;
  }

  .site__header .menu-item-has-children.is-submenu-open > .sub-menu {
    max-height: 520px;
    padding-top: 6px;
    padding-bottom: 8px;
  }

  .site__header .menu-item-has-children:hover > .sub-menu,
  .site__header .menu-item-has-children:focus-within > .sub-menu,
  .site__header .menu-item-has-children.is-submenu-open > .sub-menu,
  .site__header .sub-menu .menu-item-has-children:hover > .sub-menu,
  .site__header .sub-menu .menu-item-has-children:focus-within > .sub-menu,
  .site__header .sub-menu .menu-item-has-children.is-submenu-open > .sub-menu {
    transform: none;
  }

  .site__header .sub-menu .site__header__nav_link {
    min-height: 40px;
    padding: 11px 44px 11px 12px;
    font-size: 12px;
    white-space: normal;
  }

  .site__header .sub-menu .site__header__nav_link:hover,
  .site__header .sub-menu .site__header__nav_link:focus-visible {
    transform: none;
  }

  .rts_page--rtl
    .site__header
    .menu-item-has-children
    > .site__header__nav_link {
    padding-right: 12px;
    padding-left: 44px;
  }

  .rts_page--rtl .site__header__submenu_toggle {
    right: auto;
    left: 4px;
  }

  .rts_page--rtl .site__header .sub-menu {
    padding-right: 14px;
    padding-left: 0;
    border-right: 1px solid rgba(0, 111, 128, 0.18);
    border-left: 0;
  }

  .rts_page--rtl .site__header .sub-menu .site__header__nav_link {
    padding-right: 12px;
    padding-left: 44px;
  }

  .home_hero {
    min-height: 860px;
  }

  .home_hero .home_hero__container {
    min-height: 735px;
  }

  .home_hero .home_hero__content {
    width: min(690px, 68vw);
  }

  .help_chatbot {
    right: 28px;
  }

  .about_conference {
    min-height: 660px;
    padding: 104px 0 96px;
  }

  .about_conference .about_conference__container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .global_voices {
    min-height: 980px;
    padding-top: 210px;
  }

  .global_voices .global_voices__container {
    grid-template-columns: minmax(0, 560px) minmax(0, 620px);
    column-gap: 70px;
  }

  .global_voices .global_voices__speaker_card {
    grid-template-columns: 190px minmax(0, 1fr);
    min-height: 260px;
    padding: 34px 44px 34px 32px;
  }

  .global_voices .global_voices__speaker_photo {
    width: 164px;
    height: 164px;
  }

  .conference_programme {
    padding-top: 160px;
  }

  .conference_programme .conference_programme__header {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .conference_programme .conference_programme__layout {
    grid-template-columns: minmax(0, 760px) minmax(260px, 1fr);
    gap: 32px;
  }

  .conference_programme .conference_programme__item_inner {
    gap: 25px;
  }

  .conference_programme .conference_programme__item {
    grid-template-columns: 154px minmax(0, 1fr);
    gap: 36px;
  }

  .conference_programme .conference_programme__date {
    width: 126px;
    height: 126px;
  }

  .media_window {
    padding: 96px 0 104px;
  }

  .media_window .media_window__past_slide {
    min-width: 300px;
  }

  .media_window .media_window__current_slider {
    width: min(100%, 980px);
  }

  .media_window .media_window__current_viewport {
    height: 470px;
  }

  .media_window .media_window__current_card {
    width: 410px;
    height: 410px;
  }

  .media_window .media_window__current_card.is-left-1 {
    transform: translate(-50%, -50%) translateX(-300px) translateZ(-90px)
      rotateY(15deg) scale(0.87);
  }

  .media_window .media_window__current_card.is-right-1 {
    transform: translate(-50%, -50%) translateX(300px) translateZ(-90px)
      rotateY(-15deg) scale(0.87);
  }

  .media_window .media_window__current_card.is-left-2 {
    transform: translate(-50%, -50%) translateX(-500px) translateZ(-250px)
      rotateY(23deg) scale(0.72);
  }

  .media_window .media_window__current_card.is-right-2 {
    transform: translate(-50%, -50%) translateX(500px) translateZ(-250px)
      rotateY(-23deg) scale(0.72);
  }

  .partners_sponsors {
    padding: 82px 0 68px;
  }

  .partners_sponsors .partners_sponsors__header {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .site_footer .site_footer__container {
    grid-template-columns: minmax(280px, 1.1fr) repeat(3, minmax(150px, 1fr));
    gap: 42px;
  }

  .site_footer .site_footer__brand {
    width: 220px;
  }
}

@media (max-width: 991.98px) {
  .site__header .site__header__countdown {
    min-width: 0;
    margin-inline: auto;
  }

  .home_hero {
    min-height: 820px;
  }

  .home_hero .home_hero__shade {
    background:
      linear-gradient(90deg, rgba(0, 58, 72, 0.78), rgba(0, 126, 121, 0.36)),
      linear-gradient(180deg, rgba(72, 214, 177, 0.38), rgba(0, 83, 111, 0.9));
  }

  .home_hero .home_hero__container {
    align-items: flex-end;
    min-height: 700px;
    padding-bottom: 92px;
  }

  .home_hero .home_hero__content {
    width: min(100%, 650px);
    padding-top: 0;
  }

  .home_hero .home_hero__title {
    max-width: 620px;
  }

  .help_chatbot {
    bottom: 102px;
    width: 76px;
  }

  .help_chatbot_icon {
    width: 76px;
    height: 76px;
    border-width: 6px;
  }

  .help_chatbot_label {
    width: 90px;
    font-size: 10px;
  }

  .home_counter {
    margin-top: -78px;
  }

  .home_counter .home_counter__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home_counter .home_counter__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .about_conference {
    padding: 88px 0;
  }

  .about_conference .about_conference__container {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .about_conference .about_conference__content {
    max-width: 680px;
    padding-top: 0;
  }

  .about_conference .about_conference__themes {
    align-items: flex-start;
  }

  .about_conference .about_conference__themes_title {
    width: 100%;
  }

  .global_voices {
    min-height: auto;
    padding: 178px 0 80px;
  }

  .global_voices .global_voices__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 44px;
  }

  .global_voices .global_voices__intro,
  .global_voices .global_voices__profile,
  .global_voices .global_voices__map_wrap {
    grid-column: auto;
    grid-row: auto;
  }

  .global_voices .global_voices__intro {
    max-width: 720px;
  }

  .global_voices .global_voices__profile {
    width: min(100%, 760px);
    margin-top: 0;
  }

  .global_voices .global_voices__map_wrap {
    width: min(100%, 900px);
    margin-top: 0;
  }

  .conference_programme {
    min-height: auto;
    padding: 132px 0 88px;
  }

  .conference_programme .conference_programme__item_inner {
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 25px;
  }

  .conference_programme .conference_programme__header {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .conference_programme .conference_programme__filter {
    width: min(100%, 340px);
  }

  .conference_programme .conference_programme__layout {
    grid-template-columns: 1fr;
  }

  .conference_programme .conference_programme__word_wall {
    width: 100%;
    min-height: 440px;
    margin-top: 34px;
    margin-right: 0;
    padding-top: 0;
    transform: scale(0.92);
    transform-origin: center top;
  }

  .media_window {
    padding: 82px 0 92px;
  }

  .media_window .media_window__past_stage {
    margin-top: 58px;
    padding: 58px 0 70px;
  }

  .media_window .media_window__past_slide {
    width: 48vw;
    min-width: 300px;
    height: 230px;
  }

  .media_window .media_window__past_slider {
    width: calc(100% + 220px);
    margin-left: -110px;
  }

  .media_window .media_window__current_stage {
    margin-top: 78px;
  }

  .media_window .media_window__current_viewport {
    height: 82vw;
    min-height: 330px;
    max-height: 450px;
  }

  .media_window .media_window__current_card {
    width: 72vw;
    height: 72vw;
    max-width: 360px;
    max-height: 360px;
    border-radius: 16px;
  }

  .media_window .media_window__current_card.is-left-1 {
    transform: translate(-50%, -50%) translateX(-42vw) translateZ(-100px)
      rotateY(14deg) scale(0.84);
  }

  .media_window .media_window__current_card.is-right-1 {
    transform: translate(-50%, -50%) translateX(42vw) translateZ(-100px)
      rotateY(-14deg) scale(0.84);
  }

  .media_window .media_window__current_card.is-left-2 {
    transform: translate(-50%, -50%) translateX(-72vw) translateZ(-260px)
      rotateY(22deg) scale(0.68);
  }

  .media_window .media_window__current_card.is-right-2 {
    transform: translate(-50%, -50%) translateX(72vw) translateZ(-260px)
      rotateY(-22deg) scale(0.68);
  }

  .partners_sponsors {
    padding: 74px 0 62px;
  }

  .partners_sponsors .partners_sponsors__header {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .partners_sponsors .partners_sponsors__filter {
    width: min(100%, 340px);
  }

  .partners_sponsors .partners_sponsors__slider,
  .partners_sponsors .partners_sponsors__slide {
    min-height: 252px;
  }

  .partners_sponsors .partners_sponsors__logo_group {
    min-height: 122px;
  }

  .partners_sponsors .partners_sponsors__logo {
    max-width: min(100%, 360px);
    max-height: 124px;
  }

  .site_footer .site_footer__main {
    padding: 68px 0 34px;
  }

  .site_footer .site_footer__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 46px 56px;
  }

  .site_footer .site_footer__brand_block {
    grid-column: 1 / -1;
    max-width: 520px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --mom_header_height: 124px;
  }

  .site__header {
    padding-top: 10px;
  }

  .site__header .site__header__topbar {
    min-height: 28px;
  }

  .site__header .site__header__countdown {
    gap: 10px;
    font-size: 17px;
  }

  .site__header .site__header__countdown_item:not(:last-child)::after {
    height: 18px;
    margin-inline-start: 10px;
  }

  .site__header .site__header__navwrap {
    margin-top: 0;
    padding-top: 0;
  }

  .site__header .site__header__navbar {
    min-height: 66px;
    padding: 10px 14px 10px 20px;
    border-radius: 36px;
  }

  .site__header .site__header__brand {
    width: 152px;
  }

  .site__header .site__header__actions {
    gap: 8px;
  }

  .site__header .site__header__language {
    min-width: 82px;
    min-height: 44px;
    padding: 7px 16px;
    font-size: 14px;
  }

  .site__header .site__header__toggle {
    width: 44px;
    height: 44px;
  }

  .site__header .site__header__menu_list {
    grid-template-columns: 1fr;
  }

  .site__header .site__header__menu {
    border-radius: 20px;
  }

  .home_hero {
    min-height: 765px;
  }

  .home_hero .home_hero__video {
    object-position: 58% center;
  }

  .home_hero .home_hero__container {
    min-height: 668px;
    padding-bottom: 82px;
  }

  .home_hero .home_hero__meta {
    gap: 8px 18px;
    font-size: 12px;
  }

  .home_hero .home_hero__text {
    max-width: 520px;
  }

  .home_hero .home_hero__actions {
    gap: 12px;
    margin-top: 34px;
  }

  .home_hero .home_hero__btn {
    min-width: 164px;
    min-height: 50px;
    padding: 15px 22px;
    font-size: 13px;
  }

  .help_chatbot {
    right: 18px;
    bottom: 82px;
  }

  .home_counter .home_counter__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home_counter .home_counter__item:nth-child(5) {
    grid-column: 1 / -1;
    border-left: 0;
  }

  .home_counter {
    margin-top: -50px;
  }

  .about_conference {
    scroll-margin-top: 160px;
    padding: 72px 0;
  }

  .about_conference .about_conference__text {
    margin-top: 30px;
    font-size: 15px;
  }

  .about_conference .about_conference__button {
    margin-top: 38px;
  }

  .about_conference .about_conference__themes_title {
    margin-bottom: 34px;
    font-size: 24px;
  }

  .about_conference .about_conference__themes_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 20px;
  }

  /*.about_conference .about_conference__theme,
  .about_conference .about_conference__theme:nth-child(4) {
    grid-column: auto;
  }
  .about_conference .about_conference__theme:nth-child(5) {
    grid-column: 1 / -1 !important;
  }*/

  .about_conference .about_conference__theme_icon {
    width: 132px;
    height: 132px;
  }

  .about_conference .about_conference__theme_label {
    font-size: 14px;
  }

  .global_voices {
    scroll-margin-top: 160px;
    padding-top: 150px;
  }

  .global_voices .global_voices__title {
    font-size: 38px;
  }

  .global_voices .global_voices__copy {
    margin-top: 28px;
    font-size: 16px;
  }

  .global_voices .global_voices__speaker_card {
    grid-template-columns: 132px minmax(0, 1fr);
    min-height: 214px;
    padding: 26px 28px;
    border-radius: 20px;
  }

  .global_voices .global_voices__speaker_photo {
    width: 112px;
    height: 112px;
    font-size: 34px;
  }

  .global_voices .global_voices__speaker_country {
    margin-bottom: 22px;
    font-size: 12px;
  }

  .global_voices .global_voices__speaker_name {
    font-size: 22px;
  }

  .global_voices .global_voices__speaker_role {
    margin-top: 10px;
    font-size: 14px;
  }

  .global_voices .global_voices__speaker_button {
    margin-top: 22px;
  }

  .global_voices .global_voices__profile {
    display: grid;
    grid-template-columns: 1fr 52px 52px 1fr;
    gap: 16px 12px;
    align-items: center;
  }

  .global_voices .global_voices__speaker_card {
    grid-column: 1 / -1;
  }

  .global_voices .global_voices__control {
    position: static;
    top: auto;
    width: 44px;
    height: 44px;
    margin-top: 0;
    border-color: rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.12);
    color: var(--mom_white);
    transform: none;
  }

  .global_voices .global_voices__control:hover {
    transform: translateY(-2px);
  }

  .global_voices .global_voices__control--prev {
    grid-column: 2;
  }

  .global_voices .global_voices__control--next {
    grid-column: 3;
  }

  .global_voices .global_voices__map_wrap {
    width: 118%;
    margin-left: -9%;
  }

  .conference_programme {
    scroll-margin-top: 160px;
    padding: 112px 0 72px;
  }

  .conference_programme .conference_programme__header {
    margin-bottom: 44px;
  }

  .conference_programme .conference_programme__title {
    font-size: 38px;
  }

  .conference_programme .conference_programme__timeline {
    padding-inline-end: 28px;
  }

  .conference_programme .conference_programme__timeline::before {
    left: 8px;
  }

  .conference_programme .conference_programme__timeline::after {
    left: 6px;
  }

  .conference_programme .conference_programme__timeline {
    max-height: none;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .conference_programme .conference_programme__timeline::before,
  .conference_programme .conference_programme__timeline::after {
    display: none;
  }

  .conference_programme .conference_programme__item {
    min-height: 0;
    padding-bottom: 34px;
  }

  .conference_programme .conference_programme__item_inner {
    grid-template-columns: 85px minmax(0, 1fr);
    gap: 18px;
    padding: 24px 20px;
  }

  .conference_programme .conference_programme__item_inner::before {
    opacity: 1;
    transform: none;
    background: rgba(204, 236, 237, 0.12);
  }

  .conference_programme
    .conference_programme__item
    + .conference_programme__item {
    padding-top: 30px;
  }

  .conference_programme .conference_programme__date {
    width: 96px;
    height: 96px;
    margin: 0;
  }

  .conference_programme .conference_programme__date_day {
    font-size: 32px;
  }

  .conference_programme .conference_programme__date_month {
    font-size: 12px;
  }

  .conference_programme .conference_programme__card {
    width: 100%;
    padding: 0;
  }

  .conference_programme .conference_programme__name {
    font-size: 19px;
  }

  .conference_programme .conference_programme__meta_row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .conference_programme .conference_programme__speaker_window {
    width: 100%;
    max-width: 100%;
  }

  .conference_programme .conference_programme__speaker_track {
    gap: 18px;
    width: max-content;
  }

  .conference_programme .conference_programme__speaker {
    width: 48px;
    height: 48px;
  }

  .conference_programme .conference_programme__actions {
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
  }

  .conference_programme .conference_programme__word_wall {
    transform: scale(0.82);
  }

  .media_window {
    padding: 72px 0 78px;
  }

  .media_window .media_window__button {
    margin-top: 24px;
  }

  .media_window .media_window__past_stage {
    margin-top: 48px;
    padding: 44px 0 62px;
  }

  .media_window .media_window__curve {
    width: 150vw;
    height: 86px;
  }

  .media_window .media_window__curve--top {
    top: -26px;
  }
  .media_window .media_window__curve--bottom {
    bottom: -10px;
  }

  .media_window .media_window__past_slide {
    width: 70vw;
    min-width: 265px;
    height: 190px;
    border-width: 3px;
  }

  .media_window .media_window__past_slider {
    width: 100%;
    margin-left: 0;
  }

  .media_window .media_window__current_heading {
    margin-top: 0;
  }

  .media_window .media_window__current_stage {
    margin-top: 58px;
  }

  .media_window .media_window__current_controls {
    margin-top: 2px;
  }

  .partners_sponsors .partners_sponsors__eyebrow {
    font-size: 13px;
  }

  .partners_sponsors .partners_sponsors__slider,
  .partners_sponsors .partners_sponsors__slide {
    min-height: 230px;
  }

  .partners_sponsors .partners_sponsors__slide {
    padding-inline: 8px;
  }

  .partners_sponsors .partners_sponsors__logo_group--multi {
    gap: 28px;
  }

  .partners_sponsors .partners_sponsors__divider {
    width: 180px;
    margin-top: 24px;
  }

  .site_footer .site_footer__main {
    padding: 56px 0 30px;
  }

  .site_footer .site_footer__container {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .site_footer .site_footer__brand {
    width: 210px;
    margin-bottom: 24px;
  }

  .site_footer .site_footer__description {
    font-size: 15px;
  }

  .site_footer .site_footer__column {
    gap: 14px;
  }

  .site_footer .site_footer__column_title {
    margin-bottom: 8px;
  }

  .site_footer .site_footer__bottom_container {
    min-height: 48px;
  }
}

@media (max-width: 575.98px) {
  .container {
    --bs-gutter-x: 2.5rem;
  }
  .site__header.is_sticky .site__header__inner {
    transform: translateY(-38px);
  }
  .site__header .site__header__navwrap_container {
    --bs-gutter-x: 1.5rem;
  }

  .site__header .site__header__brand {
    width: 134px;
  }

  .site__header .site__header__language {
    min-width: 74px;
    min-height: 40px;
    height: 40px;
    padding-inline: 12px;
    padding-block-start: 12px;
    font-size: 13px;
  }

  .site__header .site__header__toggle {
    width: 40px;
    height: 40px;
  }

  .home_hero,
  .home_hero .home_hero__container {
    min-height: 580px;
  }
  [dir="rtl"] .home_hero,
  [dir="rtl"] .home_hero .home_hero__container {
    min-height: 540px;
  }

  .home_hero .home_hero__container {
    padding-top: 180px;
    padding-bottom: 50px;
  }

  .home_hero .home_hero__title {
    font-size: 40px;
  }

  .home_hero .home_hero__text {
    font-size: 15px;
  }

  .help_chatbot {
    display: none;
  }

  .home_counter .home_counter__grid {
  }

  .home_counter .home_counter__item {
    min-height: 112px;
  }
  .home_counter .home_counter__item:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
  }

  .about_conference .about_conference__title {
    font-size: 34px;
  }

  .about_conference .about_conference__themes_grid {
    gap: 28px 14px;
  }

  .about_conference .about_conference__theme_icon {
    width: 118px;
    height: 118px;
  }

  .global_voices .global_voices__text_bg {
    background-size: auto 100%;
    background-position: center top;
  }

  .global_voices .global_voices__eyebrow {
    font-size: 13px;
  }

  .global_voices .global_voices__title {
    font-size: 34px;
  }

  .global_voices .global_voices__button {
    min-width: 176px;
  }

  .global_voices .global_voices__speaker_card {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 20px;
    padding: 14px;
    align-items: self-start;
    min-height: 182px;
  }

  .global_voices .global_voices__speaker_photo {
    width: 100px;
    height: 100px;
  }
  .global_voices .global_voices__speaker_name {
    font-size: 18px;
  }
  .global_voices .global_voices__speaker_role {
    font-size: 13px;
  }

  .global_voices .global_voices__map_wrap {
    width: 160%;
    margin-left: -30%;
  }

  .global_voices .global_voices__pin {
    width: 20px;
    height: 30px;
  }

  .global_voices .global_voices__pin::before {
    font-size: 23px;
  }

  .global_voices .global_voices__pin.is-active::before {
    font-size: 30px;
  }

  .conference_programme .conference_programme__filter {
    width: 100%;
  }

  .conference_programme .conference_programme__title {
    font-size: 32px;
  }

  .conference_programme .conference_programme__item {
    padding-bottom: 24px;
  }

  .conference_programme
    .conference_programme__item
    + .conference_programme__item {
    padding-top: 0;
  }

  .conference_programme .conference_programme__item_inner {
    grid-template-columns: 1fr;
  }

  .conference_programme .conference_programme__card {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }

  .conference_programme .conference_programme__item::before {
    display: none;
  }

  .conference_programme .conference_programme__item:hover,
  .conference_programme .conference_programme__item:focus-within {
    transform: none;
  }

  .conference_programme .conference_programme__item_inner:hover,
  .conference_programme .conference_programme__item_inner:focus-within {
    background: rgb(204 236 237 / 25%);
    box-shadow: 0 18px 40px rgba(0, 42, 64, 0.14);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 16px;
  }

  .conference_programme .conference_programme__date {
    width: fit-content;
    max-width: 180px;
    height: auto;
    margin: 0;
    border-radius: 30px;
    padding: 6px 20px;
  }
  .conference_programme .conference_programme__date > span {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .conference_programme .conference_programme__date_day {
    font-size: 26px;
  }
  .conference_programme .conference_programme__date_month {
    font-size: 14px;
    margin-top: 0;
  }

  .conference_programme .conference_programme__speaker_window {
    width: 100%;
    max-width: 100%;
  }

  .conference_programme .conference_programme__details {
    min-width: 136px;
  }

  .conference_programme .conference_programme__actions {
    align-items: center;
    gap: 10px;
  }

  .conference_programme .conference_programme__word_wall {
    margin-top: 0;
    transform: scale(0.68);
  }

  .conference_programme .conference_programme__word {
    line-height: 0.98;
  }

  .conference_programme .conference_programme__word:nth-child(2) {
    --conference_programme_word_x: 20%;
  }
  .conference_programme .conference_programme__word:nth-child(5) {
    --conference_programme_word_x: 25%;
  }
  .conference_programme .conference_programme__word:nth-child(7) {
    --conference_programme_word_x: 39%;
    --conference_programme_word_y: 62%;
  }
  .conference_programme .conference_programme__word:nth-child(9) {
    --conference_programme_word_x: 78%;
    --conference_programme_word_y: 70%;
  }
  .conference_programme .conference_programme__word:nth-child(11) {
    --conference_programme_word_y: 30%;
  }
  .conference_programme .conference_programme__word:nth-child(12) {
    --conference_programme_word_x: 83%;
    --conference_programme_word_y: 30%;
  }
  .conference_programme .conference_programme__word:nth-child(14) {
    --conference_programme_word_x: 69%;
    --conference_programme_word_y: 55%;
  }
  .conference_programme .conference_programme__word:nth-child(16) {
    --conference_programme_word_x: 32%;
    --conference_programme_word_y: 84%;
  }
  .conference_programme .conference_programme__word:nth-child(17) {
    --conference_programme_word_x: 80%;
    --conference_programme_word_y: 90%;
  }
  .conference_programme .conference_programme__word:nth-child(18) {
    --conference_programme_word_x: 82%;
    --conference_programme_word_y: 81%;
  }

  .conference_programme
    .conference_programme__item_inner:hover
    .conference_programme
    .conference_programme__icon_btn {
    border-color: var(--mom_teal_mid);
    color: var(--mom_teal_mid);
  }

  .media_window {
    padding-top: 0;
  }
  .media_window .media_window__eyebrow {
    font-size: 12px;
  }

  .media_window .media_window__button {
    min-width: 160px;
    min-height: 32px;
    padding: 9px 20px;
    font-size: 11px;
  }

  .media_window .media_window__curve--top {
    background: #01998e;
  }
  .media_window .media_window__curve--bottom {
    background: #00828a;
  }
  .media_window .media_window__past_stage {
    margin-top: 40px;
    margin-bottom: 4rem;
    padding: 20px 0 38px;
  }

  .media_window .media_window__past_slide {
    width: 100%;
    height: 280px;
  }

  .media_window .media_window__past_controls,
  .media_window .media_window__current_controls {
    gap: 20px;
  }
  .media_window .media_window__current_stage {
    margin-top: 25px;
  }

  .media_window .media_window__current_card {
    width: 76vw;
    height: 76vw;
    max-width: 320px;
    max-height: 320px;
  }
  .media_window .media_window__current_card.is-center {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1) !important;
  }

  .about_conference,
  .global_voices,
  .conference_programme,
  .media_window,
  .partners_sponsors {
    padding: 40px 0;
  }

  .partners_sponsors .partners_sponsors__filter {
    width: 100%;
  }
  .partners_sponsors .partners_sponsors__select {
    font-size: 13px;
  }

  .partners_sponsors .partners_sponsors__slider,
  .partners_sponsors .partners_sponsors__slide {
    min-height: 216px;
  }

  .partners_sponsors .partners_sponsors__logo {
    max-width: min(100%, 280px);
    max-height: 104px;
  }

  .partners_sponsors .partners_sponsors__logo--platinum {
    max-width: 96px;
    max-height: 108px;
  }

  .partners_sponsors .partners_sponsors__category {
    margin-top: 22px;
    font-size: 11px;
  }

  .site_footer .site_footer__main {
    padding: 40px 0 30px;
  }
}

/* ======================================== Default Page Template ======================================== */
.default_page {
  overflow: hidden;
  margin-top: 0;
  background:
    radial-gradient(
      circle at 18% 22%,
      rgba(184, 235, 225, 0.16),
      transparent 31%
    ),
    radial-gradient(
      circle at 86% 72%,
      rgba(132, 208, 171, 0.13),
      transparent 34%
    ),
    linear-gradient(180deg, #012d3a 0%, #006b7d 45%, #022b36 100%);
  color: var(--mom_white);
}

.default_page__hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 680px;
  padding: calc(var(--mom_header_height) + 128px) 0 104px;
  margin-top: 0;
  isolation: isolate;
  background: linear-gradient(to bottom, #00489c 0%, #00799a 45%, #01b88a 100%);
}

.admin-bar .default_page__hero {
  padding-top: calc(var(--mom_header_height) + 160px);
}

.default_page__hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: min(1280px, calc(100% - 48px));
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(184, 235, 225, 0.72),
    transparent
  );
  transform: translateX(-50%);
}

.default_page__hero_image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.08);
}

.default_page__hero_overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  /*background:
    linear-gradient(
      90deg,
      rgba(1, 45, 58, 0.96) 0%,
      rgba(1, 45, 58, 0.76) 36%,
      rgba(0, 111, 128, 0.22) 100%
    ),
    linear-gradient(
      180deg,
      rgba(1, 45, 58, 0.18) 0%,
      rgba(1, 45, 58, 0.92) 100%
    );*/

  background:
    linear-gradient(
      90deg,
      rgba(1, 45, 58, 0.36) 0%,
      rgba(1, 45, 58, 0.66) 36%,
      rgba(0, 111, 128, 0.22) 100%
    ),
    linear-gradient(
      180deg,
      rgba(1, 45, 58, 0.18) 0%,
      rgba(1, 45, 58, 0.12) 100%
    );
}

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

.default_page__hero.hide_the_banner {
  --mom_header_height: 110px;

  min-height: 170px;
  padding: calc(var(--mom_header_height) + 128px) 0 40px;
  background: #39b489;
}
.default_page__hero.hide_the_banner .default_page__hero_image {
  /*opacity: 0;*/
}

.default_page__eyebrow {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
}

.default_page__eyebrow span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.default_page__eyebrow span + span::before {
  content: "";
  width: 38px;
  height: 1px;
  background: #b8ebe1;
}

.default_page__title {
  margin: 0;
  color: var(--mom_white);
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.92;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.26);
  text-wrap: balance;
}

.default_page__body {
  position: relative;
  padding: 108px 0 132px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 12% 12%,
      rgba(184, 235, 225, 0.28),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 72%,
      rgba(0, 111, 128, 0.08),
      transparent 34%
    ),
    linear-gradient(180deg, #ffffff 0%, #f6fbfa 56%, #ffffff 100%);
  color: var(--mom_teal_dark);
}

.default_page__body::before,
.default_page__body::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.default_page__body::before {
  top: 72px;
  right: max(28px, 7vw);
  width: min(420px, 32vw);
  height: min(420px, 32vw);
  border: 1px solid rgba(0, 111, 128, 0.08);
  border-radius: 50%;
  background:
    url("../images/recycle-icon.svg") center / 34% no-repeat,
    radial-gradient(circle, rgba(184, 235, 225, 0.18), transparent 68%);
  opacity: 0.18;
}

.default_page__body::after {
  left: 50%;
  top: 48px;
  width: min(1160px, calc(100% - 48px));
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 111, 128, 0.22),
    transparent
  );
  transform: translateX(-50%);
}

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

.default_page__entry {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(42px, 6vw, 76px);
  border: 1px solid rgba(0, 111, 128, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: rgba(28, 56, 67, 0.82);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.9;
  box-shadow:
    0 34px 96px rgba(1, 56, 71, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  animation: default_page_content_arrive 620ms ease both;
  transition:
    box-shadow 280ms ease,
    transform 280ms ease;
}

.default_page__entry:hover {
  transform: translateY(-4px);
  box-shadow:
    0 42px 118px rgba(1, 56, 71, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.default_page__entry::before {
  content: "";
  position: absolute;
  top: 26px;
  right: 30px;
  width: 86px;
  height: 1px;
  background: #01a290;
  opacity: 0.8;
}

.default_page__entry > *:first-child {
  margin-top: 0;
}

.default_page__entry > *:last-child {
  margin-bottom: 0;
}

.default_page__entry h2,
.default_page__entry h3,
.default_page__entry h4 {
  margin: 1.7em 0 0.68em;
  color: var(--mom_teal_deep);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
}

.default_page__entry h2 {
  font-size: clamp(32px, 3vw, 52px);
}

.default_page__entry h3 {
  font-size: clamp(24px, 2vw, 34px);
}

.default_page__entry a {
  color: #007f92;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  transition:
    color 200ms ease,
    text-underline-offset 200ms ease;
}

.default_page__entry a:hover {
  color: var(--mom_teal_dark);
  text-underline-offset: 8px;
}

.default_page__entry img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.vip_reservation {
  position: relative;
  overflow: hidden;
  min-height: 430px;
}

.vip_reservation__content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  max-width: 1040px;
  margin: 0 auto;
}

.vip_reservation__content > p,
.vip_reservation__content {
  color: var(--mom_teal_deep);
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 500;
  line-height: 1.45;
  text-wrap: balance;
}

.vip_reservation__content > p {
  max-width: 1040px;
  margin: 0;
}

.vip_reservation__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: clamp(36px, 5vw, 58px);
}

.vip_reservation__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 236px;
  min-height: 56px;
  padding: 17px 30px;
  border: 1px solid rgba(1, 56, 71, 0.96);
  border-radius: 999px;
  background: transparent;
  color: var(--mom_teal_deep);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 0;
  text-decoration: none !important;
  text-transform: uppercase;
  box-shadow: 0 18px 52px rgba(1, 56, 71, 0.08);
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.vip_reservation__button i {
  font-size: 13px;
  transition: transform 220ms ease;
}

.vip_reservation__button:hover,
.vip_reservation__button:focus-visible {
  transform: translateY(-3px);
  border-color: var(--mom_teal_deep);
  background: var(--mom_teal_deep);
  color: white !important;
  box-shadow: 0 28px 70px rgba(1, 56, 71, 0.2);
}

.vip_reservation__button:hover i,
.vip_reservation__button:focus-visible i {
  transform: translateX(3px);
}

.default_page__empty {
  position: relative;
  display: grid;
  align-content: end;
  max-width: 1080px;
  min-height: 430px;
  margin: 0 auto;
  padding: clamp(54px, 7vw, 96px);
  border: 1px solid rgba(0, 111, 128, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      rgba(184, 235, 225, 0.22),
      rgba(255, 255, 255, 0.92) 52%,
      rgba(132, 208, 171, 0.16)
    ),
    #ffffff;
  box-shadow: 0 36px 110px rgba(1, 56, 71, 0.14);
  backdrop-filter: blur(20px);
  animation: default_page_content_arrive 620ms ease both;
}

.default_page__empty::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(0, 111, 128, 0.1);
  border-radius: 6px;
  pointer-events: none;
}

.default_page__empty::after {
  content: "";
  position: absolute;
  right: clamp(34px, 5vw, 78px);
  bottom: clamp(32px, 4vw, 66px);
  width: min(320px, 34vw);
  height: 1px;
  background: #01a290;
  opacity: 0.9;
}

.default_page__empty_mark {
  display: block;
  width: 88px;
  height: 88px;
  margin-bottom: 40px;
  border: 1px solid rgba(0, 111, 128, 0.55);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #01a290 0 5px, transparent 6px),
    linear-gradient(
      135deg,
      transparent 47%,
      rgba(0, 111, 128, 0.72) 48% 52%,
      transparent 53%
    );
  box-shadow: 0 0 0 12px rgba(0, 111, 128, 0.06);
}

.default_page__empty_eyebrow {
  margin: 0 0 18px;
  color: #007f92;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
}

.default_page__empty_message {
  margin: 0;
  color: var(--mom_teal_deep);
  font-size: clamp(36px, 6.2vw, 64px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.96;
  text-wrap: balance;
}

.rts_page--rtl {
  direction: rtl;
}

.rts_page--rtl .home_hero .home_hero__title,
.rts_page--rtl .section_main_title,
.rts_page--rtl .about_conference .about_conference__themes_title,
.rts_page--rtl .conference_programme .conference_programme__name,
.rts_page--rtl .global_voices .global_voices__speaker_name,
.rts_page--rtl .partners_sponsors .partners_sponsors__category {
  text-transform: none;
  direction: rtl;
  unicode-bidi: plaintext;
  letter-spacing: 0;
}

.rts_page--rtl .home_hero .home_hero__title,
.rts_page--rtl .section_main_title {
  line-height: 1.18;
  word-break: normal;
  overflow-wrap: normal;
}

.rts_page--rtl .default_page__hero_overlay {
  background:
    linear-gradient(
      270deg,
      rgba(1, 45, 58, 0.96) 0%,
      rgba(1, 45, 58, 0.76) 36%,
      rgba(0, 111, 128, 0.22) 100%
    ),
    linear-gradient(
      180deg,
      rgba(1, 45, 58, 0.18) 0%,
      rgba(1, 45, 58, 0.92) 100%
    );
}

.rts_page--rtl .default_page__entry::before {
  right: auto;
  left: 30px;
}

.rts_page--rtl .default_page__empty::after {
  right: auto;
  left: clamp(28px, 5vw, 70px);
}

.rts_page--rtl .vip_reservation {
  background:
    linear-gradient(
      225deg,
      rgba(255, 255, 255, 0.94),
      rgba(246, 251, 250, 0.9)
    ),
    radial-gradient(
      circle at 85% 14%,
      rgba(184, 235, 225, 0.42),
      transparent 34%
    ),
    radial-gradient(circle at 12% 82%, rgba(0, 111, 128, 0.12), transparent 38%);
  direction: rtl;
}

/*.rts_page--rtl .vip_reservation__content > p:first-of-type::before {
  content: "VIP";
  font-family: "Encode Sans", Arial, sans-serif;
  letter-spacing: 0.14em;
}*/

.rts_page--rtl .vip_reservation__button {
  letter-spacing: 0;
}

.rts_page--rtl .vip_reservation__button i {
  transform: rotate(180deg);
}

.rts_page--rtl .vip_reservation__button:hover i,
.rts_page--rtl .vip_reservation__button:focus-visible i {
  transform: rotate(180deg) translateX(3px);
}

@keyframes default_page_content_arrive {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .admin-bar .default_page__hero {
    padding-top: 224px;
  }

  .default_page__hero {
    min-height: 560px;
    padding: 194px 0 78px;
  }

  .default_page__body {
    padding: 66px 0;
  }

  .default_page__body::before {
    right: -110px;
    width: 280px;
    height: 280px;
  }

  .default_page__body::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .admin-bar .default_page__hero {
    padding-top: 204px;
  }

  .default_page__hero {
    min-height: 300px;
    padding: 168px 0 36px;
  }
  .default_page__hero_image {
    object-position: right;
  }

  .default_page__title {
    font-size: clamp(20px, 14vw, 46px);
    line-height: normal;
  }

  .default_page__eyebrow {
    gap: 10px;
    font-size: 13px;
  }

  .default_page__eyebrow span + span::before {
    width: 22px;
  }

  .default_page__body {
    padding: 22px 0;
  }

  .default_page__entry {
    padding: 34px 24px;
  }

  .default_page__entry:has(.vip_reservation) {
    padding: 0;
  }

  .vip_reservation {
    min-height: 360px;
    padding: 42px 24px;
  }

  .vip_reservation::before {
    inset: 14px;
  }

  .vip_reservation__content > p,
  .vip_reservation__content {
    font-size: clamp(20px, 6vw, 27px);
    line-height: 1.42;
  }

  .vip_reservation__actions {
    gap: 12px;
    margin-top: 34px;
  }

  .vip_reservation__button {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 15px 18px;
    font-size: 12px;
  }

  .default_page__body::before {
    right: -120px;
    width: 230px;
    height: 230px;
  }

  .default_page__empty {
    min-height: 330px;
    padding: 42px 28px 74px;
  }

  .default_page__empty_message {
    font-size: clamp(34px, 6vw, 50px);
  }

  .default_page__empty::after {
    width: 156px;
  }
}

@media (max-width: 991px) {
  .home_hero .home_hero__motion_layer--recycle {
    right: -72px;
    top: 232px;
    width: clamp(260px, 64vw, 420px);
    opacity: 0.34;
  }

  .home_hero .home_hero__motion_layer--rings {
    right: -210px;
    top: 188px;
    width: 620px;
    opacity: 0.2;
  }

  .home_hero .home_hero__motion_layer--lines {
    left: -34%;
    bottom: 22%;
    width: 110%;
    opacity: 0.2;
  }
}

@media (max-width: 575px) {
  .home_hero .home_hero__motion_layer--recycle {
    right: -120px;
    top: 244px;
    opacity: 0.22;
  }

  .home_hero .home_hero__motion_layer--rings,
  .home_hero .home_hero__motion_layer--horizon {
    opacity: 0.16;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .home_hero .home_hero__video {
    transform: none !important;
  }

  .about_conference .about_conference__video {
    opacity: 0.58;
  }

  .conference_programme .conference_programme__speaker_track {
    animation: none;
  }

  .home_hero .home_hero__video,
  .home_hero .home_hero__container,
  .home_hero .home_hero__motion_layer,
  .home_hero .home_hero__meta,
  .home_hero .home_hero__title,
  .home_hero .home_hero__text,
  .home_hero .home_hero__actions,
  .rts_scroll_reveal {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  .home_hero .home_hero__motion_layers {
    opacity: 0.45;
    transform: none;
  }

  .default_page__body::before,
  .default_page__body::after,
  .default_page__entry,
  .default_page__empty {
    animation: none !important;
  }

  .default_page__entry:hover {
    transform: none;
  }
}

/* ======================================== Newsletter Page Template ======================================== */
.newsletter_page {
  overflow: hidden;
  background:
    radial-gradient(
      circle at 20% 12%,
      rgba(184, 235, 225, 0.16),
      transparent 30%
    ),
    linear-gradient(180deg, #012d3a 0%, #006f80 42%, #f7fbfa 42%, #ffffff 100%);
  color: var(--mom_teal_dark);
}

.newsletter_page__hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 680px;
  padding: calc(var(--mom_header_height) + 128px) 0 104px;
  isolation: isolate;
  color: var(--mom_white);
}

.admin-bar .newsletter_page__hero {
  padding-top: calc(var(--mom_header_height) + 160px);
}

.newsletter_page__hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: min(1280px, calc(100% - 48px));
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(184, 235, 225, 0.72),
    transparent
  );
  transform: translateX(-50%);
}

.newsletter_page__hero_image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.08);
}

.newsletter_page__hero_overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(1, 45, 58, 0.97) 0%,
      rgba(1, 45, 58, 0.78) 38%,
      rgba(0, 111, 128, 0.3) 100%
    ),
    linear-gradient(
      180deg,
      rgba(1, 45, 58, 0.12) 0%,
      rgba(1, 45, 58, 0.92) 100%
    );
}

.newsletter_page__hero_inner {
  position: relative;
  z-index: 1;
  max-width: 1580px;
}

.newsletter_page__eyebrow,
.newsletter_page__section_eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
}

.newsletter_page__eyebrow {
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.9);
}

.newsletter_page__eyebrow span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.newsletter_page__eyebrow span + span::before,
.newsletter_page__section_eyebrow::after {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--mom_mint);
}

.newsletter_page__title {
  max-width: 960px;
  margin: 0;
  color: var(--mom_white);
  font-size: clamp(50px, 6.6vw, 112px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.26);
  text-wrap: balance;
}

.newsletter_page__intro {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 500;
  line-height: 1.55;
}

.newsletter_page__body {
  position: relative;
  padding: 108px 0 132px;
  background:
    radial-gradient(
      circle at 10% 18%,
      rgba(184, 235, 225, 0.26),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 68%,
      rgba(0, 111, 128, 0.08),
      transparent 34%
    ),
    linear-gradient(180deg, #ffffff 0%, #f6fbfa 58%, #ffffff 100%);
}

.newsletter_page__body::before {
  content: "";
  position: absolute;
  top: 82px;
  right: max(24px, 7vw);
  width: min(420px, 30vw);
  height: min(420px, 30vw);
  border: 1px solid rgba(0, 111, 128, 0.08);
  border-radius: 50%;
  background:
    url("../images/recycle-icon.svg") center / 34% no-repeat,
    radial-gradient(circle, rgba(184, 235, 225, 0.18), transparent 68%);
  opacity: 0.16;
  pointer-events: none;
}

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

.newsletter_page__lead {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
}

.newsletter_page__visual {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 8px;
  background: #006f80;
  box-shadow: 0 42px 118px rgba(1, 56, 71, 0.16);
}

.newsletter_page__visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 6px;
  pointer-events: none;
}

.newsletter_page__visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.newsletter_page__visual:hover img {
  transform: scale(1.035);
}

.newsletter_page__visual_badge {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  background: rgba(1, 45, 58, 0.78);
  color: var(--mom_white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.newsletter_page__lead_content {
  max-width: 620px;
}

.newsletter_page__section_eyebrow {
  color: #007f92;
}

.newsletter_page__section_eyebrow::after {
  background: #01a290;
}

.newsletter_page__section_title {
  margin: 0;
  color: var(--mom_teal_deep);
  font-size: clamp(38px, 4.6vw, 76px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  text-wrap: balance;
}

.newsletter_page__summary {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(28, 56, 67, 0.74);
  font-size: clamp(17px, 1.22vw, 20px);
  line-height: 1.82;
}

.newsletter_page__primary_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  margin-top: 36px;
  padding: 17px 28px;
  border: 1px solid var(--mom_teal_deep);
  border-radius: 999px;
  background: var(--mom_teal_deep);
  color: var(--mom_white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 26px 64px rgba(1, 56, 71, 0.18);
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.newsletter_page__primary_link i {
  font-size: 12px;
  transition: transform 220ms ease;
}

.newsletter_page__primary_link:hover {
  transform: translateY(-3px);
  background: #01a290;
  border-color: #01a290;
  color: var(--mom_white);
  box-shadow: 0 32px 82px rgba(1, 56, 71, 0.24);
}

.newsletter_page__primary_link:hover i {
  transform: translateX(3px);
}

.newsletter_page__issues {
  margin-top: clamp(72px, 9vw, 128px);
  padding-top: clamp(42px, 5vw, 64px);
  border-top: 1px solid rgba(0, 111, 128, 0.16);
}

.newsletter_page__issues_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.newsletter_page__issues_title {
  max-width: 720px;
  margin: 0;
  color: var(--mom_teal_deep);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
}

.newsletter_page__issue_list {
  display: grid;
  gap: 14px;
}

.newsletter_page__issue {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) 54px;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  min-height: 118px;
  padding: 24px 26px;
  border: 1px solid rgba(0, 111, 128, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--mom_teal_deep);
  box-shadow: 0 22px 70px rgba(1, 56, 71, 0.07);
  backdrop-filter: blur(18px);
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    background-color 240ms ease,
    box-shadow 240ms ease;
}

.newsletter_page__issue:hover {
  transform: translateY(-4px);
  border-color: rgba(1, 162, 144, 0.42);
  background: var(--mom_white);
  box-shadow: 0 32px 92px rgba(1, 56, 71, 0.12);
}

.newsletter_page__issue_number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(0, 111, 128, 0.2);
  border-radius: 50%;
  color: #007f92;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.newsletter_page__issue_text {
  display: grid;
  gap: 8px;
}

.newsletter_page__issue_text span {
  color: var(--mom_teal_deep);
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
}

.newsletter_page__issue_text small {
  color: rgba(28, 56, 67, 0.62);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-transform: uppercase;
}

.newsletter_page__issue > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(184, 235, 225, 0.44);
  color: var(--mom_teal_deep);
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    color 220ms ease;
}

.newsletter_page__issue:hover > i {
  transform: translate(3px, -3px);
  background: #01a290;
  color: var(--mom_white);
}

.newsletter_page__fallback {
  padding: 42px;
  border: 1px solid rgba(0, 111, 128, 0.12);
  border-radius: 8px;
  background: var(--mom_white);
  color: rgba(28, 56, 67, 0.82);
}

.newsletter_page__fallback a {
  color: #007f92;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.rts_page--rtl .newsletter_page__hero_overlay {
  background:
    linear-gradient(
      270deg,
      rgba(1, 45, 58, 0.97) 0%,
      rgba(1, 45, 58, 0.78) 38%,
      rgba(0, 111, 128, 0.3) 100%
    ),
    linear-gradient(
      180deg,
      rgba(1, 45, 58, 0.12) 0%,
      rgba(1, 45, 58, 0.92) 100%
    );
}

.rts_page--rtl .newsletter_page__body::before {
  right: auto;
  left: max(24px, 7vw);
}

.rts_page--rtl .newsletter_page__visual_badge {
  right: 30px;
  left: auto;
}

.rts_page--rtl .newsletter_page__primary_link i {
  transform: rotate(180deg);
}

.rts_page--rtl .newsletter_page__primary_link:hover i {
  transform: rotate(180deg) translateX(3px);
}

.rts_page--rtl .newsletter_page__issue:hover > i {
  transform: translate(-3px, -3px);
}

@media (max-width: 991px) {
  .newsletter_page__body {
    padding: 76px 0 92px;
  }

  .newsletter_page__lead {
    grid-template-columns: 1fr;
  }

  .newsletter_page__lead_content {
    max-width: 780px;
  }

  .newsletter_page__visual,
  .newsletter_page__visual img {
    min-height: 420px;
  }

  .newsletter_page__issues_head {
    display: grid;
    align-items: start;
  }
}

@media (max-width: 575px) {
  .newsletter_page__eyebrow,
  .newsletter_page__section_eyebrow {
    gap: 10px;
    font-size: 13px;
  }

  .newsletter_page__eyebrow span + span::before,
  .newsletter_page__section_eyebrow::after {
    width: 22px;
  }

  .newsletter_page__visual,
  .newsletter_page__visual img {
    min-height: 300px;
  }

  .newsletter_page__visual::before {
    inset: 12px;
  }

  .newsletter_page__visual_badge {
    left: 20px;
    bottom: 20px;
    max-width: calc(100% - 40px);
    white-space: normal;
  }

  .newsletter_page__body {
    padding: 52px 0;
  }

  .newsletter_page__primary_link {
    width: 100%;
    min-height: 50px;
    padding: 14px 18px;
  }

  .newsletter_page__issue {
    grid-template-columns: 52px minmax(0, 1fr) 42px;
    min-height: 96px;
    padding: 18px 16px;
  }

  .newsletter_page__issue_number {
    width: 46px;
    height: 46px;
    font-size: 12px;
  }

  .newsletter_page__issue_text span {
    font-size: clamp(20px, 7vw, 26px);
  }

  .newsletter_page__issue > i {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }

  .newsletter_page__fallback {
    padding: 28px 22px;
  }

  .rts_page--rtl .newsletter_page__visual_badge {
    right: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .newsletter_page__visual:hover img,
  .newsletter_page__primary_link:hover,
  .newsletter_page__primary_link:hover i,
  .newsletter_page__issue:hover,
  .newsletter_page__issue:hover > i {
    transform: none;
  }
}

/* ======================================== About Page Template ======================================== */
.about_page {
  overflow: hidden;
  background: #f7fbfa;
  color: var(--mom_teal_dark);
}

/***/
.about_page__section_eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: #008b91;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
}
[dir="rtl"] .about_page__section_eyebrow {
  font-size: 15px;
}

.about_page__eyebrow {
  color: rgba(255, 255, 255, 0.9);
}

.about_page__eyebrow span + span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.about_page__eyebrow span + span::before {
  content: "";
  width: 38px;
  height: 1px;
  background: #b8ebe1;
}

.about_page__title {
  max-width: 760px;
  margin: 0;
  color: var(--mom_white);
  font-size: clamp(48px, 6vw, 98px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
  text-shadow: 0 20px 62px rgba(0, 0, 0, 0.3);
}

.about_page__intro {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 1.4vw, 23px);
  font-weight: 500;
  line-height: 1.55;
}

.about_page__anchors {
  position: sticky;
  top: 110px;
  z-index: 20;
  padding-block: 22px;
  pointer-events: none;
}

.about_page__anchors_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  pointer-events: auto;
}

.about_page__anchor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--mom_teal_deep);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 18px 42px rgba(1, 45, 58, 0.15);
  backdrop-filter: blur(18px);
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.about_page__anchor i {
  color: #008b91;
  font-size: 12px;
  transition: transform 220ms ease;
}

.about_page__anchor:hover {
  transform: translateY(-3px);
  background: var(--mom_teal_dark);
  color: var(--mom_white);
  box-shadow: 0 22px 54px rgba(1, 45, 58, 0.22);
}

.about_page__anchor:hover i {
  color: var(--mom_mint);
  transform: translateY(2px);
}

.about_page__section {
  position: relative;
  scroll-margin-top: 180px;
}

.about_page__section--story {
  background:
    radial-gradient(
      circle at 10% 14%,
      rgba(184, 235, 225, 0.28),
      transparent 30%
    ),
    linear-gradient(180deg, #ffffff 0%, #f5fbfa 100%);
}

.about_page__story,
.about_page__objectives,
.about_page__sustainable {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: clamp(52px, 7vw, 118px);
}

.about_page__story_content {
  max-width: 820px;
}

.about_page__section_title {
  margin: 0;
  color: var(--mom_teal_deep);
  font-size: clamp(34px, 4.2vw, 52px);
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
}

.about_page__rich_text {
  margin-top: 34px;
  color: rgba(28, 56, 67, 0.82);
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.85;
}

.about_page__rich_text p {
  margin: 0;
  text-align: justify;
}

.about_page__rich_text p + p {
  margin-top: 22px;
}

.about_page__media,
.about_page__sustainable_media {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 8px;
  background: #dff4f0;
  box-shadow: 0 38px 100px rgba(1, 56, 71, 0.16);
}

.about_page__media::after,
.about_page__sustainable_media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(1, 45, 58, 0) 0%,
    rgba(1, 45, 58, 0.26) 100%
  );
  pointer-events: none;
}

.about_page__media img,
.about_page__sustainable_media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about_page__media:hover img,
.about_page__sustainable_media:hover img {
  transform: scale(1.04);
}

.about_page__media_badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--mom_teal_deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.about_page__section--themes {
  padding: 110px 0 122px;
  background:
    radial-gradient(
      circle at 84% 18%,
      rgba(184, 235, 225, 0.2),
      transparent 26%
    ),
    linear-gradient(135deg, #013847 0%, #006f80 58%, #0aa18f 100%);
  color: var(--mom_white);
}

.about_page__section--themes::before {
  content: "";
  position: absolute;
  right: max(28px, 6vw);
  top: 72px;
  width: min(360px, 28vw);
  height: min(360px, 28vw);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: url("../images/recycle-icon.svg") center / 42% no-repeat;
  opacity: 0.12;
}

.about_page__section--themes .about_page__section_eyebrow,
.about_page__section--themes .about_page__section_title {
  color: var(--mom_white);
}

.about_page__section_head {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.about_page__theme_grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 56px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 34px 100px rgba(0, 30, 40, 0.18);
}

.about_page__theme {
  display: grid;
  align-content: space-between;
  min-height: 292px;
  padding: clamp(28px, 3vw, 42px);
  background: rgba(255, 255, 255, 0.08);
  transition:
    transform 240ms ease,
    background-color 240ms ease;
}

.about_page__theme:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.14);
}

.about_page__theme_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(184, 235, 225, 0.13);
}

.about_page__theme_icon img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.about_page__theme_icon i {
  color: var(--mom_mint);
  font-size: 30px;
}

.about_page__theme h3 {
  margin: 42px 0 0;
  color: var(--mom_white);
  font-size: clamp(18px, 1.35vw, 23px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.28;
}

.about_page__section--objectives {
  padding: 118px 0;
  background:
    radial-gradient(
      circle at 14% 76%,
      rgba(184, 235, 225, 0.28),
      transparent 31%
    ),
    linear-gradient(180deg, #f8fcfb 0%, #ffffff 100%);
}

.about_page__objectives {
  grid-template-columns: minmax(290px, 0.66fr) minmax(0, 1fr);
  align-items: start;
}

.about_page__objectives_intro {
  position: sticky;
  top: 190px;
}

.about_page__objectives_image {
  display: block;
  width: 100%;
  margin-top: 42px;
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(1, 56, 71, 0.14);
}

.about_page__objective_list {
  display: grid;
  gap: 16px;
}

.about_page__objective {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: clamp(20px, 3vw, 38px);
  align-items: start;
  padding: clamp(24px, 3vw, 36px) 0;
  border-top: 1px solid rgba(0, 111, 128, 0.18);
}

.about_page__objective:last-child {
  border-bottom: 1px solid rgba(0, 111, 128, 0.18);
}

.about_page__objective span {
  color: #008b91;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 900;
  line-height: 1;
}

.about_page__objective p {
  margin: 0;
  color: rgba(28, 56, 67, 0.88);
  font-size: clamp(18px, 1.45vw, 25px);
  font-weight: 700;
  line-height: 1.42;
}

.about_page__section--sustainable {
  padding: 118px 0 132px;
  background:
    linear-gradient(180deg, rgba(1, 45, 58, 0.94), rgba(0, 111, 128, 0.92)),
    url("../images/page-banner-2.jpg") center / cover no-repeat;
  color: var(--mom_white);
}

.about_page__sustainable {
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1fr);
}

.about_page__sustainable_media {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 38px 100px rgba(0, 25, 34, 0.24);
}

.about_page__sustainable .about_page__section_eyebrow,
.about_page__sustainable .about_page__section_title,
.about_page__sustainable .about_page__rich_text {
  color: var(--mom_white);
}

.about_page__sustainable .about_page__rich_text {
  color: rgba(255, 255, 255, 0.82);
}

.about_page__section--story,
.about_page__section--themes,
.about_page__section--objectives,
.about_page__section--sustainable {
  padding: 60px 0;
}

[dir="rtl"] .about_page__media_badge {
  right: auto;
  left: 24px;
}

@media (max-width: 1199px) {
  .about_page__theme_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .about_page__anchor {
    flex: 1 1 calc(50% - 12px);
  }

  .about_page__section--story,
  .about_page__section--themes,
  .about_page__section--objectives,
  .about_page__section--sustainable {
    padding: 40px 0;
  }

  .about_page__story,
  .about_page__objectives,
  .about_page__sustainable {
    grid-template-columns: 1fr;
  }

  .about_page__objectives_intro {
    position: static;
  }

  .about_page__media,
  .about_page__sustainable_media {
    min-height: 420px;
  }
}

@media (max-width: 575px) {
  .about_page__eyebrow {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
  }

  .about_page__eyebrow span + span::before {
    display: none;
  }

  .about_page__title {
    font-size: clamp(44px, 17vw, 52px);
  }

  .about_page__intro {
    font-size: 16px;
  }

  .about_page__anchors_inner {
    gap: 8px;
  }

  .about_page__anchor {
    flex-basis: 100%;
    min-height: 44px;
    padding: 12px 16px;
    font-size: 12px;
  }
  [dir="rtl"] .about_page__anchor {
    font-size: 15px;
  }

  .about_page__section--story,
  .about_page__section--themes,
  .about_page__section--objectives,
  .about_page__section--sustainable {
    padding: 46px 0;
  }

  .about_page__theme_grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .about_page__theme {
    min-height: 238px;
  }

  .about_page__objective {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about_page__media,
  .about_page__sustainable_media {
    min-height: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about_page__anchor:hover,
  .about_page__theme:hover,
  .about_page__media:hover img,
  .about_page__sustainable_media:hover img {
    transform: none;
  }
}

/* ======================================== Contact Page Template ======================================== */
.contact_page {
  overflow: hidden;
  background: #f6fbfa;
  color: var(--mom_teal_dark);
}

.contact_page__hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
  padding: calc(var(--mom_header_height) + 126px) 0 104px;
  isolation: isolate;
}

.admin-bar .contact_page__hero {
  padding-top: calc(var(--mom_header_height) + 158px);
}

.contact_page__hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: min(1320px, calc(100% - 48px));
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(184, 235, 225, 0.7),
    transparent
  );
  transform: translateX(-50%);
}

.contact_page__hero_image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.08);
}

.contact_page__hero_overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(1, 45, 58, 0.98) 0%,
      rgba(1, 56, 71, 0.82) 42%,
      rgba(0, 111, 128, 0.2) 100%
    ),
    linear-gradient(
      180deg,
      rgba(1, 45, 58, 0.06) 0%,
      rgba(1, 45, 58, 0.96) 100%
    );
}

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

.contact_page__eyebrow,
.contact_page__section_eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: #008b91;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
}

.contact_page__eyebrow {
  color: rgba(255, 255, 255, 0.9);
}

.contact_page__eyebrow span + span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.contact_page__eyebrow span + span::before {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--mom_mint);
}

.contact_page__title {
  max-width: 900px;
  margin: 0;
  color: var(--mom_white);
  font-size: clamp(54px, 7vw, 112px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.88;
  text-shadow: 0 22px 68px rgba(0, 0, 0, 0.32);
  text-wrap: balance;
}

.contact_page__intro {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 1.36vw, 23px);
  font-weight: 500;
  line-height: 1.58;
}

.contact_page__hero_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.contact_page__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 15px 24px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.contact_page__button i {
  font-size: 12px;
  transition: transform 220ms ease;
}

.contact_page__button--light {
  border: 1px solid var(--mom_mint);
  background: var(--mom_mint);
  color: var(--mom_teal_deep);
  box-shadow: 0 22px 54px rgba(0, 25, 34, 0.2);
}

.contact_page__button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: var(--mom_white);
  backdrop-filter: blur(16px);
}

.contact_page__button:hover {
  transform: translateY(-3px);
  background: var(--mom_teal_dark);
  border-color: var(--mom_teal_dark);
  color: var(--mom_white);
  box-shadow: 0 28px 70px rgba(0, 25, 34, 0.24);
}

.contact_page__button:hover i {
  transform: translateX(3px);
}

.contact_page__section {
  position: relative;
  scroll-margin-top: 180px;
}

.contact_page__section--connect {
  padding: 116px 0 126px;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(184, 235, 225, 0.34),
      transparent 31%
    ),
    radial-gradient(
      circle at 88% 74%,
      rgba(0, 111, 128, 0.09),
      transparent 30%
    ),
    linear-gradient(180deg, #ffffff 0%, #f5fbfa 100%);
}

.contact_page__connect {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
  gap: clamp(46px, 7vw, 112px);
  align-items: start;
}

.contact_page__details {
  position: sticky;
  top: 190px;
}

.admin-bar .contact_page__details {
  top: 222px;
}

.contact_page__section_title {
  margin: 0;
  color: var(--mom_teal_deep);
  font-size: clamp(34px, 4.3vw, 74px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  text-wrap: balance;
}

.contact_page__contact_list {
  display: grid;
  gap: 1px;
  margin-top: 46px;
  overflow: hidden;
  border: 1px solid rgba(0, 111, 128, 0.13);
  border-radius: 8px;
  background: rgba(0, 111, 128, 0.14);
  box-shadow: 0 32px 90px rgba(1, 56, 71, 0.1);
}

.contact_page__contact_item {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 18px;
  gap: 18px;
  align-items: center;
  min-height: 118px;
  padding: clamp(22px, 2.4vw, 30px);
  background: rgba(255, 255, 255, 0.92);
  transition:
    transform 240ms ease,
    background-color 240ms ease,
    box-shadow 240ms ease;
}

.contact_page__contact_item:hover,
.contact_page__contact_item:focus-visible {
  z-index: 1;
  transform: translateY(-4px);
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(1, 56, 71, 0.14);
}

.contact_page__contact_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(0, 111, 128, 0.14);
  border-radius: 50%;
  background: rgba(184, 235, 225, 0.42);
  color: #008b91;
  font-size: 20px;
}

.contact_page__contact_item strong,
.contact_page__contact_item em {
  display: block;
  font-style: normal;
}

.contact_page__contact_item strong {
  color: rgba(28, 56, 67, 0.68);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact_page__contact_item em {
  margin-top: 8px;
  color: var(--mom_teal_deep);
  font-size: clamp(17px, 1.2vw, 20px);
  font-weight: 800;
  line-height: 1.24;
}

.contact_page__contact_item > i {
  color: #008b91;
  font-size: 12px;
  opacity: 0;
  transform: translate(-6px, 6px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.contact_page__contact_item:hover > i,
.contact_page__contact_item:focus-visible > i {
  opacity: 1;
  transform: translate(0, 0);
}

.contact_page__form_panel {
  padding: clamp(28px, 4vw, 56px);
  border: 1px solid rgba(0, 111, 128, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 38px 100px rgba(1, 56, 71, 0.13);
}

.contact_page__form_kicker {
  display: inline-flex;
  margin: 0 0 12px;
  color: #008b91;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.contact_page__form_panel h2 {
  margin: 0 0 34px;
  color: var(--mom_teal_deep);
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
}

.contact_page__form form {
  color: var(--mom_teal_dark);
}

.contact_page__form label,
.contact_page__form .wpforms-field-label {
  color: var(--mom_teal_dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.contact_page__form input[type="text"],
.contact_page__form input[type="email"],
.contact_page__form input[type="tel"],
.contact_page__form input[type="url"],
.contact_page__form input[type="number"],
.contact_page__form input[type="date"],
.contact_page__form input[type="password"],
.contact_page__form input[type="search"],
.contact_page__form select,
.contact_page__form textarea {
  width: 100%;
  min-height: 54px;
  padding: 13px 16px;
  border: 1px solid rgba(0, 111, 128, 0.16);
  border-radius: 8px;
  background: #f7fbfa;
  color: var(--mom_teal_dark);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
  outline: 0;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.contact_page__form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact_page__form input:focus,
.contact_page__form select:focus,
.contact_page__form textarea:focus {
  border-color: #008b91;
  background: #ffffff;
  box-shadow:
    0 0 0 3px rgba(0, 111, 128, 0.1),
    0 8px 22px rgba(1, 56, 71, 0.05);
}

.contact_page__form .wpforms-container {
  margin: 0;
}

.contact_page__form .wpforms-container .wpforms-field {
  padding: 0 0 18px;
}

.contact_page__form .wpforms-container .wpforms-submit-container {
  padding-top: 8px;
}

.contact_page__form input[type="submit"],
.contact_page__form button[type="submit"],
.contact_page__form .wpforms-submit,
.contact_page__form .wpcf7-submit,
div.wpforms-container-full button[type="submit"]:not(:hover):not(:active) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid var(--mom_teal_deep) !important;
  border-radius: 999px;
  background: var(--mom_teal_deep) !important;
  color: var(--mom_white);
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.contact_page__form input[type="submit"]:hover,
.contact_page__form button[type="submit"]:hover,
.contact_page__form .wpforms-submit:hover,
.contact_page__form .wpcf7-submit:hover {
  transform: translateY(-2px);
  background: #008b91 !important;
  border-color: #008b91 !important;
  color: var(--mom_white);
  box-shadow: 0 16px 34px rgba(0, 111, 128, 0.22);
}

.contact_page__form .wpcf7 form input[type="text"],
.contact_page__form .wpcf7 form input[type="email"],
.contact_page__form .wpcf7 form input[type="tel"],
.contact_page__form .wpcf7 form input[type="url"],
.contact_page__form .wpcf7 form input[type="number"],
.contact_page__form .wpcf7 form input[type="date"],
.contact_page__form .wpcf7 form input[type="password"],
.contact_page__form .wpcf7 form input[type="search"],
.contact_page__form .wpcf7 form select,
.contact_page__form .wpcf7 form textarea {
  background: #f7fbfa;
  border-color: rgba(0, 111, 128, 0.16);
}

.contact_page__form .wpcf7 form input[type="submit"],
.contact_page__form .wpcf7 form button[type="submit"] {
  min-height: 52px;
  padding-inline: 24px;
  border-radius: 999px;
  background: var(--mom_teal_deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact_page__form_empty {
  display: grid;
  gap: 18px;
  align-content: center;
  min-height: 280px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px dashed rgba(0, 111, 128, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      rgba(184, 235, 225, 0.24),
      rgba(255, 255, 255, 0.86)
    ),
    #ffffff;
}

.contact_page__form_empty i {
  color: #008b91;
  font-size: 34px;
}

.contact_page__form_empty p {
  max-width: 480px;
  margin: 0;
  color: rgba(28, 56, 67, 0.72);
  font-size: 16px;
  line-height: 1.7;
}

.contact_page__section--venue {
  padding: 112px 0 0;
  background:
    linear-gradient(180deg, rgba(1, 45, 58, 0.96), rgba(0, 111, 128, 0.93)),
    url("../images/page-banner.jpg") center / cover no-repeat;
  color: var(--mom_white);
}

.contact_page__venue_intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  padding-bottom: 58px;
}

.contact_page__section--venue .contact_page__section_eyebrow,
.contact_page__section--venue .contact_page__section_title {
  color: var(--mom_white);
}

.contact_page__venue_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--mom_white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    color 220ms ease;
}

.contact_page__venue_link:hover {
  transform: translateY(-3px);
  background: var(--mom_mint);
  color: var(--mom_teal_deep);
}

.contact_page__map {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 560px;
  background: #dff4f0;
}

.contact_page__map iframe {
  display: block;
  width: 100%;
  height: 560px;
  min-height: inherit;
  border: 0;
  filter: saturate(0.84) contrast(1.04);
}

.rts_page--rtl .contact_page__hero_overlay {
  background:
    linear-gradient(
      270deg,
      rgba(1, 45, 58, 0.98) 0%,
      rgba(1, 56, 71, 0.82) 42%,
      rgba(0, 111, 128, 0.2) 100%
    ),
    linear-gradient(
      180deg,
      rgba(1, 45, 58, 0.06) 0%,
      rgba(1, 45, 58, 0.96) 100%
    );
}

.rts_page--rtl .contact_page__button:hover i {
  transform: rotate(180deg) translateX(3px);
}

.rts_page--rtl .contact_page__contact_item > i {
  transform: translate(6px, 6px) rotate(180deg);
}

.rts_page--rtl .contact_page__contact_item:hover > i,
.rts_page--rtl .contact_page__contact_item:focus-visible > i {
  transform: rotate(180deg) translate(0, 0);
}

@media (max-width: 991px) {
  .contact_page__connect,
  .contact_page__venue_intro {
    grid-template-columns: 1fr;
  }

  .contact_page__details {
    position: static;
  }

  .contact_page__venue_link {
    width: fit-content;
  }

  .contact_page__section--connect {
    padding: 52px 0;
  }
  .contact_page__section--venue {
    padding-top: 52px;
  }
}

@media (max-width: 575px) {
  .contact_page__eyebrow {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
  }

  .contact_page__eyebrow span + span::before {
    display: none;
  }

  .contact_page__title {
    font-size: clamp(46px, 17vw, 52px);
  }

  .contact_page__intro {
    font-size: 16px;
  }

  .contact_page__hero_actions {
    margin-top: 30px;
  }

  .contact_page__venue_intro {
    gap: 0;
  }
  .contact_page__button,
  .contact_page__venue_link {
    width: 100%;
    min-height: 46px;
    padding: 13px 16px;
    font-size: 12px;
  }

  .contact_page__venue_link {
    margin-top: 2.5rem;
  }

  .contact_page__section--connect {
    padding: 42px 0;
  }

  .contact_page__section--venue {
    padding-top: 46px;
  }
  .contact_page__venue_intro {
    padding-bottom: 46px;
  }

  .contact_page__section_title {
    font-size: clamp(32px, 12vw, 42px);
    line-height: normal;
  }

  .contact_page__contact_item {
    grid-template-columns: 50px minmax(0, 1fr);
    min-height: 108px;
  }

  .contact_page__contact_icon {
    width: 50px;
    height: 50px;
  }

  .contact_page__contact_item > i {
    display: none;
  }

  .contact_page__form_panel {
    padding: 24px;
  }

  .contact_page__map,
  .contact_page__map iframe {
    min-height: 380px;
    height: 380px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact_page__button:hover,
  .contact_page__contact_item:hover,
  .contact_page__contact_item:focus-visible,
  .contact_page__venue_link:hover {
    transform: none;
  }
}

/* ======================================== Program Page Template ======================================== */
.program_page {
  overflow: hidden;
  background: #f6fbfa;
  color: var(--mom_teal_dark);
}

.program_page__eyebrow,
.program_page__section_eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: #008b91;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
}

.program_page__eyebrow {
  color: rgba(255, 255, 255, 0.9);
}

.program_page__eyebrow span + span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.program_page__eyebrow span + span::before {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--mom_mint);
}

.program_page__title {
  max-width: 860px;
  margin: 0;
  color: var(--mom_white);
  font-size: clamp(54px, 7vw, 118px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.86;
  text-shadow: 0 22px 68px rgba(0, 0, 0, 0.32);
  text-wrap: balance;
}

.program_page__intro {
  max-width: 740px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 1.36vw, 23px);
  font-weight: 500;
  line-height: 1.58;
}

.program_page__hero_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  width: min(760px, 100%);
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 90px rgba(0, 25, 34, 0.22);
  backdrop-filter: blur(18px);
}

.program_page__hero_meta span {
  flex: 1 1 190px;
  display: grid;
  gap: 6px;
  min-height: 108px;
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.program_page__hero_meta strong {
  color: var(--mom_white);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
}

.program_page__agenda {
  position: relative;
  padding: 112px 0 132px;
  background:
    radial-gradient(
      circle at 12% 12%,
      rgba(184, 235, 225, 0.32),
      transparent 31%
    ),
    radial-gradient(
      circle at 86% 72%,
      rgba(0, 111, 128, 0.08),
      transparent 34%
    ),
    linear-gradient(180deg, #ffffff 0%, #f5fbfa 62%, #ffffff 100%);
}

.program_page__agenda::before {
  content: "";
  position: absolute;
  top: 84px;
  right: max(28px, 7vw);
  width: min(420px, 32vw);
  height: min(420px, 32vw);
  border: 1px solid rgba(0, 111, 128, 0.08);
  border-radius: 50%;
  background:
    url("../images/recycle-icon.svg") center / 34% no-repeat,
    radial-gradient(circle, rgba(184, 235, 225, 0.16), transparent 70%);
  opacity: 0.2;
  pointer-events: none;
}

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

.program_page__agenda_head {
  max-width: 820px;
}

.program_page__section_title {
  margin: 0;
  color: var(--mom_teal_deep);
  font-size: clamp(34px, 4.3vw, 74px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  text-wrap: balance;
}

.program_page__day_nav {
  position: sticky;
  top: 112px;
  z-index: 18;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 52px 0 72px;
  pointer-events: none;
}

.admin-bar .program_page__day_nav {
  top: 144px;
}

.program_page__day_link {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 14px 22px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--mom_teal_deep);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  box-shadow: 0 18px 46px rgba(1, 45, 58, 0.13);
  backdrop-filter: blur(18px);
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.program_page__day_link span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 139, 145, 0.11);
  color: #008b91;
  font-size: 11px;
}

.program_page__day_link:hover {
  transform: translateY(-3px);
  background: var(--mom_teal_dark);
  color: var(--mom_white);
  box-shadow: 0 24px 58px rgba(1, 45, 58, 0.2);
}

.program_page__day_link:hover span {
  background: rgba(184, 235, 225, 0.2);
  color: var(--mom_mint);
}

.program_page__days {
  display: grid;
  gap: 94px;
}

.program_page__day {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: start;
  scroll-margin-top: 190px;
}

.program_page__day_intro {
  position: sticky;
  top: 206px;
  padding-top: 8px;
}

.admin-bar .program_page__day_intro {
  top: 238px;
}

.program_page__day_number {
  display: inline-grid;
  place-items: center;
  width: 86px;
  height: 86px;
  margin-bottom: 28px;
  border: 1px solid rgba(0, 139, 145, 0.28);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(184, 235, 225, 0.34), transparent 68%),
    rgba(255, 255, 255, 0.86);
  color: #008b91;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 24px 64px rgba(1, 56, 71, 0.1);
}

.program_page__day_intro h3 {
  margin: 0;
  color: var(--mom_teal_deep);
  font-size: clamp(28px, 3.2vw, 52px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-wrap: balance;
}

.program_page__day_intro p {
  margin: 18px 0 0;
  color: rgba(28, 56, 67, 0.62);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.program_page__timeline {
  display: grid;
  gap: 18px;
}

.program_page__item {
  position: relative;
  display: grid;
  grid-template-columns: 146px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
  min-height: 112px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(0, 111, 128, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    0 22px 72px rgba(1, 56, 71, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease,
    background-color 240ms ease;
}

.program_page__item::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 184px;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(0, 139, 145, 0.26),
    rgba(0, 139, 145, 0.08)
  );
}

.program_page__item--featured {
  background:
    linear-gradient(
      135deg,
      rgba(184, 235, 225, 0.2),
      rgba(255, 255, 255, 0.92)
    ),
    #ffffff;
}

.program_page__item:hover,
.program_page__item:focus-within {
  transform: translateY(-4px);
  border-color: rgba(0, 139, 145, 0.22);
  background-color: #ffffff;
  box-shadow:
    0 32px 96px rgba(1, 56, 71, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.program_page__time {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #007f92;
  font-size: clamp(18px, 1.4vw, 24px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.program_page__time i {
  font-size: 15px;
}

.program_page__item_body {
  min-width: 0;
}

.program_page__item_body h4 {
  max-width: 900px;
  margin: 0;
  color: var(--mom_teal_deep);
  font-size: clamp(20px, 1.65vw, 30px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.22;
  text-wrap: balance;
}

.program_page__details {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  margin-top: 22px;
  padding: 11px 18px;
  border: 1px solid var(--mom_teal_dark);
  border-radius: 999px;
  background: var(--mom_teal_dark);
  color: var(--mom_white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    color 220ms ease;
}

.program_page__details i {
  font-size: 11px;
  transition: transform 220ms ease;
}

.program_page__details:hover {
  transform: translateY(-2px);
  background: #008b91;
  border-color: #008b91;
  color: var(--mom_white);
}

.program_page__details:hover i {
  transform: translateX(3px);
}

.program_page__speakers {
  margin-top: 24px;
}

.program_page__speakers > span {
  display: block;
  margin-bottom: 12px;
  color: #007f92;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.program_page__speaker_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.program_page__speaker {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #dff4f0;
  color: var(--mom_teal_deep);
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(1, 56, 71, 0.12);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.program_page__speaker:hover,
.program_page__speaker:focus-visible {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 34px rgba(1, 56, 71, 0.18);
}

.program_page__speaker img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program_page__empty {
  display: grid;
  align-content: end;
  min-height: 360px;
  margin-top: 52px;
  padding: clamp(42px, 6vw, 76px);
  border: 1px solid rgba(0, 111, 128, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      rgba(184, 235, 225, 0.22),
      rgba(255, 255, 255, 0.92) 56%,
      rgba(132, 208, 171, 0.16)
    ),
    #ffffff;
  box-shadow: 0 34px 96px rgba(1, 56, 71, 0.12);
}

.program_page__empty_mark {
  display: block;
  width: 82px;
  height: 82px;
  margin-bottom: 34px;
  border: 1px solid rgba(0, 111, 128, 0.55);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #01a290 0 5px, transparent 6px),
    linear-gradient(
      135deg,
      transparent 47%,
      rgba(0, 111, 128, 0.72) 48% 52%,
      transparent 53%
    );
}

.program_page__empty p {
  margin: 0;
  color: var(--mom_teal_deep);
  font-size: clamp(32px, 4vw, 62px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}
[dir="rtl"] .program_page__empty p {
  font-size: clamp(30px, 4vw, 62px);
}

.rts_page--rtl .program_page__hero_overlay {
  background:
    linear-gradient(
      270deg,
      rgba(1, 45, 58, 0.98) 0%,
      rgba(1, 56, 71, 0.82) 40%,
      rgba(0, 111, 128, 0.2) 100%
    ),
    linear-gradient(
      180deg,
      rgba(1, 45, 58, 0.08) 0%,
      rgba(1, 45, 58, 0.94) 100%
    );
}

.rts_page--rtl .program_page__item::before {
  left: auto;
  right: 184px;
}

.rts_page--rtl .program_page__details i {
  transform: rotate(180deg);
}

.rts_page--rtl .program_page__details:hover i {
  transform: rotate(180deg) translateX(3px);
}

@media (max-width: 1199px) {
  .program_page__day {
    grid-template-columns: minmax(220px, 0.3fr) minmax(0, 1fr);
    gap: 42px;
  }
}

@media (max-width: 991px) {
  .program_page__hero {
    min-height: 580px;
    padding: 204px 0 82px;
  }

  .admin-bar .program_page__hero {
    padding-top: 236px;
  }

  .program_page__agenda {
    padding: 82px 0 98px;
  }

  .program_page__day_nav {
    position: relative;
    top: auto;
    margin: 40px 0 58px;
  }

  .program_page__day_link {
    flex: 1 1 calc(50% - 12px);
  }

  .program_page__day {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .program_page__day_intro {
    position: static;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0 20px;
    align-items: center;
  }

  .program_page__day_number {
    grid-row: span 2;
    margin: 0;
  }

  .program_page__item {
    grid-template-columns: 118px minmax(0, 1fr);
  }

  .program_page__item::before {
    left: 148px;
  }

  .rts_page--rtl .program_page__item::before {
    right: 148px;
  }
}

@media (max-width: 575px) {
  .program_page__hero {
    min-height: 540px;
    padding: 178px 0 64px;
  }

  .admin-bar .program_page__hero {
    padding-top: 210px;
  }

  .program_page__eyebrow {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 11px;
  }

  .program_page__eyebrow span + span::before {
    display: none;
  }

  .program_page__title {
    font-size: clamp(46px, 17vw, 72px);
  }

  .program_page__intro {
    font-size: 16px;
  }

  .program_page__hero_meta {
    margin-top: 30px;
  }

  .program_page__hero_meta span {
    flex-basis: 100%;
    min-height: 88px;
    padding: 20px 22px;
  }

  .program_page__section_title {
    font-size: clamp(32px, 12vw, 52px);
  }

  .program_page__day_link {
    flex-basis: 100%;
    min-height: 46px;
    padding: 12px 16px;
    font-size: 12px;
  }

  .program_page__days {
    gap: 70px;
  }

  .program_page__day_intro {
    grid-template-columns: 1fr;
  }

  .program_page__day_number {
    width: 72px;
    height: 72px;
    margin-bottom: 22px;
    font-size: 25px;
  }

  .program_page__item {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 22px;
  }

  .program_page__item::before {
    display: none;
  }

  .program_page__time {
    font-size: 18px;
  }

  .program_page__speaker {
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .program_page__day_link:hover,
  .program_page__item:hover,
  .program_page__speaker:hover,
  .program_page__speaker:focus-visible {
    transform: none;
  }
}

/* ======================================== Sessions Templates ======================================== */
.sessions_page,
.single_session {
  overflow: hidden;
  background: #f5fbf9;
  color: var(--mom_teal_dark);
}

.sessions_page__hero,
.single_session__hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 690px;
  padding: calc(var(--mom_header_height) + 122px) 0 104px;
  isolation: isolate;

  background: linear-gradient(to bottom, #00489c 0%, #00799a 45%, #01b88a 100%);
}

.admin-bar .sessions_page__hero,
.admin-bar .single_session__hero {
  padding-top: calc(var(--mom_header_height) + 154px);
}

.sessions_page__hero_image,
.single_session__hero_image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  filter: saturate(1.05) contrast(1.08);
}

.sessions_page__hero_overlay,
.single_session__hero_overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  /*background:
    linear-gradient(
      90deg,
      rgba(1, 45, 58, 0.98) 0%,
      rgba(1, 56, 71, 0.78) 42%,
      rgba(0, 111, 128, 0.18) 100%
    ),
    linear-gradient(
      180deg,
      rgba(1, 45, 58, 0.08) 0%,
      rgba(1, 45, 58, 0.96) 100%
    );*/

  background:
    linear-gradient(
      90deg,
      rgba(1, 45, 58, 0.48) 0%,
      rgba(1, 56, 71, 0.82) 43%,
      rgba(0, 111, 128, 0.2) 100%
    ),
    linear-gradient(
      180deg,
      rgba(1, 45, 58, 0.08) 0%,
      rgba(1, 45, 58, 0.26) 100%
    );
}

.sessions_page__eyebrow,
.sessions_page__section_eyebrow,
.single_session__eyebrow,
.single_session__content_eyebrow,
.single_session__side_label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: #008b91;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
}

.sessions_page__eyebrow,
.single_session__eyebrow {
  color: rgba(255, 255, 255, 0.9);
}

.sessions_page__eyebrow span + span,
.single_session__eyebrow span + span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.sessions_page__eyebrow span + span::before,
.single_session__eyebrow span + span::before {
  content: "";
  width: 38px;
  height: 1px;
  background: #b8ebe1;
}

.sessions_page__title,
.single_session__title {
  max-width: 900px;
  margin: 0;
  color: var(--mom_white);
  font-size: clamp(52px, 6.3vw, 108px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
  text-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  text-wrap: balance;
}

.single_session__title {
  max-width: 1080px;
  font-size: clamp(42px, 5vw, 82px);
  line-height: 0.98;
}

.sessions_page__intro {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 1.35vw, 23px);
  font-weight: 500;
  line-height: 1.55;
}

.sessions_page__hero_meta,
.single_session__hero_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;

  display: none;
}

.sessions_page__hero_meta span,
.single_session__hero_meta span,
.single_session__hero_meta time {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 15px 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(16px);
}

.sessions_page__hero_meta strong {
  color: #b8ebe1;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.sessions_page__listing {
  position: relative;
  padding: 108px 0 124px;
  background:
    radial-gradient(
      circle at 7% 8%,
      rgba(184, 235, 225, 0.45),
      transparent 32%
    ),
    linear-gradient(180deg, #f7fbfa 0%, #eef8f5 100%);
}

.sessions_page__listing::before {
  content: "";
  position: absolute;
  top: -82px;
  right: -110px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(0, 111, 128, 0.15);
  border-radius: 50%;
  pointer-events: none;
}

.sessions_page__heading {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr);
  gap: 42px;
  align-items: end;
}

.sessions_page__section_title {
  max-width: 800px;
  margin: 0;
  color: var(--mom_teal_deep);
  font-size: clamp(40px, 4.8vw, 76px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
  text-wrap: balance;
}

.sessions_page__day_nav {
  position: sticky;
  top: 112px;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 46px 0 56px;
}

.admin-bar .sessions_page__day_nav {
  top: 144px;
}

.sessions_page__day_link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  padding: 12px 18px;
  border: 1px solid rgba(1, 56, 71, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--mom_teal_deep);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 18px 42px rgba(1, 56, 71, 0.08);
  backdrop-filter: blur(14px);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.sessions_page__day_link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #01a290;
  color: #ffffff;
}

.sessions_page__day_link:hover {
  border-color: rgba(1, 162, 144, 0.44);
  background: #ffffff;
  transform: translateY(-2px);
}

.sessions_page__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.sessions_page__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(1, 56, 71, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 26px 76px rgba(1, 56, 71, 0.11);
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
}

.sessions_page__card:hover {
  border-color: rgba(1, 162, 144, 0.32);
  box-shadow: 0 34px 96px rgba(1, 56, 71, 0.17);
  transform: translateY(-6px);
}

.sessions_page__card_media {
  position: relative;
  display: block;
  aspect-ratio: 1.35;
  overflow: hidden;
  background: var(--mom_teal_deep);
}

.sessions_page__card_media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(180deg, transparent, rgba(1, 45, 58, 0.42));
  pointer-events: none;
}

.sessions_page__card_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 600ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 240ms ease;
}

.sessions_page__card:hover .sessions_page__card_media img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.045);
}

.sessions_page__card_body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px 26px 28px;
}

.sessions_page__card_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 18px;
  color: rgba(28, 56, 67, 0.66);
  font-size: 13px;
  font-weight: 700;
}

.sessions_page__time {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 4px;
  background: rgba(1, 162, 144, 0.13);
  color: #008b91;
  font-weight: 900;
}

.sessions_page__kicker {
  margin: 0 0 10px;
  color: #008b91;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.sessions_page__card h3 {
  margin: 0;
  color: var(--mom_teal_deep);
  font-size: clamp(20px, 1.55vw, 28px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.14;
  text-wrap: balance;
}

.sessions_page__card h3 a:hover {
  color: #008b91;
}

.sessions_page__excerpt {
  margin: 15px 0 0;
  color: rgba(28, 56, 67, 0.74);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

.sessions_page__speakers {
  display: flex;
  min-height: 46px;
  margin-top: 24px;
  padding-left: 10px;
}

.sessions_page__speaker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-left: -10px;
  overflow: hidden;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #d9eee9;
  color: var(--mom_teal_deep);
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(1, 56, 71, 0.16);
  transition:
    transform 180ms ease,
    z-index 180ms ease;
}

.sessions_page__speaker:hover {
  z-index: 3;
  transform: translateY(-3px);
}

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

.sessions_page__details {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: auto;
  padding-top: 28px;
  color: #008b91;
  font-size: 14px;
  font-weight: 900;
}

.sessions_page__details i {
  font-size: 12px;
  transition: transform 180ms ease;
}

.sessions_page__details:hover i {
  transform: translateX(4px);
}

.sessions_page__empty {
  grid-column: 1 / -1;
  min-height: 360px;
  padding: 70px;
  border: 1px solid rgba(1, 56, 71, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(1, 56, 71, 0.1);
}

.sessions_page__empty_mark {
  display: block;
  width: 82px;
  height: 82px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 111, 128, 0.55);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #01a290 0 5px, transparent 6px),
    linear-gradient(
      135deg,
      transparent 47%,
      rgba(0, 111, 128, 0.72) 48% 52%,
      transparent 53%
    );
}

.sessions_page__empty p {
  margin: 0;
  color: var(--mom_teal_deep);
  font-size: clamp(34px, 4.2vw, 68px);
  font-weight: 900;
  line-height: 1.3;
}
[dir="rtl"] .sessions_page__empty p {
  font-size: clamp(30px, 4.2vw, 68px);
}

.single_session__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin-bottom: 28px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(14px);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.single_session__back:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.single_session__body {
  position: relative;
  padding: 112px 0 124px;
  background:
    radial-gradient(
      circle at 92% 18%,
      rgba(184, 235, 225, 0.42),
      transparent 34%
    ),
    linear-gradient(180deg, #f7fbfa 0%, #eef8f5 100%);
}

.single_session__container {
  display: grid;
  grid-template-columns: minmax(280px, 0.32fr) minmax(0, 1fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: start;
}

.single_session__side {
  position: sticky;
  top: 136px;
  display: grid;
  gap: 20px;
}

.admin-bar .single_session__side {
  top: 168px;
}

.single_session__schedule,
.single_session__speaker_panel,
.single_session__content {
  border: 1px solid rgba(1, 56, 71, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 30px 86px rgba(1, 56, 71, 0.1);
  backdrop-filter: blur(18px);
}

.single_session__schedule {
  padding: 30px;
}

.single_session__schedule strong {
  display: block;
  margin-bottom: 8px;
  color: var(--mom_teal_deep);
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 900;
  line-height: 0.95;
}

.single_session__schedule span {
  color: rgba(28, 56, 67, 0.68);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.single_session__speaker_panel {
  padding: 30px;
}

.single_session__speaker_list {
  display: grid;
  gap: 14px;
}

.single_session__speaker {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: 6px;
  color: var(--mom_teal_dark);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.single_session__speaker:hover {
  background: rgba(1, 162, 144, 0.08);
  transform: translateX(4px);
}

.single_session__speaker_photo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 50%;
  background: #d9eee9;
  color: var(--mom_teal_deep);
  font-size: 18px;
  font-weight: 900;
}

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

.single_session__speaker_text {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.single_session__speaker_text strong {
  color: var(--mom_teal_deep);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.22;
}

.single_session__speaker_text small {
  color: rgba(28, 56, 67, 0.62);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.single_session__content {
  position: relative;
  padding: clamp(42px, 5vw, 76px);
}

.single_session__content::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  width: 92px;
  height: 1px;
  background: #01a290;
}

.single_session__content h2 {
  max-width: 820px;
  margin: 0 0 28px;
  color: var(--mom_teal_deep);
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
}

.single_session__entry {
  color: rgba(28, 56, 67, 0.82);
  font-size: clamp(17px, 1.2vw, 20px);
  font-weight: 500;
  line-height: 1.78;
}

.single_session__entry > *:first-child {
  margin-top: 0;
}

.single_session__entry > *:last-child {
  margin-bottom: 0;
}

.single_session__entry h3,
.single_session__entry h4 {
  color: var(--mom_teal_deep);
  font-weight: 850;
  line-height: 1.18;
}

.single_session__entry ul,
.single_session__entry ol {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding-left: 22px;
}

.single_session__entry li::marker {
  color: #01a290;
}

.rts_page--rtl .sessions_page__hero_overlay,
.rts_page--rtl .single_session__hero_overlay {
  background:
    linear-gradient(
      270deg,
      rgba(1, 45, 58, 0.98) 0%,
      rgba(1, 56, 71, 0.78) 42%,
      rgba(0, 111, 128, 0.18) 100%
    ),
    linear-gradient(
      180deg,
      rgba(1, 45, 58, 0.08) 0%,
      rgba(1, 45, 58, 0.96) 100%
    );
}

.rts_page--rtl .sessions_page__details i,
.rts_page--rtl .single_session__back i {
  transform: rotate(180deg);
}

.rts_page--rtl .sessions_page__details:hover i {
  transform: rotate(180deg) translateX(4px);
}

.rts_page--rtl .single_session__content::before {
  right: auto;
  left: 30px;
}

.rts_page--rtl .single_session__entry ul,
.rts_page--rtl .single_session__entry ol {
  padding-right: 22px;
  padding-left: 0;
}

@media (max-width: 1199px) {
  .sessions_page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .sessions_page__hero,
  .single_session__hero {
    min-height: 580px;
    padding: 204px 0 82px;
  }

  .admin-bar .sessions_page__hero,
  .admin-bar .single_session__hero {
    padding-top: 236px;
  }

  .sessions_page__listing,
  .single_session__body {
    padding: 82px 0 98px;
  }

  .sessions_page__heading,
  .single_session__container {
    grid-template-columns: 1fr;
  }

  .sessions_page__day_nav {
    position: relative;
    top: auto;
  }

  .sessions_page__day_link {
    flex: 1 1 calc(50% - 12px);
  }

  .single_session__side {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .sessions_page__hero,
  .single_session__hero {
    min-height: 390px;
    padding: 156px 0 36px;
  }

  .admin-bar .sessions_page__hero,
  .admin-bar .single_session__hero {
    padding-top: 210px;
  }

  .sessions_page__eyebrow,
  .single_session__eyebrow {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
  }

  .sessions_page__eyebrow span + span::before,
  .single_session__eyebrow span + span::before {
    display: none;
  }

  .sessions_page__title {
    font-size: clamp(44px, 16vw, 52px);
  }

  .single_session__title {
    font-size: clamp(34px, 11vw, 52px);
  }

  .sessions_page__intro {
    font-size: 16px;
  }

  .sessions_page__hero_meta span,
  .single_session__hero_meta span,
  .single_session__hero_meta time {
    flex-basis: 100%;
  }

  .sessions_page__section_title,
  .single_session__content h2 {
    font-size: clamp(32px, 12vw, 52px);
  }

  .sessions_page__empty {
    padding: 34px;
    min-height: 300px;
  }
  .sessions_page__empty_mark {
    width: 62px;
    height: 62px;
  }

  .sessions_page__listing,
  .single_session__body {
    padding: 52px 0;
  }

  .sessions_page__day_link {
    flex-basis: 100%;
  }

  .sessions_page__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sessions_page__card_body,
  .single_session__schedule,
  .single_session__speaker_panel {
    padding: 24px;
  }

  .single_session__side {
    grid-template-columns: 1fr;
  }

  .single_session__content {
    padding: 36px 24px;
  }

  .single_session__content::before {
    top: 22px;
    right: 24px;
    width: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sessions_page__card:hover,
  .sessions_page__day_link:hover,
  .sessions_page__speaker:hover,
  .single_session__back:hover,
  .single_session__speaker:hover {
    transform: none;
  }
}

/* ======================================== News Templates ======================================== */
.news_page,
.single_news {
  overflow: hidden;
  background: #f5fbf9;
  color: var(--mom_teal_dark);
}

.news_page__hero,
.single_news__hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 690px;
  padding: calc(var(--mom_header_height) + 122px) 0 104px;
  isolation: isolate;
}

.admin-bar .news_page__hero,
.admin-bar .single_news__hero {
  padding-top: calc(var(--mom_header_height) + 154px);
}

.news_page__hero_image,
.single_news__hero_image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.08);
}

.news_page__hero_overlay,
.single_news__hero_overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(1, 45, 58, 0.98) 0%,
      rgba(1, 56, 71, 0.78) 46%,
      rgba(0, 111, 128, 0.18) 100%
    ),
    linear-gradient(
      180deg,
      rgba(1, 45, 58, 0.04) 0%,
      rgba(1, 45, 58, 0.96) 100%
    );
}

.news_page__eyebrow,
.news_page__section_eyebrow,
.single_news__eyebrow,
.single_news__content_eyebrow,
.single_news__side_label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: #008b91;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
}

.news_page__eyebrow,
.single_news__eyebrow {
  color: rgba(255, 255, 255, 0.9);
}

.news_page__eyebrow span + span,
.single_news__eyebrow span + span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.news_page__eyebrow span + span::before,
.single_news__eyebrow span + span::before {
  content: "";
  width: 38px;
  height: 1px;
  background: #b8ebe1;
}

.news_page__title,
.single_news__title {
  max-width: 980px;
  margin: 0;
  color: var(--mom_white);
  font-size: clamp(52px, 6.3vw, 108px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
  text-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  text-wrap: balance;
}

.single_news__title {
  max-width: 1160px;
  font-size: clamp(40px, 4.8vw, 78px);
  line-height: 0.98;
}

.news_page__intro {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 1.35vw, 23px);
  font-weight: 500;
  line-height: 1.55;
}

.news_page__hero_meta,
.single_news__hero_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

.news_page__hero_meta span,
.single_news__hero_meta span,
.single_news__hero_meta time,
.single_news__hero_meta a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 15px 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(16px);
}

.news_page__hero_meta strong {
  color: #b8ebe1;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.news_page__listing,
.single_news__body {
  position: relative;
  padding: 78px 0;
  background:
    radial-gradient(
      circle at 7% 8%,
      rgba(184, 235, 225, 0.45),
      transparent 32%
    ),
    linear-gradient(180deg, #f7fbfa 0%, #eef8f5 100%);
}

.news_page__listing::before,
.single_news__body::before {
  content: "";
  position: absolute;
  top: -82px;
  right: -110px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(0, 111, 128, 0.15);
  border-radius: 50%;
  pointer-events: none;
}

.news_page__heading {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 3rem;
}

.news_page__section_title {
  max-width: 840px;
  margin: 0;
  color: var(--mom_teal_deep);
  font-size: clamp(40px, 4.8vw, 56px);
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
}

.news_page__filters {
  position: sticky;
  top: 112px;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 46px 0 56px;
}

.news_page__filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 18px;
  border: 1px solid rgba(1, 56, 71, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--mom_teal_deep);
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 18px 42px rgba(1, 56, 71, 0.08);
  backdrop-filter: blur(14px);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.news_page__filter:hover,
.news_page__filter.is-active {
  border-color: rgba(1, 162, 144, 0.44);
  background: #01a290;
  color: #ffffff;
  transform: translateY(-2px);
}

.news_page__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.news_page__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(1, 56, 71, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 26px 76px rgba(1, 56, 71, 0.11);
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
}

.news_page__card:hover {
  border-color: rgba(1, 162, 144, 0.32);
  box-shadow: 0 34px 96px rgba(1, 56, 71, 0.17);
  transform: translateY(-6px);
}

.news_page__card_media {
  position: relative;
  display: block;
  aspect-ratio: 1.28;
  overflow: hidden;
  background: var(--mom_teal_deep);
}

.news_page__card_media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 52%;
  background: linear-gradient(180deg, transparent, rgba(1, 45, 58, 0.54));
  pointer-events: none;
}

.news_page__card_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 600ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 240ms ease;
}

.news_page__card:hover .news_page__card_media img {
  filter: saturate(1.1) contrast(1.04);
  transform: scale(1.045);
}

.news_page__card_media span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  max-width: calc(100% - 36px);
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 4px;
  background: rgba(184, 235, 225, 0.94);
  color: var(--mom_teal_deep);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.news_page__card_body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px 26px 28px;
}

.news_page__card_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 18px;
  color: rgba(28, 56, 67, 0.66);
  font-size: 13px;
  font-weight: 700;
}

.news_page__card_meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 4px;
  background: rgba(1, 162, 144, 0.13);
  color: #008b91;
  font-weight: 900;
}

.news_page__card h3 {
  margin: 0;
  color: var(--mom_teal_deep);
  font-size: clamp(20px, 1.55vw, 28px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.14;
  text-wrap: balance;
}

.news_page__card h3 a:hover {
  color: #008b91;
}

.news_page__excerpt {
  margin: 15px 0 0;
  color: rgba(28, 56, 67, 0.74);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

.news_page__details,
.single_news__external {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: auto;
  padding-top: 28px;
  color: #008b91;
  font-size: 14px;
  font-weight: 900;
}

.news_page__details i,
.single_news__external i {
  font-size: 12px;
  transition: transform 180ms ease;
}

.news_page__details:hover i,
.single_news__external:hover i {
  transform: translateX(4px);
}

.news_page__empty {
  grid-column: 1 / -1;
  min-height: 360px;
  padding: 40px;
  border: 1px solid rgba(1, 56, 71, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(1, 56, 71, 0.1);
}

.news_page__empty_mark {
  display: block;
  width: 82px;
  height: 82px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 111, 128, 0.55);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #01a290 0 5px, transparent 6px),
    linear-gradient(
      135deg,
      transparent 47%,
      rgba(0, 111, 128, 0.72) 48% 52%,
      transparent 53%
    );
}

.news_page__empty p {
  margin: 0;
  color: var(--mom_teal_deep);
  font-size: clamp(34px, 4.2vw, 68px);
  font-weight: 900;
  line-height: 1;
}

.news_page__pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 54px;
}

.news_page__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(1, 56, 71, 0.12);
  border-radius: 6px;
  background: #ffffff;
  color: var(--mom_teal_deep);
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 18px 42px rgba(1, 56, 71, 0.08);
}

.news_page__pagination .page-numbers.current,
.news_page__pagination .page-numbers:hover {
  border-color: #01a290;
  background: #01a290;
  color: #ffffff;
}

.single_news__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin-bottom: 28px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(14px);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.single_news__back:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.single_news__container {
  display: grid;
  grid-template-columns: minmax(280px, 0.32fr) minmax(0, 1fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: start;
}

.single_news__side {
  position: sticky;
  top: 136px;
  display: grid;
  gap: 20px;
}

.admin-bar .single_news__side {
  top: 168px;
}

.single_news__summary,
.single_news__category_panel,
.single_news__content {
  border: 1px solid rgba(1, 56, 71, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 30px 86px rgba(1, 56, 71, 0.1);
  backdrop-filter: blur(18px);
}

.single_news__summary,
.single_news__category_panel {
  padding: 30px;
}

.single_news__summary strong {
  display: block;
  margin-bottom: 8px;
  color: var(--mom_teal_deep);
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 900;
  line-height: 0.95;
}

.single_news__summary span {
  color: rgba(28, 56, 67, 0.68);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.single_news__category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.single_news__category_list a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(1, 162, 144, 0.1);
  color: #008b91;
  font-size: 13px;
  font-weight: 850;
}

.single_news__content {
  position: relative;
  padding: clamp(42px, 5vw, 76px);
}

.single_news__content::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  width: 92px;
  height: 1px;
  background: #01a290;
}

.single_news__entry {
  color: rgba(28, 56, 67, 0.82);
  font-size: clamp(17px, 1.2vw, 20px);
  font-weight: 500;
  line-height: 1.78;
}

.single_news__entry > *:first-child {
  margin-top: 0;
}

.single_news__entry > *:last-child {
  margin-bottom: 0;
}

.single_news__entry h2,
.single_news__entry h3,
.single_news__entry h4 {
  color: var(--mom_teal_deep);
  font-weight: 850;
  line-height: 1.18;
}

.single_news__entry a {
  color: #008b91;
  font-weight: 800;
}

.single_news__entry ul,
.single_news__entry ol {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding-left: 22px;
}

.single_news__entry li::marker {
  color: #01a290;
}

.single_news__gallery {
  margin-top: 84px;
}

.single_news__gallery_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.single_news__gallery_item {
  position: relative;
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--mom_teal_deep);
  box-shadow: 0 26px 76px rgba(1, 56, 71, 0.11);
}

.single_news__gallery_item--feature {
  grid-column: span 2;
  grid-row: span 2;
}

.single_news__gallery_item img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.single_news__gallery_item:hover img {
  transform: scale(1.04);
}

.single_news__gallery_item figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 10px 12px;
  border-radius: 4px;
  background: rgba(1, 45, 58, 0.76);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.rts_page--rtl .news_page__card_media span {
  right: auto;
  left: 18px;
}

.rts_page--rtl .news_page__details i,
.rts_page--rtl .single_news__back i,
.rts_page--rtl .single_news__external i {
  transform: rotate(180deg);
}

.rts_page--rtl .news_page__details:hover i,
.rts_page--rtl .single_news__external:hover i {
  transform: rotate(180deg) translateX(4px);
}

.rts_page--rtl .single_news__content::before {
  right: auto;
  left: 30px;
}

.rts_page--rtl .single_news__entry ul,
.rts_page--rtl .single_news__entry ol {
  padding-right: 22px;
  padding-left: 0;
}

@media (max-width: 1199px) {
  .news_page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single_news__gallery_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .single_news__hero {
    min-height: 580px;
    padding: 204px 0 82px;
  }
  .admin-bar .single_news__hero {
    padding-top: 236px;
  }

  .news_page__listing,
  .single_news__body {
    padding: 52px 0;
  }

  .news_page__heading,
  .single_news__container {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 1.5rem;
  }

  .news_page__filters {
    position: relative;
    top: auto;
  }

  .news_page__filter {
    flex: 1 1 calc(50% - 12px);
  }

  .single_news__side {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .single_news__hero {
    min-height: 390px;
    padding: 156px 0 36px;
  }

  .admin-bar .single_news__hero {
    padding-top: 210px;
  }
  .single_news__hero_image {
    object-position: right;
  }

  .news_page__eyebrow,
  .single_news__eyebrow {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 11px;
  }

  .news_page__eyebrow span + span::before,
  .single_news__eyebrow span + span::before {
    display: none;
  }

  .news_page__title {
    font-size: clamp(44px, 16vw, 52px);
  }

  .single_news__title {
    font-size: clamp(32px, 10vw, 50px);
  }

  .news_page__intro {
    font-size: 16px;
  }

  .news_page__hero_meta span,
  .single_news__hero_meta span,
  .single_news__hero_meta time,
  .single_news__hero_meta a {
    flex-basis: 100%;
  }

  .news_page__listing,
  .single_news__body {
    padding: 42px 0;
  }

  .news_page__section_title {
    font-size: clamp(32px, 12vw, 42px);
    line-height: normal;
  }

  .news_page__filter {
    flex-basis: 100%;
  }

  .news_page__heading {
    gap: 0;
  }

  .news_page__grid,
  .single_news__gallery_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .single_news__gallery_item--feature {
    grid-column: span 1;
    grid-row: span 1;
  }

  .news_page__card_body,
  .single_news__summary,
  .single_news__category_panel {
    padding: 24px;
  }

  .single_news__side {
    grid-template-columns: 1fr;
  }

  .single_news__content {
    padding: 36px 24px;
  }

  .single_news__content::before {
    top: 22px;
    right: 24px;
    width: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news_page__card:hover,
  .news_page__filter:hover,
  .single_news__back:hover {
    transform: none;
  }
}

/* ======================================== Speaker Templates ======================================== */
.speakers_page,
.single_speaker {
  overflow: hidden;
  background: #f5fbf9;
  color: var(--mom_teal_dark);
}

.speakers_page__hero,
.single_speaker__hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 690px;
  padding: calc(var(--mom_header_height) + 122px) 0 104px;
  isolation: isolate;

  background: linear-gradient(to bottom, #00489c 0%, #00799a 45%, #01b88a 100%);
}

.admin-bar .speakers_page__hero,
.admin-bar .single_speaker__hero {
  padding-top: calc(var(--mom_header_height) + 15px);
}

.speakers_page__hero_image,
.single_speaker__hero_image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*object-position: center 28%;*/
  object-position: right;
  filter: saturate(1.02) contrast(1.08);
}

.speakers_page__hero_overlay,
.single_speaker__hero_overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(1, 45, 58, 0.48) 0%,
      rgba(1, 56, 71, 0.82) 43%,
      rgba(0, 111, 128, 0.2) 100%
    ),
    linear-gradient(
      180deg,
      rgba(1, 45, 58, 0.08) 0%,
      rgba(1, 45, 58, 0.26) 100%
    );
}

.speakers_page__hero::after,
.single_speaker__hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: min(1280px, calc(100% - 48px));
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(184, 235, 225, 0.72),
    transparent
  );
  transform: translateX(-50%);
}

.single_speaker__hero_inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 920px);
  align-items: end;
}

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

.speakers_page__eyebrow,
.speakers_page__section_eyebrow,
.single_speaker__eyebrow,
.single_speaker__section_eyebrow,
.single_speaker__summary_label,
.single_speaker__session_kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: #008b91;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
}

.speakers_page__eyebrow,
.single_speaker__eyebrow {
  color: rgba(255, 255, 255, 0.9);
}

.speakers_page__eyebrow span + span,
.single_speaker__eyebrow span + span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.speakers_page__eyebrow span + span::before,
.single_speaker__eyebrow span + span::before {
  content: "";
  width: 38px;
  height: 1px;
  background: #b8ebe1;
}

.speakers_page__title,
.single_speaker__title {
  max-width: 940px;
  margin: 0;
  color: var(--mom_white);
  font-size: clamp(52px, 6.3vw, 108px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
  text-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  text-wrap: balance;
}

.single_speaker__title {
  max-width: 820px;
  font-size: clamp(42px, 5vw, 84px);
  line-height: 0.96;
}

.single_speaker__hero {
  min-height: 540px;
  padding: calc(var(--mom_header_height) + 82px) 0 64px;
}

.admin-bar .single_speaker__hero {
  padding-top: calc(var(--mom_header_height) + 15px);
}

.speakers_page__intro,
.single_speaker__role {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 1.35vw, 23px);
  font-weight: 500;
  line-height: 1.55;
}

.single_speaker__role {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.single_speaker__role i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  margin-top: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #b8ebe1;
  font-size: 14px;
  backdrop-filter: blur(12px);
}

.single_speaker__role span {
  min-width: 0;
  margin-top: 4px;
}

.single_speaker__details {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 24px;
}

.single_speaker__detail {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  color: var(--mom_white);
}

.single_speaker__detail > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #b8ebe1;
  font-size: 14px;
  backdrop-filter: blur(12px);
}

.single_speaker__detail > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.single_speaker__detail_label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.single_speaker__detail strong {
  color: var(--mom_white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.speakers_page__hero_meta,
.single_speaker__hero_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;

  display: none;
}

.speakers_page__hero_meta span,
.single_speaker__hero_meta span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 15px 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(16px);
}

.speakers_page__hero_meta strong {
  color: #b8ebe1;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.single_speaker__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin-bottom: 28px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(14px);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.single_speaker__back:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.single_speaker__portrait {
  display: grid;
  place-items: center;
  aspect-ratio: 0.82;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(1, 56, 71, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(
      circle at 35% 18%,
      rgba(255, 255, 255, 0.5),
      transparent 38%
    ),
    linear-gradient(135deg, rgba(184, 235, 225, 0.5), rgba(1, 56, 71, 0.12));
  color: var(--mom_white);
  font-size: 80px;
  font-weight: 900;
  box-shadow: 0 24px 62px rgba(1, 56, 71, 0.12);
}

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

.single_speaker__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(230px, 82%);
  min-height: 86px;
  justify-self: center;
  margin-top: 16px;
  padding: 16px 22px;
  border: 1px solid rgba(1, 56, 71, 0.1);
  border-radius: 8px;
  background: rgba(247, 251, 250, 0.96);
}

.single_speaker__logo img {
  display: block;
  max-width: 190px;
  max-height: 58px;
  object-fit: contain;
}

.speakers_page__listing,
.single_speaker__body,
.single_speaker__sessions {
  position: relative;
  padding: 70px 0;
  background:
    radial-gradient(
      circle at 8% 10%,
      rgba(184, 235, 225, 0.38),
      transparent 32%
    ),
    linear-gradient(180deg, #f7fbfa 0%, #eef8f5 100%);
}

.single_speaker__sessions {
  padding-top: 0;
  background: linear-gradient(180deg, #eef8f5 0%, #ffffff 100%);
}

.speakers_page__heading,
.single_speaker__sessions_head {
  max-width: 860px;
  margin-bottom: 56px;
}

.speakers_page__section_title,
.single_speaker__bio h2,
.single_speaker__sessions_head h2 {
  margin: 0;
  color: var(--mom_teal_deep);
  font-size: clamp(36px, 4.4vw, 72px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
  text-wrap: balance;
}

.speakers_page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.speakers_page__card {
  position: relative;
  display: flex;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(1, 56, 71, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 26px 76px rgba(1, 56, 71, 0.11);
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
}

.speakers_page__card:hover {
  border-color: rgba(1, 162, 144, 0.32);
  box-shadow: 0 34px 96px rgba(1, 56, 71, 0.17);
  transform: translateY(-6px);
}

.speakers_page__portrait {
  display: grid;
  flex: 0 0 42%;
  place-items: center;
  min-height: 392px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 16%,
      rgba(184, 235, 225, 0.46),
      transparent 34%
    ),
    var(--mom_teal_deep);
  color: var(--mom_white);
  font-size: 54px;
  font-weight: 900;
}

.speakers_page__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 240ms ease;
}

.speakers_page__card:hover .speakers_page__portrait img {
  filter: saturate(1.06) contrast(1.04);
  transform: scale(1.045);
}

.speakers_page__card_body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 28px;
}

.speakers_page__country {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: #008b91;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.speakers_page__card h3 {
  margin: 0;
  color: var(--mom_teal_deep);
  font-size: clamp(22px, 1.7vw, 30px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  text-wrap: balance;
}

.speakers_page__card h3 a:hover {
  color: #008b91;
}

.speakers_page__meta_list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.speakers_page__meta_item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin: 0;
  color: rgba(28, 56, 67, 0.74);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.speakers_page__meta_item i {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(1, 162, 144, 0.18);
  border-radius: 50%;
  background: rgba(1, 162, 144, 0.1);
  color: #008b91;
  font-size: 12px;
}

.speakers_page__meta_item span {
  display: flex;
  align-items: center;
  min-height: 34px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.speakers_page__card_footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: auto;
  padding-top: 28px;
}

.speakers_page__logo {
  place-items: center;
  width: 110px;
  height: 55px;
  padding: 5px;
  border: 1px solid rgba(1, 56, 71, 0.08);
  border-radius: 6px;
  background: #f7fbfa;
  overflow: hidden;
}

.speakers_page__logo img {
  object-fit: contain;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.speakers_page__session_count {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(1, 162, 144, 0.11);
  color: #008b91;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.speakers_page__details,
.single_speaker__session_details {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 26px;
  color: #008b91;
  font-size: 14px;
  font-weight: 900;
}

.speakers_page__details i,
.single_speaker__session_details i {
  font-size: 12px;
  transition: transform 180ms ease;
}

.speakers_page__details:hover i,
.single_speaker__session_details:hover i {
  transform: translateX(4px);
}

.single_speaker__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.32fr);
  grid-template-areas: "bio rail";
  column-gap: clamp(34px, 5vw, 72px);
  align-items: start;
}

.single_speaker__bio,
.single_speaker__panel,
.single_speaker__session,
.single_speaker__no_sessions,
.speakers_page__empty {
  border: 1px solid rgba(1, 56, 71, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 30px 86px rgba(1, 56, 71, 0.1);
  backdrop-filter: blur(18px);
}

.single_speaker__rail {
  grid-area: rail;
  position: sticky;
  top: 136px;
  display: grid;
  gap: 20px;
}

.admin-bar .single_speaker__rail {
  top: 168px;
}

.single_speaker__profile_card {
  padding: 18px;
}

.single_speaker__bio {
  grid-area: bio;
  position: relative;
  padding: clamp(42px, 5vw, 76px);
}

.single_speaker__bio::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  width: 92px;
  height: 1px;
  background: #01a290;
}

.single_speaker__entry {
  margin-top: 28px;
  color: rgba(28, 56, 67, 0.82);
  font-size: clamp(17px, 1.2vw, 20px);
  font-weight: 500;
  line-height: 1.78;
}

.single_speaker__entry > *:first-child {
  margin-top: 0;
}

.single_speaker__entry > *:last-child {
  margin-bottom: 0;
}

.single_speaker__summary {
  padding: 30px;
}

.single_speaker__contact {
  padding: 30px;
}

.single_speaker__summary strong {
  display: block;
  color: var(--mom_teal_deep);
  font-size: clamp(54px, 5vw, 84px);
  font-weight: 900;
  line-height: 0.9;
}

.single_speaker__summary span {
  display: block;
  margin-top: 12px;
  color: rgba(28, 56, 67, 0.68);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.single_speaker__contact_list {
  display: grid;
  gap: 12px;
}

.single_speaker__contact_item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 48px;
  color: var(--mom_teal_deep);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.single_speaker__contact_item i {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(1, 162, 144, 0.11);
  color: #008b91;
  font-size: 13px;
}

.single_speaker__contact_item span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.single_speaker__session_list {
  display: grid;
  gap: 18px;
}

.single_speaker__session {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
  padding: clamp(24px, 3vw, 34px);
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease,
    background-color 240ms ease;
}

.single_speaker__session:hover,
.single_speaker__session:focus-within {
  transform: translateY(-4px);
  border-color: rgba(1, 162, 144, 0.28);
  background-color: #ffffff;
  box-shadow: 0 34px 96px rgba(1, 56, 71, 0.15);
}

.single_speaker__session_time {
  display: grid;
  gap: 8px;
  color: #007f92;
}

.single_speaker__session_time time,
.single_speaker__session_time > span {
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 900;
  line-height: 1;
}

.single_speaker__session_time small {
  color: rgba(28, 56, 67, 0.62);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.single_speaker__session_body h3 {
  margin: 0;
  color: var(--mom_teal_deep);
  font-size: clamp(22px, 1.8vw, 32px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.16;
  text-wrap: balance;
}

.single_speaker__session_body h3 a:hover {
  color: #008b91;
}

.single_speaker__session_body > p:not(.single_speaker__session_kicker) {
  max-width: 860px;
  margin: 14px 0 0;
  color: rgba(28, 56, 67, 0.72);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.64;
}

.single_speaker__session_speakers {
  display: flex;
  min-height: 44px;
  margin-top: 22px;
  padding-left: 10px;
}

.single_speaker__session_speaker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-left: -10px;
  overflow: hidden;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #d9eee9;
  color: var(--mom_teal_deep);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(1, 56, 71, 0.16);
  transition:
    transform 180ms ease,
    z-index 180ms ease;
}

.single_speaker__session_speaker:hover {
  z-index: 3;
  transform: translateY(-3px);
}

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

.single_speaker__no_sessions,
.speakers_page__empty {
  padding: 70px;
}

.speakers_page__empty {
  grid-column: 1 / -1;
}

.single_speaker__empty_mark,
.speakers_page__empty_mark {
  display: block;
  width: 82px;
  height: 82px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 111, 128, 0.55);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #01a290 0 5px, transparent 6px),
    linear-gradient(
      135deg,
      transparent 47%,
      rgba(0, 111, 128, 0.72) 48% 52%,
      transparent 53%
    );
}

.single_speaker__no_sessions p,
.speakers_page__empty p {
  margin: 0;
  color: var(--mom_teal_deep);
  font-size: clamp(34px, 4.2vw, 68px);
  font-weight: 900;
  line-height: 1;
}
[dir="rtl"] .speakers_page__empty p,
[dir="rtl"] .single_speaker__no_sessions p {
  font-size: clamp(30px, 4.2vw, 68px);
}

.rts_page--rtl .speakers_page__hero_overlay,
.rts_page--rtl .single_speaker__hero_overlay {
  background:
    linear-gradient(
      270deg,
      rgba(1, 45, 58, 0.98) 0%,
      rgba(1, 56, 71, 0.82) 43%,
      rgba(0, 111, 128, 0.2) 100%
    ),
    linear-gradient(
      180deg,
      rgba(1, 45, 58, 0.08) 0%,
      rgba(1, 45, 58, 0.96) 100%
    );
}

.rts_page--rtl .single_speaker__back i,
.rts_page--rtl .speakers_page__details i,
.rts_page--rtl .single_speaker__session_details i {
  transform: rotate(180deg);
}

.rts_page--rtl .speakers_page__details:hover i,
.rts_page--rtl .single_speaker__session_details:hover i {
  transform: rotate(180deg) translateX(4px);
}

.rts_page--rtl .single_speaker__bio::before {
  right: auto;
  left: 30px;
}

.rts_page--rtl .single_speaker__session_speakers {
  padding-right: 10px;
  padding-left: 0;
}

.rts_page--rtl .single_speaker__session_speaker {
  margin-right: -10px;
  margin-left: 0;
}

@media (max-width: 1399px) {
  .speakers_page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .speakers_page__hero,
  .single_speaker__hero {
    min-height: 580px;
    padding: 204px 0 82px;
  }

  .admin-bar .speakers_page__hero,
  .admin-bar .single_speaker__hero {
    padding-top: 236px;
  }

  .single_speaker__hero_inner,
  .single_speaker__container,
  .single_speaker__session {
    grid-template-columns: 1fr;
  }

  .single_speaker__container {
    grid-template-areas:
      "bio"
      "rail";
  }

  .single_speaker__portrait {
    aspect-ratio: 0.86;
  }

  .speakers_page__listing,
  .single_speaker__body,
  .single_speaker__sessions {
    padding: 52px 0;
  }

  .single_speaker__sessions {
    padding-top: 0;
  }

  .single_speaker__rail {
    position: static;
  }

  .single_speaker__session_details {
    margin-top: 0;
  }
}

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

@media (max-width: 575px) {
  .speakers_page__hero,
  .single_speaker__hero {
    min-height: 390px;
    padding: 156px 0 36px;
  }

  .admin-bar .speakers_page__hero,
  .admin-bar .single_speaker__hero {
    padding-top: 210px;
  }

  .speakers_page__eyebrow,
  .single_speaker__eyebrow {
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
  }

  .speakers_page__eyebrow span + span::before,
  .single_speaker__eyebrow span + span::before {
    display: none;
  }

  .speakers_page__title {
    font-size: clamp(44px, 16vw, 52px);
  }

  .single_speaker__title {
    font-size: clamp(36px, 12vw, 56px);
  }

  .speakers_page__intro,
  .single_speaker__role {
    font-size: 16px;
  }

  .speakers_page__hero_meta span,
  .single_speaker__hero_meta span {
    flex-basis: 100%;
  }

  .speakers_page__section_title,
  .single_speaker__bio h2,
  .single_speaker__sessions_head h2 {
    font-size: clamp(32px, 12vw, 42px);
  }

  .single_speaker__no_sessions p,
  .speakers_page__empty p {
    font-size: clamp(32px, 4.2vw, 68px);
  }

  [dir="rtl"] .single_speaker__no_sessions p,
  [dir="rtl"] .speakers_page__empty p {
    font-size: clamp(30px, 4.2vw, 68px);
  }

  .speakers_page__card {
    flex-direction: column;
  }

  .speakers_page__portrait {
    flex-basis: auto;
    min-height: 360px;
    aspect-ratio: 0.9;
  }

  .speakers_page__card_body,
  .single_speaker__summary,
  .single_speaker__contact,
  .single_speaker__profile_card {
    padding: 24px;
  }

  .single_speaker__details {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
  }

  .single_speaker__detail {
    min-width: 0;
  }

  .speakers_page__listing,
  .single_speaker__body,
  .single_speaker__sessions {
    padding: 42px 0;
  }

  .single_speaker__bio,
  .single_speaker__session,
  .single_speaker__no_sessions,
  .speakers_page__empty {
    padding: 36px 24px;
  }

  .single_speaker__bio::before {
    top: 22px;
    right: 24px;
    width: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .speakers_page__card:hover,
  .single_speaker__back:hover,
  .single_speaker__session:hover,
  .single_speaker__session:focus-within,
  .single_speaker__session_speaker:hover {
    transform: none;
  }
}

/* ======================================== Exhibition Page Template ======================================== */
.exhibition_page {
  overflow: hidden;
  background: #f6fbfa;
  color: var(--mom_teal_dark);
}

.exhibition_page__hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 710px;
  padding: calc(var(--mom_header_height) + 126px) 0 104px;
  isolation: isolate;
}

.admin-bar .exhibition_page__hero {
  padding-top: calc(var(--mom_header_height) + 158px);
}

.exhibition_page__hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: min(1320px, calc(100% - 48px));
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(184, 235, 225, 0.7),
    transparent
  );
  transform: translateX(-50%);
}

.exhibition_page__hero_image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.06) contrast(1.08);
}

.exhibition_page__hero_overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(1, 45, 58, 0.98) 0%,
      rgba(1, 56, 71, 0.82) 40%,
      rgba(0, 111, 128, 0.18) 100%
    ),
    linear-gradient(
      180deg,
      rgba(1, 45, 58, 0.04) 0%,
      rgba(1, 45, 58, 0.96) 100%
    );
}

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

.exhibition_page__eyebrow,
.exhibition_page__section_eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: #008b91;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
}

.exhibition_page__eyebrow {
  color: rgba(255, 255, 255, 0.9);
}

.exhibition_page__eyebrow span + span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.exhibition_page__eyebrow span + span::before {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--mom_mint);
}

.exhibition_page__title {
  max-width: 900px;
  margin: 0;
  color: var(--mom_white);
  font-size: clamp(54px, 7vw, 116px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.86;
  text-shadow: 0 22px 68px rgba(0, 0, 0, 0.32);
  text-wrap: balance;
}

.exhibition_page__intro {
  max-width: 780px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 1.36vw, 23px);
  font-weight: 500;
  line-height: 1.58;
}

.exhibition_page__hero_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.exhibition_page__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 15px 24px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.exhibition_page__button i {
  font-size: 12px;
  transition: transform 220ms ease;
}

.exhibition_page__button--light {
  border: 1px solid var(--mom_mint);
  background: var(--mom_mint);
  color: var(--mom_teal_deep);
  box-shadow: 0 22px 54px rgba(0, 25, 34, 0.2);
}

.exhibition_page__button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: var(--mom_white);
  backdrop-filter: blur(16px);
}

.exhibition_page__button:hover {
  transform: translateY(-3px);
  background: var(--mom_teal_dark);
  border-color: var(--mom_teal_dark);
  color: var(--mom_white);
  box-shadow: 0 28px 70px rgba(0, 25, 34, 0.24);
}

.exhibition_page__button:hover i {
  transform: translateX(3px);
}

.exhibition_page__anchors {
  position: sticky;
  top: 110px;
  z-index: 20;
  padding-block: 22px;
  pointer-events: none;
}

.admin-bar .exhibition_page__anchors {
  top: 142px;
}

.exhibition_page__anchors_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  pointer-events: auto;
}

.exhibition_page__anchor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--mom_teal_deep);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 18px 42px rgba(1, 45, 58, 0.15);
  backdrop-filter: blur(18px);
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.exhibition_page__anchor i {
  color: #008b91;
  font-size: 12px;
  transition: transform 220ms ease;
}

.exhibition_page__anchor:hover {
  transform: translateY(-3px);
  background: var(--mom_teal_dark);
  color: var(--mom_white);
  box-shadow: 0 22px 54px rgba(1, 45, 58, 0.22);
}

.exhibition_page__anchor:hover i {
  color: var(--mom_mint);
  transform: translateY(2px);
}

.exhibition_page__section {
  position: relative;
  scroll-margin-top: 180px;
}

.exhibition_page__section_title {
  margin: 0;
  color: var(--mom_teal_deep);
  font-size: clamp(34px, 4.3vw, 74px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-wrap: balance;
}

.exhibition_page__section--about {
  padding: 112px 0 120px;
  background:
    radial-gradient(
      circle at 10% 16%,
      rgba(184, 235, 225, 0.32),
      transparent 30%
    ),
    linear-gradient(180deg, #ffffff 0%, #f5fbfa 100%);
}

.exhibition_page__about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.48fr);
  gap: clamp(46px, 7vw, 112px);
  align-items: center;
}

.exhibition_page__about_content {
  max-width: 860px;
}

.exhibition_page__rich_text {
  margin-top: 34px;
  color: rgba(28, 56, 67, 0.82);
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.85;
}

.exhibition_page__rich_text p {
  margin: 0;
}

.exhibition_page__rich_text p + p {
  margin-top: 22px;
}

.exhibition_page__proof {
  display: grid;
  border: 1px solid rgba(0, 111, 128, 0.14);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 34px 96px rgba(1, 56, 71, 0.12);
}

.exhibition_page__proof_item {
  display: grid;
  gap: 8px;
  padding: clamp(26px, 3vw, 38px);
  border-bottom: 1px solid rgba(0, 111, 128, 0.12);
  background: linear-gradient(
    135deg,
    rgba(184, 235, 225, 0.18),
    rgba(255, 255, 255, 0.92)
  );
}

.exhibition_page__proof_item:last-child {
  border-bottom: 0;
}

.exhibition_page__proof_item span {
  color: #008b91;
  font-size: clamp(36px, 4vw, 64px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.94;
}

.exhibition_page__proof_item p {
  margin: 0;
  color: rgba(28, 56, 67, 0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.exhibition_page__section--plan {
  padding: 116px 0 128px;
  background:
    linear-gradient(180deg, rgba(1, 45, 58, 0.96), rgba(0, 111, 128, 0.94)),
    url("../images/temp/media-9.png") center / cover no-repeat;
  color: var(--mom_white);
}

.exhibition_page__plan {
  display: grid;
  grid-template-columns: minmax(280px, 0.36fr) minmax(0, 1fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: start;
}

.exhibition_page__plan_intro {
  position: sticky;
  top: 192px;
}

.admin-bar .exhibition_page__plan_intro {
  top: 224px;
}

.exhibition_page__section--plan .exhibition_page__section_eyebrow,
.exhibition_page__section--plan .exhibition_page__section_title {
  color: var(--mom_white);
}

.exhibition_page__plan_intro p:not(.exhibition_page__section_eyebrow) {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.8;
}

.exhibition_page__map_wrap {
  min-width: 0;
}

.exhibition_page__map {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 38px 100px rgba(0, 25, 34, 0.34);
}

.exhibition_page__map img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: contain;
  padding: clamp(18px, 3vw, 38px);
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.exhibition_page__map:hover img {
  transform: scale(1.025);
}

.exhibition_page__map > span {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--mom_teal_dark);
  color: var(--mom_white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(0, 25, 34, 0.2);
}

.exhibition_page__map--empty {
  display: grid;
  align-content: end;
  padding: clamp(36px, 5vw, 64px);
  background:
    linear-gradient(
      135deg,
      rgba(184, 235, 225, 0.24),
      rgba(255, 255, 255, 0.92)
    ),
    #ffffff;
}

.exhibition_page__map_mark {
  display: block;
  width: 86px;
  height: 86px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 111, 128, 0.42);
  border-radius: 50%;
  background:
    linear-gradient(
      90deg,
      transparent 48%,
      rgba(0, 111, 128, 0.62) 49% 51%,
      transparent 52%
    ),
    linear-gradient(
      0deg,
      transparent 48%,
      rgba(0, 111, 128, 0.62) 49% 51%,
      transparent 52%
    ),
    radial-gradient(circle, rgba(184, 235, 225, 0.68), transparent 70%);
}

.exhibition_page__map--empty p {
  max-width: 640px;
  margin: 0;
  color: var(--mom_teal_deep);
  font-size: clamp(30px, 3.8vw, 58px);
  font-weight: 900;
  line-height: 1;
}

.exhibition_page__section--exhibitors {
  padding: 114px 0 132px;
  background:
    radial-gradient(
      circle at 86% 12%,
      rgba(184, 235, 225, 0.3),
      transparent 30%
    ),
    radial-gradient(
      circle at 14% 84%,
      rgba(0, 111, 128, 0.08),
      transparent 34%
    ),
    linear-gradient(180deg, #f7fbfa 0%, #ffffff 100%);
}

.exhibition_page__section--about,
.exhibition_page__section--plan,
.exhibition_page__section--exhibitors {
  padding: 92px 0;
}

.exhibition_page__exhibitors_head {
  max-width: 780px;
}

.exhibition_page__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 58px;
  overflow: hidden;
  border: 1px solid rgba(0, 111, 128, 0.12);
  border-radius: 8px;
  background: rgba(0, 111, 128, 0.14);
  box-shadow: 0 34px 100px rgba(1, 56, 71, 0.1);
}

.exhibition_page__exhibitor {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 208px;
  padding: clamp(22px, 2.4vw, 34px);
  background: rgba(255, 255, 255, 0.9);
  transition:
    transform 240ms ease,
    background-color 240ms ease,
    box-shadow 240ms ease;
}

.exhibition_page__exhibitor:hover,
.exhibition_page__exhibitor:focus-visible {
  z-index: 1;
  transform: translateY(-4px);
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(1, 56, 71, 0.14);
}

.exhibition_page__logo {
  display: grid;
  place-items: center;
  width: 100%;
  height: 88px;
  margin-bottom: 26px;
}

.exhibition_page__logo img {
  display: block;
  max-width: 100%;
  max-height: 82px;
  object-fit: contain;
  filter: grayscale(1) contrast(0.92) opacity(0.72);
  transition:
    filter 240ms ease,
    transform 240ms ease;
}

.exhibition_page__logo i {
  color: rgba(0, 111, 128, 0.28);
  font-size: 42px;
}

.exhibition_page__exhibitor:hover .exhibition_page__logo img,
.exhibition_page__exhibitor:focus-visible .exhibition_page__logo img {
  filter: grayscale(0) contrast(1) opacity(1);
  transform: scale(1.03);
}

.exhibition_page__exhibitor strong {
  max-width: 94%;
  color: var(--mom_teal_deep);
  font-size: clamp(15px, 1vw, 17px);
  font-weight: 900;
  line-height: 1.3;
}

.exhibition_page__exhibitor > i {
  position: absolute;
  right: 22px;
  bottom: 24px;
  color: #008b91;
  font-size: 12px;
  opacity: 0;
  transform: translate(-6px, 6px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.exhibition_page__exhibitor:hover > i,
.exhibition_page__exhibitor:focus-visible > i {
  opacity: 1;
  transform: translate(0, 0);
}

.exhibition_page__empty {
  display: grid;
  align-content: end;
  min-height: 360px;
  margin-top: 52px;
  padding: clamp(42px, 6vw, 76px);
  border: 1px solid rgba(0, 111, 128, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      rgba(184, 235, 225, 0.22),
      rgba(255, 255, 255, 0.92) 56%,
      rgba(132, 208, 171, 0.16)
    ),
    #ffffff;
  box-shadow: 0 34px 96px rgba(1, 56, 71, 0.12);
}

.exhibition_page__empty_mark {
  display: block;
  width: 82px;
  height: 82px;
  margin-bottom: 34px;
  border: 1px solid rgba(0, 111, 128, 0.55);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #01a290 0 5px, transparent 6px),
    linear-gradient(
      135deg,
      transparent 47%,
      rgba(0, 111, 128, 0.72) 48% 52%,
      transparent 53%
    );
}

.exhibition_page__empty p {
  margin: 0;
  color: var(--mom_teal_deep);
  font-size: clamp(32px, 4vw, 62px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}
[dir="rtl"] .exhibition_page__empty p {
  font-size: clamp(30px, 4vw, 62px);
}

.rts_page--rtl .exhibition_page__hero_overlay {
  background:
    linear-gradient(
      270deg,
      rgba(1, 45, 58, 0.98) 0%,
      rgba(1, 56, 71, 0.82) 40%,
      rgba(0, 111, 128, 0.18) 100%
    ),
    linear-gradient(
      180deg,
      rgba(1, 45, 58, 0.04) 0%,
      rgba(1, 45, 58, 0.96) 100%
    );
}

.rts_page--rtl .exhibition_page__button:hover i {
  transform: rotate(180deg) translateX(3px);
}

.rts_page--rtl .exhibition_page__map > span,
.rts_page--rtl .exhibition_page__exhibitor > i {
  right: auto;
  left: 22px;
}

@media (max-width: 1199px) {
  .exhibition_page__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .exhibition_page__anchors {
    position: relative;
    top: auto;
    margin-top: -28px;
  }

  .exhibition_page__anchor {
    flex: 1 1 calc(50% - 12px);
  }

  .exhibition_page__about,
  .exhibition_page__plan {
    grid-template-columns: 1fr;
  }

  .exhibition_page__plan_intro {
    position: static;
  }

  .exhibition_page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .exhibition_page__section--about,
  .exhibition_page__section--plan,
  .exhibition_page__section--exhibitors {
    padding: 52px 0;
  }
  .exhibition_page__rich_text {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .exhibition_page__section--about {
    padding: 42px 0;
  }

  .exhibition_page__eyebrow {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
  }

  .exhibition_page__eyebrow span + span::before {
    display: none;
  }

  .exhibition_page__title {
    font-size: clamp(46px, 17vw, 52px);
  }

  .exhibition_page__intro {
    font-size: 16px;
  }

  .exhibition_page__hero_actions {
    margin-top: 30px;
  }

  .exhibition_page__button,
  .exhibition_page__anchor {
    width: 100%;
    min-height: 46px;
    padding: 13px 16px;
    font-size: 12px;
  }

  .exhibition_page__section_title {
    font-size: clamp(32px, 12vw, 42px);
  }

  .exhibition_page__section--about,
  .exhibition_page__section--plan,
  .exhibition_page__section--exhibitors {
    padding: 46px 0;
  }

  .exhibition_page__map {
    min-height: 340px;
  }

  .exhibition_page__grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .exhibition_page__exhibitor {
    min-height: 184px;
  }

  .exhibition_page__map--empty,
  .exhibition_page__empty {
    padding: 36px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .exhibition_page__button:hover,
  .exhibition_page__anchor:hover,
  .exhibition_page__map:hover img,
  .exhibition_page__exhibitor:hover,
  .exhibition_page__exhibitor:focus-visible,
  .exhibition_page__logo img {
    transform: none;
  }
}

/* ======================================== Registration CTA ======================================== */
.registration_cta {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background:
    linear-gradient(90deg, rgba(1, 45, 58, 0.36), rgba(0, 111, 128, 0.16)),
    url("../images/default-page-banner-2.jpeg") center / cover no-repeat;
  color: var(--mom_white);
  isolation: isolate;
}

.registration_cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(
      circle at 82% 48%,
      rgba(184, 235, 225, 0.28),
      transparent 24%
    ),
    linear-gradient(180deg, rgba(1, 45, 58, 0.1), rgba(1, 45, 58, 0.58));
  pointer-events: none;
}

.registration_cta__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(32px, 6vw, 96px);
}

.registration_cta__content {
  max-width: 900px;
}

.registration_cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
}

.registration_cta__eyebrow::after {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--mom_mint);
}

.registration_cta__title {
  margin: 0;
  color: var(--mom_white);
  font-size: clamp(42px, 5.8vw, 94px);
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
}

.registration_cta__button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 202px;
  min-height: 58px;
  padding: 17px 28px;
  border: 1px solid var(--mom_mint);
  border-radius: 999px;
  background: var(--mom_mint);
  color: var(--mom_teal_deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 26px 64px rgba(0, 25, 34, 0.24);
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.registration_cta__button i {
  font-size: 12px;
  transition: transform 220ms ease;
}

.registration_cta__button:hover {
  transform: translateY(-3px);
  background: var(--mom_white);
  border-color: var(--mom_white);
  color: var(--mom_teal_deep);
  box-shadow: 0 32px 82px rgba(0, 25, 34, 0.3);
}

.registration_cta__button:hover i {
  transform: translateX(3px);
}

.rts_page--rtl .registration_cta {
  background:
    linear-gradient(270deg, rgba(1, 45, 58, 0.96), rgba(0, 111, 128, 0.86)),
    url("../images/page-banner.jpg") center / cover no-repeat;
}

.rts_page--rtl .registration_cta__button i {
  transform: rotate(180deg);
}

.rts_page--rtl .registration_cta__button:hover i {
  transform: rotate(180deg) translateX(3px);
}

@media (max-width: 991px) {
  .registration_cta {
    padding: 86px 0;
    background-position: right;
  }

  .registration_cta__inner {
    display: grid;
    align-items: start;
  }
}

@media (max-width: 575px) {
  .registration_cta {
    padding: 76px 0;
    background-position: left;
  }

  .registration_cta__eyebrow {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 11px;
  }

  .registration_cta__eyebrow::after {
    display: none;
  }

  .registration_cta__title {
    font-size: clamp(34px, 12vw, 44px);
  }

  .registration_cta__button {
    width: 100%;
    min-height: 50px;
    padding: 14px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .registration_cta__button:hover {
    transform: none;
  }
}

.registration_modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 260ms ease,
    visibility 260ms ease;
}

.registration_modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.registration_modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 72% 18%,
      rgba(138, 218, 194, 0.26),
      transparent 34%
    ),
    rgba(0, 39, 49, 0.66);
  backdrop-filter: blur(16px);
}

.registration_modal__panel {
  position: relative;
  width: min(620px, 100%);
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.96),
      rgba(223, 246, 241, 0.92)
    ),
    rgba(255, 255, 255, 0.94);
  box-shadow:
    0 34px 90px rgba(0, 28, 43, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  color: var(--mom_teal_deep);
  transform: translateY(18px) scale(0.98);
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.registration_modal.is-open .registration_modal__panel {
  transform: translateY(0) scale(1);
}

.registration_modal__close {
  position: absolute;
  top: 18px;
  inset-inline-end: 18px;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 74, 89, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  color: var(--mom_teal_deep);
  cursor: pointer;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.registration_modal__close:hover {
  background: #fff;
  transform: rotate(90deg);
}

.registration_modal__eyebrow {
  margin: 0 0 12px;
  color: var(--mom_teal_mid);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.registration_modal__title {
  max-width: 460px;
  margin: 0;
  color: var(--mom_teal_deep);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}

.registration_modal__copy {
  max-width: 440px;
  margin: 16px 0 30px;
  color: rgba(0, 56, 70, 0.72);
  font-size: 16px;
  line-height: 1.55;
}

.registration_modal__options {
  display: grid;
  gap: 12px;
}

.registration_modal__option {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 88px;
  padding: 18px 20px;
  border: 1px solid rgba(0, 74, 89, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--mom_teal_deep);
  text-decoration: none;
  box-shadow: 0 14px 38px rgba(0, 72, 84, 0.08);
  overflow: hidden;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.registration_modal__option::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 143, 133, 0.12), transparent 62%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.registration_modal__option:hover {
  border-color: rgba(0, 143, 133, 0.34);
  box-shadow: 0 20px 46px rgba(0, 72, 84, 0.16);
  transform: translateY(-2px);
}

.registration_modal__option:hover::before {
  opacity: 1;
}

.registration_modal__option_icon,
.registration_modal__option_text,
.registration_modal__option_arrow {
  position: relative;
  z-index: 1;
}

.registration_modal__option_icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mom_teal), var(--mom_mint));
  color: var(--mom_teal_mid);
  font-size: 22px;
  box-shadow: 0 12px 28px rgba(0, 143, 133, 0.24);
}

.registration_modal__option_text strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.registration_modal__option_text small {
  display: block;
  margin-top: 5px;
  color: rgba(0, 56, 70, 0.68);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.registration_modal__option_arrow {
  color: var(--mom_teal);
  font-size: 18px;
  transition: transform 180ms ease;
}

.registration_modal__option:hover .registration_modal__option_arrow {
  transform: translate(3px, -3px);
}

.registration_modal_is_open {
  overflow: hidden;
}

.rts_page--rtl .registration_modal {
  direction: rtl;
}

.rts_page--rtl .registration_modal__eyebrow,
.rts_page--rtl .registration_modal__title {
  letter-spacing: 0;
  text-transform: none;
}

.rts_page--rtl
  .registration_modal__option:hover
  .registration_modal__option_arrow {
  transform: translate(-3px, -3px);
}

@media (max-width: 575px) {
  .registration_modal {
    padding: 18px;
  }

  .registration_modal__panel {
    padding: 34px 22px 24px;
  }

  .registration_modal__title {
    padding-inline-end: 44px;
  }

  .registration_modal__option {
    grid-template-columns: 48px 1fr auto;
    gap: 12px;
    min-height: 82px;
    padding: 16px;
  }

  .registration_modal__option_icon {
    width: 48px;
    height: 48px;
  }
}

/* ======================================== Page Hero ======================================== */
.page__hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 350px;
  padding: calc(var(--mom_header_height) + 26px) 0 26px;
  isolation: isolate;
}
.admin-bar .page__hero {
  padding-top: calc(var(--mom_header_height) + 26px);
}
.page__hero_image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  filter: saturate(1.05) contrast(1.08);
}
[dir="rtl"] .page__hero_image {
  object-position: left;
}
.page__hero_overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(1, 45, 58, 0.48) 0%,
      rgba(1, 56, 71, 0.82) 43%,
      rgba(0, 111, 128, 0.2) 100%
    ),
    linear-gradient(
      180deg,
      rgba(1, 45, 58, 0.08) 0%,
      rgba(1, 45, 58, 0.26) 100%
    );
}
[dir="rtl"] .page__hero_overlay {
  background:
    linear-gradient(
      270deg,
      rgba(1, 45, 58, 0.96) 0%,
      rgba(1, 45, 58, 0.76) 36%,
      rgba(0, 111, 128, 0.22) 100%
    ),
    linear-gradient(
      180deg,
      rgba(1, 45, 58, 0.18) 0%,
      rgba(1, 45, 58, 0.92) 100%
    );
}
.page__hero_back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin-bottom: 28px;
  margin-inline-end: 10px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(14px);
  transition:
    background 180ms ease,
    transform 180ms ease;
}
.page__hero_back:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}
.page__hero_eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
}
.page__hero_eyebrow span + span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.page__hero_eyebrow span + span::before {
  content: "";
  width: 38px;
  height: 1px;
  background: #b8ebe1;
}
.page__hero_title {
  max-width: 960px;
  margin: 0;
  color: var(--mom_white);
  font-size: clamp(48px, 6vw, 90px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
  text-shadow: 0 20px 62px rgba(0, 0, 0, 0.3);
}
.page__hero_intro {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 1.4vw, 23px);
  font-weight: 500;
  line-height: 1.55;
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
  .page__hero {
    min-height: 400px;
  }
}

@media (max-width: 575px) {
  .page__hero {
    min-height: 300px;
  }
  .page__hero_eyebrow {
    font-size: 12px;
    gap: 5px;
  }
  .page__hero_eyebrow span + span {
    gap: 10px;
  }
  .page__hero_eyebrow span + span::before {
    width: 24px;
  }
}
