:root {
  --sp-container-max: var(--container-max-width, 1310px);
  --sp-container: min(var(--container-max-width, 1310px), calc(100vw - 2rem));
  --sp-header-height: 88px;
  --sp-header-height-shrunk: 68px;
  --sp-radius: 18px;
  --sp-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: var(--e-global-typography-text-font-family, var(--e-global-typography-primary-font-family, sans-serif));
  color: var(--e-global-color-text, #7A7A7A);
  background: var(--e-a-bg-default, #ffffff);
  line-height: 1.65;
}
body.wr-mobile-menu-open {
  overflow: hidden;
  overflow-x: clip;
  height: 100vh;
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.75rem;
  line-height: 1.15;
}

p {
  margin: 0 0 1rem;
}

.container {
  width: var(--sp-container);
  margin: 0 auto;
}

.site {
  min-height: 100vh;
}

.site-main {
  min-height: 50vh;
}

.site-header {
  --sp-logo-height: min(52px, calc(var(--sp-header-height) - 24px));
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--sp-header-height);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, height 0.2s ease;
}
.site-header.is-scrolled {
  --sp-logo-height: min(44px, calc(var(--sp-header-height-shrunk) - 20px));
  height: var(--sp-header-height-shrunk);
  border-color: var(--e-a-border-color, #e6e8ea);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}
.site-header.is-transparent-start:not(.is-scrolled) {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.site-header.is-transparent-start:not(.is-scrolled) .nav-menu a,
.site-header.is-transparent-start:not(.is-scrolled) .site-title,
.site-header.is-transparent-start:not(.is-scrolled) .header-menu-toggle {
  color: #ffffff;
}
.site-header.is-transparent-start:not(.is-scrolled) .site-header-social--desktop .site-header-social__link:not(:hover):not(:focus) {
  color: #ffffff;
}
.site-header.is-transparent-start:not(.is-scrolled) .custom-logo .st0,
.site-header.is-transparent-start:not(.is-scrolled) .custom-logo .st1 {
  fill: #ffffff !important;
}
.site-header.is-transparent-start:not(.is-scrolled).has-transparent-logo .site-logo-default {
  display: none;
}
.site-header.is-transparent-start:not(.is-scrolled).has-transparent-logo .site-logo-transparent {
  display: block;
}
.site-header.is-transparent-start + .site-main {
  margin-top: calc(var(--sp-header-height) * -1);
}
.site-header.is-transparent-start + .site-main > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.site-header.is-transparent-start + .site-main .entry-shell--elementor {
  margin-top: 0;
  padding-top: 0;
}
.site-header.is-transparent-start + .site-main .elementor > .elementor-element:first-child,
.site-header.is-transparent-start + .site-main .elementor > .elementor-section:first-child,
.site-header.is-transparent-start + .site-main .elementor-section-wrap > .elementor-element:first-child,
.site-header.is-transparent-start + .site-main .elementor-section-wrap > .elementor-section:first-child {
  margin-top: 0 !important;
  padding-top: 0;
}
.site-header.is-glassy-start:not(.is-scrolled) {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(3px);
}
.site-header.is-glassy-start:not(.is-scrolled) .nav-menu a,
.site-header.is-glassy-start:not(.is-scrolled) .site-title,
.site-header.is-glassy-start:not(.is-scrolled) .header-menu-toggle {
  color: #ffffff;
}
.site-header.is-glassy-start:not(.is-scrolled) .site-header-social--desktop .site-header-social__link:not(:hover):not(:focus) {
  color: #ffffff;
}
.site-header.is-glassy-start:not(.is-scrolled) .custom-logo .st0,
.site-header.is-glassy-start:not(.is-scrolled) .custom-logo .st1 {
  fill: #ffffff !important;
}
.site-header.is-glassy-start:not(.is-scrolled).has-transparent-logo .site-logo-default {
  display: none;
}
.site-header.is-glassy-start:not(.is-scrolled).has-transparent-logo .site-logo-transparent {
  display: block;
}
.site-header.is-glassy-start + .site-main {
  margin-top: calc(var(--sp-header-height) * -1);
}
.site-header.is-glassy-start + .site-main > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.site-header.is-glassy-start + .site-main .entry-shell--elementor {
  margin-top: 0;
  padding-top: 0;
}
.site-header.is-glassy-start + .site-main .elementor > .elementor-element:first-child,
.site-header.is-glassy-start + .site-main .elementor > .elementor-section:first-child,
.site-header.is-glassy-start + .site-main .elementor-section-wrap > .elementor-element:first-child,
.site-header.is-glassy-start + .site-main .elementor-section-wrap > .elementor-section:first-child {
  margin-top: 0 !important;
  padding-top: 0;
}
.site-header.is-glassy-dark-start:not(.is-scrolled) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.1) 100%);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.1);
  border-bottom: none;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}
