:root {
  --accentColor: #8D58FF;
  --accentColorRGB: 141, 88, 255;
  --secondColor: #fff300!important;
  --secondColorRGB: 255, 244, 0;
  --customColor1: rgb(141 88 255 / 10%);
  --customColor2: rgb(255 243 0 / 25%)!important;
}
body:not(.minimal, .auth, .register, .landingpage) #slider, body:not(.minimal, .auth, .register, .landingpage) #wrapper, body:not(.minimal, .auth, .register, .landingpage) #bottom, body:not(.minimal, .auth, .register, .landingpage) #offcanvas-top, body:not(.minimal, .auth, .register, .landingpage) #prefooter, body:not(.minimal, .auth, .register, .landingpage) #footer, body:not(.minimal, .auth, .register, .landingpage) .mod_breadcrumb {
  background: transparent !important;
  backdrop-filter: blur(0px) brightness(3);
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  body:not(.minimal, .auth, .register, .landingpage) #slider, body:not(.minimal, .auth, .register, .landingpage) #wrapper, body:not(.minimal, .auth, .register, .landingpage) #bottom, body:not(.minimal, .auth, .register, .landingpage) #offcanvas-top, body:not(.minimal, .auth, .register, .landingpage) #prefooter, body:not(.minimal, .auth, .register, .landingpage) #footer, body:not(.minimal, .auth, .register, .landingpage) .mod_breadcrumb {
    border-radius: 20px;
  }
}
#animated-section {
  border-radius: 40px;
  overflow: hidden;
  background: radial-gradient(circle at 60% 90%, #a8a016, #240b4d, transparent, transparent);
  background-size: 240% 240%;
  animation: radial-gradient-animation-2 40s ease infinite;
  transition: background 0.5s ease;
}
@media (max-width: 991px) {
  #animated-section {
    border-radius: 20px;
  }
}
#animated-backgroundpattern {
  border-radius: 40px;
  overflow: hidden;
  background-image: repeating-linear-gradient(45deg, rgba(168, 160, 22, 0.1) 0, rgba(168, 160, 22, 0.1) 2px, transparent 2px, transparent 6px);
  background-size: 135%;
  animation: backgroundPatternDrift 40s ease-in-out infinite;
  transition: background 0.5s ease;
}
@media (max-width: 991px) {
  #animated-backgroundpattern {
    border-radius: 20px;
  }
}
@keyframes backgroundPatternDrift {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 100%;
  }
}
@keyframes radial-gradient-animation-2 {
  0% {
    background-position: 100% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes radial-gradient-animation {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.navi-box.ce_iconbox {
  background: linear-gradient(45deg, rgba(var(--accentColorRGB), 0.2), rgba(255, 255, 255, 0));
  border-radius: 20px;
}
.mod_calendar .calendar thead tr th, .mod_calendar .calendar tbody tr td {
  background: linear-gradient(165deg, rgba(var(--accentColorRGB), 0.2), rgba(255, 255, 255, 0));
  border-radius: 20px;
}
.mod_calendar .calendar thead tr th.current, .mod_calendar .calendar tbody tr td.active {
  background: linear-gradient(165deg, rgba(var(--secondColorRGB), 0.5), rgba(255, 255, 255, 0));
  border-radius: 20px;
}
:root {
  --accentColor: #8D58FF;
  --accentColorRGB: 141, 88, 255;
  --secondColor: #fff300!important;
  --secondColorRGB: 255, 244, 0;
  --customColor1: rgb(141 88 255 / 10%);
  --customColor2: rgb(255 243 0 / 25%)!important;
}
body {
  min-height: 100vh;
  background: radial-gradient(circle at top left, rgba(var(--accentColorRGB), 0.1), transparent 60%), radial-gradient(circle at bottom right, rgba(var(--accentColorRGB), 0.1), transparent 60%), #000;
}
body {
  font-size: var(--body-fontSize);
}
@media (min-width: 992px) and (max-width: 1599px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  body .font-size-0 p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .mod_article:not(.fullwidth) > .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
p {
  margin-bottom: 0 !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    letter-spacing: -1px;
  }
}
@media (min-width: 1200px) {
  body:not(.minimal, .auth, .register, .landingpage) #slider, body:not(.minimal, .auth, .register, .landingpage) #wrapper, body:not(.minimal, .auth, .register, .landingpage) #bottom, body:not(.minimal, .auth, .register, .landingpage) #offcanvas-top, body:not(.minimal, .auth, .register, .landingpage) #prefooter, body:not(.minimal, .auth, .register, .landingpage) #footer, body:not(.minimal, .auth, .register, .landingpage) .mod_breadcrumb {
    margin: 40px 40px 40px 400px;
    margin-left: 400px !important;
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  body:not(.minimal, .auth, .register, .landingpage) #slider, body:not(.minimal, .auth, .register, .landingpage) #wrapper, body:not(.minimal, .auth, .register, .landingpage) #bottom, body:not(.minimal, .auth, .register, .landingpage) #offcanvas-top, body:not(.minimal, .auth, .register, .landingpage) #prefooter, body:not(.minimal, .auth, .register, .landingpage) #footer, body:not(.minimal, .auth, .register, .landingpage) .mod_breadcrumb {
    margin: 20px;
    width: auto;
  }
}
@media (max-width: 1199px) {
  body:not(.minimal, .auth, .register, .landingpage) #slider {
    margin-top: 90px;
  }
}
body:not(.minimal, .auth, .register, .landingpage) #slider .bannerSection.hasTeaserImage .ce_image_extended {
  position: absolute;
  right: 0;
  top: -100px;
}
@media (max-width: 767px) {
  body:not(.minimal, .auth, .register, .landingpage) #slider .bannerSection.hasTeaserImage .ce_image_extended {
    position: absolute;
    right: -135px;
    top: -70px;
    width: 230px;
    z-index: 0;
  }
}
.ce_text_extented a {
  text-decoration: none !important;
  transition: 300ms;
}
.ce_text_extented a:hover {
  color: #fff300;
}
.ce_text_extented[class*="font-style-letter"] {
  text-transform: uppercase;
}
.border-radius {
  border-radius: 40px;
}
@media (max-width: 991px) {
  .border-radius {
    border-radius: 20px;
  }
}
.border-radius.ce_text_imagebox {
  overflow: hidden !important;
}
.border-radius.ce_image_extended img {
  border-radius: 40px !important;
}
@media (max-width: 991px) {
  .border-radius.ce_image_extended img {
    border-radius: 20px !important;
  }
}
.ce_headline_extended .color-accent {
  color: var(--secondColor);
}
@media (max-width: 767px) {
  .navi-box {
    overflow: hidden !important;
  }
  .navi-box .ce_iconbox_icon {
    display: none;
  }
  .navi-box .ce_iconbox_cwrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .navi-box .ce_iconbox_cwrapper a.link, .navi-box .ce_iconbox_cwrapper .content {
    width: 100%;
  }
  .navi-box .ce_iconbox_cwrapper .headline {
    width: 66.6%;
  }
  .navi-box .ce_iconbox_cwrapper .content * {
    right: -25px !important;
    bottom: 25px !important;
    font-size: 185px !important;
    text-shadow: none !important;
  }
}
.navi-box .link {
  color: var(--secondColor);
}
.navi-box.ce_iconbox {
  transition: 450ms;
  overflow: hidden !important;
  padding: 15px 20px;
}
.navi-box.ce_iconbox:hover .content * {
  opacity: 1;
}
.navi-box.ce_iconbox .headline {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -1px;
}
.navi-box.ce_iconbox .ce_iconbox_icon {
  margin-right: 15px;
}
.navi-box.ce_iconbox .ce_iconbox_icon a {
  color: var(--secondColor);
}
.navi-box.ce_iconbox .content {
  margin: 0;
}
.navi-box.ce_iconbox .content p, .navi-box.ce_iconbox .content * {
  margin: 0;
  transition: 450ms;
  position: absolute;
  font-size: 160px;
  font-weight: 600;
  right: -30px;
  bottom: 17px;
  transform: translateY(50%);
  color: var(--secondColor);
  text-align: center;
  width: 115px;
  opacity: 1;
  user-select: none;
  line-height: normal;
  opacity: 0.5;
}
.navi-box:hover {
  transform: scale(1.05);
}
span.color-accent {
  text-shadow: 0 0 30px var(--secondColor);
}
.ce_vimeo {
  border-radius: 40px;
}
@media (max-width: 991px) {
  .ce_vimeo {
    border-radius: 20px;
  }
}
body .body #special-section, body .body #prefooter {
  background-color: var(--customColor2) !important;
}
body .body #special-section .ce_headline_extended span.color-accent, body .body #prefooter .ce_headline_extended span.color-accent {
  color: var(--accentColor);
  text-shadow: 0 0 30px var(--accentColor);
}
#video-section:nth-child(even), #alternating-section:nth-child(even) {
  background-color: var(--customColor1);
}
#animated-backgroundpattern.ol-bg-second .article-overlay {
  background: linear-gradient(45deg, #fff300, rgba(68, 0, 216, 0.73));
  box-shadow: inset 0 0px 100px #000000;
}
#animated-backgroundpattern.ol-bg-accent .article-overlay {
  background: linear-gradient(45deg, rgba(68, 0, 216, 0.73), #fff300);
  box-shadow: inset 0 0px 100px #000000;
}
@media (min-width: 992px) {
  #video-section:nth-child(even) .autogrid_row .column:not(.media), #special-section:nth-child(even) .autogrid_row .column:not(.media) {
    order: 1;
  }
  #video-section:nth-child(even) .autogrid_row .column:not(.media) *, #special-section:nth-child(even) .autogrid_row .column:not(.media) * {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  #video-section:nth-child(even) .autogrid_row .column.media, #special-section:nth-child(even) .autogrid_row .column.media {
    order: 2;
  }
}
@media (min-width: 992px) {
  #video-section:nth-child(odd) .autogrid_row .column:not(.media), #special-section:nth-child(odd) .autogrid_row .column:not(.media) {
    order: 2;
  }
}
@media (min-width: 992px) {
  #video-section:nth-child(odd) .autogrid_row .column.media, #special-section:nth-child(odd) .autogrid_row .column.media {
    order: 1;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  #video-section:nth-child(even) .autogrid_row .column:not(.media), #video-section:nth-child(odd) .autogrid_row .column:not(.media), #special-section:nth-child(even) .autogrid_row .column:not(.media), #special-section:nth-child(odd) .autogrid_row .column:not(.media) {
    order: initial;
  }
  #video-section:nth-child(even) .autogrid_row .column:not(.media) *, #video-section:nth-child(odd) .autogrid_row .column:not(.media) *, #special-section:nth-child(even) .autogrid_row .column:not(.media) *, #special-section:nth-child(odd) .autogrid_row .column:not(.media) * {
    text-align: left !important;
  }
  #video-section:nth-child(even) .autogrid_row .column.media, #video-section:nth-child(odd) .autogrid_row .column.media, #special-section:nth-child(even) .autogrid_row .column.media, #special-section:nth-child(odd) .autogrid_row .column.media {
    order: initial;
  }
}
@media (max-width: 991px) {
  #video-section .autogrid_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #video-section .autogrid_row .column {
    flex: 0 0 100%;
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  #video-section .autogrid_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #video-section .autogrid_row .column {
    flex: 0 0 100%;
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 25px;
  }
}
#nextModule.hasTeaserImage {
  position: relative;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-center.ce_iconbox .ce_iconbox_inside {
  justify-content: center;
}
.column.boxed .attributes {
  transition: 450ms;
  background: linear-gradient(180deg, rgba(var(--secondColorRGB), 0.2), rgba(var(--accentColorRGB), 0.2));
  padding: 45px 30px;
  border-radius: 40px;
  box-shadow: 0 0 20px transparent;
  background-size: 100% 100%;
}
@media (max-width: 991px) {
  .column.boxed .attributes {
    border-radius: 20px;
  }
}
.column.boxed .attributes img {
  filter: drop-shadow(0px 0px 4px yellow);
  padding: 10px;
}
.column.boxed:hover .attributes {
  transform: scale(1.02);
  background-size: 150% 150%;
  background: linear-gradient(180deg, rgba(var(--secondColorRGB), 0.4), rgba(var(--accentColorRGB), 0.4));
}
.column.centered .attributes {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.column.centered .attributes > * {
  width: 100%;
  text-align: center !important;
  justify-content: center;
}
.column.centered .attributes > * * {
  text-align: center !important;
  justify-content: center;
}
.ce_image_extended a {
  overflow: visible;
}
.ce_image_extended a img {
  transition: 450ms;
}
.ce_image_extended a:hover img {
  transform: scale(1.04);
}
.ce_tabs ul {
  background: rgba(0, 0, 0, 0.2) !important;
}
.ce_tabs ul .tab_two.active {
  background: var(--accentColor) !important;
}
.ce_tabs ul .tab_two span {
  color: white !important;
}
.lock-icon {
  max-width: 150px;
  margin: 0 auto;
}
body.locked header .inside > *:not(.logo) {
  filter: blur(10px);
  pointer-events: none;
  user-select: none;
}
body.locked .account-activation-button.disabled {
  opacity: 0.6;
  pointer-events: auto;
  cursor: not-allowed;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-6px);
  }
  40% {
    transform: translateX(6px);
  }
  60% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}
