@import "https://fonts.cdnfonts.com/css/clash-display";

/* src/styles/index.scss */
:root {
  --primary: #7C4EFF;
}
body {
  margin: 0;
  padding: 0;
  background: #0E091F;
  color: #fff;
  font-family: "Clash Display", sans-serif;
}
a {
  text-decoration: none;
  color: #fff;
}
.form-check-input:focus {
  box-shadow: none !important;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: inherit;
}
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 99px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.15);
}
.btn {
  border-radius: 5.98693px;
  color: #fff;
  padding: 15px 20px;
  gap: 11px;
  justify-content: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  display: flex;
  align-items: center;
  transition: 0.3s border ease, 0.3s background ease;
}
.btn-primary {
  background: var(--primary);
}
.btn-primary:hover {
  background: transparent;
  border: 1px solid var(--primary);
}
.btn-yellow {
  background: #F1C84B;
}
.btn-yellow:hover {
  border: 1px solid #F1C84B;
}
.btn-black {
  background: #000;
}
.btn-black:hover {
  border: 1px solid #000;
}
.btn-circle {
  height: 63px !important;
  width: 63px !important;
  border-radius: 100% !important;
}
.btn-circle::after {
  display: none;
}
.btn-circle-right {
  padding: 15px 5px;
  height: 47px !important;
  width: 47px !important;
}
.btn-circle-right svg {
  left: 60% !important;
  position: relative;
}
.btn-circle-bottom svg {
  top: 60% !important;
  position: relative;
}
.hero {
  height: 100vh;
  padding-top: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.hero-title {
  font-weight: 600;
  font-size: 80px;
  line-height: 98px;
}
.hero-description {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 45px;
}
.hero-description-center {
  max-width: 480px;
  margin: 50px auto;
  text-align: center;
}
.hero .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-background-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .hero {
    height: auto;
  }
  .hero img {
    max-width: 100%;
  }
  .hero .container {
    flex-direction: column;
  }
  .hero-background-image {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .hero-title {
    font-size: 44px;
    line-height: normal;
  }
}
.content {
  position: relative;
  padding: 2rem 0;
}
.content-title {
  font-weight: 600;
  font-size: 60px;
  line-height: 74px;
  text-align: center;
  margin-bottom: 2rem;
}
.content-blur {
  position: absolute;
  right: -400px;
  top: 50%;
  height: 1200px;
  width: 1200px;
  transform: translateY(-50%);
  z-index: -1;
}
.content-blur-left {
  right: unset;
  left: -400px;
}
.content-blur-center {
  left: 50%;
  top: 0;
  transform: translate(-50%, -10%);
}
.content .col-lg-6 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .content .col-lg-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 576px) {
  .content .col-lg-3 {
    flex-direction: column;
    align-items: center;
  }
  .content-title {
    font-size: 36px;
    margin-top: 0 !important;
  }
}
.works-image {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: auto;
  pointer-events: none;
}
.works-image:last-child {
  left: unset;
  right: 0;
  transform: rotate(180deg);
}
.works-card:first-child {
  margin-bottom: 200px;
}
.works-card-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  max-width: 247px;
}
.works-card-description {
  font-weight: 500;
  font-size: 20px;
  max-width: 227px;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .works-image {
    max-width: 100%;
  }
  .works-card:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .works-image {
    display: none;
  }
  .works-card {
    text-align: center;
  }
  .works-card-title {
    max-width: 100%;
  }
  .works-card-description {
    max-width: 100%;
  }
}
.scratch {
  width: 100%;
  position: relative;
}
.scratch-card {
  width: 100%;
}
.base,
#scratch {
  cursor: grabbing;
  height: 60px;
  left: 120px;
  top: -45px;
  position: absolute;
  border-radius: 10.2846px;
  width: 270px;
}
.base {
  background: #fff;
  box-shadow: 0px 9.33138px 38.4919px rgba(246, 179, 185, 0.4);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.base-item {
  color: #0f0a20;
  display: flex;
  padding: 0 1rem;
  align-items: center;
}
.base-item span:first-child {
  flex: 0 0 100px;
  font-weight: 400;
  font-size: 18.4916px;
}
.base-item span:last-child {
  font-weight: 500;
  font-size: 18.4916px;
}
#scratch {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
@media screen and (max-width: 991px) {
  .scratch {
    display: none;
  }
  .scratch-card {
    display: none;
  }
}
.customer {
  background: var(--primary);
}
.customer .swiper {
  padding: 0 4rem;
}
.customer .swiper-wrapper {
  height: 550px;
  padding-bottom: 1rem;
}
.customer .swiper-pagination {
  top: unset !important;
  bottom: 0 !important;
}
.customer .swiper-slide {
  padding: 2rem 0;
}
.customer .btn {
  display: block !important;
}
.customer .btn svg {
  top: 50%;
  right: 40%;
  position: absolute;
  transform: translateY(-50%);
}
.customer .btn:last-child svg {
  left: 40%;
}
.customer-top-image {
  position: absolute;
  left: 2rem;
  top: 0;
  transform: translateY(-50%);
  background: var(--primary);
  padding: 0 1rem;
}
.customer-card {
  position: relative;
  border: 1.89041px solid #f1c84b;
  border-radius: 28.3562px;
  text-align: center;
  padding: 20px 17px;
  height: 100%;
}
.customer-card-image {
  margin: 10px 0;
  margin-bottom: 20px;
  height: 123px;
  width: 123px;
}
.customer-card-title {
  margin-top: 1rem;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
}
.customer-card-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 148.5%;
}
.star {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  justify-content: center;
}
.swiper-pagination-bullet {
  height: 11px !important;
  width: 11px !important;
  background: #fff !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: #F1C84B !important;
}
.squad {
  margin: 5rem 0;
}
.squad .swiper-wrapper {
  height: max-content;
}
.squad-card {
  margin: 2rem 0;
  transition: 0.3s color ease, 0.3s background ease;
}
.squad-card:hover {
  color: #000;
  background: #F1C84B;
}
.squad-card:hover .customer-card-social {
  color: #000;
}
.squad-card .customer-card-role {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
}
.squad-card .customer-card-social {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0;
  color: #F1C84B;
  justify-content: center;
  transition: 0.3s color ease;
}
@media screen and (max-width: 992px) {
  .swiper {
    padding: 0 !important;
  }
  .swiper-wrapper {
    height: max-content;
    padding-top: 4rem;
  }
  .swiper-button-prev,
  .swiper-button-next {
    top: 30px !important;
  }
}
.feature .row {
  margin-top: 64px;
  --bs-gutter-x: 80px;
  --bs-gutter-y: 64px;
}
.feature-card {
  text-align: center;
}
.feature-card-title {
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 8px;
  text-align: center;
}
.feature-card-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 148.5%;
}
.banner {
  background: #f1c84b;
  border-radius: 16px;
  text-align: center;
  margin-top: 64px;
  padding: 64px 0;
}
.banner-title {
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.02em;
  color: #0c0933;
}
.banner-info {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #0c0933;
}
.payment .row {
  --bs-gutter-x: 129px;
  --bs-gutter-y: 80px;
}
.payment-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 32px 0;
}
.payment-image {
  width: 100%;
  height: 340px;
}
.payment-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
}
.payment-description {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
.payment-price {
  font-weight: 700;
  font-size: 36px;
  margin-top: 30px;
}
.payment-description {
  margin: 80px 0;
  font-weight: 400;
  opacity: 0.75;
}
.other-row {
  display: flex;
  align-items: center;
  gap: 4rem;
  overflow-x: auto;
  padding-bottom: 2rem;
}
.other .payment-card {
  flex: 0 0 532px;
}
@media only screen and (max-width: 991px) {
  .payment-detail {
    text-align: center;
  }
  .payment-detail-title {
    margin-top: 1rem;
    font-size: 37px !important;
  }
  .payment-detail-button {
    width: 100%;
  }
  .quantity {
    margin: 0 auto;
  }
  .payment-description {
    text-align: center;
  }
}
.quantity {
  background: #fff;
  width: max-content;
  height: 69px;
  border-radius: 12px;
}
.quantity-plus,
.quantity-reduce {
  height: 100%;
  padding: 5px 25px;
  outline: 0;
  border: 0;
  border-radius: 12px;
}
.quantity-reduce {
  background: #BDBDBD;
}
.quantity-plus {
  background: #F1C84B;
}
.quantity-input {
  font-weight: 500;
  font-size: 26px;
  line-height: 160.5%;
  width: 60px;
  text-align: center;
  border: 0 !important;
  outline: 0 !important;
  color: #000000;
}
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.payment-detail-title {
  color: #fff;
  font-weight: 500;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 16px;
}
.payment-detail-description {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.payment-detail-button {
  display: inline-block;
  margin-top: 10px;
  background: #7c4eff;
  border-radius: 5.98693px;
  padding: 20px 40px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.payment-detail-button:hover {
  background: none;
  border: 2px solid #7c4eff;
}
.navbar {
  color: #fff;
  position: fixed;
  left: 0;
  z-index: 100;
  top: 0;
  width: 100%;
  transition: 0.3s background ease;
}
.navbar-active {
  background: rgba(0, 0, 0, 0.7803921569);
  backdrop-filter: blur(1rem);
}
.navbar-nav {
  margin-left: auto;
  margin-right: 0 !important;
}
.navbar-collapse {
  gap: 3rem;
}
.navbar-brand {
  height: 120px;
}
.navbar-logo {
  height: 200px;
}
.navbar-nav {
  gap: 2rem;
}
.nav-link {
  color: #fff;
  font-weight: 600;
  position: relative;
  transition: 0.3s color ease;
}
.nav-link::before {
  background: var(--primary);
  height: 2px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  position: absolute;
  bottom: 0;
  transition: 0.3s width ease;
}
.nav-link:not(.nav-link.active)::before {
  width: 0;
}
.nav-link.active,
.nav-link:hover {
  color: var(--primary) !important;
}
.nav-link:hover::before {
  width: 100% !important;
}
@media only screen and (max-width: 991px) {
  .navbar {
    background: rgba(0, 0, 0, 0.7803921569);
    backdrop-filter: blur(1rem);
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  }
  .nav-link {
    text-align: center;
  }
  .feature {
    overflow: hidden;
  }
  .about-image {
    display: none;
  }
  .about-card-image {
    width: 100%;
  }
  .feature .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 64px;
  }
  .about .row {
    margin-top: 0 !important;
  }
  .about {
    text-align: center;
  }
  .about-title {
    font-size: 34px !important;
    margin-top: 40px;
  }
  .content .col-lg-6 {
    display: block;
  }
  .contact-card {
    margin: 20px 0 !important;
    padding: 38px 13px !important;
  }
  .contact-card:first-child {
    margin-top: 40px !important;
  }
  .contact-card:last-child {
    margin-bottom: 40px !important;
  }
  .payment-card .payment-description,
  .col-lg-6 .payment-description {
    margin: -16px 0 !important;
  }
  .payment-card .payment-description {
    text-align: left;
  }
  .payment .row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 60px;
  }
  .payment-image {
    height: 200px;
  }
  .payment-top {
    padding-right: 1rem;
  }
  .hero-description-center {
    max-width: 345px;
  }
}
.footer {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 6rem 0;
}
.footer-logo {
 width: 350px;
}
.footer-nav {
  display: flex;
  align-items: center;
  gap: 58px;
  margin-top: 100px;
  justify-content: center;
}
.footer-nav-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 109%;
  text-align: right;
  color: #FFFFFF;
}
.footer .content-blur {
  width: 1200px;
  height: 1200px;
  top: 70%;
  right: -372px;
}
.footer .content-blur-left {
  left: -372px;
}
.footer .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 59px;
}
@media only screen and (max-width: 991px) {
  .footer-nav {
    flex-direction: column;
  }
  .other .payment-card {
    flex: 0 0 100%;
  }
}
.faq {
  overflow: hidden;
}
.accordion-button,
.accordion-item {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
}
.accordion-item {
  padding: 48px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.accordion-button {
  font-weight: 600;
  font-size: 26px;
  line-height: 147.5%;
  color: #ffffff;
  max-width: 90%;
}
.accordion-button::after {
  display: none;
}
.accordion-body {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  max-width: 90%;
}
.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-image {
  width: 100%;
}
.about-content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.about .row {
  margin-top: -100px;
}
.about-card-image {
  height: 520px;
}
.about-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 60px;
}
.about-description {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 49px;
}
.contact-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  margin-top: 140px;
  border: 1.89041px solid #f1c84b;
  border-radius: 28.3562px;
  padding: 38px 55px;
  height: 250px;
}
.contact-card-title {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}
.contact-card-info {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}
.content.contact {
  background: #7c4eff;
  padding: 96px 0;
}
.contact-form {
  padding-top: 100px;
  margin: 0 auto;
  max-width: 480px;
}
.contact-form .field {
  margin-bottom: 24px;
}
.contact-form .field label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 6px;
}
.contact-form .field input,
.contact-form .field textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  padding: 12px 16px;
}
.contact-form .field input::-webkit-input-placeholder,
.contact-form .field textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #667085;
}
.contact-form .field button {
  display: block;
  margin: 0 auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  padding: 20px 48px;
  color: #000000;
  background: #f1c84b;
  border-radius: 5.98693px;
  outline: none;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.contact-form .field button:hover {
  border: 2px solid #f1c84b;
  color: #fff;
  background: none;
}
.transfer-img {
  max-width: 100%;
}
.transfer .row {
  width: 100%;
  align-items: center;
}
.transfer .content-title {
  margin-bottom: 33px;
  text-align: left;
}
.transfer .content-description {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}
.transfer .content-button {
  margin-top: 64px;
}
.transfer .content-button a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
}
.transfer-form .field input {
  width: 100%;
  outline: none;
  border: none;
  background: none;
  border-bottom: 1px solid #ffffff;
  padding: 19px 10px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.transfer-form .field input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.transfer-form .field button {
  margin-top: 80px;
  color: #fff;
  outline: none;
  border: none;
  background: #7c4eff;
  border-radius: 5.98693px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  padding: 20px 50px;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.transfer-form .field button:hover {
  border: 2px solid #7c4eff;
  background: none;
}

/* node_modules/swiper/swiper.min.css */
@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ 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);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

/* node_modules/swiper/modules/navigation/navigation.min.css */
:root {
  --swiper-navigation-size:44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}

/* node_modules/swiper/modules/pagination/pagination.min.css */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
