#getra-main-menu .e-n-menu-item:has(> .e-n-menu-title + .e-n-menu-content) {
  z-index: 5;
}
#getra-main-menu .e-n-menu-item:has(> .e-n-menu-title + .e-n-menu-content) > .e-n-menu-title:after {
  content: "";
  display: none;
  position: absolute;
  width: 31px;
  height: 22px;
  right: -19px;
  transform: scale(1, -1);
  bottom: 0;
  background-size: cover;
  border: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy4wMjMiIGhlaWdodD0iMTcuNDQzIiB2aWV3Qm94PSIwIDAgMjcuMDIzIDE3LjQ0MyI+CiAgICA8cGF0aCBkPSJNLTE3MjYyLTIwOTY5LjNoLTIzLjQ2M3YxNy40NDNoNy41NjZTLTE3Mjc1LjU0MS0yMDk2OS4zLTE3MjYyLTIwOTY5LjNaIgogICAgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcyODUuNDY1IDIwOTY5LjI5NykiIGZpbGw9IiNFREYzRjkiLz4KPC9zdmc+");
}
#getra-main-menu .e-n-menu-item:has(> .e-n-menu-title + .e-n-menu-content) > .e-n-menu-title:before {
  content: "";
  display: none;
  position: absolute;
  width: 31px;
  height: 24px;
  left: 12px;
  transform: scale(-1, 1);
  top: 100%;
  background-size: cover;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy4wMjMiIGhlaWdodD0iMTcuNDQzIiB2aWV3Qm94PSIwIDAgMjcuMDIzIDE3LjQ0MyI+CiAgICA8cGF0aCBkPSJNLTE3MjYyLTIwOTY5LjNoLTIzLjQ2M3YxNy40NDNoNy41NjZTLTE3Mjc1LjU0MS0yMDk2OS4zLTE3MjYyLTIwOTY5LjNaIgogICAgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcyODUuNDY1IDIwOTY5LjI5NykiIGZpbGw9IiNFREYzRjkiLz4KPC9zdmc+");
}
#getra-main-menu .e-n-menu-item:has(> .e-n-menu-title + .e-n-menu-content).active > .e-n-menu-title {
  background-color: var(--e-global-color-secondary);
}
#getra-main-menu .e-n-menu-item:has(> .e-n-menu-title + .e-n-menu-content).active > .e-n-menu-title:before, #getra-main-menu .e-n-menu-item:has(> .e-n-menu-title + .e-n-menu-content).active > .e-n-menu-title:after {
  display: block;
}

#getra-hamburger {
  margin-left: auto;
}
#getra-hamburger .hamburger {
  font: inherit;
  border-radius: 0;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 25px 18px 21px 15px;
  width: 70px;
  height: 100%;
  background-color: var(--e-global-color-primary);
  color: white;
  border: none;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
}
#getra-hamburger .hamburger:hover, #getra-hamburger .hamburger:active, #getra-hamburger .hamburger:focus {
  background: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
#getra-hamburger .hamburger:hover .hamburger-inner, #getra-hamburger .hamburger:hover .hamburger-inner:after, #getra-hamburger .hamburger:hover .hamburger-inner:before, #getra-hamburger .hamburger:active .hamburger-inner, #getra-hamburger .hamburger:active .hamburger-inner:after, #getra-hamburger .hamburger:active .hamburger-inner:before, #getra-hamburger .hamburger:focus .hamburger-inner, #getra-hamburger .hamburger:focus .hamburger-inner:after, #getra-hamburger .hamburger:focus .hamburger-inner:before {
  background-color: white;
}
#getra-hamburger .hamburger-box {
  position: relative;
  display: flex;
  justify-content: center;
  width: 40px;
  height: 24px;
}
#getra-hamburger .hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
#getra-hamburger .hamburger-inner, #getra-hamburger .hamburger-inner:after, #getra-hamburger .hamburger-inner:before {
  position: absolute;
  width: 30px;
  height: 1px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: white;
}
#getra-hamburger .hamburger-inner:after, #getra-hamburger .hamburger-inner:before {
  display: block;
  content: "";
}
#getra-hamburger .hamburger-inner:before {
  top: -6px;
}
#getra-hamburger .hamburger-inner:after {
  bottom: -6px;
}
#getra-hamburger .hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
#getra-hamburger .hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
#getra-hamburger .hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#getra-menu-mobile-container {
  display: none;
}
#getra-menu-mobile-container .wrapper {
  position: fixed;
  top: 70px;
  width: 100vw;
  z-index: 5;
  max-height: 80dvh;
  overflow: scroll;
  border-radius: 0 0 17px 17px;
}

body.getra-menu-mobile-active #getra-menu-mobile-container {
  display: block;
}
body.getra-menu-mobile-active #getra-menu-mobile-container:after {
  content: "";
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 4;
}

.scroll-blocked {
  overflow: hidden;
}
.scroll-blocked body {
  overflow: hidden;
}

/*
header {
	position: fixed;
	width: 100%;
	z-index: 5;
}*/
html, body {
  overflow-x: hidden;
}

body {
  text-underline-position: under;
}
body.getra-overlay-visible #getra-screen-overlay {
  display: block;
  animation: fadeInAnimation 0.4s forwards;
}
body a {
  color: inherit;
}
body a:hover {
  color: inherit;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
body h1 strong, body h2 strong, body h3 strong, body h4 strong, body h5 strong, body h6 strong {
  font-weight: 800;
}
body strong {
  font-weight: bold;
}
body img {
  display: block;
}
body [type=button]:focus, body [type=submit]:focus, body button:focus, body select:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 5px rgba(var(--e-global-color-primary), 0.5);
  outline: none;
}
body .elementor-icon-wrapper, body .elementor-icon-box-icon {
  line-height: 0;
}
body .elementor-icon-box-icon {
  align-items: center;
  display: flex !important;
}
body .elementor-form .elementor-field-textual {
  padding: 18px;
}
body .elementor-form .elementor-upload-field {
  padding: 18px;
  border: 1px solid #C7C7C7;
  border-radius: 10px;
}
body .elementor-form .elementor-field-option {
  display: flex;
  align-items: baseline;
}
body .elementor-form .elementor-field-option input[type=checkbox] {
  margin-right: 10px;
  transform: translateY(2px);
}
body .elementor-form .elementor-field-option label {
  font-size: 14px !important;
}
body .elementor-form .elementor-button-icon {
  display: flex;
  align-items: center;
}
body .fancybox__container .f-button {
  padding: 0 !important;
  width: var(--f-button-width) !important;
  height: var(--f-button-height) !important;
  border: var(--f-button-border) !important;
  border-radius: var(--f-button-border-radius) !important;
  color: var(--f-button-color) !important;
  background: var(--f-button-bg) !important;
}
body .fancybox__container .f-thumbs__slide__button {
  appearance: none !important;
  width: var(--f-thumb-width) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: var(--f-thumb-border-radius) !important;
  cursor: pointer !important;
  transition: opacity 0.2s ease !important;
}
body .cmplz-cookiebanner {
  transition: none !important;
}

.elementor-widget-breadcrumbs .separator {
  margin: 0 5px;
}

#getra-screen-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  transition: 0.3s ease;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
}