body.locked .account-activation-button.shake {
  animation: shake 0.4s ease;
}
#dashboard-section {
  position: relative;
  padding-top: 100px;
}
#dashboard-section .container {
  position: static;
}
#dashboard-section .container > .ce_headline_extended:first-of-type {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, rgba(var(--accentColorRGB), 0.2), rgba(255, 255, 255, 0));
  padding: 40px 0;
}
#dashboard-section .container > .ce_headline_extended:first-of-type h1, #dashboard-section .container > .ce_headline_extended:first-of-type h2, #dashboard-section .container > .ce_headline_extended:first-of-type h3, #dashboard-section .container > .ce_headline_extended:first-of-type h4, #dashboard-section .container > .ce_headline_extended:first-of-type h5, #dashboard-section .container > .ce_headline_extended:first-of-type h6 {
  text-align: center !important;
  margin-bottom: 0;
}
.mod_calendar .calendar {
  width: 100%;
  border-collapse: separate;
  border-spacing: 12px;
  text-align: center;
}
.mod_calendar .calendar thead tr th {
  border: none;
}
.mod_calendar .calendar thead tr th.next, .mod_calendar .calendar thead tr th.current, .mod_calendar .calendar thead tr th.previous {
  transition: 450ms;
}
.mod_calendar .calendar thead tr th.next:hover, .mod_calendar .calendar thead tr th.current:hover, .mod_calendar .calendar thead tr th.previous:hover {
  filter: brightness(3);
}
.mod_calendar .calendar thead tr th a {
  background: none;
}
.mod_calendar .calendar tbody tr td {
  border: none;
}
.mod_calendar .calendar tbody tr td.empty {
  opacity: 0.33;
}
.mod_calendar .calendar tbody tr td .header {
  text-align: right;
  background: transparent;
  padding: 15px;
}
.mod_calendar .calendar tbody tr td .event {
  padding: 5px 15px;
  line-height: 22px;
  font-size: 20px;
}
.mod_calendar .calendar tbody tr td .event a {
  color: #fff300;
  font-weight: 600;
}
@media (max-width: 991px) {
  .mod_calendar .calendar {
    border-spacing: 2px !important;
  }
  .mod_calendar .calendar thead tr td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50px;
  }
  .mod_calendar .calendar tbody {
    position: relative;
  }
  .mod_calendar .calendar tbody tr td {
    height: auto;
  }
  .mod_calendar .calendar tbody tr td .header {
    text-align: center !important;
    padding: 8px;
  }
  .mod_calendar .calendar tbody tr td .event {
    transform: scale(0.7) translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    height: 0;
    padding: 0;
    display: block;
  }
  .mod_calendar .calendar td {
    transition: 450ms;
  }
  .mod_calendar .calendar td:hover, .mod_calendar .calendar td:focus-within {
    background: rgba(141, 88, 255, 0.73) !important;
  }
  .mod_calendar .calendar td:hover .event, .mod_calendar .calendar td:focus-within .event {
    transition: 450ms;
    opacity: 1;
    pointer-events: all;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%, -50%);
    background: rgba(133, 0, 255, 0.86);
    backdrop-filter: blur(20px);
    color: white;
    border-radius: 20px;
    white-space: nowrap;
    font-size: 20px;
    z-index: 1000000;
    min-width: 160px;
    margin-top: 10px;
    text-align: left;
    width: 90%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(30px);
  }
  .mod_calendar .calendar td:hover a, .mod_calendar .calendar td:focus-within a {
    display: block;
    color: #fff300;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .mod_calendar .calendar td:hover a:last-child, .mod_calendar .calendar td:focus-within a:last-child {
    margin-bottom: 0;
  }
  .mod_calendar .calendar td:hover.gover .header, .mod_calendar .calendar td:focus-within.gover .header {
    display: none;
  }
}
#snow-canvas {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
}
#snow-toggle {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: auto;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
  z-index: 10000;
  padding: 5px 10px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
