@charset "utf-8";
.les-mills_section { background:url(/common/upload/files/studio/les-mills_bg.webp) no-repeat center center / cover; }
.les-mills__wrap { display:flex; align-items:center; justify-content:space-between; gap:40px; }
.les-mills__wrap .text_col { width:50%; }
.les-mills__wrap .text_col .comments { line-height:1.8; }
.les-mills__wrap .text_col .les-mills_hl { font-size:1.5em; font-weight:bold; line-height:1.4; color:#4E4E4E; }
.les-mills__wrap .image_col { flex:1; min-width:0; }
.les-mills__wrap .image_col .image img { width:100%; height:auto; display:block; }
@container wciBase (width < 992px) {
  .les-mills__wrap { gap:24px; }
}
@container wciBase (width < 768px) {
  .les-mills__wrap { flex-direction:column; gap:2em; }
  .les-mills__wrap .text_col { width:100%; }
  .les-mills__wrap .image_col { width:100%; max-width:520px; margin-left:auto; margin-right:auto; }
}

.workout-style_section { background:url(/common/upload/files/studio/style_bg.webp) no-repeat center center / cover; }
.workout-style { font-size:16px; color:#4E4E4E; }
.workout-style__list { display:grid; grid-template-columns:repeat(4,1fr); gap:30px; list-style:none; margin:0; padding:0; }
.workout-style__item { text-align:center; align-items:center; padding-left:0!important; }
.workout-style__item::before { display:none; }
.workout-style__item .image { margin:0 0 1em; }
.workout-style__item .image img { width:100%; height:auto; display:block; border-radius:20px; }
.workout-style__item .title { margin:0 0 .5em; font-weight:bold; font-size:1.5em; line-height:1.2; color:#4E4E4E; display:flex; align-items:center; justify-content:center; min-height:58px; }
.workout-style__item .desc { margin:0; font-size:1em; line-height:1.6; color:#4E4E4E; }
@container wciBase (width < 992px) {
  .workout-style__list { grid-template-columns:repeat(2,1fr); gap:24px; }
  .workout-style__item .title { font-size:1.15em; }
}
@container wciBase (width < 576px) {
  .workout-style__list { gap:20px; }
  .workout-style__item .title { font-size:1.05em; }
}

.parts--image-text-h._layout001 .wcfront_image-text-h .parts--title { margin-bottom:30px; }