.elementor-832 .elementor-element.elementor-element-5edc92d:not(.elementor-motion-effects-element-type-background), .elementor-832 .elementor-element.elementor-element-5edc92d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://dandemutande.africa/wp-content/uploads/2025/10/28th-Anniversary-scaled.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-832 .elementor-element.elementor-element-5edc92d > .elementor-container{min-height:600px;}.elementor-832 .elementor-element.elementor-element-5edc92d, .elementor-832 .elementor-element.elementor-element-5edc92d > .elementor-background-overlay{border-radius:0px 0px 0px 0px;}.elementor-832 .elementor-element.elementor-element-5edc92d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:180px 180px 180px 180px;}.elementor-832 .elementor-element.elementor-element-5edc92d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-832 .elementor-element.elementor-element-0c26723 > .elementor-element-populated{margin:70px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-832 .elementor-element.elementor-element-c2973e2{margin-top:-70px;margin-bottom:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-832 .elementor-element.elementor-element-8e9f068{text-align:center;}.elementor-832 .elementor-element.elementor-element-8e9f068 .elementor-heading-title{font-family:"Comfortaa", Sans-serif;font-size:50px;font-weight:600;line-height:60px;color:var( --e-global-color-042055b );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-832 .elementor-element.elementor-element-4ed2378{text-align:center;font-family:"Comfortaa", Sans-serif;font-size:30px;font-weight:400;color:var( --e-global-color-accent );}:root{--page-title-display:none;}@media(max-width:1366px){.elementor-832 .elementor-element.elementor-element-5edc92d{padding:0px 0px 0px 0px;}}@media(max-width:1024px){.elementor-832 .elementor-element.elementor-element-5edc92d{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-6918184 */.wpac-flex-cards {
    font-family: Comfortaa;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.25s;
  }
  .wpac-flex-cards.dark {
    background: #232223;
    color: white;
  }
.wpac-flex-cards #user-button {
  z-index: 1000;
  bottom: 1rem !important;
  right: 1rem !important;
  color: var(--user-button-text);
  transition: 1s 0s ease-out;
  -webkit-animation: slide 3s ease-out forwards;
          animation: slide 3s ease-out forwards;
}
@-webkit-keyframes slide {
  0%, 50% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}
@keyframes slide {
  0%, 50% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}
.wpac-flex-cards #user-button .u-card {
  border-radius: 100%;
  box-shadow: 0 0 1rem -0.25rem var(--user-button-shadow), inset 0 0 1rem -0.75rem var(--user-button-shadow);
}
.wpac-flex-cards #user-button .u-main {
  cursor: pointer;
  --user-button-background:var(--user-button-main, #EC87C0);
}
.wpac-flex-cards #user-button .u-main img {
  height: 100%;
  width: 100%;
}
.wpac-flex-cards #user-button .u-main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  opacity: 1;
  transition: 0s 4s;
}
.wpac-flex-cards #user-button .u-icons {
  position: relative;
  z-index: 950;
  transform: translate(-50%, -50%);
  background: var(--user-button-circle);
  box-shadow: 0 0 0 0.125rem var(--user-button-cardborder);
  border-radius: 100%;
  transition: 0.25s;
  opacity: 1 !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  /*&:before {
     z-index:-1;
     position:absolute;
     top:0; right:0; bottom:0; left:0;
     content:'';

     backdrop-filter: blur(10px);
  }*/
}
.wpac-flex-cards #user-button .u-icons a {
  color: inherit;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
.wpac-flex-cards #user-button .u-icons a div {
  padding: 0.5rem;
  transition: 0s;
}
 
