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

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

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

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

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

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

textarea {
  resize: vertical; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

body {
  margin: 0; }

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

dl {
  margin: 0; }

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

dd {
  margin: 0; }

figure {
  margin: 0; }

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

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

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

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

p {
  margin: 0 0 0.75em; }

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

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

html {
  background-color: #3CB9EF; }

::-webkit-scrollbar {
  display: none; }

html, button {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white; }

#iprospect p {
  font-size: 1.2em; }

#iprospect .selection p {
  font-family: antique-olive-nord, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: black;
  align-self: center; }

#iprospect button:focus, #iprospect input[type="button"]:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#iprospect .inner {
  width: 100%;
  margin: auto;
  max-width: 2000px; }

#iprospect .intro {
  background-image: url("../img/introbg.jpg");
  background-size: cover;
  min-height: 100vh;
  padding: 20px 0; }
  #iprospect .intro .inner {
    width: 90%; }

#iprospect .i-logo {
  text-align: center; }
  #iprospect .i-logo img {
    max-width: 1000px;
    width: 100%; }

#iprospect .i-text {
  text-align: center;
  max-width: 1000px;
  margin: auto; }

#iprospect .explore {
  text-align: center; }
  #iprospect .explore button {
    font-family: antique-olive-nord, sans-serif;
    font-weight: 400;
    font-style: italic;
    color: white;
    font-size: 1.5em;
    background-image: -webkit-gradient(linear, left top, right top, from(#E30613), to(#FF893F));
    background-image: -webkit-linear-gradient(left, #E30613, #FF893F);
    background-image: linear-gradient(to right, #E30613, #FF893F); }

#iprospect .flex {
  display: -webkit-box;
  display: flex; }

#iprospect .selection {
  overflow-x: scroll;
  overflow-y: hidden;
  z-index: 100;
  max-width: 2000px;
  -webkit-overflow-scrolling: touch;
  -webkit-box-align: baseline;
          align-items: baseline;
  white-space: nowrap;
  position: relative;
  font-size: 0;
  margin: auto; }
  #iprospect .selection svg {
    width: 50px; }
  #iprospect .selection p {
    padding: 2em 1.5em;
    margin: 0; }
  #iprospect .selection button {
    flex-wrap: wrap;
    padding: 2em 0;
    min-width: 250px;
    white-space: normal;
    align-content: baseline;
    background-color: transparent;
    color: black; }
    #iprospect .selection button span {
      width: 100%; }

#iprospect a {
  color: inherit; }

#iprospect .main {
  background-color: #051028;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  padding: 40px 0; }

#iprospect .dd-head {
  background-image: -webkit-gradient(linear, left top, right top, from(#E30613), to(#FF893F));
  background-image: -webkit-linear-gradient(left, #E30613, #FF893F);
  background-image: linear-gradient(to right, #E30613, #FF893F);
  margin: 10px 0;
  border-radius: 8px;
  padding: 10px 20px;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
          align-items: center; }
  #iprospect .dd-head h2 {
    margin: 0;
    margin-right: 20px;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: antique-olive-nord, sans-serif;
    font-weight: 400;
    font-style: italic; }
  #iprospect .dd-head p {
    font-size: 1em;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0; }

#iprospect .arrow {
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  margin-right: 10px;
  width: 10%;
  max-width: 30px; }

#iprospect .open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

#iprospect .dd {
  background-color: white;
  width: 90%;
  margin: auto;
  border-radius: 8px;
  box-shadow: inset 0 0 0 4px #707070; }

#iprospect .dd-main {
  color: black;
  font-size: 0.8em;
  margin: 10px; }

#iprospect .sections {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 20px; }

#iprospect .box {
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px; }
  #iprospect .box p {
    width: 100%; }

#iprospect .bars {
  min-height: 100px;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: space-around; }

#iprospect .bar {
  padding: 6px 6px; }

#iprospect .current {
  border: 3px dashed #f14528;
  border-radius: 10px; }
  #iprospect .current svg {
    fill: #f14528; }

#iprospect .footer {
  background-color: #3CB9EF;
  text-align: center;
  padding: 40px 0; }
  #iprospect .footer .inner {
    max-width: 1000px; }

#iprospect .medium {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal; }

#iprospect .bold, #iprospect a {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal; }

#iprospect .col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

#iprospect .end {
  -webkit-box-align: end;
          align-items: flex-end; }

#iprospect .column {
  flex-wrap: wrap; }

#iprospect .center {
  text-align: center; }

#iprospect .grid2 {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px 0;
  text-align: center;
  -webkit-box-align: center;
          align-items: center; }

#iprospect .grid4 {
  display: -webkit-box;
  display: flex;
  max-width: 460px;
  text-align: center; }

#iprospect .btn img {
  width: 80px; }

#iprospect .map {
  width: 100%; }

#iprospect .roia {
  color: #E71919; }

#iprospect .table {
  border-collapse: separate;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 1000px; }

#iprospect .t-row {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  justify-content: space-around; }
  #iprospect .t-row > div {
    text-align: center;
    margin: 8px; }
    #iprospect .t-row > div img {
      width: 100px; }

#iprospect .s-block {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 80px; }

#iprospect .s-bars {
  width: 100%; }

#iprospect .roi {
  position: absolute;
  right: -166px;
  bottom: 0;
  font-family: antique-olive-nord, sans-serif;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  font-size: 1.5em;
  line-height: 1em; }

#iprospect .stats {
  flex-wrap: wrap; }

#iprospect .s-bar {
  height: 15px;
  margin-right: 10px;
  text-align: right;
  padding-right: 10px;
  position: relative; }

#iprospect .s-bar-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin: 2px; }

#iprospect .s-head {
  min-width: 74px;
  margin-right: 10px; }

#iprospect .s-head p {
  -webkit-transform: rotate(-15deg) translateY(12px);
          transform: rotate(-15deg) translateY(12px);
  text-align: right;
  margin: 0; }

#iprospect .s-bar0 {
  background-color: #259FD6;
  color: #259FD6; }

#iprospect .s-bar1 {
  background-color: #38AAC2;
  color: #38AAC2; }

#iprospect .s-bar2 {
  background-color: #4AB4AE;
  color: #4AB4AE; }

#iprospect .s-bar3 {
  background-color: #5DBF9A;
  color: #5DBF9A; }

#iprospect .s-bar4 {
  background-color: #70CA87;
  color: #70CA87; }

#iprospect .s-bar5 {
  background-color: #83D573;
  color: #83D573; }

#iprospect .s-bar6 {
  background-color: #95DF5F;
  color: #95DF5F; }

#iprospect .s-bar7 {
  background-color: #A8EA4B;
  color: #A8EA4B; }

#iprospect .s-bara {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E30613), to(#FF893F));
  background-image: -webkit-linear-gradient(#E30613, #FF893F);
  background-image: linear-gradient(#E30613, #FF893F); }

#iprospect .border {
  border: 4px solid;
  -webkit-border-image: url("../img/border.svg");
       -o-border-image: url("../img/border.svg");
          border-image: url("../img/border.svg");
  border-image-slice: 4 4 4;
  margin-bottom: 20px; }

#iprospect .d-row {
  flex-wrap: wrap;
  margin-bottom: 15px;
  width: 100%; }

#iprospect .d-block {
  margin-right: 10px;
  margin-left: 10px; }

#iprospect .d-bar {
  width: 100%;
  height: 15px; }

#iprospect .d-text {
  text-align: center; }

#iprospect .selection-wrap {
  position: fixed;
  background-color: #F6F6F6;
  z-index: 100;
  left: 0%;
  right: 0%; }

#iprospect .linev {
  width: 1px;
  border-right: 1px solid black; }

#iprospect .lineh {
  height: 1px;
  border-bottom: 1px solid black; }

#iprospect .line1, #iprospect .line3, #iprospect .line5 {
  display: none; }

#iprospect .footer .inner {
  width: 90%; }

#iprospect .cars img {
  width: 40px; }

#iprospect .gears img {
  width: 40px; }

#iprospect .odo img {
  width: 70px; }

#iprospect .nos img {
  width: 40px; }

#iprospect .chase img {
  width: 120px; }

#iprospect .race img {
  width: 120px; }

#iprospect .explo0 img {
  width: 30px; }

#iprospect .explo1 img {
  width: 20px; }

#iprospect .explo2 img {
  width: 30px; }

#iprospect .explo3 img {
  width: 90px; }

#iprospect .explo4 img {
  width: 70px; }

#iprospect .explo5 img {
  width: 50px; }

#iprospect .explo6 img {
  width: 130px; }