#snow-toggle:hover {
  opacity: 0.85;
  transform: scale(1.05);
}
#snow-toggle.is-disabled {
  opacity: 0.4;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fwww%2Fvhosts%2Ftpr-backoffice.com%2Fhttpdocs%2Fbackoffice-x%2Ffiles%2Fonboarding-x%2Fcode%2Fscss%2Fvariables.scss%22%2C%22var%2Fwww%2Fvhosts%2Ftpr-backoffice.com%2Fhttpdocs%2Fbackoffice-x%2Ffiles%2Fonboarding-x%2Fcode%2Fscss%2Fmixins.scss%22%2C%22var%2Fwww%2Fvhosts%2Ftpr-backoffice.com%2Fhttpdocs%2Fbackoffice-x%2Ffiles%2Fonboarding-x%2Fcode%2Fscss%2Fbreakpoints.scss%22%2C%22var%2Fwww%2Fvhosts%2Ftpr-backoffice.com%2Fhttpdocs%2Fbackoffice-x%2Ffiles%2Fonboarding-x%2Fcode%2Fscss%2Fglobals.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACwBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADXJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADQJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGEA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAD0EI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1BJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADsBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADZJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACqCF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BADnDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC2DF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BADhEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC2EF%3BAAAA%3BAAAA%3BAD3EE%3BAAAA%3BAAAA%3BAAAA%3BACsFA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BJ%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADrLI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC6LJ%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAD3PA%3BAAAA%3BAAAA%3BAAAA%3BAC4QM%3BAAAA%3BAAAA%3BAAAA%3BAD5QN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuDA%3BAC0PI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAD9RJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BSE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnRF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmSE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACqXE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaM%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BADtjBR%3BACykBA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeV%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%22%7D */