@keyframes fadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.getra-blob-button {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-family: "Alfabet", sans-serif;
}
.getra-blob-button svg.filter {
  position: absolute;
  display: none;
}
.getra-blob-button .wrapper {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.getra-blob-button .wrapper .inner-1 {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 9999px;
  background: var(--e-global-color-primary);
  padding: 12px 20px 16px;
  line-height: 1.25;
}
.getra-blob-button .wrapper .inner-1 > div {
  position: relative;
  display: inline-flex;
  top: 1px;
  flex-shrink: 0;
}
.getra-blob-button .wrapper .inner-2 {
  background: var(--e-global-color-primary);
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  width: 50px;
  height: 50px;
  transition: 0.3s ease;
}
.getra-blob-button .icon-wrapper {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.getra-blob-button .icon-wrapper .icon-inner {
  position: relative;
  overflow: hidden;
}
.getra-blob-button .icon-wrapper .inner-1 {
  position: relative;
  top: 0;
  left: 0;
  transition: 0.3s ease;
}
.getra-blob-button .icon-wrapper svg {
  height: 15px;
  width: 15px;
  fill: currentColor;
}
.getra-blob-button:hover a .inner-2, .getra-blob-button:hover .icon-wrapper {
  transform: translate(0.75rem);
}

.getra-button {
  color: var(--e-global-color-text);
  background: var(--e-global-color-primary);
  border-radius: 50px;
  padding: 12px 30px 15px 30px;
  font-family: "Alfabet", sans-serif;
  font-weight: 800;
  transition: 0.3s ease;
}
.getra-button:hover {
  background: var(--e-global-color-b300dc3);
}

.getra-prose h1, .getra-prose h2, .getra-prose h3, .getra-prose h4, .getra-prose h5, .getra-prose h6, .getra-prose p, .getra-prose ul {
  margin-bottom: 1em;
}
.getra-prose h1, .getra-prose h2, .getra-prose h3, .getra-prose h4, .getra-prose h5, .getra-prose h6 {
  font-weight: bold;
  line-height: 1em;
}
.getra-prose h1 {
  font-size: 45px;
}
.getra-prose h2 {
  font-size: 35px;
}
.getra-prose h3 {
  font-size: 25px;
}
.getra-prose h4, .getra-prose h5, .getra-prose h6 {
  font-size: 20px;
}

.getra-accordions-reference {
  border-bottom: 1px solid #C7C7C7;
}
.getra-accordions-reference summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  opacity: 0.7;
  cursor: pointer;
  padding: 20px 0;
}
.getra-accordions-reference summary h2 {
  font-size: 18px;
  font-weight: 600;
}
.getra-accordions-reference summary::-webkit-details-marker {
  display: none;
}
.getra-accordions-reference details {
  border-top: 1px solid #C7C7C7;
}
.getra-accordions-reference details[open] summary {
  opacity: 1;
}
.getra-accordions-reference details[open] summary .svg-inline--fa {
  transform: rotate(180deg);
}
.getra-accordions-reference .prose {
  margin-bottom: 40px;
}
.getra-accordions-reference .prose ul {
  list-style-type: none;
  padding: 0;
}
.getra-accordions-reference .prose li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 1em;
}
.getra-accordions-reference .prose li:before {
  content: "";
  background-image: url("../img/arrow-right-regular-orange.svg");
  background-size: contain;
  width: 13px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 5px;
}

