/* [project]/components/PublicPages/Homepage/FAQSection/FAQSection.module.scss.module.css [app-client] (css) */
.FAQSection-module-scss-module__Is0gja__FAQ_Section {
  padding: 180px 0 240px;
}

@media screen and (max-width: 767px) {
  .FAQSection-module-scss-module__Is0gja__FAQ_Section {
    padding: 60px 0 100px;
  }
}

.FAQSection-module-scss-module__Is0gja__FAQ_Section .FAQSection-module-scss-module__Is0gja__Header {
  margin-bottom: 20px;
  font-size: 54px;
  font-weight: 800;
  line-height: 70px;
}

@media screen and (max-width: 767px) {
  .FAQSection-module-scss-module__Is0gja__FAQ_Section .FAQSection-module-scss-module__Is0gja__Header {
    font-size: 32px;
    font-weight: 800;
    line-height: 44px;
  }
}

.FAQSection-module-scss-module__Is0gja__FAQ_Section .FAQSection-module-scss-module__Is0gja__Sub_Header {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

@media screen and (max-width: 767px) {
  .FAQSection-module-scss-module__Is0gja__FAQ_Section .FAQSection-module-scss-module__Is0gja__Sub_Header {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  .FAQSection-module-scss-module__Is0gja__FAQ_Section .FAQSection-module-scss-module__Is0gja__FAQ_Collapse {
    margin-top: 40px;
  }
}

.FAQSection-module-scss-module__Is0gja__FAQ_Section .FAQSection-module-scss-module__Is0gja__FAQ_Collapse .FAQSection-module-scss-module__Is0gja__FAQ_Item {
  border-bottom: 1px solid #e3e8ef;
  border-radius: 0;
  transition: all .2s linear;
}

.FAQSection-module-scss-module__Is0gja__FAQ_Section .FAQSection-module-scss-module__Is0gja__FAQ_Collapse .FAQSection-module-scss-module__Is0gja__FAQ_Item .ant-collapse-expand-icon {
  transition: all .2s linear;
}

.FAQSection-module-scss-module__Is0gja__FAQ_Section .FAQSection-module-scss-module__Is0gja__FAQ_Collapse .FAQSection-module-scss-module__Is0gja__FAQ_Item .ant-collapse-item-active {
  transition: all .2s linear;
  background-color: #7fffd4 !important;
}

.FAQSection-module-scss-module__Is0gja__FAQ_Section .FAQSection-module-scss-module__Is0gja__FAQ_Collapse .FAQSection-module-scss-module__Is0gja__FAQ_Item .ant-collapse-header {
  align-items: center;
  padding: 22px 16px;
}

.FAQSection-module-scss-module__Is0gja__FAQ_Section .FAQSection-module-scss-module__Is0gja__FAQ_Collapse .FAQSection-module-scss-module__Is0gja__FAQ_Item .ant-collapse-header[aria-expanded="true"] .ant-collapse-expand-icon svg {
  filter: invert(45%) sepia(49%) saturate(3223%) hue-rotate(335deg) brightness(86%) contrast(110%);
  transform-origin: 0 7px;
  transition: all .2s linear;
  transform: rotate(-45deg);
}

.FAQSection-module-scss-module__Is0gja__FAQ_Section .FAQSection-module-scss-module__Is0gja__FAQ_Collapse .FAQSection-module-scss-module__Is0gja__FAQ_Item .ant-collapse-header[aria-expanded="true"] .ant-collapse-expand-icon img {
  filter: invert(45%) sepia(49%) saturate(3223%) hue-rotate(335deg) brightness(86%) contrast(110%);
  transform-origin: 0 7px;
  transition: all .2s linear;
  transform: rotate(-45deg);
}

.FAQSection-module-scss-module__Is0gja__FAQ_Section .FAQSection-module-scss-module__Is0gja__FAQ_Collapse .FAQSection-module-scss-module__Is0gja__FAQ_Item .ant-collapse-header-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}

@media screen and (max-width: 767px) {
  .FAQSection-module-scss-module__Is0gja__FAQ_Section .FAQSection-module-scss-module__Is0gja__FAQ_Collapse .FAQSection-module-scss-module__Is0gja__FAQ_Item .ant-collapse-header-text {
    font-size: 18px;
    line-height: 30px;
  }
}

.FAQSection-module-scss-module__Is0gja__FAQ_Section .FAQSection-module-scss-module__Is0gja__FAQ_Collapse .FAQSection-module-scss-module__Is0gja__FAQ_Answer {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

/* [project]/components/Layouts/Public/PublicFooter/PublicFooter.module.scss.module.css [app-client] (css) */
.PublicFooter-module-scss-module__gLr8XW__Footer {
  background-color: var(--colorTextBase);
  color: #fff;
  padding-top: 95px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .PublicFooter-module-scss-module__gLr8XW__Footer {
    padding: 50px 0;
  }

  .PublicFooter-module-scss-module__gLr8XW__Footer .PublicFooter-module-scss-module__gLr8XW__Footer_Logo {
    margin-bottom: 50px;
  }

  .PublicFooter-module-scss-module__gLr8XW__Footer .PublicFooter-module-scss-module__gLr8XW__Footer_Logo img {
    max-width: 200px;
  }
}

.PublicFooter-module-scss-module__gLr8XW__Footer .PublicFooter-module-scss-module__gLr8XW__Footer_Link {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .PublicFooter-module-scss-module__gLr8XW__Footer .PublicFooter-module-scss-module__gLr8XW__Footer_Nav {
    text-align: center;
    flex-direction: column;
  }

  .PublicFooter-module-scss-module__gLr8XW__Footer .PublicFooter-module-scss-module__gLr8XW__Footer_Nav .ant-col {
    padding-bottom: 15px;
  }

  .PublicFooter-module-scss-module__gLr8XW__Footer .PublicFooter-module-scss-module__gLr8XW__Footer_Socials {
    margin-bottom: 20px;
  }
}

.PublicFooter-module-scss-module__gLr8XW__Footer .PublicFooter-module-scss-module__gLr8XW__Link_Dark {
  color: #141414 !important;
}

.PublicFooter-module-scss-module__gLr8XW__Footer .PublicFooter-module-scss-module__gLr8XW__Footer_Linkedin {
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: all .3s linear;
  display: inline-flex;
}

.PublicFooter-module-scss-module__gLr8XW__Footer .PublicFooter-module-scss-module__gLr8XW__Footer_Linkedin:hover, .PublicFooter-module-scss-module__gLr8XW__Footer .PublicFooter-module-scss-module__gLr8XW__Footer_Linkedin:focus {
  filter: invert();
  transition: all .3s linear;
}

.PublicFooter-module-scss-module__gLr8XW__Footer .PublicFooter-module-scss-module__gLr8XW__Footer_Linkedin .anticon-twitter {
  font-size: 28px;
}

.PublicFooter-module-scss-module__gLr8XW__Top_Profile_Btn {
  color: #fff;
  letter-spacing: -.48px;
  border: 1px solid #fff;
  border-radius: 30px;
  width: 200px;
  height: 60px;
  margin-bottom: 25px;
  padding: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  background-color: #141414 !important;
}

@media screen and (max-width: 767px) {
  .PublicFooter-module-scss-module__gLr8XW__Top_Profile_Btn {
    width: 157px;
    height: 48px;
    font-size: 16px;
  }
}

.PublicFooter-module-scss-module__gLr8XW__Top_category_Link {
  color: #fff;
  letter-spacing: -.42px;
  cursor: pointer;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

@media screen and (min-width: 767px) {
  .PublicFooter-module-scss-module__gLr8XW__Top_category_Link {
    font-size: 18px !important;
  }
}

/* [project]/components/PublicPages/Pricing/SimplePricingOptions.module.scss.module.css [app-client] (css) */
.SimplePricingOptions-module-scss-module__PCEf5q__root {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 768px) {
  .SimplePricingOptions-module-scss-module__PCEf5q__root {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.SimplePricingOptions-module-scss-module__PCEf5q__cardWrapper {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 24px;
  display: flex;
}

@media (max-width: 768px) {
  .SimplePricingOptions-module-scss-module__PCEf5q__cardWrapper {
    margin-bottom: 8px;
  }
}

.SimplePricingOptions-module-scss-module__PCEf5q__card {
  text-align: left;
  background: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px 30px 30px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
  border-left: none !important;
}

.SimplePricingOptions-module-scss-module__PCEf5q__usCard {
  border: 1px solid #f1f2f9;
  border-radius: 32px;
  padding: 36px 33px 32px;
  box-shadow: 0 2px 15px rgba(25, 33, 61, .1);
}

.SimplePricingOptions-module-scss-module__PCEf5q__percentage, .SimplePricingOptions-module-scss-module__PCEf5q__customTitle {
  color: #333;
  letter-spacing: -.02em;
  align-items: flex-start;
  height: 64px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  margin-bottom: 20px !important;
  font-size: 64px !important;
}

.SimplePricingOptions-module-scss-module__PCEf5q__description {
  color: #666;
  text-align: left;
  flex-grow: 1;
  line-height: 1.5;
  margin-bottom: 0 !important;
  font-size: 20px !important;
}

.SimplePricingOptions-module-scss-module__PCEf5q__planTitle {
  color: #170f49;
  line-height: 1.15;
  margin-bottom: 12px !important;
  font-size: 24px !important;
}

.SimplePricingOptions-module-scss-module__PCEf5q__planPrice {
  color: #170f49;
  line-height: 1.15;
  margin-bottom: 0 !important;
  font-size: 60px !important;
}

.SimplePricingOptions-module-scss-module__PCEf5q__planCopy {
  color: #514f6e;
  line-height: 1.5;
  margin-top: 42px !important;
  margin-bottom: 42px !important;
  font-size: 16px !important;
}

.SimplePricingOptions-module-scss-module__PCEf5q__usCta {
  color: #141414;
  background: #fff;
  border: 1px solid #141414;
  border-radius: 12px;
  width: 100%;
  height: 49px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
  box-shadow: inset 0 -2px 2px rgba(0, 66, 137, .15), inset 0 1px 1px rgba(255, 255, 255, .1), inset 0 3px 4px rgba(223, 238, 255, .1), 0 2px 5px rgba(74, 58, 255, .25);
}

.SimplePricingOptions-module-scss-module__PCEf5q__saveBadge {
  color: #03722d;
  background: #c8d8ce;
  border-radius: 12px;
  padding: 7px 6px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 16px;
  right: 16px;
}

@media (max-width: 768px) {
  .SimplePricingOptions-module-scss-module__PCEf5q__percentage, .SimplePricingOptions-module-scss-module__PCEf5q__customTitle {
    height: 36px;
    margin-bottom: 12px !important;
    font-size: 36px !important;
  }

  .SimplePricingOptions-module-scss-module__PCEf5q__description {
    font-size: 16px !important;
  }
}

.SimplePricingOptions-module-scss-module__PCEf5q__contactSalesBtn {
  z-index: 2;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
  position: relative;
}

.SimplePricingOptions-module-scss-module__PCEf5q__contactSalesBtn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(55, 65, 81, .3);
}

.SimplePricingOptions-module-scss-module__PCEf5q__contactSalesBtn:active {
  transform: translateY(0);
}

.SimplePricingOptions-module-scss-module__PCEf5q__priceRow {
  align-items: flex-end;
  gap: 8px;
  display: flex;
}

.SimplePricingOptions-module-scss-module__PCEf5q__strikedPrice {
  color: #514f6e;
  opacity: .75;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: line-through;
}

/* [project]/node_modules/swiper/swiper.css [app-client] (css) */
:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.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 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-right: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-right: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-right: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-left: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-left: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-left: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  margin-bottom: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-left {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-right {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-top {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-left {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-right {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-top {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.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(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

:is(.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=_47753d8b._.css.map*/