body {
  margin: 0;
  background: url("../img/splash.jpg");
  background-repeat: repeat;
  background-size: auto;
  background-position: top center;
}

[v-cloak] {
  display: none;
}

#chartjs-tooltip {
  opacity: 1;
  position: absolute;
  color: white;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  pointer-events: none;
  background: url("../img/tip.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 336px;
  height: 168px;
  font-family: vox, sans-serif;
}
#chartjs-tooltip.flip {
  background: url("../img/tipflip.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#chartjs-tooltip.flip .tip-inner {
  padding-left: 30px;
  padding-right: 55px;
}
#chartjs-tooltip .tip-inner {
  text-align: left;
  padding-left: 55px;
  padding-top: 10px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 110px;
}
#chartjs-tooltip .tip-inner .top {
  display: flex;
  justify-content: space-between;
}
#chartjs-tooltip .tip-inner .top > div {
  max-width: 50%;
}
#chartjs-tooltip .tip-inner .top .alias {
  margin-right: 10px;
}
#chartjs-tooltip .tip-inner .top .alias .text {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #51E3FD;
  text-transform: uppercase;
}
#chartjs-tooltip .tip-inner .top .ego .text {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #51E3FD;
}
#chartjs-tooltip .tip-inner .bot .salary .text {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #51E3FD;
}

#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.
   */
  font-family: vox, 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;
  padding: 15px 0;
  max-width: 1200px;
}
#iprospect p {
  font-family: "Helvetica", Georgia;
  color: white;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
