@charset "UTF-8";
/*
Theme Name: SSEMP Theme
*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    transition: font-size 120ms ease;
  }
}
.max-width {
  max-width: 1920px;
}
@media (min-width: 767px) {
  .max-width {
    margin-inline: 50px;
  }
}
@media (min-width: 1279px) {
  .max-width {
    margin-inline: 150px;
  }
  .max-width.margin-50px {
    margin-inline: 50px;
  }
}
@media (min-width: 2219px) {
  .max-width {
    margin-inline: auto;
  }
  .max-width.margin-50px {
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .padding-mobile {
    padding-inline: 20px;
    width: 100%;
  }
}
.logo, .menu-toggle {
  position: relative;
  z-index: 100;
}
.controls {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.controls .sm {
  display: flex;
  gap: 30px;
}
@media (min-width: 1024px) {
  .controls .sm {
    gap: 16px;
  }
}
@media (max-width: 1439px) {
  .controls .sm img {
    width: 34px;
    height: auto;
  }
}
@media (max-width: 1439px) {
  .controls {
    position: absolute;
    top: 85px;
    border-bottom: 0 none transparent;
  }
}
.text-zoom-controls button {
  background-color: transparent;
  border: none;
  color: #0046E4;
  font-size: 16px;
  font-weight: 700;
}
.text-zoom-controls button[data-zoom=down] {
  font-size: 14px;
}
.text-zoom-controls button[data-zoom=up] {
  font-size: 20px;
}
/* Add your custom CSS below this line */
:root {
  --font-zoom: 1;
  --black: #000000;
  --white: #FFFFFF;
  --yellow: #F8C301;
  --darkblue: #08142D;
  --grey: #E2E2E2;
  --blue: #0046E4;
  --red: #B8231E;
  --fs-13: calc(13px * var(--font-zoom));
  --fs-14: calc(14px * var(--font-zoom));
  --fs-15: calc(15px * var(--font-zoom));
  --fs-16: calc(16px * var(--font-zoom));
  --fs-18: calc(18px * var(--font-zoom));
  --fs-20: calc(20px * var(--font-zoom));
  --fs-24: calc(24px * var(--font-zoom));
  --fs-25: calc(25px * var(--font-zoom));
  --fs-32: calc(32px * var(--font-zoom));
  --fs-40: calc(40px * var(--font-zoom));
  --fs-48: calc(48px * var(--font-zoom));
  --fs-56: calc(56px * var(--font-zoom));
  --fs-64: calc(64px * var(--font-zoom));
}
h1 {
  font-size: var(--fs-48);
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 900;
  line-height: 1.05;
}
@media (min-width: 768px) {
  h1 {
    font-size: var(--fs-64);
  }
}
h2 {
  font-size: var(--fs-32);
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1.05;
}
@media (min-width: 768px) {
  h2 {
    font-size: var(--fs-40);
  }
}
h3 {
  font-size: var(--fs-24);
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1.05;
}
@media (min-width: 768px) {
  h3 {
    font-size: var(--fs-32);
  }
}
p {
  font-size: var(--fs-16);
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  p {
    font-size: var(--fs-20);
  }
}
img {
  max-width: 100%;
}
.image-block img {
  width: 100%;
  max-width: unset;
}
.font--yellow {
  color: var(--yellow);
}
.font--white {
  color: var(--white);
}
.font--darkblue {
  color: var(--darkblue);
}
.font--black {
  color: var(--black);
}
.bg-darkblue {
  background-color: var(--darkblue);
}
.bg-yellow {
  background-color: var(--yellow);
}
.bg-white-blue {
  background: linear-gradient(180deg, #FFFFFF 50%, var(--darkblue) 50%);
}
.bg-white {
  background-color: var(--white);
}
.bg-grey {
  background-color: var(--grey);
}
.margin-section {
  margin-block: 30px;
}
@media (min-width: 768px) {
  .margin-section {
    margin-block: 90px;
  }
}
.padding-section {
  padding-block: 30px;
}
@media (min-width: 768px) {
  .padding-section {
    padding-block: 90px;
  }
}
.front-page-header.padding-section {
  padding-block: 30px;
}
@media (min-width: 768px) {
  .front-page-header.padding-section {
    padding-block: 160px;
  }
}
.margin-section {
  margin-block: 30px;
}
@media (min-width: 768px) {
  .margin-section {
    margin-block: 90px;
  }
}
.swiper-button-next svg, .swiper-button-prev svg {
  display: none;
}
.swiper-button-next, .swiper-button-prev {
  all: unset;
  width: 90px !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
  background-color: var(--yellow);
  color: var(--darkblue);
  height: 90px;
  width: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .swiper-button-next::after, .swiper-button-prev::after {
    height: 50px;
    width: 50px;
    font-size: var(--fs-25);
    font-weight: bold;
  }
}
.cta-block {
  margin-top: 50px;
  display: flex;
}
.cta-block .cta {
  padding: 20px 30px;
  background-color: var(--yellow);
  border-radius: 0 10px 0 10px;
  text-decoration: none;
  cursor: pointer;
}
.cta-block .cta p {
  text-transform: uppercase;
  margin: 0;
}
.cta-block .cta p::after {
  background: linear-gradient(135deg, #f8c301 50%, #08142d 50%);
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .cta-block {
    justify-content: center;
  }
}
.wp-block-image .alignleft {
  margin: 0 8px 0 0 !important;
}
.wp-block-gallery {
  margin-block: 32px;
}
@media (min-width: 768px) {
  .wp-block-gallery {
    margin-block: 60px;
  }
}
.yellow-dot {
  background-color: var(--yellow);
  border-radius: 50%;
  height: 26px;
  width: 26px;
  display: inline-block;
  margin-right: 16px;
}
.card-block img {
  max-width: 100%;
  width: unset;
  height: auto;
}
a.arrow img {
  width: unset;
  max-width: 100%;
}
body .djacc-opened .djacc-popup.djacc--bottom-left .djacc__openbtn, body .djacc-opened .djacc-popup.djacc--bottom-right .djacc__openbtn, body .djacc-opened .djacc-popup.djacc--top-left .djacc__openbtn, body .djacc-opened .djacc-popup.djacc--top-right .djacc__openbtn, body .djacc-popup.djacc--bottom-left:hover .djacc__openbtn, body .djacc-popup.djacc--bottom-right:hover .djacc__openbtn, body .djacc-popup.djacc--top-left:hover .djacc__openbtn, body .djacc-popup.djacc--top-right:hover .djacc__openbtn {
  margin: 0 !important;
}
img.icon-64px {
  width: 64px;
  height: 64px;
}
@media (min-width: 768px) {
  .front-page-header.padding-section {
    padding-block: 160px 40px;
  }
}
@media (max-width: 768px) {
  .front-page-header.padding-section {
    padding-top: 50px;
  }
}
.front-page-header .header-wrapper {
  display: grid;
  gap: 30px;
}
@media (min-width: 1600px) {
  .front-page-header .header-wrapper h1 {
    font-size: var(--fs-56);
  }
}
@media (max-width: 1599px) {
  .front-page-header .header-wrapper h1 {
    font-size: var(--fs-48);
  }
}
.front-page-header .header-wrapper .text-block {
  grid-row: 2;
  display: grid;
  gap: 15px;
}
.front-page-header .header-wrapper .text-block .arrow {
  cursor: pointer;
}
.front-page-header .header-wrapper .image-block {
  grid-row: 1;
}
.front-page-header .header-wrapper .image-block img {
  max-width: 100%;
}
@media (min-width: 1279px) {
  .front-page-header .header-wrapper {
    grid-template-columns: 4fr 8fr;
    align-items: center;
    gap: 50px;
  }
  .front-page-header .header-wrapper .text-block {
    grid-row: unset;
  }
  .front-page-header .header-wrapper .image-block {
    grid-row: unset;
  }
}
.front-page-header .main-video {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
}
.front-page-support .content-wrapper .title-block {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.front-page-support .content-wrapper .title-block h2 {
  margin: 0;
}
.front-page-support .content-wrapper .title-block::before {
  content: "";
  background-color: var(--yellow);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.front-page-support .content-wrapper .card-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
.front-page-support .content-wrapper .card-block .card-1, .front-page-support .content-wrapper .card-block .card-2, .front-page-support .content-wrapper .card-block .card-3 {
  background-color: var(--yellow);
  padding-top: 80px;
  padding-bottom: 40px;
  padding-inline: 30px;
  display: grid;
  gap: 15px;
  border-radius: 0 30px 0 30px;
}
.front-page-support .content-wrapper .card-block .card-1 p, .front-page-support .content-wrapper .card-block .card-2 p, .front-page-support .content-wrapper .card-block .card-3 p {
  font-weight: 400;
}
@media (min-width: 1100px) {
  .front-page-support .content-wrapper .card-block {
    grid-template-columns: repeat(3, 1fr);
  }
}
.front-page-support .content-wrapper .cta-block {
  margin-top: 50px;
  display: flex;
}
.front-page-support .content-wrapper .cta-block .cta {
  padding: 20px 30px;
  background-color: var(--yellow);
  border-radius: 0 10px 0 10px;
  text-decoration: none;
  cursor: pointer;
}
.front-page-support .content-wrapper .cta-block .cta p {
  text-transform: uppercase;
  margin: 0;
}
.front-page-support .content-wrapper .cta-block .cta p::after {
  background: linear-gradient(135deg, #f8c301 50%, #08142d 50%);
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .front-page-support .content-wrapper .cta-block {
    justify-content: center;
  }
}
.front-page-offer {
  background: linear-gradient(180deg, #FFFFFF 70%, var(--darkblue) 30%);
}
.front-page-offer .content-wrapper {
  display: grid;
  justify-content: center;
  align-items: center;
}
.front-page-offer .content-wrapper .text-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-block: 30px;
  border-radius: 30px 0 0 30px;
}
.front-page-offer .content-wrapper .text-block .title-block {
  display: flex;
  align-items: center;
  gap: 15px;
}
.front-page-offer .content-wrapper .text-block .title-block h2 {
  margin: 0;
}
.front-page-offer .content-wrapper .text-block .title-block::before {
  content: "";
  background-color: var(--yellow);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.front-page-offer .content-wrapper .text-block .content-block {
  display: flex;
  gap: 30px;
}
.front-page-offer .content-wrapper .text-block .content-block .icon {
  flex: 0 0 auto;
}
.front-page-offer .content-wrapper .text-block .content-block p {
  font-weight: 400;
  margin: 0;
}
.front-page-offer .content-wrapper .image-block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.front-page-offer .content-wrapper .image-block img {
  width: 100%;
}
@media (min-width: 1100px) {
  .front-page-offer .content-wrapper {
    grid-template-columns: 6fr 6fr;
  }
  .front-page-offer .content-wrapper .text-block {
    padding-block: 100px;
    padding-inline: 70px;
    border-radius: 30px 0 0 30px;
  }
}
@media (min-width: 1100px) {
  .front-page-offer {
    background: linear-gradient(180deg, var(--darkblue) 100%);
  }
}
.news-page .title-block {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.news-page .title-block h2 {
  margin: 0;
}
.news-page .title-block::before {
  content: "";
  background-color: var(--yellow);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.front-page-swiper-entrepreneurs .content-wrapper .swiper-block {
  position: relative;
  background-color: var(--white);
  border-radius: 0 30px 0 30px;
}
.front-page-swiper-entrepreneurs .content-wrapper .swiper-block .swiper-button-next {
  right: -40px !important;
}
.front-page-swiper-entrepreneurs .content-wrapper .swiper-block .swiper-button-prev {
  left: -40px !important;
}
.front-page-swiper-entrepreneurs .content-wrapper .swiper-block .swiper-entrepreneurs {
  margin-inline: 5vw;
}
@media (max-width: 768px) {
  .front-page-swiper-entrepreneurs .content-wrapper .swiper-block .swiper-button-next {
    right: 30% !important;
    top: 100%;
  }
  .front-page-swiper-entrepreneurs .content-wrapper .swiper-block .swiper-button-prev {
    left: 30% !important;
    top: 100%;
  }
}
.front-page-swiper-entrepreneurs .content-wrapper .swiper-block .swiper-wrapper {
  align-items: center;
}
.front-page-swiper-entrepreneurs .content-wrapper .title-block {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.front-page-swiper-entrepreneurs .content-wrapper .title-block::before {
  content: "";
  background-color: var(--yellow);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .front-page-swiper-entrepreneurs {
    padding-bottom: 30px;
  }
}
.header-block {
  padding: 150px 0 20px 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.header-block h1 {
  margin: 0;
}
@media (min-width: 768px) {
  .header-block {
    padding: 300px 0 60px 0;
  }
}
.header-block .entry-meta {
  margin-top: 10px;
}
.header-block .entry-meta .date {
  color: #FFF;
  font-size: var(--fs-14);
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 768px) {
  .header-block .entry-meta .date {
    font-size: var(--fs-16);
  }
}
.header-block .post-categories a {
  padding: 8px 14px;
  background-color: var(--red);
  color: var(--white);
  font-size: var(--fs-18);
  font-weight: 700;
  border-radius: 30px;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 16px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .header-block .post-categories a {
    margin-bottom: 12px;
  }
}
.investment-zone-block {
  margin-bottom: 30px;
}
.investment-zone-block .content-wrapper {
  display: grid;
}
.investment-zone-block .content-wrapper .background-block {
  margin-inline: -20px;
}
.investment-zone-block .content-wrapper .front-block {
  margin-top: 30px;
  border-radius: 0 30px 0 0;
  display: grid;
  gap: 25px;
}
.investment-zone-block .content-wrapper .front-block .title-block {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.investment-zone-block .content-wrapper .front-block .title-block h2 {
  margin: 0;
}
.investment-zone-block .content-wrapper .front-block .title-block::before {
  content: "";
  background-color: var(--yellow);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.investment-zone-block .content-wrapper .front-block .text-block p {
  font-weight: 400;
}
@media (min-width: 1200px) {
  .investment-zone-block {
    margin-bottom: 90px;
  }
  .investment-zone-block .content-wrapper .background-block {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    z-index: 1;
    margin-inline: 0;
  }
  .investment-zone-block .content-wrapper .front-block {
    margin-top: 0;
    display: grid;
    padding-top: 60px;
    padding-right: 60px;
    margin-top: auto;
    width: 60%;
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    z-index: 2;
  }
}
.yellow-block-entrepreneurs .content-wrapper {
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 30px 0px 30px;
}
.yellow-block-entrepreneurs .content-wrapper p {
  width: 100%;
  font-size: var(--fs-20);
  font-weight: 400;
}
@media (min-width: 768px) {
  .yellow-block-entrepreneurs .content-wrapper p {
    font-size: var(--fs-32);
    width: 30%;
    padding: 50px 0;
    width: 70%;
  }
}
.grey-block-entrepreneurs .content-wrapper {
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0px 30px 0px 30px;
}
.grey-block-entrepreneurs .content-wrapper .text-block {
  width: 100%;
}
.grey-block-entrepreneurs .content-wrapper .text-block p {
  font-size: var(--fs-20);
  font-weight: 400;
}
.grey-block-entrepreneurs .content-wrapper .cta-block {
  margin-top: 20px;
}
.grey-block-entrepreneurs .content-wrapper .cta {
  font-size: var(--fs-16);
}
@media (min-width: 768px) {
  .grey-block-entrepreneurs .content-wrapper {
    padding: 50px 0;
  }
  .grey-block-entrepreneurs .content-wrapper .text-block {
    width: 70%;
  }
  .grey-block-entrepreneurs .content-wrapper .text-block p {
    font-size: var(--fs-24);
  }
  .grey-block-entrepreneurs .content-wrapper .cta {
    font-size: var(--fs-20);
  }
}
.white-card-entrepreneurs .content-wrapper .card-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
.white-card-entrepreneurs .content-wrapper .card-block .card-1, .white-card-entrepreneurs .content-wrapper .card-block .card-2, .white-card-entrepreneurs .content-wrapper .card-block .card-3 {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 40px;
  padding-inline: 30px;
  display: grid;
  gap: 15px;
  border-radius: 0 30px 0 30px;
}
.white-card-entrepreneurs .content-wrapper .card-block .card-1 p, .white-card-entrepreneurs .content-wrapper .card-block .card-2 p, .white-card-entrepreneurs .content-wrapper .card-block .card-3 p {
  font-weight: 400;
}
.white-card-entrepreneurs .content-wrapper .card-block .card-1 p a, .white-card-entrepreneurs .content-wrapper .card-block .card-2 p a, .white-card-entrepreneurs .content-wrapper .card-block .card-3 p a {
  color: #0046E4;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .white-card-entrepreneurs .content-wrapper .card-block {
    grid-template-columns: repeat(3, 1fr);
  }
  .white-card-entrepreneurs .content-wrapper .card-block .card-1, .white-card-entrepreneurs .content-wrapper .card-block .card-2, .white-card-entrepreneurs .content-wrapper .card-block .card-3 {
    padding-top: 120px;
  }
}
.discover-benefits-entrepreneurs .wrapper-sheet .title {
  text-align: center;
}
.discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .icon-wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--black);
  margin-top: 50px;
}
.discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .icon-wrapper .icons-open {
  cursor: pointer;
  color: var(--blue);
  font-size: var(--fs-20);
  border-bottom: 10px solid transparent;
  font-weight: 900;
  font-family: "Hanken Grotesk", sans-serif;
}
.discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .icon-wrapper .icons-open.open {
  color: var(--black);
  border-bottom: 10px solid var(--yellow);
}
.discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .icon-wrapper .icons-open .open-icon {
  padding: 15px 20px;
}
.discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .swiper-wrapper .hidden-text {
  font-size: var(--fs-14);
  font-weight: 400;
}
.discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .swiper-wrapper .hide-content-wrapper {
  display: grid;
}
.discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .swiper-wrapper .hide-content-wrapper .content-wrapper-benefits {
  margin-block: 30px;
}
.discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .swiper-wrapper .hide-content-wrapper .content-wrapper-benefits .card-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .swiper-wrapper .hide-content-wrapper .content-wrapper-benefits .card-block .card-1, .discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .swiper-wrapper .hide-content-wrapper .content-wrapper-benefits .card-block .card-2, .discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .swiper-wrapper .hide-content-wrapper .content-wrapper-benefits .card-block .card-3, .discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .swiper-wrapper .hide-content-wrapper .content-wrapper-benefits .card-block .card-4 {
  background-color: var(--white);
  padding-bottom: 30px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: baseline;
}
.discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .swiper-wrapper .hide-content-wrapper .content-wrapper-benefits .card-block .card-1 p, .discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .swiper-wrapper .hide-content-wrapper .content-wrapper-benefits .card-block .card-2 p, .discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .swiper-wrapper .hide-content-wrapper .content-wrapper-benefits .card-block .card-3 p, .discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .swiper-wrapper .hide-content-wrapper .content-wrapper-benefits .card-block .card-4 p {
  font-weight: 400;
}
.discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .swiper-wrapper .hide-content-wrapper .content-wrapper-benefits .card-block .card-1 p a, .discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .swiper-wrapper .hide-content-wrapper .content-wrapper-benefits .card-block .card-2 p a, .discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .swiper-wrapper .hide-content-wrapper .content-wrapper-benefits .card-block .card-3 p a, .discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .swiper-wrapper .hide-content-wrapper .content-wrapper-benefits .card-block .card-4 p a {
  color: #0046E4;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .swiper-wrapper .hide-content-wrapper .content-wrapper-benefits .card-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .icon-wrapper .icons-open {
    font-size: var(--fs-24);
  }
  .discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .icon-wrapper .icons-open .open-icon {
    padding: 10px 30px;
  }
  .discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .swiper-wrapper .hide-content-wrapper {
    grid-template-columns: 1fr 2fr;
  }
  .discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .swiper-wrapper .hide-content-wrapper .content-wrapper-benefits {
    margin-left: 30px;
  }
  .discover-benefits-entrepreneurs .wrapper-sheet .swiper-card .swiper-wrapper .hide-content-wrapper .content-wrapper-benefits .card-block {
    gap: 50px;
  }
}
.yellow-help-block-entrepreneurs .content-wrapper {
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0px 30px 0px 30px;
}
.yellow-help-block-entrepreneurs .content-wrapper .text-block {
  width: 100%;
}
.yellow-help-block-entrepreneurs .content-wrapper .text-block p {
  font-size: var(--fs-20);
  font-weight: 700;
}
.yellow-help-block-entrepreneurs .content-wrapper .cta-block {
  margin-top: 20px;
}
.yellow-help-block-entrepreneurs .content-wrapper .cta {
  font-size: var(--fs-16);
}
.yellow-help-block-entrepreneurs .content-wrapper .cta p::after {
  background: linear-gradient(135deg, #ffffff 50%, #08142d 50%);
}
@media (min-width: 768px) {
  .yellow-help-block-entrepreneurs .content-wrapper {
    padding: 50px 0;
  }
  .yellow-help-block-entrepreneurs .content-wrapper .text-block {
    width: 70%;
  }
  .yellow-help-block-entrepreneurs .content-wrapper .text-block p {
    font-size: var(--fs-32);
  }
  .yellow-help-block-entrepreneurs .content-wrapper .cta {
    font-size: var(--fs-20);
  }
}
.criteria-block-traders {
  padding-block: 30px;
}
.criteria-block-traders .content-wrapper {
  display: grid;
  gap: 30px;
}
@media (min-width: 768px) {
  .criteria-block-traders .content-wrapper {
    gap: 50px;
  }
}
.criteria-block-traders .content-wrapper .title-block {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.criteria-block-traders .content-wrapper .title-block h2 {
  margin: 0;
}
.criteria-block-traders .content-wrapper .title-block::before {
  content: "";
  background-color: var(--yellow);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.criteria-block-traders .content-wrapper .numbers-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 30px;
}
.criteria-block-traders .content-wrapper .numbers-wrapper .column-1 {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: space-between;
}
.criteria-block-traders .content-wrapper .numbers-wrapper .column-1 .text-1 {
  font-weight: 700;
}
.criteria-block-traders .content-wrapper .sector-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.criteria-block-traders .content-wrapper .sector-wrapper .font--black p {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.criteria-block-traders .content-wrapper .sector-wrapper a {
  text-decoration: none;
  color: var(--blue);
}
.criteria-block-traders .content-wrapper .text-sector {
  margin-bottom: 30px;
}
@media (min-width: 1100px) {
  .criteria-block-traders .content-wrapper .text-sector {
    margin-bottom: 60px;
  }
}
.criteria-block-traders .content-wrapper p {
  font-weight: 400;
  font-size: var(--fs-16);
}
.criteria-block-traders .content-wrapper .number {
  font-size: var(--fs-40);
}
.criteria-block-traders .content-wrapper .tax-wrapper {
  display: grid;
}
.criteria-block-traders .content-wrapper .background-block {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  z-index: 1;
}
.criteria-block-traders .content-wrapper .background-block img {
  width: 100%;
}
.criteria-block-traders .content-wrapper .text-block {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  z-index: 2;
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.criteria-block-traders .content-wrapper .text-block p {
  font-weight: 700;
  margin-bottom: 0;
}
.criteria-block-traders .content-wrapper .text-block h3 {
  font-size: var(--fs-40);
}
.criteria-block-traders .content-wrapper .text-block h3:first-of-type {
  margin-bottom: 20px;
}
@media (min-width: 1100px) {
  .criteria-block-traders .content-wrapper .text-block h3 {
    font-size: var(--fs-64);
  }
  .criteria-block-traders .content-wrapper .text-block h3:first-of-type {
    margin-bottom: 40px;
  }
}
.criteria-block-traders .content-wrapper .text {
  margin-bottom: 30px;
}
@media (min-width: 1100px) {
  .criteria-block-traders .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .criteria-block-traders .content-wrapper p {
    font-size: var(--fs-20);
  }
  .criteria-block-traders .content-wrapper .number {
    font-size: var(--fs-64);
  }
}
.more-than-investment-about {
  margin-block: 30px;
}
.more-than-investment-about .content-wrapper {
  display: grid;
}
.more-than-investment-about .content-wrapper .background-block {
  margin-inline: -20px;
}
.more-than-investment-about .content-wrapper .front-block {
  margin-top: 30px;
  display: grid;
  gap: 25px;
}
.more-than-investment-about .content-wrapper .front-block .title-block {
  display: flex;
  align-items: center;
  gap: 15px;
}
.more-than-investment-about .content-wrapper .front-block .title-block h2 {
  margin: 0;
}
.more-than-investment-about .content-wrapper .front-block .title-block::before {
  content: "";
  background-color: var(--yellow);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.more-than-investment-about .content-wrapper .front-block .text-block p {
  font-weight: 400;
}
@media (min-width: 1200px) {
  .more-than-investment-about {
    margin-block: 60px;
  }
  .more-than-investment-about .content-wrapper .background-block {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    z-index: 1;
    margin-inline: 0;
  }
  .more-than-investment-about .content-wrapper .background-block img {
    width: 100%;
  }
  .more-than-investment-about .content-wrapper .front-block {
    margin-top: 0;
    display: grid;
    margin-top: auto;
    width: 60%;
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    z-index: 2;
    padding: 60px;
    margin-left: auto;
  }
}
.activity-area-about .content-wrapper {
  border-radius: 0 30px 0 30px;
  padding-block: 30px;
  display: grid;
  gap: 30px;
}
.activity-area-about .content-wrapper .title-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}
.activity-area-about .content-wrapper .title-block h2 {
  margin: 0;
}
.activity-area-about .content-wrapper .title-block::before {
  content: "";
  background-color: var(--white);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.activity-area-about .content-wrapper > p {
  width: 70%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 620px) {
  .activity-area-about .content-wrapper > p {
    width: 100%;
    padding-inline: 30px;
  }
}
.activity-area-about .content-wrapper .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-direction: column;
}
.activity-area-about .content-wrapper .flex-wrapper .province {
  width: 70%;
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: var(--white);
  border-radius: 0 30px 0 30px;
  padding: 20px;
}
.activity-area-about .content-wrapper .flex-wrapper .province p {
  margin: 0;
}
.activity-area-about .content-wrapper .flex-wrapper .province .province-styling {
  width: 100%;
}
@media (max-width: 620px) {
  .activity-area-about .content-wrapper .flex-wrapper {
    gap: 20px;
  }
  .activity-area-about .content-wrapper .flex-wrapper .province {
    width: 90%;
  }
}
@media (min-width: 1100px) {
  .activity-area-about .content-wrapper .flex-wrapper {
    flex-direction: row;
  }
  .activity-area-about .content-wrapper .flex-wrapper .province {
    width: 300px;
  }
}
@media (min-width: 1100px) {
  .activity-area-about .content-wrapper {
    padding-block: 60px;
  }
}
.managment-team-about .content-wrapper {
  display: grid;
}
.managment-team-about .content-wrapper .image-block img {
  width: 100%;
}
.managment-team-about .content-wrapper .stuff {
  display: grid;
}
.managment-team-about .content-wrapper .stuff .mobile-hidden {
  display: none;
  font-weight: 400;
}
.managment-team-about .content-wrapper .stuff .person-wrapper {
  display: grid;
  gap: 20px;
}
.managment-team-about .content-wrapper .stuff .person-wrapper .person {
  display: flex;
  align-items: center;
  gap: 20px;
}
.managment-team-about .content-wrapper .stuff .person-wrapper .person img {
  width: auto;
}
.managment-team-about .content-wrapper .stuff .person-wrapper .person .name_role {
  display: grid;
}
.managment-team-about .content-wrapper .stuff .person-wrapper .person .name_role p {
  margin: 0;
  font-weight: 400;
}
.managment-team-about .content-wrapper .stuff .person-wrapper .person .name_role .person-name {
  font-weight: 700;
  font-size: var(--fs-24);
}
@media (min-width: 670px) {
  .managment-team-about .content-wrapper .stuff .person-wrapper {
    display: flex;
    gap: 20px;
  }
}
.managment-team-about .content-wrapper .title-block {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.managment-team-about .content-wrapper .title-block h2 {
  margin: 0;
}
.managment-team-about .content-wrapper .title-block::before {
  content: "";
  background-color: var(--yellow);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.managment-team-about .content-wrapper .mobile-hidden {
  display: none;
}
@media (min-width: 1200px) {
  .managment-team-about .content-wrapper {
    grid-template-columns: 2fr 1fr;
  }
  .managment-team-about .content-wrapper .stuff {
    grid-template-columns: 1fr 1fr;
  }
  .managment-team-about .content-wrapper .stuff .mobile-hidden {
    display: block;
  }
  .managment-team-about .content-wrapper .stuff .person-wrapper {
    display: grid;
    gap: 0;
    margin-left: 50px;
  }
  .managment-team-about .content-wrapper .text-wrapper {
    padding-right: 50px;
  }
  .managment-team-about .content-wrapper .desktop-hidden {
    display: none;
  }
  .managment-team-about .content-wrapper .mobile-hidden {
    display: block;
  }
}
.partners .title-block {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.partners .title-block h2 {
  margin: 0;
}
.partners .title-block::before {
  content: "";
  background-color: var(--yellow);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.partners .wrapper-sheet .left-side-content {
  width: 100%;
  /* Gdy otwarte – obrót strzałki w górę */
}
.partners .wrapper-sheet .left-side-content .title-block {
  border-bottom: 1px solid black;
  padding-bottom: 20px;
}
.partners .wrapper-sheet .left-side-content .title-block {
  position: relative;
  cursor: pointer;
  padding-right: 30px;
  /* miejsce na strzałkę */
}
.partners .wrapper-sheet .left-side-content .title-block::after {
  content: "";
  background-image: url("img/dropdown.png");
  /* strzałka w dół */
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 30px;
  right: 10px;
  top: 10px;
  transform: rotateX(0deg);
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
}
.partners .wrapper-sheet .left-side-content .title-block.open::after {
  transform: rotateX(180deg);
}
.partners .wrapper-sheet .left-side-content .left-text-top {
  font-weight: 700;
  font-size: var(--fs-20);
}
.partners .wrapper-sheet .left-side-content .swiper-card .icon-wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--black);
  margin-top: 50px;
}
.partners .wrapper-sheet .left-side-content .swiper-card .icon-wrapper .icons-open {
  cursor: pointer;
  color: var(--blue);
  font-size: var(--fs-20);
  border-bottom: 10px solid transparent;
  font-weight: 900;
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
}
.partners .wrapper-sheet .left-side-content .swiper-card .icon-wrapper .icons-open.open {
  color: var(--black);
  border-bottom: 10px solid var(--yellow);
}
.partners .wrapper-sheet .left-side-content .swiper-card .icon-wrapper .icons-open .open-icon {
  padding: 15px 20px;
}
.partners .wrapper-sheet .left-side-content .swiper-card .content-wrapper .card-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .partners .wrapper-sheet .left-side-content .swiper-card .content-wrapper .card-block {
    grid-template-columns: 1fr;
  }
}
.partners .wrapper-sheet .left-side-content .swiper-card .content-wrapper .card-block .card {
  padding: 30px;
  border-radius: 0 30px 0 30px;
  border: 1px solid transparent;
  display: grid;
  gap: 20px;
}
.partners .wrapper-sheet .left-side-content .swiper-card .content-wrapper .card-block .card img:not(.flag) {
  width: 50%;
  mix-blend-mode: multiply;
}
.partners .wrapper-sheet .left-side-content .swiper-card .content-wrapper .card-block .card p {
  font-weight: 400;
}
.partners .wrapper-sheet .left-side-content .swiper-card .content-wrapper .card-block .card a {
  text-decoration: none;
  color: var(--blue);
  padding-top: 10px;
  font-weight: 700;
}
.partners .wrapper-sheet .left-side-content .swiper-card .content-wrapper .card-block .card strong {
  padding-bottom: 10px;
}
.partners .wrapper-sheet .left-side-content .swiper-card .content-wrapper .card-block .card .flag-logo-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.partners .wrapper-sheet .left-side-content .swiper-card .content-wrapper .card-block .card .flag-logo-wrapper .flag {
  width: 38px;
  height: 38px;
}
.partners .wrapper-sheet .right-side-content .title-block {
  margin-top: 0px;
}
.partners .wrapper-sheet .right-side-content .right-content-wrapper {
  padding: 30px;
  border-radius: 0 30px 0 30px;
  border: 1px solid transparent;
  gap: 30px;
  display: grid;
}
.partners .wrapper-sheet .right-side-content .right-content-wrapper .right-text-top {
  font-size: var(--fs-20);
}
.partners .wrapper-sheet .right-side-content .right-content-wrapper .partners-info, .partners .wrapper-sheet .right-side-content .right-content-wrapper .partner-name {
  font-weight: 700;
  font-size: var(--fs-20);
}
.partners .wrapper-sheet .right-side-content .right-content-wrapper .partner-location {
  font-size: var(--fs-15);
  font-weight: 400;
}
.partners .wrapper-sheet .right-side-content .right-content-wrapper .partners-info-wrapper img {
  width: 70%;
}
@media (min-width: 1100px) {
  .partners .wrapper-sheet {
    display: flex;
  }
  .partners .wrapper-sheet .left-side-content {
    width: 70%;
    padding-right: 50px;
  }
  .partners .wrapper-sheet .left-side-content .title-block {
    margin-top: 60px;
  }
  .partners .wrapper-sheet .right-side-content {
    width: 30%;
  }
}
.education-heading .content-wrapper {
  display: grid;
}
.education-heading .content-wrapper p {
  font-weight: 400;
}
.education-heading .content-wrapper .image-block img {
  width: 100%;
}
@media (min-width: 1100px) {
  .education-heading .content-wrapper {
    grid-template-columns: 2fr 1fr;
  }
  .education-heading .content-wrapper .text-block {
    padding-right: 50px;
  }
}
.collaboration-form .content-wrapper {
  display: grid;
}
.collaboration-form .content-wrapper p {
  font-weight: 400;
}
.collaboration-form .content-wrapper .image-block {
  order: 1;
}
.collaboration-form .content-wrapper .image-block img {
  width: 100%;
}
.collaboration-form .content-wrapper .text-block {
  order: 2;
}
.collaboration-form .content-wrapper .text-block .title-block {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.collaboration-form .content-wrapper .text-block .title-block h2 {
  margin: 0;
}
.collaboration-form .content-wrapper .text-block .title-block::before {
  content: "";
  background-color: var(--yellow);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
@media (min-width: 1100px) {
  .collaboration-form .content-wrapper {
    grid-template-columns: 1fr 2fr;
  }
  .collaboration-form .content-wrapper .text-block {
    padding-left: 50px;
  }
  .collaboration-form .content-wrapper .text-block li {
    font-size: var(--fs-20);
  }
}
.partner-institutions .content-wrapper {
  display: grid;
}
.partner-institutions .content-wrapper p {
  font-weight: 400;
}
.partner-institutions .content-wrapper .image-block img {
  width: 100%;
}
.partner-institutions .content-wrapper .text-block .title-block {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.partner-institutions .content-wrapper .text-block .title-block h2 {
  margin: 0;
}
.partner-institutions .content-wrapper .text-block .title-block::before {
  content: "";
  background-color: var(--yellow);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.partner-institutions .content-wrapper .content-wrapper-cta {
  text-align: center;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0px 30px 0px 30px;
}
.partner-institutions .content-wrapper .content-wrapper-cta .text-block {
  width: 100%;
}
.partner-institutions .content-wrapper .content-wrapper-cta .text-block p {
  font-size: var(--fs-16);
  font-weight: 400;
  margin-top: 10px;
}
.partner-institutions .content-wrapper .content-wrapper-cta .cta-block {
  margin-top: 20px;
  flex-direction: column;
  gap: 20px;
}
.partner-institutions .content-wrapper .content-wrapper-cta .cta-block a p {
  font-weight: 700 !important;
}
.partner-institutions .content-wrapper .content-wrapper-cta .cta-block .cta {
  font-size: var(--fs-16);
}
.partner-institutions .content-wrapper .content-wrapper-cta .cta-block .cta p::after {
  background: linear-gradient(135deg, #ffffff 50%, #08142d 50%);
}
@media (min-width: 768px) {
  .partner-institutions .content-wrapper .content-wrapper-cta {
    padding: 50px 0;
  }
  .partner-institutions .content-wrapper .content-wrapper-cta .text-block {
    width: 90%;
  }
  .partner-institutions .content-wrapper .content-wrapper-cta .text-block p {
    font-size: var(--fs-20);
    margin-top: 30px;
  }
  .partner-institutions .content-wrapper .content-wrapper-cta .cta-block {
    gap: 30px;
    flex-direction: row;
  }
  .partner-institutions .content-wrapper .content-wrapper-cta .cta {
    font-size: var(--fs-20);
  }
}
@media (min-width: 1100px) {
  .partner-institutions .content-wrapper {
    grid-template-columns: 1fr 2fr;
  }
  .partner-institutions .content-wrapper .text-block li {
    font-size: var(--fs-20);
  }
  .partner-institutions .content-wrapper .content-wrapper-cta {
    margin-left: 50px;
  }
}
@media (min-width: 768px) {
  .document-block ul li {
    font-size: var(--fs-20);
  }
}
.document-block .content-wrapper {
  display: grid;
}
.document-block .top-text {
  font-size: var(--fs-16);
  font-weight: 700;
}
.document-block .documents-wrapper {
  display: grid;
}
.document-block .title-block {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.document-block .title-block h2 {
  margin: 0;
}
.document-block .title-block::before {
  content: "";
  background-color: var(--yellow);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.document-block .text-section p {
  font-weight: 400;
  margin: 0;
  margin-top: 15px;
}
.document-block .text-section a {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.document-block .text-section li {
  font-size: var(--fs-16);
}
.document-block .text-section ol {
  padding-left: 20px;
}
.document-block .acts-documents .text-section a {
  padding-left: 0;
}
.document-block .acts-documents .cta-block .cta {
  border: none;
}
.document-block .act-block {
  align-content: baseline;
  margin-top: 30px;
}
.document-block .act-block .custon-link-text {
  margin-bottom: 10px;
}
.document-block .act-block .custon-link-text h3, .document-block .act-block .custon-link-text .h4 {
  font-size: var(--fs-32) !important;
  font-weight: 700 !important;
}
.document-block .instruction-block .title-block {
  margin-top: 30px;
}
.document-block .instruction-block .right-content-wrapper {
  padding: 30px;
  border-radius: 0 30px 0 30px;
  border: 1px solid transparent;
  gap: 30px;
  display: grid;
}
.document-block .instruction-block .right-content-wrapper .right-text-top {
  font-size: var(--fs-16);
}
.document-block .instruction-block .right-content-wrapper .right-text-top h3 {
  font-size: var(--fs-20);
}
.document-block .instruction-block .right-content-wrapper .right-text-top p {
  font-weight: 400;
}
@media (min-width: 1100px) {
  .document-block .content-wrapper {
    grid-template-columns: 2fr 1fr;
  }
  .document-block .top-text {
    font-size: var(--fs-20);
  }
  .document-block .documents-wrapper {
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--black);
    padding-top: 80px;
    margin-top: 60px;
    gap: 15px;
  }
  .document-block .acts-documents {
    border-top: 1px solid var(--black);
    padding-top: 80px;
    margin-top: 60px;
  }
  .document-block .acts-documents .text-section a {
    padding-left: 0;
  }
  .document-block .grid-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .document-block .act-block {
    margin-top: 30px;
    display: grid;
  }
  .document-block .act-block .custon-link-text h3, .document-block .act-block .custon-link-text .h4 {
    font-size: var(--fs-32) !important;
    font-weight: 700 !important;
  }
  .document-block .act-block .custom-link {
    margin-top: 10px;
  }
  .document-block .text-section a, .document-block .text-section p, .document-block .text-section li {
    font-size: var(--fs-20);
  }
  .document-block .instruction-block {
    margin-left: 50px;
  }
  .document-block .instruction-block .title-block {
    margin-top: 0px;
  }
  .document-block .instruction-block .right-content-wrapper .right-text-top p {
    font-size: var(--fs-20);
  }
  .document-block .instruction-block .right-content-wrapper .right-text-top h3 {
    font-size: var(--fs-24);
  }
}
.contact-page {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .contact-page {
    padding-top: 56px;
  }
}
@media (min-width: 768px) {
  .contact-page .two-columns-desktop {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
  }
}
.contact-page h2 {
  margin-bottom: 20px;
}
.contact-page .address-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  margin-block: 30px 20px;
}
@media (min-width: 480px) {
  .contact-page .address-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
.contact-page .address-container .address-content p {
  font-weight: 400;
}
.contact-page .address-container .address-content strong {
  font-size: var(--fs-20);
}
@media (min-width: 768px) {
  .contact-page .address-container .address-content strong {
    font-size: var(--fs-24);
  }
}
@media (max-width: 768px) {
  .contact-page .map {
    margin-inline: -20px;
  }
}
@media (min-width: 768px) {
  .contact-page .map {
    margin-block: 60px;
  }
}
.contact-page .map img {
  width: 100%;
  height: 454px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .contact-page .map img {
    height: auto;
  }
}
.contact-page .contact-info .contact-person {
  margin-top: 30px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.contact-page .contact-info .contact-person a {
  color: #0046E4;
  font-size: var(--fs-24);
  font-weight: 700;
  text-decoration: none;
}
.contact-page .label-small {
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: normal;
  display: block;
}
.rrog-page .rrog-welcome {
  margin-block: 30px;
  max-width: 1000px;
}
@media (min-width: 768px) {
  .rrog-page .rrog-welcome {
    margin-block: 60px;
  }
}
.rrog-page .rrog-presidium-container {
  margin-block: 20px 30px;
}
@media (min-width: 768px) {
  .rrog-page .rrog-presidium-container {
    margin-block: 30px 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .rrog-page .rrog-presidium-container .presidium-member:not(:last-child) {
    margin-bottom: 30px;
  }
}
.rrog-page .rrog-presidium-container .presidium-member .member-image {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .rrog-page .rrog-presidium-container .presidium-member .member-image {
    margin-bottom: 25px;
  }
}
.rrog-page .rrog-presidium-container .presidium-member .member-image img {
  width: 107px;
  height: 107px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}
@media (min-width: 768px) {
  .rrog-page .rrog-presidium-container .presidium-member .member-image img {
    width: 137px;
    height: 137px;
  }
}
.rrog-page .rrog-presidium-container .presidium-member .member-info {
  max-width: 370px;
}
.rrog-page .rrog-presidium-container .presidium-member .member-info p {
  margin: 0;
}
.rrog-page .rrog-presidium-container .presidium-member .member-info .name {
  font-size: var(--fs-20);
  font-weight: 700;
}
@media (min-width: 768px) {
  .rrog-page .rrog-presidium-container .presidium-member .member-info .name {
    font-size: var(--fs-24);
  }
}
.rrog-page .rrog-presidium-container .presidium-member .member-info .member-role, .rrog-page .rrog-presidium-container .presidium-member .member-info .member-public-role {
  font-size: var(--fs-16);
  font-weight: 400;
}
@media (min-width: 768px) {
  .rrog-page .rrog-presidium-container .presidium-member .member-info .member-role, .rrog-page .rrog-presidium-container .presidium-member .member-info .member-public-role {
    font-size: var(--fs-20);
  }
}
.locations-bar {
  padding-block: 32px;
}
@media (min-width: 768px) {
  .locations-bar {
    padding-block: 50px;
  }
}
.locations-bar h2 {
  display: flex;
  align-items: center;
}
.locations-bar .content {
  font-size: var(--fs-16);
}
@media (min-width: 768px) {
  .locations-bar .content {
    font-size: var(--fs-20);
  }
}
.locations-bar .two-columns {
  display: flex;
}
@media (max-width: 768px) {
  .locations-bar .two-columns {
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .locations-bar .two-columns {
    align-items: center;
    gap: 50px;
  }
}
.downloads {
  margin-block: 30px;
}
.downloads .act-block {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .downloads {
    margin-block: 60px;
  }
}
.downloads h2 {
  margin-bottom: 30px;
}
.downloads p {
  font-weight: 400;
}
.downloads .custom-link {
  font-weight: 700;
  font-size: var(--fs-18);
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 768px) {
  .downloads .custom-link {
    font-size: var(--fs-20);
  }
}
.posts-list {
  display: flex;
  gap: 20px;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 480px) {
  .posts-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
}
@media (min-width: 1024px) {
  .posts-list {
    gap: 50px;
  }
}
.single-post-card {
  border-radius: 0 30px 0 30px;
  background-color: var(--white);
}
.single-post-card .post-thumbnail {
  width: 100%;
  height: 240px;
  display: block;
}
.single-post-card .post-thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 240px;
  border-radius: 0 30px 0 0;
  object-position: top;
}
.single-post-card .post-content {
  padding: 34px 50px 20px 50px;
  position: relative;
}
@media (min-width: 768px) {
  .single-post-card .post-content {
    padding: 34px 30px 34px 30px;
  }
}
.single-post-card .post-content h2 {
  font-size: var(--fs-20);
  font-weight: 700;
  margin-block: 7px 16px;
  line-height: normal;
}
@media (min-width: 768px) {
  .single-post-card .post-content h2 {
    font-size: var(--fs-24);
  }
}
.single-post-card .post-content h2 a {
  color: var(--black);
  text-decoration: none;
}
.single-post-card .post-content .entry-excerpt p {
  font-size: var(--fs-16);
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  line-height: normal;
  margin-bottom: 0;
  word-break: normal;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .single-post-card .post-content .entry-excerpt p {
    font-size: var(--fs-20);
  }
}
.single-post-card .post-content .entry-meta {
  font-size: var(--fs-13);
}
@media (min-width: 768px) {
  .single-post-card .post-content .entry-meta {
    font-size: var(--fs-14);
  }
}
.single-post-card .post-content .category {
  padding: 8px 14px;
  background-color: var(--red);
  color: var(--white);
  font-size: var(--fs-18);
  font-weight: 700;
  position: absolute;
  top: 0;
  translate: 0 -50%;
  border-radius: 30px;
}
.single-post {
  max-width: 1068px;
  margin: 0 auto;
  padding: 30px 20px 20px;
}
@media (min-width: 768px) {
  .single-post {
    padding: 64px 20px 75px;
  }
}
.single-post p {
  font-weight: 400;
}
.single-post a {
  color: var(--blue);
  font-weight: 400;
  text-decoration-line: underline;
}
.single-post a.wp-block-file__button {
  color: #fff;
  text-decoration: none;
  text-decoration: none;
}
.related-posts .yellow-dot {
  background-color: var(--yellow);
  border-radius: 50%;
  height: 26px;
  width: 26px;
  display: inline-block;
  margin-right: 16px;
}
.related-posts h2 {
  margin-bottom: 20px;
  font-size: var(--fs-32);
}
@media (min-width: 768px) {
  .related-posts h2 {
    margin-bottom: 35px;
    font-size: var(--fs-40);
  }
}
header {
  position: fixed;
  background-color: var(--white);
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  padding: 25px 20px;
  display: flex;
  justify-content: space-between;
  /* Sam select */
}
@media (min-width: 768px) {
  header {
    padding: 20px 49px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  header .logo img {
    width: 204px;
    height: auto;
  }
}
@media (max-width: 1439px) {
  header .menu-container {
    display: none;
  }
}
@media (min-width: 1440px) {
  header .menu-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  header .main-nav {
    display: flex;
    align-items: flex-end;
  }
  header .main-nav ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 18px;
  }
  header .main-nav ul.menu li a {
    color: var(--blue);
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    font-size: var(--fs-15);
  }
}
@media (min-width: 1440px) and (min-width: 768px) {
  header .main-nav ul.menu li a {
    font-size: var(--fs-16);
    height: 48px;
    display: inline-flex;
    align-items: center;
  }
}
header .menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 38px;
  height: 26px;
  cursor: pointer;
}
header .menu-toggle span {
  display: block;
  height: 3px;
  background-color: var(--blue);
  border-radius: 2px;
}
@media (min-width: 1440px) {
  header .menu-toggle {
    display: none;
  }
}
header .language-switcher {
  display: inline-block;
  position: relative;
}
header .language-switcher select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 4px 20px 4px 12px;
  /* miejsce na strzałkę po prawej */
  border: 0 none transparent;
  /* “pigułka” */
  background-color: #fff;
  /* Własna strzałka jako tło */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M1 1L6 6L11 1" stroke="black"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 14px;
  color: #0046E4;
  font-size: var(--fs-16);
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}
header .language-switcher select:focus {
  outline: none;
  border-color: #3b82f6;
}
header .language-switcher option {
  color: #0046E4;
  font-size: var(--fs-16);
  font-weight: 700;
  text-transform: uppercase;
  /* kolor tekstu w opcjach */
}
@media (max-width: 1439px) {
  header .menu-container {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100dvh;
    left: 0;
    right: 0;
    display: flex;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    translate: 0 -150vh;
    transition: translate 0.3s ease-in-out;
  }
  header .menu-container .main-nav {
    position: absolute;
    top: 130px;
    height: calc(100dvh - 130px);
    bottom: 0;
    overflow: scroll;
    width: 100%;
  }
  header .menu-container.show {
    translate: 0;
    transition: translate 0.3s ease-in-out;
  }
  header .menu-container ul {
    list-style: none;
    overflow: scroll;
  }
  header .menu-container ul li {
    padding: 8px;
  }
  header .menu-container ul li a {
    color: var(--blue);
    font-size: var(--fs-32);
    text-decoration: none;
    font-weight: 500;
  }
  .language-switcher {
    display: none !important;
  }
}
body.no-scroll {
  overflow: hidden;
}
footer {
  text-align: center;
  padding-block: 40px;
  background-color: var(--white);
  color: #000;
  font-size: var(--fs-14);
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 1440px) {
  footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 27px;
    padding-bottom: 60px;
  }
}
footer .address a {
  color: inherit;
  text-decoration: none;
}
footer .address a:hover {
  text-decoration: underline;
}
@media (min-width: 1280px) {
  footer .address {
    text-align: left;
  }
}
@media (min-width: 1440px) {
  footer .copyright {
    text-align: right;
    max-width: 370px;
    margin-left: auto;
  }
}
footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1440px) {
  footer .footer-menu {
    flex-direction: row;
    gap: 18px;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
}
footer .footer-menu li a {
  color: var(--blue);
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  font-size: var(--fs-15);
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1280px) {
  footer .footer-menu li a {
    font-size: var(--fs-16);
  }
}
@media (max-width: 1439px) {
  footer .footer-menu {
    margin-block: 32px;
  }
  footer .footer-menu li {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fssemp.pl%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fssemp%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2F_common.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2F_front-page.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2F_front-page-swiper-entrepreneurs.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Fblocks%2F_header-block.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Fblocks%2F_investment-zone-block.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Fblocks%2F_yellow-block-entrepreneurs.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Fblocks%2F_grey-block-entrepreneurs.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Fblocks%2F_white-card-entrepreneurs.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Fblocks%2F_discover-benefits-entrepreneurs.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Fblocks%2F_yellow-help-block-entrepreneurs.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Fblocks%2F_criteria-block-traders.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Fblocks%2F_more-than-investment-about.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Fblocks%2F_activity-area-about.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Fblocks%2F_managment-team-about.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Fblocks%2F_partners.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Fblocks%2F_education-heading.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Fblocks%2F_collaboration-form.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Fblocks%2F_partner-institutions.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Fblocks%2F_document-block.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Fblocks%2F_contact-page.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Fblocks%2F_rrog-page.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Fblocks%2F_locations-bar.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Fblocks%2F_downloads-block.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Felements%2F_posts-list.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Felements%2F_single-post-card.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Felements%2F_single-post.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Felements%2F_related-posts.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Felements%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fssemp%2Fsass%2Felements%2F_footer.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAACI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA7GJ%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BACjQI%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5QI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzCR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BACrCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAC7BR%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBxB%3BAAIgB%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAClHxB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMR%3BAACI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BACtCZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEQ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC3IZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7EJ%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC5GR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAcpB%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAC1MR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BACbR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAClDZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOZ%3BAACI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BACtHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOZ%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC1MpB%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjFA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtEpB%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3BR%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACdJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtER%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACZR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcR%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAapB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BACpMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */