/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/css/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *::before, *::after {
  box-sizing: border-box !important;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.petit-titre {
  color: #7525fb;
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 20px;
}

h1, .h1 {
  font-size: 38px;
  line-height: 1.2em;
  font-weight: 600;
}

h2 {
  font-size: 28px;
  font-weight: 600;
  color: #040443;
  margin-bottom: 15px;
  line-height: 1.2em;
}

p {
  margin-bottom: 1.6em;
  line-height: 1.6em;
}

.txt-violet {
  color: #7525fb;
}

a {
  text-decoration: none;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}
body header {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 100;
  height: 140px;
}
body .content {
  margin-top: 140px;
  flex: 1 0 auto;
}
body .footer {
  flex-shrink: 0;
}
body section {
  scroll-margin-top: 150px;
}

.abswrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 600px) {
  .mobile {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .desktop {
    display: none;
  }
}
.card {
  display: block;
  background-color: #7525fb;
  color: #fff;
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 0.6px;
  padding: 45px;
  border-radius: 5px;
  font-weight: 400;
}
.card .card-title {
  margin-bottom: 1.6em;
}
.card li {
  padding: 7px 0;
}

.tag {
  border: solid 1px #7525fb;
  padding: 4px 10px;
  color: #7525fb;
  border-radius: 6px;
  margin: 3px;
  display: inline-block;
}

.gradient-bt {
  background: linear-gradient(to right, #00ffff, #7525fb);
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.gradient-bt span {
  background-color: #040443;
  margin: 1px;
  border-radius: 5px;
  padding: 15px 30px;
  color: #00ffff;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
}

header {
  background-color: #040443;
  border-top: solid 11px #7525fb;
}
header nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 44px;
}
@media screen and (max-width: 600px) {
  header nav {
    display: block;
    padding-top: 22px;
  }
}
header nav .logo svg {
  height: 34px;
}
header nav .menu {
  margin-right: -16px;
}
@media screen and (max-width: 600px) {
  header nav .menu {
    text-align: right;
    margin-top: 22px;
    float: right;
  }
}
header nav .menu ul {
  display: flex;
}
header nav .menu a {
  text-decoration: none;
  padding: 14px;
  color: #cbffff;
  line-height: 1.2em;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.4px;
}
header nav .menu a.contact {
  color: #00ffff;
}

.footer {
  background-color: #5005F9;
  padding: 50px 0;
  color: #cbffff;
  font-size: 15px;
}
.footer a {
  color: #cbffff;
}
.footer .layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  width: 100%;
}
.footer .layout > div:nth-child(3n+2) {
  text-align: center;
}
.footer .layout > div:nth-child(3n+3) {
  text-align: right;
}
@media screen and (max-width: 600px) {
  .footer .layout {
    display: block;
  }
  .footer .layout > div {
    margin-bottom: 40px;
  }
}
.footer .logo-footer {
  height: 23px;
}
.footer .linkedin, .footer .instagram {
  display: block;
  margin-bottom: 15px;
}
.footer .linkedin svg, .footer .instagram svg {
  height: 15px;
  cursor: pointer;
}
.footer .linkedin svg .res-fill, .footer .instagram svg .res-fill {
  fill: #cbffff;
}
.footer .linkedin svg .res-stroke, .footer .instagram svg .res-stroke {
  stroke: #cbffff;
}
.footer .gradient-bt {
  background: #cbffff;
}
.footer .gradient-bt span {
  background-color: #5005F9;
  color: #cbffff;
}

.section-home {
  position: relative;
  height: 680px;
  background-color: #040443;
  color: #fff;
}
.section-home .wrapper {
  height: 100%;
}
.section-home .title {
  height: 100%;
  display: flex;
  align-items: center;
}
.section-home .title .subtitle {
  margin: 40px 0;
}
.section-home p {
  width: 580px;
  max-width: calc(100vw - 40px);
}
.section-home .h1 {
  width: 580px;
  max-width: calc(100vw - 40px);
}
.section-home .h1 h1 {
  display: inline;
}
@media screen and (max-width: 600px) {
  .section-home .h1 {
    font-size: 32px;
  }
}
.section-home .h1 .words {
  height: 1.4em;
  position: relative;
}
@media screen and (max-width: 600px) {
  .section-home .h1 .words {
    display: block;
  }
  .section-home .h1 .words span {
    padding-left: 0 !important;
  }
}
.section-home .h1 .words .inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.4em;
  overflow: hidden;
}
.section-home .h1 .words span {
  padding-left: 10px;
  height: 100%;
  white-space: nowrap;
  display: block;
  animation: spinner 12s infinite;
}
.section-home .subtitle {
  font-size: 16px;
  line-height: 1.56em;
}
.section-home .bg-inginity {
  overflow: hidden;
  height: 800px;
  position: absolute;
  width: 1000px;
  left: calc(100% - 1000px);
}
.section-home .bg-inginity svg {
  position: absolute;
}
.section-home .bg-inginity .ball {
  position: absolute;
  background-color: #5005F9;
  border-radius: 50%;
  offset-distance: 0%;
}
.section-home .bg-inginity .b1 {
  width: 10px;
  height: 10px;
  offset-path: path("M758.4,403l106.9-75.3c61.1-43,114.9-75.1,159.8-95.2c47-21.1,73.7-24.2,85.4-24.2c107.5,0,195,87.5,195,195c0,107.5-87.5,195-195,195c-7.8,0-24.1,0-57.7-12.5c-29.6-11-80.3-34.8-157.3-86.3L619,307.1c-76.9-51.5-127.6-75.3-157.2-86.3c-33.6-12.5-49.9-12.5-57.7-12.5c-107.5,0-195,87.5-195,195s87.5,195,195,195c11.7,0,38.4-3.1,85.4-24.2C534.4,554,588.1,522,649.3,479l107-75.3");
  animation: a-ball 10s linear infinite;
}
.section-home .bg-inginity .b2 {
  width: 20px;
  height: 20px;
  offset-path: path("M971,403.1l73.3-52.1c13.6-9.6,28-18,43.2-24.9c4.2-1.9,8.2-3.5,11.9-4.9l0,0c14-5.3,29.5-5.3,43.6,0l0.1,0c32.5,12.3,54.4,45.3,54.4,82.1c0,36.5-21.6,69.4-53.8,81.8l-0.4,0.2c-14.1,5.4-29.7,5.4-43.9,0l-0.3-0.1c-2.9-1.1-5.8-2.3-9-3.7c-16.4-7.1-31.9-16.1-46.4-26.4l-83.2-59L744.5,239.2l-35.3-24.4c-78.6-54.2-147-92.3-203.2-113.1c-48.7-18.1-80-20.4-101.8-20.4c-177.5,0-321.9,144.4-321.9,321.9s144.4,321.9,321.9,321.9c77.9,0,182-46.6,318.3-142.5l16.9-11.9L971,403.1z");
  animation: a-ball 15s linear infinite;
}
.section-home .bg-inginity .b3 {
  width: 15px;
  height: 15px;
  animation: a-ball 20s linear infinite;
  offset-path: path("M541.6,414.3l-63.3,43c-9.8,6.7-20.2,12.6-31,17.6c-9.4,4.4-17.8,7.9-25.2,10.5l-0.1,0c-15.1,5.3-31.5,5.3-46.6,0l-0.1-0.1c-34.8-12.3-58.3-45.2-58.3-82.1c0-36.5,23.1-69.3,57.5-81.8l0.1-0.1c15.4-5.6,32.3-5.6,47.7,0h0c8,2.9,17,6.6,26.8,11.3c9.6,4.5,18.8,9.8,27.6,15.7l81.2,54.8L757,558.3l48.4,33.4c78.6,54.2,147,92.3,203.3,113.1c48.7,18.1,80,20.4,101.8,20.4c177.5,0,321.9-144.4,321.9-321.9c0-177.5-144.4-321.9-321.9-321.9c-77.9,0-182,46.6-318.3,142.5l-22.4,15.7l-12.3,8.7L541.6,414.3z");
}
@keyframes a-ball {
  from {
    offset-distance: 0%;
  }
  to {
    offset-distance: 100%;
  }
}
@keyframes spinner {
  5% {
    transform: translateY(-110%);
  }
  10% {
    transform: translateY(-100%);
  }
  20% {
    transform: translateY(-100%);
  }
  25% {
    transform: translateY(-210%);
  }
  30% {
    transform: translateY(-200%);
  }
  40% {
    transform: translateY(-200%);
  }
  45% {
    transform: translateY(-310%);
  }
  50% {
    transform: translateY(-300%);
  }
  60% {
    transform: translateY(-300%);
  }
  65% {
    transform: translateY(-410%);
  }
  70% {
    transform: translateY(-400%);
  }
  80% {
    transform: translateY(-400%);
  }
  85% {
    transform: translateY(-510%);
  }
  90% {
    transform: translateY(-500%);
  }
  100% {
    transform: translateY(-500%);
  }
}

