/* compiled by scssphp 1.6.0 on Tue, 29 Aug 2023 11:55:50 +0000 (14.6472s) */

/**
 * STYLE.SCSS
 * ==============
 *
 * This is the main entrypoint for the SASS stylesheets. This is the only file that gets included in Wordpress.
 *
 * Do not put any CSS in this file! Only use this file to include other files.
 *
 * ==============
 *
 * Use the following folders:
 *
 * includes/
 *   This folder should keep files that are used throughout the project, for instance the variables or mixins.
 *
 * templates/
 *   This folder should include files for returning instances for the project:
 *   templates/menu.scss or templates/sidebar.scss
 *
 * modules/
 *   This folder should include files for each page or type of page, for instance:
 *   modules/homepage.scss or modules/archive-posts.php
 *
 *  components/
 *    This folder should include files that are reused through multiple modules, for instance a masonry element or gravity forms styling.
 *    These files should be project-based.
 *
 * ==============
 * KEEP THIS FILE CLEAN!
 */
@font-face {
  font-display: swap;
  font-family: Avenir-Black;
  src: local(Avenir-Black), url("../draadcore-child/fonts/Avenir/Avenir-Black.woff2") format('woff2'), url("../draadcore-child/fonts/Avenir/Avenir-Black.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+000-5FF;
}
@font-face {
  font-display: swap;
  font-family: Avenir-Book;
  src: local(Avenir-Book), url("../draadcore-child/fonts/Avenir/Avenir-Book.woff2") format('woff2'), url("../draadcore-child/fonts/Avenir/Avenir-Book.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+000-5FF;
}
@font-face {
  font-display: swap;
  font-family: Avenir-Heavy;
  src: local(Avenir-Heavy), url("../draadcore-child/fonts/Avenir/Avenir-Heavy.woff2") format('woff2'), url("../draadcore-child/fonts/Avenir/Avenir-Heavy.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+000-5FF;
}
html #root {
  /**
    * Browser resets
    */
  /**
    * Typography
    */
  font-family: 'Avenir-Book', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
  font-size: 18px;
  /**
    * Icons
    */
  /**
    * Colors
    */
  /**
    * Grid/Flexbox
    */
  /**
    * Generic
    */
  /**
    * Images
    */
}
html #root ::selection, html #root ::-moz-selection {
  color: white;
  background: rgba(196, 196, 196, 0.7);
}
html #root [aria-hidden=true] {
  display: none;
}
html #root h1, html #root h2, html #root h3, html #root h4, html #root h5, html #root h6 {
  margin: 0;
}
html #root p a {
  color: #E00017;
}
html #root p i, html #root p em, html #root p cite {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  display: block;
  font-style: normal;
}
html #root p b, html #root p strong {
  font-weight: 700;
}
html #root a[class], html #root a[id] {
  display: block;
  text-decoration: none;
}
html #root ul[class], html #root ul[id] {
  list-style-type: none;
}
html #root .text-left {
  text-align: left;
}
html #root .text-center {
  text-align: center;
}
html #root .text-right {
  text-align: right;
}
html #root .icon {
  width: 20px;
  height: 21px;
  display: inline-block;
  vertical-align: sub;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
