/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/acf-blocks/blog-posts/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
.s-blog-posts {
  background: rgb(234, 234, 234);
  padding-top: 128px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .s-blog-posts {
    padding: 64px 0;
  }
}
.s-blog-posts--inner .content__header {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 80px;
  color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .s-blog-posts--inner .content__header {
    margin-bottom: 48px;
  }
}
.s-blog-posts--inner .content__header .title {
  width: 50%;
}
@media (max-width: 768px) {
  .s-blog-posts--inner .content__header .title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.s-blog-posts--inner .content__header .description {
  width: 50%;
}
@media (max-width: 768px) {
  .s-blog-posts--inner .content__header .description {
    width: 100%;
  }
}
.s-blog-posts--inner .content__posts {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 32px;
}
.s-blog-posts--inner .content__posts .post {
  width: calc(33.33% - 22px);
  background: rgb(255, 255, 255);
  border-radius: 12px;
}
@media (max-width: 768px) {
  .s-blog-posts--inner .content__posts .post {
    width: 100%;
  }
}
.s-blog-posts--inner .content__posts .post__thumbnail {
  position: relative;
}
.s-blog-posts--inner .content__posts .post__thumbnail a {
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
}
.s-blog-posts--inner .content__posts .post__thumbnail a img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.s-blog-posts--inner .content__posts .post__thumbnail .decor {
  position: absolute;
  right: 0;
  top: 11px;
}
.s-blog-posts--inner .content__posts .post__thumbnail .decor svg {
  max-width: 100%;
}
.s-blog-posts--inner .content__posts .post__content {
  padding: 32px 16px;
  display: inline-flex;
  width: 100%;
  gap: 16px;
}
.s-blog-posts--inner .content__posts .post__content .text {
  color: rgb(0, 0, 0);
}
.s-blog-posts--inner .content__posts .post__content .text .title a {
  color: rgb(0, 0, 0);
  padding-bottom: 16px;
}
.s-blog-posts--inner .content__posts .post__content .show-more {
  display: flex;
  align-items: end;
}
@media (min-width: 768px) {
  .s-blog-posts--inner .content__posts .post__content .show-more:hover svg {
    transform: rotate(-45deg);
  }
  .s-blog-posts--inner .content__posts .post__content .show-more:hover svg rect {
    filter: brightness(0.8);
  }
}
.s-blog-posts--inner .content__posts .post__content .show-more svg {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease-in-out;
}
.s-blog-posts--inner .content__posts .post__content .show-more svg rect {
  transition: filter 0.3s ease-in-out;
}
/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/acf-blocks/excerpt-blog/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
.s-excerpt-blog {
  background: rgb(222, 34, 34);
}
.s-excerpt-blog--inner {
  padding: 64px 0;
}
@media (max-width: 768px) {
  .s-excerpt-blog--inner {
    padding: 32px 16px 64px 16px;
  }
}
.s-excerpt-blog--inner .content {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.s-excerpt-blog--inner .content__category {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .s-excerpt-blog--inner .content__category {
    display: none;
  }
}
.s-excerpt-blog--inner .content__category .single-cat {
  background: rgb(255, 255, 255);
  color: rgb(222, 34, 34);
  padding: 8px 12px;
  border-radius: 32px;
}
.s-excerpt-blog--inner .content__title {
  color: rgb(255, 255, 255);
  padding: 32px 0;
}
@media (max-width: 768px) {
  .s-excerpt-blog--inner .content__title {
    padding: 0;
    margin-bottom: 24px;
  }
}
.s-excerpt-blog--inner .content__excerpt {
  color: rgb(255, 255, 255);
  padding: 0 0 32px 0;
}
@media (max-width: 768px) {
  .s-excerpt-blog--inner .content__excerpt {
    padding-bottom: 24px;
  }
}
.s-excerpt-blog--inner .content__meta {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  color: rgb(255, 255, 255);
}
.s-excerpt-blog--inner .logo-decor {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 247px;
}
@media (max-width: 768px) {
  .s-excerpt-blog--inner .logo-decor {
    left: 16px;
  }
}
/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/acf-blocks/global-call-to-action/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************/
.s-global-call-to-action--inner {
  background: red;
  padding-top: 84px;
  padding-bottom: 194px;
  position: relative;
}
@media (max-width: 768px) {
  .s-global-call-to-action--inner {
    padding-top: 64px;
    padding-bottom: 0;
  }
}
.s-global-call-to-action--inner .content {
  max-width: 870px;
  width: 100%;
}
@media (max-width: 768px) {
  .s-global-call-to-action--inner .content {
    margin-bottom: 32px;
    max-width: 313px;
  }
}
.s-global-call-to-action--inner .content__text {
  color: rgb(255, 255, 255);
}
.s-global-call-to-action .logo .logo__mobile {
  display: none;
}
.s-global-call-to-action .logo .logo__desktop {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .s-global-call-to-action .logo .logo__mobile {
    display: block;
    padding-bottom: 16px;
    text-align: right;
  }
  .s-global-call-to-action .logo .logo__desktop {
    display: none;
  }
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/acf-blocks/hero-banner/style.scss ***!
  \******************************************************************************************************************************************************************************************************************/
.s-hero-banner {
  background: rgb(222, 34, 34);
}
.s-hero-banner-inner {
  width: 100%;
}
.s-hero-banner-inner .image picture {
  display: block;
  line-height: 0;
}
.s-hero-banner-inner .image img {
  width: 100%;
}
.s-hero-banner-inner .description {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  color: rgb(255, 255, 255);
  text-align: center;
}
@media (max-width: 768px) {
  .s-hero-banner-inner .description {
    padding: 0 16px;
  }
}
.s-hero-banner-inner .description p {
  padding-top: 64px;
}
.s-hero-banner-inner .description p a {
  background: rgb(255, 255, 255);
  color: rgb(222, 34, 34);
  line-height: 24px;
  letter-spacing: 2%;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 24px 19px 24px;
  margin-top: 64px;
  position: relative;
  display: block;
  max-width: 214px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .s-hero-banner-inner .description p a {
    margin-top: 32px;
    max-width: 100%;
    width: 100%;
  }
}
.s-hero-banner-inner .logo-carousel {
  width: 100%;
  overflow: hidden;
  background: rgb(222, 34, 34);
  padding: 20px 0;
  position: relative;
  margin-top: 80px;
  padding-bottom: 48px;
}
.s-hero-banner-inner .logo-carousel::before, .s-hero-banner-inner .logo-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.s-hero-banner-inner .logo-carousel::before {
  left: 0;
  background: linear-gradient(to right, rgb(222, 34, 34), transparent);
}
.s-hero-banner-inner .logo-carousel::after {
  right: 0;
  background: linear-gradient(to left, rgb(222, 34, 34), transparent);
}
.s-hero-banner-inner .logo-carousel__track {
  display: flex;
  width: calc(200% + 40px);
  animation: scroll 20s linear infinite;
}
.s-hero-banner-inner .logo-carousel__item {
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
  margin-right: 15px;
  flex-shrink: 0;
}
.s-hero-banner-inner .logo-carousel__item .text {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.s-hero-banner-inner .logo-carousel__item svg {
  width: 64px;
  height: 40px;
  fill: rgb(255, 255, 255);
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .s-hero-banner-inner .logo-carousel__track {
    animation-duration: 15s;
  }
  .s-hero-banner-inner .logo-carousel__item {
    margin-right: 30px;
    gap: 12px;
  }
  .s-hero-banner-inner .logo-carousel__item .text {
    font-size: 2rem;
  }
  .s-hero-banner-inner .logo-carousel__item svg {
    width: 64px;
    height: 40px;
  }
}
/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/acf-blocks/info-box/style.scss ***!
  \***************************************************************************************************************************************************************************************************************/
.s-info-box {
  background: rgb(234, 234, 234);
  padding: 64px 0 128px 0;
}
@media (max-width: 768px) {
  .s-info-box {
    padding: 80px 0 64px 0;
  }
}
.s-info-box--inner .content__header {
  padding-bottom: 128px;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 768px) {
  .s-info-box--inner .content__header {
    gap: 32px;
    padding-bottom: 80px;
  }
}
.s-info-box--inner .content__header .title {
  width: 50%;
}
@media (max-width: 768px) {
  .s-info-box--inner .content__header .title {
    width: 100%;
  }
}
.s-info-box--inner .content__header .description {
  width: 50%;
}
@media (max-width: 768px) {
  .s-info-box--inner .content__header .description {
    width: 100%;
  }
}
.s-info-box--inner .content__boxes .box {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 48px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .s-info-box--inner .content__boxes .box {
    gap: 16px;
  }
}
.s-info-box--inner .content__boxes .box__l {
  padding: 36px 24px;
  border-radius: 4px 32px 32px 32px;
  background: rgb(222, 34, 34);
  color: rgb(255, 255, 255);
  width: calc(40% - 24px);
}
@media (max-width: 768px) {
  .s-info-box--inner .content__boxes .box__l {
    width: 100%;
  }
}
.s-info-box--inner .content__boxes .box__l .box__content .logo svg {
  width: 100%;
}
.s-info-box--inner .content__boxes .box__l .box__content .title {
  padding: 0 32px;
}
.s-info-box--inner .content__boxes .box__r {
  padding: 36px 24px;
  border-radius: 4px 32px 32px 32px;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  width: calc(60% - 24px);
}
@media (max-width: 768px) {
  .s-info-box--inner .content__boxes .box__r {
    width: 100%;
  }
}
.s-info-box--inner .content__boxes .box__r .box__content {
  padding: 0 32px 0 55px;
}
@media (max-width: 768px) {
  .s-info-box--inner .content__boxes .box__r .box__content {
    padding: 0;
  }
}
.s-info-box--inner .content__boxes .box__r .box__content .subtitle {
  padding-bottom: 24px;
}
.s-info-box--inner .content__boxes .box:nth-child(even) {
  flex-direction: row-reverse;
}
.s-info-box--inner .content__boxes .box:nth-child(even) .box__l {
  border-radius: 32px 4px 32px 32px;
}
.s-info-box--inner .content__boxes .box:nth-child(even) .box__r {
  border-radius: 32px 4px 32px 32px;
}
/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/acf-blocks/our-products/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
.s-our-products {
  margin-top: 124px;
  padding-bottom: 82px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .s-our-products {
    margin-top: 64px;
    padding-bottom: 64px;
  }
}
.s-our-products .product-background {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 0;
  pointer-events: none;
}
.s-our-products .product-background svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.s-our-products-inner {
  background: rgb(255, 255, 255);
}
.s-our-products-inner .titles {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .s-our-products-inner .titles {
    margin-bottom: 32px;
  }
}
.s-our-products-inner .titles .title {
  width: 50%;
}
@media (max-width: 768px) {
  .s-our-products-inner .titles .title {
    width: 100%;
  }
}
.s-our-products-inner .titles .description {
  width: 50%;
}
@media (max-width: 768px) {
  .s-our-products-inner .titles .description {
    width: 100%;
  }
}
.s-our-products-inner .products {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 106px;
}
.s-our-products-inner .products .product {
  width: calc(50% - 53px);
  position: relative;
}
@media (max-width: 768px) {
  .s-our-products-inner .products .product {
    width: 100%;
  }
}
.s-our-products-inner .products .product--link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.s-our-products-inner .products .product__content {
  background: rgb(222, 34, 34);
  border-top-left-radius: 4px;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  padding: 0 24px;
}
.s-our-products-inner .products .product__content .head {
  padding-top: 36px;
  padding-bottom: 16px;
  color: rgb(255, 255, 255);
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.s-our-products-inner .products .product__content .head .title {
  padding-left: 55px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .s-our-products-inner .products .product__content .head .title {
    padding-bottom: 10px;
    padding-left: 48px;
  }
}
@media (min-width: 1400px) {
  .s-our-products-inner .products .product__content .head .title {
    padding-bottom: 30px;
  }
}
.s-our-products-inner .products .product__content .head .capacity {
  padding-right: 16px;
}
@media (max-width: 768px) {
  .s-our-products-inner .products .product__content .head .capacity {
    padding-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  .s-our-products-inner .products .product__content .head .capacity {
    padding-bottom: 30px;
  }
}
.s-our-products-inner .products .product__content .head svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.s-our-products-inner .products .product__content .description {
  padding-left: 55px;
}
@media (max-width: 768px) {
  .s-our-products-inner .products .product__content .description {
    padding-left: 0;
  }
}
.s-our-products-inner .products .product__content .description p {
  color: rgb(255, 255, 255);
  margin-top: 44px;
  margin-bottom: 32px;
}
.s-our-products-inner .products .product__content .description p strong {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 6.5px;
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .s-our-products-inner .products .product__content .description p strong {
    font-size: 1.125rem;
    font-weight: 500;
  }
}
.s-our-products-inner .products .product__content .icons {
  padding-left: 55px;
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .s-our-products-inner .products .product__content .icons {
    padding-left: 0;
  }
}
.s-our-products-inner .products .product__content .icons img {
  width: 48px;
  height: 46px;
}
.s-our-products-inner .products .product__content .more {
  text-align: right;
  padding-bottom: 34px;
}
.s-our-products-inner .products .product__content .more a {
  color: rgb(255, 255, 255);
}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/acf-blocks/quote-blog/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
.s-quote-blog--inner {
  background: red;
  padding: 36px 24px 36px 24px;
  border-radius: 4px 32px 32px 32px;
  margin-bottom: 32px;
}
.s-quote-blog--inner .content {
  display: inline-flex;
  width: 100%;
  gap: 32px;
}
@media (max-width: 768px) {
  .s-quote-blog--inner .content {
    flex-direction: column;
  }
}
.s-quote-blog--inner .content__quote {
  color: rgb(255, 255, 255);
}
.s-quote-blog--inner .content__quote .author {
  margin-top: 32px;
  text-align: right;
}
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/acf-blocks/recent-products/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
.s-recent-products--inner .title {
  color: rgb(0, 0, 0);
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .s-recent-products--inner .title {
    margin-bottom: 32px;
  }
}
.s-recent-products--inner .swiper-products li a .content-product__image {
  background: rgb(255, 255, 255);
  position: relative;
  border-radius: 12px;
}
.s-recent-products--inner .swiper-products li a .content-product__image img {
  aspect-ratio: 2/3;
  border-radius: 12px;
}
.s-recent-products--inner .swiper-products li a .content-product__image .cart-icon {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
}
.s-recent-products--inner .swiper-products li a .content-product__image .cart-icon svg {
  width: 100%;
  height: 100%;
}
.s-recent-products--inner .swiper-products li a .content-product__image .cart-icon svg:hover rect {
  filter: brightness(0.8);
}
.s-recent-products--inner .swiper-products li a .content-product--meta__title {
  padding: 24px 12px 12px 12px;
  color: rgb(0, 0, 0);
}
.s-recent-products--inner .swiper-products li a .content-product--meta__title h2 {
  margin: 0;
}
.s-recent-products--inner .swiper-products li a .content-product--meta__category {
  color: rgb(0, 0, 0);
  padding: 0 0 16px 12px;
}
.s-recent-products--inner .swiper-products li a .content-product--meta__price {
  padding: 0 12px;
  color: rgb(0, 0, 0);
}
.s-recent-products--inner .swiper-products li a .content-product--meta__price .product-price--sale .price-regular {
  color: rgba(0, 0, 0, 0.5);
  margin-left: 5px;
}
.s-recent-products--inner .swiper-products li a .content-product--meta__price .product-price--sale .price-sale {
  color: rgb(222, 34, 34);
}
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/hero-slider/style.scss ***!
  \*******************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-hero-slider {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}
/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/wrapper-block/style.scss ***!
  \*********************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/swiper/swiper.css ***!
  \***********************************************************************************************************************************************************************************************/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

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

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

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

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/swiper/modules/pagination.css ***!
  \***********************************************************************************************************************************************************************************************************/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

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

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

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

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

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

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