.wpac-flex-cards #user-button .u-icons a.u-random div {
  position: relative;
  top: -1px;
  -webkit-animation: diespin 2s linear infinite;
          animation: diespin 2s linear infinite;
}
@-webkit-keyframes diespin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes diespin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wpac-flex-cards #user-button .u-icons a.u-random:not(:hover) div {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.wpac-flex-cards #user-button .u-icons > * {
  position: absolute;
  width: 30px;
  height: 30px;
  background: var(--singlecolour);
  border-radius: 100%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: 0.25s -0.05s;
}
.wpac-flex-cards #user-button .u-icons > *:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wpac-flex-cards #user-button .u-icons > *:hover, .wpac-flex-cards #user-button .u-icons > *:focus-within {
  background: var(--hcolour);
}
.wpac-flex-cards #user-button .u-icons > *:first-child:nth-last-child(1):nth-child(1), .wpac-flex-cards #user-button .u-icons > *:first-child:nth-last-child(1) ~ *:nth-child(1) {
  left: 25%;
  top: 25%;
}
.wpac-flex-cards #user-button .u-icons > *:first-child:nth-last-child(2):nth-child(1), .wpac-flex-cards #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(1) {
  left: 37.5%;
  top: 18.75%;
}
.wpac-flex-cards #user-button .u-icons > *:first-child:nth-last-child(2):nth-child(2), .wpac-flex-cards #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(2) {
  left: 18.75%;
  top: 37.5%;
}
.wpac-flex-cards #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(1), .wpac-flex-cards #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(1) {
  left: 50%;
  top: 15.625%;
}
.wpac-flex-cards #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(2), .wpac-flex-cards #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(2) {
  left: 25%;
  top: 25%;
}
.wpac-flex-cards #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(3), .wpac-flex-cards #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(3) {
  left: 15.625%;
  top: 50%;
}

.wpac-flex-cards #user-button:hover .u-icons, .wpac-flex-cards #user-button:focus-within .u-icons {
  width: 300% !important;
  height: 300% !important;
}

@media (prefers-color-scheme: dark) {
  .wpac-flex-cards:not(.light) {
    background: #232223;
    color: white;
  }
}
.wpac-flex-cards .options {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  min-width: 600px;
  max-width: 900px;
  width: calc(100% - 100px);
  height: 400px;
}
@media screen and (max-width: 718px) {
  .wpac-flex-cards .options {
    min-width: 520px;
    flex-direction: column;
    height: auto;
    overflow: visible;
  }
  .wpac-flex-cards .options .option.active {
    min-height: 400px;
  }
  .wpac-flex-cards .options .option:not(.active) {
    min-height: 60px;
  }
}
@media screen and (max-width: 638px) {
  .wpac-flex-cards .options {
    min-width: 440px;
  }
}
@media screen and (max-width: 558px) {
  .wpac-flex-cards .options {
    min-width: 360px;
  }
}
@media screen and (max-width: 478px) {
  .wpac-flex-cards .options {
    min-width: 280px;
  }
}
.wpac-flex-cards .options .option {
  position: relative;
  overflow: hidden;
  min-width: 60px;
  margin: 10px;
  background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
  background-size: auto 120%;
  background-position: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.wpac-flex-cards .options .option .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    display: none;
}
.wpac-flex-cards .options .option.active {
  flex-grow: 10000;
  transform: scale(1);
  max-width: 720px !important;
  margin: 0px;
  border-radius: 40px;
  background-size: auto 100%;
  /*&:active {
     transform:scale(0.9);
  }*/
}

.wpac-flex-cards .options .option.active .shadow {
  box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}
.wpac-flex-cards .options .option.active .label {
  bottom: 30px;
  left: 20px;
  height: 60px;
}
.wpac-flex-cards .options .option.active .label .info > div {
  left: 0px;
  opacity: 1;
}
.wpac-flex-cards .options .option:not(.active) {
  flex-grow: 1;
  border-radius: 30px;
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.4);
  border: 5px solid #ffffff;
}
.wpac-flex-cards .options .option:not(.active) .shadow {
  bottom: -40px;
  box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}
.wpac-flex-cards .options .option:not(.active) .overlay {
    display: block;
}
.wpac-flex-cards .options .option:not(.active) .label {
  bottom: 10px;
  left: 10px;
}
.wpac-flex-cards .options .option:not(.active) .label .info > div {
  left: 20px;
  opacity: 0;
}
.wpac-flex-cards .options .option .shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 120px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.wpac-flex-cards .options .option .label {
  display: flex;
  position: absolute;
  right: 0px;
  height: 40px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.wpac-flex-cards .options .option .label .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: white;
  color: var(--defaultBackground);
}
.wpac-flex-cards .options .option.active .icon {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  font-size: 40px;
}
.wpac-flex-cards .options .option .label .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  color: white;
  white-space: pre;
  line-height: 1;
}
.wpac-flex-cards .options .option .label .info > div {
  position: relative;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}
.wpac-flex-cards .options .option .label .info .main {
  font-weight: bold;
  font-size: 1.2rem;
  font-size: 2em;
  margin-bottom: 5px;
}
.wpac-flex-cards .options .option .label .info .sub {
  transition-delay: 0.1s;
}/* End custom CSS */