.f-content__item {
  padding: 6px var(--side-padding) 48px;
  overflow-x: hidden;
}
.f-content__item.dark {
  background: #000;
  color: #fff;
  border-color: #fff;
}
.f-content__item.dark .ttl-holder {
  font-weight: 500;
  font-family: var(--f-main-medium);
}
.f-content__item.white {
  background: #fff;
  color: #000;
  border-color: #000;
}
.f-content__item .caption-holder {
  display: flex;
  justify-content: space-between;
  max-width: 640px;
  padding-top: 6px;
}
.f-content__item .caption-holder .img-idx {
  width: calc(25% - 5px);
}
.f-content__item .caption-holder .caption {
  width: calc(75% - 5px);
  margin-left: auto;
}

.f-content__wide .inner-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.f-content__wide .img-holder {
  width: calc(50% - 6px);
}

@media only screen and (max-width: 769px) {
  .f-content__wide .img-holder {
    width: 100%;
  }
}
.f-content__wide .img-holder .img-wrap {
  font-size: 0;
}
.f-content__wide .img-holder .img-wrap picture,
.f-content__wide .img-holder .img-wrap img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 769px) {
  .f-content__wide .img-holder .img-wrap picture,
  .f-content__wide .img-holder .img-wrap img {
    max-width: none;
  }
}
.f-content__wide .img-holder .caption-holder {
  padding: 10px 0;
}

.f-content__wide .ttl-holder {
  width: calc(16.6666666667% - 6px);
  padding: 4px 0 0;
  border-top: 1px solid #9e9e9e;
}

@media only screen and (max-width: 769px) {
  .f-content__wide .ttl-holder {
    width: 100%;
    padding: 6px 0 0;
    margin: 21px 0 0;
  }
}
.f-content__wide .txt-holder {
  width: calc(33.3333333333% - 6px);
  padding: 4px 0 0;
  border-top: 1px solid #9e9e9e;
}

@media only screen and (max-width: 769px) {
  .f-content__wide .txt-holder {
    width: 100%;
    border: none;
    padding: 21px 0 0;
  }
}
.f-content__wide .txt-holder .thumb-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 72px 0 0;
}

.f-content__wide .txt-holder .thumb-holder .thumb-img {
  width: calc(33.3333333333% - 5px);
  font-size: 0;
}

@media only screen and (max-width: 769px) {
  .f-content__wide .txt-holder .thumb-holder .thumb-img {
    border: none;
    width: 100%;
  }
}
.f-content__wide .txt-holder .thumb-holder .thumb-img picture,
.f-content__wide .txt-holder .thumb-holder .thumb-img img {
  width: 100%;
}

.f-content__wide .txt-holder .thumb-holder .thumb-caption {
  display: flex;
  justify-content: space-between;
  width: calc(66.6666666667% - 5px);
  padding: 4px 0 0;
  border-top: 1px solid #9e9e9e;
}

@media only screen and (max-width: 769px) {
  .f-content__wide .txt-holder .thumb-holder .thumb-caption {
    border: none;
    width: 100%;
  }
}
.f-content__wide .txt-holder .thumb-holder .thumb-caption .img-idx {
  width: calc(50% - 5px);
}

@media only screen and (max-width: 769px) {
  .f-content__wide .txt-holder .thumb-holder .thumb-caption .img-idx {
    border: none;
    width: 30%;
  }
}
.f-content__wide .txt-holder .thumb-holder .thumb-caption .caption {
  width: calc(50% - 5px);
}

@media only screen and (max-width: 769px) {
  .f-content__wide .txt-holder .thumb-holder .thumb-caption .caption {
    border: none;
    width: 70%;
  }
}
.f-content__standard .inner-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.f-content__standard .img-holder {
  width: calc(30% - 6px);
}

.workshop-page .f-content__standard.title_text .img-holder {
  display: none;
  width: unset;
}

@media only screen and (max-width: 769px) {
  .f-content__standard .img-holder {
    width: 100%;
  }
}
.f-content__standard .img-holder .img-wrap {
  font-size: 0;
}

