@import url(https://fonts.googleapis.com/css?family=Fira+Sans:100,300,regular,500,600&display=swap);
* {
  margin: 0;
  scroll-behavior: auto;
}

html {
  overflow: hidden;
  scroll-behavior: auto;
}

body {
  font-family: "Fira sans";
  box-sizing: border-box;
  scroll-behavior: auto;
}

h1 {
  font-size: calc((1vh + 1vw) * 5.3);
  font-weight: 100;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
}
h1 sup {
  font-size: calc((1vh + 1vw) * 2.5);
  text-transform: lowercase;
}
@media (max-width: 767px) {
  h1 sup {
    font-size: calc((1vh + 1vw) * 1.6);
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: calc((1vh + 1vw) * 3);
  }
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

label {
  font-family: "Fira sans" !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #fff !important;
}

input[type=text], input[type=email], input[type=number] {
  min-height: 40px;
  height: 40px !important;
  border: 1px solid #707070;
  padding: 4px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

div.wpforms-container-full .wpforms-form .wpforms-one-half {
  width: 49% !important;
}
@media (max-width: 560px) {
  div.wpforms-container-full .wpforms-form .wpforms-one-half {
    width: 100% !important;
  }
}

div.wpforms-container-full .wpforms-form .wpforms-one-half {
  margin-left: 2% !important;
}
@media (max-width: 560px) {
  div.wpforms-container-full .wpforms-form .wpforms-one-half {
    margin-left: unset !important;
  }
}

.wpforms-field-checkbox {
  width: 50%;
}

.acrnt-submit {
  font-family: "Fira sans" !important;
  display: block !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  color: #fff !important;
  background: #009FD1 0% 0% no-repeat padding-box !important;
  border: none !important;
  margin-left: auto !important;
  padding: 10px 21px !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
  color: #000;
}

@media (max-width: 560px) {
  #wpforms-38-field_5-container, #wpforms-38-field_3-container {
    margin-bottom: -15px;
  }
}

#wpforms-38-field_3-container {
  width: 55%;
}
@media (max-width: 1250px) {
  #wpforms-38-field_3-container {
    width: 65%;
  }
}
@media (max-width: 768px) {
  #wpforms-38-field_3-container {
    width: 100%;
  }
}

.section {
  overflow: hidden;
}
.section__bg-gradient {
  opacity: 0;
  visibility: hidden;
}
.section__container {
  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
}
.section__content {
  width: 100%;
  height: 100%;
}
.section__title {
  text-align: center;
}
.section__logo {
  max-width: 355px;
}
@media (max-width: 560px) {
  .section__logo {
    display: flex;
    justify-content: center;
  }
}
.section__logo svg {
  max-width: 355px;
}
@media (max-width: 560px) {
  .section__logo svg {
    width: 50%;
  }
}
.section__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.section__logo-mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
}
@media (min-width: 1020px) {
  .section__logo-mobile {
    display: none;
  }
}
.section__logo-mobile svg {
  width: 100%;
}
.section__img {
  width: 100%;
  height: 100%;
}
.section__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .section__img img {
    height: 102%;
    width: 102%;
  }
}
.section__form {
  min-width: calc((1vh + 1vw) * 38.66);
  padding: 0 20px;
}
@media (max-width: 767px) {
  .section__form {
    min-width: unset;
    position: initial;
    z-index: 999;
  }
}
.section:first-of-type .section__logo-mobile {
  display: none;
}
.section:nth-of-type(2) .section__logo-mobile {
  display: none;
}
.section:last-of-type .section__logo-mobile {
  display: none;
}

.general-logo {
  position: absolute;
  z-index: 999;
  transform: rotate(3deg) scale(1.6);
  opacity: 0;
}
@media (max-width: 1020px) {
  .general-logo {
    display: none;
  }
}

.centered {
  left: 50%;
  display: block;
}

.scroll-toggle {
  position: fixed;
  left: 50%;
  bottom: 27px;
  transform: translateX(-50%);
  z-index: 9999;
}
.scroll-toggle__container {
  cursor: pointer;
}
.scroll-toggle__icon {
  transition: 0.4s ease-in-out;
}
@media (any-hover: hover) {
  .scroll-toggle:hover .scroll-toggle__icon {
    transform: translate(11px, 42px);
    transition: 0.4s ease-in-out;
  }
}
.scroll-toggle.toggle-hide {
  display: none;
}

