@charset "UTF-8";
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  margin: 0;
}

[v-cloak] {
  display: none;
}

img {
  display: block;
}

body {
  background-color: #1D252D;
  font-family: lato, sans-serif;
  color: #fff;
  scroll-behavior: smooth;
}

.footer .cc img {
  margin: 0 auto;
}

#iprospect .banner {
  background-color: #41B6E6;
}
#iprospect .banner .inner {
  padding: 20px 0;
}
#iprospect .banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin: 0;
}
#iprospect .banner ul li {
  margin: 0 0 5px 0;
  color: white;
  font-size: 18px;
}
#iprospect .banner ul li:after {
  content: "|";
  margin: 0 5px;
}
#iprospect .banner ul li:nth-last-child(1):after {
  display: none;
}
#iprospect .banner a {
  color: #fff;
}
#iprospect .inner {
  width: 90%;
  margin: auto;
  padding: 50px 0;
  max-width: 1520px;
}
#iprospect .inner > :first-child {
  margin-top: 0;
}
#iprospect .inner > :last-child {
  margin-bottom: 0;
}
#iprospect p {
  line-height: 28px;
  text-align: center;
}
#iprospect h2 {
  font-size: 50px;
  line-height: 60px;
  font-size: min(50px, 10vw);
  line-height: min(60px, 12vw);
  text-align: center;
  color: #41b6e6;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#iprospect h2 + .sub {
  font-weight: 500;
  font-style: italic;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
#iprospect h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28.8px;
  text-align: center;
  color: #41b6e6;
}
#iprospect .nav {
  position: fixed;
  width: 100%;
  min-height: 39px;
  background: #41b6e6;
  top: 0;
  z-index: 10;
}
#iprospect .nav #jump {
  position: absolute;
  width: 32px;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%) scale(1);
  cursor: pointer;
  transition: all 0.3s;
}
#iprospect .nav #jump:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
#iprospect .nav #jump:active {
  transform: translate(-50%, -50%) scale(1.1);
}
#iprospect .nav.open #jump {
  transform: translate(-50%, -50%) scale(1) rotate(180deg);
}
#iprospect .nav.open #jump:hover {
  transform: translate(-50%, -50%) scale(1.1) rotate(180deg);
}
#iprospect .nav.open #jump:active {
  transform: translate(-50%, -50%) scale(1.1) rotate(180deg);
}
#iprospect .nav.open .inner {
  display: flex;
}
#iprospect .nav .inner {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 6px;
  width: auto;
  box-sizing: border-box;
  padding: 17px 8px 27px 8px;
}
#iprospect .nav .inner a {
  border-radius: 8px;
  background: #fff;
  border: none;
  padding: 0 5px;
  width: 122px;
  height: 49px;
  color: #000;
  text-decoration: none;
  line-height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s;
}
#iprospect .nav .inner a:hover {
  transform: scale(1.05);
}
#iprospect .nav .inner a:active {
  transform: scale(0.9);
}
#iprospect .intro .inner h1, #iprospect .intro .inner .sub {
  position: relative;
  z-index: 2;
}
#iprospect .intro .inner h1 {
  text-transform: uppercase;
  font-size: min(70px, 15vw);
  line-height: min(80px, 17vw);
  text-align: center;
  color: #41b6e6;
  margin-top: 30px;
  margin-bottom: 4px;
}
#iprospect .intro .inner .sub {
  font-weight: 500;
  font-style: italic;
  font-size: min(50px, 9vw);
  text-align: center;
}
#iprospect .intro .inner .header {
  width: 100%;
  max-width: 481px;
  margin: 0 auto;
  margin-top: -60px;
}
#iprospect .intro .inner .dr {
  margin-top: 30px;
  border-radius: 10px;
  border: 1px solid #48b7e4;
  padding: 20px;
}
#iprospect .intro .inner .dr .dr-img {
  width: 113px;
  margin: 0 auto;
}
#iprospect .intro .inner .dr p {
  margin-bottom: 0;
}
#iprospect #suitable {
  background: top center/200% url("../img/suitable.jpg") no-repeat;
}
#iprospect #suitable .inner img {
  display: none;
}
#iprospect .categories .inner {
  padding-top: 0;
}
#iprospect .categories .inner .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 30px;
  margin-top: 30px;
}
#iprospect .categories .inner .cont .box {
  width: 206px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#iprospect .categories .inner .cont .box img {
  width: 183px;
  margin-bottom: 14px;
}
#iprospect .categories .inner .cont .box .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 6px;
}
#iprospect .categories .inner .cont .box .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
#iprospect .categories .inner .cont .box .text > :nth-child(1) {
  margin-top: 0;
}
#iprospect .categories .inner .cont .box .text > :nth-child(2) {
  margin-bottom: 0;
  height: 150px;
}
#iprospect #premleague {
  background: 10% 0%/cover url("../img/prem.jpg") no-repeat, #fff;
  color: #1D252D;
}
#iprospect #premleague .inner img {
  display: none;
}
#iprospect #invest {
  background: 20% 0%/cover url("../img/invest.jpg") no-repeat;
}
#iprospect #invest .inner .cont {
  border-radius: 15px;
  background: #fff;
  border: 1px solid #48b7e4;
  box-shadow: 0px 0px 20px #000;
  color: #1D252D;
  padding: 28px;
  padding-top: 100px;
  position: relative;
}
#iprospect #invest .inner .cont .prev {
  left: 18px;
}
#iprospect #invest .inner .cont .next {
  right: 18px;
}
#iprospect #invest .inner .cont .prev, #iprospect #invest .inner .cont .next {
  position: absolute;
  cursor: pointer;
  background: transparent;
  border: none;
  transition: all 0.3s;
  padding: 10px;
  top: 18px;
}
#iprospect #invest .inner .cont .prev img, #iprospect #invest .inner .cont .next img {
  width: 49px;
}
#iprospect #invest .inner .cont .prev:hover, #iprospect #invest .inner .cont .next:hover {
  transform: scale(1.1);
}
#iprospect #invest .inner .cont .prev:active, #iprospect #invest .inner .cont .next:active {
  transform: scale(1.1);
}
#iprospect #invest .inner .cont .box .map {
  display: none;
}
#iprospect #invest .inner .cont .box .right {
  display: none;
}
#iprospect #invest .inner .cont .box .right .title {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
#iprospect #invest .inner .cont .box .right .title .shield {
  width: min(76px, 15vw);
  margin-right: 18px;
}
#iprospect #invest .inner .cont .box .right .title .text {
  font-weight: 700;
  font-size: min(30px, 5vw);
}
#iprospect #invest .inner .cont .box .right .title .text .name {
  color: #41b6e6;
}
#iprospect #invest .inner .cont .box .right .title .text .league {
  display: flex;
  align-items: center;
}
#iprospect #invest .inner .cont .box .right .title .text .league span {
  display: flex;
  align-items: center;
  font-size: min(18px, 2.7vw);
  margin-left: 5px;
  padding-top: 5px;
}
#iprospect #invest .inner .cont .box .right .title .text .league span img {
  width: 15px;
  margin-right: 5px;
}
#iprospect #invest .inner .cont .box .right .scores {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 13px;
  margin-bottom: 16px;
}
#iprospect #invest .inner .cont .box .right .scores .score {
  font-weight: 700;
  width: 140px;
}
#iprospect #invest .inner .cont .box .right .scores .score .name {
  background-color: #41b6e6;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  padding: 7px 10px;
  margin-bottom: 5px;
}
#iprospect #invest .inner .cont .box .right .scores .score .rank {
  font-size: 26px;
  line-height: 28px;
  color: #000;
  padding-left: 10px;
}
#iprospect #invest .inner .cont .box .right .scores > :nth-child(3) {
  width: 120px;
}
#iprospect #invest .inner .cont .box .right .scores > :nth-child(4) {
  width: 107px;
}
#iprospect #invest .inner .cont .box .right .scores > :nth-child(5) {
  width: 123px;
}
#iprospect #invest .inner .cont .box .right .scores > :nth-child(5) .name {
  background-color: #4DA546;
}
#iprospect #invest .inner .cont.step0 .prev {
  opacity: 0.5;
  pointer-events: none;
}
#iprospect #invest .inner .cont.step0 .r0 {
  display: block;
}
#iprospect #invest .inner .cont.step1 .r1 {
  display: block;
}
#iprospect #invest .inner .cont.step2 .r2 {
  display: block;
}
#iprospect #invest .inner .cont.step3 .r3 {
  display: block;
}
#iprospect #invest .inner .cont.step4 .r4 {
  display: block;
}
#iprospect #invest .inner .cont.step5 .r5 {
  display: block;
}
#iprospect #invest .inner .cont.step6 .r6 {
  display: block;
}
#iprospect #invest .inner .cont.step7 .r7 {
  display: block;
}
#iprospect #invest .inner .cont.step8 .r8 {
  display: block;
}
#iprospect #invest .inner .cont.step9 .next {
  opacity: 0.5;
  pointer-events: none;
}
#iprospect #invest .inner .cont.step9 .r9 {
  display: block;
}
#iprospect #infra {
  background: 10% 0%/200% url("../img/infra.jpg") no-repeat, #ECEEEE;
  color: #1D252D;
}
#iprospect #infra .inner {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#iprospect #infra .inner .block .images .burn {
  padding-left: 20px;
  margin-bottom: 20px;
  max-width: 420px;
}
#iprospect #infra .inner .block .images img {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  box-sizing: border-box;
}
#iprospect #infra .inner .tbl {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #41b6e6;
  background: #1D252D;
  color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
#iprospect #infra .inner .tbl p {
  padding: 0 20px;
  margin-bottom: 0;
}
#iprospect #infra .inner .tbl-inner::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
#iprospect #infra .inner .tbl-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 30px;
}
#iprospect #infra .inner .tbl-inner::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 30px;
}
#iprospect #infra .inner .tbl-inner::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#iprospect #infra .inner .tbl-inner {
  overflow: auto;
  box-sizing: border-box;
  height: 600px;
}
#iprospect #infra .inner .tbl-inner .th, #iprospect #infra .inner .tbl-inner .tr {
  display: grid;
  grid-template-columns: 220px 110px 90px 85px 95px 90px 90px 115px 100px 95px 110px;
  min-width: fit-content;
  justify-content: space-around;
}
#iprospect #infra .inner .tbl-inner .th {
  background: #1D252D;
  position: sticky;
  top: 0;
  align-items: center;
  padding-top: 20px;
}
#iprospect #infra .inner .tbl-inner .th.error:before {
  content: "The total of weighted ranking values must be equal to a 100";
  position: absolute;
  font-weight: 700;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #D83933;
}
#iprospect #infra .inner .tbl-inner .th.error select {
  border: 1px solid #D83933;
}
#iprospect #infra .inner .tbl-inner .th.desc .active {
  background: top 10px right 4px/8px url("../img/sort-desc.svg") no-repeat;
}
#iprospect #infra .inner .tbl-inner .th.asc .active {
  background: top 10px right 4px/8px url("../img/sort-asc.svg") no-repeat;
}
#iprospect #infra .inner .tbl-inner .th .search {
  max-width: 267px;
  height: 36px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ccc;
  margin-left: 10px;
  padding-left: 11px;
  box-sizing: border-box;
}
#iprospect #infra .inner .tbl-inner .th .ranktotal {
  padding: 0px 10px;
  padding-right: 12px;
  line-height: 20px;
  justify-self: flex-end;
}
#iprospect #infra .inner .tbl-inner .th select {
  margin: 10px;
  width: 70px;
  height: 33px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ccc;
  color: #1d252d;
  padding-left: 7px;
}
#iprospect #infra .inner .tbl-inner .th .recalc {
  margin: 10px;
  height: 33px;
  border-radius: 20px;
  background: #fff;
  border: none;
  padding: 10px 5px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #41b6e6;
  background: #41b6e6;
  color: #fff;
  cursor: pointer;
  transition: transform 0.3s;
}
#iprospect #infra .inner .tbl-inner .th .recalc:hover {
  transform: scale(1.05);
}
#iprospect #infra .inner .tbl-inner .th .recalc:active {
  transform: scale(0.9);
}
#iprospect #infra .inner .tbl-inner .th .tc {
  padding: 8px 10px;
  padding-right: 12px;
  user-select: none;
  cursor: pointer;
  color: #fff;
  background: top 10px right 4px/8px url("../img/sort.svg") no-repeat;
}
#iprospect #infra .inner .tbl-inner .th .tc.active {
  color: #41B6E6;
}
#iprospect #infra .inner .tbl-inner .tr {
  background: #fff;
  color: #000;
}
#iprospect #infra .inner .tbl-inner .tr .tc {
  padding: 8px 10px;
}
#iprospect #infra .inner .tbl-inner .tr .tc:last-child {
  border: none;
}
#iprospect #infra .inner .tbl-inner .tr .tc.sport {
  display: flex;
  column-gap: 14px;
}
#iprospect #infra .inner .tbl-inner .tr .tc.sport img {
  width: 22px;
}
#iprospect #infra .inner .tbl-inner .tr:nth-child(odd) {
  background: #ececec;
}
#iprospect #audience {
  background: 10% 0%/200% url("../img/audience.jpg") no-repeat, #1D252D;
  overflow: hidden;
}
#iprospect #audience .top img {
  display: none;
}
#iprospect #audience .bot {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 30px;
  justify-content: center;
  padding-top: 0;
}
#iprospect #audience .bot img {
  width: 100%;
  max-width: 200px;
}
#iprospect .util {
  background-color: #fff;
  color: #1D252D;
}
#iprospect .util .inner .capacity, #iprospect .util .inner .league {
  border-radius: 11.43px;
  border: 1px solid #dbdbdb;
  padding: 18px 26px;
  padding-top: 24px;
  position: relative;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 24px auto;
}
#iprospect .util .inner .capacity .lbl, #iprospect .util .inner .league .lbl {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 0 5px;
}
#iprospect .util .inner .capacity .item, #iprospect .util .inner .league .item {
  display: flex;
  align-items: center;
}
#iprospect .util .inner .capacity .item .circ, #iprospect .util .inner .league .item .circ {
  width: 26.05px;
  height: 26.05px;
  border-radius: 50%;
  margin-right: 5px;
}
#iprospect .util .inner .capacity .item .circ.lightblue, #iprospect .util .inner .league .item .circ.lightblue {
  background: #48a7f8;
}
#iprospect .util .inner .capacity .item .circ.orange, #iprospect .util .inner .league .item .circ.orange {
  background: #f2a157;
}
#iprospect .util .inner .capacity .item .circ.red, #iprospect .util .inner .league .item .circ.red {
  background: #D83933;
}
#iprospect .util .inner .capacity .item .circ.blue, #iprospect .util .inner .league .item .circ.blue {
  background: #525AEE;
}
#iprospect .util .inner .capacity .item .circ.green, #iprospect .util .inner .league .item .circ.green {
  background: #4DA546;
}
#iprospect .util .inner .capacity .item .circ.yellow, #iprospect .util .inner .league .item .circ.yellow {
  background: #F4C652;
}
#iprospect .util .inner .capacity .item .text, #iprospect .util .inner .league .item .text {
  font-size: 16px;
  line-height: 19.2px;
}
#iprospect .util .inner .capacity .circ.gray, #iprospect .util .inner .league .circ.gray {
  background: #bcbcbc;
}
#iprospect .util .inner .capacity {
  margin-top: 37px;
}
#iprospect .util .inner .capacity > :nth-child(2) .circ {
  width: 30px;
  height: 30px;
}
#iprospect .util .inner .capacity > :nth-child(3) .circ {
  width: 24px;
  height: 24px;
}
#iprospect .util .inner .capacity > :nth-child(4) .circ {
  width: 16px;
  height: 16px;
}
#iprospect .util .inner .capacity > :nth-child(5) .circ {
  width: 8px;
  height: 8px;
}
#iprospect .util .inner .capacity > :nth-child(6) .circ {
  width: 3px;
  height: 3px;
}
#iprospect .util .inner .chart canvas {
  width: 100%;
  height: 500px;
}
#iprospect .radio {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 38px auto;
  gap: 20px 15px;
}
#iprospect .radio div [type=radio]:checked,
#iprospect .radio div [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
#iprospect .radio div [type=radio]:checked + label,
#iprospect .radio div [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
}
#iprospect .radio div [type=radio]:checked + label:before,
#iprospect .radio div [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #a8a7a7;
  border-radius: 100%;
}
#iprospect .radio div [type=radio]:checked + label:after,
#iprospect .radio div [type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #41b6e6;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#iprospect .radio div [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#iprospect .radio div [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#iprospect .capa {
  background-color: #fff;
  color: #1D252D;
}
#iprospect .capa .inner .key {
  border-radius: 11.43px;
  border: 1px solid #dbdbdb;
  padding: 18px 26px;
  position: relative;
  width: fit-content;
  display: flex;
  column-gap: 33px;
  margin: 0 auto;
}
#iprospect .capa .inner .key .lbl {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 0 5px;
}
#iprospect .capa .inner .key .item {
  display: flex;
  align-items: center;
}
#iprospect .capa .inner .key .item .circ {
  width: 26.05px;
  height: 26.05px;
  border-radius: 50%;
  margin-right: 5px;
}
#iprospect .capa .inner .key .item .circ.lightblue {
  background: #48a7f8;
}
#iprospect .capa .inner .key .item .circ.orange {
  background: #f2a157;
}
#iprospect .capa .inner .key .item .text {
  font-size: 16px;
  line-height: 19.2px;
}
#iprospect .capa .inner .chart {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(0deg, transparent, transparent 40px, rgb(244, 243, 243) 40px, rgb(244, 243, 243) 80px);
  display: grid;
  grid-template-columns: 160px auto;
  margin: 0 -5%;
  padding: 0 5%;
  margin-top: 50px;
}
#iprospect .capa .inner .chart .row {
  height: 40px;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
}
#iprospect .capa .inner .chart .row img {
  width: 21px;
  margin-right: 7px;
}
#iprospect .capa .inner .chart .teams .row {
  display: none;
  padding-right: 10px;
}
#iprospect .capa .inner .chart .data {
  position: relative;
}
#iprospect .capa .inner .chart .data .labels {
  position: absolute;
  width: 100%;
  height: 5px;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  bottom: 100%;
  border-left: 1px solid #41b6e6;
  border-bottom: 1px solid #41b6e6;
}
#iprospect .capa .inner .chart .data .labels .line {
  border-right: 1px solid #41b6e6;
  position: relative;
}
#iprospect .capa .inner .chart .data .labels .line .text {
  position: absolute;
  right: 100%;
  transform: translateX(50%);
  font-size: 14px;
  line-height: 17px;
  color: #41b6e6;
  bottom: 100%;
}
#iprospect .capa .inner .chart .data .labels > :nth-child(even) .text {
  display: none;
}
#iprospect .capa .inner .chart .data .lines {
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  border-left: 1px solid transparent;
}
#iprospect .capa .inner .chart .data .lines .line {
  border-right: 1px solid #D5D5D5;
}
#iprospect .capa .inner .chart .data .row {
  display: none;
  align-items: center;
}
#iprospect .capa .inner .chart .data .row .bars {
  width: 100%;
  position: relative;
  z-index: 2;
}
#iprospect .capa .inner .chart .data .row .bars .bar {
  height: 10px;
  border-radius: 0 10px 10px 0;
}
#iprospect .capa .inner .chart .data .row .bars .bar.blue {
  background: #48a7f8;
  margin-bottom: 8px;
}
#iprospect .capa .inner .chart .data .row .bars .bar.orange {
  background: #f2a157;
}
#iprospect .capa .inner .chart.prem .teams .prem, #iprospect .capa .inner .chart.prem .data .prem {
  display: flex;
}
#iprospect .capa .inner .chart.champ .teams .champ, #iprospect .capa .inner .chart.champ .data .champ {
  display: flex;
}
#iprospect .capa .inner .chart.lone .teams .lone, #iprospect .capa .inner .chart.lone .data .lone {
  display: flex;
}
#iprospect .capa .inner .chart.ltwo .teams .ltwo, #iprospect .capa .inner .chart.ltwo .data .ltwo {
  display: flex;
}
#iprospect .capa .inner .chart.sprem .teams .sprem, #iprospect .capa .inner .chart.sprem .data .sprem {
  display: flex;
}
#iprospect .capa .inner .chart.schamp .teams .schamp, #iprospect .capa .inner .chart.schamp .data .schamp {
  display: flex;
}
#iprospect #digi {
  background: 10% 0%/200% url("../img/digi.jpg") no-repeat, #ECEEEE;
  color: #1D252D;
}
#iprospect #digi .inner .foot {
  display: none;
}
#iprospect #digi .inner .cont {
  position: relative;
  padding-top: 10px;
}
#iprospect #digi .inner .cont h4 {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #1d252d;
  margin: 0;
  margin-bottom: 22px;
}
#iprospect #digi .inner .cont .prev {
  left: 0;
}
#iprospect #digi .inner .cont .next {
  right: 0;
}
#iprospect #digi .inner .cont .btns {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#iprospect #digi .inner .cont .prev, #iprospect #digi .inner .cont .next {
  position: absolute;
  cursor: pointer;
  background: transparent;
  border: none;
  transition: all 0.3s;
  padding: 10px;
  top: 0;
}
#iprospect #digi .inner .cont .prev img, #iprospect #digi .inner .cont .next img {
  width: 32px;
}
#iprospect #digi .inner .cont .prev:hover, #iprospect #digi .inner .cont .next:hover {
  transform: scale(1.1);
}
#iprospect #digi .inner .cont .prev:active, #iprospect #digi .inner .cont .next:active {
  transform: scale(1.1);
}
#iprospect #digi .inner .cont .block {
  display: none;
  margin-bottom: 50px;
}
#iprospect #digi .inner .cont .block #africa_chart, #iprospect #digi .inner .cont .block #europe_chart, #iprospect #digi .inner .cont .block #na_chart, #iprospect #digi .inner .cont .block #sa_chart, #iprospect #digi .inner .cont .block #asia_chart, #iprospect #digi .inner .cont .block #me_chart {
  height: 500px;
}
#iprospect #digi .inner .cont .toggle {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  column-gap: 20px;
}
#iprospect #digi .inner .cont .toggle button {
  width: 125px;
  height: 34px;
  border-radius: 17px;
  background: #fff;
  border: 1px solid #41b6e6;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s;
}
#iprospect #digi .inner .cont .toggle button:hover {
  transform: scale(1.05);
}
#iprospect #digi .inner .cont .toggle button:active {
  transform: scale(0.9);
}
#iprospect #digi .inner .cont .toggle button.active {
  background: #41b6e6;
  color: #fff;
}
#iprospect #digi .inner .cont #soc_chart {
  height: 500px;
}
#iprospect #digi .inner .cont.show0 .prev {
  opacity: 0.5;
  pointer-events: none;
}
#iprospect #digi .inner .cont.show0 .block0 {
  display: block;
}
#iprospect #digi .inner .cont.show1 .block1 {
  display: block;
}
#iprospect #digi .inner .cont.show2 .block2 {
  display: block;
}
#iprospect #digi .inner .cont.show3 .block3 {
  display: block;
}
#iprospect #digi .inner .cont.show4 .block4 {
  display: block;
}
#iprospect #digi .inner .cont.show5 .next {
  opacity: 0.5;
  pointer-events: none;
}
#iprospect #digi .inner .cont.show5 .block5 {
  display: block;
}
#iprospect #balance {
  background: 10% 0%/200% url("../img/balance.jpg") no-repeat, #1D252D;
}
#iprospect #balance .inner .sale {
  display: none;
}
#iprospect #balance .inner .block {
  background: #fff;
  border: 1px solid #48b7e4;
  border-radius: 15px;
  filter: drop-shadow(0px 0px 20px #000);
  padding: 40px 24px;
  color: #1D252D;
}
#iprospect #balance .inner .block h3 {
  margin-top: 0;
}
#iprospect #balance .inner .block ol {
  margin-bottom: 30px;
}
#iprospect #balance .inner .block ol li {
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 14px;
  font-weight: 700;
  color: #48B7E4;
}
#iprospect #balance .inner .block ol li span {
  color: #1d252d;
}
#iprospect #balance .inner .block .calc {
  color: #fff;
  background: #41b6e6;
  line-height: 28px;
  padding: 12px 14px 8px 14px;
  font-weight: 700;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