.getra-galerie-reference {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.getra-galerie-reference a {
  width: calc(33.3333% - 10px);
  height: 200px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1360px) {
  .getra-galerie-reference a {
    height: 100px;
  }
}
.getra-galerie-reference a:first-of-type {
  width: 100%;
  height: 425px;
}
@media (max-width: 1360px) {
  .getra-galerie-reference a:first-of-type {
    height: 300px;
  }
}
.getra-galerie-reference a.video:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: var(--e-global-color-5223bb6);
  opacity: 0.5;
}
.getra-galerie-reference a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.getra-galerie-reference a span {
  background: var(--e-global-color-primary);
  border-radius: 100%;
  height: 69px;
  width: 69px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.getra-hero .getra-hero-section {
  display: none !important;
}
.getra-hero .getra-hero-section.active {
  display: flex !important;
}

.getra-volet {
  flex: 0 0 180px !important;
  transition: 0.5s ease 0s !important;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .getra-volet {
    flex: 0 0 120px !important;
  }
}
@media (max-width: 768px) {
  .getra-volet {
    flex: 0 0 80px !important;
  }
}
@media (max-width: 425px) {
  .getra-volet {
    flex: 0 0 68px !important;
  }
}
.getra-volet .getra-image {
  opacity: 0;
  transition: 0.4s ease;
  height: 100%;
}
.getra-volet .getra-pill-title {
  opacity: 0;
  transition: 0.1s ease;
  transition-delay: 0s;
}
.getra-volet .getra-pill-title:before {
  content: "";
  position: absolute;
  width: 27px;
  height: 17px;
  left: -8px;
  transform: scale(1, -1);
  bottom: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy4wMjMiIGhlaWdodD0iMTcuNDQzIiB2aWV3Qm94PSIwIDAgMjcuMDIzIDE3LjQ0MyI+PHBhdGggZD0iTS0xNzI2Mi0yMDk2OS4zaC0yMy40NjN2MTcuNDQzaDcuNTY2Uy0xNzI3NS41NDEtMjA5NjkuMy0xNzI2Mi0yMDk2OS4zWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcyODUuNDY1IDIwOTY5LjI5NykiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
}
.getra-volet .getra-pill-title:after {
  content: "";
  position: absolute;
  width: 27px;
  height: 17px;
  right: -19px;
  bottom: 0;
  transform: scale(1, -1);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy4wMjMiIGhlaWdodD0iMTcuNDQzIiB2aWV3Qm94PSIwIDAgMjcuMDIzIDE3LjQ0MyI+PHBhdGggZD0iTS0xNzI2Mi0yMDk2OS4zaC0yMy40NjN2MTcuNDQzaDcuNTY2Uy0xNzI3NS41NDEtMjA5NjkuMy0xNzI2Mi0yMDk2OS4zWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcyODUuNDY1IDIwOTY5LjI5NykiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
}
.getra-volet .getra-pill-title .elementor-icon-box-content {
  display: flex;
  align-items: center;
}
.getra-volet.active {
  flex: 1 !important;
}
.getra-volet.active .getra-image {
  opacity: 1;
}
.getra-volet.active .getra-pill-title {
  opacity: 1;
  transition: 0.5s ease 0.25s !important;
}

body:not(.elementor-editor-active) .getra-dynamic-section {
  display: none;
}
body:not(.elementor-editor-active) .getra-dynamic-section.active {
  display: block;
}

.getra-tabs .e-n-tab-title-text {
  display: block !important;
}
.getra-tabs .e-n-tab-title-text p {
  margin-bottom: 0;
  display: none;
}
.getra-tabs .e-n-tab-title-text h1, .getra-tabs .e-n-tab-title-text h2, .getra-tabs .e-n-tab-title-text h3, .getra-tabs .e-n-tab-title-text h4, .getra-tabs .e-n-tab-title-text h5, .getra-tabs .e-n-tab-title-text h6 {
  font-size: 25px;
  font-weight: bold;
  font-family: "Alfabet", sans-serif;
  margin-bottom: 15px;
  line-height: 1.1em;
}
@media (max-width: 768px) {
  .getra-tabs .e-n-tab-title-text h1, .getra-tabs .e-n-tab-title-text h2, .getra-tabs .e-n-tab-title-text h3, .getra-tabs .e-n-tab-title-text h4, .getra-tabs .e-n-tab-title-text h5, .getra-tabs .e-n-tab-title-text h6 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.getra-tabs .e-n-tabs-content > div:before {
  content: "";
  position: absolute;
  width: 27px;
  height: 17px;
  left: -8px;
  top: inherit;
  bottom: 100%;
  transform: scale(1, -1);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy4wMjMiIGhlaWdodD0iMTcuNDQzIiB2aWV3Qm94PSIwIDAgMjcuMDIzIDE3LjQ0MyI+CiAgICA8cGF0aCBkPSJNLTE3MjYyLTIwOTY5LjNoLTIzLjQ2M3YxNy40NDNoNy41NjZTLTE3Mjc1LjU0MS0yMDk2OS4zLTE3MjYyLTIwOTY5LjNaIgogICAgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcyODUuNDY1IDIwOTY5LjI5NykiIGZpbGw9IiNFREYzRjkiLz4KPC9zdmc+");
}
@media (max-width: 768px) {
  .getra-tabs .e-n-tabs-content > div:before {
    content: none;
  }
}
.getra-tabs .e-n-tab-title {
  max-width: 70vw;
  text-wrap: pretty !important;
}
.getra-tabs .e-n-tab-title[aria-selected=true] p {
  display: block;
}
.getra-tabs .e-n-tab-title[aria-selected=true]:after {
  content: "";
  position: absolute;
  width: 27px;
  height: 17px;
  right: -8px;
  top: 100%;
  transform: scale(-1, 1);
  z-index: 1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy4wMjMiIGhlaWdodD0iMTcuNDQzIiB2aWV3Qm94PSIwIDAgMjcuMDIzIDE3LjQ0MyI+CiAgICA8cGF0aCBkPSJNLTE3MjYyLTIwOTY5LjNoLTIzLjQ2M3YxNy40NDNoNy41NjZTLTE3Mjc1LjU0MS0yMDk2OS4zLTE3MjYyLTIwOTY5LjNaIgogICAgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcyODUuNDY1IDIwOTY5LjI5NykiIGZpbGw9IiNFREYzRjkiLz4KPC9zdmc+");
}
@media (max-width: 768px) {
  .getra-tabs .e-n-tab-title[aria-selected=true]:after {
    right: -19px;
    bottom: 0;
    top: inherit;
    transform: scale(1, -1);
  }
}
@media (max-width: 768px) {
  .getra-tabs .e-n-tab-title[aria-selected=true]:before {
    content: "";
    position: absolute;
    width: 27px;
    height: 17px;
    left: -19px;
    bottom: 0;
    transform: scale(-1, -1);
    z-index: 1;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy4wMjMiIGhlaWdodD0iMTcuNDQzIiB2aWV3Qm94PSIwIDAgMjcuMDIzIDE3LjQ0MyI+CiAgICA8cGF0aCBkPSJNLTE3MjYyLTIwOTY5LjNoLTIzLjQ2M3YxNy40NDNoNy41NjZTLTE3Mjc1LjU0MS0yMDk2OS4zLTE3MjYyLTIwOTY5LjNaIgogICAgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcyODUuNDY1IDIwOTY5LjI5NykiIGZpbGw9IiNFREYzRjkiLz4KPC9zdmc+");
  }
}
@media (max-width: 768px) {
  .getra-tabs .e-n-tabs-heading {
    padding-right: 70px;
  }
}

.getra-tabs-classic .e-n-tab-title:after {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNi4zMjEiIGhlaWdodD0iNjQuNjIzIiB2aWV3Qm94PSIwIDAgMzYuMzIxIDY0LjYyMyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwLjAwMSkiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuMDAxKSI+PHJlY3Qgd2lkdGg9IjM1LjE3OSIgaGVpZ2h0PSIzNS4xOCIgcng9IjE3LjU5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNS4xOCAxNC43MjEpIHJvdGF0ZSg5MCkiIGZpbGw9IiNlZGYzZjkiLz48cGF0aCBkPSJNMTQuNzIzLDE5LjE3UzEyLjk5NCw3LjUxOSwzLjA3MSw3LjUxOSwxMC40NDcsMCwxMC40NDcsMEgyMi45MjJMMjEuNjk1LDcuNTE5bC0xLjYwNyw2LjkyMkwxNC43MjMsMjAuM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM2LjMyMSAwKSByb3RhdGUoOTApIiBmaWxsPSIjZWRmM2Y5Ii8+PHBhdGggZD0iTTguMiwxOS4xN1M5LjkyOCw3LjUxOSwxOS44NSw3LjUxOSwxMi40NzUsMCwxMi40NzUsMEgwTDEuMjI3LDcuNTE5bDEuNjA3LDYuOTIyTDguMiwyMC4zWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzYuMTMyIDQxLjcwMikgcm90YXRlKDkwKSIgZmlsbD0iI2VkZjNmOSIvPjwvZz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0LjY4IDE5LjcxOCkiPjxyZWN0IHdpZHRoPSIyNS4xODYiIGhlaWdodD0iMjUuMTg2IiByeD0iMTIuNTkzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNS4xODYpIHJvdGF0ZSg5MCkiIGZpbGw9IiNmN2IyMDQiLz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMi4wODcgOC43MTcpIHJvdGF0ZSg0NSkiPjxwYXRoIGQ9Ik0uMzU0LDUuODUybC0uNzA3LS43MDcsNS41LTUuNS43MDcuNzA3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0iIzA5MWQ1YSIvPjxwYXRoIGQ9Ik02LDUuNUg1Vi41SDB2LTFINloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGZpbGw9IiMwOTFkNWEiLz48L2c+PC9nPjwvZz48L3N2Zz4=");
  height: 65px;
  width: 36px;
}

.getra-products-filter-categories, .getra-products-filter-types, .getra-products-filter-domaines {
  list-style-type: none;
  padding: 0;
}
.getra-products-filter-categories li, .getra-products-filter-types li, .getra-products-filter-domaines li {
  position: relative;
  cursor: pointer;
  margin-bottom: 5px;
}
.getra-products-filter-categories li:before, .getra-products-filter-types li:before, .getra-products-filter-domaines li:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid var(--e-global-color-text);
  border-radius: 3px;
  margin-right: 10px;
  transform: translateY(2px);
}
.getra-products-filter-categories li:after, .getra-products-filter-types li:after, .getra-products-filter-domaines li:after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--e-global-color-primary);
  border-radius: 1px;
  position: absolute;
  left: 4px;
  top: 7px;
  opacity: 0;
}
.getra-products-filter-categories li:hover:after, .getra-products-filter-types li:hover:after, .getra-products-filter-domaines li:hover:after {
  opacity: 0.5;
}
.getra-products-filter-categories li.active:after, .getra-products-filter-types li.active:after, .getra-products-filter-domaines li.active:after {
  opacity: 1;
}

.getra-breadcrumb {
  font-size: 14px;
  color: var(--e-global-color-034dc4e);
}
.getra-breadcrumb .separator {
  font-size: 10px;
  margin: 0 3px;
}