.f-content__standard .img-holder .img-wrap picture,
.f-content__standard .img-holder .img-wrap img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 769px) {
  .f-content__standard .img-holder .img-wrap picture,
  .f-content__standard .img-holder .img-wrap img {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    max-width: none;
  }
  .f-content__standard .img-holder .img-wrap picture img,
  .f-content__standard .img-holder .img-wrap img img {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.f-content__standard .img-holder .caption-holder {
  padding: 10px 12px;
}

.f-content__standard .ttl-holder {
  width: calc(20% - 6px);
  padding: 4px 0 0;
  border-top: 1px solid #9e9e9e;
}

@media only screen and (max-width: 769px) {
  .f-content__standard .ttl-holder {
    width: 100%;
    padding: 6px 0 0;
    margin: 21px 0;
  }
}
.f-content__standard .txt-holder {
  width: calc(50% - 6px);
  padding: 4px 0 0;
  border-top: 1px solid #9e9e9e;
}

.workshop-page .f-content__standard.title_text .txt-holder {
  width: calc(70% - 6px);
}

@media only screen and (max-width: 769px) {
  .f-content__standard .txt-holder,
  .f-content__standard.title_text .txt-holder {
    border: none;
    width: 100%;
    padding: 21px 0 0;
  }
  .workshop-page .f-content__standard.title_text .txt-holder {
    width: 100%;
  }
}
.f-content__item.f-content__wide.show-idx.white + .f-content__item.f-content__img.dark {
  padding-top: 0;
}

.f-content__img .img-wrap {
  font-size: 0;
  position: relative;
  width: calc(100% + 2 * var(--side-padding));
  margin-left: calc(-1 * var(--side-padding));
  margin-right: calc(-1 * var(--side-padding));
}

.f-content__img .img-wrap picture,
.f-content__img .img-wrap img {
  width: 100%;
  object-fit: fill;
}

.f-content__img .caption-holder {
  padding: 10px 0;
}

.f-content__gallery .inner-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.f-content__gallery .gallery-item {
  width: calc(50% - 5px);
}

@media only screen and (max-width: 769px) {
  .f-content__gallery .gallery-item {
    border: none;
    width: 100%;
    margin-bottom: 24px;
  }
}
.f-content__gallery .caption-holder {
  padding: 10px 0;
}

.f-content__gallery .img-holder {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.f-content__gallery .img-holder .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.f-content__gallery .img-holder .img-wrap picture,
.f-content__gallery .img-holder .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.f-content__imgtxt .inner-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.f-content__imgtxt .img-holder {
  padding: 0;
}

.f-content__imgtxt .img-holder .img-wrap {
  font-size: 0;
}

.f-content__imgtxt .txt-holder {
  padding: 4px 0 0;
  border-top: 1px solid #9e9e9e;
}

.f-content__imgtxt.img-half .img-holder {
  width: calc(50% - 5px);
}

@media only screen and (max-width: 769px) {
  .f-content__imgtxt.img-half .img-holder {
    border: none;
    width: 100%;
  }
}
.f-content__imgtxt.img-half .txt-holder {
  width: calc(50% - 5px);
}

@media only screen and (max-width: 769px) {
  .f-content__imgtxt.img-half .txt-holder {
    border: none;
    width: 100%;
  }
}
.f-content__imgtxt.img-left .img-holder {
  width: calc(66.6666666667% - 5px);
}

@media only screen and (max-width: 769px) {
  .f-content__imgtxt.img-left .img-holder {
    border: none;
    width: 100%;
  }
}
.f-content__imgtxt.img-left .txt-holder {
  width: calc(33.3333333333% - 5px);
}

@media only screen and (max-width: 769px) {
  .f-content__imgtxt.img-left .txt-holder {
    border: none;
    width: 100%;
    padding: 21px 0 0;
  }
}
.f-content__imgtxt.f-image .img-holder {
  width: calc(66.6666666667% - 5px);
}

@media only screen and (max-width: 769px) {
  .f-content__imgtxt.f-image .img-holder {
    border: none;
    width: 100%;
  }
}
.f-content__imgtxt.f-image .img-holder .img-wrap {
  width: 100%;
}

.f-content__imgtxt.f-image .img-holder .img-wrap picture,
.f-content__imgtxt.f-image .img-holder .img-wrap img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 769px) {
  .f-content__imgtxt.f-image .img-holder .img-wrap picture,
  .f-content__imgtxt.f-image .img-holder .img-wrap img {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    max-width: none;
  }
  .f-content__imgtxt.f-image .img-holder .img-wrap picture img,
  .f-content__imgtxt.f-image .img-holder .img-wrap img img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.f-content__imgtxt.f-image .txt-holder {
  width: calc(33.3333333333% - 5px);
}

@media only screen and (max-width: 769px) {
  .f-content__imgtxt.f-image .txt-holder {
    border: none;
    width: 100%;
    padding: 21px 0 0;
  }
}
.f-content__imgtxt.img-right .img-holder {
  width: calc(66.6666666667% - 5px);
}

@media only screen and (max-width: 769px) {
  .f-content__imgtxt.img-right .img-holder {
    border: none;
    width: 100%;
  }
}
.f-content__imgtxt.img-right .img-holder .img-wrap {
  width: 100%;
  text-align: right;
}

.f-content__imgtxt.img-right .img-holder .caption-holder {
  border-top: 1px solid #9e9e9e;
}

.f-content__imgtxt.img-right .txt-holder {
  width: calc(33.3333333333% - 5px);
}

@media only screen and (max-width: 769px) {
  .f-content__imgtxt.img-right .txt-holder {
    border: none;
    width: 100%;
    padding: 21px 0 0;
  }
}
.img-wrap {
  position: relative;
  width: 100%;
}

.img-wrap picture,
.img-wrap img {
  display: block;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .f-content__video {
    padding-bottom: 30px;
  }
}
.f-content__video .text-holder {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  padding: 4px 0 0;
  border-top: 1px solid #9e9e9e;
}
.f-content__video .video-holder {
  padding: 0;
}
.f-content__video .video-holder .video-wrap {
  position: relative;
  aspect-ratio: 16/9;
}
.f-content__video.has-text .inner-holder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media only screen and (max-width: 769px) {
  .f-content__video.has-text .inner-holder {
    display: flex;
    flex-direction: column;
  }
}
.f-content__video.has-text .text-holder.align-right {
  order: 2;
}
.f-content__video.aspect-ratio-16_9 .video-holder .video-wrap, .f-content__video.aspect-ratio-1_1 .video-holder .video-wrap, .f-content__video.aspect-ratio-9_16 .video-holder .video-wrap {
  max-height: calc(90vh - 49px);
  max-width: min(100%, 900px);
  margin: auto;
}
.f-content__video.aspect-ratio-16_9 .video-holder .video-wrap {
  aspect-ratio: 16/9;
}
.f-content__video.aspect-ratio-1_1 .video-holder .video-wrap {
  aspect-ratio: 1/1;
}
.f-content__video.aspect-ratio-9_16 .video-holder .video-wrap {
  aspect-ratio: 9/16;
}

@media only screen and (min-width: 769px) {
  .f-content__toptitle {
    margin-top: 70px;
  }
}
.f-content__toptitle.no-title {
  margin-top: 0;
}
.f-content__toptitle .ttl-holder {
  display: flex;
  white-space: nowrap;
}
.workshop-page .f-content__toptitle .ttl-holder {
  white-space: normal;
}
.f-content__toptitle .ttl-holder p {
  font-family: var(--f-main-regular);
  font-size: 74px;
  letter-spacing: 0.4px;
  line-height: 1;
  text-transform: uppercase;
  word-wrap: break-word;
  margin-bottom: 10px;
}
.f-content__toptitle .content-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f-content__toptitle .ttl-holder, .f-content__toptitle .gallery-item, .f-content__toptitle .txt-holder {
  width: calc(50% - 6px);
}
@media screen and (max-width: 768px) {
  .f-content__toptitle .ttl-holder, .f-content__toptitle .gallery-item, .f-content__toptitle .txt-holder {
    width: 100%;
  }
}
.f-content__toptitle.no-images .ttl-holder, .f-content__toptitle.no-images .gallery-item, .f-content__toptitle.no-images .txt-holder {
  width: 100%;
}
.f-content__toptitle .inquiries-wrapper:first-child {
  padding-top: 0;
}
.f-content__toptitle .txt-holder > .text {
  padding: 4px 0 0;
  border-top: 1px solid #9e9e9e;
}
.f-content__toptitle .product {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 18px 0;
}
.f-content__toptitle .product .title {
  width: calc(30% - 6px);
  padding: 4px 0 0;
  border-top: 1px solid #9e9e9e;
  font-weight: bold;
  font-family: var(--f-main-bold);
}
@media screen and (max-width: 768px) {
  .f-content__toptitle .product .title {
    width: calc(60% - 6px);
  }
}
.f-content__toptitle .product .img-wrap {
  width: calc(40% - 6px);
}
@media screen and (max-width: 768px) {
  .f-content__toptitle .product .img-wrap {
    width: calc(40% - 6px);
  }
}
.f-content__toptitle .attributes {
  margin: 10px 0;
}
.f-content__toptitle .attributes .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f-content__toptitle .attributes .flex-wrap + .flex-wrap {
  margin-top: 20px;
}
.f-content__toptitle .attributes .attr-name {
  width: calc(30% - 6px);
}
.f-content__toptitle .attributes .attr-name p {
  padding: 4px 0 0;
  border-top: 1px solid #9e9e9e;
  font-weight: bold;
  font-family: var(--f-main-bold);
}
.f-content__toptitle .attributes .attr-content {
  width: calc(70% - 6px);
  padding: 4px 0 0;
  border-top: 1px solid #9e9e9e;
}
.f-content__toptitle .inquiries-wrapper .cta-text {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.f-content__toptitle .inquiries-wrapper .cta-text::before {
  content: "";
}
.f-content__toptitle .content-slider .slick-arrow {
  filter: drop-shadow(0 0 3px black);
}
.f-content__toptitle .content-slider .slick-arrow::after, .f-content__toptitle .content-slider .slick-arrow::before {
  border-color: #fff;
}
@media (min-width: 787px) {
  .f-content__toptitle .content-slider .slick-list, .f-content__toptitle .content-slider .slick-track, .f-content__toptitle .content-slider .slick-slide, .f-content__toptitle .content-slider .img-holder, .f-content__toptitle .content-slider .img-wrap, .f-content__toptitle .content-slider picture {
    max-height: unset;
    height: 100% !important;
  }
}
.f-content__toptitle .content-slider .img-wrap {
  position: relative;
  min-height: min(60vh, 500px);
}
@media (max-width: 786px) {
  .f-content__toptitle .content-slider .img-wrap {
    min-height: min(60vh, 400px);
  }
}
.f-content__toptitle .content-slider picture, .f-content__toptitle .content-slider img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.f-content__toptitle .slick-track {
  display: flex;
  align-items: stretch;
}
.f-content__toptitle .slick-track .img-wrap img {
  width: 100%;
}
.f-content__toptitle .related-products {
  margin-top: 40px;
  display: block;
}
@media (min-width: 787px) {
  .f-content__toptitle .related-products {
    display: grid;
    grid-template-columns: calc(50% - 6px) calc(50% - 6px);
    grid-gap: 12px;
  }
}
.f-content__toptitle .related-products .title-holder {
  padding: 4px 0 0;
  border-top: 1px solid #9e9e9e;
}
.f-content__toptitle .related-products .title-holder.align-right {
  order: 2;
}
.f-content__toptitle .related-products .slick-track {
  gap: 6px;
}
.f-content__toptitle .related-products .products-variants-slider {
  margin-left: -3px;
  --num-slides: 4;
  --slide-aspect-ratio: 0.829015544;
  --slider-width: calc(50vw - var(--side-padding) - 6px);
  --slide-width: calc((var(--slider-width) - 6px * (var(--num-slides) - 1)) / var(--num-slides));
}
@media (max-width: 1024px) {
  .f-content__toptitle .related-products .products-variants-slider {
    --num-slides: 3;
  }
}
@media (max-width: 786px) {
  .f-content__toptitle .related-products .products-variants-slider {
    --slider-width: calc(100vw - var(--side-padding) * 2);
    --num-slides: 4;
  }
}
@media (max-width: 469px) {
  .f-content__toptitle .related-products .products-variants-slider {
    --num-slides: 3;
  }
}
.f-content__toptitle .related-products .products-variants-slider .slick-arrow {
  top: calc(var(--slide-width) / var(--slide-aspect-ratio) / 2);
}
.f-content__toptitle .related-products .img-holder {
  aspect-ratio: 0.829015544;
  position: relative;
  background-color: #F1F1F1;
  border: 1px solid #F1F1F1;
}
.f-content__toptitle .related-products .img-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.f-content__toptitle .related-products .variant .name {
  padding-top: 4px;
  font-weight: bold;
  font-family: var(--f-main-bold);
  font-size: 12px;
  text-transform: uppercase;
}
.f-content__toptitle .related-products .variant:hover .img-holder {
  border: 1px solid #000;
  background-color: transparent;
}

.workshop-page .w_section, .workshop-page .clients_section, .workshop-page .g-map, .workshop-page .w-slider, .workshop-page .back-to-top, .workshop-page .instagram-section, .workshop-page .events-section {
  background-color: #fff;
}
.workshop-page .w_section {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (min-width: 769px) {
  .workshop-page .w_section {
    margin-top: 50px;
  }
}

/*# sourceMappingURL=f-intro.css.map */
