.ultimate {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 17;
}

.ultimate__title {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.ultimate__subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.ultimate__subtitle-title {
  color: #fff;
  text-align: center;
  width: 100%;
  text-align: center;
  font-size: 6vw;
  font-family: DINPro_Bold;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .ultimate__subtitle-title {
    font-size: 80px;
  }
}

@media screen and (max-width: 991px) {
  .ultimate__subtitle-title {
    font-size: 70px;
  }
}

@media screen and (max-width: 675px) {
  .ultimate__subtitle-title {
    font-size: 11vw;
  }
}

.ultimate__subtitle-sub {
  color: #fff;
  text-align: center;
  font-weight: 400;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-family: 'DINPro-Regular';
  line-height: 1.4;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .ultimate__subtitle-sub {
    font-size: 20px;
  }
}

.ultimate__textarea {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 991px) {
  .ultimate__textarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: 80vh;
    top: 50%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.ultimate__textarea p {
  font-size: 24px;
  font-family: 'DINPro-Regular';
  line-height: 1.4;
  color: #fff;
  color: #bdbdbd;
}

@media screen and (max-width: 1400px) {
  .ultimate__textarea p {
    font-size: 20px;
  }
}

.ultimate__textarea p span {
  color: #ffffff;
  font-weight: 900;
}

.ultimate__textarea-left {
  width: 300px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .ultimate__textarea-left {
    width: 90%;
  }
}

.ultimate__textarea-left > div {
  position: absolute;
  top: 0;
  width: 100%;
}

.ultimate__textarea-left > div:nth-child(1) {
  position: relative;
}

.ultimate__textarea-small {
  font-size: 16px !important;
}

@media screen and (max-width: 991px) {
  .ultimate__textarea-small {
    font-size: 12px !important;
  }
}

.ultimate__textarea-mid {
  width: 90%;
  max-width: 550px;
}

.ultimate__textarea-right {
  width: 300px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .ultimate__textarea-right {
    width: 90%;
  }
}

.ultimate__textarea-right img {
  width: 120px;
}

.ultimate__textarea-right > div {
  position: absolute;
  top: 0;
  width: 100%;
}

.ultimate__textarea-right > div:nth-child(1) {
  position: relative;
}
/*# sourceMappingURL=ultimate.css.map */