.lp .about-page {}

.lp .about-page .introduction {
  
}

.lp .about-page .introduction p {
  font-size: 24px;
  line-height: 1.167;
}

.lp .about-page .video-panel {}

.lp .about-page .video-panel .content {
  min-height: 0;
}

.lp .about-page .video-panel iframe {
  width: 100%;
}

/* flex panels */
.lp .about-page .panel-set {
  
}

.lp .about-page .panel-set .panel {
  margin-bottom: 20px;
  padding: 20px;
  background: #f6f6f6;
  color: #333333;
  -ms-flex: 1;
      flex: 1;
}

@media (min-width: 992px) {
  .lp .about-page .panel-set  {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .lp .about-page .panel-set .panel {
    -ms-flex: 1;
        flex: 1;
    margin-left: 15px;
    margin-right: 15px;
  }

  .lp .about-page .panel-set .panel:first-child {
    margin-left: 0;
  }

  .lp .about-page .panel-set .panel:last-child {
    margin-right: 0;
  }
}

/* features panels */
.lp .about-page .features {}

.lp .about-page .feature-cards {}

.lp .about-page .feature-card ul {
  padding-left: 24px;
  margin: 0;
}

@media (min-width: 1200px) {
  .lp .about-page .tour {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.lp .about-page .tour {}

.lp .about-page .tour header {
  width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  margin: 0 0 20px;
  padding: 0;
}

.lp .about-page .tour .image {
  position: relative;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border: solid 1px #CCCCCC;
  margin: 0 auto 20px;
  /* max-width: 640px; */
}

.lp .about-page .tour .image-inner {
  position: relative;
  margin: 0 auto;
  max-width: 320px;
}

@media (min-width: 1200px) {
  .lp .about-page .tour .image-inner {
    max-width: none;
  }
}

/* fade on bottom of image */
.lp .about-page .tour .image-inner::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  padding: 15%;
  background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
}

.lp .about-page .tour .image-inner img {
  width: 100%;
  height: auto;
  display: block;
}

.lp .about-page .tour .image ul {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp .about-page .tour .image li {
  position: absolute;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.lp .about-page .tour .image li:nth-child(1) { left: 17.32%; top: 27.83%; }
.lp .about-page .tour .image li:nth-child(2) { left: 50.2%; top: 27.83%; }
.lp .about-page .tour .image li:nth-child(3) { left: 17.32%; top: 51.57%; }
.lp .about-page .tour .image li:nth-child(4) { left: 50.2%; top: 51.57%; }
.lp .about-page .tour .image li:nth-child(5) { left: 17.32%; top: 75.48%; }
.lp .about-page .tour .image li:nth-child(6) { left: 82.68%; top: 20.7%; }
.lp .about-page .tour .image li:nth-child(7) { left: 50.2%; top: 75.48%; }
.lp .about-page .tour .image li:nth-child(8) { left: 82.68%; top: 78.96%; }

.lp .about-page .tour .image li a {
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  background: #FF8300;
  font-size: 16px;
  line-height: 1;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
}
.lp .about-page .tour .image li a:hover {
  text-decoration: none;
  border: 0;
}

@media (min-width: 992px) {
  .lp .about-page .tour .image li a {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}

/* Tour annotations */
.lp .about-page .tour .details {}

@media (min-width: 768px) {
  .lp .about-page .tour .details {
    margin-left: 20px;
    -ms-flex: 1.5;
        flex: 1.5;
  }
}

@media (min-width: 992px) {
  .lp .about-page .tour .details {
    margin-left: 20px;
    -ms-flex: 1;
        flex: 1;
  }
}

.lp .about-page .tour .details ol {
  counter-reset: details;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .lp .about-page .tour .details {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .lp .about-page .tour .details ol {
    columns: 2;
    column-gap: 20px;
  }
}

.lp .about-page .tour .details ol li {
  counter-increment: details;
  padding: 0;
  margin: 0 0 1rem;
  display: -ms-flexbox;
  display: flex;
  page-break-inside: avoid;
  break-inside: avoid;
}

.lp .about-page .tour .details ol li h3 {
  margin-top: 4px;
}

.lp .about-page .tour .details ol li p {
  font-size: 18px;
}

.lp .about-page .tour .details ol li::before {
  content: counter(details);
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 28px;
      flex: 0 0 28px;
  width: 28px;
  height: 28px;
  background: #FF8300;
  line-height: 1;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  color: #fff;
  margin-right: 1rem;
}

.lp .about-page .tour .row {
  margin-top: 48px;
}

.lp .about-page .tour .row [class^="col-"] {
  margin-bottom: 20px;
}

.lp .about-page .join-cta {
  margin: 48px 0;
  text-align: center;
}