html #root .background-main {
  background-color: #E00017;
  color: #fff;
}
html #root .border-main {
  border-color: #E00017;
}
html #root .text-main {
  color: #E00017;
}
html #root .background-secondary {
  background-color: #F4F4F4;
}
html #root .border-secondary {
  border-color: #F4F4F4;
}
html #root .text-secondary {
  color: #F4F4F4;
}
html #root .background-accent {
  background-color: #003B1D;
  color: #fff;
}
html #root .border-accent {
  border-color: #003B1D;
}
html #root .text-accent {
  color: #003B1D;
}
html #root .background-text {
  background-color: #2E2E2E;
  color: #fff;
}
html #root .border-text {
  border-color: #2E2E2E;
}
html #root .text-text {
  color: #2E2E2E;
}
html #root .background-black {
  background-color: #000;
  color: #fff;
}
html #root .border-black {
  border-color: #000;
}
html #root .text-black {
  color: #000;
}
html #root .background-white {
  background-color: #fff;
}
html #root .border-white {
  border-color: #fff;
}
html #root .text-white {
  color: #fff;
}
html #root .background-grey1 {
  background-color: #4B4B4B;
  color: #fff;
}
html #root .border-grey1 {
  border-color: #4B4B4B;
}
html #root .text-grey1 {
  color: #4B4B4B;
}
html #root .background-grey2 {
  background-color: #636363;
  color: #fff;
}
html #root .border-grey2 {
  border-color: #636363;
}
html #root .text-grey2 {
  color: #636363;
}
html #root .background-grey3 {
  background-color: #7A7A7A;
  color: #fff;
}
html #root .border-grey3 {
  border-color: #7A7A7A;
}
html #root .text-grey3 {
  color: #7A7A7A;
}
html #root .background-grey4 {
  background-color: #909090;
  color: #fff;
}
html #root .border-grey4 {
  border-color: #909090;
}
html #root .text-grey4 {
  color: #909090;
}
html #root .background-grey5 {
  background-color: #C4C4C4;
}
html #root .border-grey5 {
  border-color: #C4C4C4;
}
html #root .text-grey5 {
  color: #C4C4C4;
}
html #root .background-grey6 {
  background-color: #D2D2D2;
}
html #root .border-grey6 {
  border-color: #D2D2D2;
}
html #root .text-grey6 {
  color: #D2D2D2;
}
html #root .background-grey7 {
  background-color: #E4E4E4;
}
html #root .border-grey7 {
  border-color: #E4E4E4;
}
html #root .text-grey7 {
  color: #E4E4E4;
}
html #root .background-grey8 {
  background-color: #f1f1f1;
}
html #root .border-grey8 {
  border-color: #f1f1f1;
}
html #root .text-grey8 {
  color: #f1f1f1;
}
html #root .column {
  position: relative;
  margin: 17.5px;
}
html #root .column.full {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: calc(100% - (17.5px * 2));
  max-width: calc(100% - (17.5px * 2));
}
html #root .column.one-half {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: calc(50% - (17.5px * 2));
  max-width: calc(50% - (17.5px * 2));
}
html #root .column.one-third {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: calc(33.333% - (17.5px * 2));
  max-width: calc(33.333% - (17.5px * 2));
}
html #root .column.two-third {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  min-width: calc(66.667% - (17.5px * 2));
  max-width: calc(66.667% - (17.5px * 2));
}
html #root .column.one-fourth {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: calc(25% - (17.5px * 2));
  max-width: calc(25% - (17.5px * 2));
}
html #root .column.three-fourth {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  min-width: calc(75% - (17.5px * 2));
  max-width: calc(75% - (17.5px * 2));
}
html #root .column.one-fifth {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: calc(20% - (17.5px * 2));
  max-width: calc(20% - (17.5px * 2));
}
html #root .column.two-fifth {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  min-width: calc(40% - (17.5px * 2));
  max-width: calc(40% - (17.5px * 2));
}
html #root .column.three-fifth {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  min-width: calc(60% - (17.5px * 2));
  max-width: calc(60% - (17.5px * 2));
}
html #root .column.fourth-fifth {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
  min-width: calc(80% - (17.5px * 2));
  max-width: calc(80% - (17.5px * 2));
}
html #root .column.one-sixth {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: calc(16.666% - (17.5px * 2));
  max-width: calc(16.666% - (17.5px * 2));
}
html #root .column.five-sixth {
  -webkit-box-flex: 5;
  -moz-box-flex: 5;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
  min-width: calc(83.333% - (17.5px * 2));
  max-width: calc(83.333% - (17.5px * 2));
}
html #root #main .container, html #root .grid-container, html #root .tab-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + (17.5px * 2));
  margin: -17.5px;
}
html #root #main .container {
  margin-left: auto;
  margin-right: auto;
}
html #root .full-link::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
html #root .button[aria-expanded="true"] .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
html #root [role="img"][style*="background-image"] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  background-size: cover;
}
html #root .image-container, html #root .entry-image {
  position: relative;
  overflow: hidden;
}
html #root .image-container.cover img, html #root .entry-image.cover img {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
}
html #root .image-container.contain img, html #root .entry-image.contain img {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html #root.logged-in.admin-bar #header {
  margin-top: 32px !important;
}
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}
html #root #main {
  padding-top: 80px;
}
html #root .section {
  position: relative;
  display: block;
  width: 100%;
}
html #root .container, html #root .boxed {
  margin: 0 auto;
  position: relative;
  clear: both;
  max-width: 1327px;
}
@media only screen and (max-width: 1139px) {
  html #root .container, html #root .boxed {
    padding: 0 10%;
  }
}
@media only screen and (max-width: 479px) {
  html #root .container, html #root .boxed {
    padding: 0 5%;
  }
}
html #root .container.full-size {
  padding: 0;
  max-width: 100%;
}
html #root .boxed {
  max-width: 1327px;
}
html #root .boxed .container {
  max-width: 100%;
  padding: 0 50px;
}
@media only screen and (max-width: 1139px) {
  html #root .boxed .container {
    padding: 0 0;
  }
}
@media only screen and (max-width: 479px) {
  html #root .boxed .container {
    padding: 0 0;
  }
}
html #root [aria-hidden="true"] {
  display: none;
}
html #root .sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
html #root .sr-only-focusable:active, html #root .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
html #root:not(.is-tabbing) :focus {
  outline: 0;
}
html #root.is-tabbing :focus {
  background: rgba(224, 0, 23, 0.1);
  outline: 1px solid #E00017;
  outline-offset: 0;
}
html #root .skip-link {
  position: absolute;
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}
html #root .skip-link {
  font-size: 14px;
  font-family: 'Avenir-Book', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
}
@media screen and (min-width: 359px) {
  html #root .skip-link {
    font-size: calc(14px + 2 * ((100vw - 359px) / 780));
    font-weight: 400;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1139px) {
  html #root .skip-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
}
html #root .skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}
@media (prefers-reduced-motion: reduce) {
  html #root * {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
  }
}
@-webkit-keyframes vibrate {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  40% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  60% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  80% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes vibrate {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  40% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  60% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  80% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
html ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Avenir-Book', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
}
html ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Avenir-Book', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
}
html :-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Avenir-Book', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
}
html :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Avenir-Book', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
}
html .gfield_error {
  -webkit-animation: vibrate 0.3s linear 2 both;
  animation: vibrate 0.3s linear 2 both;
}
html #root #site-footer {
  border-top: 1px solid #eee;
}
html #root footer#socket .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
html #root footer#socket .container ul.menu {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
html #root footer#socket .copyright {
  font-size: 12px;
  font-family: 'Avenir-Book', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
}
@media screen and (min-width: 359px) {
  html #root footer#socket .copyright {
    font-size: calc(12px + 2 * ((100vw - 359px) / 780));
    font-weight: 500;
    line-height: 1.7142857143;
  }
}
@media screen and (min-width: 1139px) {
  html #root footer#socket .copyright {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7142857143;
  }
}
html #root footer#socket .menu-item {
  list-style-type: none;
}
html #root footer#socket .menu-item a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 16px 12px;
}
html #root footer#socket .menu-item a {
  font-size: 12px;
  font-family: 'Avenir-Book', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
}
@media screen and (min-width: 359px) {
  html #root footer#socket .menu-item a {
    font-size: calc(12px + 2 * ((100vw - 359px) / 780));
    font-weight: 500;
    line-height: 1.7142857143;
  }
}
@media screen and (min-width: 1139px) {
  html #root footer#socket .menu-item a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7142857143;
  }
}
html #root .plyr.plyr--full-ui.plyr--video .plyr__poster {
  background-size: cover;
  background-position: center;
}
html #root .plyr.plyr--full-ui.plyr--video .plyr__tab-focus {
  -webkit-box-shadow: 0 0 0 5px rgba(224, 0, 23, 0.5);
  box-shadow: 0 0 0 5px rgba(224, 0, 23, 0.5);
  background: #E00017;
}
html #root .plyr.plyr--full-ui.plyr--video .plyr__control--overlaid, html #root .plyr.plyr--full-ui.plyr--video .plyr__control:hover {
  background: rgba(224, 0, 23, 0.8);
}
html #root .plyr.plyr--full-ui.plyr--video > .plyr__control[data-plyr="play"] svg {
  display: block;
}
html #root .plyr--full-ui input[type="range"] {
  color: #E00017;
}
html #root .lightbox-container {
  position: fixed;
  top: 0;
  z-index: 999999;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