#iprospect #balance .inner .block .caps {
  margin-top: 50px;
}
#iprospect #balance .inner .block .caps .sq {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #f76d6a;
  cursor: pointer;
}
#iprospect #balance .inner .block .caps > div {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px auto;
  max-width: 1285px;
}
#iprospect #balance .inner .block .caps > div .label {
  position: relative;
  width: 100%;
  height: 26px;
  border-top: 1px solid #1d252d;
  border-left: 1px solid #1d252d;
  border-right: 1px solid #1d252d;
  padding: 0 13.4px;
}
#iprospect #balance .inner .block .caps > div .label:before {
  position: absolute;
  background-color: #fff;
  padding: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #1d252d;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
#iprospect #balance .inner .block .caps > div .squares {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 6px;
  justify-content: center;
}
#iprospect #balance .inner .block .caps .c500 .label:before {
  content: "£500m + (Cap c.£3bn)";
}
#iprospect #balance .inner .block .caps .c250 {
  margin-top: 50px;
}
#iprospect #balance .inner .block .caps .c250 .label:before {
  content: "£250m  - £500m";
  transform: translate(-50%, -100%);
}
#iprospect #balance .inner .block .caps .c100 .label:before {
  content: "£100m - £250m";
}
#iprospect #balance .inner .block .caps .c50 .label:before {
  content: "£50m - £100m";
}
#iprospect #balance .inner .block .caps .c25 .label:before {
  content: "£25m - £50m";
}
#iprospect #balance .inner .block .caps .c10 .label:before {
  content: "£10m - £25m";
}
#iprospect #balance .inner .block .caps .c5 .label:before {
  content: "£5m - £10m";
}
#iprospect #balance .inner .block .caps .c0 .label:before {
  content: "£0m - £5m";
}
#iprospect #balance .inner .block .caps .c500 .squares > :nth-child(1) {
  background-color: #F76D6A;
}
#iprospect #balance .inner .block .caps .c500 .squares > :nth-child(2) {
  background-color: #F7776D;
}
#iprospect #balance .inner .block .caps .c500 .squares > :nth-child(3) {
  background-color: #F7686A;
}
#iprospect #balance .inner .block .caps .c500 .squares > :nth-child(4) {
  background-color: #F76B6A;
}
#iprospect #balance .inner .block .caps .c500 .squares > :nth-child(5) {
  background-color: #F7776D;
}
#iprospect #balance .inner .block .caps .c500 .squares > :nth-child(6) {
  background-color: #F7746D;
}
#iprospect #balance .inner .block .caps .c250 .squares > :nth-child(1) {
  background-color: #FDDA81;
}
#iprospect #balance .inner .block .caps .c100 .squares > :nth-child(1) {
  background-color: #FA9774;
}
#iprospect #balance .inner .block .caps .c100 .squares > :nth-child(2) {
  background-color: #F7776D;
}
#iprospect #balance .inner .block .caps .c100 .squares > :nth-child(3) {
  background-color: #FA9171;
}
#iprospect #balance .inner .block .caps .c100 .squares > :nth-child(4) {
  background-color: #F98B71;
}
#iprospect #balance .inner .block .caps .c100 .squares > :nth-child(5) {
  background-color: #F9806E;
}
#iprospect #balance .inner .block .caps .c100 .squares > :nth-child(6) {
  background-color: #F9816E;
}
#iprospect #balance .inner .block .caps .c100 .squares > :nth-child(7) {
  background-color: #F9816E;
}
#iprospect #balance .inner .block .caps .c100 .squares > :nth-child(8) {
  background-color: #F98771;
}
#iprospect #balance .inner .block .caps .c100 .squares > :nth-child(9) {
  background-color: #FA9774;
}
#iprospect #balance .inner .block .caps .c100 .squares > :nth-child(10) {
  background-color: #F97D6E;
}
#iprospect #balance .inner .block .caps .c100 .squares > :nth-child(11) {
  background-color: #F97D6E;
}
#iprospect #balance .inner .block .caps .c100 .squares > :nth-child(12) {
  background-color: #F97D6E;
}
#iprospect #balance .inner .block .caps .c100 .squares > :nth-child(13) {
  background-color: #F9806E;
}
#iprospect #balance .inner .block .caps .c100 .squares > :nth-child(14) {
  background-color: #FAAA77;
}
#iprospect #balance .inner .block .caps .c100 .squares > :nth-child(15) {
  background-color: #F98470;
}
#iprospect #balance .inner .block .caps .c50 .squares > :nth-child(1) {
  background-color: #FA9774;
}
#iprospect #balance .inner .block .caps .c50 .squares > :nth-child(2) {
  background-color: #F98A71;
}
#iprospect #balance .inner .block .caps .c50 .squares > :nth-child(3) {
  background-color: #FA9473;
}
#iprospect #balance .inner .block .caps .c50 .squares > :nth-child(4) {
  background-color: #FAAA77;
}
#iprospect #balance .inner .block .caps .c25 .squares > :nth-child(1) {
  background-color: #faa977;
}
#iprospect #balance .inner .block .caps .c25 .squares > :nth-child(2) {
  background-color: #fcc07b;
}
#iprospect #balance .inner .block .caps .c25 .squares > :nth-child(3) {
  background-color: #fa9d74;
}
#iprospect #balance .inner .block .caps .c25 .squares > :nth-child(4) {
  background-color: #fcc07a;
}
#iprospect #balance .inner .block .caps .c25 .squares > :nth-child(5) {
  background-color: #faa074;
}
#iprospect #balance .inner .block .caps .c25 .squares > :nth-child(6) {
  background-color: #fcb378;
}
#iprospect #balance .inner .block .caps .c25 .squares > :nth-child(7) {
  background-color: #faae77;
}
#iprospect #balance .inner .block .caps .c25 .squares > :nth-child(8) {
  background-color: #fa9171;
}
#iprospect #balance .inner .block .caps .c25 .squares > :nth-child(9) {
  background-color: #faa676;
}
#iprospect #balance .inner .block .caps .c25 .squares > :nth-child(10) {
  background-color: #faaa77;
}
#iprospect #balance .inner .block .caps .c25 .squares > :nth-child(11) {
  background-color: #fcc47b;
}
#iprospect #balance .inner .block .caps .c25 .squares > :nth-child(12) {
  background-color: #fdc77d;
}
#iprospect #balance .inner .block .caps .c25 .squares > :nth-child(13) {
  background-color: #fa9774;
}
#iprospect #balance .inner .block .caps .c25 .squares > :nth-child(14) {
  background-color: #FCC07A;
}
#iprospect #balance .inner .block .caps .c10 .squares > :nth-child(1) {
  background-color: #fdd680;
}
#iprospect #balance .inner .block .caps .c10 .squares > :nth-child(2) {
  background-color: #faa977;
}
#iprospect #balance .inner .block .caps .c10 .squares > :nth-child(3) {
  background-color: #fddd81;
}
#iprospect #balance .inner .block .caps .c10 .squares > :nth-child(4) {
  background-color: #faea84;
}
#iprospect #balance .inner .block .caps .c10 .squares > :nth-child(5) {
  background-color: #fdd37e;
}
#iprospect #balance .inner .block .caps .c10 .squares > :nth-child(6) {
  background-color: #fde381;
}
#iprospect #balance .inner .block .caps .c10 .squares > :nth-child(7) {
  background-color: #e9e483;
}
#iprospect #balance .inner .block .caps .c10 .squares > :nth-child(8) {
  background-color: #fcbe7a;
}
#iprospect #balance .inner .block .caps .c10 .squares > :nth-child(9) {
  background-color: #FDD680;
}
#iprospect #balance .inner .block .caps .c10 .squares > :nth-child(10) {
  background-color: #fdea84;
}
#iprospect #balance .inner .block .caps .c10 .squares > :nth-child(11) {
  background-color: #fde983;
}
#iprospect #balance .inner .block .caps .c10 .squares > :nth-child(12) {
  background-color: #f3e784;
}
#iprospect #balance .inner .block .caps .c10 .squares > :nth-child(13) {
  background-color: #f0e784;
}
#iprospect #balance .inner .block .caps .c10 .squares > :nth-child(14) {
  background-color: #d3de81;
}
#iprospect #balance .inner .block .caps .c10 .squares > :nth-child(15) {
  background-color: #fcc47b;
}
#iprospect #balance .inner .block .caps .c10 .squares > :nth-child(16) {
  background-color: #fdd17e;
}
#iprospect #balance .inner .block .caps .c10 .squares > :nth-child(17) {
  background-color: #e0e383;
}
#iprospect #balance .inner .block .caps .c5 .squares > :nth-child(1) {
  background-color: #c1da81;
}
#iprospect #balance .inner .block .caps .c5 .squares > :nth-child(2) {
  background-color: #eee784;
}
#iprospect #balance .inner .block .caps .c5 .squares > :nth-child(3) {
  background-color: #eee784;
}
#iprospect #balance .inner .block .caps .c5 .squares > :nth-child(4) {
  background-color: #abd380;
}
#iprospect #balance .inner .block .caps .c5 .squares > :nth-child(5) {
  background-color: #f1e784;
}
#iprospect #balance .inner .block .caps .c5 .squares > :nth-child(6) {
  background-color: #f7e984;
}
#iprospect #balance .inner .block .caps .c5 .squares > :nth-child(7) {
  background-color: #dae081;
}
#iprospect #balance .inner .block .caps .c5 .squares > :nth-child(8) {
  background-color: #fcc07b;
}
#iprospect #balance .inner .block .caps .c5 .squares > :nth-child(9) {
  background-color: #dde183;
}
#iprospect #balance .inner .block .caps .c5 .squares > :nth-child(10) {
  background-color: #fddd81;
}
#iprospect #balance .inner .block .caps .c5 .squares > :nth-child(11) {
  background-color: #d6e081;
}
#iprospect #balance .inner .block .caps .c5 .squares > :nth-child(12) {
  background-color: #fcbb7a;
}
#iprospect #balance .inner .block .caps .c5 .squares > :nth-child(13) {
  background-color: #d7e081;
}
#iprospect #balance .inner .block .caps .c5 .squares > :nth-child(14) {
  background-color: #e0e183;
}
#iprospect #balance .inner .block .caps .c5 .squares > :nth-child(15) {
  background-color: #c4da81;
}
#iprospect #balance .inner .block .caps .c5 .squares > :nth-child(16) {
  background-color: #f7e984;
}
#iprospect #balance .inner .block .caps .c5 .squares > :nth-child(17) {
  background-color: #c7da81;
}
#iprospect #balance .inner .block .caps .c5 .squares > :nth-child(18) {
  background-color: #cddd81;
}
#iprospect #balance .inner .block .caps .c5 .squares > :nth-child(19) {
  background-color: #add380;
}
#iprospect #balance .inner .block .caps .c5 .squares > :nth-child(20) {
  background-color: #e9e483;
}
#iprospect #balance .inner .block .caps .c5 .squares > :nth-child(21) {
  background-color: #fdd37e;
}
#iprospect #balance .inner .block .caps .c5 .squares > :nth-child(22) {
  background-color: #b3d480;
}
#iprospect #balance .inner .block .caps .c5 .squares > :nth-child(23) {
  background-color: #fdca7d;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(1) {
  background-color: #bed981;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(2) {
  background-color: #86c77d;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(3) {
  background-color: #fdd17e;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(4) {
  background-color: #a7d17e;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(5) {
  background-color: #d4de81;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(6) {
  background-color: #8eca7d;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(7) {
  background-color: #7ac47d;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(8) {
  background-color: #b6d680;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(9) {
  background-color: #93cc7d;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(10) {
  background-color: #f3e784;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(11) {
  background-color: #fdd780;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(12) {
  background-color: #a9d380;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(13) {
  background-color: #add380;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(14) {
  background-color: #63bd7a;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(15) {
  background-color: #c0d981;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(16) {
  background-color: #7dc67d;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(17) {
  background-color: #8dca7d;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(18) {
  background-color: #add380;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(19) {
  background-color: #add380;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(20) {
  background-color: #9ed07e;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(21) {
  background-color: #a9d17e;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(22) {
  background-color: #bad781;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(23) {
  background-color: #93cc7d;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(24) {
  background-color: #c0da81;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(25) {
  background-color: #a6d17e;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(26) {
  background-color: #97cd7d;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(27) {
  background-color: #a3d07e;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(28) {
  background-color: #a6d17e;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(29) {
  background-color: #c0d981;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(30) {
  background-color: #aad380;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(31) {
  background-color: #e6e383;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(32) {
  background-color: #dce081;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(33) {
  background-color: #90ca7d;
}
#iprospect #balance .inner .block .caps .c0 .squares > :nth-child(34) {
  background-color: #86c97d;
}
#iprospect #master .inner {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#iprospect #master .inner h2 {
  margin-bottom: 80px;
}
#iprospect #master .inner .tbl {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #41b6e6;
  background: #1D252D;
  color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
