@charset "UTF-8";
#main .home-section-gallery .fusion-image-element .fusion-imageframe, #main .home-section-meet .column-grid .fusion-image-element {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .home-section-gallery .fusion-image-element .fusion-imageframe img, #main .home-section-meet .column-grid .fusion-image-element img {
  flex: none;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
}
html body {
  font-family: brandon-grotesque, sans-serif !important;
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body a, html body p, html body .fusion-button span, html body label, html body input p, html body li, html body textarea {
  font-family: brandon-grotesque, sans-serif !important;
}
html body h1 {
  font-weight: 700 !important;
}
@media (max-width: 980px) {
  html body h1 {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  html body h1 {
    font-size: 30px !important;
  }
}
@media (max-width: 980px) {
  html body h2, html body p {
    text-align: center !important;
  }
}
html body h2 {
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  html body h2 {
    text-align: center;
    height: auto;
    font-size: 35px !important;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  html body h2 {
    font-size: 30px !important;
  }
}
html body h3 {
  letter-spacing: 5px !important;
}
@media (max-width: 767px) {
  html body h3 {
    font-size: 23px !important;
  }
}
@media (max-width: 480px) {
  html body h3 {
    font-size: 21px !important;
  }
}
#wrapper .fusion-fullwidth > .fusion-builder-row {
  width: 90% !important;
  flex: unset;
}
@media (max-width: 767px) {
  #wrapper .fusion-fullwidth > .fusion-builder-row {
    width: 95% !important;
  }
}
#wrapper .fusion-layout-column {
  max-width: 100%;
}
.decor-beehive {
  font-size: 40px;
  position: relative;
}
.decor-beehive::before, .decor-beehive::after {
  content: "";
  display: block;
  width: 1.25em;
  height: 2px;
  background: #78b8af;
  top: 0.3em;
  position: absolute;
}
.decor-beehive::before {
  left: 0;
}
.decor-beehive::after {
  right: 0;
}
.decor-beehive img {
  display: block;
  width: 1em;
  height: auto;
  margin: 0 1.45em;
}
.decor-beehive.is-light img {
  filter: invert(1);
}
.decor-beehive.is-invert::before, .decor-beehive.is-invert::after {
  background: #ffffff;
}
.icon-contrast img {
  filter: contrast(200%);
}
body .get-in-touch-modal .modal-dialog {
  width: 90%;
  max-width: 1200px;
  overflow: unset;
  padding: 2rem;
}
@media (max-width: 480px) {
  body .get-in-touch-modal .modal-dialog {
    width: 95%;
    padding: 2rem 1rem;
  }
}
body .get-in-touch-modal .modal-dialog .modal-content {
  padding: 3rem;
  position: relative;
}
@media (max-width: 480px) {
  body .get-in-touch-modal .modal-dialog .modal-content {
    padding: 4rem 2rem;
  }
}
body .get-in-touch-modal .modal-dialog .modal-header {
  padding: 0;
  min-height: 0;
  margin-bottom: 0.5rem;
  position: inherit;
}
body .get-in-touch-modal .modal-dialog .modal-header .close {
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 0;
  filter: grayscale(100%);
  cursor: pointer;
  width: 32px;
  height: 32px;
  opacity: 1;
  transition: all 0.2s;
}
@media (max-width: 480px) {
  body .get-in-touch-modal .modal-dialog .modal-header .close {
    top: -40px;
  }
}
body .get-in-touch-modal .modal-dialog .modal-header .close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/2026/01/close-icon.svg") center / contain no-repeat;
}
body .get-in-touch-modal .modal-dialog .modal-header .close:hover {
  opacity: 0.69;
}
body .get-in-touch-modal .modal-dialog .modal-body {
  padding: 0;
}
body .get-in-touch-modal .modal-dialog .modal-body h3 {
  margin: 0;
  font-size: 35px !important;
  color: #5ebba8;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  body .get-in-touch-modal .modal-dialog .modal-body h3 {
    font-size: 30px !important;
  }
}
body .get-in-touch-modal .modal-dialog .modal-body .fusion-form form .get-in-touch-form {
  padding: 40px 0 20px;
}
body .get-in-touch-modal .modal-dialog .modal-body .fusion-form form .get-in-touch-form .get-in-touch-modal__col .fusion-column-wrapper .fusion-form-field, body .get-in-touch-modal .modal-dialog .modal-body .fusion-form form .get-in-touch-form .get-in-touch-modal__row .fusion-column-wrapper .fusion-form-field {
  margin: 0 0 10px;
}
body .get-in-touch-modal .modal-dialog .modal-title {
  font-weight: 300;
  font-size: 23px;
  text-align: center;
  letter-spacing: 5px;
}
body .get-in-touch-modal__row .fusion-column-wrapper {
  margin-left: 0;
  margin-right: 0;
}
body .get-in-touch-modal__row-time {
  margin-bottom: 10px !important;
}
body .get-in-touch-modal__row-time label {
  font-size: 18px !important;
  font-weight: 400 !important;
}
body .get-in-touch-modal__row-time-note p {
  font-size: 15px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}
