.beae-section > div.beae__section--container.beae__section--full,
body,
html {
  max-width: 100%;
}
.beae-html ol ol,
.beae-html ul ol,
.beae-html ul ul {
  margin-block-start: 0;
  margin-block-end: 0;
}
.beae- section .beae-section-heading,
.beae-section .beae__section--container:not(.beae__section--full) {
  max-width: var(--beae-page-width, 1470px);
}
body,
html {
  width: 100vw;
  min-height: 100dvh;
}
body {
  margin: 0;
  display: block;
}
.beae-builder {
  position: relative;
  z-index: 1;
}
.beae-sections {
  width: 100%;
  display: flex;
  flex-flow: column;
}
.beae-sections.beae-content-wrapper img:not([load]) {
  background: url("https://cdn.beae.com/vendors/images/loading.gif") center
    center/56px 56px no-repeat;
}
.beae-sections [class*="beae-typo-"] {
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.beae-sections .beae-btn-pr,
.beae-sections .beae-btn-se,
.beae-sections .beae-btn-te {
  text-align: center;
  zoom: calc(var(--scale-ratio, 1) * calc(100% / var(--font-size-ratio, 1)));
}
.beae-sections *,
.beae-sections ::after,
.beae-sections ::before {
  box-sizing: border-box;
}
.beae-sections button {
  border: none;
}
.beae-sections [class*="beae-typo-"]:not(.beae-section.beae-core) {
  zoom: calc(100% / var(--font-size-ratio, 1));
}
.beae__section--container .beae__section--container {
  zoom: 100%;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  text-transform: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
.beae-flexbox-container {
  min-height: 20px;
}
.beae-section-heading {
  width: 100%;
  text-align: center;
}
.beae-section-background-video {
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.beae-section-background-video iframe,
.beae-section-background-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  pointer-events: none;
  border: none;
  background: #000;
  z-index: -1;
}
.beae-section,
div.beae__section--container {
  position: relative;
  width: 100%;
}
.beae-section__overlay > .beae-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.beae-section:not(.beae-section) {
  float: left;
}
.beae-section.beae-section {
  clear: both;
}
div.beae__section--container {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.beae-section-shape-divider {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: flex;
}
.beae-section-shape-divider[data-shape-position="top"] {
  top: 0;
}
.beae-section-shape-divider[data-shape-position="bottom"] {
  bottom: 0;
}
.beae-section-shape-divider[data-shape-position="bottom"] > span {
  transform: rotateX(180deg);
}
.beae-flexbox-core,
.beae-section-shape-divider > span {
  width: 100%;
}
.beae-section-shape-divider svg {
  display: flex;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100px;
}
.beae-grid-container {
  position: relative;
  display: grid !important;
  margin: 0 auto !important;
  --gap-x: 0px;
  --gap-y: 0px;
  --grid-gutter: calc(var(--beae-site-margin-mobile, 19px) - var(--gap-y));
  --cell-max-width: 100%;
  --inset-padding: 0vw;
  grid-template-rows: repeat(var(--rows-mobile), calc(100vw * 0.0212));
  grid-template-columns: minmax(var(--grid-gutter), 1fr) repeat(
      var(--cols-mobile),
      minmax(0, var(--cell-max-width))
    ) minmax(var(--grid-gutter), 1fr);
  row-gap: var(--gap-y);
  column-gap: var(--gap-x);
}
.beae-scale-ratio {
  zoom: calc(var(--scale-ratio, 1) * calc(100% / var(--font-size-ratio, 1)));
}
.beae-grid-block {
  position: relative;
  z-index: 10;
}
.beae-grid-block > .beae-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.beae-grid-block
  > .beae-block.beae-core
  > .beae-block:not([data-min-height="content"]) {
  display: inline-block;
  width: fit-content;
  height: fit-content;
}
.beae-grid-block .beae-core {
  justify-content: var(--align-x);
  align-items: var(--align-y);
}
div.beae-sections
  .beae-flexbox-row
  .beae-flexbox-column
  > .beae-block.beae-core {
  display: block;
  width: auto;
  height: auto;
}
[data-beae-animation] {
  animation-duration: 1s;
}
.beae-image-default {
  display: block;
  line-height: 0;
}
div.beae-builder {
  width: 100%;
  margin: 0 auto;
}
div.beae-core img {
  width: 100%;
  height: auto;
  border: 0;
  float: left;
  vertical-align: middle;
}
div.beae-core figure {
  margin: 0;
}
div.beae-block {
  position: relative;
  display: block;
  height: fit-content;
}
h1,
h2,
h3,
h4,
h5,
h6,
img,
p {
  margin: 0;
  vertical-align: baseline;
}
.beae-block ol,
.beae-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.beae-html ol,
.beae-html ul {
  color: inherit;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}
.beae-html ul {
  list-style-type: disc;
}
.beae-html ol {
  list-style-type: decimal;
}
.beae-html ul ul {
  list-style-type: circle;
}
.beae-html ul ul ul {
  list-style-type: square;
}
.beae-block button,
.beae-block input,
.beae-block select,
.beae-block textarea {
  font-family: inherit;
}
.beae-section > .beae-flexbox,
.beae-section > .beae-grid-system {
  padding-top: var(--beae-section-padding-top);
  padding-bottom: var(--beae-section-padding-bottom);
}
.beae-grid-system .beae-section-heading,
.beae-section
  > div.beae-flexbox
  > div.beae__section--container:not(.beae__section--full) {
  padding-left: var(--beae-site-margin);
  padding-right: var(--beae-site-margin);
}
.beae-section .beae-background-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.beae-section .beae-background-image img {
  width: 100%;
  height: 100%;
}
.beae-section .beae-section-heading {
  padding-bottom: var(--heading-fill, "0px");
  text-align: var(--heading-alignment, "center");
  margin: 0 auto;
}
.beae-section .beae-section-heading div.beae-section-heading-content {
  width: 100%;
  text-align: var(--heading-alignment, "center");
  filter: var(--heading-filter, "");
}
.beae-section .beae-section-heading .beae-section-heading__wrapper {
  margin: 0 var(--heading-margin, "24%");
  position: relative;
}
.beae-flexbox-row {
  display: flex;
  width: 100%;
}
.beae-grid-block .beae-core .beae-block.beae-x-fit {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.beae-x-fit > div[data-fill="true"] {
  height: 100%;
  width: 100%;
  text-align: center;
}
.beae-slide-item img {
  pointer-events: none;
}
@media (min-width: 768px) {
  .beae-grid-container {
    position: relative;
    display: grid !important;
    --gap-x: 0px;
    --gap-y: 0px;
    --grid-gutter: calc(var(--beae-site-margin, 15px) - var(--gap-y));
    --cell-max-width: calc(
      (var(--container-width, 1920px) - (var(--gap-x) * calc(var(--cols) - 1))) /
        var(--cols)
    );
    --inset-padding: 0vw;
    ----est-container-width: min(
      var(
        --container-width,
        calc(
          var(--beae-page-width, 1470px) - var(--beae-site-margin, 30px) -
            var(--beae-site-margin, 30px)
        )
      ),
      calc(
        100vw - var(--beae-site-margin, 30px) - var(--beae-site-margin, 30px)
      )
    );
    --est-container-width: min(var(--container-width, 1470px), 100vw);
    grid-template-rows: repeat(
      var(--rows),
      calc(var(--est-container-width) * 0.0075)
    );
    grid-template-columns: minmax(var(--grid-gutter), 1fr) repeat(
        var(--cols),
        minmax(0, var(--cell-max-width))
      ) minmax(var(--grid-gutter), 1fr);
    row-gap: var(--gap-y);
    column-gap: var(--gap-x);
  }
  .beae-grid-carousel__pagination,
  .beae-grid-carousel__snaps {
    display: none !important;
  }
}
.beae-next-popup--container {
  z-index: 2000000;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  display: flex;
  box-sizing: content-box;
  justify-content: center;
  align-items: center;
}
.beae-next-popup--container:after {
  content: "";
  position: fixed;
  height: 100dvh;
  width: 100vw;
  background: #0000008f;
  left: 0;
  top: 0;
  z-index: 1;
  backdrop-filter: blur(5px);
  opacity: 0;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' role='presentation' stroke-width='2' focusable='false' width='44' height='44' viewBox='-10 -10 44 44' style='outline: 1px solid %23fff;outline-offset: -1px;border-radius: 100%25;'%3E%3Cpath d='M17.658 6.343 6.344 17.657M17.658 17.657 6.344 6.343' stroke='white'%3E%3C/path%3E%3C/svg%3E")
      22 22,
    auto;
  transition: 250ms ease-in-out 0.3s;
}
.beae-next-popup--container.active:after {
  opacity: 1;
  transition: 250ms ease-in-out 0.1s;
}
.beae-next-popup--container .beae-popup__wrapper {
  position: relative;
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0;
  min-height: auto;
  display: inline-flex;
}
.beae-next-popup--container .beae-popup__wrapper .beae-popup__body {
  position: relative;
  padding: 1.4rem 0;
  max-height: calc(100dvh - 40px);
  display: inline-flex;
  overflow: auto;
}
.beae-popup__body {
  background: #fff;
  border-radius: 10px;
  min-height: 60px;
  max-width: 96vw;
}
.beae-popup__content {
  opacity: 0;
  height: 100%;
  width: 100%;
  padding: 0 1.4rem;
  transition: opacity 0.1s cubic-bezier(0.4, 0, 0.6, 1);
}
.beae-next-popup--container.active .beae-popup__content {
  opacity: 1;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.6, 1) 0.6s;
}
.beae-next-popup--container[data-layout="center"] .beae-popup__body {
  transform: scale(0.9) translateY(10%);
  width: var(--beae-popup-width);
  opacity: 0;
  transition: 250ms ease-in-out 0.3s;
}
.beae-next-popup--container[data-layout="center"].active .beae-popup__body {
  transition: 250ms ease-out 0.3s;
  opacity: 1;
  transform: scale(1) translateY(0);
}
.beae-next-popup--container[data-layout="left"] {
  justify-content: flex-start;
  padding-left: 1rem;
}
.beae-next-popup--container[data-layout="right"] {
  justify-content: flex-end;
  width: calc(100vw - 1rem);
}
.beae-next-popup--container[data-layout="left"] .beae-popup__body,
.beae-next-popup--container[data-layout="right"] .beae-popup__body {
  height: calc(100dvh - 2rem);
  width: 0;
  opacity: 0;
  transform: none;
  transition: 250ms cubic-bezier(0.4, 0, 0.6, 1) 0.1s;
}
.beae-next-popup--container[data-layout="left"].active .beae-popup__body,
.beae-next-popup--container[data-layout="right"].active .beae-popup__body {
  width: var(--beae-popup-width);
  opacity: 1;
  transform: none;
  transition: 250ms cubic-bezier(0.4, 0, 0.6, 1) 0.3s;
}
.beae-next-popup--container .beae-popup__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 20px;
  z-index: 3;
  cursor: pointer;
  margin: 0;
  background: 0 0;
  padding: 10px;
  border-radius: 100%;
  transform: scale(0);
  opacity: 0;
  border: none;
  line-height: 0;
  color: #00000030;
  transition: 250ms ease-in-out 0.1s;
}
.beae-next-popup--container .beae-popup__body:hover .beae-popup__close {
  background: #fff;
  color: #00000060;
}
.beae-next-popup--container .beae-popup__body .beae-popup__close:hover {
  color: #000;
}
.beae-next-popup--container__close svg {
  height: 26px;
  width: 26px;
}
.beae-next-popup--container.active .beae-popup__close {
  transition: 250ms ease-out;
  opacity: 1;
  transform: scale(1);
}
.beae-spinner svg {
  animation: 0.5s linear infinite beae-spinner;
  width: 36px;
  height: 36px;
  color: #222;
}
@media (max-width: 767px) {
  .beae-grid-system .beae-section-heading,
  .beae-section
    > div.beae-flexbox
    > div.beae__section--container:not(.beae__section--full) {
    padding-left: var(--beae-site-margin-mobile);
    padding-right: var(--beae-site-margin-mobile);
  }
  .beae-flexbox-row {
    display: block;
  }
  .beae-section > .beae-flexbox,
  .beae-section > .beae-grid-system {
    padding-top: var(--beae-section-padding-top-mobile, 1.4vmax);
    padding-bottom: var(--beae-section-padding-bottom-mobile, 1.4vmax);
  }
  .beae-grid-system .beae-section-heading {
    position: sticky;
    left: 0;
  }
  .beae-section .beae-section-heading {
    padding-bottom: var(--heading-fill-mobile, "0px");
    text-align: var(--heading-alignment-mobile, "center");
    max-width: 100vw;
    margin: 0 auto;
  }
  .beae-section .beae-section-heading div.beae-section-heading-content {
    text-align: var(--heading-alignment-mobile, "center");
    width: 100%;
  }
  .beae-section .beae-section-heading .beae-section-heading__wrapper {
    position: relative;
    margin: 0;
  }
  .beae-grid-system.beae-grid-carousel {
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    overflow: auto hidden;
    position: relative;
  }
  .beae-grid-carousel__snaps {
    position: relative;
    margin-left: var(--beae-site-margin-mobile, 19px);
    display: grid;
    grid: auto/auto-flow 80vw;
    z-index: 100000;
  }
  .beae-grid-carousel__snaps > .beae-grid-carousel__snap {
    scroll-snap-align: center;
    display: inline-block !important;
  }
  .beae-grid-system::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 7px;
    width: 7px;
  }
  .beae-grid-carousel__pagination {
    position: absolute;
    z-index: 100000;
    bottom: calc(var(--beae-section-padding-bottom) + 10px);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .beae-grid-carousel__pagination > div {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #cdcdcd;
    cursor: pointer;
    display: inline-block !important;
  }
  .beae-grid-carousel__pagination > div.active {
    background-color: #00000060;
  }
  .beae-grid-system::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #bbbbbb80;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
  .beae-next-popup--container[data-layout] {
    padding: 14px 14px 0;
    height: calc(100dvh - 28px);
    width: calc(100dvw - 28px);
    bottom: 14px;
    top: auto;
    align-items: flex-end;
  }
  .beae-next-popup--container[data-layout-mobile="bottom"] .beae-popup__body,
  .beae-next-popup--container[data-layout-mobile="bottom"]
    .beae-popup__wrapper {
    width: 100% !important;
  }
  .beae-next-popup--container .beae-popup__close {
    display: none;
  }
  .beae-next-popup--container[data-layout] .beae-popup__body {
    height: auto;
    max-width: calc(100vw - 28px);
  }
  .beae-next-popup--container .beae-popup__wrapper .beae-popup__body {
    height: auto;
    width: var(--beae-popup-width);
    max-height: 86dvh;
    opacity: 0;
    transform: translateY(40%);
    transition: 250ms cubic-bezier(0.4, 0, 0.6, 1) 0.1s;
  }
  .beae-next-popup--container.active .beae-popup__wrapper .beae-popup__body {
    opacity: 1;
    transform: translateY(0);
    transition: 250ms cubic-bezier(0.4, 0, 0.6, 1) 0.3s;
  }
  .beae-next-popup--container .beae-popup__wrapper:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' role='presentation' stroke-width='2' focusable='false' width='24' height='24' class='icon icon-close' viewBox='0 0 24 24'%3E%3Cpath d='M17.658 6.343 6.344 17.657M17.658 17.657 6.344 6.343' stroke='white'%3E%3C/path%3E%3C/svg%3E");
    position: absolute;
    bottom: calc(100% + 24px);
    left: 50%;
    font-size: 20px;
    outline: #fff solid 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    transform: translateX(-50%);
    cursor: pointer;
    border-radius: 100%;
    height: 42px;
    width: 42px;
    opacity: 0;
    line-height: 0;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.6, 1) 0.1s;
  }
  .beae-next-popup--container.active .beae-popup__wrapper:before {
    opacity: 1;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.6, 1) 0.5s;
  }
  .beae-next-popup--container {
    justify-content: flex-end;
    align-items: center;
  }
  .beae-next-popup--container[data-layout-mobile="center"] .beae-popup__body {
    transform: scale(0.9) translateY(10%);
    width: var(--beae-popup-width);
    opacity: 0;
    transition: 250ms ease-in-out 0.3s;
  }
  .beae-next-popup--container[data-layout-mobile="center"].active
    .beae-popup__body {
    transition: 250ms ease-out 0.3s;
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  .beae-next-popup--container[data-layout-mobile="left"] .beae-popup__body,
  .beae-next-popup--container[data-layout-mobile="right"] .beae-popup__body {
    height: calc(100dvh - 2rem);
    width: 0;
    opacity: 0;
    transform: none;
    transition: 250ms cubic-bezier(0.4, 0, 0.6, 1) 0.1s;
  }
  .beae-next-popup--container[data-layout-mobile="left"].active
    .beae-popup__body,
  .beae-next-popup--container[data-layout-mobile="right"].active
    .beae-popup__body {
    width: var(--beae-popup-width);
    opacity: 1;
    transform: none;
    transition: 250ms cubic-bezier(0.4, 0, 0.6, 1) 0.3s;
  }
}
#beae-next-toast {
  visibility: hidden;
  opacity: 0;
  background-color: #000;
  color: #fff;
  position: fixed;
  z-index: 999999;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  transition: 0.2s cubic-bezier(0.51, 0, 0.58, 0.87);
}
#beae-next-toast.beae-next-toast-show {
  visibility: visible;
  opacity: 1;
}
#beae-next-toast #beae-next-toast-icon {
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  margin-right: 5px;
}
#beae-next-toast #beae-next-toast-icon svg path {
  fill: #fff;
}
#beae-next-toast.beae-next-toast-error {
  background: #ffb800;
  color: #000;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.5, 0.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes beae-spinner {
  to {
    transform: rotate(1turn);
  }
}
.beae-spinner--wrp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cccccccc;
}
.beae-spinner {
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block !important;
  opacity: 1;
  box-sizing: border-box;
  animation: 1s linear infinite beae-rotation;
}
@keyframes beae-rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.beae-body--preview .beae-placeholder-on-builder-mode,
.beae-body--preview .beae-preview-hidden {
  display: none !important;
}
.be-animate-bounce-in:hover,
.be-animate-bounce-out:hover {
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.be-animate-bob:hover,
.be-animate-hang:hover {
  animation-delay: 0s, 0.3s;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.be-animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes be-bounce {
  20%,
  53%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.be-bounce {
  animation-name: be-bounce;
  transform-origin: center bottom;
}
@keyframes be-bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.be-bounceIn {
  animation-name: be-bounceIn;
}
@keyframes be-bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.be-bounceInDown {
  animation-name: be-bounceInDown;
}
@keyframes be-bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.be-bounceInLeft {
  animation-name: be-bounceInLeft;
}
@keyframes be-bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.be-bounceInRight {
  animation-name: be-bounceInRight;
}
@keyframes be-bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.be-bounceInUp {
  animation-name: be-bounceInUp;
}
@keyframes be-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.be-fadeIn {
  animation-name: be-fadeIn;
}
@keyframes be-fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.be-fadeInDown {
  animation-name: be-fadeInDown;
}
@keyframes be-fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.be-fadeInDownBig {
  animation-name: be-fadeInDownBig;
}
@keyframes be-fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.be-fadeInLeft {
  animation-name: be-fadeInLeft;
}
@keyframes be-fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.be-fadeInLeftBig {
  animation-name: be-fadeInLeftBig;
}
@keyframes be-fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.be-fadeInRight {
  animation-name: be-fadeInRight;
}
@keyframes be-fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.be-fadeInRightBig {
  animation-name: be-fadeInRightBig;
}
@keyframes be-fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.be-fadeInUp {
  animation-name: be-fadeInUp;
}
@keyframes be-fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.be-fadeInUpBig {
  animation-name: be-fadeInUpBig;
}
@keyframes be-flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.be-flash {
  animation-name: be-flash;
}
.be-flip {
  animation-name: be-flip;
}
@keyframes be-flip {
  from {
    transform: rotateY(180deg);
  }
  to {
    transform: rotateY(0);
  }
}
@keyframes be-flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.be-flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: be-flipInX;
}
@keyframes be-flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.be-flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: be-flipInY;
}
@keyframes be-jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.be-jackInTheBox {
  animation-name: be-jackInTheBox;
}
@keyframes be-jello {
  11.1%,
  from,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.be-jello {
  animation-name: be-jello;
  transform-origin: center;
}
@keyframes be-pulse {
  from,
  to {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.be-pulse {
  animation-name: be-pulse;
}
@keyframes be-rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.be-rollIn {
  animation-name: be-rollIn;
}
@keyframes be-rotateIn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.be-rotateIn {
  animation-name: be-rotateIn;
}
@keyframes be-rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.be-rotateInDownLeft {
  animation-name: be-rotateInDownLeft;
}
@keyframes be-rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.be-rotateInDownRight {
  animation-name: be-rotateInDownRight;
}
@keyframes be-rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.be-rotateInUpLeft {
  animation-name: be-rotateInUpLeft;
}
@keyframes be-rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.be-rotateInUpRight {
  animation-name: be-rotateInUpRight;
}
@keyframes be-rubberBand {
  from,
  to {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
}
.be-rubberBand {
  animation-name: be-rubberBand;
}
@keyframes be-shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes be-slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.be-slideInDown {
  animation-name: be-slideInDown;
}
@keyframes be-slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.be-slideInLeft {
  animation-name: be-slideInLeft;
}
@keyframes be-slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.be-slideInRight {
  animation-name: be-slideInRight;
}
@keyframes be-slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.be-slideInUp {
  animation-name: be-slideInUp;
}
@keyframes be-tada {
  from,
  to {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
.be-tada {
  animation-name: be-tada;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.be-shake {
  animation-name: shake;
}
@keyframes be-wobble {
  from,
  to {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}
.be-wobble {
  animation-name: be-wobble;
}
@keyframes be-zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.be-zoomIn {
  animation-name: be-zoomIn;
}
@keyframes be-zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.be-zoomInDown {
  animation-name: be-zoomInDown;
}
@keyframes be-zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.be-zoomInLeft {
  animation-name: be-zoomInLeft;
}
@keyframes be-zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.be-zoomInRight {
  animation-name: be-zoomInRight;
}
@keyframes be-zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.be-zoomInUp {
  animation-name: be-zoomInUp;
}
.be-animate-backward {
  transition: 0.35s;
}
.be-animate-backward:hover {
  transform: translateX(-8px);
}
@keyframes be-bob {
  0%,
  100% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
}
@keyframes be-bob-float {
  100% {
    transform: translateY(-8px);
  }
}
.be-animate-bob:hover {
  animation-name: be-bob-float, be-bob;
  animation-duration: 0.3s, 1.5s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
}
.be-animate-buzz-out:hover,
.be-animate-buzz:hover,
.be-animate-pop:hover {
  animation-timing-function: linear;
}
.be-animate-bounce-in,
.be-animate-bounce-out {
  transition-duration: 0.5s;
}
.be-animate-bounce-in:hover {
  transform: scale(1.2);
}
.be-animate-bounce-out:hover {
  transform: scale(0.8);
}
@keyframes pb-buzz-out {
  10%,
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  20%,
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50%,
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  60%,
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
.be-animate-buzz-out:hover {
  animation-name: pb-buzz-out;
  animation-duration: 0.75s;
  animation-iteration-count: 1;
}
@keyframes pb-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}
.be-animate-buzz:hover {
  animation-name: pb-buzz;
  animation-duration: 0.15s;
  animation-iteration-count: infinite;
}
.be-animate-float-shadow {
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.be-animate-float-shadow:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.35) 0,
    transparent 80%
  );
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}
.be-animate-float-shadow:hover {
  transform: translateY(-5px);
}
.be-animate-float-shadow:hover:before {
  opacity: 1;
  transform: translateY(5px);
}
.be-animate-float,
.be-animate-sink {
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.be-animate-float:hover {
  transform: translateY(-8px);
}
.be-animate-glow,
.be-animate-shadow {
  transition-duration: 0.3s;
  transition-property: box-shadow;
}
.be-animate-glow:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.be-animate-grow-shadow:hover,
.be-animate-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.be-animate-grow,
.be-animate-grow-rotate,
.be-animate-rotate,
.be-animate-shrink,
.be-animate-skew {
  transition-duration: 0.3s;
  transition-property: transform;
}
.be-animate-grow-rotate:hover {
  transform: scale(1.1) rotate(4deg);
}
.be-animate-grow-shadow {
  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
}
.be-animate-grow-shadow:hover,
.be-animate-grow:hover {
  transform: scale(1.1);
}
@keyframes be-hang {
  0%,
  100% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(4px);
  }
}
@keyframes be-hang-sink {
  100% {
    transform: translateY(8px);
  }
}
.be-animate-hang:hover {
  animation-name: be-hang-sink, be-hang;
  animation-duration: 0.3s, 1.5s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
}
@keyframes be-pop {
  50% {
    transform: scale(1.2);
  }
}
.be-animate-pop:hover {
  animation-name: be-pop;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
}
.be-animate-pulse-grow:hover,
.be-animate-pulse-shrink:hover,
.be-animate-pulse:hover {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes be-pulse-grow {
  to {
    transform: scale(1.1);
  }
}
.be-animate-pulse-grow:hover {
  animation-name: be-pulse-grow;
  animation-duration: 0.3s;
  animation-direction: alternate;
}
@keyframes be-pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.be-animate-pulse-shrink:hover {
  animation-name: be-pulse-shrink;
  animation-duration: 0.3s;
  animation-direction: alternate;
}
@keyframes be-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.be-animate-pulse:hover {
  animation-name: be-pulse;
  animation-duration: 1s;
}
@keyframes be-push {
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.be-animate-push:hover {
  animation-name: be-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.be-animate-wobble-bottom:hover,
.be-animate-wobble-horizontal:hover,
.be-animate-wobble-skew:hover,
.be-animate-wobble-to-bottom-right:hover,
.be-animate-wobble-to-top-right:hover,
.be-animate-wobble-top:hover,
.be-animate-wobble-vertical:hover {
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.be-animate-rotate:hover {
  transform: rotate(4deg);
}
.be-animate-shadow-radial {
  position: relative;
}
.be-animate-shadow-radial:after,
.be-animate-shadow-radial:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}
.be-animate-shadow-radial:before {
  bottom: 100%;
  background: radial-gradient(
    ellipse at 50% 150%,
    rgba(0, 0, 0, 0.6) 0,
    transparent 80%
  );
}
.be-animate-shadow-radial:after {
  top: 100%;
  background: radial-gradient(
    ellipse at 50% -50%,
    rgba(0, 0, 0, 0.6) 0,
    transparent 80%
  );
}
.be-animate-shadow-radial:hover:after,
.be-animate-shadow-radial:hover:before {
  opacity: 1;
}
.be-animate-shrink:hover {
  transform: scale(0.9);
}
.be-animate-sink:hover {
  transform: translateY(8px);
}
.be-animate-skew-backward,
.be-animate-skew-forward {
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}
.be-animate-skew-backward:hover {
  transform: skew(10deg);
}
.be-animate-skew-forward:hover,
.be-animate-skew:hover {
  transform: skew(-10deg);
}
@keyframes be-wobble-bottom {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
.be-animate-wobble-bottom {
  transform-origin: 100% 0;
}
.be-animate-wobble-bottom:hover {
  animation-name: be-wobble-bottom;
}
@keyframes be-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
.be-animate-wobble-horizontal:hover {
  animation-name: be-wobble-horizontal;
}
@keyframes be-wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
.be-animate-wobble-skew:hover {
  animation-name: be-wobble-skew;
}
@keyframes be-wobble-tbr {
  16.65% {
    transform: translate(8px, 8px);
  }
  33.3% {
    transform: translate(-6px, -6px);
  }
  49.95% {
    transform: translate(4px, 4px);
  }
  66.6% {
    transform: translate(-2px, -2px);
  }
  83.25% {
    transform: translate(1px, 1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.be-animate-wobble-to-bottom-right:hover {
  animation-name: be-wobble-tbr;
}
@keyframes be-wobble-ttr {
  16.65% {
    transform: translate(8px, -8px);
  }
  33.3% {
    transform: translate(-6px, 6px);
  }
  49.95% {
    transform: translate(4px, -4px);
  }
  66.6% {
    transform: translate(-2px, 2px);
  }
  83.25% {
    transform: translate(1px, -1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.be-animate-wobble-to-top-right:hover {
  animation-name: be-wobble-ttr;
}
@keyframes be-wobble-top {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
.be-animate-wobble-top {
  transform-origin: 0 100%;
}
.be-animate-wobble-top:hover {
  animation-name: be-wobble-top;
}
@keyframes be-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.be-animate-wobble-vertical:hover {
  animation-name: be-wobble-vertical;
}
.beae-block[data-animation] {
  animation-duration: 0.6s;
  animation-delay: 0.1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  visibility: hidden;
} /* 2.1.8 */
/* Swatches couleur personnalisées pour variantes */
input[type="radio"][value="Noir"] + label::before {
  content: "";
  background-color: #000000;
}
input[type="radio"][value="Blanc"] + label::before {
  content: "";
  background-color: #FFFFFF;
  border: 1px solid #ccc;
}
input[type="radio"][value="Rouge"] + label::before {
  content: "";
  background-color: #e63946;
}
input[type="radio"][value="Bleu"] + label::before {
  content: "";
  background-color: #1d3557;
}
input[type="radio"][value="Vert"] + label::before {
  content: "";
  background-color: #2a9d8f;
}
input[type="radio"][value="Beige"] + label::before {
  content: "";
  background-color: #f5f5dc;
}
input[type="radio"][value="Rose"] + label::before {
  content: "";
  background-color: #f7c5cc;
}
input[type="radio"][value="Jaune"] + label::before {
  content: "";
  background-color: #f4d35e;
}
input[type="radio"][value="Violet"] + label::before {
  content: "";
  background-color: #9b5de5;
}
input[type="radio"][value="Gris"] + label::before {
  content: "";
  background-color: #6c757d;
}
input[type="radio"][value="Vert olive"] + label::before {
  content: "";
  background-color: #556b2f;
}
input[type="radio"][value="Orange"] + label::before {
  content: "";
  background-color: #ff7f11;
}
input[type="radio"][value="Bleu ciel"] + label::before {
  content: "";
  background-color: #add8e6;
}
input[type="radio"][value="Marron"] + label::before {
  content: "";
  background-color: #8b4513;
}

/* Style général des pastilles */
input[type="radio"] + label::before {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
  content: "";
}
/* Supprimer le bouton play sur les vidéos Shopify (Thème Blum) */
deferred-media__poster,
deferred-media button,
deferred-media .deferred-media__poster,
.deferred-media__poster,
.deferred-media__poster-overlay,
.deferred-media__placeholder,
.video-section__play,
.video-section__trigger,
.video-thumbnail__play,
button[aria-label*="Play"],
button[aria-label*="Lire"] {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Assurer autoplay + inline */
deferred-media video,
.video-section video {
  autoplay: autoplay !important;
  muted: muted !important;
  playsinline: playsinline !important;
}