.getra-products {
  display: grid;
  padding: 0;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1366px) {
  .getra-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .getra-products {
    grid-template-columns: 2fr;
  }
}
@media (max-width: 425px) {
  .getra-products {
    grid-template-columns: 1fr;
  }
}

body.single-produits .getra-products {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1366px) {
  body.single-produits .getra-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  body.single-produits .getra-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  body.single-produits .getra-products {
    grid-template-columns: 1fr;
  }
}

.getra-product {
  position: relative;
}
.getra-product:before {
  content: "";
  opacity: 0;
  transition: 0.3s ease;
  z-index: -1;
  background: var(--e-global-color-secondary);
  border-radius: 20px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: -10px;
  left: -10px;
}
.getra-product:hover:before, .getra-product:hover .read-more {
  opacity: 1;
}
.getra-product h2 {
  margin: 10px;
  padding-right: 20px;
}
.getra-product .read-more {
  background: var(--e-global-color-secondary);
  border-radius: 21px 0 0 0;
  padding: 5px 0 0 15px;
  font-weight: 800;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  opacity: 0;
  transition: 0.3s ease;
}
.getra-product .read-more i, .getra-product .read-more svg {
  color: var(--e-global-color-primary);
  margin-left: 5px;
}
.getra-product .read-more:after {
  content: "";
  position: absolute;
  width: 27px;
  height: 17px;
  right: -9px;
  bottom: 100%;
  transform: scale(-1, -1);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy4wMjMiIGhlaWdodD0iMTcuNDQzIiB2aWV3Qm94PSIwIDAgMjcuMDIzIDE3LjQ0MyI+CiAgICA8cGF0aCBkPSJNLTE3MjYyLTIwOTY5LjNoLTIzLjQ2M3YxNy40NDNoNy41NjZTLTE3Mjc1LjU0MS0yMDk2OS4zLTE3MjYyLTIwOTY5LjNaIgogICAgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcyODUuNDY1IDIwOTY5LjI5NykiIGZpbGw9IiNFREYzRjkiLz4KPC9zdmc+");
}
.getra-product .read-more:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 10px;
  left: -12px;
  transform: scale(-1, -1);
  bottom: 0;
  top: inherit;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy4wMjMiIGhlaWdodD0iMTcuNDQzIiB2aWV3Qm94PSIwIDAgMjcuMDIzIDE3LjQ0MyI+CiAgICA8cGF0aCBkPSJNLTE3MjYyLTIwOTY5LjNoLTIzLjQ2M3YxNy40NDNoNy41NjZTLTE3Mjc1LjU0MS0yMDk2OS4zLTE3MjYyLTIwOTY5LjNaIgogICAgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcyODUuNDY1IDIwOTY5LjI5NykiIGZpbGw9IiNFREYzRjkiLz4KPC9zdmc+");
}
.getra-product .subtitle, .getra-product .title {
  color: var(--e-global-color-text);
  font-size: 18px;
  font-weight: 800;
  font-family: "Alfabet", sans-serif;
}
.getra-product .title {
  color: var(--e-global-color-primary);
}
.getra-product .image {
  background: #F2F2F2;
  border-radius: 15px;
  padding: 30px;
  position: relative;
}
.getra-product .image img {
  height: 180px;
  object-fit: contain;
  margin: auto;
}
.getra-product .image .tags {
  position: absolute;
  top: 20px;
  right: 20px;
}
.getra-product .image .tags .blob {
  position: relative;
  text-align: right;
  margin-bottom: 5px;
  font-family: "Alfabet", sans-serif;
}
.getra-product .image .tags .blob svg.filter {
  position: absolute;
  display: none;
}
.getra-product .image .tags .blob .wrapper {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.getra-product .image .tags .blob .wrapper .inner-1 {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 9999px;
  background: var(--e-global-color-e685e99);
  padding: 5px 18px 10px;
  line-height: 1.25;
  opacity: 0;
  transition: 0.3s ease;
  font-size: 14px;
  color: white;
}
.getra-product .image .tags .blob .wrapper .inner-1 > div {
  position: relative;
  display: inline-flex;
  top: 1px;
  flex-shrink: 0;
}
.getra-product .image .tags .blob .wrapper .inner-2 {
  background: var(--e-global-color-e685e99);
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  width: 33px;
  height: 33px;
  transition: 0.3s ease;
}
.getra-product .image .tags .blob .icon-wrapper {
  width: 33px;
  height: 33px;
  position: absolute;
  border-radius: 50%;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.getra-product .image .tags .blob .icon-wrapper .icon-inner {
  position: relative;
  overflow: hidden;
}
.getra-product .image .tags .blob .icon-wrapper .inner-1 {
  position: relative;
  top: 0;
  left: 0;
  transition: 0.3s ease;
}
.getra-product .image .tags .blob .icon-wrapper img {
  height: 15px;
  width: 15px;
  fill: currentColor;
}
.getra-product .image .tags .blob:hover .wrapper .inner-1 {
  opacity: 1;
}
.getra-product .image .tags .blob[data-tag=rse] .icon-wrapper, .getra-product .image .tags .blob[data-tag=rse] .inner-1, .getra-product .image .tags .blob[data-tag=rse] .inner-2 {
  background: #6BB56E;
}

.getra-faq-search {
  border-radius: 150px;
  position: relative;
  z-index: 2;
  border: 1px solid #BAD1EA;
}
.getra-faq-search.no-results nav > p {
  display: block;
}
.getra-faq-search.searching nav {
  display: block;
  padding: 80px 20px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.getra-faq-search label {
  display: none;
}
.getra-faq-search input#getra-faq-search-terms {
  height: 65px;
  border-radius: 150px;
  width: 400px;
  max-width: 80vw;
  border: none;
  padding: 0 70px 0 30px;
  font-size: 1em;
}
.getra-faq-search input#getra-faq-search-terms::placeholder {
  color: #BAD1EA;
  opacity: 1;
}
.getra-faq-search input#getra-faq-search-terms:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 5px rgba(var(--e-global-color-primary), 0.5);
  outline: none;
  width: 600px;
}
.getra-faq-search button[type=submit] {
  border-radius: 150px;
  background: var(--e-global-color-primary);
  color: white;
  border: none;
  position: absolute;
  top: 5px;
  height: 55px;
  right: 5px;
  width: 55px;
  padding: 0;
  display: flex;
  align-items: center;
}
.getra-faq-search button[type=submit] svg {
  margin-left: 1em;
}
.getra-faq-search nav {
  display: none;
  position: absolute;
  transition: 0.2s ease;
  width: calc(100% + 2px);
  left: -1px;
  font-size: 1em;
  background: white;
  padding: 0;
  transform: translateY(-65px);
  z-index: -1;
  border-radius: 40px 40px 10px 10px;
  border: 1px solid #BAD1EA;
}
.getra-faq-search nav .links {
  max-height: 200px;
  overflow: scroll;
  padding: 0 5px 0 0 !important;
}
.getra-faq-search nav .links::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.getra-faq-search nav .links::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.getra-faq-search nav a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s ease;
  padding: 10px;
  border-radius: 4px;
}
.getra-faq-search nav a:hover {
  background: var(--e-global-color-secondary);
}
.getra-faq-search nav h3 {
  font-size: 1em;
  font-weight: 600;
  margin: 0;
  position: relative;
  padding: 0 25px 0 0;
  width: 100%;
}
.getra-faq-search nav h3:after {
  content: "";
  background-image: url("../img/arrow-right-regular.svg");
  background-size: contain;
  width: 13px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 2px;
}
.getra-faq-search nav span {
  font-size: 13px;
  flex: 100%;
  color: inherit;
}
.getra-faq-search nav p {
  display: none;
}

