/* xl - DESKTOP STYLES */
:root {
  --primary: #0da2e7;
}
a:hover {
  text-decoration: none !important;
}
a {
  outline: none;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: var(--primary);
}
.gray-text-link a:hover {
  color: var(--primary) !important;
}
.is-style-fill a:hover, .auto-btn a:hover, .life-btn a:hover, .medicare-btn a:hover {
  color: #0f1729 !important;
}
header {
  transition-duration: 0.5s;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  transition: 0.25s ease-in-out;
}
header .header-group-inner {
  background: transparent !important;
  border-color: transparent !important;
  transition: 0.25s ease-in-out;
}
@media (max-width: 1024px) {
  header .header-group-inner > div {
    padding-block: 14px !important;
  }
}
@media (max-width: 599px) {
  header .header-group-inner > div {
    padding-block: 10px !important;
  }
}
header.scrolled {
  backdrop-filter: blur(12px);
  background: rgba(15, 23, 41, 0.8);
}
header.scrolled .header-group-inner {
  border-color: rgba(29, 40, 58, 0.5) !important;
}
@media (max-width: 599px) {
  header .wp-block-site-logo img {
    width: 110px !important;
  }
}
.header-menu li a {
  transition: all 0.25s ease-in-out;
  padding: 8px 16px;
}
@media (max-width: 1024px) {
  .header-menu li a {
    padding: 8px 6px;
  }
}
.header-menu li a:hover {
  color: white !important;
}
.header-menu li.current-menu-item a {
  color: var(--primary) !important;
}
.footer-nav li {
  line-height: 24px;
}
.footer-nav li a {
  transition: all 0.25s ease-in-out;
}
.footer-nav li a:hover {
  color: white !important;
}
.footer-nav li.current-menu-item a {
  color: var(--primary) !important;
}
.tcpa-footer-menu li a {
  transition: all 0.25s ease-in-out;
}
.tcpa-footer-menu li a:hover {
  color: white !important;
}
.tcpa-footer-menu li.current-menu-item a {
  color: var(--primary) !important;
}
.footer-idg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.footer-idg h2 {
  font-size: 30vw;
  line-height: 30vw;
  color: rgba(29, 40, 58, 0.4);
  letter-spacing: -0.05em;
}
footer {
  overflow: hidden;
  margin: 0px !important;
}
footer .footer-group {
  position: relative;
  z-index: 1;
}
@media (max-width: 599px) {
  footer .wp-block-site-logo img {
    width: 110px !important;
  }
}
@media (max-width: 781px) {
  .footer-bottom p {
    text-align: left;
  }
}
@media (max-width: 781px) {
  .footer-bottom ul {
    justify-content: flex-start;
  }
}
.home-hero {
  position: relative;
  overflow: hidden;
  padding: 160px 0px 80px !important;
  min-height: 90vh;
}
@media (max-width: 781px) {
  .home-hero {
    padding: 80px 0px 80px !important;
  }
}
.home-hero .hero-video {
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-hero .hero-video video {
  height: 100%;
  width: 100%;
  aspect-ratio: inherit;
  object-fit: cover;
  object-position: center center;
}
.home-hero .hero-video:before {
  position: absolute;
  background-color: rgba(15, 23, 41, 0.75);
  inset: 0px;
  content: "";
}
.hero-line-box {
  background-color: rgba(15, 23, 41, 0.75);
  position: absolute;
  inset: 0px;
  margin: 0px !important;
}
.hero-line-box .hero-line {
  width: 1px;
  background: rgba(248, 250, 252, 0.03);
  position: absolute;
  top: 0px;
  bottom: 0px;
}
.page-title {
  letter-spacing: 0.2em;
  color: var(--primary);
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: JetBrains Mono, monospace;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
h1 mark {
  background: linear-gradient(90deg, #0da2e7, #22d3ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.common-hero-section {
  padding: 128px 32px 80px;
}
@media (max-width: 781px) {
  .common-hero-section {
    padding: 100px 32px 60px;
  }
}
.statistic-title {
  background: linear-gradient(90deg, #0da2e7, #22d3ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
mark {
  background: linear-gradient(90deg, #0da2e7, #22d3ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.icon-box {
  height: 48px;
  width: 48px;
  max-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 162, 231, 0.1);
  transition: all 0.25s ease-in-out;
}
.icon-box img {
  max-width: 24px;
  min-width: 24px;
  height: 24px;
  max-height: 24px;
}
.idg-border-box {
  transition: all 0.25s ease-in-out;
  height: 100%;
}
.idg-border-box h3 {
  transition: all 0.25s ease-in-out;
}
.idg-border-box:hover {
  border-color: rgba(13, 162, 231, 0.6) !important;
  transition-delay: 0s !important;
}
.idg-border-box:hover .icon-box {
  background-color: rgba(13, 162, 231, 0.2);
}
.idg-border-box:hover h3 {
  color: var(--primary) !important;
}
.wpcf7-form > p {
  margin: 0px;
}
.wpcf7-form label {
  letter-spacing: 0.1em;
  color: #94a3b8;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: "JetBrains Mono", monospace;
  margin-bottom: 8px;
  display: block;
}
.wpcf7-form label + br {
  display: none;
}
.wpcf7-form .cf-form-row {
  margin-bottom: 20px;
}
.wpcf7-form .cf-form-row > p {
  margin: 0px;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="number"], .wpcf7-form input[type="tel"], .wpcf7-form textarea {
  padding: 8px 12px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background: #1d283a;
  border: 1px solid #1d283a;
  border-radius: 1px;
  width: 100%;
  color: white;
  transition: all 0.25s ease-in-out;
  height: 3rem;
  box-sizing: border-box;
  font-family: Inter, system-ui, sans-serif;
}
.wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form input[type="number"]:focus, .wpcf7-form input[type="tel"]:focus, .wpcf7-form textarea:focus {
  outline: none;
  border-color: white;
}
.wpcf7-form textarea {
  height: 140px;
  resize: none;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8391a5;
}
.wpcf7-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #8391a5;
}
.wpcf7-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #8391a5;
}
.wpcf7-form :-moz-placeholder {
  /* Firefox 18- */
  color: #8391a5;
}
.wpcf7-form input[type="submit"] {
  padding: 12px 40px;
  background: var(--primary);
  color: #0f1729;
  border: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "JetBrains Mono", monospace;
  width: 100%;
  cursor: pointer;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 1rem;
  margin-top: 4px;
  display: block;
  font-weight: 400;
}
.wpcf7-form .wpcf7-response-output {
  font-size: 13px;
  padding: 8px !important;
  margin-inline: 0;
  border: none !important;
}
.wpcf7-form.invalid .wpcf7-response-output {
  background: #ffeebf;
  color: #9b7000;
}
.wpcf7-form.failed .wpcf7-response-output {
  background: #ffa8a8;
  color: #7f0a0a;
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #46b450;
  background: rgba(70, 180, 80, 0.15);
}
.blog-wrapper {
  padding: 0px 0px 128px;
}
@media (max-width: 781px) {
  .blog-wrapper {
    padding: 0px 0px 80px;
  }
}
.blog-wrapper ul {
  padding: 0px 32px;
}
@media (max-width: 900px) {
  .blog-wrapper ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.blog-wrapper .wp-block-post-template {
  margin: auto !important;
}
.blog-wrapper .wp-block-post-template li {
  border: 1px solid #1d283a;
  transition: all 0.25s ease-in-out;
  background: rgba(29, 40, 58, 0.5);
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.blog-wrapper .wp-block-post-template li:hover {
  border-color: var(--primary);
  background: transparent;
}
.blog-wrapper .wp-block-post-template li:hover .blog-list-detail h3 a {
  color: var(--primary);
}
.blog-wrapper .wp-block-post-template figure {
  margin-bottom: 0px;
}
.blog-wrapper .wp-block-post-template figure img {
  display: block;
}
.blog-wrapper .wp-block-post-template .blog-list-detail {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-wrapper .wp-block-post-template .blog-list-detail .wp-block-post-excerpt {
  flex: 1;
}
.blog-wrapper .wp-block-post-template .blog-list-detail .taxonomy-category a {
  color: var(--primary);
}
.blog-wrapper .wp-block-post-template .blog-list-detail h3 a {
  transition: 0.25s ease-in-out;
}
.blog-wrapper .wp-block-post-template .blog-list-detail a {
  text-decoration: none;
  outline: none;
}
.blog-wrapper .wp-block-post-template .blog-list-detail .wp-block-post-excerpt__more-link {
  color: var(--primary);
}
.blog-wrapper .wp-block-post-template .blog-date-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(29, 40, 58, 0.5);
  border-top-width: 1px;
  padding-top: 16px;
  margin-top: 16px;
}
.blog-wrapper .wp-block-post-template .blog-date-info .wp-block-post-time-to-read {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #94a3b8;
}
@media (min-width: 1024px) {
  .blog-wrapper.blog-wrapper-list-box .wp-block-post-template li:first-child {
    grid-column: span 3;
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    align-items: center;
    flex-direction: row-reverse;
    background: transparent;
    padding: 0px;
  }
  .blog-wrapper.blog-wrapper-list-box .wp-block-post-template li:first-child .blog-featured-img-group {
    order: 2;
    display: flex;
    justify-content: flex-end;
    margin: 0px !important;
    height: 100%;
    overflow: hidden;
  }
  .blog-wrapper.blog-wrapper-list-box .wp-block-post-template li:first-child .blog-featured-img-group figure {
    margin: 0px !important;
  }
  .blog-wrapper.blog-wrapper-list-box .wp-block-post-template li:first-child .blog-list-detail {
    padding: 36px;
  }
  .blog-wrapper.blog-wrapper-list-box .wp-block-post-template li:first-child h3 {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
    letter-spacing: -0.025em !important;
    font-weight: 700 !important;
  }
  .blog-wrapper.blog-wrapper-list-box .wp-block-post-template li:first-child .wp-block-post-excerpt__excerpt {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
  .blog-wrapper.blog-wrapper-list-box .wp-block-post-template li:first-child .blog-date-info {
    border-top: none !important;
    padding-top: 0px !important;
    justify-content: flex-start;
  }
  .blog-wrapper.blog-wrapper-list-box .wp-block-post-template li:first-child .author-info-row .author-info {
    flex: none;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .blog-wrapper.blog-wrapper-list-box .wp-block-post-template li:first-child h3 {
    font-size: 1.475rem !important;
    line-height: 1.85rem !important;
  }
}
.blog-wrapper nav {
  width: 1376px;
  max-width: 1376;
  margin: 30px auto;
  padding: 0px 32px;
}
.blog-wrapper nav .page-numbers.current {
  color: var(--primary);
}
.blog-wrapper nav .wp-block-query-pagination-numbers {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-wrapper .wp-block-buttons {
  padding: 30px 32px 0px !important;
  display: flex;
  justify-content: center;
}
#load-more-btn {
  background-color: var(--primary);
  border-radius: 0px;
  color: #0f1729;
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  padding: 12px 40px;
  text-transform: uppercase;
  cursor: pointer;
}
#load-more-btn.load-more-btn a:hover {
  color: #0f1729 !important;
}
body:has(.load-more-btn a) #load-more-btn {
  padding: 0px;
}
.blog-detail-blog-list {
  padding: 0px;
}
html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
  filter: blur(4px);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1) !important;
  transition-property: all !important;
}
html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
  filter: blur(0px);
}
.social-btn-group {
  padding: 0px;
  margin: 0px;
  display: flex;
  gap: 16px;
}
.social-btn-group li {
  list-style: none;
}
.social-btn-group a {
  height: 40px;
  width: 40px;
  border: 1px solid #1d283a;
  transition: all 0.25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-btn-group a:hover {
  border-color: var(--primary);
}
.social-btn-group a i {
  height: 18px;
  max-width: 18px;
  width: 18px;
  min-width: 18px;
}
@media (max-width: 1199px) {
  .common-section {
    padding-block: 6rem !important;
  }
}
@media (max-width: 781px) {
  .common-section {
    padding-block: 4rem !important;
  }
}
@media (max-width: 1199px) {
  .verticals-list-wrapper .verticals-list-items {
    padding: 2rem !important;
  }
}
@media (max-width: 781px) {
  .verticals-list-wrapper .verticals-list-items {
    padding: 1.5rem !important;
    flex-direction: column-reverse;
    margin-block-start: 32px !important;
  }
  .verticals-list-wrapper .verticals-list-items:first-child {
    margin-block-start: 0px !important;
  }
}
.approach-wrapper .approach-items {
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1199px) {
  .approach-wrapper .approach-items {
    padding: 2rem !important;
  }
}
@media (max-width: 781px) {
  .approach-wrapper .approach-items {
    padding: 1.5rem !important;
  }
}
.approach-wrapper .approach-items:hover {
  transition-delay: 0s !important;
  border-color: var(--primary) !important;
}
@media (max-width: 781px) {
  .contact-wrapper {
    padding: 0px 32px 80px 32px !important;
  }
}
.wp-block-cloudcatch-light-modal-block__close {
  padding: 2px;
  outline: none;
  border: none;
  opacity: 0.7;
  transition: all 0.25s ease-in-out;
  top: 16px;
  right: 16px;
}
.wp-block-cloudcatch-light-modal-block__close:hover {
  opacity: 1;
}
.wp-block-cloudcatch-light-modal-block__close svg {
  height: 12px;
  width: 12px;
}
.blog-details-wrapper h1, .blog-details-wrapper h2, .blog-details-wrapper h3, .blog-details-wrapper h4, .blog-details-wrapper h5, .blog-details-wrapper h6, .tcpa-detail-wrapper h1, .tcpa-detail-wrapper h2, .tcpa-detail-wrapper h3, .tcpa-detail-wrapper h4, .tcpa-detail-wrapper h5, .tcpa-detail-wrapper h6 {
  margin-top: 35px;
}
.blog-details-wrapper a {
  color: var(--primary);
  transition: all 0.25s ease-in-out;
}
.blog-details-wrapper a:hover {
  opacity: 0.75;
}
.category-links a {
  pointer-events: none;
}
.verticals-items-box {
  display: flex;
  flex-direction: column;
}
.verticals-items-box h3 {
  line-height: normal;
}
.verticals-items-box .verticals-items-detail {
  flex: 1;
}
.is-style-outline a {
  transition: all 0.25s ease-in-out;
  letter-spacing: 0.1em;
}
.is-style-outline a:hover {
  background: var(--primary);
  color: #0f1729 !important;
}
.wp-block-cloudcatch-light-modal-block__wrapper {
  backdrop-filter: blur(5px);
}
.blog-post-date {
  white-space: nowrap;
}
.bullet-icon {
  min-width: 6px;
}
.author-info {
  display: flex;
  align-items: center;
}
.author-info .wp-block-post-author__avatar {
  height: 30px;
  max-width: 30px;
  width: 30px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.author-info .wp-block-post-author__avatar img {
  min-height: 100%;
  min-width: 100%;
  object-fit: contain;
  width: auto;
  height: auto;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F61-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcG%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */