body {
  margin: 0;
}

[v-cloak] {
  display: none;
}

#iprospect {
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Correct the padding in Firefox.
   */
  /**
   * 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.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
  background-color: #16172C;
  font-family: sofia-pro, sans-serif;
}
#iprospect h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#iprospect hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
#iprospect pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
#iprospect a {
  background-color: transparent;
}
#iprospect abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
#iprospect b,
#iprospect strong {
  font-weight: bolder;
}
#iprospect code,
#iprospect kbd,
#iprospect samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
#iprospect small {
  font-size: 80%;
}
#iprospect sub,
#iprospect sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#iprospect sub {
  bottom: -0.25em;
}
#iprospect sup {
  top: -0.5em;
}
#iprospect img {
  border-style: none;
}
#iprospect button,
#iprospect input,
#iprospect optgroup,
#iprospect select,
#iprospect textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
#iprospect button,
#iprospect input {
  /* 1 */
  overflow: visible;
}
#iprospect button,
#iprospect select {
  /* 1 */
  text-transform: none;
}
#iprospect button,
#iprospect [type=button],
#iprospect [type=reset],
#iprospect [type=submit] {
  -webkit-appearance: button;
}
#iprospect button::-moz-focus-inner,
#iprospect [type=button]::-moz-focus-inner,
#iprospect [type=reset]::-moz-focus-inner,
#iprospect [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
#iprospect button:-moz-focusring,
#iprospect [type=button]:-moz-focusring,
#iprospect [type=reset]:-moz-focusring,
#iprospect [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
#iprospect fieldset {
  padding: 0.35em 0.75em 0.625em;
}
#iprospect legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
#iprospect progress {
  vertical-align: baseline;
}
#iprospect textarea {
  overflow: auto;
}
#iprospect [type=checkbox],
#iprospect [type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
#iprospect [type=number]::-webkit-inner-spin-button,
#iprospect [type=number]::-webkit-outer-spin-button {
  height: auto;
}
#iprospect [type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
#iprospect [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#iprospect ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
#iprospect details {
  display: block;
}
#iprospect summary {
  display: list-item;
}
#iprospect template {
  display: none;
}
#iprospect [hidden] {
  display: none;
}
#iprospect .inner {
  width: 90%;
  margin: auto;
  max-width: 800px;
  padding: 15px 0;
  color: white;
  text-align: center;
}
#iprospect a {
  color: #65A8F8;
}
#iprospect a:hover {
  color: #7db6f9;
}
#iprospect h2 {
  display: inline-block;
  font-family: "AbelPro", Georgia;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 40px;
  padding: 0 10px;
}
#iprospect h2:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 4.5px;
  border-radius: 2.25px;
  background: linear-gradient(#04a9c8 0%, #00f2d1 99.92%);
  box-shadow: 0px 0px 5px rgba(54, 169, 225, 0.75);
}
#iprospect .header .inner {
  width: 100%;
  max-width: none;
}
#iprospect .header .inner h1 {
  margin-top: 5vw;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: "AbelPro", Georgia;
  text-transform: uppercase;
  text-align: center;
}
#iprospect .header .inner h1 .bo {
  font-weight: bold;
  font-size: min(16vw, 80px);
}
#iprospect .header .inner h1 .re {
  font-weight: normal;
  font-size: min(20vw, 100px);
}
#iprospect .header .inner .img-block {
  background: linear-gradient(180deg, #16172c 0%, #16172c 70.3%, #0e0f1f 70.3%, #0e0f1f 100%);
}
#iprospect .header .inner .img-block img {
  display: block;
  width: 100%;
  max-width: 515px;
  margin: auto;
}
#iprospect .header .inner .intro {
  padding-top: 10px;
  background: linear-gradient(#060610 0%, #16172c 100%);
}
#iprospect .header .inner .intro p {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#iprospect #t0 .tbl .row .bar .fill {
  background-color: #777dfd;
}
#iprospect #t0 .tbl .row .last {
  color: #777dfd;
}
#iprospect #t0 .tbl .row.top .last {
  color: white;
}
#iprospect #t1 .tbl .row .bar .fill {
  background-color: #45D699;
}
#iprospect #t1 .tbl .row .last {
  color: #45D699;
}
#iprospect #t1 .tbl .row.top .last {
  color: white;
}
#iprospect #t2 .tbl .row .bar .fill {
  background-color: #DB113D;
}
#iprospect #t2 .tbl .row .last {
  color: #DB113D;
}
#iprospect #t2 .tbl .row.top .last {
  color: white;
}
#iprospect .talking .inner {
  text-align: center;
}
#iprospect .talking .inner .intro-d {
  display: none;
}
#iprospect .talking .inner .cat .label {
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  margin-bottom: 14px;
}
#iprospect .talking .inner .cat .menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
  max-width: 473px;
  margin: auto;
  margin-bottom: 14px;
}
#iprospect .talking .inner .cat .menu .btn {
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
  padding: 8px;
  font-size: 16px;
  line-height: 18px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 27px;
  cursor: pointer;
  user-select: none;
  transition: all 0.1s;
}
#iprospect .talking .inner .cat .menu .btn.b {
  background-color: #777dfd;
}
#iprospect .talking .inner .cat .menu .btn.b:hover, #iprospect .talking .inner .cat .menu .btn.b:focus {
  box-shadow: 0px 0px 5px rgba(119, 125, 253, 0.75);
  filter: drop-shadow(0px 0px 5px rgba(119, 125, 253, 0.75));
}
#iprospect .talking .inner .cat .menu .btn.g {
  background-color: #45D699;
}
#iprospect .talking .inner .cat .menu .btn.g:hover, #iprospect .talking .inner .cat .menu .btn.g:focus {
  box-shadow: 0px 0px 5px rgba(69, 214, 153, 0.75);
  filter: drop-shadow(0px 0px 5px rgba(69, 214, 153, 0.75));
}
#iprospect .talking .inner .cat .menu .btn.r {
  background-color: #DB113D;
}
#iprospect .talking .inner .cat .menu .btn.r:hover, #iprospect .talking .inner .cat .menu .btn.r:focus {
  box-shadow: 0px 0px 5px rgba(219, 17, 61, 0.75);
  filter: drop-shadow(0px 0px 5px rgba(219, 17, 61, 0.75));
}
#iprospect .talking .inner .cat .menu.blue .b {
  box-shadow: 0px 0px 5px rgba(119, 125, 253, 0.75);
  filter: drop-shadow(0px 0px 5px rgba(119, 125, 253, 0.75));
}
#iprospect .talking .inner .cat .menu.green .g {
  box-shadow: 0px 0px 5px rgba(69, 214, 153, 0.75);
  filter: drop-shadow(0px 0px 5px rgba(69, 214, 153, 0.75));
}
#iprospect .talking .inner .cat .menu.red .r {
  box-shadow: 0px 0px 5px rgba(219, 17, 61, 0.75);
  filter: drop-shadow(0px 0px 5px rgba(219, 17, 61, 0.75));
}
#iprospect .talking .inner .cat .menu .btn:active {
  transform: translateY(2px);
}
#iprospect .talking .inner .tbl {
  background-color: #0C0D1D;
  max-width: 473px;
  margin: auto;
  margin-bottom: 30px;
}
#iprospect .talking .inner .tbl .row {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) 90px;
  grid-column-gap: 10px;
  border-bottom: 1px solid #fff;
}
#iprospect .talking .inner .tbl .row .col {
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  padding: 6px 0;
}
#iprospect .talking .inner .tbl .row .first {
  display: grid;
  grid-template-columns: 50px 1fr;
  padding-left: 10px;
  grid-column-gap: 10px;
  align-items: center;
}
#iprospect .talking .inner .tbl .row .first img {
  width: 50px;
  margin: auto;
  padding: 3px 0;
}
#iprospect .talking .inner .tbl .row .first .bold {
  font-weight: 700;
}
#iprospect .talking .inner .tbl .row .bar {
  display: none;
}
#iprospect .talking .inner .tbl .row .bar .fill {
  margin: 0 3px;
  height: 17.76px;
  background: #777dfd;
  position: relative;
  transform: skew(-12deg);
}
#iprospect .talking .inner .tbl .row .last {
  background-color: #1E1F2E;
  color: #777dfd;
  padding: 6px 10px;
}
#iprospect .talking .inner .tbl .row .last {
  display: flex;
  align-items: center;
}
#iprospect .talking .inner .tbl .top {
  font-weight: 700;
  align-items: center;
  border: none;
}
#iprospect .talking .inner .tbl .top .f {
  padding-left: 10px;
}
#iprospect .talking .inner .tbl .top .l {
  color: white;
  background-color: #1E1F2E;
  padding: 6px 10px;
}
#iprospect .talking .inner .tbl .bot {
  border: none;
}
#iprospect .acc .inner .grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  justify-items: center;
}
#iprospect .acc .inner .grid .block {
  max-width: 220px;
  margin: 10px 0;
}
#iprospect .acc .inner .grid .block h3 {
  font-family: "AbelPro", Georgia;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #ffca39;
  position: relative;
  margin-bottom: 24px;
  padding: 0 10px;
}
#iprospect .acc .inner .grid .block h3:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2.91px;
  border-radius: 1.46px;
  background: linear-gradient(#ffa739 0%, #ffca39 99.92%);
  box-shadow: 0px 0px 5px rgba(255, 202, 57, 0.75);
}
#iprospect .acc .inner .grid .block img {
  width: 100%;
  max-width: 200px;
}
#iprospect .acc .inner .grid .block .info {
  font-family: "AbelPro", Georgia;
  font-size: 16px;
  text-align: center;
  color: #ffca39;
  text-transform: uppercase;
  margin: 10px 0;
}
#iprospect .acc .inner .grid .block .info .line {
  margin: 6px 0;
}
#iprospect .acc .inner .grid .block .info .line span {
  font-weight: bold;
}
#iprospect .acc .inner .grid .block .ano {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-column-gap: 5px;
  align-items: center;
  margin: 10px 0;
}
#iprospect .acc .inner .grid .block .ano .text {
  text-align: left;
}
#iprospect .acc .inner .grid .block .ano .text .num {
  font-weight: 700;
}
#iprospect .bottom .inner .cta {
  font-size: 18px;
  margin-bottom: 50px;
}
#iprospect .bottom .inner .caveat {
  font-size: 14px;
}
#iprospect .footer {
  background-color: white;
}
#iprospect .footer .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  color: black;
}
#iprospect .footer .inner .logo a img {
  width: 100%;
  max-width: 336px;
}
#iprospect .footer .inner > * {
  margin: 20px 0;
}
@media only screen and (min-width: 500px) {
  #iprospect .acc .inner .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1000px) {
  #iprospect .inner {
    width: 90%;
    max-width: 1520px;
    padding: 30px 0;
  }
  #iprospect p {
    font-size: 18px;
    line-height: 28px;
  }
  #iprospect h2 {
    font-size: 60px;
    margin-bottom: 60px;
    margin-top: 40px;
    padding: 0 30px;
  }
  #iprospect h2:after {
    bottom: -20px;
    height: 9px;
    border-radius: 4.5px;
    background: linear-gradient(#04a9c8 0%, #00f2d1 99.92%);
    box-shadow: 0px 0px 5px rgba(54, 169, 225, 0.75);
    filter: drop-shadow(0px 0px 5px rgba(54, 169, 225, 0.75));
  }
  #iprospect .header {
    background: url("../img/header.jpg") center top/cover no-repeat;
    height: 49vw;
  }
  #iprospect .header .inner {
    padding: 0;
    max-width: 43vw;
    margin-left: 46%;
  }
  #iprospect .header .inner h1 {
    margin: 0;
    padding-top: 13vw;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #iprospect .header .inner h1 .bo {
    font-size: 5.2vw;
  }
  #iprospect .header .inner h1 .re {
    font-size: 6.8vw;
  }
  #iprospect .header .inner .img-block {
    display: none;
  }
  #iprospect .header .inner .intro {
    display: none;
  }
  #iprospect .talking {
    background: linear-gradient(#060610 0%, #16172c 8%);
  }
  #iprospect .talking .inner {
    text-align: center;
  }
  #iprospect .talking .inner .intro-d {
    display: block;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  #iprospect .talking .inner .col2 p {
    text-align: left;
  }
  #iprospect .talking .inner .cat {
    margin-top: 20px;
  }
  #iprospect .talking .inner .cat .label {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #iprospect .talking .inner .cat .menu {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    max-width: 720px;
    margin-bottom: 30px;
  }
  #iprospect .talking .inner .cat .menu .btn {
    font-size: 20px;
    line-height: 24px;
    min-height: 40px;
  }
  #iprospect .talking .inner .tbl {
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-right: 20px;
    padding: 20px;
  }
  #iprospect .talking .inner .tbl .row {
    display: grid;
    grid-template-columns: 232px 2fr 158px;
    grid-column-gap: 30px;
  }
  #iprospect .talking .inner .tbl .row .col {
    font-size: 18px;
    line-height: 24px;
    padding: 6px 0;
  }
  #iprospect .talking .inner .tbl .row .first {
    padding-left: 10px;
    grid-template-columns: 80px 1fr;
    grid-column-gap: 20px;
  }
  #iprospect .talking .inner .tbl .row .first img {
    width: 80px;
  }
  #iprospect .talking .inner .tbl .row .bar {
    display: block;
    align-self: center;
  }
  #iprospect .talking .inner .tbl .row .bar .fill {
    margin: 0 3px;
    height: 28px;
    position: relative;
    transform: skew(-12deg);
  }
  #iprospect .talking .inner .tbl .row .last {
    padding: 20px 16px;
  }
  #iprospect .talking .inner .tbl .top {
    border: none;
  }
  #iprospect .talking .inner .tbl .top .f {
    padding-left: 53px;
    grid-column: span 2;
  }
  #iprospect .talking .inner .tbl .top .l {
    padding: 20px 16px;
    padding-bottom: 5px;
  }
  #iprospect .acc .inner h2 {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  #iprospect .acc .inner p {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
  }
  #iprospect .acc .inner .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    justify-items: center;
    max-width: 800px;
    margin: auto;
  }
  #iprospect .acc .inner .grid .block {
    max-width: 300px;
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  #iprospect .acc .inner .grid .block h3 {
    font-size: 34px;
    margin-bottom: 24px;
    padding: 0 10px;
  }
  #iprospect .acc .inner .grid .block h3:after {
    height: 4.5px;
    border-radius: 2.25px;
    background: linear-gradient(#ffa739 0%, #ffca39 99.92%);
    box-shadow: 0px 0px 5px rgba(255, 202, 57, 0.75);
  }
  #iprospect .acc .inner .grid .block img {
    width: 100%;
    max-width: 260px;
  }
  #iprospect .acc .inner .grid .block .info {
    font-size: 18px;
    margin: 20px 0;
  }
  #iprospect .acc .inner .grid .block .info .line {
    margin: 8px 0;
  }
  #iprospect .acc .inner .grid .block .ano {
    grid-template-columns: 90px 1fr;
    grid-column-gap: 5px;
    margin: 10px 0;
  }
  #iprospect .bottom .inner {
    max-width: 1134px;
    margin-left: auto;
    margin-right: auto;
  }
  #iprospect .bottom .inner .cta {
    font-size: 20px;
    margin-bottom: 60px;
  }
  #iprospect .bottom .inner .caveat {
    font-size: 16px;
  }
  #iprospect .footer .inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  #iprospect .footer .inner > * {
    margin: 0;
  }
  #iprospect .footer .inner .cc {
    display: flex;
    align-items: center;
    max-width: 500px;
  }
  #iprospect .footer .inner .cc > :first-child {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1250px) {
  #iprospect .talking .inner .col2 {
    display: grid;
    grid-template-columns: 1.81fr 1fr;
    grid-column-gap: 50px;
  }
}
@media only screen and (min-width: 1350px) {
  #iprospect .acc .inner .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: none;
  }
  #iprospect .talking .inner .col2 {
    grid-template-columns: 1.7fr 1fr;
  }
}
@media only screen and (min-width: 1870px) {
  #iprospect .header .inner {
    max-width: 43vw;
    margin-left: 46%;
  }
  #iprospect .header .inner .intro {
    display: block;
    margin-top: 7vw;
    background: none;
  }
  #iprospect .header .inner .intro p {
    width: 100%;
    max-width: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  #iprospect .talking .inner .intro-d {
    display: none;
  }
}
@media only screen and (min-width: 2000px) {
  #iprospect .header .inner {
    max-width: 34vw;
    margin-left: 50.5%;
  }
  #iprospect .header .inner .intro {
    margin-top: 8vw;
  }
}