#iprospect #master .inner .tbl-inner::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
#iprospect #master .inner .tbl-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 30px;
}
#iprospect #master .inner .tbl-inner::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 30px;
}
#iprospect #master .inner .tbl-inner::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#iprospect #master .inner .tbl-inner {
  overflow: auto;
  box-sizing: border-box;
  height: 700px;
}
#iprospect #master .inner .tbl-inner .th, #iprospect #master .inner .tbl-inner .tr {
  display: grid;
  grid-template-columns: 220px 150px 150px 130px 110px 100px 110px;
  min-width: fit-content;
  justify-content: space-around;
}
#iprospect #master .inner .tbl-inner .th {
  background: #1D252D;
  position: sticky;
  top: 0;
  align-items: center;
  padding-top: 40px;
  border-radius: 20px 20px 0 0;
}
#iprospect #master .inner .tbl-inner .th.error:before {
  content: "The total if weighted ranking values must be equal to a 100";
  position: absolute;
  font-weight: 700;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #D83933;
}
#iprospect #master .inner .tbl-inner .th.error select {
  border: 1px solid #D83933;
}
#iprospect #master .inner .tbl-inner .th.desc .active {
  background: top 10px right 4px/8px url("../img/sort-desc.svg") no-repeat;
}
#iprospect #master .inner .tbl-inner .th.asc .active {
  background: top 10px right 4px/8px url("../img/sort-asc.svg") no-repeat;
}
#iprospect #master .inner .tbl-inner .th .search {
  grid-column: span 7;
  width: 100%;
  max-width: 267px;
  height: 36px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ccc;
  margin-left: 10px;
  padding-left: 11px;
  box-sizing: border-box;
}
#iprospect #master .inner .tbl-inner .th select {
  margin: 10px;
  width: 70px;
  height: 33px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ccc;
  color: #1d252d;
  padding-left: 7px;
}
#iprospect #master .inner .tbl-inner .th .tc {
  padding: 8px 10px;
  padding-right: 12px;
  user-select: none;
  cursor: pointer;
  color: #fff;
  background: top 10px right 4px/8px url("../img/sort.svg") no-repeat;
}
#iprospect #master .inner .tbl-inner .th .tc.active {
  color: #41B6E6;
}
#iprospect #master .inner .tbl-inner .tr {
  background: #fff;
  color: #000;
}
#iprospect #master .inner .tbl-inner .tr .tc {
  padding: 8px 10px;
}
#iprospect #master .inner .tbl-inner .tr .tc:last-child {
  border: none;
}
#iprospect #master .inner .tbl-inner .tr .tc.sport {
  display: flex;
  column-gap: 14px;
}
#iprospect #master .inner .tbl-inner .tr .tc.sport img {
  width: 22px;
}
#iprospect #master .inner .tbl-inner .tr:nth-child(odd) {
  background: #ececec;
}
#iprospect .sources {
  background: #fff;
  color: #1D252D;
}
@media only screen and (min-width: 1000px) {
  #iprospect .inner {
    width: 90%;
    padding: 100px 0;
  }
  #iprospect p {
    font-size: 18px;
    text-align: left;
  }
  #iprospect h2 {
    font-size: 100px;
    line-height: 100px;
    text-align: left;
    margin-bottom: 20px;
  }
  #iprospect h2 + .sub {
    font-size: 70px;
    line-height: 84px;
    text-align: left;
    margin-bottom: 60px;
  }
  #iprospect h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28.8px;
    text-align: center;
    color: #41b6e6;
  }
  #iprospect .nav #jump {
    display: none;
  }
  #iprospect .nav.open .inner {
    display: flex;
  }
  #iprospect .nav .inner {
    display: flex;
    gap: 18px 6px;
    width: auto;
    padding: 20px 0;
  }
  #iprospect .nav .inner a {
    border-radius: 20px;
    width: 200px;
    height: 39px;
    font-size: 18px;
    line-height: 22px;
  }
  #iprospect .intro .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
  }
  #iprospect .intro .inner h1 {
    font-size: 100px;
    line-height: 100px;
    text-align: left;
    margin-top: 60px;
    margin-bottom: 4px;
  }
  #iprospect .intro .inner .sub {
    font-size: 70px;
    line-height: 84px;
    text-align: left;
    margin-bottom: 100px;
  }
  #iprospect .intro .inner .header {
    max-width: 710px;
    margin: 0;
    grid-row: 1/span 4;
    grid-column: 2;
  }
  #iprospect .intro .inner > p {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
  }
  #iprospect .intro .inner .dr {
    margin-top: 65px;
    padding: 21px 32px;
    grid-column: span 2;
    display: flex;
    align-items: center;
  }
  #iprospect .intro .inner .dr .dr-img {
    margin: 0;
    margin-right: 35px;
  }
  #iprospect .intro .inner .dr p {
    margin: 0;
  }
  #iprospect #suitable {
    background: top center/cover url("../img/suitable.jpg") no-repeat;
  }
  #iprospect #suitable .inner {
    display: grid;
    grid-template-columns: minmax(400px, 1fr) 1fr;
    column-gap: 100px;
    position: relative;
  }
  #iprospect #suitable .inner h2, #iprospect #suitable .inner .sub {
    grid-column: span 2;
  }
  #iprospect #suitable .inner p {
    grid-column: 1;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
  }
  #iprospect #suitable .inner img {
    width: 100%;
    display: block;
    grid-column: 2;
    grid-row: 3/span 4;
    max-width: 725px;
  }
  #iprospect .categories .inner {
    padding-top: 0;
  }
  #iprospect .categories .inner p {
    text-align: center;
  }
  #iprospect .categories .inner .cont {
    gap: 30px 45px;
    margin-top: 40px;
  }
  #iprospect .categories .inner .cont .box {
    width: 300px;
  }
  #iprospect .categories .inner .cont .box img {
    width: 214px;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  #iprospect .categories .inner .cont .box .name {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  #iprospect #premleague {
    background: 10% 0%/cover url("../img/prem.jpg") no-repeat, #fff;
    color: #1D252D;
  }
  #iprospect #premleague .inner {
    display: grid;
    grid-template-columns: minmax(600px, 1fr) 1fr;
    column-gap: 100px;
    position: relative;
    align-items: flex-start;
  }
  #iprospect #premleague .inner h2 {
    grid-column: span 2;
  }
  #iprospect #premleague .inner p {
    grid-column: 1;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
  }
  #iprospect #premleague .inner img {
    width: 100%;
    display: block;
    grid-column: 2;
    grid-row: 2/span 5;
    max-width: 367px;
    margin: 0 auto;
  }
  #iprospect #invest {
    background: top center/cover url("../img/invest.jpg") no-repeat;
  }
  #iprospect #invest .inner h2 {
    max-width: 900px;
    margin-bottom: 100px;
  }
  #iprospect #invest .inner .cont {
    padding: 50px 150px;
    padding-top: 100px;
  }
  #iprospect #invest .inner .cont .prev {
    left: 51px;
  }
  #iprospect #invest .inner .cont .next {
    right: 51px;
  }
  #iprospect #invest .inner .cont .prev, #iprospect #invest .inner .cont .next {
    top: 50%;
    transform: translateY(-50%);
  }
  #iprospect #invest .inner .cont .prev:hover, #iprospect #invest .inner .cont .next:hover {
    transform: scale(1.1) translateY(-50%);
  }
  #iprospect #invest .inner .cont .prev:active, #iprospect #invest .inner .cont .next:active {
    transform: scale(1.1) translateY(-50%);
  }
  #iprospect #invest .inner .cont .box {
    display: grid;
    grid-template-columns: 1fr minmax(400px, 1.5fr);
    column-gap: 40px;
    align-items: center;
  }
  #iprospect #invest .inner .cont .box .map {
    display: block;
    max-width: 410px;
    position: relative;
    user-select: none;
  }
  #iprospect #invest .inner .cont .box .map .map-img {
    width: 100%;
    margin-left: auto;
  }
  #iprospect #invest .inner .cont .box .map .pin {
    width: 4%;
    max-width: 14px;
    position: absolute;
    top: 20%;
    left: 50%;
  }
  #iprospect #invest .inner .cont .box .right {
    flex-direction: column;
  }
  #iprospect #invest .inner .cont .box .right .title {
    margin-bottom: 20px;
  }
  #iprospect #invest .inner .cont .box .right .title .shield {
    width: 100px;
    margin-right: 28px;
  }
  #iprospect #invest .inner .cont .box .right .title .text {
    font-size: 40px;
    line-height: 40px;
  }
  #iprospect #invest .inner .cont .box .right .title .text .name {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  #iprospect #invest .inner .cont .box .right .title .text .league {
    display: flex;
    align-items: center;
    order: 2;
  }
  #iprospect #invest .inner .cont .box .right .title .text .league span {
    font-size: 22px;
    line-height: 22px;
    margin-left: 10px;
    padding-top: 8px;
  }
  #iprospect #invest .inner .cont .box .right .title .text .league span img {
    width: 19px;
  }
  #iprospect #invest .inner .cont .box .right .scores {
    order: 2;
    margin-top: 20px;
    margin-bottom: 0;
  }
  #iprospect #invest .inner .cont .box .right .scores .score .name {
    margin-bottom: 13px;
  }
  #iprospect #invest .inner .cont .box .right .scores .score .rank {
    font-size: 30px;
    line-height: 28px;
  }
  #iprospect #invest .inner .cont.step1 .box .map .pin {
    top: 35%;
    left: 31.5%;
  }
  #iprospect #invest .inner .cont.step2 .box .map .pin {
    top: 74%;
    left: 58%;
  }
  #iprospect #invest .inner .cont.step3 .box .map .pin {
    top: 81%;
    left: 80%;
  }
  #iprospect #invest .inner .cont.step4 .box .map .pin {
    top: 55%;
    left: 77%;
  }
  #iprospect #invest .inner .cont.step5 .box .map .pin {
    top: 75%;
    left: 76%;
  }
  #iprospect #invest .inner .cont.step6 .box .map .pin {
    top: 41%;
    left: 49%;
  }
  #iprospect #invest .inner .cont.step7 .box .map .pin {
    top: 90%;
    left: 42%;
  }
  #iprospect #invest .inner .cont.step8 .box .map .pin {
    top: 81%;
    left: 62%;
  }
  #iprospect #invest .inner .cont.step9 .box .map .pin {
    top: 29%;
    left: 42%;
  }
  #iprospect #infra {
    background: top center/100% url("../img/infra.jpg") no-repeat, #ECEEEE;
    color: #1D252D;
  }
  #iprospect #infra .inner .tbl p {
    text-align: center;
  }
  #iprospect #infra .inner .block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    align-items: center;
    margin-bottom: 50px;
  }
  #iprospect #infra .inner .block .images .burn {
    max-width: 640px;
  }
  #iprospect #infra .inner .block .images img {
    max-width: 676px;
    margin: 0 auto;
    margin-right: 0;
  }
  #iprospect #audience {
    background: top center/100% url("../img/audience.jpg") no-repeat, #1D252D;
  }
  #iprospect #audience .top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    position: relative;
    align-items: end;
  }
  #iprospect #audience .top h2, #iprospect #audience .top div, #iprospect #audience .top p {
    grid-column: 1;
  }
  #iprospect #audience .top img {
    display: block;
    width: 200%;
    max-width: 1331px;
    grid-column: 2;
    grid-row: 3/span 5;
    transform: translate(10%, -10%);
  }
  #iprospect #audience .bot {
    gap: 50px 85px;
    justify-content: center;
    padding-bottom: 0;
  }
  #iprospect #audience .bot img {
    max-width: 300px;
  }
  #iprospect .util {
    background-color: #1D252D;
    margin: 100px 0;
  }
  #iprospect .util .inner {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 20px #000;
    padding: 50px 120px;
    box-sizing: border-box;
  }
  #iprospect .util .inner p {
    text-align: center;
  }
  #iprospect .util .inner .capacity {
    margin-top: 70px;
    margin-bottom: 30px;
  }
  #iprospect .util .inner .chart canvas {
    width: 100%;
    height: 730px;
  }
  #iprospect .capa {
    background-color: #1D252D;
    margin: 100px 0;
  }
  #iprospect .capa .inner {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 20px #000;
    padding: 50px 120px;
    box-sizing: border-box;
  }
  #iprospect .capa .inner p {
    text-align: center;
  }
  #iprospect .capa .inner .radio {
    margin-top: 60px;
    margin-bottom: 35px;
  }
  #iprospect .capa .inner .chart {
    background-image: repeating-linear-gradient(0deg, transparent, transparent 50px, rgb(244, 243, 243) 50px, rgb(244, 243, 243) 100px);
    grid-template-columns: 250px auto;
    margin: 0;
    padding: 0 20px;
    margin-top: 50px;
  }
  #iprospect .capa .inner .chart .row {
    height: 50px;
    font-size: 16px;
    line-height: 19px;
  }
  #iprospect .capa .inner .chart .row img {
    width: 26px;
    margin-right: 8px;
  }
  #iprospect .capa .inner .chart .teams .row {
    display: none;
    padding-right: 10px;
  }
  #iprospect .capa .inner .chart .data .labels {
    height: 6px;
  }
  #iprospect .capa .inner .chart .data .labels:before {
    content: "75K";
    position: absolute;
    right: 0;
    transform: translateX(50%);
    font-size: 14px;
    line-height: 17px;
    color: #41b6e6;
    bottom: 100%;
  }
  #iprospect .capa .inner .chart .data .labels > :nth-child(even) .text {
    display: block;
  }
  #iprospect .capa .inner .chart .data .row .bars .bar {
    height: 16px;
  }
  #iprospect .capa .inner .chart .data .row .bars .bar.blue {
    margin-bottom: 6px;
  }
  #iprospect #digi {
    background: center top/100% url("../img/digi.jpg") no-repeat, #ECEEEE;
  }
  #iprospect #digi .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    position: relative;
  }
  #iprospect #digi .inner .foot {
    display: block;
    width: 100%;
    grid-column: 2;
    grid-row: 4/span 3;
    margin-top: 80px;
    margin-bottom: 100px;
  }
  #iprospect #digi .inner h2, #iprospect #digi .inner div {
    grid-column: 1/span 2;
  }
  #iprospect #digi .inner h3 {
    grid-column: span 2;
    margin-top: 0;
    margin-bottom: 40px;
  }
  #iprospect #digi .inner > :nth-child(3), #iprospect #digi .inner > :nth-child(4), #iprospect #digi .inner > :nth-child(5) {
    grid-column: 1;
  }
  #iprospect #digi .inner > :nth-child(6) {
    grid-column: 2;
    grid-row: 3/span 2;
  }
  #iprospect #digi .inner .cont {
    border-radius: 15px;
    background: #fff;
    border: 1px solid #48b7e4;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    padding: 50px 193px;
    margin-top: 100px;
  }
  #iprospect #digi .inner .cont p {
    text-align: center;
    margin-bottom: 50px;
  }
  #iprospect #digi .inner .cont .radio {
    margin-bottom: 30px;
  }
  #iprospect #digi .inner .cont h4 {
    font-size: 20px;
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
  }
  #iprospect #digi .inner .cont .btns {
    display: none;
  }
  #iprospect #digi .inner .cont .block {
    display: block;
    margin-bottom: 50px;
  }
  #iprospect #digi .inner .cont .block #africa_chart, #iprospect #digi .inner .cont .block #europe_chart, #iprospect #digi .inner .cont .block #na_chart, #iprospect #digi .inner .cont .block #sa_chart, #iprospect #digi .inner .cont .block #asia_chart, #iprospect #digi .inner .cont .block #me_chart {
    height: 240px;
  }
  #iprospect #digi .inner .cont .toggle {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    column-gap: 20px;
  }
  #iprospect #digi .inner .cont .toggle button {
    width: 125px;
    height: 34px;
    border-radius: 17px;
    background: #fff;
    border: 1px solid #41b6e6;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s;
  }
  #iprospect #digi .inner .cont .toggle button:hover {
    transform: scale(1.05);
  }
  #iprospect #digi .inner .cont .toggle button:active {
    transform: scale(0.9);
  }
  #iprospect #digi .inner .cont .toggle button.active {
    background: #41b6e6;
    color: #fff;
  }
  #iprospect #digi .inner .cont #soc_chart {
    height: 695px;
  }
  #iprospect #balance {
    background: top center/100% url("../img/balance.jpg") no-repeat, #1D252D;
  }
  #iprospect #balance .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    position: relative;
    align-items: end;
  }
  #iprospect #balance .inner h2, #iprospect #balance .inner div, #iprospect #balance .inner p {
    grid-column: 1;
  }
  #iprospect #balance .inner .sub {
    white-space: nowrap;
  }
  #iprospect #balance .inner .sale {
    display: block;
    width: 100%;
    max-width: 478px;
    grid-column: 2;
    grid-row: 1/span 4;
    margin: 0 auto;
  }
  #iprospect #balance .inner .block {
    grid-column: span 2;
    margin-top: 100px;
    padding: 35px 95px;
  }
  #iprospect #balance .inner .block p {
    text-align: center;
  }
  #iprospect #balance .inner .block h3 {
    margin-top: 0;
  }
  #iprospect #balance .inner .block ol {
    margin-bottom: 30px;
  }
  #iprospect #balance .inner .block ol li {
    width: fit-content;
    margin: 0 auto;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 14px;
    font-weight: 700;
    color: #48B7E4;
  }
  #iprospect #balance .inner .block ol li span {
    color: #1d252d;
  }
  #iprospect #balance .inner .block .calc {
    font-size: 18px;
    line-height: 28px;
    padding: 16px 40px 14px 40px;
    font-weight: 700;
    text-align: center;
    max-width: none;
    margin: 0 auto;
    width: fit-content;
  }
  #iprospect #balance .inner .block .imgs.m {
    display: none;
  }
  #iprospect #balance .inner .block .imgs.d {
    display: block;
  }
  #iprospect #balance .inner .block .imgs img {
    margin: 45px auto;
    max-width: 100%;
  }
  #iprospect .sources {
    background: #fff;
    color: #1D252D;
  }
  #iprospect .sources p {
    margin-top: 50px;
    font-size: 18px;
    line-height: 40px;
    columns: 2;
    max-width: 1088px;
  }
}
