/* >= 768px */
@media screen and (min-width: 768px) {
  :root {
    --font-size-default: 20px;
    --line-height-default: 30px;
  }
  #page-header.secondary .section {
    padding: 20px 0;
  }
  #page-header.secondary .section .logo {
    margin: 0 auto;
    width: 200px;
    height: 142px;
  }
  #page-header .bg-image picture img {
    object-position: unset;
  }
  #header {
    top: -100px;
    display: flex;
    align-items: center;
  }
  #header .region-header {
    display: flex;
    top: 25px;
    left: auto;
  }
  #header .region-header .dashboard-preview .fav-points {
    display: flex;
    align-items: center;
  }
  #header .region-header .dashboard-preview .fav-points .link {
    display: block;
    font-size: var(--font-size-smaller);
    line-height: var(--line-height-small);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-secondary);
    padding-right: 10px;
    border-right: 1px solid #cccccc;
  }
  #header .region-header .dashboard-preview .fav-points .points {
    border-right: none;
  }
  #header .region-header .dashboard-preview .fav-points .points:not(:has(i.full)) {
    display: flex;
  }
  #header .region-header #block-custom-main-menu {
    display: none;
  }
  #header #logo {
    height: 75px;
    width: 150px;
    top: 25px;
  }
  #header #menu-icon {
    top: 25px;
  }
  #header #home {
    top: 25px;
  }
  #header #home .icon-home {
    margin-top: 0;
  }
  #header #navigation .table .table-cell .left {
    padding-top: 200px;
  }
  #header #navigation .table .table-cell .left #block-custom-main-menu ul.menu > li > a,
  #header #navigation .table .table-cell .left #block-custom-main-menu--2 ul.menu > li > a {
    font-size: var(--font-size-h3);
    line-height: var(--line-height-h3);
  }
  #header #navigation .table .table-cell .right #block-custom-secondary ul.menu li a,
  #header #navigation .table .table-cell .right #block-custom-secondary--2 ul.menu li a {
    font-size: var(--font-size-default);
    line-height: var(--line-height-default);
  }
  #coming-soon-header .section {
    gap: 70px;
  }
  #coming-soon-header .section .countdown .time {
    gap: 15px;
  }
  #coming-soon-header .section .countdown .time .days,
  #coming-soon-header .section .countdown .time .hours,
  #coming-soon-header .section .countdown .time .minutes,
  #coming-soon-header .section .countdown .time .seconds {
    padding: 30px;
  }
  #coming-soon-header .section .countdown .time .days .value,
  #coming-soon-header .section .countdown .time .hours .value,
  #coming-soon-header .section .countdown .time .minutes .value,
  #coming-soon-header .section .countdown .time .seconds .value {
    font-size: 60px;
    line-height: 60px;
  }
  #coming-soon-header .section .countdown .time .days .label,
  #coming-soon-header .section .countdown .time .hours .label,
  #coming-soon-header .section .countdown .time .minutes .label,
  #coming-soon-header .section .countdown .time .seconds .label {
    font-size: 14px;
    line-height: 16px;
  }
  .tour-date.big .wrapper .titel {
    font-size: var(--font-size-h3);
    line-height: var(--line-height-h3);
    margin-bottom: 10px;
  }
  body.path-gewinnspiel .custom-sweepstake-form,
  body.path-gewinnspiel .custom-sweepstake-winning-form {
    margin-top: 100px;
  }
  body.path-gewinnspiel .form-prizes {
    margin-top: -75px;
    padding-top: 150px;
  }
  body.path-gewinnspiel .section.code-pruefen,
  body.path-gewinnspiel .section.trostpreis {
    padding-top: 250px !important;
    padding-bottom: 150px !important;
  }
  body.path-gewinnspiel .section.code-pruefen .text .icon-arrow-down,
  body.path-gewinnspiel .section.trostpreis .text .icon-arrow-down {
    font-size: 50px;
    line-height: 50px;
  }
  body.path-gewinnspiel .section.code-pruefen .form-item-code,
  body.path-gewinnspiel .section.trostpreis .form-item-code {
    padding: 0 100px;
  }
  body.path-gewinnspiel .section.code-pruefen .form-item-code input,
  body.path-gewinnspiel .section.trostpreis .form-item-code input {
    font-size: var(--font-size-h3);
    line-height: var(--line-height-h3);
    padding: 15px 20px;
  }
  @keyframes bigButtonPulse {
    0% {
      transform: scale(1);
      opacity: 0.8;
    }
    100% {
      transform: scale(1.025, 1.15);
      opacity: 0;
    }
  }
  .section.voucher-check .custom-sweepstake-voucher-check-form .form-item-uuid {
    margin: 0 100px 50px 100px;
  }
  .section.voucher-check .custom-sweepstake-voucher-check-form #qr_scanner {
    width: 500px;
    height: 500px;
    margin: 0 auto;
    display: block;
  }
  #level-up .exp-bar .current-level,
  #level-up .exp-bar .next-level {
    font-size: var(--font-size-default);
  }
  #level-up .infos {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #level-up .infos .current {
    margin-bottom: 0;
  }
  #level-up .infos .next-level {
    text-align: right;
  }
  #level-up .infos .next-level br {
    display: block;
  }
  #messages-overlay,
  #favpoints-overlay,
  #error-overlay {
    max-width: 600px;
  }
  #messages-overlay .h1,
  #favpoints-overlay .h1,
  #error-overlay .h1 {
    font-size: var(--font-size-h4-big);
    line-height: var(--line-height-h4-big);
  }
  #messages-overlay .text,
  #favpoints-overlay .text,
  #error-overlay .text {
    font-size: var(--font-family-default);
    line-height: var(--line-height-default);
  }
  #messages-overlay .button-wrapper,
  #favpoints-overlay .button-wrapper,
  #error-overlay .button-wrapper {
    margin-top: 50px;
  }
  #messages-overlay .button-wrapper .button,
  #favpoints-overlay .button-wrapper .button,
  #error-overlay .button-wrapper .button {
    font-size: var(--font-family-default);
    line-height: var(--line-height-default);
  }
  body.path-user .section.user,
  body.path-user .section.user-login,
  body.path-user .section.user-register,
  body.path-user .section.user-password,
  body.path-user .section.user-edit {
    padding-bottom: 200px !important;
    padding-top: 250px !important;
  }
  body.path-user #main .title.h1 {
    margin-top: 100px;
  }
  body.path-user .section.user-register .gewinne .dropdown-content {
    width: 500px;
    right: calc(50% - 250px);
  }
  body.path-gewinnspiel .section.code-pruefen .h1.no-win,
  body.path-gewinnspiel .section.trostpreis .h1.no-win {
    margin-top: 100px;
  }
  body.path-gewinnspiel .section.code-pruefen .form-actions,
  body.path-gewinnspiel .section.trostpreis .form-actions {
    display: flex;
    justify-content: center;
  }
  body.path-gewinnspiel .section.code-pruefen .form-actions .form-submit,
  body.path-gewinnspiel .section.trostpreis .form-actions .form-submit {
    width: auto;
  }
  body.path-gewinnspiel .section.code-pruefen .form-personal-data .form-actions,
  body.path-gewinnspiel .section.trostpreis .form-personal-data .form-actions {
    flex-direction: column;
    align-items: center;
  }
}
/* >= 1024px */
@media screen and (min-width: 1024px) {
  :root {
    --font-size-h1: 5.125vw;
    --line-height-h1: 5.75vw;
    --font-size-big: 7vw;
    --line-height-big: 7.5vw;
    --font-size-h3: 2vw;
    --line-height-h3: 2.1vw;
  }
  .h1 .break,
  .h2 .break,
  .h3 .break {
    display: block;
  }
  #toolbar-administration {
    display: block !important;
  }
  a.edit-link,
  a.node-preview-backlink {
    display: block;
  }
  #header {
    position: absolute;
    top: 27px;
    background-color: transparent;
  }
  #header #logo {
    display: none;
  }
  #header #menu-icon {
    pointer-events: all;
  }
  #header #home {
    pointer-events: all;
  }
  #header .region-header .button-wrapper .button {
    pointer-events: all;
  }
  #header #navigation {
    pointer-events: all;
  }
  #header #navigation .table .table-cell {
    display: grid;
    grid-template-columns: 3fr 2fr;
  }
  #header #navigation .table .table-cell .left,
  #header #navigation .table .table-cell .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #header #navigation .table .table-cell .left {
    padding: 75px 50px 75px 7vw;
  }
  #header #navigation .table .table-cell .left #block-custom-main-menu > ul.menu li a,
  #header #navigation .table .table-cell .left #block-custom-main-menu--2 > ul.menu li a {
    font-size: 3.125vw;
    line-height: 3.25vw;
  }
  #header #navigation .table .table-cell .right {
    padding: 75px 7vw 75px 50px;
  }
  #header #navigation .table .table-cell .right #block-custom-secondary ul.menu li a,
  #header #navigation .table .table-cell .right #block-custom-secondary--2 ul.menu li a {
    font-size: var(--font-size-h3);
    line-height: var(--line-height-h3);
  }
  #header #navigation .table .table-cell .right .button-wrapper {
    position: relative;
    left: auto;
    top: auto;
    margin-left: -5px;
    gap: 20px;
    margin-bottom: 50px;
  }
  #header #navigation .table .table-cell .right .button-wrapper .user-wrapper .login {
    background-color: var(--color-primary);
    color: #ffffff;
  }
  #header #navigation .table .table-cell .right .button-wrapper .user-wrapper .login i {
    color: #ffffff;
  }
  #header #navigation .table .table-cell .right .button-wrapper .user-wrapper .artist-contest {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }
  #header #navigation .table .table-cell .right .button-wrapper .user-wrapper .artist-contest span {
    white-space: nowrap;
  }
  #header #navigation .table .table-cell .right .button-wrapper:has(.link) {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
  body.menu-open #header #navigation .table .table-cell .right #block-custom-secondary,
  body.menu-open #header #navigation .table .table-cell .right #block-custom-secondary--2 {
    transition: opacity 0.5s ease 1.45s;
  }
  #footer .top .background-image::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0));
  }
  #footer .top .menu {
    margin-bottom: 0;
  }
  #footer .top .section {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #footer .top .signet {
    margin-right: -21vw;
    position: relative;
  }
  #footer .top .content {
    align-self: center;
  }
  #footer .top .content .mail {
    margin-bottom: 50px;
    text-align: left;
  }
  #footer .top .content .mail a {
    font-size: 3.125vw;
    line-height: 3.25vw;
  }
  #footer .top .content #block-custom-secondary ul,
  #footer .top .content #block-custom-secondary--2 ul {
    gap: 20px;
    align-items: flex-start;
  }
  #footer .top .content #block-custom-secondary ul li a,
  #footer .top .content #block-custom-secondary--2 ul li a {
    font-size: var(--font-size-h3);
    line-height: var(--line-height-h3);
  }
  #footer .bot {
    padding: 10px 0;
  }
  #coming-soon-header .section .countdown .time .days,
  #coming-soon-header .section .countdown .time .hours,
  #coming-soon-header .section .countdown .time .minutes,
  #coming-soon-header .section .countdown .time .seconds {
    padding: 30px;
  }
  #coming-soon-header .section .countdown .time .days .value,
  #coming-soon-header .section .countdown .time .hours .value,
  #coming-soon-header .section .countdown .time .minutes .value,
  #coming-soon-header .section .countdown .time .seconds .value {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
  }
  body.path-gewinnspiel:has(#page-header):has(.form-prizes) .form-prizes {
    margin-top: -60px;
  }
  @keyframes bigButtonPulse {
    0% {
      transform: scale(1);
      opacity: 0.8;
    }
    100% {
      transform: scale(1.025, 1.225);
      opacity: 0;
    }
  }
  body.path-gewinnspiel .section.code-pruefen .text .button,
  body.path-gewinnspiel .section.trostpreis .text .button {
    display: inline-block;
    margin: 0 auto;
  }
  body.path-gewinnspiel .section.code-pruefen .form-item-code,
  body.path-gewinnspiel .section.trostpreis .form-item-code {
    padding: 0 250px;
  }
  body.path-gewinnspiel .section.code-pruefen .form-item-code input,
  body.path-gewinnspiel .section.trostpreis .form-item-code input {
    font-size: 3.125vw;
    line-height: 3.25vw;
  }
  body.path-gewinnspiel .section.code-pruefen #edit-event,
  body.path-gewinnspiel .section.trostpreis #edit-event {
    grid-template-columns: 1fr 1fr;
  }
  body.path-gewinnspiel .section.code-pruefen #edit-event .form-item-event label,
  body.path-gewinnspiel .section.trostpreis #edit-event .form-item-event label {
    height: calc((110vw - 30px)/2);
  }
  body.path-gewinnspiel .section.code-pruefen .past-events,
  body.path-gewinnspiel .section.trostpreis .past-events {
    grid-template-columns: 1fr 1fr;
  }
  body.path-gewinnspiel .section.code-pruefen .past-events .event,
  body.path-gewinnspiel .section.trostpreis .past-events .event {
    height: calc((110vw - 30px)/2);
  }
  body.path-gewinnspiel .section.code-pruefen .form-level > .info,
  body.path-gewinnspiel .section.trostpreis .form-level > .info {
    display: flex;
    align-items: center;
  }
  body.path-gewinnspiel .section.code-pruefen .level-banner .infos .current,
  body.path-gewinnspiel .section.trostpreis .level-banner .infos .current {
    font-size: var(--font-size-default);
    line-height: var(--line-height-default);
  }
  body.path-gewinnspiel .section.code-pruefen .custom-sweepstake-winning-form #newsletter_banner .button-wrapper,
  body.path-gewinnspiel .section.trostpreis .custom-sweepstake-winning-form #newsletter_banner .button-wrapper {
    display: flex;
    gap: 30px;
  }
  body.path-gewinnspiel .section.code-pruefen .custom-sweepstake-winning-form #newsletter_banner .button-wrapper a,
  body.path-gewinnspiel .section.trostpreis .custom-sweepstake-winning-form #newsletter_banner .button-wrapper a {
    font-size: var(--font-size-default);
    line-height: calc(var(--line-height-default) * 0.75);
    padding: 12px 30px;
    background-repeat: 24px;
  }
  article.profile a.logout {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
  }
  article.profile a.voucher {
    display: inline-block;
  }
  #level-up {
    padding: 100px 14vw;
  }
  #level-up .close {
    top: 50px;
    right: 50px;
  }
  #level-up .exp-bar {
    margin: 50px 0 30px 0;
  }
  #pop-up .close {
    top: 50px;
    right: 50px;
  }
  #pop-up .pop-up-content {
    padding: 100px 14vw;
  }
  #error-overlay .button-wrapper .button {
    width: auto;
  }
  body.path-user:has(.user-pass) #page-header .logo {
    opacity: 1;
    pointer-events: all;
  }
  body.path-user .section.user-register .text {
    width: 600px;
    margin: 0 auto 50px;
  }
  body.path-user .section.user-register .gewinne .dropdown-content .preise .item {
    display: grid;
    grid-template-columns: 150px 1fr;
  }
  body.path-user .section.user-register .gewinne .dropdown-content .preise .item .content {
    align-self: center;
  }
  body.path-user .section.user-register .user-register-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    grid-template-areas: "vorname nachname email" "newsletter newsletter ." "teilnahme teilnahme ." "datenschutz datenschutz ." "submit submit submit";
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
    z-index: 1 !important;
    isolation: isolate;
  }
  body.path-user .section.user-register .user-register-form .form-item-field-vorname-0-value {
    grid-area: vorname;
  }
  body.path-user .section.user-register .user-register-form .field--name-field-nachname {
    grid-area: nachname;
  }
  body.path-user .section.user-register .user-register-form div[data-drupal-selector="edit-account"] {
    grid-area: email;
  }
  body.path-user .section.user-register .user-register-form .field--name-field-newsletter {
    grid-area: newsletter;
    margin-top: 30px;
  }
  body.path-user .section.user-register .user-register-form .field--name-field-teilnahmebedingungen {
    grid-area: teilnahme;
  }
  body.path-user .section.user-register .user-register-form .field--name-field-datenschutz {
    grid-area: datenschutz;
  }
  body.path-user .section.user-register .user-register-form .form-actions {
    grid-area: submit;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". button" "social social" "login login";
    margin-top: -50px;
  }
  body.path-user .section.user-register .user-register-form .form-actions .button {
    grid-area: button;
    justify-self: end;
    width: auto;
    margin: 0;
  }
  body.path-user .section.user-register .user-register-form .form-actions .social-auth {
    grid-area: social;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    margin-top: 50px;
    padding-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #ccc;
  }
  body.path-user .section.user-register .user-register-form .form-actions .login,
  body.path-user .section.user-register .user-register-form .form-actions .back-to-sweepstake {
    grid-area: login;
    display: flex;
    justify-content: center;
  }
  body.path-user .user-login-form {
    width: 600px;
    margin: 0 auto;
  }
  body.path-user .user-login-form .form-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  body.path-user .user-login-form .form-actions .button {
    width: auto;
    order: 1;
    margin: 0;
  }
  body.path-user .user-login-form .form-actions .forgot-password {
    order: 2;
    margin-bottom: 0;
  }
  body.path-user .user-login-form .form-actions .forgot-password a {
    font-size: var(--font-size-small);
    line-height: var(--line-height-small);
  }
  body.path-user .user-login-form .form-actions .social-auth {
    width: 100%;
    order: 3;
  }
  body.path-user .user-login-form .form-actions .register {
    width: 100%;
    order: 4;
    display: flex;
    justify-content: center;
  }
  body.path-user .user-edit .user-form {
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
  body.path-user .user-edit .user-form .field--type-integer {
    display: none;
  }
  body.path-user .user-edit .user-form div[data-drupal-selector="edit-account"] {
    grid-column-end: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
  body.path-user .user-edit .user-form div[data-drupal-selector="edit-account"] .form-type-password-confirm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    grid-column-end: span 2;
  }
  body.path-user .user-edit .user-form div[data-drupal-selector="edit-account"] .form-item-current-pass {
    grid-column-end: span 2;
  }
  body.path-user .user-edit .user-form .form-actions {
    grid-column-end: span 2;
    display: flex;
    justify-content: center !important;
    flex-direction: row !important;
    gap: 20px !important;
  }
  body.path-user .user-edit .user-form .form-actions .button {
    width: auto;
  }
  body.path-user .user-edit .user-form .form-actions a.button--danger {
    width: auto !important;
  }
  body.path-user .user-cancel-form {
    text-align: center;
  }
  body.path-user .user-cancel-form .form-actions {
    justify-content: center !important;
    flex-direction: row !important;
    gap: 20px !important;
  }
  body.path-user .user-cancel-form .form-actions input.form-submit,
  body.path-user .user-cancel-form .form-actions a.button {
    width: auto;
  }
  body.path-user .section.user-password:not(:has(form)) #block-custom-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }
  body.path-user form.user-pass,
  body.path-user form.user-pass-reset {
    max-width: 600px;
    margin: 0 auto;
  }
  body.path-user form.user-pass .form-actions,
  body.path-user form.user-pass-reset .form-actions {
    display: flex;
    justify-content: center;
  }
  body.path-user form.user-pass .form-actions .button,
  body.path-user form.user-pass-reset .form-actions .button {
    width: auto;
  }
  body.path-gewinnspiel .section.code-pruefen .text,
  body.path-gewinnspiel .section.trostpreis .text {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  body.path-gewinnspiel .section.code-pruefen .form-wrapper > .info:not(.dropdown-container),
  body.path-gewinnspiel .section.trostpreis .form-wrapper > .info:not(.dropdown-container) {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    margin-bottom: 30px;
  }
  body.path-gewinnspiel .section.code-pruefen:has(.form-prizes) .text,
  body.path-gewinnspiel .section.trostpreis:has(.form-prizes) .text {
    max-width: 1000px;
  }
  body.path-gewinnspiel .section.code-pruefen:has(.form-prizes) .form-prizes,
  body.path-gewinnspiel .section.trostpreis:has(.form-prizes) .form-prizes {
    padding-top: 200px !important;
  }
  body.path-gewinnspiel .section.code-pruefen .level-banner,
  body.path-gewinnspiel .section.trostpreis .level-banner {
    padding: 100px 7vw;
  }
  body.path-gewinnspiel .section.code-pruefen .level-banner.guest .button-wrapper,
  body.path-gewinnspiel .section.trostpreis .level-banner.guest .button-wrapper {
    flex-direction: row;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
  }
  body.path-gewinnspiel .section.code-pruefen .form-personal-data,
  body.path-gewinnspiel .section.trostpreis .form-personal-data {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  body.path-gewinnspiel .section.code-pruefen .level-banner,
  body.path-gewinnspiel .section.trostpreis .level-banner {
    margin-top: 100px;
  }
  body.path-gewinnspiel .section.code-pruefen .level-banner .button-wrapper,
  body.path-gewinnspiel .section.trostpreis .level-banner .button-wrapper {
    margin-top: 30px !important;
  }
  body.path-gewinnspiel .section.code-pruefen .level-banner .h4,
  body.path-gewinnspiel .section.trostpreis .level-banner .h4 {
    font-size: var(--font-size-h4);
    line-height: var(--line-height-h4);
  }
  body.path-gewinnspiel .section.code-pruefen .level-banner .infos .current .dropdown-container .dropdown-content,
  body.path-gewinnspiel .section.trostpreis .level-banner .infos .current .dropdown-container .dropdown-content {
    width: calc(86vw - 100px);
    width: 500px;
  }
  body.path-gewinnspiel .section.code-pruefen .level-banner .infos .current .dropdown-container .dropdown-content br,
  body.path-gewinnspiel .section.trostpreis .level-banner .infos .current .dropdown-container .dropdown-content br {
    display: none;
  }
  body.path-gewinnspiel .section.code-pruefen .level-banner .infos .current .dropdown-container .dropdown-content .level,
  body.path-gewinnspiel .section.trostpreis .level-banner .infos .current .dropdown-container .dropdown-content .level {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  body.path-gewinnspiel .section.code-pruefen .level-banner .infos .current .dropdown-container .dropdown-content .level div,
  body.path-gewinnspiel .section.trostpreis .level-banner .infos .current .dropdown-container .dropdown-content .level div {
    width: 100%;
  }
  body.path-gewinnspiel .section.code-pruefen .level-banner .infos .current .dropdown-container .dropdown-content .level .titel,
  body.path-gewinnspiel .section.trostpreis .level-banner .infos .current .dropdown-container .dropdown-content .level .titel {
    margin-right: auto;
    margin-top: 0;
  }
  body.path-gewinnspiel .section.code-pruefen .level-banner .infos .current .dropdown-container .dropdown-content::before,
  body.path-gewinnspiel .section.trostpreis .level-banner .infos .current .dropdown-container .dropdown-content::before {
    left: auto;
    right: 20px;
  }
  body.path-gewinnspiel .section.code-pruefen .level-banner:has(.my-level),
  body.path-gewinnspiel .section.trostpreis .level-banner:has(.my-level) {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "titel level" "text level" "button level";
    column-gap: 50px;
  }
  body.path-gewinnspiel .section.code-pruefen .level-banner:has(.my-level) .h4,
  body.path-gewinnspiel .section.trostpreis .level-banner:has(.my-level) .h4 {
    grid-area: titel;
  }
  body.path-gewinnspiel .section.code-pruefen .level-banner:has(.my-level) .button-wrapper,
  body.path-gewinnspiel .section.trostpreis .level-banner:has(.my-level) .button-wrapper {
    grid-area: button;
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  body.path-gewinnspiel .section.code-pruefen .level-banner:has(.my-level) > p,
  body.path-gewinnspiel .section.trostpreis .level-banner:has(.my-level) > p {
    grid-area: text;
  }
  body.path-gewinnspiel .section.code-pruefen .level-banner:has(.my-level) .points,
  body.path-gewinnspiel .section.trostpreis .level-banner:has(.my-level) .points {
    margin-bottom: 50px;
  }
  body.path-gewinnspiel .section.code-pruefen .level-banner:has(.my-level) .exp-bar .current-level,
  body.path-gewinnspiel .section.trostpreis .level-banner:has(.my-level) .exp-bar .current-level,
  body.path-gewinnspiel .section.code-pruefen .level-banner:has(.my-level) .exp-bar .next-level,
  body.path-gewinnspiel .section.trostpreis .level-banner:has(.my-level) .exp-bar .next-level {
    font-size: var(--font-size-default);
  }
  body.path-gewinnspiel .section.code-pruefen .level-banner:has(.my-level) .my-level,
  body.path-gewinnspiel .section.trostpreis .level-banner:has(.my-level) .my-level {
    grid-area: level;
    align-self: center;
  }
  body.path-gewinnspiel .section.code-pruefen .form-wrapper .info.dropdown-container .dropdown-content,
  body.path-gewinnspiel .section.trostpreis .form-wrapper .info.dropdown-container .dropdown-content {
    width: 400px;
  }
  body.path-gewinnspiel .section.code-pruefen .form-wrapper .info.dropdown-container .dropdown-content::before,
  body.path-gewinnspiel .section.trostpreis .form-wrapper .info.dropdown-container .dropdown-content::before {
    left: auto;
    right: 20px;
  }
  body.path-gewinnspiel .section.code-pruefen .form-level,
  body.path-gewinnspiel .section.trostpreis .form-level {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  body.path-gewinnspiel .section.code-pruefen .form-level .form-level-prizes,
  body.path-gewinnspiel .section.trostpreis .form-level .form-level-prizes {
    width: 100%;
  }
  body.path-gewinnspiel .section.code-pruefen .form-level .prize > div .wrapper,
  body.path-gewinnspiel .section.trostpreis .form-level .prize > div .wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  body.path-gewinnspiel .section.code-pruefen .form-level .prize > div .wrapper .date,
  body.path-gewinnspiel .section.trostpreis .form-level .prize > div .wrapper .date {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #000;
  }
  body.path-gewinnspiel .section.code-pruefen .form-level.disabled .form-level-prizes .prize .tooltip,
  body.path-gewinnspiel .section.trostpreis .form-level.disabled .form-level-prizes .prize .tooltip {
    width: 200px;
  }
  body.path-gewinnspiel .section.code-pruefen .form-level.disabled .prize > div .wrapper .date,
  body.path-gewinnspiel .section.trostpreis .form-level.disabled .prize > div .wrapper .date {
    border-left: 1px solid #ccc;
  }
  body.path-gewinnspiel .section.code-pruefen .prize.form-wrapper > div[data-drupal-selector="edit-prize"],
  body.path-gewinnspiel .section.trostpreis .prize.form-wrapper > div[data-drupal-selector="edit-prize"] {
    max-width: 1000px;
    margin: 50px auto 100px;
  }
  body.path-gewinnspiel .section.code-pruefen .prize.form-wrapper > div[data-drupal-selector="edit-prize"] .wrapper,
  body.path-gewinnspiel .section.trostpreis .prize.form-wrapper > div[data-drupal-selector="edit-prize"] .wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  body.path-gewinnspiel .section.code-pruefen .prize.form-wrapper > div[data-drupal-selector="edit-prize"] .wrapper .date,
  body.path-gewinnspiel .section.trostpreis .prize.form-wrapper > div[data-drupal-selector="edit-prize"] .wrapper .date {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ffffff;
  }
  body.path-gewinnspiel .section.code-pruefen .prize.form-wrapper .prize_info,
  body.path-gewinnspiel .section.trostpreis .prize.form-wrapper .prize_info {
    max-width: 1000px;
    margin: 70px auto 0;
  }
  body.path-gewinnspiel .section.code-pruefen .prize.form-wrapper .button:not(.link).confirm,
  body.path-gewinnspiel .section.trostpreis .prize.form-wrapper .button:not(.link).confirm {
    width: auto;
    margin: 50px auto 0;
  }
  body.path-gewinnspiel .section.code-pruefen .delivery-data,
  body.path-gewinnspiel .section.trostpreis .delivery-data {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
  }
  body:has(#header .dashboard-preview) #page-header .logo {
    opacity: 1;
    transition: 0s;
    pointer-events: all;
  }
  #page-header.secondary .section {
    padding: 20px 0 !important;
  }
  #page-header.secondary .section .logo {
    opacity: 1;
    pointer-events: all;
  }
}
/* >= 1024px */
@media (min-width: 1024px) and (hover: hover) {
  #header #navigation .table .table-cell .right .button-wrapper .button:hover {
    color: #fff !important;
  }
  #header #navigation .table .table-cell .right .button-wrapper .button:hover svg .st1 {
    fill: var(--color-primary);
  }
}
/* >= 1248px */
@media screen and (min-width: 1248px) {
  :root {
    --font-size-h1: 3.5125vw;
    --line-height-h1: 4vw;
    --font-size-h3: 2vw;
    --line-height-h3: 2.1vw;
  }
  #page-header.secondary .section .logo {
    width: 250px;
    height: 177px;
  }
  #header #navigation .table .table-cell .right #block-custom-secondary ul.menu,
  #header #navigation .table .table-cell .right #block-custom-secondary--2 ul.menu {
    gap: 10px;
  }
  #coming-soon-header .bg-image::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  }
  #coming-soon-header .section {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }
  #coming-soon-header .section .countdown {
    width: 450px;
    margin-left: 30px;
    align-self: center;
  }
  #coming-soon-header .section .countdown .time {
    gap: 10px;
    margin-bottom: 10px;
    padding-right: 50px;
  }
  #coming-soon-header .section .countdown .time .days,
  #coming-soon-header .section .countdown .time .hours,
  #coming-soon-header .section .countdown .time .minutes,
  #coming-soon-header .section .countdown .time .seconds {
    padding: 10px;
    height: 92.5px;
  }
  #coming-soon-header .section .countdown .time .days .value,
  #coming-soon-header .section .countdown .time .hours .value,
  #coming-soon-header .section .countdown .time .minutes .value,
  #coming-soon-header .section .countdown .time .seconds .value {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 5px;
  }
  #coming-soon-header .section .countdown .text {
    line-height: 22px;
    text-align: left;
  }
  #coming-soon-header .section .logo {
    width: 200px;
    height: 200px;
  }
  #coming-soon-header .section .tickets {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
  #coming-soon-header .section .tickets .text {
    margin-bottom: 0;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  #coming-soon-header .section .tickets .button {
    font-size: 24px;
    line-height: 24px;
  }
  #footer .top .section {
    grid-template-columns: 3fr 2fr;
  }
  #footer .bot .section {
    flex-direction: row;
    align-items: center;
  }
  #footer .bot .section .logo {
    width: 100px;
    order: 3;
    margin-left: auto;
  }
  #footer .bot .section .social-media {
    order: 1;
  }
  #footer .bot .section #block-custom-footer,
  #footer .bot .section #block-custom-messefooter {
    position: relative;
    order: 2;
    margin-bottom: 0;
    margin-left: 40px;
  }
  #footer .bot .section #block-custom-footer::before,
  #footer .bot .section #block-custom-messefooter::before {
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    right: calc(100% + 20px);
    top: calc(50% - 10px);
    background-color: #fff;
  }
  #footer .bot .section #block-custom-footer ul,
  #footer .bot .section #block-custom-messefooter ul {
    flex-direction: row;
    gap: 40px;
  }
  #footer .bot .section #block-custom-footer ul li,
  #footer .bot .section #block-custom-messefooter ul li {
    position: relative;
    margin-bottom: 0 !important;
  }
  #footer .bot .section #block-custom-footer ul li::before,
  #footer .bot .section #block-custom-messefooter ul li::before {
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    left: calc(100% + 20px);
    top: calc(50% - 10px);
    background-color: #fff;
  }
  #footer .bot .section #block-custom-footer ul li:last-of-type::before,
  #footer .bot .section #block-custom-messefooter ul li:last-of-type::before {
    display: none;
  }
  #footer .bot .section #block-custom-footer ul li a,
  #footer .bot .section #block-custom-messefooter ul li a {
    font-size: 18px;
    line-height: 20px;
    display: block;
    margin-top: -2px;
  }
  .h1 p:has(.handwritten),
  .h3 p:has(.handwritten) {
    margin-bottom: 30px;
  }
  body.path-gewinnspiel .section.code-pruefen .form-item-code,
  body.path-gewinnspiel .section.trostpreis .form-item-code {
    padding: 0 350px;
  }
  body.path-gewinnspiel .section.code-pruefen .level-banner .infos .current .dropdown-container .dropdown-content,
  body.path-gewinnspiel .section.trostpreis .level-banner .infos .current .dropdown-container .dropdown-content {
    width: 50vw;
  }
  .section.voucher-check .custom-sweepstake-voucher-check-form .form-item-uuid {
    margin: 0 200px 50px 200px;
  }
  #level-up {
    padding: 120px;
    max-width: 1000px;
  }
  #pop-up {
    max-width: 1000px;
  }
  #pop-up .pop-up-content {
    padding: 120px;
  }
  #favpoints-overlay,
  #error-overlay,
  #message-overlay {
    width: 50vw;
    padding: 50px;
  }
  #favpoints-overlay .close,
  #error-overlay .close,
  #message-overlay .close {
    background-color: transparent;
    border-radius: none;
    height: auto;
    width: auto;
    font-size: 40px;
    line-height: 40px;
    color: var(--color-primary);
    transform: none;
    bottom: auto;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }
  #favpoints-overlay.scrolling .scroll-container,
  #error-overlay.scrolling .scroll-container,
  #message-overlay.scrolling .scroll-container {
    padding: 50px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Fvhosts%5C%2Finfinitymusictour.at%5C%2Fdev.infinitymusictour.at%5C%2Fthemes%5C%2Fcustom%5C%2Fless%5C%2F_responsive%5C%2Ftablet.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAA2VA%2CmBA1VqC%3BEAEjC%3BIACI%2CyBAAA%3BIACA%2C2BAAA%3B%3BEAIA%2CYAAC%2CUACG%3BIACI%2CeAAA%3B%3BEAFR%2CYAAC%2CUACG%2CSAGI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3B%3BEARhB%2CYAaI%2CUACI%2CQACI%3BIACI%2CsBAAA%3B%3BEAMhB%3BIACI%2CWAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2COAKI%3BIACI%2CaAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEARR%2COAKI%2CeAKI%2CmBACI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3B%3BEAbhB%2COAKI%2CeAKI%2CmBACI%2CYAKI%3BIACI%2CcAAA%3BIACA%2CWAAW%2CwBAAX%3BIACA%2CaAAa%2CwBAAb%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2COAAO%2CsBAAP%3BIACA%2CmBAAA%3BIACA%2C%2BBAAA%3B%3BEAxBpB%2COAKI%2CeAKI%2CmBACI%2CYAgBI%3BIAKI%2CkBAAA%3B%3BEAJA%2COAvBhB%2CeAKI%2CmBACI%2CYAgBI%2CQACK%2CIAAI%3BIACD%2CaAAA%3B%3BEA7BxB%2COAKI%2CeAgCI%3BIACI%2CaAAA%3B%3BEAtCZ%2COA0CI%3BIACI%2CYAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEA7CR%2COAgDI%3BIACI%2CSAAA%3B%3BEAjDR%2COAoDI%3BIACI%2CSAAA%3B%3BEArDR%2COAoDI%2CMAGI%3BIACI%2CaAAA%3B%3BEAxDZ%2COA4DI%2CYACI%2COACI%2CYACI%3BIACI%2CkBAAA%3B%3BEAhEpB%2COA4DI%2CYACI%2COACI%2CYACI%2CMAGI%2CwBAEI%2CGAAE%2CKACG%2CKACI%3BEAtEjC%2COA4DI%2CYACI%2COACI%2CYACI%2CMAII%2C2BACI%2CGAAE%2CKACG%2CKACI%3BIACG%2CWAAW%2CmBAAX%3BIACA%2CaAAa%2CqBAAb%3B%3BEAxEpC%2COA4DI%2CYACI%2COACI%2CYAiBI%2COAEI%2CwBAEI%2CGAAE%2CKACE%2CGACI%3BEArFhC%2COA4DI%2CYACI%2COACI%2CYAiBI%2COAGI%2C2BACI%2CGAAE%2CKACE%2CGACI%3BIACI%2CWAAW%2CwBAAX%3BIACA%2CaAAa%2C0BAAb%3B%3BEAWpC%2CmBACI%3BIACI%2CSAAA%3B%3BEAFR%2CmBACI%2CSAGI%2CWACI%3BIACI%2CSAAA%3B%3BEANhB%2CmBACI%2CSAGI%2CWACI%2CMAGI%3BEARhB%2CmBACI%2CSAGI%2CWACI%2CMAII%3BEAThB%2CmBACI%2CSAGI%2CWACI%2CMAKI%3BEAVhB%2CmBACI%2CSAGI%2CWACI%2CMAMI%3BIACI%2CaAAA%3B%3BEAZpB%2CmBACI%2CSAGI%2CWACI%2CMAGI%2CMAMI%3BEAdpB%2CmBACI%2CSAGI%2CWACI%2CMAII%2COAKI%3BEAdpB%2CmBACI%2CSAGI%2CWACI%2CMAKI%2CSAII%3BEAdpB%2CmBACI%2CSAGI%2CWACI%2CMAMI%2CSAGI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAhBxB%2CmBACI%2CSAGI%2CWACI%2CMAGI%2CMAWI%3BEAnBpB%2CmBACI%2CSAGI%2CWACI%2CMAII%2COAUI%3BEAnBpB%2CmBACI%2CSAGI%2CWACI%2CMAKI%2CSASI%3BEAnBpB%2CmBACI%2CSAGI%2CWACI%2CMAMI%2CSAQI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEASxB%2CUAAU%2CIACN%2CSACI%3BIACI%2CWAAW%2CmBAAX%3BIACA%2CaAAa%2CqBAAb%3BIACA%2CmBAAA%3B%3BEAKZ%2CIAAI%2CiBAGA%3BEAHJ%2CIAAI%2CiBAIA%3BIACI%2CiBAAA%3B%3BEALR%2CIAAI%2CiBASA%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAXR%2CIAAI%2CiBAeA%2CSAAQ%3BEAfZ%2CIAAI%2CiBAgBA%2CSAAQ%3BIACJ%2C6BAAA%3BIACA%2CgCAAA%3B%3BEAlBR%2CIAAI%2CiBAeA%2CSAAQ%2CaAKJ%2CMACI%3BEArBZ%2CIAAI%2CiBAgBA%2CSAAQ%2CWAIJ%2CMACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAvBhB%2CIAAI%2CiBAeA%2CSAAQ%2CaAYJ%3BEA3BR%2CIAAI%2CiBAgBA%2CSAAQ%2CWAWJ%3BIACI%2CgBAAA%3B%3BEA5BZ%2CIAAI%2CiBAeA%2CSAAQ%2CaAYJ%2CgBAGI%3BEA9BZ%2CIAAI%2CiBAgBA%2CSAAQ%2CWAWJ%2CgBAGI%3BIACI%2CWAAW%2CmBAAX%3BIACA%2CaAAa%2CqBAAb%3BIACA%2CkBAAA%3B%3BEAMA%3BIACI%3BMACI%2CWAAW%2CQAAX%3BMACA%2CYAAA%3B%3BIAGJ%3BMACI%2CWAAW%2CkBAAX%3BMACA%2CUAAA%3B%3B%3BEAQxB%2CQAAQ%2CcACJ%2CsCACI%3BIACI%2C0BAAA%3B%3BEAHZ%2CQAAQ%2CcACJ%2CsCAKI%3BIACI%2CYAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3BEAKZ%2CSACI%2CSAEI%3BEAHR%2CSACI%2CSAGI%3BIACI%2CWAAW%2CwBAAX%3B%3BEALZ%2CSASI%3BIACI%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3B%3BEAZR%2CSASI%2COAKI%3BIACI%2CgBAAA%3B%3BEAfZ%2CSASI%2COASI%3BIACI%2CiBAAA%3B%3BEAnBZ%2CSASI%2COASI%2CYAGI%3BIACI%2CcAAA%3B%3BEAMhB%3BEACA%3BEACA%3BIACI%2CgBAAA%3B%3BEAHJ%2CiBAKI%3BEAJJ%2CkBAII%3BEAHJ%2CcAGI%3BIACI%2CWAAW%2CuBAAX%3BIACA%2CaAAa%2CyBAAb%3B%3BEAPR%2CiBAUI%3BEATJ%2CkBASI%3BEARJ%2CcAQI%3BIACI%2CWAAW%2C0BAAX%3BIACA%2CaAAa%2C0BAAb%3B%3BEAZR%2CiBAeI%3BEAdJ%2CkBAcI%3BEAbJ%2CcAaI%3BIACI%2CgBAAA%3B%3BEAhBR%2CiBAeI%2CgBAGI%3BEAjBR%2CkBAcI%2CgBAGI%3BEAhBR%2CcAaI%2CgBAGI%3BIACI%2CWAAW%2C0BAAX%3BIACA%2CaAAa%2C0BAAb%3B%3BEAKZ%2CIAAI%2CUAAW%2CSAAQ%3BEACvB%2CIAAI%2CUAAW%2CSAAQ%3BEACvB%2CIAAI%2CUAAW%2CSAAQ%3BEACvB%2CIAAI%2CUAAW%2CSAAQ%3BEACvB%2CIAAI%2CUAAW%2CSAAQ%3BIACnB%2CgCAAA%3BIACA%2C6BAAA%3B%3BEAGJ%2CIAAI%2CUACA%2CMAEI%2COAAM%3BIACF%2CiBAAA%3B%3BEAJZ%2CIAAI%2CUAQA%2CSAAQ%2CcACJ%2CSACI%3BIACI%2CYAAA%3BIACA%2CwBAAA%3B%3BEAOhB%2CIAAI%2CiBAEA%2CSAAQ%2CaAEJ%2CIAAG%3BEAJX%2CIAAI%2CiBAGA%2CSAAQ%2CWACJ%2CIAAG%3BIACC%2CiBAAA%3B%3BEALZ%2CIAAI%2CiBAEA%2CSAAQ%2CaAMJ%3BEARR%2CIAAI%2CiBAGA%2CSAAQ%2CWAKJ%3BIACI%2CaAAA%3BIACA%2CuBAAA%3B%3BEAVZ%2CIAAI%2CiBAEA%2CSAAQ%2CaAMJ%2CcAII%3BEAZZ%2CIAAI%2CiBAGA%2CSAAQ%2CWAKJ%2CcAII%3BIACI%2CWAAA%3B%3BEAbhB%2CIAAI%2CiBAEA%2CSAAQ%2CaAeJ%2CoBACI%3BEAlBZ%2CIAAI%2CiBAGA%2CSAAQ%2CWAcJ%2CoBACI%3BIACI%2CsBAAA%3BIACA%2CmBAAA%3B%3B%3B%3BAAm4BpB%2CmBA33BsC%3BEAClC%3BIACI%2CuBAAA%3BIACA%2CwBAAA%3BIAEA%2CoBAAA%3BIACA%2CwBAAA%3BIAGA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CGAGI%3BEAFJ%2CGAEI%3BEADJ%2CGACI%3BIACI%2CcAAA%3B%3BEAIR%3BIACI%2CyBAAA%3B%3BEAGJ%2CCAAC%3BEACD%2CCAAC%3BIACG%2CcAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2C6BAAA%3B%3BEAHJ%2COAKI%3BIACI%2CaAAA%3B%3BEANR%2COASI%3BIACI%2CmBAAA%3B%3BEAVR%2COAaI%3BIACI%2CmBAAA%3B%3BEAdR%2COAiBI%2CeACI%2CgBACI%3BIACI%2CmBAAA%3B%3BEApBhB%2COAyBI%3BIACI%2CmBAAA%3B%3BEA1BR%2COAyBI%2CYAGI%2COACI%3BIACI%2CaAAA%3BIACA%2C8BAAA%3B%3BEA%5C%2FBhB%2COAyBI%2CYAGI%2COACI%2CYAII%3BEAjChB%2COAyBI%2CYAGI%2COACI%2CYAKI%3BIACI%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3B%3BEArCpB%2COAyBI%2CYAGI%2COACI%2CYAWI%3BIACI%2C2BAAA%3B%3BEAzCpB%2COAyBI%2CYAGI%2COACI%2CYAWI%2CMAGI%2CwBAEK%2CKAAE%2CKACC%2CGACI%3BEA%5C%2FChC%2COAyBI%2CYAGI%2COACI%2CYAWI%2CMAII%2C2BACK%2CKAAE%2CKACC%2CGACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAjDpC%2COAyBI%2CYAGI%2COACI%2CYA2BI%3BIACI%2C2BAAA%3B%3BEAzDpB%2COAyBI%2CYAGI%2COACI%2CYA2BI%2COAGI%2CwBAEI%2CGAAE%2CKACE%2CGACI%3BEA%5C%2FDhC%2COAyBI%2CYAGI%2COACI%2CYA2BI%2COAII%2C2BACI%2CGAAE%2CKACE%2CGACI%3BIACI%2CWAAW%2CmBAAX%3BIACA%2CaAAa%2CqBAAb%3B%3BEAjEpC%2COAyBI%2CYAGI%2COACI%2CYA2BI%2COAeI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3B%3BEA7ExB%2COAyBI%2CYAGI%2COACI%2CYA2BI%2COAeI%2CgBAQI%2CcACI%3BIACI%2CkBAAkB%2CoBAAlB%3BIACA%2CcAAA%3B%3BEAlFhC%2COAyBI%2CYAGI%2COACI%2CYA2BI%2COAeI%2CgBAQI%2CcACI%2COAII%3BIACI%2CcAAA%3B%3BEArFpC%2COAyBI%2CYAGI%2COACI%2CYA2BI%2COAeI%2CgBAQI%2CcAUI%3BIACI%2CyCAAA%3B%3BEA1FhC%2COAyBI%2CYAGI%2COACI%2CYA2BI%2COAeI%2CgBAQI%2CcAUI%2CgBAGI%3BIACI%2CmBAAA%3B%3BEAKZ%2COAzEpB%2CYAGI%2COACI%2CYA2BI%2COAeI%2CgBA2BK%2CIAAI%3BIACD%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAS5B%2CIAAI%2CUACA%2CQACI%2CYACI%2COACI%2CYACI%2COAEI%3BEAPxB%2CIAAI%2CUACA%2CQACI%2CYACI%2COACI%2CYACI%2COAGI%3BIACI%2CmCAAA%3B%3BEAYhB%2COAFR%2CKACI%2CkBACK%3BIACG%2CYAAY%2CgEAAZ%3B%3BEAJhB%2COACI%2CKAOI%3BIACI%2CgBAAA%3B%3BEATZ%2COACI%2CKAWI%3BIACI%2CaAAA%3BIACA%2C8BAAA%3B%3BEAdZ%2COACI%2CKAgBI%3BIACI%2CmBAAA%3BIAEA%2CkBAAA%3B%3BEApBZ%2COACI%2CKAwBI%3BIACI%2CkBAAA%3B%3BEA1BZ%2COACI%2CKAwBI%2CSAGI%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3B%3BEA9BhB%2COACI%2CKAwBI%2CSAGI%2CMAII%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAlCpB%2COACI%2CKAwBI%2CSAaI%2CwBAII%3BEA1ChB%2COACI%2CKAwBI%2CSAcI%2C2BAGI%3BIACI%2CSAAA%3BIACA%2CuBAAA%3B%3BEA5CpB%2COACI%2CKAwBI%2CSAaI%2CwBAII%2CGAII%2CGACI%3BEA%5C%2FCxB%2COACI%2CKAwBI%2CSAcI%2C2BAGI%2CGAII%2CGACI%3BIACI%2CWAAW%2CmBAAX%3BIACA%2CaAAa%2CqBAAb%3B%3BEAjD5B%2COAyDI%3BIACI%2CeAAA%3B%3BEAIR%2CmBACI%2CSACI%2CWACI%2CMAEI%3BEALhB%2CmBACI%2CSACI%2CWACI%2CMAGI%3BEANhB%2CmBACI%2CSACI%2CWACI%2CMAII%3BEAPhB%2CmBACI%2CSACI%2CWACI%2CMAKI%3BIACI%2CaAAA%3B%3BEATpB%2CmBACI%2CSACI%2CWACI%2CMAEI%2CMAMI%3BEAXpB%2CmBACI%2CSACI%2CWACI%2CMAGI%2COAKI%3BEAXpB%2CmBACI%2CSACI%2CWACI%2CMAII%2CSAII%3BEAXpB%2CmBACI%2CSACI%2CWACI%2CMAKI%2CSAGI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAUhB%2CIAFJ%2CiBACC%2CIAAI%2CcACA%2CIAAI%2CcACD%3BIACI%2CiBAAA%3B%3BEAMZ%3BIACI%3BMACI%2CWAAW%2CQAAX%3BMACA%2CYAAA%3B%3BIAGJ%3BMACI%2CWAAW%2CmBAAX%3BMACA%2CUAAA%3B%3B%3BEAlBZ%2CIAAI%2CiBAsBA%2CSAAQ%2CaAEJ%2CMACI%3BEAzBZ%2CIAAI%2CiBAuBA%2CSAAQ%2CWACJ%2CMACI%3BIACI%2CqBAAA%3BIACA%2CcAAA%3B%3BEA3BhB%2CIAAI%2CiBAsBA%2CSAAQ%2CaASJ%3BEA%5C%2FBR%2CIAAI%2CiBAuBA%2CSAAQ%2CWAQJ%3BIACI%2CgBAAA%3B%3BEAhCZ%2CIAAI%2CiBAsBA%2CSAAQ%2CaASJ%2CgBAGI%3BEAlCZ%2CIAAI%2CiBAuBA%2CSAAQ%2CWAQJ%2CgBAGI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEApChB%2CIAAI%2CiBAsBA%2CSAAQ%2CaAkBJ%3BEAxCR%2CIAAI%2CiBAuBA%2CSAAQ%2CWAiBJ%3BIACI%2C8BAAA%3B%3BEAzCZ%2CIAAI%2CiBAsBA%2CSAAQ%2CaAkBJ%2CYAGI%2CiBACI%3BEA5ChB%2CIAAI%2CiBAuBA%2CSAAQ%2CWAiBJ%2CYAGI%2CiBACI%3BIACI%2C8BAAA%3B%3BEA7CpB%2CIAAI%2CiBAsBA%2CSAAQ%2CaA4BJ%3BEAlDR%2CIAAI%2CiBAuBA%2CSAAQ%2CWA2BJ%3BIACI%2C8BAAA%3B%3BEAnDZ%2CIAAI%2CiBAsBA%2CSAAQ%2CaA4BJ%2CaAGI%3BEArDZ%2CIAAI%2CiBAuBA%2CSAAQ%2CWA2BJ%2CaAGI%3BIACI%2C8BAAA%3B%3BEAtDhB%2CIAAI%2CiBAsBA%2CSAAQ%2CaAoCJ%2CYACK%3BEA3Db%2CIAAI%2CiBAuBA%2CSAAQ%2CWAmCJ%2CYACK%3BIACG%2CaAAA%3BIACA%2CmBAAA%3B%3BEA7DhB%2CIAAI%2CiBAsBA%2CSAAQ%2CaA2CJ%2CcACI%2COACI%3BEAnEhB%2CIAAI%2CiBAuBA%2CSAAQ%2CWA0CJ%2CcACI%2COACI%3BIACI%2CWAAW%2CwBAAX%3BIACA%2CaAAa%2C0BAAb%3B%3BEArEpB%2CIAAI%2CiBAsBA%2CSAAQ%2CaAoDJ%2CgCACI%2CmBACI%3BEA5EhB%2CIAAI%2CiBAuBA%2CSAAQ%2CWAmDJ%2CgCACI%2CmBACI%3BIACI%2CaAAA%3BIACA%2CSAAA%3B%3BEA9EpB%2CIAAI%2CiBAsBA%2CSAAQ%2CaAoDJ%2CgCACI%2CmBACI%2CgBAII%3BEAhFpB%2CIAAI%2CiBAuBA%2CSAAQ%2CWAmDJ%2CgCACI%2CmBACI%2CgBAII%3BIACI%2CWAAW%2CwBAAX%3BIACA%2CoDAAA%3BIACA%2CkBAAA%3BIACA%2CuBAAA%3B%3BEAQxB%2COAAO%2CQACH%2CEAAC%3BIACG%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAJR%2COAAO%2CQAOH%2CEAAC%3BIACG%2CqBAAA%3B%3BEAIR%3BIACI%2CmBAAA%3B%3BEADJ%2CSAGI%3BIACI%2CSAAA%3BIACA%2CWAAA%3B%3BEALR%2CSAQI%3BIACI%2CqBAAA%3B%3BEAIR%2COACI%3BIACI%2CSAAA%3BIACA%2CWAAA%3B%3BEAHR%2COAMI%3BIACI%2CmBAAA%3B%3BEAIR%2CcACI%2CgBACI%3BIACI%2CWAAA%3B%3BEAMR%2CIADA%2CUACC%2CIAAI%2CYACD%2CaACI%3BIACI%2CUAAA%3BIAEA%2CmBAAA%3B%3BEANhB%2CIAAI%2CUAWA%2CSAAQ%2CcACJ%3BIACI%2CYAAA%3BIACA%2CmBAAA%3B%3BEAdZ%2CIAAI%2CUAWA%2CSAAQ%2CcAMJ%2CSACI%2CkBACI%2CQACI%3BIACI%2CaAAA%3BIACA%2CgCAAA%3B%3BEAtBxB%2CIAAI%2CUAWA%2CSAAQ%2CcAMJ%2CSACI%2CkBACI%2CQACI%2CMAII%3BIACI%2CkBAAA%3B%3BEAzB5B%2CIAAI%2CUAWA%2CSAAQ%2CcAqBJ%3BIACI%2CaAAA%3BIACA%2CkCAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAqB%2CyBAAyB%2C0BAA0B%2CwBAAwB%2C4BAA4B%2CsBAA5H%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAzCZ%2CIAAI%2CUAWA%2CSAAQ%2CcAqBJ%2CoBAWI%3BIACI%2CkBAAA%3B%3BEA5ChB%2CIAAI%2CUAWA%2CSAAQ%2CcAqBJ%2CoBAeI%3BIACI%2CmBAAA%3B%3BEAhDhB%2CIAAI%2CUAWA%2CSAAQ%2CcAqBJ%2CoBAmBI%2CIAAG%3BIACC%2CgBAAA%3B%3BEApDhB%2CIAAI%2CUAWA%2CSAAQ%2CcAqBJ%2CoBAuBI%3BIACI%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAzDhB%2CIAAI%2CUAWA%2CSAAQ%2CcAqBJ%2CoBA4BI%3BIACI%2CoBAAA%3B%3BEA7DhB%2CIAAI%2CUAWA%2CSAAQ%2CcAqBJ%2CoBAgCI%3BIACI%2CsBAAA%3B%3BEAjEhB%2CIAAI%2CUAWA%2CSAAQ%2CcAqBJ%2CoBAoCI%3BIACI%2CiBAAA%3BIACA%2CwBAAA%3BIACA%2C8BAAA%3BIACA%2CqBAAqB%2CWAAW%2CgBAAgB%2CaAAhD%3BIACA%2CiBAAA%3B%3BEAzEhB%2CIAAI%2CUAWA%2CSAAQ%2CcAqBJ%2CoBAoCI%2CcAOI%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEA%5C%2FEpB%2CIAAI%2CUAWA%2CSAAQ%2CcAqBJ%2CoBAoCI%2CcAcI%3BIACI%2CiBAAA%3BIACA%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2C0BAAA%3B%3BEA1FpB%2CIAAI%2CUAWA%2CSAAQ%2CcAqBJ%2CoBAoCI%2CcAyBI%3BEA7FhB%2CIAAI%2CUAWA%2CSAAQ%2CcAqBJ%2CoBAoCI%2CcA0BI%3BIACI%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3B%3BEAOpB%2CIAAI%2CUACA%3BIACI%2CYAAA%3BIACA%2CcAAA%3B%3BEAHR%2CIAAI%2CUACA%2CiBAII%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3B%3BEAVZ%2CIAAI%2CUACA%2CiBAII%2CcAOI%3BIACI%2CWAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3B%3BEAfhB%2CIAAI%2CUACA%2CiBAII%2CcAaI%3BIACI%2CQAAA%3BIACA%2CgBAAA%3B%3BEApBhB%2CIAAI%2CUACA%2CiBAII%2CcAaI%2CiBAII%3BIACI%2CWAAW%2CsBAAX%3BIACA%2CaAAa%2CwBAAb%3B%3BEAxBpB%2CIAAI%2CUACA%2CiBAII%2CcAuBI%3BIACI%2CWAAA%3BIACA%2CQAAA%3B%3BEA9BhB%2CIAAI%2CUACA%2CiBAII%2CcA4BI%3BIACI%2CWAAA%3BIACA%2CQAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3B%3BEArChB%2CIAAI%2CUA0CA%2CWAEI%3BIACI%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CgBAAA%3B%3BEAjDZ%2CIAAI%2CUA0CA%2CWAEI%2CWAOI%3BIACI%2CaAAA%3B%3BEApDhB%2CIAAI%2CUA0CA%2CWAEI%2CWAWI%2CIAAG%3BIAEC%2CuBAAA%3BIACA%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CgBAAA%3B%3BEA5DhB%2CIAAI%2CUA0CA%2CWAEI%2CWAWI%2CIAAG%2CqCAOC%3BIACI%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3B%3BEAlEpB%2CIAAI%2CUA0CA%2CWAEI%2CWAWI%2CIAAG%2CqCAeC%3BIACI%2CuBAAA%3B%3BEAvEpB%2CIAAI%2CUA0CA%2CWAEI%2CWA%2BBI%3BIACI%2CuBAAA%3BIACA%2CaAAA%3BIACA%2CkCAAA%3BIACA%2C8BAAA%3BIACA%2CoBAAA%3B%3BEAhFhB%2CIAAI%2CUA0CA%2CWAEI%2CWA%2BBI%2CcAOI%3BIACI%2CWAAA%3B%3BEAnFpB%2CIAAI%2CUA0CA%2CWAEI%2CWA%2BBI%2CcAWI%2CEAAC%3BIACG%2CsBAAA%3B%3BEAvFpB%2CIAAI%2CUA6FA%3BIACI%2CkBAAA%3B%3BEA9FR%2CIAAI%2CUA6FA%2CkBAGI%3BIACI%2CkCAAA%3BIACA%2C8BAAA%3BIACA%2CoBAAA%3B%3BEAnGZ%2CIAAI%2CUA6FA%2CkBAGI%2CcAKI%2CMAAK%3BEArGjB%2CIAAI%2CUA6FA%2CkBAGI%2CcAMI%2CEAAC%3BIACG%2CWAAA%3B%3BEAvGhB%2CIAAI%2CUA4GA%2CSAAQ%2CcAAc%2CIAAI%2CYACtB%3BIACI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEAhHZ%2CIAAI%2CUAoHA%2CKAAI%3BEApHR%2CIAAI%2CUAqHA%2CKAAI%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAvHR%2CIAAI%2CUAoHA%2CKAAI%2CUAKA%3BEAzHR%2CIAAI%2CUAqHA%2CKAAI%2CgBAIA%3BIACI%2CaAAA%3BIACA%2CuBAAA%3B%3BEA3HZ%2CIAAI%2CUAoHA%2CKAAI%2CUAKA%2CcAII%3BEA7HZ%2CIAAI%2CUAqHA%2CKAAI%2CgBAIA%2CcAII%3BIACI%2CWAAA%3B%3BEAOhB%2CIAAI%2CiBAEA%2CSAAQ%2CaAEJ%3BEAJR%2CIAAI%2CiBAGA%2CSAAQ%2CWACJ%3BIACI%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAPZ%2CIAAI%2CiBAEA%2CSAAQ%2CaAQJ%2CcACK%2CQAAK%2CIAAI%3BEAXtB%2CIAAI%2CiBAGA%2CSAAQ%2CWAOJ%2CcACK%2CQAAK%2CIAAI%3BIACN%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3B%3BEAIR%2CIApBJ%2CiBAEA%2CSAAQ%2CaAkBH%2CIAAI%2CcACD%3BEADJ%2CIApBJ%2CiBAGA%2CSAAQ%2CWAiBH%2CIAAI%2CcACD%3BIACI%2CiBAAA%3B%3BEAFR%2CIApBJ%2CiBAEA%2CSAAQ%2CaAkBH%2CIAAI%2CcAKD%3BEALJ%2CIApBJ%2CiBAGA%2CSAAQ%2CWAiBH%2CIAAI%2CcAKD%3BIACI%2C6BAAA%3B%3BEA1BhB%2CIAAI%2CiBAEA%2CSAAQ%2CaA%2BBJ%3BEAjCR%2CIAAI%2CiBAGA%2CSAAQ%2CWA8BJ%3BIACI%2CkBAAA%3B%3BEAlCZ%2CIAAI%2CiBAEA%2CSAAQ%2CaAmCJ%2CcAAa%2CMACT%3BEAtCZ%2CIAAI%2CiBAGA%2CSAAQ%2CWAkCJ%2CcAAa%2CMACT%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEA1ChB%2CIAAI%2CiBAEA%2CSAAQ%2CaA4CJ%3BEA9CR%2CIAAI%2CiBAGA%2CSAAQ%2CWA2CJ%3BIACI%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAjDZ%2CIAAI%2CiBAEA%2CSAAQ%2CaAoDJ%3BEAtDR%2CIAAI%2CiBAGA%2CSAAQ%2CWAmDJ%3BIACI%2CiBAAA%3B%3BEAvDZ%2CIAAI%2CiBAEA%2CSAAQ%2CaAoDJ%2CcAGI%3BEAzDZ%2CIAAI%2CiBAGA%2CSAAQ%2CWAmDJ%2CcAGI%3BIACI%2C2BAAA%3B%3BEA1DhB%2CIAAI%2CiBAEA%2CSAAQ%2CaAoDJ%2CcAOI%3BEA7DZ%2CIAAI%2CiBAGA%2CSAAQ%2CWAmDJ%2CcAOI%3BIACI%2CWAAW%2CmBAAX%3BIACA%2CaAAa%2CqBAAb%3B%3BEA%5C%2FDhB%2CIAAI%2CiBAEA%2CSAAQ%2CaAoDJ%2CcAYI%2COACI%2CSACI%2CoBACI%3BEArExB%2CIAAI%2CiBAGA%2CSAAQ%2CWAmDJ%2CcAYI%2COACI%2CSACI%2CoBACI%3BIACI%2CyBAAA%3BIACA%2CYAAA%3B%3BEAvE5B%2CIAAI%2CiBAEA%2CSAAQ%2CaAoDJ%2CcAYI%2COACI%2CSACI%2CoBACI%2CkBAII%3BEAzE5B%2CIAAI%2CiBAGA%2CSAAQ%2CWAmDJ%2CcAYI%2COACI%2CSACI%2CoBACI%2CkBAII%3BIACI%2CaAAA%3B%3BEA1EhC%2CIAAI%2CiBAEA%2CSAAQ%2CaAoDJ%2CcAYI%2COACI%2CSACI%2CoBACI%2CkBAQI%3BEA7E5B%2CIAAI%2CiBAGA%2CSAAQ%2CWAmDJ%2CcAYI%2COACI%2CSACI%2CoBACI%2CkBAQI%3BIACI%2CaAAA%3BIACA%2CQAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAlFhC%2CIAAI%2CiBAEA%2CSAAQ%2CaAoDJ%2CcAYI%2COACI%2CSACI%2CoBACI%2CkBAQI%2COAOI%3BEApFhC%2CIAAI%2CiBAGA%2CSAAQ%2CWAmDJ%2CcAYI%2COACI%2CSACI%2CoBACI%2CkBAQI%2COAOI%3BIACI%2CWAAA%3B%3BEArFpC%2CIAAI%2CiBAEA%2CSAAQ%2CaAoDJ%2CcAYI%2COACI%2CSACI%2CoBACI%2CkBAQI%2COAWI%3BEAxFhC%2CIAAI%2CiBAGA%2CSAAQ%2CWAmDJ%2CcAYI%2COACI%2CSACI%2CoBACI%2CkBAQI%2COAWI%3BIACI%2CkBAAA%3BIACA%2CaAAA%3B%3BEAIR%2CIA9FxB%2CiBAEA%2CSAAQ%2CaAoDJ%2CcAYI%2COACI%2CSACI%2CoBACI%2CkBAyBK%3BEAAD%2CIA9FxB%2CiBAGA%2CSAAQ%2CWAmDJ%2CcAYI%2COACI%2CSACI%2CoBACI%2CkBAyBK%3BIACG%2CUAAA%3BIACA%2CWAAA%3B%3BEAOpB%2CIAvGR%2CiBAEA%2CSAAQ%2CaAoDJ%2CcAiDK%2CIAAI%3BEAAL%2CIAvGR%2CiBAGA%2CSAAQ%2CWAmDJ%2CcAiDK%2CIAAI%3BIACD%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CiCAAA%3BIACA%2CqBAAqB%2CcAAc%2CaAAa%2CcAAhD%3BIACA%2CgBAAA%3B%3BEALJ%2CIAvGR%2CiBAEA%2CSAAQ%2CaAoDJ%2CcAiDK%2CIAAI%2CWAOD%3BEAPJ%2CIAvGR%2CiBAGA%2CSAAQ%2CWAmDJ%2CcAiDK%2CIAAI%2CWAOD%3BIACI%2CgBAAA%3B%3BEARR%2CIAvGR%2CiBAEA%2CSAAQ%2CaAoDJ%2CcAiDK%2CIAAI%2CWAYD%3BEAZJ%2CIAvGR%2CiBAGA%2CSAAQ%2CWAmDJ%2CcAiDK%2CIAAI%2CWAYD%3BIACI%2CiBAAA%3BIACA%2C8BAAA%3BIACA%2C2BAAA%3BIACA%2C4BAAA%3B%3BEAhBR%2CIAvGR%2CiBAEA%2CSAAQ%2CaAoDJ%2CcAiDK%2CIAAI%2CWAmBA%3BEAnBL%2CIAvGR%2CiBAGA%2CSAAQ%2CWAmDJ%2CcAiDK%2CIAAI%2CWAmBA%3BIACG%2CeAAA%3B%3BEApBR%2CIAvGR%2CiBAEA%2CSAAQ%2CaAoDJ%2CcAiDK%2CIAAI%2CWAuBD%3BEAvBJ%2CIAvGR%2CiBAGA%2CSAAQ%2CWAmDJ%2CcAiDK%2CIAAI%2CWAuBD%3BIACI%2CmBAAA%3B%3BEAxBR%2CIAvGR%2CiBAEA%2CSAAQ%2CaAoDJ%2CcAiDK%2CIAAI%2CWA2BD%2CSAEI%3BEA7BR%2CIAvGR%2CiBAGA%2CSAAQ%2CWAmDJ%2CcAiDK%2CIAAI%2CWA2BD%2CSAEI%3BEA7BR%2CIAvGR%2CiBAEA%2CSAAQ%2CaAoDJ%2CcAiDK%2CIAAI%2CWA2BD%2CSAGI%3BEA9BR%2CIAvGR%2CiBAGA%2CSAAQ%2CWAmDJ%2CcAiDK%2CIAAI%2CWA2BD%2CSAGI%3BIACI%2CWAAW%2CwBAAX%3B%3BEA%5C%2FBZ%2CIAvGR%2CiBAEA%2CSAAQ%2CaAoDJ%2CcAiDK%2CIAAI%2CWAmCD%3BEAnCJ%2CIAvGR%2CiBAGA%2CSAAQ%2CWAmDJ%2CcAiDK%2CIAAI%2CWAmCD%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3B%3BEA5IpB%2CIAAI%2CiBAEA%2CSAAQ%2CaA%2BIJ%2CcACI%2CMAAK%2CmBACD%3BEAnJhB%2CIAAI%2CiBAGA%2CSAAQ%2CWA8IJ%2CcACI%2CMAAK%2CmBACD%3BIACI%2CYAAA%3B%3BEAEA%2CIAtJhB%2CiBAEA%2CSAAQ%2CaA%2BIJ%2CcACI%2CMAAK%2CmBACD%2CkBAGK%3BEAAD%2CIAtJhB%2CiBAGA%2CSAAQ%2CWA8IJ%2CcACI%2CMAAK%2CmBACD%2CkBAGK%3BIACG%2CUAAA%3BIACA%2CWAAA%3B%3BEAxJxB%2CIAAI%2CiBAEA%2CSAAQ%2CaA4JJ%3BEA9JR%2CIAAI%2CiBAGA%2CSAAQ%2CWA2JJ%3BIACI%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAlKZ%2CIAAI%2CiBAEA%2CSAAQ%2CaA4JJ%2CYAMI%3BEApKZ%2CIAAI%2CiBAGA%2CSAAQ%2CWA2JJ%2CYAMI%3BIACI%2CWAAA%3B%3BEArKhB%2CIAAI%2CiBAEA%2CSAAQ%2CaA4JJ%2CYAUI%2COACK%2CMACG%3BEA1KpB%2CIAAI%2CiBAGA%2CSAAQ%2CWA2JJ%2CYAUI%2COACK%2CMACG%3BIACI%2CmBAAA%3BIACA%2C2BAAA%3BIACA%2CmBAAA%3B%3BEA7KxB%2CIAAI%2CiBAEA%2CSAAQ%2CaA4JJ%2CYAUI%2COACK%2CMACG%2CSAKI%3BEA%5C%2FKxB%2CIAAI%2CiBAGA%2CSAAQ%2CWA2JJ%2CYAUI%2COACK%2CMACG%2CSAKI%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2C2BAAA%3B%3BEAMhB%2CIAxLR%2CiBAEA%2CSAAQ%2CaA4JJ%2CYA0BK%2CSACG%2CmBACI%2COACI%3BEAHZ%2CIAxLR%2CiBAGA%2CSAAQ%2CWA2JJ%2CYA0BK%2CSACG%2CmBACI%2COACI%3BIACI%2CYAAA%3B%3BEAJhB%2CIAxLR%2CiBAEA%2CSAAQ%2CaA4JJ%2CYA0BK%2CSASG%2COACK%2CMACG%2CSACI%3BEAZhB%2CIAxLR%2CiBAGA%2CSAAQ%2CWA2JJ%2CYA0BK%2CSASG%2COACK%2CMACG%2CSACI%3BIACI%2C2BAAA%3B%3BEArMhC%2CIAAI%2CiBAEA%2CSAAQ%2CaA2MJ%2COAAM%2CaAKD%2CMAAG%3BEAlNhB%2CIAAI%2CiBAGA%2CSAAQ%2CWA0MJ%2COAAM%2CaAKD%2CMAAG%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3B%3BEApNhB%2CIAAI%2CiBAEA%2CSAAQ%2CaA2MJ%2COAAM%2CaAKD%2CMAAG%2CmCAIA%3BEAtNhB%2CIAAI%2CiBAGA%2CSAAQ%2CWA0MJ%2COAAM%2CaAKD%2CMAAG%2CmCAIA%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2C2BAAA%3B%3BEAzNpB%2CIAAI%2CiBAEA%2CSAAQ%2CaA2MJ%2COAAM%2CaAKD%2CMAAG%2CmCAIA%2CSAMI%3BEA5NpB%2CIAAI%2CiBAGA%2CSAAQ%2CWA0MJ%2COAAM%2CaAKD%2CMAAG%2CmCAIA%2CSAMI%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2C8BAAA%3B%3BEA%5C%2FNxB%2CIAAI%2CiBAEA%2CSAAQ%2CaA2MJ%2COAAM%2CaAuBF%3BEApOZ%2CIAAI%2CiBAGA%2CSAAQ%2CWA0MJ%2COAAM%2CaAuBF%3BIACI%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAtOhB%2CIAAI%2CiBAEA%2CSAAQ%2CaA2MJ%2COAAM%2CaA4BF%2CQAAO%2CIAAI%2COAAO%3BEAzO9B%2CIAAI%2CiBAGA%2CSAAQ%2CWA0MJ%2COAAM%2CaA4BF%2CQAAO%2CIAAI%2COAAO%3BIACd%2CWAAA%3BIACA%2CmBAAA%3B%3BEA3OhB%2CIAAI%2CiBAEA%2CSAAQ%2CaA6OJ%3BEA%5C%2FOR%2CIAAI%2CiBAGA%2CSAAQ%2CWA4OJ%3BIACI%2CWAAA%3BIACA%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAMZ%2CIAAI%2CIAAI%2C4BACJ%2CaACI%3BIACI%2CUAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEAMR%2CYAAC%2CUACG%3BIACI%2C0BAAA%3B%3BEAFR%2CYAAC%2CUACG%2CSAGI%3BIACI%2CUAAA%3BIACA%2CmBAAA%3B%3B%3B%3BAAmCpB%2CQA3B2B%2CwBAAkB%3BEAQb%2COANxB%2CYACI%2COACI%2CYACI%2COACI%2CgBACI%2CQACK%3BIACG%2CWAAA%3B%3BEADJ%2COANxB%2CYACI%2COACI%2CYACI%2COACI%2CgBACI%2CQACK%2CMAGG%2CIACI%3BIACI%2CMAAM%2CoBAAN%3B%3B%3B%3BAAkR3C%2CmBApQqC%3BEAClC%3BIACI%2CwBAAA%3BIACA%2CqBAAA%3BIAEA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAIA%2CYAAC%2CUACG%2CSACI%3BIACI%2CYAAA%3BIACA%2CaAAA%3B%3BEAMhB%2COACI%2CYACI%2COACI%2CYACI%2COAEI%2CwBAEI%2CGAAE%3BEAR1B%2COACI%2CYACI%2COACI%2CYACI%2COAGI%2C2BACI%2CGAAE%3BIACE%2CSAAA%3B%3BEAWpB%2CmBADJ%2CUACK%3BIACG%2CYAAY%2C6DAAZ%3B%3BEAHZ%2CmBAOI%3BIACI%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CMAAA%3B%3BEAVR%2CmBAOI%2CSAKI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAfZ%2CmBAOI%2CSAKI%2CWAKI%3BIACI%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEApBhB%2CmBAOI%2CSAKI%2CWAKI%2CMAKI%3BEAtBhB%2CmBAOI%2CSAKI%2CWAKI%2CMAMI%3BEAvBhB%2CmBAOI%2CSAKI%2CWAKI%2CMAOI%3BEAxBhB%2CmBAOI%2CSAKI%2CWAKI%2CMAQI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEA3BpB%2CmBAOI%2CSAKI%2CWAKI%2CMAKI%2CMAOI%3BEA7BpB%2CmBAOI%2CSAKI%2CWAKI%2CMAMI%2COAMI%3BEA7BpB%2CmBAOI%2CSAKI%2CWAKI%2CMAOI%2CSAKI%3BEA7BpB%2CmBAOI%2CSAKI%2CWAKI%2CMAQI%2CSAII%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAhCxB%2CmBAOI%2CSAKI%2CWAyBI%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAvChB%2CmBAOI%2CSAoCI%3BIACI%2CYAAA%3BIACA%2CaAAA%3B%3BEA7CZ%2CmBAOI%2CSAyCI%3BIACI%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CuBAAA%3B%3BEArDZ%2CmBAOI%2CSAyCI%2CSAOI%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEA1DhB%2CmBAOI%2CSAyCI%2CSAaI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAMhB%2COACI%2CKACI%3BIACI%2C8BAAA%3B%3BEAHZ%2COAOI%2CKACI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAVZ%2COAOI%2CKACI%2CSAII%3BIACI%2CYAAA%3BIACA%2CQAAA%3BIACA%2CiBAAA%3B%3BEAfhB%2COAOI%2CKACI%2CSAUI%3BIACI%2CQAAA%3B%3BEAnBhB%2COAOI%2CKACI%2CSAcI%3BEAtBZ%2COAOI%2CKACI%2CSAeI%3BIACI%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAEA%2COAtBZ%2CKACI%2CSAcI%2CqBAOK%3BEAAD%2COAtBZ%2CKACI%2CSAeI%2C0BAMK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3B%3BEApCpB%2COAOI%2CKACI%2CSAcI%2CqBAiBI%3BEAvChB%2COAOI%2CKACI%2CSAeI%2C0BAgBI%3BIACI%2CmBAAA%3BIACA%2CSAAA%3B%3BEAzCpB%2COAOI%2CKACI%2CSAcI%2CqBAiBI%2CGAII%3BEA3CpB%2COAOI%2CKACI%2CSAeI%2C0BAgBI%2CGAII%3BIACI%2CkBAAA%3BIACA%2C2BAAA%3B%3BEAEA%2COAxCpB%2CKACI%2CSAcI%2CqBAiBI%2CGAII%2CGAIK%3BEAAD%2COAxCpB%2CKACI%2CSAeI%2C0BAgBI%2CGAII%2CGAIK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3B%3BEAIA%2COAnDxB%2CKACI%2CSAcI%2CqBAiBI%2CGAII%2CGAcK%2CaACI%3BEAAD%2COAnDxB%2CKACI%2CSAeI%2C0BAgBI%2CGAII%2CGAcK%2CaACI%3BIACG%2CaAAA%3B%3BEA3DhC%2COAOI%2CKACI%2CSAcI%2CqBAiBI%2CGAII%2CGAoBI%3BEA%5C%2FDxB%2COAOI%2CKACI%2CSAeI%2C0BAgBI%2CGAII%2CGAoBI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEAS5B%2CGAEI%2CEAAC%2CIAAI%3BEADT%2CGACI%2CEAAC%2CIAAI%3BIACD%2CmBAAA%3B%3BEAIR%2CIAAI%2CiBAEA%2CSAAQ%2CaAEJ%3BEAJR%2CIAAI%2CiBAGA%2CSAAQ%2CWACJ%3BIACI%2CgBAAA%3B%3BEALZ%2CIAAI%2CiBAEA%2CSAAQ%2CaAMJ%2CcACI%2COACI%2CSACI%2CoBACI%3BEAZxB%2CIAAI%2CiBAGA%2CSAAQ%2CWAKJ%2CcACI%2COACI%2CSACI%2CoBACI%3BIACI%2CWAAA%3B%3BEAS5B%2CQAAQ%2CcACJ%2CsCACI%3BIACI%2C0BAAA%3B%3BEAKZ%3BIACI%2CcAAA%3BIACA%2CiBAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3B%3BEADJ%2COAGI%3BIACI%2CcAAA%3B%3BEAIR%3BEACA%3BEACA%3BIACI%2CWAAA%3BIACA%2CaAAA%3B%3BEAJJ%2CkBAMI%3BEALJ%2CcAKI%3BEAJJ%2CgBAII%3BIACI%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2COAAO%2CoBAAP%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CkBAAC%2CUACG%3BEADJ%2CcAAC%2CUACG%3BEADJ%2CgBAAC%2CUACG%3BIACI%2CaAAA%22%7D */