.site-header.is-glassy-dark-start:not(.is-scrolled) .nav-menu a,
.site-header.is-glassy-dark-start:not(.is-scrolled) .site-title,
.site-header.is-glassy-dark-start:not(.is-scrolled) .header-menu-toggle {
  color: #ffffff;
}
.site-header.is-glassy-dark-start:not(.is-scrolled) .site-header-social--desktop .site-header-social__link:not(:hover):not(:focus) {
  color: #ffffff;
}
.site-header.is-glassy-dark-start:not(.is-scrolled) .custom-logo .st0,
.site-header.is-glassy-dark-start:not(.is-scrolled) .custom-logo .st1 {
  fill: #ffffff !important;
}
.site-header.is-glassy-dark-start:not(.is-scrolled).has-transparent-logo .site-logo-default {
  display: none;
}
.site-header.is-glassy-dark-start:not(.is-scrolled).has-transparent-logo .site-logo-transparent {
  display: block;
}
.site-header.is-glassy-dark-start + .site-main {
  margin-top: calc(var(--sp-header-height) * -1);
}
.site-header.is-glassy-dark-start + .site-main > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.site-header.is-glassy-dark-start + .site-main .entry-shell--elementor {
  margin-top: 0;
  padding-top: 0;
}
.site-header.is-glassy-dark-start + .site-main .elementor > .elementor-element:first-child,
.site-header.is-glassy-dark-start + .site-main .elementor > .elementor-section:first-child,
.site-header.is-glassy-dark-start + .site-main .elementor-section-wrap > .elementor-element:first-child,
.site-header.is-glassy-dark-start + .site-main .elementor-section-wrap > .elementor-section:first-child {
  margin-top: 0 !important;
  padding-top: 0;
}
@media (max-width: 1024px) {
  .site-header.nav-open #site-navigation {
    display: flex;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media (max-width: 1024px) {
  .site-header.nav-open .site-nav-backdrop {
    opacity: 1;
    visibility: visible;
  }
}

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
  body.admin-bar .site-header.is-adminbar-scrolled {
    top: 0;
  }
}
.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 100%;
}

.site-branding {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  min-height: 0;
  height: var(--sp-logo-height);
  max-height: var(--sp-logo-height);
}

.custom-logo-link,
.site-title {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  font-family: var(--e-global-typography-text-font-family, var(--e-global-typography-primary-font-family, sans-serif));
  font-size: 1.125rem;
  font-weight: 700;
}

.custom-logo-link {
  line-height: 0;
  height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
}

.custom-logo {
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: none;
  width: auto;
  flex: 0 0 auto;
}

svg.custom-logo {
  display: block;
  width: auto !important;
  height: 100% !important;
  max-height: 100% !important;
  overflow: visible;
}

.site-logo-transparent {
  display: none;
}

.header-menu-toggle,
.site-navigation-close,
.site-nav-backdrop {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.header-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--e-global-color-text, #7A7A7A);
}
.header-menu-toggle-bars, .header-menu-toggle-bars::before, .header-menu-toggle-bars::after {
  display: block;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
  content: "";
}
.header-menu-toggle-bars::before {
  transform: translateY(-6px);
}
.header-menu-toggle-bars::after {
  transform: translateY(4px);
}

