/**
 * 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;
  margin: auto;
}

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

#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 .outer::-webkit-scrollbar {
  width: 10px;
  border-radius: 30px;
  height: 10px;
}
#iprospect .outer::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 30px;
}
#iprospect .outer::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 30px;
}
#iprospect .outer::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#iprospect .inner {
  width: 90%;
  margin: auto;
  padding: 45px 0;
  max-width: 1520px;
}
#iprospect .inner > :first-child {
  margin-top: 0;
}
#iprospect .inner > :last-child {
  margin-bottom: 0;
}
#iprospect p {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
#iprospect h2 {
  font-size: 26px;
  text-align: center;
}
#iprospect .menu {
  background-color: #fff;
  color: #000;
  position: sticky;
  top: 0;
  border-bottom: 1px solid #1D252D;
}
#iprospect .menu .inner {
  padding: 12px 0;
}
#iprospect .menu .inner .lbl {
  text-align: center;
  margin-bottom: 10px;
  line-height: 16px;
}
#iprospect .menu .inner .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
}
#iprospect .menu .inner .btns .btn {
  width: 100px;
  height: 38px;
  cursor: pointer;
}
#iprospect .menu .inner .btns > :nth-child(1) {
  background: center center/contain url("../img/menu/icon0.svg") no-repeat;
}
#iprospect .menu .inner .btns > :nth-child(1):hover {
  background-image: url("../img/menu/icon0-a.svg");
}
#iprospect .menu .inner .btns > :nth-child(2) {
  background: center center/contain url("../img/menu/icon1.svg") no-repeat;
}
#iprospect .menu .inner .btns > :nth-child(2):hover {
  background-image: url("../img/menu/icon1-a.svg");
}
#iprospect .menu .inner .btns > :nth-child(3) {
  background: center center/contain url("../img/menu/icon2.svg") no-repeat;
}
#iprospect .menu .inner .btns > :nth-child(3):hover {
  background-image: url("../img/menu/icon2-a.svg");
}
#iprospect .menu .inner .btns > :nth-child(4) {
  background: center center/contain url("../img/menu/icon3.svg") no-repeat;
}
#iprospect .menu .inner .btns > :nth-child(4):hover {
  background-image: url("../img/menu/icon3-a.svg");
}
#iprospect .menu .inner .btns > :nth-child(5) {
  background: center center/contain url("../img/menu/icon4.svg") no-repeat;
}
#iprospect .menu .inner .btns > :nth-child(5):hover {
  background-image: url("../img/menu/icon4-a.svg");
}
#iprospect .header {
  background: center center/cover url("../img/header.jpg") no-repeat;
}
#iprospect .header .inner h1 {
  margin: 43px 0;
}
#iprospect .header .inner h1 img {
  width: 100%;
  max-width: 483px;
  margin: 0 auto;
}
#iprospect .header .inner h1 img.d {
  display: none;
}
#iprospect .most .inner .outer {
  overflow-x: auto;
  margin: 26px -5%;
  padding: 0 5% 20px 5%;
}
#iprospect .most .inner .outer .imgs {
  width: 1040px;
  gap: 29px 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-items: center;
}
#iprospect .most .inner .outer .imgs .img {
  display: none;
  width: 190px;
  justify-content: center;
}
#iprospect .most .inner .outer .imgs img {
  margin: 0;
  width: 190px;
}
#iprospect .d {
  display: none;
}
#iprospect .average .inner {
  padding-top: 0;
}
#iprospect .average .inner img {
  width: 100%;
  max-width: 455px;
  margin: 0 auto;
}
#iprospect .jersey {
  background-color: #fff;
  color: #1D252D;
}
#iprospect .jersey .inner .outer {
  margin: 26px -5%;
  padding: 0 5% 20px 5%;
  overflow-x: auto;
}
#iprospect .jersey .inner .outer .imgs {
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 29px 22px;
  justify-items: center;
}
#iprospect .jersey .inner .outer .imgs .img {
  display: none;
  width: 125px;
  height: 221px;
  justify-content: center;
}
#iprospect .jersey .inner .outer .imgs img {
  margin: 0;
  height: 221px;
}
#iprospect .attend .inner .outer {
  overflow-x: auto;
  margin: 26px -5%;
  padding: 0 5% 20px 5%;
}
#iprospect .attend .inner .outer .imgs {
  width: 1070px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-items: center;
  gap: 29px 22px;
}
#iprospect .attend .inner .outer .imgs .img {
  display: none;
  width: 194px;
  justify-content: center;
}
#iprospect .attend .inner .outer .imgs img {
  margin: 0;
  width: 194px;
}
#iprospect .attend .inner .cta {
  margin-top: 64px;
}
#iprospect .attend .inner .cta p {
  font-size: 18px;
}
#iprospect .attend .inner .cta p a {
  color: #41A5FC;
}
#iprospect .method {
  background: #000;
}
#iprospect .method .inner > :first-child {
  margin-bottom: 30px;
}
#iprospect .method .inner > :first-child > :first-child {
  margin-top: 0;
}
#iprospect .method .inner > :last-child > :last-child {
  margin-bottom: 0;
}
#iprospect .method .inner p {
  text-align: left;
}
#iprospect.sport0 .menu .inner .btns > :nth-child(1) {
  background-image: url("../img/menu/icon0-a.svg");
}
#iprospect.sport0 .most .inner .imgs .s0, #iprospect.sport0 .jersey .inner .imgs .s0, #iprospect.sport0 .attend .inner .imgs .s0 {
  display: flex;
}
#iprospect.sport1 .menu .inner .btns > :nth-child(2) {
  background-image: url("../img/menu/icon1-a.svg");
}
#iprospect.sport1 .most .inner .imgs .s1, #iprospect.sport1 .jersey .inner .imgs .s1, #iprospect.sport1 .attend .inner .imgs .s1 {
  display: flex;
}
#iprospect.sport1 .jersey {
  background-color: initial;
  color: #fff;
}
#iprospect.sport2 .menu .inner .btns > :nth-child(3) {
  background-image: url("../img/menu/icon2-a.svg");
}
#iprospect.sport2 .most .inner .imgs .s2, #iprospect.sport2 .jersey .inner .imgs .s2, #iprospect.sport2 .attend .inner .imgs .s2 {
  display: flex;
}
#iprospect.sport3 .menu .inner .btns > :nth-child(4) {
  background-image: url("../img/menu/icon3-a.svg");
}
#iprospect.sport3 .most .inner .imgs .s3, #iprospect.sport3 .jersey .inner .imgs .s3, #iprospect.sport3 .attend .inner .imgs .s3 {
  display: flex;
}
#iprospect.sport4 .menu .inner .btns > :nth-child(5) {
  background-image: url("../img/menu/icon4-a.svg");
}
#iprospect.sport4 .most .inner .imgs .s4, #iprospect.sport4 .jersey .inner .imgs .s4, #iprospect.sport4 .attend .inner .imgs .s4 {
  display: flex;
}
@media only screen and (min-width: 1000px) {
  #iprospect .inner {
    padding: 55px 0;
  }
  #iprospect p {
    text-align: left;
  }
  #iprospect h2 {
    font-size: 32px;
    margin-bottom: 48px;
  }
  #iprospect .menu .inner {
    padding: 13px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #iprospect .menu .inner .lbl {
    margin-bottom: 0;
    margin-right: 20px;
  }
  #iprospect .menu .inner .btns .btn {
    width: 117px;
    height: 44px;
  }
  #iprospect .header .inner {
    max-width: 1050px;
  }
  #iprospect .header .inner h1 {
    margin-bottom: 56px;
  }
  #iprospect .header .inner h1 img {
    max-width: 100%;
    width: 60vw;
  }
  #iprospect .header .inner h1 img.m {
    display: none;
  }
  #iprospect .header .inner h1 img.d {
    display: block;
  }
  #iprospect .most .inner .outer {
    overflow-x: initial;
    margin: 50px 0 61px 0;
    padding: 0;
  }
  #iprospect .most .inner .outer .imgs {
    width: 100%;
    gap: 56px 32px;
  }
  #iprospect .most .inner .outer .imgs .img {
    width: 277px;
  }
  #iprospect .most .inner .outer .imgs img {
    width: 277px;
  }
  #iprospect .m {
    display: none;
  }
  #iprospect .d {
    display: block;
  }
  #iprospect .average .inner img {
    max-width: 1022px;
  }
  #iprospect .jersey {
    background-color: initial;
  }
  #iprospect .jersey .inner {
    border-radius: 20px;
    background: #fff;
    border: 2px solid #62b4e1;
    box-shadow: 0px 0px 10px #000;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
  }
  #iprospect .jersey .inner p {
    max-width: 1016px;
    margin-left: auto;
    width: 90%;
    margin-right: auto;
  }
  #iprospect .jersey .inner .outer {
    overflow-x: initial;
    margin: 50px 0 61px 0;
    padding: 0;
  }
  #iprospect .jersey .inner .outer .imgs {
    width: 100%;
    gap: 32px 50px;
  }
  #iprospect .jersey .inner .outer .imgs .img {
    width: 230px;
    height: 316px;
  }
  #iprospect .jersey .inner .outer .imgs img {
    height: 316px;
  }
  #iprospect.sport1 .menu .inner .btns > :nth-child(2) {
    background-image: url("../img/menu/icon1-a.svg");
  }
  #iprospect.sport1 .most .inner .imgs .s1, #iprospect.sport1 .jersey .inner .imgs .s1, #iprospect.sport1 .attend .inner .imgs .s1 {
    display: flex;
  }
  #iprospect.sport1 .jersey {
    background-color: initial;
  }
  #iprospect.sport1 .jersey .inner {
    border-radius: 0;
    background: initial;
    border: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
  #iprospect .attend .inner .outer {
    overflow-x: initial;
    margin: 50px 0 61px 0;
    padding: 0;
  }
  #iprospect .attend .inner .outer .imgs {
    width: 100%;
    gap: 40px 24px;
  }
  #iprospect .attend .inner .outer .imgs .img {
    width: 280px;
  }
  #iprospect .attend .inner .outer .imgs img {
    width: 280px;
  }
  #iprospect .attend .inner .cta {
    margin-top: 57px;
  }
  #iprospect .attend .inner .cta p {
    text-align: center;
    font-size: 20px;
  }
  #iprospect .copy2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 93px;
  }
  #iprospect .method {
    background: #000;
  }
  #iprospect .method .inner > :first-child {
    margin-bottom: 0;
  }
  #iprospect .method .inner > :first-child > :first-child {
    margin-top: 0;
  }
  #iprospect .method .inner > :last-child > :first-child {
    margin-top: 0;
  }
  #iprospect .method .inner > :last-child > :last-child {
    margin-bottom: 0;
  }
  #iprospect .method .inner p {
    text-align: left;
  }
}