#iprospect a {
  color: #51E3FD;
}
@keyframes open {
  0% {
    background-size: 0% 0%;
  }
  20% {
    background-size: 0% 2%;
  }
  65% {
    background-size: 100% 2%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes close {
  0% {
    background-size: 100% 100%;
  }
  20% {
    background-size: 100% 2%;
  }
  65% {
    background-size: 0% 2%;
  }
  100% {
    background-size: 0% 0%;
  }
}
@keyframes disappear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide {
  0% {
    clip-path: inset(0% 0% 100% 0%);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes ltr {
  0% {
    left: 0;
  }
  90% {
    left: 100%;
    height: 100%;
  }
  100% {
    left: 100%;
    height: 0;
  }
}
@keyframes ttb {
  0% {
    top: 0;
  }
  99% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
@keyframes btt {
  0% {
    top: 100%;
  }
  100% {
    top: 0%;
  }
}
@keyframes gone {
  0% {
    clip-path: inset(0);
  }
  100% {
    clip-path: inset(0% 0% 100% 0%);
  }
}
@keyframes heightGone {
  0% {
    height: 100vh;
  }
  99% {
    height: 100vh;
  }
  100% {
    height: 0;
  }
}
@keyframes border {
  0% {
    border: 0;
  }
  99% {
    border: 0;
  }
  100% {
    border: 0;
  }
}
#iprospect #splash {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: auto;
}
#iprospect #splash.hide {
  animation: heightGone 0.1s ease 1s forwards;
}
#iprospect #splash.hide .inner {
  animation: gone 1s ease forwards;
}
#iprospect #splash.hide .inner:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  border-bottom: 6px solid #51E3FD;
  border-radius: 3px;
  box-shadow: 0px 0px 15px 0px #51E3FD;
  animation: btt 1s ease forwards;
}
#iprospect #splash .inner {
  background: url("../img/splash-ui.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding-top: 150px;
  padding-bottom: 60px;
  max-width: 500px;
  background-position: center;
}
#iprospect #splash .inner h1 {
  color: #FFFFFF;
  text-shadow: 0px 0px 3px #FFFFFF;
  font-size: 43px;
  line-height: 41px;
  text-transform: uppercase;
  z-index: 2;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 10px;
}
#iprospect #splash .inner .bat {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 116px;
  transform: translateX(-50%);
}
#iprospect #splash .inner .blue {
  color: #51E3FD;
  text-shadow: 0px 0px 2px #51E3FD;
  text-transform: uppercase;
  font-family: vox, sans-serif;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 21px;
  line-height: 23px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#iprospect #splash .inner .max {
  max-width: 233px;
  margin-left: auto;
  margin-right: auto;
}
#iprospect #splash .inner button {
  background: url("../img/btn/splash-btn.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 256px;
  height: 46px;
  color: white;
  border: none;
  margin-top: 15px;
  cursor: pointer;
  font-size: 19px;
  line-height: 25px;
  font-weight: 500;
}
#iprospect #splash .inner button:hover {
  background: url("../img/btn/splash-btn-a.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  color: #51E3FD;
  text-shadow: 0px 0px 2px #51E3FD;
}
#iprospect #main {
  display: none;
}
#iprospect #main .inside {
  clip-path: inset(0% 0 100% 0%);
  opacity: 1;
  animation: slide 10s ease 1s forwards;
  position: relative;
}
#iprospect #main .inside:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-top: 6px solid #51E3FD;
  border-radius: 3px;
  box-shadow: 0px 0px 15px 0px #51E3FD;
  animation: ttb 10s ease 1s forwards;
}
#iprospect #main h2 {
  color: #51E3FD;
  font-weight: 700;
  text-shadow: 0px 0px 2px #51E3FD;
  text-transform: uppercase;
  font-family: vox, sans-serif;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 0;
}
#iprospect #main .alter-h {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}
#iprospect #main .alter-p {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}
#iprospect #main .alter-h {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}
#iprospect #main .alter-p {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}
#iprospect #main .hr {
  width: 100%;
  margin-bottom: 10px;
  max-width: 300px;
}
#iprospect #main .menu {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#iprospect #main .menu .text {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
}
#iprospect #main .menu .show, #iprospect #main .menu .currency {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#iprospect #main .menu .show .btn, #iprospect #main .menu .currency .btn {
  margin-right: 10px;
  height: 33px;
  cursor: pointer;
  position: relative;
}
#iprospect #main .menu .show .btn.active, #iprospect #main .menu .currency .btn.active {
  pointer-events: none;
}
#iprospect #main .menu .show .btn img, #iprospect #main .menu .currency .btn img {
  transition: all 0.2s;
  height: 100%;
  position: relative;
  user-select: none;
}
#iprospect #main .menu .show .btn:hover:after, #iprospect #main .menu .currency .btn:hover:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 20px 5px #51E3FD;
  border-radius: 50%;
  z-index: -1;
}
#iprospect #main .menu .show > :first-child, #iprospect #main .menu .currency > :first-child {
  margin-right: 18px;
}
#iprospect #main .menu .show > :last-child, #iprospect #main .menu .currency > :last-child {
  margin-right: 0;
}
#iprospect #main .menu .show {
  margin-bottom: 18px;
}
#iprospect #main .salaries .inner {
  text-align: center;
}
#iprospect #main .salaries .inner .content {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  justify-content: space-around;
}
#iprospect #main .salaries .inner .content .DC {
  background: url("../img/dc.svg");
}
#iprospect #main .salaries .inner .content .DC-i {
  background: url("../img/dc-i.svg");
}
#iprospect #main .salaries .inner .content .Marvel {
  background: url("../img/marvel.svg");
}
#iprospect #main .salaries .inner .content .Marvel-i {
  background: url("../img/marvel-i.svg");
}
#iprospect #main .salaries .inner .content .box {
  color: white;
  width: 318px;
  height: 460px;
  position: relative;
  margin: 0 8px;
  clip-path: inset(0% 0 100% 0%);
  opacity: 1;
  animation: slide 1.5s ease forwards;
  position: relative;
}
#iprospect #main .salaries .inner .content .box:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-top: 6px solid #51E3FD;
  border-radius: 3px;
  box-shadow: 0px 0px 5px 0px #51E3FD;
  animation: ttb 1.5s ease forwards;
}
#iprospect #main .salaries .inner .content .box .sec {
  clip-path: inset(0% 0 100% 0%);
  opacity: 1;
  animation: slide 0.8s ease forwards;
  position: relative;
}
#iprospect #main .salaries .inner .content .box .sec:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-top: 6px solid #51E3FD;
  border-radius: 3px;
  box-shadow: 0px 0px 5px 0px #51E3FD;
  animation: ttb 0.8s ease forwards;
}
#iprospect #main .salaries .inner .content .box .icon {
  width: 93px;
  height: 93px;
  position: absolute;
  top: 2px;
  left: 2px;
}
#iprospect #main .salaries .inner .content .box .icon img {
  width: 100%;
}
#iprospect #main .salaries .inner .content .box .switch {
  position: absolute;
  top: 65px;
  right: 33px;
  background: url("../img/btn/btn-more.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 84px;
  height: 23px;
  transition: all 0.2s;
  cursor: pointer;
}
#iprospect #main .salaries .inner .content .box .switch:hover {
  background: url("../img/btn/btn-more-a.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
#iprospect #main .salaries .inner .content .box .active {
  background: url("../img/btn/btn-return.svg");
  right: 41px;
}
#iprospect #main .salaries .inner .content .box .active:hover {
  background: url("../img/btn/btn-return-a.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
#iprospect #main .salaries .inner .content .box .label {
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
}
#iprospect #main .salaries .inner .content .box .top, #iprospect #main .salaries .inner .content .box .more {
  position: absolute;
  top: 114px;
  left: 90px;
}
#iprospect #main .salaries .inner .content .box .top .alias, #iprospect #main .salaries .inner .content .box .more .alias {
  margin-bottom: 6px;
}
#iprospect #main .salaries .inner .content .box .top .alias .text, #iprospect #main .salaries .inner .content .box .more .alias .text {
  font-weight: 700;
  font-size: 22px;
  color: #51E3FD;
  text-transform: uppercase;
}
#iprospect #main .salaries .inner .content .box .top .ego, #iprospect #main .salaries .inner .content .box .more .ego {
  margin-bottom: 6px;
}
#iprospect #main .salaries .inner .content .box .top .ego .text, #iprospect #main .salaries .inner .content .box .more .ego .text {
  font-weight: 600;
  font-size: 22px;
  color: #51E3FD;
}
#iprospect #main .salaries .inner .content .box .top .location, #iprospect #main .salaries .inner .content .box .more .location {
  margin-bottom: 6px;
}
#iprospect #main .salaries .inner .content .box .top .location .text, #iprospect #main .salaries .inner .content .box .more .location .text {
  font-weight: 500;
  font-size: 20px;
}
#iprospect #main .salaries .inner .content .box .top .info, #iprospect #main .salaries .inner .content .box .more .info {
  max-width: 206px;
  font-family: "Helvetica", Georgia;
  color: white;
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 5px;
}
#iprospect #main .salaries .inner .content .box .bot {
  position: absolute;
  top: 300px;
  left: 90px;
  max-width: 180px;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#iprospect #main .salaries .inner .content .box .bot .occupation {
  margin-bottom: 6px;
}
#iprospect #main .salaries .inner .content .box .bot .occupation .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}
#iprospect #main .salaries .inner .content .box .bot .salary .text {
  font-weight: 600;
  font-size: 22px;
  width: fit-content;
  color: #51E3FD;
  clip-path: inset(0% 0 100% 0%);
  opacity: 1;
  animation: slide 1s ease forwards;
  position: relative;
}
#iprospect #main .salaries .inner .content .box .bot .salary .text:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-top: 6px solid #51E3FD;
  border-radius: 3px;
  box-shadow: 0px 0px 5px 0px #51E3FD;
  animation: ttb 1s ease forwards;
}
#iprospect #main .salaries .inner .content .box .hide {
  display: none;
}
#iprospect #main .compared .inner {
  text-align: center;
}
#iprospect #main .compared .inner .comp-h {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}
#iprospect #main .compared .inner .comp-p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#iprospect #main .compared .inner .chart {
  display: none;
}
#iprospect #main .compared .inner .key {
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
  margin-bottom: 10px;
}
#iprospect #main .compared .inner .key .marvel {
  margin-right: 10px;
}
#iprospect #main .compared .inner .key .marvel .circ {
  background: #ED0C0C;
}
#iprospect #main .compared .inner .key .dc .circ {
  background: #129BF0;
}
#iprospect #main .compared .inner .key .marvel, #iprospect #main .compared .inner .key .dc {
  display: flex;
  align-items: center;
}
#iprospect #main .compared .inner .key .marvel .circ, #iprospect #main .compared .inner .key .dc .circ {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  margin-right: 5px;
}
#iprospect #main .compared .inner .table .dc .name {
  color: #129BF0;
}
#iprospect #main .compared .inner .table .marvel .name {
  color: #ED0C0C;
}
#iprospect #main .compared .inner .table .row {
  display: grid;
  grid-template-columns: 46px 159px 94px;
  grid-column-gap: 15px;
  justify-content: center;
}
#iprospect #main .compared .inner .table .row .icon {
  height: 46px;
}
#iprospect #main .compared .inner .table .row .icon img {
  height: 100%;
}
#iprospect #main .compared .inner .table .row .name {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
}
#iprospect #main .compared .inner .table .row .salary {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: white;
  font-weight: 500;
  font-size: 18px;
}
#iprospect #main .vs .inner {
  text-align: center;
}
#iprospect #main .vs .inner .vs-h {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
#iprospect #main .vs .inner .vs-p {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
#iprospect #main .vs .inner .avg {
  width: 100%;
  max-width: 300px;
}
#iprospect #main .vs .inner .desk {
  display: none;
}
#iprospect #main .vs .inner .menu {
  margin-top: 20px;
}
#iprospect #main .vs .inner .menu .btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#iprospect #main .method .inner h3 {
  font-weight: 700;
  font-size: 25px;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