.getra-faq {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.getra-faq.cat-space .getra-faq-cat {
  padding: 50px 50px 35px;
}
.getra-faq.single-cat .getra-faq-cat {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  background: none;
}
.getra-faq.single-cat .getra-faq-cat .getra-accordion {
  width: calc(50% - 15px);
}
@media (max-width: 768px) {
  .getra-faq.single-cat .getra-faq-cat .getra-accordion {
    width: 100%;
  }
}

.getra-faq-cat {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  background: var(--e-global-color-secondary);
  border-radius: 17px;
}
@media (max-width: 768px) {
  .getra-faq-cat {
    width: 100%;
  }
}
.getra-faq-cat > h2 {
  color: var(--e-global-color-text);
  font-weight: bold;
  margin-bottom: 50px;
  font-size: 30px;
}
@media (max-width: 768px) {
  .getra-faq-cat > h2 {
    font-size: 25px;
  }
}

.getra-accordion {
  position: relative;
  background-image: url("../img/grain-bg-light-blue.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .getra-accordion {
    border-radius: 20px;
  }
}
.getra-accordion:before {
  content: "";
  transition: 1s ease;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  transform: translate(-15px, -15px);
  border-radius: 40px;
  pointer-events: none;
  position: absolute;
  border: 1px solid var(--e-global-color-primary);
  box-shadow: 0 0 20px var(--e-global-color-primary);
  top: 0;
  left: 0;
  opacity: 0;
}
.getra-accordion.flashing:before {
  opacity: 1;
}
.getra-accordion > h3 {
  padding: 40px 80px 40px 40px;
  font-size: 21px;
  margin-top: 0;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--e-global-color-text);
  line-height: 1.3em;
}
@media (max-width: 768px) {
  .getra-accordion > h3 {
    padding: 30px 80px 30px 30px;
    font-size: 16px;
  }
}
.getra-accordion .rounded-corner {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.getra-accordion:after {
  content: "";
  border-radius: 50%;
  width: 46px;
  height: 46px;
  background: #A1B7D3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s ease;
  pointer-events: none;
}
.getra-accordion .indicator {
  font-weight: bold;
  font-size: 23px;
  position: absolute;
  top: 9px;
  right: 16px;
  z-index: 1;
  pointer-events: none;
}
.getra-accordion .indicator span:nth-child(2) {
  display: none;
}
.getra-accordion.active:after, .getra-accordion:hover:after {
  background: var(--e-global-color-primary);
}
.getra-accordion.active .indicator span:nth-child(1), .getra-accordion:hover .indicator span:nth-child(1) {
  display: none;
}
.getra-accordion.active .indicator span:nth-child(2), .getra-accordion:hover .indicator span:nth-child(2) {
  display: block;
}
.getra-accordion .content {
  margin: 0 40px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  max-width: 580px;
}
@media (max-width: 768px) {
  .getra-accordion .content {
    margin: 0 30px;
  }
}
.getra-accordion .content ul {
  margin-bottom: 1em;
}
.getra-accordion .content > :last-child {
  padding-bottom: 20px;
}

.getra-accordion-details {
  position: relative;
  background-image: url("../img/grain-bg-light-blue.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .getra-accordion-details {
    border-radius: 20px;
  }
}
.getra-accordion-details:before {
  content: "";
}
.getra-accordion-details.flashing:before {
  opacity: 1;
}
.getra-accordion-details summary::marker {
  content: "";
}
.getra-accordion-details summary::-webkit-details-marker {
  display: none;
}
.getra-accordion-details summary h3 {
  padding: 40px 80px 40px 40px;
  font-size: 21px;
  margin-top: 0;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--e-global-color-text);
  line-height: 1.3em;
}
@media (max-width: 768px) {
  .getra-accordion-details summary h3 {
    padding: 30px 80px 30px 30px;
    font-size: 16px;
  }
}
.getra-accordion-details .rounded-corner {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.getra-accordion-details:after {
  content: "";
  border-radius: 50%;
  width: 46px;
  height: 46px;
  background: #A1B7D3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s ease;
  pointer-events: none;
}
.getra-accordion-details .indicator {
  font-weight: bold;
  font-size: 23px;
  position: absolute;
  top: 9px;
  right: 16px;
  z-index: 1;
  pointer-events: none;
}
.getra-accordion-details .indicator span:nth-child(2) {
  display: none;
}
.getra-accordion-details[open]:after, .getra-accordion-details:hover:after {
  background: var(--e-global-color-primary);
}
.getra-accordion-details[open] .indicator span:nth-child(1) {
  display: none;
}
.getra-accordion-details[open] .indicator span:nth-child(2) {
  display: block;
}
.getra-accordion-details .content {
  margin: 0 40px;
  transition: max-height 0.2s ease-out;
  max-width: 580px;
}
@media (max-width: 768px) {
  .getra-accordion-details .content {
    margin: 0 30px;
  }
}
.getra-accordion-details .content ul {
  margin-bottom: 1em;
}
.getra-accordion-details .content > :last-child {
  padding-bottom: 40px;
}

.getra-steps .step {
  position: relative;
  background: var(--e-global-color-e685e99);
  border-radius: 30px;
  margin-bottom: 30px;
  padding: 30px 90px;
}
@media (max-width: 768px) {
  .getra-steps .step {
    border-radius: 20px;
    padding: 80px 30px 30px;
  }
}
.getra-steps .step h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.getra-steps .step .rounded-corner {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: scale(-1, 1);
}
.getra-steps .step .indicator {
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: var(--e-global-color-primary);
  color: white;
  border-radius: 50px;
  width: 46px;
  height: 46px;
  padding: 10px 0;
  text-align: center;
}
.getra-steps .gallery {
  display: flex;
  gap: 8px;
  margin-top: 35px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
@media (max-width: 1366px) {
  .getra-steps .gallery a {
    width: calc(33.3333% - 5.3333333333px);
  }
}
@media (max-width: 768px) {
  .getra-steps .gallery a {
    width: calc(50% - 4px);
  }
}
.getra-steps .gallery img {
  width: 78px;
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .getra-steps .gallery img {
    width: 100%;
  }
}

.getra-timeline ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  margin-bottom: 25px;
  transition: 0.3s ease;
}
.getra-timeline ul button {
  font-size: 27px;
  background: transparent;
  border: none;
  border-radius: 17px;
  margin-right: 5px;
  min-height: 70px;
  transition: 0.3s ease;
  color: var(--e-global-color-5223bb6);
  font-weight: bold;
  padding: 10px 30px 13px 30px;
  position: relative;
}
.getra-timeline ul button:before {
  top: 100%;
  width: 40px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-image: url("../img/junction.svg");
  background-size: contain;
  position: absolute;
  height: 25px;
  opacity: 0;
  transition: 0.8s ease;
}
.getra-timeline ul button:hover, .getra-timeline ul button.active {
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-text);
}
.getra-timeline ul button.active:before {
  opacity: 1;
}
.getra-timeline .dates {
  background: var(--e-global-color-secondary);
  border-radius: 20px;
  padding: 35px;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.getra-timeline .dates .next-slide {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 1366px) {
  .getra-timeline .dates .next-slide {
    top: 90px;
  }
}
.getra-timeline .left {
  width: 45%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .getra-timeline .left {
    width: calc(100% - 40px);
  }
}
.getra-timeline .left img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) {
  .getra-timeline .left img {
    height: 200px;
  }
}
.getra-timeline .right {
  width: 30%;
  margin-left: 12%;
  color: var(--e-global-color-034dc4e);
  overflow: hidden;
}
@media (max-width: 1366px) {
  .getra-timeline .right {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.getra-timeline .right .title {
  font-size: 32px;
  font-family: "Alfabet", sans-serif;
  font-weight: bold;
  color: var(--e-global-color-text);
  margin-bottom: 1em;
  line-height: 1em;
}
@media (max-width: 1366px) {
  .getra-timeline .right .title {
    font-size: 25px;
  }
}

.getra-carte-commercial {
  display: none;
}
.getra-carte-commercial:nth-of-type(1) {
  display: block;
}
.getra-carte-commercial .getra-carte-commercial-svg {
  height: 665px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .getra-carte-commercial .getra-carte-commercial-svg {
    height: 350px;
  }
}
.getra-carte-commercial .getra-carte-commercial-svg path {
  stroke-width: 1px;
}
.getra-carte-commercial .contact {
  width: 380px;
  max-width: 100vw;
  border-radius: 20px;
  padding: 11px;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 30px rgba(0, 69, 144, 0.7);
}
.getra-carte-commercial .contact.active {
  display: block;
}
.getra-carte-commercial .contact:before {
  content: "";
  background-image: url(../img/grain-bg-light-blue.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.8;
}
.getra-carte-commercial .contact button.fermer {
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 10px;
  transition: 0.3s ease;
}
.getra-carte-commercial .contact button.fermer:hover {
  background: var(--e-global-color-b300dc3);
}
.getra-carte-commercial .contact picture {
  flex: 0 0 25%;
}
.getra-carte-commercial .contact picture img {
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.23);
}
.getra-carte-commercial .contact h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 5px;
}
.getra-carte-commercial .contact p {
  margin-bottom: 0;
}
.getra-carte-commercial .contact .top {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.getra-carte-commercial .contact .top .right {
  flex: 0 1 66%;
}
.getra-carte-commercial .contact .bottom {
  display: flex;
  gap: 8px;
}
.getra-carte-commercial .contact .bottom a {
  flex: 1;
  border-radius: 13px;
  background: #6189BA;
  color: white;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  transition: 0.3s ease;
}
.getra-carte-commercial .contact .bottom a:hover {
  background: #4b78af;
}
.getra-carte-commercial .contact .bottom a svg {
  margin-right: 10px;
}
.getra-carte-commercial button.getra-export {
  border: 2px solid var(--e-global-color-text);
  background: transparent;
  font-size: 16px;
  display: block;
  margin: 0 auto;
}

[data-carte-commercial] {
  cursor: pointer;
}
[data-carte-commercial] svg path {
  fill: var(--e-global-color-034dc4e);
}
[data-carte-commercial].active .elementor-button {
  background-color: var(--e-global-color-primary) !important;
  border-color: var(--e-global-color-primary) !important;
  color: var(--e-global-color-text) !important;
}
[data-carte-commercial].active .elementor-button svg path {
  fill: var(--e-global-color-text);
}

#copyright-lezards {
  padding: 15px;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: black;
  background: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#copyright-lezards p {
  margin: 0 !important;
  padding: 0 !important;
  flex: 1;
  text-align: right;
}
#copyright-lezards a.image {
  flex: 0 0 auto;
  margin: 0 5px;
}
#copyright-lezards a.image img {
  width: 30px;
  height: auto;
  display: block;
}
#copyright-lezards a.texte {
  font-size: 1.2em;
  font-weight: 500;
  flex: 1;
  color: black;
  text-align: left;
}

