/* Text Elements */

h2.flow-cta-heading.flow-white-text {
  margin-right: 0;
  margin-left: -10px;
  padding-right: 0;
  color: #edf1f5;
  text-shadow: #000 5px 5px 5px;
  font-weight: 900;
  font-size: 120px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -webkit-transition-duration: 1.2s;
     -moz-transition-duration: 1.2s;
       -o-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

h2.flow-cta-heading {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: -2px;
  font-weight: 600;
  font-size: 48px;
  font-family: 'Inter', sans-serif;
  line-height: 1.2;
}

h2.flow-cta-heading.flow-white-text.outofview {
  opacity: 0;
  -webkit-transform: translateX(-50px) scaleY(1) scaleX(1);
     -moz-transform: translateX(-50px) scaleY(1) scaleX(1);
       -o-transform: translateX(-50px) scaleY(1) scaleX(1);
          transform: translateX(-50px) scaleY(1) scaleX(1);
}

p.paragraph.flow-text-paragraph.flow-white-text {
  color: #edf1f5;
  text-shadow: #000 3px 3px 3px;
  font-weight: 500;
  font-size: 27px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 29px;
  -webkit-transition-duration: 1.2s;
     -moz-transition-duration: 1.2s;
       -o-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

p.paragraph.flow-text-paragraph {
  margin-top: 16px;
  color: #666;
  text-align: left;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  line-height: 24px;
}

p.paragraph.flow-text-paragraph.flow-white-text.outofview {
  opacity: 0;
  -webkit-transform: translateX(-50px);
     -moz-transform: translateX(-50px);
       -o-transform: translateX(-50px);
          transform: translateX(-50px);
}

/* Layout Elements */

body.body-1 {
  background-color: #000;
}

.container.flow-cta-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 0;
  padding: 0 24px;
  min-width: 0;
  min-height: 70vh;
  max-width: 100%;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .2) 100%), url('../images/pexels-walid-ahmad-1509582.jpg');
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .2) 100%), url('../images/pexels-walid-ahmad-1509582.jpg');
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .2) 100%), url('../images/pexels-walid-ahmad-1509582.jpg');
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .2) 100%), url('../images/pexels-walid-ahmad-1509582.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-blend-mode: normal, normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container {
  padding-left: 0;
}

