@import "./bootstrap.min.css";
@import "./flickity.css";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-font-smoothing: antialiased !important;
}

.w-limit, main .footer .body, main .content .content__body, main .banner._slider .banner__body, main .banner._framed .banner__body, main .header .header__body {
  max-width: 1632px;
  width: 100%;
  margin: auto;
}

body {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.1em !important;
  background: #000;
  color: #fff;
}

main {
  width: 100%;
}
main .header {
  padding: calc((100vw - 360px) / 1560 * 112 + 144px) calc((100vw - 360px) / 1560 * 8 + 16px) 0;
}
@media (max-width: 767px) {
  main .header .header__text {
    text-align: left !important;
  }
}
main .header .header__body {
  display: flex;
  align-items: flex-end;
}
main .header .header__body .header__heading {
  font-size: calc((100vw - 360px) / 1560 * 72 + 48px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
}
main .header .header__body .header__text {
  color: #FF6801;
  text-align: right;
  font-size: calc((100vw - 360px) / 1560 * 26 + 24px);
  font-weight: 600;
  line-height: 1;
  margin-bottom: calc((100vw - 360px) / 1560 * 4 + 12px);
  margin-top: 36px;
}
main .banner {
  width: 100%;
  margin-top: calc((100vw - 360px) / 1560 * 72 + 72px);
}
main .banner .banner__body {
  width: 100%;
}
main .banner .banner__body .banner__img {
  width: 100%;
}
main .content {
  padding: 0 calc((100vw - 360px) / 1560 * 8 + 16px);
  margin-top: calc((100vw - 360px) / 1560 * 184 + 72px);
}
main .content .content__body .content__item h3 {
  display: inline-block;
  font-size: calc((100vw - 360px) / 1560 * 8 + 32px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(270deg, #FFF 64.73%, rgba(217, 217, 217, 0) 106.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 36px;
}
main .content .content__body .content__item p {
  display: block;
  color: #FFF;
  font-size: calc((100vw - 360px) / 1560 * 8 + 16px);
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: calc((100vw - 360px) / 1560 * 8 + 16px);
}
main .content .content__body .content__item a {
  font-size: calc((100vw - 360px) / 1560 * 8 + 16px);
  font-weight: 600;
  line-height: 1.25;
  cursor: pointer;
}
main .footer {
  padding: 0 calc((100vw - 360px) / 1560 * 8 + 16px);
  margin-top: calc((100vw - 360px) / 1560 * 184 + 72px);
  padding-bottom: calc((100vw - 360px) / 1560 * 184 + 72px);
}
main .footer .body {
  text-align: center;
}
main .footer .body .btn {
  display: inline-flex;
  flex-flow: row;
  align-items: center;
  gap: calc((100vw - 360px) / 1560 * 32 + 24px);
  background: transparent;
  font-size: calc((100vw - 360px) / 1560 * 38 + 32px);
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}
main .footer .body .btn p {
  background: linear-gradient(270deg, #FFF 64.73%, rgba(217, 217, 217, 0) 106.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main .footer .body .btn img {
  height: calc((100vw - 360px) / 1560 * 8 + 16px);
}/*# sourceMappingURL=style.css.map */