body {
  margin: 0; }

#iprospect {
  font-size: 16px;
  font-family: semplicitapro, sans-serif;
  font-weight: 500;
  font-style: normal; }
  #iprospect img {
    max-width: 100%; }
  #iprospect button {
    font-family: semplicitapro, sans-serif;
    font-weight: 500;
    font-style: normal; }
  #iprospect button {
    position: relative;
    top: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    border-radius: 0.3em;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    padding: 0.5em 1em;
    margin: 5px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #D90034;
    color: white; }
    #iprospect button:hover {
      background-color: #a60028; }
    #iprospect button:focus {
      outline: 0; }
    #iprospect button:active {
      top: 4px; }
    #iprospect button:disabled {
      cursor: not-allowed;
      opacity: 0.5; }
  #iprospect p {
    font-size: 1.1em; }
  #iprospect a {
    color: inherit;
    font-family: semplicitapro, sans-serif;
    font-weight: 700;
    font-style: normal; }
  #iprospect b {
    font-family: semplicitapro, sans-serif;
    font-weight: 700;
    font-style: normal; }
  #iprospect i {
    font-family: semplicitapro, sans-serif;
    font-weight: 600;
    font-style: italic; }
  #iprospect h1 {
    font-family: bc-alphapipe, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFC200;
    font-size: 3.5em;
    line-height: 45px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 230px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  #iprospect h2 {
    font-family: bc-alphapipe, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.6em;
    text-align: center;
    margin-top: 0; }
  #iprospect h3 {
    font-family: bc-alphapipe, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.5em; }
  #iprospect .inner {
    width: 90%;
    margin: auto;
    padding: 2em 0;
    max-width: 1600px; }
  #iprospect .top .header {
    background-image: url("../img/header.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  #iprospect .top .intro {
    background-color: white; }
    #iprospect .top .intro .inner {
      max-width: 920px;
      text-align: center; }
  #iprospect .top .stats .inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    flex-wrap: wrap; }
    #iprospect .top .stats .inner > :nth-child(odd) {
      background-color: #620D48; }
    #iprospect .top .stats .inner > :nth-child(even) {
      background-color: #D90034; }
    #iprospect .top .stats .inner .circle {
      border-radius: 50%;
      width: 180px;
      height: 180px;
      padding: 20px;
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      color: white;
      text-align: center;
      margin: 1em; }
      #iprospect .top .stats .inner .circle .c-text, #iprospect .top .stats .inner .circle .c-btext {
        text-align: center;
        width: 100%; }
      #iprospect .top .stats .inner .circle .c-text {
        font-size: 1em; }
      #iprospect .top .stats .inner .circle .c-btext {
        font-size: 2.2em; }
  #iprospect .section3 {
    background-color: #EBEBEB;
    text-align: center; }
    #iprospect .section3 p {
      background-color: white;
      border: 2px solid black;
      padding: 12px;
      max-width: 800px;
      margin: auto; }
    #iprospect .section3 .pulse {
      box-shadow: 0 0 0 0 rgba(217, 0, 52, 0.5);
      -webkit-animation: pulse 1.5s infinite;
              animation: pulse 1.5s infinite; }
    #iprospect .section3 .pulse:hover {
      -webkit-animation: none;
              animation: none; }
    #iprospect .section3 .explicit-container {
      position: relative;
      font-family: bc-alphapipe, sans-serif;
      font-weight: 400;
      font-style: normal; }
      #iprospect .section3 .explicit-container button {
        font-family: bc-alphapipe, sans-serif;
        font-weight: 400;
        font-style: normal; }
      #iprospect .section3 .explicit-container > button {
        position: absolute;
        z-index: 4;
        top: 6%;
        margin-top: 80px;
        left: 50%;
        font-size: 1.1em;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      #iprospect .section3 .explicit-container .explicit-bar {
        z-index: 4;
        position: absolute;
        font-size: 1.7em;
        width: 100%;
        background-color: black;
        color: white;
        padding: 10px 0;
        top: 5%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    #iprospect .section3 .explicit {
      pointer-events: none;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      #iprospect .section3 .explicit .positions {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around; }
        #iprospect .section3 .explicit .positions .pos {
          max-width: 500px;
          margin: 20px; }
          #iprospect .section3 .explicit .positions .pos .pos-top {
            display: -webkit-box;
            display: flex;
            font-size: 1.2em; }
            #iprospect .section3 .explicit .positions .pos .pos-top .pos-num {
              border-radius: 50%;
              display: -webkit-box;
              display: flex;
              -webkit-box-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                      align-items: center;
              padding: 10px;
              width: 20px;
              height: 20px;
              background-color: #FFC200;
              margin-right: 10px; }
            #iprospect .section3 .explicit .positions .pos .pos-top .pos-title {
              display: -webkit-box;
              display: flex;
              -webkit-box-align: center;
                      align-items: center; }
          #iprospect .section3 .explicit .positions .pos .pos-bot {
            position: relative;
            background-repeat: no-repeat; }
            #iprospect .section3 .explicit .positions .pos .pos-bot img {
              -webkit-transition: all 1s;
              transition: all 1s;
              -webkit-user-select: none;
                 -moz-user-select: none;
                  -ms-user-select: none;
                      user-select: none;
              pointer-events: none; }
          #iprospect .section3 .explicit .positions .pos .pos1 {
            background-image: url("../img/pos1r.svg");
            background-size: 28%;
            background-position: 56% 15%; }
          #iprospect .section3 .explicit .positions .pos .pos2 {
            background-image: url("../img/pos2r.svg");
            background-size: 25%;
            background-position: 45% 20%; }
          #iprospect .section3 .explicit .positions .pos .pos3 {
            background-image: url("../img/pos3r.svg");
            background-size: 39%;
            background-position: 50% 26%; }
          #iprospect .section3 .explicit .positions .pos .pos4 {
            background-image: url("../img/pos4r.svg");
            background-size: 29%;
            background-position: 40% 17%; }
          #iprospect .section3 .explicit .positions .pos .pos5 {
            background-image: url("../img/pos5r.svg");
            background-size: 43.5%;
            background-position: 45% 36%; }
          #iprospect .section3 .explicit .positions .pos .pos6 {
            background-image: url("../img/pos6r.svg");
            background-size: 79%;
            background-position: 49.5% 22%; }
          #iprospect .section3 .explicit .positions .pos .pos7 {
            background-image: url("../img/pos7r.svg");
            background-size: 59%;
            background-position: 38% 28%; }
          #iprospect .section3 .explicit .positions .pos .pos8 {
            background-image: url("../img/pos8r.svg");
            background-size: 36%;
            background-position: 42.5% 31%; }
  #iprospect .opacity {
    opacity: 0.2; }
  #iprospect .blur {
    opacity: 0.05; }
    @supports ((-webkit-filter: blur(8px)) or (filter: blur(8px))) {
      #iprospect .blur {
        opacity: 1;
        -webkit-filter: blur(8px);
                filter: blur(8px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 30px rgba(217, 0, 52, 0); }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(217, 0, 52, 0); } }
  #iprospect .section4 {
    background-color: #620D48; }
    #iprospect .section4 .inner {
      text-align: center; }
      #iprospect .section4 .inner h2 {
        color: white; }
      #iprospect .section4 .inner p {
        background-color: white;
        border: 2px solid black;
        padding: 12px;
        max-width: 800px;
        margin: auto; }
      #iprospect .section4 .inner .lines {
        display: none; }
      #iprospect .section4 .inner .hotspots {
        position: relative;
        max-width: 1200px;
        margin: auto; }
        #iprospect .section4 .inner .hotspots img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          visibility: hidden; }
        #iprospect .section4 .inner .hotspots .spots {
          position: relative;
          display: -webkit-box;
          display: flex;
          justify-content: space-around;
          flex-wrap: wrap;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
          #iprospect .section4 .inner .hotspots .spots .spot {
            background-color: white;
            width: 280px;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            padding: 10px;
            margin: 10px;
            border: 2px solid black;
            text-align: left; }
            #iprospect .section4 .inner .hotspots .spots .spot .region {
              font-weight: 700;
              font-size: 1.3em;
              text-align: left; }
            #iprospect .section4 .inner .hotspots .spots .spot .fav, #iprospect .section4 .inner .hotspots .spots .spot .fav2 {
              font-weight: 500;
              font-size: 0.9em; }
            #iprospect .section4 .inner .hotspots .spots .spot .red {
              color: #D90034;
              font-weight: 600; }
            #iprospect .section4 .inner .hotspots .spots .spot .orange {
              font-weight: 600;
              color: #FF4518; }
  #iprospect .section1 {
    background-color: #EBEBEB; }
    #iprospect .section1 .inner p {
      background-color: white;
      border: 2px solid black;
      padding: 12px;
      max-width: 800px;
      margin: auto;
      text-align: center;
      margin-bottom: 1em; }
    #iprospect .section1 .inner .locations {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      max-width: 1400px;
      margin: auto; }
      #iprospect .section1 .inner .locations .loc {
        margin: 10px;
        width: 260px;
        color: white;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        background-color: #9F003E;
        border-radius: 20px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: justify;
                justify-content: space-between; }
        #iprospect .section1 .inner .locations .loc .loc-cont {
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center; }
        #iprospect .section1 .inner .locations .loc .loc-num {
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          -webkit-box-pack: center;
                  justify-content: center;
          border-radius: 50%;
          background-color: #FFC200;
          width: 40px;
          height: 40px;
          margin-right: 10px; }
        #iprospect .section1 .inner .locations .loc .loc-orng {
          color: #FFC200;
          margin-right: 15px; }
  #iprospect .section2 {
    background-color: #D90034; }
    #iprospect .section2 .inner h2 {
      color: white; }
    #iprospect .section2 .inner p {
      background-color: white;
      border: 2px solid black;
      padding: 12px;
      max-width: 800px;
      margin: auto;
      text-align: center; }
    #iprospect .section2 .inner .car-blocks {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap; }
      #iprospect .section2 .inner .car-blocks .car-col {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        width: 600px;
        margin: auto; }
        #iprospect .section2 .inner .car-blocks .car-col > div {
          position: relative; }
          #iprospect .section2 .inner .car-blocks .car-col > div .line {
            height: 0;
            border-bottom: 2px solid black;
            position: absolute;
            display: none; }
          #iprospect .section2 .inner .car-blocks .car-col > div .linep1 {
            right: 38%;
            top: 32%;
            width: 150px;
            -webkit-transform: rotate(150deg);
                    transform: rotate(150deg); }
          #iprospect .section2 .inner .car-blocks .car-col > div .linep2 {
            right: 30%;
            top: 60%;
            width: 220px;
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); }
          #iprospect .section2 .inner .car-blocks .car-col > div .linep3 {
            right: 30%;
            top: 50%;
            width: 220px;
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg); }
          #iprospect .section2 .inner .car-blocks .car-col > div .linep4 {
            right: 28%;
            top: 60%;
            width: 220px;
            -webkit-transform: rotate(140deg);
                    transform: rotate(140deg); }
          #iprospect .section2 .inner .car-blocks .car-col > div .linep5 {
            right: 20%;
            top: 62%;
            width: 220px;
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); }
        #iprospect .section2 .inner .car-blocks .car-col .car-list {
          background-color: white;
          border-radius: 15px;
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content;
          z-index: 3;
          margin-right: 30px;
          margin-left: 30px; }
          #iprospect .section2 .inner .car-blocks .car-col .car-list ul {
            list-style-type: none;
            -webkit-margin-before: 0;
                    margin-block-start: 0;
            -webkit-margin-after: 0;
                    margin-block-end: 0;
            -webkit-margin-start: 0px;
                    margin-inline-start: 0px;
            -webkit-margin-end: 0px;
                    margin-inline-end: 0px;
            -webkit-padding-start: 0px;
                    padding-inline-start: 0px;
            padding: 10px;
            text-align: center; }
            #iprospect .section2 .inner .car-blocks .car-col .car-list ul li {
              padding: 4px 0;
              margin-left: 30px;
              margin-right: 30px; }
          #iprospect .section2 .inner .car-blocks .car-col .car-list .car-list-top {
            color: white;
            background-color: #620D48;
            padding: 10px;
            white-space: nowrap;
            border-radius: 15px;
            font-size: 22px;
            font-family: bc-alphapipe, sans-serif;
            font-weight: 400;
            font-style: normal; }
        #iprospect .section2 .inner .car-blocks .car-col .car-block-h {
          display: -webkit-box;
          display: flex;
          width: 100%;
          margin: 20px;
          flex-wrap: wrap;
          -webkit-box-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
                  align-items: center; }
          #iprospect .section2 .inner .car-blocks .car-col .car-block-h img {
            width: 100%;
            -webkit-box-ordinal-group: 3;
                    order: 2;
            margin-top: 20px;
            margin-bottom: 20px; }
        #iprospect .section2 .inner .car-blocks .car-col .car-block-v {
          display: -webkit-box;
          display: flex;
          width: 100%;
          flex-wrap: wrap;
          margin: 20px; }
          #iprospect .section2 .inner .car-blocks .car-col .car-block-v img {
            width: 100%;
            -webkit-box-ordinal-group: 3;
                    order: 2;
            margin-top: 20px;
            margin-bottom: 20px; }
          #iprospect .section2 .inner .car-blocks .car-col .car-block-v .car-list {
            position: relative;
            margin: auto; }
  #iprospect .section5 .inner p {
    margin-top: 0;
    text-align: center;
    max-width: 800px;
    margin: auto;
    margin-bottom: 1em; }
  #iprospect .section5 .inner .discs {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    flex-wrap: wrap; }
    #iprospect .section5 .inner .discs > :nth-child(odd) .disc-front, #iprospect .section5 .inner .discs > :nth-child(odd) .disc-back {
      background-color: #620D48; }
    #iprospect .section5 .inner .discs > :nth-child(even) .disc-front, #iprospect .section5 .inner .discs > :nth-child(even) .disc-back {
      background-color: #D90034; }
    #iprospect .section5 .inner .discs .disc:hover .disc-inner .disc-back {
      opacity: 1; }
    @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
      #iprospect .section5 .inner .discs .disc:hover .disc-inner {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); } }
    #iprospect .section5 .inner .discs .disc {
      border-radius: 50%;
      width: 220px;
      height: 220px;
      color: white;
      margin: 1em;
      background-color: transparent;
      -webkit-perspective: 1000px;
              perspective: 1000px; }
      #iprospect .section5 .inner .discs .disc .disc-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        -webkit-transition: -webkit-transform 0.6s;
        transition: -webkit-transform 0.6s;
        transition: transform 0.6s;
        transition: transform 0.6s, -webkit-transform 0.6s;
        border-radius: 50%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
        @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
          #iprospect .section5 .inner .discs .disc .disc-inner {
            -webkit-transform-style: preserve-3d;
                    transform-style: preserve-3d; }
            #iprospect .section5 .inner .discs .disc .disc-inner .disc-front, #iprospect .section5 .inner .discs .disc .disc-inner .disc-back {
              -webkit-backface-visibility: hidden;
                      backface-visibility: hidden; }
            #iprospect .section5 .inner .discs .disc .disc-inner .disc-back {
              -webkit-transform: rotateY(180deg);
                      transform: rotateY(180deg);
              opacity: 1; } }
      #iprospect .section5 .inner .discs .disc .disc-front, #iprospect .section5 .inner .discs .disc .disc-back {
        position: absolute;
        padding: 20px;
        width: 180px;
        height: 180px;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        text-align: center; }
      #iprospect .section5 .inner .discs .disc .disc-front {
        color: black;
        border-radius: 50%; }
        #iprospect .section5 .inner .discs .disc .disc-front img {
          height: 100%;
          width: 100%; }
      #iprospect .section5 .inner .discs .disc .disc-back {
        border-radius: 50%;
        color: white;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        #iprospect .section5 .inner .discs .disc .disc-back .c-text, #iprospect .section5 .inner .discs .disc .disc-back .c-btext {
          text-align: center;
          width: 100%; }
        #iprospect .section5 .inner .discs .disc .disc-back .c-text {
          font-size: 1em; }
        #iprospect .section5 .inner .discs .disc .disc-back .c-btext {
          font-size: 2.2em; }
  #iprospect .section6 {
    background-color: #9F003E;
    color: white; }
    #iprospect .section6 .inner {
      display: -webkit-box;
      display: flex; }
      #iprospect .section6 .inner h3 {
        text-align: center; }
      #iprospect .section6 .inner img {
        display: block;
        border-radius: 50%;
        border: 4px solid #FFC200;
        width: 250px;
        margin-right: 20px;
        margin-bottom: 10px;
        margin: auto; }
  #iprospect .outro {
    background-color: #FFC200; }
    #iprospect .outro p {
      font-size: 1.3em; }
  #iprospect .footer .inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center; }
    #iprospect .footer .inner > div {
      margin: 10px; }
  #iprospect .desktop {
    display: none; }
  @media only screen and (min-width: 1000px) {
    #iprospect .mobile {
      display: none; }
    #iprospect .desktop {
      display: block; }
    #iprospect .top .header h1 {
      font-size: 160px;
      line-height: 120px;
      margin-top: 140px;
      margin-bottom: 140px;
      width: 650px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    #iprospect .section2 .inner .car-blocks .car-col .car-block-h {
      flex-wrap: nowrap; }
      #iprospect .section2 .inner .car-blocks .car-col .car-block-h img {
        -webkit-box-ordinal-group: 1;
                order: 0;
        margin-right: 30px; }
    #iprospect .section2 .inner .car-blocks .car-col .car-block-v img {
      -webkit-box-ordinal-group: 1;
              order: 0; }
    #iprospect .section2 .inner .car-blocks .car-col:nth-child(1) > div:nth-child(1) {
      height: 254px; }
    #iprospect .section2 .inner .car-blocks .car-col:nth-child(1) > div:nth-child(2) {
      height: 446px; }
    #iprospect .section2 .inner .car-blocks .car-col:nth-child(2) > div:nth-child(1) {
      height: 204px; }
    #iprospect .section2 .inner .car-blocks .car-col:nth-child(2) > div:nth-child(2) {
      height: 358px; }
    #iprospect .section2 .inner .car-blocks .car-col:nth-child(3) > div:nth-child(1) {
      height: 443px; }
    #iprospect .section2 .inner .car-blocks .car-col > div .line {
      display: block; }
    #iprospect .section3 .explicit-container > button {
      top: 50%; }
    #iprospect .section3 .explicit-container .explicit-bar {
      top: 50%; }
    #iprospect .section6 .inner h3 {
      text-align: left; }
    #iprospect .section6 .inner img {
      display: block;
      border-radius: 50%;
      border: 4px solid #FFC200;
      width: 250px;
      margin-right: 20px;
      margin-bottom: 10px;
      float: left; } }
  @media only screen and (min-width: 1340px) {
    #iprospect .section4 .inner .hotspots img {
      width: initial;
      height: initial;
      position: relative;
      padding-right: 300px;
      padding-bottom: 150px;
      box-sizing: border-box;
      visibility: visible; }
    #iprospect .section4 .inner .hotspots .spots {
      position: absolute;
      z-index: 2; }
      #iprospect .section4 .inner .hotspots .spots .spot {
        position: absolute;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
      #iprospect .section4 .inner .hotspots .spots .spot1 {
        right: 18%;
        top: 8%; }
      #iprospect .section4 .inner .hotspots .spots .spot2 {
        left: 5%;
        top: 22%; }
      #iprospect .section4 .inner .hotspots .spots .spot3 {
        right: 18%;
        top: 25%; }
      #iprospect .section4 .inner .hotspots .spots .spot4 {
        right: 12%;
        top: 37%; }
      #iprospect .section4 .inner .hotspots .spots .spot5 {
        left: 0%;
        top: 50%; }
      #iprospect .section4 .inner .hotspots .spots .spot6 {
        right: 0%;
        top: 51%; }
      #iprospect .section4 .inner .hotspots .spots .spot7 {
        left: 12%;
        top: 61%; }
      #iprospect .section4 .inner .hotspots .spots .spot8 {
        right: 2%;
        top: 63%; }
      #iprospect .section4 .inner .hotspots .spots .spot9 {
        left: 8%;
        top: 72%; }
      #iprospect .section4 .inner .hotspots .spots .spot10 {
        right: 5%;
        top: 78%; }
      #iprospect .section4 .inner .hotspots .spots .spot11 {
        left: 42%;
        top: 83%; }
      #iprospect .section4 .inner .hotspots .spots .spot12 {
        left: 15%;
        top: 84%; }
    #iprospect .section4 .inner .hotspots .lines {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    #iprospect .section4 .inner .hotspots .line {
      height: 0;
      border-bottom: 2px solid black;
      position: absolute; }
    #iprospect .section4 .inner .hotspots .line1 {
      right: 38%;
      top: 18%;
      width: 220px;
      -webkit-transform: rotate(140deg);
              transform: rotate(140deg); }
    #iprospect .section4 .inner .hotspots .line2 {
      left: 15%;
      top: 38%;
      width: 220px;
      -webkit-transform: rotate(55deg);
              transform: rotate(55deg); }
    #iprospect .section4 .inner .hotspots .line3 {
      right: 32%;
      top: 37%;
      width: 220px;
      -webkit-transform: rotate(140deg);
              transform: rotate(140deg); }
    #iprospect .section4 .inner .hotspots .line4 {
      right: 28%;
      top: 47%;
      width: 220px;
      -webkit-transform: rotate(150deg);
              transform: rotate(150deg); }
    #iprospect .section4 .inner .hotspots .line5 {
      left: 24%;
      top: 53%;
      width: 300px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    #iprospect .section4 .inner .hotspots .line6 {
      right: 24%;
      top: 59%;
      width: 220px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    #iprospect .section4 .inner .hotspots .line7 {
      left: 25%;
      top: 65%;
      width: 220px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    #iprospect .section4 .inner .hotspots .line8 {
      right: 22%;
      top: 68%;
      width: 220px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    #iprospect .section4 .inner .hotspots .line9 {
      left: 30%;
      top: 70%;
      width: 250px;
      -webkit-transform: rotate(150deg);
              transform: rotate(150deg); }
    #iprospect .section4 .inner .hotspots .line10 {
      right: 24%;
      top: 79%;
      width: 220px;
      -webkit-transform: rotate(40deg);
              transform: rotate(40deg); }
    #iprospect .section4 .inner .hotspots .line11 {
      left: 48%;
      top: 83%;
      width: 180px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    #iprospect .section4 .inner .hotspots .line12 {
      left: 30%;
      top: 84%;
      width: 180px;
      -webkit-transform: rotate(130deg);
              transform: rotate(130deg); } }
