@media screen and (max-width: 991px) {
  .hero {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

h1.hero__title {
  font-size: var(--heading-xxxl-mobile);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--stack-5);
  text-align: center;
  text-transform: capitalize;
}

@media screen and (min-width: 992px) {
  h1.hero__title {
    font-size: var(--heading-xxxl);
  }
}

.hero__descr a {
  text-decoration: underline;
}

.hero__descr strong {
  font-weight: 500;
}

.hero__descr a:hover {
  text-decoration: underline;
}

.hero__text {
  font-size: var(--text-lg);
  margin-bottom: 2.4em;
  text-align: center;
}

.hero__content {
  margin-bottom: 5.5em;
}

.hero__wrapper {
  padding: 4.8em 0 9.6em;
  color: #fff;
}

.hero__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6em;
}

.hero__logos:not(:last-child) {
  margin-bottom: 2.4em;
}

.hero__logos span {
  display: none;
}

.hero__logos img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.hero__logos img.smaller {
  max-width: 4.2em;
}

#hero-form {
  scroll-margin-top: 102px;
}

.hero__form-text {
  font-size: 2em;
  line-height: 1.325;
  text-align: center;
  margin-bottom: 2.5em;
}

.hero__form .editable-form--title,
.hero__form .editable-form--body {
  display: none;
}

.hero__form-text strong {
  font-weight: 500;
}

.hero__frame {
  display: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, #fff));
  background: -o-linear-gradient(top, transparent 20%, #fff 20%);
  background: linear-gradient(180deg, transparent 20%, #fff 20%);
  padding-bottom: 50px;
}

.hero__video,
.hero__video img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1/.56;
  max-width: 107.6em;
  margin: 0 auto 3.6em;
  position: relative;
}

.hero__video .play-button {
  width: 13%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(17, 80, 153, 0.76);
}

.hero__video a:hover .play-button {
  background-color: rgba(28, 112, 208, 0.76);
}

.hero__video .play-button img {
  margin: 0;
}

.hero__video img::before {
  content: "";
  display: block;
  width: 100%;
  height: 5.2em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 251, 253, 0)), to(#f6fbfd));
  background: -o-linear-gradient(top, rgba(246, 251, 253, 0) 0, #f6fbfd 100%);
  background: linear-gradient(180deg, rgba(246, 251, 253, 0) 0, #f6fbfd 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.hero__video>div {
  z-index: 2;
}

.hero__video.desktop {
  display: none;
}

.hero .hero__link {
  width: 100%;
}

.hero .hero__descr {
  display: none;
}

@media (min-width: 768px) {
  .hero .hero__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (min-width: 992px) {
  h1.hero__title {
    width: 90%;
    text-align: left;
  }

  .hero .hero__descr {
    display: block;
    text-align: left;
    margin-bottom: var(--stack-10);
  }

  .hero__text {
    text-align: left;
  }

  .hero__content {
    max-width: 48.5em;
    margin-bottom: 0;
  }

  .hero__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4em;
  }

  .hero__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 3.2em;
    margin-bottom: -2.4em;
  }

  .hero__logos span {
    display: block;
    width: 100%;
  }

  .hero__logos img {
    margin-bottom: 2.4em;
    max-width: 100%;
  }

  .hero__logos img.smaller {
    max-width: 100%;
  }

  .hero__form {
    width: calc(50% - 2em);
    max-width: 44.5em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .hero__form-text {
    display: none;
  }

  .hero__frame {
    display: block;
  }

  .hero__video {
    margin-bottom: 0;
  }

  .hero__video.mobi {
    display: none;
  }

  .hero__video.desktop {
    display: block;
  }
}

@media (min-width: 1280px) {
  .hero__text {
    margin-bottom: 3.2em;
  }

  .hero__wrapper {
    padding: 4em 0 12em;
  }

  .hero__frame {
    padding-bottom: 6em;
  }
}