.section-savoirfaire {
  margin-top: 140px;
  margin-bottom: 100px;
  text-align: center;
}
.section-savoirfaire .gradient-bt span {
  background-color: #fff;
  color: #7525fb;
}
.section-savoirfaire .bt-container {
  text-align: center;
  margin-top: 50px;
}
.section-savoirfaire .cards {
  margin: 0 -20px;
  overflow: hidden;
}
.section-savoirfaire .cards .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .section-savoirfaire .cards .swiper-wrapper {
    grid-column-gap: unset;
  }
}
.section-savoirfaire .cards .swiper-wrapper .card {
  background-color: #7525fb;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
}
.section-savoirfaire .cards .swiper-wrapper .card h3 {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 400;
}
.section-savoirfaire .cards .swiper-wrapper .card svg {
  margin: 20px;
  height: 140px;
}
.section-savoirfaire .cards .swiper-wrapper .card p {
  margin-bottom: 10px;
}

.section-projets {
  background-color: #f8f8fa;
  padding: 100px 0;
  scroll-margin-top: 90px;
}
@media screen and (max-width: 600px) {
  .section-projets {
    padding-top: 0;
  }
}
.section-projets .swiper {
  max-width: 1200px;
  margin: 0 auto;
  height: 60vh;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .section-projets .swiper {
    height: unset;
  }
}
.section-projets .swiper .inner {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .section-projets .swiper .inner {
    display: block;
    height: unset;
  }
}
.section-projets .swiper .inner > div:nth-child(1) {
  flex: 0 1 35%;
  padding-right: 40px;
  padding-left: 20px;
}
.section-projets .swiper .inner > div:nth-child(2) {
  flex: 0 1 65%;
}
.section-projets .swiper .inner > div:nth-child(2) > div {
  text-align: center;
  margin-right: 20px;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-projets .swiper .inner img {
  max-width: 100%;
  max-height: 100%;
}
.section-projets .swiper .inner h3 {
  font-size: 32px;
  color: #040443;
  margin-bottom: 30px;
  margin-top: 50px;
}
.section-projets .swiper .inner .petit-titre {
  margin-top: 50px;
}
.section-projets .swiper-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.section-projets .swiper-nav .swiper-prev {
  margin-right: 20px;
}
.section-projets .swiper-nav .swiper-next, .section-projets .swiper-nav .swiper-prev {
  display: inline-block;
}
.section-projets .swiper-nav svg {
  height: 34px;
}
.section-projets .swiper-nav .gradient-bt span {
  background-color: #f8f8fa;
  color: #7525fb;
}

.section-methode {
  text-align: center;
  margin: 100px 0;
}
.section-methode p {
  max-width: 500px;
  margin: 10px auto;
}

.page-apropos .section-dawi {
  position: relative;
  padding: 100px 0;
}
.page-apropos .section-dawi .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-color: #CBFFFF;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .page-apropos .section-dawi .background {
    width: 100%;
  }
}
.page-apropos .section-dawi .layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .page-apropos .section-dawi .layout {
    display: block;
  }
}
.page-apropos .section-dawi h1 {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 600px) {
  .page-apropos .section-dawi .card {
    padding: 20px;
    font-size: 14px;
    line-height: 1.6em;
  }
}
.page-apropos .section-medical {
  text-align: center;
  padding: 100px 0;
}
.page-apropos .section-medical .description {
  max-width: 700px;
  margin: 0 auto;
}
.page-apropos .section-medical .medical-cards {
  margin-top: 80px;
}
.page-apropos .section-medical .medical-cards ul {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto auto auto;
  gap: 12px;
  grid-template-areas: "c1 C4" "C2 C4" "C2 C5" "C3 C5";
}
.page-apropos .section-medical .medical-cards ul li:nth-child(0) {
  grid-area: C1;
}
.page-apropos .section-medical .medical-cards ul li:nth-child(1) {
  grid-area: C2;
}
.page-apropos .section-medical .medical-cards ul li:nth-child(2) {
  grid-area: C3;
}
.page-apropos .section-medical .medical-cards ul li:nth-child(3) {
  grid-area: C4;
}
.page-apropos .section-medical .medical-cards ul li:nth-child(4) {
  grid-area: C5;
}
.page-apropos .section-medical .medical-cards ul .card {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .page-apropos .section-medical .medical-cards ul {
    gap: 8px;
  }
  .page-apropos .section-medical .medical-cards ul .card {
    padding: 15px;
    font-size: 14px;
    line-height: 1.6em;
  }
}
.page-apropos .section-me {
  background-color: #040443;
  color: #cbffff;
  margin-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.page-apropos .section-me .photo {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-color: #5005F9;
  transform: translateY(-80px);
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .page-apropos .section-me .photo {
    width: 160px;
    height: 160px;
    transform: translateY(-60px);
  }
}
.page-apropos .section-me .description {
  max-width: 864px;
  font-weight: 400;
  margin: 0 auto;
}

.projets .blur-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
}
.projets .blur-bg img {
  filter: blur(50px);
  opacity: 0.5;
  width: 100%;
}
.projets .wrapper960 {
  max-width: 1000px;
  padding: 0 20px;
  margin: auto;
  padding-top: 100px;
}
.projets .wrapper960 h1 {
  margin-bottom: 1em;
}
.projets .wrapper960 img {
  max-width: 100%;
  margin-bottom: 100px;
  width: 100%;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.projets .wrapper960 .tags {
  max-width: 500px;
  margin-bottom: 1.6em;
}
.projets .wrapper960 .mockups {
  margin-top: 50px;
}
.projets .wrapper960 .description {
  max-width: 500px;
}
.projets .wrapper960 .link {
  text-decoration: none;
  color: #5005F9;
}
.projets .wrapper960 .head {
  display: grid;
  grid-template-columns: 1fr auto;
}
.projets .swiper-nav {
  z-index: 1000;
  position: absolute;
  top: 100px;
  right: 40px;
}
.projets .swiper-nav .swiper-prev {
  margin-right: 30px;
}
.projets .swiper-nav .swiper-prev, .projets .swiper-nav .swiper-next {
  display: inline-block;
  cursor: pointer;
}
.projets .swiper-nav .swiper-prev svg, .projets .swiper-nav .swiper-next svg {
  height: 40px;
}
@media screen and (max-width: 600px) {
  .projets .swiper-nav {
    top: 30px;
    right: 20px;
  }
}
.projets [data-id=bulles] .mockups {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 160px;
}
@media screen and (max-width: 600px) {
  .projets [data-id=bulles] .mockups {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.projets [data-id=bulles] .mockups img {
  margin-bottom: unset;
}
.projets [data-id=bulles] .m2, .projets [data-id=bulles] .m5, .projets [data-id=bulles] .m8 {
  transform: translateY(60px);
}
@media screen and (max-width: 600px) {
  .projets [data-id=bulles] .m2, .projets [data-id=bulles] .m5, .projets [data-id=bulles] .m8 {
    transform: unset;
  }
}
@media screen and (max-width: 600px) {
  .projets [data-id=bulles] .img-outer:nth-child(even) {
    transform: translateY(60px);
  }
}
.projets [data-id=etpadvisor] .m3 {
  margin-left: 40%;
}
.projets [data-id=etpadvisor] .m4 {
  margin-right: 40%;
  margin-top: -60%;
}
.projets [data-id=lina] .m2 {
  margin-left: 40%;
}
.projets [data-id=lina] .m3 {
  margin-right: 40%;
  margin-top: -60%;
}

/**
 * Swiper 8.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 6, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  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;
  /* Fix of Webkit flickering */
  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;
}

/* Auto Height */
.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);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.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%;
  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%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
