/******* Do not edit this file *******
Code Snippets Manager
Saved: Dec 17 2025 | 18:17:12 */
/* CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}
.backdrop {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
/* Bricks */
#bricks-preview-element-actions {
  display: none;
}
/* Scroll Horitzontal Mobile */
.scroll-x, .scroll-x-mobile, .scroll-x-img {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scroll-x::-webkit-scrollbar, .scroll-x-mobile::-webkit-scrollbar, .scroll-x-img::-webkit-scrollbar {
  display: none;
}
/* Smooth Scroll CSS */
html {
  scroll-behavior: smooth;
}
:target {
  scroll-margin-top: 0vh;
}
/* Splide */
.splide__pagination {
  display: none !important;
}
[class^="pag-"] li, [class*=" pag-"] li {
  background-color: #333;
  border-radius: 3px;
  height: 5px;
  margin: 0 5px;
  cursor: pointer;
  list-style: none;
  width: 10px;
  transition: width 0.3s;
}
/* Motion */
.bricks-is-frontend .motion {
  visibility: hidden;
  opacity: 0;
  will-change: transform, opacity;
}
