/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 1.66666667;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/light/opensans-300.eot');
  src: url('../fonts/opensans/light/opensans-300.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../fonts/opensans/light/opensans-300.woff') format('woff'), url('../fonts/opensans/light/opensans-300.ttf') format('truetype'), url('../fonts/opensans/light/opensans-300.svg#Open Sans') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/regular/opensans-400.eot');
  src: url('../fonts/opensans/regular/opensans-400.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../fonts/opensans/regular/opensans-400.woff') format('woff'), url('../fonts/opensans/regular/opensans-400.ttf') format('truetype'), url('../fonts/opensans/regular/opensans-400.svg#Open Sans') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/semibold/opensans-600.eot');
  src: url('../fonts/opensans/semibold/opensans-600.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../fonts/opensans/semibold/opensans-600.woff') format('woff'), url('../fonts/opensans/semibold/opensans-600.ttf') format('truetype'), url('../fonts/opensans/semibold/opensans-600.svg#Open Sans') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/bold/opensans-700.eot');
  src: url('../fonts/opensans/bold/opensans-700.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../fonts/opensans/bold/opensans-700.woff') format('woff'), url('../fonts/opensans/bold/opensans-700.ttf') format('truetype'), url('../fonts/opensans/bold/opensans-700.svg#Open Sans') format('svg');
  font-weight: 700;
  font-style: normal;
}
h1 {
  display: block;
  font-weight: 700;
  color: #007d7e;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 50px;
    line-height: 1.375;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 50px;
    line-height: 1.375;
    margin-bottom: 40px;
  }
}
h2 {
  color: #007d7e;
  display: block;
  font-weight: 700;
  color: #147b74;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 50px;
    line-height: 1.375;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 50px;
    line-height: 1.375;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
}
h3 {
  display: block;
  font-weight: 700;
  color: inherit;
  font-size: 30px;
  line-height: 1.06666667;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
h4 {
  display: block;
  color: inherit;
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 25px;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
h5 {
  display: block;
  color: inherit;
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
p {
  display: block;
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 1.66666667;
  margin: 0 0 25px;
}
@media screen and (min-width: 768px) {
  p {
    margin-bottom: 30px;
  }
}
.lead {
  display: block;
  margin: 0 0 15px;
  color: #007d7e;
  font-size: 22px;
  line-height: 1.72727273;
}
@media screen and (min-width: 768px) {
  .lead {
    margin-bottom: 30px;
  }
}
a {
  text-decoration: none;
  font-weight: 700;
  color: inherit;
}
a:focus,
a:hover {
  text-decoration: underline;
}
.sr-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
@font-face {
  font-family: 'Rexall-Careers-Font';
  src: url('../fonts/rexall-careers/Rexall-Careers-Font.woff2?2q8hp0') format('woff2'), url('../fonts/rexall-careers/Rexall-Careers-Font.ttf?2q8hp0') format('truetype'), url('../fonts/rexall-careers/Rexall-Careers-Font.woff?2q8hp0') format('woff'), url('../fonts/rexall-careers/Rexall-Careers-Font.svg?2q8hp0#Rexall-Careers-Font') format('svg');
  font-weight: normal;
  font-style: normal;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}
body {
  padding-top: 50px;
}
@media screen and (min-width: 1020px) {
  body {
    padding-top: 125px;
  }
}
.header {
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #147b74;
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #007d7e;
}
@media screen and (min-width: 1020px) {
  .header {
    justify-content: flex-start;
    height: 125px;
    border-bottom: 0;
  }
}
.header-row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  overflow-x: hidden;
  padding-left: calc(20px / 2);
  padding-right: calc(20px / 2);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.mobile-nav-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50px;
  padding: 0;
}
@media screen and (min-width: 1020px) {
  .mobile-nav-toggle {
    display: none;
  }
}
.main-nav-active .mobile-nav-toggle {
  background-color: #007d7e;
}
.mobile-nav-toggle-icon::before,
.mobile-nav-toggle-icon::after {
  display: block;
  content: '';
  width: 20px;
  height: 14px;
  background-image: url('../images/careers-landing-page/Rexall-Careers-Menu-Sprite.svg');
  background-repeat: no-repeat;
  background-size: 40px 14px;
  transition: opacity ease-in-out 0.2s, transform ease-in-out 0.2s;
}
.mobile-nav-toggle-icon::before {
  background-position: top left;
  margin: 0 auto;
}
.mobile-nav-toggle-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: top right;
  opacity: 0.01;
}
.main-nav-active .mobile-nav-toggle-icon::before {
  opacity: 0.01;
}
.main-nav-active .mobile-nav-toggle-icon::after {
  opacity: 1;
  transition: opacity ease-in-out 0.2s, transform ease-in-out 0.2s;
}
.header-logo-link {
  display: block;
  height: 40px;
  width: auto;
}
@media screen and (min-width: 1100px) {
  .header-logo-link {
    width: 225px;
    height: auto;
  }
}
.header-logo {
  display: block;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .header-logo {
    height: auto;
    width: 100%;
    max-width: unset;
  }
}
.main-nav-container {
  position: fixed;
  top: 50px;
  left: 0;
  width: 275px;
  height: calc(100vh - 50px);
  visibility: hidden;
  opacity: 0.01;
  background-color: #147b74;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility step-end 0.2s;
}
@media screen and (min-width: 1020px) {
  .main-nav-container {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
  }
}
.main-nav-active .main-nav-container {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility step-start 0.2s;
}
.main-nav {
  margin: 0;
  padding: 0;
}
.main-nav li {
  list-style: none;
}
@media screen and (min-width: 1020px) {
  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
  }
}
.main-nav-item {
  display: block;
  border-bottom: 2px solid #1a9f97;
}
@media screen and (min-width: 1020px) {
  .main-nav-item {
    border-bottom: 0;
  }
}
.main-nav-link {
  display: block;
  padding: 14px 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 1020px) {
  .main-nav-link {
    font-weight: 400;
    font-size: 16px;
  }
}
@media screen and (min-width: 1540px) {
  .main-nav-link {
    font-size: 16px;
  }
}
.main-nav-link.donate {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  color: #147b74;
  font-weight: 700;
  transition: background-color 0.2s;
  height: auto;
  border-radius: 6px;
  font-size: 14px;
  line-height: 14 / 14;
  padding: 11px 18px;
  min-height: 36px;
  border: 1px solid #147b74;
  padding: 18px 30px;
}
.main-nav-link.donate:hover,
.main-nav-link.donate:focus {
  background-color: #e5f5f4;
  text-decoration: none;
  color: #147b74;
}
.main-nav-link.donate:disabled {
  opacity: 1;
  background-color: #cccccc;
  color: #343434;
}
.main-nav-link.donate.desktop {
  display: none;
}
@media screen and (min-width: 1020px) {
  .main-nav-link.donate.desktop {
    display: block;
    margin-right: 25px;
  }
}
.main-nav-link.donate.mobile-only {
  display: block;
  margin: 20px;
  width: 120px;
}
@media screen and (min-width: 1020px) {
  .main-nav-link.donate.mobile-only {
    display: none;
  }
}
.mobile-nav-toggle-text {
  display: block;
  margin-top: 7px;
  color: #eaf7f6;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-nav-active .mobile-nav-toggle-text {
  display: none;
}
.mobile-nav-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  cursor: pointer;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main-nav-active .mobile-nav-close {
  display: block;
}
.header-main-site-link {
  display: none;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media screen and (min-width: 1020px) {
  .header-main-site-link {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    background-color: #007d7e;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.2s;
    border: 0 solid rgba(0, 0, 0, 0);
    line-height: 1.84615385;
    padding: 10px 15px;
    font-size: 13px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .header-main-site-link:hover,
  .header-main-site-link:focus {
    text-decoration: none;
  }
  .header-main-site-link:hover,
  .header-main-site-link:focus {
    outline: none;
    text-decoration: none;
  }
  .header-main-site-link:hover,
  .header-main-site-link:focus {
    border-color: rgba(0, 0, 0, 0);
    background-color: #007d7e;
    color: #ffffff;
  }
  .header-main-site-link:hover,
  .header-main-site-link:focus,
  .header-main-site-link:active {
    border-color: rgba(0, 0, 0, 0);
    background-color: #007d7e;
    color: #ffffff;
  }
  .header-main-site-link:visited {
    color: #ffffff;
  }
}
.footer {
  background-color: #147b74;
}
.footer-row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  overflow-x: hidden;
  padding-left: calc(20px / 2);
  padding-right: calc(20px / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .footer-row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1020px) {
  .footer-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
.footer-logo-container {
  width: 110px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .footer-logo-container {
    width: 152px;
    margin-bottom: 25px;
    align-content: flex-start;
  }
}
@media screen and (min-width: 1020px) {
  .footer-logo-container {
    margin-bottom: 0;
    width: 202px;
  }
}
.footer-logo {
  display: block;
  width: 100%;
}
.footer-content {
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    width: 40%;
  }
}
@media screen and (min-width: 1020px) {
  .footer-nav-container {
    margin-right: calc(-1 * (20px / 2));
  }
}
.footer-nav {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 2px solid #7cdad2;
  margin-bottom: 20px;
  padding-top: 30px;
}
.footer-nav li {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .footer-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-top: 0;
    padding-top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1020px) {
  .footer-nav {
    justify-content: flex-end;
  }
}
.footer-nav-item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .footer-nav-item {
    border-left: 1px solid #ffffff;
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-nav-item:first-child {
    border-left: 0;
  }
}
.footer-northern-logo {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 1020px) {
  .footer-northern-logo {
    text-align: right;
  }
}
.powered-northern {
  width: 120px;
}
.footer-nav-link {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-nav-link {
    padding: 0 calc(20px / 4);
    font-size: 12px;
    text-align: left;
  }
}
@media screen and (min-width: 1020px) {
  .footer-nav-link {
    padding: 0 calc(20px / 2);
  }
}
@media screen and (min-width: 1540px) {
  .footer-nav-link {
    font-size: 18px;
  }
}
.footer-legal {
  margin-bottom: 30px;
}
.footer-legal p {
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .footer-legal p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1020px) {
  .footer-legal p {
    text-align: right;
    margin-bottom: 10px;
  }
}
.footer-legal p.footer-legal-warning {
  text-transform: uppercase;
}
.faq-modal {
  left: 100%;
  position: fixed;
  top: 0;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  visibility: hidden;
  opacity: 0.01;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s step-end, left 0.2s step-end;
  pointer-events: none;
}
.faq-modal .fancy-modal-content {
  border: 0 solid rgba(0, 0, 0, 0);
  padding: 35px;
  background-color: #ffffff;
  width: calc(100% - (6px * 2));
  height: calc(100% - (6px * 2));
  margin: 6px;
}
@media screen and (min-width: 768px) {
  .faq-modal .fancy-modal-content {
    width: calc(100% - (11px * 2));
    height: calc(100% - (11px * 2));
    margin: 11px;
  }
}
.faq-modal .fancy-modal-overlay {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-color: #147b74;
}
.faq-modal.fancy-modal-visible {
  left: 0;
  visibility: visible;
  opacity: 1;
  transform: none !important;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s step-start, left 0.2s step-start;
  pointer-events: auto;
}
.faq-modal .fancy-modal-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  z-index: 100;
  background: center center / contain content-box no-repeat;
  top: 0;
  right: 0;
  height: 55px;
  width: 55px;
  padding: 20px;
  background-image: url('../images/careers-landing-page/Rexall-Careers-Close-Green.svg');
  transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .faq-modal .fancy-modal-close {
    top: 30px;
    right: 30px;
    height: 33px;
    width: 33px;
    padding: 0;
  }
}
@media screen and (min-width: 1020px) {
  .faq-modal .fancy-modal-close {
    top: 40px;
    right: 40px;
    height: 33px;
    width: 33px;
  }
}
.faq-modal .fancy-modal-close:hover,
.faq-modal .fancy-modal-close:focus {
  opacity: 0.75;
}
.faq-modal h2 {
  font-weight: 600;
  color: #147b74;
}
@media screen and (min-width: 768px) {
  .faq-modal h2 {
    margin-bottom: 0;
  }
}
.faq-modal h3 {
  color: #147b74;
}
.faq-modal iframe {
  width: 100%;
  border: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.faq-modal-content {
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .faq-modal-content {
    padding: 70px;
  }
}
.faq-modal-content-row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  overflow-x: hidden;
}
@media screen and (min-width: 1020px) {
  .faq-modal-content-row {
    max-width: calc(1540px * (8 / 12));
  }
}
.has-focus:focus,
.has-focus .focus-target:focus {
  outline: none;
}
.screenreader-only {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.carenetwork-hero-banner-container {
  position: relative;
}
.carenetwork-hero-banner-slide:focus {
  outline: none;
}
.carenetwork-hero-banner-img-wrapper {
  display: block;
}
.carenetwork-hero-banner .carenetwork-hero-banner-img-desktop {
  width: 100%;
  display: block;
  display: none;
}
@media screen and (min-width: 768px) {
  .carenetwork-hero-banner .carenetwork-hero-banner-img-desktop {
    display: block;
  }
}
.carenetwork-hero-banner .carenetwork-hero-banner-img-desktop:only-child {
  display: block;
}
.carenetwork-hero-banner .carenetwork-hero-banner-img-mobile {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .carenetwork-hero-banner .carenetwork-hero-banner-img-mobile {
    display: none;
  }
}
.carenetwork-hero-banner-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  margin-bottom: 70px;
  padding-top: 20px;
}
@media screen and (min-width: 1020px) {
  .carenetwork-hero-banner-controls {
    position: static;
    padding-top: 0;
  }
}
.carenetwork-hero-banner-controls .slick-pause-play-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  left: 20px / 2;
  bottom: 20px / 2;
  padding: 5px 10px;
  border-radius: 6px;
  transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  bottom: -20px;
  right: 0;
  left: unset;
}
.carenetwork-hero-banner-controls .slick-pause-play-button .play-icon::before {
  font-family: 'Rexall-Careers-Font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e921";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #147b74;
  font-size: 24px;
}
@media screen and (min-width: 1020px) {
  .carenetwork-hero-banner-controls .slick-pause-play-button .play-icon::before {
    font-size: 30px;
  }
}
.carenetwork-hero-banner-controls .slick-pause-play-button.state-paused .play-icon::before {
  font-family: 'Rexall-Careers-Font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e924";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #147b74;
  font-size: 24px;
}
@media screen and (min-width: 1020px) {
  .carenetwork-hero-banner-controls .slick-pause-play-button.state-paused .play-icon::before {
    font-size: 30px;
  }
}
@media screen and (min-width: 1020px) {
  .carenetwork-hero-banner-controls .slick-pause-play-button {
    bottom: -40px;
  }
}
.carenetwork-hero-banner-arrow-prev,
.carenetwork-hero-banner-arrow-next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  cursor: pointer;
  box-sizing: content-box;
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.carenetwork-hero-banner-arrow-prev:hover,
.carenetwork-hero-banner-arrow-next:hover,
.carenetwork-hero-banner-arrow-prev:focus,
.carenetwork-hero-banner-arrow-next:focus {
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  .carenetwork-hero-banner-arrow-prev,
  .carenetwork-hero-banner-arrow-next {
    padding: 5px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1020px) {
  .carenetwork-hero-banner-arrow-prev,
  .carenetwork-hero-banner-arrow-next {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    padding: 5px;
  }
}
.carenetwork-hero-banner-arrow-prev .slider-arrow-icon::before,
.carenetwork-hero-banner-arrow-next .slider-arrow-icon::before {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .carenetwork-hero-banner-arrow-prev .slider-arrow-icon::before,
  .carenetwork-hero-banner-arrow-next .slider-arrow-icon::before {
    font-size: 30px;
  }
}
@media screen and (min-width: 1020px) {
  .carenetwork-hero-banner-arrow-prev .slider-arrow-icon::before,
  .carenetwork-hero-banner-arrow-next .slider-arrow-icon::before {
    font-size: 30px;
  }
}
.carenetwork-hero-banner-arrow-prev {
  border: 0;
  background-image: url('../images/icons/chevron-previous-green.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  left: 0;
  margin-right: 5px;
  background-color: #ffffff;
  border-radius: 0 6px 6px 0;
}
.carenetwork-hero-banner-arrow-next {
  border: 0;
  background-image: url('../images/icons/chevron-next-green.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  right: 0;
  margin-left: 5px;
  background-color: #ffffff;
  border-radius: 6px 0 0 6px;
}
.carenetwork-hero-banner-arrow-prev-text,
.carenetwork-hero-banner-arrow-next-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
@media screen and (min-width: 1020px) {
  .carenetwork-hero-banner-dot-container {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.carenetwork-hero-banner-dot-container .slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.carenetwork-hero-banner-dot-container .slick-dots li {
  list-style: none;
}
.carenetwork-hero-banner-dot-container .slick-dots li {
  display: inline-block;
}
.carenetwork-hero-banner-dot-container .slick-dots button {
  border: 2px solid #147b74;
  border-radius: 50%;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
}
.carenetwork-hero-banner-dot-container .slick-dots button:hover,
.carenetwork-hero-banner-dot-container .slick-dots button:focus {
  cursor: pointer;
  background-color: #147b74;
  border-color: #147b74;
}
.carenetwork-hero-banner-dot-container .slick-dots .slick-active button {
  background-color: #147b74;
  border-color: rgba(0, 0, 0, 0);
}
.carenetwork-hero-banner-dot-container .slick-dots li {
  margin: 5px;
}
.carenetwork-hero-banner-dot-container .slick-dots button {
  width: 10px;
  height: 10px;
  font-size: 16px;
}
@media screen and (min-width: 1020px) {
  .carenetwork-hero-banner-dot-container .slick-dots {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    left: 0;
    bottom: 75px;
    width: 100%;
    height: 0;
  }
  .carenetwork-hero-banner-dot-container .slick-dots li {
    margin: 8.5px;
  }
  .carenetwork-hero-banner-dot-container .slick-dots button {
    width: 17px;
    height: 17px;
    font-size: 16px;
  }
}
.testimonials-section .testimonials-section-row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  overflow-x: hidden;
  padding: 52px 20px;
  padding-left: calc(20px / 2);
  padding-right: calc(20px / 2);
  transition: opacity 0.8s 0.4s;
  opacity: 0.01;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.testimonials-section .testimonials-section-row.animate-in {
  transition: opacity 0.53333333s 0s;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .testimonials-section .testimonials-section-row.animate-in {
    transition: opacity 0.8s 0s;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .testimonials-section .testimonials-section-row {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .testimonials-section .testimonials-section-row {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.testimonials-section .testimonials-section-title {
  display: block;
  font-weight: 700;
  color: inherit;
  font-size: 30px;
  line-height: 1.06666667;
  margin: 0 0 15px;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .testimonials-section .testimonials-section-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .testimonials-section .testimonials-section-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .testimonials-section .testimonials-section-title {
    margin-bottom: 50px;
  }
}
.testimonials-section .testimonials-section-title-icon {
  vertical-align: middle;
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .testimonials-section .testimonials-section-title-icon {
    margin-bottom: 0;
    margin-right: 22px;
  }
}
.testimonials-section .testimonials-section-title-text {
  display: block;
  color: #eaf7f6;
}
@media screen and (min-width: 768px) {
  .testimonials-section .testimonials-section-title-text {
    display: inline;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1020px) {
  .testimonials-section .testimonials-slider {
    max-width: calc(100% - (2 * (111px + (20px / 2))));
    margin-left: auto;
    margin-right: auto;
  }
}
.testimonials-section .testimonials-slider-container {
  position: relative;
}
.testimonials-section .testimonials-slider-item-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 30px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .testimonials-section .testimonials-slider-item-content {
    padding: 20px;
  }
}
.testimonials-section .testimonials-slider-item-content:focus {
  outline: none;
}
.testimonials-section .testimonials-slider-item-content .testimonials-slider-item-img-container,
.testimonials-section .testimonials-slider-item-content .testimonials-quote-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .testimonials-section .testimonials-slider-item-content .testimonials-slider-item-img-container,
  .testimonials-section .testimonials-slider-item-content .testimonials-quote-container {
    width: 50%;
  }
}
.testimonials-section .testimonials-slider-item-quote {
  font-style: normal;
  text-align: center;
  margin: 0;
}
.testimonials-section .testimonials-slider-item-quote p {
  font-size: 18px;
}
.testimonials-section .testimonials-slider-item-img {
  width: 70%;
  margin: auto;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .testimonials-section .testimonials-slider-item-img {
    width: 100%;
  }
}
.testimonials-section .testimonials-slider-item-cite {
  font-size: 18px;
  line-height: calc(30 / 15);
  font-style: normal;
  font-weight: 700;
}
.testimonials-section .testimonials-slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 1020px) {
  .testimonials-section .testimonials-slider-controls {
    margin-top: 50px;
  }
}
.testimonials-section .testimonials-slider-controls .slick-pause-play-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  left: 20px / 2;
  bottom: 20px / 2;
  padding: 5px 10px;
  border-radius: 6px;
  transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  bottom: -3px;
}
.testimonials-section .testimonials-slider-controls .slick-pause-play-button .play-icon::before {
  font-family: 'Rexall-Careers-Font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e921";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #147b74;
  font-size: 24px;
}
@media screen and (min-width: 1020px) {
  .testimonials-section .testimonials-slider-controls .slick-pause-play-button .play-icon::before {
    font-size: 30px;
  }
}
.testimonials-section .testimonials-slider-controls .slick-pause-play-button.state-paused .play-icon::before {
  font-family: 'Rexall-Careers-Font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e924";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #147b74;
  font-size: 24px;
}
@media screen and (min-width: 1020px) {
  .testimonials-section .testimonials-slider-controls .slick-pause-play-button.state-paused .play-icon::before {
    font-size: 30px;
  }
}
.testimonials-section .testimonials-slider-controls .slick-pause-play-button:hover,
.testimonials-section .testimonials-slider-controls .slick-pause-play-button:focus {
  opacity: 0.75;
}
@media screen and (min-width: 1020px) {
  .testimonials-section .testimonials-slider-controls .slick-pause-play-button {
    bottom: -10px;
  }
}
.testimonials-section .testimonials-slider-arrow-prev,
.testimonials-section .testimonials-slider-arrow-next {
  width: 25px;
  height: 35px;
  background-size: 15px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .testimonials-section .testimonials-slider-arrow-prev,
  .testimonials-section .testimonials-slider-arrow-next {
    width: 35px;
    height: 40px;
    background-size: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .testimonials-section .testimonials-slider-arrow-prev,
  .testimonials-section .testimonials-slider-arrow-next {
    position: absolute;
    top: 5px;
    width: 44px;
    height: 30px;
    background-size: 12px;
  }
}
.testimonials-section .testimonials-slider-arrow-prev:hover,
.testimonials-section .testimonials-slider-arrow-next:hover,
.testimonials-section .testimonials-slider-arrow-prev:focus,
.testimonials-section .testimonials-slider-arrow-next:focus {
  opacity: 0.75;
}
.testimonials-section .testimonials-slider-arrow-prev {
  background-image: url('../images/icons/chevron-previous-green.svg');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  cursor: pointer;
  box-sizing: content-box;
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  left: 0;
  margin-right: 15px;
  background-color: #ffffff;
  border-radius: 0 6px 6px 0;
}
.testimonials-section .testimonials-slider-arrow-prev:hover,
.testimonials-section .testimonials-slider-arrow-prev:focus {
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  .testimonials-section .testimonials-slider-arrow-prev {
    padding: 5px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1020px) {
  .testimonials-section .testimonials-slider-arrow-prev {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    padding: 5px;
  }
}
.testimonials-section .testimonials-slider-arrow-prev .slider-arrow-icon::before {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .testimonials-section .testimonials-slider-arrow-prev .slider-arrow-icon::before {
    font-size: 30px;
  }
}
@media screen and (min-width: 1020px) {
  .testimonials-section .testimonials-slider-arrow-prev .slider-arrow-icon::before {
    font-size: 30px;
  }
}
.testimonials-section .testimonials-slider-arrow-next {
  background-image: url('../images/icons/chevron-next-green.svg');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  cursor: pointer;
  box-sizing: content-box;
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  right: 0;
  margin-left: 15px;
  background-color: #ffffff;
  border-radius: 6px 0 0 6px;
}
.testimonials-section .testimonials-slider-arrow-next:hover,
.testimonials-section .testimonials-slider-arrow-next:focus {
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  .testimonials-section .testimonials-slider-arrow-next {
    padding: 5px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1020px) {
  .testimonials-section .testimonials-slider-arrow-next {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    padding: 5px;
  }
}
.testimonials-section .testimonials-slider-arrow-next .slider-arrow-icon::before {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .testimonials-section .testimonials-slider-arrow-next .slider-arrow-icon::before {
    font-size: 30px;
  }
}
@media screen and (min-width: 1020px) {
  .testimonials-section .testimonials-slider-arrow-next .slider-arrow-icon::before {
    font-size: 30px;
  }
}
.testimonials-section .testimonials-slider-dot-container .slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.testimonials-section .testimonials-slider-dot-container .slick-dots li {
  list-style: none;
}
.testimonials-section .testimonials-slider-dot-container .slick-dots li {
  display: inline-block;
}
.testimonials-section .testimonials-slider-dot-container .slick-dots button {
  border: 2px solid #147b74;
  border-radius: 50%;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
}
.testimonials-section .testimonials-slider-dot-container .slick-dots button:hover,
.testimonials-section .testimonials-slider-dot-container .slick-dots button:focus {
  cursor: pointer;
  background-color: #147b74;
  border-color: #147b74;
}
.testimonials-section .testimonials-slider-dot-container .slick-dots .slick-active button {
  background-color: #147b74;
  border-color: rgba(0, 0, 0, 0);
}
.testimonials-section .testimonials-slider-dot-container .slick-dots li {
  margin: 5px;
}
.testimonials-section .testimonials-slider-dot-container .slick-dots button {
  width: 10px;
  height: 10px;
  font-size: 16px;
}
@media screen and (min-width: 1020px) {
  .testimonials-section .testimonials-slider-dot-container .slick-dots {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .testimonials-section .testimonials-slider-dot-container .slick-dots li {
    margin: 7.5px;
  }
  .testimonials-section .testimonials-slider-dot-container .slick-dots button {
    width: 15px;
    height: 15px;
    font-size: 16px;
  }
}
.rcn-employee-testimonials {
  background-color: #eaf7f6;
}
html.fancy-modal-open {
  overflow: hidden;
}
.icare-section {
  display: none;
  padding: 52px 20px;
  background-color: #eaf7f6;
}
@media screen and (min-width: 768px) {
  .icare-section {
    padding: 58px 20px;
  }
}
.icare-logo {
  margin-bottom: 25px;
  width: 160px;
}
@media screen and (min-width: 768px) {
  .icare-logo {
    width: 187px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1540px) {
  .icare-logo {
    margin-right: 35px;
    margin-bottom: 0;
    width: 166px;
  }
}
.icare-section-row {
  transition: opacity 0.8s 0.4s;
  opacity: 0.01;
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}
.icare-section-row.animate-in {
  transition: opacity 0.53333333s 0s;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .icare-section-row.animate-in {
    transition: opacity 0.8s 0s;
    opacity: 1;
  }
}
@media screen and (min-width: 1540px) {
  .icare-section-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    max-width: 1540px;
  }
}
.icare-description {
  display: block;
  color: #007d7e;
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 25px;
}
@media screen and (min-width: 768px) {
  .icare-description {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .icare-description {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1540px) {
  .icare-description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
  }
}
.icare-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background-color: #007d7e;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.2s;
  border: 0 solid rgba(0, 0, 0, 0);
  line-height: 1.71428571;
  padding: 15px 30px;
  font-size: 14px;
}
.icare-button:hover,
.icare-button:focus {
  text-decoration: none;
}
.icare-button:hover,
.icare-button:focus {
  outline: none;
  text-decoration: none;
}
.icare-button:hover,
.icare-button:focus {
  border-color: rgba(0, 0, 0, 0);
  background-color: #147b74;
  color: #ffffff;
}
.icare-button:hover,
.icare-button:focus,
.icare-button:active {
  border-color: rgba(0, 0, 0, 0);
  background-color: #147b74;
  color: #ffffff;
}
.icare-button:visited {
  color: #ffffff;
}
@media screen and (min-width: 1540px) {
  .icare-button {
    line-height: 0.96;
    padding: 28px 52px;
    font-size: 25px;
    border-radius: 13px;
  }
}
.icare-modal {
  left: 100%;
  position: fixed;
  top: 0;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  visibility: hidden;
  opacity: 0.01;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s step-end, left 0.2s step-end;
  pointer-events: none;
}
.icare-modal .fancy-modal-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  z-index: 100;
  background: center center / contain content-box no-repeat;
  top: 0;
  right: 0;
  height: 55px;
  width: 55px;
  padding: 20px;
  background-image: url('../images/careers-landing-page/Rexall-Careers-Close-white.svg');
  transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .icare-modal .fancy-modal-close {
    top: 30px;
    right: 30px;
    height: 33px;
    width: 33px;
    padding: 0;
  }
}
@media screen and (min-width: 1020px) {
  .icare-modal .fancy-modal-close {
    top: 40px;
    right: 40px;
    height: 33px;
    width: 33px;
  }
}
.icare-modal .fancy-modal-close:hover,
.icare-modal .fancy-modal-close:focus {
  opacity: 0.75;
}
.icare-modal.fancy-modal-visible {
  left: 0;
  visibility: visible;
  opacity: 1;
  transform: none !important;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s step-start, left 0.2s step-start;
  pointer-events: auto;
}
.icare-modal .fancy-modal-overlay {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.icare-modal-content {
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  border: 0 solid #147b74;
  padding: 20px;
  background-color: #6e6e6e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.icare-modal-content-row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  overflow-x: hidden;
}
@media screen and (min-width: 1020px) {
  .icare-modal-content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    text-align: left;
  }
}
.icare-modal-content-row .icare-modal-image {
  margin-top: 70px;
  flex: 0 1 auto;
  width: 100%;
}
.icare-modal-content-main {
  color: #ffffff;
}
@media screen and (min-width: 1020px) {
  .icare-modal-content-main {
    width: calc(100% * (6 / 12));
  }
}
.icare-modal-content-main p {
  color: inherit;
}
.icare-modal-content-main a {
  color: inherit;
}
.icare-modal-logo {
  width: 100%;
  max-width: 280px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1020px) {
  .icare-modal-logo {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1020px) {
  .icare-modal-logo {
    width: 396px;
    max-width: none;
  }
}
.icare-modal-content-img {
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .icare-modal-content-img {
    width: calc(100% * (5 / 12));
  }
}
@media screen and (max-width: 1019px) {
  .intro-icare .icare-50-50 {
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .intro-icare .icare-50-50 {
    min-height: 1px;
  }
}
.intro-icare .icare-50-50 .banner-section-img-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .intro-icare .icare-50-50 .banner-section-img-desktop {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: center center / cover no-repeat;
    display: block;
  }
}
.intro-icare .icare-50-50 .banner-section-img-mobile {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .intro-icare .icare-50-50 .banner-section-img-mobile {
    display: none;
  }
}
.intro-icare .icare-50-50-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .intro-icare .icare-50-50-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1020px) {
  .intro-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.intro-section .intro-section-image-container {
  position: relative;
}
@media screen and (min-width: 1020px) {
  .intro-section .intro-section-image-container {
    -ms-flex-preferred-size: calc(100% * 0.5);
    flex-basis: calc(100% * 0.5);
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.intro-section .banner-section-img-desktop {
  display: none;
}
@media screen and (min-width: 1020px) {
  .intro-section .banner-section-img-desktop {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: center center / cover no-repeat;
    display: block;
  }
}
.intro-section .banner-section-img-mobile {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .intro-section .banner-section-img-mobile {
    display: none;
  }
}
.intro-section .icare-50-50 {
  flex: 0 1 auto;
  width: 100%;
  order: inherit;
}
@media screen and (max-width: 1019px) {
  .intro-icare {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .intro-icare .icare-50-50-text {
    width: 100%;
    padding: 80px 42px;
  }
}
.icare-modal .fancy-modal-close {
  top: 40px;
  right: 40px;
  height: 33px;
  width: 33px;
  padding: 0;
}
.intro-section .icare-50-50 .banner-section-img-desktop {
  background-size: contain;
}
.intro-section-text-container {
  padding: 52px 20px;
}
@media screen and (min-width: 1020px) {
  .intro-section-text-container {
    -ms-flex-preferred-size: calc(100% * 0.5);
    flex-basis: calc(100% * 0.5);
  }
}
@media screen and (min-width: 768px) {
  .intro-section-text-container {
    padding: 80px 72px;
  }
}
@media screen and (min-width: 1540px) {
  .intro-section-text-container {
    padding: 138px 142px;
  }
}
.intro-section-text {
  margin: auto;
  text-align: center;
  transition: opacity 0.8s 0.4s;
  opacity: 0.01;
}
@media screen and (min-width: 768px) {
  .intro-section-text {
    max-width: 720px;
  }
}
@media screen and (min-width: 1020px) {
  .intro-section-text {
    max-width: calc((1540px * 0.5) - (142px + 20px));
    text-align: left;
  }
}
.intro-section-text.animate-in {
  transition: opacity 0.53333333s 0s;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .intro-section-text.animate-in {
    transition: opacity 0.8s 0s;
    opacity: 1;
  }
}
.intro-section-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background-color: #147b74;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.2s;
  border: 0 solid rgba(0, 0, 0, 0);
  line-height: 1.71428571;
  padding: 15px 30px;
  font-size: 14px;
}
.intro-section-button:hover,
.intro-section-button:focus {
  text-decoration: none;
}
.intro-section-button:hover,
.intro-section-button:focus {
  outline: none;
  text-decoration: none;
}
.intro-section-button:hover,
.intro-section-button:focus {
  border-color: rgba(0, 0, 0, 0);
  background-color: #007d7e;
  color: #ffffff;
}
.intro-section-button:hover,
.intro-section-button:focus,
.intro-section-button:active {
  border-color: rgba(0, 0, 0, 0);
  background-color: #007d7e;
  color: #ffffff;
}
.intro-section-button:visited {
  color: #ffffff;
}
.disclaimer > * {
  display: inline-block;
  vertical-align: middle;
}
.disclaimer img {
  width: 20px;
  height: 20px;
}
.disclaimer p {
  font-size: 13px;
  margin-bottom: 0;
}
.side-effects-section {
  padding: 60px 0;
  background: #007d7e center top;
  background-image: linear-gradient(to bottom, #174e4e 0%, #168885 60%);
  text-align: center;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .side-effects-section {
    padding: 80px 0;
    background-image: url('../images/careers-landing-page/Rexall-Careers-SideEffects-BG.jpg');
    background-size: cover;
  }
}
@media screen and (min-width: 1020px) {
  .side-effects-section {
    padding: 130px 0;
  }
}
.side-effects-title {
  display: block;
  font-weight: 700;
  color: #ffffff;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 15px;
  transition: opacity 0.8s 0.4s;
  opacity: 0.01;
  padding-left: calc(20px / 2);
  padding-right: calc(20px / 2);
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .side-effects-title {
    font-size: 50px;
    line-height: 1.375;
    margin-bottom: 40px;
  }
}
.side-effects-title.animate-in {
  transition: opacity 0.53333333s 0s;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .side-effects-title.animate-in {
    transition: opacity 0.8s 0s;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .side-effects-title {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1020px) {
  .side-effects-title {
    margin-bottom: 70px;
  }
}
.side-effects-row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  overflow-x: hidden;
}
.side-effects {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -35px;
}
.side-effects li {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .side-effects {
    margin-bottom: -30px;
  }
}
@media screen and (min-width: 1540px) {
  .side-effects {
    margin-bottom: -62px;
  }
}
.side-effects-item {
  padding-left: calc(20px / 2);
  padding-right: calc(20px / 2);
  transition: opacity 0.8s 0s, transform 0.8s 0s;
  transform: translateX(50px);
  opacity: 0.01;
  width: calc(100% / 2);
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .side-effects-item {
    width: calc(100% / 5);
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1540px) {
  .side-effects-item {
    width: calc(100% / 5);
    margin-bottom: 62px;
  }
}
.side-effects.animate-in .side-effects-item {
  transition: opacity 0.8s 0s, transform 0.8s 0s;
  transform: translateX(0);
  opacity: 1;
}
.side-effects.animate-in .side-effects-item:nth-child(12) {
  transition-delay: 1.1s;
}
.side-effects.animate-in .side-effects-item:nth-child(11) {
  transition-delay: 1s;
}
.side-effects.animate-in .side-effects-item:nth-child(10) {
  transition-delay: 0.9s;
}
.side-effects.animate-in .side-effects-item:nth-child(9) {
  transition-delay: 0.8s;
}
.side-effects.animate-in .side-effects-item:nth-child(8) {
  transition-delay: 0.7s;
}
.side-effects.animate-in .side-effects-item:nth-child(7) {
  transition-delay: 0.6s;
}
.side-effects.animate-in .side-effects-item:nth-child(6) {
  transition-delay: 0.5s;
}
.side-effects.animate-in .side-effects-item:nth-child(5) {
  transition-delay: 0.4s;
}
.side-effects.animate-in .side-effects-item:nth-child(4) {
  transition-delay: 0.3s;
}
.side-effects.animate-in .side-effects-item:nth-child(3) {
  transition-delay: 0.2s;
}
.side-effects.animate-in .side-effects-item:nth-child(2) {
  transition-delay: 0.1s;
}
.side-effects.animate-in .side-effects-item:nth-child(1) {
  transition-delay: 0s;
}
.side-effects-item-img {
  width: 95px;
  height: 95px;
}
@media screen and (min-width: 768px) {
  .side-effects-item-img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 1540px) {
  .side-effects-item-img {
    width: 160px;
    height: 160px;
  }
}
.side-effects-item-name {
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 10px;
}
@media screen and (min-width: 1540px) {
  .side-effects-item-name {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1020px) {
  .side-effects-item-name {
    margin-left: auto;
    margin-right: auto;
    max-width: 140px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1540px) {
  .side-effects-item-name {
    max-width: 220px;
  }
}
.career-section {
  background-color: #eaf7f6;
}
@media screen and (min-width: 1020px) {
  .career-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1020px) {
  .career-section {
    height: calc(100vh - 125px);
    min-height: 890px;
  }
}
.career-section .banner-section-img-desktop {
  display: none;
}
@media screen and (min-width: 1020px) {
  .career-section .banner-section-img-desktop {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: center center / cover no-repeat;
    display: block;
  }
}
.career-section .banner-section-img-mobile {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .career-section .banner-section-img-mobile {
    display: none;
  }
}
.career-section-text-container {
  padding-top: 130px;
  overflow: hidden;
}
@media screen and (min-width: 1020px) {
  .career-section-text-container {
    -ms-flex-preferred-size: calc(100% * 0.5);
    flex-basis: calc(100% * 0.5);
  }
}
@media screen and (min-width: 768px) {
  .career-section-text-container {
    padding-top: 290px;
  }
}
@media screen and (min-width: 1020px) {
  .career-section-text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding-top: 0;
  }
}
@media screen and (min-width: 1020px) {
  .career-section-fancy-scrolling .career-section-text-container {
    position: fixed;
    top: 125px;
    width: 50%;
    height: calc(100% - 125px);
  }
}
@media screen and (min-width: 1020px) {
  .career-section-fancy-scrolling .career-section .career-section-text-container {
    opacity: 0.01;
    right: -100%;
  }
}
@media screen and (min-width: 1020px) {
  .career-section-fancy-scrolling .career-section-visible .career-section-text-container {
    transition: opacity 0.8s 0s;
    opacity: 1;
    right: 0;
  }
}
.career-section-text {
  padding: 52px 20px;
  position: relative;
  padding-top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .career-section-text {
    padding: 80px 72px;
  }
}
@media screen and (min-width: 1540px) {
  .career-section-text {
    padding: 138px 142px;
  }
}
@media screen and (min-width: 768px) {
  .career-section-text {
    padding-top: 0;
  }
}
@media screen and (min-width: 1020px) {
  .career-section-text {
    padding-bottom: 0;
  }
}
.career-section-word-mark {
  margin: 0 auto;
  position: absolute;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  width: 290px;
}
@media screen and (min-width: 768px) {
  .career-section-word-mark {
    width: 85%;
  }
}
@media screen and (min-width: 1020px) {
  .career-section-word-mark {
    position: absolute;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: calc(100% - 83px);
    left: 10%;
    width: 90%;
  }
}
@media screen and (min-width: 1540px) {
  .career-section-word-mark {
    width: 80%;
    left: 90px;
    max-width: 874px;
  }
}
@media screen and (min-width: 1540px) {
  .career-section-support-centre .career-section-word-mark {
    max-width: 824px;
  }
}
.career-section-pharmacy .career-section-word-mark {
  width: 320px;
}
@media screen and (min-width: 768px) {
  .career-section-pharmacy .career-section-word-mark {
    width: 85%;
  }
}
@media screen and (min-width: 1020px) {
  .career-section-pharmacy .career-section-word-mark {
    width: 90%;
  }
}
@media screen and (min-width: 1540px) {
  .career-section-pharmacy .career-section-word-mark {
    width: 80%;
  }
}
.career-section-retail .career-section-word-mark {
  width: 233px;
}
@media screen and (min-width: 768px) {
  .career-section-retail .career-section-word-mark {
    width: 70%;
  }
}
@media screen and (min-width: 1540px) {
  .career-section-retail .career-section-word-mark {
    width: 65%;
    left: 90px;
    max-width: 670px;
  }
}
.career-section-campus .career-section-word-mark {
  width: 207px;
}
@media screen and (min-width: 768px) {
  .career-section-campus .career-section-word-mark {
    width: 65%;
  }
}
@media screen and (min-width: 1540px) {
  .career-section-campus .career-section-word-mark {
    width: 60%;
    left: 90px;
    max-width: 600px;
  }
}
.career-section-text-inner {
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .career-section-text-inner {
    max-width: 720px;
  }
}
@media screen and (min-width: 1020px) {
  .career-section-text-inner {
    max-width: calc((1540px * 0.5) - (142px + 20px));
    text-align: left;
  }
}
.career-section-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background-color: #147b74;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.2s;
  border: 0 solid rgba(0, 0, 0, 0);
  line-height: 1.71428571;
  padding: 15px 30px;
  font-size: 14px;
}
.career-section-button:hover,
.career-section-button:focus {
  text-decoration: none;
}
.career-section-button:hover,
.career-section-button:focus {
  outline: none;
  text-decoration: none;
}
.career-section-button:hover,
.career-section-button:focus {
  border-color: rgba(0, 0, 0, 0);
  background-color: #007d7e;
  color: #ffffff;
}
.career-section-button:hover,
.career-section-button:focus,
.career-section-button:active {
  border-color: rgba(0, 0, 0, 0);
  background-color: #007d7e;
  color: #ffffff;
}
.career-section-button:visited {
  color: #ffffff;
}
.career-section-button + .career-section-button {
  margin: 5px 0;
}
.career-section-button.external-window-icon {
  padding-right: 45px;
  position: relative;
}
.career-section-button.external-window-icon::after {
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  background: url('../images/icons/new-window.svg') center center no-repeat;
  top: 0;
  right: 0;
  margin-right: 10px;
}
.career-section-media {
  position: relative;
}
@media screen and (min-width: 1020px) {
  .career-section-media {
    -ms-flex-preferred-size: calc(100% * 0.5);
    flex-basis: calc(100% * 0.5);
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.career-section-media-video-button,
.career-section-media-text-button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.career-section-media-text-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background-color: rgba(2, 72, 73, 0.75);
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.2s;
  border: 2px solid #eaf7f6;
  line-height: 1.71428571;
  padding: 15px 30px;
  font-size: 14px;
}
.career-section-media-text-button:hover,
.career-section-media-text-button:focus {
  text-decoration: none;
}
.career-section-media-text-button:hover,
.career-section-media-text-button:focus {
  outline: none;
  text-decoration: none;
}
.career-section-media-text-button:hover,
.career-section-media-text-button:focus {
  border-color: currentColor;
  background-color: rgba(2, 72, 73, 0.85);
  color: #ffffff;
}
.career-section-media-text-button:hover,
.career-section-media-text-button:focus,
.career-section-media-text-button:active {
  border-color: currentColor;
  background-color: rgba(2, 72, 73, 0.85);
  color: #ffffff;
}
.career-section-media-text-button:visited {
  color: #ffffff;
}
@media screen and (min-width: 1020px) {
  .career-section-media-text-button {
    line-height: 0.96;
    padding: 28px 52px;
    font-size: 25px;
    border-radius: 13px;
  }
}
@media screen and (min-width: 1020px) {
  .career-section-media-text-button {
    white-space: nowrap;
  }
}
.career-section-media-video-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  cursor: pointer;
  display: block;
  background: url('../images/careers-landing-page/Rexall-Careers-PlayButton.svg') center center / contain;
  width: 102px;
  height: 102px;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .career-section-media-video-button {
    width: 150px;
    height: 150px;
  }
}
.career-section-media-video-button:hover,
.career-section-media-video-button:focus {
  opacity: 0.75;
}
.career-gallery-modal {
  left: 100%;
  position: fixed;
  top: 0;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  visibility: hidden;
  opacity: 0.01;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s step-end, left 0.2s step-end;
  pointer-events: none;
}
.career-gallery-modal .fancy-modal-content {
  border: 0 solid rgba(0, 0, 0, 0);
  padding: 0;
  background-color: #000000;
  width: calc(100% - (6px * 2));
  height: calc(100% - (6px * 2));
  margin: 6px;
}
@media screen and (min-width: 768px) {
  .career-gallery-modal .fancy-modal-content {
    width: calc(100% - (11px * 2));
    height: calc(100% - (11px * 2));
    margin: 11px;
  }
}
.career-gallery-modal .fancy-modal-overlay {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-color: #147b74;
}
@media screen and (min-width: 768px) {
  .career-gallery-modal {
    border-width: 11px;
  }
}
.career-gallery-modal.fancy-modal-visible {
  left: 0;
  visibility: visible;
  opacity: 1;
  transform: none !important;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s step-start, left 0.2s step-start;
  pointer-events: auto;
}
.career-gallery-modal .fancy-modal-close {
  position: absolute;
  z-index: 100;
  background: center center / contain content-box no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.2s;
  border: 0 solid rgba(0, 0, 0, 0);
  line-height: 1.71428571;
  padding: 0;
  font-size: 14px;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background-clip: padding-box;
}
.career-gallery-modal .fancy-modal-close:hover,
.career-gallery-modal .fancy-modal-close:focus {
  text-decoration: none;
}
.career-gallery-modal .fancy-modal-close:hover,
.career-gallery-modal .fancy-modal-close:focus {
  outline: none;
  text-decoration: none;
}
.career-gallery-modal .fancy-modal-close:hover,
.career-gallery-modal .fancy-modal-close:focus {
  border-color: rgba(0, 0, 0, 0);
  background-color: #147b74;
  color: #ffffff;
}
.career-gallery-modal .fancy-modal-close:hover,
.career-gallery-modal .fancy-modal-close:focus,
.career-gallery-modal .fancy-modal-close:active {
  border-color: rgba(0, 0, 0, 0);
  background-color: #147b74;
  color: #ffffff;
}
.career-gallery-modal .fancy-modal-close:visited {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .career-gallery-modal .fancy-modal-close {
    top: 20px;
    right: 20px;
    height: 55px;
    width: 55px;
  }
}
@media screen and (min-width: 1020px) {
  .career-gallery-modal .fancy-modal-close {
    top: 30px;
    right: 30px;
    height: 55px;
    width: 55px;
  }
}
.career-gallery-modal .fancy-modal-close:hover .fancy-modal-close-icon::before,
.career-gallery-modal .fancy-modal-close:focus .fancy-modal-close-icon::before {
  text-shadow: none;
}
.career-gallery-modal .fancy-modal-close-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.career-gallery-modal .fancy-modal-close-icon::before {
  font-family: 'Rexall-Careers-Font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e90e";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #147b74;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .career-gallery-modal .fancy-modal-close-icon::before {
    font-size: 48px;
  }
}
.career-gallery-modal-content {
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  min-width: 0;
  min-height: 0;
}
.career-gallery-modal-content,
.career-gallery-modal-content .slick-list,
.career-gallery-modal-content .slick-track {
  height: 100%;
}
.career-gallery {
  height: 100%;
}
.career-gallery-slide {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  background-color: #000000;
}
.career-gallery-slide:focus {
  outline: none;
}
.career-gallery-slide.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.career-gallery-img-desktop,
.career-gallery-img-mobile {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .career-gallery-img-desktop,
  .career-gallery-img-mobile {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 1020px) {
  .no-css-object-fit .career-gallery-img-desktop,
  .no-css-object-fit .career-gallery-img-mobile {
    height: auto;
    max-width: 100%;
  }
}
.career-gallery-img-desktop {
  display: none !important;
}
@media screen and (min-width: 1020px) {
  .career-gallery-img-desktop {
    display: block !important;
  }
}
.career-gallery-img-mobile {
  display: block !important;
}
@media screen and (min-width: 1020px) {
  .career-gallery-img-mobile {
    display: none !important;
  }
}
.career-gallery-video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
@media screen and (min-width: 1020px) {
  .career-gallery-video-wrapper {
    height: 100%;
  }
}
@media screen and (min-width: 1020px) {
  .career-gallery-video-wrapper.video-played {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 1020px) {
  .career-gallery-video-wrapper.video-played .career-gallery-video {
    position: static;
  }
}
.career-gallery-video {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.career-gallery-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  bottom: 35px;
}
@media screen and (min-width: 768px) {
  .career-gallery-controls {
    bottom: 55px;
  }
}
@media screen and (min-width: 1020px) {
  .career-gallery-controls {
    position: static;
  }
}
.career-gallery-controls .slick-pause-play-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  left: 20px / 2;
  bottom: 20px / 2;
  padding: 5px 10px;
  border-radius: 6px;
  transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.career-gallery-controls .slick-pause-play-button .play-icon::before {
  font-family: 'Rexall-Careers-Font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e921";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #147b74;
  font-size: 24px;
}
@media screen and (min-width: 1020px) {
  .career-gallery-controls .slick-pause-play-button .play-icon::before {
    font-size: 30px;
  }
}
.career-gallery-controls .slick-pause-play-button.state-paused .play-icon::before {
  font-family: 'Rexall-Careers-Font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e924";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #147b74;
  font-size: 24px;
}
@media screen and (min-width: 1020px) {
  .career-gallery-controls .slick-pause-play-button.state-paused .play-icon::before {
    font-size: 30px;
  }
}
.career-gallery-controls .slick-pause-play-button:hover,
.career-gallery-controls .slick-pause-play-button:focus {
  background-color: #147b74;
}
.career-gallery-controls .slick-pause-play-button .play-icon {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.career-gallery-controls .slick-pause-play-button:focus .play-icon,
.career-gallery-controls .slick-pause-play-button:hover .play-icon {
  text-shadow: none;
}
.career-gallery-arrow-prev,
.career-gallery-arrow-next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  cursor: pointer;
  box-sizing: content-box;
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.career-gallery-arrow-prev:hover,
.career-gallery-arrow-next:hover,
.career-gallery-arrow-prev:focus,
.career-gallery-arrow-next:focus {
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  .career-gallery-arrow-prev,
  .career-gallery-arrow-next {
    padding: 5px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1020px) {
  .career-gallery-arrow-prev,
  .career-gallery-arrow-next {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    padding: 5px;
  }
}
.career-gallery-arrow-prev .slider-arrow-icon::before,
.career-gallery-arrow-next .slider-arrow-icon::before {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .career-gallery-arrow-prev .slider-arrow-icon::before,
  .career-gallery-arrow-next .slider-arrow-icon::before {
    font-size: 30px;
  }
}
@media screen and (min-width: 1020px) {
  .career-gallery-arrow-prev .slider-arrow-icon::before,
  .career-gallery-arrow-next .slider-arrow-icon::before {
    font-size: 30px;
  }
}
.career-gallery-arrow-prev:hover .slider-arrow-icon::before,
.career-gallery-arrow-next:hover .slider-arrow-icon::before,
.career-gallery-arrow-prev:focus .slider-arrow-icon::before,
.career-gallery-arrow-next:focus .slider-arrow-icon::before {
  text-shadow: none;
}
.career-gallery-arrow-prev {
  left: 0;
  margin-right: 5px;
}
@media screen and (min-width: 1020px) {
  .career-gallery-arrow-prev {
    left: 50px;
  }
}
.career-gallery-arrow-next {
  right: 0;
  margin-left: 5px;
}
@media screen and (min-width: 1020px) {
  .career-gallery-arrow-next {
    right: 50px;
  }
}
.career-gallery-arrow-next-icon::before {
  font-family: 'Rexall-Careers-Font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e90b";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #147b74;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.career-gallery-arrow-prev-icon::before {
  font-family: 'Rexall-Careers-Font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e90a";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #147b74;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.career-gallery-arrow-next-text,
.career-gallery-arrow-prev-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
@media screen and (min-width: 1020px) {
  .career-gallery-dot-container {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 55px;
  }
}
.career-gallery-dot-container .slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.career-gallery-dot-container .slick-dots li {
  list-style: none;
}
.career-gallery-dot-container .slick-dots li {
  display: inline-block;
}
.career-gallery-dot-container .slick-dots button {
  border: 2px solid #147b74;
  border-radius: 50%;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
}
.career-gallery-dot-container .slick-dots button:hover,
.career-gallery-dot-container .slick-dots button:focus {
  cursor: pointer;
  background-color: #147b74;
  border-color: #147b74;
}
.career-gallery-dot-container .slick-dots .slick-active button {
  background-color: #147b74;
  border-color: rgba(0, 0, 0, 0);
}
.career-gallery-dot-container .slick-dots li {
  margin: 5px;
}
.career-gallery-dot-container .slick-dots button {
  width: 10px;
  height: 10px;
  font-size: 16px;
}
@media screen and (min-width: 1020px) {
  .career-gallery-dot-container .slick-dots {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    left: 0;
    bottom: 75px;
    width: 100%;
    height: 0;
  }
  .career-gallery-dot-container .slick-dots li {
    margin: 8.5px;
  }
  .career-gallery-dot-container .slick-dots button {
    width: 17px;
    height: 17px;
    font-size: 16px;
  }
}
.career-gallery-dot-container .slick-dots button {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.social-section {
  background-color: #ffffff;
  justify-content: center;
}
@media screen and (min-width: 1020px) {
  .social-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.social-section-content {
  padding: 52px 20px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  height: 200px;
}
@media screen and (min-width: 1020px) {
  .social-section-content {
    flex-shrink: 0;
    width: 455px;
    height: auto;
  }
}
@media screen and (min-width: 1540px) {
  .social-section-content {
    width: 700px;
  }
}
.social-section-content-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity 0.8s 0.4s;
  opacity: 0.01;
  width: 100%;
}
.social-section-content-inner.animate-in {
  transition: opacity 0.53333333s 0s;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .social-section-content-inner.animate-in {
    transition: opacity 0.8s 0s;
    opacity: 1;
  }
}
@media screen and (min-width: 1020px) {
  .social-section-content-inner {
    width: 400px;
  }
}
.social-section-title {
  display: block;
  font-weight: 700;
  color: #007d7e;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .social-section-title {
    font-size: 50px;
    line-height: 1.375;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .social-section-title {
    font-size: 50px;
    line-height: 1.375;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .social-section-title {
    margin-bottom: 20px;
  }
}
.social-section-all-in {
  margin-bottom: 10px;
}
.social-section-social-media {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.social-section-social-media li {
  list-style: none;
}
.social-media-item {
  font-size: 0;
  display: inline-block;
  margin: 0 calc(5px / 2);
}
.social-media-link {
  display: block;
  width: 30px;
  height: 30px;
  padding: 8px;
  background: #147b74 center center / contain no-repeat;
  background-origin: content-box;
  border-radius: 5px;
  transition: background-color 0.2s;
}
.social-media-link:hover,
.social-media-link:focus {
  background-color: #007d7e;
  text-decoration: none;
}
.social-media-link-instagram {
  background-image: url('../images/careers-landing-page/Rexall-Careers-Icon-Instagram.svg');
}
.social-media-link-facebook {
  background-image: url('../images/careers-landing-page/Rexall-Careers-Icon-Facebook.svg');
}
.social-media-link-linkedin {
  background-image: url('../images/careers-landing-page/Rexall-Careers-Icon-LinkedIn.svg');
}
.social-section-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background-color: #147b74;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.2s;
  border: 0 solid rgba(0, 0, 0, 0);
  line-height: 1.71428571;
  padding: 15px 30px;
  font-size: 14px;
}
.social-section-button:hover,
.social-section-button:focus {
  text-decoration: none;
}
.social-section-button:hover,
.social-section-button:focus {
  outline: none;
  text-decoration: none;
}
.social-section-button:hover,
.social-section-button:focus {
  border-color: rgba(0, 0, 0, 0);
  background-color: #007d7e;
  color: #ffffff;
}
.social-section-button:hover,
.social-section-button:focus,
.social-section-button:active {
  border-color: rgba(0, 0, 0, 0);
  background-color: #007d7e;
  color: #ffffff;
}
.social-section-button:visited {
  color: #ffffff;
}
.social-section-instagram-title {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
}
@media screen and (min-width: 1020px) {
  .social-section-instagram-title {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.social-section-instagram-title-img-mobile {
  transition: opacity 0.8s 0.4s;
  opacity: 0.01;
  display: block !important;
  -ms-flex-preferred-size: 720px;
  flex-basis: 720px;
  width: 100%;
  max-height: 100%;
}
.social-section-instagram-title-img-mobile.animate-in {
  transition: opacity 0.53333333s 0s;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .social-section-instagram-title-img-mobile.animate-in {
    transition: opacity 0.8s 0s;
    opacity: 1;
  }
}
@media screen and (min-width: 1020px) {
  .social-section-instagram-title-img-mobile {
    display: none !important;
  }
}
.social-section-instagram-title-img-desktop {
  transition: opacity 0.8s 0.4s;
  opacity: 0.01;
  display: none !important;
  width: 100%;
  max-width: 1385px;
}
.social-section-instagram-title-img-desktop.animate-in {
  transition: opacity 0.53333333s 0s;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .social-section-instagram-title-img-desktop.animate-in {
    transition: opacity 0.8s 0s;
    opacity: 1;
  }
}
@media screen and (min-width: 1020px) {
  .social-section-instagram-title-img-desktop {
    display: block !important;
  }
}
.social-section-instagram-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #007d7e;
  height: auto;
}
@media screen and (min-width: 1020px) {
  .social-section-instagram-container {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    flex-grow: 1;
    height: auto;
  }
}
@media screen and (min-width: 1540px) {
  .social-section-instagram-container {
    flex-grow: 0;
  }
}
.career-instagram-recent-feed {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.career-instagram-recent-feed-item {
  width: 50%;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 1020px) {
  .career-instagram-recent-feed-item {
    width: 25%;
  }
}
.career-instagram-recent-feed-item:nth-child(4n) ~ .career-instagram-recent-feed-item {
  display: none;
}
@media screen and (min-width: 1020px) {
  .career-instagram-recent-feed-item:nth-child(4n) ~ .career-instagram-recent-feed-item {
    display: block;
  }
}
.skip-link {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
}
.skip-link:focus {
  z-index: 999999;
  background-color: #024849;
  width: auto;
  height: auto;
  padding: 25px 40px;
  color: #eaf7f6;
  transform: translateY(0);
  clip: auto;
  overflow: visible;
}
.heading-1 {
  display: block;
  font-weight: 700;
  color: #007d7e;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .heading-1 {
    font-size: 50px;
    line-height: 1.375;
    margin-bottom: 40px;
  }
}
.heading-2 {
  display: block;
  font-weight: 700;
  color: #147b74;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .heading-2 {
    font-size: 50px;
    line-height: 1.375;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .heading-2 {
    font-size: 40px;
  }
}
.heading-3 {
  display: block;
  font-weight: 700;
  color: inherit;
  font-size: 30px;
  line-height: 1.06666667;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .heading-3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.heading-4 {
  display: block;
  color: inherit;
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 25px;
}
@media screen and (min-width: 768px) {
  .heading-4 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.heading-5 {
  display: block;
  color: inherit;
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .heading-5 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
img {
  width: 100%;
}
#tag {
  font-size: 0 !important;
}
#tag img {
  width: auto;
}
.focus-visible:focus {
  box-shadow: 0 0 3px 3px #000;
}
.header {
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  border-bottom: 0;
}
.mobile-nav-toggle-icon::before,
.mobile-nav-toggle-icon::after {
  background-image: url('../images/carenetwork/menu-sprite.svg');
}
.main-nav-active .mobile-nav-toggle {
  background-color: #EDFAF9;
}
.mobile-nav-toggle-text {
  color: #333333;
}
.main-nav-item {
  border-bottom: 1px solid rgba(26, 159, 151, 0.16);
}
@media screen and (min-width: 768px) {
  .main-nav-item {
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .main-nav-item-mobile-only {
    display: none;
  }
}
.main-nav-container {
  background-color: #EDFAF9;
}
@media screen and (min-width: 1020px) {
  .main-nav-container {
    background: #ffffff;
  }
}
.main-nav-link {
  color: #147b74;
}
@media screen and (min-width: 1540px) {
  .main-nav-link {
    font-size: 16px;
  }
}
.header-main-site-link {
  background-color: #147b74;
}
.career-section {
  background: #ffffff;
}
.lead {
  color: #333333;
  margin-bottom: 20px;
}
.career-section-text-inner {
  text-align: left;
}
.career-section-text-inner p {
  margin-bottom: 20px;
}
.career-section-text-inner p:last-child {
  margin-bottom: 0;
}
.career-section-media-text-button {
  visibility: hidden;
}
.career-section-text-container {
  padding-top: 60px;
}
.venue-image {
  background-image: url('../images/carenetwork/rexall-care-network-about-the-network@3x.jpg');
}
.cause-image {
  background-image: url('../images/carenetwork/rexall-care-network-our-focus@3x.jpg');
}
.events-image {
  background-image: url('../images/carenetwork/rexall-care-network-introduction@3x.jpg');
}
.board-image {
  background-image: url('../images/carenetwork/RX-GolfTournament-Board.jpg');
}
.venue-image,
.cause-image,
.events-image,
.board-image {
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1019px) {
  .venue-image,
  .cause-image,
  .events-image,
  .board-image {
    height: 350px;
  }
}
.golf-hero {
  position: relative;
}
.carenetwork-hero-heading {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 15%;
  font-size: 25px;
  line-height: 1.2;
  color: #ffffff;
}
@media screen and (min-width: 550px) {
  .carenetwork-hero-heading {
    bottom: 0;
    font-size: 30px;
  }
}
@media screen and (min-width: 1020px) {
  .carenetwork-hero-heading {
    font-size: 45px;
  }
}
@media screen and (min-width: 550px) {
  .carenetwork-hero-heading br {
    display: none;
  }
}
.golf-hero,
.golf-hero img {
  width: 100%;
  margin-bottom: -4px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .elizz-logo {
    margin-left: 3.5rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 1019px) {
  .elizz-logo {
    margin-left: 20px;
    margin-top: 25px;
  }
}
.mobile-hero {
  display: none;
}
@media screen and (max-width: 550px) {
  .desk-hero {
    display: none;
  }
  .mobile-hero {
    display: block;
  }
}
.footer-nav {
  border-top: 0;
}
.footer-logo-container {
  width: 220px;
}
@media screen and (min-width: 1540px) {
  .footer-logo-container {
    width: auto;
  }
}
.footer-logo-container a {
  display: block;
}
.footer-nav-link {
  font-size: 12px;
  line-height: 13px;
}
@media screen and (min-width: 1540px) {
  .footer-nav-link {
    font-size: 12px;
    line-height: 13px;
  }
}
@media screen and (min-width: 768px) {
  .footer-legal p {
    font-size: 10px;
  }
}
.sponsor-modal h4,
.sponsor-modal .heading-4 {
  margin-bottom: 10px;
}
.sponsor-fine {
  border-bottom: 0 !important;
  padding-top: 0;
}
.sponsor-body {
  padding-bottom: 10px;
  border-bottom: solid 1px #dfe6e5;
}
.featured-info-blocks-section {
  background-color: #ffffff;
  padding: 60px 0;
  text-align: center;
}
.featured-info-blocks-section.board-member-section {
  margin-top: -150px;
}
.featured-info-blocks-section.board-member-section .featured-info-blocks-title {
  clear: both;
}
@media screen and (min-width: 1020px) {
  .featured-info-blocks-section.board-member-section {
    margin-top: -88px;
  }
}
@media screen and (min-width: 1020px) {
  .featured-info-blocks-section:not(.board-member-section) {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1540px) {
  .featured-info-blocks-section:not(.board-member-section) {
    padding: 130px 0;
  }
}
.featured-info-blocks-section.partner-sponsors {
  padding-top: 40px;
}
.featured-info-blocks-section.care-network-charities {
  padding-top: 100px;
}
.featured-info-blocks-title {
  display: block;
  font-weight: 700;
  color: #147b74;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .featured-info-blocks-title {
    font-size: 50px;
    line-height: 1.375;
    margin-bottom: 60px;
  }
}
.featured-info-blocks-subtitle {
  display: block;
  font-weight: 400;
  color: #333333;
  font-size: 22px;
  line-height: 37px;
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .featured-info-blocks-subtitle {
    line-height: 37px;
    margin-bottom: 60px;
  }
}
.featured-info-blocks {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.featured-info-blocks li {
  list-style: none;
}
.featured-info-blocks-row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  overflow-x: hidden;
}
.featured-info-blocks-item {
  padding-left: calc(20px / 2);
  padding-right: calc(20px / 2);
  transition: opacity 0.8s 0s, transform 0.8s 0s;
  transform: translateX(50px);
  opacity: 0.01;
  width: calc(100% / 2);
  margin-bottom: 40px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .featured-info-blocks-item {
    width: calc(100% / 4);
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1540px) {
  .featured-info-blocks-item {
    width: calc(100% / 4);
    margin-bottom: 62px;
    padding: 0 60px;
  }
}
@media screen and (min-width: 768px) {
  .featured-info-blocks-item.board-member {
    width: calc(100% / 3);
  }
}
@media screen and (min-width: 1540px) {
  .featured-info-blocks-item.board-member {
    width: calc(100% / 5);
  }
}
.animate-in .featured-info-blocks-item {
  transition: opacity 0.8s 0s, transform 0.8s 0s;
  transform: translateX(0);
  opacity: 1;
}
.animate-in .featured-info-blocks-item:nth-child(12) {
  transition-delay: 1.1s;
}
.animate-in .featured-info-blocks-item:nth-child(11) {
  transition-delay: 1s;
}
.animate-in .featured-info-blocks-item:nth-child(10) {
  transition-delay: 0.9s;
}
.animate-in .featured-info-blocks-item:nth-child(9) {
  transition-delay: 0.8s;
}
.animate-in .featured-info-blocks-item:nth-child(8) {
  transition-delay: 0.7s;
}
.animate-in .featured-info-blocks-item:nth-child(7) {
  transition-delay: 0.6s;
}
.animate-in .featured-info-blocks-item:nth-child(6) {
  transition-delay: 0.5s;
}
.animate-in .featured-info-blocks-item:nth-child(5) {
  transition-delay: 0.4s;
}
.animate-in .featured-info-blocks-item:nth-child(4) {
  transition-delay: 0.3s;
}
.animate-in .featured-info-blocks-item:nth-child(3) {
  transition-delay: 0.2s;
}
.animate-in .featured-info-blocks-item:nth-child(2) {
  transition-delay: 0.1s;
}
.animate-in .featured-info-blocks-item:nth-child(1) {
  transition-delay: 0s;
}
@media screen and (min-width: 768px) {
  .featured-info-blocks-item-img {
    max-width: 190px;
  }
}
@media screen and (min-width: 1540px) {
  .featured-info-blocks-item-img {
    max-width: 190px;
  }
}
.ms-society-logo {
  margin-top: 51px;
  padding-left: 10px;
}
.featured-info-blocks-item-name {
  display: block;
  color: #147b74;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 15px 0 10px;
}
@media screen and (min-width: 1020px) {
  .featured-info-blocks-item-name {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 32px;
  }
}
.featured-info-blocks-item-text {
  display: block;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 10px;
}
@media screen and (min-width: 1020px) {
  .featured-info-blocks-item-text {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 30px;
  }
}
.partner-sponsors {
  background-color: #EDFAF9;
}
.partner-sponsors .featured-info-blocks-title {
  margin-bottom: 15px;
}
.partner-sponsors.rcn-golf-partners {
  background-color: #ffffff;
}
.caregivers-rcn-wrapper {
  margin-top: -50px;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
  width: 320px;
}
@media screen and (min-width: 768px) {
  .caregivers-rcn-wrapper {
    width: 640px;
  }
}
@media screen and (min-width: 1020px) {
  .caregivers-rcn-wrapper {
    width: 1300px;
    margin-bottom: 100px;
  }
}
.caregivers-rcn-wrapper .caregivers-rcn-image.only-mobile {
  display: block;
}
@media screen and (min-width: 1020px) {
  .caregivers-rcn-wrapper .caregivers-rcn-image.only-mobile {
    display: none;
  }
}
.caregivers-rcn-wrapper .caregivers-rcn-image.only-desktop {
  display: none;
}
@media screen and (min-width: 1020px) {
  .caregivers-rcn-wrapper .caregivers-rcn-image.only-desktop {
    display: block;
  }
}
.instagram-feed-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.instagram-feed-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 33%;
  width: 100% / 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .instagram-feed-item {
    width: 100% / 3;
  }
}
@media screen and (min-width: 1020px) {
  .instagram-feed-item {
    width: 100% / 6;
  }
}
.instagram-feed-item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer-social-media-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-top: 30px;
}
.footer-social-links-list {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 15px 0 0;
}
@media screen and (min-width: 768px) {
  .footer-social-links-list {
    margin: 15px 0 15px 0;
  }
}
@media screen and (min-width: 1020px) {
  .footer-social-links-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-top: 0;
    padding-top: 0;
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.footer-social-title {
  color: #ffffff;
  font-weight: 700;
}
.footer-social-link {
  color: #ffffff;
}
.footer-social-link:not(:last-child) {
  margin: 0 9px 0 0;
}
.footer-social-link a {
  display: block;
}
.footer-social-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
  align-self: center;
  height: 25px;
  width: 25px;
  fill: #ffffff;
  color: #ffffff;
  top: 0.125em;
  position: relative;
}
.carenetwork-about-blocks {
  padding: 100px 0 50px;
  background-image: url('../images/carenetwork/about-caregivers-in-canada-background@3x.jpg');
  background-repeat: no-repeat;
}
.carenetwork-family-caregivers {
  background: url('../images/carenetwork/about-caregivers-in-canada-background@3x.jpg') repeat;
}
.carenetwork-video {
  text-align: center;
  padding-top: 55px;
}
.carenetwork-video iframe {
  max-width: 100%;
}
.golf-video {
  padding-top: 0 !important;
  margin-bottom: 80px;
}
.sponsorship-heading {
  font-size: 20px !important;
}
.sponsor-highlights {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .sponsor-highlights {
    margin-bottom: 0;
  }
}
.carenetwork-about-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
}
.carenetwork-about-block:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .carenetwork-about-block h2 {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) {
  .carenetwork-about-block .heading-2 {
    font-size: 50px;
  }
}
.carenetwork-about-block-img.img-only-desktop {
  display: none;
}
.carenetwork-about-block-img.img-only-mobile {
  display: block;
}
.carenetwork-about-block-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.carenetwork-about-block-left .event-text {
  color: #147b74;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.carenetwork-about-block-left .event-highlights {
  margin-bottom: 5px !important;
  font-size: 17px;
}
.carenetwork-about-block-left .sponsor-highlights-list {
  padding-left: 22px;
}
.carenetwork-about-block-left .thank-you-message-cta {
  padding-top: 20px;
}
.carenetwork-about-block-left.about-img-left {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .carenetwork-about-block-left.about-img-left {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1020px) {
  .carenetwork-about-block-left.about-img-left {
    padding-right: 100px;
  }
}
.carenetwork-about-block-left .img-only-at-rexall {
  width: 300px;
}
.carenetwork-about-block-left .carenetwork-about-block-text-paragraph {
  margin-top: 20px;
}
@media screen and (min-width: 1020px) {
  .carenetwork-about-block-left .carenetwork-about-block-text-paragraph {
    margin-top: 0;
  }
}
.carenetwork-about-block-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.carenetwork-about-block-right.about-img-right {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .carenetwork-about-block-right.about-img-right {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1020px) {
  .carenetwork-about-block-right.about-img-right {
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .carenetwork-about-mobile-swap .carenetwork-about-block-left {
    order: 2;
  }
  .carenetwork-about-mobile-swap .carenetwork-about-block-right {
    order: 1;
  }
  .carenetwork-about-block-img {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .carenetwork-about-block-img.img-only-desktop {
    display: block;
  }
  .carenetwork-about-block-img.img-only-mobile {
    display: none;
  }
  .carenetwork-about-block-left,
  .carenetwork-about-block-right {
    width: 50%;
  }
}
.cms-carenetwork .page-wrapper .message-success {
  display: block;
  position: relative;
  margin: 0;
  padding: 30px 20px;
  color: #ffffff;
  background: #147b74;
  line-height: 1.2em;
  font-size: 2rem;
  text-align: center;
}
.cms-carenetwork .page-wrapper .message-success .carenetwork-success-message {
  display: block;
}
.cms-carenetwork .page-wrapper .message-success .carenetwork-success-message-sm {
  display: block;
  font-size: 1.4rem;
}
.carenetwork-form em.required {
  color: #024849;
}
.care-input-con .row.sponsor .checkbox {
  padding-bottom: 7px;
}
#check-rcn-sponsor\[\]-error {
  transform: translateY(-57px);
  height: 0;
  margin-left: -1px;
}
@media screen and (min-width: 1020px) {
  .care-input-con .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 20px;
  }
  .care-input-con .row.sponsor {
    padding-bottom: 0;
  }
  .care-input-con .last {
    margin-bottom: 15px;
  }
  .care-input-con .divider {
    border-bottom: solid 1px #dfe6e5;
    margin-bottom: 25px;
  }
  .care-input-con .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .care-input-con .column-left {
    padding-right: 3.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .care-input-con .column-left.rcn-asterisk {
    display: block;
  }
}
.input-container {
  margin-bottom: 20px;
  margin-right: 0;
  margin-left: 0;
}
.input-container label {
  padding-bottom: 10px;
}
.input-container .radio-label.rcn-golf-label {
  display: inline;
}
.care-form-con {
  line-height: 1.5;
  padding-top: 50px;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}
@media screen and (min-width: 1020px) {
  .care-form-con {
    font-size: 22px;
  }
}
.care-form-con.care-form-golf {
  padding-top: 75px;
}
.care-form-box {
  max-width: 1300px;
  margin: 0 10px 5px 10px;
  padding: 30px 30px 200px 30px;
  text-align: left;
  -webkit-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  transform: translateY(-150px);
  z-index: 1;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 0px 40px -1px #e6e6e6;
  box-shadow: 5px 0px 40px -1px #e6e6e6;
  font-size: 14px;
}
.care-form-box .row.sponsor.last {
  margin-bottom: 15px;
}
@media screen and (min-width: 1020px) {
  .care-form-box {
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 5px;
  }
}
.care-form-box.rcn-golf {
  transform: translateY(-110px);
}
.care-form-required-fields {
  font-size: 13px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1020px) {
  .care-form-required-fields {
    font-size: 18px;
  }
}
.charNum {
  font-size: 14px;
}
.care-form-box fieldset {
  padding: 0;
  border: 0;
}
.care-form-box select {
  border: 0;
  padding: 0;
}
@media screen and (min-width: 1020px) {
  .inquiry {
    width: 100%;
  }
}
.inquiry p {
  font-size: 18px;
}
@media screen and (min-width: 1020px) {
  .inquiry p {
    font-size: 22px;
  }
}
.care-form-box h3 {
  color: #147b74;
}
.care-form-box h2 {
  margin-bottom: 20px;
}
.care-form-box .heading-1 {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .care-form-box .heading-1 {
    margin-bottom: 40px;
  }
}
.care-form-desc {
  padding-right: 15%;
  margin: 0;
  font-size: 18px;
}
@media screen and (min-width: 1020px) {
  .care-form-desc {
    font-size: 22px;
  }
}
.care-form-required-fields {
  font-style: italic;
  font-size: 13px;
}
.care-hr {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 35px;
}
.faq-pdf-link {
  margin-bottom: 30px;
}
.faq-pdf-link .button-dark {
  width: 200px;
  color: #ffffff;
  background-color: #147b74;
  border: none;
  border-radius: 4px;
  padding: 15px 30px;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  font-weight: normal;
  text-decoration: none;
}
.faq-pdf-link .button-dark:hover {
  cursor: pointer;
  text-decoration: none;
}
@media screen and (min-width: 1020px) {
  .faq-pdf-link {
    margin-bottom: 15px;
    float: left;
    width: 100%;
  }
}
.general-inquiry-cta {
  display: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 16px;
}
.general-inquiry-cta span {
  font-style: italic;
  color: #e80c32;
}
.general-inquiry-cta a {
  color: #147b74;
}
.subscribe-button {
  width: auto;
  color: #ffffff;
  background-color: #147b74;
  border: none;
  border-radius: 4px;
  padding: 15px 30px;
  margin: 7px 7px 7px 0;
}
.subscribe-button:hover {
  cursor: pointer;
}
.care-form-submit .button-dark {
  width: auto;
  color: #ffffff;
  background-color: #147b74;
  border: none;
  border-radius: 4px;
  padding: 15px 30px;
  margin: 7px 7px 7px 0;
}
.care-form-submit .button-dark:hover {
  cursor: pointer;
}
@media screen and (min-width: 1020px) {
  .care-form-submit {
    float: left;
    width: 100%;
  }
}
.general-fields,
.donate-fields,
.request-fields {
  border: 0;
  padding-left: 0;
}
.inquiry {
  padding-top: 20px;
}
.care-form-box select {
  width: 100%;
  padding: 8px 12px;
}
.care-form-box input[type="text"] {
  padding: 8px 12px;
  background-color: #f7f4f7;
  border: none;
  width: 100%;
}
.care-form-box input[type="text"]::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
.care-form-box input[type="text"]::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.care-form-box input[type="text"]:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.care-form-box input[type="text"]::-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.care-form-box input[type="text"]::placeholder {
  color: #666666;
  opacity: 1;
}
.care-form-box select {
  display: block;
  background-color: #f7f4f7;
}
.care-form-box textarea {
  padding: 8px 12px;
  resize: none;
  display: block;
  background-color: #f7f4f7;
  border: none;
  width: 100%;
  height: 8em;
}
.care-form-box textarea::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
.care-form-box textarea::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.care-form-box textarea:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.care-form-box textarea::-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.care-form-box textarea::placeholder {
  color: #666666;
  opacity: 1;
}
.care-form-box [id*='-error'] {
  color: #e80c32;
  font-size: 13px;
}
.care-form-box .mage-error input[type="text"] {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-spacing: 3px;
  padding: 8px 12px;
  margin-bottom: 10px;
  background-color: #f7f4f7;
  border: none;
  width: 100%;
  font-size: 18px;
}
.care-form-box .mage-error input[type="text"]::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
.care-form-box .mage-error input[type="text"]::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.care-form-box .mage-error input[type="text"]:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.care-form-box .mage-error input[type="text"]::-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.care-form-box .mage-error input[type="text"]::placeholder {
  color: #666666;
  opacity: 1;
}
.input-container .radio-container {
  padding-top: 7px;
}
.input-container .radio-label {
  font-size: 18px;
  padding-top: 7px;
  padding-bottom: 0;
}
#nominee-dependant,
#volunteer-dependant,
#volunteer-op-dependant,
#yearly-review-dependant {
  display: none;
}
.carenetwork-video iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 56.3vw;
}
.event-video-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 80px;
}
.event-video-banner .watch-on-youtube {
  flex: 50%;
  margin-right: 0;
}
.event-video-banner .event-video-banner-content {
  flex: 50%;
}
.event-video-banner .event-video-banner-content h2 {
  margin-bottom: 0;
}
.event-video-banner .event-video-banner-content .rbc-presents {
  color: #147b74;
  font-weight: 700;
}
.event-video-banner .event-video-banner-content .rbc-text {
  margin-top: 25px;
}
.event-video-banner .event-video-banner-content .youtube-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background-color: #147b74;
  color: #ffffff;
  font-weight: 700;
  transition: background-color 0.2s;
  height: auto;
  border-radius: 6px;
  font-size: 16px;
  line-height: 14 / 16;
  padding: 13px 21px;
  min-height: 40px;
  padding-right: 3em;
}
.event-video-banner .event-video-banner-content .youtube-button:hover,
.event-video-banner .event-video-banner-content .youtube-button:focus {
  background-color: #005a5a;
  text-decoration: none;
  color: #ffffff;
}
.event-video-banner .event-video-banner-content .youtube-button:disabled {
  opacity: 1;
  background-color: #cccccc;
  color: #343434;
}
.event-video-banner .event-video-banner-content .youtube-button::after {
  content: '';
  position: absolute;
  background-image: url('../images/icons/new-window.svg');
  background-position: center;
  background-size: auto 50%;
  background-repeat: no-repeat;
  width: 3em;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  transform: none;
}
.event-video-banner .event-video-banner-content .youtube-button:hover::before,
.event-video-banner .event-video-banner-content .youtube-button:hover::after {
  background-position: center;
}
.event-video-banner .event-video-banner-content .external-icon-container {
  margin-top: 20px;
}
.event-video-banner .event-video-banner-content .external-icon-container p {
  font-size: 11px;
}
.event-video-banner .event-video-banner-content .external-icon-container img {
  width: 20px;
  vertical-align: middle;
}
.featured-info-blocks-section.event-speakers-section {
  margin-top: 0;
  padding: 60px 0 20px;
}
.featured-info-blocks-section.carenetwork-agenda-section,
.featured-info-blocks-section.carenetwork-event-section,
.featured-info-blocks-section.sponsors-section {
  background: #edfaf9;
}
.carenetwork-agenda-section .featured-info-blocks-title,
.carenetwork-event-section .featured-info-blocks-title,
.event-speakers-section .featured-info-blocks-title,
.sponsors-section .featured-info-blocks-title,
.carenetwork-sponsors .featured-info-blocks-title,
.partner-sponsors .featured-info-blocks-title {
  line-height: 50px;
  padding: 0 15px;
}
.carenetwork-agenda-section .featured-info-blocks-subtitle,
.carenetwork-event-section .featured-info-blocks-subtitle,
.event-speakers-section .featured-info-blocks-subtitle,
.sponsors-section .featured-info-blocks-subtitle,
.carenetwork-sponsors .featured-info-blocks-subtitle,
.partner-sponsors .featured-info-blocks-subtitle {
  padding: 0 15px;
}
.carenetwork-agenda-section .featured-info-blocks-subtitle,
.carenetwork-event-section .featured-info-blocks-subtitle,
.event-speakers-section .featured-info-blocks-subtitle {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.carenetwork-agenda-section .featured-info-blocks-title,
.carenetwork-event-section .featured-info-blocks-title {
  margin-bottom: 30px;
}
.carenetwork-agenda-section .featured-info-blocks-subtitle,
.carenetwork-event-section .featured-info-blocks-subtitle {
  margin-bottom: 30px;
}
.carenetwork-agenda-section .tune-in,
.carenetwork-event-section .tune-in {
  font-size: 22px;
  line-height: 37px;
  margin: 0;
}
.carenetwork-agenda-section .agenda-content,
.carenetwork-event-section .agenda-content {
  max-width: 820px;
  margin: 45px auto 60px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.carenetwork-agenda-section .agenda-image,
.carenetwork-event-section .agenda-image {
  display: block;
  max-width: 370px;
  margin-bottom: 25px;
}
.carenetwork-agenda-section .event-content,
.carenetwork-event-section .event-content {
  max-width: 820px;
  display: block;
  margin: 45px auto 0;
  padding: 0 15px;
}
.carenetwork-agenda-section .list,
.carenetwork-event-section .list {
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
  max-width: 385px;
}
.carenetwork-agenda-section .list-item,
.carenetwork-event-section .list-item {
  position: relative;
  color: #147b74;
  font-size: 22px;
  font-weight: 700;
  padding: 0 0 0 28px;
  margin: 0 0 20px;
}
.carenetwork-agenda-section .list-item::after,
.carenetwork-event-section .list-item::after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 16px;
  left: 0;
  background: #147b74;
  border-radius: 50%;
}
.carenetwork-agenda-section .list-item:last-child,
.carenetwork-event-section .list-item:last-child {
  margin-bottom: 0;
}
.carenetwork-agenda-section .callout,
.carenetwork-event-section .callout {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  padding: 25px 40px;
  margin: 0 15px;
  background: #147b74;
  border-radius: 100px;
  max-width: 750px;
}
.event-speakers-section .featured-info-blocks-title {
  margin-bottom: 25px;
}
.event-speakers-section .featured-info-blocks-subtitle {
  margin-bottom: 75px;
}
.sponsors-section .featured-info-blocks-title {
  margin-bottom: 15px;
}
.sponsor-heading {
  position: relative;
  font-size: 20px;
  color: #147b74;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin: 0 0 10px;
}
.sponsor-heading:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #147b74;
  opacity: 0.25;
}
.sponsor-heading span {
  position: relative;
  display: inline-block;
  background: #edfaf9;
  padding: 0 24px;
  z-index: 2;
}
.sponsor-images {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sponsor-images > :last-child {
  margin-bottom: 0;
}
.sponsor-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  webkit-align-content: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.sponsor-logos.presenting > img,
.sponsor-logos.presenting > a {
  width: 100%;
  margin: 4rem;
}
.sponsor-logos.platinum > img,
.sponsor-logos.platinum > a {
  width: 48%;
  margin: 2rem;
}
.sponsor-logos.gold > img,
.sponsor-logos.gold > a {
  width: 20%;
}
.sponsor-logos.silver > img,
.sponsor-logos.silver > a {
  width: 15%;
  margin: 15px 10px;
}
.sponsor-logos.presenting > img,
.sponsor-logos.platinum > img,
.sponsor-logos.gold > img,
.sponsor-logos.silver > img,
.sponsor-logos.presenting > a,
.sponsor-logos.platinum > a,
.sponsor-logos.gold > a,
.sponsor-logos.silver > a {
  max-width: 400px;
}
@media screen and (max-width: 500px) {
  .sponsor-logos.platinum > img,
  .sponsor-logos.platinum > a {
    width: 80%;
    margin: 1rem 0;
  }
  .sponsor-logos.gold > img,
  .sponsor-logos.gold > a {
    width: 50%;
  }
  .sponsor-logos.silver > img,
  .sponsor-logos.silver > a {
    width: 33%;
  }
  .event-video-banner {
    margin: 50px 30px;
  }
}
@media screen and (max-width: 550px) {
  .carenetwork-agenda-section .callout {
    border-radius: 30px;
  }
}
@media screen and (min-width: 768px) {
  .carenetwork-agenda-section .featured-info-blocks-title,
  .event-speakers-section .featured-info-blocks-title,
  .sponsors-section .featured-info-blocks-title,
  .carenetwork-sponsors .featured-info-blocks-title,
  .partner-sponsors .featured-info-blocks-title {
    line-height: 70px;
    padding: 0;
  }
  .carenetwork-agenda-section .featured-info-blocks-subtitle,
  .event-speakers-section .featured-info-blocks-subtitle,
  .sponsors-section .featured-info-blocks-subtitle,
  .carenetwork-sponsors .featured-info-blocks-subtitle,
  .partner-sponsors .featured-info-blocks-subtitle {
    padding: 0;
  }
  .carenetwork-agenda-section .agenda-content {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .carenetwork-agenda-section .agenda-image {
    max-width: 320px;
    margin-bottom: 0;
  }
  .carenetwork-agenda-section .list {
    max-width: 385px;
  }
  .carenetwork-agenda-section .callout {
    margin: 0 auto;
  }
  .sponsor-images {
    width: 80%;
    margin: 0 auto;
  }
  .sponsor-logos.silver > img,
  .sponsor-logos.silver > a {
    margin: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .featured-info-blocks-section.event-speakers-section {
    padding: 80px 0 20px;
  }
  .featured-info-blocks-section.carenetwork-agenda-section {
    padding: 80px 0 80px;
  }
  .featured-info-blocks-section.carenetwork-event-section {
    padding: 80px 0 0;
  }
  .featured-info-blocks-section.sponsors-section {
    padding: 80px 0 80px;
  }
  .carenetwork-video {
    padding: 0;
  }
  .carenetwork-video iframe {
    width: 820px;
    height: 460px;
  }
  .carenetwork-agenda-section .agenda-content {
    padding: 0;
  }
  .carenetwork-agenda-section .event-content {
    padding: 0;
  }
  .carenetwork-agenda-section .agenda-image {
    max-width: 370px;
  }
  .event-video-banner {
    flex-direction: row;
  }
  .event-video-banner .watch-on-youtube {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .sponsor-logos.platinum > img,
  .sponsor-logos.platinum > a {
    width: 40%;
  }
  .sponsor-logos.gold > img,
  .sponsor-logos.gold > a {
    width: 33%;
  }
  .sponsor-logos.silver > img,
  .sponsor-logos.silver > a {
    width: 25%;
  }
}
@media screen and (max-width: 1200px) {
  .sponsor-logos.platinum > img,
  .sponsor-logos.platinum > a {
    margin: 2rem 0;
  }
}
.cms-carenetwork-funding .captcha-wrap {
  margin-bottom: 20px;
}
.cms-carenetwork-funding .captcha-wrap .error-message {
  display: none;
  color: #e80c32;
  font-size: 12px;
  margin: 2px 0 0;
}
.cms-carenetwork-funding .captcha-wrap.error .error-message {
  display: block;
}
.cms-carenetwork h2 {
  text-align: center;
  font-size: 32px;
  line-height: 38px;
}
@media screen and (min-width: 768px) {
  .cms-carenetwork h2 {
    font-size: 40px;
    line-height: normal;
  }
}
.cms-carenetwork .rcn-support-container {
  padding: 100px 0 50px;
}
@media screen and (min-width: 1020px) {
  .cms-carenetwork .rcn-support-container {
    padding-top: 50px;
  }
}
.cms-carenetwork .rcn-support-container .rcn-support-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .cms-carenetwork .rcn-support-container .rcn-support-wrapper {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.cms-carenetwork .rcn-support-container .rcn-support-wrapper .rcn-support-img-wrapper {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cms-carenetwork .rcn-support-container .rcn-support-wrapper .rcn-support-img-wrapper {
    width: 200px;
  }
}
.cms-carenetwork .rcn-support-container .rcn-support-wrapper .rcn-support-img-wrapper img {
  height: 120px;
  width: auto;
  margin: auto;
}
.cms-carenetwork .rcn-support-container .rcn-support-wrapper .rcn-support-img-wrapper .rcn-support-cdss {
  width: 200px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .cms-carenetwork .rcn-support-container .rcn-support-wrapper .rcn-support-img-wrapper .rcn-support-cdss {
    max-height: 120px;
    margin-top: 20px;
  }
}
.cms-carenetwork .rcn-about-rexall-container-wrapper,
.cms-carenetwork .rcn-caregivers-container-wrapper {
  background-color: #eaf7f6;
}
.cms-carenetwork .rcn-about-rexall-container,
.cms-carenetwork .rcn-caregivers-container,
.cms-carenetwork .rcn-be-well-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  overflow-x: hidden;
  padding: 50px 20px;
  background-color: #eaf7f6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .cms-carenetwork .rcn-about-rexall-container,
  .cms-carenetwork .rcn-caregivers-container,
  .cms-carenetwork .rcn-be-well-container {
    padding: 50px 100px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1020px) {
  .cms-carenetwork .rcn-about-rexall-container,
  .cms-carenetwork .rcn-caregivers-container,
  .cms-carenetwork .rcn-be-well-container {
    text-align: left;
  }
}
.cms-carenetwork .rcn-about-rexall-container > div,
.cms-carenetwork .rcn-caregivers-container > div,
.cms-carenetwork .rcn-be-well-container > div {
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 1020px) {
  .cms-carenetwork .rcn-about-rexall-container > div,
  .cms-carenetwork .rcn-caregivers-container > div,
  .cms-carenetwork .rcn-be-well-container > div {
    width: 50%;
  }
}
.cms-carenetwork .rcn-caregivers-container .rcn-caregivers-img-wrapper img {
  max-width: 500px;
}
.cms-carenetwork .rcn-ambassador-video-container {
  padding-top: 100px;
  text-align: center;
  background: url('../images/carenetwork/rcn-impact-bg.png') right top no-repeat;
  background-size: cover;
}
.cms-carenetwork .rcn-ambassador-video-container h2 {
  width: auto;
  margin: 0 auto 50px;
  padding: 0 20px;
}
@media screen and (min-width: 1020px) {
  .cms-carenetwork .rcn-ambassador-video-container h2 {
    width: 760px;
    padding: 0;
  }
}
.cms-carenetwork .rcn-ambassador-video-container .rcn-ambassador-content-container {
  background-color: #147b74;
}
.cms-carenetwork .rcn-ambassador-video-container .rcn-ambassador-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  overflow-x: hidden;
  margin: -150px auto 0;
  padding: 200px 20px 50px;
  background-color: #147b74;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .cms-carenetwork .rcn-ambassador-video-container .rcn-ambassador-content {
    padding: 200px 100px 50px;
  }
}
.cms-carenetwork .rcn-ambassador-video-container .rcn-ambassador-content h3 {
  font-size: 40px;
}
.cms-carenetwork .rcn-ambassador-video-container .rcn-ambassador-content .rcn-ambassador-subheading {
  font-size: 22px;
}
.cms-carenetwork .rcn-ambassador-video-container .rcn-ambassador-content > img {
  height: 120px;
  width: auto;
  padding-bottom: 40px;
}
.cms-carenetwork .rcn-ambassador-video-container .hytPlayerWrapOuter .video {
  border: none;
}
.cms-carenetwork .rcn-legal-copy {
  font-size: 14px;
}
.cms-carenetwork .rcn-stats-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  overflow-x: hidden;
  margin: auto;
  padding: 50px 0;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  flex-wrap: wrap;
}
.cms-carenetwork .rcn-stats-wrapper .rcn-stat-item {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .cms-carenetwork .rcn-stats-wrapper .rcn-stat-item {
    width: 50%;
    font-size: 18px;
  }
}
@media screen and (min-width: 1020px) {
  .cms-carenetwork .rcn-stats-wrapper .rcn-stat-item {
    width: 200px;
    padding: 0;
    font-size: 18px;
  }
}
.cms-carenetwork .rcn-stats-wrapper .rcn-stat-item .rcn-stat-percentage {
  font-size: 68px;
  font-weight: 700;
  color: #147b74;
  margin-bottom: 10px;
}
.cms-carenetwork .rcn-amount-raised {
  background: url('../images/carenetwork/rcn-caring-bg.jpg') right top no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .cms-carenetwork .rcn-amount-raised {
    padding: 0 100px;
  }
}
.cms-carenetwork .rcn-amount-raised .rcn-amount-raised-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cms-carenetwork .rcn-amount-raised .rcn-amount-raised-img-container {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1020px) {
  .cms-carenetwork .rcn-amount-raised .rcn-amount-raised-img-container {
    width: 40%;
  }
}
.cms-carenetwork .rcn-amount-raised .rcn-amount-raised-title-container {
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .cms-carenetwork .rcn-amount-raised .rcn-amount-raised-title-container {
    width: 60%;
  }
}
.cms-carenetwork .rcn-amount-raised .rcn-amount-raised-img {
  height: 220px;
  width: auto;
  padding: 20px 40px;
}
@media screen and (min-width: 768px) {
  .cms-carenetwork .rcn-amount-raised .rcn-amount-raised-img {
    height: 300px;
  }
}
.cms-carenetwork .rcn-amount-raised h2 {
  height: 100%;
  padding: 20px 0;
  font-size: 32px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .cms-carenetwork .rcn-amount-raised h2 {
    padding: 20px 40px;
    font-size: 40px;
  }
}
.cms-carenetwork .rcn-amount-raised h2 span {
  font-weight: 700;
  font-style: italic;
}
.cms-carenetwork .rcn-board-members-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  overflow-x: hidden;
  padding: 80px 20px 0;
}
.cms-carenetwork .rcn-board-members-wrapper h2 {
  margin-bottom: 80px;
}
.cms-carenetwork .rcn-board-members-wrapper .rcn-board-member-item-group {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
}
.cms-carenetwork .rcn-board-members-wrapper .rcn-board-member-item-group .rcn-board-members-item {
  width: 50%;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .cms-carenetwork .rcn-board-members-wrapper .rcn-board-member-item-group .rcn-board-members-item {
    width: 33.33333%;
  }
}
@media screen and (min-width: 1020px) {
  .cms-carenetwork .rcn-board-members-wrapper .rcn-board-member-item-group .rcn-board-members-item {
    width: 20%;
  }
}
.cms-carenetwork .rcn-board-members-wrapper .rcn-board-member-item-group .rcn-board-members-item img {
  width: 120px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .cms-carenetwork .rcn-board-members-wrapper .rcn-board-member-item-group .rcn-board-members-item img {
    width: 200px;
  }
}
@media screen and (min-width: 1020px) {
  .cms-carenetwork .rcn-board-members-wrapper .rcn-board-member-item-group .rcn-board-members-item img {
    width: 150px;
  }
}
.cms-carenetwork .rcn-board-members-wrapper .rcn-board-member-item-group .rcn-board-members-item .rcn-board-members-content-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  color: #147b74;
  margin-bottom: 0;
  display: block;
}
.cms-carenetwork .rcn-divider {
  height: 3px;
  width: 240px;
  margin: 0 auto;
  background-color: #78bd43;
  border: none;
}
@media screen and (min-width: 768px) {
  .cms-carenetwork .rcn-divider {
    width: 620px;
  }
}
.cms-carenetwork .testimonials-section {
  margin-top: 80px;
}
.cms-carenetwork .testimonials-section .testimonials-quote-container > * {
  text-align: left;
}
.cms-carenetwork .testimonials-section .testimonials-slider-item-img-container {
  margin-bottom: 30px;
}
@media screen and (min-width: 1020px) {
  .cms-carenetwork .testimonials-section .testimonials-slider-item-img-container {
    margin-bottom: 0;
  }
}
.cms-carenetwork .rcn-testimonials img {
  max-width: 225px;
}
.cms-carenetwork .rcn-testimonials img.charity-image {
  max-width: 350px;
}
.cms-carenetwork .rcn-testimonials img.charity-image-ncsft {
  height: 300px;
  width: auto;
}
.cms-carenetwork .video {
  border: none;
  width: 100%;
  max-width: 425px;
  height: 240px;
}
@media screen and (min-width: 768px) {
  .cms-carenetwork .video {
    max-width: 630px;
    height: 350px;
  }
}
@media screen and (min-width: 1020px) {
  .cms-carenetwork .video {
    max-width: 1020px;
    height: 560px;
  }
}
.cms-carenetwork .hytPlayerWrapOuter {
  padding: 0 20px;
}
.cms-carenetwork .rcn-impact-container {
  padding-top: 100px;
  text-align: center;
  background: url('../images/carenetwork/rcn-impact-bg.png') right top no-repeat;
  background-size: cover;
}
.cms-carenetwork .rcn-impact-container .rcn-impact-content-wrapper {
  padding: 0 20px;
}
.cms-carenetwork .rcn-impact-container .rcn-impact-more-videos-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 60px 0 80px;
}
.cms-carenetwork .rcn-impact-container .rcn-impact-more-videos-wrapper > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 240px;
  margin: 20px 10px 0;
}
.cms-carenetwork .rcn-impact-container .rcn-impact-more-videos-wrapper > div .rcn-impact-image {
  width: 240px;
}
.cms-carenetwork .rcn-impact-container .rcn-impact-more-videos-wrapper .rcn-impact-title {
  font-size: 18px;
  font-weight: 700;
  color: #147b74;
}
.cms-carenetwork .rcn-be-well-container {
  margin: 0px auto 0 auto;
  padding: 0 20px 100px;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .cms-carenetwork .rcn-be-well-container {
    padding: 0 100px 10px;
  }
}
.cms-carenetwork .rcn-be-well-container .rcn-be-well-content {
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .cms-carenetwork .rcn-be-well-container .rcn-be-well-content {
    width: 60%;
    text-align: left;
  }
}
.cms-carenetwork .rcn-be-well-container .rcn-be-well-content h2 {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .cms-carenetwork .rcn-be-well-container .rcn-be-well-content h2 {
    text-align: left;
  }
}
.cms-carenetwork .rcn-be-well-container .rcn-be-well-content p {
  font-size: 22px;
  margin-bottom: 15px;
}
.cms-carenetwork .rcn-be-well-container .rcn-be-well-content img {
  margin-bottom: 0px;
}
.cms-carenetwork .rcn-be-well-container .rcn-be-well-content .rcn-legal-copy {
  font-size: 14px;
}
.cms-carenetwork .rcn-be-well-container .rcn-be-well-img-wrapper {
  width: 100%;
  padding-top: 0;
}
@media screen and (min-width: 1020px) {
  .cms-carenetwork .rcn-be-well-container .rcn-be-well-img-wrapper {
    width: 40%;
  }
}
.cms-carenetwork .rcn-be-well-container .rcn-be-well-only-at-rexall {
  display: block;
  height: auto;
  width: 262px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 1020px) {
  .cms-carenetwork .rcn-be-well-container .rcn-be-well-only-at-rexall {
    margin: 0 0 50px;
  }
}
.cms-carenetwork .rcn-be-well-container .rcn-be-well-button {
  margin: 15px 0px;
}
.cms-carenetwork .rcn-resources-container {
  padding: 50px 20px;
  background: url('../images/carenetwork/rcn-resources-bg.jpg') right top no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .cms-carenetwork .rcn-resources-container {
    padding: 80px 100px;
  }
}
.cms-carenetwork .rcn-resources-container .rcn-resources-container-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  overflow-x: hidden;
}
.cms-carenetwork .rcn-resources-container .rcn-resource-column-group {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .cms-carenetwork .rcn-resources-container .rcn-resource-column-group {
    padding: 0;
  }
}
.cms-carenetwork .rcn-resources-container .rcn-resource-column-group .rcn-resources-column {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .cms-carenetwork .rcn-resources-container .rcn-resource-column-group .rcn-resources-column {
    width: 50%;
    padding: 20px 40px;
  }
}
.cms-carenetwork .rcn-resources-container .rcn-resource-column-group .rcn-resources-column .rcn-resource-group {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .cms-carenetwork .rcn-resources-container .rcn-resource-column-group .rcn-resources-column .rcn-resource-group {
    margin-top: 30px;
  }
}
.cms-carenetwork .rcn-resources-container .rcn-resource-column-group .rcn-resources-column .rcn-resource-group h3 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .cms-carenetwork .rcn-resources-container .rcn-resource-column-group .rcn-resources-column .rcn-resource-group h3 {
    font-size: 22px;
  }
}
.cms-carenetwork .rcn-resources-container .rcn-resource-content-item {
  margin: 20px 0;
}
.cms-carenetwork .rcn-resources-container .rcn-resource-content-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cms-carenetwork .rcn-resources-container .rcn-resource-content-item a img {
  margin-right: 20px;
}
.cms-carenetwork .rcn-resources-container .rcn-resource-content-item a h4 {
  font-size: 20px;
  font-weight: 400;
  height: 100%;
  vertical-align: middle;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .cms-carenetwork .rcn-resources-container .rcn-resource-content-item a h4 {
    font-size: 22px;
  }
}
.cms-carenetwork .rcn-resources-container .rcn-resource-content-item a h4 .external-window-icon::after {
  content: url(../images/icons/new-window-gray.svg);
  margin-right: 5px;
  vertical-align: middle;
}
.cms-carenetwork .rcn-resources-container .rcn-resource-icon {
  height: 40px;
  width: auto;
}
.cms-carenetwork .rcn-resources-container .external-icon-disclaimer {
  text-align: center;
  color: #333333;
  margin-bottom: 20px;
}
.cms-carenetwork .rcn-contest-winner {
  background-color: #eaf7f6;
}
.cms-carenetwork .rcn-funding-request-wrapper {
  padding: 80px 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cms-carenetwork .rcn-funding-request-wrapper {
    padding: 80px 100px;
  }
}
.cms-carenetwork .rcn-funding-request-wrapper h2 {
  margin-bottom: 10px;
}
.cms-carenetwork .rcn-funding-request-wrapper .rcn-funding-request-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background-color: #147b74;
  color: #ffffff;
  font-weight: 700;
  transition: background-color 0.2s;
  height: auto;
  border-radius: 6px;
  font-size: 16px;
  line-height: 14 / 16;
  padding: 13px 21px;
  min-height: 40px;
}
.cms-carenetwork .rcn-funding-request-wrapper .rcn-funding-request-button:hover,
.cms-carenetwork .rcn-funding-request-wrapper .rcn-funding-request-button:focus {
  background-color: #005a5a;
  text-decoration: none;
  color: #ffffff;
}
.cms-carenetwork .rcn-funding-request-wrapper .rcn-funding-request-button:disabled {
  opacity: 1;
  background-color: #cccccc;
  color: #343434;
}
.cms-carenetwork .social-section-instagram-container {
  background-color: #eaf7f6;
}
.cms-carenetwork .social-section-instagram-container img {
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 1020px) {
  .cms-carenetwork .social-section-instagram-container img {
    max-height: 500px;
    width: auto;
    max-width: 100%;
  }
}
.cms-carenetwork .rcn-reverse-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  color: #147b74;
  font-weight: 700;
  transition: background-color 0.2s;
  height: auto;
  border-radius: 6px;
  font-size: 16px;
  line-height: 14 / 16;
  padding: 13px 21px;
  min-height: 40px;
  padding-right: 3em;
  margin-bottom: 30px;
}
.cms-carenetwork .rcn-reverse-button:hover,
.cms-carenetwork .rcn-reverse-button:focus {
  background-color: #e5f5f4;
  text-decoration: none;
  color: #147b74;
}
.cms-carenetwork .rcn-reverse-button:disabled {
  opacity: 1;
  background-color: #cccccc;
  color: #343434;
}
.cms-carenetwork .rcn-reverse-button::after {
  content: '';
  position: absolute;
  background-image: url('../images/icons/new-window-green.svg');
  background-position: center;
  background-size: auto 50%;
  background-repeat: no-repeat;
  width: 3em;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  transform: none;
}
.cms-carenetwork .rcn-reverse-button:hover::before,
.cms-carenetwork .rcn-reverse-button:hover::after {
  background-position: center;
}
.cms-carenetwork .rcn-be-well-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background-color: #147b74;
  color: #ffffff;
  font-weight: 700;
  transition: background-color 0.2s;
  height: auto;
  border-radius: 6px;
  font-size: 16px;
  line-height: 14 / 16;
  padding: 13px 21px;
  min-height: 40px;
}
.cms-carenetwork .rcn-be-well-button:hover,
.cms-carenetwork .rcn-be-well-button:focus {
  background-color: #005a5a;
  text-decoration: none;
  color: #ffffff;
}
.cms-carenetwork .rcn-be-well-button:disabled {
  opacity: 1;
  background-color: #cccccc;
  color: #343434;
}
.cms-carenetwork .external-icon-disclaimer > img {
  display: inline;
  height: 20px;
  width: auto;
  vertical-align: middle;
}
.cms-carenetwork .external-icon-disclaimer > p {
  display: inline;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .cms-carenetwork .reverse-order-mobile > div:first-child {
    order: 2;
  }
}
.footer-gdpr-popup {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: #147b74;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.18);
}
.footer-gdpr-popup-text-wrapper p {
  margin: unset;
  -webkit-font-smoothing: initial;
  font-weight: 400;
  font-size: 16px;
}
.footer-gdpr-popup-text-wrapper p a {
  font-weight: 400;
}
.footer-gdpr-popup-content {
  width: 100%;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  padding: 15px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-gdpr-popup-text-wrapper {
  font-size: 16px;
  color: #ffffff;
}
.footer-gdpr-popup-text-wrapper a {
  color: #ffffff;
  text-decoration: underline;
}
.footer-gdpr-popup-text-wrapper a:hover,
.footer-gdpr-popup-text-wrapper a:focus {
  text-decoration: none;
}
.footer-gdpr-popup-button-wrapper {
  padding-top: 10px;
}
.gdpr-popup-button,
.gdpr-popup-accept {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background-color: #147b74;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.2s;
  border: 0 solid rgba(0, 0, 0, 0);
  line-height: 1.71428571;
  font-size: 14px;
  font-size: 15px;
  padding: 10px 20px;
  color: #147b74;
  background-color: #ffffff;
  font-weight: 700;
}
.gdpr-popup-button:hover,
.gdpr-popup-accept:hover,
.gdpr-popup-button:focus,
.gdpr-popup-accept:focus {
  text-decoration: none;
}
.gdpr-popup-button:hover,
.gdpr-popup-accept:hover,
.gdpr-popup-button:focus,
.gdpr-popup-accept:focus {
  outline: none;
  text-decoration: none;
}
.gdpr-popup-button:hover,
.gdpr-popup-accept:hover,
.gdpr-popup-button:focus,
.gdpr-popup-accept:focus {
  border-color: rgba(0, 0, 0, 0);
  background-color: #007d7e;
  color: #ffffff;
}
.gdpr-popup-button:hover,
.gdpr-popup-accept:hover,
.gdpr-popup-button:focus,
.gdpr-popup-accept:focus,
.gdpr-popup-button:active,
.gdpr-popup-accept:active {
  border-color: rgba(0, 0, 0, 0);
  background-color: #007d7e;
  color: #ffffff;
}
.gdpr-popup-button:visited,
.gdpr-popup-accept:visited {
  color: #ffffff;
}
.gdpr-popup-button:hover,
.gdpr-popup-accept:hover {
  background-color: #e5f5f4;
  color: #147b74;
}
.footer-gdpr-popup-close {
  position: absolute;
  z-index: 101;
  top: -14px;
  right: 0;
  height: 36px;
  width: 36px;
  background: url(../images/fancybox/fancybox_sprite.png) 0 0 no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .footer-gdpr-popup-content {
    max-width: 720px;
    text-align: left;
    flex-direction: row;
  }
  .footer-gdpr-popup-content .footer-gdpr-popup-text-wrapper p {
    margin: unset;
    -webkit-font-smoothing: initial;
    font-weight: 400;
    font-size: 16px;
  }
  .footer-gdpr-popup-content .footer-gdpr-popup-text-wrapper p a {
    font-weight: 400;
  }
  .footer-gdpr-popup-content .footer-gdpr-popup-button-wrapper {
    padding-top: unset;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1020px) {
  .footer-gdpr-popup-content {
    max-width: 960px;
  }
}
.cms-page-view .page-wrapper .message-success {
  display: block;
  position: relative;
  margin: 0;
  padding: 30px 20px;
  color: #ffffff;
  background: #147b74;
  line-height: 1.2em;
  font-size: 2rem;
  text-align: center;
}
.cms-page-view .page-wrapper .message-success .carenetwork-success-message {
  display: block;
}
.cms-page-view .page-wrapper .message-success .carenetwork-success-message-sm {
  display: block;
  font-size: 1.4rem;
}
.cms-page-view .carenetwork-form {
  margin-top: 50px;
}
@media screen and (min-width: 1020px) {
  .cms-page-view .carenetwork-form {
    margin-top: 115px;
  }
}
.cms-page-view .carenetwork-form em.required {
  color: #024849;
}
.cms-page-view .care-input-con .row.sponsor .checkbox {
  padding-bottom: 7px;
}
.cms-page-view #check-rcn-sponsor\[\]-error {
  transform: translateY(-57px);
  height: 0;
  margin-left: -1px;
}
@media screen and (min-width: 1020px) {
  .cms-page-view .care-input-con .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 20px;
  }
  .cms-page-view .care-input-con .row.sponsor {
    padding-bottom: 0;
  }
  .cms-page-view .care-input-con .last {
    margin-bottom: 15px;
  }
  .cms-page-view .care-input-con .divider {
    border-bottom: solid 1px #dfe6e5;
    margin-bottom: 25px;
  }
  .cms-page-view .care-input-con .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cms-page-view .care-input-con .column-left {
    padding-right: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cms-page-view .care-input-con .column-right {
    padding-left: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cms-page-view .care-input-con .column-left.rcn-asterisk {
    display: block;
  }
}
.cms-page-view .input-container {
  margin-bottom: 20px;
  margin-right: 0;
  margin-left: 0;
}
.cms-page-view .input-container label {
  padding-bottom: 10px;
}
.cms-page-view .input-container .radio-label.rcn-golf-label {
  display: inline;
}
.cms-page-view .care-form-con {
  line-height: 1.5;
  padding-top: 50px;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}
@media screen and (min-width: 1020px) {
  .cms-page-view .care-form-con {
    font-size: 22px;
  }
}
.cms-page-view .care-form-con.care-form-golf {
  padding-top: 75px;
}
.cms-page-view .care-form-box {
  max-width: 1300px;
  margin: 0 10px 5px 10px;
  padding: 30px 30px 200px 30px;
  text-align: left;
  -webkit-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  transform: translateY(-150px);
  z-index: 1;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 0px 40px -1px #e6e6e6;
  box-shadow: 5px 0px 40px -1px #e6e6e6;
  font-size: 14px;
}
.cms-page-view .care-form-box.funding-form {
  margin-top: 50px;
}
@media screen and (min-width: 1020px) {
  .cms-page-view .care-form-box.funding-form {
    margin-top: 0;
  }
}
.cms-page-view .care-form-box .row.sponsor.last {
  margin-bottom: 15px;
}
@media screen and (min-width: 1020px) {
  .cms-page-view .care-form-box {
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 5px;
  }
}
.cms-page-view .care-form-box.rcn-golf {
  transform: translateY(-110px);
}
.cms-page-view .care-form-required-fields {
  font-size: 13px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1020px) {
  .cms-page-view .care-form-required-fields {
    font-size: 18px;
  }
}
.cms-page-view .charNum {
  font-size: 14px;
}
.cms-page-view .care-form-box fieldset {
  padding: 0;
  border: 0;
}
.cms-page-view .care-form-box select {
  border: 0;
  padding: 0;
}
@media screen and (min-width: 1020px) {
  .cms-page-view .inquiry {
    width: 100%;
  }
}
.cms-page-view .inquiry p {
  font-size: 18px;
}
@media screen and (min-width: 1020px) {
  .cms-page-view .inquiry p {
    font-size: 22px;
  }
}
.cms-page-view .care-form-box h3 {
  color: #147b74;
}
.cms-page-view .care-form-box h2 {
  margin-bottom: 20px;
}
.cms-page-view .care-form-box .heading-1 {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .cms-page-view .care-form-box .heading-1 {
    margin-bottom: 40px;
  }
}
.cms-page-view .care-form-desc {
  padding-right: 15%;
  margin: 0;
  font-size: 18px;
}
@media screen and (min-width: 1020px) {
  .cms-page-view .care-form-desc {
    font-size: 22px;
  }
}
.cms-page-view .care-form-required-fields {
  font-style: italic;
  font-size: 13px;
}
.cms-page-view .care-hr {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 35px;
}
.cms-page-view .faq-pdf-link {
  margin-bottom: 30px;
}
.cms-page-view .faq-pdf-link .button-dark {
  width: 200px;
  color: #ffffff;
  background-color: #147b74;
  border: none;
  border-radius: 4px;
  padding: 15px 30px;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  font-weight: normal;
  text-decoration: none;
}
.cms-page-view .faq-pdf-link .button-dark:hover {
  cursor: pointer;
  text-decoration: none;
}
@media screen and (min-width: 1020px) {
  .cms-page-view .faq-pdf-link {
    margin-bottom: 15px;
    float: left;
    width: 100%;
  }
}
.cms-page-view .general-inquiry-cta {
  display: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 16px;
}
.cms-page-view .general-inquiry-cta span {
  font-style: italic;
  color: #e80c32;
}
.cms-page-view .general-inquiry-cta a {
  color: #147b74;
}
.cms-page-view .subscribe-button {
  width: auto;
  color: #ffffff;
  background-color: #147b74;
  border: none;
  border-radius: 4px;
  padding: 15px 30px;
  margin: 7px 7px 7px 0;
}
.cms-page-view .subscribe-button:hover {
  cursor: pointer;
}
.cms-page-view .care-form-submit .button-dark {
  width: auto;
  color: #ffffff;
  background-color: #147b74;
  border: none;
  border-radius: 4px;
  padding: 15px 30px;
  margin: 7px 7px 7px 0;
}
.cms-page-view .care-form-submit .button-dark:hover {
  cursor: pointer;
}
@media screen and (min-width: 1020px) {
  .cms-page-view .care-form-submit {
    float: left;
    width: 100%;
  }
}
.cms-page-view .general-fields,
.cms-page-view .donate-fields,
.cms-page-view .request-fields {
  border: 0;
  padding-left: 0;
}
.cms-page-view .inquiry {
  padding-top: 20px;
}
.cms-page-view .care-form-box select {
  width: 100%;
  padding: 8px 12px;
}
.cms-page-view .care-form-box input[type="text"] {
  padding: 8px 12px;
  background-color: #f7f4f7;
  border: none;
  width: 100%;
}
.cms-page-view .care-form-box input[type="text"]::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
.cms-page-view .care-form-box input[type="text"]::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.cms-page-view .care-form-box input[type="text"]:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.cms-page-view .care-form-box input[type="text"]::-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.cms-page-view .care-form-box input[type="text"]::placeholder {
  color: #666666;
  opacity: 1;
}
.cms-page-view .care-form-box select {
  display: block;
  background-color: #f7f4f7;
}
.cms-page-view .care-form-box textarea {
  padding: 8px 12px;
  resize: block;
  display: block;
  background-color: #f7f4f7;
  border: none;
  width: 100%;
  height: 8em;
}
.cms-page-view .care-form-box textarea::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
.cms-page-view .care-form-box textarea::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.cms-page-view .care-form-box textarea:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.cms-page-view .care-form-box textarea::-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.cms-page-view .care-form-box textarea::placeholder {
  color: #666666;
  opacity: 1;
}
.cms-page-view .care-form-box [id*='-error'] {
  color: #e80c32;
  font-size: 13px;
}
.cms-page-view .care-form-box .mage-error input[type="text"] {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-spacing: 3px;
  padding: 8px 12px;
  margin-bottom: 10px;
  background-color: #f7f4f7;
  border: none;
  width: 100%;
  font-size: 18px;
}
.cms-page-view .care-form-box .mage-error input[type="text"]::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
.cms-page-view .care-form-box .mage-error input[type="text"]::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.cms-page-view .care-form-box .mage-error input[type="text"]:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.cms-page-view .care-form-box .mage-error input[type="text"]::-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.cms-page-view .care-form-box .mage-error input[type="text"]::placeholder {
  color: #666666;
  opacity: 1;
}
.cms-page-view .input-container .radio-container {
  padding-top: 7px;
}
.cms-page-view .input-container .radio-label {
  font-size: 18px;
  padding-top: 7px;
  padding-bottom: 0;
}
.cms-page-view #nominee-dependant,
.cms-page-view #volunteer-dependant,
.cms-page-view #volunteer-op-dependant,
.cms-page-view #yearly-review-dependant {
  display: none;
}
.rcn-support-section .rcn-support-section-row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  overflow-x: hidden;
  padding: 52px 20px;
  padding-left: calc(20px / 2);
  padding-right: calc(20px / 2);
  transition: opacity 0.8s 0.4s;
  opacity: 0.01;
  position: relative;
}
.rcn-support-section .rcn-support-section-row.animate-in {
  transition: opacity 0.53333333s 0s;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .rcn-support-section .rcn-support-section-row.animate-in {
    transition: opacity 0.8s 0s;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .rcn-support-section .rcn-support-section-row {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .rcn-support-section .rcn-support-section-row {
    padding-bottom: 90px;
  }
}
.rcn-support-section .rcn-support-section-title {
  display: block;
  font-weight: 700;
  color: inherit;
  font-size: 30px;
  line-height: 1.06666667;
  margin: 0 0 15px;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .rcn-support-section .rcn-support-section-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .rcn-support-section .rcn-support-section-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .rcn-support-section .rcn-support-section-title {
    margin-bottom: 50px;
  }
}
.rcn-support-section .rcn-support-section-title-icon {
  vertical-align: middle;
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .rcn-support-section .rcn-support-section-title-icon {
    margin-bottom: 0;
    margin-right: 22px;
  }
}
.rcn-support-section .rcn-support-section-title-text {
  display: block;
  color: #eaf7f6;
}
@media screen and (min-width: 768px) {
  .rcn-support-section .rcn-support-section-title-text {
    display: inline;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1020px) {
  .rcn-support-section .rcn-support-slider {
    max-width: calc(100% - (2 * (111px + (20px / 2))));
    margin-left: auto;
    margin-right: auto;
  }
}
.rcn-support-section .rcn-support-slider-container {
  position: relative;
}
.rcn-support-section .rcn-support-slider-item-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 30px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .rcn-support-section .rcn-support-slider-item-content {
    padding: 0;
  }
}
.rcn-support-section .rcn-support-slider-item-content:focus {
  outline: none;
}
.rcn-support-section .rcn-support-slider-item-content .rcn-support-slider-item-img-container {
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .rcn-support-section .rcn-support-slider-item-content .rcn-support-slider-item-img-container {
    margin-bottom: 0;
    padding: 0 20px;
  }
  .rcn-support-section .rcn-support-slider-item-content .rcn-support-slider-item-img-container.horizontal-logo {
    padding: 0 10px;
  }
}
.rcn-support-section .rcn-support-slider-item-quote {
  font-style: normal;
  text-align: center;
  margin: 0;
}
.rcn-support-section .rcn-support-slider-item-quote p {
  font-size: 18px;
}
.rcn-support-section .rcn-support-slider-item-img {
  width: auto;
  height: 120px;
  margin: auto;
  object-fit: contain;
}
@media screen and (min-width: 1020px) {
  .rcn-support-section .rcn-support-slider-item-img {
    height: 90px;
  }
}
@media screen and (min-width: 1540px) {
  .rcn-support-section .rcn-support-slider-item-img {
    height: 120px;
  }
}
.rcn-support-section .rcn-support-slider-item-img.rcn-support-cdss {
  height: 70px;
  margin-top: 25px;
}
@media screen and (min-width: 1020px) {
  .rcn-support-section .rcn-support-slider-item-img.rcn-support-cdss {
    height: 60px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1540px) {
  .rcn-support-section .rcn-support-slider-item-img.rcn-support-cdss {
    height: 70px;
    margin-top: 25px;
  }
}
.rcn-support-section .rcn-support-slider-item-img.rcn-support-mssociety {
  height: 100px;
  margin-top: 10px;
}
@media screen and (min-width: 1020px) {
  .rcn-support-section .rcn-support-slider-item-img.rcn-support-mssociety {
    height: 80px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1540px) {
  .rcn-support-section .rcn-support-slider-item-img.rcn-support-mssociety {
    height: 100px;
    margin-top: 10px;
  }
}
.rcn-support-section .rcn-support-slider-item-cite {
  font-size: 18px;
  line-height: calc(30 / 15);
  font-style: normal;
  font-weight: 700;
}
.rcn-support-section .rcn-support-slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 1020px) {
  .rcn-support-section .rcn-support-slider-controls {
    margin-top: 50px;
  }
}
.rcn-support-section .rcn-support-slider-controls .slick-pause-play-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  left: 20px / 2;
  bottom: 20px / 2;
  padding: 5px 10px;
  border-radius: 6px;
  transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  bottom: -3px;
}
.rcn-support-section .rcn-support-slider-controls .slick-pause-play-button .play-icon::before {
  font-family: 'Rexall-Careers-Font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e921";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #147b74;
  font-size: 24px;
}
@media screen and (min-width: 1020px) {
  .rcn-support-section .rcn-support-slider-controls .slick-pause-play-button .play-icon::before {
    font-size: 30px;
  }
}
.rcn-support-section .rcn-support-slider-controls .slick-pause-play-button.state-paused .play-icon::before {
  font-family: 'Rexall-Careers-Font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e924";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #147b74;
  font-size: 24px;
}
@media screen and (min-width: 1020px) {
  .rcn-support-section .rcn-support-slider-controls .slick-pause-play-button.state-paused .play-icon::before {
    font-size: 30px;
  }
}
.rcn-support-section .rcn-support-slider-controls .slick-pause-play-button:hover,
.rcn-support-section .rcn-support-slider-controls .slick-pause-play-button:focus {
  opacity: 0.75;
}
@media screen and (min-width: 1020px) {
  .rcn-support-section .rcn-support-slider-controls .slick-pause-play-button {
    bottom: -10px;
  }
}
.rcn-support-section .rcn-support-slider-arrow-prev,
.rcn-support-section .rcn-support-slider-arrow-next {
  width: 25px;
  height: 35px;
  background-size: 15px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .rcn-support-section .rcn-support-slider-arrow-prev,
  .rcn-support-section .rcn-support-slider-arrow-next {
    width: 35px;
    height: 40px;
    background-size: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .rcn-support-section .rcn-support-slider-arrow-prev,
  .rcn-support-section .rcn-support-slider-arrow-next {
    position: absolute;
    top: 25%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 44px;
    height: 30px;
    background-size: 12px;
  }
}
.rcn-support-section .rcn-support-slider-arrow-prev:hover,
.rcn-support-section .rcn-support-slider-arrow-next:hover,
.rcn-support-section .rcn-support-slider-arrow-prev:focus,
.rcn-support-section .rcn-support-slider-arrow-next:focus {
  opacity: 0.75;
}
.rcn-support-section .rcn-support-slider-arrow-prev {
  border: 0;
  background-image: url('../images/icons/chevron-previous-green.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  left: 0;
  margin-right: 15px;
}
@media screen and (min-width: 1020px) {
  .rcn-support-section .rcn-support-slider-arrow-prev {
    left: 10px;
  }
}
.rcn-support-section .rcn-support-slider-arrow-next {
  border: 0;
  background-image: url('../images/icons/chevron-next-green.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  right: 0;
  margin-left: 15px;
}
@media screen and (min-width: 1020px) {
  .rcn-support-section .rcn-support-slider-arrow-next {
    right: 10px;
  }
}
.rcn-support-section .rcn-support-slider-dot-container .slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.rcn-support-section .rcn-support-slider-dot-container .slick-dots li {
  list-style: none;
}
.rcn-support-section .rcn-support-slider-dot-container .slick-dots li {
  display: inline-block;
}
.rcn-support-section .rcn-support-slider-dot-container .slick-dots button {
  border: 2px solid #147b74;
  border-radius: 50%;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
}
.rcn-support-section .rcn-support-slider-dot-container .slick-dots button:hover,
.rcn-support-section .rcn-support-slider-dot-container .slick-dots button:focus {
  cursor: pointer;
  background-color: #147b74;
  border-color: #147b74;
}
.rcn-support-section .rcn-support-slider-dot-container .slick-dots .slick-active button {
  background-color: #147b74;
  border-color: rgba(0, 0, 0, 0);
}
.rcn-support-section .rcn-support-slider-dot-container .slick-dots li {
  margin: 5px;
}
.rcn-support-section .rcn-support-slider-dot-container .slick-dots button {
  width: 10px;
  height: 10px;
  font-size: 16px;
}
@media screen and (min-width: 1020px) {
  .rcn-support-section .rcn-support-slider-dot-container .slick-dots {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .rcn-support-section .rcn-support-slider-dot-container .slick-dots li {
    margin: 7.5px;
  }
  .rcn-support-section .rcn-support-slider-dot-container .slick-dots button {
    width: 15px;
    height: 15px;
    font-size: 16px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_reset.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2Fabstract%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_careers-landing-typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2Fabstract%5C%2F_accessibility.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2FRexall_Design%5C%2Fcss%5C%2Fsource%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_carenetwork-header.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_featured-info-blocks.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fabstract%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2Fabstract%5C%2F_generic.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fdesign-refresh%5C%2Fabstract%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2Fabstract%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_footer.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fabstract%5C%2F_fancy-modal.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_accessibility.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_hero-slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2Fabstract%5C%2F_slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2Fabstract%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_testimonial-slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fabstract%5C%2F_animation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_fancy-modal.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_icare-section.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2Fabstract%5C%2F_banner-section.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_life-at-rexall.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_side-effects-section.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_career-section.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_social-section.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_skip-link.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_overwrite.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_instagram.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_footer-social-media.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_about-blocks.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_form.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_event.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_carenetwork.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_funding-form.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRexall%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcarenetwork%5C%2F_support-slider.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3BAAWA%3BEACI%2CiBAAA%3B%3BEACA%2C0BAAA%3B%3BEACA%2C8BAAA%3B%3B%3B%3B%3B%3B%3B%3BAAUJ%3BEACI%2CSAAA%3B%3B%3B%3B%3BAAOJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CcAAA%3B%3B%3B%3B%3B%3BAAQJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3B%3B%3B%3B%3B%3B%3BAAWJ%3BAACA%3BAACA%3B%3BEACI%2CcAAA%3B%3B%3B%3B%3BAAOJ%3BEACI%2CgBAAA%3B%3B%3B%3B%3B%3BAAQJ%3BEACI%2CuBAAA%3B%3BEACA%2CSAAA%3B%3BEACA%2CiBAAA%3B%3B%3B%3B%3B%3B%3BAAQJ%3BEACI%2CiCAAA%3B%3BEACA%2CcAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BAAWJ%3BEACI%2C6BAAA%3B%3BEACA%2CqCAAA%3B%3B%3B%3B%3B%3B%3BAAQJ%2CIAAI%3BEACA%2CmBAAA%3B%3BEACA%2C0BAAA%3B%3BEACA%2CiCAAA%3B%3B%3B%3B%3B%3BAAOJ%3BAACA%3BEACI%2CoBAAA%3B%3B%3B%3B%3BAAOJ%3BAACA%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BAAQJ%3BAACA%3BAACA%3BEACI%2CiCAAA%3B%3BEACA%2CcAAA%3B%3B%3B%3B%3B%3BAAOJ%3BEACI%2CkBAAA%3B%3B%3B%3B%3BAAOJ%3BEACI%2CyBAAA%3BEACA%2CcAAA%3B%3B%3B%3B%3BAAOJ%3BEACI%2CcAAA%3B%3B%3B%3B%3B%3BAAQJ%3BAACA%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3B%3B%3B%3B%3B%3BAAUJ%3BAACA%3BEACI%2CqBAAA%3B%3B%3B%3B%3BAAOJ%2CKAAK%2CIAAI%3BEACL%2CaAAA%3BEACA%2CSAAA%3B%3B%3B%3B%3BAAOJ%3BEACI%2CkBAAA%3B%3B%3B%3B%3BAAOJ%2CGAAG%2CIAAI%3BEACH%2CgBAAA%3B%3B%3B%3B%3B%3B%3B%3BAAWJ%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CuBAAA%3B%3BEACA%2CeAAA%3B%3BEACA%2CiBAAA%3B%3BEACA%2CSAAA%3B%3B%3B%3B%3B%3B%3BAAQJ%3BAACA%3B%3BEACI%2CiBAAA%3B%3B%3B%3B%3B%3BAAQJ%3BAACA%3B%3BEACI%2CoBAAA%3B%3B%3B%3B%3B%3B%3BAASJ%3BAACA%2CIAAK%3BAACL%3BAACA%3BEACI%2C0BAAA%3B%3B%3B%3B%3B%3BAAOJ%2CMAAM%3BAACN%2CeAAe%3BAACf%2CcAAc%3BAACd%2CeAAe%3BEACX%2CkBAAA%3BEACA%2CUAAA%3B%3B%3B%3B%3BAAOJ%2CMAAM%3BAACN%2CeAAe%3BAACf%2CcAAc%3BAACd%2CeAAe%3BEACX%2C8BAAA%3B%3B%3B%3B%3BAAOJ%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3B%3B%3BAAUJ%3BEACI%2CsBAAA%3B%3BEACA%2CcAAA%3B%3BEACA%2CcAAA%3B%3BEACA%2CeAAA%3B%3BEACA%2CUAAA%3B%3BEACA%2CmBAAA%3B%3B%3B%3B%3B%3B%3BAAQJ%3BEACI%2CqBAAA%3B%3BEACA%2CwBAAA%3B%3B%3B%3B%3B%3BAAOJ%3BEACI%2CcAAA%3B%3B%3B%3B%3B%3BAAQJ%3BAACA%3BEACI%2CsBAAA%3B%3BEACA%2CUAAA%3B%3B%3B%3B%3B%3BAAOJ%2CeAAe%3BAACf%2CeAAe%3BEACX%2CYAAA%3B%3B%3B%3B%3B%3BAAQJ%3BEACI%2C6BAAA%3B%3BEACA%2CoBAAA%3B%3B%3B%3B%3B%3BAAOJ%2CeAAe%3BAACf%2CeAAe%3BEACX%2CwBAAA%3B%3B%3B%3B%3B%3BAAQJ%3BEACI%2C0BAAA%3B%3BEACA%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BAAWJ%3BAACA%3BEACI%2CcAAA%3B%3B%3B%3B%3BAAOJ%3BEACI%2CkBAAA%3B%3B%3B%3B%3B%3B%3BAAUJ%3BEACI%2CqBAAA%3B%3B%3B%3B%3BAAOJ%3BEACI%2CaAAA%3B%3B%3B%3B%3B%3B%3BAAUJ%3BEACI%2CaAAA%3B%3BAC7bJ%3BEACI%2CsBAAA%3BEACA%2CaCEqB%2CWDFrB%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BAACA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CmBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAEJA%3BEACI%2CaDZiB%2CWCYjB%3BEACA%2CSAAS%2C2CAAT%3BEACA%2CSAAS%2CmDAA2B%2COAAO%2C0BACvC%2C8CAAsB%2COAAO%2CcAC7B%2C6CAAqB%2COAAO%2CaAC5B%2C4CAAoB%2COAAO%2CiBAC3B%2CsDAAmC%2COAAO%2CMAJ9C%3BEAKA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAATJ%3BEACI%2CaDZiB%2CWCYjB%3BEACA%2CSAAS%2C6CAAT%3BEACA%2CSAAS%2CqDAA2B%2COAAO%2C0BACvC%2CgDAAsB%2COAAO%2CcAC7B%2C%2BCAAqB%2COAAO%2CaAC5B%2C8CAAoB%2COAAO%2CiBAC3B%2CwDAAmC%2COAAO%2CMAJ9C%3BEAKA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAATJ%3BEACI%2CaDZiB%2CWCYjB%3BEACA%2CSAAS%2C8CAAT%3BEACA%2CSAAS%2CsDAA2B%2COAAO%2C0BACvC%2CiDAAsB%2COAAO%2CcAC7B%2CgDAAqB%2COAAO%2CaAC5B%2C%2BCAAoB%2COAAO%2CiBAC3B%2CyDAAmC%2COAAO%2CMAJ9C%3BEAKA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAATJ%3BEACI%2CaDZiB%2CWCYjB%3BEACA%2CSAAS%2C0CAAT%3BEACA%2CSAAS%2CkDAA2B%2COAAO%2C0BACvC%2C6CAAsB%2COAAO%2CcAC7B%2C4CAAqB%2COAAO%2CaAC5B%2C2CAAoB%2COAAO%2CiBAC3B%2CqDAAmC%2COAAO%2CMAJ9C%3BEAKA%2CgBAAA%3BEACA%2CkBAAA%3B%3BACCR%3BEDOI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOJ%3BEAAA%3BIAJQ%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAER%3BEAAA%3BIAJQ%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BACbR%3BEDKI%2CcAAA%3BEAFA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOJ%3BEAAA%3BIAJQ%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAER%3BEAAA%3BIAJQ%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAEhCR%3BEAAA%3BIAFQ%2CeAAA%3B%3B%3BADyBR%3BED2BI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAMJ%3BEAAA%3BIAHQ%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAAER%3BEAAA%3BIAHQ%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAChCR%3BEDwCI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAMJ%3BEAAA%3BIAHQ%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAAER%3BEAAA%3BIAHQ%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAC5CR%3BEDoDI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAMJ%3BEAAA%3BIAHQ%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAAER%3BEAAA%3BIAHQ%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAC1DR%3BED2EI%2CcAAA%3BEACA%2CaDrHqB%2CWCqHrB%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2CmBAAA%3B%3B%3BAC9ER%3BED2DI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2CmBAAA%3B%3B%3BAC9DR%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BEACG%2C0BAAA%3B%3BAAIR%3BEE%5C%2FDI%2CMAAM%2CwBAAN%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CUAAA%3B%3BACLJ%3BEACI%2CaAAa%2CqBAAb%3BEACA%2CSAAS%2C4DAAsD%2COAAO%2CcAClE%2C0DAAoD%2COAAO%2CiBAC3D%2C2DAAqD%2COAAO%2CaAC5D%2C8EAAwE%2COAAO%2CMAHnF%3BEAIA%2CmBAAA%3BEACA%2CkBAAA%3B%3BACPJ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CwCAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEA%2CWAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CeAAA%3BEACA%2CYAAA%3B%3BAAIR%2CaAAc%3BAACd%2CaAAc%3BEACV%2CmBAAmB%2CoBAAnB%3BEACA%2CgBAAgB%2CoBAAhB%3BEACA%2CeAAe%2CoBAAf%3BEACA%2CcAAc%2CoBAAd%3BEACA%2CWAAW%2CoBAAX%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CcAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CWAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEAcA%2CaAAA%3B%3BAAZA%2CWAAY%3BEACR%2CYAAA%3B%3BAANR%2CYASI%3BEACI%2CcAAA%3B%3BAAGJ%2CYAAC%2CcAAe%3BEACZ%2CaAAA%3B%3BAAKJ%2CYAAC%2CSAAU%3BEACP%2CoBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CcAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3B%3BAAIR%2CYAAY%3BEACR%2CaAAA%3B%3BACnFJ%3BEACI%2CiBAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2CkBAAA%3B%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3B%3BAAOJ%3BEAAA%3BIAJQ%2C2BAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3B%3BAAIR%3BECrBI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEAIA%2C4BAAA%3BEACA%2C6BAAA%3BEDgBA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEE1CI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CSAAA%3BEAEA%2CeAAA%3BEFsCA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAMA%3BEAAA%3BIAHI%2CaAAA%3B%3B%3BAAGJ%2CgBAAiB%3BEACb%2CyBAAA%3B%3BAAKJ%2CuBAAC%3BAACD%2CuBAAC%3BEACG%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAsB%2CgEAAtB%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2CgEAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2C6BAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CmBAAmB%2CqBAAnB%3BEACA%2CeAAe%2CqBAAf%3BEACA%2CWAAW%2CqBAAX%3BEACA%2C8BAAA%3BEACA%2CaAAA%3B%3BAAIA%2CgBADa%2CwBACZ%3BEACG%2CaAAA%3B%3BAAGJ%2CgBALa%2CwBAKZ%3BEACG%2CUAAA%3BEACA%2CgEAAA%3B%3BAAKZ%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAOJ%2CmBAJ0C%3BEAI1C%3BIAHQ%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAAOJ%2CmBAL0C%3BEAK1C%3BIAJQ%2CYAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAmB%2CiBAAnB%3BEACA%2CeAAe%2CiBAAf%3BEACA%2CWAAW%2CiBAAX%3BEACA%2C0FAAA%3B%3BAA6BA%3BEAAA%3BIA1BI%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CwBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CkCAAA%3B%3B%3BAAGJ%2CgBAAiB%3BEACb%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2C4FAAA%3B%3BAAIR%3BEGhKI%2CSAAA%3BEACA%2CUAAA%3B%3BAH%2BJJ%2CSG7JI%3BEACI%2CgBAAA%3B%3BAHqKR%3BEAAA%3BIALQ%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CgCAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2CgBAAA%3B%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAOA%3BEAAA%3BIAJI%2CgBAAA%3BIACA%2CeAAA%3B%3B%3BAAOJ%3BEAAA%3BIAHI%2CeAAA%3B%3B%3BAAGJ%2CcAAC%3BEI9MD%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkCAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEAUA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3BEA4BI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEJwJA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAI3IJ%2CcJwIC%2COIxIA%3BAACD%2CcJuIC%2COIvIA%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CcJiIC%2COIjIA%3BEACG%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAJmIA%2CcALH%2COAKI%3BEACG%2CaAAA%3B%3BAAMJ%3BEAAA%2CcAZH%2COAKI%3BIAIO%2CcAAA%3BIACA%2CkBAAA%3B%3B%3BAAIR%2CcAdH%2COAcI%3BEACG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAKJ%3BEAAA%2CcAtBH%2COAcI%3BIAMO%2CaAAA%3B%3B%3BAAMhB%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CgBAAiB%3BEACb%2CaAAA%3B%3BAAIR%3BEE5PI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEFwPA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEA%2CgBAAiB%3BEACb%2CcAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAOJ%3BEAAA%3BIEtRI%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CkCAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIAKA%2CqBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIA%2BBA%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CiCAAA%3BIACA%2CgCAAA%3BIGLA%2CuBAAA%3BIHjBA%2CkBAAA%3BIACA%2CeAAA%3BIFuPI%2CyBAAA%3BIACA%2C0BAAA%3B%3BEKrPJ%2CsBAAC%3BEACD%2CsBAAC%3BIACG%2CqBAAA%3B%3BEHlBJ%2CsBAAC%3BEACD%2CsBAAC%3BIACG%2CaAAA%3BIACA%2CqBAAA%3B%3BEGiDJ%2CsBAAC%3BEACD%2CsBAAC%3BIACG%2C8BAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3B%3BEHpBJ%2CsBAAC%3BEACD%2CsBAAC%3BEACD%2CsBAAC%3BIACG%2C8BAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CsBAAC%3BIACG%2CcAAA%3B%3B%3BAIrER%3BEACI%2CyBAAA%3B%3BAAGJ%3BELUI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEAIA%2C4BAAA%3BEACA%2C6BAAA%3BEKfA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAOA%3BEAAA%3BIAJI%2CiBAAA%3BIACA%2CoBAAA%3B%3B%3BAAiBR%3BEAAA%3BIAbQ%2C8BAAA%3BIACA%2C6BAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3BIACA%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3B%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CmBAAA%3B%3BAAQA%3BEAAA%3BIALI%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3B%3B%3BAAOR%3BEAAA%3BIAHQ%2CgBAAA%3BIACA%2CYAAA%3B%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAcJ%3BEAAA%3BIAXQ%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CuBAAA%3BIAIA%2CUAAA%3B%3B%3BAAQR%3BEAAA%3BIAFQ%2CmCAAA%3B%3B%3BAAIR%3BEHhEI%2CSAAA%3BEACA%2CUAAA%3BEGiEA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAVJ%2CWH7DI%3BEACI%2CgBAAA%3B%3BAGkFJ%3BEAAA%3BIATI%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3B%3BAAMR%3BEAAA%3BIAFQ%2CyBAAA%3B%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAQA%3BEAAA%3BIALI%2C8BAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAOJ%3BEAAA%2CgBAJC%3BIAEO%2CcAAA%3B%3B%3BAAKZ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2CiBAAA%3B%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAQA%3BEAAA%3BIALI%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAOJ%3BEAAA%3BIAHI%2CyBAAA%3B%3B%3BAAMR%3BEAAA%3BIAFQ%2CeAAA%3B%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CaAGI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAMA%3BEAAA%2CaAVJ%3BIAOQ%2CeAAA%3B%3B%3BAAQJ%3BEAAA%2CaAfJ%3BIAWQ%2CiBAAA%3BIACA%2CmBAAA%3B%3B%3BAAGJ%2CaAfJ%2CEAeK%3BEACG%2CyBAAA%3B%3BAAKZ%3BEC1II%2CUAAA%3BEAtBA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAyCA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsFAAA%3BEACA%2CoBAAA%3B%3BAD4GJ%2CUCEI%3BEAlJA%2CgCAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEAuJI%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3BAAOJ%3BEAAA%2CUAhBA%3BIAYQ%2C8BAAA%3BIACA%2C%2BBAAA%3BIACA%2CYAAA%3B%3B%3BADhBZ%2CUCoBI%3BEL5MA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEKgKA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BADkBA%2CUAAC%3BEC5ID%2COAAA%3BEAcA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2C0BAAA%3BEACA%2C0FAAA%3BEACA%2CoBAAA%3B%3BADoHJ%2CUAWI%3BEJnMA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEKgFA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyDAAA%3BEAmEA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEAhDA%2CaAAA%3BEAVA%2CsBAJuC%2CgEAIvC%3BEDmGI%2CoCAAA%3B%3BAClFJ%3BEAAA%2CUD8EA%3BICxCA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIA5CI%2CUAAA%3B%3B%3BAAMR%3BEAAA%2CUD2EI%3BICxCA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAD2CI%2CUANJ%2CmBAMK%3BAACD%2CUAPJ%2CmBAOK%3BEACG%2CaAAA%3B%3BAAnBZ%2CUAuBI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAKJ%3BEAAA%2CUAPA%3BIAKQ%2CgBAAA%3B%3B%3BAA5BZ%2CUAgCI%3BEACI%2CcAAA%3B%3BAAjCR%2CUAoCI%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEC%5C%2FKI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAD%2BKJ%3BEAAA%3BIAFQ%2CaAAA%3B%3B%3BAAIR%3BELxOI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAK2OJ%3BEAAA%3BIAFQ%2CkCAAA%3B%3B%3BAThOA%2CUAAC%3BAAAD%2CUADJ%2CcACK%3BEACG%2CaAAA%3B%3BAW9BZ%3BEXHI%2CMAAM%2CwBAAN%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CUAAA%3B%3BAYAJ%3BEACI%2CkBAAA%3B%3BAAIA%2C8BAAC%3BEACG%2CaAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAAIA%2CwBAAyB%3BECLzB%2CWAAA%3BEACA%2CcAAA%3BEPTA%2CaAAA%3B%3BAAKJ%3BEAAA%2CwBMQ6B%3BINVrB%2CcAAA%3B%3B%3BAMcA%2CwBAJqB%2CqCAIpB%3BEACG%2CcAAA%3B%3BAAMR%2CwBAAyB%3BEChBzB%2CWAAA%3BEACA%2CcAAA%3B%3BAPZJ%3BEAAA%2CwBM2B6B%3BIN7BrB%2CaAAA%3B%3B%3BAMmCR%3BECgGI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEDvGA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAOA%3BEAAA%3BIAJI%2CgBAAA%3BIACA%2CcAAA%3B%3B%3BAAXR%2CiCAcI%3BEPnCA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEQgMA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CuEAAA%3BEDtKI%2CaAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BACqIJ%2CiCDzIA%2CyBC0KA%2CWAjCC%3BECjLD%2CaAVa%2CqBAUb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAZS%2COAYT%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEDsEA%2CcAAA%3BEAoGI%2CeAAA%3B%3BAAKJ%3BEAAA%2CiCDhJA%2CyBC0KA%2CWAjCC%3BIAKO%2CeAAA%3B%3B%3BAALR%2CiCDzIA%2CyBC8KC%2CaACG%2CWAtCH%3BECjLD%2CaAVa%2CqBAUb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAXQ%2COAWR%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEDsEA%2CcAAA%3BEAoGI%2CeAAA%3B%3BAAKJ%3BEAAA%2CiCDhJA%2CyBC8KC%2CaACG%2CWAtCH%3BIAKO%2CeAAA%3B%3B%3BADrIR%3BEAAA%2CiCATA%3BIAOQ%2CaAAA%3B%3B%3BAAKZ%3BAACA%3BEPhDI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEQyBA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqEAAA%3B%3BAAEA%2CmCAAC%3BAAAD%2CmCAAC%3BAACD%2CmCAAC%3BAAAD%2CmCAAC%3BEACG%2CkCAAA%3B%3BAASJ%3BEAAA%3BEAAA%3BIALI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAeJ%3BEAAA%3BEAAA%3BIAXI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CeAAe%2CgBAAf%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAIA%2CmCADJ%2CmBACK%3BAAAD%2CmCADJ%2CmBACK%3BEAwBL%2CeAAA%3B%3BAAMA%3BEAAA%2CmCA%5C%2FBA%2CmBACK%3BEA8BL%2CmCA%5C%2FBA%2CmBACK%3BIA2BD%2CeAAA%3B%3B%3BAAMR%3BEAAA%2CmCAlCI%2CmBACK%3BEAiCT%2CmCAlCI%2CmBACK%3BIA%2BBD%2CeAAA%3B%3B%3BADzCR%3BECxCI%2CSAAA%3BEACA%2CsBA5BsB%2C6CA4BtB%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEDqCA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEChDI%2CSAAA%3BEACA%2CsBA7BuB%2CyCA6BvB%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BED6CA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BAACA%3BEZpFI%2CMAAM%2CwBAAN%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CUAAA%3B%3BAY6FA%3BEAAA%3BIAPI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CeAAe%2CgBAAf%3BIACA%2CWAAW%2CgBAAX%3B%3B%3BAANR%2CsCASI%3BENnEA%2CSAAA%3BEACA%2CUAAA%3BEO2HA%2CkBAAA%3BEAtCA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAD9BJ%2CsCASI%2CYNhEA%3BEACI%2CgBAAA%3B%3BAMsDR%2CsCASI%2CYC2DA%3BEACI%2CqBAAA%3B%3BADrER%2CsCASI%2CYC%2BDA%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkCAAA%3B%3BAAEA%2CsCDrEJ%2CYC%2BDA%2COAMK%3BAACD%2CsCDtEJ%2CYC%2BDA%2COAOK%3BEACG%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BADlFZ%2CsCASI%2CYC6EA%2CcACI%3BEACI%2CyBAAA%3BEACA%2C8BAAA%3B%3BADzFZ%2CsCASI%2CYCuBA%3BEACI%2CWAAA%3B%3BADjCR%2CsCASI%2CYC2BA%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BADfJ%3BEAAA%2CsCAfA%3BICmBA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIDXQ%2COAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAER%2CsCAfA%2CYCuBA%3BIACI%2CaAAA%3B%3BEDTJ%2CsCAfA%2CYC2BA%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3B%3BAEpHR%2CqBACI%3BEXQA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEEgBA%2CkBAAA%3BEFZA%2C4BAAA%3BEACA%2C6BAAA%3BEYEA%2C6BAAA%3BEACA%2CaAAA%3BEDdI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BACiCJ%2CqBDxCA%2C0BCwCC%3BEAdD%2CkCAAA%3BEACA%2CUAAA%3B%3BAAyBA%3BEAAA%2CqBDpDA%2C0BCwCC%3BIAdD%2C2BAAA%3BIACA%2CUAAA%3B%3B%3BADbI%3BEAAA%2CqBAdJ%3BIAUQ%2CiBAAA%3BIACA%2CoBAAA%3B%3B%3BAAOR%3BEAAA%2CqBAlBA%3BIAeQ%2CiBAAA%3BIACA%2CoBAAA%3B%3B%3BAAjBZ%2CqBAqBI%3BElB2BA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEkB9BI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAlBmCR%3BEAAA%2CqBkBtCI%3BIlBmCI%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAAER%3BEAAA%2CqBkBtCI%3BIlBmCI%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAkB5BJ%3BEAAA%2CqBARA%3BIAMQ%2CmBAAA%3B%3B%3BAA3BZ%2CqBA%2BBI%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAMJ%3BEAAA%2CqBAVA%3BIAOQ%2CgBAAA%3BIACA%2CkBAAA%3B%3B%3BAAvCZ%2CqBA2CI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAMJ%3BEAAA%2CqBARA%3BIAKQ%2CeAAA%3BIACA%2CsBAAA%3B%3B%3BAAWR%3BEAAA%2CqBAPA%3BIAGQ%2CkDAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAA1DZ%2CqBA8DI%3BEACI%2CkBAAA%3B%3BAA%5C%2FDR%2CqBAkEI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAMA%3BEAAA%2CqBAXJ%3BIAQQ%2CaAAA%3B%3B%3BAAGJ%2CqBAXJ%2CkCAWK%3BEACG%2CaAAA%3B%3BAA9EZ%2CqBAkEI%2CkCAeI%3BAAjFR%2CqBAkEI%2CkCAgBI%3BEACI%2CWAAA%3B%3BAAMJ%3BEAAA%2CqBAvBJ%2CkCAeI%3BEAQA%2CqBAvBJ%2CkCAgBI%3BIAIQ%2CUAAA%3B%3B%3BAAtFhB%2CqBA4FI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAA%5C%2FFR%2CqBA4FI%2CgCAKI%3BEACI%2CeAAA%3B%3BAAlGZ%2CqBAsGI%3BEACI%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAKJ%3BEAAA%2CqBARA%3BIAMQ%2CWAAA%3B%3B%3BAA5GZ%2CqBAgHI%3BEACI%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAApHR%2CqBAuHI%3BEFEA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEETI%2CgBAAA%3B%3BAAMA%3BEAAA%2CqBARJ%3BIAKQ%2CgBAAA%3B%3B%3BAA5HZ%2CqBAuHI%2C8BAQI%3BEV3HJ%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEQgMA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CuEAAA%3BEE7EQ%2CYAAA%3B%3BAF8CR%2CqBEzDA%2C8BAQI%2CyBFkFJ%2CWAjCC%3BECjLD%2CaAVa%2CqBAUb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAZS%2COAYT%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEDsEA%2CcAAA%3BEAoGI%2CeAAA%3B%3BAAKJ%3BEAAA%2CqBEhEA%2C8BAQI%2CyBFkFJ%2CWAjCC%3BIAKO%2CeAAA%3B%3B%3BAALR%2CqBEzDA%2C8BAQI%2CyBFsFH%2CaACG%2CWAtCH%3BECjLD%2CaAVa%2CqBAUb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAXQ%2COAWR%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEDsEA%2CcAAA%3BEAoGI%2CeAAA%3B%3BAAKJ%3BEAAA%2CqBEhEA%2C8BAQI%2CyBFsFH%2CaACG%2CWAtCH%3BIAKO%2CeAAA%3B%3B%3BAAMR%2CqBEpEA%2C8BAQI%2CyBF4DH%3BAACD%2CqBErEA%2C8BAQI%2CyBF6DH%3BEACG%2CaAAA%3B%3BAEtDA%3BEAAA%2CqBAhBJ%2C8BAQI%3BIAMQ%2CaAAA%3B%3B%3BAArIhB%2CqBA0II%3BAA1IJ%2CqBA2II%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CoCAAA%3B%3BAAQA%3BEAAA%2CqBAdJ%3BEAcI%2CqBAbJ%3BIAQQ%2CWAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3B%3B%3BAAWJ%3BEAAA%2CqBAtBJ%3BEAsBI%2CqBArBJ%3BIAcQ%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3B%3B%3BAAGJ%2CqBAtBJ%2CgCAsBK%3BAAAD%2CqBArBJ%2CgCAqBK%3BAACD%2CqBAvBJ%2CgCAuBK%3BAAAD%2CqBAtBJ%2CgCAsBK%3BEACG%2CaAAA%3B%3BAAlKZ%2CqBAsKI%3BEFrJA%2CsBA5BsB%2C6CA4BtB%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BERfA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEQyBA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqEAAA%3BEEiII%2COAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3B%3BAFlIJ%2CqBE4HA%2CgCF5HC%3BAACD%2CqBE2HA%2CgCF3HC%3BEACG%2CkCAAA%3B%3BAASJ%3BEAAA%2CqBEiHA%3BIFtHI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAeJ%3BEAAA%2CqBEqGA%3BIFhHI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CeAAe%2CgBAAf%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAIA%2CqBEoGJ%2CgCFrGA%2CmBACK%3BEAwBL%2CeAAA%3B%3BAAMA%3BEAAA%2CqBEsEA%2CgCFrGA%2CmBACK%3BIA2BD%2CeAAA%3B%3B%3BAAMR%3BEAAA%2CqBEmEI%2CgCFrGA%2CmBACK%3BIA%2BBD%2CeAAA%3B%3B%3BAEjGR%2CqBA%2BKI%3BEF9JA%2CsBA7BuB%2CyCA6BvB%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BERfA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEQyBA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqEAAA%3BEE0II%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3B%3BAF3IJ%2CqBEqIA%2CgCFrIC%3BAACD%2CqBEoIA%2CgCFpIC%3BEACG%2CkCAAA%3B%3BAASJ%3BEAAA%2CqBE0HA%3BIF%5C%2FHI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAeJ%3BEAAA%2CqBE8GA%3BIFzHI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CeAAe%2CgBAAf%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAIA%2CqBE6GJ%2CgCF9GA%2CmBACK%3BEAwBL%2CeAAA%3B%3BAAMA%3BEAAA%2CqBE%2BEA%2CgCF9GA%2CmBACK%3BIA2BD%2CeAAA%3B%3B%3BAAMR%3BEAAA%2CqBE4EI%2CgCF9GA%2CmBACK%3BIA%2BBD%2CeAAA%3B%3B%3BAEjGR%2CqBAwLI%2CmCACI%3BETtKJ%2CSAAA%3BEACA%2CUAAA%3BEO2HA%2CkBAAA%3BEAtCA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAE3GJ%2CqBAwLI%2CmCACI%2CYTnKJ%3BEACI%2CgBAAA%3B%3BASvBR%2CqBAwLI%2CmCACI%2CYFxCJ%3BEACI%2CqBAAA%3B%3BAElJR%2CqBAwLI%2CmCACI%2CYFpCJ%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkCAAA%3B%3BAAEA%2CqBE6BJ%2CmCACI%2CYFpCJ%2COAMK%3BAACD%2CqBE4BJ%2CmCACI%2CYFpCJ%2COAOK%3BEACG%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAE%5C%2FJZ%2CqBAwLI%2CmCACI%2CYFtBJ%2CcACI%3BEACI%2CyBAAA%3BEACA%2C8BAAA%3B%3BAEtKZ%2CqBAwLI%2CmCACI%2CYF5EJ%3BEACI%2CWAAA%3B%3BAE9GR%2CqBAwLI%2CmCACI%2CYFxEJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAEgFA%3BEAAA%2CqBAZJ%2CmCACI%3BIFhFJ%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3B%3BEEyFI%2CqBAZJ%2CmCACI%2CYF5EJ%3BIACI%2CaAAA%3B%3BEEsFA%2CqBAZJ%2CmCACI%2CYFxEJ%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3B%3BAEoFR%3BEACI%2CyBAAA%3B%3BAEpNA%2CIAAC%3BEACG%2CgBAAA%3B%3BACAR%3BEACI%2CaAAA%3BEZqCA%2CkBAAA%3BEYnCA%2CyBAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2CkBAAA%3B%3B%3BAAIR%3BEACI%2CmBAAA%3BEACA%2CYAAA%3B%3BAAOA%3BEAAA%3BIAJI%2CYAAA%3BIACA%2CmBAAA%3B%3B%3BAAQR%3BEAAA%3BIAJQ%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3B%3BAAIR%3BEFGI%2C6BAAA%3BEACA%2CaAAA%3BEEFA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAFqBA%2CkBAAC%3BEAdD%2CkCAAA%3BEACA%2CUAAA%3B%3BAAyBA%3BEAAA%2CkBAZC%3BIAdD%2C2BAAA%3BIACA%2CUAAA%3B%3B%3BAEIJ%3BEAAA%3BIATQ%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3B%3BAAIR%3BErB%2BBI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAMJ%3BEAAA%3BIAHQ%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAqBhCJ%3BEAAA%3BIAHI%2CmBAAA%3B%3B%3BAASR%3BEAAA%3BIALQ%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3B%3BAAIR%3BEb7CI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEAKA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEA%2BBA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CgCAAA%3BEGLA%2CuBAAA%3BEHjBA%2CkBAAA%3BEACA%2CeAAA%3B%3BAGGA%2CaAAC%3BAACD%2CaAAC%3BEACG%2CqBAAA%3B%3BAHlBJ%2CaAAC%3BAACD%2CaAAC%3BEACG%2CaAAA%3BEACA%2CqBAAA%3B%3BAGiDJ%2CaAAC%3BAACD%2CaAAC%3BEACG%2C8BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAHpBJ%2CaAAC%3BAACD%2CaAAC%3BAACD%2CaAAC%3BEACG%2C8BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CcAAA%3B%3BAGqKR%3BEAAA%3BIArLI%2CiBAAA%3BIHjBA%2CkBAAA%3BIACA%2CeAAA%3BIGmMI%2CmBAAA%3B%3B%3BAU9KR%3BERHI%2CUAAA%3BEAtBA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAyCA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsFAAA%3BEACA%2CoBAAA%3B%3BAQ3BJ%2CYAII%3BEbrDA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEKgFA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyDAAA%3BEAmEA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEAhDA%2CaAAA%3BEAVA%2CsBARuC%2CgEAQvC%3BEQ3CI%2CoCAAA%3B%3BAR4DJ%3BEAAA%2CYQhEA%3BIRsGA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIA5CI%2CUAAA%3B%3B%3BAAMR%3BEAAA%2CYQnEI%3BIRsGA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAQnGI%2CYANJ%2CmBAMK%3BAACD%2CYAPJ%2CmBAOK%3BEACG%2CaAAA%3B%3BAAIR%2CYAAC%3BERfD%2COAAA%3BEAcA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2C0BAAA%3BEACA%2C0FAAA%3BEACA%2CoBAAA%3B%3BAQnBJ%2CYAqBI%3BEbtEA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEAEA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEKgKA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkCAAA%3B%3BAQjGJ%3BERrBI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEApBA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEQwCA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEdnFI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAciGA%3BEAAA%3BIAbI%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2C8BAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3B%3BAAdR%2CwBAiBI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAAMA%3BEAAA%3BIAHI%2C4BAAA%3B%3B%3BAAJR%2CyBAOI%3BEACI%2CcAAA%3B%3BAARR%2CyBAWI%3BEACI%2CcAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAMA%3BEAAA%3BIAHI%2CmBAAA%3B%3B%3BAAOR%3BEAAA%3BIAHQ%2CYAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2C4BAAA%3B%3B%3BAASA%2CmBAHsC%3BEAGtC%2CYAJJ%3BIAEQ%2CiBAAA%3B%3B%3BAAMJ%2CmBAJqC%3BEAIrC%2CYARJ%3BIAKQ%2CeAAA%3B%3B%3BAANZ%2CYACI%2CaAQI%3BEACI%2CaAAA%3B%3BAAWJ%3BEAAA%2CYApBJ%2CaAQI%3BIAIQ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2C2CAAA%3BIACA%2CcAAA%3B%3B%3BAAnBhB%2CYACI%2CaAsBI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAKJ%3BEAAA%2CYA7BJ%2CaAsBI%3BIAKQ%2CaAAA%3B%3B%3BAA5BhB%2CYAiCI%3BEACI%2CcAAA%3B%3BAASJ%3BEAAA%2CYAVA%3BIAIQ%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3B%3BACnMZ%3BEAAA%3BIARQ%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2C8BAAA%3BIACA%2C6BAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3B%3BACXR%2CcAGI%3BEDaA%2CkBAAA%3B%3BAAUJ%3BEAAA%2CcCvBI%3BIDiBI%2CyCAAA%3BIACA%2C4BAAA%3BIACA%2C4BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3B%3BACxBR%2CcAOI%3BEDsBA%2CaAAA%3B%3BAAWJ%3BEAAA%2CcCjCI%3BIDyBI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2C2CAAA%3BIACA%2CcAAA%3B%3B%3BACtCR%2CcAWI%3BEDgCA%2CcAAA%3BEACA%2CWAAA%3B%3BAAKJ%3BEAAA%2CcCtCI%3BIDoCI%2CaAAA%3B%3B%3BAC%5C%2FBR%2CcAAe%3BEACX%2CcAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAiBJ%2CmBAdsC%3BEAClC%3BIACI%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3B%3BEAJJ%2CYAMI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3B%3BAAKZ%2CYAAa%3BEACT%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAAe%2CaAAa%3BEACxB%2CwBAAA%3B%3BAAGJ%3BEdRI%2CkBAAA%3B%3BAaiBJ%3BEAAA%3BIAHQ%2CyCAAA%3BIACA%2C4BAAA%3B%3B%3BAAWJ%3BEAAA%3BIAHI%2CkBAAA%3B%3B%3BAAMR%3BEAAA%3BIAFQ%2CoBAAA%3B%3B%3BACfR%3BEDyBI%2CYAAA%3BEACA%2CkBAAA%3BEH%5C%2FCA%2C6BAAA%3BEACA%2CaAAA%3B%3BAGoDA%3BEAAA%3BIAHI%2CgBAAA%3B%3B%3BAAOR%3BEAAA%3BIAHQ%2CgDAAA%3BIACA%2CgBAAA%3B%3B%3BAHjCJ%2CmBAAC%3BEAdD%2CkCAAA%3BEACA%2CUAAA%3B%3BAAyBA%3BEAAA%2CmBAZC%3BIAdD%2C2BAAA%3BIACA%2CUAAA%3B%3B%3BAIiBJ%3BEfzCI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEAKA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEA%2BBA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CgCAAA%3BEGLA%2CuBAAA%3BEHjBA%2CkBAAA%3BEACA%2CeAAA%3B%3BAGGA%2CqBAAC%3BAACD%2CqBAAC%3BEACG%2CqBAAA%3B%3BAHlBJ%2CqBAAC%3BAACD%2CqBAAC%3BEACG%2CaAAA%3BEACA%2CqBAAA%3B%3BAGiDJ%2CqBAAC%3BAACD%2CqBAAC%3BEACG%2C8BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAHpBJ%2CqBAAC%3BAACD%2CqBAAC%3BAACD%2CqBAAC%3BEACG%2C8BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CqBAAC%3BEACG%2CcAAA%3B%3BAefR%2CWACM%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAHR%2CWAMI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAARR%2CWAWI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAC1DR%3BEACI%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAkB%2CmDAAlB%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAQA%3BEAAA%3BIALI%2CeAAA%3BIACA%2CsBAAsB%2CmEAAtB%3BIACA%2CsBAAA%3B%3B%3BAAMR%3BEAAA%3BIAFQ%2CgBAAA%3B%3B%3BAAIR%3BExBFI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEmBNA%2C6BAAA%3BEACA%2CaAAA%3BEZJA%2C4BAAA%3BEACA%2C6BAAA%3BEiBSA%2CmBAAA%3B%3BAxBMJ%3BEAAA%3BIAJQ%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAmBWJ%2CmBAAC%3BEAdD%2CkCAAA%3BEACA%2CUAAA%3B%3BAAyBA%3BEAAA%2CmBAZC%3BIAdD%2C2BAAA%3BIACA%2CUAAA%3B%3B%3BAKIA%3BEAAA%3BIAHI%2CmBAAA%3B%3B%3BAAMR%3BEAAA%3BIAFQ%2CmBAAA%3B%3B%3BAAIR%3BEjB5BI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAiB6BJ%3BEftBI%2CSAAA%3BEACA%2CUAAA%3BEeuBA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3B%3BAAVJ%2CafnBI%3BEACI%2CgBAAA%3B%3BAekCJ%3BEAAA%3BIAHI%2CoBAAA%3B%3B%3BAAMR%3BEAAA%3BIAFQ%2CoBAAA%3B%3B%3BAAIR%3BEjB9CI%2C4BAAA%3BEACA%2C6BAAA%3BEY4CA%2C8CAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CaAAA%3BEKEA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAOA%3BEAAA%3BIAJI%2CqBAAA%3BIACA%2CmBAAA%3B%3B%3BAAQJ%3BEAAA%3BIAJI%2CqBAAA%3BIACA%2CmBAAA%3B%3B%3BAAGJ%2CaAAa%2CWAAY%3BELPzB%2C8CAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CUAAA%3B%3BAAKA%2CaKAa%2CWAAY%2CmBLAxB%2CUAAU%3BEACP%2CsBAAA%3B%3BAADJ%2CaKAa%2CWAAY%2CmBLAxB%2CUAAU%3BEACP%2CoBAAA%3B%3BAADJ%2CaKAa%2CWAAY%2CmBLAxB%2CUAAU%3BEACP%2CsBAAA%3B%3BAADJ%2CaKAa%2CWAAY%2CmBLAxB%2CUAAU%3BEACP%2CsBAAA%3B%3BAADJ%2CaKAa%2CWAAY%2CmBLAxB%2CUAAU%3BEACP%2CsBAAA%3B%3BAADJ%2CaKAa%2CWAAY%2CmBLAxB%2CUAAU%3BEACP%2CsBAAA%3B%3BAADJ%2CaKAa%2CWAAY%2CmBLAxB%2CUAAU%3BEACP%2CsBAAA%3B%3BAADJ%2CaKAa%2CWAAY%2CmBLAxB%2CUAAU%3BEACP%2CsBAAA%3B%3BAADJ%2CaKAa%2CWAAY%2CmBLAxB%2CUAAU%3BEACP%2CsBAAA%3B%3BAADJ%2CaKAa%2CWAAY%2CmBLAxB%2CUAAU%3BEACP%2CsBAAA%3B%3BAADJ%2CaKAa%2CWAAY%2CmBLAxB%2CUAAU%3BEACP%2CsBAAA%3B%3BAADJ%2CaKAa%2CWAAY%2CmBLAxB%2CUAAU%3BEACP%2CoBAAA%3B%3BAKSR%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAOA%3BEAAA%3BIAJI%2CYAAA%3BIACA%2CaAAA%3B%3B%3BAAOR%3BEAAA%3BIAHQ%2CYAAA%3BIACA%2CaAAA%3B%3B%3BAAIR%3BExBtBI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAMJ%3BEAAA%3BIAHQ%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAwByBJ%3BEAAA%3BIANI%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3B%3BAAMR%3BEAAA%3BIAFQ%2CgBAAA%3B%3B%3BACzHR%3BEAEI%2CyBAAA%3B%3BAHGJ%3BEAAA%3BIARQ%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2C8BAAA%3BIACA%2C6BAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3B%3BAGMJ%3BEAAA%3BIAJI%2C2BAAA%3BIACA%2CiBAAA%3B%3B%3BAANR%2CeASI%3BEHYA%2CaAAA%3B%3BAAWJ%3BEAAA%2CeGvBI%3BIHeI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2C2CAAA%3BIACA%2CcAAA%3B%3B%3BAG9BR%2CeAaI%3BEHsBA%2CcAAA%3BEACA%2CWAAA%3B%3BAAKJ%3BEAAA%2CeG5BI%3BIH0BI%2CaAAA%3B%3B%3BAGrBR%3BEAEI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAH4BJ%3BEAAA%3BIAHQ%2CyCAAA%3BIACA%2C4BAAA%3B%3B%3BAGpBJ%3BEAAA%3BIAHI%2CkBAAA%3B%3B%3BAAcJ%3BEAAA%3BIAVI%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3B%3BAAUJ%3BEAAA%2C%2BBAPgC%3BIAExB%2CeAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2C0BAAA%3B%3B%3BAASR%3BEAAA%2C%2BBALgC%2CgBAAgB%3BIAExC%2CaAAA%3BIACA%2CYAAA%3B%3B%3BAASR%3BEAAA%2C%2BBALgC%2CwBAAwB%3BINvBxD%2C2BAAA%3BIACA%2CUAAA%3BIMyBQ%2CQAAA%3B%3B%3BAAKZ%3BEhB9BI%2CkBAAA%3BEgBgCA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAHRA%3BEAAA%3BIAHI%2CkBAAA%3B%3B%3BAAMR%3BEAAA%3BIAFQ%2CoBAAA%3B%3B%3BAGaJ%3BEAAA%3BIAHI%2CcAAA%3B%3B%3BAAMR%3BEAAA%3BIAFQ%2CiBAAA%3B%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAMA%3BEAAA%3BIAHI%2CUAAA%3B%3B%3BAAaJ%3BEAAA%3BIATI%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3B%3BAASJ%3BEAAA%3BIALI%2CUAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3B%3BAAOJ%3BEAAA%2C8BAJ%2BB%3BIAEvB%2CgBAAA%3B%3B%3BAAIR%2CwBAAyB%3BEACrB%2CYAAA%3B%3BAAMA%3BEAAA%2CwBAPqB%3BIAIjB%2CUAAA%3B%3B%3BAAOJ%3BEAAA%2CwBAXqB%3BIAQjB%2CUAAA%3B%3B%3BAAMR%3BEAAA%2CwBAdyB%3BIAYjB%2CUAAA%3B%3B%3BAAIR%2CsBAAuB%3BEACnB%2CYAAA%3B%3BAAMA%3BEAAA%2CsBAPmB%3BIAIf%2CUAAA%3B%3B%3BAAQR%3BEAAA%2CsBAZuB%3BIAQf%2CUAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3B%3BAAIR%2CsBAAuB%3BEACnB%2CYAAA%3B%3BAAMA%3BEAAA%2CsBAPmB%3BIAIf%2CUAAA%3B%3B%3BAAQR%3BEAAA%2CsBAZuB%3BIAQf%2CUAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3B%3BAAKZ%3BEHzFI%2CYAAA%3BEACA%2CkBAAA%3BEG0FA%2CkBAAA%3BEACA%2CWAAA%3B%3BAHrFA%3BEAAA%3BIAHI%2CgBAAA%3B%3B%3BAAOR%3BEAAA%3BIAHQ%2CgDAAA%3BIACA%2CgBAAA%3B%3B%3BAGsFR%3BEjB5JI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEAKA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEA%2BBA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CgCAAA%3BEGLA%2CuBAAA%3BEHjBA%2CkBAAA%3BEACA%2CeAAA%3B%3BAGGA%2CsBAAC%3BAACD%2CsBAAC%3BEACG%2CqBAAA%3B%3BAHlBJ%2CsBAAC%3BAACD%2CsBAAC%3BEACG%2CaAAA%3BEACA%2CqBAAA%3B%3BAGiDJ%2CsBAAC%3BAACD%2CsBAAC%3BEACG%2C8BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAHpBJ%2CsBAAC%3BAACD%2CsBAAC%3BAACD%2CsBAAC%3BEACG%2C8BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CsBAAC%3BEACG%2CcAAA%3B%3BAiBmGJ%2CsBAAI%3BEACA%2CaAAA%3B%3BAAGJ%2CsBAAC%3BEACG%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CsBAJH%2CqBAII%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAgB%2CyDAAhB%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3B%3BAAKZ%3BEHpLI%2CkBAAA%3B%3BAAUJ%3BEAAA%3BIANQ%2CyCAAA%3BIACA%2C4BAAA%3BIACA%2C4BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3B%3BAGgLR%3BAACA%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CmBAAmB%2CqBAAnB%3BEACA%2CeAAe%2CqBAAf%3BEACA%2CWAAW%2CqBAAX%3B%3BAAGJ%3BEjBnMI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEAKA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEA%2BBA%2CcAAA%3BEACA%2CuCAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3BEGLA%2CuBAAA%3BEHjBA%2CkBAAA%3BEACA%2CeAAA%3B%3BAGGA%2CiCAAC%3BAACD%2CiCAAC%3BEACG%2CqBAAA%3B%3BAHlBJ%2CiCAAC%3BAACD%2CiCAAC%3BEACG%2CaAAA%3BEACA%2CqBAAA%3B%3BAGiDJ%2CiCAAC%3BAACD%2CiCAAC%3BEACG%2C0BAAA%3BEACA%2CuCAAA%3BEACA%2CcAAA%3B%3BAHpBJ%2CiCAAC%3BAACD%2CiCAAC%3BAACD%2CiCAAC%3BEACG%2C0BAAA%3BEACA%2CuCAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CiCAAC%3BEACG%2CcAAA%3B%3BAG8MR%3BEAAA%3BIA9NI%2CiBAAA%3BIHjBA%2CkBAAA%3BIACA%2CeAAA%3BIG4OI%2CmBAAA%3B%3B%3BAczDR%3BEAAA%3BIAFQ%2CmBAAA%3B%3B%3BAAIR%3BEjBjNI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEiB6MA%2CcAAA%3BEACA%2CgBAAgB%2CuFAAhB%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CoCAAA%3B%3BAAOA%3BEAAA%3BIAJI%2CYAAA%3BIACA%2CaAAA%3B%3B%3BAAGJ%2CkCAAC%3BAACD%2CkCAAC%3BEACG%2CaAAA%3B%3BAAIR%3BEZtLI%2CUAAA%3BEAtBA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAyCA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsFAAA%3BEACA%2CoBAAA%3B%3BAYwJJ%2CqBZ1CI%3BEAlJA%2CgCAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEAuJI%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3BAAOJ%3BEAAA%2CqBAhBA%3BIAYQ%2C8BAAA%3BIACA%2C%2BBAAA%3BIACA%2CYAAA%3B%3B%3BAY4BZ%2CqBZxBI%3BEL5MA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEKgKA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAYmEA%3BEAAA%3BIAHI%2CkBAAA%3B%3B%3BAAGJ%2CqBAAC%3BEZ7LD%2COAAA%3BEAcA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2C0BAAA%3BEACA%2C0FAAA%3BEACA%2CoBAAA%3B%3BAYgKJ%2CqBAgBI%3BEZ9JA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyDAAA%3BELxFA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEAEA%2CSAAA%3BEAEA%2CeAAA%3BEAKA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEA%2BBA%2CcAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CgCAAA%3BEGLA%2CuBAAA%3BEHjBA%2CUAAA%3BEACA%2CeAAA%3BEK%2BHA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEAxBA%2C4BAAA%3B%3BAFvGA%2CqBcqNA%2CmBdrNC%3BAACD%2CqBcoNA%2CmBdpNC%3BEACG%2CqBAAA%3B%3BAHlBJ%2CqBiBqOA%2CmBjBrOC%3BAACD%2CqBiBoOA%2CmBjBpOC%3BEACG%2CaAAA%3BEACA%2CqBAAA%3B%3BAGiDJ%2CqBciLA%2CmBdjLC%3BAACD%2CqBcgLA%2CmBdhLC%3BEACG%2C8BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAHpBJ%2CqBiBiMA%2CmBjBjMC%3BAACD%2CqBiBgMA%2CmBjBhMC%3BAACD%2CqBiB%2BLA%2CmBjB%5C%2FLC%3BEACG%2C8BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CqBiByLA%2CmBjBzLC%3BEACG%2CcAAA%3B%3BAKmFJ%3BEAAA%2CqBYqGA%3BIZzFA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAATJ%3BEAAA%2CqBY%2BFI%3BIZzFA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAY8FY%2CqBARZ%2CmBAKK%2CMAEG%2CwBACK%3BAAAD%2CqBARZ%2CmBAMK%2CMACG%2CwBACK%3BEACG%2CiBAAA%3B%3BAAzBpB%2CqBA%2BBI%3BEhBvOA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CmBAAmB%2CqBAAnB%3BEACA%2CeAAe%2CqBAAf%3BEACA%2CWAAW%2CqBAAX%3B%3BAgBqOI%2CqBAHJ%2CwBAGK%3BER3QL%2CaAVa%2CqBAUb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAbS%2COAaT%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEDsEA%2CcAAA%3BEClEA%2CyCAAA%3BEQiQQ%2CeAAA%3B%3BAAKJ%3BEAAA%2CqBAXJ%2CwBAGK%3BIAMO%2CeAAA%3B%3B%3BAAMhB%3BEZ5NI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEGrDA%2CYAAA%3BEACA%2CaAAA%3B%3BAS8QA%3BAAJJ%2C6BAKI%3BAALJ%2C6BAMI%3BEACI%2CYAAA%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CqBAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CqBAAC%3BEACG%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAIR%3BAACA%3BEACI%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAOA%3BEAAA%3BEAAA%3BIAJI%2CYAAA%3BIACA%2CiBAAA%3B%3B%3BAAQJ%3BEAAA%2CkBALmB%3BEAKnB%2CkBALmB%3BIAEX%2CYAAA%3BIACA%2CeAAA%3B%3B%3BAAKZ%3BEhB5UI%2CwBAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2CyBAAA%3B%3B%3BAgB6UR%3BEhBxUI%2CyBAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2CwBAAA%3B%3B%3BAgByUR%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAMA%3BEAAA%3BIAHI%2CYAAA%3B%3B%3BAASA%3BEAAA%2C6BANH%3BIAEO%2CiBAAA%3BIACA%2CoBAAA%3B%3B%3BAAOJ%3BEAAA%2C6BAVH%2CaAMG%3BIAEQ%2CgBAAA%3B%3B%3BAAMhB%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BET%5C%2FPI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BESwPA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAMA%3BEAAA%3BIAHI%2CYAAA%3B%3B%3BAAOJ%3BEAAA%3BIAHI%2CgBAAA%3B%3B%3BAAbR%2CwBAgBI%3BEjBpYA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEQgMA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CuEAAA%3B%3BAA%5C%2FBA%2CwBSwNA%2CyBTvLA%2CWAjCC%3BECjLD%2CaAVa%2CqBAUb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAZS%2COAYT%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEDsEA%2CcAAA%3BEAoGI%2CeAAA%3B%3BAAKJ%3BEAAA%2CwBSiNA%2CyBTvLA%2CWAjCC%3BIAKO%2CeAAA%3B%3B%3BAALR%2CwBSwNA%2CyBTnLC%2CaACG%2CWAtCH%3BECjLD%2CaAVa%2CqBAUb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAXQ%2COAWR%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEDsEA%2CcAAA%3BEAoGI%2CeAAA%3B%3BAAKJ%3BEAAA%2CwBSiNA%2CyBTnLC%2CaACG%2CWAtCH%3BIAKO%2CeAAA%3B%3B%3BAAaR%2CwBSsMA%2CyBTtMC%3BAACD%2CwBSqMA%2CyBTrMC%3BEACG%2CyBAAA%3B%3BASoLR%2CwBAgBI%2CyBAII%3BERhYJ%2CyCAAA%3B%3BAQoYI%2CwBARJ%2CyBAQK%2CMAEG%3BAADJ%2CwBATJ%2CyBASK%2CMACG%3BEACI%2CiBAAA%3B%3BAAMhB%3BAACA%3BEjBtZI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEQyBA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqEAAA%3B%3BAAEA%2C0BAAC%3BAAAD%2C0BAAC%3BAACD%2C0BAAC%3BAAAD%2C0BAAC%3BEACG%2CkCAAA%3B%3BAASJ%3BEAAA%3BEAAA%3BIALI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAeJ%3BEAAA%3BEAAA%3BIAXI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CeAAe%2CgBAAf%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAIA%2C0BADJ%2CmBACK%3BAAAD%2C0BADJ%2CmBACK%3BEAwBL%2CeAAA%3B%3BAAMA%3BEAAA%2C0BA%5C%2FBA%2CmBACK%3BEA8BL%2C0BA%5C%2FBA%2CmBACK%3BIA2BD%2CeAAA%3B%3B%3BAAMR%3BEAAA%2C0BAlCI%2CmBACK%3BEAiCT%2C0BAlCI%2CmBACK%3BIA%2BBD%2CeAAA%3B%3B%3BAS%2BTI%2C0BAHP%2CMAEG%2CmBACK%3BAAAD%2C0BAHP%2CMAEG%2CmBACK%3BAAAD%2C0BAFP%2CMACG%2CmBACK%3BAAAD%2C0BAFP%2CMACG%2CmBACK%3BEACG%2CiBAAA%3B%3BAAMhB%3BEACI%2COAAA%3BEACA%2CiBAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2CUAAA%3B%3B%3BAAIR%3BEACI%2CQAAA%3BEACA%2CgBAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2CWAAA%3B%3B%3BAAKJ%2C%2BBAAC%3BER3bD%2CaAVa%2CqBAUb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAdiB%2COAcjB%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEDsEA%2CcAAA%3BEClEA%2CyCAAA%3B%3BAQqbA%2C%2BBAAC%3BERlcD%2CaAVa%2CqBAUb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAfgB%2COAehB%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEDsEA%2CcAAA%3BEClEA%2CyCAAA%3B%3BAQ2bJ%3BAACA%3BEtBndI%2CMAAM%2CwBAAN%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CUAAA%3B%3BAsB6dA%3BEAAA%3BIARI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CeAAe%2CgBAAf%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CYAAA%3B%3B%3BAAPR%2C6BAUI%3BEhBncA%2CSAAA%3BEACA%2CUAAA%3BEO2HA%2CkBAAA%3BEAtCA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BASiWJ%2C6BAUI%2CYhBhcA%3BEACI%2CgBAAA%3B%3BAgBqbR%2C6BAUI%2CYTrUA%3BEACI%2CqBAAA%3B%3BAS0TR%2C6BAUI%2CYTjUA%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkCAAA%3B%3BAAEA%2C6BS2TJ%2CYTjUA%2COAMK%3BAACD%2C6BS0TJ%2CYTjUA%2COAOK%3BEACG%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAS6SZ%2C6BAUI%2CYTnTA%2CcACI%3BEACI%2CyBAAA%3BEACA%2C8BAAA%3B%3BASsSZ%2C6BAUI%2CYTzWA%3BEACI%2CWAAA%3B%3BAS8VR%2C6BAUI%2CYTrWA%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BASkXA%3BEAAA%2C6BAhBJ%3BIT7WA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BISqXQ%2COAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2C6BAhBJ%2CYTzWA%3BIACI%2CaAAA%3B%3BESwXA%2C6BAhBJ%2CYTrWA%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3B%3BASwVR%2C6BAUI%2CYAgBI%3BET1TJ%2CwCAAA%3B%3BAUxLJ%3BEAEI%2CyBAAA%3BEACA%2CuBAAA%3B%3BAJUJ%3BEAAA%3BIARQ%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2C8BAAA%3BIACA%2C6BAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3B%3BAILR%3BEjBkCI%2CkBAAA%3BEiBhCA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAQA%3BEAAA%3BIALI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAMR%3BEAAA%3BIAFQ%2CYAAA%3B%3B%3BAAIR%3BEjBoBI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CmBAAmB%2CqBAAnB%3BEACA%2CeAAe%2CqBAAf%3BEACA%2CWAAW%2CqBAAX%3BEUlBA%2C6BAAA%3BEACA%2CaAAA%3BEOLA%2CWAAA%3B%3BAP0BA%2C6BAAC%3BEAdD%2CkCAAA%3BEACA%2CUAAA%3B%3BAAyBA%3BEAAA%2C6BAZC%3BIAdD%2C2BAAA%3BIACA%2CUAAA%3B%3B%3BAORJ%3BEAAA%3BIAFQ%2CYAAA%3B%3B%3BAAIR%3BE1BFI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOJ%3BEAAA%3BIAJQ%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAER%3BEAAA%3BIAJQ%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BA0BFR%3BEAAA%3BIAFQ%2CmBAAA%3B%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAAGJ%3BEjBfI%2CSAAA%3BEACA%2CUAAA%3BEiBgBA%2CYAAA%3B%3BAAFJ%2C4BjBZI%3BEACI%2CgBAAA%3B%3BAiBgBR%3BEACI%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CqDAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CiCAAA%3B%3BAAEA%2CkBAAC%3BAACD%2CkBAAC%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEACI%2CsBAAsB%2CmEAAtB%3B%3BAAGJ%3BEACI%2CsBAAsB%2CkEAAtB%3B%3BAAGJ%3BEACI%2CsBAAsB%2CkEAAtB%3B%3BAAGJ%3BElBtEI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEAKA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEA%2BBA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CgCAAA%3BEGLA%2CuBAAA%3BEHjBA%2CkBAAA%3BEACA%2CeAAA%3B%3BAGGA%2CsBAAC%3BAACD%2CsBAAC%3BEACG%2CqBAAA%3B%3BAHlBJ%2CsBAAC%3BAACD%2CsBAAC%3BEACG%2CaAAA%3BEACA%2CqBAAA%3B%3BAGiDJ%2CsBAAC%3BAACD%2CsBAAC%3BEACG%2C8BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAHpBJ%2CsBAAC%3BAACD%2CsBAAC%3BAACD%2CsBAAC%3BEACG%2C8BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CsBAAC%3BEACG%2CcAAA%3B%3BAkBcR%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAMJ%3BEAAA%3BIAHQ%2CmBAAA%3BIACA%2CoBAAA%3B%3B%3BAAIR%3BEPjFI%2C6BAAA%3BEACA%2CaAAA%3BEVTA%2CyBAAA%3BEiB4FA%2C8BAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAPjEA%2C0CAAC%3BEAdD%2CkCAAA%3BEACA%2CUAAA%3B%3BAAyBA%3BEAAA%2C0CAZC%3BIAdD%2C2BAAA%3BIACA%2CUAAA%3B%3B%3BAVZJ%3BEAAA%3BIAFQ%2CwBAAA%3B%3B%3BAiB%2BFR%3BEP1FI%2C6BAAA%3BEACA%2CaAAA%3BEVjBA%2CwBAAA%3BEiB6GA%2CWAAA%3BEACA%2CiBAAA%3B%3BAPxEA%2C2CAAC%3BEAdD%2CkCAAA%3BEACA%2CUAAA%3B%3BAAyBA%3BEAAA%2C2CAZC%3BIAdD%2C2BAAA%3BIACA%2CUAAA%3B%3B%3BAVpBJ%3BEAAA%3BIAFQ%2CyBAAA%3B%3B%3BAiB8GR%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAcA%3BEAAA%3BIAPI%2C4BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAMR%3BEAAA%3BIAFQ%2CYAAA%3B%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEAGA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CkCAAA%3BEACA%2CsBAAA%3B%3BAAMA%3BEAAA%3BIAHI%2CUAAA%3B%3B%3BAAGJ%2CkCAAC%2CUAAU%2CIAAO%3BEACd%2CaAAA%3B%3BAAKJ%3BEAAA%2CkCANC%2CUAAU%2CIAAO%3BIAIV%2CcAAA%3B%3B%3BACxLZ%3BExBCI%2CMAAM%2CwBAAN%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CUAAA%3BEAIA%2CmBAAmB%2CiBAAnB%3BEACA%2CeAAe%2CiBAAf%3BEACA%2CWAAW%2CiBAAX%3BEACA%2C0CAAA%3BEACA%2CkCAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3B%3BAwBXA%2CUAAC%3BExBeD%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAD3BJ%3BEFgCI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOJ%3BEAAA%3BIAJQ%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAEtCR%3BEF4BI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOJ%3BEAAA%3BIAJQ%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAEhCR%3BEAAA%3BIAFQ%2CeAAA%3B%3B%3BAAIR%3BEFgDI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAMJ%3BEAAA%3BIAHQ%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAErDR%3BEF6DI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAMJ%3BEAAA%3BIAHQ%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAEjER%3BEFyEI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAMJ%3BEAAA%3BIAHQ%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BA4BnGR%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAADJ%2CIAGI%3BEACI%2CWAAA%3B%3BAAKJ%2CcAAC%3BEACG%2C4BAAA%3B%3BAAIR%3BEACI%2CmBAAA%3BEACA%2C%2BCAAA%3BEACA%2CuCAAA%3BEACA%2CgBAAA%3B%3BAAyBJ%2CuBAAuB%3BAACvB%2CuBAAuB%3BEACnB%2CsBAAsB%2CwCAAtB%3B%3BAAGJ%2CgBAAiB%3BEACb%2CyBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%3BEACI%2CiDAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2CgBAAA%3B%3B%3BAAQR%3BEAAA%3BIAFQ%2CaAAA%3B%3B%3BAAIR%3BEACI%2CyBAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2CmBAAA%3B%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2CeAAA%3B%3B%3BAAIR%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%2C0BAA2B%3BEACvB%2CmBAAA%3B%3BAAEA%2C0BAHuB%2CEAGtB%3BEACG%2CgBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CsBAAsB%2CqEAAtB%3B%3BAAGJ%3BEACI%2CsBAAsB%2C6DAAtB%3B%3BAAGJ%3BEACI%2CsBAAsB%2CgEAAtB%3B%3BAAGJ%3BEACI%2CsBAAsB%2CoDAAtB%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BEACI%2CsBAAA%3BEACA%2C2BAAA%3B%3BAAKJ%2CmBAH0C%3BEAG1C%3BEAAA%3BEAAA%3BEAAA%3BIAFQ%2CaAAA%3B%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAOA%2CmBALqC%3BEAKrC%3BIAJI%2CSAAA%3BIACA%2CeAAA%3B%3B%3BAAOJ%2CmBAJsC%3BEAItC%3BIAHI%2CeAAA%3B%3B%3BAAOJ%2CmBAHyC%3BEAGzC%2CyBAJA%3BIAEQ%2CaAAA%3B%3B%3BAAKZ%3BAACA%2CUAAW%3BEACP%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAASA%3BEAAA%3BIAJI%2CmBAAA%3BIACA%2CkBAAA%3B%3B%3BAAOR%2CmBAJ0C%3BEAI1C%3BIAHQ%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAaJ%2CmBAVqC%3BEACjC%3BIACI%2CaAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAAMA%3BEAAA%3BIAHI%2CWAAA%3B%3B%3BAAJR%2CsBAOI%3BEACI%2CcAAA%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAMJ%3BEAAA%3BIAHQ%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAQR%3BEAAA%2CaAJc%3BIAEN%2CeAAA%3B%3B%3BAAIR%2CcACI%3BAADJ%2CcAEI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2C2BAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CgCAAA%3B%3BArBvOJ%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGA%2C6BAAC%3BEACG%2CkBAAA%3B%3BAADJ%2C6BAAC%2CqBAGG%3BEACI%2CWAAA%3B%3BAAMR%3BEAAA%2C6BAVC%3BIAQO%2CiBAAA%3B%3B%3BAASJ%3BEAAA%2C6BALH%2CIAAI%3BIAEG%2CeAAA%3B%3B%3BAAMR%3BEAAA%2C6BARC%2CIAAI%3BIAMG%2CgBAAA%3B%3B%3BAAIR%2C6BAAC%3BEACG%2CiBAAA%3B%3BAAGJ%2C6BAAC%3BEACG%2CkBAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAOJ%3BEAAA%3BIAJQ%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAMJ%3BEAAA%3BIAHQ%2CiBAAA%3BIACA%2CmBAAA%3B%3B%3BAAIR%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAVJ%2CqBAYI%3BEACI%2CgBAAA%3B%3BAAIR%3BEA9FI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEA8FA%2CkBAAA%3B%3BAAGJ%3BEA5FI%2C4BAAA%3BEACA%2C6BAAA%3BEY4CA%2C8CAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CaAAA%3BEZgDA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAOA%3BEAAA%3BIAJI%2CqBAAA%3BIACA%2CmBAAA%3B%3B%3BAASJ%3BEAAA%3BIALI%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3B%3BAAQA%3BEAAA%2C0BALH%3BIAEO%2CqBAAA%3B%3B%3BAAMR%3BEAAA%2C0BARC%3BIAMO%2CqBAAA%3B%3B%3BAAIR%2CWAAY%3BEYjEZ%2C8CAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CUAAA%3B%3BAAKA%2CWZ0DY%2C2BY1DX%2CUAAU%3BEACP%2CsBAAA%3B%3BAADJ%2CWZ0DY%2C2BY1DX%2CUAAU%3BEACP%2CoBAAA%3B%3BAADJ%2CWZ0DY%2C2BY1DX%2CUAAU%3BEACP%2CsBAAA%3B%3BAADJ%2CWZ0DY%2C2BY1DX%2CUAAU%3BEACP%2CsBAAA%3B%3BAADJ%2CWZ0DY%2C2BY1DX%2CUAAU%3BEACP%2CsBAAA%3B%3BAADJ%2CWZ0DY%2C2BY1DX%2CUAAU%3BEACP%2CsBAAA%3B%3BAADJ%2CWZ0DY%2C2BY1DX%2CUAAU%3BEACP%2CsBAAA%3B%3BAADJ%2CWZ0DY%2C2BY1DX%2CUAAU%3BEACP%2CsBAAA%3B%3BAADJ%2CWZ0DY%2C2BY1DX%2CUAAU%3BEACP%2CsBAAA%3B%3BAADJ%2CWZ0DY%2C2BY1DX%2CUAAU%3BEACP%2CsBAAA%3B%3BAADJ%2CWZ0DY%2C2BY1DX%2CUAAU%3BEACP%2CsBAAA%3B%3BAADJ%2CWZ0DY%2C2BY1DX%2CUAAU%3BEACP%2CoBAAA%3B%3BAZwEJ%3BEAAA%3BIAHI%2CgBAAA%3B%3B%3BAAMR%3BEAAA%3BIAFQ%2CgBAAA%3B%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAQJ%3BEAAA%3BIALQ%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAQJ%3BEAAA%3BIALQ%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAIR%3BEACI%2CyBAAA%3B%3BAADJ%2CiBAGI%3BEACI%2CmBAAA%3B%3BAAIR%2CiBAAiB%3BEACb%2CyBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAKA%3BEAAA%3BIAFI%2CYAAA%3B%3B%3BAAOJ%3BEAAA%3BIAJI%2CaAAA%3BIACA%2CoBAAA%3B%3B%3BAAIA%2CuBADJ%2CsBACK%3BEACG%2CcAAA%3B%3BAAKJ%3BEAAA%2CuBAPJ%2CsBACK%3BIAIO%2CaAAA%3B%3B%3BAAIR%2CuBATJ%2CsBASK%3BEACG%2CaAAA%3B%3BAAKJ%3BEAAA%2CuBAfJ%2CsBASK%3BIAIO%2CcAAA%3B%3B%3BAsBjPhB%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAMA%3BEAAA%3BIAHI%2CeAAA%3B%3B%3BAAMR%3BEAAA%3BIAFQ%2CeAAA%3B%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BACtCJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAMA%3BEAAA%3BIAHI%2CqBAAA%3B%3B%3BAAcR%3BEAAA%3BIAVQ%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAEA%2CmBAAC%2CIAAI%3BEACD%2CiBAAA%3B%3BAAJR%2CmBAOI%3BEACI%2CcAAA%3B%3BAAIR%3BEACI%2C2BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BACrEJ%3BEACI%2CqBAAA%3BEACA%2CsBAAsB%2CqEAAtB%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%2CgBAAgB%2C4EAAhB%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CkBAII%3BEACI%2CeAAA%3B%3BAAIR%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2CgBAAA%3B%3B%3BAAIR%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CwBAAC%2CIAAI%3BEACD%2CmBAAA%3B%3BAAOJ%3BEAAA%2CwBAJA%3BIAEQ%2CeAAA%3B%3B%3BAAQR%3BEAAA%2CwBAJA%3BIAEQ%2CeAAA%3B%3B%3BAAMR%2C4BAAC%3BEACG%2CaAAA%3B%3BAAGJ%2C4BAAC%3BEACG%2CcAAA%3B%3BAAIR%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAPJ%2C6BASI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAbR%2C6BAgBI%3BEACI%2C6BAAA%3BEACA%2CeAAA%3B%3BAAlBR%2C6BAqBI%3BEACI%2CkBAAA%3B%3BAAtBR%2C6BAyBI%3BEACI%2CiBAAA%3B%3BAAGJ%2C6BAAC%3BEACG%2CgBAAA%3B%3BAAMA%3BEAAA%2C6BAPH%3BIAIO%2CmBAAA%3B%3B%3BAAMR%3BEAAA%2C6BAVC%3BIAQO%2CoBAAA%3B%3B%3BAArCZ%2C6BAyCI%3BEACI%2CYAAA%3B%3BAA1CR%2C6BA6CI%3BEACI%2CgBAAA%3B%3BAAKJ%3BEAAA%2C6BANA%3BIAIQ%2CaAAA%3B%3B%3BAAKZ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2C8BAAC%3BEACG%2CeAAA%3B%3BAAMA%3BEAAA%2C8BAPH%3BIAIO%2CkBAAA%3B%3B%3BAAMR%3BEAAA%2C8BAVC%3BIAQO%2CmBAAA%3B%3B%3BAAqBZ%2CmBAhBqC%3BEACjC%2C8BACI%3BIACI%2CQAAA%3B%3BEAFR%2C8BAKI%3BIACI%2CQAAA%3B%3BEAIR%3BIACI%2CmBAAA%3B%3B%3BAAoBR%3BEAdQ%2C4BAAC%3BIACG%2CcAAA%3B%3BEAGJ%2C4BAAC%3BIACG%2CaAAA%3B%3BEAIR%3BEACA%3BIACI%2CUAAA%3B%3B%3BACvLR%2CgBACI%2CcACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAXZ%2CgBACI%2CcACI%2CiBAWI%3BEACI%2CcAAA%3B%3BAAdhB%2CgBACI%2CcACI%2CiBAeI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAMhB%2CiBACI%2CGAAE%3BEACE%2CcAAA%3B%3BAAIR%2CeACI%2CKAAI%2CQACA%3BEACI%2CmBAAA%3B%3BAAKZ%3BEACI%2CWAAW%2CiBAAX%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAAqEJ%3BEAjEI%2CeACI%3BIACI%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2C8BAAA%3BIACA%2C6BAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAZR%2CeAeI%2CKAAI%3BIACA%2CiBAAA%3B%3BEAhBR%2CeAmBI%3BIACI%2CmBAAA%3B%3BEApBR%2CeAuBI%3BIACI%2CgCAAA%3BIACA%2CmBAAA%3B%3BEAzBR%2CeA4BI%3BIACI%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3B%3BEAxCR%2CeA2CI%3BIACI%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2C4BAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3B%3BEAxDR%2CeA2DI%2CaAAY%3BIACR%2CcAAA%3B%3B%3BAAKZ%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAHJ%2CgBAKI%3BEACI%2CoBAAA%3B%3BAANR%2CgBASI%2CaAAY%3BEACR%2CeAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2CeAAA%3B%3B%3BAAIR%2CcAAc%3BEACV%2CiBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CeAAe%2CkBAAf%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2C6CAAA%3BEACA%2CqCAAA%3BEACA%2CeAAA%3B%3BAAZJ%2CcAcI%2CKAAI%2CQAAQ%3BEACR%2CmBAAA%3B%3BAAQR%3BEAAA%3BIAJQ%2CeAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3B%3BAAIR%2CcAAc%3BEACV%2CWAAW%2CkBAAX%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2CeAAA%3B%3B%3BAAIR%3BEACI%2CeAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CSAAA%3BEACA%2CUAAA%3B%3BAAOJ%3BEAAA%3BIAFQ%2CWAAA%3B%3B%3BAAIR%2CQAAS%3BEACL%2CeAAA%3B%3BAAKJ%3BEAAA%2CQANS%3BIAID%2CeAAA%3B%3B%3BAAIR%2CcAAe%3BEACX%2CcAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CmBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CgBAAA%3B%3BAAKJ%3BEAAA%2CcANe%3BIAIP%2CmBAAA%3B%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAKJ%3BEAAA%3BIAFQ%2CeAAA%3B%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAADJ%2CaAGI%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CaAbJ%2CaAaK%3BEACG%2CeAAA%3BEACA%2CqBAAA%3B%3BAASZ%3BEAAA%3BIAJQ%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAJJ%2CoBAMI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAARR%2CoBAWI%3BEACI%2CcAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CiBAAC%3BEACG%2CeAAA%3B%3BAAIR%2CiBACI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CiBATJ%2CaASK%3BEACG%2CeAAA%3B%3BAAQZ%3BEAAA%3BIAHQ%2CWAAA%3BIACA%2CWAAA%3B%3B%3BAAIR%3BAAAiB%3BAAAgB%3BEAC7B%2CSAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CcAAe%2CMAAK%3BEAChB%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEA%2CcANW%2CMAAK%2CaAMf%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAXW%2CMAAK%2CaAWf%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAhBW%2CMAAK%2CaAgBf%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcArBW%2CMAAK%2CaAqBf%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcA1BW%2CMAAK%2CaA0Bf%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAIR%2CcAAe%3BEACX%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEA%2CcATW%2CSASV%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAdW%2CSAcV%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAnBW%2CSAmBV%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAxBW%2CSAwBV%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcA7BW%2CSA6BV%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAIR%2CcAAe%3BEACX%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CcAAe%2CYAAY%2CMAAK%3BEAC5B%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEA%2CcAZW%2CYAAY%2CMAAK%2CaAY3B%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAjBW%2CYAAY%2CMAAK%2CaAiB3B%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAtBW%2CYAAY%2CMAAK%2CaAsB3B%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcA3BW%2CYAAY%2CMAAK%2CaA2B3B%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAhCW%2CYAAY%2CMAAK%2CaAgC3B%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAIR%2CgBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CgBAKI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKR%3BAAAoB%3BAAAsB%3BAAAyB%3BEAC%5C%2FD%2CaAAA%3B%3BACpdJ%2CkBACI%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CmBAMI%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAARR%2CmBAWI%3BEACI%2CSAAA%3B%3BAAZR%2CmBAWI%2C4BAGI%3BEACI%2CgBAAA%3B%3BAAfZ%2CmBAWI%2C4BAOI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAApBZ%2CmBAWI%2C4BAYI%3BEACI%2CgBAAA%3B%3BAAxBZ%2CmBAWI%2C4BAgBI%3BEvBfJ%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkCAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEAUA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3BEAiBI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEA6DI%2CkBAAA%3B%3BAApCR%2CmBuBvEA%2C4BAgBI%2CgBvBuDH%3BAACD%2CmBuBxEA%2C4BAgBI%2CgBvBwDH%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CmBuB9EA%2C4BAgBI%2CgBvB8DH%3BEACG%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAA4BI%2CmBuB7GR%2C4BAgBI%2CgBvB6FK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CsBuB9F4C%2CiCvB8F5C%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3B%3BAAKJ%2CmBuB9HR%2C4BAgBI%2CgBvB6GC%2CMACI%3BAACD%2CmBuB%5C%2FHR%2C4BAgBI%2CgBvB6GC%2CMAEI%3BEACG%2C2BAAA%3B%3BAuB3IhB%2CmBAWI%2C4BAqBI%3BEACI%2CgBAAA%3B%3BAAjCZ%2CmBAWI%2C4BAqBI%2CyBAGI%3BEACI%2CeAAA%3B%3BAApChB%2CmBAWI%2C4BAqBI%2CyBAOI%3BEACI%2CWAAA%3BEACA%2CsBAAA%3B%3BAAOZ%2C6BAAC%3BEACG%2CaAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C6BAAC%3BAACD%2C6BAAC%3BAACD%2C6BAAC%3BEACG%2CmBAAA%3B%3BAAIR%2C2BAMI%3BAALJ%2C0BAKI%3BAAJJ%2CuBAII%3BAAHJ%2CiBAGI%3BAAFJ%2CqBAEI%3BAADJ%2CiBACI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAARR%2C2BAWI%3BAAVJ%2C0BAUI%3BAATJ%2CuBASI%3BAARJ%2CiBAQI%3BAAPJ%2CqBAOI%3BAANJ%2CiBAMI%3BEACI%2CeAAA%3B%3BAAIR%2C2BAGI%3BAAFJ%2C0BAEI%3BAADJ%2CuBACI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C2BAEI%3BAADJ%2C0BACI%3BEACI%2CmBAAA%3B%3BAAHR%2C2BAMI%3BAALJ%2C0BAKI%3BEACI%2CmBAAA%3B%3BAAPR%2C2BAUI%3BAATJ%2C0BASI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAbR%2C2BAgBI%3BAAfJ%2C0BAeI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAjCR%2C2BAoCI%3BAAnCJ%2C0BAmCI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAvCR%2C2BA0CI%3BAAzCJ%2C0BAyCI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAA9CR%2C2BAiDI%3BAAhDJ%2C0BAgDI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAtDR%2C2BAyDI%3BAAxDJ%2C0BAwDI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2C2BARJ%2CWAQK%3BAAAD%2C0BARJ%2CWAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C2BAnBJ%2CWAmBK%3BAAAD%2C0BAnBJ%2CWAmBK%3BEACG%2CgBAAA%3B%3BAA7EZ%2C2BAiFI%3BAAhFJ%2C0BAgFI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CuBACI%3BEACI%2CmBAAA%3B%3BAAFR%2CuBAKI%3BEACI%2CmBAAA%3B%3BAAIR%2CiBACI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CgBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAjBR%2CgBAoBI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAhBJ%2CeAkBM%3BEACE%2CgBAAA%3B%3BAAIR%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CcAAC%2CWAAc%3BAACf%2CcAAC%2CWAAc%3BEACX%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CcAAC%2CSAAY%3BAACb%2CcAAC%2CSAAY%3BEACT%2CUAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CcAAC%2CKAAQ%3BAACT%2CcAAC%2CKAAQ%3BEACL%2CUAAA%3B%3BAAGJ%2CcAAC%2COAAU%3BAACX%2CcAAC%2COAAU%3BEACP%2CUAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CcAAC%2CWAAc%3BAAAK%2CcAAC%2CSAAY%3BAAAK%2CcAAC%2CKAAQ%3BAAAK%2CcAAC%2COAAU%3BAAC%5C%2FD%2CcAAC%2CWAAc%3BAAAG%2CcAAC%2CSAAY%3BAAAG%2CcAAC%2CKAAQ%3BAAAG%2CcAAC%2COAAU%3BEACrD%2CgBAAA%3B%3BAA4BR%2CmBAxBqC%3BEAE7B%2CcAAC%2CSAAY%3BEACb%2CcAAC%2CSAAY%3BIACT%2CUAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CcAAC%2CKAAQ%3BEACT%2CcAAC%2CKAAQ%3BIACL%2CUAAA%3B%3BEAGJ%2CcAAC%2COAAU%3BEACX%2CcAAC%2COAAU%3BIACP%2CUAAA%3B%3BEAIR%3BIACI%2CiBAAA%3B%3B%3BAAYR%2CmBARqC%3BEACjC%2C2BACI%3BIACI%2CmBAAA%3B%3B%3BAA4DZ%3BEAtDI%2C2BAKI%3BEAJJ%2CuBAII%3BEAHJ%2CiBAGI%3BEAFJ%2CqBAEI%3BEADJ%2CiBACI%3BIACI%2CiBAAA%3BIACA%2CUAAA%3B%3BEAPR%2C2BAUI%3BEATJ%2CuBASI%3BEARJ%2CiBAQI%3BEAPJ%2CqBAOI%3BEANJ%2CiBAMI%3BIACI%2CUAAA%3B%3BEAIR%2C2BACI%3BIACI%2C%2BBAAA%3BIACA%2C4BAAA%3BIACA%2C8BAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEATR%2C2BAYI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAdR%2C2BAiBI%3BIACI%2CgBAAA%3B%3BEAlBR%2C2BAqBI%3BIACI%2CcAAA%3B%3BEAIR%3BIACI%2CUAAA%3BIACA%2CcAAA%3B%3BEAIA%2CcAAC%2COAAU%3BEACX%2CcAAC%2COAAU%3BIACP%2CYAAA%3B%3B%3BAAwDZ%3BEAjDQ%2C6BAAC%3BIACG%2CoBAAA%3B%3BEAGJ%2C6BAAC%3BIACG%2CoBAAA%3B%3BEAGJ%2C6BAAC%3BIACG%2CiBAAA%3B%3BEAGJ%2C6BAAC%3BIACG%2CoBAAA%3B%3BEAIR%3BIACI%2CUAAA%3B%3BEADJ%2CkBAGI%3BIACI%2CYAAA%3BIACA%2CaAAA%3B%3BEAIR%2C2BACI%3BIACI%2CUAAA%3B%3BEAFR%2C2BAKI%3BIACI%2CUAAA%3B%3BEANR%2C2BASI%3BIACI%2CgBAAA%3B%3BEAIR%3BIACI%2CmBAAA%3B%3BEADJ%2CmBAGI%3BIACI%2CkBAAA%3B%3B%3BAAwBZ%2CmBAnBsC%3BEAE9B%2CcAAC%2CSAAY%3BEACb%2CcAAC%2CSAAY%3BIACT%2CUAAA%3B%3BEAGJ%2CcAAC%2CKAAQ%3BEACT%2CcAAC%2CKAAQ%3BIACL%2CUAAA%3B%3BEAGJ%2CcAAC%2COAAU%3BEACX%2CcAAC%2COAAU%3BIACP%2CUAAA%3B%3B%3BAAaZ%2CmBARsC%3BEAE9B%2CcAAC%2CSAAY%3BEACb%2CcAAC%2CSAAY%3BIACT%2CcAAA%3B%3B%3BAC%5C%2FcZ%2CwBACI%3BEACI%2CmBAAA%3B%3BAAFR%2CwBACI%2CcAGI%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CwBAVJ%2CcAUK%2CMAAO%3BEACJ%2CcAAA%3B%3BAAKZ%2CgBACI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CmBAJ8C%3BEAI9C%2CgBATA%3BIAMQ%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAARZ%2CgBAYI%3BEACI%2CqBAAA%3B%3BAAMA%2CmBAJ0C%3BEAI1C%2CgBAPJ%3BIAIQ%2CiBAAA%3B%3B%3BAAhBZ%2CgBAYI%2CuBAOI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3B%3BAAOA%2CmBAL0C%3BEAK1C%2CgBAhBR%2CuBAOI%3BIAKQ%2CmBAAA%3BIACA%2C6BAAA%3B%3B%3BAAzBhB%2CgBAYI%2CuBAOI%2CqBASI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAMA%2CmBAJ0C%3BEAI1C%2CgBAxBZ%2CuBAOI%2CqBASI%3BIAKQ%2CYAAA%3B%3B%3BAAjCpB%2CgBAYI%2CuBAOI%2CqBASI%2CyBAQI%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAvCpB%2CgBAYI%2CuBAOI%2CqBASI%2CyBAcI%3BEACI%2CYAAA%3BEACA%2CYAAA%3B%3BAAMJ%2CmBAJ8C%3BEAI9C%2CgBAtCZ%2CuBAOI%2CqBASI%2CyBAcI%3BIAKQ%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAhDxB%2CgBAuDI%3BAAvDJ%2CgBAwDI%3BEACI%2CyBAAA%3B%3BAAzDR%2CgBA4DI%3BAA5DJ%2CgBA6DI%3BAA7DJ%2CgBA8DI%3BE3B5DA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BE2B2DI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAOA%2CmBAL0C%3BEAK1C%2CgBAlBJ%3BEAkBI%2CgBAjBJ%3BEAiBI%2CgBAhBJ%3BIAYQ%2CmBAAA%3BIACA%2CmBAAA%3B%3B%3BAAOJ%2CmBAJ0C%3BEAI1C%2CgBAtBJ%3BEAsBI%2CgBArBJ%3BEAqBI%2CgBApBJ%3BIAiBQ%2CgBAAA%3B%3B%3BAA%5C%2FEZ%2CgBA4DI%2C4BAsBM%3BAAlFV%2CgBA6DI%2C0BAqBM%3BAAlFV%2CgBA8DI%2CuBAoBM%3BEACE%2CWAAA%3BEACA%2CaAAA%3B%3BAAKJ%2CmBAH8C%3BEAG9C%2CgBA7BJ%2C4BAsBM%3BEAOF%2CgBA5BJ%2C0BAqBM%3BEAOF%2CgBA3BJ%2CuBAoBM%3BIAKM%2CUAAA%3B%3B%3BAAvFhB%2CgBA4FI%2C0BACI%2C4BACI%3BEACI%2CgBAAA%3B%3BAA%5C%2FFhB%2CgBAoGI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAgB%2C8DAAhB%3BEACA%2CsBAAA%3B%3BAAxGR%2CgBAoGI%2CgCAMI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAMJ%2CmBAJ8C%3BEAI9C%2CgBAfJ%2CgCAMI%3BIAMQ%2CYAAA%3BIACA%2CUAAA%3B%3B%3BAAjHhB%2CgBAoGI%2CgCAiBI%3BEACI%2CyBAAA%3B%3BAAtHZ%2CgBAoGI%2CgCAqBI%3BE3BvHJ%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BE2BsHQ%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAMA%2CmBAJ0C%3BEAI1C%2CgBAhCR%2CgCAqBI%3BIAQQ%2CyBAAA%3B%3B%3BAAjIhB%2CgBAoGI%2CgCAqBI%2CwBAWI%3BEACI%2CeAAA%3B%3BAArIhB%2CgBAoGI%2CgCAqBI%2CwBAeI%3BEACI%2CeAAA%3B%3BAAzIhB%2CgBAoGI%2CgCAqBI%2CwBAmBM%3BEACE%2CaAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAA%5C%2FIhB%2CgBAoGI%2CgCA%2BCI%2CoBACI%3BEACI%2CYAAA%3B%3BAArJhB%2CgBA0JI%3BEACI%2CeAAA%3B%3BAA3JR%2CgBA8JI%3BE3B5JA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BE2B2JI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAArKR%2CgBA8JI%2CmBASI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAOA%2CmBAL0C%3BEAK1C%2CgBAlBR%2CmBASI%3BIAKQ%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAASJ%2CmBAN0C%3BEAM1C%2CgBAxBR%2CmBASI%3BIAUQ%2CYAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAnLhB%2CgBA8JI%2CmBASI%2CeAeI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA1LhB%2CgBA%2BLI%3BEACI%2CgBAAgB%2C8DAAhB%3BEACA%2CsBAAA%3B%3BAAMA%2CmBAJ0C%3BEAI1C%2CgBARJ%3BIAKQ%2CgBAAA%3B%3B%3BAApMZ%2CgBA%2BLI%2CmBAQI%3BE3BrMJ%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BE2BoMQ%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAA5MZ%2CgBA%2BLI%2CmBAgBI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CmBAH8C%3BEAG9C%2CgBAvBJ%2CmBAgBI%3BIAKQ%2CUAAA%3B%3B%3BAApNhB%2CgBA%2BLI%2CmBAyBI%3BEACI%2CWAAA%3B%3BAAKJ%2CmBAH8C%3BEAG9C%2CgBA%5C%2FBJ%2CmBAyBI%3BIAIQ%2CUAAA%3B%3B%3BAA5NhB%2CgBA%2BLI%2CmBAiCI%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CmBAH8C%3BEAG9C%2CgBAzCJ%2CmBAiCI%3BIAMQ%2CaAAA%3B%3B%3BAAtOhB%2CgBA%2BLI%2CmBA2CI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAOA%2CmBAL0C%3BEAK1C%2CgBAtDR%2CmBA2CI%3BIAOQ%2CkBAAA%3BIACA%2CeAAA%3B%3B%3BAAlPhB%2CgBA%2BLI%2CmBA2CI%2CGAWI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAvPhB%2CgBA4PI%3BE3B1PA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BE2ByPI%2CoBAAA%3B%3BAA9PR%2CgBA4PI%2C2BAII%3BEACI%2CmBAAA%3B%3BAAjQZ%2CgBA4PI%2C2BAQI%3BEACI%2CaAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAzQZ%2CgBA4PI%2C2BAQI%2C6BAOI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMA%2CmBAJ0C%3BEAI1C%2CgBAxBZ%2C2BAQI%2C6BAOI%3BIAMQ%2CgBAAA%3B%3B%3BAAOJ%2CmBAJ0C%3BEAI1C%2CgBA5BZ%2C2BAQI%2C6BAOI%3BIAUQ%2CUAAA%3B%3B%3BAArRpB%2CgBA4PI%2C2BAQI%2C6BAOI%2CwBAaI%3BEACI%2CYAAA%3BEACA%2CYAAA%3B%3BAAMA%2CmBAJ0C%3BEAI1C%2CgBApChB%2C2BAQI%2C6BAOI%2CwBAaI%3BIAKQ%2CYAAA%3B%3B%3BAAMR%2CmBAH8C%3BEAG9C%2CgBAvCZ%2C2BAQI%2C6BAOI%2CwBAaI%3BIASQ%2CYAAA%3B%3B%3BAAjSxB%2CgBA4PI%2C2BAQI%2C6BAOI%2CwBA0BI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAA5SpB%2CgBAkTI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAKJ%2CmBAH8C%3BEAG9C%2CgBAVA%3BIAQQ%2CYAAA%3B%3B%3BAA1TZ%2CgBA8TI%3BEACI%2CgBAAA%3B%3BAA%5C%2FTR%2CgBA8TI%2CsBAGI%2C8BACM%3BEACE%2CgBAAA%3B%3BAAnUhB%2CgBA8TI%2CsBASI%3BEACI%2CmBAAA%3B%3BAAKJ%2CmBAH8C%3BEAG9C%2CgBAfJ%2CsBASI%3BIAIQ%2CgBAAA%3B%3B%3BAA3UhB%2CgBAgVI%2CkBACI%3BEACI%2CgBAAA%3B%3BAAEA%2CgBAJR%2CkBACI%2CIAGK%3BEACG%2CgBAAA%3B%3BAAGJ%2CgBARR%2CkBACI%2CIAOK%3BEACG%2CaAAA%3BEACA%2CWAAA%3B%3BAA1VhB%2CgBA%2BVI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAOA%2CmBAL0C%3BEAK1C%2CgBAXJ%3BIAOQ%2CgBAAA%3BIACA%2CaAAA%3B%3B%3BAAOR%2CmBAJ8C%3BEAI9C%2CgBAfA%3BIAYQ%2CiBAAA%3BIACA%2CaAAA%3B%3B%3BAA5WZ%2CgBAgXI%3BEACI%2CeAAA%3B%3BAAjXR%2CgBAoXI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAgB%2C8DAAhB%3BEACA%2CsBAAA%3B%3BAAxXR%2CgBAoXI%2CsBAMI%3BEACI%2CeAAA%3B%3BAA3XZ%2CgBAoXI%2CsBAUI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAlYZ%2CgBAoXI%2CsBAUI%2CgCAMM%3BEACE%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAA1YhB%2CgBAoXI%2CsBAUI%2CgCAMM%2CMAQE%3BEACI%2CYAAA%3B%3BAA7YpB%2CgBAoXI%2CsBAUI%2CgCAmBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAApZhB%2CgBAyZI%3BEACI%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3B%3BAAMA%2CmBAJ0C%3BEAI1C%2CgBATJ%3BIAMQ%2CqBAAA%3B%3B%3BAA%5C%2FZZ%2CgBAyZI%2CuBASI%3BEACI%2CWAAA%3B%3BAAOA%2CmBAL0C%3BEAK1C%2CgBAjBR%2CuBASI%3BIAIQ%2CUAAA%3BIACA%2CgBAAA%3B%3B%3BAAvahB%2CgBAyZI%2CuBASI%2CqBAQI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CmBAH8C%3BEAG9C%2CgBAxBR%2CuBASI%2CqBAQI%3BIAKQ%2CgBAAA%3B%3B%3BAA%5C%2FapB%2CgBAyZI%2CuBASI%2CqBAiBI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAArbhB%2CgBAyZI%2CuBASI%2CqBAsBI%3BEACI%2CkBAAA%3B%3BAAzbhB%2CgBAyZI%2CuBASI%2CqBA0BI%3BEACI%2CeAAA%3B%3BAA7bhB%2CgBAyZI%2CuBAwCI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAKJ%2CmBAH8C%3BEAG9C%2CgBA%5C%2FCJ%2CuBAwCI%3BIAKQ%2CUAAA%3B%3B%3BAAtchB%2CgBAyZI%2CuBAiDI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CmBAH8C%3BEAG9C%2CgBA1DJ%2CuBAiDI%3BIAOQ%2CgBAAA%3B%3B%3BAAjdhB%2CgBAyZI%2CuBA4DI%3BEACI%2CgBAAA%3B%3BAAtdZ%2CgBA0dI%3BEACI%2CkBAAA%3BEACA%2CgBAAgB%2CiEAAhB%3BEACA%2CsBAAA%3B%3BAAMA%2CmBAJ0C%3BEAI1C%2CgBATJ%3BIAMQ%2CmBAAA%3B%3B%3BAAheZ%2CgBA0dI%2CyBASI%3BE3BjeJ%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BA2BLJ%2CgBA0dI%2CyBAaI%3BEACI%2CaAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAMA%2CmBAJ0C%3BEAI1C%2CgBAvBR%2CyBAaI%3BIAOQ%2CUAAA%3B%3B%3BAA9ehB%2CgBA0dI%2CyBAaI%2C2BAUI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAOA%2CmBAL0C%3BEAK1C%2CgBAhCZ%2CyBAaI%2C2BAUI%3BIAKQ%2CUAAA%3BIACA%2CkBAAA%3B%3B%3BAAvfpB%2CgBA0dI%2CyBAaI%2C2BAUI%2CsBASI%3BEACI%2CgBAAA%3B%3BAAMA%2CmBAJ0C%3BEAI1C%2CgBAvChB%2CyBAaI%2C2BAUI%2CsBASI%3BIAIQ%2CgBAAA%3B%3B%3BAA9fxB%2CgBA0dI%2CyBAaI%2C2BAUI%2CsBASI%2CoBAOI%3BEACI%2CeAAA%3B%3BAAKJ%2CmBAH8C%3BEAG9C%2CgBA7ChB%2CyBAaI%2C2BAUI%2CsBASI%2CoBAOI%3BIAIQ%2CeAAA%3B%3B%3BAArgB5B%2CgBA0dI%2CyBAkDI%3BEACI%2CcAAA%3B%3BAA7gBZ%2CgBA0dI%2CyBAkDI%2C2BAGI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAlhBhB%2CgBA0dI%2CyBAkDI%2C2BAGI%2CEAKI%3BEACI%2CkBAAA%3B%3BAArhBpB%2CgBA0dI%2CyBAkDI%2C2BAGI%2CEASI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAMA%2CmBAJ0C%3BEAI1C%2CgBAzEhB%2CyBAkDI%2C2BAGI%2CEASI%3BIAQQ%2CeAAA%3B%3B%3BAAIA%2CgBA1EpB%2CyBAkDI%2C2BAGI%2CEASI%2CGAWI%2CsBACK%3BEACG%2CiDAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAviB5B%2CgBA0dI%2CyBAqFI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAAjjBZ%2CgBA0dI%2CyBA0FI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAvjBZ%2CgBA2jBI%3BEACI%2CyBAAA%3B%3BAA5jBR%2CgBA%2BjBI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAMA%2CmBAJ0C%3BEAI1C%2CgBARJ%3BIAKQ%2CmBAAA%3B%3B%3BAApkBZ%2CgBA%2BjBI%2C6BAQI%3BEACI%2CmBAAA%3B%3BAAxkBZ%2CgBA%2BjBI%2C6BAYI%3BExBvkBJ%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkCAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEAUA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3BEAiBI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAyBJ%2CgBwBqfA%2C6BAYI%2C4BxBjgBH%3BAACD%2CgBwBofA%2C6BAYI%2C4BxBhgBH%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CgBwB8eA%2C6BAYI%2C4BxB1fH%3BEACG%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAwBpFR%2CgBAglBI%3BEACI%2CyBAAA%3B%3BAAjlBR%2CgBAglBI%2CoCAGI%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAOJ%2CmBAL8C%3BEAK9C%2CgBAZJ%2CoCAGI%3BIAKQ%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAA1lBhB%2CgBA%2BlBI%3BExB3lBA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkCAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEAUA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3BEAiBI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEA6DI%2CkBAAA%3BEwBsfJ%2CmBAAA%3B%3BAxB1hBJ%2CgBwBqhBA%2CoBxBrhBC%3BAACD%2CgBwBohBA%2CoBxBphBC%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CgBwB8gBA%2CoBxB9gBC%3BEACG%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAA4BI%2CgBwB%2BeR%2CoBxB%5C%2FeS%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CsBwB8eG%2CuCxB9eH%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3B%3BAAKJ%2CgBwB8dR%2CoBxB%5C%2FdK%2CMACI%3BAACD%2CgBwB6dR%2CoBxB%5C%2FdK%2CMAEI%3BEACG%2C2BAAA%3B%3BAwBnIhB%2CgBAumBI%3BExBnmBA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkCAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEAUA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CYAAA%3BEAiBI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAyBJ%2CgBwB6hBA%2CoBxB7hBC%3BAACD%2CgBwB4hBA%2CoBxB5hBC%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CgBwBshBA%2CoBxBthBC%3BEACG%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAwBpFR%2CgBA2mBI%2C0BACM%3BEACE%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAhnBZ%2CgBA2mBI%2C0BAQM%3BEACE%2CeAAA%3BEACA%2CeAAA%3B%3BAAUA%2CmBAH8C%3BEAG9C%2CgBANR%2CsBACM%2CMACG%3BIAEO%2CQAAA%3B%3B%3BAAOpB%3BEACI%2CeAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CoDAAA%3BEACA%2CiDAAA%3BEACA%2C4CAAA%3B%3BAAGJ%2C%2BBACI%3BEACI%2CaAAA%3BEACA%2C%2BBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAALR%2C%2BBACI%2CEAMI%3BEACI%2CgBAAA%3B%3BAAKZ%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAFJ%2C%2BBAII%3BEACI%2CcAAA%3BEACA%2C0BAAA%3B%3BAAEA%2C%2BBAJJ%2CEAIK%3BAACD%2C%2BBALJ%2CEAKK%3BEACG%2CqBAAA%3B%3BAAKZ%3BEACI%2CiBAAA%3B%3BAAGJ%3BAACA%3BE1BnsBI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEAKA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEA%2BBA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CgCAAA%3BEGLA%2CuBAAA%3BEHhBA%2CeAAA%3BE0ByqBA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAvB1qBA%2CkBAAC%3BAAAD%2CkBAAC%3BAACD%2CkBAAC%3BAAAD%2CkBAAC%3BEACG%2CqBAAA%3B%3BAHlBJ%2CkBAAC%3BAAAD%2CkBAAC%3BAACD%2CkBAAC%3BAAAD%2CkBAAC%3BEACG%2CaAAA%3BEACA%2CqBAAA%3B%3BAGiDJ%2CkBAAC%3BAAAD%2CkBAAC%3BAACD%2CkBAAC%3BAAAD%2CkBAAC%3BEACG%2C8BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAHpBJ%2CkBAAC%3BAAAD%2CkBAAC%3BAACD%2CkBAAC%3BAAAD%2CkBAAC%3BAACD%2CkBAAC%3BAAAD%2CkBAAC%3BEACG%2C8BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CkBAAC%3BAAAD%2CkBAAC%3BEACG%2CcAAA%3B%3BA0B%2BoBJ%2CkBAAC%3BAAAD%2CkBAAC%3BEACG%2CyBAAA%3BEACA%2CcAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqEAAA%3BEACA%2CeAAA%3B%3BAA6BJ%2CmBA1B0C%3BEACtC%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2C0BAKI%2CgCACI%3BIACI%2CaAAA%3BIACA%2C%2BBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAVZ%2C0BAKI%2CgCACI%2CEAMI%3BIACI%2CgBAAA%3B%3BEAbhB%2C0BAkBI%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3B%3B%3BAAWZ%2CmBAN0C%3BEACtC%3BIACI%2CgBAAA%3B%3B%3BACxwBR%2CcACI%2CcACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAXZ%2CcACI%2CcACI%2CiBAWI%3BEACI%2CcAAA%3B%3BAAdhB%2CcACI%2CcACI%2CiBAeI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAnBhB%2CcAyBI%3BEACI%2CgBAAA%3B%3BAAMA%3BEAAA%2CcAPJ%3BIAIQ%2CiBAAA%3B%3B%3BAA7BZ%2CcAyBI%2CkBAOI%2CGAAE%3BEACE%2CcAAA%3B%3BAAjCZ%2CcAqCI%2CgBACI%2CKAAI%2CQACA%3BEACI%2CmBAAA%3B%3BAAxChB%2CcA6CI%3BEACI%2CWAAW%2CiBAAX%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAAqFJ%3BEAAA%2CcAjFI%2CgBACI%3BIACI%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2C8BAAA%3BIACA%2C6BAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAqEZ%2CcAjFI%2CgBAeI%2CKAAI%3BIACA%2CiBAAA%3B%3BEAiEZ%2CcAjFI%2CgBAmBI%3BIACI%2CmBAAA%3B%3BEA6DZ%2CcAjFI%2CgBAuBI%3BIACI%2CgCAAA%3BIACA%2CmBAAA%3B%3BEAwDZ%2CcAjFI%2CgBA4BI%3BIACI%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3B%3BEAyCZ%2CcAjFI%2CgBA2CI%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2C4BAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3B%3BEAyBZ%2CcAjFI%2CgBA2DI%3BIACI%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2C4BAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3B%3BEASZ%2CcAjFI%2CgBA2EI%2CaAAY%3BIACR%2CcAAA%3B%3B%3BAAhIhB%2CcAqII%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAxIR%2CcAqII%2CiBAKI%3BEACI%2CoBAAA%3B%3BAA3IZ%2CcAqII%2CiBASI%2CaAAY%3BEACR%2CeAAA%3B%3BAA%5C%2FIZ%2CcAmJI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAKJ%3BEAAA%2CcAdA%3BIAYQ%2CeAAA%3B%3B%3BAA%5C%2FJZ%2CcAmKI%2CeAAc%3BEACV%2CiBAAA%3B%3BAApKR%2CcAuKI%3BEACI%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CeAAe%2CkBAAf%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2C6CAAA%3BEACA%2CqCAAA%3BEACA%2CeAAA%3B%3BAAEA%2CcAdJ%2CeAcK%3BEACG%2CgBAAA%3B%3BAAKJ%3BEAAA%2CcApBJ%2CeAcK%3BIAIO%2CaAAA%3B%3B%3BAAzLhB%2CcAuKI%2CeAsBI%2CKAAI%2CQAAQ%3BEACR%2CmBAAA%3B%3BAAQR%3BEAAA%2CcA%5C%2FBA%3BIA2BQ%2CeAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3B%3BAApMZ%2CcAwMI%2CeAAc%3BEACV%2CWAAW%2CkBAAX%3B%3BAAzMR%2CcA4MI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKJ%3BEAAA%2CcAPA%3BIAKQ%2CeAAA%3B%3B%3BAAjNZ%2CcAqNI%3BEACI%2CeAAA%3B%3BAAtNR%2CcAyNI%2CeAAe%3BEACX%2CUAAA%3BEACA%2CSAAA%3B%3BAA3NR%2CcA8NI%2CeAAe%3BEACX%2CSAAA%3BEACA%2CUAAA%3B%3BAAOJ%3BEAAA%2CcAJA%3BIAEQ%2CWAAA%3B%3B%3BAArOZ%2CcAyOI%2CSAAS%3BEACL%2CeAAA%3B%3BAAKJ%3BEAAA%2CcANA%2CSAAS%3BIAID%2CeAAA%3B%3B%3BAA7OZ%2CcAiPI%2CeAAe%3BEACX%2CcAAA%3B%3BAAlPR%2CcAqPI%2CeAAe%3BEACX%2CmBAAA%3B%3BAAtPR%2CcAyPI%2CeAAe%3BEACX%2CgBAAA%3B%3BAAKJ%3BEAAA%2CcANA%2CeAAe%3BIAIP%2CmBAAA%3B%3B%3BAA7PZ%2CcAiQI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAKJ%3BEAAA%2CcARA%3BIAMQ%2CeAAA%3B%3B%3BAAvQZ%2CcA2QI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAA7QR%2CcAgRI%3BEACI%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAlRR%2CcAqRI%3BEACI%2CmBAAA%3B%3BAAtRR%2CcAqRI%2CcAGI%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CcAhBR%2CcAGI%2CaAaK%3BEACG%2CeAAA%3BEACA%2CqBAAA%3B%3BAASZ%3BEAAA%2CcA3BA%3BIAuBQ%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3B%3BAA9SZ%2CcAkTI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAtTR%2CcAkTI%2CqBAMI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAA1TZ%2CcAkTI%2CqBAWI%3BEACI%2CcAAA%3B%3BAA9TZ%2CcAkUI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CcATJ%2CkBASK%3BEACG%2CeAAA%3B%3BAA5UZ%2CcAgVI%2CkBACI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CcAVR%2CkBACI%2CaASK%3BEACG%2CeAAA%3B%3BAAQZ%3BEAAA%2CcAnBA%3BIAgBQ%2CWAAA%3BIACA%2CWAAA%3B%3B%3BAAjWZ%2CcAqWI%3BAArWJ%2CcAqWqB%3BAArWrB%2CcAqWqC%3BEAC7B%2CSAAA%3BEACA%2CeAAA%3B%3BAAvWR%2CcA0WI%3BEACI%2CiBAAA%3B%3BAA3WR%2CcA8WI%2CeAAe%3BEACX%2CWAAA%3BEACA%2CiBAAA%3B%3BAAhXR%2CcAmXI%2CeAAe%2CMAAK%3BEAChB%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEA%2CcANJ%2CeAAe%2CMAAK%2CaAMf%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAXJ%2CeAAe%2CMAAK%2CaAWf%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAhBJ%2CeAAe%2CMAAK%2CaAgBf%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcArBJ%2CeAAe%2CMAAK%2CaAqBf%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcA1BJ%2CeAAe%2CMAAK%2CaA0Bf%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FYZ%2CcAmZI%2CeAAe%3BEACX%2CcAAA%3BEACA%2CyBAAA%3B%3BAArZR%2CcAwZI%2CeAAe%3BEACX%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEA%2CcATJ%2CeAAe%2CSASV%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAdJ%2CeAAe%2CSAcV%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAnBJ%2CeAAe%2CSAmBV%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAxBJ%2CeAAe%2CSAwBV%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcA7BJ%2CeAAe%2CSA6BV%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAvbZ%2CcA2bI%2CeAAe%3BEACX%2CcAAA%3BEACA%2CeAAA%3B%3BAA7bR%2CcAgcI%2CeAAe%2CYAAY%2CMAAK%3BEAC5B%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEA%2CcAZJ%2CeAAe%2CYAAY%2CMAAK%2CaAY3B%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAjBJ%2CeAAe%2CYAAY%2CMAAK%2CaAiB3B%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAtBJ%2CeAAe%2CYAAY%2CMAAK%2CaAsB3B%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcA3BJ%2CeAAe%2CYAAY%2CMAAK%2CaA2B3B%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAhCJ%2CeAAe%2CYAAY%2CMAAK%2CaAgC3B%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAleZ%2CcAseI%2CiBACI%3BEACI%2CgBAAA%3B%3BAAxeZ%2CcAseI%2CiBAKI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA9eZ%2CcAmfI%3BAAnfJ%2CcAmfwB%3BAAnfxB%2CcAmf8C%3BAAnf9C%2CcAmfuE%3BEAC%5C%2FD%2CaAAA%3B%3BACxeR%2CoBACI%3BE7BQA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEEgBA%2CkBAAA%3BEFZA%2C4BAAA%3BEACA%2C6BAAA%3BEYEA%2C6BAAA%3BEACA%2CaAAA%3BEiBdI%2CkBAAA%3B%3BAjBmCJ%2CoBiBxCA%2CyBjBwCC%3BEAdD%2CkCAAA%3BEACA%2CUAAA%3B%3BAAyBA%3BEAAA%2CoBiBpDA%2CyBjBwCC%3BIAdD%2C2BAAA%3BIACA%2CUAAA%3B%3B%3BAiBfI%3BEAAA%2CoBAZJ%3BIAQQ%2CiBAAA%3BIACA%2CoBAAA%3B%3B%3BAAMR%3BEAAA%2CoBAfA%3BIAaQ%2CoBAAA%3B%3B%3BAAdZ%2CoBAkBI%3BEpC8BA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEoCjCI%2CkBAAA%3BEACA%2CmBAAA%3B%3BApCsCR%3BEAAA%2CoBoCzCI%3BIpCsCI%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAAER%3BEAAA%2CoBoCzCI%3BIpCsCI%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAoC%5C%2FBJ%3BEAAA%2CoBARA%3BIAMQ%2CmBAAA%3B%3B%3BAAxBZ%2CoBA4BI%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAMJ%3BEAAA%2CoBAVA%3BIAOQ%2CgBAAA%3BIACA%2CkBAAA%3B%3B%3BAApCZ%2CoBAwCI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAMJ%3BEAAA%2CoBARA%3BIAKQ%2CeAAA%3BIACA%2CsBAAA%3B%3B%3BAAWR%3BEAAA%2CoBAPA%3BIAGQ%2CkDAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAAvDZ%2CoBA2DI%3BEACI%2CkBAAA%3B%3BAA5DR%2CoBA%2BDI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAMA%3BEAAA%2CoBAXJ%3BIAQQ%2CUAAA%3B%3B%3BAAGJ%2CoBAXJ%2CiCAWK%3BEACG%2CaAAA%3B%3BAA3EZ%2CoBA%2BDI%2CiCAeI%3BEACI%2CWAAA%3B%3BAAUJ%3BEAAA%2CoBA1BJ%2CiCAeI%3BIAIQ%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEA%2CoBAtBZ%2CiCAeI%2CuCAOS%3BIACG%2CeAAA%3B%3B%3BAAtFpB%2CoBA4FI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAA%5C%2FFR%2CoBA4FI%2C%2BBAKI%3BEACI%2CeAAA%3B%3BAAlGZ%2CoBAsGI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAMA%3BEAAA%2CoBAVJ%3BIAOQ%2CYAAA%3B%3B%3BAAOJ%3BEAAA%2CoBAdJ%3BIAWQ%2CaAAA%3B%3B%3BAAGJ%2CoBAdJ%2C6BAcK%3BEACG%2CYAAA%3BEACA%2CgBAAA%3B%3BAAOA%3BEAAA%2CoBAvBR%2C6BAcK%3BIAKO%2CYAAA%3BIACA%2CgBAAA%3B%3B%3BAAOR%3BEAAA%2CoBA3BJ%2C6BAcK%3BIAUO%2CYAAA%3BIACA%2CgBAAA%3B%3B%3BAAIR%2CoBA7BJ%2C6BA6BK%3BEACG%2CaAAA%3BEACA%2CgBAAA%3B%3BAAOA%3BEAAA%2CoBAtCR%2C6BA6BK%3BIAKO%2CYAAA%3BIACA%2CeAAA%3B%3B%3BAAOR%3BEAAA%2CoBA1CJ%2C6BA6BK%3BIAUO%2CaAAA%3BIACA%2CgBAAA%3B%3B%3BAA9IhB%2CoBAmJI%3BEACI%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAvJR%2CoBA0JI%3BEpBjCA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEoB0BI%2CgBAAA%3B%3BAAMA%3BEAAA%2CoBARJ%3BIAKQ%2CgBAAA%3B%3B%3BAA%5C%2FJZ%2CoBA0JI%2C6BAQI%3BE5B9JJ%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEQgMA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CuEAAA%3BEoB1CQ%2CYAAA%3B%3BApBWR%2CoBoBtBA%2C6BAQI%2CyBpB%2BCJ%2CWAjCC%3BECjLD%2CaAVa%2CqBAUb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAZS%2COAYT%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEDsEA%2CcAAA%3BEAoGI%2CeAAA%3B%3BAAKJ%3BEAAA%2CoBoB7BA%2C6BAQI%2CyBpB%2BCJ%2CWAjCC%3BIAKO%2CeAAA%3B%3B%3BAALR%2CoBoBtBA%2C6BAQI%2CyBpBmDH%2CaACG%2CWAtCH%3BECjLD%2CaAVa%2CqBAUb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAXQ%2COAWR%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEDsEA%2CcAAA%3BEAoGI%2CeAAA%3B%3BAAKJ%3BEAAA%2CoBoB7BA%2C6BAQI%2CyBpBmDH%2CaACG%2CWAtCH%3BIAKO%2CeAAA%3B%3B%3BAAMR%2CoBoBjCA%2C6BAQI%2CyBpByBH%3BAACD%2CoBoBlCA%2C6BAQI%2CyBpB0BH%3BEACG%2CaAAA%3B%3BAoBnBA%3BEAAA%2CoBAhBJ%2C6BAQI%3BIAMQ%2CaAAA%3B%3B%3BAAxKhB%2CoBA6KI%3BAA7KJ%2CoBA8KI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CoCAAA%3B%3BAAQA%3BEAAA%2CoBAdJ%3BEAcI%2CoBAbJ%3BIAQQ%2CWAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3B%3B%3BAAcJ%3BEAAA%2CoBAzBJ%3BEAyBI%2CoBAxBJ%3BIAcQ%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CeAAe%2CgBAAf%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3B%3B%3BAAGJ%2CoBAzBJ%2C%2BBAyBK%3BAAAD%2CoBAxBJ%2C%2BBAwBK%3BAACD%2CoBA1BJ%2C%2BBA0BK%3BAAAD%2CoBAzBJ%2C%2BBAyBK%3BEACG%2CaAAA%3B%3BAAxMZ%2CoBA4MI%3BEpB5LA%2CSAAA%3BEACA%2CsBA5BsB%2C6CA4BtB%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEoByLI%2COAAA%3BEACA%2CkBAAA%3B%3BAAKJ%3BEAAA%2CoBARA%3BIAMQ%2CUAAA%3B%3B%3BAAlNZ%2CoBAsNI%3BEpBtMA%2CSAAA%3BEACA%2CsBA7BuB%2CyCA6BvB%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEoBmMI%2CQAAA%3BEACA%2CiBAAA%3B%3BAAKJ%3BEAAA%2CoBARA%3BIAMQ%2CWAAA%3B%3B%3BAA5NZ%2CoBAgOI%2CkCACI%3BE3B9MJ%2CSAAA%3BEACA%2CUAAA%3BEO2HA%2CkBAAA%3BEAtCA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAoB3GJ%2CoBAgOI%2CkCACI%2CY3B3MJ%3BEACI%2CgBAAA%3B%3BA2BvBR%2CoBAgOI%2CkCACI%2CYpBhFJ%3BEACI%2CqBAAA%3B%3BAoBlJR%2CoBAgOI%2CkCACI%2CYpB5EJ%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkCAAA%3B%3BAAEA%2CoBoBqEJ%2CkCACI%2CYpB5EJ%2COAMK%3BAACD%2CoBoBoEJ%2CkCACI%2CYpB5EJ%2COAOK%3BEACG%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAoB%5C%2FJZ%2CoBAgOI%2CkCACI%2CYpB9DJ%2CcACI%3BEACI%2CyBAAA%3BEACA%2C8BAAA%3B%3BAoBtKZ%2CoBAgOI%2CkCACI%2CYpBpHJ%3BEACI%2CWAAA%3B%3BAoB9GR%2CoBAgOI%2CkCACI%2CYpBhHJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAoBwHA%3BEAAA%2CoBAZJ%2CkCACI%3BIpBxHJ%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3B%3BEoBiII%2CoBAZJ%2CkCACI%2CYpBpHJ%3BIACI%2CaAAA%3B%3BEoB8HA%2CoBAZJ%2CkCACI%2CYpBhHJ%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%22%7D */