.layer{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.jumbo{
  font-size: 129px;
  letter-spacing: -5.7px;
  line-height: 169px;
  font-weight: 100;
}

/* HEADING ANIMATION */
#upscore_heading{
  width: 100vw;
  height: 100vh;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
#upscore_heading img{
  width: 100%;
}
#upscore_heading #upscore_heading-layer1,
#upscore_heading #upscore_heading-layer2,
#upscore_heading #upscore_heading-layer3,
#upscore_heading #upscore_heading-layer4,
#upscore_heading #upscore_heading-layer5{
  opacity: 0;
  position: absolute;
  width: 50%;
  z-index: 1;
}
#upscore_heading #upscore_heading-layer1{
  animation: fadeIn ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#upscore_heading #upscore_heading-layer2{
  animation: fadeIn ease 800ms 800ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  z-index: 2;
}
#upscore_heading #upscore_heading-layer3{
  animation: fadeIn ease 3s 800ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  z-index: 2;
}
#upscore_heading #upscore_heading-layer4{
  animation: fadeIn ease 3s 1500ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#upscore_heading #upscore_heading-layer5{
  animation: fadeIn ease 3s 1500ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



#upscore_snap1_wrapper{
  width: 100vw;
  position: relative;
}
#upscore_snap1{
  width: 100vw;
  position: relative;
}
#upscore_snap1 .heading{
  color: white;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 100;
  text-align: center;
  max-width: 600px;
}
#upscore_snap1 > div{
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
}
#upscore_snap1 #upscore_snap1-layer1{
  opacity: 1;
  margin-top: 0;
}
#upscore_snap1 #upscore_snap1-layer1 .badges{
  justify-content: center;
  gap: 20px;
}
#upscore_snap1 #upscore_snap1-layer1 .badges > div{
  opacity: 0;
}
#upscore_snap1 #upscore_snap1-layer1 .text-container{
  overflow: hidden;
  height: 400px;
  font-size: 16px;
  mask-image: linear-gradient(transparent 0 , black 10% , black 90%, transparent 100%);
  background-clip: text;
  mask-repeat: no-repeat;
  mask-position: top;
}
#upscore_snap1 #upscore_snap1-layer1 .text{
}
#upscore_snap1 #upscore_snap1-layer1 .lead{
  font-size: 18px;
  font-weight: bold;
}
#upscore_snap1 #upscore_snap1-layer1 img{
  width: 100%;
  height: auto;
}
#upscore_snap1 img.night_badge{
  opacity: 0;
}
#upscore_snap1 #upscore_snap1-layer5 .right{
  background: white;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vertical_split{
  display:flex;
  flex-direction: column;
  height: 100vh;
}
.vertical_split > div{
  flex: 0 0 70%;
  height: 70%;
}
.vertical_split > div:first-child{
  flex: 0 0 30%;
  height: 30%;
  align-items: end;
}
.vertical_split > div:not(:first-child){
  margin: 10% 0;
}

#upscore_snap_right{
  position: absolute;
  width: 100vw;
  z-index: 2;
  margin-top: -150vh;
  opacity: 0;
}
#upscore_snap_right .right{
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  background: white;
  justify-content: center;
}
#upscore_snap_right .right .img-container{
  padding-left: 20px;
  height: 320px;
}
#upscore_snap_right .right{
}
#upscore_snap_right .right p{
  color: #009DC3;
  padding-left: 50px;
  display: inline-block;
}
#upscore_snap_right .right p:before{
  content: url("/modules/upscore/views/img/snap2/upper_quotes.svg");
  position: absolute;
  margin-left: -40px;
}
#upscore_snap_right .right p:after{
  content: url("/modules/upscore/views/img/snap2/lower_quotes.svg");
  position: absolute;
  right: 0;
}

#upscore_snap_drop{
  position: absolute;
  top: -100vh;
  z-index: 3;
  width: 100vw;
}
#upscore_snap_drop .img-container{
  max-height: 100vh;
}
#upscore_snap_drop .img-container img{
  max-height: 100vh;
}

#upscore_snap2{
  position: relative;
  height: calc(2 * 100vh);
  background-image: url('/modules/upscore/views/img/snap2/deepsea.png');
  background-size: cover;
  background-position: center center;
}
#upscore_snap2 #upscore_snap2-layers{
  height: 200vh;
}
#upscore_snap2 #upscore_snap2-layers > div{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
#upscore_snap2 #upscore_snap2-layers > div > div{
  height: 450px;
}

#upscore_snap2 .heading{
  color: white;
  font-weight: normal;
  font-size: 60px;
  line-height: 66px;
  text-transform: uppercase;
}
#upscore_snap2 p.lead{
  font-size: 18px;
  font-weight: bold;
}


