button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #11519a;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #858585; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #858585; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #858585; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

html {
  background-color: #fff;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:hover {
    color: #104c90; }
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

#iprospect {
  font-family: source-sans-pro, sans-serif;
  font-size: 18px; }
  #iprospect .logo {
    background-color: #402b55;
    max-width: 200px;
    height: 52px; }
  #iprospect .caveat .inner p {
    font-size: 18px;
    line-height: 18px; }
  #iprospect .header-container {
    padding-top: 4%; }
  #iprospect .inner {
    text-align: center;
    width: 90%;
    height: 100%;
    margin: auto;
    max-width: 1200px;
    padding: 40px 0; }
  #iprospect .desktop {
    display: none; }
  #iprospect h1, #iprospect h2 {
    font-family: source-serif-pro, serif;
    font-weight: 400;
    font-style: normal; }
  #iprospect h2 {
    font-size: 40px; }
  #iprospect .header-container {
    background-color: #34224B; }
  #iprospect .header {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden; }
    #iprospect .header .inner {
      position: relative;
      padding: 0; }
      #iprospect .header .inner .anim {
        position: absolute;
        width: 1000px;
        height: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        margin: auto;
        background-image: url("../img/header.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }
        #iprospect .header .inner .anim .clouds-left {
          position: absolute;
          width: 200%;
          height: 50%;
          background-image: url("../img/left.svg");
          background-repeat: repeat-x;
          background-size: 50%;
          background-position: center;
          -webkit-animation: clouds 150s linear infinite;
                  animation: clouds 150s linear infinite; }
        #iprospect .header .inner .anim .clouds-right {
          position: absolute;
          width: 200%;
          height: 50%;
          opacity: 0.8;
          background-image: url("../img/right.svg");
          background-repeat: repeat-x;
          background-size: 25%;
          animation: clouds 690s linear infinite reverse; }
  #iprospect p {
    font-size: 18px; }
  #iprospect .title {
    text-align: center;
    padding-bottom: 40px;
    color: white; }
    #iprospect .title .inner {
      padding: 0; }
    #iprospect .title p {
      font-family: source-serif-pro, serif;
      font-weight: 400;
      font-size: 18px;
      font-style: normal; }
    #iprospect .title h1 {
      font-size: 50px;
      margin: 0 0 0.5em; }
    #iprospect .title hr {
      margin: 1em 0; }
    #iprospect .title p {
      width: 80%;
      margin: auto; }
  #iprospect .white {
    background-color: white; }
    #iprospect .white .inner {
      padding: 40px 0;
      padding-bottom: 0; }
  #iprospect .houses {
    width: 100%;
    height: 200px;
    margin: auto;
    background-image: url("../img/houses.svg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom;
    box-shadow: inset 0 15px 14px -10px white; }
  #iprospect .tooltip {
    position: relative;
    display: inline-block; }
    #iprospect .tooltip img {
      width: 12px; }
  #iprospect .tooltip .tooltiptext {
    visibility: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  #iprospect .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent; }
  #iprospect .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1; }
  #iprospect .other {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 2s 2.8s;
    transition: all 2s 2.8s; }
  @media only screen and (max-width: 1100px) {
    #iprospect .label {
      opacity: 0; }
    #iprospect #bar {
      text-align: center; }
    #iprospect .bar {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column; }
    #iprospect .bar-container {
      max-width: 600px;
      height: 600px;
      position: relative;
      background-color: white; }
    #iprospect .row {
      width: 100%; }
    #iprospect .hide {
      visibility: hidden;
      opacity: 0; }
    #iprospect .fadeIn {
      visibility: visible;
      opacity: 1;
      -webkit-transition: visibility 0s linear 0ms, opacity 300ms linear 300ms;
      transition: visibility 0s linear 0ms, opacity 300ms linear 300ms; }
    #iprospect .flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between; }
    #iprospect .labels {
      width: 100%;
      text-align: left;
      -webkit-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      #iprospect .labels .col {
        width: 48%; }
    #iprospect .bar {
      max-width: 1200px; }
    #iprospect .bar > div {
      width: 30px;
      margin: auto; }
    #iprospect .bar > div:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 50%;
      border-bottom: 1px solid black;
      -webkit-transition: all 2s 0.5s;
      transition: all 2s 0.5s;
      left: 50%; }
    #iprospect .bar .slice21:after {
      content: "";
      position: absolute;
      top: 50%;
      border-bottom: 1px solid black;
      -webkit-transition: all 1s 2.5s;
      transition: all 1s 2.5s;
      left: -50%;
      right: 150%; }
    #iprospect .slice10:before {
      content: "";
      top: 50%;
      left: -50%;
      bottom: 50%;
      position: absolute;
      border-left: 1px solid black;
      -webkit-transition: all 2s 2s;
      transition: all 2s 2s; }
    #iprospect .other {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      margin-bottom: 20px;
      position: relative; }
      #iprospect .other .col1, #iprospect .other .col2 {
        padding: 10px;
        position: relative; }
    #iprospect .col1 .colour {
      color: #02423F; }
    #iprospect .col1 .colour2 {
      color: #A08FC1; }
    #iprospect .col1 .colour3 {
      color: #3C2166; }
    #iprospect .col1 .colour4 {
      color: #ED7D31; }
    #iprospect .col1 .colour5 {
      color: #00837F; }
    #iprospect .col1 .colour6 {
      color: #F7B12C; }
    #iprospect .col1:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 0;
      border-left: 1px solid black;
      -webkit-transition: all 1s 4s;
      transition: all 1s 4s; }
    #iprospect .other:after {
      content: '';
      position: absolute;
      top: 0;
      width: 0;
      border-top: 1px solid black;
      -webkit-transition: all 1s 3s;
      transition: all 1s 3s; }
    #iprospect .col2 .colour {
      color: #0071BC; }
    #iprospect .col2 .colour2 {
      color: #8CC63F; }
    #iprospect .col2 .colour3 {
      color: #040466; }
    #iprospect .col2 .colour4 {
      color: #DB3B47; }
    #iprospect .col2 .colour5 {
      color: #85C9C0; }
    #iprospect .col2 .colour6 {
      color: #4C5B36; }
    #iprospect .col2:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      height: 0;
      border-right: 1px solid black;
      -webkit-transition: all 1s 4s;
      transition: all 1s 4s; }
    #iprospect .label {
      min-width: 50px;
      top: 50%;
      -webkit-transform: translateY(-25%);
              transform: translateY(-25%); }
    #iprospect .slice1 {
      position: relative;
      height: 30.32%;
      background-color: #3C2166; }
      #iprospect .slice1 .label {
        position: absolute;
        left: 210%; }
        #iprospect .slice1 .label .colour {
          color: #3C2166;
          font-weight: 700; }
    #iprospect .slice2 {
      position: relative;
      height: 9.27%;
      background-color: #ED7D31; }
      #iprospect .slice2 .label {
        width: 80px;
        position: absolute;
        left: -380%; }
        #iprospect .slice2 .label .colour {
          color: #ED7D31;
          font-weight: 700; }
    #iprospect .slice3 {
      position: relative;
      height: 8.24%;
      background-color: #00837F; }
      #iprospect .slice3 .label {
        width: 120px;
        position: absolute;
        left: 160%; }
        #iprospect .slice3 .label .colour {
          color: #00837F;
          font-weight: 700; }
    #iprospect .slice4 {
      position: relative;
      height: 7.76%;
      background-color: #F7B12C; }
      #iprospect .slice4 .label {
        width: 100px;
        position: absolute;
        left: -400%; }
        #iprospect .slice4 .label .colour {
          color: #F7B12C;
          font-weight: 700; }
    #iprospect .slice5 {
      position: relative;
      height: 6.28%;
      background-color: #0071BC; }
      #iprospect .slice5 .label {
        position: absolute;
        left: 230%; }
        #iprospect .slice5 .label .colour {
          color: #0071BC;
          font-weight: 700; }
    #iprospect .slice6 {
      position: relative;
      height: 5.78%;
      background-color: #8CC63F; }
      #iprospect .slice6 .label {
        width: 120px;
        position: absolute;
        left: -480%; }
        #iprospect .slice6 .label .colour {
          color: #8CC63F;
          font-weight: 700; }
    #iprospect .slice7 {
      position: relative;
      height: 5.32%;
      background-color: #040466; }
      #iprospect .slice7 .label {
        position: absolute;
        left: 190%; }
        #iprospect .slice7 .label .colour {
          color: #040466;
          font-weight: 700; }
    #iprospect .slice8 {
      position: relative;
      height: 4.51%;
      background-color: #DB3B47; }
      #iprospect .slice8 .label {
        width: 150px;
        position: absolute;
        left: -500%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        #iprospect .slice8 .label .colour {
          color: #DB3B47;
          font-weight: 700; }
    #iprospect .slice9 {
      position: relative;
      height: 3.95%;
      background-color: #85C9C0; }
      #iprospect .slice9 .label {
        position: absolute;
        left: 320%; }
        #iprospect .slice9 .label .colour {
          color: #85C9C0;
          font-weight: 700; }
    #iprospect .slice10 {
      position: relative;
      height: 2.78%;
      background-color: #02423F; }
      #iprospect .slice10 .label {
        -webkit-transition: all 0.5s 3.3s;
        transition: all 0.5s 3.3s;
        position: absolute;
        left: -480%;
        top: 230%;
        width: 130px;
        text-align: center;
        -webkit-transform: translateY(-4%);
                transform: translateY(-4%); }
        #iprospect .slice10 .label .colour {
          color: #02423F; }
        #iprospect .slice10 .label .colour2 {
          color: #A08FC1; }
        #iprospect .slice10 .label .colour3 {
          color: #3C2166; }
        #iprospect .slice10 .label .colour4 {
          color: #ED7D31; }
        #iprospect .slice10 .label .colour5 {
          color: #00837F; }
        #iprospect .slice10 .label .colour6 {
          color: #F7B12C; }
    #iprospect .slice11 {
      position: relative;
      height: 2.60%;
      background-color: #A08FC1; }
      #iprospect .slice11 .label {
        position: absolute; }
    #iprospect .slice12 {
      position: relative;
      height: 2.52%;
      background-color: #3C2166; }
      #iprospect .slice12 .label {
        position: absolute; }
    #iprospect .slice13 {
      position: relative;
      height: 2.25%;
      background-color: #ED7D31; }
      #iprospect .slice13 .label {
        position: absolute; }
    #iprospect .slice14 {
      position: relative;
      height: 2.20%;
      background-color: #00837F; }
      #iprospect .slice14 .label {
        position: absolute; }
    #iprospect .slice15 {
      position: relative;
      height: 2.18%;
      background-color: #F7B12C; }
      #iprospect .slice15 .label {
        position: absolute; }
    #iprospect .slice16 {
      position: relative;
      height: 1.15%;
      background-color: #0071BC; }
      #iprospect .slice16 .label {
        position: absolute;
        left: 160%;
        text-align: center;
        width: 120px;
        -webkit-transform: translateY(-4%);
                transform: translateY(-4%); }
        #iprospect .slice16 .label .colour {
          color: #0071BC; }
        #iprospect .slice16 .label .colour2 {
          color: #8CC63F; }
        #iprospect .slice16 .label .colour3 {
          color: #040466; }
        #iprospect .slice16 .label .colour4 {
          color: #DB3B47; }
        #iprospect .slice16 .label .colour5 {
          color: #85C9C0; }
        #iprospect .slice16 .label .colour6 {
          color: #4C5B36; }
    #iprospect .slice17 {
      position: relative;
      height: 1.08%;
      background-color: #8CC63F; }
      #iprospect .slice17 .label {
        position: absolute; }
    #iprospect .slice18 {
      position: relative;
      height: 0.58%;
      background-color: #040466; }
      #iprospect .slice18 .label {
        position: absolute; }
    #iprospect .slice19 {
      position: relative;
      height: 0.56%;
      background-color: #DB3B47; }
      #iprospect .slice19 .label {
        position: absolute; }
    #iprospect .slice20 {
      position: relative;
      height: 0.42%;
      background-color: #85C9C0; }
      #iprospect .slice20 .label {
        position: absolute; }
    #iprospect .slice21 {
      position: relative;
      height: 0.25%;
      background-color: #4C5B36; }
      #iprospect .slice21 .label {
        position: absolute; }
    #iprospect .slice1a:after {
      right: -100% !important; }
    #iprospect .slice2a:after {
      left: -160% !important; }
    #iprospect .slice3a:after {
      right: -70% !important; }
    #iprospect .slice4a:after {
      left: -100% !important; }
    #iprospect .slice5a:after {
      right: -120% !important; }
    #iprospect .slice6a:after {
      left: -70% !important; }
    #iprospect .slice7a:after {
      right: -70% !important; }
    #iprospect .slice8a:after {
      left: -30% !important; }
    #iprospect .slice9a:after {
      right: -200% !important; }
    #iprospect .slice10a:after {
      left: -50% !important; }
    #iprospect .slice10a:before {
      bottom: -690%;
      left: -50% !important; }
    #iprospect .slice21a:after {
      right: 100% !important; }
    #iprospect .slice21a:before {
      left: -50%;
      top: -3500% !important; }
    #iprospect .cola:after {
      height: 15%; }
    #iprospect .othera:after {
      width: 100%; }
    #iprospect .label {
      text-align: center;
      line-height: 20px;
      opacity: 0;
      -webkit-transition: all 0.5s 1.5s;
      transition: all 0.5s 1.5s; }
    #iprospect .bold {
      font-weight: 700; }
    #iprospect .bar-text {
      position: absolute;
      text-align: left;
      width: 70%;
      top: 402%; }
    #iprospect .show {
      opacity: 1; }
    #iprospect .stretchW {
      -webkit-animation: stretchWAnim 1.4s ease;
              animation: stretchWAnim 1.4s ease;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    #iprospect .stretchH {
      -webkit-animation: stretchHAnim 2s ease;
              animation: stretchHAnim 2s ease;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; } }
  #iprospect .cream {
    background-color: #FCF6F0; }
  #iprospect #table {
    margin: 30px 0;
    font-size: 15px;
    text-align: center;
    line-height: 15px;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
    border-bottom: none; }
    #iprospect #table thead {
      background-color: #34224B;
      color: white;
      vertical-align: bottom; }
      #iprospect #table thead tr > :last-child {
        color: #F7B12C; }
    #iprospect #table tbody {
      white-space: nowrap; }
      #iprospect #table tbody td {
        padding: 6px; }
      #iprospect #table tbody tr > :nth-child(2) {
        padding-left: 30px;
        text-align: left;
        background-repeat: no-repeat;
        background-position: 5% center; }
      #iprospect #table tbody tr > .control:before {
        left: 50%;
        height: 14px;
        width: 14px;
        margin-top: 0;
        margin-left: 0;
        display: block;
        position: absolute;
        box-sizing: content-box;
        text-align: center;
        text-indent: 0 !important;
        font-family: 'Courier New', Courier, monospace;
        line-height: 14px;
        background-color: transparent;
        box-shadow: none;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        color: black;
        border: none; }
  #iprospect .collapsed tbody tr > :nth-child(2) {
    padding-left: 45px !important;
    background-position: 15px center !important; }
  #iprospect .collapsed tbody td {
    padding: 15px !important; }
  #iprospect .cards {
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1000px;
    margin: 20px auto; }
  #iprospect .card {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin: 10px;
    width: 280px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    height: 300px;
    border-radius: 10px;
    padding: 20px;
    font-family: source-serif-pro, serif; }
    #iprospect .card > div {
      width: 100%; }
    #iprospect .card .card-img {
      margin: 0 auto; }
    #iprospect .card .card-title {
      font-weight: 600;
      color: white;
      font-size: 32px; }
    #iprospect .card .card-content p {
      font-weight: 400;
      font-size: 20px;
      margin: 0; }
    #iprospect .card .card-content .white-text {
      color: white;
      font-weight: 700; }
  #iprospect .green {
    background-color: #8CC63F; }
  #iprospect .red {
    background-color: #DB3B47; }
  #iprospect .graph {
    margin: auto;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    font-family: source-serif-pro, serif;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 30px;
    flex-wrap: wrap; }
    #iprospect .graph hr {
      width: 100%;
      margin: 8px auto;
      -webkit-transform: translateX(2%);
              transform: translateX(2%); }
    #iprospect .graph .graph-row {
      width: 100%;
      margin: 6px 0;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap; }
      #iprospect .graph .graph-row .graph-name {
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
        padding-right: 10px; }
      #iprospect .graph .graph-row .graph-bar {
        margin: auto;
        width: 80%;
        font-weight: 700; }
        #iprospect .graph .graph-row .graph-bar .orange {
          background-color: #F7B12C;
          text-align: left;
          padding-left: 10px; }
        #iprospect .graph .graph-row .graph-bar .purple {
          background-color: #34224B;
          color: white;
          text-align: right;
          padding-right: 10px; }
      #iprospect .graph .graph-row .bar1 .orange {
        width: 43.02%; }
      #iprospect .graph .graph-row .bar1 .purple {
        width: 56.98%; }
      #iprospect .graph .graph-row .bar2 .orange {
        width: 52.96%; }
      #iprospect .graph .graph-row .bar2 .purple {
        width: 47.04%; }
      #iprospect .graph .graph-row .bar3 .orange {
        width: 52.76%; }
      #iprospect .graph .graph-row .bar3 .purple {
        width: 47.24%; }
      #iprospect .graph .graph-row .bar4 .orange {
        width: 51.20%; }
      #iprospect .graph .graph-row .bar4 .purple {
        width: 48.80%; }
      #iprospect .graph .graph-row .bar5 .orange {
        width: 48.84%; }
      #iprospect .graph .graph-row .bar5 .purple {
        width: 51.16%; }
      #iprospect .graph .graph-row .bar6 .orange {
        width: 46.35%; }
      #iprospect .graph .graph-row .bar6 .purple {
        width: 53.65%; }
      #iprospect .graph .graph-row .bar7 .orange {
        width: 42.33%; }
      #iprospect .graph .graph-row .bar7 .purple {
        width: 57.67%; }
      #iprospect .graph .graph-row .bar8 .orange {
        width: 41.61%; }
      #iprospect .graph .graph-row .bar8 .purple {
        width: 58.39%; }
      #iprospect .graph .graph-row .bar9 .orange {
        width: 41.35%; }
      #iprospect .graph .graph-row .bar9 .purple {
        width: 58.65%; }
      #iprospect .graph .graph-row .bar10 .orange {
        width: 40.94%; }
      #iprospect .graph .graph-row .bar10 .purple {
        width: 59.06%; }
      #iprospect .graph .graph-row .bar11 .orange {
        width: 34.75%; }
      #iprospect .graph .graph-row .bar11 .purple {
        width: 65.25%; }
      #iprospect .graph .graph-row .bar12 .orange {
        width: 34.27%; }
      #iprospect .graph .graph-row .bar12 .purple {
        width: 65.73%; }
      #iprospect .graph .graph-row .bar13 .orange {
        width: 28.83%; }
      #iprospect .graph .graph-row .bar13 .purple {
        width: 71.17%; }
    #iprospect .graph .graph-labels {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      margin-bottom: 30px; }
      #iprospect .graph .graph-labels .orange {
        background-color: #F7B12C; }
      #iprospect .graph .graph-labels .purple {
        background-color: #34224B; }
      #iprospect .graph .graph-labels > div {
        margin: 0 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center; }
    #iprospect .graph .box {
      float: left;
      width: 20px;
      height: 20px;
      margin: 0 5px; }
  #iprospect .footer {
    overflow: hidden; }
    #iprospect .footer p {
      color: #383838;
      font-weight: 300;
      font-size: 20px; }
  #iprospect .footer-img-container {
    height: 200px;
    position: relative; }
  #iprospect .footer-img {
    position: absolute;
    width: 1000px;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: auto;
    background-image: url("../img/footer.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  #iprospect .hidden {
    display: none; }
  #iprospect .license {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
    #iprospect .license > div {
      padding: 5px 20px; }
      #iprospect .license > div img {
        min-width: 100px; }
    #iprospect .license .license-text p {
      font-size: 16px; }

