@charset "UTF-8";
.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;
}

body {
  background-color: #ffffff !important;
}

.pioneer-arena {
  background-image: url("/pioneer/frontend/assets/pages/pioneer-drone-sim/big-video/locus-poster-mobile.webp") !important;
  background-position: center center !important;
}

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

.news-block {
  background-color: #ffffff !important;
}

.about {
  display: flex;
  flex-direction: column;
  padding: 10rem 0;
  overflow: hidden;
  background-color: #F4F5FA;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .about {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding: 3.5rem 0;
  }
}
.about .about__details {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "title video" "desc video" "buy-btn video";
  min-height: 21.5rem;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .about .about__details {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 6.875rem 1fr 1fr;
    max-height: 25.1875rem;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .about .about__details {
    display: flex;
    flex-direction: column;
    max-height: none;
    min-height: auto;
  }
}
.about .about__details .about__title {
  grid-area: title;
  font-size: 4rem;
  margin-top: 5.1875rem;
  font-weight: 600;
  line-height: 67.2px;
  text-align: left;
  align-self: start;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .about .about__details .about__title {
    font-size: 2.5rem;
    line-height: 45.2px;
    margin-top: 0;
    max-width: 335px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__details .about__title {
    font-size: 2rem;
    width: 100%;
    line-height: 36px;
    letter-spacing: -0.01em;
    margin-top: 0;
  }
}
.about .about__details .about__title span {
  color: #FF7237;
}
.about .about__details .about__desc {
  grid-area: desc;
  font-size: 2rem;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0.01em;
  text-align: left;
  max-width: 750px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .about .about__details .about__desc {
    font-size: 1.5rem;
    line-height: 34px;
    max-width: 21.875rem;
    margin-top: 0;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 767px) {
  .about .about__details .about__desc {
    font-size: 1.5rem;
    line-height: 29px;
    margin-top: 1.25rem;
    max-width: unset;
  }
}
.about .about__details .about__buy-btn {
  grid-area: buy-btn;
  width: 15.4375rem;
  height: 4.8125rem;
  margin-top: 2.5rem;
  padding: 1.5rem 4rem;
  border: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .about .about__details .about__buy-btn {
    margin-top: 2.5rem;
    width: 15.4375rem;
    height: 4.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .about .about__details .about__buy-btn {
    width: 100%;
    height: 3.25rem;
    font-size: 1rem;
    padding: 0;
    justify-content: center;
    margin-top: 2.5rem;
  }
}
.about .about__details .about__watch {
  grid-area: video;
  display: flex;
  position: relative;
  height: fit-content;
  align-self: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .about .about__details .about__watch {
    height: fit-content;
    margin: auto 0;
  }
}
@media screen and (max-width: 767px) {
  .about .about__details .about__watch {
    width: 100%;
    margin-top: 2.5rem;
  }
}
.about .about__details .about__watch .about__watch__image {
  width: 100%;
  height: auto;
  object-fit: contain;
  min-width: 400px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .about .about__details .about__watch .about__watch__image {
    max-width: 21rem;
    height: auto;
    min-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .about .about__details .about__watch .about__watch__image {
    max-width: unset;
    min-width: unset;
    object-fit: contain;
  }
}
@media screen and (min-width: 0px) and (max-width: 424px) {
  .about .about__details .about__watch .about__watch__image {
    max-width: unset;
    object-fit: contain;
  }
}
.about .about__representation {
  display: flex;
  flex-direction: column;
  margin-top: 10rem;
  padding: 2.5rem;
  gap: 1rem;
  border: 1px dashed #FF7237;
  border-radius: 30px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .about .about__representation {
    margin-top: 64px;
    gap: 0.625rem;
    padding: 1.5rem;
    line-height: 5px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__representation {
    border-radius: 20px;
    padding: 1.5rem;
    gap: 0.625rem;
    margin-top: 3.5rem;
  }
}
.about .about__representation p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.01em;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .about .about__representation p {
    font-size: 1.25rem;
    max-width: 38rem;
  }
}
@media screen and (max-width: 767px) {
  .about .about__representation p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
  }
}
.about .about__representation p span {
  color: #FF7237;
}
@media screen and (max-width: 767px) {
  .about .about__representation p {
    font-size: 1rem;
    line-height: 22px;
  }
}

.possibilities {
  position: relative;
  padding: 160px 0;
  background-color: #487FFB;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .possibilities {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .possibilities {
    padding: 56px 0;
  }
}
.possibilities .possibilities__title {
  color: #FCFCFC;
}
.possibilities .possibilities__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
.possibilities .possibilities__wrapper .possibilities__content {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  gap: 80px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .possibilities .possibilities__wrapper .possibilities__content {
    margin-top: 40px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .possibilities .possibilities__wrapper .possibilities__content {
    margin-top: 32px;
    flex-direction: column;
  }
}
.possibilities .possibilities__wrapper .possibilities__content .possibilities__preview {
  position: relative;
  width: 50%;
  max-width: 929px;
  height: fit-content;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .possibilities .possibilities__wrapper .possibilities__content .possibilities__preview {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .possibilities .possibilities__wrapper .possibilities__content .possibilities__preview {
    display: none;
  }
}
.possibilities .possibilities__wrapper .possibilities__content .possibilities__preview .possibilities__video-preview {
  width: 100%;
  border-radius: 30px;
}
.possibilities .possibilities__wrapper .possibilities__content .possibilities__preview .possibilities__watch-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.possibilities .possibilities__wrapper .possibilities__content .possibilities__info {
  min-width: 25rem;
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .possibilities .possibilities__wrapper .possibilities__content .possibilities__info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .possibilities .possibilities__wrapper .possibilities__content .possibilities__info {
    min-width: unset;
    width: 100%;
  }
}
.possibilities .possibilities__wrapper .possibilities__content .possibilities__info .accordion {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .possibilities .possibilities__wrapper .possibilities__content .possibilities__info .accordion {
    gap: 1.125rem;
  }
}
.possibilities .possibilities__wrapper .possibilities__content .possibilities__info .accordion .accordion__divider {
  width: 100%;
  height: 0.125rem;
  background-color: #FCFCFC;
}
.possibilities .possibilities__wrapper .possibilities__content .possibilities__info .accordion .accordion__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.possibilities .possibilities__wrapper .possibilities__content .possibilities__info .accordion .accordion__item .accordion__header {
  position: relative;
  background-color: transparent;
  border: none;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 29.26px;
  letter-spacing: 0.01em;
  color: #FCFCFC;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .possibilities .possibilities__wrapper .possibilities__content .possibilities__info .accordion .accordion__item .accordion__header {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.possibilities .possibilities__wrapper .possibilities__content .possibilities__info .accordion .accordion__item .accordion__header .accordion__header-arrow {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/pioneer/frontend/assets/pages/pioneer-arena/images/accordion/accordion-arrow.svg");
  background-repeat: no-repeat;
  transform: rotate(180deg);
  transition: 0.35s;
}
.possibilities .possibilities__wrapper .possibilities__content .possibilities__info .accordion .accordion__item .accordion-content {
  height: 0;
  transition: height 0.4s, margin-top 0.3s, opacity 0.2s;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #FCFCFC;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .possibilities .possibilities__wrapper .possibilities__content .possibilities__info .accordion .accordion__item .accordion-content {
    font-size: 1rem;
    line-height: 20px;
  }
}
.possibilities .possibilities__wrapper .possibilities__content .possibilities__info .accordion .accordion__item .content-open {
  margin-top: 24px !important;
  opacity: 1;
}
.possibilities .possibilities__wrapper .possibilities__content .possibilities__info .accordion .accordion__item .arrow-open {
  transform: rotate(0deg) !important;
}
.possibilities .possibilities__orbit-star {
  position: absolute;
  top: -170px;
  right: -250px;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .possibilities .possibilities__orbit-star {
    transform: scale(0.8);
    top: -251px;
    right: -300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .possibilities .possibilities__orbit-star {
    top: -300px;
    right: -340px;
    transform: rotate(-10deg);
  }
}
@media screen and (max-width: 767px) {
  .possibilities .possibilities__orbit-star {
    transform: scale(0.65) rotate(-15deg);
    top: -330px;
    right: -300px;
  }
}
.possibilities .possibilities__figure {
  position: absolute;
  top: 900px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .possibilities .possibilities__figure {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .possibilities .possibilities__figure {
    display: none;
  }
}
.possibilities .possibilities__star {
  position: absolute;
  top: 170px;
  left: -290px;
  z-index: 1;
}

.possibilities-mobile {
  position: relative;
  display: none;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .possibilities-mobile {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .possibilities-mobile {
    display: flex;
  }
}
.possibilities-mobile .possibilities-mobile__background {
  width: 100%;
  object-fit: cover;
}
.possibilities-mobile .possibilities-mobile__watch-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}

.usages {
  position: relative;
  background-color: #2C2D34;
  padding: 160px 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .usages {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .usages {
    padding: 56px 0;
  }
}
.usages:before {
  position: absolute;
  content: "";
  top: 500px;
  right: 50px;
  width: 119px;
  height: 119px;
  background-image: url("/pioneer/frontend/assets/pages/pioneer-drone-sim/usages/decor.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .usages:before {
    top: 10px;
    right: 10px;
    transform: rotate(-90deg) scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  .usages:before {
    top: -10px;
    right: 10px;
    transform: rotate(-90deg) scale(0.6);
  }
}
.usages .usages__title-wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
.usages .usages__title-wrapper .usages__title {
  color: #FCFCFC;
}
.usages .usages__title-wrapper .usages__title span {
  color: #FF7237;
}
.usages .usages__title-wrapper .usages-swiper__control {
  display: flex;
  gap: 20px;
  margin-top: 36px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .usages .usages__title-wrapper .usages-swiper__control {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .usages .usages__title-wrapper .usages-swiper__control {
    display: none;
  }
}
.usages .usages__title-wrapper .usages-swiper__control div {
  display: flex;
  position: static;
  width: 48px;
  height: 48px;
  border: 2px solid #FF7237;
  border-radius: 8px;
}
.usages .usages__title-wrapper .usages-swiper__control div:after {
  font-size: 22px;
  color: #FF7237;
}
.usages .usages__swiper {
  margin-top: 64px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .usages .usages__swiper {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .usages .usages__swiper {
    margin-top: 24px;
  }
}
.usages .usages__swiper .swiper-wrapper .usage-slide__content {
  display: flex;
  gap: 24px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .usages .usages__swiper .swiper-wrapper .usage-slide__content {
    flex-direction: column;
  }
}
.usages .usages__swiper .swiper-wrapper .usage-slide__content .usages-slide__image-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .usages .usages__swiper .swiper-wrapper .usage-slide__content .usages-slide__image-wrapper {
    min-width: 336px;
    height: fit-content;
  }
}
.usages .usages__swiper .swiper-wrapper .usage-slide__content .usages-slide__image-wrapper .usages-slide__image {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .usages .usages__swiper .swiper-wrapper .usage-slide__content .usages-slide__image-wrapper .usages-slide__image {
    max-height: 189px;
  }
}
.usages .usages__swiper .swiper-wrapper .usage-slide__content .usages-slide__image-wrapper .usage-slide__img-bottom-wrapper {
  position: relative;
  height: min-content;
}
.usages .usages__swiper .swiper-wrapper .usage-slide__content .usages-slide__image-wrapper .usage-slide__img-bottom-wrapper .usages-slide__image-bottom {
  border-radius: 8px;
}
.usages .usages__swiper .swiper-wrapper .usage-slide__content .usages-slide__image-wrapper .usage-slide__img-bottom-wrapper button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background-image: url("/pioneer/frontend/assets/pages/pioneer-drone-sim/usages/play-video.svg");
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.usages .usages__swiper .swiper-wrapper .usage-slide__content .usages-slide__image-wrapper button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.usages .usages__swiper .swiper-wrapper .usage-slide__content .usages-slide__info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 40px;
  height: auto;
  background-color: #26272D;
  border-radius: 30px;
  max-width: 526px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .usages .usages__swiper .swiper-wrapper .usage-slide__content .usages-slide__info {
    padding: 16px;
    max-width: fit-content;
    gap: 12px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .usages .usages__swiper .swiper-wrapper .usage-slide__content .usages-slide__info {
    padding: 16px;
    max-width: fit-content;
    gap: 12px;
    border-radius: 16px;
  }
}
.usages .usages__swiper .swiper-wrapper .usage-slide__content .usages-slide__info .usages-slide__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: #FCFCFC;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .usages .usages__swiper .swiper-wrapper .usage-slide__content .usages-slide__info .usages-slide__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .usages .usages__swiper .swiper-wrapper .usage-slide__content .usages-slide__info .usages-slide__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }
}
.usages .usages__swiper .swiper-wrapper .usage-slide__content .usages-slide__info .usages-slide__desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #FCFCFC;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .usages .usages__swiper .swiper-wrapper .usage-slide__content .usages-slide__info .usages-slide__desc {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .usages .usages__swiper .swiper-wrapper .usage-slide__content .usages-slide__info .usages-slide__desc {
    font-size: 16px;
    line-height: 20px;
  }
}

.locations {
  padding: 100px 0 160px;
  background-color: #2C2D34;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .locations {
    padding: 0 0 64px;
  }
}
@media screen and (max-width: 767px) {
  .locations {
    padding: 0 0 56px;
  }
}
.locations .locations__title-wrapper {
  display: flex;
  justify-content: space-between;
}
.locations .locations__title-wrapper .locations__title {
  color: #FCFCFC;
}
.locations .locations__title-wrapper .locations-swiper__control {
  display: flex;
  gap: 20px;
  margin-top: 36px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .locations .locations__title-wrapper .locations-swiper__control {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .locations .locations__title-wrapper .locations-swiper__control {
    display: none;
  }
}
.locations .locations__title-wrapper .locations-swiper__control div {
  display: flex;
  position: static;
  width: 48px;
  height: 48px;
  border: 2px solid #FF7237;
  border-radius: 8px;
}
.locations .locations__title-wrapper .locations-swiper__control div:after {
  font-size: 22px;
  color: #FF7237;
}
.locations .locations__swiper {
  margin-top: 64px;
  overflow: visible;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .locations .locations__swiper {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .locations .locations__swiper {
    overflow: hidden;
    margin-top: 24px;
  }
}
.locations .locations__swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: fit-content;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .locations .locations__swiper .swiper-wrapper .swiper-slide {
    max-width: 336px;
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .locations .locations__swiper .swiper-wrapper .swiper-slide {
    max-width: 100%;
    gap: 12px;
  }
}
.locations .locations__swiper .swiper-wrapper .swiper-slide .locations__slide-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: #FCFCFC;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .locations .locations__swiper .swiper-wrapper .swiper-slide .locations__slide-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .locations .locations__swiper .swiper-wrapper .swiper-slide .locations__slide-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }
}
.locations .locations__swiper .swiper-wrapper .swiper-slide .locations__image-wrapper {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.locations .locations__swiper .swiper-wrapper .swiper-slide .locations__image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.locations .locations__swiper .swiper-wrapper .swiper-slide .locations__image-wrapper .locations__watch-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.levels {
  padding: 0 0 160px;
  background-color: #2C2D34;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .levels {
    padding: 0 0 64px;
  }
}
@media screen and (max-width: 767px) {
  .levels {
    padding: 0 0 56px;
  }
}
.levels .levels__title {
  color: #FCFCFC;
}
.levels .levels__title span {
  color: #FF7237;
}
.levels .levels__content {
  position: relative;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 64px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .levels .levels__content {
    flex-direction: column;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .levels .levels__content {
    flex-direction: column;
    margin-top: 32px;
  }
}
.levels .levels__content .levels__card {
  box-sizing: border-box;
  width: 100%;
  padding: 40px;
  border-radius: 30px;
  border: 1px solid rgba(252, 252, 252, 0.1490196078);
  min-height: 613px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .levels .levels__content .levels__card {
    min-height: unset;
  }
}
@media screen and (max-width: 767px) {
  .levels .levels__content .levels__card {
    min-height: unset;
    padding: 24px;
  }
}
.levels .levels__content .levels__card:nth-child(1) {
  position: relative;
}
.levels .levels__content .levels__card:nth-child(1):before {
  position: absolute;
  content: "";
  bottom: -70px;
  left: -60px;
  width: 211px;
  height: 120px;
  background-image: url("/pioneer/frontend/assets/pages/pioneer-drone-sim/levels/decor.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .levels .levels__content .levels__card:nth-child(1):before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .levels .levels__content .levels__card:nth-child(1):before {
    display: none;
  }
}
.levels .levels__content .levels__card:nth-child(3) {
  position: relative;
}
.levels .levels__content .levels__card:nth-child(3):before {
  display: none;
  position: absolute;
  content: "";
  bottom: -55px;
  right: 30px;
  width: 128px;
  height: 81px;
  background-image: url("/pioneer/frontend/assets/pages/pioneer-drone-sim/levels/decor.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .levels .levels__content .levels__card:nth-child(3):before {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .levels .levels__content .levels__card:nth-child(3):before {
    display: block;
  }
}
.levels .levels__content .levels__card .levels__card-title {
  color: #FF7237;
  margin-top: 24px;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
}
@media screen and (max-width: 767px) {
  .levels .levels__content .levels__card .levels__card-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.levels .levels__content .levels__card .levels__card-desc {
  position: relative;
  margin-top: 16px;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #FCFCFC;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .levels .levels__content .levels__card .levels__card-desc {
    font-size: 20px;
    line-height: 28px;
  }
}

.models {
  padding: 160px 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .models {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .models {
    padding: 56px 0;
  }
}
.models .models__content {
  display: flex;
  margin-top: 64px;
  gap: 24px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .models .models__content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .models .models__content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .models .models__content {
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .models .models__content {
    margin-top: 32px;
    gap: 16px;
    flex-direction: column;
  }
}
.models .models__content .models__card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 40px;
  background-color: #F4F5FA;
  border-radius: 30px;
  width: 100%;
  max-width: 306px;
  justify-content: center;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .models .models__content .models__card {
    max-width: 306px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .models .models__content .models__card {
    max-width: 306px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .models .models__content .models__card {
    max-width: 48.5%;
  }
}
@media screen and (max-width: 767px) {
  .models .models__content .models__card {
    max-width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 424px) {
  .models .models__content .models__card {
    padding: 24px;
  }
}
.models .models__content .models__card:nth-child(4) .models__card-title {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .models .models__content .models__card:nth-child(4) .models__card-title {
    text-align: left;
  }
}
.models .models__content .models__card .models__card-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-top: 51px;
}
.models .models__content .models__card a {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.models .models__content .models__card .models__card-list {
  display: flex;
  list-style-position: inside;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
.models .models__content .models__card .models__card-list li::marker {
  color: #725EF2;
  margin-right: 8px !important;
}

.additional .additional__title {
  max-width: 744px;
}
.additional .additional__title span {
  color: #FF7237;
}
.additional .additional-swiper {
  display: flex;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .additional .additional-swiper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .additional .additional-swiper {
    margin-top: 32px;
  }
}
.additional .additional-swiper .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .additional .additional-swiper .swiper-wrapper {
    flex-wrap: nowrap;
    gap: unset;
  }
}
.additional .additional-swiper .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  width: 100%;
  max-width: 636px;
  cursor: pointer;
  background-color: black;
  border-radius: 30px;
  min-height: 362px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide {
    width: 48%;
    min-height: unset;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide {
    width: 48%;
    min-height: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide {
    max-width: 100%;
    height: 387px;
  }
}
@media screen and (max-width: 767px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide {
    min-height: unset;
    height: auto;
  }
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview {
  position: relative;
  width: 100%;
  transition: 0.2s ease-out;
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview img {
  border-radius: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview img {
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview img {
    border-radius: 16px;
  }
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview .additional__flip-arrow {
  position: absolute;
  bottom: 32px;
  right: 32px;
  z-index: 10;
  width: 16px;
  height: 16px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview .additional__flip-arrow {
    bottom: 16px;
    right: 24px;
  }
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview .additional__watch-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview .additional__swiper-slide-title {
  position: absolute;
  bottom: 32px;
  left: 32px;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #FCFCFC;
}
@media screen and (max-width: 767px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview .additional__swiper-slide-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    bottom: 16px;
    left: 24px;
  }
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-text {
    gap: 16px;
    padding: 16px;
  }
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-text .additional__slide-text__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #FCFCFC;
}
@media screen and (max-width: 767px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-text .additional__slide-text__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-text .additional__slide-text__desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #FCFCFC;
}
@media screen and (max-width: 767px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-text .additional__slide-text__desc {
    font-size: 12px;
    line-height: 15px;
  }
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-text .additional__flip-arrow--rotated {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 10;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-text .additional__flip-arrow--rotated {
    top: 16px;
    right: 24px;
  }
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview--hidden {
  position: absolute;
  transform: scale(0);
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-text--hidden {
  position: absolute;
  transform: scale(0);
}

.requirements {
  background-color: #F4F5FA;
}
.requirements .requirements__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10rem 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .requirements .requirements__wrapper {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .requirements .requirements__wrapper {
    padding: 3.5rem 0;
  }
}
.requirements .requirements__wrapper .requirements__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 78px;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .requirements .requirements__wrapper .requirements__title {
    font-size: 2.5rem;
    line-height: 46px;
    max-width: 33.625rem;
  }
}
@media screen and (max-width: 767px) {
  .requirements .requirements__wrapper .requirements__title {
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: -0.01em;
    max-width: 18.0625rem;
  }
}
.requirements .requirements__wrapper .requirements__controls {
  display: flex;
}
.requirements .requirements__wrapper .requirements__controls .requirements__buttons {
  width: 100%;
  margin-top: 4rem;
  padding-bottom: 1.25rem;
  border: none;
  border-bottom: 2px solid #725EF2;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #725EF2;
  cursor: pointer;
  opacity: 30%;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .requirements .requirements__wrapper .requirements__controls .requirements__buttons {
    display: none;
  }
}
.requirements .requirements__wrapper .requirements__controls .requirements__buttons-active {
  opacity: 1 !important;
}
.requirements .requirements__wrapper .requirements__controls__mobile {
  display: none;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .requirements .requirements__wrapper .requirements__controls__mobile {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
}
.requirements .requirements__wrapper .requirements__controls__mobile .requirements__buttons__mobile {
  padding: 1rem;
  border-radius: 16px;
  border: 2px solid #725EF2;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  color: #725EF2;
  width: fit-content;
  text-align: left;
  transition: 0.3s;
  background-color: transparent;
  cursor: pointer;
}
.requirements .requirements__wrapper .requirements__controls__mobile .requirements__buttons__mobile-active {
  background-color: #725EF2;
  color: #FCFCFC;
}
.requirements .requirements__wrapper .requirements__table {
  margin-top: 5rem;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .requirements .requirements__wrapper .requirements__table {
    overflow: scroll;
  }
}
@media screen and (max-width: 767px) {
  .requirements .requirements__wrapper .requirements__table {
    margin-top: 0.875rem;
  }
}
.requirements .requirements__wrapper .requirements__table .comparison-table {
  display: none;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-family: Arial, sans-serif;
  transition: 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .requirements .requirements__wrapper .requirements__table .comparison-table {
    width: 1000px;
  }
}
.requirements .requirements__wrapper .requirements__table .comparison-table thead tr {
  border-bottom: 1px solid #B1A8EA;
}
.requirements .requirements__wrapper .requirements__table .comparison-table thead tr th {
  padding-bottom: 1.25rem;
  text-wrap: balance;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.01em;
  height: 44px;
}
.requirements .requirements__wrapper .requirements__table .comparison-table thead tr th span {
  display: inline-block;
  max-width: 250px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .requirements .requirements__wrapper .requirements__table .comparison-table thead tr th {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .requirements .requirements__wrapper .requirements__table .comparison-table thead tr th {
    height: auto;
  }
}
.requirements .requirements__wrapper .requirements__table .comparison-table tbody td {
  border-bottom: 1px solid #B1A8EA;
  padding: 1.25rem 0.625rem 1.25rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .requirements .requirements__wrapper .requirements__table .comparison-table tbody td {
    padding: 1.25rem 0.625rem 1.25rem 1.25rem;
  }
}
.requirements .requirements__wrapper .requirements__table .comparison-table tbody td:first-child {
  text-align: left;
  max-width: 28.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .requirements .requirements__wrapper .requirements__table .comparison-table tbody td:first-child {
    width: 35%;
  }
}
.requirements .requirements__wrapper .requirements__table .comparison-table tbody td:nth-child(2) {
  text-align: center;
  vertical-align: middle !important;
}
.requirements .requirements__wrapper .requirements__table .comparison-table tbody td p {
  font-size: 1rem;
  font-weight: 500;
}
.requirements .requirements__wrapper .requirements__table .comparison-table tbody td ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style-type: none;
  margin: 0.9375rem 0 0 0;
}
.requirements .requirements__wrapper .requirements__table .comparison-table tbody td ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: left;
}
.requirements .requirements__wrapper .requirements__table .comparison-table tbody td ul li:before {
  content: "•";
  color: #725EF2;
  font-size: 2rem;
  margin-right: 10px;
}
.requirements .requirements__wrapper .requirements__table .comparison-table tbody td span {
  display: block;
  text-align: center;
}
.requirements .requirements__wrapper .requirements__table .comparison-table-active {
  display: block;
}
.requirements .requirements__wrapper .requirements__arrow-img {
  position: absolute;
  top: 70px;
  right: -220px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .requirements .requirements__wrapper .requirements__arrow-img {
    left: unset;
    right: -160px;
    top: -85px;
    transform: scaleX(-1) scale(0.45) rotate(60deg);
  }
}
@media screen and (max-width: 767px) {
  .requirements .requirements__wrapper .requirements__arrow-img {
    left: unset;
    transform: scaleX(-1) scale(0.45) rotate(60deg);
    top: -80px;
    right: -95px;
  }
}

.useful-links-block {
  background-color: #487FFB !important;
  margin-top: 160px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .useful-links-block {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .useful-links-block {
    margin-top: 56px;
  }
}

.useful-links-block::before {
  content: "";
  background-image: url("/pioneer/frontend/assets/blocks/useful-links/before_blue.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 590px;
  height: 714px;
}

.watch-btn {
  width: 16.9375rem;
  height: 3.25rem;
  padding: 1rem 2rem;
  border-radius: 8px;
  color: #487FFB;
  background-color: #FCFCFC;
  font-size: 1rem;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  text-indent: 23px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.watch-btn:hover {
  background-color: #cbcbcb;
}
.watch-btn:before {
  position: absolute;
  left: 2rem;
  top: calc(50% - 8px);
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #487FFB;
  background-image: url("/pioneer/frontend/assets/pages/pioneer-locus/images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 53% center;
}

.swiper-pagination {
  position: relative;
  display: none;
  margin: 32px auto 0;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-pagination {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    display: flex;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #FF7237;
  width: 16px;
  height: 16px;
}

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