.scrollFixedHeader {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
  z-index: 3;
}
.scrollFixedHeader h1 {
  font-size: 48px;
  line-height: 50px;
  font-weight: bold;
  position: relative;
  margin: 0;
}
.scrollFixedHeader h1 span {
  padding: 0 9px;
  margin-left: -10px;
  display: inline-block;
  position: relative;
}
.scrollFixedHeader h1 span:before {
  height: 100%;
  width: 10px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bracket-left-top.svg) no-repeat 0 0, url(../img/bracket-left-bottom.svg) no-repeat 0 100%;
  background-size: 100% auto;
}
.scrollFixedHeader h1 span:after {
  height: 100%;
  width: 10px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/bracket-right-top.svg) no-repeat 0 0, url(../img/bracket-right-bottom.svg) no-repeat 0 100%;
  background-size: 100% auto;
}
.scrollFixedHeader h2 {
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
  color: #ef7700;
  margin: -4px 0 0 -8px;
  padding: 4px 8px;
  position: relative;
  display: inline-block;
}
.scrollFixedHeader h2:before {
  height: 16px;
  width: 16px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bracket-left-top-gray.svg) no-repeat 0 0;
  background-size: 100%;
}
.scrollFixedHeader h2:after {
  height: 16px;
  width: 16px;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/bracket-right-bottom-gray.svg) no-repeat 0 0;
  background-size: 100%;
}
.scrollFixedHeader h3 {
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 15px;
  font-weight: 600;
  opacity: .5;
}
.scrollFixedHeader .seeDetailsHolder {
  width: 100%;
  position: relative;
  display: block;
  margin-top: 28px;
}
.scrollFixedHeader .seeDetailsHolder .detailsLinkContainer {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.scrollFixedHeader .seeDetailsHolder .detailsLinkContainer.secondDetail {
  margin-left: 50px;
}
.scrollFixedHeader .seeDetailsHolder .detailsLinkContainer .detailsLink {
  padding-left: 10px;
  padding-right: 70px;
  background-color: rgba(87, 87, 87, 0.1);
  border-radius: 4px;
  font-size: 18px;
  line-height: 32px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}
.scrollFixedHeader .seeDetailsHolder .detailsLinkContainer .detailsLink img {
  position: absolute;
  top: -9px;
  right: 10px;
  -webkit-transition: right .4s;
  transition: right .4s;
}
.scrollFixedHeader .seeDetailsHolder .detailsLinkContainer .detailsLink:hover {
  color: #ef7700;
}
.scrollFixedHeader .seeDetailsHolder .detailsLinkContainer .detailsLink:hover img {
  right: 0;
}
.sequenceContainer {
  height: 100%;
  width: 100%;
  max-width: 1200px;
  padding-top: 90px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.keyPointSection .subSection:first-child {
  height: 650px;
  background: #ef7700;
  z-index: 5;
}
.keyPointSection .subSection .counterContainer {
  width: 100%;
  max-width: 1200px;
  margin: -199px auto 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.keyPointSection .subSection .counterContainer .counter {
  text-align: center;
  font-size: 200px;
  line-height: 200px;
  font-weight: normal;
  color: #ffffff;
  display: block;
  position: relative;
  margin: 0 auto 25px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.keyPointSection .subSection .counterContainer .counter span {
  font-size: 400px;
  line-height: 280px;
  font-weight: bold;
}
.keyPointSection .subSection .counterContainer .counter span.percentage {
  font-size: 200px;
  font-weight: normal;
  line-height: 200px;
}
.keyPointSection .subSection .counterContainer .counterSub {
  position: relative;
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
}
.keyPointSection .subSection .counterContainer .counterSub:before {
  height: 5px;
  width: 65%;
  min-width: 580px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: .7;
  background: -webkit-radial-gradient(rgba(255, 227, 156, 0.5) 5%, #ef7700 70%);
  background: radial-gradient(rgba(255, 227, 156, 0.5) 5%, #ef7700 70%);
}
.keyPointSection .subSection .counterContainer .counterSub span {
  display: inline-block;
  position: relative;
  padding-top: 30px;
}
.keyPointSection .keyPointsAnim {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: block;
}
.keyPointSection .keyPointsAnim .sequenceContainer .scrollFixedHeader {
  height: 80px;
}
.keyPointSection .keyPointsAnim .sequenceContainer .frameContainer {
  height: 90%;
  height: calc(100% - 100px);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.keyPointSection .keyPointsAnim .sequenceContainer .frameContainer .keyPointFrames {
  position: relative;
  margin: 0 auto;
}
.keyPointSection .keyPointsAnim .sequenceContainer .frameContainer .keyPointFrames img.hiddenImage {
  right: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.keyPointSection .keyPointsAnim .sequenceContainer .frameContainer .keyPointFrames .calloutsContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
.keyPointSection .keyPointsAnim .sequenceContainer .frameContainer .keyPointFrames .calloutsContainer .calloutsContent {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}
.keyPointSection .keyPointsAnim .sequenceContainer .frameContainer .keyPointFrames .calloutsContainer .calloutsContent.comparisonCallouts:before {
  width: 2px;
  height: 60%;
  content: '';
  background: #dcdcdc;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -1px;
  border-radius: 2px;
}
.keyPointSection .keyPointsAnim .sequenceContainer .frameContainer .keyPointFrames .calloutsContainer .calloutsContent .bottomBrackets {
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}
.keyPointSection .keyPointsAnim .sequenceContainer .frameContainer .keyPointFrames .calloutsContainer .calloutsContent .bottomBrackets p {
  width: 45%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 2.5%;
  font-weight: 600;
}
.keyPointSection .keyPointsAnim .sequenceContainer .frameContainer .keyPointFrames .calloutsContainer .calloutsContent .bottomBrackets p:before {
  height: 15px;
  width: 100%;
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #575757;
  border-left: 1px solid #575757;
  border-right: 1px solid #575757;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.keyPointSection .keyPointsAnim .sequenceContainer .frameContainer .keyPointFrames .calloutsContainer .calloutsContent .calloutList {
  width: 34%;
  position: absolute;
  top: 25px;
}
.keyPointSection .keyPointsAnim .sequenceContainer .frameContainer .keyPointFrames .calloutsContainer .calloutsContent .calloutList.listLeft {
  left: 0;
  text-align: right;
  padding-left: 50px;
}
.keyPointSection .keyPointsAnim .sequenceContainer .frameContainer .keyPointFrames .calloutsContainer .calloutsContent .calloutList.listRight {
  right: 0;
  padding-right: 50px;
}
.keyPointSection .keyPointsAnim .sequenceContainer .frameContainer .keyPointFrames .calloutsContainer .calloutsContent .calloutList li {
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  margin: 0 auto 20px;
  display: block;
  position: relative;
}
.keyPointSection .keyPointsAnim .sequenceContainer .frameContainer .keyPointFrames .calloutsContainer .calloutsContent .calloutList li span {
  display: inline-block;
  position: relative;
}
.keyPointSection .keyPointsAnim .sequenceContainer .frameContainer .keyPointFrames .keyPointImage {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.keyPointSection .keyPointsAnim .sequenceContainer .frameContainer .keyPointFrames .keyPointImage img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.keyPointSection .keyPointsAnim .sequenceContainer .frameContainer h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #ef7700;
  position: absolute;
  text-transform: uppercase;
  left: 50px;
  top: 25px;
  z-index: 1;
  margin: 0;
}
.keyPointSection .keyPointsAnim .sequenceContainer .frameContainer h3.textCallout {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  position: absolute;
  top: 25px;
  left: 50px;
  margin: 0;
  text-transform: uppercase;
  z-index: 1;
}
.keyPointSection .keyPointsAnim#enclosureComparison {
  height: 2400px;
}
.keyPointSection .keyPointsAnim#enclosureComparison .sequenceContainer .keyPointFrames {
  max-height: 650px;
  max-width: 1100px;
}
@media screen and (min-height: 826px) {
  .keyPointSection .keyPointsAnim#enclosureComparison .sequenceContainer .keyPointFrames {
    width: 100%;
  }
}
@media screen and (max-height: 825px) {
  .keyPointSection .keyPointsAnim#enclosureComparison .sequenceContainer .keyPointFrames {
    height: 100%;
    margin-top: -5%;
  }
}
.keyPointSection .keyPointsAnim#serviceability {
  height: 3600px;
}
@media screen and (max-height: 650px) {
  .keyPointSection .keyPointsAnim#serviceability .sequenceContainer .frameContainer {
    height: calc(100% - 140px);
  }
}
.keyPointSection .keyPointsAnim#serviceability .sequenceContainer .frameContainer .keyPointFrames {
  max-width: 1100px;
  max-height: 560px;
}
@media screen and (min-height: 826px) {
  .keyPointSection .keyPointsAnim#serviceability .sequenceContainer .frameContainer .keyPointFrames {
    width: 100%;
  }
}
@media screen and (max-height: 825px) {
  .keyPointSection .keyPointsAnim#serviceability .sequenceContainer .frameContainer .keyPointFrames {
    height: 100%;
  }
}
@media screen and (max-height: 670px) {
  .keyPointSection .keyPointsAnim#serviceability .sequenceContainer .frameContainer .keyPointFrames {
    margin-top: 6%;
  }
}
.keyPointSection .keyPointsAnim#serviceability .sequenceContainer .frameContainer .keyPointFrames .calloutsContainer #serviceability-1 {
  width: 44%;
}
@media screen and (max-height: 670px) {
  .keyPointSection .keyPointsAnim#serviceability .sequenceContainer .frameContainer .keyPointFrames .calloutsContainer #serviceability-1 img {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    margin-left: -24px;
  }
}
@media screen and (max-height: 670px) {
  .keyPointSection .keyPointsAnim#serviceability .sequenceContainer .frameContainer .keyPointFrames .calloutsContainer #serviceability-1 p {
    margin-top: 70px;
    width: calc(100% - 140px);
  }
}
.keyPointSection .keyPointsAnim#serviceability .sequenceContainer .frameContainer .keyPointFrames .calloutsContainer #serviceability-1a {
  width: 44%;
}
@media screen and (max-height: 650px) {
  .keyPointSection .keyPointsAnim#serviceability .sequenceContainer .frameContainer .keyPointFrames .calloutsContainer #serviceability-1a img {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    margin-right: -24px;
  }
}
@media screen and (max-height: 650px) {
  .keyPointSection .keyPointsAnim#serviceability .sequenceContainer .frameContainer .keyPointFrames .calloutsContainer #serviceability-1a p {
    margin-top: 86px;
    width: calc(100% - 160px);
  }
}
.keyPointSection .keyPointsAnim#serviceability .sequenceContainer .frameContainer .keyPointFrames .calloutsContainer #serviceability-2 {
  width: 44%;
}
@media screen and (max-height: 650px) {
  .keyPointSection .keyPointsAnim#serviceability .sequenceContainer .frameContainer .keyPointFrames .calloutsContainer #serviceability-2 img {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    margin-left: -79px;
    margin-top: -11px;
  }
}
.keyPointSection .keyPointsAnim#serviceability .sequenceContainer .frameContainer .keyPointFrames .calloutsContainer #serviceability-3 {
  width: 52%;
}
@media screen and (max-height: 650px) {
  .keyPointSection .keyPointsAnim#serviceability .sequenceContainer .frameContainer .keyPointFrames .calloutsContainer #serviceability-3 img {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    margin-right: -24px;
  }
}
@media screen and (max-height: 650px) {
  .keyPointSection .keyPointsAnim#serviceability .sequenceContainer .frameContainer .keyPointFrames .calloutsContainer #serviceability-3 p {
    margin-top: 86px;
    width: calc(100% - 160px);
  }
}
.keyPointSection .keyPointsAnim#simplifiedAccessibility {
  height: 2400px;
}
.keyPointSection .keyPointsAnim#simplifiedAccessibility .sequenceContainer .frameContainer {
  height: calc(100% - 80px);
}
.keyPointSection .keyPointsAnim#simplifiedAccessibility .sequenceContainer .frameContainer .keyPointFrames {
  max-width: 1100px;
  max-height: 650px;
}
@media screen and (min-height: 826px) {
  .keyPointSection .keyPointsAnim#simplifiedAccessibility .sequenceContainer .frameContainer .keyPointFrames {
    width: 100%;
  }
}
@media screen and (max-height: 825px) {
  .keyPointSection .keyPointsAnim#simplifiedAccessibility .sequenceContainer .frameContainer .keyPointFrames {
    height: 100%;
  }
}
.keyPointSection .keyPointsAnim#simplifiedAccessibility .sequenceContainer .frameContainer .keyPointFrames .spot-top-left-short {
  min-width: 380px;
}
.keyPointSection .keyPointsAnim#valves {
  height: 2600px;
}
@media screen and (max-width: 865px) {
  .keyPointSection .keyPointsAnim#valves .sequenceContainer .scrollFixedHeader {
    height: 130px;
  }
}
@media screen and (max-width: 865px) {
  .keyPointSection .keyPointsAnim#valves .sequenceContainer .scrollFixedHeader h1 span {
    width: 420px;
  }
}
.keyPointSection .keyPointsAnim#valves .sequenceContainer .frameContainer {
  height: calc(100% - 80px);
  overflow: hidden;
}
@media screen and (max-width: 865px) {
  .keyPointSection .keyPointsAnim#valves .sequenceContainer .frameContainer {
    height: calc(100% - 130px);
  }
}
.keyPointSection .keyPointsAnim#valves .sequenceContainer .frameContainer .keyPointFrames {
  width: 100%;
  height: 100%;
}
.keyPointSection .keyPointsAnim#valves .sequenceContainer .frameContainer .keyPointFrames .keyPointImage {
  max-width: 1200px;
  max-height: 700px;
  bottom: -6%;
}
@media screen and (min-height: 871px) {
  .keyPointSection .keyPointsAnim#valves .sequenceContainer .frameContainer .keyPointFrames .keyPointImage {
    width: 100%;
  }
}
@media screen and (max-height: 870px) {
  .keyPointSection .keyPointsAnim#valves .sequenceContainer .frameContainer .keyPointFrames .keyPointImage {
    height: 100%;
  }
}
@media screen and (max-height: 700px) {
  .keyPointSection .keyPointsAnim#valves .sequenceContainer .frameContainer .keyPointFrames .keyPointImage {
    bottom: -9%;
  }
}
.keyPointSection .keyPointsAnim#simplifiedInterconnect {
  height: 2400px;
}
@media screen and (max-width: 865px) {
  .keyPointSection .keyPointsAnim#simplifiedInterconnect .sequenceContainer .scrollFixedHeader {
    height: 130px;
  }
}
@media screen and (max-width: 865px) {
  .keyPointSection .keyPointsAnim#simplifiedInterconnect .sequenceContainer .scrollFixedHeader h1 span {
    width: 395px;
  }
}
.keyPointSection .keyPointsAnim#simplifiedInterconnect .sequenceContainer .frameContainer {
  height: calc(100% - 80px);
}
@media screen and (max-width: 865px) {
  .keyPointSection .keyPointsAnim#simplifiedInterconnect .sequenceContainer .frameContainer {
    height: calc(100% - 130px);
  }
}
.keyPointSection .keyPointsAnim#simplifiedInterconnect .sequenceContainer .frameContainer .keyPointFrames {
  width: 100%;
  height: 100%;
}
.keyPointSection .keyPointsAnim#simplifiedInterconnect .sequenceContainer .frameContainer .keyPointFrames .keyPointImage {
  max-width: 1200px;
  max-height: 700px;
}
@media screen and (min-height: 871px) {
  .keyPointSection .keyPointsAnim#simplifiedInterconnect .sequenceContainer .frameContainer .keyPointFrames .keyPointImage {
    width: 100%;
  }
}
@media screen and (max-height: 870px) {
  .keyPointSection .keyPointsAnim#simplifiedInterconnect .sequenceContainer .frameContainer .keyPointFrames .keyPointImage {
    height: 100%;
  }
}
.keyPointSection#wrapUpThird {
  height: 3100px;
}
.keyPointSection#wrapUpThird .subSection {
  margin-top: -325px;
  position: fixed;
  background: #ef7700;
}
