/* Text Elements */

h1.main-text {
  padding-top: 10px;
  padding-bottom: 30px;
  color: #fff;
  text-align: center;
  font-size: 7vw;
  line-height: 1;
}

h2.frameworks-title {
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
  color: #fff;
  text-align: center;
  text-transform: none;
  font-size: 1.4375rem;
  line-height: 1.4;
}

h2.prototype-title {
  padding-top: 12px;
  padding-bottom: 0;
  color: #fff;
  text-align: center;
  text-transform: none;
  font-size: 5vw;
  line-height: 1.4;
}

h2.support-dialog-title {
  margin-bottom: 0;
  color: #fff;
  font-size: 28px;
}

h2.upper-text {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #848484;
  text-align: center;
  text-transform: none;
  font-weight: 300;
  font-size: 4vw;
}

h3.welcome-support-title {
  margin-bottom: 0;
  color: #fff;
  font-size: 22px;
}

p.paragraph.protype-subtext {
  margin-bottom: 1rem;
  color: #fff;
  text-align: center;
  font-size: 4vw;
}

p.paragraph.support-text {
  margin-bottom: 0;
  color: #fff;
}

a.link-text.support-dialog-close {
  position: absolute;
  top: 20px;
  right: 20px;
  left: auto;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}

/* Interaction Elements */

a.link-button.button.fill-button {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, .95);
  color: #0067ff;
  font-weight: 700;
  font-size: 1rem;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