.swiper-slide {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

#getra-product-info .intro {
  display: flex;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
#getra-product-info .intro > .right {
  width: 50%;
  padding: 30px 80px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  #getra-product-info .intro > .right {
    padding: 30px 0 30px 30px;
  }
}
@media (max-width: 1024px) {
  #getra-product-info .intro > .right {
    width: 100%;
    padding: 50px 0 0 0;
  }
}
@media (max-width: 768px) {
  #getra-product-info .intro > .right {
    padding: 30px 0 0 0;
  }
}
#getra-product-info .intro > .right .wrapper {
  max-width: 560px;
}
#getra-product-info .intro hr {
  border: none;
  background: var(--e-global-color-5223bb6);
  height: 1px;
  margin-bottom: 15px;
}
#getra-product-info .getra-breadcrumb {
  background: white;
  padding: 0 20px 10px 10px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 17px;
  z-index: 2;
}
#getra-product-info .getra-breadcrumb:before {
  content: "";
  position: absolute;
  width: 27px;
  height: 17px;
  left: -8px;
  top: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy4wMjMiIGhlaWdodD0iMTcuNDQzIiB2aWV3Qm94PSIwIDAgMjcuMDIzIDE3LjQ0MyI+PHBhdGggZD0iTS0xNzI2Mi0yMDk2OS4zaC0yMy40NjN2MTcuNDQzaDcuNTY2Uy0xNzI3NS41NDEtMjA5NjkuMy0xNzI2Mi0yMDk2OS4zWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcyODUuNDY1IDIwOTY5LjI5NykiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
#getra-product-info .getra-breadcrumb:after {
  content: "";
  position: absolute;
  width: 27px;
  height: 17px;
  right: -17px;
  top: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy4wMjMiIGhlaWdodD0iMTcuNDQzIiB2aWV3Qm94PSIwIDAgMjcuMDIzIDE3LjQ0MyI+PHBhdGggZD0iTS0xNzI2Mi0yMDk2OS4zaC0yMy40NjN2MTcuNDQzaDcuNTY2Uy0xNzI3NS41NDEtMjA5NjkuMy0xNzI2Mi0yMDk2OS4zWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcyODUuNDY1IDIwOTY5LjI5NykiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
