.container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .container {
    max-width: 1296px;
    padding: 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 688px;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: calc(100% - 30px);
    padding: 0 15px;
  }
}
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: Montserrat, sans-serif;
}

.main {
  overflow: hidden;
}

div > p:not(:last-of-type) {
  margin-bottom: unset;
}

@media screen and (max-width: 767px) {
  .big-video-wrapper.pioneer-mini-2 {
    background-image: url("/pioneer/frontend/assets/pages/pioneer-arena-code/desktop-background.png");
    background-position: center;
  }
}
.copter__details {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "title video" "desc video" "buy-btn video";
}
@media screen and (max-width: 767px) {
  .copter__details {
    display: flex;
    flex-direction: column;
  }
}
.copter__details .copter__title {
  grid-area: title;
  font-size: 4rem;
  font-weight: 600;
  line-height: 67.2px;
  text-align: left;
  align-self: start;
}
@media screen and (max-width: 991px) {
  .copter__details .copter__title {
    font-size: 2.5rem;
    line-height: 45.2px;
    max-width: 345px;
  }
}
@media screen and (max-width: 767px) {
  .copter__details .copter__title {
    font-size: 2rem;
    width: 100%;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
}
.copter__details .copter__title span {
  color: #FF7237;
}
.copter__details .copter__desc {
  grid-area: desc;
  font-size: 2rem;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0.01em;
  text-align: left;
  max-width: 33.625rem;
  margin-top: 2rem;
}
@media screen and (max-width: 991px) {
  .copter__details .copter__desc {
    font-size: 1.5rem;
    line-height: 34px;
    max-width: 336px;
    margin-top: 24px;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 767px) {
  .copter__details .copter__desc {
    font-size: 1.5rem;
    line-height: 29px;
    margin-top: 1.25rem;
    max-width: unset;
  }
}
.copter__details .copter__buy-btn {
  grid-area: buy-btn;
  width: 100%;
  max-width: 26.25rem;
  height: 4.8125rem;
  margin-top: 2.5rem;
  padding: 1.5rem 4rem;
  border: none;
}
@media screen and (max-width: 991px) {
  .copter__details .copter__buy-btn {
    margin-top: 2.5rem;
    height: 4.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .copter__details .copter__buy-btn {
    width: 100%;
    max-width: 100%;
    height: 3.25rem;
    font-size: 1rem;
    padding: 0;
    justify-content: center;
    margin-top: 2.5rem;
  }
}
.copter__details .copter__watch {
  grid-area: video;
  display: flex;
  position: relative;
  height: fit-content;
  align-self: center;
  justify-self: right;
}
@media screen and (max-width: 991px) {
  .copter__details .copter__watch {
    height: fit-content;
    align-self: start;
    transform: scale(1.2) translate(-5%, 10%);
  }
}
@media screen and (max-width: 767px) {
  .copter__details .copter__watch {
    width: 100%;
    margin-top: 2.5rem;
    transform: unset;
  }
}
.copter__details .copter__watch .copter__watch__image {
  width: 100%;
  max-width: 693px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .copter__details .copter__watch .copter__watch__image {
    max-width: 21rem;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .copter__details .copter__watch .copter__watch__image {
    max-width: unset;
    object-fit: contain;
  }
}
@media screen and (max-width: 424px) {
  .copter__details .copter__watch .copter__watch__image {
    max-width: unset;
    object-fit: contain;
  }
}

.communicate-with-team-block {
  margin-bottom: 160px;
}
@media screen and (max-width: 991px) {
  .communicate-with-team-block {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .communicate-with-team-block {
    margin-bottom: 3.5rem;
  }
}

.support {
  margin: 160px 0 0;
}
@media screen and (max-width: 991px) {
  .support {
    margin: 4rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .support {
    margin: 3.5rem 0 0;
  }
}
.support .support-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-template-areas: "title image" "desc image" "button image";
  grid-gap: 0 24px;
  background-color: #FF7237;
  padding: 64px;
  border-radius: 40px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .support .support-content {
    display: flex;
    flex-direction: column;
    padding: 40px 24px;
  }
}
.support .support-content .support__title {
  grid-area: title;
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .support .support-content .support__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1%;
  }
}
.support .support-content .support__desc {
  grid-area: desc;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .support .support-content .support__desc {
    margin-top: 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
  }
}
.support .support-content .support__img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  grid-area: image;
}
.support .support-content .support__img-wrapper .support__img {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  width: 100%;
  max-width: 560px;
}
@media screen and (max-width: 991px) {
  .support .support-content .support__img-wrapper .support__img {
    position: static;
    max-width: 100%;
    transform: unset;
  }
}
.support .support-content .support__btn {
  display: flex;
  grid-area: button;
  max-width: 558px;
  justify-content: center;
  margin-top: 24px;
  height: fit-content;
  padding: 24px;
  font-weight: 700;
  font-size: clamp(17px, 1.5vw, 24px);
  line-height: 100%;
  letter-spacing: 10%;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .support .support-content .support__btn {
    max-width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .support .support-content .support__btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 16px;
  }
}
@media screen and (max-width: 424px) {
  .support .support-content .support__btn {
    max-width: unset;
    margin-top: 24px;
  }
}

.useful-links-block .h2 {
  margin-bottom: 0;
}
.useful-links-block .row {
  margin-top: 0;
}
.useful-links-block .row .useful-links-block__item {
  margin-top: 32px;
}
@media screen and (max-width: 991px) {
  .useful-links-block .row .useful-links-block__item {
    margin-top: 16px;
  }
}
.useful-links-block .download-title {
  margin-top: 64px;
}
.useful-links-block .download-title h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
}
@media screen and (max-width: 991px) {
  .useful-links-block .download-title h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 1%;
  }
}
@media screen and (max-width: 767px) {
  .useful-links-block .download-title h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 1%;
  }
}

/*# sourceMappingURL=styles.css.map */