a.link-button.button.hollow-button {
  border-color: rgba(255, 255, 255, .6);
  border-radius: 4px;
  background-color: transparent;
  color: rgba(255, 255, 255, .8);
  font-weight: 700;
  font-size: 16px;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

a.link-button.button.fill-button.inter-ui.prototype-button {
  min-width: 250px;
}

a.link-button.button.support-login {
  margin-left: 20px;
}

a.link-button.button.support-button {
  min-width: 150px;
}

/* Layout Elements */

.container.frameworks {
  float: none;
  padding: 50px 10px 100px;
  border-top: .0625rem none #2f2f2f;
  background-color: #131414;
  background-image: url('../images/frameworks/right_elements_background.png'), url('../images/frameworks/left_elements_background.png');
  background-attachment: scroll, scroll;
  background-position: right bottom, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, auto auto;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container.support-helper {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: auto;
}

.container.support-dialog {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: -1000;
  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: justify;
  padding: 20px;
  width: 400px;
  height: 350px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, rgba(0, 103, 255, 1) 0%, rgba(0, 103, 255, .5) 33%, rgba(0, 103, 255, 0) 100%), -webkit-linear-gradient(bottom, rgba(0, 103, 255, 1) 0%, rgba(0, 103, 255, .75) 66%, rgba(0, 103, 255, .5) 100%);
  background-image:    -moz-linear-gradient(left, rgba(0, 103, 255, 1) 0%, rgba(0, 103, 255, .5) 33%, rgba(0, 103, 255, 0) 100%), -moz-linear-gradient(bottom, rgba(0, 103, 255, 1) 0%, rgba(0, 103, 255, .75) 66%, rgba(0, 103, 255, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 103, 255, 1) 0%, rgba(0, 103, 255, .5) 33%, rgba(0, 103, 255, 0) 100%), -o-linear-gradient(bottom, rgba(0, 103, 255, 1) 0%, rgba(0, 103, 255, .75) 66%, rgba(0, 103, 255, .5) 100%);
  background-image:         linear-gradient(90deg, rgba(0, 103, 255, 1) 0%, rgba(0, 103, 255, .5) 33%, rgba(0, 103, 255, 0) 100%), linear-gradient(0deg, rgba(0, 103, 255, 1) 0%, rgba(0, 103, 255, .75) 66%, rgba(0, 103, 255, .5) 100%);
  background-attachment: scroll, scroll;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, auto auto;
  background-repeat: no-repeat, no-repeat;
  opacity: 0;
  -webkit-transition-delay: 0s, .6s;
     -moz-transition-delay: 0s, .6s;
       -o-transition-delay: 0s, .6s;
          transition-delay: 0s, .6s;
  -webkit-transition-timing-function: ease-in-out, linear;
     -moz-transition-timing-function: ease-in-out, linear;
       -o-transition-timing-function: ease-in-out, linear;
          transition-timing-function: ease-in-out, linear;
  -webkit-transition-duration: .5s, .5s;
     -moz-transition-duration: .5s, .5s;
       -o-transition-duration: .5s, .5s;
          transition-duration: .5s, .5s;
  -webkit-transition-property: opacity, -webkit-transform;
     -moz-transition-property: opacity, transform, -moz-transform;
       -o-transition-property: opacity, -o-transform;
          transition-property: opacity, -webkit-transform;
          transition-property: opacity, transform;
          transition-property: opacity, transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transform: translateX(10000px);
     -moz-transform: translateX(10000px);
       -o-transform: translateX(10000px);
          transform: translateX(10000px);

  background-blend-mode: normal, normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.prototype-section {
  padding: 70px 10px;
  min-height: 300px;
  background-color: #171818;
  background-image: -webkit-linear-gradient(45deg, rgba(1, 64, 156, .95) 0%, rgba(29, 30, 33, .95) 100%), url('../images/hero-section/small/call-to-action_640.png');
  background-image:    -moz-linear-gradient(45deg, rgba(1, 64, 156, .95) 0%, rgba(29, 30, 33, .95) 100%), url('../images/hero-section/small/call-to-action_640.png');
  background-image:      -o-linear-gradient(45deg, rgba(1, 64, 156, .95) 0%, rgba(29, 30, 33, .95) 100%), url('../images/hero-section/small/call-to-action_640.png');
  background-image:         linear-gradient(45deg, rgba(1, 64, 156, .95) 0%, rgba(29, 30, 33, .95) 100%), url('../images/hero-section/small/call-to-action_640.png');
  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: no-repeat, no-repeat;
  text-align: center;
}

.container.topbar {
  position: relative;
  background-color: #333;
  background-image: -webkit-linear-gradient(top, rgba(77, 77, 77, 1) 0%, rgba(51, 51, 51, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(77, 77, 77, 1) 0%, rgba(51, 51, 51, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(77, 77, 77, 1) 0%, rgba(51, 51, 51, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(77, 77, 77, 1) 0%, rgba(51, 51, 51, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 1) 0 0 8px 0, rgba(0, 0, 0, .2) 0 0 0 -1px inset;

  background-blend-mode: normal;
}

.container.top-space {
  height: 14px;
  border-bottom: .0625rem solid #353535;
  box-shadow: #5a5a5a 0 0 1px 0;
}

.container.hero-images {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: end;
  padding-top: 130px;

  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

.container.main-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container.hero-section {
  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;
  padding-top: 45px;
  padding-right: 10px;
  padding-left: 10px;
  min-height: 95vh;
  background-color: #131414;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.support-dialog.show-dialog {
  z-index: auto;
  opacity: 1;
  -webkit-transition-property: opacity;
     -moz-transition-property: opacity;
       -o-transition-property: opacity;
          transition-property: opacity;
  -webkit-transform: translateX(0px);
     -moz-transform: translateX(0px);
       -o-transform: translateX(0px);
          transform: translateX(0px);
}

div.responsive-picture.support-dialog-logo {
  max-width: 30px;
}

div.responsive-picture.center.hero-image {
  position: relative;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, .5) 0 0 15px 0;
}

div.responsive-picture.hero-image {
  position: absolute;
  max-width: none;
}

@supports (background-blend-mode: overlay) {
  /* Layout Elements */

  .container.prototype-section {
    background-image: -webkit-linear-gradient(45deg, rgba(0, 103, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/hero-section/small/call-to-action_640.png');
    background-image:    -moz-linear-gradient(45deg, rgba(0, 103, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/hero-section/small/call-to-action_640.png');
    background-image:      -o-linear-gradient(45deg, rgba(0, 103, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/hero-section/small/call-to-action_640.png');
    background-image:         linear-gradient(45deg, rgba(0, 103, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/hero-section/small/call-to-action_640.png');

    background-blend-mode: lighten, overlay;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.main-text {
    font-size: 3rem;
  }

  h2.frameworks-title {
    font-size: 1.75rem;
  }

  h2.prototype-title {
    font-size: 1.75rem;
  }

  h2.upper-text {
    font-size: 1.4375rem;
  }

  p.paragraph.protype-subtext {
    font-size: 1.5em;
  }

  /* Layout Elements */

  .container.prototype-section {
    background-image: -webkit-linear-gradient(45deg, rgba(1, 64, 156, .95) 0%, rgba(29, 30, 33, .95) 100%), url('../images/hero-section/medium/call-to-action_1024.png');
    background-image:    -moz-linear-gradient(45deg, rgba(1, 64, 156, .95) 0%, rgba(29, 30, 33, .95) 100%), url('../images/hero-section/medium/call-to-action_1024.png');
    background-image:      -o-linear-gradient(45deg, rgba(1, 64, 156, .95) 0%, rgba(29, 30, 33, .95) 100%), url('../images/hero-section/medium/call-to-action_1024.png');
    background-image:         linear-gradient(45deg, rgba(1, 64, 156, .95) 0%, rgba(29, 30, 33, .95) 100%), url('../images/hero-section/medium/call-to-action_1024.png');
  }

  .container.hero-section {
    padding-right: 5px;
    padding-left: 5px;
  }

  div.responsive-picture.center.hero-image {
    border-radius: 3px;
  }

  @supports (background-blend-mode: overlay) {
      /* Layout Elements */

    .container.prototype-section {
      background-image: -webkit-linear-gradient(45deg, rgba(0, 103, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/hero-section/medium/call-to-action_1024.png');
      background-image:    -moz-linear-gradient(45deg, rgba(0, 103, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/hero-section/medium/call-to-action_1024.png');
      background-image:      -o-linear-gradient(45deg, rgba(0, 103, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/hero-section/medium/call-to-action_1024.png');
      background-image:         linear-gradient(45deg, rgba(0, 103, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/hero-section/medium/call-to-action_1024.png');
    }
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.main-text {
    font-size: 4.5rem;
  }

  h2.frameworks-title {
    font-size: 1.75rem;
  }

  /* Layout Elements */

  .container.prototype-section {
    background-image: -webkit-linear-gradient(45deg, rgba(1, 64, 156, .95) 0%, rgba(29, 30, 33, .95) 100%), url('../images/hero-section/large/call-to-action_1600.png');
    background-image:    -moz-linear-gradient(45deg, rgba(1, 64, 156, .95) 0%, rgba(29, 30, 33, .95) 100%), url('../images/hero-section/large/call-to-action_1600.png');
    background-image:      -o-linear-gradient(45deg, rgba(1, 64, 156, .95) 0%, rgba(29, 30, 33, .95) 100%), url('../images/hero-section/large/call-to-action_1600.png');
    background-image:         linear-gradient(45deg, rgba(1, 64, 156, .95) 0%, rgba(29, 30, 33, .95) 100%), url('../images/hero-section/large/call-to-action_1600.png');
  }

  .container.hero-images {
    margin-right: auto;
    margin-left: auto;
  }

  div.responsive-picture.center.hero-image {
    margin-right: auto;
    margin-left: auto;
    border-radius: 4px;
  }

  @supports (background-blend-mode: overlay) {
      /* Layout Elements */

    .container.prototype-section {
      background-image: -webkit-linear-gradient(45deg, rgba(0, 103, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/hero-section/large/call-to-action_1600.png');
      background-image:    -moz-linear-gradient(45deg, rgba(0, 103, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/hero-section/large/call-to-action_1600.png');
      background-image:      -o-linear-gradient(45deg, rgba(0, 103, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/hero-section/large/call-to-action_1600.png');
      background-image:         linear-gradient(45deg, rgba(0, 103, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/hero-section/large/call-to-action_1600.png');
    }
  }

  @supports (display: grid) {
      /* Layout Elements */

    .container.hero-images {
      display: grid;
      -ms-flex-pack: end;
      -ms-flex-align: end;
      padding-top: 10px;
      max-width: none;

      grid-template-columns: 15% repeat(2 , 1fr) 15%;
      grid-template-rows: auto;
      -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
              align-content: flex-end;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
              align-items: flex-end;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
              justify-content: flex-end;
      justify-items: flex-end;
    }

    div.responsive-picture.center.hero-image {
      grid-area: 1/2/1/4;
    }
  }
}