#getra-product-info h1 {
  color: var(--e-global-color-primary);
  font-size: 35px;
  font-weight: 800;
  line-height: 1.1em;
}
#getra-product-info h1 span {
  color: var(--e-global-color-text);
}
#getra-product-info .short-description {
  margin: 1.5em 0 2.5em;
}
#getra-product-info .domaines {
  color: var(--e-global-color-034dc4e);
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  font-size: 14px;
}
#getra-product-info .domaines .left {
  width: 40%;
}
#getra-product-info .domaines .right {
  width: 60%;
  font-weight: bold;
}
#getra-product-info hr.rse-separator {
  background: #6AB56E;
}
#getra-product-info .rse {
  color: #55A059;
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  font-size: 14px;
}
#getra-product-info .rse .left {
  width: 40%;
}
#getra-product-info .rse .left p {
  display: flex;
  align-items: center;
}
#getra-product-info .rse .left span {
  /*background: #55A059;
  border-radius: 50px;
  width: 22px;
  height: 22px;
  color: white;
  font-size: 12px;*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
#getra-product-info .rse .left span svg {
  width: 32px;
  height: 32px;
}
#getra-product-info .rse .right {
  width: 60%;
}
#getra-product-info .tools {
  display: flex;
  align-items: center;
  font-family: "Alfabet", sans-serif;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #getra-product-info .tools {
    row-gap: 30px;
  }
}
#getra-product-info .tools svg {
  margin-right: 10px;
}
#getra-product-info .tools > a:last-child {
  margin-left: auto;
}
#getra-product-info .description {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  #getra-product-info .description {
    flex-wrap: wrap;
    gap: 50px;
  }
}
#getra-product-info .description .getra-pill-title {
  font-size: 15px;
  font-weight: bold;
  background: white;
  margin: -24px 0px 0px 0px;
  padding: 10px 10px 20px;
  border-radius: 0 0 30px 30px;
  position: relative;
}
#getra-product-info .description .getra-pill-title:before {
  content: "";
  position: absolute;
  width: 27px;
  height: 17px;
  left: -19px;
  transform: scale(-1, 1);
  top: 9px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy4wMjMiIGhlaWdodD0iMTcuNDQzIiB2aWV3Qm94PSIwIDAgMjcuMDIzIDE3LjQ0MyI+PHBhdGggZD0iTS0xNzI2Mi0yMDk2OS4zaC0yMy40NjN2MTcuNDQzaDcuNTY2Uy0xNzI3NS41NDEtMjA5NjkuMy0xNzI2Mi0yMDk2OS4zWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcyODUuNDY1IDIwOTY5LjI5NykiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
#getra-product-info .description .getra-pill-title:after {
  content: "";
  position: absolute;
  width: 27px;
  height: 17px;
  right: -19px;
  top: 9px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy4wMjMiIGhlaWdodD0iMTcuNDQzIiB2aWV3Qm94PSIwIDAgMjcuMDIzIDE3LjQ0MyI+PHBhdGggZD0iTS0xNzI2Mi0yMDk2OS4zaC0yMy40NjN2MTcuNDQzaDcuNTY2Uy0xNzI3NS41NDEtMjA5NjkuMy0xNzI2Mi0yMDk2OS4zWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcyODUuNDY1IDIwOTY5LjI5NykiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
#getra-product-info .description .getra-pill-title span {
  border: 1px solid #C7C7C7;
  border-radius: 50px;
  padding: 7px 25px 10px 25px;
}
#getra-product-info .description h2 {
  margin: 80px 0 20px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Alfabet", sans-serif;
}
@media (max-width: 768px) {
  #getra-product-info .description h2 {
    margin: 50px 0 20px;
    font-size: 20px;
  }
}
#getra-product-info .description .left {
  background: var(--e-global-color-secondary);
  border-radius: 17px;
  width: 50%;
  padding: 0 50px 50px;
}
@media (max-width: 768px) {
  #getra-product-info .description .left {
    width: 100%;
    padding: 0 30px 30px;
  }
}
#getra-product-info .description .right {
  background: var(--e-global-color-secondary);
  border-radius: 17px;
  padding: 0 50px 50px;
  width: 50%;
}
@media (max-width: 768px) {
  #getra-product-info .description .right {
    width: 100%;
    padding: 0 30px 30px;
  }
}
#getra-product-info .product-gallery {
  width: 50%;
  display: flex;
  gap: 15px;
  height: 560px;
}
@media (max-width: 1024px) {
  #getra-product-info .product-gallery {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #getra-product-info .product-gallery {
    flex-wrap: wrap;
    height: inherit;
  }
}
#getra-product-info .product-gallery a {
  outline: none;
}
#getra-product-info .product-gallery .main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  background: #F2F2F2;
  border-radius: 17px;
}
#getra-product-info .product-gallery .main .swiper-wrapper {
  flex: 1;
}
#getra-product-info .product-gallery .main .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#getra-product-info .product-gallery .main .swiper-wrapper .swiper-slide img {
  width: 420px;
  height: 420px;
  object-fit: contain;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}
@media (max-width: 768px) {
  #getra-product-info .product-gallery .main .swiper-wrapper .swiper-slide img {
    height: 200px;
    margin: 40px auto;
  }
}
#getra-product-info .product-gallery .video picture {
  position: relative;
}
#getra-product-info .product-gallery .video img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
#getra-product-info .product-gallery .video picture:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
#getra-product-info .product-gallery .video i, #getra-product-info .product-gallery .video svg {
  position: absolute;
  color: var(--e-global-color-primary);
  font-size: 55px;
  background: white;
  border-radius: 50%;
}
#getra-product-info .product-gallery .thumbs {
  flex: 0 0 120px;
  position: relative;
}
@media (max-width: 768px) {
  #getra-product-info .product-gallery .thumbs {
    flex: 1 0 100%;
  }
}
#getra-product-info .product-gallery .thumbs .inner {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
#getra-product-info .product-gallery .thumbs .prev, #getra-product-info .product-gallery .thumbs .next {
  position: absolute;
  left: 50%;
  z-index: 2;
  background: white;
  border: 1px solid #C7C7C7;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: 0.2s ease;
}
#getra-product-info .product-gallery .thumbs .prev:hover, #getra-product-info .product-gallery .thumbs .next:hover {
  background: #F2F2F2;
}
#getra-product-info .product-gallery .thumbs .prev {
  top: 0;
  transform: translate(-50%, -50%);
  opacity: 0;
}
#getra-product-info .product-gallery .thumbs .next {
  bottom: 0;
  transform: translate(-50%, 50%);
}
#getra-product-info .product-gallery .thumbs .swiper-slide {
  background: #F2F2F2;
  border-radius: 17px;
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 768px) {
  #getra-product-info .product-gallery .thumbs .swiper-slide {
    width: 90px;
    height: 90px;
  }
}
#getra-product-info .product-gallery .thumbs .swiper-slide img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: auto;
}
@media (max-width: 768px) {
  #getra-product-info .product-gallery .thumbs .swiper-slide img {
    width: 50px;
    height: 50px;
  }
}
#getra-product-info .product-gallery .thumbs .video i, #getra-product-info .product-gallery .thumbs .video svg {
  font-size: 35px;
}
#getra-product-info .product-gallery .thumbs .video img {
  width: 120px !important;
  height: 120px !important;
}

.getra-comparateur {
  display: flex;
  gap: 80px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .getra-comparateur {
    flex-wrap: wrap;
  }
}
.getra-comparateur .col {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.getra-comparateur .getra-blob-button {
  margin-top: auto;
  align-self: flex-start;
}
.getra-comparateur select {
  color: var(--e-global-color-034dc4e);
  font-weight: 600;
  border: 1px solid #C7C7C7;
  border-radius: 10px;
  padding: 12px 20px;
  appearance: none;
  margin-bottom: 20px;
}
.getra-comparateur .select-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  color: var(--e-global-color-034dc4e);
}
.getra-comparateur span.hr {
  display: block;
  height: 1px;
  background-color: #C7C7C7;
  margin: 20px 0;
  position: relative;
}
.getra-comparateur span.hr:before {
  content: "";
  position: absolute;
  width: calc(100% + 80px);
  height: 1px;
  background: #C7C7C7;
  top: 0;
  left: -40px;
}
.getra-comparateur h2.subtitle {
  margin-top: 40px;
  font-size: 24px;
  font-family: "Alfabet", sans-serif;
  font-weight: bold;
  line-height: 1em;
}
.getra-comparateur .ugc {
  margin-bottom: 50px;
  height: 200px;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .getra-comparateur .ugc {
    height: inherit;
    overflow-y: inherit;
  }
}

.getra-recherche {
  position: relative;
}
.getra-recherche form {
  position: relative;
  display: flex;
  justify-content: flex-end;
  outline: none;
}
.getra-recherche form svg {
  position: absolute;
  height: 16px;
  right: 16px;
  top: 17px;
  cursor: pointer;
}
.getra-recherche form svg path {
  fill: var(--e-global-color-primary);
}
.getra-recherche form .loader {
  display: none;
}
.getra-recherche input {
  border: 2px solid var(--e-global-color-primary) !important;
  border-radius: 80px !important;
  width: 49px !important;
  height: 49px !important;
  cursor: pointer;
  transition: 0.4s ease;
  color: white;
  background: white;
}
.getra-recherche input::-webkit-search-cancel-button {
  display: none;
}
.getra-recherche input:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  outline: none;
}
@media (max-width: 768px) {
  .getra-recherche input {
    transition-duration: 0s !important;
  }
}
.getra-recherche .results {
  position: fixed;
  width: calc(100vw - 160px);
  max-width: 1760px;
  background: white;
  border-radius: 20px;
  top: 125px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  padding: 60px 80px;
  gap: 120px;
  flex-direction: row-reverse;
  max-height: calc(100vh - 200px);
}
.getra-recherche .results .gammes {
  width: 25%;
}
.getra-recherche .results .gammes > p {
  font-family: "Alfabet", sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.getra-recherche .results .gammes a {
  font-size: 17px;
  padding: 10px 0;
  display: block;
  transition: 0.3s ease;
}
.getra-recherche .results .gammes a svg {
  font-size: 14px;
  margin-right: 10px;
}
.getra-recherche .results .gammes a:hover {
  color: var(--e-global-color-primary);
}
.getra-recherche .results .products {
  width: 75%;
}
.getra-recherche .results .products > p {
  font-family: "Alfabet", sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.getra-recherche .results .products .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  overflow-y: scroll;
  padding: 10px;
  height: 100%;
}
.getra-recherche .close-search {
  display: none;
  position: absolute;
  top: 13px;
  right: -3px;
  background: none;
  border: none;
  color: var(--e-global-color-text);
}
.getra-recherche.focused {
  z-index: 5;
}
@media (max-width: 768px) {
  .getra-recherche.focused {
    position: fixed;
    top: 90px;
    background: white;
    width: 100vw;
    left: 0;
    height: calc(100dvh - 90px);
    border-radius: 17px 17px 0 0;
    padding: 70px 30px 0;
  }
  .getra-recherche.focused .close-search {
    display: block;
  }
}
.getra-recherche.focused input {
  cursor: inherit;
  width: 100% !important;
  color: var(--e-global-color-text);
  padding-right: 40px;
}
.getra-recherche.searched .results {
  display: flex;
}
@media (max-width: 768px) {
  .getra-recherche.searched .results {
    width: 100%;
    position: relative;
    top: 0;
    margin-top: 20px;
    border-radius: 0;
    flex-direction: column-reverse;
    padding: 0;
    max-height: inherit;
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100dvh - 229px);
    gap: 50px;
  }
  .getra-recherche.searched .results .gammes {
    width: 100%;
  }
  .getra-recherche.searched .results .products {
    width: 100%;
    margin-bottom: 80px;
  }
  .getra-recherche.searched .results .products .row {
    grid-template-columns: 1fr;
    padding: 0;
    overflow-y: inherit;
  }
}
.getra-recherche.searching .search-icon {
  display: none;
}
.getra-recherche.searching .loader {
  display: block;
}

.juicer-feed .feed-item {
  background: none !important;
  display: flex !important;
  margin-bottom: 30px !important;
}
.juicer-feed .j-poster {
  display: none !important;
}
.juicer-feed .j-content-image {
  border-radius: 20px;
  aspect-ratio: 1;
  object-fit: cover;
}
.juicer-feed .j-image {
  width: 40%;
}
.juicer-feed .j-text {
  width: 60%;
  padding: 0 0 0 20px !important;
}
.juicer-feed .j-meta {
  display: none;
}
.juicer-feed .j-message {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
}
.juicer-feed .j-paginate {
  display: none !important;
}

[data-aos] {
  transition: cubic-bezier(0.25, 0.1, 0.25, 1);
}

[data-aos=clip-to-right] {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  transition: clip-path cubic-bezier(0.25, 0.1, 0.25, 1);
}
[data-aos=clip-to-right].aos-animate {
  clip-path: inset(0 0 0 0);
}

[data-aos=clip-to-left] {
  clip-path: inset(0 0 0 100%);
  display: inline-block;
  transition: clip-path cubic-bezier(0.25, 0.1, 0.25, 1);
}
[data-aos=clip-to-left].aos-animate {
  clip-path: inset(0 0 0 0);
}

[data-aos=clip-to-top] {
  clip-path: inset(100% 0 0 0);
  display: inline-block;
  transition: clip-path cubic-bezier(0.25, 0.1, 0.25, 1);
}
[data-aos=clip-to-top].aos-animate {
  clip-path: inset(0 0 0 0);
}

[data-aos=clip-to-bottom] {
  clip-path: inset(0 0 100% 0);
  display: inline-block;
  transition: clip-path cubic-bezier(0.25, 0.1, 0.25, 1);
}
[data-aos=clip-to-bottom].aos-animate {
  clip-path: inset(0 0 0 0);
}

html:not(.no-js) body [data-aos=float] {
  animation: float 6s ease-in-out infinite;
}
html:not(.no-js) body [data-aos=float]:nth-child(0) {
  animation-delay: 879ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(1) {
  animation-delay: 1352ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(2) {
  animation-delay: 868ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(3) {
  animation-delay: 555ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(4) {
  animation-delay: 1724ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(5) {
  animation-delay: 516ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(6) {
  animation-delay: 2425ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(7) {
  animation-delay: 550ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(8) {
  animation-delay: 2142ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(9) {
  animation-delay: 1948ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(10) {
  animation-delay: 142ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(11) {
  animation-delay: 1514ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(12) {
  animation-delay: 560ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(13) {
  animation-delay: 834ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(14) {
  animation-delay: 68ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(15) {
  animation-delay: 644ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(16) {
  animation-delay: 91ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(17) {
  animation-delay: 2502ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(18) {
  animation-delay: 2624ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(19) {
  animation-delay: 373ms;
}

html:not(.no-js) body [data-aos=fade-up] {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

html:not(.no-js) body [data-aos=fade-down] {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

html:not(.no-js) body [data-aos=fade-left] {
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}

html:not(.no-js) body [data-aos=fade-right] {
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}

@media screen and (max-width: 768px) {
  [data-aos-delay]:not(.mobile-delay) {
    transition-delay: 0s !important;
  }
}

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