.site-navigation {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.site-header-social {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-left: 0.6rem;
}
.site-header-social__link {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--e-global-color-text, #7A7A7A);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.site-header-social__link:hover, .site-header-social__link:focus {
  color: #ffffff;
  transform: translateY(-1px);
}
.site-header-social__link--facebook {
  color: #1877f2;
}
.site-header-social__link--facebook:hover, .site-header-social__link--facebook:focus {
  background: #1877f2;
  color: #ffffff;
}
.site-header-social__link--instagram {
  color: #e4405f;
}
.site-header-social__link--instagram:hover, .site-header-social__link--instagram:focus {
  background: #e4405f;
  color: #ffffff;
}
.site-header-social__icon {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
}

.site-header-social--mobile {
  display: none;
}

.site-navigation-close,
.site-nav-backdrop {
  display: none;
}

.nav-menu {
  display: flex;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  font-family: var(--e-global-typography-text-font-family, var(--e-global-typography-primary-font-family, sans-serif));
  list-style: none;
}
.nav-menu ul {
  display: flex;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu a {
  font-weight: 400;
  color: var(--e-global-color-primary, #6E157B);
  text-transform: uppercase;
}

.section {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.entry-shell {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  padding-top: 0;
}
.entry-shell--elementor {
  padding: 0;
}
.entry-shell--narrow .entry-content,
.entry-shell--narrow .entry-header,
.entry-shell--narrow .entry-summary,
.entry-shell--narrow .entry-gallery,
.entry-shell--narrow .entry-media {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.entry-header {
  margin-bottom: 1.5rem;
}

.entry-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.entry-summary {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  color: var(--e-a-color-txt-muted, #64748b);
}

.entry-media,
.campaign-card,
.site-footer .widget {
  border-radius: var(--sp-radius);
  overflow: hidden;
  text-align: center;
}
.entry-media img,
.campaign-card img,
.site-footer .widget img {
  margin: 0 auto;
}

.entry-media {
  margin-bottom: 2rem;
  box-shadow: var(--sp-shadow);
}
.entry-media img {
  width: 100%;
}

.entry-content > *:last-child,
.campaign-card-content > *:last-child,
.widget > *:last-child {
  margin-bottom: 0;
}

.campaign-grid,
.footer-grid,
.gallery-grid,
.posts-grid {
  display: grid;
  gap: 1.5rem;
}

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

.campaign-card {
  background: #fff;
  border: 1px solid var(--e-a-border-color, #e6e8ea);
  box-shadow: var(--sp-shadow);
}
.campaign-card-media {
  aspect-ratio: 4/3;
  background: rgba(15, 23, 42, 0.05);
}
.campaign-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.campaign-card-content {
  padding: 1.25rem;
}
.campaign-card-title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.campaign-card-link {
  color: var(--e-global-color-primary, #6E157B);
  font-weight: 700;
}

.gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}
.gallery-grid img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.archive-header {
  margin-bottom: 2rem;
}

.archive-description {
  max-width: 760px;
  color: var(--e-a-color-txt-muted, #64748b);
}

.pagination,
.nav-links {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.site-footer {
  padding: 1rem 0;
  border-top: 0;
  background: #f3f4f6;
  color: var(--e-global-color-primary, #6E157B);
  text-align: center;
}
.site-footer .nav-menu {
  justify-content: center;
  flex-wrap: wrap;
}
.site-footer a,
.site-footer a:visited,
.site-footer .widget,
.site-footer .widget-title,
.site-footer .widget p,
.site-footer .widget li {
  color: var(--e-global-color-primary, #6E157B);
}
.site-footer .site-info {
  margin-top: 1.5rem;
  color: var(--e-global-color-primary, #6E157B);
}
.site-footer .widget {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  margin-bottom: 2rem;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bubble,
.e-con.bubble,
.sp-speech-bubble {
  --sp-speech-bubble-bg: var(--e-a-bg-default, #ffffff);
  --sp-speech-bubble-color: var(--e-global-color-text, #7A7A7A);
  --sp-speech-tail-width: 46px;
  --sp-speech-tail-height: 40px;
  position: relative;
  display: block;
  color: var(--sp-speech-bubble-color);
  border-radius: 20px;
  padding: 1.15rem 1.2rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}
.bubble::after,
.e-con.bubble::after,
.sp-speech-bubble::after {
  content: "";
  position: absolute;
  background: var(--sp-speech-bubble-bg);
  width: var(--sp-speech-tail-width);
  height: var(--sp-speech-tail-height);
  border-radius: 2px;
}
.bubble__content > *:first-child,
.e-con.bubble__content > *:first-child,
.sp-speech-bubble__content > *:first-child {
  margin-top: 0;
}
.bubble__content > *:last-child,
.e-con.bubble__content > *:last-child,
.sp-speech-bubble__content > *:last-child {
  margin-bottom: 0;
}
.bubble--left_top::after, .bubble.left_top::after, .bubble--right_top::after, .bubble.right_top::after, .bubble--center_top_left::after, .bubble.center_top_left::after, .bubble--center_top_right::after, .bubble.center_top_right::after,
.e-con.bubble--left_top::after,
.e-con.bubble.left_top::after,
.e-con.bubble--right_top::after,
.e-con.bubble.right_top::after,
.e-con.bubble--center_top_left::after,
.e-con.bubble.center_top_left::after,
.e-con.bubble--center_top_right::after,
.e-con.bubble.center_top_right::after,
.sp-speech-bubble--left_top::after,
.sp-speech-bubble.left_top::after,
.sp-speech-bubble--right_top::after,
.sp-speech-bubble.right_top::after,
.sp-speech-bubble--center_top_left::after,
.sp-speech-bubble.center_top_left::after,
.sp-speech-bubble--center_top_right::after,
.sp-speech-bubble.center_top_right::after {
  top: -29px;
  clip-path: polygon(10% 100%, 100% 100%, 7% 0, 0 0, 0 7%);
}
.bubble--left_top::after, .bubble.left_top::after,
.e-con.bubble--left_top::after,
.e-con.bubble.left_top::after,
.sp-speech-bubble--left_top::after,
.sp-speech-bubble.left_top::after {
  left: 22px;
}
.bubble--right_top::after, .bubble.right_top::after,
.e-con.bubble--right_top::after,
.e-con.bubble.right_top::after,
.sp-speech-bubble--right_top::after,
.sp-speech-bubble.right_top::after {
  right: 22px;
  transform: scaleX(-1);
}
.bubble--center_top_left::after, .bubble.center_top_left::after,
.e-con.bubble--center_top_left::after,
.e-con.bubble.center_top_left::after,
.sp-speech-bubble--center_top_left::after,
.sp-speech-bubble.center_top_left::after {
  left: calc(50% - 23px);
}
.bubble--center_top_right::after, .bubble.center_top_right::after,
.e-con.bubble--center_top_right::after,
.e-con.bubble.center_top_right::after,
.sp-speech-bubble--center_top_right::after,
.sp-speech-bubble.center_top_right::after {
  left: calc(50% - 23px);
  transform: scaleX(-1);
}
.bubble--left_bottom::after, .bubble.left_bottom::after, .bubble--center_bottom_left::after, .bubble.center_bottom_left::after,
.e-con.bubble--left_bottom::after,
.e-con.bubble.left_bottom::after,
.e-con.bubble--center_bottom_left::after,
.e-con.bubble.center_bottom_left::after,
.sp-speech-bubble--left_bottom::after,
.sp-speech-bubble.left_bottom::after,
.sp-speech-bubble--center_bottom_left::after,
.sp-speech-bubble.center_bottom_left::after {
  bottom: -29px;
  left: 22px;
  clip-path: polygon(10% 0, 100% 0, 7% 100%, 0 100%, 0 93%);
}
.bubble--center_bottom_left::after, .bubble.center_bottom_left::after, .bubble--center_bottom_right::after, .bubble.center_bottom_right::after,
.e-con.bubble--center_bottom_left::after,
.e-con.bubble.center_bottom_left::after,
.e-con.bubble--center_bottom_right::after,
.e-con.bubble.center_bottom_right::after,
.sp-speech-bubble--center_bottom_left::after,
.sp-speech-bubble.center_bottom_left::after,
.sp-speech-bubble--center_bottom_right::after,
.sp-speech-bubble.center_bottom_right::after {
  left: calc(50% - 23px);
}
.bubble--right_bottom::after, .bubble.right_bottom::after, .bubble--center_bottom_right::after, .bubble.center_bottom_right::after,
.e-con.bubble--right_bottom::after,
.e-con.bubble.right_bottom::after,
.e-con.bubble--center_bottom_right::after,
.e-con.bubble.center_bottom_right::after,
.sp-speech-bubble--right_bottom::after,
.sp-speech-bubble.right_bottom::after,
.sp-speech-bubble--center_bottom_right::after,
.sp-speech-bubble.center_bottom_right::after {
  bottom: -29px;
  clip-path: polygon(10% 0, 100% 0, 7% 100%, 0 100%, 0 93%);
  transform: scaleX(-1);
}
.bubble--right_bottom::after, .bubble.right_bottom::after,
.e-con.bubble--right_bottom::after,
.e-con.bubble.right_bottom::after,
.sp-speech-bubble--right_bottom::after,
.sp-speech-bubble.right_bottom::after {
  right: 22px;
}
.bubble--left_center::after, .bubble.left_center::after, .bubble--left_up::after, .bubble.left_up::after, .bubble--left_down::after, .bubble.left_down::after,
.e-con.bubble--left_center::after,
.e-con.bubble.left_center::after,
.e-con.bubble--left_up::after,
.e-con.bubble.left_up::after,
.e-con.bubble--left_down::after,
.e-con.bubble.left_down::after,
.sp-speech-bubble--left_center::after,
.sp-speech-bubble.left_center::after,
.sp-speech-bubble--left_up::after,
.sp-speech-bubble.left_up::after,
.sp-speech-bubble--left_down::after,
.sp-speech-bubble.left_down::after {
  left: -36px;
}
.bubble--left_center::after, .bubble.left_center::after,
.e-con.bubble--left_center::after,
.e-con.bubble.left_center::after,
.sp-speech-bubble--left_center::after,
.sp-speech-bubble.left_center::after {
  top: calc(50% - 20px);
  clip-path: polygon(100% 10%, 100% 100%, 0 57%, 0 50%, 7% 43%);
}
.bubble--left_up::after, .bubble.left_up::after,
.e-con.bubble--left_up::after,
.e-con.bubble.left_up::after,
.sp-speech-bubble--left_up::after,
.sp-speech-bubble.left_up::after {
  top: calc(35% - 20px);
  clip-path: polygon(100% 10%, 100% 100%, 0 42%, 0 35%, 7% 28%);
}
.bubble--left_down::after, .bubble.left_down::after,
.e-con.bubble--left_down::after,
.e-con.bubble.left_down::after,
.sp-speech-bubble--left_down::after,
.sp-speech-bubble.left_down::after {
  top: calc(65% - 20px);
  clip-path: polygon(100% 0, 100% 90%, 0 72%, 0 65%, 7% 58%);
}
.bubble--right_center::after, .bubble.right_center::after, .bubble--right_up::after, .bubble.right_up::after, .bubble--right_down::after, .bubble.right_down::after,
.e-con.bubble--right_center::after,
.e-con.bubble.right_center::after,
.e-con.bubble--right_up::after,
.e-con.bubble.right_up::after,
.e-con.bubble--right_down::after,
.e-con.bubble.right_down::after,
.sp-speech-bubble--right_center::after,
.sp-speech-bubble.right_center::after,
.sp-speech-bubble--right_up::after,
.sp-speech-bubble.right_up::after,
.sp-speech-bubble--right_down::after,
.sp-speech-bubble.right_down::after {
  right: -36px;
}
.bubble--right_center::after, .bubble.right_center::after,
.e-con.bubble--right_center::after,
.e-con.bubble.right_center::after,
.sp-speech-bubble--right_center::after,
.sp-speech-bubble.right_center::after {
  top: calc(50% - 20px);
  clip-path: polygon(0 10%, 0 100%, 100% 57%, 100% 50%, 93% 43%);
}
.bubble--right_up::after, .bubble.right_up::after,
.e-con.bubble--right_up::after,
.e-con.bubble.right_up::after,
.sp-speech-bubble--right_up::after,
.sp-speech-bubble.right_up::after {
  top: calc(35% - 20px);
  clip-path: polygon(0 10%, 0 100%, 100% 42%, 100% 35%, 93% 28%);
}
.bubble--right_down::after, .bubble.right_down::after,
.e-con.bubble--right_down::after,
.e-con.bubble.right_down::after,
.sp-speech-bubble--right_down::after,
.sp-speech-bubble.right_down::after {
  top: calc(65% - 20px);
  clip-path: polygon(0 0, 0 90%, 100% 72%, 100% 65%, 93% 58%);
}

.sp-speech-bubble {
  background: var(--sp-speech-bubble-bg);
}

.sp-candidates {
  --sp-candidate-cols: 3;
  --sp-candidate-cols-tablet: 2;
  --sp-candidate-cols-mobile: 1;
  font-family: var(--e-global-typography-text-font-family, var(--e-global-typography-primary-font-family, sans-serif));
  display: grid;
  gap: 1.5rem;
}
.sp-candidates--list {
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
.sp-candidates--list .sp-candidates__item {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  padding: 1rem;
  border: 1px solid var(--e-a-border-color, #e6e8ea);
  border-radius: var(--sp-radius);
  box-shadow: var(--sp-shadow);
  background: #fff;
}
.sp-candidates--list .sp-candidates__content {
  display: flex;
  flex-direction: column;
}
.sp-candidates--list .sp-candidates__button {
  display: inline-block;
  margin-top: auto;
  align-self: flex-end;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  border: 1px solid #d7263d;
  background: transparent;
  color: #d7263d;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.sp-candidates--list .sp-candidates__button:hover,
.sp-candidates--list .sp-candidates__button:focus {
  background: #d7263d;
  color: #fff;
}
.sp-candidates--list .sp-candidates__media img {
  aspect-ratio: 1/1;
}
.sp-candidates--grid, .sp-candidates--simple {
  grid-template-columns: repeat(var(--sp-candidate-cols), minmax(0, 1fr));
}
.sp-candidates--grid .sp-candidates__media img, .sp-candidates--simple .sp-candidates__media img {
  aspect-ratio: 1/1;
}
.sp-candidates--grid .sp-candidates__item {
  border: 1px solid var(--e-a-border-color, #e6e8ea);
  border-radius: var(--sp-radius);
  overflow: hidden;
  box-shadow: var(--sp-shadow);
  background: #fff;
}
.sp-candidates--simple {
  gap: 0.5rem;
}
.sp-candidates--simple .sp-candidates__item {
  min-width: 0;
}
.sp-candidates--simple .sp-candidates__media {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}
.sp-candidates--simple .sp-candidates__content {
  padding: 0.38rem 0 0 !important;
  text-align: center;
}
.sp-candidates--simple .sp-candidates__name {
  margin: 0;
  font-size: clamp(0.46rem, 0.75vw, 0.86rem) !important;
  line-height: 1.1;
}
.sp-candidates--simple .sp-candidates__badge {
  top: 0.45rem;
  right: 0.45rem;
  min-width: 1.9rem;
  height: 1.9rem;
  font-size: 0.88rem;
}
.sp-candidates .sp-candidates__media {
  position: relative;
  display: block;
  background: rgba(15, 23, 42, 0.05);
}
.sp-candidates .sp-candidates__media img {
  width: 100%;
  object-fit: cover;
}
.sp-candidates .sp-candidates__content {
  padding: 1rem;
}
.sp-candidates .sp-candidates__name {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  line-height: 1.25;
}
.sp-candidates .sp-candidates__meta {
  margin: -0.1rem 0 0.65rem;
  color: var(--e-a-color-txt-muted, #64748b);
  font-size: 0.9rem;
  line-height: 1.3;
}
.sp-candidates .sp-candidates__order {
  font-weight: 800;
  color: #d7263d;
  margin-right: 0.15rem;
}
.sp-candidates .sp-candidates__excerpt {
  color: var(--e-a-color-txt-muted, #64748b);
  font-size: 0.97rem;
}
.sp-candidates .sp-candidates__excerpt p {
  margin: 0 0 0.75rem;
}
.sp-candidates .sp-candidates__excerpt p:last-child {
  margin-bottom: 0;
}
.sp-candidates .sp-candidates__badge {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  min-width: 2.1rem;
  height: 2.1rem;
  padding: 0 0.45rem;
  border-radius: 999px;
  background: #d7263d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
}

.sp-successes {
  --sp-success-cols: 3;
  --sp-success-cols-tablet: 2;
  --sp-success-cols-mobile: 1;
  column-count: var(--sp-success-cols);
  column-gap: 1rem;
  font-family: var(--e-global-typography-text-font-family, var(--e-global-typography-primary-font-family, sans-serif));
}
.sp-successes__item {
  break-inside: avoid;
  margin: 0 0 1rem;
}
.sp-successes__media {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.14);
}
.sp-successes__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 35%, rgba(15, 23, 42, 0.8) 100%);
  pointer-events: none;
}
.sp-successes__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.sp-successes__image {
  width: 100%;
  height: auto;
  transform: none;
}
.sp-successes__title {
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0.65rem;
  z-index: 2;
  margin: 0;
  color: #ffffff;
  font-size: clamp(0.62rem, 0.95vw, 0.95rem);
  font-weight: 500;
  line-height: 1.12;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.42);
}

.success-detail__container {
  max-width: min(980px, 100vw - 2rem);
}
.success-detail__header {
  margin-bottom: 1.25rem;
  text-align: center;
}
.success-detail__eyebrow {
  margin: 0 0 0.45rem;
  color: var(--e-global-color-primary, #6E157B);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.success-detail__title {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.12;
}
.success-detail__media {
  margin: 0 0 clamp(1.25rem, 3vw, 2rem);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--e-a-border-color, #e6e8ea);
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}
.success-detail__image {
  display: block;
  width: 100%;
  height: auto;
}
.success-detail__content {
  color: var(--e-global-color-text, #7A7A7A);
}
.success-detail__content > *:last-child {
  margin-bottom: 0;
}
.success-detail__gallery-block {
  margin-top: clamp(2rem, 4vw, 3rem);
}
.success-detail__gallery-title {
  margin: 0 0 1rem;
  font-size: clamp(1.3rem, 2.1vw, 1.8rem);
}
.success-detail__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.success-detail__gallery-item {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--e-a-border-color, #e6e8ea);
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}
.success-detail__gallery-link {
  display: block;
  cursor: zoom-in;
}
.success-detail__gallery-image {
  display: block;
  width: 100%;
  height: auto;
}
.success-detail__gallery-caption {
  margin: 0;
  padding: 0.75rem 0.85rem 0.85rem;
  color: var(--e-a-color-txt-muted, #64748b);
  font-size: 0.92rem;
  line-height: 1.45;
}

.candidate-detail .container {
  max-width: min(1100px, 100vw - 2rem);
}
.candidate-detail__header {
  text-align: center;
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}
.candidate-detail__eyebrow {
  margin: 0 0 0.45rem;
  color: var(--e-global-color-primary, #6E157B);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.candidate-detail__number {
  margin: 0 auto 0.75rem;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d7263d;
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(215, 38, 61, 0.25);
}
.candidate-detail__name {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.12;
}
.candidate-detail__meta {
  margin: 0.55rem 0 0;
  font-size: 1rem;
  color: var(--e-a-color-txt-muted, #64748b);
  line-height: 1.35;
}
.candidate-detail__main {
  display: grid;
  grid-template-columns: minmax(260px, 38%) minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: start;
}
.candidate-detail__media {
  border-radius: var(--sp-radius);
  overflow: hidden;
  box-shadow: var(--sp-shadow);
  background: #fff;
  border: 1px solid var(--e-a-border-color, #e6e8ea);
}
.candidate-detail__image {
  width: 100%;
  height: auto;
}
.candidate-detail__summary {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: var(--e-a-color-txt-muted, #64748b);
}
.candidate-detail__content {
  color: var(--e-global-color-text, #7A7A7A);
}
.candidate-detail__content > *:last-child {
  margin-bottom: 0;
}
.candidate-detail__back-wrap {
  margin: 1.35rem 0 0;
}
.candidate-detail__back {
  display: inline-block;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  border: 1px solid #d7263d;
  background: transparent;
  color: #d7263d;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.candidate-detail__back:hover, .candidate-detail__back:focus {
  background: #d7263d;
  color: #fff;
}
.candidate-detail__gallery-block {
  margin-top: clamp(2rem, 4vw, 3.25rem);
}
.candidate-detail__gallery-title {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
}
.candidate-detail__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.candidate-detail__gallery-item {
  margin: 0;
  border: 1px solid var(--e-a-border-color, #e6e8ea);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
.candidate-detail__gallery-image {
  display: block;
  width: 100%;
  height: auto;
}
.candidate-detail__gallery-link {
  display: block;
  cursor: zoom-in;
}
.candidate-detail__gallery-caption {
  margin: 0;
  padding: 0.75rem 0.85rem 0.85rem;
  font-size: 0.92rem;
  color: var(--e-a-color-txt-muted, #64748b);
  line-height: 1.45;
}

.candidate-detail-nav,
.success-detail-nav {
  position: fixed;
  inset: 50% 0 auto;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 30;
}
.candidate-detail-nav__item,
.success-detail-nav__item {
  position: absolute;
  top: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 3.85rem;
  max-width: min(280px, 50vw - 1.5rem);
  padding: 0.35rem 0.8rem 0.35rem 0.35rem;
  border: 1px solid var(--e-a-border-color, #e6e8ea);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
  color: inherit;
  text-decoration: none;
  pointer-events: auto;
  backdrop-filter: blur(2px);
}
.candidate-detail-nav__item--prev,
.success-detail-nav__item--prev {
  left: 0.75rem;
}
.candidate-detail-nav__item--next,
.success-detail-nav__item--next {
  right: 0.75rem;
  flex-direction: row-reverse;
  text-align: right;
  padding: 0.35rem 0.35rem 0.35rem 0.8rem;
}
.candidate-detail-nav__thumb,
.success-detail-nav__thumb {
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 999px;
  overflow: hidden;
  display: inline-flex;
  flex: 0 0 auto;
}
.candidate-detail-nav__image,
.success-detail-nav__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.candidate-detail-nav__image--placeholder,
.success-detail-nav__image--placeholder {
  background: rgba(15, 23, 42, 0.1);
}
.candidate-detail-nav__text,
.success-detail-nav__text {
  display: inline-flex;
  flex-direction: column;
  min-width: 0;
}
.candidate-detail-nav__order,
.success-detail-nav__order {
  font-size: 0.77rem;
  font-weight: 700;
  color: #d7263d;
  line-height: 1.2;
}
.candidate-detail-nav__name,
.success-detail-nav__name {
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--e-global-color-text, #7A7A7A);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 24ch;
}

body.sp-lightbox-open {
  overflow: hidden;
}

.sp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(3, 8, 20, 0.86);
}
.sp-lightbox[hidden] {
  display: none;
}
.sp-lightbox__content {
  position: relative;
  width: min(1100px, 100%);
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.sp-lightbox__close {
  position: absolute;
  top: -0.35rem;
  right: -0.35rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #111827;
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}
.sp-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.9rem;
  height: 2.9rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #0f172a;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
}
.sp-lightbox__nav--prev {
  left: 0.5rem;
}
.sp-lightbox__nav--next {
  right: 0.5rem;
}
.sp-lightbox__image {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 6rem);
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.45);
}
.sp-lightbox__caption {
  margin: 0;
  max-width: min(800px, 100%);
  text-align: center;
  color: #e5e7eb;
  font-size: 0.95rem;
  line-height: 1.45;
}

@media (max-width: 1024px) {
  html.wr-mobile-menu-open,
  body.wr-mobile-menu-open {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }
  body.wr-mobile-menu-open {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
  }
  .site-header.is-transparent-start:not(.is-scrolled),
  .site-header.is-glassy-start:not(.is-scrolled),
  .site-header.is-glassy-dark-start:not(.is-scrolled) {
    background: rgba(255, 255, 255, 0.94);
    border-color: transparent;
    box-shadow: none;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  .site-header.is-transparent-start:not(.is-scrolled) .nav-menu a,
  .site-header.is-transparent-start:not(.is-scrolled) .site-title,
  .site-header.is-transparent-start:not(.is-scrolled) .header-menu-toggle,
  .site-header.is-glassy-start:not(.is-scrolled) .nav-menu a,
  .site-header.is-glassy-start:not(.is-scrolled) .site-title,
  .site-header.is-glassy-start:not(.is-scrolled) .header-menu-toggle,
  .site-header.is-glassy-dark-start:not(.is-scrolled) .nav-menu a,
  .site-header.is-glassy-dark-start:not(.is-scrolled) .site-title,
  .site-header.is-glassy-dark-start:not(.is-scrolled) .header-menu-toggle {
    color: var(--e-global-color-primary, #6E157B);
  }
  .site-header.is-transparent-start:not(.is-scrolled) .site-header-social--desktop .site-header-social__link:not(:hover):not(:focus),
  .site-header.is-glassy-start:not(.is-scrolled) .site-header-social--desktop .site-header-social__link:not(:hover):not(:focus),
  .site-header.is-glassy-dark-start:not(.is-scrolled) .site-header-social--desktop .site-header-social__link:not(:hover):not(:focus) {
    color: var(--e-global-color-text, #7A7A7A);
  }
  .site-header.is-transparent-start:not(.is-scrolled).has-transparent-logo .site-logo-default,
  .site-header.is-glassy-start:not(.is-scrolled).has-transparent-logo .site-logo-default,
  .site-header.is-glassy-dark-start:not(.is-scrolled).has-transparent-logo .site-logo-default {
    display: block;
  }
  .site-header.is-transparent-start:not(.is-scrolled).has-transparent-logo .site-logo-transparent,
  .site-header.is-glassy-start:not(.is-scrolled).has-transparent-logo .site-logo-transparent,
  .site-header.is-glassy-dark-start:not(.is-scrolled).has-transparent-logo .site-logo-transparent {
    display: none;
  }
  .site-header.is-transparent-start + .site-main,
  .site-header.is-glassy-start + .site-main,
  .site-header.is-glassy-dark-start + .site-main {
    margin-top: 0;
  }
  .site-header.is-transparent-start + .site-main > *:first-child,
  .site-header.is-glassy-start + .site-main > *:first-child,
  .site-header.is-glassy-dark-start + .site-main > *:first-child {
    margin-top: initial;
    padding-top: initial;
  }
  .site-header.is-transparent-start + .site-main .entry-shell--elementor,
  .site-header.is-glassy-start + .site-main .entry-shell--elementor,
  .site-header.is-glassy-dark-start + .site-main .entry-shell--elementor {
    margin-top: initial;
    padding-top: initial;
  }
  .site-header.is-transparent-start + .site-main .elementor > .elementor-element:first-child,
  .site-header.is-transparent-start + .site-main .elementor > .elementor-section:first-child,
  .site-header.is-transparent-start + .site-main .elementor-section-wrap > .elementor-element:first-child,
  .site-header.is-transparent-start + .site-main .elementor-section-wrap > .elementor-section:first-child,
  .site-header.is-glassy-start + .site-main .elementor > .elementor-element:first-child,
  .site-header.is-glassy-start + .site-main .elementor > .elementor-section:first-child,
  .site-header.is-glassy-start + .site-main .elementor-section-wrap > .elementor-element:first-child,
  .site-header.is-glassy-start + .site-main .elementor-section-wrap > .elementor-section:first-child,
  .site-header.is-glassy-dark-start + .site-main .elementor > .elementor-element:first-child,
  .site-header.is-glassy-dark-start + .site-main .elementor > .elementor-section:first-child,
  .site-header.is-glassy-dark-start + .site-main .elementor-section-wrap > .elementor-element:first-child,
  .site-header.is-glassy-dark-start + .site-main .elementor-section-wrap > .elementor-section:first-child {
    margin-top: initial !important;
    padding-top: initial;
  }
  .site-header.is-transparent-start:not(.is-scrolled) .custom-logo .st0,
  .site-header.is-glassy-start:not(.is-scrolled) .custom-logo .st0,
  .site-header.is-glassy-dark-start:not(.is-scrolled) .custom-logo .st0 {
    fill: #6E157B !important;
  }
  .site-header.is-transparent-start:not(.is-scrolled) .custom-logo .st1,
  .site-header.is-glassy-start:not(.is-scrolled) .custom-logo .st1,
  .site-header.is-glassy-dark-start:not(.is-scrolled) .custom-logo .st1 {
    fill: #7DAF3A !important;
  }
  .campaign-grid,
  .posts-grid,
  .footer-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .header-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .site-header .site-navigation {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(360px, 88vw);
    padding: 1.5rem;
    background: #fff;
    margin-left: 0;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.2s ease;
    box-shadow: -24px 0 60px rgba(15, 23, 42, 0.12);
    z-index: 1002;
  }
  .site-header.nav-open #site-navigation {
    animation: sp-nav-slide-in-right 0.22s ease-out both;
  }
  .site-header-social {
    display: none;
  }
  .site-navigation-close {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    font-size: 2rem;
    color: var(--e-global-color-primary, #6E157B);
    line-height: 1;
    margin-bottom: 1rem;
  }
  .site-nav-backdrop {
    position: fixed;
    inset: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    background: rgba(15, 23, 42, 0.32);
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 1001;
  }
  .site-header .site-navigation .nav-menu {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .site-header .site-navigation .nav-menu li {
    width: 100%;
  }
  .site-header .site-navigation .nav-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.9rem;
    text-align: center;
    color: var(--e-global-color-primary, #6E157B);
  }
  .site-header .site-navigation .nav-menu ul {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .site-header .site-navigation .site-header-social--mobile {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    margin: 1rem 0 0;
    padding-top: 0.85rem;
    border-top: 1px solid var(--e-a-border-color, #e6e8ea);
  }
  .site-header .site-navigation .site-header-social--mobile .site-header-social__link {
    width: 2.55rem;
    height: 2.55rem;
  }
  .site-header .site-navigation .site-header-social--mobile .site-header-social__icon {
    width: 1.38rem;
    height: 1.38rem;
  }
  .site-header .site-navigation .site-header-social .site-header-social__link {
    color: var(--e-global-color-primary, #6E157B);
  }
  .site-header .site-navigation .site-header-social .site-header-social__link--facebook {
    color: #1877f2;
  }
  .site-header .site-navigation .site-header-social .site-header-social__link--instagram {
    color: #e4405f;
  }
  .site-header.is-transparent-start:not(.is-scrolled) .site-navigation .nav-menu a,
  .site-header.is-glassy-start:not(.is-scrolled) .site-navigation .nav-menu a,
  .site-header.is-glassy-dark-start:not(.is-scrolled) .site-navigation .nav-menu a {
    color: var(--e-global-color-primary, #6E157B);
  }
  .sp-candidates--grid,
  .sp-candidates--simple {
    grid-template-columns: repeat(var(--sp-candidate-cols-tablet), minmax(0, 1fr));
  }
  .sp-successes {
    column-count: var(--sp-success-cols-tablet);
  }
  .sp-candidates--list .sp-candidates__item {
    grid-template-columns: 170px minmax(0, 1fr);
  }
  .candidate-detail__main {
    grid-template-columns: 1fr;
  }
  .candidate-detail__media {
    max-width: min(420px, 100%);
    margin: 0 auto;
  }
  .candidate-detail__text, .candidate-detail__summary, .candidate-detail__content, .candidate-detail__back-wrap {
    text-align: center;
  }
  .candidate-detail__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .candidate-detail-nav,
  .success-detail-nav {
    position: static;
    inset: auto;
    transform: none;
    pointer-events: auto;
    z-index: auto;
    width: var(--sp-container);
    margin: 1.4rem auto 0;
    display: flex;
    gap: 0.65rem;
  }
  .candidate-detail-nav__item,
  .success-detail-nav__item {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    flex: 0 0 calc(50% - 0.325rem);
    min-width: 0;
    max-width: none;
    min-height: 3.3rem;
    padding: 0.25rem 0.6rem 0.25rem 0.25rem;
    gap: 0.45rem;
  }
  .candidate-detail-nav__item--prev,
  .success-detail-nav__item--prev {
    margin-right: auto;
  }
  .candidate-detail-nav__item--next,
  .success-detail-nav__item--next {
    margin-left: auto;
    padding: 0.25rem 0.25rem 0.25rem 0.6rem;
  }
  .candidate-detail-nav__thumb,
  .success-detail-nav__thumb {
    width: 2.8rem;
    height: 2.8rem;
  }
  .candidate-detail-nav__name,
  .success-detail-nav__name {
    font-size: 0.8rem;
    max-width: 16ch;
  }
  .success-detail__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sp-lightbox__nav {
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1.75rem;
  }
}
@keyframes sp-nav-slide-in-right {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .campaign-grid,
  .posts-grid,
  .footer-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .sp-candidates--grid,
  .sp-candidates--simple {
    grid-template-columns: repeat(var(--sp-candidate-cols-mobile), minmax(0, 1fr));
  }
  .sp-successes {
    column-count: var(--sp-success-cols-mobile);
  }
  .sp-candidates--list .sp-candidates__item {
    grid-template-columns: 1fr;
  }
  .candidate-detail__number {
    width: 2.65rem;
    height: 2.65rem;
    font-size: 1rem;
  }
  .candidate-detail__gallery {
    grid-template-columns: 1fr;
  }
  .candidate-detail-nav,
  .success-detail-nav {
    gap: 0.5rem;
  }
  .candidate-detail-nav__item,
  .success-detail-nav__item {
    flex-basis: calc(50% - 0.25rem);
    min-height: 2.95rem;
    padding: 0.22rem 0.45rem 0.22rem 0.22rem;
    gap: 0.35rem;
  }
  .candidate-detail-nav__item--next,
  .success-detail-nav__item--next {
    padding: 0.22rem 0.22rem 0.22rem 0.45rem;
  }
  .candidate-detail-nav__thumb,
  .success-detail-nav__thumb {
    width: 2.3rem;
    height: 2.3rem;
  }
  .candidate-detail-nav__name,
  .success-detail-nav__name {
    font-size: 0.74rem;
    max-width: 11ch;
  }
  .success-detail__gallery {
    grid-template-columns: 1fr;
  }
}
p.elementor-counter-title {
  text-align: center;
}/*# sourceMappingURL=theme.css.map */