body .get-in-touch-modal__row-message {
  margin-bottom: 0 !important;
}
body .get-in-touch-modal__row-message label {
  margin-bottom: 10px !important;
}
body .get-in-touch-modal__row-message textarea {
  color: #3a3a3a;
  min-height: 200px;
  margin-bottom: 10px;
  font-size: 15px;
}
body .get-in-touch-modal__row-phi-note {
  color: #000000;
}
body .get-in-touch-modal__row-submit-button {
  display: flex;
  justify-content: center;
  margin: 30px 0 0 !important;
}
body .get-in-touch-modal__row-submit-button button {
  margin: 0 !important;
}
body .get-in-touch-modal__row-submit-button button .fusion-button-text {
  line-height: 1.5;
}
body .get-in-touch-modal .modal-footer {
  display: none;
}
#header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  padding: 0 0 0 0;
}
#header .header-logo {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  max-width: 150px;
}
#header .header-logo a {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
#header .header-logo a:hover {
  opacity: 0.85;
}
#header .header-navigation {
  height: 100%;
}
#header .header-navigation .fusion-menu {
  column-gap: clamp(8px, 16 / 1400 * 100vw, 16px);
}
#header .header-navigation a span {
  font-weight: 700;
}
#header .header-navigation .current-menu-item a span {
  color: #000000;
}
#header > .fusion-builder-row {
  max-width: 1600px !important;
}
#header .fusion-column-wrapper {
  margin-left: 0;
  margin-right: 0;
}
#header .fusion-image-element:has(.header-logo) {
  margin-right: auto;
}
@media (min-width: 981px) {
  .button-book .awb-button__icon {
    display: none;
  }
}
@media (max-width: 980px) {
  #header {
    --awb-min-height: 70px;
  }
  #header .fusion-column-wrapper > .fusion-image-element {
    order: 0;
  }
  #header .fusion-column-wrapper > div:nth-last-child(1) {
    order: 1;
  }
  #header .fusion-column-wrapper > div:nth-last-child(2) {
    order: 2;
  }
  #header .fusion-column-wrapper .header-button {
    order: 3;
  }
  #header .fusion-column-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  #header .header-logo {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #header .header-navigation {
    flex: 0 0 auto;
    order: 4;
  }
  #header .header-navigation .awb-menu__m-toggle {
    width: 40px;
    padding: 0;
    background: transparent;
    border: 0;
  }
  #header .header-navigation .awb-menu__m-toggle-inner {
    justify-content: center;
  }
  #header .header-navigation .awb-menu__m-collapse-icon {
    width: 50px;
    height: 3px;
    background: var(--awb-color5, #5ebba8);
    position: relative;
    margin: 0;
    transition: background-color 0.35s ease;
  }
  #header .header-navigation .awb-menu__m-collapse-icon::before, #header .header-navigation .awb-menu__m-collapse-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #454955;
    transition: transform 0.35s ease, background-color 0.35s ease;
  }
  #header .header-navigation .awb-menu__m-collapse-icon::before {
    top: -14px;
  }
  #header .header-navigation .awb-menu__m-collapse-icon::after {
    top: 14px;
  }
  #header .header-navigation .awb-menu__m-collapse-icon-open, #header .header-navigation .awb-menu__m-collapse-icon-close {
    opacity: 0;
  }
  #header .header-navigation .awb-menu.expanded .awb-menu__m-collapse-icon, #header .header-navigation .awb-menu__m-toggle[aria-expanded="true"] .awb-menu__m-collapse-icon {
    background-color: transparent;
  }
  #header .header-navigation .awb-menu.expanded .awb-menu__m-collapse-icon::before, #header .header-navigation .awb-menu__m-toggle[aria-expanded="true"] .awb-menu__m-collapse-icon::before {
    transform: translateY(16px) rotate(45deg);
  }
  #header .header-navigation .awb-menu.expanded .awb-menu__m-collapse-icon::after, #header .header-navigation .awb-menu__m-toggle[aria-expanded="true"] .awb-menu__m-collapse-icon::after {
    transform: translateY(-16px) rotate(-45deg);
  }
  #header .header-navigation .awb-menu__main-ul {
    background: #ededed;
    border-top: 1px solid #d6d6d6;
    box-shadow: 0 16px 22px rgba(0, 0, 0, 0.08);
  }
  #header .header-navigation .awb-menu__main-li {
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
  }
  #header .header-navigation .awb-menu__main-li:last-child {
    border-bottom: 0;
  }
  #header .header-navigation .awb-menu__main-a {
    padding: 22px 20px;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 14px;
    font-weight: 600;
    color: #5a5a5a;
  }
  #header .header-navigation .awb-menu__sub-ul {
    background: #f5f5f5;
    padding: 0;
  }
  #header .header-navigation .awb-menu__sub-a {
    padding: 18px 20px;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 13px;
    font-weight: 600;
    color: #6a6a6a;
  }
  #header .header-button {
    width: 40px;
    height: 50px;
    min-width: 40px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #header .header-button.button-phone .fa-phone-alt {
    transform: scaleX(-1);
  }
  #header .header-button.button-phone {
    order: 2;
  }
  #header .header-button.button-book {
    order: 3;
  }
  #header .header-button .fusion-button-text {
    display: none;
  }
  #header .header-button i {
    margin: 0;
    font-size: 36px;
    color: var(--awb-color5, #5ebba8);
  }
  #header .header-button:hover i {
    color: #454955;
  }
  #header .awb-menu.collapse-enabled.mobile-mode-collapse-to-button.expanded .awb-menu__main-ul {
    max-height: 100vh !important;
  }
}
@media (max-width: 767px) {
  #header {
    min-height: 70px;
    --awb-min-height: 70px;
  }
  #header .header-logo {
    max-width: 100px;
  }
  #header .header-button {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }
  #header .header-navigation .awb-menu__m-collapse-icon {
    width: 45px;
  }
  #header .header-navigation .awb-menu__m-collapse-icon::before {
    top: -14px;
  }
  #header .header-navigation .awb-menu__m-collapse-icon::after {
    top: 14px;
  }
  #header .header-navigation .awb-menu.expanded .awb-menu__m-collapse-icon::before, #header .header-navigation .awb-menu__m-toggle[aria-expanded="true"] .awb-menu__m-collapse-icon::before {
    transform: translateY(14px) rotate(45deg);
  }
  #header .header-navigation .awb-menu.expanded .awb-menu__m-collapse-icon::after, #header .header-navigation .awb-menu__m-toggle[aria-expanded="true"] .awb-menu__m-collapse-icon::after {
    transform: translateY(-14px) rotate(-45deg);
  }
}
#main {
  --main_padding-top: 90px;
  --main_padding-bottom: 80px;
}
#main.width-100 {
  --main_padding-top: 0;
  --main_padding-bottom: 0;
}
body.admin-bar #header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #header {
    top: 46px;
  }
}
body #content .section-page-banner__row-img {
  max-width: 1250px !important;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  body #content .section-page-banner__row-img {
    --awb-bg-image: transparent !important;
  }
}
body #content .section-page-banner > .fusion-builder-row {
  width: 100% !important;
}
body #content .section-page-banner .card-content-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 980px) {
  body #content .section-page-banner .card-content-wrap {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  body #content .section-page-banner .card-content-wrap {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 480px) {
  body #content .section-page-banner .card-content-wrap {
    width: 100%;
  }
}
@media (max-width: 980px) {
  body #content .section-page-banner .fusion-image-element {
    margin-bottom: 10px;
  }
}
body #content .section-page-banner .white-line-1 {
  background-color: #ffffff;
  width: 2px;
  height: 15px;
  position: absolute;
  transition: height 0.3s ease;
  left: 0;
  top: 0;
}
body #content .section-page-banner .white-line-2 {
  background-color: #ffffff;
  width: 15px;
  height: 2px;
  position: absolute;
  transition: width 0.3s ease;
  left: 0;
  top: 0;
}
body #content .section-page-banner .white-line-3 {
  background-color: #ffffff;
  width: 15px;
  height: 2px;
  position: absolute;
  transition: width 0.3s ease;
  right: 0;
  bottom: 0;
}
body #content .section-page-banner .white-line-4 {
  background-color: #ffffff;
  width: 2px;
  height: 15px;
  position: absolute;
  transition: height 0.3s ease;
  right: 0;
  bottom: 0;
}
body #content .section-page-banner .blk {
  background-color: #000000;
}
@media (max-width: 767px) {
  body #content .section-page-banner__row-img {
    min-height: 480px;
  }
}
body .section-page-banner__сard {
  position: relative;
}
@media (max-width: 480px) {
  body .section-page-banner__сard > .fusion-column-wrapper {
    padding: 10px;
  }
}
body .section-page-banner__сard.green .card-content-wrap img {
  filter: brightness(0%) grayscale(1);
}
body .section-clear-aligners .fusion-builder-row {
  width: 80%;
  flex: unset;
}
@media (max-width: 767px) {
  body .section-clear-aligners .fusion-builder-row {
    width: 90%;
  }
}
@media (max-width: 767px) {
  body .section-clear-aligners .fusion-builder-row .fusion-title-heading {
    font-size: 26px !important;
  }
}
body .section-facts .fusion-builder-row {
  width: 80%;
  flex: unset;
}
@media (max-width: 980px) {
  body .section-facts .fusion-builder-row {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  body .section-facts .fusion-builder-row {
    width: 90%;
  }
}
@media (max-width: 980px) {
  body .section-facts__col .fusion-column-wrapper {
    margin: 0;
  }
}
body .section-facts__col-content .content-box-column {
  margin: 0;
}
body .section-facts__col-content .content-box-column .content-box-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  body .section-facts__col-content .content-box-column .content-box-wrapper {
    flex-direction: column;
  }
}
body .section-facts__col-content .content-box-column .content-box-wrapper .image {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  body .section-facts__col-content .content-box-column .content-box-wrapper .image {
    position: relative;
    display: flex;
    justify-content: center;
    transform: unset;
  }
}
body .section-facts__col-content .content-box-column .content-box-wrapper .content-container {
  text-align: left;
  margin-bottom: 10px;
  padding-left: 90px;
}
@media (max-width: 767px) {
  body .section-facts__col-content .content-box-column .content-box-wrapper .content-container {
    padding-left: 0;
  }
}
body .section-facts__col-content .content-box-column .content-box-wrapper .content-container p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
}
body .section-facts__col-content .content-box-column .content-box-wrapper .content-container p strong {
  font-size: 35px;
  font-weight: 700;
}
body .section-impression-slider > .fusion-builder-row {
  display: none;
}
@media (max-width: 767px) {
  body .section-impression-slider__item > .fusion-column-wrapper {
    margin: 0;
  }
}
@media (max-width: 767px) {
  body .section-impression-slider__item > .fusion-column-wrapper > .fusion-builder-row {
    padding: 0 20px !important;
  }
}
@media (max-width: 480px) {
  body .section-impression-slider__item_col-1-2 .fusion-title-heading {
    font-size: 26px !important;
  }
}
body .section-impression-slider__item_col-2-2 img {
  min-height: 450px;
  object-fit: cover;
}
body .section-impression-slider .impression-slider-container {
  max-width: 1370px;
  position: relative;
  width: 93%;
  padding: 0 98px;
}
@media (max-width: 767px) {
  body .section-impression-slider .impression-slider-container {
    width: 100%;
    padding: 0 5px;
  }
}
body .section-impression-slider .swiper-pagination {
  justify-content: center;
}
body .section-impression-slider .swiper {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  body .section-impression-slider .swiper {
    padding: 0;
  }
}
body .section-impression-slider .swiper-button-next, body .section-impression-slider .swiper-button-prev {
  top: 56%;
}
body .section-impression-slider .swiper-button-next::after, body .section-impression-slider .swiper-button-prev::after {
  color: #000000;
}
@media (max-width: 767px) {
  body .section-impression-slider .swiper-button-next::after, body .section-impression-slider .swiper-button-prev::after {
    transform: scale(0.8);
  }
}
@media (max-width: 767px) {
  body .section-impression-slider .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  body .section-impression-slider .swiper-button-next {
    right: 0;
  }
}
body .section-impression-slider .swiper-navigation-icon {
  display: none;
}
body .section-impression-slider .swiper-pagination {
  position: relative;
}
@media (max-width: 767px) {
  body .section-impression-slider .swiper-pagination {
    display: none;
  }
}
body .section-impression-slider .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  background-color: #969696;
  width: 14px;
  height: 14px;
  transition: background-color 0.1s, color 0.1s;
  display: inline-block;
  position: relative;
  opacity: 1;
}
body .section-impression-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000000;
}
body .section-info-cta__item {
  max-width: 700px;
  margin: auto;
}
body .section-info-cta__item::after {
  content: "";
  position: relative;
  opacity: 0.46;
  width: 2px;
  margin: 3rem auto;
  background-image: linear-gradient(#dd6b6100, #fff 50%, #dd6b6100);
  height: 150px;
}
body .section-info-cta__item .fusion-column {
  padding: 0;
  margin: 0;
  will-change: transform;
  transform-style: preserve-3d;
}
body .section-info-cta__item .fusion-column .content-box-wrapper {
  padding: 2rem;
}
body .section-info-cta__item .fusion-column .content-box-wrapper .content-box-heading {
  font-size: 20px !important;
}
body .section-info-cta .content-bottom {
  will-change: transform;
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  body .section-info-cta .content-bottom .treatment-h3 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  body .section-info-cta .content-bottom .paragraph {
    font-size: 1.1rem;
  }
}
body .section-aligner-benefits .fusion-builder-row {
  width: 80%;
  max-width: 1140px !important;
  flex: unset;
}
@media (max-width: 767px) {
  body .section-aligner-benefits .fusion-builder-row {
    width: 90%;
  }
}
body .section-aligner-benefits__item {
  min-height: 400px;
}
@media (max-width: 980px) {
  body .section-aligner-benefits__item {
    min-height: unset;
  }
}
@media (max-width: 980px) {
  body .section-aligner-benefits__item .fusion-column-wrapper .fusion-column {
    margin-bottom: 0 !important;
  }
}
body .section-aligner-benefits__item .fusion-column-wrapper .fusion-column .heading {
  text-align: left;
  margin-bottom: 0.5rem;
}
@media (max-width: 980px) {
  body .section-aligner-benefits__item .fusion-column-wrapper .fusion-column .heading {
    text-align: center;
  }
}
body .section-aligner-benefits__item .fusion-column-wrapper .fusion-column .heading .content-box-heading {
  font-weight: 300;
}
body .section-aligner-benefits__item .fusion-column-wrapper .fusion-column .heading-with-icon img {
  margin-bottom: 2rem;
}
body .section-aligner-benefits__item .fusion-column-wrapper .fusion-column .content-container {
  text-align: left;
  margin: 0;
}
@media (max-width: 767px) {
  body .section-aligner-benefits__item .fusion-column-wrapper .fusion-column .content-container {
    text-align: center;
  }
}
body .section-faq .fusion-builder-row {
  width: 80%;
  flex: unset;
}
@media (max-width: 767px) {
  body .section-faq .fusion-builder-row {
    width: 90%;
  }
}
body .section-faq__wrapper-faqs {
  width: 100%;
  max-width: 1010px;
  margin: auto;
}
body .section-faq__wrapper-faqs .accordian #accordian-1 .fusion-panel {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 1s ease, transform 1s ease;
}
body .section-faq__wrapper-faqs .accordian #accordian-1 .fusion-panel.is-visible {
  opacity: 1;
  transform: translateY(0);
}
body .section-faq__wrapper-faqs .accordian #accordian-1 .fusion-panel:hover {
  border-bottom: 1px solid #0000001a;
  border-color: #0000001a !important;
}
body .section-faq__wrapper-faqs .accordian #accordian-1 .fusion-panel .panel-heading {
  margin-bottom: 20px;
  padding-top: 10px;
}
body .section-faq__wrapper-faqs .accordian #accordian-1 .fusion-panel .panel-heading a {
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  body .section-faq__wrapper-faqs .accordian #accordian-1 .fusion-panel .panel-heading a {
    font-size: 18px !important;
  }
}
body .section-faq__wrapper-faqs .accordian #accordian-1 .fusion-panel .panel-heading .fusion-toggle-icon-wrapper .fusion-toggle-icon-wrapper-sub .fa-fusion-box {
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: rgba(255, 255, 255, 0) !important;
  position: relative;
  top: -3px;
}
body .section-faq__wrapper-faqs .accordian #accordian-1 .fusion-panel li {
  font-size: 14px;
  color: #3a3a3a;
  line-height: 1.5em;
}
body .section-faq__wrapper-faqs .accordian #accordian-1 .fusion-panel p {
  margin-bottom: 10px;
  letter-spacing: 0;
}
body .section-faq__wrapper-faqs .accordian #accordian-1 .fusion-panel .panel-collapse {
  transform: translateY(-20px);
}
body .section-faq__wrapper-faqs .accordian #accordian-1 .fusion-panel .panel-collapse .toggle-content {
  padding: 0;
}
body .section-affordable-care > .fusion-builder-row {
  width: 80%;
  margin: 0 auto;
  flex: unset;
}
@media (max-width: 767px) {
  body .section-affordable-care > .fusion-builder-row {
    width: 90%;
  }
}
body .section-affordable-care__card {
  right: -2.5%;
  z-index: 9999;
}
@media (max-width: 980px) {
  body .section-affordable-care__card {
    right: 0;
  }
}
body .section-affordable-care__card_col-title .fusion-title-heading {
  font-size: 25px !important;
}
body .section-affordable-care__card-list {
  justify-content: center;
  align-items: center;
}
@media (max-width: 980px) {
  body .section-affordable-care__card-list {
    width: 56%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 480px) {
  body .section-affordable-care__card-list {
    width: 85%;
  }
}
body .section-affordable-care__card-list-item .fusion-column {
  margin: 0;
}
body .section-affordable-care__card-list-item .fusion-column .content-box-heading {
  text-align: left !important;
}
@media (max-width: 480px) {
  body .section-affordable-care__content > .fusion-column-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#footer-legal {
  padding-left: 0;
  padding-right: 0;
}
#footer-legal .footer-copyright p {
  font-size: 12.5px;
  letter-spacing: 0;
}
#footer-legal #lottie-wonderist {
  filter: invert(1);
}
#footer-legal #lottie-wonderist lottie-player {
  height: 21px;
}
#footer-legal .footer-menu {
  letter-spacing: 0;
}
#footer-legal .fusion-column-wrapper {
  --awb-spacing-left: 20px;
  --awb-spacing-right: 20px;
}
#footer-legal .fusion-builder-row {
  row-gap: 10px;
}
#footer .column-content h2.fusion-title-heading {
  letter-spacing: 0.028em;
  margin-bottom: 18px;
}
#footer .column-content h3.fusion-title-heading {
  font-size: clamp(21px, 23 / 1400 * 100vw, 23px);
  font-weight: 400;
  letter-spacing: 0.218em;
  margin-bottom: 10px;
}
#footer .column-content p {
  margin: 0 0 18px;
  letter-spacing: 0;
}
#footer .column-content a {
  color: inherit;
  letter-spacing: 0;
}
#footer .column-content a:hover {
  color: #5ebba8;
}
#footer .column-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
#footer .column-content h4, #footer .column-content h5, #footer .column-content h6 {
  margin: 0 0 10px 0;
  letter-spacing: 0;
}
#footer .column-content h4, #footer .column-content h5, #footer .column-content h6, #footer .column-content p strong {
  display: inline-block;
  position: relative;
  padding-left: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
}
#footer .column-content h4::before, #footer .column-content h5::before, #footer .column-content h6::before, #footer .column-content p strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #78b8af;
}
#footer .column-content h5 {
  font-size: 18px;
  letter-spacing: 0;
}
@media (max-width: 980px) {
  #footer .column-content > .fusion-column-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .column-content > .fusion-column-wrapper > .fusion-builder-row {
    width: auto;
  }
}
@media (max-width: 767px) {
  #footer .column-content > .fusion-column-wrapper > .fusion-builder-row .fusion-column-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#moduleCTA h3.fusion-title-heading {
  font-size: clamp(21px, 23 / 1400 * 100vw, 23px);
  font-weight: 400;
  letter-spacing: 0.218em;
  margin-bottom: 10px;
}
#moduleCTA h3.fusion-title-heading p {
  margin-top: 0;
}
#moduleCTA h2.fusion-title-heading {
  letter-spacing: 0.028em;
  margin-bottom: 18px;
}
body .custom-form label {
  color: #3a3a3a !important;
  text-align: left !important;
  margin-bottom: 5px !important;
  line-height: 1 !important;
  display: block;
  text-transform: capitalize !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
}
body .custom-form label abbr {
  text-decoration: none !important;
}
body .custom-form input {
  border: 1px solid #ccc !important;
  width: 100% !important;
  height: 38px !important;
  padding: 8px 12px !important;
  border-radius: 0 !important;
}
body .custom-form input::placeholder {
  position: relative !important;
  top: -1px !important;
  color: rgba(58, 58, 58, 0.5) !important;
  font-size: 15px !important;
  font-family: brandon-grotesque, sans-serif !important;
}
body .custom-form textarea {
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  resize: vertical;
}
#main .main-hero {
  height: 90vh;
  min-height: 650px;
  max-height: 100vh;
}
#main .main-hero .column-content img {
  width: 100%;
}
@media (max-width: 1200) {
  #main .home-section-over h2 {
    font-size: 36px;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  #main .home-section-gallery > .fusion-row {
    width: 100% !important;
  }
}
#main .home-section-gallery .photo-grid-column .fusion-column-wrapper {
  display: grid !important;
  height: 700px;
  gap: 10px;
}
@media (max-width: 767px) {
  #main .home-section-gallery .photo-grid-column .fusion-column-wrapper {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}
#main .home-section-gallery .photo-grid-column:first-child .fusion-column-wrapper {
  grid-template-rows: 60% 40%;
}
#main .home-section-gallery .photo-grid-column:first-child .fusion-image-element:first-child {
  border-top-left-radius: 5px;
}
#main .home-section-gallery .photo-grid-column:first-child .fusion-image-element:last-child {
  border-bottom-left-radius: 5px;
}
#main .home-section-gallery .photo-grid-column:nth-child(2) .fusion-column-wrapper {
  grid-template-rows: 30% 70%;
}
#main .home-section-gallery .photo-grid-column:last-child .fusion-column-wrapper {
  grid-template-rows: 33.5% 35% 30%;
  grid-template-columns: 1fr;
}
#main .home-section-gallery .photo-grid-column:last-child .fusion-image-element:nth-child(1) {
  border-top-right-radius: 5px;
}
#main .home-section-gallery .photo-grid-column:last-child .fusion-image-element:nth-child(3) {
  border-bottom-right-radius: 5px;
}
#main .home-section-gallery .fusion-image-element {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#main .home-section-gallery .fusion-image-element .fusion-imageframe {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: inherit;
  overflow: hidden;
}
@media (max-width: 767px) {
  #main .home-section-gallery > .fusion-row {
    gap: 10px;
  }
  #main .home-section-gallery .photo-grid-column .fusion-column-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 250px;
    gap: 10px;
  }
  #main .home-section-gallery .photo-grid-column:first-child .fusion-image-element:first-child {
    width: 40%;
    height: 100%;
    border-radius: 5px 0 0 0;
  }
  #main .home-section-gallery .photo-grid-column:first-child .fusion-image-element:last-child {
    width: 60%;
    height: 100%;
    border-radius: 0 5px 0 0;
  }
  #main .home-section-gallery .photo-grid-column:nth-child(2) .fusion-image-element:first-child {
    width: 60%;
    height: 100%;
    border-radius: 0;
  }
  #main .home-section-gallery .photo-grid-column:nth-child(2) .fusion-image-element:last-child {
    width: 40%;
    height: 100%;
    border-radius: 0;
  }
  #main .home-section-gallery .photo-grid-column:last-child .fusion-image-element {
    width: calc(100% / 3);
    height: 100%;
  }
  #main .home-section-gallery .photo-grid-column:last-child .fusion-image-element:first-child {
    border-radius: 0 0 0 5px;
  }
  #main .home-section-gallery .photo-grid-column .fusion-column-wrapper {
    display: flex !important;
    flex-direction: row !important;
    height: 175px;
    gap: 10px;
  }
}
#main .home-section-services {
  background-attachment: fixed !important;
}
#main .home-section-services .fusion-builder-row {
  row-gap: 32px;
}
@media (min-width: 981px) {
  #main .home-section-meet > .fusion-row {
    width: 100% !important;
  }
}
#main .home-section-meet .column-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main .home-section-meet .column-grid .fusion-column-wrapper {
  max-width: 416px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid !important;
}
#main .home-section-meet .column-grid .fusion-imageframe {
  width: 100%;
  height: 100%;
}
#main .home-section-meet .column-grid .fusion-image-element {
  max-height: 300px;
  box-shadow: 2px 2px 10px 1px #00000038;
}
#main .home-section-meet .column-grid .fusion-image-element img {
  object-position: 50% 20%;
}
#main .home-section-meet .column-grid .fusion-image-element:nth-child(1) {
  grid-area: span 1 / span 2 / span 1 / span 2;
  border-radius: 0 0 5px 5px;
}
#main .home-section-meet .column-grid .fusion-image-element:nth-child(2) {
  border-radius: 5px 5px 0 0;
}
#main .home-section-meet .column-grid .fusion-image-element:nth-child(3) {
  border-radius: 5px 5px 0 0;
}
#main .home-section-reviews .decor-bee-side {
  width: 100vw;
  max-width: 100vw;
}
#main .home-section-reviews .decor-bee-side .fusion-column-wrapper {
  position: absolute;
  left: 16px;
  top: -38px;
}
#main .home-section-reviews .decor-bee-side img {
  width: 100%;
}
@media (max-width: 980px) {
  #main .home-section-reviews .decor-bee-side .fusion-imageframe {
    --awb-max-width: 200px;
  }
}
.fusion-post-grid.post {
  padding: 20px 10px !important;
}
.fusion-post-grid.post .fusion-post-wrapper {
  border-radius: 10px;
  box-shadow: 2px 2px 10px 1px #00000038;
  overflow: hidden;
}
.fusion-post-grid.post .fusion-post-content-container {
  letter-spacing: 0;
  margin-top: 10px !important;
}
.fusion-post-grid.post .fusion-post-content {
  margin-bottom: 24px !important;
}
.fusion-post-grid.post .fusion-read-more {
  background-color: #3a3a3a;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-radius: 5px 5px 5px 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  margin-right: 0;
}
.fusion-post-grid.post .fusion-read-more:hover {
  background-color: black;
  color: #ffffff;
}
.fusion-post-grid.post .fusion-read-more:after {
  display: none;
}
.fusion-post-grid.post .fusion-rollover {
  display: none;
}
.fusion-post-grid.post .flex-control-nav, .fusion-post-grid.post .flex-direction-nav {
  display: none !important;
}
.fusion-post-grid.post h2.blog-shortcode-post-title {
  font-size: clamp(30px, 36 / 1400 * 100vw, 36px) !important;
}
.section-blog .fusion-column-wrapper {
  margin: 0 0;
}
body.post-template-default #main {
  --site_width: 1000px;
  --main_padding-top: 80px;
  --main_padding-bottom: 90px;
}
@media (max-width: 767px) {
  body.post-template-default #main {
    --main_padding-top: 50px;
    --main_padding-bottom: 50px;
  }
}
body.post-template-default .post-content h2 {
  margin-block-start: 0.3em;
  margin-block-end: 0.3em;
}
body.post-template-default .post-content h2:first-child {
  margin-top: 0;
}
body.post-template-default .post-content h2:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body.post-template-default .post-content h2 {
    font-size: 30px !important;
  }
}
body.post-template-default .post-content p {
  letter-spacing: 0;
}
body.post-template-default .post-content p:has(+ h2) {
  margin-bottom: 0;
}
body.post-template-default .post-content p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 980px) {
  body.post-template-default .post-content {
    text-align: center;
  }
}
body.post-template-default .fusion-meta-info {
  display: none;
}
.section-team .team-card {
  aspect-ratio: 0.8298755187;
}
.section-team .team-card .fusion-column-wrapper > * {
  position: relative;
  z-index: 3;
}
.section-team .team-card a.fusion-modal-text-link {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 2;
  text-indent: -9999px;
  background: rgba(255, 255, 255, 0.5);
}
.section-team .team-card a.fusion-modal-text-link:hover {
  background: rgba(255, 255, 255, 0);
}
.section-team .team-card h2, .section-team .team-card h3, .section-team .team-card h4, .section-team .team-card h5, .section-team .team-card h6 {
  letter-spacing: 0 !important;
  font-weight: 400;
}
.team-modal .modal-dialog {
  max-width: 980px;
  min-height: 90vh;
  display: flex;
}
.team-modal .modal-content {
  background: var(--awb-background, #78b8af);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  overflow-y: scroll;
  max-height: min-content;
  margin: auto;
}
.team-modal .modal-header {
  border-bottom: 0;
  padding: 16px 18px 0;
  position: relative;
}
.team-modal .modal-title {
  display: none;
}
.team-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background-color: #206767;
  background-image: url("../images/icon-close.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  color: transparent;
  width: 4em;
  height: 4em;
  margin: 1.1em !important;
  border-radius: 0.5rem;
  opacity: 1;
  text-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.1s ease;
  font-size: 14px !important;
  line-height: 1;
  text-indent: -9999px;
  overflow: hidden;
}
.team-modal .close:hover {
  background-color: #363636;
}
.team-modal .modal-body {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 60px 48px 48px;
}
@media (max-width: 980px) {
  .team-modal .modal-body {
    flex-direction: column;
    align-items: center;
    padding: 44px 30px 36px;
  }
}
@media (max-width: 767px) {
  .team-modal .modal-body {
    gap: 24px;
    padding: 34px 16px 32px 16px;
  }
}
.team-modal .team-modal__content {
  flex: 1 1 55%;
}
.team-modal .team-modal__content h2 {
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.team-modal .team-modal__content p {
  margin: 0;
  line-height: 1.7;
}
@media (max-width: 980px) {
  .team-modal .team-modal__content {
    order: 1;
  }
}
@media (max-width: 767px) {
  .team-modal .team-modal__content p {
    line-height: 1.5em;
  }
}
.team-modal .team-modal__media {
  flex: 0 0 38%;
  aspect-ratio: 0.8333333333;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
@media (max-width: 980px) {
  .team-modal .team-modal__media {
    order: 0;
  }
}
.team-modal .team-modal__media img {
  flex: none;
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
}
.team-modal .fusion-clearfix::before, .team-modal .fusion-clearfix::after {
  display: none;
}
.amenities-card {
  height: 200px;
}
.icon-circle {
  background-color: #000;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.hero-about {
  background-position: 50% 37%;
}
@media (max-width: 767px) {
  .hero-about {
    background-position: 50% top;
    background-size: auto 130%;
  }
}
.section-before-after {
  --site_width: 970px;
}
.section-before-after .fusion-image-before-after-wrapper img.fusion-image-before-after-after, .section-before-after .fusion-image-before-after-wrapper img.fusion-image-before-after-before {
  object-fit: cover;
  aspect-ratio: 1.84;
}
.section-before-after .fusion-image-before-after-wrapper.is-large img.fusion-image-before-after-after, .section-before-after .fusion-image-before-after-wrapper.is-large img.fusion-image-before-after-before {
  aspect-ratio: 1.2266666667;
}
.fusion-image-before-after .fusion-image-before-after-handle {
  border: 2px solid #ffffff;
}
.fusion-image-before-after .fusion-image-before-after-handle:before, .fusion-image-before-after .fusion-image-before-after-handle:after {
  background: #ffffff;
  width: 1px;
  margin-left: -0.5px;
  box-shadow: none;
}
.fusion-image-before-after .fusion-image-before-after-overlay {
  background-color: transparent;
}
.fusion-image-before-after .fusion-image-before-after-overlay .fusion-image-before-after-before-label, .fusion-image-before-after .fusion-image-before-after-overlay .fusion-image-before-after-after-label {
  opacity: 1;
}
.fusion-image-before-after .fusion-image-before-after-overlay .fusion-image-before-after-before-label::before, .fusion-image-before-after .fusion-image-before-after-overlay .fusion-image-before-after-after-label::before {
  top: 36px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 125%;
  padding: 3px 10px;
}
.heading-3, .section-terms h3 {
  color: #000;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: clamp(21px, 23 / 1400 * 100vw, 23px);
  line-height: 1.2em;
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .heading-3, .section-terms h3 {
    text-align: center;
  }
}
.text-outline {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #5ebba8;
  color: #3a3a3a;
}
.section-terms h2 {
  margin-bottom: 12px;
}
.section-terms p {
  letter-spacing: 0;
  margin-bottom: 10px;
}
.section-terms p + p {
  margin-top: 27px;
}
@media (max-width: 767px) {
  body #content .section-сontact-us-banner .fusion-title-heading {
    font-size: 36px !important;
  }
}
body #content .section-contact-us > .fusion-builder-row {
  max-width: 980px !important;
  width: 90% !important;
}
body #content .section-contact-us__col-form form .fusion-builder-row {
  margin: 0;
  width: 100% !important;
}
body #content .section-contact-us__col-form form .fusion-form-field {
  margin: 0 0 20px !important;
}
body #content .section-contact-us__col-form form .fusion-form-field label {
  color: #000000 !important;
  font-weight: 700;
}
body #content .section-contact-us__col-form-wrapper {
  padding: 25px;
}
body #content .section-contact-us__col-description {
  text-align: center;
}
body #content .section-404__banner {
  height: 90vh;
}
@media (max-width: 480px) {
  body #content .section-404__banner {
    height: 100vh;
  }
}
body #content .section-404__banner > .fusion-builder-row {
  width: 100% !important;
}
@media (max-width: 767px) {
  body #content .section-404__banner > .fusion-builder-row {
    justify-content: center;
  }
}
body #content .section-404__banner > .fusion-builder-row .fusion-title-heading {
  color: #ffffff;
}
@media (max-width: 480px) {
  body #content .section-404__banner-content {
    max-width: 280px !important;
  }
}
body #content .section-thank-you-banner {
  height: 65vh;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fhiveortho.sitepreview.app%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2FHive-Orthodontics%2Fscss%2Fglobal%2F_mixins.scss%22%2C%22wp-content%2Fthemes%2FHive-Orthodontics%2Fscss%2Fglobal%2F_global.scss%22%2C%22wp-content%2Fthemes%2FHive-Orthodontics%2Fscss%2Findex.scss%22%2C%22wp-content%2Fthemes%2FHive-Orthodontics%2Fscss%2Fglobal%2F_modals.scss%22%2C%22wp-content%2Fthemes%2FHive-Orthodontics%2Fscss%2Fglobal%2F_header.scss%22%2C%22wp-content%2Fthemes%2FHive-Orthodontics%2Fscss%2Fglobal%2F_pages.scss%22%2C%22wp-content%2Fthemes%2FHive-Orthodontics%2Fscss%2Fglobal%2F_footer.scss%22%2C%22wp-content%2Fthemes%2FHive-Orthodontics%2Fscss%2Fglobal%2F_forms.scss%22%2C%22wp-content%2Fthemes%2FHive-Orthodontics%2Fscss%2Fpages%2F_home.scss%22%2C%22wp-content%2Fthemes%2FHive-Orthodontics%2Fscss%2Fpages%2F_blog.scss%22%2C%22wp-content%2Fthemes%2FHive-Orthodontics%2Fscss%2Fpages%2F_single.scss%22%2C%22wp-content%2Fthemes%2FHive-Orthodontics%2Fscss%2Fpages%2F_about.scss%22%2C%22wp-content%2Fthemes%2FHive-Orthodontics%2Fscss%2Fpages%2F_before-afters.scss%22%2C%22wp-content%2Fthemes%2FHive-Orthodontics%2Fscss%2Fpages%2F_privacy-policy.scss%22%2C%22wp-content%2Fthemes%2FHive-Orthodontics%2Fscss%2Fpages%2F_contact-us.scss%22%2C%22wp-content%2Fthemes%2FHive-Orthodontics%2Fscss%2Fpages%2F_404.scss%22%2C%22wp-content%2Fthemes%2FHive-Orthodontics%2Fscss%2Fpages%2F_thank-you.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAwEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7EA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BACDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoBC%3BAAAA%3BAAAA%3BACdD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADuBC%3BAAAA%3BAAAA%3BAC7BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADuCC%3BAAAA%3BAAAA%3BAAAA%3BAC7CD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADuDA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAEpIM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8BP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnBW%3BAAAA%3BAAAA%3BAAAA%3BADmBX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACTW%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADGf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACYmB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAML%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9Bf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC2CuB%3BAAAA%3BAAAA%3BAAQY%3BAAAA%3BAAAA%3BAAUxB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BACnKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAFzCA%3BAEiDC%3BAAAA%3BAAAA%3BAAAA%3BAF3CD%3BAEmDA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAFlOD%3BAE0OA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzTI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHyCL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG9BK%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHCL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG6BK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAH%2FDL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG2EC%3BAAAA%3BAAAA%3BAHrED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGiFO%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAH%2FFH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGgHG%3BAAAA%3BAAAA%3BAAAA%3BAHtHH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG%2BIO%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAH5IT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGmJW%3BAAAA%3BAAAA%3BAAAA%3BAHnJX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG%2BJW%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH%2FJX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGwKa%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAaZ%3BAAAA%3BAAAA%3BAH1LH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG8MO%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH3NH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGuOG%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAH3OH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGmPG%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAHvPL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG4QG%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAHhRH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGuRK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAH7UH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGkWG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHlWH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG4WG%3BAAAA%3BAAAA%3BAHlXH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG%2BXS%3BAAAA%3BAAAA%3BAAAA%3BAH%2FXT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGuYW%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAH5YT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG0ZG%3BAAAA%3BAAAA%3BAAAA%3BAH1ZH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGsaK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAHlcf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG4cmB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAYZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHhfH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG0fG%3BAAAA%3BAAAA%3BAAAA%3BAHhgBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG0gBS%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAHhhBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGmhBS%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAHthBX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI%2FBD%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAJpFD%3BAI0FE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAJzFH%3BAIsGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BACnJO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FBP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAN0CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMZE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANNF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMoBE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN5DF%3BAMkFE%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BANhKD%3BAMwKE%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BANtOF%3BAM2OG%3BAAAA%3BAAAA%3BAAAA%3BAC9PJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BACzDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQTC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BARCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQQC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BARrBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQgCA%3BAAAA%3BAAAA%3BACjDA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATtEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASkFA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BATjGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BASqGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATjHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS8HC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BATxJC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUzBD%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXuBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWND%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAXdD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYhBW%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BACrCJ%3BAAAA%3BAAAA%3BAb8BP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAavBW%3BAAAA%3BAAAA%3BAbiBX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaVe%3BAAAA%3BAAAA%3BAbgBf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc9BO%3BAAAA%3BAAAA%22%7D */