.section-0 {
  height: 125vh;
  background: #EA7500;
  position: relative;
  overflow: hidden;
}
.section-0__bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  background: transparent linear-gradient(127deg, #EA7500 0%, #EE1855 100%) 0% 0% no-repeat padding-box;
}
.section-0 .section__container {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
}
.section-0 .section__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.section-0__title {
  margin-bottom: 46px;
  font-size: calc((1vh + 1vw) * 4.94);
}
.section-0__title sup {
  font-size: calc((1vh + 1vw) * 2.5);
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .section-0__title sup {
    font-size: calc((1vh + 1vw) * 1.6);
  }
}
@media (max-width: 767px) {
  .section-0__title {
    font-size: calc((1vh + 1vw) * 3);
  }
}
.section-0 .section__img img {
  width: 100%;
  height: 100%;
}
.section-0__roket {
  position: absolute;
  bottom: 65px;
  left: 75px;
  opacity: 0;
}

.section-1 {
  height: 100vh;
  background: #EA7500;
  position: relative;
  overflow: hidden;
}
.section-1 .section__container {
  display: flex;
  align-items: center;
}
.section-1 .section__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.section-1__title {
  margin-bottom: 46px;
}
.section-1__img {
  transform: translateY(-25vh);
  opacity: 0.7;
}
.section-1__img img {
  width: 100%;
  height: 100%;
}
.section-2 {
  height: 100vh;
  background: #EA7500;
  position: relative;
  overflow: hidden;
}
.section-2 .section__container {
  display: flex;
  align-items: center;
}
.section-2__content {
  display: flex;
  justify-content: center;
}
.section-2__img {
  position: relative;
  overflow: hidden;
}
.section-2__img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .section-2__img img {
    width: 102%;
    height: 102%;
  }
}

.section-3 {
  height: 100vh;
  background: #EA7500;
  position: relative;
  overflow: hidden;
}
.section-3 .section__container {
  display: flex;
  align-items: center;
}
.section-3__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1250px) {
  .section-3__img img {
    -o-object-position: 20% 0;
       object-position: 20% 0;
  }
}

.section-5 {
  height: 100vh;
  background: #EA7500;
  position: relative;
  overflow: hidden;
}
.section-5 .section__container {
  display: flex;
  align-items: center;
}
.section-5__content {
  display: flex;
  justify-content: center;
}
.section-5__img {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section-5__img {
    width: 102%;
    height: 102%;
  }
}
.section-5__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .section-5__img img {
    width: 102%;
    height: 102%;
  }
}

.section-7 {
  height: 100vh;
  background: #EA7500;
  position: relative;
  overflow: hidden;
}
.section-7 .section__container {
  display: flex;
  align-items: center;
}
.section-7__content {
  display: flex;
  align-items: end;
}
.section-7__img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.section-7__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  position: absolute;
}
@media (max-width: 1250px) {
  .section-7__img img {
    -o-object-position: 20% 0;
       object-position: 20% 0;
  }
}

.section-8 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.section-8 .section__container {
  display: flex;
  align-items: center;
}
.section-8__img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.section-8__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-4, .section-form {
  height: 100vh;
  background: #EE1855;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section-4, .section-form {
    padding-bottom: 80px;
  }
}
.section-4__bg-gradient, .section-form__bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  background: transparent linear-gradient(127deg, #EA7500 0%, #EE1855 100%) 0% 0% no-repeat padding-box;
}
.section-4 .section__container, .section-form .section__container {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  z-index: 99;
}
.section-4 .section__content, .section-form .section__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.section-4__title, .section-form__title {
  margin-bottom: 46px;
}
@media (max-width: 560px) {
  .section-4__title, .section-form__title {
    margin-bottom: -10px;
  }
}
.section-4__logo svg, .section-form__logo svg {
  max-width: 355px;
  max-height: 90px;
}
.section-4 .section__img img, .section-form .section__img img {
  width: 100%;
  height: 100%;
}
.section-4__roket, .section-form__roket {
  position: absolute;
  left: 68%;
  opacity: 0;
}
.section-4__roket svg, .section-form__roket svg {
  width: 180px;
  display: inline-block;
}
@media (max-width: 560px) {
  .section-4__roket, .section-form__roket {
    left: calc(100% - 161px);
  }
}

.st0 {
  fill: none;
  stroke: #4A4A4A;
  stroke-width: 3.0003;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 4.0005;
}

.st1 {
  fill: none;
}/*# sourceMappingURL=main.css.map */