/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/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.
 */
.bottom .slick-dots li,
.side .slick-dots li {
  opacity: 0.5;
  width: 10px;
  height: 10px;
}

.bottom .slick-dots li.slick-active,
.side .slick-dots li.slick-active {
  opacity: 1;
}

.bottom .slick-dots li:hover,
.side .slick-dots li:hover {
  opacity: 1;
}

.bottom .slick-next,
.bottom .slick-prev {
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom .slick-prev {
  left: -56px !important;
}

.bottom .slick-next {
  right: -56px !important;
}

.prev-btn svg,
.next-btn svg {
  width: 100%;
  height: 100%;
}

.prev-btn,
.next-btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.bottom .custom1 .svg-arrow {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.bottom .custom2 .svg-arrow {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.bottom .custom3 .svg-arrow {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.custom1 .prev-btn :focus,
.custom2 .prev-btn:focus,
.custom3 .prev-btn:focus,
.custom1 .next-btn :focus,
.custom2 .next-btn:focus,
.custom3 .next-btn:focus {
  border: none !important;
  outline: none !important;
}

.next-btn svg {
  transform: rotate(180deg);
}

.prev-btn.slick-arrow.slick-disabled,
.next-btn.slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}

.bottom .slick-prev {
  bottom: -106px !important;
  top: unset !important;
  left: 45% !important;
  transform: translate(-50%, -50%);
}

.bottom .slick-next {
  bottom: -106px !important;
  top: unset !important;
  right: 40% !important;
  transform: translate(-50%, -50%);
}

.side .prev-btn {
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side .next-btn {
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side .slick-slide,
.bottom .slick-slide {
  margin: 0 5px;
}

.side .mcfgb-gallery-single,
.bottom .mcfgb-gallery-single {
  position: relative;
  padding-top: 70%;
  margin: 0 5px;
}

.side .mcfgb-gallery-single img,
.side .mcfgb-gallery-single video,
.bottom .mcfgb-gallery-single img,
.bottom .mcfgb-gallery-single video,
.bottom .mcfgb-gallery-single iframe,
.side .mcfgb-gallery-single iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.side .slick-dots,
.bottom .slick-dots {
  bottom: unset;
  position: relative;
  margin: 10px 0 10px;
}

.side {
  position: relative;
}

.side #btn-wrap {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}

.bottom #btn-wrap {
  margin-top: 55px;
}

.false .custom1,
.false .custom2,
.false .custom3,
.undefined .custom1,
.undefined .custom2,
.undefined .custom3 {
  display: none;
}

.mcfgb-gallery-single {
  position: relative;
}

.slick-dots li {
  margin: 5px !important;
}

.img-caption {
  text-align: center;
  padding: 0 10px;
  margin: 10px 0 0;
}

.slick-dots .number {
  font-size: 24px;
}

.slick-dots li.number {
  width: 26px;
  height: 25px;
  font-size: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carouselType, .simpleType {
  margin: 100px 0;
}

.carouselType.side .custom1,
.carouselType.side .custom2,
.carouselType.side .custom3 {
  top: 42%;
}

.side .custom1,
.side .custom2,
.side .custom3 {
  position: absolute;
  width: 100%;
  top: 43%;
  transform: translateY(-50%);
}

.side .svg-arrow {
  display: flex;
  justify-content: space-between;
}

.side .svg-arrow .next-btn {
  right: -50px;
  position: relative;
}

.side .svg-arrow .prev-btn {
  left: -50px;
  position: relative;
}

.bottom .slick-dotted {
  margin-bottom: 20px !important;
}

.simpleType {
  margin-bottom: 150px;
  max-width: 620px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.side .slick-list {
  padding-bottom: 50px;
}

.side .img-caption {
  text-align: center;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.side .slick-slide {
  position: relative;
}

.side .slick-dots {
  position: absolute;
  left: 0;
}

.side .slick-dots, .bottom .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
}

.mcfgb-gallery-single:focus {
  outline: none !important;
  border: none !important;
}

.slick-slide:focus {
  outline: none;
}

video:focus {
  outline: none !important;
}

.slick-dotted.slick-slider {
  z-index: 1;
}

.mcfgb-gallery-single a {
  display: block;
  width: 100%;
  height: 100%;
}

.mcfgb-gallery-single a:focus {
  outline: none !important;
  border: none !important;
}

.side .slick-slider,
.bottom .slick-slider {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .side .svg-arrow .next-btn {
    right: 0;
  }
  .side .svg-arrow .prev-btn {
    left: 0;
  }
  .side .slick-slider {
    padding: 0 40px !important;
    position: relative !important;
  }
  .side .img-caption {
    font-size: 13px;
  }
  .side .slick-list {
    padding-bottom: 20px;
  }
}

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