.container.flow-content-text {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  margin-right: 24px;
  margin-bottom: 0vh;
  margin-left: 0;
  padding: 0 20px 48px;
  max-width: 800px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container.bg-content-size-container {
  min-height: 95vh;
}

.container.lightline {
  min-height: .4vh;
}

.container.container-1 {
  -webkit-transition-delay: .7s;
     -moz-transition-delay: .7s;
       -o-transition-delay: .7s;
          transition-delay: .7s;
  -webkit-transition-duration: 1.5s;
     -moz-transition-duration: 1.5s;
       -o-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

.container.flow-cta-3.outofview {
  opacity: 0;
}

.container.container-1.outofview {
  opacity: 0;
}

video.content-size-video {
  height: 100%;

  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% center;
     object-position: 50% center;
}

@media screen and (max-width: 93.5625rem) {
  /* Text Elements */

  h2.flow-cta-heading.flow-white-text {
    margin-left: -8px;
    font-size: 100px;
  }

  p.paragraph.flow-text-paragraph.flow-white-text {
    text-shadow: #000 2px 2px 2px;
    font-size: 24px;
  }

  /* Layout Elements */

  .container.bg-content-size-container {
    min-height: 85vh;
  }
}

@media screen and (max-width: 80.5625rem) {
  /* Text Elements */

  h2.flow-cta-heading.flow-white-text {
    margin-left: -6px;
    text-shadow: #000 4px 4px 4px;
    font-size: 70px;
  }

  p.paragraph.flow-text-paragraph.flow-white-text {
    text-shadow: #000 2px 2px 2px;
    font-size: 20px;
  }

  /* Layout Elements */

  .container.bg-content-size-container {
    min-height: 75vh;
  }
}

@media screen and (max-width: 60rem) {
  /* Text Elements */

  h2.flow-cta-heading.flow-white-text {
    margin-left: -5px;
    text-shadow: #000 4px 4px 4px;
    font-size: 60px;
  }

  h2.flow-cta-heading.flow-white-text.outofview {
    -webkit-transform: translateX(-20px) scaleY(1) scaleX(1);
       -moz-transform: translateX(-20px) scaleY(1) scaleX(1);
         -o-transform: translateX(-20px) scaleY(1) scaleX(1);
            transform: translateX(-20px) scaleY(1) scaleX(1);
  }

  p.paragraph.flow-text-paragraph.flow-white-text {
    font-size: 19px;
  }

  p.paragraph.flow-text-paragraph.flow-white-text.outofview {
    -webkit-transform: translateX(-20px);
       -moz-transform: translateX(-20px);
         -o-transform: translateX(-20px);
            transform: translateX(-20px);
  }

  /* Layout Elements */

  .container.flow-content-text {
    margin: 0 0 16px;
  }

  .container.bg-content-size-container {
    min-height: 65vh;
  }
}

@media screen and (max-width: 40.4375rem) {
  /* Text Elements */

  h2.flow-cta-heading.flow-white-text {
    margin-left: -4px;
    text-shadow: #000 3px 3px 3px;
    font-size: 55px;
  }

  h2.flow-cta-heading.flow-white-text.outofview {
    -webkit-transform: translateX(-20px) scaleY(1) scaleX(1);
       -moz-transform: translateX(-20px) scaleY(1) scaleX(1);
         -o-transform: translateX(-20px) scaleY(1) scaleX(1);
            transform: translateX(-20px) scaleY(1) scaleX(1);
  }

  p.paragraph.flow-text-paragraph.flow-white-text {
    font-size: 18px;
  }

  /* Layout Elements */

  .container.flow-content-text {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .container.bg-content-size-container {
    min-height: 55vh;
  }
}

@media screen and (max-width: 27.9375rem) {
  /* Text Elements */

  h2.flow-cta-heading.flow-white-text {
    margin-left: -3px;
    text-shadow: #000 2px 2px 2px;
    font-size: 38px;
  }

  h2.flow-cta-heading.flow-white-text.outofview {
    -webkit-transform: translateX(-15px) scaleY(1) scaleX(1);
       -moz-transform: translateX(-15px) scaleY(1) scaleX(1);
         -o-transform: translateX(-15px) scaleY(1) scaleX(1);
            transform: translateX(-15px) scaleY(1) scaleX(1);
  }

  p.paragraph.flow-text-paragraph.flow-white-text {
    font-size: 17px;
  }

  p.paragraph.flow-text-paragraph.flow-white-text.outofview {
    -webkit-transform: translateX(-15px);
       -moz-transform: translateX(-15px);
         -o-transform: translateX(-15px);
            transform: translateX(-15px);
  }

  /* Layout Elements */

  .container.flow-content-text {
    padding-right: 0;
    padding-left: 0;
  }

  .container.flow-cta-3 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .container.bg-content-size-container {
    min-height: 40vh;
  }
}

@media screen and (max-width: 18.9375rem) {
  /* Text Elements */

  h2.flow-cta-heading.flow-white-text {
    margin-left: -3px;
    font-size: 33px;
  }

  h2.flow-cta-heading.flow-white-text.outofview {
    -webkit-transform: translateX(-10px) scaleY(1) scaleX(1);
       -moz-transform: translateX(-10px) scaleY(1) scaleX(1);
         -o-transform: translateX(-10px) scaleY(1) scaleX(1);
            transform: translateX(-10px) scaleY(1) scaleX(1);
  }

  p.paragraph.flow-text-paragraph.flow-white-text {
    font-size: 16px;
  }

  p.paragraph.flow-text-paragraph.flow-white-text.outofview {
    -webkit-transform: translateX(-10px);
       -moz-transform: translateX(-10px);
         -o-transform: translateX(-10px);
            transform: translateX(-10px);
  }

  /* Layout Elements */

  .container.bg-content-size-container {
    min-height: 35vh;
  }

  .container.lightline {
    background-color: #000;
  }
}