#iprospect .explo7 img {
  width: 160px; }

#iprospect .weap img {
  height: 40px; }

#iprospect .dam img {
  height: 40px; }

#iprospect .pun img {
  height: 40px; }

#iprospect .cor img {
  width: 40px; }

#iprospect .mono img {
  width: 100px; }

#iprospect .meal img {
  width: 100px; }

#iprospect .drive {
  width: 500px; }

#iprospect .links {
  justify-content: space-around;
  margin: 20px 10%; }

#iprospect .link {
  margin: 10px;
  font-size: 1.5em; }

#iprospect .pn-ProductNav_Wrapper {
  position: relative;
  padding: 0 11px;
  box-sizing: border-box;
  background-color: #F6F6F6; }

#iprospect .pn-ProductNav {
  /* Make this scrollable when needed */
  overflow-x: auto;
  /* We don't want vertical scrolling */
  overflow-y: hidden;
  /* For WebKit implementations, provide inertia scrolling */
  -webkit-overflow-scrolling: touch;
  /* We don't want internal inline elements to wrap */
  white-space: nowrap;
  text-align: center;
  /* If JS present, let's hide the default scrollbar */
  /* positioning context for advancers */
  position: relative;
  font-size: 0; }
  .js #iprospect .pn-ProductNav {
    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* Remove the default scrollbar for WebKit implementations */ }
    .js #iprospect .pn-ProductNav::-webkit-scrollbar {
      display: none; }

#iprospect .pn-ProductNav_Contents {
  float: left;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }

#iprospect .pn-ProductNav_Contents-no-transition {
  -webkit-transition: none;
  transition: none; }

#iprospect .pn-ProductNav_Link {
  text-decoration: none;
  color: black;
  font-size: 1rem;
  font-family: -apple-system, sans-serif;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: 44px;
  border: 1px solid transparent;
  padding: 20px 30px; }
  #iprospect .pn-ProductNav_Link + #iprospect .pn-ProductNav_Link {
    border-left-color: #eee; }
  #iprospect .pn-ProductNav_Link[aria-selected="true"] {
    color: #111; }

#iprospect .pn-Advancer {
  /* Reset the button */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  padding: 0;
  padding-left: 6px;
  padding-right: 6px;
  border: 0;
  /* Now style it as needed */
  position: absolute;
  top: 0;
  bottom: 0;
  /* Set the buttons invisible by default */
  opacity: 0.4;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  #iprospect .pn-Advancer:focus {
    outline: 0; }
  #iprospect .pn-Advancer:hover {
    cursor: pointer; }

#iprospect .pn-Advancer_Left {
  left: 0; }
  [data-overflowing="both"] ~ #iprospect .pn-Advancer_Left,
  [data-overflowing="left"] ~ #iprospect .pn-Advancer_Left {
    opacity: 1; }

#iprospect .pn-Advancer_Right {
  right: 0; }
  [data-overflowing="both"] ~ #iprospect .pn-Advancer_Right,
  [data-overflowing="right"] ~ #iprospect .pn-Advancer_Right {
    opacity: 1; }

#iprospect .pn-Advancer_Icon {
  width: 20px;
  height: 44px;
  fill: black; }

#iprospect .sel-text {
  width: 100%;
  font-family: antique-olive-nord, sans-serif;
  font-weight: 400;
  font-style: italic;
  padding-top: 20px;
  color: black;
  background-color: #F6F6F6;
  text-align: center; }
  #iprospect .sel-text p {
    margin: 0; }

@media only screen and (min-width: 800px) {
  #iprospect .table {
    flex-wrap: wrap; }
  #iprospect .t-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center; }
    #iprospect .t-row > div {
      width: 12.5%; } }

@media only screen and (min-width: 1620px) {
  #iprospect .col2 {
    width: 70%; } }

@media only screen and (min-width: 1640px) {
  #iprospect .line1 {
    display: initial; }
  #iprospect .line2 {
    display: none; }
  #iprospect .line3 {
    display: initial; } }

@media only screen and (min-width: 1700px) {
  #iprospect .pn-ProductNav_Contents {
    float: none; }
  #iprospect .pn-Advancer_Icon {
    opacity: 0; } }

@media only screen and (min-width: 1800px) {
  #iprospect .line4 {
    display: none; }
  #iprospect .line5 {
    display: initial; } }