#iprospect #main .cta .inner p {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
#iprospect #main .footer .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  color: white;
}
#iprospect #main .footer .inner .logo img {
  width: 140px;
}
#iprospect #main .footer .inner > * {
  margin: 20px 0;
}
#iprospect #main .footer .inner .logo {
  margin: 0;
}

@media only screen and (min-width: 1100px) {
  body {
    background: url("../img/splash-d.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  #iprospect {
    background: url("../img/splash-ui-d.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 96% 95%;
    background-position: center center;
    position: relative;
    height: 100vh;
  }
  #iprospect .inner {
    padding: 30px 0;
    max-width: 1200px;
    width: 100%;
  }
  #iprospect p {
    font-size: 18px;
    line-height: 23px;
  }
  #iprospect #splash {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    height: 100vh;
    position: relative;
    box-sizing: border-box;
    clip-path: polygon(10.5% 9.3%, 41.7% 9.3%, 44.3% 11.5%, 55.8% 11.5%, 58.4% 9.3%, 89.65% 9.3%, 92.9% 14.3%, 92.9% 85.6%, 89.7% 90.8%, 58.8% 90.8%, 55.9% 88.3%, 44.3% 88.3%, 41.6% 90.7%, 10.5% 90.7%, 7.3% 85.6%, 7.3% 14.3%);
  }
  #iprospect #splash .inner {
    overflow-y: hidden;
    transition: height 1s;
    background: none;
    padding-bottom: 20vh;
    padding-top: 0;
    box-sizing: border-box;
    max-width: 1111px;
    clip-path: inset(0% 0% 0% 0%);
    opacity: 1;
    position: relative;
  }
  #iprospect #splash .inner h1 {
    text-shadow: 0px 0px 5px #FFFFFF;
    font-size: 62px;
    line-height: 62px;
    margin-top: 230px;
    max-width: none;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 940px;
  }
  #iprospect #splash .inner h1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 61px;
    background-image: url("../img/left.svg");
    background-repeat: no-repeat;
  }
  #iprospect #splash .inner h1:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 61px;
    background-image: url("../img/right.svg");
    background-repeat: no-repeat;
  }
  #iprospect #splash .inner .bat {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 180px;
    transform: translateX(-50%);
  }
  #iprospect #splash .inner .blue {
    text-shadow: 0px 0px 4px #51E3FD;
    max-width: none;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0;
    transform: translateY(-35px);
  }
  #iprospect #splash .inner .max {
    max-width: 706px;
    margin-top: 0;
  }
  #iprospect #splash .inner button {
    width: 327px;
    height: 60px;
    color: white;
    border: none;
    margin-top: 25px;
    font-size: 26px;
    line-height: 34px;
  }
  #iprospect #splash .inner button:hover {
    text-shadow: 0px 0px 3px #51E3FD;
  }
  #iprospect #main {
    padding-bottom: 0;
    overflow-y: scroll;
    position: relative;
    height: 100vh;
    padding: 0 7.5%;
    clip-path: polygon(10.5% 9.3%, 41.7% 9.3%, 44.3% 11.5%, 55.8% 11.5%, 58.4% 9.3%, 89.65% 9.3%, 92.9% 14.3%, 92.9% 85.6%, 89.7% 90.8%, 58.8% 90.8%, 55.9% 88.3%, 44.3% 88.3%, 41.6% 90.7%, 10.5% 90.7%, 7.3% 85.6%, 7.3% 14.3%);
  }
  #iprospect #main .inner {
    text-align: center;
    max-width: 1600px;
  }
  #iprospect #main h2 {
    text-shadow: 0px 0px 4px #51E3FD;
    font-size: 42px;
    line-height: 55px;
  }
  #iprospect #main .alter-h {
    max-width: none;
  }
  #iprospect #main .alter-p {
    max-width: none;
    margin-bottom: 50px;
  }
  #iprospect #main .box {
    text-align: left;
  }
  #iprospect #main .hr {
    max-width: 592px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    transform: translateY(-20px);
  }
  #iprospect #main .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  #iprospect #main .menu .show {
    margin-bottom: 0;
  }
  #iprospect #main .salaries {
    padding-top: 10vh;
  }
  #iprospect #main .salaries .menu {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
  }
  #iprospect #main .salaries .inner .content .box {
    margin: 8px 0;
  }
  #iprospect #main .compared {
    padding-left: 40px;
    padding-right: 40px;
  }
  #iprospect #main .compared .inner {
    max-width: 1364px;
  }
  #iprospect #main .compared .inner .comp-h {
    max-width: none;
  }
  #iprospect #main .compared .inner .comp-p {
    max-width: none;
  }
  #iprospect #main .compared .inner .hr {
    max-width: 592px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    transform: translateY(-20px);
  }
  #iprospect #main .compared .inner .menu {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  #iprospect #main .compared .inner .key {
    font-size: 18px;
    margin: 0;
  }
  #iprospect #main .compared .inner .key .marvel {
    margin-right: 30px;
  }
  #iprospect #main .compared .inner .key .marvel .circ, #iprospect #main .compared .inner .key .dc .circ {
    width: 37px;
    height: 37px;
    border-radius: 0;
    margin-right: 10px;
  }
  #iprospect #main .compared .inner .table {
    display: none;
  }
  #iprospect #main .compared .inner .chart {
    display: block;
    width: 100%;
  }
  #iprospect #main .vs {
    padding-left: 40px;
    padding-right: 40px;
  }
  #iprospect #main .vs .inner {
    max-width: 1364px;
    text-align: center;
  }
  #iprospect #main .vs .inner .vs-h {
    max-width: none;
  }
  #iprospect #main .vs .inner .vs-p {
    max-width: none;
  }
  #iprospect #main .vs .inner .avg {
    max-width: 909px;
    width: 100%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-left: 3%;
  }
  #iprospect #main .vs .inner .mob {
    display: none;
  }
  #iprospect #main .vs .inner .desk {
    display: block;
  }
  #iprospect #main .vs .inner .menu {
    justify-content: center;
  }
  #iprospect #main .vs .inner .menu .currency {
    flex-direction: column;
  }
  #iprospect #main .vs .inner .menu .currency .text {
    order: 2;
    margin-top: 10px;
  }
  #iprospect #main .method {
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }
  #iprospect #main .method .inner {
    background: url("../img/method.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 1187px;
    padding: 20px 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
  }
  #iprospect #main .method .inner h3 {
    font-size: 32px;
  }
  #iprospect #main .method .inner p {
    font-size: 18px;
    max-width: 1046px;
    margin-left: auto;
    margin-right: auto;
  }
  #iprospect #main .cta {
    padding-left: 40px;
    padding-right: 40px;
  }
  #iprospect #main .cta .inner {
    max-width: 1194px;
  }
  #iprospect #main .cta .inner p {
    font-size: 20px;
    line-height: 24px;
  }
  #iprospect #main .footer {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 14vh;
  }
  #iprospect #main .footer .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color: white;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    max-width: 1330px;
  }
  #iprospect #main .footer .inner .logo img {
    width: 140px;
  }
  #iprospect #main .footer .inner > * {
    margin: 0;
  }
  #iprospect #main .footer .inner .logo {
    margin: 0;
    order: 2;
  }
  #iprospect #main .footer .inner .cc {
    display: flex;
    align-items: center;
  }
  #iprospect #main .footer .inner .cc > :first-child {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1340px) {
  #iprospect #splash .inner h1 {
    font-size: 81px;
    line-height: 81px;
    margin-top: 270px;
    max-width: none;
  }

  #iprospect #splash .inner .bat {
    top: 120px;
    width: 200px;
  }

  #iprospect #splash .inner .blue {
    font-size: 42px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 1540px) {
  #iprospect #splash .inner h1 {
    margin-top: 400px;
  }

  #iprospect #splash .inner .bat {
    top: 200px;
    width: 245px;
  }
}
@media only screen and (min-width: 2000px) {
  #iprospect #splash .inner h1 {
    margin-top: 860px;
  }

  #iprospect #splash .inner .bat {
    top: 600px;
    width: 245px;
  }
}