html #root .lightbox-container .video-container {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1327px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
}
html #root .lightbox-container iframe {
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
}
#root #wpca-bar {
  background-color: #E00017;
  opacity: 0.95;
}
#root #wpca-bar #wpca-bar-content p {
  font-family: 'Avenir-Book', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
  font-size: 18px;
  color: #fff;
}
#root #wpca-bar #wpca-bar-content p a {
  font-family: 'Avenir-Book', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
  font-size: 16px;
  color: #fff;
  padding: 0 5px;
}
#root #wpca-bar #wpca-bar-meta .wpca-btn {
  background-color: #F4F4F4;
}
@media only screen and (max-width: 989px) {
  #root #wpca-bar #wpca-bar-content {
    display: block;
    width: 100%;
  }
  #root #wpca-bar #wpca-bar-content p {
    text-align: center;
  }
  #root #wpca-bar #wpca-bar-meta {
    display: block;
    margin: 10px auto 0;
  }
  #root #wpca-bar #wpca-bar-meta .wpca-btn {
    min-width: 180px;
  }
}
@media only screen and (max-width: 479px) {
  #root #wpca-bar #wpca-bar-content p {
    font-size: 16px;
  }
  #root #wpca-bar #wpca-bar-content p a {
    font-size: 16px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%2Fmalawi%2Fdomains%2Fthuiswerkenvoormalawi.nl%2Fpublic_html%2Fwp-content%2Fthemes%2Fdraadcore%2Fsass%2Fstyle.scss%22%2C%22home%2Fmalawi%2Fdomains%2Fthuiswerkenvoormalawi.nl%2Fpublic_html%2Fwp-content%2Fthemes%2Fdraadcore%2Fsass%2Fincludes%2Fmixins.scss%22%2C%22home%2Fmalawi%2Fdomains%2Fthuiswerkenvoormalawi.nl%2Fpublic_html%2Fwp-content%2Fthemes%2Fdraadcore%2Fsass%2Fincludes%2Fbase.scss%22%2C%22home%2Fmalawi%2Fdomains%2Fthuiswerkenvoormalawi.nl%2Fpublic_html%2Fwp-content%2Fthemes%2Fdraadcore%2Fsass%2Fincludes%2Flayout.scss%22%2C%22home%2Fmalawi%2Fdomains%2Fthuiswerkenvoormalawi.nl%2Fpublic_html%2Fwp-content%2Fthemes%2Fdraadcore%2Fsass%2Fincludes%2Faccessibility.scss%22%2C%22home%2Fmalawi%2Fdomains%2Fthuiswerkenvoormalawi.nl%2Fpublic_html%2Fwp-content%2Fthemes%2Fdraadcore%2Fsass%2Fcomponents%2Fform.scss%22%2C%22home%2Fmalawi%2Fdomains%2Fthuiswerkenvoormalawi.nl%2Fpublic_html%2Fwp-content%2Fthemes%2Fdraadcore%2Fsass%2Fcomponents%2Ffooter.scss%22%2C%22home%2Fmalawi%2Fdomains%2Fthuiswerkenvoormalawi.nl%2Fpublic_html%2Fwp-content%2Fthemes%2Fdraadcore%2Fsass%2Fcomponents%2Fvideo-player.scss%22%2C%22home%2Fmalawi%2Fdomains%2Fthuiswerkenvoormalawi.nl%2Fpublic_html%2Fwp-content%2Fthemes%2Fdraadcore%2Fsass%2Fcomponents%2Fcookies.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%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%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAhBA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAhBA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAhBA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAhBA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAhBA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAhBA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAhBA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAhBA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAhBA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAhBA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAhBA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAhBA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAhBA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9PR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9DR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHiFF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGlFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH4PP%3BAI1UG%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ0TH%3BAI9UG%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACvCA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL8HV%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK3HK%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL8GV%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM9IS%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BACnDN%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAIA%3BAACM%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAMZ%3BAACM%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%22%7D */