  @charset 'UTF-8';
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('/wp-content/themes/mpw/build/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/wp-content/themes/mpw/build/fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('/wp-content/themes/mpw/build/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/wp-content/themes/mpw/build/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/wp-content/themes/mpw/build/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/wp-content/themes/mpw/build/fonts/fontawesome-webfont.svg?v=4.7.0') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}
.fa-won:before, .fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before, .fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*@mixin transition($target: all, $duration: 0.25s, $timing: ease) {
 transition: $target $duration $timing;
 }*/
* {
  outline: none;
}
html {
  font-family: niveau-grotesk, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  background: #fff;
}
body {
  font-family: niveau-grotesk, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 22px;
  line-height: 1.6em;
  color: rgba(0, 0, 0, 0.8);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
input, textarea, select {
  font-family: niveau-grotesk, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 22px;
}
button, input[type="submit"] {
  font-size: 22px;
  cursor: pointer;
  -webkit-appearance: none;
}
a {
  color: #0095ae;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  margin: 0 0 0.8em;
  font-weight: 400;
  color: #000;
  font-family: kepler-std, sans-serif;
}
h1.underline, h2.underline, h3.underline, h4.underline, h5.underline, h6.underline {
  position: relative;
  margin-bottom: 50px;
}
h1.underline:after, h2.underline:after, h3.underline:after, h4.underline:after, h5.underline:after, h6.underline:after {
  position: absolute;
  left: 50%;
  width: 5.9895833vw;
  height: 5px;
  content: '';
  background: #012e47;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -18px;
  min-width: 86px;
}
h1 {
  padding: 0;
  font-size: 2em;
  width: 100%;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
  margin-bottom: 0;
}
h5 {
  font-size: 1.3em;
}
h6 {
  font-size: 1.2em;
}
p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1em;
  line-height: 1.4em;
  margin-top: 0;
}
img {
  max-width: 100%;
}
.animate_it.deactive {
  opacity: 0;
  transform: translateY(30%);
  transition: all 0s linear 0s;
}
.animate_it.active {
  opacity: 1;
  transform: translateY(0%);
  transition: all 1s linear 0s;
}
@media (min-width: 1023px) {
  .content-typography .aligncenter {
    margin: 10px auto 1em;
    display: block;
  }
  .content-typography .aligncenter .wp-caption-text {
    text-align: center;
  }
  .content-typography .alignright {
    display: inline-block;
    float: right;
    margin: 10px 0 1em 20px;
  }
  .content-typography .alignleft {
    display: inline-block;
    float: left;
    margin: 10px 20px 1em 0;
  }
  .content-typography img {
    height: auto;
    max-width: 100%;
    display: block;
    margin: 20px 0 1em;
  }
}
.content-typography img {
  max-width: 100%;
  height: auto;
}
.content-typography .wp-caption {
  max-width: 100%;
  margin: 10px auto 1em auto;
}
.content-typography .wp-caption .wp-caption-text {
  text-align: center;
  font-family: niveau-grotesk, sans-serif !important;
}
.content-typography .wp-caption img {
  margin-bottom: 5px;
}
.content-typography p:last-child {
  margin-bottom: 0;
}
.content-typography .table_container {
  width: 100%;
}
.content-typography table {
  display: table;
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
  min-width: 600px;
}
.content-typography table thead {
  color: #fff;
  text-align: left;
}
.content-typography table thead th {
  font-size: 18px;
  padding: 20px 15px;
  color: #fff;
  font-family: niveau-grotesk, sans-serif;
  font-weight: 600;
  line-height: 24px;
  background: #012e47;
}
.content-typography table tbody tr td {
  color: #7b7b7b;
  border-bottom: 1px solid #dcdbdb;
}
.content-typography table tbody tr td:not(:last-child) {
  border-right: none;
}
.content-typography table tbody tr:not(:first-child) td {
  border-top: none;
}
.content-typography table tbody tr:nth-child(even) td {
  background: #fafafa;
}
.content-typography table tbody tr:nth-child(even):not(:last-child) {
  margin-bottom: 0.125rem;
}
.content-typography table tbody tr:first-child td:empty {
  background: none;
}
.content-typography table tbody td {
  text-align: left;
  vertical-align: center;
  padding: 20px 15px;
  font-family: niveau-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background-color: #fff;
}
.content-typography table tbody td:empty {
  border: none;
  border-bottom: 1px solid #dcdbdb;
  background-color: transparent;
  padding: 0;
}
.content-typography table tbody td:empty + td:empty {
  border-left: none;
}
.content-typography table.no-headings tbody tr td:not(:last-child) {
  border-right: none;
}
.content-typography ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 65px;
  margin-bottom: 1em;
  display: inline-block;
}
@media (max-width: 767px) {
  .content-typography ul {
    margin-left: 25px;
  }
}
.content-typography ul li {
  position: relative;
  line-height: 1.4em;
}
.content-typography ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #0095ae;
  display: block;
  position: absolute;
  border-radius: 50%;
  left: -22px;
  top: 10px;
}
.content-typography ol {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  counter-reset: item;
  list-style-type: none;
  margin-left: 50px;
}
.content-typography ol li {
  position: relative;
  margin-bottom: 5px;
}
.content-typography ol li::before {
  display: none;
  content: counter(item);
  counter-increment: item;
  font-size: 1.2em;
  position: absolute;
  left: -20px;
  color: #eb523e;
  z-index: 1;
  top: 0;
  width: 1.25rem;
  text-align: center;
  margin-left: -0.375rem;
}
.content-typography strong {
  font-weight: 700;
}
.content-typography blockquote {
  border-left: none;
  margin-left: 20px;
  margin-bottom: 30px;
}
.content-typography blockquote, .content-typography blockquote p {
  font-size: 22px !important;
  line-height: 28px !important;
}
.content-typography a {
  color: #0095ae;
  text-decoration: none;
}
.content-typography a:hover, .content-typography a:focus {
  color: #0095ae;
  text-decoration: underline;
}
a.arrows-right {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
a.arrows-right .link-text {
  padding-top: 1px;
}
a.arrows-right .arrows {
  margin-left: 15px;
  background-image: url(/wp-content/themes/mpw/assets/src/img/double-arrow-right-white.png);
  width: 24px;
  height: 24px;
}
.row.home-row {
  padding: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row.home-row .full-width-content {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100%;
  padding: 0 !important;
}
.row.home-row section.full-width-component {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row.home-row section.full-width-component.limit-inner-div-content > div {
  margin: auto;
  max-width: 1540px;
  padding-left: 5vw !important;
  padding-right: 5vw !important;
}
@media screen and (min-width: 36em) {
  .row.home-row section.full-width-component.limit-inner-div-content > div {
    padding-left: 6vw !important;
    padding-right: 6vw !important;
  }
}
@media screen and (min-width: 75em) {
  .row.home-row section.full-width-component.limit-inner-div-content > div {
    padding-left: 10vw !important;
    padding-right: 10vw !important;
  }
}
.row.home-row section .wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1192px;
  position: relative;
  box-sizing: border-box;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media screen and (min-width: 36em) {
  .row.home-row section .wrapper {
    padding-left: 3vw !important;
    padding-right: 3vw !important;
  }
}
.row.content-row {
  padding: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
main {
  position: relative;
  height: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  margin-top: 60px;
}
@media screen and (min-width: 36em) {
  main {
    margin-top: 80px;
  }
}
@media screen and (min-width: 75em) {
  main {
    margin-top: 0;
  }
}
.home main > .row {
  padding-top: 0;
}
main.main.popup_enabled {
  z-index: 6000;
}
.row {
  justify-content: center;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.container {
  width: 100%;
  max-width: 1690px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.get-in-touch-tab {
  display: none;
}
@media screen and (min-width: 36em) {
  .get-in-touch-tab {
    width: 200px;
    height: 60px;
    background-color: #f78f1e;
    color: #fff;
    padding: 0;
    position: fixed;
    text-transform: uppercase;
    top: 50%;
    right: -70px;
    font-weight: bold;
    font-size: 18px;
    line-height: 62px;
    letter-spacing: 0.1em;
    text-align: center;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 20;
    display: block;
    transition: background-color 0.3s ease-out;
  }
  .get-in-touch-tab:hover {
    background-color: #fb8300;
  }
}
.main-content-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  box-sizing: border-box;
  max-width: 1690px;
  width: 100%;
}
.single .main-content-container {
  margin-top: 0;
}
@media screen and (min-width: 75em) {
  .single .main-content-container {
    margin-top: 20px;
  }
}
@media screen and (min-width: 75em) {
  .main-content-container {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 75em) {
  .main-content-container {
    margin-top: 50px;
  }
}
.main-content-container.one-col {
  padding: 0 5vw;
}
@media screen and (min-width: 36em) {
  .main-content-container.one-col {
    padding: 0 4rem;
  }
}
.main-content-container.one-col .main-container-1 {
  width: 100%;
}
.main-content-container.two-col {
  padding: 0 5vw;
}
@media screen and (min-width: 36em) {
  .main-content-container.two-col {
    padding: 0 4rem;
  }
}
.main-content-container.two-col .side-container-1 {
  width: 100%;
}
@media screen and (min-width: 75em) {
  .main-content-container.two-col .side-container-1 {
    width: 20%;
    padding-right: 4vw;
  }
}
.main-content-container.two-col .main-container-1 {
  width: 100%;
}
@media screen and (min-width: 75em) {
  .main-content-container.two-col .main-container-1 {
    width: 75%;
  }
}
.main-content-container.two-col .side-container-2 {
  width: 100%;
}
@media screen and (min-width: 75em) {
  .main-content-container.two-col .side-container-2 {
    width: 25%;
    padding-left: 2vw;
  }
}
.main-content-container.three-col .side-container-1 {
  width: 25%;
  padding-right: 2vw;
}
.main-content-container.three-col .main-container-1 {
  width: 100%;
}
@media screen and (min-width: 36em) {
}
@media screen and (min-width: 75em) {
  .main-content-container.three-col .main-container-1 {
    width: auto;
    flex-grow: 1;
  }
}
@media screen and (min-width: 36em) {
  .main-content-container.three-col .side-container-2 {
    width: 25%;
    padding-left: 2vw;
  }
}
.main-content-container .side-container-1 {
  flex-shrink: 0;
  margin-bottom: 50px;
  display: none;
  position: relative;
  min-width: 240px;
}
.main-content-container .side-container-1.single-sidebar-container {
  display: block;
  order: 2;
}
@media screen and (min-width: 75em) {
  .main-content-container .side-container-1.single-sidebar-container {
    order: 0;
  }
}
@media screen and (min-width: 93.75em) {
  .main-content-container .side-container-1.single-sidebar-container {
    order: 0;
  }
}
@media screen and (min-width: 75em) {
  .main-content-container .side-container-1 {
    display: block;
    box-sizing: border-box;
  }
}
.main-content-container .side-container-1 .side-container-inner {
  width: 100%;
}
.main-content-container .main-container-1 {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.main-content-container .main-container-1 section {
  margin-bottom: 2em;
}
.main-content-container .side-container-2 {
  flex-shrink: 0;
  min-width: 240px;
  margin-bottom: 50px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 75em) {
  .main-content-container .side-container-2 {
    box-sizing: border-box;
    max-width: 320px;
  }
}
.main-content-container .side-container-2 .side-container-inner {
  width: 100%;
}
.lower-content-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.lower-content-container section {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 4vw;
}
.lower-content-container section.limit-inner-div-content {
  padding-left: 5vw !important;
  padding-right: 5vw !important;
  box-sizing: border-box;
}
.lower-content-container section.limit-inner-div-content > div {
  margin: auto;
  max-width: 1540px;
}
@media screen and (min-width: 36em) {
  .lower-content-container section.limit-inner-div-content {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media screen and (min-width: 75em) {
  .lower-content-container section.limit-inner-div-content {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
footer {
  color: #fff;
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 300;
  background: #fff;
  position: relative;
  padding-top: 2em;
}
@media screen and (min-width: 36em) {
  footer {
    padding-top: 3vw;
  }
}
footer p {
  color: #000;
  margin-bottom: 0;
}
footer .footer-row {
  width: 100%;
}
footer .footer-row .footer-inner {
  display: flex;
  flex: 1 1 0;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 36em) {
  footer .footer-row .footer-inner {
    flex-direction: column;
  }
}
footer .footer-row .footer-inner .top-row.container, footer .footer-row .footer-inner .bottom-row .container {
  padding: 0 5vw;
}
@media screen and (min-width: 36em) {
  footer .footer-row .footer-inner .top-row.container, footer .footer-row .footer-inner .bottom-row .container {
    padding: 0 3vw;
  }
}
footer .footer-row .footer-inner .top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media screen and (min-width: 36em) {
  footer .footer-row .footer-inner .top-row {
    flex-direction: row;
  }
}
@media screen and (min-width: 62em) {
  footer .footer-row .footer-inner .top-row {
    flex-wrap: nowrap;
  }
}
footer .footer-row .footer-inner .top-row .col1 {
  width: 100%;
  text-align: center;
  margin-bottom: 10vw;
}
@media screen and (min-width: 36em) {
  footer .footer-row .footer-inner .top-row .col1 {
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 62em) {
  footer .footer-row .footer-inner .top-row .col1 {
    width: auto;
    text-align: left;
    margin-bottom: 0;
  }
}
footer .footer-row .footer-inner .top-row .col1 a img {
  max-width: 274px;
}
footer .footer-row .footer-inner .top-row .title {
  font-family: kepler-std, sans-serif;
  font-size: 1.1em;
  margin-bottom: 1em;
  color: #000;
}
footer .footer-row .footer-inner .top-row ul {
  padding-left: 0;
}
footer .footer-row .footer-inner .top-row ul li a {
  color: #000;
  font-size: 0.8em;
  line-height: 1.4em;
  letter-spacing: 2px;
}
footer .footer-row .footer-inner .top-row ul li a:hover {
  text-decoration: underline;
}
footer .footer-row .footer-inner .bottom-row {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 20px;
  background: #012e47;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .footer-row .footer-inner .bottom-row .container {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
footer .footer-row .footer-inner .bottom-row .footer-socials {
  display: flex;
  align-items: center;
  margin: 30px 0 22px;
  flex-direction: column;
}
@media screen and (min-width: 36em) {
  footer .footer-row .footer-inner .bottom-row .footer-socials {
    margin: 20px 0 22px;
    flex-direction: row;
  }
}
footer .footer-row .footer-inner .bottom-row .footer-socials .socials {
  display: flex;
  justify-content: flex-start;
}
footer .footer-row .footer-inner .bottom-row .footer-socials .socials .socials-link {
  width: 28px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 0;
  background-color: transparent;
  transition: background-color 0.3s ease-out;
}
footer .footer-row .footer-inner .bottom-row .footer-socials .socials .socials-link:last-child {
  margin-right: 0;
}
@media screen and (min-width: 36em) {
  footer .footer-row .footer-inner .bottom-row .footer-socials .socials .socials-link:last-child {
    margin-right: 10px;
  }
}
footer .footer-row .footer-inner .bottom-row .footer-socials .socials .socials-link i {
  color: #fff;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s ease-out;
}
@media screen and (min-width: 75em) {
  footer .footer-row .footer-inner .bottom-row .footer-socials .socials .socials-link:hover i {
    color: #0095ae;
  }
}
footer .footer-row .footer-inner .footer-copyright {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (min-width: 36em) {
  footer .footer-row .footer-inner .footer-copyright {
    max-width: 65%;
    text-align: right;
  }
}
@media screen and (min-width: 62em) {
  footer .footer-row .footer-inner .footer-copyright {
    max-width: none;
  }
}
footer .footer-row .footer-inner .footer-copyright a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  transition: color 0.3s ease-out;
}
footer .footer-row .footer-inner .footer-copyright a:hover {
  color: #0095ae;
}
footer .footer-row .footer-inner .menu-footer-container ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 36em) {
  footer .footer-row .footer-inner .menu-footer-container ul {
    margin-top: 10px;
    flex-direction: row;
  }
}
@media screen and (min-width: 75em) {
  footer .footer-row .footer-inner .menu-footer-container ul {
    margin-top: 0;
  }
}
footer .footer-row .footer-inner .menu-footer-container ul li {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 36em) {
  footer .footer-row .footer-inner .menu-footer-container ul li {
    flex-direction: row;
    margin-right: 15px;
  }
}
footer .footer-row .footer-inner .menu-footer-container ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  transition: color 0.3s ease-in-out;
}
footer .footer-row .footer-inner .menu-footer-container ul li a:hover {
  color: #fff;
}
footer .footer-row .footer-inner .menu-footer-container ul li:after {
  content: '/';
  display: none;
  margin-left: 15px;
  font-size: 16px;
}
@media screen and (min-width: 36em) {
  footer .footer-row .footer-inner .menu-footer-container ul li:after {
    display: inline-block;
  }
}
footer .footer-row .footer-inner .menu-footer-container ul li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
footer .footer-row .footer-inner .menu-footer-container ul li:last-child:after {
  display: none;
}
.header-image-wrapper.home-header-image-wrapper {
  padding-bottom: 0;
  overflow: hidden;
  height: 80vh;
}
@media screen and (min-width: 36em) {
  .header-image-wrapper.home-header-image-wrapper {
    height: calc(100vh - 80px);
  }
}
@media screen and (min-width: 62em) {
  .header-image-wrapper.home-header-image-wrapper {
    height: calc(100vh - 80px);
  }
}
@media screen and (min-width: 75em) {
  .header-image-wrapper.home-header-image-wrapper {
    height: 100vh;
  }
}
.header-image-wrapper.home-header-image-wrapper .header-imagebackground {
  align-items: center;
  justify-content: center;
}
.header-image-wrapper.home-header-image-wrapper .animation-overlay-container {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 36em) {
  .header-image-wrapper.home-header-image-wrapper .animation-overlay-container {
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 62em) {
  .header-image-wrapper.home-header-image-wrapper .animation-overlay-container {
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.header-image-wrapper.home-header-image-wrapper .animation_overlay {
  -ms-transform: scale(0.35) translate(-50%, -50%);
  -webkit-transform: scale(0.35) translate(-50%, -50%);
  -moz-transform: scale(0.35) translate(-50%, -50%);
  -o-transform: scale(0.35) translate(-50%, -50%);
  transform: scale(0.35) translate(-50%, -50%);
  z-index: 999;
  left: 50%;
  top: 50%;
  background-position: center 0px;
  position: absolute;
  opacity: 1;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  transition: opacity 0.3s ease-in;
}
@media screen and (min-width: 36em) {
  .header-image-wrapper.home-header-image-wrapper .animation_overlay {
    -ms-transform: scale(0.8) translate(-50%, -50%);
    -webkit-transform: scale(0.8) translate(-50%, -50%);
    -moz-transform: scale(0.8) translate(-50%, -50%);
    -o-transform: scale(0.8) translate(-50%, -50%);
    transform: scale(0.8) translate(-50%, -50%);
  }
}
@media screen and (min-width: 62em) {
  .header-image-wrapper.home-header-image-wrapper .animation_overlay {
    -ms-transform: scale(1) translate(-50%, -50%);
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
}
.header-image-wrapper.home-header-image-wrapper .animation_overlay.fadeAway {
  opacity: 0;
}
.header-image-wrapper.home-header-image-wrapper .msoHeaderText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  padding: 0 3vw;
  box-sizing: border-box;
}
@media screen and (min-width: 36em) {
  .header-image-wrapper.home-header-image-wrapper .msoHeaderText {
    top: 40%;
  }
}
@media screen and (min-width: 62em) {
  .header-image-wrapper.home-header-image-wrapper .msoHeaderText {
    top: 40%;
  }
}
@media screen and (min-width: 75em) {
  .header-image-wrapper.home-header-image-wrapper .msoHeaderText {
    top: 50%;
  }
}
.header-image-wrapper.home-header-image-wrapper .msoHeaderText h1.main-heading {
  display: none;
  font-family: kepler-std, sans-serif;
  font-size: 45px;
  line-height: 60px;
  color: #fff;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 36em) {
  .header-image-wrapper.home-header-image-wrapper .msoHeaderText h1.main-heading {
    font-size: 100px;
    line-height: 140px;
  }
}
@media screen and (min-width: 62em) {
  .header-image-wrapper.home-header-image-wrapper .msoHeaderText h1.main-heading {
    font-size: 100px;
    line-height: 140px;
  }
}
@media screen and (min-width: 75em) {
  .header-image-wrapper.home-header-image-wrapper .msoHeaderText h1.main-heading {
    font-size: 140px;
    line-height: 180px;
  }
}
@media screen and (min-width: 93.75em) {
  .header-image-wrapper.home-header-image-wrapper .msoHeaderText h1.main-heading {
    font-size: 200px;
    line-height: 250px;
  }
}
.header-image-wrapper.home-header-image-wrapper .msoHeaderText .subtitle {
  opacity: 0;
  margin-bottom: 0;
  margin-top: 50px;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  transition: opacity 0.3s ease-in;
}
@media screen and (min-width: 36em) {
  .header-image-wrapper.home-header-image-wrapper .msoHeaderText .subtitle {
    margin-top: 230px;
  }
}
.header-image-wrapper .header-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.welcome {
  background: #012e47;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
section.welcome .component-content {
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 40px;
  padding-bottom: 20px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  max-width: 1540px;
  align-items: center;
}
@media screen and (min-width: 75em) {
  section.welcome .component-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
section.welcome .component-content .left {
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
}
@media screen and (min-width: 36em) {
  section.welcome .component-content .left {
    padding-left: 90px;
  }
}
@media screen and (min-width: 75em) {
  section.welcome .component-content .left {
    width: 25%;
    margin-right: 10%;
    min-width: 550px;
  }
}
section.welcome .component-content .left .component-title-wrapper .component-subtitle:before {
  display: none;
}
@media screen and (min-width: 36em) {
  section.welcome .component-content .left .component-title-wrapper .component-subtitle:before {
    display: inline-block;
  }
}
section.welcome .component-content .left .component-title-wrapper .component-title {
  font-size: 35px;
  line-height: 42px;
}
@media screen and (min-width: 62em) {
  section.welcome .component-content .left .component-title-wrapper .component-title {
    font-size: 45px;
    line-height: 61px;
  }
}
section.welcome .component-content .left .component-title-wrapper .component-title:after {
  display: none;
}
@media screen and (min-width: 36em) {
  section.welcome .component-content .left .component-title-wrapper .component-title:after {
    display: inline;
  }
}
section.welcome .component-content .left .welcome-text {
  margin-top: 30px;
}
section.welcome .component-content .left .welcome-text p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
@media screen and (min-width: 75em) {
  section.welcome .component-content .left .welcome-text p {
    font-size: 20px;
  }
}
section.welcome .component-content .left .welcome-text .welcome-button {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  background: #a20f00;
  padding: 15px 30px;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  margin-bottom: 20px;
}
section.welcome .component-content .left .welcome-text .welcome-button:after {
  background-color: #fff;
}
section.welcome .component-content .welcome-image {
  flex-grow: 1;
  display: none;
  justify-content: flex-end;
  position: relative;
  padding-top: 50px;
  max-width: 800px;
}
@media screen and (min-width: 75em) {
  section.welcome .component-content .welcome-image {
    display: flex;
  }
}
section.welcome .component-content .welcome-image img {
  max-width: 100%;
  width: auto;
  z-index: 1;
}
section.welcome .component-content .welcome-image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/wp-content/themes/mpw/assets/src/img/welcome-bg.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center;
  opacity: 0.3;
}
.msoMainNavItem {
  display: none;
}
.component-title-wrapper {
  text-transform: uppercase;
}
.component-title-wrapper .component-subtitle {
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  line-height: 45px;
  margin: 0;
  position: relative;
}
.component-title-wrapper .component-subtitle:before {
  content: '';
  background-image: url(/wp-content/themes/mpw/assets/src/img/title-left.png);
  width: 70px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -90px;
}
.component-title-wrapper .component-title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 45px;
  line-height: 61px;
  font-family: niveau-grotesk, sans-serif;
  position: relative;
}
.component-title-wrapper .component-title:after {
  content: '';
  background-image: url(/wp-content/themes/mpw/assets/src/img/title-right.png);
  width: 25px;
  height: 30px;
  position: absolute;
  bottom: 6px;
  margin-left: 15px;
}
.main-heading-button {
  color: #fff;
  border-color: #0095ae;
  background-color: #0095ae;
  display: block;
  position: absolute;
  right: 0;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 15px 15px 10px;
  letter-spacing: 1px;
  bottom: 50px;
  z-index: 2;
  transition: all 0.2s ease;
}
@media screen and (min-width: 36em) {
  .main-heading-button {
    bottom: 90px;
    padding: 20px 30px 20px 20px;
  }
}
.main-heading-button:before {
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10px;
  right: 0;
  bottom: 0;
  content: "";
  background: #0095ae;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 75em) {
  .main-heading-button:hover {
    background-color: #00697b;
  }
  .main-heading-button:hover:before {
    background-color: #00697b;
  }
}
.header-image-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 330px;
  height: 30vh;
  max-height:470px;
  width: 100%;
  margin: 0 0 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: 50% 0;
}
.header-image-wrapper > img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.header-image-wrapper.no-course-search {
  margin-bottom: 0;
}
@media screen and (min-width: 75em) {
  .header-image-wrapper.reduced-height {
    min-height: 344px;
  }
}
@media (max-width: 767px) {
  .home .header-image-wrapper {
    height: 50vh;
  }
}
@media screen and (min-width: 36em) {
  .header-image-wrapper {
    height: 40vh;
  }
}
@media screen and (min-width: 62em) {
  .header-image-wrapper {
    height: 55vh;
	max-height:800px;
  }
}
@media screen and (min-width: 75em) {
  .header-image-wrapper {
    min-height: 644px;
    background-attachment: fixed;
    padding-top: 129px;
  }
}
.header-image-wrapper .header-image-text {
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 0 3vw;
  box-sizing: border-box;
  word-break: break-word;
}
@media screen and (min-width: 36em) {
  .header-image-wrapper .header-image-text {
    display: flex;
  }
}
.header-image-wrapper .header-image-text img {
  width: auto;
}
.header-image-wrapper .header-image-text h1.main-heading {
  font-size: 2.2em;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  text-shadow: 0 4px 50px #000;
}
.header-image-wrapper .header-image-text h1.main-heading span {
  font-style: normal;
  font-weight: 400;
}
.home .header-image-wrapper .header-image-text {
  display: flex;
}
/*.header-image-wrapper {
 position: relative;
 z-index: 1;
 @include breakpoint(medium) {
 height: 320px;
 }
 @include breakpoint(xlarge) {
 height: 380px;
 }
 @include breakpoint(xxlarge) {
 height: 34.5vw;
 }
 .header-button {
 position: absolute;
 bottom: 30px;
 right: 50%;
 transform: translateX(50%);
 background: $red;
 text-align: center;
 color: $white;
 padding: 15px 20px;
 font-size: 16px;
 line-height: 22px;
 font-weight: 400;
 font-family: $body-font;
 text-transform: uppercase;
 letter-spacing: 0.5px;
 z-index: 1;
 @include breakpoint(medium) {
 font-size: 20px;
 line-height: 30px;
 bottom: 44px;
 right: 44px;
 padding: 15px 35px;
 transform: none;
 .home & {
 position: fixed;
 z-index: 9;
 }
 }
 }
 .header-imagebackground {
 background: $primary;
 height: 100%;
 width: 100%;
 padding: 60px 20px 30px;
 display: flex;
 align-items: flex-end;
 justify-content: flex-start;
 box-sizing: border-box;
 background-size: cover;
 background-position: center;
 @include breakpoint(medium) {
 padding: 30px 3vw 40px;
 }
 &:after {
 content: '';
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 background: linear-gradient(179.94deg, rgba(5, 17, 53, 0.36) 30.83%, rgba(5, 17, 53, 0) 153.61%);
 }
 }
 .left-image {
 background: $secondary;
 padding-top: 50px;
 @include breakpoint(medium) {
 padding-top: 0;
 background: none;
 position: absolute;
 left: 0;
 width: auto;
 bottom: 0;
 max-width: 50%;
 }
 }
 .msoHeaderText.content-page-header { 
 position: relative;
 z-index: 1;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: space-between;
 width: 100%;
 @include breakpoint(medium) {
 align-items: flex-end;
 position: relative;
 z-index: 1;
 flex-direction: row;
 }
 h1.main-heading {
 font-family: $heading-font;
 font-size: 50px;
 line-height: 60px;
 color: $white;
 padding: 0;
 box-sizing: border-box;
 margin: 0;
 font-weight: 400;
 text-align: left;
 @include breakpoint(medium) {
 font-size: 100px;
 line-height: 140px;
 }
 @include breakpoint(xlarge) {
 font-size: 90px;
 line-height: 90px;
 }
 @include breakpoint(xxlarge) {
 font-size: 100px;
 line-height: 100px;
 }
 @include breakpoint(xxxlarge) {
 font-size: 130px;
 line-height: 130px;
 margin-bottom: 20px;
 }
 }
 .header-button-container {
 display: none;
 @include breakpoint(medium) {
 display: block;
 flex-shrink: 0;
 margin-left: 100px;
 max-width: 160px;
 text-align: center;
 }
 @include breakpoint(xlarge) {
 max-width: 320px;
 }
 @include breakpoint(xxlarge) {
 max-width: none;
 }
 .header-button {
 transform: none;
 position: static;
 display: block;
 @include breakpoint(medium) {
 position: relative;
 bottom: 0;
 right: 0;
 }
 }
 }
 }
 }*/
.sub-heading {
  font-family: kepler-std, sans-serif;
  font-size: 2em;
  line-height: 1.2em;
  padding-left: 100px;
  margin-top: 2em;
}
.sub-heading.blue {
  color: #0095ae;
}
.sub-heading.green {
  color: #0095ae;
}
.sub-heading.grey {
  color: #555;
}
.sub-heading.pink {
  color: #0095ae;
}
.sub-heading.purple {
  color: #0095ae;
}
.blue .sub-heading {
  color: #0095ae;
}
.green .sub-heading {
  color: #0095ae;
}
.grey .sub-heading {
  color: #555;
}
.pink .sub-heading {
  color: #0095ae;
}
.purple .sub-heading {
  color: #0095ae;
}
.page-summary {
  padding-left: 100px;
  margin-top: 2em;
}
.sidebarNav .subnav-header a {
  text-decoration: none;
  font-family: kepler-std, sans-serif;
  font-weight: bold;
}
.sidebarNav .subnav-header a.blue {
  color: #0095ae;
}
.sidebarNav .subnav-header a.green {
  color: #0095ae;
}
.sidebarNav .subnav-header a.grey {
  color: #555;
}
.sidebarNav .subnav-header a.pink {
  color: #0095ae;
}
.sidebarNav .subnav-header a.purple {
  color: #0095ae;
}
.blue .sidebarNav .subnav-header a {
  color: #0095ae;
}
.green .sidebarNav .subnav-header a {
  color: #0095ae;
}
.grey .sidebarNav .subnav-header a {
  color: #555;
}
.pink .sidebarNav .subnav-header a {
  color: #0095ae;
}
.purple .sidebarNav .subnav-header a {
  color: #0095ae;
}
.sidebarNav ul {
  list-style-type: none;
  padding-left: 0;
}
.sidebarNav ul li a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  padding: 4px 0;
  display: block;
}
.sidebarNav ul li a:hover {
  text-decoration: underline;
}
.sidebarNav ul li .sub-menu {
  display: none;
  padding-left: 2.5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.sidebarNav ul li .sub-menu li {
  position: relative;
  display: flex;
  align-items: center;
}
.sidebarNav ul li .sub-menu li:before {
  transition: all 0.1s linear;
  position: absolute;
  content: "";
  left: -45px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.blue .sidebarNav ul li .sub-menu li:before {
  background-image: url(/wp-content/themes/mpw/build/css/"data:image/svg+xml;charset=UTF-8,%3csvg width='26px' height='18px' viewBox='0 0 26 18' version='1.1' xmlns='http:/www.w3.org/2000/svg' xmlns:xlink='http:/www.w3.org/1999/xlink'%3e%3c!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3ePath%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Content-Page' transform='translate(-296.000000, -1484.000000)' fill='%23004B93'%3e%3cg id='Side-Menu' transform='translate(0.000000, 1317.000000)'%3e%3cg id='arrow-pointing-to-right-copy-13' transform='translate(296.000000, 167.000000)'%3e%3cpath d='M25.6458799,8.13997586 L17.9087201,0.356181562 C17.4366567,-0.118727187 16.6710647,-0.118727187 16.1990012,0.356181562 C15.7268411,0.83118761 15.7268411,1.60119946 16.1990012,2.07620551 L21.8723703,7.78376998 L1.20893121,7.78376998 C0.541311039,7.78376998 0,8.32834369 0,8.99998784 C0,9.67153469 0.541311039,10.2162057 1.20893121,10.2162057 L21.8723703,10.2162057 L16.1991947,15.9237702 C15.7270345,16.3987762 15.7270345,17.1687881 16.1991947,17.6437941 C16.435178,17.8811025 16.7446644,18 17.0540541,18 C17.3634438,18 17.6728335,17.8811025 17.9089135,17.6437941 L25.6458799,9.85999981 C26.11804,9.38499376 26.11804,8.61498191 25.6458799,8.13997586 Z' id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.green .sidebarNav ul li .sub-menu li:before {
  background-image: url(/wp-content/themes/mpw/build/css/"data:image/svg+xml;charset=UTF-8,%3csvg width='26px' height='18px' viewBox='0 0 26 18' version='1.1' xmlns='http:/www.w3.org/2000/svg' xmlns:xlink='http:/www.w3.org/1999/xlink'%3e%3c!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3ePath%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Content-Page' transform='translate(-296.000000, -1484.000000)' fill='#0095ae'%3e%3cg id='Side-Menu' transform='translate(0.000000, 1317.000000)'%3e%3cg id='arrow-pointing-to-right-copy-13' transform='translate(296.000000, 167.000000)'%3e%3cpath d='M25.6458799,8.13997586 L17.9087201,0.356181562 C17.4366567,-0.118727187 16.6710647,-0.118727187 16.1990012,0.356181562 C15.7268411,0.83118761 15.7268411,1.60119946 16.1990012,2.07620551 L21.8723703,7.78376998 L1.20893121,7.78376998 C0.541311039,7.78376998 0,8.32834369 0,8.99998784 C0,9.67153469 0.541311039,10.2162057 1.20893121,10.2162057 L21.8723703,10.2162057 L16.1991947,15.9237702 C15.7270345,16.3987762 15.7270345,17.1687881 16.1991947,17.6437941 C16.435178,17.8811025 16.7446644,18 17.0540541,18 C17.3634438,18 17.6728335,17.8811025 17.9089135,17.6437941 L25.6458799,9.85999981 C26.11804,9.38499376 26.11804,8.61498191 25.6458799,8.13997586 Z' id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.grey .sidebarNav ul li .sub-menu li:before {
  background-image: url(/wp-content/themes/mpw/build/css/"data:image/svg+xml;charset=UTF-8,%3csvg width='26px' height='18px' viewBox='0 0 26 18' version='1.1' xmlns='http:/www.w3.org/2000/svg' xmlns:xlink='http:/www.w3.org/1999/xlink'%3e%3c!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3ePath%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Content-Page' transform='translate(-296.000000, -1484.000000)' fill='#555'%3e%3cg id='Side-Menu' transform='translate(0.000000, 1317.000000)'%3e%3cg id='arrow-pointing-to-right-copy-13' transform='translate(296.000000, 167.000000)'%3e%3cpath d='M25.6458799,8.13997586 L17.9087201,0.356181562 C17.4366567,-0.118727187 16.6710647,-0.118727187 16.1990012,0.356181562 C15.7268411,0.83118761 15.7268411,1.60119946 16.1990012,2.07620551 L21.8723703,7.78376998 L1.20893121,7.78376998 C0.541311039,7.78376998 0,8.32834369 0,8.99998784 C0,9.67153469 0.541311039,10.2162057 1.20893121,10.2162057 L21.8723703,10.2162057 L16.1991947,15.9237702 C15.7270345,16.3987762 15.7270345,17.1687881 16.1991947,17.6437941 C16.435178,17.8811025 16.7446644,18 17.0540541,18 C17.3634438,18 17.6728335,17.8811025 17.9089135,17.6437941 L25.6458799,9.85999981 C26.11804,9.38499376 26.11804,8.61498191 25.6458799,8.13997586 Z' id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.pink .sidebarNav ul li .sub-menu li:before {
  background-image: url(/wp-content/themes/mpw/build/css/"data:image/svg+xml;charset=UTF-8,%3csvg width='26px' height='18px' viewBox='0 0 26 18' version='1.1' xmlns='http:/www.w3.org/2000/svg' xmlns:xlink='http:/www.w3.org/1999/xlink'%3e%3c!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3ePath%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Content-Page' transform='translate(-296.000000, -1484.000000)' fill='#0095ae'%3e%3cg id='Side-Menu' transform='translate(0.000000, 1317.000000)'%3e%3cg id='arrow-pointing-to-right-copy-13' transform='translate(296.000000, 167.000000)'%3e%3cpath d='M25.6458799,8.13997586 L17.9087201,0.356181562 C17.4366567,-0.118727187 16.6710647,-0.118727187 16.1990012,0.356181562 C15.7268411,0.83118761 15.7268411,1.60119946 16.1990012,2.07620551 L21.8723703,7.78376998 L1.20893121,7.78376998 C0.541311039,7.78376998 0,8.32834369 0,8.99998784 C0,9.67153469 0.541311039,10.2162057 1.20893121,10.2162057 L21.8723703,10.2162057 L16.1991947,15.9237702 C15.7270345,16.3987762 15.7270345,17.1687881 16.1991947,17.6437941 C16.435178,17.8811025 16.7446644,18 17.0540541,18 C17.3634438,18 17.6728335,17.8811025 17.9089135,17.6437941 L25.6458799,9.85999981 C26.11804,9.38499376 26.11804,8.61498191 25.6458799,8.13997586 Z' id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.purple .sidebarNav ul li .sub-menu li:before {
  background-image: url(/wp-content/themes/mpw/build/css/"data:image/svg+xml;charset=UTF-8,%3csvg width='26px' height='18px' viewBox='0 0 26 18' version='1.1' xmlns='http:/www.w3.org/2000/svg' xmlns:xlink='http:/www.w3.org/1999/xlink'%3e%3c!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3ePath%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Content-Page' transform='translate(-296.000000, -1484.000000)' fill='#0095ae'%3e%3cg id='Side-Menu' transform='translate(0.000000, 1317.000000)'%3e%3cg id='arrow-pointing-to-right-copy-13' transform='translate(296.000000, 167.000000)'%3e%3cpath d='M25.6458799,8.13997586 L17.9087201,0.356181562 C17.4366567,-0.118727187 16.6710647,-0.118727187 16.1990012,0.356181562 C15.7268411,0.83118761 15.7268411,1.60119946 16.1990012,2.07620551 L21.8723703,7.78376998 L1.20893121,7.78376998 C0.541311039,7.78376998 0,8.32834369 0,8.99998784 C0,9.67153469 0.541311039,10.2162057 1.20893121,10.2162057 L21.8723703,10.2162057 L16.1991947,15.9237702 C15.7270345,16.3987762 15.7270345,17.1687881 16.1991947,17.6437941 C16.435178,17.8811025 16.7446644,18 17.0540541,18 C17.3634438,18 17.6728335,17.8811025 17.9089135,17.6437941 L25.6458799,9.85999981 C26.11804,9.38499376 26.11804,8.61498191 25.6458799,8.13997586 Z' id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.sidebarNav ul li .sub-menu li:hover:before {
  left: -38px;
}
.sidebarNav ul li.current-menu-item > a {
  text-decoration: underline;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: bold;
}
.sidebarNav ul li.current-menu-item.menu-item-has-children > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
.sidebarNav ul li.current-menu-item .sub-menu {
  display: block;
}
.sidebarNav ul li.current-menu-ancestor .sub-menu {
  display: block;
}
.page-template-landing-page .header-desktop.remove-top-navigations .navigation-bar {
  top: 0;
}
.landing-page-row-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (min-width: 75em) {
  .landing-page-row-container {
    flex-wrap: nowrap;
  }
}
.landing-page-row-container .column-container {
  width: 100%;
}
@media screen and (min-width: 75em) {
  .landing-page-row-container .column-container {
    flex-grow: 1;
    overflow: hidden;
  }
}
@media screen and (min-width: 75em) {
  .landing-page-row-container .column-container.column-2 {
    flex-shrink: 0;
    width: 48%;
    margin-left: 4%;
  }
}
.landing-page-row-container .column-container .image-gallery-slider .image-gallery-slider-slides .slick-track .slick-slide > div .slide {
  margin-bottom: 0;
}
.landing-page-row-container .column-container .image-gallery-slider .slide .image img {
  width: 100%;
  height: auto;
}
.landing-page-row-container .column-container .image-gallery-slider .image-gallery-nav {
  display: none;
}
@media screen and (min-width: 75em) {
  .landing-page-row-container.has-two-cols section.three-blocks .three-blocks-container .items .item .image:before {
    padding-top: 100%;
  }
}
@media screen and (min-width: 75em) {
  .landing-page-row-container.has-two-cols section.three-blocks .three-blocks-container .items .item .info-box {
    min-width: 0;
    max-width: 85%;
  }
}
a.down_arrow, a.right_arrow {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  align-items: center;
  font-size: 18px;
  letter-spacing: 1px;
  height: 48px;
  transition: color 0.3s ease-out;
  display: inline-flex;
  margin-left: -10px;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
a.down_arrow:after, a.right_arrow:after {
  content: '';
  border: 2px solid #0095ae;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  height: 48px;
  width: 48px;
  transition: background-color 0.3s ease-out;
  margin-left: 10px;
  flex-shrink: 0;
}
a.down_arrow:before, a.right_arrow:before {
  border-style: solid;
  border-color: #0095ae;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 0.5em;
  left: calc(100% - 32px);
  transform: rotate(45deg);
  position: relative;
  vertical-align: top;
  width: 0.5em;
  top: 1px;
  transition: border-color 0.3s ease-out;
  flex-shrink: 0;
}
a.down_arrow:hover, a.right_arrow:hover {
  color: #0095ae;
}
a.down_arrow:hover:after, a.right_arrow:hover:after {
  background-color: #0095ae;
}
a.down_arrow:hover:before, a.right_arrow:hover:before {
  border-color: #fff;
}
a.down_arrow:before {
  transform: rotate(135deg);
  top: -3px;
}
/ SCROLLBAR BASE CSS /
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
}
.scroll-element, .scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-textarea {
  border: 1px solid #ccc;
  border-top-color: #999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
/ SCROLLBAR RAIL /
.scrollbar-rail > .scroll-element, .scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-rail > .scroll-element {
  background-color: #fff;
}
.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #ddd;
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #aaa;
}
.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}
.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #0095ae;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 4px;
  left: -10px;
  top: 5px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}
@supports (-ms-ime-align: auto) {
  body {
    overflow-x: hidden;
  }
  .header-image-wrapper .header-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    overflow-x: hidden;
  }
  .header-image-wrapper .header-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
  }
  .social-accordion {
    display: none !important;
  }
}
.accordion {
  margin-bottom: 4em;
}
.accordion-item {
  border-top: 3px solid #000;
  padding: 30px 0;
  transition: border 0.25s ease;
}
.accordion-link:hover, .accordion-link:focus {
  text-decoration: none !important;
}
.accordion-title {
  display: flex;
  align-items: center;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  position: relative;
}
@media screen and (min-width: 62em) {
  .accordion-title {
    font-size: 30px;
  }
}
.accordion-title span {
  padding-right: 70px;
}
.accordion-title::after {
  font-family: "FontAwesome";
  content: '\f105';
  position: absolute;
  margin: auto;
  bottom: -7px;
  right: 30px;
  color: #0095ae;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  opacity: 1;
  transform-origin: center center;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
.accordion-item--active .accordion-title::after {
  transform: rotate(0deg);
}
.accordion-content {
  display: none;
  padding-top: 40px;
  padding-bottom: 20px;
}
.accordion.staff-accordion .subsection-anchors ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.accordion.staff-accordion .subsection-anchors ul li {
  margin: 0 10px 0 0;
}
.accordion.staff-accordion .subsection-anchors ul li:before {
  display: none;
}
.accordion.staff-accordion .subsection-anchors ul li a {
  color: #012e47;
  text-decoration: underline;
}
.accordion.staff-accordion .subsection-anchors ul li a:hover {
  text-decoration: none;
}
.blockquote {
  margin-bottom: 4em;
}
@media (max-width: 767px) {
  .blockquote .blockquote-container .quotes {
    padding-top: 20px;
    margin-top: 70px;
  }
}
.blockquote .blockquote-container .quotes .pagingInfo {
  position: absolute;
  right: 0;
  top: 300px;
  transform: translate(calc(-22px - 3rem), calc(-100% - 5rem));
  height: calc(20px + 1rem);
  width: 4rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .blockquote .blockquote-container .quotes .pagingInfo {
    transform: translate(calc(-22px - 3rem), -2rem);
    top: 0;
  }
}
.blockquote .blockquote-container .quotes .pagingInfo strong {
  font-weight: 700;
  color: #eb523e;
}
.blockquote .blockquote-container .quotes .slick-prev, .blockquote .blockquote-container .quotes .slick-next {
  border: 1px solid black;
  z-index: 1000;
  left: auto;
  right: 0;
  top: 300px;
  padding: 0.5rem;
  transform: translate(-2rem, calc(-100% - 5rem));
  width: calc(20px + 1rem);
  height: calc(20px + 1rem);
}
@media (max-width: 767px) {
  .blockquote .blockquote-container .quotes .slick-prev, .blockquote .blockquote-container .quotes .slick-next {
    transform: translate(-2rem, -2rem);
    top: 0;
  }
}
.blockquote .blockquote-container .quotes .slick-prev:before, .blockquote .blockquote-container .quotes .slick-next:before {
  content: "\f105";
  color: black;
}
.blockquote .blockquote-container .quotes .slick-prev {
  transform: translate(calc(-100% - 6rem), calc(-100% - 5rem));
}
@media (max-width: 767px) {
  .blockquote .blockquote-container .quotes .slick-prev {
    transform: translate(calc(-100% - 6rem), -2rem);
  }
}
.blockquote .blockquote-container .quotes .slick-prev:before {
  content: "\f104";
}
.blockquote .blockquote-container .slick-slide {
  opacity: 0;
  transition: all 0.5s ease 0.5s;
}
.blockquote .blockquote-container .slick-slide.slick-current {
  opacity: 1;
}
.blockquote .blockquote-container .quote {
  position: relative;
  border: 1px solid #eb523e;
  padding: 2rem;
  margin: 3rem 0 0;
  box-sizing: border-box;
  max-width: calc(100% - 2px);
  min-height: 210px;
}
.blockquote .blockquote-container .quote:before {
  content: "";
  background-color: white;
  background-image: url('/wp-content/themes/mpw/assets/src/img/quotes.png');
  background-size: auto 80%;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  transform: translate(20px, -50%);
}
@media (max-width: 767px) {
  .blockquote .blockquote-container .quote:before {
    transform: translate(-25px, -50%);
  }
}
.blockquote .blockquote-container .quote .icon {
  width: 150px;
  height: 150px;
  position: absolute;
  right: 3rem;
  top: -3rem;
  z-index: 1;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .blockquote .blockquote-container .quote .icon {
    background-position: top center;
  }
}
.blockquote .blockquote-container .quote p.text {
  padding-right: calc(150px + 5rem);
  font-family: kepler-std, sans-serif;
  font-weight: 500;
  font-style: italic;
}
@media (max-width: 767px) {
  .blockquote .blockquote-container .quote p.text {
    padding: 80px 0 0;
  }
}
.blockquote .blockquote-container .quote .bottom {
  padding-right: calc(150px + 5rem);
}
@media (max-width: 767px) {
  .blockquote .blockquote-container .quote .bottom {
    padding: 0;
  }
}
.blockquote .blockquote-container .quote .bottom .details {
  margin: 0;
  font-size: 16px;
}
.blockquote .blockquote-container .quote .bottom .details span {
  padding-left: 8px;
}
@media (max-width: 767px) {
  .blockquote .blockquote-container .quote .bottom .details span {
    display: block;
    padding-left: 0;
  }
}
.blog-list {
  min-height: 250px;
}
.blog-list__heading {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 3em;
  flex-wrap: wrap;
}
@media screen and (max-width: 47.9375em) {
  .blog-list__heading {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3em;
    margin-top: 0;
  }
}
.blog-list__title {
  margin-bottom: 0;
}
.blog-list__list {
  min-height: 80px;
}
@media screen and (min-width: 36em) {
  .blog-list__list {
    margin-left: 2%;
  }
}
.blog-list .btn {
  color: #eb523e;
  letter-spacing: 0px;
  background: #fff;
  border: 1px solid #eb523e;
  padding: 10px 40px;
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  font-weight: 400;
  transition: all 0.3s ease-out;
  font-size: 16px;
}
.blog-list .btn:hover {
  background-color: #eb523e;
  color: #fff;
}
@media screen and (min-width: 36em) {
  .blog-list .btn {
    /*width: 190px;
     padding-left: rem(10);
     padding-right: rem(10);*/
  }
}
.blog-list__nothing h5 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 3.125rem;
  display: block;
}
.nothing-found {
  text-align: center;
  margin-top: 3em;
}
.load-more-container {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 74.9375em) {
  .load-more-container {
    margin-bottom: 1em;
  }
}
.load-more-container:before {
  display: none;
  content: '';
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #fff 0%, #ebebeb 46.98%, #fff 100%);
  position: absolute;
  top: 0;
  border-radius: 50%;
}
.load-more-container .load-more-button {
  text-align: center;
  border: 2px solid #002051;
  color: #002051;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 30px;
  margin: 30px auto 0;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
}
.load-more-container .load-more-button:hover {
  background-color: #012e47;
  color: #fff;
}
.load-more-container .load-more-button:hover i {
  opacity: 1;
}
.blog-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  border-bottom: 4px solid #7f87a2;
  margin-bottom: 30px;
  width: 100%;
  background: #f2f2f2;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.3s ease-out;
}
@media screen and (min-width: 75em) {
  .blog-item:hover {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  }
}
.blog-item .blog-item__thumb {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease-out;
}
.blog-item .blog-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-item .blog-item__meta {
  padding: 15px 18px 20px;
}
.blog-item .blog-item__meta .date {
  display: block;
  font-weight: 400;
  color: #7f87a2;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.blog-item .blog-item__meta .blog-item__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
  color: #04103b;
  text-align: left;
  flex-shrink: 0;
  display: block;
  margin-bottom: 12px;
  margin-top: 20px;
  overflow: hidden;
}
@media screen and (min-width: 36em) {
  .blog-item .blog-item__meta .blog-item__title {
    height: 68px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (min-width: 75em) {
  .blog-item .blog-item__meta .blog-item__title {
    height: 48px;
    font-size: 18px;
    line-height: 24px;
  }
}
.blog-item .blog-item__meta .blog-item__title a {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
}
.blog-item .blog-item__meta .summary {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
}
@media screen and (min-width: 36em) {
  .blog-item .blog-item__meta .summary {
    height: 74px;
    overflow: hidden;
  }
}
.blog-item .blog-item__meta .read-more {
  color: #eb523e;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  padding-right: 25px;
}
@media screen and (min-width: 75em) {
  .blog-item .blog-item__meta .read-more {
    padding-right: 35px;
  }
}
.blog-item .blog-item__meta .clear {
  clear: both;
}
@media screen and (min-width: 36em) {
  .blog-item {
    width: 48%;
  }
}
.blog-item.latest-blog-article-item {
  border: 0;
  background-size: cover;
  width: 100%;
  padding: 20px 15px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  box-sizing: border-box;
}
@media screen and (min-width: 62em) {
  .blog-item.latest-blog-article-item {
    padding: 0 30px 50px;
  }
}
.blog-item.latest-blog-article-item .blog-article-details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.blog-item.latest-blog-article-item .blog-article-details .blog-heading {
  color: #fff;
  font-size: 46px;
  line-height: 60px;
  font-family: kepler-std, sans-serif;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 62em) {
  .blog-item.latest-blog-article-item .blog-article-details .blog-heading {
    font-size: 50px;
    line-height: 80px;
  }
}
@media screen and (min-width: 93.75em) {
  .blog-item.latest-blog-article-item .blog-article-details .blog-heading {
    font-size: 70px;
    line-height: 100px;
  }
}
.blog-item.latest-blog-article-item .blog-article-details .blog-details {
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: niveau-grotesk, sans-serif;
  justify-content: center;
  color: #fff;
}
@media screen and (min-width: 36em) {
  .blog-item.latest-blog-article-item .blog-article-details .blog-details {
    justify-content: flex-start;
  }
}
.blog-item.latest-blog-article-item .blog-article-details .blog-details span {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 36em) {
  .blog-item.latest-blog-article-item .blog-article-details .blog-details span {
    text-align: left;
  }
}
.blog-item.latest-blog-article-item .blog-article-details .blog-summary {
  margin-top: 20px;
  color: #fff;
  font-family: niveau-grotesk, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-top: 10px;
  max-width: 70%;
}
.blog-item.latest-blog-article-item .blog-article-details .read-article {
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 30px;
  margin-top: 26px;
  font-family: niveau-grotesk, sans-serif;
}
.blog-item.latest-blog-article-item .blog-item__gutter {
  width: 5%;
}
.blog-item.latest-blog-article-item .blog-item__sizer {
  width: 48%;
}
.blog-item__gutter {
  width: 5%;
}
.blog-item__sizer {
  width: 48%;
}
.blog-filter {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (min-width: 93.75em) {
  .blog-filter {
    position: relative;
  }
  .blog-filter:before {
    content: '';
    background-image: url(/wp-content/themes/mpw/assets/src/img/title-left.png);
    width: 70px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
  }
}
.blog-filter__title {
  color: #012e47;
  font-size: 16px;
  margin-right: 0.9375rem;
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
}
@media screen and (min-width: 36em) {
  .blog-filter__title {
    margin-bottom: 3px;
  }
}
.blog-filter__label {
  position: relative;
  width: 100%;
  cursor: pointer;
  background: none;
  border: 1px solid #9c9c9c;
}
@media screen and (max-width: 35.9375em) {
  .blog-filter__label:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 36em) {
  .blog-filter__label {
    width: 120px;
  }
  .blog-filter__label:not(:last-child) {
    margin-right: 10px;
  }
}
@media screen and (min-width: 62em) {
  .blog-filter__label {
    width: 150px;
  }
}
@media screen and (min-width: 93.75em) {
  .blog-filter__label {
    width: 170px;
  }
}
.blog-filter__label::before, .blog-filter__label::after {
  color: #eb523e;
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 1;
  font-size: 12px;
}
.blog-filter__label::before {
  content: '\f0d8';
  top: 38%;
  display: none;
}
.blog-filter__label::after {
  content: '\f078';
  bottom: 0;
}
.blog-filter__select {
  color: #eb523e;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  background: none;
  border: 0;
  height: 40px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  appearance: none;
  cursor: pointer;
  width: 80%;
  font-weight: 400;
  -webkit-appearance: none;
  line-height: 20px;
}
.blog-filter__select option {
  font-weight: 300;
}
.blog-filter__select option:focus {
  outline: none;
}
.blog-filter__select[disabled] {
  cursor: not-allowed;
}
.blog-filter__select:focus {
  outline: none;
}
.blog-filter__select::placeholder {
  color: #333;
  opacity: 1;
}
.blog-filter__select::-ms-expand {
  display: none;
}
.breadcrumb-row {
  display: none;
}
@media screen and (min-width: 36em) {
  .breadcrumb-row {
    display: block;
    margin-bottom: 2em;
    margin-left: 0;
  }
}
.home .breadcrumb-row {
  display: none;
}
.breadcrumbs {
  font-size: 14px;
  padding: 0;
  font-weight: 400;
  color: #012e47;
  font-family: niveau-grotesk, sans-serif;
  text-align: left;
  justify-content: flex-start;
  text-transform: uppercase;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs span span a {
  font-size: 14px;
  color: #012e47;
  text-decoration: none;
}
.breadcrumbs span span a .breadcrumb_last {
  font-size: 14px;
  color: #012e47;
  margin-left: 0.3125rem;
}
.breadcrumbs span span a span span a {
  color: #012e47;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}
.breadcrumbs span span a span span a:hover {
  color: #012e47;
}
.breadcrumbs span span a:hover {
  text-decoration: underline;
}
.breadcrumbs span:first-child > a {
  color: #012e47;
  margin-left: 0;
  padding: 0 5px 0 0;
}
.breadcrumbs span span {
  color: #f78f1e;
}
.breadcrumbs span span span a {
  font-size: 14px;
  padding: 0 5px;
}
.breadcrumbs span span span span {
  font-size: 14px;
  color: #f78f1e;
}
.breadcrumbs span.breadcrumb_last {
  font-size: 14px;
  color: #012e47;
  padding: 0 5px;
}
.button {
  color: #000;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 2px solid #0095ae;
  padding: 18px 20px;
  border-radius: 3px;
}
.button:hover {
  background: #0095ae;
  color: white !important;
  text-decoration: none !important;
}
.button.black {
  background: black;
  color: white !important;
}
.button.black:hover, .contact-banner-component .contact-banner-component-inner .button-container .enquiry-button-holder a:hover, .contact-banner-component .contact-banner-component-inner .contact-details #gform_1 .gform_footer input[type="submit"]:hover {
  background: #333;
}
.button.teal {
  background: #0095ae;
  color: white !important;
  border: 0px;
}
.button.teal:hover {
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent;
  color: #0095ae !important;
}
@media screen and (min-width: 75em) {
  .animate-button.underline {
    position: relative;
  }
  .animate-button.underline:after {
    content: '';
    position: absolute;
    height: 5px;
    background: #012e47;
    left: 0;
    bottom: 0;
    width: 0;
    transition: width 0.3s ease-out;
  }
  .animate-button.underline:hover:after {
    width: 100%;
  }
  .animate-button.fill {
    transition: all 0.3s ease-out;
  }
  .animate-button.fill:hover {
    background: #012e47 !important;
  }
  .animate-button.fill.fill-primary:hover {
    color: #fff !important;
    background: #012e47 !important;
  }
  .animate-button.fill.fill-secondary:hover {
    background: #0095ae !important;
  }
}
.contact-banner-component {
  background: #0095ae;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (min-width: 75em) {
  .contact-banner-component {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.contact-banner-component .background-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-banner-component:after {
  content: '';
  background: #0095ae;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-banner-component .contact-banner-component-inner {
  position: relative;
  z-index: 1;
}
.contact-banner-component .contact-banner-component-inner .button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .contact-banner-component .contact-banner-component-inner .button-container {
    display: block;
  }
}
.contact-banner-component .contact-banner-component-inner .button-container .enquiry-button-holder {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .contact-banner-component .contact-banner-component-inner .button-container .enquiry-button-holder {
    margin: 10px 0;
  }
  .contact-banner-component .contact-banner-component-inner .button-container .enquiry-button-holder:last-child {
    margin-bottom: 0;
  }
}
.contact-banner-component .contact-banner-component-inner .button-container .enquiry-button-holder a {
  padding: 10px 25px;
  line-height: 26px;
  background-color: black;
  color: white;
  font-size: 16px;
  -webkit-appearance: none;
  border: 0px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
}
.contact-banner-component .contact-banner-component-inner .contact-details {
  width: 100%;
  padding: 0 3vw;
  box-sizing: border-box;
}
.contact-banner-component .contact-banner-component-inner .contact-details h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.contact-banner-component .contact-banner-component-inner .contact-details .contact-subheading {
  font-weight: 300;
  font-size: 0.9em;
  text-align: center;
  color: #fff;
  margin: 0;
}
.contact-banner-component .contact-banner-component-inner .contact-details .gform_wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.contact-banner-component .contact-banner-component-inner .contact-details .validation_error {
  display: none;
}
.contact-banner-component .contact-banner-component-inner .contact-details .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  padding: 0 8px 0 0 !important;
  color: #ca0202;
}
.contact-banner-component .contact-banner-component-inner .contact-details .gform_wrapper .field_description_below .gfield_description {
  font-weight: 400;
}
.contact-banner-component .contact-banner-component-inner .contact-details .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
  margin-top: 16px !important;
}
.contact-banner-component .contact-banner-component-inner .contact-details .gform_confirmation_wrapper {
  text-align: center;
  margin-top: 30px;
  color: #000;
}
.contact-banner-component .contact-banner-component-inner .contact-details #gform_1 {
  display: flex;
}
@media (max-width: 767px) {
  .contact-banner-component .contact-banner-component-inner .contact-details #gform_1 {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .contact-banner-component .contact-banner-component-inner .contact-details #gform_1 .gform_body {
    width: 80%;
  }
}
.contact-banner-component .contact-banner-component-inner .contact-details #gform_1 .gform_body ul.gform_fields {
  display: flex;
}
@media (max-width: 767px) {
  .contact-banner-component .contact-banner-component-inner .contact-details #gform_1 .gform_body ul.gform_fields {
    flex-direction: column;
    align-items: center;
    margin-top: 15px !important;
  }
}
.contact-banner-component .contact-banner-component-inner .contact-details #gform_1 .gform_body ul.gform_fields li.gfield {
  width: 30%;
  padding-right: 8px;
}
@media (max-width: 767px) {
  .contact-banner-component .contact-banner-component-inner .contact-details #gform_1 .gform_body ul.gform_fields li.gfield {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
  }
}
.contact-banner-component .contact-banner-component-inner .contact-details #gform_1 .gform_body ul.gform_fields li.gfield input {
  width: 100%;
  height: 60px;
  padding: 0 20px 0;
  font-size: 16px;
  color: rgba(3, 3, 3, 0.8);
  text-transform: uppercase;
  border: 0;
}
.contact-banner-component .contact-banner-component-inner .contact-details #gform_1 .gform_body ul.gform_fields li.gfield input::placeholder {
  color: rgba(3, 3, 3, 0.8);
  text-transform: uppercase;
  font-size: 16px;
}
.contact-banner-component .contact-banner-component-inner .contact-details #gform_1 .gform_body ul.gform_fields li.gfield:last-of-type {
  width: 40%;
}
@media (max-width: 767px) {
  .contact-banner-component .contact-banner-component-inner .contact-details #gform_1 .gform_body ul.gform_fields li.gfield:last-of-type {
    width: 100%;
  }
}
.contact-banner-component .contact-banner-component-inner .contact-details #gform_1 .gform_footer {
  width: 168px;
  padding: 0;
  margin: 30px 0 0 0;
  height: 60px;
}
.contact-banner-component .contact-banner-component-inner .contact-details #gform_1 .gform_footer input[type="submit"] {
  background-color: black;
  color: white;
  font-size: 16px;
  -webkit-appearance: none;
  border: 0px;
  height: 100%;
  width: 100% !important;
}
.course_search {
  display: flex;
  margin-bottom: -2em !important;
}
@media (max-width: 767px) {
  .course_search {
    margin-bottom: -5em !important;
  }
}
.course_search .search-container {
  background: white;
  padding: 2rem;
  margin: 0 auto;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  width: 90%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .course_search .search-container {
    padding: 25px 25px;
  }
}
@media screen and (min-width: 62em) {
  .course_search .search-container {
    width: auto;
  }
}
.course_search .search-container.overlap {
  transform: translateY(-50%);
  margin-top: calc(-1px - 2rem);
}
@media (max-width: 767px) {
  .course_search .search-container.overlap {
    margin-top: calc(-10px - -3rem);
  }
}
.course_search .search-container form {
  display: flex;
}
@media (max-width: 767px) {
  .course_search .search-container form {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .course_search .search-container form .select_container {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .course_search .search-container form .select_container {
    margin-bottom: 15px;
    width: 100%;
  }
}
@media screen and (min-width: 36em) {
  .course_search .search-container form .select_container {
    margin: 0 1rem 0 0;
  }
}
.course_search .search-container form .select_container label {
  position: relative;
}
.course_search .search-container form .select_container label:after {
  content: "\f078";
  font: normal normal normal 14px/1 FontAwesome;
  color: #0095ae;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.course_search .search-container form .select_container select {
  border: 1px solid #4e4e4e;
  border-radius: 3px;
  padding: 0 4rem 0 1rem;
  height: 60px;
  outline: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-padding-before: 8px;
  -webkit-padding-after: 8px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .course_search .search-container form .select_container select {
    width: 100%;
    padding: 0 1rem 0 1rem;
  }
}
@media screen and (min-width: 62em) {
  .course_search .search-container form .select_container select.courses {
    width: 400px;
  }
}
.course_search .search-container form button.button {
  margin-top: 0px;
  border: 1px solid #0095ae;
  transition: background-color 0.3s ease-out;
  border-radius: 3px;
  height: 60px;
}
@media (max-width: 1023px) {
  .course_search .search-container form button.button {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .course_search .search-container form button.button {
    width: 168px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .course_search .search-container form button.button span {
    padding-right: 5px;
  }
}
.download {
  margin-bottom: 4em;
}
.download.hide-header .download-theader {
  display: none;
}
.download-heading {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-top: 40px;
}
.download-item {
  color: #fff;
  background: #012e47;
  font-weight: 400;
  margin-bottom: 3px;
  display: flex;
  transition: all 0.3s ease-out;
}
.download-item:hover {
  background-color: #ddd;
}
.download-item:hover, .download-item:hover .download-title, .download-item:hover .download-title:focus, .download-item:hover .download-link {
  color: #012e47;
}
.download-theader {
  width: 100%;
  padding: 0 0 8px 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.download-theader .download-name {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.download-theader .download-download {
  display: none;
  align-items: center;
  justify-content: center;
  width: 19%;
  max-width: 105px;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (min-width: 48em) {
  .download-theader .download-download {
    display: flex;
  }
}
.download-info {
  width: 100%;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.download-extension {
  font-size: 1rem;
  font-weight: normal;
  margin-left: 1.875rem;
  padding-left: 0.625rem;
  display: none;
}
@media screen and (min-width: 48em) {
  .download-extension {
    display: block;
  }
}
.download-title {
  color: #fff;
  margin-right: 0.125rem;
  font-size: 18px;
  min-width: 190px;
}
@media screen and (min-width: 48em) {
  .download-title {
    font-size: 20px;
  }
}
.download-title:focus {
  outline: none;
  color: #fff;
}
.download-link {
  color: currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19%;
  max-width: 70px;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  flex-shrink: 0;
}
.download-link .download-icon {
  margin: auto;
  position: relative;
  border-bottom: 2px solid currentColor;
  border-radius: 0px;
  display: block;
  width: 19px;
  height: 20px;
  /* Filled Triangle Pointed Arrow 
   &:after {
   content:"";
   border: 6px solid transparent;
   border-top-color: $white;
   border-bottom-width: 0px;
   @include centerIt($tTop: -100%);
   }
   */
  /* Chevron Pointed Arrow*/
}
.download-link .download-icon:before {
  content: "";
  border-left: 2px solid currentColor;
  position: absolute;
  top: calc(100% - 20px);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  display: block;
  height: 14px;
}
.download-link .download-icon:after {
  content: "";
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  position: absolute;
  top: calc(100% - 11px);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  display: block;
  height: 6px;
  width: 6px;
  transform: rotate(-45deg);
  transform-origin: left bottom;
}
.download-link:focus {
  outline: none;
  color: #fff;
}
.error404 section.error-message {
  width: 100%;
  text-align: center;
  padding: 60px 0 100px;
}
.error404 section.error-message h1 {
  color: #000;
  width: 100%;
}
.error404 section.error-message h1:after {
  display: none;
}
.slider-container {
  position: relative;
  overflow: hidden;
  /*.scroll-down {
   height: 65px;
   width: 65px;
   background: $secondary;
   display: flex;
   font-size: 32px;
   border-radius: 50%;
   justify-content: center;
   align-items: center;
   position: absolute;
   bottom: -32px;
   left: 50%;
   margin-left: -32px;
   i {
   color: $white;
   }
   }
   .slick-arrow {
   display: block;
   width: 24px;
   position: absolute;
   transform: translateY(-50%);
   z-index: 999;
   top: 50%;
   background-image: url(/wp-content/themes/mpw/assets/src/img/white-arrow-left.png);
   background-repeat: no-repeat;
   background-color: transparent;
   color: #fff;
   font-size: 0;
   border: none;
   outline: none;
   cursor: pointer;
   height: 34px;
   margin: 0;
   padding: 0;
   }
   .slick-prev {
   left: 20px;
   }
   .slick-next {
   background-image: url(/wp-content/themes/mpw/assets/src/img/white-arrow-right.png);
   right: 20px;
   }*/
}
.slider-container:after {
  content: '';
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.slider-container .slick-slide {
  outline: 0;
}
.slider-container .homepage-slideshow-image {
  height: calc(50vh - 52px);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media screen and (min-width: 62em) {
  .slider-container .homepage-slideshow-image {
    height: calc(100vh - 143px);
  }
}
.slider-container .home-slide {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider-container img {
  width: 100%;
}
.slider-container .slick-dots {
  list-style-type: none;
  display: flex;
  margin: 32px 0 0;
  padding: 0;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (min-width: 36em) {
  .slider-container .slick-dots {
    right: 40px;
    bottom: 40px;
  }
}
.slider-container .slick-dots li {
  margin-left: 15px;
}
.slider-container .slick-dots li.slick-active button {
  background: #0095ae;
  border: 1px solid #0095ae;
}
.slider-container .slick-dots li button {
  border: 1px solid #fff;
  background: #fff;
  font-size: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: 0;
}
.image-gallery-slider {
  margin-bottom: 4em;
  width: 100%;
}
.lower-content-container .image-gallery-slider {
  padding-top: 3em;
  padding-bottom: 3em;
  background: #f2f2f2;
  margin-bottom: 0;
}
.image-gallery-slider .component-title {
  font-size: 26px;
  line-height: 52px;
  margin-bottom: 15px;
}
.image-gallery-slider .image-gallery-slider-wrapper {
  padding-top: 10px;
}
@media screen and (min-width: 62em) {
  .image-gallery-slider .image-gallery-slider-wrapper {
    padding-top: 0;
  }
}
.image-gallery-slider-slides {
  overflow: hidden;
}
.image-gallery-slider-slides .slick-track {
  display: flex !important;
}
.image-gallery-slider-slides .slick-track .slick-slide > div {
  width: 100%;
  display: flex;
}
.image-gallery-slider-slides .slick-track .slick-slide > div .slide {
  margin-right: 12px;
  margin-bottom: 12px;
}
.image-gallery-slider-slides .slick-track .slick-slide > div .slide:last-child {
  margin-right: 0;
}
.image-gallery-slider-slides .slide {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  outline: 0;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}
.image-gallery-slider-slides .slide:focus {
  outline: none;
}
@media screen and (min-width: 36em) {
  .image-gallery-slider-slides .slide {
    height: auto;
  }
}
.image-gallery-slider-slides .slide .slide-inner {
  overflow: hidden;
  position: relative;
  outline: 0;
}
.image-gallery-slider-slides .slide .image {
  width: 100%;
  position: relative;
  z-index: 1;
  transition: opacity 0.3s ease-in;
  min-height: 0;
}
.image-gallery-slider-slides .slide .image:after {
  content: '\f030';
  border: 2px solid white;
  border-radius: 50%;
  font-family: Fontawesome;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  z-index: 1;
  pointer-events: none;
  touch-action: none;
}
.image-gallery-slider-slides .slide .image:before {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  pointer-events: none;
  touch-action: none;
}
.image-gallery-slider-slides .slide .image img {
  margin: 0 auto;
  height: 450px;
  max-width: none;
}
.image-gallery-slider-slides .slide .wrapper {
  padding: 10px 0 0;
  display: flex;
  z-index: 3;
  position: relative;
  transition: opacity 0.3s ease-in;
}
.image-gallery-slider-slides .slide .wrapper .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.image-gallery-slider-slides .slide .wrapper .content .name {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 26px;
  font-weight: 400;
}
.image-gallery-slider-slides .slide .wrapper .content .author {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
}
.image-gallery-slider-slides .slide .image-gallery-slide-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  outline: 0;
}
.image-gallery-slider .image-gallery-nav {
  position: absolute;
  bottom: 6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-gallery-slider .image-gallery-nav .slide-count {
  display: inline-block;
  margin: 0 22px;
}
.image-gallery-slider .slick-arrow {
  position: static;
  color: #fff;
  font-size: 0;
  border: 1px solid white;
  outline: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  transform: none;
  margin: 0;
  padding: 0;
  border-radius: 50%;
}
.image-gallery-slider .slick-arrow:before {
  content: '\f104';
}
.image-gallery-slider .slick-next:before {
  content: '\f105';
}
section.latest-blog-article {
  background: #f1f1f1;
  padding-top: 80px;
  padding-bottom: 80px;
}
section.latest-blog-article .latest-blog-article-container {
  margin: auto;
}
section.latest-blog-article .latest-blog-article-container .latest-blog-article-item {
  background-size: cover;
  width: 100%;
  padding: 20px 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 62em) {
  section.latest-blog-article .latest-blog-article-container .latest-blog-article-item {
    padding: 120px 0 100px;
  }
}
section.latest-blog-article .latest-blog-article-container .latest-blog-article-item .blog-article-details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.latest-blog-article .latest-blog-article-container .latest-blog-article-item .blog-article-details .blog-heading {
  color: #fff;
  font-size: 46px;
  line-height: 60px;
  font-family: kepler-std, sans-serif;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 75em) {
  section.latest-blog-article .latest-blog-article-container .latest-blog-article-item .blog-article-details .blog-heading {
    font-size: 100px;
    line-height: 150px;
  }
}
section.latest-blog-article .latest-blog-article-container .latest-blog-article-item .blog-article-details .blog-details {
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: niveau-grotesk, sans-serif;
  justify-content: center;
  color: #fff;
}
@media screen and (min-width: 36em) {
  section.latest-blog-article .latest-blog-article-container .latest-blog-article-item .blog-article-details .blog-details {
    justify-content: flex-start;
  }
}
section.latest-blog-article .latest-blog-article-container .latest-blog-article-item .blog-article-details .blog-details span {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 36em) {
  section.latest-blog-article .latest-blog-article-container .latest-blog-article-item .blog-article-details .blog-details span {
    text-align: left;
  }
}
section.latest-blog-article .latest-blog-article-container .latest-blog-article-item .blog-article-details .blog-details span:nth-child(1) {
  margin-bottom: 5px;
}
@media screen and (min-width: 36em) {
  section.latest-blog-article .latest-blog-article-container .latest-blog-article-item .blog-article-details .blog-details span:nth-child(1) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 36em) {
  section.latest-blog-article .latest-blog-article-container .latest-blog-article-item .blog-article-details .blog-details span:nth-child(1), section.latest-blog-article .latest-blog-article-container .latest-blog-article-item .blog-article-details .blog-details span:nth-child(2) {
    padding-right: 10px;
  }
}
section.latest-blog-article .latest-blog-article-container .latest-blog-article-item .blog-article-details .blog-details span:nth-child(2) {
  display: none;
}
@media screen and (min-width: 36em) {
  section.latest-blog-article .latest-blog-article-container .latest-blog-article-item .blog-article-details .blog-details span:nth-child(2) {
    display: block;
  }
}
section.latest-blog-article .latest-blog-article-container .latest-blog-article-item .blog-article-details .blog-summary {
  margin-top: 20px;
  color: #fff;
  font-family: niveau-grotesk, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-top: 10px;
  max-width: 70%;
}
section.latest-blog-article .latest-blog-article-container .latest-blog-article-item .blog-article-details .read-article {
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 30px;
  margin-top: 26px;
  font-family: niveau-grotesk, sans-serif;
}
@media (max-width: 1024px) {
  .latest-news {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
.latest-news .this-component-title {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.latest-news .this-component-title:after {
  position: absolute;
  bottom: -1vw;
  left: 50%;
  width: 5.9895833vw;
  height: 5px;
  content: '';
  background: #012e47;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -18px;
  min-width: 86px;
}
.latest-news .news-items {
  padding: 36px 0 70px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 960px) {
  .latest-news .news-items {
    padding-bottom: 2rem;
  }
}
@media (max-width: 960px) {
  .latest-news .news-items {
    flex-wrap: wrap;
  }
}
.latest-news .news-items .slick-slide {
  padding: 0 1rem;
}
.latest-news .news-items .item {
  position: relative;
  flex: 1 1 33.33%;
  margin: 0 1rem 0 0;
}
@media (max-width: 960px) {
  .latest-news .news-items .item {
    flex: 1 1 100%;
    margin: 0 auto 30px;
  }
}
@media (max-width: 960px) {
  .latest-news .news-items .item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 961px) {
  .latest-news .news-items .item:last-child {
    margin: 0;
  }
}
.latest-news .news-items .item .image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .latest-news .news-items .item .image {
    background-position: top center;
  }
}
.latest-news .news-items .item .image:before {
  content: "";
  padding-top: 60%;
  display: block;
}
.latest-news .news-items .item .info-box {
  background: white;
  position: relative;
  right: 0;
  padding: 20px;
  min-width: 300px;
  max-width: 72%;
  top: 0;
  margin-top: -22%;
}
.latest-news .news-items .item .info-box p {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 30px;
  display: block;
  opacity: 0.8;
}
.latest-news .news-items .item .info-box .icon-link {
  display: flex;
  align-items: center;
  position: relative;
}
.latest-news .news-items .item .info-box .icon-link:before {
  position: absolute;
  top: -12px;
  left: 0;
  width: 2.91666666vw;
  height: 5px;
  content: '';
  background: #012e47;
  min-width: 86px;
}
.latest-news .news-items .item .info-box .icon-link a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: flex;
  font-weight: 500;
  align-items: center;
  font-size: 18px;
  letter-spacing: 1px;
  height: 48px;
  transition: color 0.3s ease-out;
}
.latest-news .news-items .item .info-box .icon-link a:before {
  content: '';
  border: 2px solid #0095ae;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: -60px;
  top: 0;
  height: 48px;
  width: 48px;
  transition: background-color 0.3s ease-out;
}
.latest-news .news-items .item .info-box .icon-link a:after {
  border-style: solid;
  border-color: #0095ae;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 0.5em;
  right: -37px;
  transform: rotate(45deg);
  position: relative;
  vertical-align: top;
  width: 0.5em;
  top: 1px;
  transition: border-color 0.3s ease-out;
}
.latest-news .news-items .item .info-box .icon-link a:hover {
  color: #0095ae;
}
.latest-news .news-items .item .info-box .icon-link a:hover:before {
  background-color: #0095ae;
}
.latest-news .news-items .item .info-box .icon-link a:hover:after {
  border-color: #fff;
}
.latest-news .button-holder {
  text-align: center;
}
.latest-news .slick-dots {
  display: flex;
  align-items: center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  flex: 1 1 0px;
}
@media screen and (min-width: 36em) {
  .latest-news .slick-dots {
    width: 40%;
  }
}
@media screen and (min-width: 75em) {
  .latest-news .slick-dots {
    width: 25%;
  }
}
.latest-news .slick-dots li {
  height: 2px;
  background: #ddd;
  margin: 0;
  width: 100%;
}
.latest-news .slick-dots li button {
  width: 100%;
}
.latest-news .slick-dots li button:before {
  display: none;
}
.latest-news .slick-dots li.slick-active {
  height: 4px;
  background: #0095ae;
}
section.link-banner .link-banner-container .item {
  position: relative;
}
@media screen and (min-width: 36em) {
  section.link-banner .link-banner-container .item.image_left_text_right {
    padding-right: 10vw;
  }
}
section.link-banner .link-banner-container .item img {
  width: 100%;
  height:auto;
  min-height:100%;
  display: block;
  object-fit:cover;
}
section.link-banner .link-banner-container .item .info-box {
  top: 10%;
  padding: 20px;
  right: 0;
  height: 80%;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 36em) {
  section.link-banner .link-banner-container .item .info-box {
    min-width: 500px;
  }
}
@media (max-width: 1023px) {
  section.link-banner .link-banner-container .item .info-box {
    height: auto;
    width: 100%;
    position: static;
    padding-top: 2rem;
  }
}
section.link-banner .link-banner-container .item.image_right_text_left {
  text-align: left;
}
@media screen and (min-width: 36em) {
  section.link-banner .link-banner-container .item.image_right_text_left {
    padding-left: 10vw;
  }
}
section.link-banner .link-banner-container .item.image_right_text_left .info-box {
  left: 0;
  right: initial;
}
section.link-banner .link-banner-container .item p {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 30px;
  display: block;
  opacity: 0.8;
}
section.link-banner .link-banner-container .item .icon-link {
  display: flex;
  align-items: center;
  position: relative;
}
section.link-banner .link-banner-container .item .icon-link:before {
  position: absolute;
  top: -12px;
  left: 0;
  width: 2.91666666vw;
  height: 5px;
  content: '';
  background: #012e47;
  min-width: 86px;
}
section.link-banner .link-banner-container .item .icon-link a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: flex;
  font-weight: 500;
  align-items: center;
  font-size: 18px;
  letter-spacing: 1px;
  height: 48px;
  transition: color 0.3s ease-out;
}
section.link-banner .link-banner-container .item .icon-link a:before {
  content: '';
  border: 2px solid #0095ae;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: -60px;
  top: 0;
  height: 48px;
  width: 48px;
  transition: background-color 0.3s ease-out;
}
section.link-banner .link-banner-container .item .icon-link a:after {
  border-style: solid;
  border-color: #0095ae;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 0.5em;
  right: -37px;
  transform: rotate(45deg);
  position: relative;
  vertical-align: top;
  width: 0.5em;
  top: 1px;
  transition: border-color 0.3s ease-out;
}
section.link-banner .link-banner-container .item .icon-link a:hover {
  color: #0095ae;
}
section.link-banner .link-banner-container .item .icon-link a:hover:before {
  background-color: #0095ae;
}
section.link-banner .link-banner-container .item .icon-link a:hover:after {
  border-color: #fff;
}
.header-desktop {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
  box-sizing: border-box;
  display: block;
  /** end iof new code ***/
}
@media (max-width: 1200px) {
  .header-desktop {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .header-desktop.stick-the-nav .navigation-bar {
    padding: 10px 3.02vw;
    position: fixed;
    top: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .18);
  }
}
@media screen and (min-width: 75em) {
  .header-desktop.stick-the-nav .navigation-bar .logo {
    height: 55px;
  }
}
.header-desktop .top-bar {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 3.02vw;
  background: #012e47;
  /*img {
   margin-right: 0.25vw;
   }
   a {
   color: white;
   display: block;
   text-decoration: none;
   font-size: 15px;
   font-weight: 500;
   letter-spacing: 0.12em;
   font-family: niveau-grotesk;
   padding: 0 0.5vw;
   }
   }*/
}
.header-desktop .top-bar .socials {
  display: flex;
}
.header-desktop .top-bar .socials a {
  font-size: 14px;
  margin-right: 15px;
}
.header-desktop .top-bar .topNav {
  display: flex;
  list-style-type: none;
  padding-left: 0;
}
.header-desktop .top-bar .topNav li a {
  color: #fff;
  font-size: 15px;
  position: relative;
  padding: 0 15px 0 10px;
  display: flex;
  letter-spacing: 2px;
  transition: color 0.3s ease-out;
}
.header-desktop .top-bar .topNav li a:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  color: #fff !important;
}
.header-desktop .top-bar .topNav li.current-menu-item a {
  color: #0095ae;
}
.header-desktop .top-bar .topNav li:hover a {
  color: #0095ae;
}
.header-desktop .top-bar .topNav li:last-of-type a {
  padding-right: 0;
}
.header-desktop .top-bar .topNav li:last-of-type a:after {
  display: none;
}
.header-desktop .search {
  position: relative;
  width: 142px;
  border-radius: 34px;
  border: 1px solid #fff;
  margin-right: 15px;
}
.header-desktop .search input {
  color: #fff;
  background: none;
  width: 100%;
  border: 0;
  height: 34px;
  line-height: 30px;
  font-size: 16px;
  padding: 0 40px 0 15px;
  -webkit-appearance: none;
}
.header-desktop .search input::placeholder {
  color: #fff;
}
.header-desktop .search .msoSearchBtn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 0;
  font-size: 20px;
  margin: 0;
  display: flex;
}
.header-desktop .search .msoSearchBtn i {
  background: transparent;
  color: #fff;
}
.header-desktop .navigation-bar {
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 20px 3.02vw;
  height: auto;
  align-items: center;
}
@media screen and (min-width: 75em) {
  .header-desktop .navigation-bar {
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    transition: padding 0.3s ease-out;
  }
}
.header-desktop .navigation-bar .logo {
  position: relative;
  width: 200px;
  height: 79px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.header-desktop .navigation-bar .logo a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.header-desktop .navigation-bar .logo a img {
  display: block;
}
.header-desktop .navigation-bar .nav > ul {
  display: flex;
  width: 100%;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: niveau-grotesk, sans-serif;
}
.header-desktop .navigation-bar .nav > ul > li {
  display: flex;
  text-align: center;
  position: relative;
  padding: 0;
  font-size: 16px;
  flex-grow: 1;
}
.header-desktop .navigation-bar .nav > ul > li > a {
  margin: 0 1vw;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  color: #000;
  letter-spacing: 2px;
}
.header-desktop .navigation-bar .nav > ul > li.menu-item-has-children:before {
  /*width: 0;
   height: 0;
   border-style: solid;
   border-width: 0 15px 15px 15px;
   border-color: transparent transparent rgba(0, 35, 91, 0.8) transparent;
   position: absolute;
   bottom: 5px;
   left: 50%;
   transform: translate(-50%);
   content: '';
   opacity: 0;
   transition: all 0.3s ease;*/
}
.header-desktop .navigation-bar .nav > ul > li:nth-child(2) > ul {
  width: 600px;
}
.header-desktop .navigation-bar .nav > ul > li:nth-child(2) > ul li {
  width: 50%;
}
.header-desktop .navigation-bar .nav > ul > li:last-child {
  border-right: 0;
}
.header-desktop .navigation-bar .nav > ul > li:last-child > ul {
  left: auto;
  transform: none;
  right: 0;
}
.header-desktop .navigation-bar .nav > ul > li div {
  text-align: left;
}
.header-desktop .navigation-bar .nav > ul > li .mobileNav-childToggle {
  display: none;
}
.header-desktop .navigation-bar .nav > ul > li#menu-item-233 ul {
  display: flex !important;
  width: 860px;
  padding-bottom: 0;
}
.header-desktop .navigation-bar .nav > ul > li#menu-item-233 ul li {
  width: 33%;
  border-right: 1px solid #ccc;
  padding: 0 20px 20px;
  box-sizing: border-box;
}
.header-desktop .navigation-bar .nav > ul > li#menu-item-233 ul li:last-child {
  border: 0;
}
.header-desktop .navigation-bar .nav > ul > li#menu-item-233 ul li > a {
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 700;
  padding: 3px 0 3px;
  font-size: 18px;
  letter-spacing: 2px;
}
.header-desktop .navigation-bar .nav > ul > li#menu-item-233 ul li > a:hover {
  text-decoration: underline !important;
}
.header-desktop .navigation-bar .nav > ul > li#menu-item-233 ul li ul {
  flex-direction: column;
  padding: 0;
  width: 100%;
}
.header-desktop .navigation-bar .nav > ul > li#menu-item-233 ul li ul li {
  width: 100%;
  padding: 0;
  border: 0;
}
.header-desktop .navigation-bar .nav > ul > li#menu-item-233 ul li ul li a {
  padding: 0;
  text-decoration: none !important;
  font-weight: 400;
  text-transform: none;
  line-height: 32px;
  font-size: 16px;
  letter-spacing: 0;
}
.header-desktop .navigation-bar .nav > ul > li#menu-item-233 ul li ul li a:hover {
  text-decoration: underline !important;
}
.header-desktop .navigation-bar .nav > ul > li#menu-item-233 ul li ul li ul {
  display: none !important;
}
.header-desktop .navigation-bar .nav > ul > li > ul {
  display: none !important;
  position: absolute;
  left: 0;
  width: 100%;
  margin-left: 0;
  background: #fff;
  display: flex;
  width: 300%;
  max-height: 0;
  overflow: hidden;
  border-bottom: 5px solid #0095ae;
  transition: all 0.3s ease;
  /*box-shadow: 0 0 50px $black;*/
}
.header-desktop .navigation-bar .nav > ul > li > ul li {
  padding: 0;
  list-style-type: none;
  width: 100%;
}
.header-desktop .navigation-bar .nav > ul > li > ul li a {
  padding: 10px 0;
  display: block;
  color: #000;
  background: none;
  position: relative;
  text-align: left;
}
.header-desktop .navigation-bar .nav > ul > li > ul li a .arrow {
  display: none;
}
.header-desktop .navigation-bar .nav > ul > li > ul li .sub-menu {
  display: none;
}
.header-desktop .navigation-bar .nav > ul > li > ul li:hover a {
  text-decoration: underline;
}
.header-desktop .navigation-bar .nav > ul > li > ul li:last-of-type() a:before {
  display: none;
}
.header-desktop .navigation-bar .nav > ul > li > ul li:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 75em) {
  .header-desktop .navigation-bar .nav > ul > li > ul {
    top: 35px;
    flex-wrap: wrap;
    width: 50vw;
    left: 50%;
    transform: translateX(-50%);
    overflow: visible;
    max-height: none;
    display: flex;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    padding: 20px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 62em) {
  .header-desktop .navigation-bar .nav > ul > li:hover > a {
    color: #0095ae;
  }
  .header-desktop .navigation-bar .nav > ul > li.current-menu-item > a, .header-desktop .navigation-bar .nav > ul > li.current-menu-parent > a {
    text-decoration: none;
    font-weight: bold;
  }
  .header-desktop .navigation-bar .nav > ul > li:hover:before {
    opacity: 1;
  }
  .header-desktop .navigation-bar .nav > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
}
.header-desktop .header-left {
  flex-shrink: 0;
  margin-right: 30px;
  width: 180px;
}
.header-desktop .header-left .logo {
  padding-top: 30px;
}
.header-desktop .header-left .logo img {
  width: 90%;
}
.header-desktop .header-right {
  flex-grow: 1;
}
.header-desktop .header-right .header-top {
  display: flex;
  align-items: center;
  margin: 30px 0 25px;
  flex-direction: row;
  justify-content: flex-end;
}
.header-desktop .header-right .header-top .socials {
  display: flex;
  justify-content: flex-start;
}
.header-desktop .header-right .header-top .socials .socials-link {
  border-radius: 50%;
  border: 1px solid #fff;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  padding: 0;
  background-color: transparent;
  transition: background-color 0.3s ease-out;
}
.header-desktop .header-right .header-top .socials .socials-link:last-child {
  margin-right: 10px;
}
.header-desktop .header-right .header-top .socials .socials-link:hover {
  background: red;
}
.header-desktop .header-right .header-top .socials .socials-link i {
  color: #fff;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.google_map {
  position: relative;
}
@media (max-width: 767px) {
  .google_map {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.google_map .map-container {
  position: relative;
  padding-bottom: 0 !important;
  height: 490px;
  width: 100%;
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .google_map .map-container {
    height: auto;
    flex-direction: column;
    justify-content: center;
  }
}
.google_map .map-container #map {
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .google_map .map-container #map {
    height: 400px;
    position: static;
  }
}
.google_map .maptextContent {
  width: 350px;
  min-height: 320px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: #fff;
  z-index: 10;
}
@media screen and (min-width: 36em) {
  .google_map .maptextContent {
    width: 280px;
  }
}
@media screen and (min-width: 62em) {
  .google_map .maptextContent {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .google_map .maptextContent {
    width: 100%;
    min-height: 230px;
    justify-content: flex-start;
  }
}
.google_map .maptextContent h2 {
  position: relative;
}
.google_map .maptextContent h2:after {
  margin-top: 1rem;
  width: 2.91666666vw;
  height: 5px;
  display: block;
  content: '';
  background: #012e47;
  min-width: 86px;
}
.google_map .maptextContent .addresses {
  position: relative;
  max-width: 80%;
  margin-top: 22px;
}
.google_map .maptextContent .addresses .address {
  color: #000;
  font-size: 18px;
  position: absolute;
  width: 320px;
  max-width: 100%;
  display: none;
}
.google_map .maptextContent .address_select {
  width: 200px;
  padding: 12px 10px;
  box-sizing: border-box;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
}
.google_map .maptextContent .select_container label {
  position: relative;
}
.google_map .maptextContent .select_container label:after {
  content: "\f078";
  font: normal normal normal 14px/1 FontAwesome;
  color: #0095ae;
  padding: 0 0 0;
  position: absolute;
  pointer-events: none;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.google_map .maptextContent .select_container select {
  border: 1px solid #4e4e4e;
  border-radius: 3px;
  height: 46px;
  outline: none;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-padding-before: 8px;
  -webkit-padding-after: 8px;
  cursor: pointer;
}
.google_map .map_plot {
  animation: pulsePins 2s ease 0s infinite;
  background-image: url('/wp-content/themes/mpw/assets/src/img/map_pin.png');
  background-size: cover;
}
.google_map .map_plot.active_plot {
  background: none;
  background-image: url('/wp-content/themes/mpw/assets/src/img/map_pin_highlight.png');
  background-size: cover;
}
.google_map .active_plot img[src$=map_pin_mask\.png] {
  opacity: 0;
}
@keyframes pulsePins {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.header-mobile {
  display: block;
  width: 100%;
  position: fixed;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 999;
}
@media screen and (min-width: 36em) {
  .header-mobile {
    height: 80px;
  }
}
@media screen and (min-width: 75em) {
  .header-mobile {
    display: none;
  }
}
.header-mobile .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  z-index: 101;
  position: relative;
  background: #012e47;
}
@media screen and (min-width: 36em) {
  .header-mobile .header-inner {
    padding: 0 30px;
  }
}
.header-mobile .msoIcon {
  position: relative;
  width: 110px;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 36em) {
  .header-mobile .msoIcon {
    width: 142px;
  }
}
@media screen and (min-width: 75em) {
  .header-mobile .msoIcon {
    width: 121px;
  }
}
.header-mobile .msoIcon a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.header-mobile .msoIcon a .header-text {
  opacity: 1;
  transition: all 0.3s ease-in;
  margin-top: 5px;
}
.header-mobile .nav-icon-container {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
}
.header-mobile .nav-icon-container .nav-text {
  display: none;
  color: #012e47;
  padding-top: 4px;
  padding-right: 5px;
  letter-spacing: 0;
  line-height: 20px;
}
.header-mobile .nav-icon {
  width: 32px;
  padding: 5px 0;
}
.header-mobile .nav-icon:before, .header-mobile .nav-icon:after, .header-mobile .nav-icon div {
  background-color: #fff;
  border-radius: 3px;
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px auto;
  transition: all 0.2s ease-in-out;
}
.header-mobile .nav-icon div {
  width: 13px;
  margin-left: 7px;
}
.header-mobile .nav-icon.collapsed:before {
  transform: translateY(6px) rotate(135deg);
}
.header-mobile .nav-icon.collapsed:after {
  transform: translateY(-4px) rotate(-135deg);
}
.header-mobile .nav-icon.collapsed div {
  transform: scale(0);
}
.header-mobile .header-mobile-right {
  display: flex;
  align-items: center;
}
.header-mobile .header-mobile-right .socials {
  display: none;
}
@media screen and (min-width: 36em) {
  .header-mobile .header-mobile-right .socials {
    display: block;
  }
}
.header-mobile .header-mobile-right .get-in-touch-mobile {
  display: block;
  color: #fff;
}
@media screen and (min-width: 36em) {
  .header-mobile .header-mobile-right .get-in-touch-mobile {
    display: none;
  }
}
@media screen and (max-width: 35.9375em) {
  .header-mobile .header-mobile-right .search {
    margin-left: 15px;
  }
}
.header-mobile .search {
  position: relative;
  margin-top: 0;
  margin-right: 30px;
  margin-left: 30px;
}
@media screen and (min-width: 36em) {
  .header-mobile .search {
    border: 1px solid #fff;
    border-radius: 34px;
    width: 142px;
  }
}
.header-mobile .search input {
  color: #fff;
  background: none;
  width: 100%;
  border: 0;
  height: 30px;
  font-size: 16px;
  padding: 0 40px 0 15px;
  -webkit-appearance: none;
  display: none;
}
.header-mobile .search input::placeholder {
  color: #fff;
}
@media screen and (min-width: 36em) {
  .header-mobile .search input {
    display: block;
  }
}
.header-mobile .search .msoSearchBtn {
  background: none;
  border: 0;
  font-size: 20px;
  margin: 0;
  display: flex;
  margin-bottom: 2px;
}
@media screen and (min-width: 36em) {
  .header-mobile .search .msoSearchBtn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
}
.header-mobile .search .msoSearchBtn i {
  background: transparent;
  color: #fff;
}
@media screen and (min-width: 36em) {
}
@media screen and (min-width: 75em) {
  .header-mobile.user-has-scrolled .msoIcon {
    width: 82px;
  }
}
.header-mobile.user-has-scrolled .msoIcon .header-text {
  opacity: 0;
}
.header-mobile .socials .socials-link {
  margin-left: 10px;
}
.header-mobileNav {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 52px);
  background: #012e47;
  padding-bottom: 0;
  z-index: 100;
  width: 100%;
  max-width: 500px;
  box-shadow: -6px 6px 10px -2px rgba(0, 0, 0, 0.08);
  height: auto;
  max-height: calc(100vh - 80px);
  overflow: scroll;
  margin-top: 60px;
}
.header-mobileNav--isActive {
  display: block;
}
@media screen and (min-width: 36em) {
  .header-mobileNav {
    max-width: 300px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 75em) {
  .header-mobileNav {
    max-width: 400px;
    top: 102px;
  }
}
@media screen and (min-width: 75em) {
  .header-mobileNav {
    max-width: 500px;
  }
}
.header-mobileNav .mobileNav {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #012e47;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  border-top: 1px solid #012e47;
  font-weight: 700;
}
.header-mobileNav .mobileNav .mobileNav-item--88 {
  display: none;
}
.header-mobileNav .mobileNav > li {
  height: auto;
  line-height: 37px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #012e47;
  border-right: 0;
  transition: all 0.3s ease-out;
}
.header-mobileNav .mobileNav > li > a {
  text-transform: uppercase;
  padding: 0 30px;
}
.header-mobileNav .mobileNav > li button {
  display: flex;
  position: absolute;
  right: 0;
  border: 0;
  top: 0;
  width: 49px;
  height: 37px;
  background: none;
  z-index: 4;
  transition: all 0.3s ease-out;
  cursor: pointer;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
.header-mobileNav .mobileNav > li button:focus {
  outline: 0;
}
.header-mobileNav .mobileNav > li button:before {
  font-family: "FontAwesome";
  content: '\f105';
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  opacity: 1;
  transform-origin: center center;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
.header-mobileNav .mobileNav > li .sub-menu {
  display: none;
  list-style-type: none;
  padding-left: 0;
}
.header-mobileNav .mobileNav > li .sub-menu > li.current-menu-item > a, .header-mobileNav .mobileNav > li .sub-menu > li.current-menu-parent > a {
  color: #fff;
}
.header-mobileNav .mobileNav > li .sub-menu > li a {
  line-height: 30px;
  text-transform: none;
  padding: 0 30px;
}
.header-mobileNav .mobileNav > li .sub-menu > li .sub-menu {
  display: none;
  list-style-type: none;
  padding-left: 0;
}
.header-mobileNav .mobileNav > li .sub-menu > li .sub-menu > li {
  padding: 0;
}
.header-mobileNav .mobileNav > li .sub-menu > li .sub-menu > li.current-menu-item > a, .header-mobileNav .mobileNav > li .sub-menu > li .sub-menu > li.current-menu-parent > a {
  color: #fff;
}
.header-mobileNav .mobileNav > li .sub-menu > li .sub-menu > li a {
  line-height: 30px;
  text-transform: none;
  padding: 0 45px;
}
.header-mobileNav .mobileNav > li .sub-menu > li .sub-menu > li .sub-menu {
  display: none;
}
.header-mobileNav .mobileNav > li li {
  position: relative;
}
.header-mobileNav .mobileNav > li a {
  text-transform: uppercase;
  height: auto;
  color: #fff;
  border-bottom: 0;
  padding: 0 15px;
  margin-right: 40px;
  position: relative;
  line-height: 36px;
  display: block;
  font-weight: 400;
}
.header-mobileNav .mobileNav > li.current-menu-item, .header-mobileNav .mobileNav > li.current-menu-parent {
  background: #012e47;
}
.header-mobileNav .mobileNav > li.current-menu-item > a, .header-mobileNav .mobileNav > li.current-menu-parent > a, .header-mobileNav .mobileNav > li.current-menu-item .mobileNav-childToggle:before, .header-mobileNav .mobileNav > li.current-menu-parent .mobileNav-childToggle:before {
  color: #fff;
}
.header-mobileNav .mobileNav > li.current-menu-item .sub-menu > li, .header-mobileNav .mobileNav > li.current-menu-parent .sub-menu > li {
  background: #012e47;
}
.header-mobileNav .mobileNav > li.current-menu-item .sub-menu > li:hover, .header-mobileNav .mobileNav > li.current-menu-parent .sub-menu > li:hover {
  background: #012e47;
}
.header-mobileNav .mobileNav > li.current-menu-item .sub-menu > li:hover .sub-menu > li, .header-mobileNav .mobileNav > li.current-menu-parent .sub-menu > li:hover .sub-menu > li {
  background: #012e47;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isParent button {
  display: block;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul {
  position: relative;
  display: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul > li {
  padding-left: 0;
  background: #48e5ff;
  border: none;
  position: relative;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul > li button {
  width: 35px;
  height: 35px;
  right: 15px;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul > li button:before {
  color: #fff;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul > li a {
  text-transform: uppercase;
  position: relative;
  color: #fff;
  font-weight: 300;
  padding: 5px 0 5px 30px;
  display: block;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul > li > ul {
  position: relative;
  display: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul > li > ul > li {
  background-color: #15ddff;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul > li > ul > li a {
  color: #fff;
  padding: 5px 0 5px 45px;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul > li > ul > li.mobileNav-item--isActive {
  background: #0095ae;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul > li > ul > li.mobileNav-item--isActive a {
  color: #fff;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul > li.mobileNav-item--isActive, .header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul > li.mobileNav-item--isOpened {
  border-bottom: 1px solid #fff;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul > li.mobileNav-item--isActive button:before, .header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul > li.mobileNav-item--isOpened button:before {
  transform: rotate(-90deg);
  right: 3px;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul > li.mobileNav-item--isActive > ul, .header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul > li.mobileNav-item--isOpened > ul {
  position: relative;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul > li.mobileNav-item--isActive > ul > li, .header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul > li.mobileNav-item--isOpened > ul > li {
  background-color: #15ddff;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul > li.mobileNav-item--isActive > ul > li a, .header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul > li.mobileNav-item--isOpened > ul > li a {
  color: #fff;
  padding: 5px 0 5px 45px;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul > li.mobileNav-item--isParentActive {
  background-color: #00c1e1;
  border-bottom: 1px solid #fff;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul > li.mobileNav-item--isParentActive button:before {
  transform: rotate(-90deg);
  right: 3px;
  color: #fff;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul > li.mobileNav-item--isParentActive > a {
  color: #fff;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isParent > ul > li.mobileNav-item--isParentActive > ul {
  display: block;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isActive {
  background-color: #0095ae;
  border-bottom: 1px solid #fff;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isOpened {
  border-bottom: 1px solid #fff;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isOpened > button:before {
  transform: rotate(-90deg);
  right: 3px;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isAncestorActive {
  background-color: #00c1e1;
  border-bottom: 1px solid #fff;
}
.header-mobileNav .mobileNav > li.mobileNav-item--isAncestorActive > .mobileNav-subMenu {
  display: block;
}
.header-mobileNav .mobileNav > li.mobileNav-item--red {
  border-bottom: 1px solid #ba7c87;
}
.header-mobileNav .mobileNav > li.mobileNav-item--red .mobileNav-link {
  background: #0095ae;
}
.header-mobileNav .mobileNav > li.mobileNav-item--red .mobileNav-subMenu .mobileNav-subMenuItem {
  background: #ba7c87;
}
.header-mobileNav .mobileNav > li.mobileNav-item--red .mobileNav-subMenu .mobileNav-subMenuItem .mobileNav-subMenu-link {
  color: #fff;
}
.mobileNav:last-child .header-mobileNav .mobileNav > li:last-child {
  border-bottom: none;
}
.reset-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.reset-container .reset-listing {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: underline;
  order: 3;
  background: none;
}
@media screen and (min-width: 36em) {
  .reset-container .reset-listing {
    margin-top: 0;
    order: 0;
  }
}
.msoFilterHeader {
  display: block;
  color: #000;
  background: #fff;
  box-sizing: border-box;
  font-weight: 500;
  font-family: kepler-std, sans-serif;
  font-size: 30px;
  width: 100%;
  position: relative;
  padding: 5px 0 15px 0;
  z-index: 2;
  border-bottom: 4px solid #000;
  margin-bottom: 10px;
  margin-top: 50px;
}
.labels ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.labels ul li {
  margin-bottom: 5px;
}
.labels ul li a {
  font-family: kepler-std, sans-serif;
  color: #000;
  display: block;
  padding-left: 5px;
  transition: color 0.3s ease-out;
}
.labels ul li a.active-filter {
  background: #f5f5f5;
  color: #0095ae;
}
.labels ul li a:hover {
  color: #0095ae;
}
.labels ul.filter-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 14px;
}
.labels ul.filter-list.sub-filter-list {
  padding-left: 25px;
  margin-top: 14px;
  margin-bottom: 0;
  width: 100%;
}
.labels ul.filter-list.sub-filter-list li:last-child {
  margin-bottom: 0;
}
.labels ul.filter-list li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 18px;
  padding-right: 52px;
  width: 100%;
}
.labels ul.filter-list li > div {
  display: flex;
}
.labels ul.filter-list li label {
  padding-left: 10px;
  line-height: 22px;
  font-size: 18px;
}
.labels ul.filter-list li input {
  flex-shrink: 0;
}
.labels ul.filter-list li .toggle-child-categories {
  display: flex;
  position: absolute;
  right: 0;
  border: 0;
  top: 0;
  width: 49px;
  height: 24px;
  background: none;
  z-index: 4;
  transition: all 0.3s ease-out;
  cursor: pointer;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
.labels ul.filter-list li .toggle-child-categories:focus {
  outline: 0;
}
.labels ul.filter-list li .toggle-child-categories:before {
  font-family: "FontAwesome";
  content: '\f105';
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #1d1d1b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  opacity: 1;
  transform-origin: center center;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
.labels ul.filter-list li ul {
  display: none;
}
.labels ul.filter-list li ul li {
  padding-right: 0;
}
.sticky-post-container h3.featured {
  margin-bottom: 10px;
}
.sticky-post-container .news-item {
  width: 100%;
  margin-right: 0;
}
.sticky-post-container .news-item .image:before {
  padding-top: 60%;
}
.sticky-post-container .news-item .info-box p.summary {
  display: block;
}
.news-list {
  min-height: 250px;
}
.news-list__title {
  margin-bottom: 0;
}
.news-list__list {
  min-height: 80px;
}
@media screen and (min-width: 36em) {
  .news-list__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
}
.news-list .btn {
  color: #eb523e;
  letter-spacing: 0px;
  background: #fff;
  border: 1px solid #eb523e;
  padding: 10px 40px;
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  font-weight: 400;
  transition: all 0.3s ease-out;
  font-size: 16px;
}
.news-list .btn:hover {
  background-color: #eb523e;
  color: #fff;
}
@media screen and (min-width: 36em) {
  .news-list .btn {
    /*width: 190px;
     padding-left: rem(10);
     padding-right: rem(10);*/
  }
}
.news-list__nothing h5 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 3.125rem;
  display: block;
}
.nothing-found {
  text-align: center;
  margin-top: 3em;
  width: 100%;
}
.load-more-container {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 74.9375em) {
  .load-more-container {
    margin-bottom: 1em;
  }
}
.load-more-container:before {
  display: none;
  content: '';
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #fff 0%, #ebebeb 46.98%, #fff 100%);
  position: absolute;
  top: 0;
  border-radius: 50%;
}
.load-more-container .load-more-button {
  text-align: center;
  border: 2px solid #0095ae;
  color: #0095ae;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 30px;
  margin: 30px auto 30px;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.load-more-container .load-more-button:hover {
  background-color: #0095ae;
  color: #fff;
}
.load-more-container .load-more-button:hover i {
  opacity: 1;
}
.news-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  margin-bottom: 30px;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 62em) {
  .news-item {
    width: 49%;
    margin-right: 2%;
  }
  .news-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 93.75em) {
  .news-item {
    width: 32%;
  }
  .news-item:nth-child(2n) {
    margin-right: 2%;
  }
  .news-item:nth-child(3n) {
    margin-right: 0;
  }
  .news-item:hover .info-box .icon-link a {
    color: #0095ae;
  }
  .news-item:hover .info-box .icon-link a:before {
    background-color: #0095ae;
  }
  .news-item:hover .info-box .icon-link a:after {
    border-color: #fff;
  }
}
.news-item__inner {
  position: relative;
}
.news-item .image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .news-item .image {
    background-position: top center;
  }
}
.news-item .image:before {
  content: "";
  padding-top: 70%;
  display: block;
}
@media screen and (min-width: 93.75em) {
  .news-item .image:before {
    padding-top: 110%;
  }
}
.news-item .info-box {
  background: white;
  position: relative;
  right: 0;
  padding: 20px;
  width: 85%;
  margin-top: -18%;
  margin-left: 15%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .news-item .info-box {
    width: 100%;
    margin-left: 0;
  }
}
.news-item .info-box .info-box-top {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.news-item .info-box p {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 30px;
  display: block;
  opacity: 0.8;
}
.news-item .info-box p.summary {
  display: none;
}
.news-item .info-box .icon-link {
  display: flex;
  align-items: center;
  position: relative;
}
.news-item .info-box .icon-link:before {
  position: absolute;
  top: -12px;
  left: 0;
  width: 2.91666666vw;
  height: 5px;
  content: '';
  background: #012e47;
  min-width: 86px;
}
.news-item .info-box .icon-link a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: flex;
  font-weight: 500;
  align-items: center;
  font-size: 18px;
  letter-spacing: 1px;
  height: 48px;
  transition: color 0.3s ease-out;
}
.news-item .info-box .icon-link a:before {
  content: '';
  border: 2px solid #0095ae;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: -60px;
  top: 0;
  height: 48px;
  width: 48px;
  transition: background-color 0.3s ease-out;
}
.news-item .info-box .icon-link a:after {
  border-style: solid;
  border-color: #0095ae;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 0.5em;
  right: -37px;
  transform: rotate(45deg);
  position: relative;
  vertical-align: top;
  width: 0.5em;
  top: 1px;
  transition: border-color 0.3s ease-out;
}
.news-item .news-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reset-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.reset-container .reset-listing {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: underline;
  order: 3;
  background: none;
}
@media screen and (min-width: 36em) {
  .reset-container .reset-listing {
    margin-top: 0;
    order: 0;
  }
}
.msoFilterHeader {
  display: block;
  color: #000;
  background: #fff;
  box-sizing: border-box;
  font-weight: 500;
  font-family: kepler-std, sans-serif;
  font-size: 30px;
  width: 100%;
  position: relative;
  padding: 5px 0 15px 0;
  z-index: 2;
  border-bottom: 4px solid #000;
  margin-bottom: 10px;
  margin-top: 50px;
}
.labels ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.labels ul li {
  margin-bottom: 5px;
}
.labels ul li a {
  font-family: kepler-std, sans-serif;
  color: #000;
  display: block;
  padding-left: 5px;
  transition: color 0.3s ease-out;
}
.labels ul li a.active-filter {
  background: #f5f5f5;
  color: #0095ae;
}
.labels ul li a:hover {
  color: #0095ae;
}
.sticky-post-container h3.featured {
  margin-bottom: 10px;
}
.sticky-post-container .event-item {
  width: 100%;
  margin-right: 0;
}
.sticky-post-container .event-item .image:before {
  padding-top: 60%;
}
.sticky-post-container .event-item .info-box p.summary {
  display: block;
}
.event-list {
  min-height: 250px;
}
.event-list__title {
  margin-bottom: 0;
}
.event-list__list {
  min-height: 80px;
}
@media screen and (min-width: 36em) {
  .event-list__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
}
.event-list .btn {
  color: #eb523e;
  letter-spacing: 0px;
  background: #fff;
  border: 1px solid #eb523e;
  padding: 10px 40px;
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  font-weight: 400;
  transition: all 0.3s ease-out;
  font-size: 16px;
}
.event-list .btn:hover {
  background-color: #eb523e;
  color: #fff;
}
@media screen and (min-width: 36em) {
  .event-list .btn {
    /*width: 190px;
     padding-left: rem(10);
     padding-right: rem(10);*/
  }
}
.event-list__nothing h5 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 3.125rem;
  display: block;
}
.nothing-found {
  text-align: center;
  margin-top: 3em;
  width: 100%;
}
.older-posts-wrap {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 74.9375em) {
  .older-posts-wrap {
    margin-bottom: 1em;
  }
}
.older-posts-wrap:before {
  display: none;
  content: '';
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #fff 0%, #ebebeb 46.98%, #fff 100%);
  position: absolute;
  top: 0;
  border-radius: 50%;
}
.older-posts-wrap .older-posts {
  text-align: center;
  border: 2px solid #0095ae;
  color: #0095ae;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 30px;
  margin: 30px auto 30px;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.older-posts-wrap .older-posts:hover {
  background-color: #0095ae;
  color: #fff;
}
.older-posts-wrap .older-posts:hover i {
  opacity: 1;
}
.no-results {
  position: absolute;
  left: 0;
  top: 0;
}
.event-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  margin-bottom: 30px;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 36em) {
  .event-item {
    width: 49%;
    margin-right: 2%;
  }
  .event-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 75em) {
  .event-item {
    width: 32%;
  }
  .event-item:nth-child(2n) {
    margin-right: 2%;
  }
  .event-item:nth-child(3n) {
    margin-right: 0;
  }
  .event-item:hover .info-box .icon-link a {
    color: #0095ae;
  }
  .event-item:hover .info-box .icon-link a:before {
    background-color: #0095ae;
  }
  .event-item:hover .info-box .icon-link a:after {
    border-color: #fff;
  }
}
.event-item__inner {
  position: relative;
}
.event-item .image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .event-item .image {
    background-position: top center;
  }
}
.event-item .image:before {
  content: "";
  padding-top: 110%;
  display: block;
}
.event-item .info-box {
  background: white;
  position: relative;
  right: 0;
  padding: 20px;
  width: 85%;
  margin-top: -18%;
  margin-left: 15%;
  box-sizing: border-box;
}
.event-item .info-box .info-box-top {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.event-item .info-box p {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 30px;
  display: block;
  opacity: 0.8;
}
.event-item .info-box p.summary {
  display: none;
}
.event-item .info-box .icon-link {
  display: flex;
  align-items: center;
  position: relative;
}
.event-item .info-box .icon-link:before {
  position: absolute;
  top: -12px;
  left: 0;
  width: 2.91666666vw;
  height: 5px;
  content: '';
  background: #012e47;
  min-width: 86px;
}
.event-item .info-box .icon-link a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: flex;
  font-weight: 500;
  align-items: center;
  font-size: 18px;
  letter-spacing: 1px;
  height: 48px;
  transition: color 0.3s ease-out;
}
.event-item .info-box .icon-link a:before {
  content: '';
  border: 2px solid #0095ae;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: -60px;
  top: 0;
  height: 48px;
  width: 48px;
  transition: background-color 0.3s ease-out;
}
.event-item .info-box .icon-link a:after {
  border-style: solid;
  border-color: #0095ae;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 0.5em;
  right: -37px;
  transform: rotate(45deg);
  position: relative;
  vertical-align: top;
  width: 0.5em;
  top: 1px;
  transition: border-color 0.3s ease-out;
}
.event-item .event-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.event-list-container .postsWrap .box-width {
  width: 100%;
}
@media screen and (min-width: 36em) {
  .event-list-container .postsWrap .box-width {
    width: 17.5%;
  }
}
.event-list-container .postsWrap .box-gutter-width {
  width: 0;
}
@media screen and (min-width: 36em) {
  .event-list-container .postsWrap .box-gutter-width {
    width: 2.5%;
  }
}
.event-list-container .postsWrap .box {
  border: 2px solid #f6f6f6;
  border-radius: 10px;
  box-sizing: border-box;
  float: left;
  margin-bottom: 15px;
  min-height: 190px;
}
@media screen and (min-width: 36em) {
  .event-list-container .postsWrap .box {
    margin-bottom: 2.5%;
  }
}
.event-list-container .postsWrap .box a {
  display: block;
  font-weight: normal;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
.event-list-container .postsWrap .box .box-content {
  padding: 17px 20px 0;
}
.event-list-container .postsWrap .box .box-content h2 {
  color: #d3bf95;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.035em;
  margin-bottom: 23px;
  margin-top: 8px;
}
.event-list-container .postsWrap .box .box-content .fa-clock-o {
  color: #555;
  font-size: 13px;
  line-height: 13px;
  margin-right: 5px;
}
.event-list-container .postsWrap .box .box-content .date {
  color: #555;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.05em;
}
.event-list-container .postsWrap .box .box-content p, .event-list-container .postsWrap .box .box-content p:first-of-type {
  color: #555;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 23px;
}
.event-list-container .postsWrap .box .box-img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 160px;
  width: 100%;
}
@media screen and (min-width: 36em) {
  .event-list-container .postsWrap .box .box-img {
    min-height: 291px;
  }
}
.event-list-container .postsWrap .box.box-large {
  width: 100%;
}
@media screen and (min-width: 36em) {
  .event-list-container .postsWrap .box.box-large {
    width: 57.5%;
  }
}
.event-list-container .postsWrap .box.box-small {
  width: 100%;
}
@media screen and (min-width: 36em) {
  .event-list-container .postsWrap .box.box-small {
    width: 37.5%;
  }
}
.event-list-container .postsWrap .box.box-small .box-img {
  min-height: 160px;
}
@media screen and (min-width: 36em) {
  .event-list-container .postsWrap .box.box-small .box-img {
    min-height: 186px;
  }
}
.event-list-container .postsWrap .box.box-large-image-above, .event-list-container .postsWrap .box.box-small-image-above, .event-list-container .postsWrap .box.box-large-image-below, .event-list-container .postsWrap .box.box-small-image-below {
  height: 406px;
}
.event-list-container .postsWrap .box.box-large-image-below .box-img, .event-list-container .postsWrap .box.box-small-image-below .box-img {
  bottom: 0;
  position: absolute;
}
.event-list-container .postsWrap .box.box-large-text {
  border-color: #eb523e;
  min-height: 196px;
}
.event-list-container .postsWrap .box.box-large-text h2 {
  color: #eb523e;
}
.event-list-container .postsWrap .box.box-small-text {
  border-color: orange;
  min-height: 196px;
}
.event-list-container .postsWrap .box.box-small-text h2 {
  color: orange;
}
.event-list-container .postsWrap.events .box-width {
  width: 100%;
}
@media screen and (min-width: 36em) {
  .event-list-container .postsWrap.events .box-width {
    width: 47.5%;
  }
}
.event-list-container .postsWrap.events .grid {
  display: flex;
  flex-wrap: wrap;
}
.event-list-container .postsWrap.events .box {
  background: #f6f6f6;
  border: none;
  border-radius: 0;
  margin-bottom: 15px;
  min-height: 0;
  width: 100%;
  transition: all 0.2s;
  padding: 2em;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
@media screen and (min-width: 36em) {
  .event-list-container .postsWrap.events .box {
    margin-bottom: 30px;
    min-height: 290px;
    width: 47.5%;
  }
}
.event-list-container .postsWrap.events .box:hover {
  background-color: #e9e9e9;
}
.event-list-container .postsWrap.events .box h3 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 15px;
}
.event-list-container .postsWrap.events .box h4 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 30px;
}
.event-list-container .postsWrap.events .box h4:after {
  position: static;
  display: block;
  width: 2.91666666vw;
  height: 5px;
  content: '';
  background: #012e47;
  margin-top: 25px;
}
.event-list-container .postsWrap.events .box p {
  margin: 0 0 10px;
}
.event-list-container .postsWrap.events .box svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.event-list-container .postsWrap.events .box:nth-child(3n + 1) {
  background-color: #eeeff0;
}
.event-list-container .postsWrap.events .box:nth-child(3n + 1) * {
  color: #000;
}
.event-list-container .postsWrap.events .box:nth-child(3n + 2) {
  background-color: #52b1c7;
}
.event-list-container .postsWrap.events .box:nth-child(3n + 2) * {
  color: #363636;
}
.event-list-container .postsWrap.events .box:nth-child(3n + 2) svg path {
  fill: #363636;
}
.event-list-container .postsWrap.events .box:nth-child(3n + 3) {
  background-color: #84d0cd;
}
.event-list-container .postsWrap.events .box:nth-child(3n + 3) * {
  color: #000;
}
/*.popup {
 width: 90%;
 padding: 0;
 overflow: visible;
 display: none;
 background-color: transparent;
 @include breakpoint(large) {
 width: 80%;
 top: rem(60);
 padding-bottom: rem(60);
 }
 &-close {
 position: absolute;
 transition: opacity 0.25s ease;
 height: rem(42);
 cursor: pointer;
 outline: none;
 z-index: 20;
 &:focus {
 outline: none;
 }
 @include breakpoint(large) {
 top: rem(25);
 bottom: 103%;
 right: rem(-4);
 text-shadow: none;
 }
 @include breakpoint(large down) {
 top: rem(15);
 right: rem(15);
 bottom: auto;
 text-shadow: 0 0 5px black;
 }
 @media screen and (max-height: 780px) {
 top: rem(15);
 right: rem(15);
 bottom: auto;
 text-shadow: 0 0 5px black;
 }
 &::before {
 content: '\f2d7';
 color: $white;
 font-size: rem(45);
 font-family: 'Ionicons';
 }
 &:hover {
 opacity: 0.8;
 }
 }
 &-header {
 padding-top: rem(20);
 padding-bottom: rem(20);
 }
 &-title {
 color: $white;
 font-size: rem(24);
 width: 70%;
 text-align: center;
 text-transform: uppercase;
 margin-bottom: 0;
 margin-left: auto;
 margin-right: auto;
 @include breakpoint(large) {
 font-size: rem(37);
 }
 }
 &-media {
 height: rem(250);
 background-position: center;
 background-size: cover;
 background-repeat: no-repeat;
 @include breakpoint(large) {
 height: rem(500);
 }
 }
 &-content {
 background-color: $white;
 padding: rem(30 15);
 @include breakpoint(large) {
 padding: rem(45 64 56 64);
 }
 p {
 margin-bottom: rem(27);
 }
 h3 {
 margin-top: rem(45);
 font-size: rem(25);
 margin-bottom: 0;
 }
 }
 &-itemWrapper {
 height: 100%;
 .video-js {
 width: 100%;
 height: 100%;
 }
 }
 }
 .fancybox-arrow {
 display: none;
 }*/
.popupContent .component-title {
  font-size: 26px;
  line-height: 52px;
  margin-bottom: 15px;
}
.popupContent .popupContent-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.popupContent .popupContent-container .popupContent-container--item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 3vw;
  position: relative;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 960px) {
  .popupContent .popupContent-container .popupContent-container--item {
    background-position: top center;
  }
}
.popupContent .popupContent-container .popupContent-container--item:nth-child(even) {
  margin-right: 0;
}
@media screen and (min-width: 36em) {
  .popupContent .popupContent-container .popupContent-container--item {
    width: calc(33.33% - 14px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .popupContent .popupContent-container .popupContent-container--item:nth-child(even) {
    margin-right: 20px;
  }
  .popupContent .popupContent-container .popupContent-container--item:nth-child(3n+3) {
    margin-right: 0;
  }
}
.popupContent .popupContent-container .popupContent-container--item .popupContent-container--title {
  z-index: 1;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  color: #fff;
  font-size: 1.5vw;
  line-height: 1.8vw;
}
@media (max-width: 1330px) {
  .popupContent .popupContent-container .popupContent-container--item .popupContent-container--title {
    font-size: 17px;
    line-height: 24px;
  }
}
.popupContent .popupContent-container .popupContent-container--item:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  display: block;
  padding-top: 100%;
  width: 100%;
  opacity: 1;
  transition: all 0.5s;
}
.popupContent .popupContent-container .popupContent-container--item:hover:after, .popupContent .popupContent-container .popupContent-container--item.active:after {
  background: #012e47;
}
.popupContent .popupContent-container .popupContent-container--item:hover .popupContent-container--title, .popupContent .popupContent-container .popupContent-container--item.active .popupContent-container--title {
  color: #fff;
  z-index: 0;
}
.popupContent .popupContent-container .popupContent-container--item .popup {
  cursor: default;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 101;
  padding: 0;
  background: #fff;
  text-align: left;
  max-height: 0vh;
  max-width: 800px;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.popupContent .popupContent-container .popupContent-container--item .popup h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: none;
}
.popupContent .popupContent-container .popupContent-container--item .popup h2 strong {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-top: 10px;
}
@media screen and (min-width: 48em) {
  .popupContent .popupContent-container .popupContent-container--item .popup h2 strong {
    font-size: 18px;
    line-height: 26px;
  }
}
.popupContent .popupContent-container .popupContent-container--item .popup p {
  font-size: 16px;
  line-height: 24px;
}
.popupContent .popupContent-container .popupContent-container--item .popup img {
  display: block;
}
.popupContent .popupContent-container .popupContent-container--item.active {
  z-index: 100;
  pointer-events: none;
}
.popupContent .popupContent-container .popupContent-container--item.active .popupContent-container--title {
  z-index: 0;
}
.popupContent .popupContent-container .popupContent-container--item.active .popup {
  max-height: calc(90vh - 35px);
  width: 90vw;
  margin-top: 35px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 62em) {
  .popupContent .popupContent-container .popupContent-container--item.active .popup {
    max-height: 80vh;
  }
}
.popupContent .popupContent-container .popupContent-container--item.active .popup .content {
  margin: 1.5em 3em 0;
  padding: 0 0.5em 2.5em;
  max-height: 80vh;
  overflow: auto;
  box-sizing: border-box;
  pointer-events: all;
}
.popupContent .popupContent-container .popupContent-container--item.active .popup .content img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popupContent .popupContent-container .popupContent-container--item.active .close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #012e47;
  width: 26px;
  height: 26px;
  pointer-events: all;
}
.popupContent .popupContent-container .popupContent-container--item.active .close:before, .popupContent .popupContent-container .popupContent-container--item.active .close:after {
  content: "";
  position: absolute;
  transform-origin: center;
  border-top: 2px solid #fff;
  width: 18px;
  top: 50%;
  left: 50%;
}
.popupContent .popupContent-container .popupContent-container--item.active .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popupContent .popupContent-container .popupContent-container--item.active .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popupContent .popupContent-container .popupContent-container--item.active:before {
  content: "";
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(196, 196, 196, 0.7);
  width: 100%;
  height: 100%;
  pointer-events: all;
}
.popupContent .popupContent-container .popupContent-container--item.active .next, .popupContent .popupContent-container .popupContent-container--item.active .prev {
  position: absolute;
  top: 50%;
  font-size: 32px;
  pointer-events: all;
}
.popupContent .popupContent-container .popupContent-container--item.active .next {
  right: 10px;
}
.popupContent .popupContent-container .popupContent-container--item.active .prev {
  left: 10px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@keyframes rotateIt {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.calendar_container {
  background-size: cover;
  background-position: center;
  padding: 13em 10em 4em;
  margin: 4rem 0;
}
@media (max-width: 1400px) {
  .calendar_container {
    padding: 10em 5em 5em;
  }
}
@media (max-width: 1200px) {
  .calendar_container {
    padding: 10em 1em 5em;
  }
}
.ricalendar {
  position: relative;
  z-index: 500;
  min-height: 300px;
}
.ricalendar .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 2000;
}
.ricalendar .loader:after {
  content: "";
  animation: rotateIt 1s linear 0s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-top: 3px solid #eb523e;
  border-right: 3px solid #eb523e;
  border-bottom: 3px solid #eb523e;
}
.ricalendar .ricalendar-calendar {
  margin-left: -0.5rem;
}
@media (max-width: 1023px) {
  .ricalendar .ricalendar-calendar {
    margin: 0 0 1rem;
  }
}
.ricalendar .ricalendar-calendar .calendar_categories_container {
  background: #e5e5e5;
  text-align: center;
  margin: 0;
  padding: 1em;
}
.ricalendar .ricalendar-calendar .calendar_categories_container select.calendar_categories {
  -webkit-appearance: none;
  background-color: transparent;
  cursor: pointer;
  border: 0px;
  text-align-last: center;
  text-align: center;
  text-transform: uppercase;
  background-image: url(/wp-content/themes/mpw/build/css/"data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http:/www.w3.org/2000/svg'%3E%3Cpath d='M0 0L11 0L5.5 7Z' fill='rgba(235, 82, 62, 1)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100% 80%;
  padding: 0 15px;
  min-width: 180px;
  color: #eb523e;
}
.ricalendar .ricalendar-calendar .calendar_categories_container select.calendar_categories::-ms-expand {
  display: none;
}
.ricalendar .ricalendar-calendar .calendar_categories_container select.calendar_categories option {
  color: #333;
}
.ricalendar .ricalendar-calendar .calendar_scroll {
  background: #eb523e;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  margin: 0;
  padding: 1em 2em;
  text-transform: uppercase;
}
.ricalendar .ricalendar-calendar .calendar_scroll .next_month {
  display: inline-block;
  padding-left: 20px;
}
.ricalendar .ricalendar-calendar .calendar_scroll .previous_month:before, .ricalendar .ricalendar-calendar .calendar_scroll .next_month:before {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  cursor: pointer;
}
.ricalendar .ricalendar-calendar .calendar_scroll .previous_month {
  display: inline-block;
  padding-right: 20px;
}
.ricalendar .ricalendar-calendar .calendar_scroll .previous_month.disabled:before {
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
}
.ricalendar .ricalendar-calendar .ricalendar_table_container {
  padding: 1.72rem 2vw;
  background: #fff;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.5);
}
.ricalendar .ricalendar-calendar table {
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  max-width: 480px;
  height: 338px;
}
@media (max-width: 767px) {
  .ricalendar .ricalendar-calendar table {
    margin-bottom: 0;
  }
}
.ricalendar .ricalendar-calendar table th {
  padding: 0 0 1em;
  width: 14.28571%;
  color: #555;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border: 0px;
}
.ricalendar .ricalendar-calendar table td {
  padding: 0;
  width: 14.28571%;
  color: #8e8e8e;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border: 0px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.ricalendar .ricalendar-calendar table td span {
  display: block;
  height: 32px;
  line-height: 32px;
  width: 32px;
  text-align: center;
  margin: 5px auto;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
.ricalendar .ricalendar-calendar table td span.today {
  line-height: 30px;
  border: 2px solid #eb523e;
}
.ricalendar .ricalendar-calendar table td:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0%;
  height: 0%;
  display: block;
  margin: auto;
  transition: all 0.33s cubic-bezier(0.39, 0.615, 0.35, 1.405);
}
.ricalendar .ricalendar-calendar table td.has_item {
  color: #eb523e;
  font-weight: 700;
}
.ricalendar .ricalendar-calendar table td.has_item.selected {
  color: #fff;
}
.ricalendar .ricalendar-calendar table td.has_item.selected:before {
  height: 32px;
  width: 32px;
  background: #eb523e;
}
@media (max-width: 767px) {
  .ricalendar .ricalendar-list {
    margin-left: 0px;
  }
}
.ricalendar .ricalendar-list .list_header {
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ricalendar .ricalendar-list .list_header h2 {
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 4rem;
}
.ricalendar .ricalendar-list .list_header h2:before, .ricalendar .ricalendar-list .list_header h2:after {
  content: '';
  background-image: url(/wp-content/themes/mpw/assets/src/img/title-left.png);
  background-repeat: no-repeat;
  width: 70px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 2rem;
}
.ricalendar .ricalendar-list .list_header h2:after {
  padding: 0 0 0 2rem;
  transform: scale(-1);
}
.ricalendar .ricalendar-list .list_header ul.filter {
  display: flex;
  padding: 0;
  margin: 0;
  font-weight: 400;
  align-items: center;
  position: absolute;
  bottom: 100%;
  right: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ricalendar .ricalendar-list .list_header ul.filter {
    position: static;
    width: 100%;
    justify-content: center;
  }
}
.ricalendar .ricalendar-list .list_header ul.filter li {
  cursor: pointer;
  padding: 0;
  margin: 0 0 0 1em;
  line-height: 35px;
  list-style: none;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .ricalendar .ricalendar-list .list_header ul.filter li {
    margin: 1em 1em 0 0;
  }
  .ricalendar .ricalendar-list .list_header ul.filter li[data-view="month"] {
    display: none;
  }
}
.ricalendar .ricalendar-list .list_header ul.filter li.current {
  color: #fff;
}
.ricalendar .ricalendar-list .day_view, .ricalendar .ricalendar-list .week_view, .ricalendar .ricalendar-list .range_view {
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.5);
  height: 32.8rem;
  overflow: auto;
  margin-bottom: 3em;
  -webkit-overflow-scrolling: touch;
}
.ricalendar .ricalendar-list .day_view::-webkit-scrollbar, .ricalendar .ricalendar-list .week_view::-webkit-scrollbar, .ricalendar .ricalendar-list .range_view::-webkit-scrollbar {
  width: 10px;
}
.ricalendar .ricalendar-list .day_view::-webkit-scrollbar-thumb, .ricalendar .ricalendar-list .week_view::-webkit-scrollbar-thumb, .ricalendar .ricalendar-list .range_view::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.ricalendar .ricalendar-list .day_view::-webkit-scrollbar-thumb:hover, .ricalendar .ricalendar-list .week_view::-webkit-scrollbar-thumb:hover, .ricalendar .ricalendar-list .range_view::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
.ricalendar .ricalendar-list .day_view h3, .ricalendar .ricalendar-list .week_view h3, .ricalendar .ricalendar-list .range_view h3 {
  margin: 0;
  background: transparent;
  color: white;
  font-size: 1.25rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  padding: 0 0 0.22em;
}
.ricalendar .ricalendar-list .day_view .event_row, .ricalendar .ricalendar-list .week_view .event_row, .ricalendar .ricalendar-list .range_view .event_row {
  background: white;
  padding: 1rem;
  border-left: 1rem solid #eb523e;
  color: #8e8e8e;
  font-size: 0.9rem;
  line-height: 140%;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 1rem;
  position: relative;
}
.ricalendar .ricalendar-list .day_view .event_row form, .ricalendar .ricalendar-list .week_view .event_row form, .ricalendar .ricalendar-list .range_view .event_row form {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.ricalendar .ricalendar-list .day_view .event_row form .downloadButton, .ricalendar .ricalendar-list .week_view .event_row form .downloadButton, .ricalendar .ricalendar-list .range_view .event_row form .downloadButton {
  background: #eb523e;
  color: white;
  border: 0px;
  padding: 0.5em 1em;
}
.ricalendar .ricalendar-list .day_view .event_row form + strong, .ricalendar .ricalendar-list .week_view .event_row form + strong, .ricalendar .ricalendar-list .range_view .event_row form + strong {
  padding-right: 9em;
}
.ricalendar .ricalendar-list .day_view .event_row:last-child, .ricalendar .ricalendar-list .week_view .event_row:last-child, .ricalendar .ricalendar-list .range_view .event_row:last-child {
  margin-bottom: 0;
}
.ricalendar .ricalendar-list .day_view .event_row a, .ricalendar .ricalendar-list .week_view .event_row a, .ricalendar .ricalendar-list .range_view .event_row a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: all 0.15s;
}
@media (hover: hover) {
  .ricalendar .ricalendar-list .day_view .event_row a:hover, .ricalendar .ricalendar-list .week_view .event_row a:hover, .ricalendar .ricalendar-list .range_view .event_row a:hover {
    background: rgba(255, 60, 55, 0.2);
  }
}
.ricalendar .ricalendar-list .day_view .event_row span, .ricalendar .ricalendar-list .week_view .event_row span, .ricalendar .ricalendar-list .range_view .event_row span {
  display: block;
  color: #eb523e;
}
.ricalendar .ricalendar-list .day_view .event_row span.link_title, .ricalendar .ricalendar-list .week_view .event_row span.link_title, .ricalendar .ricalendar-list .range_view .event_row span.link_title {
  float: right;
}
.ricalendar .ricalendar-list .day_view .event_row strong, .ricalendar .ricalendar-list .week_view .event_row strong, .ricalendar .ricalendar-list .range_view .event_row strong {
  font-weight: inherit;
  color: #04103b;
  display: block;
  font-size: 120%;
}
.ricalendar .ricalendar-list .month_view {
  padding-top: 0;
  height: 32.75rem;
}
.ricalendar .ricalendar-list .month_view table {
  height: 100%;
  border-collapse: collapse;
  background: white;
  width: 100%;
}
.ricalendar .ricalendar-list .month_view table thead {
  position: static;
  display: table-header-group;
}
.ricalendar .ricalendar-list .month_view table th {
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 1em 0 0;
  width: 14.28571%;
  color: #555;
  font-size: 12px;
  text-align: center;
}
.ricalendar .ricalendar-list .month_view table td {
  text-align: left;
  vertical-align: text-top;
  padding: 0;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 14.28%;
  word-break: break-word;
}
.ricalendar .ricalendar-list .month_view table td > div > span {
  font-size: 10px;
  line-height: 10px;
  color: #999;
}
.ricalendar .ricalendar-list .month_view table td > div > span.today {
  color: #eb523e;
  font-weight: 700;
}
.ricalendar .ricalendar-list .month_view table td p {
  line-height: 100%;
  margin: 0 0 0.5em;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
.ricalendar .ricalendar-list .month_view table td p span {
  color: #eb523e;
  font-size: 12px;
  display: block;
}
.ricalendar .ricalendar-list .month_view table td p strong {
  font-size: 14px;
  display: block;
  font-weight: inherit;
  color: #04103b;
}
.ricalendar .ricalendar-list .month_view table td.has_item {
  background: #fff;
  border-left: 5px solid #eb523e;
}
.ricalendar .ricalendar-list .month_view table td[data-date] {
  padding: 0 5px;
}
.ricalendar .ricalendar-list .month_view table td[data-date] div {
  overflow: auto;
  height: 100%;
}
.ricalendar .ricalendar-list .month_view table td[data-date] p {
  font-size: 12px;
}
.ricalendar .ricalendar-list .month_view table td[data-date] p span, .ricalendar .ricalendar-list .month_view table td[data-date] p strong {
  font-size: inherit;
}
.ricalendar .ricalendar-list .month_view.list thead {
  display: none;
}
.ricalendar .ricalendar-list .month_view.list table tbody td {
  display: block;
}
.ricalendar .ricalendar-list .month_view.list table tbody td[data-date] {
  width: 100%;
}
.ricalendar .ricalendar-list .month_view.list table tbody td[data-date] div {
  height: auto;
  min-height: 66px;
}
.ricalendar .date_range {
  text-align: center;
  background: #fff;
  padding: 2rem 1rem 1rem;
}
.ricalendar .date_range label {
  display: inline-block;
  width: 50px;
  margin-left: -50px;
}
.search .main-header {
  flex-direction: column;
  width: 100%;
}
.search .main-header > .breadcrumbs {
  width: 100%;
}
.search .search-result-total {
  font-size: 16px;
  font-weight: 400;
}
.search-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.search-wrapper .pagination-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.search-wrapper .pagination-list > li {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.search-nothingFound {
  display: block;
  width: 100%;
}
.search-inner {
  width: 100%;
}
.search-query {
  margin-top: 40px;
}
.search-item {
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f4f6;
}
.search-item .link-output {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
}
.search-itemTitle {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
.search-itemTitle p {
  margin-bottom: 5px;
}
.search-itemTitle > a {
  color: #012e47;
}
.search-itemTitle > a::after {
  content: '\f0a9';
  font-size: 1rem;
  font-family: 'FontAwesome';
  margin-left: 0.625rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.search-itemTitle > a:hover:after {
  color: #eb523e;
}
.search-pager {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 3.125rem;
  align-items: center;
}
.search-pagerLink--next > a, .search-pagerLink--previous > a {
  color: #000;
}
.search-pagerLink--next > a::before, .search-pagerLink--previous > a::before, .search-pagerLink--next > a::after, .search-pagerLink--previous > a::after {
  color: #000;
  font-family: 'FontAwesome';
}
.search-pagerLink--next {
  text-align: right;
}
.search-pagerLink--next > a::after {
  content: '\f178';
  margin-left: 0.3125rem;
}
.search-pagerLink--number {
  font-size: 18px;
  color: #000;
  text-align: center;
}
.search-pagerLink--previous > a::before {
  content: '\f177';
  margin-right: 0.3125rem;
}
.search-form {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  width: 100%;
}
.search-formInput {
  font-size: 1.25rem;
  font-weight: 400;
  background-color: #e2e4e5;
  border: none;
  padding: 0.6875rem 0.625rem;
  font-size: 1rem;
  display: block;
  width: 100%;
}
.search-formInput:focus {
  outline: none;
}
@media screen and (min-width: 48em) {
  .search-formInput {
    width: 31.25rem;
  }
}
.search-formSubmit {
  cursor: pointer;
  background: transparent;
  height: 100%;
  padding: 0.6875rem 0.625rem;
  font-size: 22px;
  border: 0;
}
.search-formSubmit:focus {
  outline: none;
}
.search-formSubmit:hover {
  background: none;
  border: 0;
}
.side-container-2-inner {
  position: relative;
}
.side-container-2-inner .blog-news-side-image {
  width: 100%;
}
.side-container-2-inner .msoFilterHeader {
  margin-bottom: 40px;
}
.side-container-2-inner .msoFilterHeader a {
  color: #000;
  transition: color 0.3s ease-out;
}
.side-container-2-inner .msoFilterHeader a:hover {
  color: #f58434;
}
.side-container-2-inner .where-to-next-container .where-to-next-title {
  color: #000;
  font-weight: 900;
  font-size: 20px;
  line-height: 60px;
  background: #d1d1d1;
  padding: 0 20px;
}
.side-container-2-inner .where-to-next-container .where-to-next-image-button {
  position: relative;
}
.side-container-2-inner .where-to-next-container .where-to-next-image-button a {
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 12px 30px;
  display: inline-block;
  position: absolute;
  width: calc(100% - 40px);
  bottom: 20px;
  left: 20px;
  box-sizing: border-box;
  text-align: center;
}
.side-container-2-inner .where-to-next-container .where-to-next-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.side-container-2-inner .where-to-next-container .where-to-next-links li {
  margin-bottom: 10px;
}
.side-container-2-inner .where-to-next-container .where-to-next-links li a {
  color: #f58434;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border: 2px solid #f58434;
  border-radius: 3px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
.side-container-2-inner .where-to-next-container .where-to-next-links li a span.arrow:before {
  font-family: "FontAwesome";
  content: '\f105';
  margin: auto;
  color: #f58434;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  transition: all 0.3s ease-out;
}
.side-container-2-inner .where-to-next-container .where-to-next-links li a:hover {
  background: #f58434;
  color: #fff !important;
  text-decoration: none;
}
.side-container-2-inner .where-to-next-container .where-to-next-links li a:hover span.arrow:before {
  color: #fff !important;
}
.side-container-2-inner .where-to-next-container .where-to-next-links li:nth-child(2) a {
  color: #0095ae;
  border-color: #0095ae;
}
.side-container-2-inner .where-to-next-container .where-to-next-links li:nth-child(2) a span.arrow:before {
  color: #0095ae;
}
.side-container-2-inner .where-to-next-container .where-to-next-links li:nth-child(2) a:hover {
  background: #0095ae;
}
.side-container-2-inner .where-to-next-container .where-to-next-links li:nth-child(3) a {
  color: #eb523e;
  border-color: #eb523e;
}
.side-container-2-inner .where-to-next-container .where-to-next-links li:nth-child(3) a span.arrow:before {
  color: #eb523e;
}
.side-container-2-inner .where-to-next-container .where-to-next-links li:nth-child(3) a:hover {
  background: #eb523e;
}
.side-container-2-inner .where-to-next-container .where-to-next-links li:nth-child(4) a {
  color: #003c5c;
  border-color: #003c5c;
}
.side-container-2-inner .where-to-next-container .where-to-next-links li:nth-child(4) a span.arrow:before {
  color: #003c5c;
}
.side-container-2-inner .where-to-next-container .where-to-next-links li:nth-child(4) a:hover {
  background: #003c5c;
}
.side-container-2-inner .where-to-next-container .where-to-next-links li:last-child {
  margin-bottom: 0;
}
.side-container-2-inner .side-container-images .side-container-image-item {
  margin-bottom: 2px;
}
.side-container-2-inner .side-container-images .side-container-image-item a {
  display: block;
}
.side-container-2-inner .side-container-images .side-container-image-item img {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
}
.side-container-2-inner .side-container-images .side-container-image-item .title {
  font-family: kepler-std, sans-serif;
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 500;
}
.side-container-2-inner .side-container-images .side-container-image-item .summary {
  font-family: kepler-std, sans-serif;
  margin-bottom: 0;
  opacity: 0.7;
  font-size: 18px;
}
.msoSideNavigation {
  display: none;
}
@media screen and (min-width: 62em) {
  .msoSideNavigation {
    display: block;
  }
}
.msoSideNavigation .in-this-section {
  display: block;
  color: #000;
  background: #fff;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  width: 100%;
  position: relative;
  padding: 25px 40px 25px 25px;
  z-index: 2;
}
.msoSideNavigation .msoMainNavItem {
  display: block;
  color: #000;
  background: #fff;
  box-sizing: border-box;
  font-weight: 500;
  font-family: kepler-std, sans-serif;
  font-size: 30px;
  width: 100%;
  position: relative;
  padding: 5px 0 15px 0;
  z-index: 2;
  border-bottom: 4px solid #000;
  margin-bottom: 10px;
}
.msoSideNavigation ul.navbar-nav {
  float: none;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 50px;
}
.msoSideNavigation ul.navbar-nav li {
  width: 100%;
  position: relative;
  padding: 0;
  display: block;
  box-sizing: border-box;
}
.msoSideNavigation ul.navbar-nav li > a {
  color: #000;
  background: #fff;
  font-family: kepler-std, sans-serif;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  width: 100%;
  position: relative;
  padding: 10px 40px 10px 5px;
  display: block;
  z-index: 2;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.msoSideNavigation ul.navbar-nav li button {
  display: flex;
  position: absolute;
  right: 0;
  border: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 44px;
  background: transparent;
  z-index: 4;
  transition: all 0.3s ease-out;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
.msoSideNavigation ul.navbar-nav li button:focus {
  outline: 0;
}
.msoSideNavigation ul.navbar-nav li button:before {
  font-family: "FontAwesome";
  content: '\f105';
  margin: auto;
  color: #0095ae;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  opacity: 1;
  transform-origin: center center;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
.msoSideNavigation ul.navbar-nav li ul {
  padding: 0 0 0;
  display: none;
}
.msoSideNavigation ul.navbar-nav li ul li a {
  text-transform: none;
  font-weight: 400;
  line-height: 22px;
  padding: 10px 40px 10px 20px;
}
.msoSideNavigation ul.navbar-nav li ul li ul li a {
  padding: 10px 40px 10px 40px;
}
.msoSideNavigation ul.navbar-nav li .msoArrowContainer {
  position: absolute;
  left: -20px;
  top: 0;
  height: 38px;
  width: 0;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.msoSideNavigation ul.navbar-nav li:hover > a {
  color: #0095ae;
}
.msoSideNavigation ul.navbar-nav li:hover .msoArrowContainer {
  width: calc(100% + 20px);
}
.msoSideNavigation ul.navbar-nav li.current-page-ancestor > .sub-menu {
  display: block;
}
.msoSideNavigation ul.navbar-nav li.current-menu-item.page-item-2683 ul, .msoSideNavigation ul.navbar-nav li.current-menu-item.page-item-4157 ul, .msoSideNavigation ul.navbar-nav li.current-menu-item.page-item-3207 ul {
  display: none;
}
.msoSideNavigation ul.navbar-nav li.current-menu-item > a {
  background: #f5f5f5;
  color: #0095ae;
}
.msoSideNavigation ul.navbar-nav li.current-menu-item ul {
  display: block;
}
.msoSideNavigation ul.navbar-nav li.current-menu-item ul li {
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.msoSideNavigation ul.navbar-nav li.current-menu-item .msoArrowContainer {
  width: calc(100% + 20px);
}
.msoSideNavigation ul.navbar-nav li.current-menu-parent > ul {
  display: block;
}
.msoSideNavigation ul.navbar-nav li.current-menu-parent > ul li.current-menu-item > ul {
  display: block;
}
.msoSideNavigation ul.navbar-nav li:last-of-type a {
  border-bottom: 0;
}
.sidebarNav .subnav-header {
  display: block;
  color: #fff;
  background: #002051;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  width: 100%;
  position: relative;
  padding: 25px 40px 25px 25px;
  z-index: 2;
}
.sidebarNav .sidebar-back {
  display: block;
  color: #fff;
  background: #a20f00;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  position: relative;
  padding: 15px 40px 15px 25px;
  z-index: 2;
}
.sidebarNav .sidebar-share {
  color: #012e47;
  text-decoration: none;
  font-family: kepler-std, sans-serif;
  font-weight: bold;
  padding: 12px 40px 10px 25px;
  margin-top: 40px;
  font-size: 18px;
}
.sidebarNav .sidebar-share ul {
  display: flex;
  margin-top: 5px;
}
.sidebarNav .sidebar-share ul li {
  margin-right: 20px;
  font-size: 30px;
}
.sidebarNav .sidebar-share ul li a {
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 36em) {
  .sidebarNav .sidebar-share ul li:hover a {
    color: #eb523e;
  }
}
.sidebarNav .sidebar-info .icon {
  margin-right: 5px;
}
.sidebarNav .msoFilterHeader {
  margin-top: 0;
}
.sidebarNav .sidebar-category-item {
  font-family: kepler-std, sans-serif;
  margin-top: 26px;
  display: block;
}
.single-video {
  margin-bottom: 4em;
}
.single-video .single-video-wrapper {
  position: relative;
  padding-top: 10px;
}
@media screen and (min-width: 36em) {
  .single-video .single-video-wrapper {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 62em) {
  .single-video .single-video-wrapper {
    padding-top: 0;
  }
}
@media screen and (min-width: 75em) {
  .single-video .single-video-wrapper:hover .play-button-icon {
    transform: scale(1);
  }
}
.single-video .single-video-wrapper .bgOverlay {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 0.3s ease;
}
@media screen and (min-width: 36em) {
  .single-video .single-video-wrapper .bgOverlay {
    background: linear-gradient(181.04deg, rgba(54, 54, 54, 0) 58.54%, #0c0c0c 123.63%);
  }
}
.single-video .play-button-icon {
  position: absolute;
  z-index: 3;
  height: 60px;
  width: 60px;
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  background-size: 100%;
  transition: transform 0.2s ease-in;
}
.single-video .play-button-icon:before {
  content: "";
  border: 30px solid transparent;
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-left-color: white;
  border-right-width: 0px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 54%;
}
.single-video .play-button-icon:after {
  content: "";
  border: 2px solid white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 36em) {
  .single-video .play-button-icon {
    height: 120px;
    width: 120px;
    margin-left: -60px;
    margin-top: -60px;
    transform: scale(0.9);
  }
}
.single-video .imagebg {
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: opacity 0.3s ease-in;
  padding-bottom: 56.25%;
}
.single-video .imagebg.hide {
  opacity: 0;
}
.single-video .wrapper {
  padding: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  z-index: 3;
  position: static;
  bottom: 20px;
  left: 25px;
  color: #000;
  transition: opacity 0.3s ease-in;
}
@media screen and (min-width: 36em) {
  .single-video .wrapper {
    position: absolute;
    color: #fff;
  }
}
@media screen and (min-width: 75em) {
  .single-video .wrapper {
    bottom: 40px;
    left: 45px;
  }
}
.single-video .wrapper .name {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 700;
  margin-right: 12px;
}
@media screen and (min-width: 75em) {
  .single-video .wrapper .name {
    font-size: 24px;
    line-height: 28px;
  }
}
.single-video .wrapper .date {
  padding-left: 12px;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 28px;
  border-left: 2px solid #fff;
  display: none;
}
@media screen and (min-width: 75em) {
  .single-video .wrapper .date {
    display: block;
  }
}
.single-video .wrapper .subtitle {
  padding-top: 6px;
  font-size: 22px;
  line-height: 28px;
  width: 100%;
  display: none;
}
@media screen and (min-width: 75em) {
  .single-video .wrapper .subtitle {
    display: block;
  }
}
.single-video .image-video-slide-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  outline: 0;
}
.single-page h1 {
  margin-bottom: 12px;
}
.single-page .single-meta {
  background: #fff;
  margin-top: 0;
  margin-bottom: 50px;
}
.single-page .single-meta .meta-info {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #808080;
  font-size: 18px;
}
.single-page .single-meta .meta-info span {
  display: inline-block;
}
.single-page .textContent:first-of-type .content-typography p:first-of-type {
  font-family: kepler-std, sans-serif;
}
.single-page .share-article {
  border-top: 1px solid #000;
  padding-top: 30px;
}
.single-page .share-article ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.single-page .share-article ul li {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 15px;
}
.single-page .share-article ul li a {
  color: #000;
  transition: color 0.3s ease-out;
}
.single-page .share-article ul li a:hover {
  color: #0095ae;
}
.sitemap {
  padding-top: 1.875rem;
  position: relative;
  z-index: 3;
}
.sitemap-list {
  list-style-type: none;
  margin-left: 0 !important;
}
.sitemap-list > li:before {
  display: none !important;
}
.sitemap-list > li > a {
  display: inline-block;
  font-size: 20px !important;
  margin-bottom: 10px;
}
.sitemap-list > li button {
  display: none;
}
.sitemap-list ul {
  margin: 0 0 10px 20px;
}
.sitemap-list ul > li {
  margin-bottom: 0;
  padding: 3px 0;
}
.sitemap-list ul > li:before {
  display: none !important;
}
.sitemap-list ul > li a {
  font-size: 20px !important;
}
.sitemap-wrapper {
  flex: 0 1 100%;
  max-width: 100%;
  padding: 0 0 2.5rem 0;
  color: #4c4c4c;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  /* Slider */
  background: #fff;
}
/* Icons */
@font-face {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '\f053';
}
[dir='rtl'] .slick-prev:before {
  content: '\f053';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '\f054';
}
[dir='rtl'] .slick-next:before {
  content: '\f054';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'â€¢';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.social-accordion .accordion-slider {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 36em) {
  .social-accordion .accordion-slider {
    height: 625px;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 62em) {
  .social-accordion .accordion-slider {
    height: 680px;
  }
}
@media screen and (min-width: 75em) {
  .social-accordion .accordion-slider {
    height: 750px;
  }
}
.social-accordion .accordion-slider .accordion-slider-select {
  cursor: pointer;
  margin: 0;
  opacity: 0;
  z-index: 1;
  background-color: #fff;
  color: #7f8787;
  width: 100%;
  height: 50px;
  font-size: 15px;
  transition: background-color 0.3s ease;
  display: none;
}
@media screen and (min-width: 36em) {
  .social-accordion .accordion-slider .accordion-slider-select {
    display: block;
    margin-bottom: -50px;
    margin-right: -50px;
    width: 50px;
    height: 100%;
  }
}
.social-accordion .accordion-slider .accordion-slider-title {
  position: relative;
  background-color: #eb523e;
  color: #fff;
  text-transform: uppercase;
  height: 50px;
  width: 100%;
  font-size: 15px;
  transition: background-color 0.3s ease;
  display: flex;
  text-align: center;
  align-items: center;
}
@media screen and (min-width: 36em) {
  .social-accordion .accordion-slider .accordion-slider-title {
    width: 50px;
    height: 100%;
    display: block;
  }
}
.social-accordion .accordion-slider .accordion-slider-title:not(:nth-last-child(2))::after {
  border: 1px solid transparent;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-bottom-color: transparent;
  border-right-color: #012e47;
}
.social-accordion .accordion-slider .accordion-slider-title span {
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
}
@media screen and (min-width: 36em) {
  .social-accordion .accordion-slider .accordion-slider-title span {
    transform: rotate(-90deg) translateX(-50%);
    -ms-writing-mode: lr-bt;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    bottom: 50%;
    position: absolute;
    transform-origin: center;
    white-space: nowrap;
  }
}
.social-accordion .accordion-slider .accordion-slider-content {
  box-sizing: border-box;
  overflow: auto;
  position: relative;
  transition: margin 0.3s ease 0.1s;
  color: #7f8787;
  height: 100%;
  margin-bottom: 0;
  margin-right: calc(-1 * calc(100% - 200px));
  padding: 30px;
  width: 100%;
  background-image: url(/wp-content/themes/mpw/assets/src/img/social-bg.png);
  background-color: #012e47;
  background-size: cover;
  background-position: center;
  padding: 40px 5vw 30px;
}
@media screen and (min-width: 36em) {
  .social-accordion .accordion-slider .accordion-slider-content {
    width: calc(100% - 200px);
    height: 100%;
    padding: 50px 5vw 90px;
  }
}
.social-accordion .accordion-slider .accordion-slider-select:checked + .accordion-slider-title + .accordion-slider-content {
  margin-bottom: 0;
  margin-right: 0;
}
@media screen and (min-width: 36em) {
  .social-accordion .accordion-slider .accordion-slider-select:hover + .accordion-slider-title, .social-accordion .accordion-slider .accordion-slider-select:checked + .accordion-slider-title {
    background-color: #071d43;
  }
}
.social-accordion .social-accordion-header-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  text-align: center;
}
.social-accordion .social-accordion-header-container h3 {
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  margin: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
.social-accordion .social-accordion-header-container .see-more {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
}
.social-accordion .social-accordion-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 36em) {
  .social-accordion .social-accordion-inner {
    flex-direction: row;
  }
}
.social-accordion .social-accordion-inner .social-accordion-item {
  background: #fff;
  width: 100%;
  max-width: 450px;
  padding: 22px 22px 36px;
  margin-bottom: 20px;
  box-sizing: border-box;
  display: none;
}
@media screen and (min-width: 36em) {
  .social-accordion .social-accordion-inner .social-accordion-item {
    width: 48%;
    margin-bottom: 0;
    display: block;
  }
}
.social-accordion .social-accordion-inner .social-accordion-item:first-child {
  display: block;
}
@media screen and (min-width: 75em) {
  .social-accordion .social-accordion-inner .social-accordion-item {
    width: 31%;
  }
}
@media screen and (min-width: 36em) {
  .social-accordion .social-accordion-inner .social-accordion-item:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .social-accordion .social-accordion-inner .social-accordion-item:nth-child(3) {
    display: block;
  }
}
.social-accordion .social-accordion-inner .social-accordion-item .social-accordion-image {
  width: 100%;
  padding-bottom: 70%;
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
}
.social-accordion .social-accordion-inner .social-accordion-item .social-accordion-image i {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  color: #1095f5;
  background: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-accordion .social-accordion-inner .social-accordion-item .social-accordion-item-details {
  text-align: center;
  color: #7f87a2;
}
.social-accordion .social-accordion-inner .social-accordion-item .social-accordion-item-details .social-accordion-item-date {
  color: #7f87a2;
  text-transform: uppercase;
  font-family: niveau-grotesk, sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  margin: 18px 0 8px;
}
.social-accordion .social-accordion-inner .social-accordion-item .social-accordion-item-details .social-accordion-item-summary {
  font-family: niveau-grotesk, sans-serif;
  margin-bottom: 18px;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 36em) {
  .social-accordion .social-accordion-inner .social-accordion-item .social-accordion-item-details .social-accordion-item-summary {
    height: 100px;
    overflow: hidden;
  }
}
.social-accordion .social-accordion-inner .social-accordion-item .social-accordion-item-details .social-accordion-item-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.social-accordion .social-accordion-inner .social-accordion-item .social-accordion-item-details .social-accordion-item-buttons a {
  text-transform: uppercase;
  color: #eb523e;
  font-family: niveau-grotesk, sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.social-accordion .social-accordion-inner .social-accordion-item .social-accordion-item-details .social-accordion-item-buttons a:first-child {
  color: #012e47;
}
@media screen and (min-width: 36em) {
  .social-accordion .social-accordion-inner .social-accordion-item .social-accordion-item-details .social-accordion-item-buttons a:hover {
    text-decoration: underline;
  }
}
.social-accordion .social-accordion-inner .social-accordion-item .social-accordion-item-details .social-accordion-item-buttons .divider {
  color: #7f87a2;
  display: inline-block;
  padding: 0 15px;
}
.social_media_section h2 {
  text-align: center;
  margin: 0 0 1rem;
}
.social_media_section h2:after {
  width: 2.91666666vw;
  height: 5px;
  content: '';
  background: #012e47;
  display: block;
  margin: 1rem auto 0;
  min-width: 86px;
}
.social_media {
  padding: 2rem 0;
  position: relative;
}
.social_media ul.social_links {
  position: absolute;
  bottom: 5rem;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  list-style: none;
}
.social_media ul.social_links li a {
  padding: 0 1rem;
  color: black;
}
.social_media ul.social_links li a:hover {
  color: #0095ae;
}
.social_media .social_slider {
  overflow-y: hidden;
}
.social_media .social_slider .scroll-y {
  display: none !important;
}
.social_media .social_slider .scroll-element.scroll-x {
  min-width: 280px !important;
  width: 320px !important;
  max-width: 80% !important;
  margin: auto;
  right: 0;
}
.social_media .social_slider .scroll-content {
  padding-bottom: 6rem;
}
.social_media .social_slider .social_posts {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 780px;
}
@media (max-width: 1023px) {
  .social_media .social_slider .social_posts {
    height: 640px;
  }
}
@media (max-width: 767px) {
  .social_media .social_slider .social_posts {
    height: auto;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.social_media .social_slider .social_post {
  flex: 1 1 50%;
  width: 40vw;
  min-width: 767px;
}
@media (max-width: 767px) {
  .social_media .social_slider .social_post {
    min-width: 0px;
    width: 90vw;
    flex: 0 0 100%;
  }
}
.social_media .social_slider .social_post .social_post_content {
  margin: 0 2rem 0 0;
  display: flex;
  position: relative;
  height: calc(100% - 2rem);
}
@media (max-width: 767px) {
  .social_media .social_slider .social_post .social_post_content {
    display: block;
  }
}
.social_media .social_slider .social_post .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 30%;
  height: 100%;
}
@media (max-width: 960px) {
  .social_media .social_slider .social_post .image {
    background-position: top center;
  }
}
@media (max-width: 767px) {
  .social_media .social_slider .social_post .image {
    height: auto;
    width: 100%;
  }
  .social_media .social_slider .social_post .image:before {
    content: "";
    padding-top: 70%;
    display: block;
  }
}
.social_media .social_slider .social_post .content {
  padding: 5px 0 0 1.6666666vw;
  width: 70%;
  position: absolute;
  left: 30%;
}
@media (max-width: 767px) {
  .social_media .social_slider .social_post .content {
    position: static;
    width: 100%;
  }
}
.social_media .social_slider .social_post .icon_link {
  display: flex;
  align-items: center;
  position: relative;
}
.social_media .social_slider .social_post .icon_link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.91666666vw;
  height: 5px;
  content: '';
  background: #012e47;
  min-width: 86px;
}
.social_media .social_slider .social_post:nth-child(3n + 1) {
  flex: 1 1 100%;
  display: block;
}
@media (max-width: 767px) {
  .social_media .social_slider .social_post:nth-child(3n + 1) {
    flex: 0 0 100%;
  }
}
.social_media .social_slider .social_post:nth-child(3n + 1) .social_post_content {
  height: auto;
}
.social_media .social_slider .social_post:nth-child(3n + 1) .image {
  height: auto;
  width: 100%;
}
.social_media .social_slider .social_post:nth-child(3n + 1) .image:before {
  content: "";
  padding-top: 70%;
  display: block;
}
.social_media .social_slider .social_post:nth-child(3n + 1) .content {
  box-sizing: border-box;
  padding: 1.666vw;
  background: white;
  right: 0;
  min-width: 300px;
  max-width: 72%;
  bottom: 0;
  z-index: 100;
  transform: translateY(50%);
}
@media (max-width: 767px) {
  .social_media .social_slider .social_post:nth-child(3n + 1) .content {
    transform: unset;
    max-width: none;
  }
}
.socials {
  list-style: none;
  margin: 0;
  padding: 0;
}
.socials-item {
  padding-right: 1em;
  display: inline;
}
.socials-item .button {
  opacity: 0.6;
}
.socials-link {
  text-decoration: none;
  color: #fff;
  font-size: 1.4375rem;
  transition: all 0.3s ease-out;
}
.socials-link:hover {
  color: #0095ae;
}
.textContent {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4em;
  border-top: 1px solid #000;
  padding-top: 2em;
}
.course_search + .textContent {
  border-top: 0px;
}
@media screen and (min-width: 75em) {
  .textContent {
    flex-wrap: nowrap;
  }
}
.textContent .textContent-wrapper {
  flex-grow: 1;
  width: 100%;
}
.textContent .table-flex {
  display: flex;
  flex-wrap: wrap;
}
.textContent .table-flex .column {
  width: 100%;
}
@media screen and (min-width: 36em) {
  .textContent .table-flex .column {
    width: 50%;
  }
}
.textContent .textContent-rightside {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
  display: none;
}
@media screen and (min-width: 36em) {
  .textContent .textContent-rightside {
    margin-top: 50px;
  }
}
@media screen and (min-width: 75em) {
  .textContent .textContent-rightside {
    width: 240px;
    flex-shrink: 0;
    margin-left: 5vw;
  }
}
.textContent .textContent-rightside .donateLink {
  width: 100%;
  background: #0095ae;
  display: block;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  padding: 18px 0;
  transition: all 0.3s ease-out;
}
.textContent .textContent-rightside .donateLink:hover {
  background-color: #bfac86;
  color: #e6e6e6;
}
.textContent .textContent-rightside .infographic-container {
  border-top: 2px solid #a0b9af;
  border-bottom: 8px solid #a0b9af;
  padding: 15px 0 16px;
  margin-top: 50px;
  text-align: center;
}
.textContent .textContent-rightside .infographic-container .image {
  max-width: 100%;
  height: 139px;
  margin-top: 10px;
  background-color: #eee;
}
.textContent .textContent-rightside .infographic-container .text {
  margin-top: 15px;
  font-weight: 700;
  font-size: 18px;
  color: #373737;
  line-height: 22px;
  margin-bottom: 0;
}
.textContent .content-typography {
  width: 100%;
  word-break: break-word;
}
.post-template-default .textContent .content-typography {
  padding-top: 0;
}
@media screen and (min-width: 36em) {
  .textContent .content-typography {
    width: auto;
  }
}
.textContent .content-typography a:hover {
  text-decoration: underline;
}
.textContent.intro .textContent-wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 62em) {
  .textContent.intro .textContent-wrapper .content-typography {
    max-width: 52vw;
  }
}
.textContent.intro .textContent-wrapper .content-typography h1 {
  position: relative;
  margin-bottom: 1.2em;
}
.textContent.intro .textContent-wrapper .content-typography h1:after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 5.9895833vw;
  height: 5px;
  content: '';
  background: #012e47;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  min-width: 86px;
}
.textContent.intro .textContent-wrapper .content-typography a {
  color: #000;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 1vw 2vw;
  margin-top: 2vw;
}
.lower-content-container .textContent {
  background: #f7f7f7;
  margin-bottom: 0;
  padding: 3em 3vw !important;
}
.lower-content-container .textContent .textContent-wrapper {
  max-width: 1690px;
  margin: 0 auto;
}
.main-components .textContent:first-of-type .textContent-rightside {
  display: block;
}
.main-components .textContent:first-of-type {
  border-top: 0;
  padding-top: 0;
}
section.three-blocks.notitle {
  padding-top: 0;
  margin-top: -2em;
}
section.three-blocks.notitle .items {
  padding-top: 0;
}
section.three-blocks .three-blocks-container .this-component-title {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
section.three-blocks .three-blocks-container .this-component-title:after {
  position: absolute;
  left: 50%;
  width: 5.9895833vw;
  height: 5px;
  content: '';
  background: #012e47;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -18px;
  min-width: 86px;
}
section.three-blocks .three-blocks-container .items {
  padding: 36px 0 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 960px) {
  section.three-blocks .three-blocks-container .items {
    padding-bottom: 2rem;
  }
}
@media (max-width: 960px) {
  section.three-blocks .three-blocks-container .items {
    flex-wrap: wrap;
  }
}
section.three-blocks .three-blocks-container .items .item {
  position: relative;
  flex: 1 1 33.33%;
  margin: 0 1rem 0 0;
}
@media (max-width: 960px) {
  section.three-blocks .three-blocks-container .items .item {
    flex: 1 1 100%;
    margin: 0 auto 30px;
  }
}
@media (max-width: 960px) {
  section.three-blocks .three-blocks-container .items .item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 961px) {
  section.three-blocks .three-blocks-container .items .item:last-child {
    margin: 0;
  }
}
section.three-blocks .three-blocks-container .items .item .image {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  section.three-blocks .three-blocks-container .items .item .image {
    background-position: top center;
  }
}
section.three-blocks .three-blocks-container .items .item .image .text-over-image {
  font-size: 50px;
  line-height: 52px;
  color: #fff;
  position: absolute;
  width: 90%;
  text-align: center;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 36em) {
  section.three-blocks .three-blocks-container .items .item .image .text-over-image {
    font-size: 60px;
    line-height: 62px;
  }
}
@media screen and (min-width: 62em) {
  section.three-blocks .three-blocks-container .items .item .image .text-over-image {
    font-size: 50px;
    line-height: 52px;
  }
}
@media screen and (min-width: 75em) {
  section.three-blocks .three-blocks-container .items .item .image .text-over-image {
    font-size: 60px;
    line-height: 62px;
  }
}
section.three-blocks .three-blocks-container .items .item .image:before {
  content: "";
  padding-top: 90%;
  display: block;
  opacity: 1;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 36em) {
  section.three-blocks .three-blocks-container .items .item .image:before {
    padding-top: 70%;
  }
}
@media screen and (min-width: 62em) {
  section.three-blocks .three-blocks-container .items .item .image:before {
    padding-top: 120%;
  }
}
section.three-blocks .three-blocks-container .items .item .info-box {
  background: white;
  position: relative;
  right: 0;
  padding: 20px;
  box-sizing: border-box;
  min-width: 300px;
  max-width: 72%;
  top: 0;
  margin-top: -22%;
}
section.three-blocks .three-blocks-container .items .item .info-box p {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 30px;
  display: block;
  opacity: 0.8;
}
section.three-blocks .three-blocks-container .items .item .info-box .icon-link {
  display: flex;
  align-items: center;
  position: relative;
}
section.three-blocks .three-blocks-container .items .item .info-box .icon-link:before {
  position: absolute;
  top: -12px;
  left: 0;
  width: 2.91666666vw;
  height: 5px;
  content: '';
  background: #012e47;
  min-width: 86px;
}
section.three-blocks .three-blocks-container .items .item .info-box .icon-link a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: flex;
  font-weight: 500;
  align-items: center;
  font-size: 18px;
  letter-spacing: 1px;
  height: 48px;
  transition: color 0.3s ease-out;
}
section.three-blocks .three-blocks-container .items .item .info-box .icon-link a:before {
  content: '';
  border: 2px solid #0095ae;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: -60px;
  top: 0;
  height: 48px;
  width: 48px;
  transition: background-color 0.3s ease-out;
}
section.three-blocks .three-blocks-container .items .item .info-box .icon-link a:after {
  border-style: solid;
  border-color: #0095ae;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 0.5em;
  right: -37px;
  transform: rotate(45deg);
  position: relative;
  vertical-align: top;
  width: 0.5em;
  top: 1px;
  transition: border-color 0.3s ease-out;
}
section.three-blocks .three-blocks-container .items .item .info-box .icon-link a:hover {
  color: #0095ae;
}
section.three-blocks .three-blocks-container .items .item .info-box .icon-link a:hover:before {
  background-color: #0095ae;
}
section.three-blocks .three-blocks-container .items .item .info-box .icon-link a:hover:after {
  border-color: #fff;
}
section.three-blocks .three-blocks-container .items.teal-overlays .item .image:before {
  opacity: 0.7;
  background: #85d1cd;
}
section.three-blocks .three-blocks-container .items.teal-overlays .item:nth-child(2) .image:before {
  background: #0095ae;
  opacity: 0.7;
}
section.three-blocks .three-blocks-container .items.teal-overlays .item:nth-child(3) .image:before {
  background: #012e47;
  opacity: 0.7;
}
.top-nav {
  position: absolute;
  top: 51px;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 5;
}
.top-nav ul {
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0.5em;
}
.top-nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}
.top-nav ul li a {
  color: #0095ae;
  font-size: 12px;
  font-weight: 500;
  padding: 0 0.5em;
}
.top-nav ul li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 62em) {
  .top-nav {
    display: block;
    top: 0;
    right: 2vw;
  }
}
@media screen and (min-width: 75em) {
  .top-nav {
    right: 8vw;
  }
  .top-nav ul {
    padding: 0.8em;
  }
  .top-nav ul li a {
    font-size: 13px;
    font-weight: 400;
    padding: 0 1em;
  }
}
.twitter-carousel {
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #b3b3b3;
}
.twitter-carousel .twitter-carouse-header {
  text-align: center;
}
@media screen and (min-width: 62em) {
  .twitter-carousel .twitter-carouse-header {
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: space-between;
  }
}
.twitter-carousel .twitter-carouse-header h2 {
  color: #012e47;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 62em) {
  .twitter-carousel .twitter-carouse-header h2 {
    margin: 0;
    text-align: left;
  }
}
.twitter-carousel .twitter-carouse-header .view-more {
  border: 2px solid #002051;
  color: #002051;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 30px;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  margin: 20px auto;
}
@media screen and (min-width: 62em) {
  .twitter-carousel .twitter-carouse-header .view-more {
    margin: 30px 0 30px 30px;
  }
}
.twitter-carousel .twitter-carousel-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #f2f2f2;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 15px;
  overflow: hidden;
}
@media screen and (min-width: 62em) {
  .twitter-carousel .twitter-carousel-container {
    flex-direction: row;
    padding: 2vw;
  }
}
.twitter-carousel .twitter-carousel-container .twitter-left {
  flex-shrink: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 62em) {
  .twitter-carousel .twitter-carousel-container .twitter-left {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.twitter-carousel .twitter-carousel-container .twitter-left i {
  color: #012e47;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  font-size: 38px;
}
.twitter-carousel .twitter-carousel-container .twitter-slider-container {
  flex-grow: 1;
  outline: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 62em) {
  .twitter-carousel .twitter-carousel-container .twitter-slider-container {
    padding-right: 50px;
  }
}
.twitter-carousel .twitter-carousel-container .twitter-slider-container .twitter-item .twitter-top {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 62em) {
  .twitter-carousel .twitter-carousel-container .twitter-slider-container .twitter-item .twitter-top {
    flex-direction: row;
  }
}
.twitter-carousel .twitter-carousel-container .twitter-slider-container .twitter-item .twitter-top a {
  color: #7f87a2;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
}
.twitter-carousel .twitter-carousel-container .twitter-slider-container .twitter-item .twitter-top a:first-child {
  margin-right: 15px;
}
@media screen and (min-width: 93.75em) {
  .twitter-carousel .twitter-carousel-container .twitter-slider-container .twitter-item .twitter-top a:first-child:before {
    content: '';
    background-image: url(/wp-content/themes/mpw/assets/src/img/title-left.png);
    width: 70px;
    height: 30px;
    display: inline-block;
    margin-right: 15px;
  }
}
@media screen and (min-width: 62em) {
  .twitter-carousel .twitter-carousel-container .twitter-slider-container .twitter-item .twitter-top a:last-child:after {
    content: '';
    background-image: url(/wp-content/themes/mpw/assets/src/img/title-right.png);
    width: 25px;
    height: 30px;
    display: inline-block;
    margin-left: 15px;
  }
}
.twitter-carousel .twitter-carousel-container .twitter-slider-container .twitter-item .twitter-post {
  color: #152659;
  margin-top: 10px;
  display: block;
}
.twitter-carousel .twitter-carousel-container .twitter-slider-container .slick-track {
  display: flex;
  outline: 0;
}
.twitter-carousel .twitter-carousel-container .twitter-slider-container .slick-track .slick-slide {
  outline: 0;
  text-align: center;
}
.twitter-carousel .twitter-carousel-container .twitter-slider-container .slick-next {
  right: 0;
  height: 36px;
  display: none !important;
}
@media screen and (min-width: 62em) {
  .twitter-carousel .twitter-carousel-container .twitter-slider-container .slick-next {
    display: block !important;
  }
}
.twitter-carousel .twitter-carousel-container .twitter-slider-container .slick-next:before {
  font-family: "FontAwesome";
  content: '\f105';
  margin: auto;
  color: #a20f00;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  opacity: 1;
  font-size: 36px;
}
section.course-slider {
  margin-bottom: 4em;
}
section.course-slider .course-slider-container .course-slider-inner {
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 40px 0;
  box-sizing: border-box;
}
section.course-slider .course-slider-container .course-slider-inner .courses {
  width: 50%;
  min-width: 290px;
  margin: 0;
  background: #fff;
  padding-bottom: 60px;
}
@media screen and (min-width: 75em) {
  section.course-slider .course-slider-container .course-slider-inner .courses .slick-list {
    padding: 0 10% 0 0;
  }
}
section.course-slider .course-slider-container .course-slider-inner .courses .slick-track {
  display: flex;
}
section.course-slider .course-slider-container .course-slider-inner .courses .course-item {
  height: inherit !important;
  display: flex;
  position: relative;
}
section.course-slider .course-slider-container .course-slider-inner .courses .course-item .info-box {
  position: relative;
  padding: 50px 20px 20px;
  box-sizing: border-box;
}
section.course-slider .course-slider-container .course-slider-inner .courses .course-item .info-box p {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 30px;
  display: block;
  opacity: 0.8;
}
section.course-slider .course-slider-container .course-slider-inner .courses .course-item .info-box .icon-link {
  display: flex;
  align-items: center;
  position: relative;
}
section.course-slider .course-slider-container .course-slider-inner .courses .course-item .info-box .icon-link:before {
  position: absolute;
  top: -12px;
  left: 0;
  width: 2.91666666vw;
  height: 5px;
  content: '';
  background: #012e47;
  min-width: 86px;
}
section.course-slider .course-slider-container .course-slider-inner .courses .course-item .info-box .icon-link a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: flex;
  font-weight: 500;
  align-items: center;
  font-size: 18px;
  letter-spacing: 1px;
  height: 48px;
  transition: color 0.3s ease-out;
}
section.course-slider .course-slider-container .course-slider-inner .courses .course-item .info-box .icon-link a:before {
  content: '';
  border: 2px solid #0095ae;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: -60px;
  top: 0;
  height: 48px;
  width: 48px;
  transition: background-color 0.3s ease-out;
}
section.course-slider .course-slider-container .course-slider-inner .courses .course-item .info-box .icon-link a:after {
  border-style: solid;
  border-color: #0095ae;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 0.5em;
  right: -37px;
  transform: rotate(45deg);
  position: relative;
  vertical-align: top;
  width: 0.5em;
  top: 1px;
  transition: border-color 0.3s ease-out;
}
section.course-slider .course-slider-container .course-slider-inner .courses .course-item .course-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 75em) {
  section.course-slider .course-slider-container .course-slider-inner .courses .course-item:hover .info-box .icon-link a {
    color: #0095ae;
  }
  section.course-slider .course-slider-container .course-slider-inner .courses .course-item:hover .info-box .icon-link a:before {
    background-color: #0095ae;
  }
  section.course-slider .course-slider-container .course-slider-inner .courses .course-item:hover .info-box .icon-link a:after {
    border-color: #fff;
  }
}
section.course-slider .course-slider-container .course-slider-inner .courses .slick-dots {
  display: flex;
  align-items: center;
  right: 12.5%;
  bottom: 40px;
  width: 25%;
  flex: 1 1 0px;
}
section.course-slider .course-slider-container .course-slider-inner .courses .slick-dots li {
  height: 2px;
  background: #ddd;
  margin: 0;
  width: 100%;
}
section.course-slider .course-slider-container .course-slider-inner .courses .slick-dots li button {
  width: 100%;
}
section.course-slider .course-slider-container .course-slider-inner .courses .slick-dots li button:before {
  display: none;
}
section.course-slider .course-slider-container .course-slider-inner .courses .slick-dots li.slick-active {
  height: 4px;
  background: #0095ae;
}
.vacancies .firstLvlCss h3 {
  margin-bottom: -25px;
}
.vacancies .vacancy-item {
  border: none;
  border-radius: 0;
  margin-bottom: 30px;
  min-height: 0;
  background: #f1f1f1;
  padding: 10px 15px 15px;
  width: 100%;
  position: relative;
  line-height: 22px;
  box-sizing: border-box;
  color: #000;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 36em) {
  .vacancies .vacancy-item {
    padding: 20px 30px 25px;
  }
}
.vacancies .vacancy-item h4 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.vacancies .vacancy-item .type {
  margin: 0 0 5px;
  color: #000;
  font-size: 18px;
}
.vacancies .vacancy-item .date {
  color: #000;
  font-size: 18px;
}
.vacancies .vacancy-item .date.interview {
  margin-top: 5px;
}
.vacancies .vacancy-item .summary_text {
  color: rgba(0, 0, 0, 0.8);
  margin: 20px 0 25px;
  font-size: 18px;
  line-height: 28px;
}
.vacancies .vacancy-item .icon-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
  padding-right: 62px;
  position: relative;
}
.vacancies .vacancy-item .icon-link:before {
  position: absolute;
  top: -12px;
  left: 0;
  width: 2.91666666vw;
  height: 5px;
  content: '';
  background: #012e47;
  min-width: 86px;
}
.vacancies .vacancy-item .icon-link a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: flex;
  font-weight: 500;
  align-items: center;
  font-size: 18px;
  letter-spacing: 1px;
  height: 48px;
  transition: color 0.3s ease-out;
}
.vacancies .vacancy-item .icon-link a:before {
  content: '';
  border: 2px solid #0095ae;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  right: -60px;
  top: 0;
  height: 48px;
  width: 48px;
  transition: background-color 0.3s ease-out;
}
.vacancies .vacancy-item .icon-link a:after {
  border-style: solid;
  border-color: #0095ae;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 0.5em;
  right: -37px;
  transform: rotate(45deg);
  position: relative;
  vertical-align: top;
  width: 0.5em;
  top: 1px;
  transition: border-color 0.3s ease-out;
}
.vacancies .vacancy-item .read-more-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 75em) {
  .vacancies .vacancy-item:hover .icon-link a {
    color: #0095ae;
  }
  .vacancies .vacancy-item:hover .icon-link a:before {
    background-color: #0095ae;
  }
  .vacancies .vacancy-item:hover .icon-link a:after {
    border-color: #fff;
  }
}
section.video_container {
  padding-top: 3em;
  padding-bottom: 3em;
}
section.video_container .video-embed {
  max-width: 1024px;
  margin: auto;
}
section.video_container .video-embed iframe.video {
  width: 100%;
  height: 30vw;
}
/*
 .homepage-video {
 width: 100%;
 .videoCutout {
 background: linear-gradient(to left bottom, #fff 49%, transparent 51%);
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 z-index: 1;
 }
 .videoWrapper {
 position: relative;
 padding-bottom: 56.25%;
 height: 0;
 cursor: pointer;
 .play-button {
 position: absolute;
 top: 50%;
 left: 50%;
 margin-left: -63px;
 margin-top: -63px;
 z-index: 1;
 cursor: pointer;
 transform: scale(0.6);
 transform-origin: center;
 transition: all 0.2s ease;
 @include breakpoint(medium) {
 transform: scale(0.9);
 }
 @include breakpoint(xxlarge) {
 top: 55%;
 left: 25%;
 }
 &.hide {
 opacity: 0;
 }
 }
 @include breakpoint(xxlarge) {
 &:hover {
 .play-button {
 transform: scale(1);
 transform-origin: center;
 }
 }
 }
 iframe, video {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 }
 }
 }
 */
body .gform_wrapper .gform_footer {
  display: block;
}
body .gform_wrapper .gform_footer .button {
  background-color: transparent;
  color: #012e47;
  border-color: #012e47;
  width: auto !important;
  text-align: center;
  justify-content: center;
  transition: background-color 0.3s ease-out;
}
body .gform_wrapper .gform_footer .button:hover {
  background-color: #0095ae;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
body .gform_wrapper input[type="text"] {
  height: 38px;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin: 0;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container select {
  border-color: #790000;
}
body .gform_wrapper ul.gfield_radio {
  width: 100%;
}
body .gform_wrapper ul.gfield_radio li {
  margin: 0 0 4px 0;
}
body .gform_wrapper .gfield_radio li label {
  margin: 5px 0 0 4px;
}
body .gform_wrapper .top_label .gfield div.ginput_container {
  margin-top: 2px;
}
body .gform_wrapper .gfield label {
  color: #012e47;
  font-weight: 400;
  font-size: 18px !important;
}
body .gform_wrapper .gfield h2 {
  margin-bottom: 10px;
}
body .gform_wrapper ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
body .gform_wrapper ul li:before {
  display: none;
}
body .gform_wrapper ul li input {
  line-height: 16px !important;
}
body .gform_wrapper div.gform_body {
  line-height: 30px;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
  font-size: 18px;
}
body .gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px;
  font-style: italic;
  line-height: 1.4em;
}
body .gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 80px;
}
body .gform_wrapper input:not([type="submit"]), body .gform_wrapper textarea, body .gform_wrapper select {
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 0 0.5em;
}
body .gform_wrapper textarea {
  padding: 0.5em;
}
body .gform_wrapper .ginput_container_select {
  position: relative;
}
@media screen and (min-width: 36em) {
  body .gform_wrapper .ginput_container_select {
    width: calc(50% - 8px);
  }
}
body .gform_wrapper .ginput_container_select:after {
  content: "\f078";
  font: normal normal normal 14px/1 FontAwesome;
  color: #0095ae;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
body .gform_wrapper .ginput_container_select select {
  height: 38px;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-appearance: none;
  cursor: pointer;
  width: 100% !important;
}
body .gform_wrapper .ginput_container_date {
  display: flex;
  align-items: center;
}
body .gform_wrapper .ginput_container_date img {
  margin: 0;
}
body .gform_wrapper .gf_repeater_add {
  background: rgba(0, 149, 174, 0.9);
  color: #fff;
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
  min-width: 250px;
  text-align: center;
  display: block;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
@media screen and (min-width: 36em) {
  body .gform_wrapper .gf_repeater_add {
    display: inline-block;
  }
}
body .gform_wrapper .gf_repeater_add:before {
  content: "Add another visitor";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .gform_wrapper .gf_repeater_add img {
  display: none;
}
body .gform_wrapper .gf_repeater_remove {
  margin-left: 0;
  background: rgba(255, 0, 0, 0.7);
  color: #fff;
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
  min-width: 250px;
  text-align: center;
  display: block;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 36em) {
  body .gform_wrapper .gf_repeater_remove {
    display: inline-block;
    margin-left: 10px;
  }
}
body .gform_wrapper .gf_repeater_remove:before {
  content: "Remove this visitor";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .gform_wrapper .gf_repeater_remove img {
  display: none;
}
.emergency_popup {
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: unset;
  transition: all 0.75s;
}
.emergency_popup.active {
  opacity: 1;
  visibility: visible;
  max-height: 100vh;
}
.emergency_popup .popup_content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 5000;
  max-height: 90vh;
  width: 90vw;
  max-width: 600px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  padding: 2.01em;
}
.emergency_popup .popup_content h2 {
  padding: 0;
  margin: 0 0 20px;
}
.emergency_popup .popup_content p {
  margin-bottom: 20px;
}
.emergency_popup .popup_content img {
  height: auto !important;
}
.emergency_popup .popup_content *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.emergency_popup .popup_content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #012e47;
  width: 26px;
  height: 26px;
}
.emergency_popup .popup_content .close:before, .emergency_popup .popup_content .close:after {
  content: "";
  position: absolute;
  transform-origin: center;
  border-top: 2px solid #fff;
  width: 18px;
  top: 50%;
  left: 50%;
}
.emergency_popup .popup_content .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.emergency_popup .popup_content .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.emergency_popup:after {
  content: "";
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(196, 196, 196, 0.7);
  width: 100vw;
  height: 100vh;
}
.pum-title.popmake-title{
  display: none;
}
.mso-popup{
  box-sizing: border-box;
}
.mso-popup-content{
  max-height: 90vh !important;
  width: 90vw !important;
  max-width: 600px !important;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3) !important;
  padding: 2.01em !important;
  height: auto !important;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .mso-popup-content {
    padding: 20px !important;
  }
}
.mso-popup-content-inner{
  flex: 1 !important;
  width: 100% !important;
  text-align: center !important;
  height: auto !important;
}
@media (max-width: 768px) {
  .mso-popup-content-inner {
    padding: 0px !important;
  }
}
.mso-popup-image{
  display: none !important;
}
.mso-popup-close-button {
  font-size: 0px !important;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  background: #012e47 !important;
  width: 26px !important;
  height: 26px !important;
}
.mso-popup-close-button:before, .mso-popup-close-button:after {
  content: "";
  position: absolute;
  transform-origin: center;
  border-top: 2px solid white;
  width: 18px;
  top: 50%;
  left: 50%;
}
.mso-popup-close-button:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mso-popup-close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.scss_errors {
  display: none;
}
.logged-in .scss_errors {
  display: block;
  position: fixed;
  z-index: 9999;
  background: white;
  height: 90%;
  width: 90%;
  max-width: 1024px;
  max-height: 600px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 0px 100vw rgba(0, 0, 0, 0.6);
}
.logged-in .scss_errors em {
  white-space: normal;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%5C%2F%22%2C%22sources%22%3A%5B%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fmain.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fvendors%5C%2Ffont-awesome.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fglobal%5C%2F_base.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fglobal%5C%2F_mixins.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fglobal%5C%2F_layout.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fvendors%5C%2F_breakpoints.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fglobal%5C%2F_home.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fglobal%5C%2F_page.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fglobal%5C%2F_landing-page.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fglobal%5C%2F_rickmce.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fglobal%5C%2F_scrollBar.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fglobal%5C%2F_ie.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_accordion.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_blockquote.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_blog-list.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_breadcrumbs.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_buttons.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_contact-banner.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_course-search.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_download.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_error404.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_hero.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_image-gallery.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_latest-blog-article.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_latest-news.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_link-banner.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_mainNav.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_map.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_mobileNav.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_news-list.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_event-list.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_popupContent.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_ricalendar.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_search.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_side-container-2.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_sidebarNav.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_single-video.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_single.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_sitemap.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_slick.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_social-accordion.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_social-media.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_socials.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_textContent.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_three-blocks.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_topNav.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_twitter-carousel.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_course-slider.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_vacancies.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fcomponents%5C%2F_video.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fglobal%5C%2F_forms.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fmpw%5C%2Fassets%5C%2Fsrc%5C%2Fscss%5C%2Fglobal%5C%2F_emergency.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAD%2CiBAAA%3BAAAA%3B%3B%3BGAAA%3BACIC%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAA2e%3BAAAA%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAAiL%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAoE%3BAAAA%2CiBAAA%3BAAAA%3BAAAqB%3BAAAA%2CiBAAA%3BAAAA%3BAAAqB%3BAAAA%2CiBAAA%3BAAAA%3BAAAqB%3BAAAA%2CiBAAA%3BAAAA%3BAAAqB%3BAAAA%3BqBAAA%3BAAAA%3BAAA4C%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAoE%3BAAAA%2CqBAAA%3BAAAA%3BAAA4B%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAAiG%3BAAAA%2CsBAAA%3BAAAA%3BAAAgC%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAA%2BE%3BAAAA%2CcAAA%3BAAAA%3BAAAyB%3BAAAA%2CeAAA%3BAAAA%3BAAA2B%3BAAAA%2CsBAAA%3BAAAA%3BAAAmC%3BAAAA%2CqBAAA%3BAAAA%3BAAAmC%3BAAAA%2CeAAA%3BAAAA%3BAAAwB%3BAAAA%2CcAAA%3BAAAA%3BAAAsB%3BAAAA%2CsBAAA%3BAAAA%3BAAAgC%3BAAAA%2CqBAAA%3BAAAA%3BAAAgC%3BAAAA%3BwCAAA%3BAAAA%3BAAA2F%3BAAAA%3B0CAAA%3BAAAA%3BAAAgG%3BAAA2B%3BAAAA%3B4BAAA%3BAAAA%3BAAAyD%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAgE%3BAAAmB%3BAAAA%3B4BAAA%3BAAAA%3BAAAyD%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAgE%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAAwK%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAA4K%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAA4K%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAAqL%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAAmL%3BAAAA%2CeAAA%3BAAAA%3BAAA4H%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAA4G%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAAgF%3BAAAA%2CuBAAA%3BAAAA%3BAAAiC%3BAAAA%2CiBAAA%3BAAAA%3BAAA2B%3BAAAA%2CcAAA%3BAAAA%3BAAAuB%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAA8B%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoE%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BC%3BAAAA%2CmBAAA%3BAAAA%3BAAA6C%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAA0D%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BB%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqD%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuE%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAA2D%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAA2C%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BB%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyD%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAA8C%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BB%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmE%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAA4D%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAA2C%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BB%3BAAAA%2CmBAAA%3BAAAA%3BAAAiD%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAA2C%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAA0D%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAA6C%3BAAAA%2CmBAAA%3BAAAA%3BAAA8C%3BAAAA%2CmBAAA%3BAAAA%3BAAA2C%3BAAAA%2CmBAAA%3BAAAA%3BAAA6C%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkD%3BAAAA%2CmBAAA%3BAAAA%3BAAAiD%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmD%3BAAAA%2CmBAAA%3BAAAA%3BAAAmD%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoD%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsE%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAA4C%3BAAAA%2CmBAAA%3BAAAA%3BAAA8C%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoD%3BAAAA%2CmBAAA%3BAAAA%3BAAA0D%3BAAAA%2CmBAAA%3BAAAA%3BAAAuD%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuD%3BAAAA%2CmBAAA%3BAAAA%3BAAAkD%3BAAAA%2CmBAAA%3BAAAA%3BAAA2D%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiD%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsD%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAA6C%3BAAAA%2CmBAAA%3BAAAA%3BAAA8C%3BAAAA%2CmBAAA%3BAAAA%3BAAA2C%3BAAAA%2CmBAAA%3BAAAA%3BAAA6C%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAA0D%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuD%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BD%3BAAAA%2CmBAAA%3BAAAA%3BAAA4F%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAA0D%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAA4C%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAA6C%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgD%3BAAAA%2CmBAAA%3BAAAA%3BAAA6C%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgD%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsE%3BAAAA%2CmBAAA%3BAAAA%3BAAAkE%3BAAAA%2CmBAAA%3BAAAA%3BAAAwE%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BC%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BB%3BAAAA%2CmBAAA%3BAAAA%3BAAAiD%3BAAAA%2CmBAAA%3BAAAA%3BAAAgD%3BAAAA%2CmBAAA%3BAAAA%3BAAA4E%3BAAAA%2CmBAAA%3BAAAA%3BAAAkE%3BAAAA%2CmBAAA%3BAAAA%3BAAA8C%3BAAAA%2CmBAAA%3BAAAA%3BAAAkD%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAA2C%3BAAAA%2CmBAAA%3BAAAA%3BAAA2C%3BAAAA%2CmBAAA%3BAAAA%3BAAA4C%3BAAAA%2CmBAAA%3BAAAA%3BAAA4C%3BAAAA%2CmBAAA%3BAAAA%3BAAA6C%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BB%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAA4C%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAA2C%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAA2C%3BAAAA%2CmBAAA%3BAAAA%3BAAA4C%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsD%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BB%3BAAAA%2CmBAAA%3BAAAA%3BAAA8B%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAAgD%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsE%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuD%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAA2C%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAA6E%3BAAAA%2CmBAAA%3BAAAA%3BAAAkE%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAA8C%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BB%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BB%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqD%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAA6C%3BAAAA%2CmBAAA%3BAAAA%3BAAA0F%3BAAAA%2CmBAAA%3BAAAA%3BAAAgE%3BAAAA%2CmBAAA%3BAAAA%3BAAAgE%3BAAAA%2CmBAAA%3BAAAA%3BAAAgE%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwH%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAAqE%3BAAAA%2CmBAAA%3BAAAA%3BAAAgD%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BB%3BAAAA%2CmBAAA%3BAAAA%3BAAA2F%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAA8B%3BAAAA%2CmBAAA%3BAAAA%3BAAAoD%3BAAAA%2CmBAAA%3BAAAA%3BAAAuD%3BAAAA%2CmBAAA%3BAAAA%3BAAA2D%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAA4C%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAA6D%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BB%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAA8B%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BB%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAA8B%3BAAAA%2CmBAAA%3BAAAA%3BAAAmE%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAA2C%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAA2D%3BAAAA%2CmBAAA%3BAAAA%3BAAA2C%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAA6C%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgD%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsD%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgF%3BAAAA%2CmBAAA%3BAAAA%3BAAAuE%3BAAAA%2CmBAAA%3BAAAA%3BAAA6D%3BAAAA%2CmBAAA%3BAAAA%3BAAAgE%3BAAAA%2CmBAAA%3BAAAA%3BAAA8D%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkE%3BAAAA%2CmBAAA%3BAAAA%3BAAAiE%3BAAAA%2CmBAAA%3BAAAA%3BAAAgE%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAA8D%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BD%3BAAAA%2CmBAAA%3BAAAA%3BAAA2C%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAA4C%3BAAAA%2CmBAAA%3BAAAA%3BAAA8B%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgD%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAA6C%3BAAAA%2CmBAAA%3BAAAA%3BAAAoD%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAA2C%3BAAAA%2CmBAAA%3BAAAA%3BAAA4C%3BAAAA%2CmBAAA%3BAAAA%3BAAA4C%3BAAAA%2CmBAAA%3BAAAA%3BAAA4C%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BB%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAA2C%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BB%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAA2C%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAA4C%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAA6C%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAA6C%3BAAAA%2CmBAAA%3BAAAA%3BAAAgD%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuD%3BAAAA%2CmBAAA%3BAAAA%3BAAA2F%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BE%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAA4D%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAA2C%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAA8E%3BAAAA%2CmBAAA%3BAAAA%3BAAAsD%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAA2C%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAwC%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAAyD%3BAAAA%2CmBAAA%3BAAAA%3BAAA6D%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAyC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAA8D%3BAAAA%2CmBAAA%3BAAAA%3BAAAkE%3BAAAA%2CmBAAA%3BAAAA%3BAAAiC%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAA4F%3BAAAA%2CmBAAA%3BAAAA%3BAAA%2BE%3BAAAA%2CmBAAA%3BAAAA%3BAAAqE%3BAAAA%2CmBAAA%3BAAAA%3BAAAwE%3BAAAA%2CmBAAA%3BAAAA%3BAAAsE%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkE%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAA2C%3BAAAA%2CmBAAA%3BAAAA%3BAAA2C%3BAAAA%2CmBAAA%3BAAAA%3BAAA0C%3BAAAA%2CmBAAA%3BAAAA%3BAAAmE%3BAAAA%2CmBAAA%3BAAAA%3BAAAuE%3BAAAA%2CmBAAA%3BAAAA%3BAAAoC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAgC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAmC%3BAAAA%2CmBAAA%3BAAAA%3BAAAqC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAuC%3BAAAA%2CmBAAA%3BAAAA%3BAAAsC%3BAAAA%2CmBAAA%3BAAAA%3BAAAkC%3BAAAA%3B%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAAqH%3BAAAA%3B%3B%3B%3B%3BaAAA%3BAAAA%3BADJr%5C%2F7B%3B%3BIAAA%3BAEAA%3BAAAA%2CgBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3BsCAAA%3BAAAA%3BAAWA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAMA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BsCAAA%3BAAAA%3BAAMI%3BAAAA%3BsBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAeN%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAOA%3BAAAA%2CkBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BACqBA%3BADZA%3BAAAA%3BmBAAA%3BAAAA%3BAAGE%3BAAAA%2CuBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%3B6BAAA%3BAAAA%3BAAGE%3BAAAA%3BqDAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAKD%3BAAAA%2CmBAAA%3BAAAA%3BAAGC%3BAAAA%2CcAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOD%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAaO%3BAAAA%3BmCAAA%3BAAAA%3BAAIG%3BAAAA%2CqBAAA%3BAAAA%3BAASA%3BAAAA%2CmBAAA%3BAAAA%3BAAMG%3BAAAA%2CsBAAA%3BAAAA%3BAAGH%3BAAAA%2C0BAAA%3BAAAA%3BAAeD%3BAAAA%2CmBAAA%3BAAAA%3BAAON%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASE%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAWA%3BAAAA%2CoBAAA%3BAAAA%3BAAeI%3BAAAA%2CqBAAA%3BAAAA%3BAAqBV%3BAAAA%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAC1JE%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BADoKA%3BAAAA%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAcJ%3BAAAA%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAOE%3BAAAA%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAkBJ%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKE%3BAAAA%3B%2BBAAA%3BAAAA%3BAAOF%3BAAAA%3BwBAAA%3BAAAA%3BAAGE%3BAAAA%3B6BAAA%3BAAAA%3BAAQF%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOE%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAE%5C%2FXL%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAKK%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAQI%3BAAAA%3B6BAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAC6IN%3BAAAA%3BAAAA%3BkCAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BmCAAA%3BAAAA%3BAAAA%3BAD9HE%3BAAAA%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAC8HF%3BAAAA%3BAAAA%3BkCAAA%3BAAAA%3BAAAA%3BAD9GN%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BACwGM%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAD1FE%3BAAAA%2CiBAAA%3BAAAA%3BAAIJ%3BAAAA%2CgBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAASA%3BAAAA%2CgBAAA%3BAAAA%3BACiEM%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%2BCAAA%3BAAAA%3BAD5CE%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAUI%3BAAAA%2CgBAAA%3BAAAA%3BAC4BE%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BADhBF%3BAAAA%2CiBAAA%3BAAAA%3BACgBE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BADXE%3BAAAA%2CcAAA%3BAAAA%3BAAIJ%3BAAAA%2CiBAAA%3BAAAA%3BACOE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BADFE%3BAAAA%2CcAAA%3BAAAA%3BACEF%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BADKE%3BAAAA%2CcAAA%3BAAAA%3BACLF%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BADWE%3BAAAA%2CcAAA%3BAAAA%3BACXF%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BADoBE%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BACxBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BADyCF%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAMI%3BAAAA%3BWAAA%3BAAAA%3BAC%5C%2FCF%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B2BAAA%3BAAAA%3BAAAA%3BAD6DE%3BAAAA%2CcAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAII%3BAAAA%2CqBAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BACzEE%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BADmFE%3BAAAA%2CcAAA%3BAAAA%3BAAMR%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAII%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAII%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAII%3BAAAA%3BoBAAA%3BAAAA%3BACrGN%3BAAAA%3BAAAA%3BmCAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BmCAAA%3BAAAA%3BAAAA%3BADqHN%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BACrHM%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BADgIF%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAEI%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BACtIF%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BADgJM%3BAAAA%2CiBAAA%3BAAAA%3BAChJN%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BADwJM%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BACxJN%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BADsKU%3BAAAA%3B%3BsBAAA%3BAAAA%3BACtKV%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAAA%3BADmLkB%3BAAAA%2CmBAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAAGQ%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAKI%3BAAAA%2C6BAAA%3BAAAA%3BAAShB%3BAAAA%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BADtOR%3BAAAA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BACoPY%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAC9NV%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BADuOc%3BAAAA%3B8BAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BAAUI%3BAAAA%2CkBAAA%3BAAAA%3BACpPtB%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAD0PsB%3BAAAA%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAC1PtB%3BADoQ8B%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAYxB%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAChRN%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAD8RU%3BAAAA%3B%3B%3B%3BkCAAA%3BAAAA%3BAAMI%3BAAAA%2CiBAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAC3SV%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAD2Tc%3BAAAA%3BqBAAA%3BAAAA%3BAC3Td%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BADkUkB%3BAAAA%3B%3B%3B%3BqCAAA%3BAAAA%3BAAMI%3BAAAA%2CcAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAC5UlB%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BADqVkB%3BAAAA%3BkBAAA%3BAAAA%3BAAGI%3BAAAA%2CgBAAA%3BAAAA%3BAEpfxB%3BAAAA%3B%3BeAAA%3BAAAA%3BAD4JE%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAC%5C%2FIE%3BAAAA%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAD2IF%3BAAAA%3BAAAA%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3BqCAAA%3BAAAA%3BAAAA%3BAClHE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BADkHF%3BAAAA%3BAAAA%3B%3B%3B%3BgDAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B8CAAA%3BAAAA%3BAAAA%3BACjFM%3BAAAA%2CaAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAD6EF%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAC3DM%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAD2DN%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAChCM%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BADgCN%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BACdF%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAASJ%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BADCE%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BACaE%3BAAAA%3B%3BiBAAA%3BAAAA%3BADbF%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAAA%3BAC2Bc%3BAAAA%2CgBAAA%3BAAAA%3BAD3Bd%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BACkCU%3BAAAA%3BoBAAA%3BAAAA%3BADlCV%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BACyCc%3BAAAA%2CgBAAA%3BAAAA%3BADzCd%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BACiDM%3BAAAA%2CmBAAA%3BAAAA%3BAAEI%3BAAAA%3B%3BcAAA%3BAAAA%3BADnDV%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAC2DU%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAASI%3BAAAA%2CyBAAA%3BAAAA%3BAAMZ%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAD1EF%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BACoFM%3BAAAA%3B%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BACtPb%3BAAAA%2CgBAAA%3BAAAA%3BAAIC%3BAAAA%2C4BAAA%3BAAAA%3BAAEI%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOI%3BAAAA%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAWJ%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQI%3BAAAA%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAYR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAFiHM%3BAAAA%3BAAAA%3BiCAAA%3BAAAA%3BAAAA%3BAE%5C%2FFF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAF%2BFE%3BAE3EE%3BAAAA%2C8BAAA%3BAAAA%3BAAEI%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAWI%3BAAAA%2CmBAAA%3BAAAA%3BAFsDE%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAFtBF%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAEsBE%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAE9BF%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAF8BE%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAElBE%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAMI%3BAAAA%3BmBAAA%3BAAAA%3BAAKJ%3BAAAA%2CgBAAA%3BAAAA%3BAPzJT%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BIAAA%3BAOqTC%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAJzPI%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAIsOJ%3BAAAA%3BkBAAA%3BAAAA%3BAAOQ%3BAAAA%3B%3BoBAAA%3BAAAA%3BAJzQJ%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAIoPA%3BAAAA%3BkBAAA%3BAAAA%3BAAIQ%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAKI%3BAAAA%2C6BAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAJnQhB%3BAAAA%2Cy4CAAA%3BAAAA%3BAAGA%3BAAAA%2Cu4CAAA%3BAAAA%3BAAGA%3BAAAA%2Co4CAAA%3BAAAA%3BAAGA%3BAAAA%2Cu4CAAA%3BAAAA%3BAAGA%3BAAAA%2Cu4CAAA%3BAAAA%3BAIoQoB%3BAAAA%2CcAAA%3BAAAA%3BAAOR%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAOI%3BAAAA%3BsBAAA%3BAAAA%3BAAKJ%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BACvYZ%3BAAAA%2CSAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAHuJM%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAG%5C%2FIF%3BAAAA%2CcAAA%3BAAAA%3BAH%2BIE%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAAA%3BAGjIM%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAH0HN%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAI7JP%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAeK%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAgBA%3BAAAA%2CiBAAA%3BAAAA%3BAAEI%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAQJ%3BAAAA%3BYAAA%3BAAAA%3BATxDL%2CoDAAA%3BAUEC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAeA%3BAAAA%3BWAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2C0BAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%3ByBAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAcA%3BAAAA%3BWAAA%3BAAAA%3BAVlED%2CgDAAA%3BAU4EC%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAWA%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAQA%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%2CyBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAV9HD%2C4DAAA%3BAU2IC%3BAAAA%3BoBAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAAEA%3BAAAA%3B%3BWAAA%3BAAAA%3BAACA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAEA%3BAAAA%3BYAAA%3BAAAA%3BAACA%3BAAAA%3B%3BWAAA%3BAAAA%3BAAEA%3BAAAA%3BcAAA%3BAAAA%3BAACA%3BAAAA%3B%3BaAAA%3BAAAA%3BAVrJD%2CyDAAA%3BAUyJC%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%2CaAAA%3BAAAA%3BAAEA%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%2CaAAA%3BAAAA%3BAC7JD%3BAACK%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAAA%3BAAYJ%3BAACI%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAUA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAC9BL%3BAAAA%2CqBAAA%3BAAAA%3BAAEG%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAOE%3BAAAA%2CmCAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAP%2BII%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAOpIF%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAiBE%3BAAAA%2C0BAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAOC%3BAAAA%2CqBAAA%3BAAAA%3BAAEC%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B6BAAA%3BAAAA%3BAAGD%3BAAAA%2CwBAAA%3BAAAA%3BAC1EN%3BAAAA%2CqBAAA%3BAAAA%3BAVuIK%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAU%5C%2FHQ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAV%2BHR%3BAAAA%3BAAAA%3BWAAA%3BAAAA%3BAAAA%3BAUjHY%3BAAAA%3BiBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAV4GR%3BAAAA%3BAAAA%3BWAAA%3BAAAA%3BAAAA%3BAU5FY%3BAAAA%3BeAAA%3BAAAA%3BAAOJ%3BAAAA%2C%2BDAAA%3BAAAA%3BAVqFR%3BAAAA%3BAAAA%2CoDAAA%3BAAAA%3BAAAA%3BAUhFY%3BAAAA%2CmBAAA%3BAAAA%3BAAKR%3BAAAA%3BiCAAA%3BAAAA%3BAAGI%3BAAAA%2CaAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAV4DR%3BAAAA%3BAAAA%2CsCAAA%3BAAAA%3BAAAA%3BAU3CQ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAV2CR%3BAAAA%3BAAAA%2CoCAAA%3BAAAA%3BAAAA%3BAUjCQ%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAViCR%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAUxBQ%3BAAAA%2CoCAAA%3BAAAA%3BAVwBR%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAUnBY%3BAAAA%3BkBAAA%3BAAAA%3BAAGI%3BAAAA%2CoBAAA%3BAAAA%3BAVgBhB%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAWvIL%3BAAAA%2CoBAAA%3BAAAA%3BAAEK%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAT2JE%3BAAAA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAAA%3BAS3IN%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BATuIM%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAShIN%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAgBI%3BAAAA%3BcAAA%3BAAAA%3BATgHE%3BAAAA%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAAA%3BASpGF%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAASJ%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BATuFM%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAShFF%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAUI%3BAAAA%3BcAAA%3BAAAA%3BAAGA%3BAAAA%2CaAAA%3BAAAA%3BAAOR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BuCAAA%3BAAAA%3BATkDM%3BAStCE%3BAAAA%2C%2BCAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAOA%3BAAAA%2C0BAAA%3BAAAA%3BAAEI%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BATOF%3BAAAA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAAA%3BASeM%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BsBAAA%3BAAAA%3BATpBN%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAS6BM%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAT7BN%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BASwCE%3BAAAA%2CcAAA%3BAAAA%3BATxCF%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BASiDF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BATjDE%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAS8DE%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BATnEN%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BASoFM%3BAAAA%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BATpFN%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAS%2BFU%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAT%5C%2FFV%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAS0GM%3BAAAA%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B0CAAA%3BAAAA%3BAAUJ%3BAAAA%2CYAAA%3BAAAA%3BAAGA%3BAAAA%2CaAAA%3BAAAA%3BAAKJ%3BAAAA%2CYAAA%3BAAAA%3BAAGA%3BAAAA%2CaAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAT%5C%2FIM%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BASwJF%3BAAAA%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BATnKE%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAS%2BKF%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAT%5C%2FKE%3BASuLM%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BATvLN%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAS%2BLM%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAT%5C%2FLN%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAS0ME%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAMA%3BAAAA%3BYAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAoBI%3BAAAA%2CmBAAA%3BAAAA%3BAAEI%3BAAAA%2CgBAAA%3BAAAA%3BAAKJ%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BACtaT%3BAAAA%2CgBAAA%3BAAAA%3BAV6JO%3BAAAA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAAA%3BAUnJF%3BAAAA%2CgBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAASI%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAKI%3BAAAA%2CiBAAA%3BAAAA%3BAAIJ%3BAAAA%2C6BAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAC7EL%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAcG%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAKA%3BAAAA%3B0BAAA%3BAAAA%3BAAGE%3BAAAA%2CmBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3BcAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B4BAAA%3BAAAA%3BAX%2BHE%3BAWrHF%3BAAAA%2CuBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3B%3B%3B%3BoCAAA%3BAAAA%3BAAWE%3BAAAA%2CgBAAA%3BAAAA%3BAAKJ%3BAAAA%2CkCAAA%3BAAAA%3BAAEE%3BAAAA%2CmCAAA%3BAAAA%3BAAIE%3BAAAA%3BmCAAA%3BAAAA%3BAAMA%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BACtET%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAZ6JO%3BAAAA%3BAAAA%3ByBAAA%3BAAAA%3BAAAA%3BAYpJF%3BAAAA%3B%3B%3B%3B%3B%3BUAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3BUAAA%3BAAAA%3BAAUA%3BAAAA%3BaAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAduGJ%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAc9FQ%3BAAAA%2CiBAAA%3BAAAA%3BAd8FR%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAc1FgB%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BAAmBR%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAII%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BYAAA%3BAAAA%3BAAQA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%3BAAAA%3BAdsBR%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAcZgB%3BAAAA%2CgBAAA%3BAAAA%3BAdYhB%3BAAAA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAAA%3BAcLoB%3BAAAA%3BqBAAA%3BAAAA%3BAdKpB%3BAAAA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAAA%3BAcGwB%3BAAAA%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAQI%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAOJ%3BAAAA%2CaAAA%3BAAAA%3BAdlBxB%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAc2BY%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BACvKrB%3BAAAA%3BiCAAA%3BAAAA%3BAfuIK%3BAAAA%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BAejIA%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAfiIA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAEsBE%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAa1IE%3BAAAA%3BgCAAA%3BAAAA%3BAfoHJ%3BAAAA%3BAAAA%2CoCAAA%3BAAAA%3BAAAA%3BAe7GI%3BAAAA%2CgBAAA%3BAAAA%3BAf6GJ%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAEsBE%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAalHU%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAfgFZ%3BAAAA%3BAAAA%3B2BAAA%3BAAAA%3BAAAA%3BAEsBE%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAa5EM%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAfsDR%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAevCgB%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAChGrB%3BAAAA%2CqBAAA%3BAAAA%3BAAIK%3BAAAA%2CgBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAOE%3BAAAA%2CyBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAASJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUE%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAdwGE%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAc1FJ%3BAAAA%3B%3B%3B%3B8BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAdkFI%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAcvEJ%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAduEI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAc%5C%2FDF%3BAAAA%3BcAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAaE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAASE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAoBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAeF%3BAAAA%3BcAAA%3BAAAA%3BAC5JF%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAIE%3BAAAA%3BcAAA%3BAAAA%3BAAGC%3BAAAA%2CgBAAA%3BAAAA%3BACRN%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BMAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3B%3BSAAA%3BAAAA%3BAAUA%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BqCAAA%3BAAAA%3BAhB6IK%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAgBnIL%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAMA%3BAAAA%2CcAAA%3BAAAA%3BAAiDA%3BAAAA%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAhB4EK%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAgBhEJ%3BAAAA%2CoBAAA%3BAAAA%3BAAGE%3BAAAA%3B4BAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BACpGH%3BAAAA%3BcAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKH%3BAAAA%2CoBAAA%3BAAAA%3BAjB8IK%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAiBxIL%3BAAAA%2CmBAAA%3BAAAA%3BAAGC%3BAAAA%2C2BAAA%3BAAAA%3BAAEU%3BAAAA%3BgBAAA%3BAAAA%3BAAGI%3BAAAA%3BsBAAA%3BAAAA%3BAAGI%3BAAAA%2CkBAAA%3BAAAA%3BAAMlB%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUC%3BAAAA%2CgBAAA%3BAAAA%3BAjB6GG%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAiBvGH%3BAAAA%3B%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAMa%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAgBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMb%3BAAAA%3B%3B%3B%3BmCAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAASF%3BAAAA%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUI%3BAAAA%3BiBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAaI%3BAAAA%2CmBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BACxKT%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAIK%3BAAAA%2CeAAA%3BAAAA%3BAAEI%3BAAAA%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAlBuJF%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAkB7IM%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAlBwIV%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAkB5HU%3BAAAA%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAlB4HV%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAkBjHc%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAlBiHd%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAkBxGkB%3BAAAA%2CqBAAA%3BAAAA%3BAlBwGlB%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAkB7FkB%3BAAAA%2CgBAAA%3BAAAA%3BAlB6FlB%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAkBrFU%3BAAAA%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B0CAAA%3BAAAA%3BApBqDZ%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAqBlIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAeJ%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BArB%2BGA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAqBnGI%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BqBAAA%3BAAAA%3BArBgGJ%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAqBzEQ%3BAAAA%3B%3B%3B%2BBAAA%3BAAAA%3BArB%2BER%3BAAAA%3BAAAA%2CoCAAA%3BAAAA%3BAAAA%3BAqB5EY%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUI%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAaI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByCAAA%3BAAAA%3BAAeA%3BAAAA%2CiBAAA%3BAAAA%3BAAEI%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAASxB%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAnBEE%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAmBYE%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAKI%3BAAAA%2CcAAA%3BAAAA%3BAAEI%3BAAAA%2CgBAAA%3BAAAA%3BAAIJ%3BAAAA%3BsBAAA%3BAAAA%3BAClLJ%3BAAAA%2CqBAAA%3BAAAA%3BApB2JF%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAoBpJM%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BApBgJN%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAFtBF%3BAAAA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAAA%3BAsBpGQ%3BAAAA%2CmBAAA%3BAAAA%3BApB0HN%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAoBrHU%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAYI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByCAAA%3BAAAA%3BAAeA%3BAAAA%2CiBAAA%3BAAAA%3BAAEI%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAC%5C%2FG7B%3BAAAA%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAvBuIK%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAEsBE%3BAAAA%3BAAAA%3B%3B%3B8CAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAqBhIL%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BMAAA%3BAAAA%3BAAOC%3BAAAA%2CgBAAA%3BAAAA%3BAAEC%3BAAAA%3BqBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAWA%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAEC%3BAAAA%2CgBAAA%3BAAAA%3BAAsBL%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAUC%3BAAAA%2CcAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAUC%3BAAAA%3BcAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BArBoBK%3BAAAA%3BAAAA%3B%3B%3B%3B%3BsCAAA%3BAAAA%3BAAAA%3BAqBLJ%3BAAAA%3B%3B%3B%3BgCAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B0CAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAeC%3BAAAA%2CeAAA%3BAAAA%3BAAEC%3BAAAA%2CaAAA%3BAAAA%3BAAKF%3BAAAA%2CkBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3BWAAA%3BAAAA%3BAAMD%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAID%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAKC%3BAAAA%2CYAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOC%3BAAAA%2CwCAAA%3BAAAA%3BAAID%3BAAAA%3B%3BcAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BYAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQC%3BAAAA%2CwCAAA%3BAAAA%3BAAID%3BAAAA%2C2BAAA%3BAAAA%3BAAQH%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAcC%3BAAAA%3B%3BcAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOC%3BAAAA%2CgBAAA%3BAAAA%3BAAID%3BAAAA%2CgBAAA%3BAAAA%3BAAMC%3BAAAA%2C6BAAA%3BAAAA%3BAASC%3BAAAA%2CgBAAA%3BAAAA%3BAAKF%3BAAAA%2CmBAAA%3BAAAA%3BArB%5C%2FKH%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBqMC%3BAAAA%2CmBAAA%3BAAAA%3BAAKE%3BAAAA%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3B%3BeAAA%3BAAAA%3BAAIC%3BAAAA%2CoBAAA%3BAAAA%3BAAEC%3BAAAA%2CaAAA%3BAAAA%3BAAKF%3BAAAA%2CeAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAMU%3BAAAA%3B8BAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BAAYI%3BAAAA%2CqBAAA%3BAAAA%3BAAGf%3BAAAA%2CkBAAA%3BAAAA%3BAAGe%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BACrarB%3BAAAA%2CqBAAA%3BAAAA%3BAxBuIK%3BAAAA%3BAAAA%3ByBAAA%3BAAAA%3BAAAA%3BAwBjIA%3BAAAA%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAxBiIA%3BAAAA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAAA%3BAwBnHI%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAxBmHJ%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAwBrGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAtB2HE%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAFtBF%3BAAAA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAAA%3BAwB%5C%2FEI%3BAAAA%2CqBAAA%3BAAAA%3BAAEI%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUJ%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAASJ%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAASI%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAkBR%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAMI%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAMJ%3BAAAA%2CaAAA%3BAAAA%3BAAOJ%3BAACI%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BACpJL%3BAAAA%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAvB6JO%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAuB%5C%2FIF%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAvB%2BIE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAuBlIF%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAvBkIE%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAuBxHE%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAKL%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAASD%3BAAAA%3BiBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAUA%3BAAAA%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%2C4CAAA%3BAAAA%3BAAGA%3BAAAA%2C8CAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAKF%3BAAAA%3BsBAAA%3BAAAA%3BAAGC%3BAAAA%2CgBAAA%3BAAAA%3BAvB2DI%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAuBrDJ%3BAAAA%3BcAAA%3BAAAA%3BAvBqDI%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAuBxCL%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAvBwCK%3BAAAA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAAA%3BAuB9BJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAUC%3BAAAA%2CcAAA%3BAAAA%3BAvBoBG%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAuBbJ%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAvBaI%3BAAAA%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAAA%3BAuBCH%3BAAAA%3BcAAA%3BAAAA%3BAvBDG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAuBeH%3BAAAA%2CaAAA%3BAAAA%3BAAMD%3BAAAA%2CoBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAgBC%3BAAAA%2CiBAAA%3BAAAA%3BAvB3CK%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAuB0DL%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASC%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAQC%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAYC%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAqBD%3BAAAA%3B%3BkBAAA%3BAAAA%3BAASG%3BAAAA%2CcAAA%3BAAAA%3BAAID%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%2CaAAA%3BAAAA%3BAAME%3BAAAA%2CcAAA%3BAAAA%3BAAID%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAOJ%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAaA%3BAAAA%2CsBAAA%3BAAAA%3BAAEC%3BAAAA%2CcAAA%3BAAAA%3BAAIC%3BAAAA%2CsBAAA%3BAAAA%3BAAEC%3BAAAA%2CsBAAA%3BAAAA%3BAAGE%3BAAAA%2CsBAAA%3BAAAA%3BAAUJ%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BcAAA%3BAAAA%3BAAIC%3BAAAA%2CcAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAASG%3BAAAA%2C4BAAA%3BAAAA%3BAAEC%3BAAAA%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAEC%3BAAAA%2CcAAA%3BAAAA%3BAAML%3BAAAA%2CgCAAA%3BAAAA%3BAAGI%3BAAAA%3BaAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAUC%3BAAAA%2C4BAAA%3BAAAA%3BAAEC%3BAAAA%3B0BAAA%3BAAAA%3BAAaL%3BAAAA%3BgCAAA%3BAAAA%3BAAII%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMD%3BAAAA%2CcAAA%3BAAAA%3BAAGF%3BAAAA%2CiBAAA%3BAAAA%3BAAQJ%3BAAAA%3BgCAAA%3BAAAA%3BAAUA%3BAAAA%2CgCAAA%3BAAAA%3BAAGE%3BAAAA%3BaAAA%3BAAAA%3BAAOF%3BAAAA%3BgCAAA%3BAAAA%3BAAGG%3BAAAA%2CiBAAA%3BAAAA%3BAAKH%3BAAAA%2CmCAAA%3BAAAA%3BAAEC%3BAAAA%2CsBAAA%3BAAAA%3BAAIC%3BAAAA%2CsBAAA%3BAAAA%3BAAEC%3BAAAA%2CcAAA%3BAAAA%3BAAOH%3BAAAA%2CsBAAA%3BAAAA%3BAC7fJ%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAKK%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAxBwJE%3BAAAA%3BAAAA%3BaAAA%3BAAAA%3BAAAA%3BAwB3IJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAkBA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAIC%3BAAAA%2CqBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%3BkCAAA%3BAAAA%3BAAMC%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAKC%3BAAAA%2CmBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAOC%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAcC%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAoBD%3BAAAA%2CgBAAA%3BAAAA%3BAAEC%3BAAAA%2CmBAAA%3BAAAA%3BAAUJ%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3BkBAAA%3BAAAA%3BAAGC%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAMD%3BAAAA%2CoBAAA%3BAAAA%3BAAME%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAxBNE%3BAAAA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBkBF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAgBI%3BAAAA%3BcAAA%3BAAAA%3BAxBlCF%3BAAAA%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAAA%3BAwB8CA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAASJ%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAxB5DI%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAwBmEA%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAYI%3BAAAA%3BcAAA%3BAAAA%3BAAGE%3BAAAA%2CaAAA%3BAAAA%3BAAOV%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAxBnGI%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAwB8GJ%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAxB9GI%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAwBoHJ%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAKC%3BAAAA%2CmBAAA%3BAAAA%3BAAEC%3BAAAA%2C8BAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%2BBAAA%3BAAAA%3BA1BlKG%3BAAAA%3BAAAA%2CoCAAA%3BAAAA%3BAAAA%3BA0BqKF%3BAAAA%3B%3BiBAAA%3BAAAA%3BAxB%5C%2FII%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAwByJL%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BA1B%5C%2FKG%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BA0B6LF%3BAAAA%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAOC%3BAAAA%2CgBAAA%3BAAAA%3BAAID%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAaC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByCAAA%3BAAAA%3BAAmBA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BACnZL%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAKK%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAzBwJE%3BAAAA%3BAAAA%3BaAAA%3BAAAA%3BAAAA%3BAyB3IJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAkBA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAIC%3BAAAA%2CqBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%3BkCAAA%3BAAAA%3BAAMC%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAASH%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3BkBAAA%3BAAAA%3BAAGC%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAMD%3BAAAA%2CoBAAA%3BAAAA%3BAAME%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAzBuEE%3BAAAA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyB3DF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAgBI%3BAAAA%3BcAAA%3BAAAA%3BAzB2CF%3BAAAA%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAAA%3BAyB%5C%2FBA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAASJ%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAzBiBI%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAyBVA%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAYI%3BAAAA%3BcAAA%3BAAAA%3BAAGE%3BAAAA%2CaAAA%3BAAAA%3BAAOV%3BAAAA%3B%3BSAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAzB5BI%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAyBuCJ%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAzBvCI%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAyB6CJ%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAKC%3BAAAA%2CmBAAA%3BAAAA%3BAAEC%3BAAAA%2C8BAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%2BBAAA%3BAAAA%3BA3B3FG%3BAAAA%3BAAAA%2CoCAAA%3BAAAA%3BAAAA%3BA2B8FF%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAOC%3BAAAA%2CgBAAA%3BAAAA%3BAAID%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAaC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByCAAA%3BAAAA%3BAAmBA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAgBI%3BAAAA%2CcAAA%3BAAAA%3BAzBxLF%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAyBgME%3BAAAA%2CWAAA%3BAAAA%3BAzBhMF%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAyBwME%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAzBxMF%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAyBqNM%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAQA%3BAAAA%2CuBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAQI%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUR%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAzBlQN%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAyB8QM%3BAAAA%2CcAAA%3BAAAA%3BAzB9QN%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAyBsRM%3BAAAA%2CcAAA%3BAAAA%3BAzBtRN%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAyB4RU%3BAAAA%2CoBAAA%3BAAAA%3BAzB5RV%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAyBsSM%3BAAAA%2CgBAAA%3BAAAA%3BAASI%3BAAAA%3BqBAAA%3BAAAA%3BAAMJ%3BAAAA%3BoBAAA%3BAAAA%3BAAII%3BAAAA%2CiBAAA%3BAAAA%3BAAKJ%3BAAAA%3BoBAAA%3BAAAA%3BAAII%3BAAAA%2CgBAAA%3BAAAA%3BAASJ%3BAAAA%2CcAAA%3BAAAA%3BAzB3UN%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAyBkVM%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAzBvVN%3BAAAA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAAA%3BAyB6WU%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUJ%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2C4BAAA%3BAAAA%3BAAEI%3BAAAA%2CcAAA%3BAAAA%3BAAIJ%3BAAAA%2C4BAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAIJ%3BAAAA%2C4BAAA%3BAAAA%3BAAEI%3BAAAA%2CcAAA%3BAAAA%3BA9B5jBrB%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BIAAA%3BA%2BBCK%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BA5B6HJ%3BAAAA%3BAAAA%2CoCAAA%3BAAAA%3BAAAA%3BA4BzHQ%3BAAAA%2CkBAAA%3BAAAA%3BA1B%2BIN%3BAAAA%3BAAAA%3B%3BwBAAA%3BAAAA%3BA0BvIU%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BA5BuGR%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BA4BzFQ%3BAAAA%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAUK%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3BaAAA%3BAAAA%3BAAOL%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BoCAAA%3BAAAA%3BAAYI%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BA1B0Ed%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BA0B9DU%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIJ%3BAAAA%3BuBAAA%3BAAAA%3BAAGI%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B8CAAA%3BAAAA%3BA1BgDV%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BA0BtCc%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQI%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUR%3BAAAA%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BA5B4BZ%3BAAAA%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAASA%3BAAAA%2CiDAAA%3BAAAA%3BAAGA%3BAAAA%2CkDAAA%3BAAAA%3BA4BpCY%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CaAAA%3BAAAA%3BA%5C%2FBhKjB%2C%2BDAAA%3BAgC0CC%3BAACI%3BAAAA%2C4BAAA%3BAAAA%3BAACA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BA7BqFI%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BA6BxEJ%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAASI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAeJ%3BAAAA%2CuBAAA%3BAAAA%3BA7B2CA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BA6BrCI%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAcI%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAQR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAWI%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%3BsBAAA%3BAAAA%3BAAGI%3BAAAA%3BkBAAA%3BAAAA%3BAAQR%3BAAAA%3B%3BkDAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BA7B9BJ%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BA6BwCQ%3BAAAA%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUI%3BAAAA%3B4BAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%2BDAAA%3BAAAA%3BAAWA%3BAAAA%3BmBAAA%3BAAAA%3BAAGI%3BAAAA%2CcAAA%3BAAAA%3BAAEI%3BAAAA%3B%3BsBAAA%3BAAAA%3BA7B5FpB%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BA6B6GC%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAcU%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUA%3BAAAA%3BuBAAA%3BAAAA%3BAAKV%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BA7BlJF%3BAAAA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAAA%3BA6BiKY%3BAAAA%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BA7BjKZ%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BA6B4KoB%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%2CcAAA%3BAAAA%3BAAQZ%3BAAAA%3B%3B%3B%3BoCAAA%3BAAAA%3BAAOI%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWI%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAAIJ%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAOI%3BAACI%3BAAAA%2CuCAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BiBAAA%3BAAAA%3BAAGI%3BAAAA%2CeAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAASR%3BAAAA%3BmBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAKI%3BAAAA%3B8BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQI%3BAAAA%3B%3BcAAA%3BAAAA%3BAAII%3BAAAA%3BmBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAMI%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAQJ%3BAAAA%3BiCAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAEI%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAEI%3BAAAA%2CqBAAA%3BAAAA%3BAASZ%3BAAAA%2CgBAAA%3BAAAA%3BAAKQ%3BAAAA%2CiBAAA%3BAAAA%3BAAEI%3BAAAA%2CcAAA%3BAAAA%3BAAEI%3BAAAA%3BmBAAA%3BAAAA%3BAAY5B%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAII%3BAAAA%3B%3BqBAAA%3BAAAA%3BAC3fN%3BAAAA%3BcAAA%3BAAAA%3BAAME%3BAAAA%2CcAAA%3BAAAA%3BAAKF%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BYAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOE%3BAAAA%3B0BAAA%3BAAAA%3BAAOJ%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAIE%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAOF%3BAAAA%3B%3BYAAA%3BAAAA%3BAAKE%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAQE%3BAAAA%2CiBAAA%3BAAAA%3BAAON%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAYI%3BAAAA%2CcAAA%3BAAAA%3BAAEE%3BAAAA%3B6BAAA%3BAAAA%3BAAQJ%3BAAAA%2CoBAAA%3BAAAA%3BAAII%3BAAAA%3ByBAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAQK%3BAAAA%3B0BAAA%3BAAAA%3BAAQP%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAUE%3BAAAA%2CgBAAA%3BAAAA%3BA5BME%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA4BGJ%3BAAAA%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAOE%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3BYAAA%3BAAAA%3BAC1KL%3BAAAA%2CqBAAA%3BAAAA%3BAAEK%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAEI%3BAAAA%3BkCAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQA%3BAAAA%2CqBAAA%3BAAAA%3BAAEI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAeJ%3BAAAA%3B%3BaAAA%3BAAAA%3BAAII%3BAAAA%2CsBAAA%3BAAAA%3BAAEI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAeY%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAaR%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAII%3BAAAA%2CyBAAA%3BAAAA%3BAAMJ%3BAAAA%3BwBAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAMJ%3BAAAA%3BwBAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAMJ%3BAAAA%3BwBAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAKR%3BAAAA%2CmBAAA%3BAAAA%3BAAOR%3BAAAA%2CqBAAA%3BAAAA%3BAAEI%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAChJb%3BAAAA%2CgBAAA%3BAAAA%3BA9B6JO%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BA8BxJL%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuDAAA%3BAAAA%3BAAkBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAiBC%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAgBD%3BAAAA%3BgBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%2BBAAA%3BAAAA%3BAASE%3BAAAA%2C%2BBAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BuDAAA%3BAAAA%3BAAcC%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%2C2BAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAMC%3BAAAA%2CgBAAA%3BAAAA%3BAAID%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3BuDAAA%3BAAAA%3BAAeD%3BAAAA%2C2BAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAIG%3BAAAA%2CiBAAA%3BAAAA%3BAAQH%3BAAAA%2CmBAAA%3BAAAA%3BAASH%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQC%3BAAAA%3BkBAAA%3BAAAA%3BAAGC%3BAAAA%3BkBAAA%3BAAAA%3BAAGC%3BAAAA%2CgCAAA%3BAAAA%3BA9B7FE%3BA8BkGA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%2CoBAAA%3BAAAA%3BAAID%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAC%5C%2FQF%3BAAAA%2CqBAAA%3BAAAA%3BAAEE%3BAAAA%3BoBAAA%3BAAAA%3BA%5C%2FB2JK%3BAAAA%3BAAAA%2CgDAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBhJU%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BA%5C%2FB2IF%3BAAAA%3BAAAA%2CwFAAA%3BAAAA%3BAAAA%3BA%2BB7HF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAaI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BA%5C%2FBoGF%3BAAAA%3BAAAA%3B%3B%3B%3B0BAAA%3BAAAA%3BAAAA%3BA%2BBpFF%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQI%3BAAAA%2CaAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BA%5C%2FBwEE%3BAAAA%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BeAAA%3BAAAA%3BAAAA%3BA%2BBtDE%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BA%5C%2FBsDF%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BA%2BB3CE%3BAAAA%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BA%5C%2FB2CF%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BA%2BBhCE%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BA%5C%2FBgCF%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BA%2BBrBF%3BAAAA%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BACvIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAKI%3BAAAA%2CwBAAA%3BAAAA%3BAAKR%3BAAAA%2CsCAAA%3BAAAA%3BAAGA%3BAAAA%3BoBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAKI%3BAAAA%3BkCAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BACrCrB%3BAAAA%3B%3BaAAA%3BAAAA%3BAAKG%3BAAAA%3B4BAAA%3BAAAA%3BAAII%3BAAAA%2C2BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAKF%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%3BiBAAA%3BAAAA%3BAAGE%3BAAAA%2C2BAAA%3BAAAA%3BAAGA%3BAAAA%2C6BAAA%3BAAAA%3BAAON%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAtCtCH%2CYAAA%3BAuCCC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2CAAA%3BAAAA%3BAAmBA%3BAAAA%3B%3B%3B%3BaAAA%3BAAAA%3BAAUA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BkCAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUA%3BAAAA%3BcAAA%3BAAAA%3BAAOA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAQA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAQA%3BAAAA%2CgBAAA%3BAAAA%3BAAMA%3BAAAA%3BmBAAA%3BAAAA%3BAvC1HD%2CWAAA%3BAuCgIC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAvChID%2CYAAA%3BAuCuIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAyBA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAASA%3BAAAA%2CaAAA%3BAAAA%3BAAOA%3BAAAA%2CgBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAcA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAvCnOD%2CUAAA%3BAuCyOC%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAkBA%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAsBA%3BAAAA%3BeAAA%3BAAAA%3BAC3TI%3BAAAA%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAnC4JE%3BAAAA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAmCxIE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAnCwIF%3BAAAA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAAA%3BAmCnHE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAnCmHF%3BAAAA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAAA%3BAmClGM%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAnCuFN%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAAA%3BAmCpEE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAnCoEF%3BAAAA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAAA%3BAmC7CE%3BAAAA%3BkBAAA%3BAAAA%3BAnC6CF%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAmChCF%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAMI%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B6BAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAnCUE%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAmCFE%3BAAAA%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAnCEF%3BAAAA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAAA%3BAmCWM%3BAAAA%2CiBAAA%3BAAAA%3BAnCXN%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAmCyBM%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAgBJ%3BAAAA%3BiBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAnC3DV%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAmCoEU%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMI%3BAAAA%2CiBAAA%3BAAAA%3BAnC%5C%2FElB%3BAmCmFsB%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3B%3BkBAAA%3BAAAA%3BACpPhB%3BAAAA%3BmBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAYR%3BAAAA%3BqBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUQ%3BAAAA%3BeAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BAAOZ%3BAAAA%2CqBAAA%3BAAAA%3BAAGI%3BAAAA%2C2BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BWAAA%3BAAAA%3BAAOC%3BAAAA%2CuBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAtC8EJ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAAA%3BAsChEI%3BAAAA%3B%3BmBAAA%3BAAAA%3BAtCgEJ%3BAAAA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAAA%3BAsCtDQ%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAtCsDR%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAsC7CQ%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAtC6CR%3BAAAA%3BAAAA%2CoCAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BgBAAA%3BAAAA%3BAsCtCgB%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3B%3B%3BYAAA%3BAAAA%3BAtC8BR%3BAAAA%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAsCnBQ%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAYJ%3BAAAA%3BiBAAA%3BAAAA%3BAtCGR%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAsCIY%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAGI%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAtCjBZ%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAuCvIL%3BAAAA%3B%3BaAAA%3BAAAA%3BAAGG%3BAAAA%3BkBAAA%3BAAAA%3BAAKE%3BAAAA%2CeAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAKE%3BAAAA%2CiBAAA%3BAAAA%3BAClBL%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOE%3BAAAA%2CkBAAA%3BAAAA%3BAtCsJK%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAsChJH%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%3BkBAAA%3BAAAA%3BAAGE%3BAAAA%2CcAAA%3BAAAA%3BAtCyIC%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAsClIH%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAtCkIG%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAAA%3BAsCrHD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAYG%3BAAAA%3BiBAAA%3BAAAA%3BAAKH%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAMG%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUL%3BAAAA%3ByBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAtC2EC%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAsCpEE%3BAAAA%2C6BAAA%3BAAAA%3BAAMN%3BAAAA%3B0BAAA%3BAAAA%3BAtC8DI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAsCvDF%3BAAAA%3BuBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAaD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAmBH%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAIC%3BAAAA%3BiBAAA%3BAAAA%3BAAOF%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BACvJI%3BAAAA%3BmBAAA%3BAAAA%3BAAII%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAaJ%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAzC2GJ%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAyC%5C%2FFQ%3BAAAA%3B%3BqBAAA%3BAAAA%3BAzC%2BFR%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAyCxEY%3BAAAA%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAzC8EZ%3BAAAA%3BAAAA%2CoCAAA%3BAAAA%3BAAAA%3BAyC1EgB%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAvCgGd%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAuCzEc%3BAAAA%3B%3B%3B%3BgCAAA%3BAAAA%3BAvCyEd%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAuC1DU%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWI%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAaI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByCAAA%3BAAAA%3BAAeA%3BAAAA%2CiBAAA%3BAAAA%3BAAEI%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAWR%3BAAAA%3BsBAAA%3BAAAA%3BAAOI%3BAAAA%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3BeAAA%3BAAAA%3BAC3M7B%3BAAAA%3B%3B%3B%3BaAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%2C6BAAA%3BAAAA%3BAxCsIE%3BAAAA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAwCzHJ%3BAAAA%2CmBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAAA%3BACvCL%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAKK%3BAAAA%2CqBAAA%3BAAAA%3BAzCwJE%3BAAAA%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAAA%3BAyChJE%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAzCgJF%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAyCtIE%3BAAAA%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAzCsIF%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAyCxHL%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAzCwHK%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAyC1GE%3BAAAA%3BsBAAA%3BAAAA%3BAzC0GF%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAyCnGM%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAYV%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAzCuFI%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAyC5EU%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAzC4EV%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAyCpEc%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAMI%3BAAAA%2CqBAAA%3BAAAA%3BAzC8DlB%3BAyC3D0B%3BAAAA%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAAA%3BAzC2D1B%3BAyC%5C%2FC0B%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAAA%3BAAYhB%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMP%3BAAAA%3BaAAA%3BAAAA%3BAAGI%3BAAAA%3BqBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B2BAAA%3BAAAA%3BAzCqBN%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAyCdU%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAC%5C%2FIjB%3BAAAA%2CqBAAA%3BAAAA%3BAAGS%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUI%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BA1CgJN%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BA0CrIU%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAII%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAaI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByCAAA%3BAAAA%3BAAkBZ%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BA1CyDd%3BA0C%5C%2FCsB%3BAAAA%2CmBAAA%3BAAAA%3BAAEI%3BAAAA%2C8BAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAOhB%3BAAAA%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAOI%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAKI%3BAAAA%2CcAAA%3BAAAA%3BAAEI%3BAAAA%2CgBAAA%3BAAAA%3BAAIJ%3BAAAA%3BsBAAA%3BAAAA%3BAC1IhB%3BAAAA%2CuBAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BA3CuJE%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BA2CvIE%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3BkBAAA%3BAAAA%3BAAGI%3BAAAA%2CkBAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOL%3BAAAA%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAaC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByCAAA%3BAAAA%3BAAiBI%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BA3CsDF%3BA2C7CU%3BAAAA%2CmBAAA%3BAAAA%3BAAEI%3BAAAA%2C8BAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BACrHrB%3BAAAA%3BsBAAA%3BAAAA%3BAAGE%3BAAAA%3BeAAA%3BAAAA%3BAAGC%3BAAAA%3BeAAA%3BAAAA%3BAjDNH%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BGAAA%3BAkDES%3BAAAA%2CiBAAA%3BAAAA%3BAAEI%3BAAAA%3B%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BAAQI%3BAAAA%2C4BAAA%3BAAAA%3BAAMR%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CYAAA%3BAAAA%3BAAEI%3BAAAA%2CwBAAA%3BAAAA%3BAAKJ%3BAAAA%2CcAAA%3BAAAA%3BAAEI%3BAAAA%2CoBAAA%3BAAAA%3BAAKJ%3BAAAA%2CsBAAA%3BAAAA%3BAAMQ%3BAAAA%2CkBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKQ%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAKR%3BAAAA%2CoBAAA%3BAAAA%3BAAGQ%3BAAAA%2CkBAAA%3BAAAA%3BAAMR%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BA7CmDF%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BA6C9CM%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUJ%3BAAAA%3BsBAAA%3BAAAA%3BAAGI%3BAAAA%2CYAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BA7CgBF%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BA6CDM%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%2CgBAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BA7CXF%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BA6C4BM%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%2CgBAAA%3BAAAA%3BACjMb%3BAAAA%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAOK%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUI%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2C0BAAA%3BAAAA%3BAAGA%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAhDiIJ%3BAAAA%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAASA%3BAAAA%2CiDAAA%3BAAAA%3BAAGA%3BAAAA%2CkDAAA%3BAAAA%3BAgDxIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAnDnCJ%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmDAAA%3BAAAA%3BAAaI%3BAAAA%2CsBAAA%3BAAAA%22%7D */