.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: #F4F5FA !important;
}

.main {
  overflow: hidden;
}

.pioneer-arena {
  background-image: url("/pioneer/frontend/assets/pages/pioneer-arena/images/big-video/mobile-pic.png") !important;
  background-position: center center !important;
}

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

a {
  text-decoration: none;
  color: inherit;
}

.courses {
  position: relative;
  padding: 160px 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .courses {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .courses {
    padding: 56px 0;
  }
}
.courses:before {
  content: "";
  position: absolute;
  top: -150px;
  left: calc(50% + 400px);
  background-repeat: no-repeat;
  background-image: url("/pioneer/frontend/assets/pages/courses/orange-circle.svg");
  background-size: contain;
  width: 500px;
  height: 500px;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .courses:before {
    left: 50%;
    width: 400px;
    transform: rotate(25deg);
  }
}
@media screen and (max-width: 767px) {
  .courses:before {
    left: calc(50% - 80px);
    top: -100px;
    width: 300px;
    transform: rotate(25deg);
  }
}
@media screen and (max-width: 424px) {
  .courses:before {
    width: 200px;
    top: -100px;
  }
}
.courses:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-repeat: no-repeat;
  background-image: url("/pioneer/frontend/assets/pages/courses/purple-circle.svg");
  background-size: contain;
  width: 500px;
  height: 500px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .courses:after {
    top: auto;
    bottom: calc(50% - 600px);
    width: 376px;
    height: 376px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .courses .courses__title {
    line-height: 40px;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .courses .courses__title {
    max-width: 200px;
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 424px) {
  .courses .courses__title {
    max-width: unset;
    word-break: break-word;
    hyphens: auto;
  }
}
.courses .courses__content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 64px;
  gap: 24px;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .courses .courses__content {
    gap: 16px;
    margin-top: 44px;
  }
}
@media screen and (max-width: 767px) {
  .courses .courses__content {
    margin-top: 28px;
  }
}
.courses .courses__content .courses__card {
  display: flex;
  flex-direction: column;
  max-width: 416px;
  height: 497px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #FCFCFC;
  transition: 0.3s;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .courses .courses__content .courses__card {
    max-width: 336px;
    height: 427px;
  }
}
@media screen and (max-width: 767px) {
  .courses .courses__content .courses__card {
    max-width: unset;
    height: auto;
    padding-bottom: 24px;
  }
}
.courses .courses__content .courses__card:hover {
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.courses .courses__content .courses__card a {
  display: flex;
  flex-direction: column;
}
.courses .courses__content .courses__card a .courses__image-wrapper {
  display: flex;
  width: 100%;
  max-height: 200px;
  position: relative;
  cursor: pointer;
  transform-origin: center bottom;
  transition: 0.4s;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .courses .courses__content .courses__card a .courses__image-wrapper {
    max-height: 191px;
  }
}
.courses .courses__content .courses__card a .courses__image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.courses .courses__content .courses__card a .courses__image-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(33deg, #725EF2 0%, #f44d0b 100%);
  opacity: 0;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.courses .courses__content .courses__card a .courses__image-wrapper:hover {
  transform: scale(1.1);
}
.courses .courses__content .courses__card a .courses__image-wrapper:hover img {
  filter: blur(5px);
}
.courses .courses__content .courses__card a .courses__image-wrapper:hover:after {
  opacity: 0.5;
}
.courses .courses__content .courses__card a .courses__card-title {
  padding: 32px 32px 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .courses .courses__content .courses__card a .courses__card-title {
    padding: 24px 24px 0;
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .courses .courses__content .courses__card a .courses__card-title {
    padding: 24px 24px 0;
    font-size: 20px;
    line-height: 28px;
  }
}
.courses .courses__content .courses__card a .courses__card-desc {
  padding: 12px 32px 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .courses .courses__content .courses__card a .courses__card-desc {
    padding: 12px 24px 0;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .courses .courses__content .courses__card a .courses__card-desc {
    padding: 12px 24px 0;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .courses .courses__content .courses__card--hidden {
    display: none;
  }
}
.courses .courses__show-more-btn {
  display: none;
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .courses .courses__show-more-btn {
    display: block;
  }
}

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