/* SNAP 3 */
#upscore_snap3{
  width: 100vw;
  padding-bottom: 100px;
}
#upscore_snap3 .title{
  color: #9A9B9F;
  font-size: 45px;
  line-height: 54px;
  text-space: -1.1px;
  font-weight: 400;
  margin-bottom: 35px;
}
#upscore_snap3 .title small{
  font-weight: bold;
  color: black;
  font-size: 18px;
  line-height: 22px;
}
#upscore_snap3 #upscore_snap3_main{
  padding-top: 150px;
  padding-bottom: 100px;
}
#upscore_snap3 #upscore_snap3_main .anchor{
  max-width: 75%;
  margin-top:-150px;
}
#upscore_snap4{
  position: relative;
  width: 100vw;
  height: calc(2 * 100vh);
}
#upscore_snap4 > div{
  position: sticky;
  top:0;
  height: 100vh;
  background-position: center center;
  background-size: cover;
}
#upscore_snap5{
  display:flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 90vh;
}
#upscore_snap6 {
  position: relative;
  z-index: 3;
  background: linear-gradient(180deg, rgba(255,255,255,1) 85%, rgba(0,0,0,0) 100%);
  height: calc(1.3*100vh);
}
#upscore_snap6 #upscore_snap6-layer1{
  width: 100vw;
}
#upscore_snap6 > div .step-image{
  background: white;
}
#upscore_snap6 #upscore_snap6-layer1 .displayed{
  opacity: 1;
}
#upscore_snap6 > div .step-text:not(:first-child){
  opacity: 0;
}
#upscore_snap6 > div .step-image:not(:first-child){
  position: absolute;
  left:0;
  margin: 0 10px;
  opacity: 0;
}

#upscore_snap7{
  position: relative;
  width: 100vw;
  height: calc(3 * 100vw);
}
#upscore_snap7 > div{
  background-color: #fff;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-size: 100%;
  background-position: center 20%;
  background-repeat: no-repeat;
}
#upscore_snap7 > div:not(:first-child){
  margin-top: -50vh;
}
#upscore_snap7 > div .content{
  height: 400px;
}
#upscore_snap7 > div .headline-container{
  width: 100%;
  height: 170px;
}
#upscore_snap7 > div .title{
  font-size: 45px;
  font-weight: normal;
  color: #9A9B9F;
  letter-spacing: -1.03px;
  line-height: 54px;
}
#upscore_snap7 > div .lead{
  font-size: 18px;
  line-height: 21.6px;
  color: #000;
}
#upscore_snap7 > div p{

}

#upscore_snap8 {
  background-color: white;
  position: relative;
  width: 100vw;
  height: calc(1.1 * 100vw);
}
#upscore_snap8 > div{
  padding-top: 15vh;
  position: sticky;
  top: 0;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
#upscore_snap8 .headline{
  position: absolute;
  width: 200px;
  top: 0px;
  font-size: 45px;
  color: #009DC3;
  font-weight: 100;
  line-height: 45px;
  text-transform: uppercase;
}
#upscore_snap8 .title{
  font-size: 45px;
  font-weight: normal;
  letter-spacing: -1.03;
  line-height: 54px;
  color: #9A9B9F;
  text-transform: uppercase;
  margin:0;
}
#upscore_snap8 p.lead{
  font-size: 18px;
  color: #000;
  line-height: 21.6px;
  letter-spacing: -0.36px;
  font-weight: bold;
  margin-bottom: 35px;
}
#upscore_snap9 {
  position: relative;
  width: 100vw;
  margin-bottom: 15vh;
}
#upscore_snap9 > div{
  display: flex;
  justify-content: center;
  align-items: center;
}
#upscore_snap9 .headline{
  font-size: 45px;
  color: #009DC3;
  font-weight: 100;
  line-height: 45px;
  text-transform: uppercase;
}
#upscore_snap9 .title{
  font-size: 45px;
  font-weight: normal;
  color: #9A9B9F;
  line-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: -1.75px;
}
#upscore_snap9 .title .btn{
  letter-spacing: initial;
}
#upscore_snap10{
  position: relative;
  width: 100vw;
  height: calc(2 * 100vh);
}
#upscore_snap10 > div{
  position: sticky;
  top:0;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
#upscore_snap10 .jumbo-sub{
  font-size: 45px;
  font-weight: 100;
  padding-right: 35px;
  margin-top: -50px;
}
#upscore_snap11{
  position: relative;
  width: 100vw;
  /*height: calc(8*100vh);*/
}
#upscore_snap11 > .stickyLayer{
  background-color: white;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
#upscore_snap11 > .stickyLayer:not(:first-child){
  margin-top: -40vh;
}
#upscore_snap11 #timelineWrapper {
  display: flex;
  align-items: center;
  opacity: 0;
  height: 120vh;
}
#final_anchor-wrapper {
  display: flex;
  align-items: center;
}
#final_anchor-wrapper .text{
  position: absolute;
  margin-left: -40%;
  top: 20%;
  max-width: 420px;
  font-size: 45px;
  line-height: 45px;
  color: #009DC3;
}
#final_anchor-wrapper .text.bold {
  margin-top: 150px;
  font-weight: bold;
  top: 35%;
}
#final_anchor-wrapper .btn {
  position: absolute;
  margin-top: 200px;
  margin-left: 100px;
}
