/*
Theme Name: Italpizza
*/
@font-face {
  font-family: "AzoSans";
  src: url("components/fonts/AzoSans-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AzoSans";
  src: url("components/fonts/AzoSans-Bold.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AzoSans";
  src: url("components/fonts/AzoSans-Black.otf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TAYBenditos";
  src: url("components/fonts/TAYBenditos.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body, html {
  font-size: calc(16px + 14 * (100vw - 992px) / 928);
  font-family: "AzoSans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 992px) {
  body, html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  body, html {
    font-size: 30px;
  }
}

b, strong {
  font-weight: 700;
}

p {
  font-size: calc(22px + 8 * (100vw - 992px) / 928);
  margin-bottom: 2rem;
  font-size: inherit;
}
@media screen and (max-width: 992px) {
  p {
    font-size: 22px;
  }
}
@media screen and (min-width: 1920px) {
  p {
    font-size: 30px;
  }
}
p:last-child {
  margin-bottom: 0;
}

.paragraph {
  font-size: calc(22px + 8 * (100vw - 992px) / 928);
}
@media screen and (max-width: 992px) {
  .paragraph {
    font-size: 22px;
  }
}
@media screen and (min-width: 1920px) {
  .paragraph {
    font-size: 30px;
  }
}
.paragraph:last-child {
  margin-bottom: 0;
}

.small, small {
  font-size: calc(16px + 4 * (100vw - 992px) / 928);
}
@media screen and (max-width: 992px) {
  .small, small {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .small, small {
    font-size: 20px;
  }
}

.small2 {
  font-size: calc(19px + 6 * (100vw - 992px) / 928);
}
@media screen and (max-width: 992px) {
  .small2 {
    font-size: 19px;
  }
}
@media screen and (min-width: 1920px) {
  .small2 {
    font-size: 25px;
  }
}

.smallMenu {
  font-size: calc(16px + 9 * (100vw - 992px) / 928);
}
@media screen and (max-width: 992px) {
  .smallMenu {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .smallMenu {
    font-size: 25px;
  }
}

.font-60px {
  font-size: calc(30px + 30 * (100vw - 992px) / 928);
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .font-60px {
    font-size: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .font-60px {
    font-size: 60px;
  }
}

.font-80px {
  font-size: calc(40px + 40 * (100vw - 992px) / 928);
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .font-80px {
    font-size: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .font-80px {
    font-size: 80px;
  }
}

.ligne-verte {
  padding-left: 10%;
  position: relative;
}
@media (max-width: 1100px) {
  .ligne-verte {
    padding-left: 0%;
  }
  .ligne-verte:before {
    display: none;
  }
}
.ligne-verte:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: calc(10% - 30px);
  height: 0.4vw;
  background-color: var(--color2);
  z-index: -1;
}

h1, h2, h3 {
  font-weight: 400;
}

.citation {
  font-size: calc(28px + 8 * (100vw - 992px) / 928);
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 20px;
  font-style: italic;
}
@media screen and (max-width: 992px) {
  .citation {
    font-size: 28px;
  }
}
@media screen and (min-width: 1920px) {
  .citation {
    font-size: 36px;
  }
}
.citation:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  font-size: calc(60px + 100 * (100vw - 992px) / 928);
  line-height: 1.1;
  margin-top: 0px;
  margin-bottom: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  h1, .h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1920px) {
  h1, .h1 {
    font-size: 160px;
  }
}
h1:last-child, .h1:last-child {
  margin-bottom: 0;
}

h2, .h2 {
  font-size: calc(70px + 150 * (100vw - 992px) / 928);
  font-family: "TAYBenditos", sans-serif;
  margin-top: 0px;
  margin-bottom: 2rem;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  h2, .h2 {
    font-size: 70px;
  }
}
@media screen and (min-width: 1920px) {
  h2, .h2 {
    font-size: 220px;
  }
}
h2:last-child, .h2:last-child {
  margin-bottom: 0;
}

.h2B {
  font-size: calc(80px + 200 * (100vw - 992px) / 928);
  margin-top: 0px;
  margin-bottom: 2rem;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .h2B {
    font-size: 80px;
  }
}
@media screen and (min-width: 1920px) {
  .h2B {
    font-size: 280px;
  }
}
.h2B:last-child {
  margin-bottom: 0;
}

h3, .h3 {
  font-size: calc(32px + 12 * (100vw - 992px) / 928);
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  h3, .h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1920px) {
  h3, .h3 {
    font-size: 44px;
  }
}
h3:last-child, .h3:last-child {
  margin-bottom: 0;
}

h4, .h4 {
  font-size: calc(28px + 8 * (100vw - 992px) / 928);
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  h4, .h4 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1920px) {
  h4, .h4 {
    font-size: 36px;
  }
}
h4:last-child, .h4:last-child {
  margin-bottom: 0;
}

h5, .h5 {
  font-size: calc(24px + 1 * (100vw - 992px) / 928);
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  h5, .h5 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1920px) {
  h5, .h5 {
    font-size: 25px;
  }
}

h6, .h6 {
  font-size: calc(18px + 4 * (100vw - 992px) / 928);
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 120%;
}
@media screen and (max-width: 992px) {
  h6, .h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  h6, .h6 {
    font-size: 22px;
  }
}

.TAYBenditos {
  font-family: "TAYBenditos", sans-serif;
}

.jubilat {
  font-family: jubilat, serif;
}

.stevie {
  font-family: stevie-sans, sans-serif;
}

.font-extrabold, .font-900 {
  font-weight: 900 !important;
}

.font-bold, .bold, .font-700 {
  font-weight: 700 !important;
}

.font-semibold, .semibold, .font-600 {
  font-weight: 600 !important;
}

.font-normal, .font-500 {
  font-weight: 500 !important;
}

.font-thin, .font-400 {
  font-weight: 400 !important;
}

body {
  background-color: #EEEDE6;
  --white: #fff;
  --black: #000;
  --color1: #E4102C;
  --color2: #00A246;
  --color3: #0097A0;
  --color4: #E6E6E6;
}

.realisationsHeader.template-dark {
  color: #fff;
}
.realisationsHeader.template-dark a {
  color: #fff;
}

.white {
  color: #EEEDE6;
}

.black {
  color: #000000;
}

.color1 {
  color: #E4102C;
}

.color2 {
  color: #00A246;
}

.color3 {
  color: #0097A0;
}

.color4 {
  color: #E6E6E6;
}

.color5 {
  color: #18304B;
}

.color6 {
  color: #EEEDE6;
}

.white-bg, .bg-color-white {
  background-color: #EEEDE6;
}

.black-bg {
  background-color: #000000;
}

.color1-bg {
  background-color: #E4102C;
}

.color2-bg {
  background-color: #00A246;
}

.color3-bg {
  background-color: #0097A0;
}

.color4-bg {
  background-color: #E6E6E6;
}

.color5-bg {
  background-color: #18304B;
}

.color6-bg {
  background-color: #EEEDE6;
}

.grey1-bg {
  background-color: #F7F7F7;
}

.grey2-bg {
  background-color: rgba(214, 222, 237, 0.368627451);
}

.grey3-bg {
  background-color: #F7F7F7;
}

.grey4-bg {
  background-color: #D6DEED;
}

.bt-black {
  border-top: 1px solid #000;
}

.box-shadow {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}

.box-shadow-1 {
  box-shadow: -1px 13px 20px rgba(55, 56, 60, 0.1215686275);
}

.border-color1 {
  border: 1px solid #E4102C;
}

.border-color-18304b {
  border: 1px solid #18304b;
}

.btn {
  overflow: visible;
  background-color: #E4102C;
  padding: 1rem 1.5rem 0.9rem;
  border-radius: 150px;
  border: none;
  line-height: 1em;
  text-decoration: none;
  display: inline-block;
  color: #EEEDE6;
  border: none;
  transition: all 0.3s;
  position: relative;
  font-weight: 600;
  z-index: 1;
  white-space: nowrap;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #000000;
  color: #fff;
}
.btn.btn_big {
  font-size: calc(32px + 12 * (100vw - 992px) / 928);
  padding: 1.5rem 3rem 1.3rem;
}
@media screen and (max-width: 992px) {
  .btn.btn_big {
    font-size: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .btn.btn_big {
    font-size: 44px;
  }
}
.btn.btn_black {
  background-color: #000;
}
.btn.btn_black:hover {
  background-color: #E4102C;
}
.btn.btn_empty {
  padding: 0.5rem 1rem 0.3rem;
  background-color: transparent;
  border: 0.1rem solid #E4102C;
  color: #E4102C;
}
.btn.btn_empty:hover {
  background-color: #fff;
  color: #E4102C;
}

.btn_white {
  color: var(--color1);
  background-color: var(--white);
  border-color: var(--white);
}

.btn-grey {
  color: #000;
  background-color: #E0E0E0;
  border-color: #E0E0E0;
}
.btn-grey:hover {
  color: #fff;
  border-color: #E0E0E0;
}
.btn-grey.on {
  color: #fff;
  background-color: var(--color1);
  border-color: var(--color1);
}
.btn-grey.on:hover {
  border-color: var(--color2);
}
/*MENU ////////////////////////*/
.logoContainer {
  height: 2.5rem;
}
.logoContainer img {
  height: 100%;
  width: auto;
}

.menu-principal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.6s;
  transform: translateY(-100%);
}
.menu-principal.menu-scrolled {
  transform: translateY(0);
}

.navPrincipal {
  display: flex;
  align-items: center;
}
.navPrincipal li a {
  padding: 0.6rem 1rem 0.4rem;
  color: #EEEDE6;
  display: block;
  text-transform: uppercase;
  border-radius: 5rem;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  border: 0.1rem solid transparent;
}
.navPrincipal li a:hover {
  border-color: #000;
  color: #000;
}
@media (max-width: 992px) {
  .navPrincipal li:not(.menu-link-commander) {
    display: none;
  }
}
.navPrincipal li.menu-link-commander {
  margin-left: 0.5rem;
}
.navPrincipal li.menu-link-commander a {
  padding: 0.6rem 1rem 0.4rem;
  background-color: #EEEDE6;
  border-radius: 30px;
  position: relative;
  color: #000000;
  display: flex;
  align-items: center;
}
.navPrincipal li.menu-link-commander a:after {
  content: "";
  display: block;
  width: 2.5rem;
  aspect-ratio: 2/1;
  transition: background 500ms ease-in-out;
  background-image: url(img/vespa.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  transition: all 0.6s;
}
.navPrincipal li.menu-link-commander a:hover {
  border-color: transparent;
  background-color: #000;
  color: #fff;
}

/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

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

.swiper-container-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-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

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

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

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

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

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

: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(-1 * 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: 0.35;
  cursor: auto;
  pointer-events: none;
}

.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;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .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(0.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(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

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

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

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

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide {
  height: auto;
}

.swiper-button-next_solo, .swiper-button-prev_solo {
  position: relative;
  margin-top: 0;
}

.swiper-button-next_solo, .swiper-button-prev_solo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #000;
  position: relative;
  right: auto;
  top: auto;
  left: auto;
  transition: all 0.5s;
}
.swiper-button-next_solo:hover, .swiper-button-prev_solo:hover {
  background-color: #E4102C;
}
.swiper-button-next_solo:after, .swiper-button-prev_solo:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  height: 50%;
  aspect-ratio: 1/1;
  background-color: #EEEDE6;
  transition: background 500ms ease-in-out;
  mask-image: url(img/chevron.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  transition: all 0.6s;
  transform: translateY(-50%) translateX(-50%) rotate(-90deg);
}

.swiper-button-prev_solo {
  margin-right: 0.5rem;
}
.swiper-button-prev_solo:after {
  left: 46%;
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.z-2 {
  z-index: 2;
}

.gap-1 {
  --gap: 1rem;
}

.gap-2 {
  --gap: 2rem;
}

.gap-4 {
  --gap: 4rem;
}

.gap-6 {
  --gap: 6rem;
}

.pft-1 {
  padding-top: var(--gap);
}

.pfb-1 {
  padding-bottom: var(--gap);
}

.mft-1 {
  margin-top: var(--gap);
}

.mfb-1 {
  margin-bottom: var(--gap);
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  box-sizing: border-box;
  gap: 0 var(--gap);
}
.flex-row > * {
  width: 100%;
}

.col {
  --col-span: 12; /* mobile-first: take full row */
  grid-column: span 12/span 12;
  box-sizing: border-box;
  min-width: 0;
}

.flex-row .col-1 {
  flex: 0 0 calc(8.3333333333% - var(--gap) / 1) !important;
}

.flex-row .col-2 {
  flex: 0 0 calc(16.6666666667% - var(--gap) / 1) !important;
}

.flex-row .col-3 {
  flex: 0 0 calc(25% - var(--gap) / 1) !important;
}

.flex-row .col-4 {
  flex: 0 0 calc(33.3333333333% - var(--gap) / 1.5) !important;
}

.flex-row .col-5 {
  flex: 0 0 calc(41.6666666667% - var(--gap) / 1) !important;
}

.flex-row .col-6 {
  flex: 0 0 calc(50% - var(--gap) / 2) !important;
}

.flex-row .col-7 {
  flex: 0 0 calc(58.3333333333% - var(--gap) / 1) !important;
}

.flex-row .col-8 {
  flex: 0 0 calc(66.6666666667% - var(--gap) / 1) !important;
}

.flex-row .col-9 {
  flex: 0 0 calc(75% - var(--gap) / 1) !important;
}

.flex-row .col-10 {
  flex: 0 0 calc(83.3333333333% - var(--gap) / 1) !important;
}

.flex-row .col-11 {
  flex: 0 0 calc(91.6666666667% - var(--gap) / 1) !important;
}

.flex-row .col-12 {
  flex: 0 0 calc(100% - var(--gap) / 1000000000) !important;
}

@media (min-width: 1px) {
  .flex-row .col-xs-1 {
    flex: 0 0 calc(8.3333333333% - var(--gap) / 1) !important;
  }
  .flex-row .col-xs-2 {
    flex: 0 0 calc(16.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-xs-3 {
    flex: 0 0 calc(25% - var(--gap) / 1) !important;
  }
  .flex-row .col-xs-4 {
    flex: 0 0 calc(33.3333333333% - var(--gap) / 1.5) !important;
  }
  .flex-row .col-xs-5 {
    flex: 0 0 calc(41.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-xs-6 {
    flex: 0 0 calc(50% - var(--gap) / 2) !important;
  }
  .flex-row .col-xs-7 {
    flex: 0 0 calc(58.3333333333% - var(--gap) / 1) !important;
  }
  .flex-row .col-xs-8 {
    flex: 0 0 calc(66.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-xs-9 {
    flex: 0 0 calc(75% - var(--gap) / 1) !important;
  }
  .flex-row .col-xs-10 {
    flex: 0 0 calc(83.3333333333% - var(--gap) / 1) !important;
  }
  .flex-row .col-xs-11 {
    flex: 0 0 calc(91.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-xs-12 {
    flex: 0 0 calc(100% - var(--gap) / 1000000000) !important;
  }
}
@media (min-width: 576px) {
  .flex-row .col-sm-1 {
    flex: 0 0 calc(8.3333333333% - var(--gap) / 1) !important;
  }
  .flex-row .col-sm-2 {
    flex: 0 0 calc(16.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-sm-3 {
    flex: 0 0 calc(25% - var(--gap) / 1) !important;
  }
  .flex-row .col-sm-4 {
    flex: 0 0 calc(33.3333333333% - var(--gap) / 1.5) !important;
  }
  .flex-row .col-sm-5 {
    flex: 0 0 calc(41.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-sm-6 {
    flex: 0 0 calc(50% - var(--gap) / 2) !important;
  }
  .flex-row .col-sm-7 {
    flex: 0 0 calc(58.3333333333% - var(--gap) / 1) !important;
  }
  .flex-row .col-sm-8 {
    flex: 0 0 calc(66.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-sm-9 {
    flex: 0 0 calc(75% - var(--gap) / 1) !important;
  }
  .flex-row .col-sm-10 {
    flex: 0 0 calc(83.3333333333% - var(--gap) / 1) !important;
  }
  .flex-row .col-sm-11 {
    flex: 0 0 calc(91.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-sm-12 {
    flex: 0 0 calc(100% - var(--gap) / 1000000000) !important;
  }
}
@media (min-width: 768px) {
  .flex-row .col-md-1 {
    flex: 0 0 calc(8.3333333333% - var(--gap) / 1) !important;
  }
  .flex-row .col-md-2 {
    flex: 0 0 calc(16.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-md-3 {
    flex: 0 0 calc(25% - var(--gap) / 1) !important;
  }
  .flex-row .col-md-4 {
    flex: 0 0 calc(33.3333333333% - var(--gap) / 1.5) !important;
  }
  .flex-row .col-md-5 {
    flex: 0 0 calc(41.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-md-6 {
    flex: 0 0 calc(50% - var(--gap) / 2) !important;
  }
  .flex-row .col-md-7 {
    flex: 0 0 calc(58.3333333333% - var(--gap) / 1) !important;
  }
  .flex-row .col-md-8 {
    flex: 0 0 calc(66.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-md-9 {
    flex: 0 0 calc(75% - var(--gap) / 1) !important;
  }
  .flex-row .col-md-10 {
    flex: 0 0 calc(83.3333333333% - var(--gap) / 1) !important;
  }
  .flex-row .col-md-11 {
    flex: 0 0 calc(91.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-md-12 {
    flex: 0 0 calc(100% - var(--gap) / 1000000000) !important;
  }
}
@media (min-width: 992px) {
  .flex-row .col-lg-1 {
    flex: 0 0 calc(8.3333333333% - var(--gap) / 1) !important;
  }
  .flex-row .col-lg-2 {
    flex: 0 0 calc(16.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-lg-3 {
    flex: 0 0 calc(25% - var(--gap) / 1) !important;
  }
  .flex-row .col-lg-4 {
    flex: 0 0 calc(33.3333333333% - var(--gap) / 1.5) !important;
  }
  .flex-row .col-lg-5 {
    flex: 0 0 calc(41.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-lg-6 {
    flex: 0 0 calc(50% - var(--gap) / 2) !important;
  }
  .flex-row .col-lg-7 {
    flex: 0 0 calc(58.3333333333% - var(--gap) / 1) !important;
  }
  .flex-row .col-lg-8 {
    flex: 0 0 calc(66.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-lg-9 {
    flex: 0 0 calc(75% - var(--gap) / 1) !important;
  }
  .flex-row .col-lg-10 {
    flex: 0 0 calc(83.3333333333% - var(--gap) / 1) !important;
  }
  .flex-row .col-lg-11 {
    flex: 0 0 calc(91.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-lg-12 {
    flex: 0 0 calc(100% - var(--gap) / 1000000000) !important;
  }
}
@media (min-width: 1200px) {
  .flex-row .col-xl-1 {
    flex: 0 0 calc(8.3333333333% - var(--gap) / 1) !important;
  }
  .flex-row .col-xl-2 {
    flex: 0 0 calc(16.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-xl-3 {
    flex: 0 0 calc(25% - var(--gap) / 1) !important;
  }
  .flex-row .col-xl-4 {
    flex: 0 0 calc(33.3333333333% - var(--gap) / 1.5) !important;
  }
  .flex-row .col-xl-5 {
    flex: 0 0 calc(41.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-xl-6 {
    flex: 0 0 calc(50% - var(--gap) / 2) !important;
  }
  .flex-row .col-xl-7 {
    flex: 0 0 calc(58.3333333333% - var(--gap) / 1) !important;
  }
  .flex-row .col-xl-8 {
    flex: 0 0 calc(66.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-xl-9 {
    flex: 0 0 calc(75% - var(--gap) / 1) !important;
  }
  .flex-row .col-xl-10 {
    flex: 0 0 calc(83.3333333333% - var(--gap) / 1) !important;
  }
  .flex-row .col-xl-11 {
    flex: 0 0 calc(91.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-xl-12 {
    flex: 0 0 calc(100% - var(--gap) / 1000000000) !important;
  }
}
@media (min-width: 1400px) {
  .flex-row .col-xxl-1 {
    flex: 0 0 calc(8.3333333333% - var(--gap) / 1) !important;
  }
  .flex-row .col-xxl-2 {
    flex: 0 0 calc(16.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-xxl-3 {
    flex: 0 0 calc(25% - var(--gap) / 1) !important;
  }
  .flex-row .col-xxl-4 {
    flex: 0 0 calc(33.3333333333% - var(--gap) / 1.5) !important;
  }
  .flex-row .col-xxl-5 {
    flex: 0 0 calc(41.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-xxl-6 {
    flex: 0 0 calc(50% - var(--gap) / 2) !important;
  }
  .flex-row .col-xxl-7 {
    flex: 0 0 calc(58.3333333333% - var(--gap) / 1) !important;
  }
  .flex-row .col-xxl-8 {
    flex: 0 0 calc(66.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-xxl-9 {
    flex: 0 0 calc(75% - var(--gap) / 1) !important;
  }
  .flex-row .col-xxl-10 {
    flex: 0 0 calc(83.3333333333% - var(--gap) / 1) !important;
  }
  .flex-row .col-xxl-11 {
    flex: 0 0 calc(91.6666666667% - var(--gap) / 1) !important;
  }
  .flex-row .col-xxl-12 {
    flex: 0 0 calc(100% - var(--gap) / 1000000000) !important;
  }
}
@media (max-width: 0.98px) {
  .hide-under-xs {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .hide-under-sm {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hide-under-md {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hide-under-lg {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hide-under-xl {
    display: none !important;
  }
}

@media (max-width: 1399.98px) {
  .hide-under-xxl {
    display: none !important;
  }
}

@media (min-width: 0.98px) {
  .hide-over-xs {
    display: none !important;
  }
}

@media (min-width: 575.98px) {
  .hide-over-sm {
    display: none !important;
  }
}

@media (min-width: 767.98px) {
  .hide-over-md {
    display: none !important;
  }
}

@media (min-width: 991.98px) {
  .hide-over-lg {
    display: none !important;
  }
}

@media (min-width: 1199.98px) {
  .hide-over-xl {
    display: none !important;
  }
}

@media (min-width: 1399.98px) {
  .hide-over-xxl {
    display: none !important;
  }
}

.show-over-xs {
  display: none !important;
}
@media (min-width: 1px) {
  .show-over-xs {
    display: block !important;
  }
}

.show-over-sm {
  display: none !important;
}
@media (min-width: 576px) {
  .show-over-sm {
    display: block !important;
  }
}

.show-over-md {
  display: none !important;
}
@media (min-width: 768px) {
  .show-over-md {
    display: block !important;
  }
}

.show-over-lg {
  display: none !important;
}
@media (min-width: 992px) {
  .show-over-lg {
    display: block !important;
  }
}

.show-over-xl {
  display: none !important;
}
@media (min-width: 1200px) {
  .show-over-xl {
    display: block !important;
  }
}

.show-over-xxl {
  display: none !important;
}
@media (min-width: 1400px) {
  .show-over-xxl {
    display: block !important;
  }
}

div {
  position: relative;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}
img.fullWidth {
  width: 100%;
}
.fullWidth img {
  width: 100%;
  max-width: none;
}

.fullWidth, .full-width {
  width: 100%;
}

.h-100vh {
  height: 100dvh;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.transition-ease {
  transition: all 0.6s;
}

.bold {
  font-weight: bold;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration-line: underline;
}
.underline:focus, .underline:hover {
  text-decoration-line: underline;
}

.nopad {
  padding-right: 0px;
  padding-left: 0px;
}

.mt-auto {
  margin-top: auto !important;
}

.m-00 {
  margin: 0rem;
}

.m-10 {
  margin: 1rem;
}

.m-20 {
  margin: 2rem;
}

.m-30 {
  margin: 3rem;
}

.m-40 {
  margin: 4rem;
}

.m-50 {
  margin: 5rem;
}

.m-60 {
  margin: 6rem;
}

.m-70 {
  margin: 7rem;
}

.m-80 {
  margin: 8rem;
}

.m-90 {
  margin: 9rem;
}

.m-100 {
  margin: 10rem;
}

.mr-10 {
  margin-right: 1rem;
}

.mr-20 {
  margin-right: 2rem;
}

.mr-30 {
  margin-right: 3rem;
}

.mr-40 {
  margin-right: 4rem;
}

.mr-50 {
  margin-right: 5rem;
}

.mr-60 {
  margin-right: 6rem;
}

.mr-70 {
  margin-right: 7rem;
}

.mr-80 {
  margin-right: 8rem;
}

.mr-90 {
  margin-right: 9rem;
}

.mr-100 {
  margin-right: 10rem;
}

.mt-00 {
  margin-top: 0rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mt-60 {
  margin-top: 6rem;
}

.mt-70 {
  margin-top: 7rem;
}

.mt-80 {
  margin-top: 8rem;
}

.mt-90 {
  margin-top: 9rem;
}

.mt-100 {
  margin-top: 10rem;
}

.ml-00 {
  margin-left: 0rem;
}

.ml-10 {
  margin-left: 1rem;
}

.ml-20 {
  margin-left: 2rem;
}

.ml-30 {
  margin-left: 3rem;
}

.ml-40 {
  margin-left: 4rem;
}

.ml-50 {
  margin-left: 5rem;
}

.ml-60 {
  margin-left: 6rem;
}

.ml-70 {
  margin-left: 7rem;
}

.ml-80 {
  margin-left: 8rem;
}

.ml-90 {
  margin-left: 9rem;
}

.ml-100 {
  margin-left: 10rem;
}

.mb-00 {
  margin-bottom: 0rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

.mb-70 {
  margin-bottom: 7rem;
}

.mb-80 {
  margin-bottom: 8rem;
}

.mb-90 {
  margin-bottom: 9rem;
}

.mb-100 {
  margin-bottom: 10rem;
}

.p-10 {
  padding: 1rem;
}

.p-20 {
  padding: 2rem;
}

.p-30 {
  padding: 3rem;
}

.p-40 {
  padding: 4rem;
}

.p-50 {
  padding: 5rem;
}

.p-60 {
  padding: 6rem;
}

.p-70 {
  padding: 7rem;
}

.p-80 {
  padding: 8rem;
}

.p-90 {
  padding: 9rem;
}

.p-100 {
  padding: 10rem;
}

.pt-10 {
  padding-top: 1rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pt-30 {
  padding-top: 3rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pt-50 {
  padding-top: 5rem;
}

.pt-60 {
  padding-top: 6rem;
}

.pt-70 {
  padding-top: 7rem;
}

.pt-80 {
  padding-top: 8rem;
}

.pt-90 {
  padding-top: 9rem;
}

.pt-100 {
  padding-top: 10rem;
}

.pbpx-1 {
  padding-bottom: 1rem;
}

.pbpx-2 {
  padding-bottom: 2rem;
}

.pbpx-3 {
  padding-bottom: 3rem;
}

.pbpx-4 {
  padding-bottom: 4rem;
}

.pbpx-5 {
  padding-bottom: 5rem;
}

.pbpx-6 {
  padding-bottom: 6rem;
}

.pbpx-7 {
  padding-bottom: 7rem;
}

.pbpx-8 {
  padding-bottom: 8rem;
}

.pbpx-9 {
  padding-bottom: 9rem;
}

.pbpx-10 {
  padding-bottom: 10rem;
}

.pb-10 {
  padding-bottom: 1rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.pb-30 {
  padding-bottom: 3rem;
}

.pb-40 {
  padding-bottom: 4rem;
}

.pb-50 {
  padding-bottom: 5rem;
}

.pb-60 {
  padding-bottom: 6rem;
}

.pb-70 {
  padding-bottom: 7rem;
}

.pb-80 {
  padding-bottom: 8rem;
}

.pb-90 {
  padding-bottom: 9rem;
}

.pb-100 {
  padding-bottom: 10rem;
}

.pr-10 {
  padding-right: 1rem;
}

.pr-20 {
  padding-right: 2rem;
}

.pr-30 {
  padding-right: 3rem;
}

.pr-40 {
  padding-right: 4rem;
}

.pr-50 {
  padding-right: 5rem;
}

.pr-60 {
  padding-right: 6rem;
}

.pr-70 {
  padding-right: 7rem;
}

.pr-80 {
  padding-right: 8rem;
}

.pr-90 {
  padding-right: 9rem;
}

.pr-100 {
  padding-right: 10rem;
}

.pl-10 {
  padding-left: 1rem;
}

.pl-20 {
  padding-left: 2rem;
}

.pl-30 {
  padding-left: 3rem;
}

.pl-40 {
  padding-left: 4rem;
}

.pl-50 {
  padding-left: 5rem;
}

.pl-60 {
  padding-left: 6rem;
}

.pl-70 {
  padding-left: 7rem;
}

.pl-80 {
  padding-left: 8rem;
}

.pl-90 {
  padding-left: 9rem;
}

.pl-100 {
  padding-left: 10rem;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.h-10 {
  height: 10%;
}

.h-20 {
  height: 20%;
}

.h-30 {
  height: 30%;
}

.h-40 {
  height: 40%;
}

.h-50 {
  height: 50%;
}

.h-60 {
  height: 60%;
}

.h-70 {
  height: 70%;
}

.h-80 {
  height: 80%;
}

.h-90 {
  height: 90%;
}

.h-100 {
  height: 100%;
}

.featurette {
  padding-top: 3rem;
}
.featurette2 {
  padding-bottom: 3rem;
}
.featuretteBig {
  padding-top: 4.5rem;
}
.featurette2Big {
  padding-bottom: 4.5rem;
}
.featurette-half {
  padding-top: 2rem;
}

.featurette2-half {
  padding-bottom: 2rem;
}

.featurette-mini {
  padding-top: 20px;
}

.featurette2-mini {
  padding-bottom: 20px;
}

.featuretteLR {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 1100px) {
  .featuretteLR {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.featuretteLRBig {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 1100px) {
  .featuretteLRBig {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mt-featurette {
  margin-top: 3rem;
}
.mb-featurette {
  margin-bottom: 3rem;
}
.translatey-feat {
  transform: translateY(3rem);
}

@media (max-width: 1100px) {
  .featurette-half {
    padding-top: 20px;
  }
  .featurette2-half {
    padding-bottom: 20px;
  }
}
.ratio-map {
  height: 50vh;
}
@media screen and (max-width: 1100px) {
  .ratio-map {
    --bs-aspect-ratio: 0%;
    height: 50vh;
  }
}

.ratio-1x1 {
  aspect-ratio: 1/1;
}

.ratio-9x6 {
  aspect-ratio: 9/6;
}

.ratio-10x4 {
  aspect-ratio: 10/4;
}

.ratio-4x3 {
  aspect-ratio: auto 4/3;
  width: 100%;
}

.ratio-4x2 {
  aspect-ratio: auto 4/2;
  width: 100%;
}

.ratio-5x2 {
  aspect-ratio: auto 5/2;
  width: 100%;
}

.ratio-6x8 {
  aspect-ratio: auto 6/8;
  width: 100%;
}

.ratio-15x8 {
  aspect-ratio: auto 15/8;
  width: 100%;
}

.ratio-53x58 {
  aspect-ratio: auto 53/58;
  width: 100%;
}

.ratio-75x86 {
  aspect-ratio: auto 75/86;
  width: 100%;
}

/*//////////////////////////////////////*/
ul {
  padding: 0;
  list-style: none;
}

.text-bold {
  font-weight: bold;
}

.Xhidden, .xhidden, .xHidden {
  display: none;
}

@media screen and (max-width: 1199px) {
  .hiddenPhone {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .hiddenDesktop {
    display: none !important;
  }
}

@media screen and (min-width: 1100px) {
  .hiddenTablet {
    display: none;
  }
}

.coverBg, .bg-cover, .cover-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-contain, .contain-bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-right-center {
  background-position: right center;
}

.overflow-hidden {
  overflow: hidden;
}

.inline-block {
  display: inline-block;
}

sup {
  top: -0.6em;
  font-size: 65%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 58.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.pointer {
  cursor: pointer;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.b-rad {
  border-radius: 1.2em;
  overflow: hidden;
}

.b-rad_2 {
  border-radius: 2rem;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .mobileHidden, .mobile-hidden {
    display: none;
  }
  .featurette-half_mobile {
    padding-top: 2rem;
  }
}
@media (min-width: 1100px) {
  .desktopHidden, .desktop-hidden {
    display: none;
  }
}
.anchorBuilder {
  transform: translateY(-120px);
}
.boxCol .anchorBuilder {
  transform: translateY(-160px);
}

.tinyContent p, #tinymce p {
  margin-bottom: 1rem;
}
.tinyContent h1, #tinymce h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-family: "AzoSans";
}
.tinyContent h2, #tinymce h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-family: "AzoSans";
}
.tinyContent h3, #tinymce h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-family: "AzoSans";
}
.tinyContent .featurette, .tinyContent .featurette-ahlf, #tinymce .featurette, #tinymce .featurette-ahlf {
  margin-bottom: 0;
}
.tinyContent .featurette2, .tinyContent .featurette2-half, #tinymce .featurette2, #tinymce .featurette2-half {
  margin-bottom: 0;
}
.tinyContent a:not(.button):not(.btn):not(.btn-arrow), #tinymce a:not(.button):not(.btn):not(.btn-arrow) {
  text-decoration-line: underline;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.3rem;
}
.tinyContent a:not(.button):not(.btn):not(.btn-arrow):focus, .tinyContent a:not(.button):not(.btn):not(.btn-arrow):hover, #tinymce a:not(.button):not(.btn):not(.btn-arrow):focus, #tinymce a:not(.button):not(.btn):not(.btn-arrow):hover {
  text-decoration-line: underline;
}
.tinyContent a.btn, #tinymce a.btn {
  margin-top: 10px;
  text-decoration: none;
}
.tinyContent ul, #tinymce ul {
  margin-left: 0px;
  margin-bottom: 2rem;
  margin-top: 0px;
  list-style: disc;
  list-style-position: inside;
}
.tinyContent ul > li, #tinymce ul > li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
.tinyContent ul > li:before, #tinymce ul > li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  mask-image: url(images/SVG/flash.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.tinyContent ol, #tinymce ol {
  padding-left: 20px;
}
.tinyContent ol li, #tinymce ol li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
}
.tinyContent ol li::marker, #tinymce ol li::marker {
  color: #E4102C;
}

.boxFaq {
  border-top: 1px solid rgba(255, 255, 255, 0.5215686275);
  padding-bottom: 20px;
}
.boxFaq h3 {
  margin: 0;
  line-height: 140%;
}
.boxFaq .opener {
  cursor: pointer;
  padding: 20px 45px 0px 0px;
}
.boxFaq .opener.on .plusMinus {
  transform: rotate(90deg);
}
.boxFaq .opener .plusMinus {
  transition: all 0.6s;
  position: absolute;
  right: 0;
  top: 20px;
}

.box-equipe:nth-child(3n-1) {
  margin-top: 4rem;
}

.textw {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.textw-10 {
  width: 10%;
}

.textw-20 {
  width: 20%;
}

.textw-30 {
  width: 30%;
}

.textw-40 {
  width: 40%;
}

.textw-50 {
  width: 50%;
}

.textw-60 {
  width: 60%;
}

.textw-70 {
  width: 70%;
}

.textw-80 {
  width: 80%;
}

.textw-90 {
  width: 90%;
}

.textw-100 {
  width: 100%;
}

.showHoverChild .showHover {
  opacity: 0;
  transition: opacity 0.6s;
}
.showHoverChild:hover .showHover {
  opacity: 1;
}

.background-cover-all {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.background-cover-all.bottom-1 {
  bottom: 20%;
}
@media (max-width: 1100px) {
  .background-cover-all.bottom-1 {
    bottom: 0%;
  }
}

.bg-center-top {
  background-position: center top;
}

.bg-center-bottom {
  background-position: center bottom;
}

.background-overlay {
  mix-blend-mode: multiply;
}

.background-overlay_01 {
  opacity: 0.1;
}

.background-overlay_02 {
  opacity: 0.2;
}

.background-overlay_03 {
  opacity: 0.3;
}

.background-overlay_04 {
  opacity: 0.4;
}

.background-overlay_05 {
  opacity: 0.5;
}

.background-overlay_06 {
  opacity: 0.6;
}

.background-overlay_07 {
  opacity: 0.7;
}

.background-overlay_08 {
  opacity: 0.8;
}

.background-overlay_09 {
  opacity: 0.9;
}

@media screen and (min-width: 1100px) {
  .border-left-1 {
    border-left: 1px solid #00A246;
  }
}

.c-speed-block_image {
  --progress: 1;
}
.c-speed-block_image img, .c-speed-block_image .c-speed-img-wrapper {
  --vw-scale: 1;
  transform: scale(var(--vw-scale));
}

.c-changecolor {
  --progress: 1;
  background-color: color-mix(in oklab, #0097A0 calc(var(--progress) * 100%), #E4102C);
}

.projectSlideInUp:nth-child(odd) .wow {
  animation-delay: 0s;
}
.projectSlideInUp:nth-child(even) .wow {
  animation-delay: 0.3s;
}

.sectionPin {
  display: flex;
  left: 0;
  background: var(--text-color);
  color: var(--bg-color);
  overflow-x: hidden;
  position: sticky;
  top: 0px;
}

.pin-wrap {
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pin-wrap > * {
  padding: 0 5vw;
}
.pin-wrap img {
  height: 80%;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  min-height: 900px;
  margin: 0;
}
body#tinymce {
  background-color: #ddd;
}
.ratio-pizza {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1100px) {
  .ratio-pizza {
    aspect-ratio: 2/3;
  }
}

body #tinymce {
  font-size: 16px;
  background-color: #ddd;
}
#tinymce img {
  max-width: 100%;
}
#tinymce a {
  text-decoration: underline !important;
  cursor: pointer !important;
}

.container-fluid {
  padding-left: var(--gap);
  padding-right: var(--gap);
}

@media screen and (max-width: 768px) {
  .head-video {
    aspect-ratio: 1/1;
    order: -1;
  }
}

.header-background-video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-background-video-wrapper video {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1662px) {
  .header-background-video-wrapper video {
    height: 100%;
    width: auto;
  }
}

@keyframes shake-rotate-10 {
  0% {
    transform: rotate(0deg);
  }
  3% {
    transform: rotate(10deg);
  }
  6% {
    transform: rotate(-10deg);
  }
  9% {
    transform: rotate(8deg);
  }
  12% {
    transform: rotate(-8deg);
  }
  15% {
    transform: rotate(6deg);
  }
  18% {
    transform: rotate(-6deg);
  }
  21% {
    transform: rotate(4deg);
  }
  24% {
    transform: rotate(-4deg);
  }
  27% {
    transform: rotate(2deg);
  }
  30% {
    transform: rotate(0deg);
  } /* end of 0.5s shake */
  100% {
    transform: rotate(0deg);
  } /* 3.5s pause */
}
.shake-rotator .suc-flag {
  transform-origin: 50% 50%;
}
.shake-rotator:hover .suc-flag {
  animation: shake-rotate-10 3s linear infinite;
}

.commander-link {
  overflow: visible;
  transition: all 0.5s;
  background-image: url(img/vespa-rouge.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.link-succursales {
  transition: all 0.5s;
}
.link-succursales:hover {
  color: #fff;
}

@keyframes rotate-once {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(10deg);
  } /* rotate in first 1s of a 4s cycle */
  30% {
    transform: rotate(0deg);
  } /* rotate in first 1s of a 4s cycle */
  100% {
    transform: rotate(0deg);
  } /* hold for the rest */
}
.rotate-once {
  display: inline-block;
  transform-origin: 50% 100%; /* center bottom */
  animation: rotate-once 4s linear infinite;
}

@keyframes rotate-continuous {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotate-continuous {
  display: inline-block;
  transform-origin: 50% 50%;
  animation: rotate-continuous 10s linear infinite;
}
.scrolling-text {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
}
.scrolling-text .rail {
  display: flex;
}
.scrolling-text .rail h4 {
  white-space: nowrap;
  font-weight: 700;
  margin: 0 1rem 0 0;
}

.link-promo:hover {
  color: #00A246;
}

.pizza-title {
  line-height: 0.7;
}

.encore-faim {
  height: 50vw;
}
.encore-faim::before, .encore-faim::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2rem;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.encore-faim::before {
  top: 0;
}
.encore-faim::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.faim-img_1 {
  width: 60%;
  left: 50%;
  transform: translateY(-80%) translateX(-50%);
  position: absolute;
  top: 0;
}

.faim-img_2 {
  width: 70%;
  left: 50%;
  transform: translateY(80%) translateX(-50%);
  position: absolute;
  bottom: 0;
}

.box-succ:last-child {
  margin-bottom: 0;
}

.horaires-opener {
  padding: 1em 1.5rem;
  padding-left: 4rem;
  transition: all 0.6s;
}
.horaires-opener:hover {
  color: #E4102C;
}
.horaires-opener:hover::after {
  background-color: #E4102C;
}
.horaires-opener.on {
  color: #E4102C;
}
.horaires-opener.on::after {
  transform: translateY(-50%) rotate(-90deg);
  background-color: #E4102C;
}
.horaires-opener::before {
  border: 0.15rem solid #000;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 3rem;
  aspect-ratio: 1/1;
  transition: all 0.6s;
  transform: translateY(-50%);
}
.horaires-opener::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 3rem;
  aspect-ratio: 1/1;
  background-color: #000;
  transition: background 500ms ease-in-out;
  mask-image: url("img/chevron.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 60% auto;
  transition: all 0.6s;
  transform: translateY(-50%);
}

.ueats-container img {
  margin: 0.2rem;
  height: 2.2rem;
  width: auto;
}

a {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
a.color1:hover {
  color: #fff;
}

ul li, ol li {
  line-height: 160%;
}

section {
  position: relative;
}

.slider_11 {
  width: 100%;
}
.slider_22 {
  width: 120vw;
}
@media (max-width: 768px) {
  .slider_22 {
    width: 160vw;
  }
}
.slider_33 {
  width: 100%;
}
.slider_44 {
  width: 100%;
  max-width: 1600px;
}

@media (min-width: 768px) {
  .slider_22_text {
    flex-grow: 1;
  }
  .h-100-md {
    height: 100%;
  }
  .position-absolute-md {
    position: absolute;
  }
}
.slider-right-mask {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  z-index: 2;
  width: 25%;
}

.card-acc {
  padding: 2rem 2rem;
}
.card-acc_2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.card-acc_10 {
  padding: 10px;
}

.slider1-box {
  border-right: 1px solid #EEEDE6;
}
@media (max-width: 768px) {
  .slider1-box {
    border-right: none;
    border-top: 1px solid #EEEDE6;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.slider1-box:last-child {
  border-right: none;
}

.img-image-icon {
  height: 16rem;
  width: auto;
}

.image-icon {
  width: 100%;
  background-color: var(--color);
  height: 5rem;
  margin-bottom: 1rem;
  mask-repeat: no-repeat;
  mask-position: left center;
  mask-size: auto 100%;
}

.swiper-header-pagination {
  padding: 30px 0;
  transition: 0.3s opacity;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.swiper-pagination-bullet {
  border: none;
  width: 0.7rem;
  aspect-ratio: 1/1;
  height: auto;
  display: inline-block;
  border-radius: 100%;
  background-color: #F7F7F7;
  opacity: 1;
  margin: 0 0.3rem;
  transition: all 0.5s;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #E4102C;
}

.swiper-pagination-bullet:has(+ .swiper-pagination-bullet-active) {
  width: 1rem;
}

.swiper-pagination-bullet-active + .swiper-pagination-bullet {
  width: 1rem;
}

.swiper-pagination-bullet-active {
  width: 1.5rem !important;
}

@media (min-width: 768px) {
  .ml-auto-md {
    margin-left: auto;
  }
}

@keyframes pulse-zoom-fixed {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.18);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse_1 {
  animation: shake-rotate-10 3s linear infinite;
  transform-origin: center center;
  will-change: transform;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 1100px) {
  .mobile-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .pad-wtf {
    padding-right: 5%;
  }
  .inverted-wtf {
    text-align: right;
    flex-direction: row-reverse;
  }
  .inverted-wtf .pad-wtf {
    padding-right: 0;
    padding-left: 5%;
  }
  .inverted-wtf ul > li {
    position: relative;
    padding-left: 0rem;
    padding-right: 2rem;
    text-align: right;
  }
  .inverted-wtf ul > li:before {
    content: "";
    left: auto;
    right: 0px;
  }
}

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