@charset "UTF-8";
/* ───── couleurs ───── */
/* ───── filtres ───── */
*, *::before, *::after {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* ───── Polices système ───── */
body {
  font-size: 14px !important;
  line-height: 22px;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  body {
    font-size: 12px !important;
  }
}
h1 {
  font-size: 2.5rem;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.7rem;
  }
}
h2 {
  font-size: 2rem !important;
}
@media (max-width: 1280px) {
  h2 {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.4rem !important;
  }
}
h3 {
  font-size: 1.3rem !important;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.2rem !important;
  }
}
h4 {
  font-size: 1.2rem !important;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 1.3rem !important;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.1rem !important;
  }
}
h5 {
  font-size: 1.05rem;
}
@media (max-width: 1024px) {
  h5 {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 1rem;
  }
}
h6 {
  font-size: 1rem;
}
@media (max-width: 1024px) {
  h6 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 0.95rem;
  }
}
p, li {
  font-size: 14px !important;
  line-height: 22px;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  p, li {
    font-size: 12px !important;
  }
}
p, li {
  color: #050a1e;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
}
p, li {
  font-family: "Fira Sans", sans-serif !important;
}
.include-container {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 84% !important;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .include-container {
    max-width: 90% !important;
  }
}
/* Gradient vertical : Violet-dark → Violet-light */
@keyframes dance {
  from {
    transform: scale(0.85) rotate(0deg);
  }
  to {
    transform: scale(1.05) rotate(15deg);
  }
}
/* ───── Fix ───── */
html, body {
  min-width: 320px;
  max-width: 1920px;
}
@media (min-width: 1920px) {
  html, body {
    margin: auto;
    border: 1px solid #f4f4f4;
  }
}
@media (max-width: 1024px) {
  .grid_display_article .wpr-grid-filters {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .grid_display_article .wpr-grid-filters li {
    margin: 0 10px;
  }
}
.main-area {
  min-height: 70vh;
}
.navSidebar-button {
  display: flex !important;
  align-items: center;
  align-self: center;
  justify-content: center;
  background-color: #ecb91e;
}
.cs-page_heading {
  display: none !important;
}
.brand-area .container {
  max-width: 100%;
}
.brand-area .container .row {
  margin: auto;
  width: 100%;
  max-width: 100%;
}
.hero-active .hero-area .container {
  max-width: none;
}
/* Désactiver le curseur personnalisé sur les écrans ≤ 768 px */
@media screen and (max-width: 1024px) {
  .curser, .curser2 {
    display: none !important;
  }
}
/* ───── hero banner ───── */
.hero-thumb-shape {
  display: none;
}
/* ───── header ───── */
#hero_banner {
  background: #050a1e;
}
@media (max-width: 320px) {
  #hero_banner {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #hero_banner {
    padding-top: 5%;
  }
}
#hero_banner .hero-area.style-three {
  position: relative;
  z-index: 1;
  background: #050a1e;
  height: auto;
  margin: 0;
}
@media (max-width: 575px) {
  #hero_banner .hero-area.style-three {
    height: 300px;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  #hero_banner .hero-area.style-three .hero-img img {
    display: flex;
  }
}
@media (max-width: 767px) {
  #hero_banner .hero-area.style-three .hero-thumb-3 {
    margin-left: auto;
    width: 50%;
  }
}
@media (max-width: 575px) {
  #hero_banner .hero-area.style-three .hero-thumb-3 {
    display: none;
  }
}
#hero_banner .hero-area.style-three .hero-contant {
  position: absolute;
  padding-top: 0;
  margin-left: 4%;
  z-index: 99;
  width: 40%;
  top: 36%;
}
@media (max-width: 1660px) {
  #hero_banner .hero-area.style-three .hero-contant {
    width: 45%;
    top: 30%;
  }
}
@media (max-width: 1279px) {
  #hero_banner .hero-area.style-three .hero-contant {
    width: 60%;
    top: 30%;
    margin-left: 0%;
  }
}
@media (max-width: 575px) {
  #hero_banner .hero-area.style-three .hero-contant {
    margin-left: 3%;
    top: 35%;
    width: 80%;
  }
}
#hero_banner .hero-area.style-three .hero-contant h1 {
  font-size: 2.5rem;
  color: #ffffff;
  display: inline;
  font-weight: 700;
  line-height: 80px;
  margin: 0;
}
@media (max-width: 1024px) {
  #hero_banner .hero-area.style-three .hero-contant h1 {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px) {
  #hero_banner .hero-area.style-three .hero-contant h1 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  #hero_banner .hero-area.style-three .hero-contant h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 991.98px) {
  #hero_banner .hero-area.style-three .hero-contant h1 {
    font-size: 1.6rem;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  #hero_banner .hero-area.style-three .hero-contant h1 {
    font-size: 1.3rem;
  }
}
#hero_banner .hero-area.style-three .hero-contant h6 {
  position: relative;
  z-index: 1;
  color: #ecb91e;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 0;
  margin-left: 58px;
}
#hero_banner .hero-area.style-three .hero-contant h6::before {
  background-color: #ecb91e;
  border-radius: 3px;
  content: "";
  height: 6px;
  left: -57px;
  position: absolute;
  top: 20px;
  width: 18px;
}
#hero_banner .hero-area.style-three .hero-contant h6::after {
  background-color: #ecb91e;
  border-radius: 3px;
  content: "";
  height: 6px;
  left: -33px;
  position: absolute;
  top: 20px;
  width: 25px;
}
#hero_banner .hero-area.style-three .hero-contant span {
  display: inline-block;
  line-height: 80px;
  color: #ecb91e;
  font-weight: 700;
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  #hero_banner .hero-area.style-three .hero-contant span {
    font-size: 1.6rem;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  #hero_banner .hero-area.style-three .hero-contant span {
    font-size: 1.3rem;
  }
}
#hero_banner .hero-area.style-three .hero-contant p {
  line-height: 28px;
  color: #7a7a7a;
  width: 100%;
  opacity: 1;
  padding: 18px 0 40px;
}
.hero-area.style-three .solutek-btn {
  display: inline-block;
  margin-right: 16px;
}
.hero-area.style-three .hero-btn-3 {
  display: inline-block;
}
.hero-area.style-three .hero-btn-profile img {
  border: 2px solid #ecb91e;
  border-radius: 100%;
  margin-right: 5px;
}
.hero-area.style-three .hero-btn-profile a {
  display: inline-block;
  font-size: 15px !important;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.hero-area.style-three .hero-btn-profile a span {
  display: inline-block;
  font-size: 15px !important;
  text-decoration: underline;
  text-transform: uppercase;
  color: #ecb91e;
  font-weight: 700;
  margin-right: 5px;
}
.hero-area.style-three .hero-thumb-3 {
  position: relative;
}
.hero-area.style-three .hero-thumb-shape {
  position: absolute;
  top: 10px;
}
div.hero-area.style-three div.container div.row.hero div:nth-child(2) {
  padding: 0;
}
.hero-area.style-three .hero-left-shape {
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: rotateme;
  -webkit-animation-timing-function: linear;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-name: rotateme;
  animation-timing-function: linear;
  left: -154px;
  position: absolute;
  top: -50px;
}
@media (max-width: 1439px) {
  .hero-area.style-three .hero-left-shape {
    top: -250px;
  }
}
.owl-nav {
  display: none;
}
/* ─────  about ───── */
.about-text p {
  padding: 0px 0 15px;
}
#homepage_about {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 84% !important;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  #homepage_about {
    max-width: 90% !important;
  }
}
@media (max-width: 768px) {
  #homepage_about {
    padding: 5% 0;
  }
}
#homepage_about #visuals_about {
  display: flex;
  width: 55%;
}
#homepage_about #visuals_about > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#homepage_about .frame {
  position: relative;
  overflow: visible;
  /* pour laisser dépasser l’accent */
}
#homepage_about .photo {
  display: block;
  height: 370px;
  object-fit: cover;
  width: 290px;
}
@media (max-width: 1439px) {
  #homepage_about .photo {
    width: 200px;
  }
}
@media (max-width: 1279px) {
  #homepage_about .photo {
    width: 180px;
  }
}
@media (max-width: 1024px) {
  #homepage_about .photo {
    width: 360px;
  }
}
@media (max-width: 767px) {
  #homepage_about .frame--left {
    display: none;
  }
}
#homepage_about .frame--left .photo {
  border-radius: 10px 10px 140px 10px;
  height: 370px !important;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  #homepage_about .frame--right {
    display: none;
  }
}
#homepage_about .frame--right .photo {
  border-radius: 120px 10px 10px 10px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  #homepage_about #about {
    width: 100%;
  }
}
#homepage_about #about .about-area {
  position: relative;
  z-index: 1;
  padding: 0 0 50px;
}
@media (max-width: 767px) {
  #homepage_about #about .about-area {
    padding: 0 0 0;
  }
}
#homepage_about #about .about-area:before {
  background-repeat: no-repeat;
  background: url(assets/images/about5.png);
  content: "";
  height: 100%;
  position: absolute;
  right: -72%;
  top: -8%;
  width: 100%;
}
#homepage_about #about .about-area h5.section-sub-title {
  border-radius: 20px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  position: relative;
  z-index: 1;
  background-color: #f4f4f4;
  border: 1px solid rgba(122, 122, 122, 0.15);
  color: #5f4c9f;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  max-height: 39px;
  padding: 6px 29px;
  width: auto;
  border-radius: 20px;
  margin-left: 9px !important;
  margin-bottom: 1%;
}
#homepage_about #about .about-area h5.section-sub-title::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 7px;
  background: #5f4c9f;
  border-radius: 30px;
  left: -8%;
  top: 14px;
}
#homepage_about #about .about-area h5.section-sub-title:hover {
  background: #e7e7e7;
}
@media (max-width: 767px) {
  #homepage_about #about .about-area > div.container {
    margin: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #homepage_about #about .about-area > div.container > div.row {
    margin: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.about-icon {
  width: 50px;
  height: 60px;
  border-radius: 10px;
  background-color: #f4f4f4;
  line-height: 60px;
  margin-right: 14px;
  text-align: center;
}
.about-icon img {
  margin-left: -22px;
}
@media (max-width: 767px) {
  .about-icon img {
    margin-left: 0px;
  }
}
.about-tiltle h3 {
  font-size: 18px;
  line-height: 55px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  margin: 0;
}
.about-text p {
  width: 92%;
  margin: 0;
  padding: 16px 0 41px;
}
/* ───── about ───── */
.about-area > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  width: 90%;
  margin: auto;
  z-index: 2;
}
@media (max-width: 767px) {
  .about-area > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
    margin: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .about-area > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) .section-title.text-left {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .about-area > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) .section-title.text-left p.section-title-descr {
    display: none;
  }
}
.about-area > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  display: none;
}
.about-thumb {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  /* espace entre les deux cadres */
  justify-content: center;
}
.accent {
  position: absolute;
  pointer-events: none;
}
.about-icon {
  background: #f8e5ab;
  width: 3.125rem;
  height: 3.125rem;
  display: flex !important;
  align-items: center;
  align-self: center;
  justify-content: center;
  border-radius: 50%;
}
.accent--left {
  width: 320px;
  height: 300px;
  background: var(--yellow);
  bottom: -60px;
  left: -40px;
  border-radius: 0 140px 0 10px;
  /* pointillés */
  --dot: radial-gradient(circle 1px at center, rgba(255, 255, 255, .65) 98%, transparent 100%);
  background-image: repeating-radial-gradient(circle at 12px 12px, transparent 0 24px, rgba(255, 255, 255, 0) 24px 48px), var(--dot);
  background-size: 12px 12px, 12px 12px;
}
.accent--right {
  width: 325px;
  height: 405px;
  background: var(--violet);
  top: -40px;
  right: -55px;
  border-radius: 0 120px 10px 10px;
  /* grille de points blancs */
  --dot: radial-gradient(circle 1px at center, rgba(255, 255, 255, .35) 98%, transparent 100%);
  background-image: repeating-radial-gradient(circle at 18px 18px, transparent 0 36px, rgba(255, 255, 255, 0) 36px 72px), var(--dot);
  background-size: 18px 18px, 18px 18px;
}
@media (max-width: 768px) {
  .about-thumb {
    gap: 2rem;
  }
  .photo {
    width: 100%;
    height: auto;
    border-radius: 8%;
  }
  .accent--left, .accent--right {
    display: none;
  }
}
/* ───── Menu Mobile ───── */
.solutek_nav_manu {
  background: white;
}
.mean-container .mean-nav ul li {
  border: none;
}
@media (max-width: 991.98px) {
  .mean-container .mean-nav ul li a.dropdown-items, .mean-container .mean-nav ul li a {
    background: #050a1e;
    color: white;
    font-size: 1.3rem !important;
  }
  .mean-container .mean-nav ul li a.dropdown-items:hover, .mean-container .mean-nav ul li a:hover {
    background: #0083ca;
  }
}
@media (max-width: 991.98px) and (max-width: 767px) {
  .mean-container .mean-nav ul li a.dropdown-items, .mean-container .mean-nav ul li a {
    font-size: 1.2rem !important;
  }
}
/* ───── services ───── */
.service-single-box:hover .service-icon img {
  filter: brightness(0) invert(1);
}
.service-single-box:hover h3.service-title {
  color: #fff;
}
.service-single-box:hover p.service-text {
  color: #fff;
}
.service-single-box:hover .service-btn i {
  color: #fff;
  background: #ff6d3e;
}
.sservice-area {
  position: relative;
  z-index: 1;
  background: #f4f4f4;
  overflow: hidden;
  padding: 50px 0;
}
.sservice-area .container {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 84% !important;
  padding-left: 0;
  padding-right: 0;
  margin: auto;
  padding: 0;
  /* ─services snake */
}
@media (max-width: 991.98px) {
  .sservice-area .container {
    max-width: 90% !important;
  }
}
@media (max-width: 767px) {
  .sservice-area .container .col-xl-3.col-lg-4.col-md-6 {
    padding: 0;
  }
}
.sservice-area .container > div {
  justify-content: space-evenly;
  margin: auto;
}
.sservice-area .container > div > div:nth-child(2) {
  padding-left: 0;
}
.sservice-area .container > div > div:nth-child(5) {
  padding-right: 0;
}
.sservice-area .container .service-single-box {
  border-radius: 20px !important;
  position: relative;
  z-index: 1;
  background: #ffff;
  margin-bottom: 30px;
  min-height: 420px;
  padding: 30px 20px 30px;
}
@media (max-width: 1660px) {
  .sservice-area .container .service-single-box {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .sservice-area .container .service-single-box {
    min-height: 0;
  }
}
.sservice-area .container .service-single-box h3.service-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2rem;
  height: calc(4rem + 0.1rem);
  font-size: 1.3rem !important;
}
@media (max-width: 767px) {
  .sservice-area .container .service-single-box h3.service-title {
    font-size: 1.2rem !important;
  }
}
.sservice-area .container .service-single-box p.service-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2rem;
  height: calc(6rem + 0.1rem);
  padding: 10px 0 0;
  margin-bottom: 5%;
}
@media (max-width: 1279px) {
  .sservice-area .container .service-single-box p.service-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2rem;
    height: calc(8rem + 0.1rem);
  }
}
@media (max-width: 767px) {
  .sservice-area .container .service-single-box p.service-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2rem;
    height: calc(4rem + 0.1rem);
  }
}
.sservice-area .container .service-single-box:before {
  background: url(https://dataumia.com/wp-content/uploads/2025/07/service6.png) !important;
  background-repeat: no-repeat !important;
  border-radius: 15px;
  background-size: cover !important;
  z-index: -1;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  transition: 0.5s;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.sservice-area .container .service-single-box:hover .service-btn i {
  background: #ecb91e;
}
.sservice-area .container .service-single-box:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.sservice-area .container .service-shape2 {
  position: absolute;
  width: 100px;
  height: 100px;
}
.sservice-area .container .service-shape2 img {
  opacity: 0;
}
.sservice-area .container .service-shape2::after {
  -webkit-mask: url("https://dataumia.com/wp-content/uploads/2025/07/ChatGPT-Image-17-juil.-2025-14_00_20.png") center/contain no-repeat !important;
  animation: dance 1s ease alternate infinite;
  background: #ecb91e;
  content: "";
  inset: 0;
  mask-type: alpha;
  mask: url("https://dataumia.com/wp-content/uploads/2025/07/ChatGPT-Image-17-juil.-2025-14_00_20.png") center/contain no-repeat !important;
  position: absolute !important;
  transform-origin: 50% 50%;
  will-change: transform;
}
.sservice-area .container .service-shape3 img {
  filter: brightness(0) saturate(100%) invert(26%) sepia(32%) saturate(2377%) hue-rotate(247deg) brightness(86%) contrast(96%);
  height: auto;
  width: 100%;
}
.sservice-area .container .service-icon {
  width: 80px;
}
.sservice-area .container h5.section-sub-title {
  border-radius: 20px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  position: relative;
  z-index: 1;
  background-color: #f4f4f4;
  border: 1px solid rgba(122, 122, 122, 0.15);
  color: #5f4c9f;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  max-height: 39px;
  padding: 6px 29px;
  width: auto;
  border-radius: 20px;
  margin-bottom: 1%;
}
.sservice-area .container h5.section-sub-title::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 7px;
  background: #5f4c9f;
  border-radius: 30px;
  left: -8%;
  top: 14px;
}
.sservice-area .container h5.section-sub-title:hover {
  background: #e7e7e7;
}
/* ───── Articles homepage ───── */
#blog_homepage .blog-area .meta-blog {
  display: none;
}
#blog_homepage .blog-area.style-two {
  background: #fff;
  padding: 50px 0;
}
#blog_homepage .blog-area.style-two .container {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 84% !important;
  padding-left: 0;
  padding-right: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  #blog_homepage .blog-area.style-two .container {
    max-width: 90% !important;
  }
}
#blog_homepage .blog-area.style-two .container h5.section-sub-title {
  border-radius: 20px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  position: relative;
  z-index: 1;
  background-color: #f4f4f4;
  border: 1px solid rgba(122, 122, 122, 0.15);
  color: #5f4c9f;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  max-height: 39px;
  padding: 6px 29px;
  width: auto;
  border-radius: 20px;
}
#blog_homepage .blog-area.style-two .container h5.section-sub-title::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 7px;
  background: #5f4c9f;
  border-radius: 30px;
  left: -8%;
  top: 14px;
}
#blog_homepage .blog-area.style-two .container h5.section-sub-title:hover {
  background: #e7e7e7;
}
@media (max-width: 991.98px) {
  #blog_homepage .blog-area.style-two .container .row {
    display: flex;
    justify-content: space-around;
  }
}
#blog_homepage .blog-area.style-two .container .row:nth-child(2) {
  display: flex !important;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  max-width: 100%;
}
#blog_homepage .blog-area.style-two .container .row:nth-child(2) > div:nth-child(-n+3) {
  padding: 0;
  width: 30%;
}
@media (max-width: 1024px) {
  #blog_homepage .blog-area.style-two .container .row:nth-child(2) > div:nth-child(-n+3) {
    width: 45%;
  }
}
@media (max-width: 767px) {
  #blog_homepage .blog-area.style-two .container .row:nth-child(2) > div:nth-child(-n+3) {
    width: 100%;
    margin-top: 2%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  #blog_homepage .blog-area.style-two .container .row:nth-child(2) div:nth-child(3) {
    margin: 3% auto 0 auto;
  }
}
#blog_homepage .blog-area.style-two .container .single-blog-box {
  border-radius: 20px !important;
  background-color: #f4f4f4;
  position: relative;
  transition: 0.5s;
}
#blog_homepage .blog-area.style-two .container .single-blog-box:hover {
  background-color: #5f4c9f;
}
#blog_homepage .blog-area.style-two .container .single-blog-box:hover img {
  transform: scale(1.1);
  padding: 3%;
}
#blog_homepage .blog-area.style-two .container .single-blog-box h3 {
  margin-bottom: 2%;
}
@media (min-width: 768px) {
  #blog_homepage .blog-area.style-two .container .single-blog-box h3 {
    min-height: 60px;
  }
}
#blog_homepage .blog-area.style-two .container .single-blog-box h3 a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  font-size: 1.3rem !important;
  color: #050a1e;
  display: -webkit-box;
  font-weight: 100;
  line-clamp: 2;
  line-height: 30px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  transition: 0.5s;
}
@media (max-width: 767px) {
  #blog_homepage .blog-area.style-two .container .single-blog-box h3 a {
    font-size: 1.2rem !important;
  }
}
#blog_homepage .blog-area.style-two .container .single-blog-box:hover .blog-box-content a {
  color: white;
}
#blog_homepage .blog-area.style-two .container .single-blog-box:hover .blog-button a {
  background: #0083ca;
  color: #0083ca !important;
}
#blog_homepage .blog-area.style-two .container .single-blog-box .single-blog-thumb {
  border-radius: 20px !important;
  aspect-ratio: 1.3333333333;
  overflow: hidden;
  padding: 3%;
  position: relative;
  transition: 0.5s;
  width: 100%;
}
#blog_homepage .blog-area.style-two .container .single-blog-box .single-blog-thumb img {
  border-radius: 20px !important;
  overflow: hidden;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