@-webkit-keyframes stretchWAnim {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes stretchWAnim {
  from {
    width: 0; }
  to {
    width: 100%; } }

@-webkit-keyframes stretchHAnim {
  from {
    height: 0; }
  to {
    height: 100%; } }

@keyframes stretchHAnim {
  from {
    height: 0; }
  to {
    height: 100%; } }

@-webkit-keyframes clouds {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@keyframes clouds {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@-webkit-keyframes falling {
  0% {
    top: 0%;
    left: 0%;
    opacity: 0;
    -webkit-transform: scale3d(1, 0.5, 1) rotateZ(30deg);
            transform: scale3d(1, 0.5, 1) rotateZ(30deg); }
  25% {
    top: 30%;
    left: 90%;
    opacity: 1;
    -webkit-transform: scale3d(1, 0.3, 1) rotateZ(0deg);
            transform: scale3d(1, 0.3, 1) rotateZ(0deg); }
  50% {
    top: 60%;
    left: 10%;
    -webkit-transform: scale3d(1, 0.2, 1) rotateZ(0deg);
            transform: scale3d(1, 0.2, 1) rotateZ(0deg); }
  75% {
    top: 80%;
    left: 80%;
    opacity: 1;
    -webkit-transform: scale3d(1, 0.3, 1) rotateZ(0deg);
            transform: scale3d(1, 0.3, 1) rotateZ(0deg); }
  100% {
    top: 100%;
    left: 20%;
    opacity: 0;
    -webkit-transform: scale3d(1, 0.2, 1) rotateZ(0deg);
            transform: scale3d(1, 0.2, 1) rotateZ(0deg); } }
  @media only screen and (min-width: 700px) {
    #iprospect .title h1 {
      font-size: 71px; } }
  @media only screen and (min-width: 1100px) {
    #iprospect .houses {
      background-attachment: fixed;
      background-position: 50% 50%; }
    #iprospect #bar {
      text-align: center; }
    #iprospect .bar {
      width: 0%;
      height: 80px; }
    #iprospect .bar-container {
      margin-bottom: 480px;
      position: relative;
      background-color: white; }
    #iprospect .row {
      width: 100%; }
    #iprospect .hide {
      visibility: hidden;
      opacity: 0; }
    #iprospect .fadeIn {
      visibility: visible;
      opacity: 1;
      -webkit-transition: visibility 0s linear 0ms, opacity 300ms linear 300ms;
      transition: visibility 0s linear 0ms, opacity 300ms linear 300ms; }
    #iprospect .flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between; }
    #iprospect .labels {
      width: 100%;
      text-align: left;
      -webkit-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      #iprospect .labels .col {
        width: 48%; }
    #iprospect .bar {
      max-width: 1200px; }
    #iprospect .bar > div:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      border-left: 1px solid black;
      -webkit-transition: all 2s 0.5s;
      transition: all 2s 0.5s;
      bottom: 100%; }
    #iprospect .slice10:before {
      content: "";
      top: 120%;
      left: 50%;
      position: absolute;
      border-bottom: 1px solid black;
      -webkit-transition: all 2s 1s;
      transition: all 2s 1s;
      right: 100%; }
    #iprospect .slice15:before {
      content: "";
      position: absolute;
      top: 120%;
      left: 50%;
      border-left: 1px solid black;
      -webkit-transition: all 1s 2.4s;
      transition: all 1s 2.4s;
      bottom: -20%; }
    #iprospect .slice16:before {
      content: "";
      top: 120%;
      left: 50%;
      position: absolute;
      border-bottom: 1px solid black;
      -webkit-transition: all 2s 1.5s;
      transition: all 2s 1.5s;
      right: 100%; }
    #iprospect .slice21:before {
      content: "";
      position: absolute;
      top: 120%;
      left: 50%;
      border-left: 1px solid black;
      -webkit-transition: all 1s 2.5s;
      transition: all 1s 2.5s;
      bottom: -20%; }
    #iprospect .label {
      min-width: 50px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    #iprospect .bold {
      font-weight: 700; }
    #iprospect .slice1 {
      position: relative;
      width: 30.32%;
      background-color: #3C2166; }
      #iprospect .slice1 .label {
        position: absolute;
        top: 210%; }
        #iprospect .slice1 .label .colour {
          color: #3C2166;
          font-weight: 700; }
    #iprospect .slice2 {
      position: relative;
      width: 9.27%;
      background-color: #ED7D31; }
      #iprospect .slice2 .label {
        position: absolute;
        top: 180%; }
        #iprospect .slice2 .label .colour {
          color: #ED7D31;
          font-weight: 700; }
    #iprospect .slice3 {
      position: relative;
      width: 8.24%;
      background-color: #00837F; }
      #iprospect .slice3 .label {
        width: 150px;
        position: absolute;
        top: 250%; }
        #iprospect .slice3 .label .colour {
          color: #00837F;
          font-weight: 700; }
    #iprospect .slice4 {
      position: relative;
      width: 7.76%;
      background-color: #F7B12C; }
      #iprospect .slice4 .label {
        position: absolute;
        top: 160%; }
        #iprospect .slice4 .label .colour {
          color: #F7B12C;
          font-weight: 700; }
    #iprospect .slice5 {
      position: relative;
      width: 6.28%;
      background-color: #0071BC; }
      #iprospect .slice5 .label {
        position: absolute;
        top: 230%; }
        #iprospect .slice5 .label .colour {
          color: #0071BC;
          font-weight: 700; }
    #iprospect .slice6 {
      position: relative;
      width: 5.78%;
      background-color: #8CC63F; }
      #iprospect .slice6 .label {
        position: absolute;
        top: 300%; }
        #iprospect .slice6 .label .colour {
          color: #8CC63F;
          font-weight: 700; }
    #iprospect .slice7 {
      position: relative;
      width: 5.32%;
      background-color: #040466; }
      #iprospect .slice7 .label {
        position: absolute;
        top: 140%; }
        #iprospect .slice7 .label .colour {
          color: #040466;
          font-weight: 700; }
    #iprospect .slice8 {
      position: relative;
      width: 4.51%;
      background-color: #DB3B47; }
      #iprospect .slice8 .label {
        position: absolute;
        top: 200%; }
        #iprospect .slice8 .label .colour {
          color: #DB3B47;
          font-weight: 700; }
    #iprospect .slice9 {
      position: relative;
      width: 3.95%;
      background-color: #85C9C0; }
      #iprospect .slice9 .label {
        position: absolute;
        top: 120%; }
        #iprospect .slice9 .label .colour {
          color: #85C9C0;
          font-weight: 700; }
    #iprospect .slice10 {
      position: relative;
      width: 2.78%;
      background-color: #02423F; }
      #iprospect .slice10 .label {
        position: absolute;
        top: 300%;
        text-align: left;
        width: 200px; }
        #iprospect .slice10 .label .colour {
          color: #02423F; }
        #iprospect .slice10 .label .colour2 {
          color: #A08FC1; }
        #iprospect .slice10 .label .colour3 {
          color: #3C2166; }
        #iprospect .slice10 .label .colour4 {
          color: #ED7D31; }
        #iprospect .slice10 .label .colour5 {
          color: #00837F; }
        #iprospect .slice10 .label .colour6 {
          color: #F7B12C; }
    #iprospect .slice11 {
      position: relative;
      width: 2.60%;
      background-color: #A08FC1; }
      #iprospect .slice11 .label {
        position: absolute; }
    #iprospect .slice12 {
      position: relative;
      width: 2.52%;
      background-color: #3C2166; }
      #iprospect .slice12 .label {
        position: absolute; }
    #iprospect .slice13 {
      position: relative;
      width: 2.25%;
      background-color: #ED7D31; }
      #iprospect .slice13 .label {
        position: absolute; }
    #iprospect .slice14 {
      position: relative;
      width: 2.20%;
      background-color: #00837F; }
      #iprospect .slice14 .label {
        position: absolute; }
    #iprospect .slice15 {
      position: relative;
      width: 2.18%;
      background-color: #F7B12C; }
      #iprospect .slice15 .label {
        position: absolute; }
    #iprospect .slice16 {
      position: relative;
      width: 1.15%;
      background-color: #0071BC; }
      #iprospect .slice16 .label {
        position: absolute;
        top: 150%;
        text-align: left;
        width: 200px; }
        #iprospect .slice16 .label .colour {
          color: #0071BC; }
        #iprospect .slice16 .label .colour2 {
          color: #8CC63F; }
        #iprospect .slice16 .label .colour3 {
          color: #040466; }
        #iprospect .slice16 .label .colour4 {
          color: #DB3B47; }
        #iprospect .slice16 .label .colour5 {
          color: #85C9C0; }
        #iprospect .slice16 .label .colour6 {
          color: #4C5B36; }
    #iprospect .slice17 {
      position: relative;
      width: 1.08%;
      background-color: #8CC63F; }
      #iprospect .slice17 .label {
        position: absolute; }
    #iprospect .slice18 {
      position: relative;
      width: 0.58%;
      background-color: #040466; }
      #iprospect .slice18 .label {
        position: absolute; }
    #iprospect .slice19 {
      position: relative;
      width: 0.56%;
      background-color: #DB3B47; }
      #iprospect .slice19 .label {
        position: absolute; }
    #iprospect .slice20 {
      position: relative;
      width: 0.42%;
      background-color: #85C9C0; }
      #iprospect .slice20 .label {
        position: absolute; }
    #iprospect .slice21 {
      position: relative;
      width: 0.25%;
      background-color: #4C5B36; }
      #iprospect .slice21 .label {
        position: absolute; }
    #iprospect .slice1a:after {
      bottom: -100% !important; }
    #iprospect .slice2a:after {
      bottom: -70% !important; }
    #iprospect .slice3a:after {
      bottom: -140% !important; }
    #iprospect .slice4a:after {
      bottom: -60% !important; }
    #iprospect .slice5a:after {
      bottom: -120% !important; }
    #iprospect .slice6a:after {
      bottom: -190% !important; }
    #iprospect .slice7a:after {
      bottom: -40% !important; }
    #iprospect .slice8a:after {
      bottom: -100% !important; }
    #iprospect .slice9a:after {
      bottom: -20% !important; }
    #iprospect .slice10a:after {
      bottom: -190% !important; }
    #iprospect .slice10a:before {
      top: 120%;
      right: -385% !important; }
    #iprospect .slice15a:before {
      top: 110%;
      bottom: -30% !important; }
    #iprospect .slice16a:after {
      bottom: -40% !important; }
    #iprospect .slice16a:before {
      top: 120%;
      right: -240% !important; }
    #iprospect .slice21a:before {
      top: 110%;
      bottom: -30% !important; }
    #iprospect .label {
      bottom: -100px;
      width: 100%;
      text-align: center;
      line-height: 20px;
      opacity: 0;
      -webkit-transition: all 0.5s 1.5s;
      transition: all 0.5s 1.5s; }
    #iprospect .bar-text {
      position: absolute;
      text-align: left;
      width: 72%;
      top: 402%; }
    #iprospect .show {
      opacity: 1; }
    #iprospect .stretchW {
      -webkit-animation: stretchWAnim 1.4s ease;
              animation: stretchWAnim 1.4s ease;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    #iprospect .stretchH > *:after {
      -webkit-animation: stretchWAnim 2s ease;
              animation: stretchWAnim 2s ease;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    #iprospect .title h1 {
      font-size: 70px; }
    #iprospect .mobile {
      display: none; }
    #iprospect .desktop {
      display: block; }
    #iprospect p {
      margin: auto;
      margin-bottom: 0.75em;
      width: 90%; }
    #iprospect .bar-container {
      display: block; }
    #iprospect .graph {
      width: 80%;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap; }
      #iprospect .graph .graph-row {
        width: 100%;
        -webkit-flex-wrap: nowrap;
                flex-wrap: nowrap; }
        #iprospect .graph .graph-row .graph-name {
          min-width: 150px;
          width: 150px;
          text-align: right;
          padding-right: 10px; }
        #iprospect .graph .graph-row .graph-bar {
          margin: auto;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
                  flex-grow: 1; }
      #iprospect .graph .graph-labels {
        width: 90%;
        margin-left: auto; }
    #iprospect .license {
      -webkit-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