#blog_homepage .blog-area.style-two .container .single-blog-box .blog-button a {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  background: #5f4c9f;
  border-radius: 30px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 16px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  color: #5f4c9f !important;
}
@media (max-width: 1660px) {
  #blog_homepage .blog-area.style-two .container .single-blog-box .blog-button a {
    font-size: 16px;
  }
}
@media (max-width: 1439px) {
  #blog_homepage .blog-area.style-two .container .single-blog-box .blog-button a {
    font-size: 14px;
    padding: 10px 20px;
  }
}
#blog_homepage .blog-area.style-two .container .single-blog-box .blog-button a:hover {
  background: #0083ca;
}
@media (max-width: 1439px) {
  #blog_homepage .blog-area.style-two .container .single-blog-box .blog-button a {
    padding: 10px 35px;
  }
}
#blog_homepage .blog-area.style-two .container .single-blog-box .blog-button a:hover {
  color: #0083ca !important;
}
#blog_homepage .blog-area.style-two .container .single-blog-box .blog-button a::after {
  display: flex !important;
  align-items: center;
  align-self: center;
  justify-content: center;
  color: #fff;
  content: "Lire l'article";
  inset: 0;
  position: absolute;
}
#blog_homepage .blog-area.style-two .container h5.section-sub-title {
  background-color: #ffffff;
  border: 2px solid #f4f4f4;
  margin-bottom: 2%;
}
#blog_homepage .blog-area.style-two .container .blog-meta-top {
  left: 20px;
  position: absolute;
  top: 30px;
  transition: 0.5s;
}
@media (max-width: 1279px) {
  #blog_homepage .blog-area.style-two .container .blog-meta-top {
    left: 15px;
    top: 15px;
  }
}
@media (max-width: 767px) {
  #blog_homepage .blog-area.style-two .container .blog-meta-top {
    left: 40px;
    top: 50px;
  }
}
@media (max-width: 575.98px) {
  #blog_homepage .blog-area.style-two .container .blog-meta-top {
    left: 5%;
    top: 6%;
  }
}
#blog_homepage .blog-area.style-two .container .blog-meta-top a {
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  background: #5f4c9f;
  padding: 7px 19px;
  border-radius: 20px !important;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  font-weight: 400;
  transition: 0.5s;
}
.category-formation .blog-post-meta, .category-expert .blog-post-meta, .category-intermediaire .blog-post-meta, .category-outils-ia .blog-post-meta, .category-debutant .blog-post-meta, .category-lexique .blog-post-meta {
  display: none;
}
.blog-area.style-two .blog-box-content {
  padding: 10px 5% 20px;
}
.blog-area.style-two .blog-box-content h3 {
  margin: 0;
}
.blog-area.style-two .meta-blog a span {
  display: inline-block;
  font-size: 15px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
}
.blog-area.style-two .meta-blog span i {
  display: inline-block;
  color: #ecb91e;
  width: 37px;
  height: 37px;
  line-height: 37px;
  background: #fff;
  text-align: center;
  border-radius: 10px 0 10px 10px;
  margin-right: 15px;
}
.blog-area.style-two .meta-blog p {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 0;
}
.blog-area.style-two .meta-blog p span {
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  background: #fff;
  text-align: center;
  border-radius: 10px 0 10px 10px;
  margin-right: 15px;
}
.blog-area.style-two .blog-meta-top a:hover {
  background: #fff;
  color: #5f4c9f;
}
.blog-area.style-two .single-blog-box:hover:before {
  width: 100%;
}
.blog-area.style-two .single-blog-box:hover .blog-meta-top {
  left: 134px;
}
.blog-area.style-two .single-blog-box:hover::after {
  left: 0;
  right: 0;
}
/* ───── temoignages homepage ───── */
.testimonial-area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 50px 0;
  padding: 120px 0 120px;
}
.testimonial-area h5.section-sub-title {
  border-radius: 20px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  position: relative;
  z-index: 1;
  background-color: #f4f4f4;
  border: 1px solid rgba(122, 122, 122, 0.15);
  color: #5f4c9f;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  max-height: 39px;
  padding: 6px 29px;
  width: auto;
  border-radius: 20px;
  margin-bottom: 1%;
}
.testimonial-area h5.section-sub-title::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 7px;
  background: #5f4c9f;
  border-radius: 30px;
  left: -8%;
  top: 14px;
}
.testimonial-area h5.section-sub-title:hover {
  background: #e7e7e7;
}
/* ─── Testimonials (carousel) ───────────────────────────── */
.testimonial-area.style-two h5.section-sub-title {
  border: 1px solid rgba(122, 122, 122, 0.15) !important;
}
.testimonial-area.style-two .testi-box {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: url("https://dataumia.com/wp-content/uploads/2025/07/test-box-bg.png");
  border-radius: 15px;
  position: relative;
  transition: transform 0.3s ease;
}
.testimonial-area.style-two .testi-box::before {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: url("https://dataumia.com/wp-content/uploads/2025/07/test-box-bg-copie-dark.png");
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.4s ease;
}
.testimonial-area.style-two .testi-box:hover {
  transform: translateY(-6px);
}
.testimonial-area.style-two .testi-box:hover .testi-icon {
  -webkit-mask: url("https://dataumia.com/wp-content/uploads/2025/07/testi1-white.png") center / contain no-repeat;
  mask: url("https://dataumia.com/wp-content/uploads/2025/07/testi1-white.png") center / contain no-repeat;
  background: #fff;
}
.testimonial-area.style-two .testi-box:hover::before {
  opacity: 1;
}
.testimonial-area.style-two .testi-box .testi-icon {
  -webkit-mask: url("https://dataumia.com/wp-content/uploads/2025/07/testi1-violet.png") center / contain no-repeat;
  background: #5f4c9f;
  flex-shrink: 0;
  height: 40px;
  margin: auto;
  mask: url("https://dataumia.com/wp-content/uploads/2025/07/testi1-violet.png") center / contain no-repeat;
  position: relative;
  width: 40px;
  transition: background 0.3s ease, -webkit-mask 0.3s ease, mask 0.3s ease;
}
@supports not (mask: url("")) {
  .testimonial-area.style-two .testi-box .testi-icon {
    background: none;
  }
  .testimonial-area.style-two .testi-box .testi-icon img {
    filter: none;
    height: auto;
    visibility: visible;
    width: auto;
  }
}
.testimonial-area.style-two .testi-box .testi-icon img {
  height: 0;
  visibility: hidden;
  width: 0;
}
.testi-author {
  text-align: center;
  position: relative;
  z-index: 1;
}
.testi-author img {
  max-width: 70px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .testi-author img {
    max-width: 60px;
  }
}
.testi-author::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/images/testi7.png);
  background-repeat: no-repeat;
  background-position: center;
  right: -31%;
}
.testi-author::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/images/testi8.png);
  background-repeat: no-repeat;
  background-position: center;
  left: -31%;
}
.testimonial-area.style-two .testi-single-box::after {
  position: absolute;
  z-index: 1;
  content: "";
  height: 3px;
  left: 66px;
  margin: 0 auto;
  top: -3px;
  transition: 0.5s;
  width: 175px;
}
/* ───── Footer ───── */
.address-area {
  background-color: #050a1e !important;
  margin: 3% 50px 0 !important;
  padding: 25px 0 25px;
  border-radius: 40px 40px 0 0;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 84% !important;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .address-area {
    max-width: 90% !important;
  }
}
@media (max-width: 1660px) {
  .address-area .container {
    margin: 0 3%;
    max-width: none;
    padding: 0;
    width: auto;
  }
}
@media (max-width: 767px) {
  .address-area .container {
    padding: 0 10px;
  }
}
.address-area .container .row {
  display: flex !important;
  justify-content: space-between;
}
.address-area .container .row > div:nth-child(1), .address-area .container .row > div:nth-child(2) {
  padding: 0;
  width: 30%;
}
@media (max-width: 1439px) {
  .address-area .container .row > div:nth-child(1), .address-area .container .row > div:nth-child(2) {
    width: 35%;
  }
}
@media (max-width: 1024px) {
  .address-area .container .row > div:nth-child(1), .address-area .container .row > div:nth-child(2) {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .address-area .container .row > div:nth-child(1), .address-area .container .row > div:nth-child(2) {
    align-items: center;
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .address-area .container .row > div:nth-child(1) {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .address-area .container .row > div:nth-child(2) {
    width: 100%;
  }
}
.address-area .container .address-box2, .address-area .container .address-box {
  align-items: center;
  width: 100%;
}
.address-area .container .address-box {
  display: flex !important;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .address-area .container .address-box {
    flex-direction: row;
  }
}
.address-area .container .address-box2 {
  display: flex;
  justify-content: end;
}
@media (max-width: 1024px) {
  .address-area .container .address-box2 {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .address-area .container .address-box2 {
    justify-content: center;
  }
}
.address-area .container .address-box2 .solutek-btn {
  margin-left: 10%;
}
@media (max-width: 575.98px) {
  .address-area .container .address-box2 .solutek-btn {
    margin-left: 0;
  }
}
.address-area .container .address-icon {
  position: relative;
  z-index: 1;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 70px;
}
.address-area .container .address-icon::before {
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: rotateme;
  -webkit-animation-timing-function: linear;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-name: rotateme;
  animation-timing-function: linear;
  border-radius: 50%;
  border: 2px dashed #fff;
  content: "";
  height: 70px;
  left: 0;
  line-height: 70px;
  position: absolute;
  top: 0;
  width: 70px;
}
.address-area .container .address-icon img {
  vertical-align: middle !important;
  display: inline !important;
}
@media (max-width: 767px) {
  .address-area .container .address-icon {
    display: none;
  }
}
.address-area .container .address-title h3 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 1439px) {
  .address-area .container .address-title h3 {
    font-size: 1.3rem !important;
  }
}
@media (max-width: 1439px) and (max-width: 767px) {
  .address-area .container .address-title h3 {
    font-size: 1.2rem !important;
  }
}
.address-area .solutek-btn a {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  background: #5f4c9f;
  border-radius: 30px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 16px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
@media (max-width: 1660px) {
  .address-area .solutek-btn a {
    font-size: 16px;
  }
}
@media (max-width: 1439px) {
  .address-area .solutek-btn a {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.address-area .solutek-btn a:hover {
  background: #0083ca;
}
.address-area .solutek-btn .solutek-hover-btn {
  background-color: #0083ca;
  color: white !important;
}
.footer-area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 84% !important;
  padding-left: 0;
  padding-right: 0;
  background-color: #050a1e;
  color: white;
  margin-bottom: 2% !important;
}
@media (max-width: 991.98px) {
  .footer-area {
    max-width: 90% !important;
  }
}
.footer-area p {
  color: white;
}
@media (max-width: 1660px) {
  .footer-area .container {
    margin: 0 3%;
    max-width: none;
    padding: 0;
    width: auto;
  }
}
@media (max-width: 767px) {
  .footer-area .container {
    padding: 0 10px;
  }
}
.footer-area .container .footer {
  display: flex !important;
  justify-content: space-between;
  padding: 60px 0 60px;
}
@media (max-width: 767px) {
  .footer-area .container .footer {
    padding: 30px 0 30px;
  }
}
@media (max-width: 575.98px) {
  .footer-area .container .footer {
    flex-wrap: wrap;
    text-align: center;
  }
}
.footer-area .container .footer > div:nth-child(1) {
  padding: 0;
  width: 30%;
}
@media (max-width: 1439px) {
  .footer-area .container .footer > div:nth-child(1) {
    width: 35%;
  }
}
@media (max-width: 1024px) {
  .footer-area .container .footer > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 49%;
  }
  .footer-area .container .footer > div:nth-child(1) p {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .footer-area .container .footer > div:nth-child(1) p {
    font-size: 1.3rem !important;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .footer-area .container .footer > div:nth-child(1) p {
    font-size: 1.1rem !important;
  }
}
@media (max-width: 575.98px) {
  .footer-area .container .footer > div:nth-child(1) {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 1024px) {
  .footer-area .container .footer > div:nth-child(1) div {
    margin-bottom: 0;
  }
}
.footer-area .container .footer > div:nth-child(1) #text-5 .textwidget p {
  font-size: 1.3rem !important;
}
@media (max-width: 767px) {
  .footer-area .container .footer > div:nth-child(1) #text-5 .textwidget p {
    font-size: 1.2rem !important;
  }
}
.footer-area .container .footer > div:nth-child(2) {
  padding: 0;
  width: 30%;
}
@media (max-width: 1024px) {
  .footer-area .container .footer > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 49%;
  }
}
@media (max-width: 575.98px) {
  .footer-area .container .footer > div:nth-child(2) {
    width: 100%;
    order: 1;
    margin-bottom: 5%;
  }
}
.footer-area .container .footer > div:nth-child(2) #nav_menu-5 {
  margin: auto;
  width: fit-content;
}
.footer-area .container .footer > div:nth-child(2) #nav_menu-5 a, .footer-area .container .footer > div:nth-child(2) #nav_menu-5 a::before, .footer-area .container .footer > div:nth-child(2) #nav_menu-5 a#text {
  color: white;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
}
.footer-area .container .footer > div:nth-child(2) #nav_menu-5 a:hover, .footer-area .container .footer > div:nth-child(2) #nav_menu-5 a::before:hover, .footer-area .container .footer > div:nth-child(2) #nav_menu-5 a#text:hover {
  color: #ecb91e;
}
@media (max-width: 1439px) {
  .footer-area .container .footer > div:nth-child(2) #nav_menu-5 {
    font-size: 1.3rem !important;
  }
}
@media (max-width: 1439px) and (max-width: 767px) {
  .footer-area .container .footer > div:nth-child(2) #nav_menu-5 {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 1024px) {
  .footer-area .container .footer > div:nth-child(2) #nav_menu-5 {
    text-align: end;
    margin: auto 0 auto auto;
  }
}
@media (max-width: 575.98px) {
  .footer-area .container .footer > div:nth-child(2) #nav_menu-5 {
    text-align: center;
    margin: auto;
  }
}
.footer-area .container .footer > div:nth-child(2) #nav_menu-5 .cs_footer_widget_title {
  font-size: 1.3rem !important;
}
@media (max-width: 767px) {
  .footer-area .container .footer > div:nth-child(2) #nav_menu-5 .cs_footer_widget_title {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 575.98px) {
  .footer-area .container .footer > div:nth-child(2) #nav_menu-5 .cs_footer_widget_title {
    margin-bottom: 0;
  }
}
.footer-area .container .footer > div:nth-child(3) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  width: 30%;
}
.footer-area .container .footer > div:nth-child(3) #media_image-9 {
  margin-left: auto;
  width: 200px;
}
.footer-area .container .footer > div:nth-child(3) #media_image-9 img {
  border-radius: 20px !important;
}
.footer-area .container .footer > div:nth-child(3) #custom_html-3 {
  display: flex !important;
  justify-content: end;
  margin: 0;
}
@media (max-width: 1439px) {
  .footer-area .container .footer > div:nth-child(3) {
    width: 35%;
  }
}
@media (max-width: 1024px) {
  .footer-area .container .footer > div:nth-child(3) {
    display: none;
  }
}
.row.copyright {
  border-top: 1px solid #1c2030;
  display: flex;
  padding: 10px 0 20px;
}
@media (max-width: 767px) {
  .row.copyright {
    padding: 0 0 15px 0;
  }
}
.row.copyright div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .row.copyright div {
    display: flex !important;
    align-items: center;
    align-self: center;
    justify-content: center;
    width: 100%;
  }
}
.row.copyright p {
  margin-bottom: 0;
  color: white;
}
@media (max-width: 767px) {
  .row.copyright .-copyright-text {
    padding-top: 2%;
  }
}
.row.copyright .-copyright-text p {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .row.copyright .-copyright-text p {
    font-size: 12px !important;
  }
}
.row.copyright .copyright-list {
  text-align: right;
  font-size: 14px !important;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  .row.copyright .copyright-list {
    font-size: 12px !important;
  }
}
.row.copyright .copyright-list ul {
  width: 100%;
}
@media (max-width: 767px) {
  .row.copyright .copyright-list ul {
    display: flex !important;
    align-items: center;
    align-self: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.row.copyright .copyright-list ul li {
  list-style: none;
  display: inline-block;
}
@media (max-width: 767px) {
  .row.copyright .copyright-list ul li {
    width: 100%;
    text-align: center;
  }
}
.row.copyright .copyright-list ul li a {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  line-height: 25px;
  margin-left: 37px;
  text-decoration: none;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .row.copyright .copyright-list ul li a {
    margin: 0;
  }
}
.row.copyright .copyright-list ul li a:hover {
  color: #ecb91e;
}
#categories-2 select#cat option[value="32"], #categories-2 select#cat option[value="33"], #categories-2 select#cat option[value="75"], #categories-2 select#cat option[value="77"], #categories-2 select#cat option[value="78"], #categories-2 select#cat option[value="79"] {
  display: none !important;
}
#categories-2 select {
  border-radius: 4px;
}
#categories-2 select, #categories-2 option {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  #categories-2 select, #categories-2 option {
    font-size: 12px !important;
  }
}
/* ───── Blog page ───── */
/** Styles spécifiques à la page blog */
body.page-id-1476 {
  /* --------------------------------------------------
   *  Section 1 : réglages généraux et helpers (stretched-link, filtres)
   * -------------------------------------------------- */
  /* --------------------------------------------------
   *  Section 2 : mise en page générale du blog
   * -------------------------------------------------- */
}
body.page-id-1476 #search-1 {
  box-shadow: none;
  margin: 0;
  padding: 0;
}
body.page-id-1476 #search-1 .cs-widget_title {
  display: none;
}
body.page-id-1476 #search-1 input {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  body.page-id-1476 #search-1 input {
    font-size: 12px !important;
  }
}
body.page-id-1476 #categories-2 {
  color: #7a7a7a;
  box-shadow: none;
}
body.page-id-1476 #categories-2 .cs-widget_title {
  display: none;
}
@media (min-width: 768px) {
  body.page-id-1476 #categories-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  body.page-id-1476 #categories-2 {
    padding: 30px 0 0 !important;
  }
}
@media (max-width: 575px) {
  body.page-id-1476 .bdpp-wrap .bdpp-img {
    border-radius: 20px !important;
    max-width: 80%;
    max-height: 90%;
  }
}
body.page-id-1476 .wpr-taxonomy[data-term-id="1"], body.page-id-1476 .wpr-taxonomy[data-term-id="32"], body.page-id-1476 .wpr-taxonomy[data-term-id="33"], body.page-id-1476 .wpr-taxonomy[data-term-id="75"], body.page-id-1476 .wpr-taxonomy[data-term-id="77"], body.page-id-1476 .wpr-taxonomy[data-term-id="78"], body.page-id-1476 .wpr-taxonomy[data-term-id="79"] {
  display: none !important;
}
body.page-id-1476 .wpr-taxonomy-list {
  align-items: center;
  align-self: center;
  display: flex !important;
  flex-direction: row;
  justify-content: space-around;
  margin: auto;
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0;
}
body.page-id-1476 .wpr-taxonomy-list .wpr-taxonomy {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  background: #5f4c9f;
  border-radius: 30px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 16px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  color: white;
  padding: 10px 16px;
}
@media (max-width: 1660px) {
  body.page-id-1476 .wpr-taxonomy-list .wpr-taxonomy {
    font-size: 16px;
  }
}
@media (max-width: 1439px) {
  body.page-id-1476 .wpr-taxonomy-list .wpr-taxonomy {
    font-size: 14px;
    padding: 10px 20px;
  }
}
body.page-id-1476 .wpr-taxonomy-list .wpr-taxonomy:hover {
  background: #0083ca;
}
body.page-id-1476 .wpr-taxonomy-list .wpr-taxonomy:hover {
  background-color: #0083ca;
  color: #fff;
}
body.page-id-1476 .bdpp-post-grid-content {
  position: relative;
  /* bloc parent pour l’overlay */
}
body.page-id-1476 .bdpp-post-grid-content > * {
  position: relative;
  z-index: 3;
}
body.page-id-1476 .bdpp-post-grid-content .bdpp-post-title a.stretched-link {
  z-index: 2;
}
body.page-id-1476 .bdpp-post-grid-content .bdpp-post-title a.stretched-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
body.page-id-1476 .bdpp-post-grid-content .bdpp-post-cats {
  margin: auto;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  line-height: 2em;
  flex-wrap: wrap;
  position: relative;
  height: auto;
}
body.page-id-1476 .bdpp-post-grid-content .bdpp-post-cats::before {
  content: "";
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 5;
}
@media (max-width: 639px) {
  body.page-id-1476 .bdpp-post-grid-content .bdpp-post-cats .bdpp-post-cat-link:nth-child(n+6) {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 1024px) {
  body.page-id-1476 .bdpp-post-grid-content .bdpp-post-cats .bdpp-post-cat-link:nth-child(n+4) {
    display: none !important;
  }
}
body.page-id-1476 .bdpp-post-grid-content .bdpp-post-cats .bdpp-post-cat-link {
  display: flex !important;
  align-items: center;
  align-self: center;
  justify-content: center;
  margin-right: 0.5rem;
  vertical-align: top;
}
@media (max-width: 639px) {
  body.page-id-1476 .bdpp-post-grid-content .bdpp-post-cats .bdpp-post-cat-link {
    margin: 1% 5% !important;
  }
}
@media (max-width: 1024px) {
  body.page-id-1476 .bdpp-post-grid-content .bdpp-post-cats {
    align-items: center;
    align-self: center;
    display: flex !important;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  body.page-id-1476 .bdpp-post-grid-content .bdpp-post-cats .bdpp-post-cat-link::before {
    width: 22px !important;
  }
}
@media (max-width: 1024px) and (min-width: 640px) {
  body.page-id-1476 .bdpp-post-grid-content .bdpp-post-cats {
    height: 7em;
  }
}
body.page-id-1476 .bdpp-post-filter {
  display: none;
}
body.page-id-1476 .bdpp-post-filter .bdpp-post-filter-cat {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  background: #5f4c9f;
  border-radius: 30px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 16px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  margin: 0 1%;
}
@media (max-width: 1660px) {
  body.page-id-1476 .bdpp-post-filter .bdpp-post-filter-cat {
    font-size: 16px;
  }
}
@media (max-width: 1439px) {
  body.page-id-1476 .bdpp-post-filter .bdpp-post-filter-cat {
    font-size: 14px;
    padding: 10px 20px;
  }
}
body.page-id-1476 .bdpp-post-filter .bdpp-post-filter-cat:hover {
  background: #0083ca;
}
body.page-id-1476 .tg-page-area .container {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 84% !important;
  padding-left: 0;
  padding-right: 0;
  /* Container Bootstrap : supprimer la marge des colonnes */
  /* -------------------------------------------------- */
  /* 1. Carte blog générique (image + contenu) */
  /* -------------------------------------------------- */
  /* -------------------------------------------------- */
  /* 8. Variante “image à droite” */
  /* -------------------------------------------------- */
}
@media (max-width: 991.98px) {
  body.page-id-1476 .tg-page-area .container {
    max-width: 90% !important;
  }
}
body.page-id-1476 .tg-page-area .container > .row {
  margin: auto;
  width: 100%;
  max-width: 100%;
}
body.page-id-1476 .tg-page-area .container > .row > div {
  padding: 0;
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox {
  border-radius: 20px !important;
  background-color: #f4f4f4;
  position: relative;
  transition: 0.5s;
  padding: 1%;
  /* Image */
  /* Catégorie et bouton */
  /* Hover */
  /* ------------------------------- */
  /* 2. Premier article (grande carte) */
  /* ------------------------------- */
  /* ------------------------------- */
  /* 3. Description + grille desktop 30% */
  /* ------------------------------- */
  /* ------------------------------- */
  /* 4. Deuxième et troisième article mobile */
  /* ------------------------------- */
  /* ------------------------------- */
  /* 5. À partir du sixième article */
  /* ------------------------------- */
  /* Gestion fine des marges */
  /* ------------------------------- */
  /* 7. Cartes secondaires */
  /* ------------------------------- */
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:hover {
  background-color: #5f4c9f;
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:hover img {
  transform: scale(1.1);
  padding: 3%;
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox .bdpp-post-img-link {
  overflow: hidden;
  position: relative;
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox .bdpp-post-img-link .bdpp-post-img-bg {
  border-radius: 20px !important;
  background: center / cover;
  height: 400px !important;
  padding: 3%;
  width: 100%;
  transition: 0.5s ease;
}
@media (max-width: 1439px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox .bdpp-post-img-link .bdpp-post-img-bg {
    height: 340px !important;
  }
}
@media (max-width: 767px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox .bdpp-post-img-link .bdpp-post-img-bg {
    height: 300px !important;
  }
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox .bdpp-post-cat-link {
  border-radius: 20px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  position: relative;
  z-index: 1;
  background-color: #f4f4f4;
  border: 1px solid rgba(122, 122, 122, 0.15);
  color: #5f4c9f;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  max-height: 39px;
  padding: 6px 29px;
  width: auto;
  border-radius: 20px;
  font-size: 12px;
  padding: 5px 18px;
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox .bdpp-post-cat-link::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 7px;
  background: #5f4c9f;
  border-radius: 30px;
  left: -8%;
  top: 14px;
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox .bdpp-post-cat-link:hover {
  background: #e7e7e7;
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox .bdpp-rdmr-btn {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  background: #5f4c9f;
  border-radius: 30px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 16px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  border: none;
  font-size: 15px;
  padding: 5px 12px;
}
@media (max-width: 1660px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox .bdpp-rdmr-btn {
    font-size: 16px;
  }
}
@media (max-width: 1439px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox .bdpp-rdmr-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox .bdpp-rdmr-btn:hover {
  background: #0083ca;
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:hover .bdpp-post-img-link {
  transform: scale(1.02);
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:hover .bdpp-post-cat-link {
  color: #0083ca;
  background: #fff;
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:hover .bdpp-post-cat-link::before {
  background: #0083ca;
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:hover .bdpp-post-title a {
  color: #fff;
  transition: 0.5s;
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:hover .bdpp-post-title a:hover {
  color: #ecb91e;
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:hover .bdpp-post-date, body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:hover .bdpp-post-meta, body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:hover .bdpp-post-desc {
  color: #fff !important;
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:hover .bdpp-rdmr-btn {
  background: #0083ca;
  color: #fff !important;
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:first-child {
  width: 65%;
  height: 660px;
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:first-child .bdpp-post-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 35px;
  height: calc(35px + 0.1rem);
  font-size: 2rem !important;
}
@media (max-width: 1280px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:first-child .bdpp-post-title {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 1024px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:first-child .bdpp-post-title {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:first-child .bdpp-post-title {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 1280px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:first-child .bdpp-post-title {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:first-child .bdpp-post-title {
    font-size: 1.3rem !important;
  }
}
@media (max-width: 1280px) and (max-width: 767px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:first-child .bdpp-post-title {
    font-size: 1.1rem !important;
  }
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:first-child .bdpp-post-cats {
  padding-left: 1%;
}
@media (max-width: 1660px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:first-child .bdpp-post-cats {
    padding-left: 2%;
  }
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:first-child .bdpp-post-cats .bdpp-post-cat-link {
  margin-left: 2%;
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:first-child .bdpp-post-cats .bdpp-post-cat-link:first-child {
  margin-left: 0;
}
@media (max-width: 1660px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:first-child .bdpp-post-cats .bdpp-post-cat-link {
    margin-left: 4%;
  }
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:first-child .bdpp-post-cat-link::before {
  width: 20px;
}
@media (max-width: 1439px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:first-child {
    height: 600px;
  }
}
@media (max-width: 1279px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:first-child {
    width: 49%;
    margin-right: 1%;
  }
}
@media (max-width: 767px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:first-child {
    height: 580px;
  }
}
@media (min-width: 1660px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:first-child .bdpp-post-cats .bdpp-post-cat-link:nth-child(n+5) {
    display: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1659px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:first-child .bdpp-post-cats .bdpp-post-cat-link:nth-child(n+4) {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:first-child .bdpp-post-cats .bdpp-post-cat-link:nth-child(n+3) {
    display: none !important;
  }
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox .bdpp-post-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  height: calc(22px + 0.1rem);
}
@media (min-width: 1440px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:nth-child(n+2):nth-child(-n+5) {
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:nth-child(n+2):nth-child(-n+5) {
    margin-bottom: 40px;
  }
}
@media (max-width: 1279px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:nth-child(n+2):nth-child(-n+4) {
    margin-bottom: 15px;
  }
}
@media (min-width: 1280px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:nth-child(n+2):nth-child(-n+5) {
    margin-left: 5%;
    padding: 0;
  }
}
@media (max-width: 1279px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:nth-child(n+2):nth-child(-n+4) {
    width: 49%;
    margin-left: 1%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:nth-child(2), body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:nth-child(3) {
    width: 30%;
    height: 287px;
    margin-left: 5%;
    margin-bottom: 26px;
  }
}
@media (min-width: 1280px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:nth-child(3n+6) {
    margin: 2% 5% 0 0;
  }
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:nth-child(3n+7) {
    margin: 2% 0 0 0;
  }
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:nth-child(3n+8) {
    margin: 2% 0 0 5%;
  }
}
@media (max-width: 1279px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:nth-child(2n+5) {
    margin-left: 0;
    margin-right: 2%;
  }
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:nth-child(2n+6) {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:not(:first-child) {
    height: 150px;
    margin-bottom: 20px;
    width: 30%;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:not(:first-child) {
    width: 30%;
    height: 120px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1279px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:not(:first-child) {
    height: 190px;
    margin-bottom: 15px;
    width: 49%;
  }
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:not(:first-child) .bdpp-post-cats {
  justify-content: flex-start;
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:not(:first-child) .bdpp-post-cats .bdpp-post-cat-link {
  font-size: 10px;
  padding: 5px 18px;
  margin-left: 1em;
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:not(:first-child) .bdpp-post-cats .bdpp-post-cat-link::before {
  width: 20px;
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:not(:first-child) .bdpp-post-content-overlay .bdpp-post-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  height: calc(44px + 0.1rem);
}
@media (max-width: 1439px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:not(:first-child) .bdpp-post-content-overlay .bdpp-post-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    height: calc(22px + 0.1rem);
  }
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:not(:first-child) .bdpp-post-content-overlay .bdpp-post-title a {
  font-size: 12px;
  font-weight: 400 !important;
  font-family: "Poppins", sans-serif;
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:not(:first-child) .bdpp-post-content-overlay .bdpp-post-desc {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:not(:first-child) .bdpp-post-content-overlay .bdpp-post-desc {
    font-size: 12px !important;
  }
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:not(:first-child) .bdpp-post-img-bg img {
  border-radius: 20px !important;
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:not(:first-child) .bdpp-post-grid-content .bdpp-col-s-8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1279px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:not(:first-child) .bdpp-post-grid-content .bdpp-col-s-8 {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:not(:first-child) .bdpp-post-cats .bdpp-post-cat-link:nth-child(n+3) {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox:not(:first-child) .bdpp-post-cats .bdpp-post-cat-link:nth-child(n+2) {
    display: none !important;
  }
}
body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox-right .bdpp-post-grid-content {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  body.page-id-1476 .tg-page-area .container .bdpp-post-gridbox-right .bdpp-post-grid-content {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  body.page-id-1476 .bdpp-post-grid {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  body.page-id-1476 #responsive_blog {
    padding-top: 5%;
  }
}
body.page-id-1476 #responsive_blog .bdpp-post-grid-content {
  padding-top: 3%;
  padding-bottom: 3%;
  border-radius: 20px !important;
  background-color: #f4f4f4;
  position: relative;
  transition: 0.5s;
}
body.page-id-1476 #responsive_blog .bdpp-post-grid-content:hover .bdpp-post-img-link {
  transform: scale(1.02);
}
body.page-id-1476 #responsive_blog .bdpp-post-grid-content:hover .bdpp-post-cat-link {
  color: #0083ca;
  background: #fff;
}
body.page-id-1476 #responsive_blog .bdpp-post-grid-content:hover .bdpp-post-cat-link::before {
  background: #0083ca;
}
body.page-id-1476 #responsive_blog .bdpp-post-grid-content:hover .bdpp-post-title a {
  color: #fff;
  transition: 0.5s;
}
body.page-id-1476 #responsive_blog .bdpp-post-grid-content:hover .bdpp-post-title a:hover {
  color: #ecb91e;
}
body.page-id-1476 #responsive_blog .bdpp-post-grid-content:hover .bdpp-post-date, body.page-id-1476 #responsive_blog .bdpp-post-grid-content:hover .bdpp-post-meta, body.page-id-1476 #responsive_blog .bdpp-post-grid-content:hover .bdpp-post-desc {
  color: #fff !important;
}
body.page-id-1476 #responsive_blog .bdpp-post-grid-content:hover .bdpp-rdmr-btn {
  background: #0083ca;
  color: #fff !important;
}
body.page-id-1476 #responsive_blog .bdpp-post-grid-content:hover {
  background-color: #5f4c9f;
}
body.page-id-1476 #responsive_blog .bdpp-post-grid-content:hover img {
  transform: scale(1.1);
  padding: 3%;
}
body.page-id-1476 #responsive_blog .bdpp-post-grid-content .bdpp-post-img-bg {
  aspect-ratio: 1.7777777778;
  margin-top: 1%;
}
body.page-id-1476 #responsive_blog .bdpp-post-grid-content .bdpp-post-desc {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 84% !important;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3%;
}
@media (max-width: 991.98px) {
  body.page-id-1476 #responsive_blog .bdpp-post-grid-content .bdpp-post-desc {
    max-width: 90% !important;
  }
}
@media (min-width: 1024px) {
  body.page-id-1476 #responsive_blog .bdpp-post-grid-content .bdpp-post-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    height: calc(66px + 0.1rem);
  }
}
@media (max-width: 1024px) and (min-width: 640px) {
  body.page-id-1476 #responsive_blog .bdpp-post-grid-content .bdpp-post-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    height: calc(44px + 0.1rem);
    margin-bottom: 5%;
  }
}
body.page-id-1476 #responsive_blog .bdpp-post-grid-content .bdpp-rdmr-btn {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  background: #5f4c9f;
  border-radius: 30px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 16px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: fit-content;
}
@media (max-width: 1660px) {
  body.page-id-1476 #responsive_blog .bdpp-post-grid-content .bdpp-rdmr-btn {
    font-size: 16px;
  }
}
@media (max-width: 1439px) {
  body.page-id-1476 #responsive_blog .bdpp-post-grid-content .bdpp-rdmr-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}
body.page-id-1476 #responsive_blog .bdpp-post-grid-content .bdpp-rdmr-btn:hover {
  background: #0083ca;
}
body.page-id-1476 #responsive_blog .bdpp-post-grid-content .bdpp-post-date, body.page-id-1476 #responsive_blog .bdpp-post-grid-content .bdpp-post-meta, body.page-id-1476 #responsive_blog .bdpp-post-grid-content .bdpp-post-desc {
  color: #050a1e;
}
body.page-id-1476 #responsive_blog .bdpp-post-grid-content .bdpp-post-title {
  font-size: 1.3rem !important;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  body.page-id-1476 #responsive_blog .bdpp-post-grid-content .bdpp-post-title {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 1024px) {
  body.page-id-1476 #responsive_blog .bdpp-post-grid-content .bdpp-post-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 35px;
    height: calc(70px + 0.1rem);
  }
}
body.page-id-1476 #responsive_blog .bdpp-post-grid-content .bdpp-post-cats a {
  border-radius: 20px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  position: relative;
  z-index: 1;
  background-color: #f4f4f4;
  border: 1px solid rgba(122, 122, 122, 0.15);
  color: #5f4c9f;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  max-height: 39px;
  padding: 6px 29px;
  width: auto;
  border-radius: 20px;
}
body.page-id-1476 #responsive_blog .bdpp-post-grid-content .bdpp-post-cats a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 7px;
  background: #5f4c9f;
  border-radius: 30px;
  left: -8%;
  top: 14px;
}
body.page-id-1476 #responsive_blog .bdpp-post-grid-content .bdpp-post-cats a:hover {
  background: #e7e7e7;
}
@media (max-width: 1024px) {
  body.page-id-1476 #responsive_blog .bdpp-post-grid-content .bdpp-post-cats a {
    font-size: 12px;
    margin: 1% 2%;
    padding: 6px 20px;
  }
}
.custom-share-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-share-buttons .share-links {
  display: flex;
  justify-content: space-evenly;
  width: 300px;
}
.custom-share-buttons .share-links .linkedin {
  display: flex !important;
  align-items: center;
  align-self: center;
  justify-content: center;
  border-radius: 20px !important;
  align-items: center;
  color: white;
  height: 50px;
  position: relative;
  width: 50px;
  transition: 0.5s;
  background-color: #0077b5;
}
.custom-share-buttons .share-links .linkedin:hover {
  background-color: white;
  border: 1px solid black;
  color: black;
}
.custom-share-buttons .share-links .whatsapp {
  display: flex !important;
  align-items: center;
  align-self: center;
  justify-content: center;
  border-radius: 20px !important;
  align-items: center;
  color: white;
  height: 50px;
  position: relative;
  width: 50px;
  transition: 0.5s;
  background-color: #25d366;
}
.custom-share-buttons .share-links .whatsapp:hover {
  background-color: white;
  border: 1px solid black;
  color: black;
}
.custom-share-buttons .share-links .facebook {
  display: flex !important;
  align-items: center;
  align-self: center;
  justify-content: center;
  border-radius: 20px !important;
  align-items: center;
  color: white;
  height: 50px;
  position: relative;
  width: 50px;
  transition: 0.5s;
  background-color: #3b5998;
}
.custom-share-buttons .share-links .facebook:hover {
  background-color: white;
  border: 1px solid black;
  color: black;
}
.custom-share-buttons .backtoblog {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  background: #5f4c9f;
  border-radius: 30px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 16px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  font-size: 14px !important;
  line-height: 22px;
  text-align: center;
  align-content: center;
  align-items: center;
  color: white;
  font-weight: 500;
  height: 60px;
  letter-spacing: 1px;
  margin: 2%;
  transition: 0.5s;
  width: 300px;
}
@media (max-width: 1660px) {
  .custom-share-buttons .backtoblog {
    font-size: 16px;
  }
}
@media (max-width: 1439px) {
  .custom-share-buttons .backtoblog {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.custom-share-buttons .backtoblog:hover {
  background: #0083ca;
}
@media (max-width: 991.98px) {
  .custom-share-buttons .backtoblog {
    font-size: 12px !important;
  }
}
.custom-share-buttons .backtoblog:hover {
  background-color: #ECB91E;
}
#menu-main-menu-1 {
  display: none;
}
/* ───── Article  ───── */
body.services-template-default .custom-share-buttons, body.category-expert .custom-share-buttons, body.category-formation .custom-share-buttons, body.category-lexique .custom-share-buttons, body.category-intermediaire .custom-share-buttons, body.category-debutant .custom-share-buttons, body.category-outils-ia .custom-share-buttons {
  display: none;
}
body.services-template-default .blog-post-meta, body.services-template-default .blog-details-bottom, body.category-expert .blog-post-meta, body.category-expert .blog-details-bottom, body.category-formation .blog-post-meta, body.category-formation .blog-details-bottom, body.category-lexique .blog-post-meta, body.category-lexique .blog-details-bottom, body.category-intermediaire .blog-post-meta, body.category-intermediaire .blog-details-bottom, body.category-debutant .blog-post-meta, body.category-debutant .blog-details-bottom, body.category-outils-ia .blog-post-meta, body.category-outils-ia .blog-details-bottom {
  display: none;
}
body.services-template-default .blog-area .container, body.category-expert .blog-area .container, body.category-formation .blog-area .container, body.category-lexique .blog-area .container, body.category-intermediaire .blog-area .container, body.category-debutant .blog-area .container, body.category-outils-ia .blog-area .container {
  margin: auto;
  width: 100%;
  max-width: 100%;
}
body.services-template-default .blog-area .container .row, body.category-expert .blog-area .container .row, body.category-formation .blog-area .container .row, body.category-lexique .blog-area .container .row, body.category-intermediaire .blog-area .container .row, body.category-debutant .blog-area .container .row, body.category-outils-ia .blog-area .container .row {
  margin: auto;
  width: 100%;
  max-width: 100%;
}
body.services-template-default .blog-area .container .row .col-lg-8, body.category-expert .blog-area .container .row .col-lg-8, body.category-formation .blog-area .container .row .col-lg-8, body.category-lexique .blog-area .container .row .col-lg-8, body.category-intermediaire .blog-area .container .row .col-lg-8, body.category-debutant .blog-area .container .row .col-lg-8, body.category-outils-ia .blog-area .container .row .col-lg-8 {
  padding: 0%;
  margin: auto;
  width: 100%;
  max-width: 100%;
}
body.services-template-default .blog-area .container .row .col-lg-8 .blog-post-content, body.services-template-default .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-expert .blog-area .container .row .col-lg-8 .blog-post-content, body.category-expert .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-formation .blog-area .container .row .col-lg-8 .blog-post-content, body.category-formation .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-lexique .blog-area .container .row .col-lg-8 .blog-post-content, body.category-lexique .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-intermediaire .blog-area .container .row .col-lg-8 .blog-post-content, body.category-intermediaire .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-debutant .blog-area .container .row .col-lg-8 .blog-post-content, body.category-debutant .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-outils-ia .blog-area .container .row .col-lg-8 .blog-post-content, body.category-outils-ia .blog-area .container .row .col-lg-8 .blog-post-thumb {
  width: 60%;
  margin: auto;
}
@media (max-width: 1660px) {
  body.services-template-default .blog-area .container .row .col-lg-8 .blog-post-content, body.services-template-default .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-expert .blog-area .container .row .col-lg-8 .blog-post-content, body.category-expert .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-formation .blog-area .container .row .col-lg-8 .blog-post-content, body.category-formation .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-lexique .blog-area .container .row .col-lg-8 .blog-post-content, body.category-lexique .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-intermediaire .blog-area .container .row .col-lg-8 .blog-post-content, body.category-intermediaire .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-debutant .blog-area .container .row .col-lg-8 .blog-post-content, body.category-debutant .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-outils-ia .blog-area .container .row .col-lg-8 .blog-post-content, body.category-outils-ia .blog-area .container .row .col-lg-8 .blog-post-thumb {
    width: 70%;
  }
}
@media (max-width: 1439px) {
  body.services-template-default .blog-area .container .row .col-lg-8 .blog-post-content, body.services-template-default .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-expert .blog-area .container .row .col-lg-8 .blog-post-content, body.category-expert .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-formation .blog-area .container .row .col-lg-8 .blog-post-content, body.category-formation .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-lexique .blog-area .container .row .col-lg-8 .blog-post-content, body.category-lexique .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-intermediaire .blog-area .container .row .col-lg-8 .blog-post-content, body.category-intermediaire .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-debutant .blog-area .container .row .col-lg-8 .blog-post-content, body.category-debutant .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-outils-ia .blog-area .container .row .col-lg-8 .blog-post-content, body.category-outils-ia .blog-area .container .row .col-lg-8 .blog-post-thumb {
    width: 80%;
  }
}
@media (max-width: 1279.98px) {
  body.services-template-default .blog-area .container .row .col-lg-8 .blog-post-content, body.services-template-default .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-expert .blog-area .container .row .col-lg-8 .blog-post-content, body.category-expert .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-formation .blog-area .container .row .col-lg-8 .blog-post-content, body.category-formation .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-lexique .blog-area .container .row .col-lg-8 .blog-post-content, body.category-lexique .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-intermediaire .blog-area .container .row .col-lg-8 .blog-post-content, body.category-intermediaire .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-debutant .blog-area .container .row .col-lg-8 .blog-post-content, body.category-debutant .blog-area .container .row .col-lg-8 .blog-post-thumb, body.category-outils-ia .blog-area .container .row .col-lg-8 .blog-post-content, body.category-outils-ia .blog-area .container .row .col-lg-8 .blog-post-thumb {
    width: 100%;
  }
}
body.services-template-default .blog-area .container .row .col-lg-4, body.category-expert .blog-area .container .row .col-lg-4, body.category-formation .blog-area .container .row .col-lg-4, body.category-lexique .blog-area .container .row .col-lg-4, body.category-intermediaire .blog-area .container .row .col-lg-4, body.category-debutant .blog-area .container .row .col-lg-4, body.category-outils-ia .blog-area .container .row .col-lg-4 {
  display: none;
}
@media (max-width: 767px) {
  body.category-formation .section-title.text-left {
    flex-direction: column;
  }
}
.single-post #menu-main-menu-1 {
  display: none;
}
.single-post .cs_height_150, .single-post .cs_height_xl_130, .single-post .cs_height_lg_80, .single-post .blog-details-bottom, .single-post #tag_cloud-1 {
  display: none;
}
.single-post .article-tags {
  display: flex;
  justify-content: start;
  margin-bottom: 3%;
  width: 100%;
}
.single-post .article-tags .tags-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 100%;
}
.single-post .article-tags .tags-list a.tag-link {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 22px;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid rgba(131, 131, 131, 0.2);
  box-sizing: border-box;
  color: #050a1e;
  display: block;
  font-style: normal;
  line-height: 22px;
  list-style: none;
  margin-right: 8px;
  padding: 3px 18px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.3s, color 0.3s;
  width: fit-content;
  word-wrap: break-word;
}
@media (max-width: 991.98px) {
  .single-post .article-tags .tags-list a.tag-link {
    font-size: 12px !important;
  }
}
.single-post .article-tags .tags-list a.tag-link:hover {
  background-color: #5f4c9f;
  color: #fff;
}
.single-post .links_ia_tools div {
  align-items: center;
  align-self: center;
  display: flex !important;
  flex-direction: row;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .single-post .links_ia_tools div {
    flex-direction: column;
  }
}
.single-post .links_ia_tools p {
  align-items: center;
  align-self: center;
  display: flex !important;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
}
@media (max-width: 767px) {
  .single-post .links_ia_tools p {
    flex-direction: column;
  }
}
.single-post .links_ia_tools .breadcrumb_ia_tools {
  border-radius: 20px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  position: relative;
  z-index: 1;
  background-color: #f4f4f4;
  border: 1px solid rgba(122, 122, 122, 0.15);
  color: #5f4c9f;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  max-height: 39px;
  padding: 6px 29px;
  width: auto;
  border-radius: 20px;
}
.single-post .links_ia_tools .breadcrumb_ia_tools::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 7px;
  background: #5f4c9f;
  border-radius: 30px;
  left: -8%;
  top: 14px;
}
.single-post .links_ia_tools .breadcrumb_ia_tools:hover {
  background: #e7e7e7;
}
@media (max-width: 767px) {
  .single-post .links_ia_tools .breadcrumb_ia_tools {
    margin-top: 5%;
  }
}
.single-post .links_ia_tools .breadcrumb_ia_tools::before {
  content: "";
  width: 20px;
  left: -3%;
}
.single-post .main-area {
  padding-bottom: 2%;
  padding-top: 2%;
}
@media (max-width: 767px) {
  .single-post .main-area {
    padding-top: 15%;
  }
}
.single-post .blog-details-area .container {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 84% !important;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .single-post .blog-details-area .container {
    max-width: 90% !important;
  }
}
.single-post .blog-details-area .container .blog-post-thumb {
  display: flex !important;
  align-items: center;
  align-self: center;
  justify-content: center;
  margin: auto;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1.7777777778;
  margin: 0 0 40px;
  overflow: hidden;
}
.single-post .blog-details-area .container .blog-post-thumb img {
  border-radius: 20px !important;
  margin: auto;
  width: 100%;
  max-width: 100%;
  margin-top: 2%;
}
.single-post .blog-details-area .container .blog-post-meta .list-wrap ul.list-wrap {
  display: flex !important;
  align-items: center;
  align-self: center;
  justify-content: center;
}
.single-post .blog-details-area .container .blog-post-meta .list-wrap li:nth-child(1), .single-post .blog-details-area .container .blog-post-meta .list-wrap li:nth-child(3) {
  display: none;
}
.single-post .blog-details-area .container .blog-post-meta .list-wrap li:nth-child(2) {
  margin: auto;
}
.single-post .blog-details-area .container .blog-post-meta .list-wrap li {
  font-size: 1.3rem !important;
  color: #050a1e;
}
@media (max-width: 767px) {
  .single-post .blog-details-area .container .blog-post-meta .list-wrap li {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 991.98px) {
  .single-post .blog-details-area .container .blog-sidebar {
    margin: 50px 0 0;
  }
}
.single-post #contact .container {
  max-width: 100% !important;
}
/* ───── Pages “category” & “search” ───── */
.archive.tag, .category, .search {
  /* Masque le menu principal */
  /* Décalage du contenu sous le header */
  /* Zone blog (listing + sidebar) */
  /* Vignette d’article */
  /* Métadonnées de l’article */
  /* Extrait de l’article */
  /* Bouton de droite masqué */
}
.archive.tag #menu-main-menu-1, .category #menu-main-menu-1, .search #menu-main-menu-1 {
  display: none;
}
.archive.tag .main-area, .category .main-area, .search .main-area {
  padding-top: 5%;
}
@media (max-width: 767px) {
  .archive.tag .main-area, .category .main-area, .search .main-area {
    padding-top: 15%;
  }
}
.archive.tag .blog-area .container, .category .blog-area .container, .search .blog-area .container {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 84% !important;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .archive.tag .blog-area .container, .category .blog-area .container, .search .blog-area .container {
    max-width: 90% !important;
  }
}
@media (max-width: 991.98px) {
  .archive.tag .blog-area .container .row, .category .blog-area .container .row, .search .blog-area .container .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991.98px) {
  .archive.tag .blog-area .blog-sidebar, .category .blog-area .blog-sidebar, .search .blog-area .blog-sidebar {
    margin: 0;
  }
}
.archive.tag .blog-post-thumb, .category .blog-post-thumb, .search .blog-post-thumb {
  display: flex !important;
  align-items: center;
  align-self: center;
  justify-content: center;
  /* Pour .category le lien porte la classe .cs-post_thumb,
           pour .search ce n’est qu’un <a>. Les deux sont couverts ici. */
}
.archive.tag .blog-post-thumb a, .category .blog-post-thumb a, .search .blog-post-thumb a {
  display: flex !important;
  align-items: center;
  align-self: center;
  justify-content: center;
  aspect-ratio: 1.7777777778;
  border-radius: 20px !important;
  margin: 2% auto;
  overflow: hidden;
  width: 80%;
}
.archive.tag .blog-post-thumb a img, .category .blog-post-thumb a img, .search .blog-post-thumb a img {
  width: 100%;
}
.archive.tag .blog-post-meta .list-wrap ul.list-wrap, .category .blog-post-meta .list-wrap ul.list-wrap, .search .blog-post-meta .list-wrap ul.list-wrap {
  display: flex !important;
  align-items: center;
  align-self: center;
  justify-content: center;
}
.archive.tag .blog-post-meta .list-wrap li:nth-child(1), .archive.tag .blog-post-meta .list-wrap li:nth-child(3), .category .blog-post-meta .list-wrap li:nth-child(1), .category .blog-post-meta .list-wrap li:nth-child(3), .search .blog-post-meta .list-wrap li:nth-child(1), .search .blog-post-meta .list-wrap li:nth-child(3) {
  display: none;
}
.archive.tag .blog-post-meta .list-wrap li:nth-child(2), .category .blog-post-meta .list-wrap li:nth-child(2), .search .blog-post-meta .list-wrap li:nth-child(2) {
  margin: auto;
}
.archive.tag .blog-post-meta .list-wrap li, .category .blog-post-meta .list-wrap li, .search .blog-post-meta .list-wrap li {
  font-size: 1.3rem !important;
  color: #050a1e;
}
@media (max-width: 767px) {
  .archive.tag .blog-post-meta .list-wrap li, .category .blog-post-meta .list-wrap li, .search .blog-post-meta .list-wrap li {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 767px) {
  .archive.tag .blog-post-content h2, .category .blog-post-content h2, .search .blog-post-content h2 {
    font-size: 1.3rem !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .archive.tag .blog-post-content h2, .category .blog-post-content h2, .search .blog-post-content h2 {
    font-size: 1.2rem !important;
  }
}
.archive.tag .post-text p, .category .post-text p, .search .post-text p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 22px;
  display: -webkit-box;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991.98px) {
  .archive.tag .post-text p, .category .post-text p, .search .post-text p {
    font-size: 12px !important;
  }
}
.archive.tag .right-btn-blg, .category .right-btn-blg, .search .right-btn-blg {
  display: none;
}
.search {
  /* Cache le contenu des pages simples dans les résultats */
}
.search article.type-page .blog-post-meta {
  display: none;
}
.search article.type-page .post-text > p {
  display: none;
}
.search article.type-page div.solutek-btn > a {
  color: #5f4c9f !important;
}
.search article.type-page div.solutek-btn > a:hover {
  color: #0083ca !important;
}
.search article.type-page div.solutek-btn > a::after {
  color: white !important;
  content: "lire la page";
  display: flex;
  bottom: 15px;
  position: absolute;
}
.sticky {
  -webkit-animation: 300ms running fadeInDown;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  margin: auto;
  width: 100%;
  max-width: 100%;
  animation-name: slideInDown;
  animation: 500ms running fadeInUp;
  background: #050a1e !important;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  left: 0;
  position: fixed !important;
  top: 0;
  transition: 0.5s !important;
  z-index: 500;
}
@media (max-width: 575.98px) {
  .sticky {
    padding: 0 3% 0;
  }
}
.sticky a.dropdown-items {
  color: white !important;
}
.sticky .logo {
  margin-top: 0;
}
.sticky.solutek_nav_manu:before {
  display: none;
}
#sticky-header {
  background-image: url("");
  background-color: #050a1e;
  border-radius: 0 0 100px 100px;
}
@media (max-width: 991.98px) {
  #sticky-header {
    display: none !important;
  }
}
#sticky-header a.nav-links {
  color: white;
}
#sticky-header a.nav-links:hover {
  color: #ecb91e !important;
}
#sticky-header p, #sticky-header li {
  color: white;
}
#sticky-header p:hover, #sticky-header li:hover {
  color: #ecb91e !important;
}
#sticky-header .container-fluid {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 84% !important;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  #sticky-header .container-fluid {
    max-width: 90% !important;
  }
}
#sticky-header .container-fluid > .row {
  margin: auto;
  width: 100%;
  max-width: 100%;
}
#sticky-header .container-fluid > .row > div:nth-child(1) {
  width: 15%;
}
#sticky-header .container-fluid > .row > div:nth-child(2) {
  width: 70%;
}
#sticky-header .container-fluid > .row > div:nth-child(3) {
  width: 15%;
}
#sticky-header .container-fluid div {
  padding: 0;
}
.page-id-849 #sticky-header {
  background-color: white;
}
.page-id-849 #sticky-header a.nav-links {
  color: #050a1e !important;
}
.page-id-849 #sticky-header:hover {
  color: #ecb91e;
}
.page-id-849 #sticky-header.sticky {
  background-color: white;
}
.page-id-849 #sticky-header.sticky a.nav-links {
  color: white;
}
/* ───── Pages Service ───── */
.services-details-area {
  background-color: white;
  padding-top: 3%;
}
.services-details-area h2 {
  font-size: 2rem !important;
  color: #5f4c9f;
}
@media (max-width: 1280px) {
  .services-details-area h2 {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 1024px) {
  .services-details-area h2 {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  .services-details-area h2 {
    font-size: 1.4rem !important;
  }
}
.services-details-area .services-details-wrap {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 84% !important;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .services-details-area .services-details-wrap {
    max-width: 90% !important;
  }
}
.services-details-area .blockquote p, .services-details-area .wp-block-quote p, .services-details-area .wp-block-pullquote p, .services-details-area .tg-page-content blockquote p {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  .services-details-area .blockquote p, .services-details-area .wp-block-quote p, .services-details-area .wp-block-pullquote p, .services-details-area .tg-page-content blockquote p {
    font-size: 12px !important;
  }
}
.services-details-area .services-details-content {
  text-align: justify;
}
.services-details-area .services-details-content img.wrap-img {
  border-radius: 8px;
  max-width: 40%;
}
.services-details-area .services-details-content img.wrap-img.right {
  float: right;
  margin: 0 0 1rem 1rem;
}
.services-details-area .services-details-content img.wrap-img.left {
  float: left;
  margin: 0 1rem 1rem 0;
}
.services-details-area a.back_home {
  border-radius: 20px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  position: relative;
  z-index: 1;
  background-color: #f4f4f4;
  border: 1px solid rgba(122, 122, 122, 0.15);
  color: #5f4c9f;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  max-height: 39px;
  padding: 6px 29px;
  width: auto;
  border-radius: 20px;
  text-align: center;
}
.services-details-area a.back_home::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 7px;
  background: #5f4c9f;
  border-radius: 30px;
  left: -8%;
  top: 14px;
}
.services-details-area a.back_home:hover {
  background: #e7e7e7;
}
.solutek_menu {
  display: flex !important;
  align-items: center;
  align-self: center;
  justify-content: center;
}
.page-id-849 nav.solutek_menu {
  align-items: center !important;
  justify-content: center;
  display: flex;
}
.solutek_menu ul {
  list-style: none;
  display: inline-block;
  padding: 0;
}
.solutek_menu > ul > li {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.solutek_menu > ul > li > a {
  -webkit-transition: 0.5s;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin: 23px 21px 23px;
  text-decoration: none;
  transition: 0.5s;
}
nav.solutek_menu ul li a i {
  display: inline-block;
  font-size: 12px;
  padding-left: 5px;
}
nav.solutek_menu span {
  font-size: 13px;
  padding-left: 6px;
  font-family: FontAwesome;
  opacity: 0.5;
}
.sticky .solutek_menu > ul > li > a:hover {
  color: #fff;
}
.logo {
  top: -3px;
  position: relative;
  z-index: 1;
}
.solutek_menu > ul > li > a:hover {
  color: #ecb91e;
}
.solutek_menu ul .sub-menu {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1;
  background: #fff;
  border-bottom: 3px solid #5f4c9f;
  border-top: 3px solid #5f4c9f;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  left: 0;
  margin: 0;
  opacity: 0;
  text-align: left;
  top: 150%;
  transition: 0.5s;
  visibility: hidden;
  width: 217px;
}
.solutek_menu ul li:hover > .sub-menu {
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 100%;
  opacity: 1;
  z-index: 9999;
}
.solutek_menu ul .sub-menu li {
  position: relative;
}
.solutek_menu ul .sub-menu li a {
  display: block;
  padding: 12px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: 0.1s;
  visibility: inherit !important;
  color: #211e3b !important;
  text-decoration: none;
  transition: 0.5s;
}
.solutek_menu ul .sub-menu li:hover > a, .solutek_menu ul .sub-menu .sub-menu li:hover > a, .solutek_menu ul .sub-menu .sub-menu .sub-menu li:hover > a, .solutek_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
  background: #5f4c9f;
  color: #fff !important;
}
/* sub menu 2 */
.solutek_menu ul .sub-menu .sub-menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: 100%;
  opacity: 0;
  top: 130%;
  visibility: hidden;
}
.solutek_menu ul .sub-menu li:hover > .sub-menu {
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  top: 0%;
  visibility: visible;
}
/* sub menu 3 */
.solutek_menu ul .sub-menu .sub-menu li {
  position: relative;
}
.solutek_menu ul .sub-menu .sub-menu .sub-menu {
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: auto;
  opacity: 0;
  right: 100%;
  top: 130%;
  visibility: hidden;
}
.solutek_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 1;
  top: 0%;
  visibility: visible;
}
/* sub menu 4 */
.solutek_menu ul .sub-menu .sub-menu .sub-menu li {
  position: relative;
}
.solutek_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  top: 0%;
  visibility: visible;
}
.solutek_menu li a:hover:before {
  width: 100%;
}
.solutek_nav_manu.sticky .logo_img {
  display: none;
}
.main_sticky {
  display: none;
}
.solutek_nav_manu.sticky .main_sticky {
  display: inherit;
}
.sticky .solutek_menu li a {
  color: #fff;
}
.solutek_nav_manu.sticky a.dtbtn {
  color: #fff;
  background: #f16722;
  border: 2px solid #f16722;
}
.solutek_nav_manu.sticky a.dtbtn:hover {
  color: #43baff;
}
.mobile-menu.mean-container {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .mobile-menu.mean-container .mean-bar {
    background: #050a1e;
  }
  .mobile-menu.mean-container .mean-bar::after {
    content: "";
  }
  .mobile-menu.mean-container .mean-bar::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 10px;
    width: 120px;
    height: 32px;
    background: url("https://dataumia.com/wp-content/uploads/2025/07/Logo-Dataumia-sans-symbole-scaled.png") center / contain no-repeat;
  }
}
.header-btn {
  text-align: right;
}
.header-btn a {
  position: relative;
  z-index: 1;
  color: #ecb91e;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 48px;
  text-decoration: none;
  text-transform: uppercase;
}
.header-btn a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0%;
  background: #ecb91e;
  bottom: 15px;
  transition: 0.5s;
}
.header-btn a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-left: 3px;
}
.header-btn a:hover::before {
  width: 84%;
}
.page-id-1545 .glossary-entry h3 a {
  font-size: 1.3rem !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  color: #050a1e;
  transition: color 0.5s ease;
}
@media (max-width: 767px) {
  .page-id-1545 .glossary-entry h3 a {
    font-size: 1.2rem !important;
  }
}
.page-id-1545 .glossary-entry h3 a:hover {
  color: #ecb91e;
}
.page-id-1545 #menu-main-menu-1 {
  display: none;
}
.page-id-1545 #filter {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.page-id-1545 #filter #research {
  width: 50%;
}
@media (max-width: 1279px) {
  .page-id-1545 #filter #research {
    width: 100%;
  }
}
.page-id-1545 #filter #research #glossary-search-container {
  width: 100%;
}
@media (max-width: 1279px) {
  .page-id-1545 #filter #research #glossary-search-container {
    margin: 4% auto;
  }
}
.page-id-1545 #filter #research #glossary-search-container #autocomplete-list li {
  list-style-type: none !important;
  padding-left: 4% !important;
}
.page-id-1545 #filter #research #glossary-search-container #glossary-search {
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
  color: #303030;
  font-family: inherit;
  font-size: inherit;
  height: 56px;
  line-height: inherit;
  margin: 0;
  outline: 0;
  padding: 1% 1% 1% 4%;
  visibility: visible;
  width: 100%;
  word-wrap: break-word;
}
.page-id-1545 #filter #research #glossary-search-container #autocomplete-list {
  background-color: white;
  position: absolute;
  width: 80%;
  z-index: 9;
}
.page-id-1545 #alphabet #glossary-index {
  text-align: center;
  margin: 30px 0;
}
.page-id-1545 #alphabet #glossary-index ul {
  display: flex !important;
  align-items: center;
  align-self: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.page-id-1545 #alphabet #glossary-index ul li a {
  font-size: 2rem !important;
  color: #5f4c9f;
  transition: color 0.5s ease;
}
@media (max-width: 1280px) {
  .page-id-1545 #alphabet #glossary-index ul li a {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1545 #alphabet #glossary-index ul li a {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  .page-id-1545 #alphabet #glossary-index ul li a {
    font-size: 1.4rem !important;
  }
}
.page-id-1545 #alphabet #glossary-index ul li a:hover {
  color: #ecb91e;
}
.page-id-3085 .filter-btn, #filter-button :is(#level-filters, #glossary-filters) .filter-btn {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  background: #5f4c9f;
  border-radius: 30px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 16px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  border: none;
  margin: 0 1%;
}
@media (max-width: 1660px) {
  .page-id-3085 .filter-btn, #filter-button :is(#level-filters, #glossary-filters) .filter-btn {
    font-size: 16px;
  }
}
@media (max-width: 1439px) {
  .page-id-3085 .filter-btn, #filter-button :is(#level-filters, #glossary-filters) .filter-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.page-id-3085 .filter-btn:hover, #filter-button :is(#level-filters, #glossary-filters) .filter-btn:hover {
  background: #0083ca;
}
.page-id-3085 .filter-btn {
  font-size: 14px !important;
  line-height: 22px;
  padding: 3px 15px !important;
  height: 30px !important;
}
@media (max-width: 991.98px) {
  .page-id-3085 .filter-btn {
    font-size: 12px !important;
  }
}
.page-id-2269 article .wpr-grid-item-inner, .page-id-3085 article .wpr-grid-item-inner {
  background-color: #f4f4f4;
  border-radius: 20px !important;
  padding: 5% !important;
}
.page-id-2269 .wpr-grid, .page-id-3085 .wpr-grid {
  transition: max-height 0.6s ease;
}
.page-id-2269 .wpr-grid.limit, .page-id-3085 .wpr-grid.limit {
  max-height: 25;
  overflow: hidden;
  position: relative;
}
.page-id-2269 .wpr-grid.limit::after, .page-id-3085 .wpr-grid.limit::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  bottom: 0;
  content: "";
  height: 700px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
}
.page-id-2269 .show-more-button, .page-id-3085 .show-more-button {
  display: flex !important;
  margin: 1em auto;
  padding: 0.5em 1em;
  background: #eee;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 4px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  background: #5f4c9f;
  border-radius: 30px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 16px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
@media (max-width: 1660px) {
  .page-id-2269 .show-more-button, .page-id-3085 .show-more-button {
    font-size: 16px;
  }
}
@media (max-width: 1439px) {
  .page-id-2269 .show-more-button, .page-id-3085 .show-more-button {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.page-id-2269 .show-more-button:hover, .page-id-3085 .show-more-button:hover {
  background: #0083ca;
}
.page-id-2269 .grid-total, .page-id-3085 .grid-total {
  text-align: end;
}
#filter-button {
  width: 60%;
}
@media (max-width: 1279px) {
  #filter-button {
    width: 100%;
  }
}
#filter-button :is(#level-filters, #glossary-filters) {
  display: flex !important;
  align-items: center;
  align-self: center;
  justify-content: center;
  flex-wrap: wrap;
}
#filter-button :is(#level-filters, #glossary-filters) .filter-btn {
  height: 60px;
}
@media (max-width: 1279px) {
  #filter-button :is(#level-filters, #glossary-filters) .filter-btn {
    margin-right: 3%;
    margin-bottom: 3%;
    height: auto;
  }
}
#filter-button :is(#level-filters, #glossary-filters) .filter-btn.active {
  background-color: #0083ca;
  color: #fff;
}
.page-id-3085, .page-id-2269 {
  /* Uniformisation des vignettes du grid */
  /* Fallback vieux navigateurs sans aspect-ratio */
  /* Mobile : ratio plus carré si besoin */
}
.page-id-3085 .wpr-grid-item-excerpt a, .page-id-3085 .wpr-grid-item-excerpt p, .page-id-3085 .wpr-grid-item-title a, .page-id-3085 .wpr-grid-item-title p, .page-id-2269 .wpr-grid-item-excerpt a, .page-id-2269 .wpr-grid-item-excerpt p, .page-id-2269 .wpr-grid-item-title a, .page-id-2269 .wpr-grid-item-title p {
  --lines: 2;
  --lh: 1.3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--lines);
  line-clamp: var(--lines);
  overflow: hidden;
  line-height: var(--lh);
  min-height: calc(var(--lines) * var(--lh));
  overflow-wrap: break-word;
  word-break: break-word;
}
.page-id-3085 .wpr-grid-item-title, .page-id-2269 .wpr-grid-item-title {
  margin-bottom: 2%;
}
.page-id-3085 .wpr-tax-id-79, .page-id-2269 .wpr-tax-id-79 {
  display: none !important;
}
.page-id-3085 .wpr-grid .wpr-grid-media-wrap, .page-id-2269 .wpr-grid .wpr-grid-media-wrap {
  overflow: hidden;
  border-radius: 12px;
}
.page-id-3085 .wpr-grid .wpr-grid-image-wrap, .page-id-2269 .wpr-grid .wpr-grid-image-wrap {
  aspect-ratio: 1.7777777778;
  height: auto !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  /* Le plugin met souvent un <img> doublon : on le masque */
}
.page-id-3085 .wpr-grid .wpr-grid-image-wrap > img, .page-id-2269 .wpr-grid .wpr-grid-image-wrap > img {
  display: none !important;
}
@supports not (aspect-ratio: 1) {
  .page-id-3085 .wpr-grid .wpr-grid-image-wrap, .page-id-2269 .wpr-grid .wpr-grid-image-wrap {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .page-id-3085 .wpr-grid .wpr-grid-image-wrap, .page-id-2269 .wpr-grid .wpr-grid-image-wrap {
    aspect-ratio: 1.3333333333;
  }
}
.page-id-3085 .wpr-button-effect, .page-id-2269 .wpr-button-effect {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  background: #5f4c9f;
  border-radius: 30px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 16px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  font-weight: 600 !important;
  border-radius: 30px !important;
  color: #ffffff !important;
  margin-top: 3%;
  padding: 10px 12px !important;
  position: relative !important;
}
@media (max-width: 1660px) {
  .page-id-3085 .wpr-button-effect, .page-id-2269 .wpr-button-effect {
    font-size: 16px;
  }
}
@media (max-width: 1439px) {
  .page-id-3085 .wpr-button-effect, .page-id-2269 .wpr-button-effect {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.page-id-3085 .wpr-button-effect:hover, .page-id-2269 .wpr-button-effect:hover {
  background: #0083ca;
}
/*=====================================
    <-- 02.start solutek hero Area Css -->
    =======================================*/
.hero-area {
  height: 890px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -78px 50px 0;
}
.hero-contant h5 {
  border-radius: 20px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  position: relative;
  z-index: 1;
  background-color: #161a2b;
  border: 2px solid #40465d;
  color: #ecb91e;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 20px;
  margin: 0;
  padding: 6px 28px;
}
.hero-contant h5::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 7px;
  background: #5f4c9f;
  border-radius: 30px;
  left: -8%;
  top: 14px;
}
.hero-contant h1 {
  line-height: 70px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  margin: 0;
}
.hero-contant p {
  opacity: 0.702;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  width: 91%;
  margin: 0;
  padding: 13px 0 43px;
}
.hero-area .solutek-hover-btn {
  background-color: #ffff;
}
.solutek-btn a:hover {
  color: #5f4c9f;
}
.hero-video-icon {
  display: inline-block;
}
.hero-video-icon a i {
  position: relative;
  z-index: 1;
  background: #5f4c9f;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 55px;
  line-height: 55px;
  margin-left: 39px;
  text-align: center;
  top: 6px;
  width: 55px;
}
.hero-video-icon a i:after {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  left: -12px;
  border-radius: 50%;
  top: -13px;
  border: 2px solid #40465d;
  z-index: -1;
}
.hero-video-icon a span {
  display: inline-block;
  opacity: 0.702;
  font-size: 15px;
  line-height: 26px;
  text-decoration: underline;
  color: #ffffff;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  margin-left: 32px;
}
.hero-thumb {
  text-align: right;
  margin-top: 118px;
  position: relative;
  z-index: 1;
}
.hero-thumb::before {
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: rotateme;
  -webkit-animation-timing-function: linear;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-name: rotateme;
  animation-timing-function: linear;
  background-position: center;
  background-repeat: no-repeat;
  background: url(assets/images/hero-shape.png);
  content: "";
  height: 100%;
  position: absolute;
  right: -10%;
  top: -25%;
  width: 100%;
  z-index: -1;
}
.feature-area {
  padding: 0 0 88px;
  margin-top: -60px;
}
.feature-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.feature-sinble-single-box {
  border-radius: 15px;
  background-color: #f4f4f4;
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 36px 0 32px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
  transition: 0.5s;
}
.feature-sinble-single-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/images/feature6.png);
  left: -17%;
  top: -3%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
}
.feature-sinble-single-box:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  transition: 0.5s;
  z-index: -1;
  background: url(assets/images/feature7.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  right: 0;
  bottom: 0;
  transform: perspective(500px) rotateX(-90deg);
  opacity: 0;
}
.feature-sinble-single-box:hover:after {
  transform: perspective(500px) rotateX(0deg);
  opacity: 1;
}
.feature-icon {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 38px;
  border: 2px solid #ffffff;
  height: 75px;
  line-height: 70px;
  margin: auto;
  width: 75px;
}
.feature-icon img {
  transition: 0.5s;
  filter: brightness(1) invert(0);
}
.feature-icon::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #171a2b;
  left: 0;
  top: 0;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.5s;
}
h3.feature-title {
  font-size: 18px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  margin: 0;
  padding: 6px 0 0px;
  transition: 0.5s;
  cursor: pointer;
}
p.feature-text {
  font-size: 16px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  margin: 0;
  transition: 0.5s;
}
.feature-sinble-single-box:hover {
  border: 1px solid #ff4208;
}
.feature-sinble-single-box:hover .feature-icon::before {
  transform: scale(1);
}
.feature-sinble-single-box:hover .feature-icon img {
  filter: brightness(0) invert(1);
}
.feature-sinble-single-box:hover h3.feature-title {
  color: #fff;
}
.feature-sinble-single-box:hover p.feature-text {
  color: #fff;
}
.section-title.text-center {
  margin-bottom: 45px;
}
.section-title.text-left h1.section-main-title {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  position: relative;
  z-index: 1;
  color: #050a1e;
  line-height: 55px;
}
.section-title.text-left h1.section-main-title span {
  display: inline-block;
  color: #5f4c9f;
}
p.section-title-descr {
  width: 84%;
  margin: 0;
  padding: 19px 0 25px;
}
p.section-descr {
  position: relative;
  z-index: 1;
  margin: 0;
}
p.section-descr::before {
  position: absolute;
  content: "";
  height: 100px;
  width: 2px;
  background: #ffe2d9;
  left: -22%;
  top: -29px;
}
.about-area .section-title.text-left {
  margin-bottom: 0;
}
.pricing-area .section-title.text-left {
  margin-bottom: 47px;
}
.testimonial-area h1.section-main-title {
  color: #fff;
}
.testimonial-area h5.section-sub-title {
  background-color: #161a2b;
  border: 2px solid #40465d;
}
/* ───────── Contact Area (scoped) ───────── */
.contact-area .container {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 84% !important;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .contact-area .container {
    max-width: 90% !important;
  }
}
.contact-area .container h1.section-main-title {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  color: #050a1e;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  margin: 0;
}
@media (max-width: 767px) {
  .contact-area .container h1.section-main-title {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .contact-area .container h1.section-main-title {
    display: none;
  }
}
.contact-area .container h5.section-sub-title {
  border-radius: 20px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  position: relative;
  z-index: 1;
  background-color: #f4f4f4;
  border: 1px solid rgba(122, 122, 122, 0.15);
  color: #5f4c9f;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  max-height: 39px;
  padding: 6px 29px;
  width: auto;
  border-radius: 20px;
  background-color: #f4f4f4;
  border: 2px solid #fff;
  margin-bottom: 14px;
  margin-left: 13px;
}
.contact-area .container h5.section-sub-title::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 7px;
  background: #5f4c9f;
  border-radius: 30px;
  left: -8%;
  top: 14px;
}
.contact-area .container h5.section-sub-title:hover {
  background: #e7e7e7;
}
.contact-area .container > .row {
  margin: auto;
  width: 100%;
  max-width: 100%;
}
.contact-area .container > .row > div:nth-child(1) {
  display: flex;
  padding: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-area .container > .row > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.contact-area .container > .row > div:nth-child(1) .section-title.text-left {
  width: 30%;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .contact-area .container > .row > div:nth-child(1) .section-title.text-left {
    align-items: center;
    align-self: center;
    display: flex !important;
    justify-content: center;
    width: 100%;
    flex-direction: column;
  }
}
.contact-area .container > .row > div:nth-child(1) .contact_from_box {
  margin-left: auto;
  width: 60%;
}
@media (max-width: 767px) {
  .contact-area .container > .row > div:nth-child(1) .contact_from_box {
    width: 100%;
  }
}
.contact-area .container > .row > div:nth-child(2) {
  display: none;
}
.contact-area .container .contact_from_box .wpcf7-submit {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  background: #5f4c9f;
  border-radius: 30px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 16px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
@media (max-width: 1660px) {
  .contact-area .container .contact_from_box .wpcf7-submit {
    font-size: 16px;
  }
}
@media (max-width: 1439px) {
  .contact-area .container .contact_from_box .wpcf7-submit {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.contact-area .container .contact_from_box .wpcf7-submit:hover {
  background: #0083ca;
}
/* ───────── FAQ───────── */
.faq-area {
  background: #f4f4f4;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.faq-area .container {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 84% !important;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .faq-area .container {
    max-width: 90% !important;
  }
}
.faq-area .container h5.section-sub-title {
  border-radius: 20px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  position: relative;
  z-index: 1;
  background-color: #f4f4f4;
  border: 1px solid rgba(122, 122, 122, 0.15);
  color: #5f4c9f;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  max-height: 39px;
  padding: 6px 29px;
  width: auto;
  border-radius: 20px;
  margin-left: 7px;
}
.faq-area .container h5.section-sub-title::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 7px;
  background: #5f4c9f;
  border-radius: 30px;
  left: -8%;
  top: 14px;
}
.faq-area .container h5.section-sub-title:hover {
  background: #e7e7e7;
}
@media (max-width: 991.98px) {
  .faq-area .container h5.section-sub-title {
    margin-left: 0;
  }
}
.faq-area .container .row {
  margin: auto;
  width: 100%;
  max-width: 100%;
}
.faq-area .container .row > div:nth-child(1) {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .faq-area .container .row > div:nth-child(1) {
    text-align: center;
  }
}
.faq-area .container .row > div:nth-child(2) {
  padding-right: 0;
}
.faq-area .container .feq-content, .faq-area .container .section-title.text-left {
  height: 120px;
}
@media (max-width: 1439px) {
  .faq-area .container .feq-content, .faq-area .container .section-title.text-left {
    height: 160px;
  }
}
@media (max-width: 991.98px) {
  .faq-area .container .feq-content, .faq-area .container .section-title.text-left {
    height: auto;
  }
}
@media (min-width: 480px) and (max-width: 599px) {
  .faq-area .container .feq-content, .faq-area .container .section-title.text-left {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.faq-area .container .feq-content {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.faq-area .container .row.align-items-center {
  align-items: initial !important;
}
.faq-area .container .style-two h6.section-sub-title {
  margin-left: 70px;
}
.faq-area .container .style-two h6.section-sub-title::before {
  width: 60px;
  left: -69px;
}
.faq-area .container .style-two h6.section-sub-title::after {
  display: none;
}
.faq-area .container .style-two h1.section-main-title {
  text-align: end;
}
@media (max-width: 991.98px) {
  .faq-area .container .faq-thumb {
    display: none;
  }
}
.faq-area .container .faq-thumb img {
  border-radius: 20px !important;
}
.faq-area .container .feq-content {
  text-align: end;
  /*accordion*/
}
@media (max-width: 991.98px) {
  .faq-area .container .feq-content {
    text-align: center;
  }
}
.faq-area .container .feq-content h3.faq-title {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  font-size: 2rem !important;
  line-height: 56px;
  color: #050a1e;
  margin: 0;
}
@media (max-width: 1280px) {
  .faq-area .container .feq-content h3.faq-title {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 1024px) {
  .faq-area .container .feq-content h3.faq-title {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  .faq-area .container .feq-content h3.faq-title {
    font-size: 1.4rem !important;
  }
}
/* section title home three */
h6.section-sub-title {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  position: relative;
  z-index: 1;
  color: #ecb91e;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
h6.section-sub-title::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background-image: linear-gradient(270deg, #ffffff 0%, #ecb91e 100%);
  left: -76px;
  top: 12px;
}
h6.section-sub-title::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background-image: linear-gradient(270deg, #ecb91e 0%, #ffffff 100%);
  right: -74px;
  top: 12px;
}
h1.section-main-title2 {
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
}
.about-section h6.section-sub-title {
  margin-left: 70px;
}
.about-section h6.section-sub-title::before {
  width: 60px;
  left: -69px;
}
.about-section h6.section-sub-title::after {
  display: none;
}
.about-section p.section-title-descr {
  width: 100%;
  margin: 0;
  padding: 12px 0 0px;
}
.about-section .section-title.text-left {
  margin-bottom: 36px;
}
.case-studies-area h6.section-sub-title::before {
  background-image: linear-gradient(270deg, #05091d 0%, #ecb91e 100%);
}
.case-studies-area h6.section-sub-title::after {
  background-image: linear-gradient(270deg, #ecb91e 0%, #05091d 100%);
}
.case-studies-area h1.section-main-title2 {
  color: #fff;
}
.testimonial-area.style-four h1.section-main-title {
  color: #050a1e;
}
.testimonial-area.style-four h6.section-sub-title {
  margin-left: 70px;
}
.testimonial-area.style-four h6.section-sub-title::before {
  width: 60px;
  left: -69px;
}
.testimonial-area.style-four h6.section-sub-title::after {
  display: none;
}
.testimonial-area.style-four .section-title.text-left {
  margin-bottom: 40px;
}
/*=====================================
<--  end solutek section-title Area Css -->
=======================================*/
/*=====================================
<-- 05.start solutek contact Area Css -->
=======================================*/
.contact-area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0 120px;
  position: relative;
}
.contact-area .form_box input {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  border-radius: 15px;
  border: 1px solid rgba(122, 122, 122, 0.5);
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  line-height: 26px;
  margin-bottom: 21px;
  padding: 0 23px 0;
  transition: 0.5s;
  width: 100%;
}
.form_box input::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
}
.form_box textarea {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  border-radius: 25px;
  border: 1px solid rgba(122, 122, 122, 0.5);
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
  height: 150px;
  line-height: 26px;
  margin-bottom: 22px;
  outline: 0;
  padding: 17px 23px 0;
  transition: 0.5s;
  width: 100%;
}
.form_box textarea::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
}
.quote_button button {
  background: #5f4c9f;
  padding: 14px 48px 14px;
  border-radius: 30px;
  transition: 0.5s;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
}
.quote_button button i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-left: 8px;
  transform: rotate(-45deg);
}
.form_box input:focus, .form_box textarea:focus {
  border-color: #5f4c9f;
  outline: 0;
  box-shadow: 0 0 4px rgba(255, 61, 0, 0.5);
}
.quote_button button:hover {
  color: #fff;
  background: #050a1e;
}
.contact-box {
  position: relative;
  z-index: 1;
  padding: 62px 0;
}
.contact-box::before {
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: rotateme;
  -webkit-animation-timing-function: linear;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-name: rotateme;
  animation-timing-function: linear;
  background-position: center;
  background-repeat: no-repeat;
  background: url(assets/images/contact-shape.png);
  content: "";
  height: 100%;
  left: -20%;
  position: absolute;
  top: 33%;
  width: 100%;
}
.contact-video-icon a {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  color: #ecb91e;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  line-height: 100%;
  position: absolute;
  right: -27%;
  text-decoration: none;
  top: 77%;
  width: 100%;
}
.blog-singele-box {
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-content {
  position: relative;
  z-index: 1;
  background: #ffff;
  border-radius: 0 0 30px 30px;
  padding: 58px 40px 35px;
}
.blog-date {
  background: #ecb91e;
  border-radius: 10px;
  padding: 10px 24px;
  position: absolute;
  top: -10%;
}
.blog-date h4 {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  margin: 0;
}
.blog-date h4 i {
  font-size: 16px;
  margin-right: 15px;
  display: inline-block;
}
.blog-date h4 span {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-left: 147px;
}
.blog-date h4 span::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 60%;
  background: #ff9d7f;
  left: -93%;
  top: 47%;
}
h3.blog-title a {
  display: inline-block;
  font-size: 26px;
  line-height: 36px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  text-decoration: none;
  transition: 0.5s;
}
h3.blog-title a:hover {
  color: #5f4c9f;
}
h3.blog-title {
  margin: 0;
}
p.blog-tex {
  margin: 0;
  padding: 10px 0 18px;
}
.blog-btn a {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: #7a7a7a;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  text-decoration: none;
  transition: 0.5s;
}
.blog-btn a:hover {
  color: #5f4c9f;
}
.blog-btn a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-left: 8px;
}
/*---blog-content-two*/
.blog-singele-box-tow {
  margin-bottom: 28px;
}
.blog-content-tow {
  background: #fff;
  border-radius: 20px 20px 20px 20px;
  padding: 30px 29px 26px 0;
}
.blog-date-tow {
  background: #f4f4f4;
  display: block;
  padding: 6px 25px 6px;
  border-radius: 10px;
}
.blog-date-tow h4 {
  font-size: 16px;
  line-height: 36px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  margin: 0;
}
.blog-date-tow h4 i {
  display: inline-block;
  font-size: 16px;
  color: #5f4c9f;
  margin-right: 16px;
}
.blog-date-tow h4 span {
  position: relative;
  z-index: 1;
  padding-left: 30px;
}
.blog-date-tow h4 span::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  background: #5f4c9f;
  left: 10px;
  top: -2px;
}
h3.blog-title-two {
  line-height: 32px;
  margin: 0;
  padding: 24px 0 10px;
}
h3.blog-title-two a {
  font-size: 22px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  text-decoration: none;
  transition: 0.5s;
}
h3.blog-title-two a:hover {
  color: #5f4c9f;
}
.blog-btn-tow a {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: #7a7a7a;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  text-decoration: none;
  transition: 0.5s;
}
.blog-btn-tow a:hover {
  color: #5f4c9f;
}
.blog-btn-tow a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-left: 8px;
}
.about-thumb {
  position: relative;
  z-index: 1;
}
h4.about-title {
  position: absolute;
  bottom: 18%;
  font-size: 20px;
  line-height: 75px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  left: 12%;
  margin: 0;
}
.about-shape {
  position: absolute;
  top: 20%;
  right: 44%;
}
.about-shape img {
  animation: dance 3s alternate infinite;
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 3s alternate infinite;
}
/* button style */
.solutek-btn {
  display: inline-block;
}
.solutek-btn a {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  background: #5f4c9f;
  border-radius: 30px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 16px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
@media (max-width: 1660px) {
  .solutek-btn a {
    font-size: 16px;
  }
}
@media (max-width: 1439px) {
  .solutek-btn a {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.solutek-btn a:hover {
  background: #0083ca;
}
.hero-area.style-three .solutek-btn a:hover {
  color: #fff;
}
.hover-bx {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
  border-radius: 30px 0 0px 30px;
}
.hover-bx2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.hover-bx3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.hover-bx4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 0 30px 30px 0;
}
.solutek-btn a:hover .solutek-hover-btn {
  opacity: 1;
}
/* btn-2 hover style */
.solutek-button {
  display: inline-block;
}
.solutek-button a {
  display: inline-block;
  background: #5f4c9f;
  text-decoration: none;
  padding: 16px 28px;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  border-radius: 30px;
}
@keyframes slidebg {
  to {
    background-position: 20vw;
  }
}
.service-icon {
  margin-bottom: 33px;
}
.service-icon img {
  filter: brightness(1) invert(0);
  transition: 0.5s;
}
h3.service-title {
  font-size: 22px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  margin: 0;
  transition: 0.5s;
  cursor: pointer;
}
.service-btn a {
  color: transparent;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.service-btn a::after {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  align-items: center;
  color: #fff;
  content: "En savoir plus";
  display: flex;
  inset: 0;
  justify-content: center;
  margin-left: 50px;
  pointer-events: none;
  position: absolute;
}
.service-btn i {
  display: inline-block;
  color: #ecb91e;
  background: #f4f4f4;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 11px;
  transition: 0.5s;
}
.service-shape {
  position: absolute;
  top: 0;
  right: 0;
}
.service-shape2 {
  position: absolute;
  top: 16%;
  left: 3%;
}
.service-shape2 img {
  animation: dance 3s alternate infinite;
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 3s alternate infinite;
}
.service-shape3 {
  position: absolute;
  top: 2%;
  left: 0;
}
.brand-area {
  border-radius: 20px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 84% !important;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 3% !important;
  background: #5f4c9f;
  left: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .brand-area {
    max-width: 90% !important;
  }
}
.brand-area .brand-box {
  display: flex !important;
  align-items: center;
  align-self: center;
  justify-content: center;
  margin: 5%;
  text-align: center;
}
.brand-area .brand-box img {
  margin: 2%;
  max-height: 150px;
}
.owl-carousel .owl-item img {
  display: inline;
}
.pricing-area {
  padding: 120px 0 88px;
}
.pricing-single-box {
  text-align: center;
  margin-bottom: 30px;
}
.pricing-head {
  background: #fff5f3;
  padding: 47px 0 36px;
  margin-bottom: 5px;
  border-radius: 15px 40px 15px 15px;
  position: relative;
  z-index: 1;
}
.pricing-head::before {
  position: absolute;
  content: "";
  width: 85%;
  border: 1px dashed;
  height: 80%;
  border-radius: 15px 40px 15px 15px;
  left: 24px;
  top: 16px;
}
.pricing-head:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: url(assets/images/pricing2.png);
  right: 0;
  top: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s;
}
h1.priching-doller {
  font-size: 45px;
  color: #ecb91e;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  margin: 0;
  line-height: 26px;
  transition: 0.5s;
}
h3.priching-title {
  font-size: 20px;
  line-height: 26px;
  color: #041424;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  margin: 0;
  margin-top: 21px;
  transition: 0.5s;
}
.pricing-body {
  position: relative;
  z-index: 1;
  padding: 29px 40px 39px;
  text-align: left;
}
.pricing-body::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: url(assets/images/pricing1.png);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
ul.pricing-list {
  margin-bottom: 35px;
}
ul.pricing-list li {
  list-style: none;
  line-height: 48px;
}
ul.pricing-list li i {
  color: #5f4c9f;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 14px;
}
.pricing-area .solutek-hover-btn {
  background-color: #5f4c9f;
}
.pricing-area .solutek-btn a {
  background: #f5ebe8;
  padding: 16px 55px;
  color: #5f4c9f;
}
.pricing-area .solutek-btn a:hover {
  color: #ffff;
}
.pricing-single-box:hover .pricing-head:after {
  width: 100%;
  left: 0;
}
.pricing-single-box:hover h1.priching-doller {
  color: #fff;
}
.pricing-single-box:hover h3.priching-title {
  color: #fff;
}
.pricing-single-box:hover .pricing-head::before {
  border: none;
}
.faq-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.faq-shape2 {
  display: none;
}
h3.faq-title span {
  display: inline-block;
  color: #5f4c9f;
}
.tab_container {
  position: relative;
}
ul.accordion {
  padding: 0;
  margin: 0;
}
.accordion li {
  list-style: none;
  padding: 0 0 15px;
  position: relative;
  z-index: 1;
}
.accordion li a {
  position: relative;
  z-index: 1;
  color: #fff !important;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
}
.accordion li p {
  display: none;
  font-size: 16px;
  color: #b1b2b4;
  padding: 25px 0 10px 30px;
  margin: 0;
}
.accordion a:before {
  width: 3px;
  height: 16px;
  background: #5f4c9f;
  position: absolute;
  right: 32px;
  content: " ";
  top: 22px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
  border-radius: 30px;
}
.accordion a:after {
  width: 16px;
  height: 3px;
  background: #5f4c9f;
  position: absolute;
  right: 26px;
  content: " ";
  top: 29px;
  transition: all 0.2s ease-in-out;
  border-radius: 30px;
}
.accordion a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #5f4c9f;
  z-index: -1;
}
.accordion a.active:before {
  display: none;
}
a.active {
  background: #fff !important;
}
.accordion li a span {
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #050a1e;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
}
/*accordion start*/
.faq-sectiions .dreamit-icon-list ul li i {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  background-color: inherit;
  display: inline-block;
  color: #d0a37c;
  font-size: 22px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
.study-button a i {
  transition: 0.5s;
}
.study-button a:hover i {
  color: #d0a37c;
}
/* Faq New Style */
.faq-area .accordion li a {
  padding: 16px 20px 16px 30px;
  text-decoration: none;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.3019607843);
  border: 2px solid #ffffff;
}
.faq-area .accordion li a.active {
  border-radius: 15px 15px 0px 0px;
}
.faq-area .accordion li a span:after {
  display: none;
}
.faq-area .accordion li p {
  padding: 44px 20px 31px 25px;
  color: #646464;
  background: #fff;
  border-radius: 0 0 15px 15px;
  line-height: 28px;
  position: relative;
  z-index: 1;
}
.faq-area .accordion li p::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 92%;
  background: #ebebeb;
  left: 32px;
  top: 21px;
}
/*=====================================
<--  end solutek faq-area Css -->
=======================================*/
/*=====================================
<--  start solutek testimonial-area Css -->
=======================================*/
.testi-single-box {
  background: #171a2b;
  border-radius: 20px !important;
  padding: 39px 27px 32px;
  text-align: center;
  margin-bottom: 20px;
}
p.testi-text {
  color: #fff;
  opacity: 0.702;
  padding: 35px 0 29px;
  margin: 0;
  position: relative;
  z-index: 1;
}
p.testi-text::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  border: 1px solid #292c3b;
  bottom: 0;
}
h3.testi-title {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  margin: 0;
}
h3.testi-title span {
  display: inline-block;
  font-size: 15px;
  line-height: 28px;
  color: #ecb91e;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  margin-left: 14px;
}
ul.testi-rating {
  padding: 28px 0 13px;
}
ul.testi-rating li i {
  display: inline-block;
  color: #ffc600;
  font-size: 15px;
  margin: 0 4px 0;
}
ul.testi-rating li {
  list-style: none;
  display: inline-block;
}
.testimonial-area.style-two {
  background: #fff;
  padding: 50px 0;
}
.testimonial-area.style-two .section-title.text-center {
  margin-bottom: 49px;
}
.testimonial-area.style-two h5.section-sub-title {
  background-color: #f4f4f4;
  border: 2px solid rgba(255, 60, 0, 0.15);
}
.testimonial-area.style-two h1.section-main-title {
  color: #050a1e;
}
.testimonial-area.style-two .testi-single-box {
  background: url(assets/images/home-two/test-box-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 20px 0px 20px 20px;
  transition: 0.5s;
  padding: 39px 27px 82px;
  margin-top: 33px;
  transition: 0.5s;
  margin-bottom: 35px;
}
.testimonial-area.style-two .testi-single-box::before {
  position: absolute;
  z-index: 1;
  content: "";
  height: 3px;
  right: 0;
  top: -3px;
  transition: 0.5s;
  width: 175px;
}
.testimonial-area.style-two p.testi-desc {
  position: relative;
  z-index: 1;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  padding: 35px 0 29px;
  transition: 0.5s;
}
.testimonial-area.style-two p.testi-desc::before {
  position: absolute;
  content: "";
  width: 340px;
  height: 1px;
  background: rgba(122, 122, 122, 0.4);
  margin: 0 auto;
  bottom: 5px;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .testimonial-area.style-two p.testi-desc::before {
    width: 250px;
  }
}
@media (max-width: 575.99px) {
  .testimonial-area.style-two p.testi-desc::before {
    width: 150px;
  }
}
.testimonial-area.style-two h3.testi-user-name {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  margin: 0;
  color: #050a1e;
  transition: 0.5s;
}
.testimonial-area.style-two h3.testi-user-name span {
  display: inline-block;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  margin-left: 14px;
  color: #7a7a7a;
  transition: 0.5s;
}
.testimonial-area.style-two .testi-author::before {
  display: none;
}
.testimonial-area.style-two .testi-author::after {
  display: none;
}
.testimonial-area.style-two .testi-author {
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: -33px;
  left: 0;
  right: 0;
}
/*all hover testimonial */
.testimonial-area.style-two .testi-single-box:hover .testi-box-inner::after {
  height: 100%;
  top: 0;
}
.testimonial-area.style-two .testi-single-box:hover p {
  color: #fff;
}
.testimonial-area.style-two .testi-single-box:hover p.testi-desc::before {
  background: #fff;
}
.testimonial-area.style-two .testi-single-box:hover h3.testi-user-name {
  color: #fff;
}
.testimonial-area.style-two .testi-single-box:hover h3.testi-user-name span {
  color: #fff;
}
/*---=====================================================
 <!-- Start solutek testimonial Area  style-three-->
=========================================================---*/
.testimonial-area.style-three {
  background: #fff;
  padding: 120px 0 120px;
  margin: 0;
}
.testimonial-area.style-three h5.section-sub-title {
  background-color: transparent;
  border: 2px solid #eeeeee;
}
.testimonial-area.style-three h1.section-main-title {
  color: #050a1e;
}
.testimonial-area.style-three .testi-single-box {
  text-align: left;
  display: flex;
  align-items: center;
}
.testimonial-area.style-three .test-user-img {
  margin-right: 38px;
}
.testimonial-area.style-three .owl-dots {
  text-align: center;
  padding-top: 20px;
}
.testimonial-area.style-three .owl-dot {
  display: inline-block;
  width: 30px;
  height: 8px;
  border-radius: 4px;
  background-color: #161a2b;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
.testimonial-area.style-three .owl-dot.active {
  display: inline-block;
  width: 20px;
  height: 8px;
  border-radius: 4px;
  background-color: #ecb91e;
}
.testimonial-area.style-three .owl-dot.active::before {
  display: none;
}
/*---=====================================================
   <!-- Start solutek testimonial Area style-four-->
=========================================================---*/
.testimonial-area.style-four {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 110px 0 75px;
}
.testimonial-area.style-four h4.testi-user-name {
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.testimonial-area.style-four h4.testi-user-name::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 2px;
  background-image: linear-gradient(270deg, #ecb91e 0%, #ffffff 100%);
  left: 13px;
  bottom: 13px;
}
.testimonial-area.style-four h4.testi-user-name::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 2px;
  background-image: linear-gradient(270deg, #ffffff 0%, #ecb91e 100%);
  right: 13px;
  bottom: 13px;
}
.testimonial-area.style-four h4.testi-user-name span {
  display: block;
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  text-align: center;
}
.testimonial-area.style-four .testi-thumb {
  position: relative;
}
.testimonial-area.style-four .testi-autor {
  position: absolute;
  bottom: 12px;
  left: 70px;
}
.testimonial-area.style-four .testi-box {
  margin-left: 80px;
  margin-bottom: 30px;
}
.testimonial-area.style-four .testimonial-single-box {
  padding: 35px 40px 15px 40px;
  border-radius: 20px !important;
  background-color: rgba(244, 244, 244, 0.5019607843);
  border: 2px solid #ffffff;
}
.testimonial-area.style-four p.testi-desc {
  font-size: 17px;
  line-height: 28px;
  color: #7a7a7a;
  font-weight: 400;
  font-style: italic;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
}
.testimonial-area.style-four .testi-review-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-area.style-four .testi-review-user h3, .testi-review-user h3 span {
  font-size: 16px;
  text-transform: uppercase;
  color: #050a1e;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
}
.testimonial-area.style-four .testi-review-user h3 span {
  color: #ecb91e;
}
.testimonial-area.style-four ul.testi-rating {
  padding: 0px 0 28px;
  margin-left: 57px;
  position: relative;
}
.testimonial-area.style-four ul.testi-rating::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-image: linear-gradient(270deg, #f3f3f3 0%, #ecb91e 100%);
  left: -57px;
  top: 13px;
}
.testimonial-area.style-four .testi-quote-icon {
  position: relative;
}
.testimonial-area.style-four .testi-quote-icon::before {
  position: absolute;
  content: "";
  opacity: 0.2;
  width: 370px;
  height: 2px;
  background-image: linear-gradient(270deg, #f3f3f3 0%, #797979 100%);
  left: 50px;
  top: 14px;
}
.testimonial-area.style-four .slide-shape {
  position: absolute;
  right: 37px;
  bottom: 8px;
}
.testimonial-area.style-four .slide-shape-inner {
  position: relative;
}
.testimonial-area.style-four .slide-shape-inner::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 120px;
  background-image: linear-gradient(0deg, #ecb91e 0%, #ffffff 100%);
  left: 34px;
  top: 65px;
}
.slide-shape-inner::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 120px;
  background-image: linear-gradient(0deg, #ffffff 0%, #ecb91e 100%);
  left: 34px;
  bottom: 72px;
}
p.footer-widget-text {
  opacity: 0.6;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  margin: 0;
  padding: 38px 0 68px;
}
.footer-widget-social a i {
  display: inline-block;
  color: #9e9e9e;
  font-size: 17px;
  margin-right: 30px;
  transition: 0.5s;
}
.widget-title h2 {
  font-size: 22px;
  line-height: 41px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  margin-bottom: 31px;
}
.footer-widget2 ul li {
  list-style: none;
}
.footer-widget2 ul li a {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  position: relative;
  z-index: 1;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  transition: 0.5s;
}
.footer-widget2 ul li a:hover {
  color: #ecb91e !important;
}
.footer-widget2 ul li a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  background: #ecb91e;
  bottom: 10px;
  transition: 0.5s;
}
.footer-widget-newsletter {
  margin-left: -20px;
}
p.newsletter-text {
  opacity: 0.6;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  margin: 0;
  padding: 0 0 38px;
}
.form-field2 input {
  outline: 0;
  width: 78%;
  border: none;
  height: 56px;
  border-radius: 10px 0 0 10px;
  background-color: #161a2b;
  font-size: 15px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  padding: 0 21px 0;
}
.form-field2 input::placeholder {
  font-size: 15px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
}
.form-field2 button {
  color: #fff;
  outline: 0;
  border: none;
  width: 65px;
  height: 56px;
  border-radius: 0 10px 10px 0;
  background-color: #ecb91e;
  font-size: 22px;
  margin-left: -4px;
  position: relative;
  top: 2px;
}
.footer-widget-social a i:hover {
  color: #5f4c9f;
}
.footer-widget.left ul li a:hover {
  color: #5f4c9f;
}
.footer-widget.left ul li a:hover::before {
  width: 100%;
}
.search-box-btn.search-box-outer {
  display: inline-block;
}
.nav-btn.navSidebar-button a i {
  font-size: 18px;
  color: #fff;
  transition: 0.5s;
  cursor: pointer;
}
.xs-sidebar-group .xs-overlay {
  -o-transition: all 0.5s ease-in 0.8s;
  -webkit-transition: all 0.5s ease-in 0.8s;
  height: 100%;
  left: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease-in 0.8s;
  visibility: hidden;
  width: 100%;
  z-index: 101;
}
.widget-heading a {
  text-decoration: none;
}
.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 23px;
  right: 0;
  padding: 25px;
}
.xs-sidebar-widget {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  max-width: 500px;
  overflow-y: auto;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
}
.xs-sidebar-widget .sib-FIRSTNAME-area, .xs-sidebar-widget .sib-LASTNAME-area, .xs-sidebar-widget .sib-email-area {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.xs-sidebar-widget .sib-FIRSTNAME-area input, .xs-sidebar-widget .sib-LASTNAME-area input, .xs-sidebar-widget .sib-email-area input {
  width: 220px;
  height: 56px;
  margin: 0;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  color: #303030;
  font: inherit;
  line-height: inherit;
  outline: 0;
  word-wrap: break-word;
}
.xs-sidebar-widget .sib-default-btn {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  background: #5f4c9f;
  border-radius: 30px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 16px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 10px 12px;
}
@media (max-width: 1660px) {
  .xs-sidebar-widget .sib-default-btn {
    font-size: 16px;
  }
}
@media (max-width: 1439px) {
  .xs-sidebar-widget .sib-default-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.xs-sidebar-widget .sib-default-btn:hover {
  background: #0083ca;
}
.xs-sidebar-widget .nav-logo img {
  max-height: 80px;
  margin: auto;
}
.xs-sidebar-widget .sidebar-textwidget {
  padding: 40px 32px;
}
.xs-sidebar-widget .sidebar-textwidget .sidebar-info-contents .widget-search {
  padding-bottom: 15px;
}
.xs-sidebar-widget .sidebar-textwidget .sidebar-info-contents .widget {
  display: block;
}
.xs-sidebar-widget .sidebar-textwidget .sidebar-info-contents h3.widget-title {
  padding: 8px 0 20px;
  font-size: 25px;
  border-bottom: 1px solid #e9e9e9;
}
.xs-sidebar-widget .sidebar-textwidget .sidebar-info-contents div:nth-child(5) h3 {
  color: #fff;
}
.xs-sidebar-widget .sidebar-textwidget .sidebar-info-contents div:nth-child(5) h3::before {
  content: "Réseaux sociaux";
  position: absolute;
  color: #050a1e;
}
.xs-sidebar-widget .sidebar-textwidget .sidebar-info-contents .follow-company-icon.style-two a {
  color: #062462;
}
.xs-sidebar-widget .sidebar-textwidget .sidebar-info-contents .follow-company-icon.style-two a:hover {
  color: #fff;
}
.xs-sidebar-widget .sidebar-textwidget .sidebar-info-contents .cs-newsletter .cs-newsletter_btn {
  width: 100px;
  height: 40px;
  top: 5px !important;
}
.xs-sidebar-widget .sidebar-textwidget .sidebar-info-contents .cs-newsletter .cs-newsletter_btn span {
  margin-right: 20px;
  color: #5f4c9f;
}
.xs-sidebar-widget .sidebar-textwidget .sidebar-info-contents .cs-newsletter .cs-newsletter_btn span::before {
  content: "Envoyer";
  position: absolute;
  top: 9px;
  right: 26px;
  color: #fff;
}
.xs-sidebar-widget .sidebar-textwidget .sidebar-info-contents .cs-newsletter_text {
  display: none;
}
.xs-sidebar-widget .sidebar-textwidget .sidebar-info-contents .cs_side_header_box {
  padding-bottom: 15px;
}
.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
}
.close-side-widget i {
  color: #0e264f;
  font-size: 28px;
  display: block;
}
.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.xs-overlay {
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.xs-bg-black {
  background-color: #5f4c9f;
}
/*html css*/
.nav-logo {
  padding: 0 0 40px;
}
.nav-btn.navSidebar-button a {
  color: #5f4c9f;
}
.follow-company-icon {
  display: inline-block;
  line-height: 0;
  margin-top: 3%;
}
.follow-company-icon a:hover::before {
  left: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.follow-company-icon a {
  display: inline-block;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.19);
  position: relative;
  z-index: 1;
  margin-right: 15px;
  overflow: hidden;
}
.follow-company-icon a::before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #5f4c9f;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.follow-company-icon a i {
  font-size: 1.3rem !important;
  position: relative;
  top: 3px;
}
@media (max-width: 767px) {
  .follow-company-icon a i {
    font-size: 1.2rem !important;
  }
}
.recent-gallery ul li {
  list-style: none;
}
.sidebar-info-contents h3.widget-title {
  font-size: 25px;
  padding: 15px 0 15px;
}
.widget form {
  position: relative;
}
.widget input {
  border-radius: 4px;
  padding-left: 20px;
  height: 56px;
  width: 100%;
  color: #303030;
  border: 1px solid #e9e9e9;
}
button.icon {
  border: 0;
  font-size: 18px;
  color: #fff;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 56px;
  width: 60px;
  background: #5f4c9f;
  border-radius: 0 4px 4px 0;
}
ul.list-style-one li {
  display: block;
  color: #fff;
  margin: 16px 0 0;
  overflow: hidden;
}
ul.list-style-one li span {
  font-size: 16px;
  font-weight: 600;
  color: #062462;
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  transition: 0.5s;
}
ul.list-style-one li a {
  transition: 0.5s;
  color: #062462;
  text-decoration: none;
}
.recent-gallery ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.widget-gallery-thumb img {
  width: 100%;
}
/* Sidber Widget Tags CSS */
.sidebar-tag-item ul li {
  display: inline-block;
  list-style: none;
}
li.item1 {
  padding: 15px 0 0 !important;
}
.sidebar-tag-item a {
  background: #fff;
  padding: 6px 12px;
  display: inline-block;
  margin: 0px 6px 15px 0;
  border: 0;
  font-weight: 500;
  color: #5f4c9f;
  border: 2px solid #5f4c9f;
  transition: 0.5s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.sidebar-tag-item a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #5f4c9f;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  z-index: -1;
  transform: scale(0);
  transition: 0.5s;
}
.sidebar-tag-item a:hover:before {
  transform: scale(1);
}
.sidebar-tag-item a:hover {
  color: #fff;
}
ul.list-style-one li a:hover span {
  background: #5f4c9f;
  border-radius: 30px;
  color: #fff;
}
ul.list-style-one li a:hover {
  color: #5f4c9f;
}
.solutek_nav_manu.style-two .solutek_menu > ul > li > a:hover {
  color: var(#ecb91e) !important;
}
.solutek_nav_manu.style-two .header-menu-btn {
  text-align: right;
}
.solutek_nav_manu.style-two .sidebar-button {
  display: inline-block;
  margin-left: 30px;
}
.solutek_nav_manu.style-two .sidebar-button a {
  color: #5f4c9f;
  display: inline-block;
  background-color: rgba(255, 59, 0, 0.07);
  height: 45px;
  width: 45px;
  padding: 12px 15px;
}
.solutek_nav_manu.style-two .solutek-btn a:hover {
  color: #fff;
}
/* hero-area style-two*/
.hero-area.style-two {
  background: url(assets/images/home-two/hero2-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70px;
  margin: 0 50px;
  border-radius: 40px 40px 0 0;
  height: 850px;
}
.hero-area.style-two .hero-contant h5 {
  margin-left: 18px;
}
.hero-area.style-two .hero-btn-shape {
  display: inline-block;
}
.hero-area.style-two .solutek-btn {
  display: inline-block;
  margin-right: 56px;
}
.hero-area.style-two .solutek-btn a:hover {
  color: #fff;
}
.hero-area.style-two .hero-thumb {
  position: relative;
  margin-top: 18px;
}
.hero-area.style-two .hero-thumb::before {
  display: none;
}
.hero-area.style-two .hero-thumb-shape {
  position: absolute;
  top: -27px;
  right: -120px;
}
.hero-area.style-two .hero-thumb-shape2 {
  position: absolute;
  left: 165px;
  bottom: -120px;
  z-index: -1;
}
.hero-area.style-two .hero-video-icon {
  display: inline-block;
  position: absolute;
  bottom: -25px;
  left: 295px;
}
.hero-area.style-two .hero-video-icon a i {
  margin-left: 39px;
  z-index: revert-layer;
  top: -3px;
  left: 10px;
}
.hero-area.style-two .hero-video-icon a i:after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -22px;
  border-radius: 50%;
  top: -22px;
  border: 2px solid #fff;
  background: #fff;
  z-index: -1;
}
/*
<!-- =====================================-->
<!-- Start solutek marquee section css -->
<!-- =====================================-->*/
.marquee-section {
  position: relative;
  z-index: 1;
  background-color: #ecb91e;
  border-radius: 0 0 40px 40px;
  margin: 0 50px;
  padding: 33px 0 33px;
}
.marquee-section .inner-container {
  max-width: 1820px;
  margin: 0 auto;
}
.marquee-section .marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 0px;
}
.marquee-section .marquee-block {
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  -ms-flex-pack: distribute;
  -webkit-animation: scroll 30s linear infinite;
  -webkit-box-align: center;
  align-items: center;
  animation: scroll 30s linear infinite;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  gap: 0px;
  justify-content: space-around;
  min-width: 100%;
}
.marquee-section .marquee-block .content-box {
  position: relative;
}
.marquee-section .marquee-block .content-box:last-child {
  margin-right: 0;
}
.marquee-section .marquee-block .content-box:last-child::before {
  display: none;
}
.marquee-section .marquee-block .content-box .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
}
.content-box .title a {
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
}
.content-box .title a:hover {
  color: #050a1e;
}
.content-box .title a i {
  margin-right: 39px;
}
/*
<!-- =====================================-->
<!-- Start solutek service Area style two  -->
<!-- =====================================-->*/
.service-area.style-two {
  padding: 120px 0 125px;
}
.service-area.style-two .section-title.text-center {
  margin-bottom: 82px;
}
.service-area.style-two .single-service-box {
  background: url(assets/images/home-two/serice-two-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 35px 0 35px 35px;
  padding: 40px 20px 80px;
  text-align: center;
  position: relative;
  transition: 0.5s;
  margin-bottom: 30px;
}
.service-area.style-two .single-service-box::before {
  position: absolute;
  z-index: 1;
  background-color: #050a1e;
  content: "";
  height: 5px;
  right: 0;
  top: -5px;
  width: 175px;
}
.service-area.style-two .single-service-box::after {
  position: absolute;
  z-index: 1;
  background-color: #ecb91e;
  content: "";
  height: 5px;
  left: 66px;
  margin: 0 auto;
  top: -5px;
  width: 175px;
}
.service-area.style-two .service-box-inner::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  background: url(assets/images/home-two/service-hover.png);
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s;
  border-radius: 35px 0 35px 35px;
  z-index: -1;
}
.service-area.style-two .service-title {
  font-size: 24px;
  color: #050a1e;
  font-weight: 600;
  position: relative;
  transition: 0.5s;
}
.service-area.style-two .service-title::before {
  position: absolute;
  content: "";
  width: 340px;
  height: 1px;
  background: rgba(122, 122, 122, 0.2);
  margin: 0 auto;
  bottom: -22px;
  left: 0;
  right: 0;
}
.service-area.style-two .service-des {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding: 44px 0 14px;
  transition: 0.5s;
}
.service-area.style-two .service-icon {
  margin-bottom: 0px;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 35px;
  background-color: #f4f4f4;
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
}
/*all hover service */
.service-area.style-two .single-service-box:hover .service-box-inner::after {
  height: 100%;
  top: 0;
}
.service-area.style-two .single-service-box:hover {
  transform: translateY(-30px);
}
.service-area.style-two .single-service-box:hover .service-title {
  color: #fff;
}
.service-area.style-two .single-service-box:hover .service-des {
  color: #fff;
}
.service-area.style-two .single-service-box:hover .service-icon {
  background: #5f4c9f;
}
.service-area.style-two .single-service-box:hover .service-icon img {
  filter: brightness(0) invert(1);
}
.service-area.style-two .single-service-box:hover .service-title::before {
  background: #fff;
}
/*
<!-- =====================================-->
<!-- Start solutek about Area style-two  -->
<!-- =====================================-->*/
.about-area.style-two {
  border-radius: 40px;
  margin: 0 50px;
  padding: 120px 0 120px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-area.style-two h5.section-sub-title {
  margin-left: 18px;
}
.about-area.style-two:before {
  display: none;
}
.about-area.style-two p.section-title-descr {
  width: 96%;
}
.about-area.style-two .about-shape {
  position: absolute;
  top: 0;
  left: -2px;
  z-index: -1;
}
.about-area.style-two .about-shape img {
  animation-name: float-bob6;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.about-area.style-two .about-thumbail {
  position: relative;
}
.about-area.style-two .about-thumb {
  position: relative;
  z-index: 1;
  margin-left: 72px;
}
.about-area.style-two .about-list-item ul li {
  list-style: none;
  font-size: 15px;
  line-height: 26px;
  text-transform: uppercase;
  color: #050a1e;
  font-weight: 400;
  border-bottom: 1px dashed rgba(122, 122, 122, 0.4);
  margin-bottom: 23px;
  padding-bottom: 15px;
}
.about-area.style-two .about-list-item ul li img {
  margin-right: 22px;
}
.about-area.style-two .about-section-content {
  margin-left: 100px;
}
.about-area.style-two .about-list-item {
  margin-top: 13px;
  margin-bottom: 48px;
}
.about-area.style-two .about-contact-box {
  display: inline-block;
}
.about-area.style-two .call-box {
  display: flex;
  align-items: center;
}
.about-area.style-two .about-contact {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  background-color: #ffffff;
  margin-right: 15px;
  transition: 0.5s;
}
.about-area.style-two .solutek-btn {
  display: inline-block;
  margin-right: 24px;
}
.about-area.style-two .about-contact-content h4 {
  font-size: 15px;
  line-height: 26px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
}
.about-area.style-two .about-contact-content p {
  font-size: 18px;
  text-transform: uppercase;
  color: #050a1e;
  font-weight: 500;
  margin: 0;
}
.about-area.style-two .solutek-btn a:hover {
  color: #fff;
}
/*
<!-- =====================================-->
<!--start solutek team Area style-two-->
<!-- =====================================-->*/
.team-area.style-two {
  padding: 110px 0 90px;
}
.team-area.style-two .section-title.text-center {
  margin-bottom: 52px;
}
.team-area.style-two .single-team-box {
  position: relative;
  margin-bottom: 30px;
}
.team-area.style-two .single-team-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: #050a1e;
  left: 0;
  right: 0;
  transition: 0.5s;
  border-radius: 20px 0 20px 20px;
}
.team-area.style-two .single-team-thumb::before {
  position: absolute;
  content: "";
  width: 115px;
  height: 3px;
  background-color: #050a1e;
  right: 0;
  top: -3px;
}
.team-area.style-two .single-team-thumb::after {
  position: absolute;
  content: "";
  width: 145px;
  height: 3px;
  background-color: #ecb91e;
  left: 46px;
  top: -3px;
}
.team-area.style-two .single-team-thumb img {
  width: 100%;
}
.team-area.style-two .team-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.team-area.style-two .team-inner-title {
  background-color: #ecb91e;
  border-radius: 20px 0 20px 20px;
  padding: 30px 0;
  opacity: 0;
  transition: 0.5s;
  transform: perspective(500px) rotateX(-90deg);
  transform-origin: 50% 0%;
  z-index: 9999;
}
.team-area.style-two .team-content h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 0;
}
.team-area.style-two .team-content h4 a {
  transition: 0.5s;
}
.team-area.style-two .team-content p {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0;
}
.team-area.style-two .team-social-icon {
  text-align: center;
  padding-top: 118px;
  transition: 0.5s;
  opacity: 0;
}
.team-area.style-two .team-social-icon ul li {
  list-style: none;
  display: inline-block;
  margin: 0 8px;
}
.team-area.style-two .team-social-icon ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  transition: 0.5s;
}
/*all hover team */
.team-area.style-two .single-team-box:hover::before {
  width: 100%;
  bottom: 0;
}
.team-area.style-two .single-team-box:hover .team-inner-title {
  opacity: 1;
}
.team-area.style-two .single-team-box:hover .team-inner-title {
  opacity: 1;
  transform: perspective(500px) rotateX(0deg);
}
.team-area.style-two .single-team-box:hover .team-social-icon {
  opacity: 1;
}
.team-area.style-two .team-social-icon ul li a:hover {
  color: #ecb91e;
  text-decoration: underline;
}
.team-area.style-two .team-content h4 a:hover {
  color: #fff;
}
.top-header-area {
  background-color: #050a1e;
  padding: 12px 0 12px 0;
}
.top-header-area .container-fluid {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 84% !important;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .top-header-area .container-fluid {
    max-width: 90% !important;
  }
}
.top-header-area .container-fluid .row.align-items-center {
  margin: auto;
  width: 100%;
  max-width: 100%;
}
.top-header-area .container-fluid div {
  padding: 0;
}
.header-info ul li {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  margin-right: 50px;
}
.header-info li.exam-gmail {
  margin-right: 43px;
}
.header-info ul li i {
  display: inline-block;
  color: #fff;
  margin-right: 8px;
}
.top-header-social-icon ul li {
  list-style: none;
}
.top-header-social-icon {
  text-align: right;
}
.top-header-social-icon ul li {
  display: inline-block;
  color: #fff;
}
.top-header-social-icon ul li i {
  color: #050a1e;
  display: inline-block;
  font-size: 14px;
  margin-left: 13px;
  transition: 0.5s;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  background-color: #ffffff;
  text-align: center;
}
.top-header-social-icon ul li i:hover {
  background-color: #ecb91e;
  color: #fff;
}
.solutek_nav_manu.style-three {
  padding: 15px 0 12px 0;
}
.solutek_nav_manu.style-three .header-menu-btn {
  text-align: right;
}
.solutek_nav_manu.style-three .sidebar-button {
  display: inline-block;
  margin-left: 30px;
}
.solutek_nav_manu.style-three .sidebar-button a {
  background-color: white;
  border-radius: 50px;
  color: #5f4c9f;
  font-size: 20px;
  height: 45px;
  padding: 12px 15px;
  width: 45px;
}
.solutek_nav_manu.style-three .sidebar-button a:hover {
  background-color: #ecb91e;
}
.solutek_nav_manu.style-three .solutek-btn {
  display: inline-block;
  margin-left: 18px;
}
.solutek_nav_manu.style-three .solutek-btn a:hover {
  color: #fff;
}
.hero-active .owl-next {
  font-size: 16px;
  line-height: 28px;
  color: #f4f4f4;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  position: absolute;
  bottom: 190px;
  left: 55px;
}
@media (max-width: 1800px) {
  .hero-active .owl-next {
    bottom: 100px;
  }
}
@media (max-width: 1279px) {
  .hero-active .owl-next {
    display: none;
  }
}
.hero-active {
  position: relative;
}
.hero-active .owl-prev::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 166px;
  background-image: linear-gradient(0deg, #ecb91e 0%, #05091d 100%);
  left: 13px;
  bottom: 200px;
}
.hero-active .owl-prev::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 166px;
  background-image: linear-gradient(0deg, #05091d 0%, #ecb91e 100%);
  left: 13px;
  bottom: 36px;
}
/*---=====================================================
  <!-- Start solutek our service section  -->
=========================================================---*/
.our-service-section {
  padding: 110px 0 170px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.our-service-section .service-box {
  position: relative;
}
.our-service-section .single-service-box {
  background: url(assets/images/home-3/ser-box-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 35px 30px 135px 30px;
  border: 2px solid #fff;
  position: relative;
  margin-bottom: 30px;
}
.our-service-section .service-icon {
  margin-bottom: 15px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  background-color: #ecb91e;
  text-align: center;
}
.our-service-section h4.service-title {
  font-size: 24px;
  color: #050a1e;
  font-weight: 600;
  transition: 0.5s;
  position: relative;
}
.our-service-section h4.service-title:hover {
  color: var(#ecb91e);
}
.our-service-section h4.service-title::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background-image: linear-gradient(270deg, #ffffff 0%, #ecb91e 100%);
  left: 0;
  bottom: -5px;
}
.our-service-section p.service-desc {
  font-size: 16px;
  line-height: 26px;
  color: #7a7a7a;
  padding-top: 18px;
}
.our-service-section .service-thumb {
  position: absolute;
  bottom: -80px;
  left: 28px;
}
.our-service-section .service-thumb img {
  width: 100%;
}
/*---=====================================================
  <!-- start solutek about section -->
=========================================================---*/
.about-section {
  padding: 120px 0 125px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.about-section .about-contact {
  margin-left: 80px;
}
.about-section .about-box-item {
  display: flex;
  gap: 45px;
  padding-bottom: 40px;
}
.about-item-list {
  margin-bottom: 46px;
}
.about-section .about-item-list ul li {
  list-style: none;
  margin-left: 54px;
  position: relative;
  margin-bottom: 20px;
}
.about-section .about-item-list ul li::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  background-image: linear-gradient(270deg, #ffffff 0%, #ecb91e 100%);
  left: -53px;
  top: 12px;
}
/*---=====================================================
   <!-- start solutek counter area -->
=========================================================---*/
.counter-area {
  position: relative;
  z-index: 1;
}
.counter-area .row.counter-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 63px 0 60px;
  border-radius: 50px 0 0 0;
}
.counter-area .counter-single-box {
  text-align: center;
  position: relative;
}
.counter-area .counter-single-box::before {
  position: absolute;
  content: "";
  opacity: 0.302;
  width: 2px;
  height: 90px;
  background-color: #ffffff;
  top: 0;
  right: -16px;
}
.counter-area .counter-content h4, .counter-content span {
  display: inline-block;
  font-size: 60px;
  line-height: 28px;
  color: #f4f4f4 !important;
  font-weight: 700;
}
.counter-area .counter-content p {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #f4f4f4;
  font-weight: 500;
  margin: 0;
}
.counter-area .counter-thumb {
  position: absolute;
  right: -17px;
  top: 0;
  bottom: 0;
}
.counter-area .counter-thumb img {
  width: 95%;
  height: 100%;
}
.case-studies-area {
  background-color: #050a1e;
  padding: 110px 0 65px;
}
.case-studies-box {
  border-radius: 25px;
  padding: 34px 80px;
  margin-bottom: 25px;
  background: linear-gradient(to bottom, #161A2B, #131729, #05091D);
}
.case-studies-content h4 a {
  font-size: 24px;
  line-height: 28px;
  color: #f4f4f4;
  font-weight: 600;
}
.case-studies-content h4 {
  font-size: 24px;
  color: #f4f4f4;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
}
.case-studies-content h4 a {
  display: inline-block;
  transition: 0.5s;
}
.case-studies-content h5 {
  font-size: 17px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ecb91e;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  margin-left: 60px;
  position: relative;
  padding-bottom: 163px;
}
.case-studies-content h5::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-image: linear-gradient(270deg, #15192b 0%, #ecb91e 100%);
  left: -60px;
  top: 12px;
}
.case-studies-content h5 a {
  display: inline-block;
  transition: 0.5s;
}
.case-studies-btn a {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  border-radius: 29px;
  background-color: #ecb91e;
  padding: 13px 40px;
  transition: 0.5s;
}
.case-studies-btn a:hover {
  background: #fff;
  color: #ecb91e;
}
.case-studies-single-box {
  transition: 0.5s;
}
.case-studies-thumb {
  position: relative;
}
.case-studies-single-box .case-studies-thumb img {
  width: 100%;
}
.case-studies-thumb::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(255, 60, 0, 0) 37%, rgba(255, 60, 0, 1) 100%);
  bottom: 0;
  right: 0;
  transition: 0.5s;
  border-radius: 30px;
}
.case-studie-content {
  position: absolute;
  bottom: 25px;
  left: 78px;
}
.case-studie-content h3 {
  font-size: 22px;
  line-height: 44px;
  color: #ffffff;
  font-weight: 600;
}
.case-studie-content h6 {
  font-size: 17px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ecb91e;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  margin-left: 60px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.case-studie-content h6::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-image: linear-gradient(270deg, #05091d 0%, #ecb91e 100%);
  left: -62px;
  top: 12px;
}
.case-studies-icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 28px;
  background-color: #ecb91e;
  text-align: center;
  transition: 0.5s;
  float: right;
  transform: translateY(-95px);
  margin-right: 85px;
}
.case-studies-icon i {
  color: #fff;
  font-size: 22px;
}
/* all hover case studies */
.case-studies-single-box:hover .case-studies-thumb::before {
  width: 100%;
  left: 0;
}
.case-studies-single-box:hover .case-studie-content h6 {
  color: #fff;
}
.case-studies-single-box:hover .case-studie-content h6::before {
  background-image: linear-gradient(270deg, #ecb91e 0%, #ffffff 100%);
}
.case-studies-single-box:hover .case-studies-icon {
  background: #050a1e;
}
/*---=====================================================
   <!--start solutek working proces area -->
=========================================================---*/
.working-proces-area {
  padding: 110px 0 90px;
}
.working-proces-area .section-title.text-center {
  margin-bottom: 62px;
}
.working-process-box {
  text-align: center;
  padding: 0 50px 0;
  position: relative;
  margin-bottom: 30px;
}
.working-process-box:before {
  background-repeat: no-repeat;
  background: url(assets/images/home-3/process-shpae1.png);
  content: "";
  height: 100%;
  left: -81px;
  position: absolute;
  top: 73px;
  width: 100%;
}
.working-process-box:after {
  background-repeat: no-repeat;
  background: url(assets/images/home-3/process-shape2.png);
  content: "";
  height: 100%;
  left: -81px;
  position: absolute;
  top: 73px;
  width: 100%;
}
.working-process-box.before-transprent:before {
  background: transparent;
}
.working-process-box.after-transprent:after {
  background: transparent;
}
.process-thumb {
  position: relative;
  margin-bottom: 40px;
}
.process-thumb:before {
  position: absolute;
  content: "";
  width: 240px;
  height: 240px;
  left: 36px;
  top: -13px;
  border: 2px dashed #ecb91e;
  border-radius: 50%;
  animation: rotateme 20s linear infinite;
}
.process-number span {
  position: absolute;
  z-index: 1;
  background-color: #ecb91e;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  height: 48px;
  left: 8%;
  line-height: 48px;
  text-align: center;
  top: 13%;
  transition: 0.5s;
  width: 48px;
}
.process-content h4 {
  margin: 20px 0 10px;
  transition: 0.5s;
  font-size: 20px;
  line-height: 36px;
  color: #050a1e;
  font-weight: 600;
}
.process-content p {
  font-size: 16px;
  line-height: 28px;
  color: #7a7a7a;
  font-weight: 400;
  text-align: center;
  transition: 0.5s;
}
.working-process-bottom p, .working-process-bottom p span {
  font-size: 17px;
  line-height: 50px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  text-align: center;
  padding-top: 28px;
}
.working-process-bottom p span {
  color: #ecb91e;
}
/*---=====================================================
   <!-- start solutek-faq Area style-two-->
=========================================================---*/
.faq-area.style-two {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0;
}
.faq-area.style-two .section-title.text-left {
  margin-bottom: 55px;
  padding-top: 115px;
}
.faq-area.style-two .faq-thumb {
  position: relative;
  right: -54px;
}
.faq-area.style-two .accordion li a {
  padding: 16px 20px 16px 30px;
  text-decoration: none;
  border-radius: 15px;
  border: 2px solid #ffffff;
  background: #f4f4f4;
}
.faq-area.style-two ul.accordion a.active span {
  color: var(#ecb91e) !important;
}
.faq-area.style-two .accordion li p {
  padding: 44px 20px 21px 25px;
}
.faq-area.style-two .accordion li {
  padding: 0 0 30px;
}
/*---=====================================================
   <!--solutek Breadcumb Area Css-->
=========================================================---*/
.breadcumb-area {
  padding: 230px 0 170px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin: -77px 0px 0 -16px;
}
.breadcumb-area.about {
  padding: 230px 0 170px;
}
.breadcumb-content {
  text-align: center;
}
.breadcumb-content h4 {
  font-size: 55px;
  line-height: 26px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
}
ul.breadcumb-list {
  margin-top: 24px;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 5px;
  background-color: #161a2b;
}
.breadcumb-content ul li {
  display: inline-block;
  margin: 0 6px;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #5f4c9f;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
}
li.list-arrow {
  color: #fff !important;
}
.breadcumb-content ul li a {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  cursor: pointer;
}
/* <!--==================================================-- */
/* <!--start solutek about us Area -- */
/* <!--==================================================--> */
.about-us-area {
  background: #fff;
  padding: 144px 0 95px;
  position: relative;
}
.about-us-area .section-title.text-left {
  margin-bottom: 10px;
}
.about-us-content {
  position: relative;
}
.about-us-list {
  margin-bottom: 53px;
}
.about-us-list ul li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}
.about-us-list ul li::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  background: #5f4c9f;
  left: 0;
  top: 5px;
  border-radius: 50%;
}
.about-us-list ul li span {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #050a1e;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  margin-left: 30px;
}
.single-counter-box {
  background-color: #f4f4f4;
  text-align: center;
  position: absolute;
  border-radius: 10px;
  right: 103px;
  top: 8px;
  padding: 65px 45px 30px;
}
.counter-icon {
  position: absolute;
  top: -38px;
  right: 0;
  left: 0;
}
.about-us-area .counter-content h4, .counter-content span {
  display: inline-block;
  font-size: 40px;
  line-height: 26px;
  color: #ecb91e;
  font-weight: 600;
}
.counter-content h4 span {
  display: inline-block;
}
.counter-content p {
  font-size: 17px;
  text-transform: uppercase;
  color: #7a7a7a;
}
.about-us-thumb {
  position: relative;
  z-index: 1;
}
.about-us-video-icon {
  background: #fff;
  display: inline-block;
  padding: 45px 30px 45px 60px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 1px;
  z-index: 0;
}
.about-us-video-icon a i {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  background: #5f4c9f;
  border-radius: 50%;
  padding: 10px;
}
.about-us-video-icon a i::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background: #050a1e;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  top: 33px;
  left: 48px;
  z-index: -1;
}
.about-us-video-icon a span {
  display: inline-block;
  font-size: 15px;
  text-decoration: underline;
  color: #ecb91e;
  padding-left: 30px;
}
.about2-us-shape {
  position: absolute;
  left: 20px;
  top: 170px;
  animation: bounceleft 4s linear infinite;
}
.about-us-shape {
  position: absolute;
  left: 45px;
  bottom: 0;
  animation: bounceleft 4s linear infinite;
}
.about-us-shape2 {
  position: absolute;
  right: 0;
  top: -6px;
}
/*---=====================================================
  <!-- start solutek project Area style-two -->
=========================================================---*/
.project-area.style-two {
  padding: 130px 0 88px;
  background: url(assets/images/inner/project-bg-3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 40px 40px 0 0;
  margin: 0 50px;
}
.project-area.style-two .row.project {
  padding: 0 260px 0;
}
/*---=====================================================
<!-- start solutek service Area style-two-->
=========================================================---*/
.sservice-area.style-two {
  padding: 120px 0 58px;
}
.sservice-area.style-two .single-service-box {
  padding: 0 0 38px;
  position: relative;
  background: #fff;
  border-radius: 15px;
  transition: 0.5s;
  overflow: hidden;
  margin-bottom: 30px;
}
.sservice-area.style-two .service-thumb {
  transition: 0.5s;
  transform: scale(1);
}
.sservice-area.style-two .service-thumb img {
  width: 100%;
}
.sservice-area.style-two .service-icon {
  margin-bottom: 33px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 33px;
  background-color: #ecb91e;
  text-align: center;
  position: absolute;
  left: 31px;
  top: 39%;
  transition: 0.5s;
}
.sservice-area.style-two .service-content {
  padding: 37px 10px 0 28px;
}
.sservice-area.style-two h3.service-title {
  font-size: 22px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  margin: 0;
  transition: 0.5s;
  cursor: pointer;
}
.sservice-area.style-two h3 .service-btn a {
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #ffff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.5s;
}
.sservice-area.style-two .service-btn i {
  display: inline-block;
  color: #ecb91e;
  background: #f4f4f4;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 11px;
  transition: 0.5s;
}
.sservice-area.style-two p.service-text {
  margin: 0;
  padding: 9px 0 23px;
  transition: 0.5s;
  color: #7a7a7a;
}
.sservice-area.style-two .services-shape {
  position: absolute;
  bottom: 27px;
  right: 30px;
  transition: 0.5s;
}
/* all hover */
.sservice-area.style-two .single-service-box:hover h3.service-title {
  color: #5f4c9f;
}
.sservice-area.style-two .single-service-box:hover .service-btn a {
  color: #5f4c9f;
}
.sservice-area.style-two .single-service-box:hover .service-btn i {
  background: #5f4c9f;
  color: #fff;
}
.sservice-area.style-two .single-service-box:hover .services-shape {
  filter: brightness(1) invert(0);
}
.sservice-area.style-two .single-service-box:hover .service-thumb {
  transform: scale(1.1);
}
/*---=====================================================
<!--start solutek team Area style-inner-->
=========================================================---*/
.team-area.style-inner {
  padding: 110px 0 90px;
  background-color: #f4f4f4;
}
.team-area.style-inner .section-title.text-center {
  margin-bottom: 52px;
}
.team-area.style-inner .single-team-box {
  position: relative;
  background: #fff;
  text-align: center;
  border-radius: 20px 0px 0px 0px;
  margin-bottom: 30px;
}
.team-area.style-inner .single-team-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: #050a1e;
  left: 0;
  right: 0;
  transition: 0.5s;
  border-radius: 20px 0 0px 0px;
}
.team-area.style-inner .single-team-box::after {
  position: absolute;
  content: "";
  width: 304px;
  height: 300px;
  background-image: url(assets/images/inner/team-shape.png);
  background-repeat: no-repeat;
  bottom: -150px;
  left: 0;
  border-radius: 100%;
}
.team-area.style-inner .single-team-thumb::before {
  position: absolute;
  content: "";
  width: 115px;
  height: 3px;
  background-color: #050a1e;
  right: 0;
  top: -3px;
}
.team-area.style-inner .single-team-thumb::after {
  position: absolute;
  content: "";
  width: 145px;
  height: 3px;
  background-color: #ecb91e;
  left: 46px;
  top: -3px;
}
.team-area.style-inner .single-team-thumb img {
  width: 73%;
  padding-top: 200px;
  z-index: 2;
  position: relative;
}
.team-area.style-inner .team-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.team-area.style-inner .team-inner-title {
  background-color: #ecb91e;
  border-radius: 20px 0 20px 20px;
  padding: 30px 0;
  transition: 0.5s;
}
.team-area.style-inner .team-content h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 0;
}
.team-area.style-inner .team-content h4 a {
  transition: 0.5s;
}
.team-area.style-inner li.list-line a {
  color: red !important;
  text-decoration: underline !important;
}
.team-area.style-inner .team-content p {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0;
}
.team-area.style-inner .team-social-icon {
  text-align: center;
  padding-top: 23px;
  transition: 0.5s;
}
.team-area.style-inner .team-social-icon ul li {
  list-style: none;
  display: inline-block;
  margin: 0 8px;
}
.team-area.style-inner .team-social-icon ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  text-transform: uppercase;
  color: #050a1e;
  transition: 0.5s;
}
/*all hover team */
.team-area.style-inner .single-team-box:hover::before {
  bottom: 0;
  width: 100%;
}
.team-area.style-inner .single-team-box:hover .team-social-icon ul li a {
  color: #fff;
}
/*---=====================================================
<!-- Start solutek Team Details Area-->
=========================================================---*/
.team-details-area {
  padding: 122px 0 88px;
  background: #f4f4f4;
}
.team-thumb img {
  width: 100%;
}
.team-details-area .team-member-title h4 {
  font-size: 36px;
  margin: 0;
}
.team-details-area p.desc {
  margin-top: 34px;
  margin-bottom: 45px;
}
.team-details-area .contact-info-box {
  background: #fff;
  padding: 29px 25px 27px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  gap: 11px;
}
.team-details-area .contact-info-icon i {
  display: inline-block;
  color: #5f4c9f;
  border: 2px solid #5f4c9f;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  font-size: 22px;
  transition: 0.5s;
}
.team-details-area .contact-info-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  transition: 0.5s;
}
.team-details-area .contact-info-content p {
  font-size: 26px;
  color: #5f4c9f;
  font-weight: 600;
  margin: 0;
  padding: 0;
  transition: 0.5s;
}
.team-details-area .team-details-social-icon ul li {
  font-size: 22px;
  color: #041424;
  font-weight: 600;
  margin-top: 49px;
  display: inline-block;
}
.team-details-area .team-details-social-icon ul li i {
  background: #e5e7e9;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #111;
  font-size: 14px;
  margin-left: 7px;
  transition: 0.5s;
}
.team-details-area .team-details-social-icon ul li i:hover {
  background: #5f4c9f;
  color: #fff;
}
.team-details-area .team-details-location-box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 46px;
}
.team-details-area .team-details-location-box .contact-info-content p {
  font-size: 17px;
  color: #7a7a7a;
  font-weight: 600;
  margin: 0;
  padding: 0;
  transition: 0.5s;
}
.team-details-area .team-details-skills {
  margin-top: 115px;
}
.team-details-area .team-details-skills h4 {
  font-size: 36px;
  margin: 0 0 49px;
}
.team-details-area .skill {
  margin-bottom: 38px;
  position: relative;
  overflow: hidden;
}
.team-details-area .contact_from_box {
  margin-top: 115px;
}
.team-details-area .form_box input {
  background: transparent;
}
.team-details-area .form_box input {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  border-radius: 15px;
  border: 1px solid rgba(122, 122, 122, 0.5);
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  line-height: 26px;
  margin-bottom: 21px;
  padding: 0 23px 0;
  transition: 0.5s;
  width: 100%;
}
.team-details-area .form_box textarea {
  background: transparent;
}
.team-details-area .form_box textarea {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  border-radius: 25px;
  border: 1px solid rgba(122, 122, 122, 0.5);
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
  height: 150px;
  line-height: 26px;
  margin-bottom: 22px;
  outline: 0;
  padding: 17px 23px 0;
  transition: 0.5s;
  width: 100%;
}
/*---=====================================================
   <!--solutek skill bar-->
=========================================================---*/
.skill {
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}
.skill > p {
  margin: 0 0 11px;
  font-size: 17px;
  color: #7a7a7a;
}
.skill:before {
  width: 85%;
  height: 7px;
  content: "";
  display: block;
  position: absolute;
  background: #d1dff9;
  bottom: 0;
  border-radius: 100px;
}
.skill-bar {
  width: 74% !important;
  height: 7px;
  background: #5f4c9f;
  display: block;
  position: relative;
  border-radius: 100px;
}
/* SKILL 1 */
.skill1 {
  width: 95%;
}
.skill-bar span {
  position: absolute;
  top: -40px;
  padding: 0;
  font-size: 18px;
  padding: 3px 0;
  font-weight: 500;
  color: #5f4c9f;
}
.skill-bar {
  position: relative;
}
.skill1 .skill-count1 {
  right: 0;
}
.skill2 .skill-count2 {
  right: 0;
}
/*---=====================================================
   <!--solutek skill bar-->
=========================================================---*/
.skill {
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}
.skill > p {
  margin: 0 0 11px;
  font-size: 17px;
  color: #7a7a7a;
}
.skill:before {
  width: 85%;
  height: 7px;
  content: "";
  display: block;
  position: absolute;
  background: #d1dff9;
  bottom: 0;
  border-radius: 100px;
}
.skill-bar {
  width: 74% !important;
  height: 7px;
  background: #5f4c9f;
  display: block;
  position: relative;
  border-radius: 100px;
}
/* SKILL 1 */
.skill1 {
  width: 95%;
}
.skill-bar span {
  position: absolute;
  top: -40px;
  padding: 0;
  font-size: 18px;
  padding: 3px 0;
  font-weight: 500;
  color: #5f4c9f;
}
.skill-bar {
  position: relative;
}
.skill1 .skill-count1 {
  right: 0;
}
.skill2 .skill-count2 {
  right: 0;
}
.services-details-thumb img {
  width: 100%;
}
.services-details-content {
  padding-top: 18px;
}
h4.services-details-title {
  margin-bottom: 10px;
  font-size: 28px;
  color: #050a1e;
  font-weight: 700;
}
p.services-details-desc {
  margin-top: 24px;
  font-size: 17px;
  color: #7a7a7a;
}
.service-details-content h4 {
  font-size: 24px;
  color: #050a1e;
  font-weight: 600;
}
.service-details-content p {
  font-size: 17px;
  color: #7a7a7a;
}
.service-details-list {
  padding-top: 12px;
}
.service-details-list li {
  list-style: none;
  font-size: 20px;
  line-height: 46px;
  color: #050a1e;
  font-weight: 500;
}
.service-details-list li i {
  color: #5f4c9f;
  margin-right: 12px;
}
.service-detalis-text-box, .service-details-icon-box {
  border-radius: 15px;
  border: 2px solid #fff;
  padding: 20px 36px 32px;
  margin-top: 28px;
}
.service-det-content h3 {
  font-size: 24px;
  line-height: 48px;
  color: #050a1e;
  font-weight: 600;
  margin: 40px 0 15px;
}
.service-details-icon-box {
  padding: 41px 36px 32px;
}
.services-details-area .tab_container {
  position: relative;
  margin-top: 95px;
}
.services-details-area .accordion li a {
  position: relative;
  z-index: 1;
  background: transparent;
  border-radius: 15px;
  border: 2px solid #fff;
  color: #ecb91e !important;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 0px 20px 0px 30px;
  width: 100%;
}
.services-details-area .accordion li a span {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  position: relative;
  z-index: 1;
  color: #050a1e;
  font-size: 18px;
  font-weight: 500;
  line-height: 66px;
  margin-left: 20px;
}
.services-details-area ul.accordion a.active {
  color: #fff !important;
  background: #050a1e !important;
}
.services-details-area ul.accordion a.active span {
  color: #fff !important;
  background: #050a1e !important;
}
.services-details-area .accordion li p {
  display: none;
  font-size: 16px;
  color: #7a7a7a;
  padding: 25px 0 10px 30px;
  margin: 0;
}
/*widget-sidber css*/
.widget-sidber {
  background-color: #f4f4f4;
  padding: 32px 41px 29px;
  margin-bottom: 27px;
  border: 2px solid #fff;
  border-radius: 20px !important;
}
.widget-sidber-content h4 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 46px;
  position: relative;
}
.widget-sidber-content h4:before {
  position: absolute;
  content: "";
  width: 29px;
  height: 2px;
  left: 0;
  bottom: -8px;
  background: #5f4c9f;
}
.widget-category ul li img {
  margin-right: 12px;
  transition: 0.5s;
}
.widget-category ul li a:hover img {
  filter: brightness(0) invert(1);
}
.widget-category ul li {
  list-style: none;
}
.widget-category ul li a {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  border: 2px solid #ffff;
  color: #001819;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 14px;
  padding: 14px 26px;
  text-transform: uppercase;
  transition: 0.5s;
  width: 100%;
}
.widget-category ul li a:hover {
  color: #fff;
}
.widget-category ul li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #ecb91e;
  z-index: -1;
  border-radius: 5px;
  transition: 0.5s;
}
.widget-category ul li a:hover:before {
  left: 0;
  width: 100%;
}
.widget-category ul li i {
  color: #050a1e;
  float: right;
  font-size: 17px;
  opacity: 0;
  transition: 0.5s;
}
.widget-category ul li a:hover i {
  opacity: 1;
  color: #fff;
}
.widget-sidber-download-button a {
  background: #00181a;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  margin-bottom: 18px;
  padding: 15px 23px;
  text-transform: uppercase;
  width: 100%;
}
.widget-sidber-download-button a.active {
  background: #ecb91e !important;
}
.widget-sidber-download-button i {
  color: #fff;
  display: inline-block;
  font-size: 22px;
  margin-right: 9px;
  position: relative;
  top: 3px;
}
.widget-sidber-download-button a.active i {
  color: #fff;
}
.widget-sidber-download-button span i {
  float: right;
  font-size: 16px;
}
.widget-sidber-download-button a.active span i {
  color: #fff;
}
/*sidber contact*/
.widget-sidber-contact-box {
  background: url(assets/images/inner/sidber-contact.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  padding: 48px 43px 48px;
}
p.widget-sidber-contact-text {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  padding: 25px 0 13px;
}
h3.widget-sidber-contact-number {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 14px;
}
span.widget-sidber-contact-gmail {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}
span.widget-sidber-contact-gmail i {
  display: inline-block;
  font-size: 17px;
  color: #5f4c9f;
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.widget-sidber-contact-btn a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  background: #5f4c9f;
  padding: 16px 98px 15px;
  border-radius: 5px;
  margin-top: 55px;
  transition: 0.5s;
  border: 2px solid #5f4c9f;
}
.widget-sidber-contact-btn a:hover {
  background: transparent;
  color: #5f4c9f;
}
.widget-sidber-contact-btn a i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-left: 3px;
}
/* widget search */
.widget-sidber {
  border-radius: 5px;
  background-color: #f4f4f4;
  padding: 32px 41px 29px;
  margin-bottom: 27px;
}
.widget_search form {
  position: relative;
}
.widget_search input {
  border-radius: 4px;
  padding-left: 20px !important;
  width: 100% !important;
  position: relative;
  color: #012549;
  outline: 0 !important;
}
button.icons {
  border: 0;
  font-size: 16px;
  position: absolute;
  right: 14px;
  top: 20px;
  color: #1e1e1e;
  background: transparent;
  opacity: 0.7;
}
/* recent post */
.sidber-widget-recent-post {
  margin-bottom: 27px;
  display: flex;
  align-items: center;
  gap: 19px;
}
.recent-widget-content a {
  transition: 0.5s;
  width: 95%;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  color: #050a1e;
  font-weight: 600;
}
.sidber-widget-recent-post:hover .recent-widget-content a {
  color: #ecb91e !important;
}
.recent-widget-content p {
  font-size: 14px;
  margin: 0;
  color: #5f4c9f;
}
/* widget tag */
.widget-catefories-tags a {
  display: inline-block;
  color: #101010;
  font-weight: 500;
  background: #fff;
  padding: 6px 19px;
  margin: 6px 3px;
  position: relative;
  z-index: 1;
  font-size: 15px;
}
.widget-catefories-tags a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #5f4c9f;
  transition: 0.5s;
  z-index: -1;
}
.widget-catefories-tags a:hover {
  color: #fff;
}
.widget-catefories-tags a:hover:before {
  left: 0;
  width: 100%;
}
/*---=====================================================
	<!-- Start solutek case study area css -->
=========================================================---*/
.case-study-area {
  padding: 100px 0 90px;
}
.case_study_nav {
  margin: 0 0 60px;
}
.case_study_menu {
  text-align: center;
}
.case_study_menu ul {
  background: #f4f4f4;
  display: inline-block;
  padding: 10px;
  border-radius: 15px;
}
.case_study_menu ul li {
  background: transparent;
  border: medium none;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: capitalize;
  padding: 14px 30px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin: 0 3px;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
}
.case_study_menu ul li:hover {
  color: #fff;
}
.case_study_menu ul li::before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: #5f4c9f;
  border-radius: 5px;
  clip-path: polygon(-1% 0, 0 0, -25% 104%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: -1;
}
.case_study_menu ul li:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}
.case_study_menu ul li:hover::before {
  width: 100%;
  z-index: -1;
}
li.current_menu_item {
  color: #fff !important;
  background: #ecb91e !important;
}
.case-study-single-box {
  margin-bottom: 85px;
  margin-right: 70px;
}
.case-study-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 35px 27px;
  border-radius: 20px !important;
  background-color: #f4f4f4;
  position: absolute;
  bottom: 30px;
  left: 90px;
  width: 84%;
  transition: 0.5s;
}
.case-study-thumb {
  position: relative;
}
.case-study-thumb img {
  width: 100%;
}
.case-study-title h5 {
  font-size: 16px;
  line-height: 26px;
  color: #ecb91e;
  font-weight: 400;
  margin: 0;
}
.case-study-title h3 {
  margin: 0;
  line-height: 44px;
}
.case-study-title h3 a {
  font-size: 22px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  transition: 0.5s;
}
.case-study-title h3 a:hover {
  color: #5f4c9f;
}
.case-study-icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 28px;
  background-color: #050a1e;
  text-align: center;
  transition: 0.5s;
}
.case-study-content:hover .case-study-icon {
  background: #5f4c9f;
}
.case-study-icon i {
  color: #ffffff;
  font-size: 26px;
}
/*---=====================================================
<!--start solutek project details area css -->
=========================================================---*/
.project-details-area {
  padding: 123px 0 93px;
  background: #f4f4f4;
}
.project-details-thumb img {
  width: 100%;
}
.row.project-box-info {
  border-radius: 25px;
  background-color: #ffffff;
  margin: 60px 0 68px;
  padding: 55px 0 15px;
}
.project-details-box p {
  font-size: 18px;
  color: #7a7a7a;
  margin: 0;
}
.project-details-box h6 {
  font-size: 24px;
  line-height: 46px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Fira Sans";
}
.project-details-box {
  padding-left: 96px;
  margin-bottom: 20px;
}
.project-details-content h4 {
  font-size: 30px;
  color: #050a1e;
  font-weight: 600;
}
p.project-details-desc {
  font-size: 17px;
  margin-bottom: 27px;
  width: 96%;
}
.project-details-content h3 {
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 54px;
}
.project-details-list-item h4 {
  font-size: 28px;
}
.project-details-list-item ul li {
  list-style: none;
  font-size: 17px;
  line-height: 39px;
}
.project-details-list-item ul li i {
  display: inline-block;
  color: #5f4c9f;
  font-size: 19px;
  margin-right: 11px;
  position: relative;
  top: 2px;
}
a.project-details-text {
  display: inline-block;
  font-size: 28px;
  line-height: 38px;
  color: #5f4c9f;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 19px;
}
.project-details-item-images img {
  width: 100%;
}
.widget-sidber-contact-btn a {
  padding: 16px 70px 15px;
}
/*---=====================================================
<!-- Start solutek blog Area css style-grid-->
=========================================================---*/
.blog-area.style-grid .single-blog-box {
  background: #fff;
  border-radius: 15px;
  padding: 25px 26px 36px;
  margin-bottom: 30px;
}
.blog-area.style-grid .blog-box-content {
  padding: 25px 20px 5px 10px;
}
.blog-area.style-grid .meta-blog a span {
  display: inline-block;
  font-size: 15px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
}
.blog-area.style-grid .meta-blog span i {
  display: inline-block;
  color: #ecb91e;
  margin-right: 15px;
}
.blog-area.style-grid .meta-blog p {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 0;
}
.blog-area.style-grid .meta-blog p span {
  display: inline-block;
  margin-right: 15px;
}
.blog-area.style-grid .blog-box-content h3 {
  margin: 0;
}
.blog-area.style-grid .blog-box-content h3 a {
  display: inline-block;
  font-size: 22px;
  line-height: 34px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  text-decoration: none;
  padding: 22px 0 34px;
  transition: 0.5s;
}
.blog-area.style-grid .blog-button a {
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  color: #050a1e;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  border-radius: 22px;
  padding: 10px 30px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(122, 122, 122, 0.25);
  transition: 0.5s;
}
.blog-area.style-grid .blog-button a i {
  margin-left: 10px;
}
.blog-area.style-grid .blog-button a::before {
  border-radius: 20px !important;
  background: #5f4c9f;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: 0.5s;
  width: 100%;
  z-index: -1;
}
/*---=====================================================
<!-- Start solutek blog details css-->
=========================================================---*/
.blog-details-thumb {
  overflow: hidden;
}
.blog-details-thumb img {
  width: 100%;
  transition: 0.5s;
}
.blog-details-thumb img:hover {
  transform: scale(1.2);
}
.blog-details-content {
  padding: 27px 36px 20px;
}
.blog-details-area .meta-blog span {
  display: inline-block;
  margin-right: 28px;
  font-weight: 500;
}
.blog-details-area span.mate-text {
  padding-left: 36px;
  position: relative;
}
.blog-details-area span.mate-text:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  left: 5px;
  top: 11px;
  background: #5f4c9f;
}
.blog-details-area .meta-blog i {
  display: inline-block;
  color: #5f4c9f;
  padding-right: 9px;
}
.blog-details-area .meta-blog img {
  margin-right: 8px;
  position: relative;
  top: -1px;
}
h4.blog-details-title {
  font-size: 32px;
  margin: 12px 0 19px;
}
p.blog-details-desc {
  font-size: 17px;
  margin-bottom: 25px;
}
.blog-details-author-talk {
  display: flex;
  gap: 26px;
  background: #f4f4f4;
  padding: 41px 51px 40px;
  margin-top: 48px;
  border-radius: 10px;
}
.blog-details-quote img {
  position: relative;
  top: 8px;
}
.blog-details-author-title p {
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
  color: #001819;
}
.blog-details-quote img {
  position: relative;
  top: 8px;
  color: #001819;
}
.blog-details-author-title span {
  margin-left: 58px;
  display: inline-block;
  color: #001819;
  position: relative;
}
.blog-details-author-title span:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: -58px;
  top: 12px;
  background: #5f4c9f;
}
h3.blog-details-title {
  font-size: 28px;
  margin: 54px 0 16px;
}
p.blog-details-desc.two {
  width: 95%;
}
.blog-details-list-item {
  margin-bottom: 40px;
}
.blog-details-list-item ul li {
  margin-bottom: 10px;
  font-size: 17px;
}
.blog-details-list-item ul li {
  list-style: none;
}
.blog-details-list-item ul li i {
  display: inline-block;
  color: #5f4c9f;
  font-size: 18px;
  margin-right: 16px;
}
h3.blog-details-title.two {
  font-size: 28px;
  margin: 38px 0 16px;
}
p.blog-details-desc.three {
  width: 100%;
}
.blog-details-socila-box {
  border: 1px solid #2222;
  border-top: transparent;
  padding: 19px 35px 18px;
  border-radius: 0 0 5px 5px;
}
.blog-details-category span a {
  display: inline-block;
  background: #f4f4f4;
  padding: 6px 16px;
  font-weight: 500;
  color: #001819;
  border-radius: 3px;
  margin-right: 7px;
  transition: 0.5s;
}
.blog-details-category span a:hover {
  background: #5f4c9f;
  color: #fff;
}
.blog-details-category span a.active-class {
  background: #5f4c9f;
  color: #fff;
}
.blog-details-social-icon {
  text-align: right;
}
.blog-details-social-icon ul li {
  display: inline-block;
}
.blog-details-social-icon ul li i {
  display: inline-block;
  background: #5f4c9f;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 13px;
  margin-left: 5px;
}
.blog-details-social-icon ul li:nth-child(2) i {
  background: #00aff5;
}
.blog-details-social-icon ul li:nth-child(3) i {
  background: #050a1e;
}
.blog-details-social-icon ul li:nth-child(4) i {
  background: #b7071c;
}
/* Comment CSS */
.single-comment-area {
  background: #f4f4f4;
  padding: 49px 41px 56px;
  margin-top: 61px;
  border-radius: 5px;
}
.blog-details-comment-title h4 {
  font-size: 28px;
  margin: 0 0 28px;
}
.blog-details-comment {
  margin-bottom: 19px;
  position: relative;
  border: 1px solid #22222214;
  padding: 29px 29px 25px;
}
.blog-details-comment.style-two {
  margin-left: 105px;
}
.blog-details-comment-thumb {
  float: left;
  margin-right: 30px;
}
.blog-details-comment-content {
  overflow: hidden;
}
.blog-details-comment-content h2 {
  font-size: 20px;
  margin-top: 0;
  display: inline-block;
  font-weight: 700;
  margin-right: 30px;
}
.blog-details-comment-content p {
  font-size: 15px;
  margin: 13px 0 0;
}
.blog-details-comment-reply {
  position: absolute;
  right: 22px;
  top: 21px;
}
.blog-details-comment-reply a {
  background: #5f4c9f;
  padding: 3px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
}
.blog-details-comment.reply {
  margin-left: 70px;
  padding-top: 35px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.blog-details-contact-title h4 {
  font-size: 23px;
  font-weight: 600;
  padding-bottom: 31px;
}
.blog-details-area .contact-input-box input {
  background: #fff;
  border: transparent;
  width: 100%;
  height: 60px;
  padding: 22px;
  outline: 0;
  margin-bottom: 11px;
}
.blog-details-area .contact-input-box textarea {
  background: #fff;
  border: transparent;
  width: 100%;
  height: 170px;
  padding: 12px 22px 0;
  outline: 0;
  margin-top: 11px;
  margin-bottom: 20px;
}
.input-check-box span {
  font-size: 15px;
  margin-left: 7px;
}
.blog-details-submi-button button {
  background: #5f4c9f;
  color: #fff;
  text-transform: uppercase;
  border: transparent;
  padding: 12px 26px;
  font-size: 15px;
  margin-top: 34px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 2px solid #5f4c9f;
  border-radius: 5px;
  font-weight: 500;
}
.blog-details-submi-button button:hover {
  color: #5f4c9f;
}
.blog-details-submi-button button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #fff;
  transition: 0.5s;
  z-index: -1;
  border-radius: 5px;
}
.blog-details-submi-button button:hover:before {
  left: 0;
  width: 100%;
}
/*---=====================================================
<!-- Start solutek google map area -->
=========================================================---*/
.google-map iframe {
  height: 600px;
  width: 100%;
}
/*---start-curser---*/
.curser {
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #5f4c9f;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: 0.1s;
}
.curser2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: #5f4c9f;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: 0.15s;
  animation: Ripple 1.6s ease-in-out infinite;
  -webkit-animation: Ripple 1.6s ease-in-out infinite;
  -moz-animation: Ripple 1.6s ease-in-out infinite;
}
/*
<!-- ============================================================== -->
<!-- solutek Scrollup Section -->
<!-- ============================================================== -->*/
.scroll-area {
  position: relative;
  z-index: 999;
}
.scroll-area .go-top {
  -moz-transition: all 0.9s ease-out 0s;
  -webkit-transition: all 0.9s ease-out 0s;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  position: fixed;
  right: 30px;
  text-align: center;
  top: 0;
  transition: all 0.9s ease-out 0s;
  visibility: hidden;
  width: 45px;
  z-index: 9999;
}
.scroll-area .go-top i {
  -moz-transition: all 0.5s ease-out 0s;
  -o-transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  font-size: 15px;
  left: -4px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-out 0s;
}
.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.scroll-area .go-top::before {
  -moz-transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  background-image: -ms-linear-gradient(0deg, #ffc704 0%, #ffc704 100%);
  background-image: linear-gradient(to right, #ffc704 0%, #ffc704 100%);
  border-radius: 100%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.scroll-area .go-top:focus, .scroll-area .go-top:hover {
  color: #fff;
}
.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.scroll-area .go-top.active {
  -moz-transform: translateY(-98%);
  -webkit-transform: translateY(-98%);
  border-radius: 0;
  border-radius: 100%;
  opacity: 1;
  right: 30px;
  top: 95%;
  transform: translateY(-98%);
  visibility: visible;
}
.top-wrap {
  position: relative;
}
.top-wrap .go-top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background: #5f4c9f;
}
.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}
.top-wrap .go-top-button::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 45px;
  height: 45px;
  animation: ripple 1.6s ease-out infinite;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -moz-animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background-image: -moz-linear-gradient(0deg, #ffc704 0%, #ffc704 100%);
  background-image: -webkit-linear-gradient(0deg, #ffc704 0%, #ffc704 100%);
  border-radius: 100%;
}
.top-wrap .go-top-button:hover {
  background-color: #222;
  color: #fff;
}
.scroll-area.home-two .top-wrap .go-top-button {
  background: #00aff5;
}
.scroll-area.home-two .top-wrap .go-top-button::after {
  background-image: -moz-linear-gradient(0deg, #00aff5 0%, #00aff5 100%);
  background-image: -webkit-linear-gradient(0deg, #00aff5 0%, #00aff5 100%);
}
@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
/*===========================
<-- solutek Loader Css -->
=============================*/
.loader-wrapper {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.8s 1s ease;
  width: 100%;
  z-index: 666;
}
.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #5f4c9f;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.loader:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #5f4c9f;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #ffff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*/ Here comes the Magic /*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 52%;
  height: 100%;
  background: #111;
  z-index: 2;
}
.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}
.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}
/*/ When page loaded /*/
.loaded .loder-section.left-section {
  left: -100%;
}
.loaded .loder-section.right-section {
  right: -100%;
}
.loaded .loader-wrapper {
  visibility: hidden;
}
.loaded .loader {
  top: -100%;
  opacity: 0;
}
/*===========================
<-- corporate Bounce Animation Css -->
=============================*/
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate-slow {
  animation-name: float-bob5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate-3 {
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: float-bob6;
  -moz-animation-timing-function: linear;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-name: float-bob6;
  -ms-animation-timing-function: linear;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-name: float-bob6;
  -o-animation-timing-function: linear;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-name: float-bob6;
  animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}
@keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}
@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@-webkit-keyframes float-bob6 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes float-bob6 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
/*--==============================================->
  <!-- corporate Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
  animation: dance3 8s alternate infinite;
}
@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1.2);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
  animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}
.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes watermark-animate {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes rotateIt2 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*rotateme animation*/
.rotateme {
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: rotateme;
  -webkit-animation-timing-function: linear;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-name: rotateme;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ripple-red */
.ripple {
  -webkit-animation: ripple-red 1s linear infinite;
  animation: ripple-red 1s linear infinite;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@-webkit-keyframes ripple-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(212, 90, 219, 0);
  }
}
@keyframes ripple-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(212, 90, 219, 0);
  }
}
/* scroll animation marquee */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.rotateme {
  animation: rotate-1 15s linear infinite;
}
@keyframes rotate-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*bounce-left-right-animation*/
@keyframes bounceleft {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
/* Start Accordion */
.cs_accordian_body {
  padding: 0px 60px 24px 24px;
  margin-top: -5px;
}
@media (max-width: 991px) {
  .cs_accordian_body {
    padding-bottom: 20px;
  }
}
.cs_accordian_body p {
  margin: 0;
}
.cs_accordian_head {
  padding: 18px 40px 18px 26px !important;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cs_accordian_head {
    padding: 20px 40px 20px 24px !important;
  }
}
.cs_accordian_head:hover {
  color: #5f4c9f;
}
.cs_accordian:not(:last-child) {
  margin-bottom: 18px;
}
.cs_accordian.active .cs_accordian_head {
  pointer-events: none;
}
.cs_accordian.active .cs_accordian_toggle {
  color: #5f4c9f;
}
.cs_accordian.active .cs_accordian_toggle i:first-child {
  opacity: 0;
}
.cs_accordian.active .cs_accordian_toggle i:last-child {
  opacity: 1;
}
.cs_accordian .cs_accordian_head:before {
  width: 3px;
  height: 16px;
  background: #5f4c9f;
  position: absolute;
  right: 32px;
  content: " ";
  top: 22px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
  border-radius: 30px;
}
.cs_accordian .cs_accordian_head:after {
  width: 16px;
  height: 3px;
  background: #5f4c9f;
  position: absolute;
  right: 26px;
  content: " ";
  top: 29px;
  transition: all 0.2s ease-in-out;
  border-radius: 30px;
}
.cs_accordian.active .cs_accordian_head:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #5f4c9f;
  z-index: -1;
}
.cs_accordian.active .cs_accordian_head:before {
  display: none;
}
.cs_accordian .cs_accordian_head {
  padding: 16px 20px 16px 30px;
  text-decoration: none;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.3019607843);
  border: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .cs_accordian .cs_accordian_head {
    padding: 16px 45px 16px 30px !important;
  }
}
.cs_accordian_body {
  padding: 44px 20px 31px 25px;
  color: #646464;
  background: #fff;
  border-radius: 0 0 15px 15px;
  line-height: 28px;
  position: relative;
  z-index: 1;
}
.cs_accordian.active .cs_accordian_head {
  background-color: #fff;
  border-radius: 15px 15px 0px 0px;
  border-radius: 15px;
  border: 2px solid #ffffff;
  padding: 16px 20px 16px 30px;
  text-decoration: none;
}
.cs_accordian .cs_accordian_head {
  position: relative;
  z-index: 1;
  color: #fff !important;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
}
.cs_accordian.active .cs_accordian_head {
  background: #fff;
}
.cs_accordian .cs_accordian_head span {
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #050a1e;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
}
.cs_accordian_body::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 92%;
  background: #ebebeb;
  left: 32px;
  top: 21px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F943-scss-default.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BACqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrBA%3BACiDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAALI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2DJ%3BAAAA%3BAAAA%3BAA9CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8CJ%3BAAAA%3BAAAA%3BAAtCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkCJ%3BAAAA%3BAAAA%3BAA1BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8BJ%3BAAAA%3BAAAA%3BAAtBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyGJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAiFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAALI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhPJ%3BAC2UA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADhVJ%3BACsVA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAD1YA%3BAC%2BYA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BADjZJ%3BACwZA%3BAAAA%3BAAAA%3BADxZA%3BAC6ZA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnaR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuaY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BADjnBA%3BACsnBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1YI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8YA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3bR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAubY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUpB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5wBA%3BACmxBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BADh3BJ%3BACu3BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAhzBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrFJ%3BAC64BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAprBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0rBQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAv3BR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA43BQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7vBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAD1SJ%3BACsiCQ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FzBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAm0BQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAApxBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAA8wBY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAlyBR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAkyBQ%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5gChB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8hCgB%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA37BZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAs7BgB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBZ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADzxCA%3BAC%2BxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvgCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAD1SJ%3BACizCI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD75CA%3BACy6CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzrCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAisCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAx9CR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2B9CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA71CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAw1CI%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAh1CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAu1CA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAnhDhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAohDY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAA7iDpB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAojDQ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAllDhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAslDgB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAhmDhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmmDoB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAjtDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2tDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3tDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BtDI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAYhB%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvxDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5CJ%3BAAAA%3BAC40DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1yDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgzDA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FqDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAA2qDQ%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7wDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAA6wDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7vDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiwDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvsDJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAysDI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzvDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAovDQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAv0DR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAu0DY%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3gEZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAugEgB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAv%2FDhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAw%2FDY%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA9uEhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAovEY%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAlkEZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAwkEI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAArpER%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAypEY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5rER%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAyrEQ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA10ER%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2B0EY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3oEZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAmoEgB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWpB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAZI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAjBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5wEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAApLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAq8EI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BADv%2FEA%3BACmgFI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtiFR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0jFY%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAj2EJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAy1EQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAz6EJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA46EQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAnmFZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0mFY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BADvsFR%3BAC8sFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAl%2FEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAs%2FEY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAlsFR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2sFQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3sFR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAktFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3vFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuwFA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAlqFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqqFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAD37FR%3BACk8FA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAj4FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA83FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3tFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BtFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAn6FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA26FA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3sFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAssFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BADzlGA%3BACkmGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3mGA%3BACmnGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhoGA%3BACyoGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaZ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5pGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkqGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA9vGhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2vGoB%3BAAAA%3BAAAA%3BAAYxB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7nGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAA8nGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAlzGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6zGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA9qGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAgrGA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAOR%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAjyGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADhOJ%3BAAAA%3BAAAA%3BACsgHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAD3zHA%3BACk0HI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAllHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqlHI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvjHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAojHI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAjrHR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADhOJ%3BACg5HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAArqHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwqHI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAznHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAknHQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA76HR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7EJ%3BAC8%2FHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD3lIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACqmIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5zIA%3BACq0IA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADr7IA%3BAC47IA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxuIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAouIJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BADl%2BIA%3BACy%2BIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAh2II%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAw2IA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADj0JA%3BAC00JA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD51JA%3BACi2JA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD13JA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC04JA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3iKA%3BACojKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADrkKA%3BAAAA%3BAAAA%3BAC4kKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAD5nKA%3BAAAA%3BAAAA%3BACmoKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5wKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAywKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAD%2FmLA%3BAConLA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA9kLJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAslLJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAD9uLA%3BACmvLA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BADn0LA%3BACw0LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADt4LA%3BAAAA%3BAAAA%3BAAAA%3BACu5LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADj%2BLA%3BAAAA%3BAAAA%3BAAAA%3BACy%2BLA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7jMA%3BAC6kMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADtmMA%3BAAAA%3BAAAA%3BAAAA%3BAC8mMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAD3uMA%3BAAAA%3BAAAA%3BAAAA%3BACmvMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADx1MA%3BACo2MA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnpMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAspMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3gNA%3BAAAA%3BAAAA%3BACwhNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAD3lNA%3BAAAA%3BAAAA%3BACkmNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9nNA%3BAAAA%3BAAAA%3BAC2oNA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAD51NA%3BACk2NA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD%2F2NA%3BAAAA%3BAAAA%3BACs3NA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BADl%2BNA%3BAAAA%3BAAAA%3BACy%2BNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD1gOA%3BAAAA%3BAAAA%3BACihOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjkOA%3BAAAA%3BAAAA%3BAC%2BkOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5tOA%3BAAAA%3BAAAA%3BACquOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAD%2FuOA%3BAAAA%3BAAAA%3BACsvOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADx0OA%3BACg1OA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADj2OA%3BAAAA%3BAAAA%3BACw2OA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADh%2BOA%3BAC4%2BOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADj%2FOA%3BAAAA%3BAAAA%3BACw%2FOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxoPA%3BAAAA%3BAAAA%3BAC2pPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlrPA%3BAC4rPA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADltPA%3BAAAA%3BAAAA%3BACytPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhvPA%3BAC0vPA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADh4PA%3BACy4PA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADjgQA%3BACsgQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FjQA%3BACwkQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5lQA%3BACwmQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7nQA%3BACooQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FpQA%3BAAAA%3BAAAA%3BACuqQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADlzQA%3BAAAA%3BAAAA%3BAC0zQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADh5QA%3BAAAA%3BAAAA%3BACu5QA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD59QA%3BAAAA%3BAAAA%3BAC6%2BQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADprRA%3BACyrRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAD5zRA%3BAAAA%3BAAAA%3BACo0RA%3BAAAA%3BAAAA%3BAAAA%3BADp0RA%3BAC00RA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADx1RA%3BAAAA%3BAAAA%3BAAAA%3BAC62RA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7hSJ%3BAAAA%3BAAAA%3BAC0iSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAD9mSJ%3BAConSA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BADlrSA%3BACwrSA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADpsSA%3BAAAA%3BAAAA%3BAC4sSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3lTJ%3BAAAA%3BAAAA%3BAAAA%3BACqmTA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzqTJ%3BACgrTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjsTJ%3BACwsTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvuTJ%3BACgvTA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlxTJ%3BACyxTA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpyTJ%3BAC2yTA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */