* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol, li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

@font-face {
  font-family: "Bw Surco";
  src: url("../fonts/bwsurco-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bw Surco";
  src: url("../fonts/bwsurco-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iosevka Charon";
  src: url("../fonts/iosevka-charon-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 29px;
  max-width: 100%;
}
@media (min-width: 575px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 820px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1728px) {
  .container {
    max-width: 1460px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1512px;
  }
}
@media (min-width: 576px) {
  .container {
    padding: 0 25px;
  }
}
@media (min-width: 1920px) {
  .container {
    padding: 0;
  }
}

body {
  color: #1d1d1d;
  font-size: 18px;
  font-family: "Bw Surco", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  height: 100%;
}

html {
  height: 100%;
  margin-top: 0 !important;
  scroll-padding-top: 130px;
}

header {
  flex: 0 0 auto;
}

main {
  position: relative;
  flex: 1 0 auto;
  overflow: hidden;
}

footer {
  flex: 0 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing: -0.01em;
}

h1 {
  font-size: clamp(44px, 100vw / 1600 * 120, 120px);
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: #0000ff;
}

h2 {
  font-size: clamp(38px, 100vw / 1600 * 72, 72px);
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: #0000ff;
}

h3 {
  font-size: clamp(55px, 100vw / 1600 * 55, 55px);
  line-height: 1.1;
}

h4 {
  font-size: clamp(25px, 100vw / 1600 * 35, 35px);
  line-height: 1.3;
}

h5 {
  font-size: clamp(18px, 100vw / 1600 * 24, 24px);
  line-height: 1.3;
}

p {
  font-size: clamp(20px, 100vw / 1600 * 25, 25px);
  line-height: 1.5;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  font-weight: 700;
  text-decoration: underline;
  color: inherit;
  transition: 0.3s;
}
p a:hover {
  text-decoration: none;
}

.lead {
  font-size: clamp(22px, 100vw / 1600 * 35, 35px);
  line-height: 1.4;
  margin-bottom: 0;
}

.btn, .wpcf7 .wpcf7-form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Iosevka Charon", ui-monospace, "SFMono-Regular", monospace;
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(15px, 100vw / 1600 * 22, 22px);
  line-height: 1;
  white-space: nowrap;
  color: #dbfe01;
  background: #0000ff;
  border: 2px solid #0000ff;
  border-radius: 50px;
  padding: 15px 30px;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .btn, .wpcf7 .wpcf7-form .wpcf7-submit {
    font-size: clamp(18px, 100vw / 1600 * 22, 22px);
  }
}
@media (max-width: 576px) {
  .btn, .wpcf7 .wpcf7-form .wpcf7-submit {
    font-size: 22px;
    padding: 13px 23px;
  }
}
.btn:hover, .wpcf7 .wpcf7-form .wpcf7-submit:hover {
  background: #1d1d1d;
  border-color: #1d1d1d;
  color: #dbfe01;
}

.m-card {
  border-radius: 10px;
  background: #c1beab;
  padding: 28px 40px;
  color: #0000ff;
}
.m-card .icon {
  display: flex;
  align-items: center;
  height: 88px;
  margin-bottom: 24px;
}
.m-card .icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.m-card p {
  font-size: 22px;
  line-height: 1.2;
  margin-top: 16px;
}
@media (max-width: 576px) {
  .m-card {
    padding: 30px;
  }
  .m-card .icon {
    height: 46px;
    margin-bottom: 16px;
    align-items: center;
  }
  .m-card .icon img {
    max-width: none;
    max-height: none;
    transform: scale(0.7);
    transform-origin: left center;
  }
  .m-card h4 {
    line-height: 0.9;
  }
  .m-card p {
    font-size: 19px;
    margin-top: 12px;
  }
}

.m-card.yellow {
  background: #dbfe01;
}

.m-card.blue {
  background: #0000ff;
  color: #fff;
}

.m-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 1058px;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .m-accordion {
    max-width: 1004px;
  }
}
@media (max-width: 576px) {
  .m-accordion {
    gap: 10px;
  }
}

.m-item {
  border: 1px solid #0000ff;
  border-radius: 35px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .m-item {
    border-radius: 10px;
  }
}
.m-item .head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 70px;
  padding: 14px 40px;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  text-align: left;
  color: #0000ff;
  background: none;
  cursor: pointer;
}
@media (max-width: 576px) {
  .m-item .head {
    min-height: 62px;
    padding: 12px 31px;
    font-size: 20px;
  }
}
.m-item .head .arrow {
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  border-right: 2px solid #0000ff;
  border-bottom: 2px solid #0000ff;
  transform: translateY(-4px) rotate(45deg);
  transition: transform 0.3s;
}
.m-item .body {
  display: none;
  padding: 0 40px 26px;
}
@media (max-width: 576px) {
  .m-item .body {
    padding: 0 31px 22px;
  }
}
.m-item .body p {
  font-size: 25px;
  line-height: 1.5;
  color: #1d1d1d;
}
@media (max-width: 576px) {
  .m-item .body p {
    font-size: 20px;
  }
}

.m-item.is-open .head .arrow {
  transform: translateY(3px) rotate(225deg);
}

body {
  padding-top: 176px;
  transition: padding-top 0.3s ease;
}
@media (max-width: 1536px) {
  body {
    padding-top: 154px;
  }
}
@media (max-width: 992px) {
  body {
    padding-top: 101px;
  }
}

header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: #c1beab;
  padding: 34px 0 15px;
  transition: padding 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 992px) {
  header {
    padding: 8px 0;
  }
}
header.is-scrolled {
  padding: 17px 0 16px;
  box-shadow: 0 6px 24px rgba(29, 29, 29, 0.12);
}
header.is-scrolled .logo img {
  width: 199px;
}
@media (max-width: 1536px) {
  header.is-scrolled .logo img {
    width: 180px;
  }
}
@media (max-width: 992px) {
  header.is-scrolled .logo img {
    width: 178px;
  }
}
@media (max-width: 992px) {
  header.is-scrolled {
    padding: 8px 0;
  }
}
header .wrapper-box {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 576px) {
  header .wrapper-box {
    gap: 16px;
  }
}
header .logo {
  flex-shrink: 0;
  margin-right: auto;
  line-height: 0;
}
header .logo img {
  width: 268px;
  height: auto;
  transition: width 0.3s ease;
}
@media (max-width: 1536px) {
  header .logo img {
    width: 220px;
  }
}
@media (max-width: 992px) {
  header .logo img {
    width: 178px;
  }
}
header .btn, header .wpcf7 .wpcf7-form .wpcf7-submit, .wpcf7 .wpcf7-form header .wpcf7-submit {
  color: #0000ff;
  background: transparent;
}
header .btn:hover, header .wpcf7 .wpcf7-form .wpcf7-submit:hover, .wpcf7 .wpcf7-form header .wpcf7-submit:hover {
  color: #dbfe01;
  background: #0000ff;
}

.burger,
.close_menu {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  padding: 0;
  cursor: pointer;
}
.burger img,
.close_menu img {
  display: block;
}

@media (max-width: 992px) {
  .burger {
    display: flex;
  }
  header .logo {
    position: relative;
    z-index: 100;
  }
  .burger,
  .close_menu {
    z-index: 100;
  }
  body.menu-open .burger {
    display: none;
  }
  body.menu-open .close_menu {
    display: flex;
  }
}
.menu {
  display: flex;
  align-items: center;
  gap: 35px;
}
.menu ul {
  display: flex;
  align-items: center;
  gap: 35px;
}
.menu a:not(.btn) {
  font-family: "Iosevka Charon", ui-monospace, "SFMono-Regular", monospace;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: #0000ff;
  white-space: nowrap;
  transition: 0.3s;
}
.menu a:not(.btn):hover {
  color: #1d1d1d;
}
@media (max-width: 1280px) {
  .menu {
    gap: 24px;
  }
  .menu ul {
    gap: 22px;
  }
  .menu a:not(.btn) {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .menu {
    position: fixed;
    inset: 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    min-height: calc(var(--vh, 1vh) * 100);
    background: #c1beab;
    padding: 157px 29px 40px;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 99;
  }
  .menu ul {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  .menu a:not(.btn) {
    display: block;
    font-size: 30px;
    white-space: normal;
    text-align: center;
  }
  .menu .btn, .menu .wpcf7 .wpcf7-form .wpcf7-submit, .wpcf7 .wpcf7-form .menu .wpcf7-submit {
    width: 100%;
    margin-top: 44px;
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .menu.active {
    transform: translateX(0);
  }
}

body.menu-open {
  overflow: hidden;
}

.s-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #c1beab;
  padding: clamp(64px, 100vw / 1600 * 113, 113px) 0 0 0;
}
@media (min-width: 993px) {
  .s-hero {
    min-height: calc(44.8vw + 14px);
  }
}
@media (min-width: 1920px) {
  .s-hero {
    min-height: 701px;
  }
}
@media (max-width: 576px) {
  .s-hero {
    padding-top: 68px;
    overflow: visible;
  }
}
@media (max-width: 576px) {
  .s-hero h1 {
    font-size: clamp(46px, 15.3vw, 62px);
  }
}
.s-hero h1 span {
  display: block;
}
.s-hero h1 span:last-child {
  color: #dbfe01;
}
@media (max-width: 576px) {
  .s-hero h1 span:last-child {
    font-size: clamp(38px, 12.7vw, 52px);
  }
}
.s-hero .lead {
  max-width: 590px;
  margin-top: 41px;
}
@media (min-width: 1920px) {
  .s-hero .lead {
    max-width: 523px;
  }
}
@media (max-width: 1536px) {
  .s-hero .lead {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .s-hero .lead {
    max-width: 100%;
    margin-top: 9.4vw;
    font-size: clamp(20px, 6.4vw, 26px);
  }
}
.s-hero .btn, .s-hero .wpcf7 .wpcf7-form .wpcf7-submit, .wpcf7 .wpcf7-form .s-hero .wpcf7-submit {
  margin-top: 58px;
}
@media (max-width: 576px) {
  .s-hero .btn, .s-hero .wpcf7 .wpcf7-form .wpcf7-submit, .wpcf7 .wpcf7-form .s-hero .wpcf7-submit {
    margin-top: 8.6vw;
  }
}
.s-hero .circle {
  position: absolute;
  z-index: -1;
  top: 30px;
  width: 800px;
  height: auto;
  right: calc(42.19vw - 800px);
}
@media (min-width: 1920px) {
  .s-hero .circle {
    right: calc(36.84vw - 800px);
  }
}
@media (max-width: 1600px) {
  .s-hero .circle {
    width: 50vw;
    right: -7.81vw;
  }
}
@media (max-width: 992px) {
  .s-hero .circle {
    top: auto;
    bottom: 0;
    right: 50%;
    width: 92%;
    transform: translate(50%, 12%);
  }
}
@media (max-width: 576px) {
  .s-hero .circle {
    right: auto;
    bottom: -16.8vw;
    left: 26.9vw;
    width: 105.3vw;
    max-width: none;
    transform: none;
  }
}
.s-hero .person {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: -30px;
  width: 880px;
}
@media (min-width: 1920px) {
  .s-hero .person {
    width: 906px;
    right: calc(43.56vw - 906px);
    aspect-ratio: 906/687;
    overflow: hidden;
  }
}
@media (max-width: 1600px) {
  .s-hero .person {
    width: 55vw;
    right: -2vw;
  }
}
@media (max-width: 992px) {
  .s-hero .person {
    position: relative;
    bottom: auto;
    right: auto;
    width: 92%;
    margin: 32px auto 0;
  }
}
@media (max-width: 576px) {
  .s-hero .person {
    width: 119.3vw;
    margin: 10vw 0 0 2.8vw;
    aspect-ratio: 469/356;
    overflow: hidden;
  }
}
.s-hero .person img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1920px) {
  .s-hero .person img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 32%;
    object-position: 50% 32%;
  }
}
@media (max-width: 576px) {
  .s-hero .person img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 12% 22%;
    object-position: 12% 22%;
  }
}

.s-stats {
  background: #0000ff;
  color: #dbfe01;
  padding: clamp(52px, 100vw / 1600 * 75, 75px) 0 clamp(60px, 100vw / 1600 * 75, 75px) 0;
}
.s-stats .wrapper-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}
@media (min-width: 1920px) {
  .s-stats .wrapper-box {
    max-width: 1110px;
    margin: 0 auto;
  }
}
@media (max-width: 820px) {
  .s-stats .wrapper-box {
    grid-template-columns: 1fr;
    gap: 57px;
  }
}
.s-stats .m-stat p {
  margin-top: 8px;
  font-weight: bold;
}
@media (max-width: 576px) {
  .s-stats .m-stat p {
    line-height: 1.2;
  }
  .s-stats .m-stat p br {
    display: none;
  }
}

.s-about {
  margin: clamp(44px, 100vw / 1600 * 100, 100px) 0 clamp(70px, 100vw / 1600 * 170, 170px) 0;
}
.s-about .wrapper-box {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 72px;
}
@media (min-width: 1920px) {
  .s-about .wrapper-box {
    grid-template-columns: 569px 1fr;
    -moz-column-gap: 175px;
    column-gap: 175px;
  }
}
@media (max-width: 992px) {
  .s-about .wrapper-box {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 576px) {
  .s-about .wrapper-box {
    display: flex;
    flex-direction: column;
  }
  .s-about .wrapper-box .left-box,
  .s-about .wrapper-box .right-box {
    display: contents;
  }
  .s-about .wrapper-box .left-box .btn, .s-about .wrapper-box .left-box .wpcf7 .wpcf7-form .wpcf7-submit, .wpcf7 .wpcf7-form .s-about .wrapper-box .left-box .wpcf7-submit {
    order: 1;
    margin-top: 25px;
    max-width: 233px;
  }
}
.s-about .wrapper-box .right-box {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .s-about h2 {
    margin-bottom: 25px;
  }
}
.s-about .btn, .s-about .wpcf7 .wpcf7-form .wpcf7-submit, .wpcf7 .wpcf7-form .s-about .wpcf7-submit {
  margin-top: 69px;
}

.s-why-pilates {
  margin: clamp(88px, 100vw / 1600 * 170, 170px) 0 clamp(86px, 100vw / 1600 * 300, 300px) 0;
}
@media (min-width: 1920px) {
  .s-why-pilates {
    margin-top: 237px;
  }
}
.s-why-pilates h2 {
  margin-bottom: 75px;
}
@media (max-width: 576px) {
  .s-why-pilates h2 {
    margin-bottom: 25px;
    font-size: 38px;
  }
}
.s-why-pilates .wrapper-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 12px;
}
@media (min-width: 1290px) {
  .s-why-pilates .wrapper-box {
    grid-auto-rows: 321px;
  }
}
@media (max-width: 992px) {
  .s-why-pilates .wrapper-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 820px) {
  .s-why-pilates .wrapper-box {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}
@media (min-width: 993px) {
  .s-why-pilates .wrapper-box > * {
    will-change: transform;
  }
}

.s-studio {
  position: relative;
  isolation: isolate;
  display: flow-root;
  overflow-x: clip;
  margin: clamp(121px, 100vw / 1600 * 300, 300px) 0 clamp(95px, 100vw / 1600 * 245, 245px) 0;
}
@media (min-width: 1920px) {
  .s-studio {
    margin-bottom: 175px;
  }
}
.s-studio .container {
  position: relative;
}
@media (max-width: 576px) {
  .s-studio .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 6px;
    column-gap: 6px;
  }
}
.s-studio .container::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -65px;
  bottom: -55px;
  left: calc(50% - 50vw);
  right: calc(100% - 405px);
  background: #dbfe01;
  border-radius: 0 10px 10px 0;
}
@media (min-width: 1920px) {
  .s-studio .container::before {
    right: calc(100% - 549px);
  }
}
@media (max-width: 576px) {
  .s-studio .container::before {
    top: -35px;
    bottom: auto;
    right: calc(100% - 278px);
    height: 455px;
  }
}
.s-studio .wrapper-box {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-rows: 439px;
  gap: 12px;
  margin-top: 65px;
}
@media (min-width: 1920px) {
  .s-studio .wrapper-box {
    grid-auto-rows: 521px;
    -moz-column-gap: 14px;
    column-gap: 14px;
  }
}
@media (max-width: 1536px) {
  .s-studio .wrapper-box {
    grid-auto-rows: 29vw;
  }
}
@media (max-width: 992px) {
  .s-studio .wrapper-box {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 42vw;
  }
}
@media (max-width: 576px) {
  .s-studio .wrapper-box {
    display: contents;
  }
}
@media (max-width: 576px) {
  .s-studio .image {
    order: 3;
    aspect-ratio: 165/235;
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  .s-studio .image:first-child {
    grid-column: 1/-1;
    order: 1;
    aspect-ratio: 336/235;
    margin-top: 0;
  }
}
.s-studio p {
  margin-top: 38px;
  max-width: 340px;
  line-height: 1.1;
  color: #0000ff;
}
@media (min-width: 1920px) {
  .s-studio p {
    max-width: 454px;
  }
}
@media (max-width: 576px) {
  .s-studio p {
    grid-column: 1/-1;
    order: 2;
    margin-top: 27px;
    max-width: 189px;
    font-size: 20px;
  }
}

.s-testimonials {
  margin: clamp(95px, 100vw / 1600 * 245, 245px) 0 clamp(60px, 100vw / 1600 * 240, 240px) 0;
}
@media (min-width: 1920px) {
  .s-testimonials {
    margin-top: 175px;
  }
}
.s-testimonials h2 {
  text-align: center;
  margin-bottom: 91px;
}
@media (max-width: 576px) {
  .s-testimonials h2 {
    text-align: left;
    margin-bottom: 28px;
  }
}

.s-trainer {
  margin: clamp(60px, 100vw / 1600 * 240, 240px) 0 clamp(90px, 100vw / 1600 * 195, 195px) 0;
}
@media (min-width: 1920px) {
  .s-trainer {
    margin-top: 275px;
  }
}
.s-trainer .wrapper-box {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 55px;
  align-items: start;
}
@media (min-width: 1920px) {
  .s-trainer .wrapper-box {
    grid-template-columns: 587px 1fr;
    -moz-column-gap: 175px;
    column-gap: 175px;
  }
}
@media (max-width: 992px) {
  .s-trainer .wrapper-box {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 587px;
  }
}
@media (max-width: 576px) {
  .s-trainer .wrapper-box {
    gap: 54px;
  }
}
.s-trainer .right-box h2 {
  margin-top: 30px;
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .s-trainer .right-box h2 {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .s-trainer .right-box h2 {
    margin-bottom: 22px;
  }
}
.s-trainer .left-box {
  position: relative;
  isolation: isolate;
}
.s-trainer .visual {
  position: relative;
}
.s-trainer .person {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  aspect-ratio: 587/586;
}
@media (max-width: 576px) {
  .s-trainer .person {
    width: 100%;
  }
}
.s-trainer .person img {
  width: 587px;
  height: auto;
  display: block;
}
.s-trainer .m-card {
  width: 88%;
  margin: -113px 0 0 0;
  padding: 35px 40px 45px 40px;
  position: relative;
}
@media (max-width: 576px) {
  .s-trainer .m-card {
    width: 100%;
    margin-top: -40px;
    padding: 34px 30px 30px;
  }
}
.s-trainer .m-card h4 {
  color: #dbfe01;
}
.s-trainer .m-card p {
  font-size: 25px;
}
@media (max-width: 576px) {
  .s-trainer .m-card p {
    font-size: 20px;
  }
}
.s-trainer .m-card .btn, .s-trainer .m-card .wpcf7 .wpcf7-form .wpcf7-submit, .wpcf7 .wpcf7-form .s-trainer .m-card .wpcf7-submit {
  margin-top: 39px;
  background: #dbfe01;
  color: #0000ff;
  border-color: #dbfe01;
}
@media (max-width: 576px) {
  .s-trainer .m-card .btn, .s-trainer .m-card .wpcf7 .wpcf7-form .wpcf7-submit, .wpcf7 .wpcf7-form .s-trainer .m-card .wpcf7-submit {
    margin-top: 30px;
  }
}
.s-trainer .m-card .btn:hover, .s-trainer .m-card .wpcf7 .wpcf7-form .wpcf7-submit:hover, .wpcf7 .wpcf7-form .s-trainer .m-card .wpcf7-submit:hover {
  background: #1d1d1d;
  color: #dbfe01;
  border-color: #1d1d1d;
}

.s-slogan {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #c1beab;
  text-align: center;
  padding: clamp(84px, 100vw / 1600 * 97, 97px) 0 clamp(110px, 100vw / 1600 * 182, 182px) 0;
}
@media (min-width: 1920px) {
  .s-slogan {
    padding-top: 77px;
    padding-bottom: 136px;
  }
}
@media (max-width: 576px) {
  .s-slogan {
    padding-top: 140px;
    padding-bottom: 168px;
  }
}
.s-slogan .decor-circle,
.s-slogan .decor-wave {
  position: absolute;
  z-index: -1;
  max-width: none;
}
.s-slogan .decor-circle {
  top: -347px;
  left: -426px;
  width: 923px;
}
@media (min-width: 1920px) {
  .s-slogan .decor-circle {
    left: -190px;
  }
}
@media (max-width: 1600px) {
  .s-slogan .decor-circle {
    top: -21.7vw;
    left: -26.6vw;
    width: 57.7vw;
  }
}
@media (max-width: 576px) {
  .s-slogan .decor-circle {
    top: -66vw;
    left: -84vw;
    width: 146vw;
  }
}
.s-slogan .decor-wave {
  right: -64px;
  bottom: -64px;
  width: 508px;
}
@media (max-width: 1600px) {
  .s-slogan .decor-wave {
    right: -4vw;
    bottom: -4vw;
    width: 31.75vw;
  }
}
@media (max-width: 576px) {
  .s-slogan .decor-wave {
    right: -10.4vw;
    bottom: -9.4vw;
    width: 77.6vw;
  }
}
.s-slogan .badge {
  width: 321px;
  height: auto;
  max-width: 100%;
}
.s-slogan h2 {
  font-size: clamp(44px, 100vw / 1600 * 112, 112px);
  max-width: 720px;
  margin: 50px auto 0;
}
@media (min-width: 1920px) {
  .s-slogan h2 {
    font-size: 142px;
    max-width: 1217px;
    margin-top: 62px;
  }
}
@media (max-width: 576px) {
  .s-slogan h2 {
    font-size: clamp(48px, 15.2vw, 60px);
    margin-top: 54px;
  }
}

.s-golf {
  margin: clamp(89px, 100vw / 1600 * 180, 180px) 0 clamp(100px, 100vw / 1600 * 218, 218px) 0;
}
.s-golf .wrapper-box {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 60px;
  align-items: start;
}
@media (min-width: 1920px) {
  .s-golf .wrapper-box {
    grid-template-columns: 569px 638px;
    justify-content: space-between;
    gap: 0;
  }
}
@media (max-width: 992px) {
  .s-golf .wrapper-box {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .s-golf .wrapper-box {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .s-golf .wrapper-box .left-box,
  .s-golf .wrapper-box .right-box {
    display: contents;
  }
}
.s-golf .left-box {
  margin-top: 229px;
}
@media (max-width: 1280px) {
  .s-golf .left-box {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .s-golf .left-box {
    margin-top: 0;
  }
}
.s-golf .left-box h2 {
  margin-bottom: 46px;
}
@media (max-width: 576px) {
  .s-golf .left-box h2 {
    margin-bottom: 20px;
    font-size: clamp(28px, 8.5vw, 35px);
  }
  .s-golf .left-box h2 br {
    display: none;
  }
}
.s-golf .left-box .btn, .s-golf .left-box .wpcf7 .wpcf7-form .wpcf7-submit, .wpcf7 .wpcf7-form .s-golf .left-box .wpcf7-submit {
  margin-top: 53px;
}
@media (max-width: 576px) {
  .s-golf .left-box .btn, .s-golf .left-box .wpcf7 .wpcf7-form .wpcf7-submit, .wpcf7 .wpcf7-form .s-golf .left-box .wpcf7-submit {
    order: 1;
    margin-top: 22px;
  }
}
.s-golf .right-box {
  position: relative;
}
.s-golf .photo {
  width: 83%;
  margin-right: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .s-golf .photo {
    width: 523px;
    margin-left: -110px;
  }
}
@media (max-width: 576px) {
  .s-golf .photo {
    width: 100%;
    margin-top: 25px;
  }
}
.s-golf .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-golf .right-box .m-card {
  position: relative;
  width: 83%;
  margin-left: auto;
  margin-top: -118px;
}
@media (min-width: 1920px) {
  .s-golf .right-box .m-card {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .s-golf .right-box .m-card {
    width: 100%;
    margin-top: -62px;
  }
}
@media (max-width: 576px) {
  .s-golf .m-card {
    padding: 40px;
  }
}
.s-golf .m-card h4 {
  color: #dbfe01;
}
.s-golf .m-card ul {
  margin-top: 24px;
}
@media (max-width: 576px) {
  .s-golf .m-card ul {
    margin-top: 14px;
  }
}
.s-golf .m-card li {
  position: relative;
  padding-left: 42px;
  font-size: 25px;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .s-golf .m-card li {
    font-size: 20px;
  }
}
.s-golf .m-card li + li {
  margin-top: 16px;
}
@media (max-width: 576px) {
  .s-golf .m-card li + li {
    margin-top: 10px;
  }
}
.s-golf .m-card li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 25px;
  height: 18px;
  background: url("../img/icon-check.svg") no-repeat center/contain;
}

.s-faq {
  margin: clamp(94px, 100vw / 1600 * 218, 218px) 0 clamp(60px, 100vw / 1600 * 108, 108px) 0;
}
@media (min-width: 1920px) {
  .s-faq {
    margin-bottom: 137px;
  }
}
.s-faq h2 {
  text-align: center;
  margin-bottom: 72px;
}
@media (max-width: 576px) {
  .s-faq h2 {
    text-align: left;
    margin-bottom: 28px;
  }
}

.s-page {
  margin: clamp(50px, 100vw / 1600 * 93, 93px) 0 clamp(90px, 100vw / 1600 * 168, 168px) 0;
}
.s-page h1 {
  margin-bottom: 75px;
}
.s-page h2 {
  margin-top: 60px;
  margin-bottom: 40px;
}
.s-page h3 {
  font-size: 35px;
  color: #0000ff;
  margin-top: 40px;
  margin-bottom: 32px;
}
.s-page h4 {
  font-size: 25px;
  color: #0000ff;
  margin-top: 32px;
  margin-bottom: 20px;
}
.s-page p,
.s-page ul,
.s-page ol {
  max-width: 1001px;
  margin-bottom: 20px;
}
.s-page ul,
.s-page ol {
  padding-left: 26px;
}
.s-page li {
  margin-bottom: 10px;
}
.s-page li:last-child {
  margin-bottom: 0;
}
.s-page ul {
  list-style: disc;
}
.s-page ol {
  list-style: decimal;
}
.s-page a:not([class]) {
  color: #0000ff;
  text-decoration: underline;
  transition: 0.3s;
}
.s-page a:not([class]):hover {
  text-decoration: none;
}
.s-page strong,
.s-page b {
  font-weight: 700;
}
.s-page img,
.s-page .image {
  max-width: 1001px;
  width: 100%;
  height: auto;
  margin: 40px 0;
  border-radius: 10px;
}
.s-page .btn, .s-page .wpcf7 .wpcf7-form .wpcf7-submit, .wpcf7 .wpcf7-form .s-page .wpcf7-submit {
  margin-top: 35px;
}

.image {
  overflow: hidden;
  border-radius: 10px;
}
.image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
  width: 100%;
  height: 50px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 16px;
  color: #333;
  transition: 0.3s;
  background: #fff;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #999;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #999;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border-color: #841B73;
}

textarea {
  height: auto;
  min-height: 120px;
  padding: 15px;
  resize: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #333;
}

.form-group {
  margin-bottom: 20px;
}

.form-error {
  font-size: 12px;
  color: #e00;
  margin-top: 4px;
}

.m-slider {
  position: relative;
}
.m-slider .swiper {
  max-width: 844px;
  margin: 0 auto;
  background: #0000ff;
  color: #fff;
  border-radius: 10px;
}
@media (min-width: 1920px) {
  .m-slider .swiper {
    max-width: 1004px;
  }
}
.m-slider .swiper-slide {
  height: auto;
  padding: 41px 40px;
}
@media (min-width: 1920px) {
  .m-slider .swiper-slide {
    min-height: 286px;
  }
}
@media (max-width: 576px) {
  .m-slider .swiper-slide {
    padding: 28px 31px;
    background: #0000ff;
    color: #fff;
    border-radius: 10px;
  }
}
.m-slider .swiper-button-prev,
.m-slider .swiper-button-next {
  top: 50%;
  width: 65px;
  height: 65px;
  margin: 0;
  background: #dbfe01;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.m-slider .swiper-button-prev {
  left: 0;
}
.m-slider .swiper-button-next {
  right: 0;
}
.m-slider .swiper-button-prev:hover,
.m-slider .swiper-button-next:hover {
  opacity: 0.8;
}
.m-slider .swiper-button-prev::after,
.m-slider .swiper-button-next::after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 3px solid #0000ff;
  border-right: 3px solid #0000ff;
}
.m-slider .swiper-button-prev::after {
  transform: translateX(3px) rotate(-135deg);
}
.m-slider .swiper-button-next::after {
  transform: translateX(-3px) rotate(45deg);
}
@media (max-width: 1280px) {
  .m-slider .swiper {
    max-width: none;
    margin: 0 92px;
  }
}
@media (max-width: 992px) {
  .m-slider {
    padding-bottom: 93px;
  }
  .m-slider .swiper {
    margin: 0;
  }
  .m-slider .swiper-button-prev,
  .m-slider .swiper-button-next {
    top: auto;
    bottom: 0;
    transform: none;
  }
  .m-slider .swiper-button-prev {
    left: calc(50% - 68px);
    right: auto;
  }
  .m-slider .swiper-button-next {
    left: calc(50% + 3px);
    right: auto;
  }
}
@media (max-width: 576px) {
  .m-slider {
    margin-left: -29px;
    margin-right: -29px;
  }
  .m-slider .swiper {
    background: none;
    border-radius: 0;
  }
  .m-slider .swiper-slide p {
    font-size: 20px;
  }
  .m-slider .swiper-button-prev {
    left: calc(50% - 69px);
  }
  .m-slider .swiper-button-next {
    left: calc(50% + 4px);
  }
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.popup-overlay.active {
  display: flex;
}

.popup {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  max-width: 560px;
  width: 100%;
  position: relative;
}
@media (max-width: 576px) {
  .popup {
    padding: 30px 20px;
  }
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.popup-close:hover {
  opacity: 0.7;
}

.wpcf7 .wpcf7-form .wpcf7-text,
.wpcf7 .wpcf7-form .wpcf7-email,
.wpcf7 .wpcf7-form .wpcf7-tel,
.wpcf7 .wpcf7-form .wpcf7-textarea {
  width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #e00;
  margin-top: 4px;
  display: block;
}
.wpcf7 .wpcf7-response-output {
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
}
.wpcf7 .wpcf7-mail-sent-ok {
  background: #e6f4ea;
  color: #2d6a4f;
  border: 1px solid #2d6a4f;
}
.wpcf7 .wpcf7-validation-errors {
  background: #fdecea;
  color: #c62828;
  border: 1px solid #c62828;
}

footer {
  background: #0000ff;
}
footer .top {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #c1beab;
  text-align: center;
  padding: clamp(380px, 100vw / 1600 * 700, 700px) 0 clamp(100px, 100vw / 1600 * 129, 129px) 0;
}
@media (min-width: 1920px) {
  footer .top {
    padding-top: 676px;
  }
}
@media (max-width: 576px) {
  footer .top {
    padding-top: 30px;
    padding-bottom: 129px;
  }
}
footer .top::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 335px;
  background: #fff;
}
@media (max-width: 992px) {
  footer .top::before {
    height: 150px;
  }
}
@media (max-width: 576px) {
  footer .top::before {
    height: 290px;
  }
}
footer .spiral {
  position: absolute;
  z-index: -1;
  left: 67px;
  bottom: -61px;
  height: 100%;
  width: auto;
  max-height: 1018px;
}
@media (min-width: 1920px) {
  footer .spiral {
    left: 442px;
  }
}
@media (max-width: 576px) {
  footer .spiral {
    left: -36.4%;
    top: 248px;
    bottom: auto;
    height: auto;
    width: 122.9%;
    max-width: none;
    max-height: none;
  }
}
footer .photo {
  position: absolute;
  z-index: 0;
  top: 28px;
  left: 50%;
  width: 548px;
  transform: translateX(-50%);
}
@media (max-width: 1280px) {
  footer .photo {
    width: 410px;
  }
}
@media (max-width: 576px) {
  footer .photo {
    position: relative;
    top: auto;
    left: auto;
    width: 85.8%;
    margin: 0 auto 43px;
    transform: none;
  }
}
footer .photo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .top h2 {
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  footer .top h2 {
    margin-bottom: 28px;
    font-size: clamp(28px, 8.9vw, 35px);
  }
  footer .top h2 br {
    display: none;
  }
}
footer .top .btn, footer .top .wpcf7 .wpcf7-form .wpcf7-submit, .wpcf7 .wpcf7-form footer .top .wpcf7-submit {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  text-transform: none;
}
footer .top .btn + .btn, footer .top .wpcf7 .wpcf7-form .wpcf7-submit + .btn, .wpcf7 .wpcf7-form footer .top .wpcf7-submit + .btn, footer .top .wpcf7 .wpcf7-form .btn + .wpcf7-submit, .wpcf7 .wpcf7-form footer .top .btn + .wpcf7-submit, footer .top .wpcf7 .wpcf7-form .wpcf7-submit + .wpcf7-submit, .wpcf7 .wpcf7-form footer .top .wpcf7-submit + .wpcf7-submit {
  margin-top: 12px;
}
footer .address {
  margin-top: 40px;
  font-size: 22px;
  font-style: normal;
  line-height: 1.5;
  color: #1d1d1d;
}
@media (max-width: 576px) {
  footer .address {
    margin-top: 34px;
    font-size: 20px;
  }
}
footer .dpv {
  position: absolute;
  z-index: 1;
  right: max(20px, 50vw - 636px);
  bottom: 0;
  background: #fff;
  border-radius: 10px 10px 0 0;
  padding: 14px 16px;
}
@media (max-width: 576px) {
  footer .dpv {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 14px 0;
  }
}
footer .dpv a {
  display: block;
}
footer .dpv img {
  display: block;
  width: 155px;
  height: auto;
}
@media (max-width: 576px) {
  footer .dpv img {
    width: 118px;
  }
}
footer .bottom {
  background: #0000ff;
  color: #fff;
}
footer .bottom .wrapper-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 60px;
}
@media (min-width: 1920px) {
  footer .bottom .wrapper-box {
    max-width: 1272px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  footer .bottom .wrapper-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 30px 0;
  }
}
footer .copyright {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1367px) {
  footer .copyright {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  footer .copyright {
    font-size: 16px;
  }
}
footer .bottom nav {
  display: flex;
  gap: 28px;
  flex-shrink: 0;
}
footer .bottom nav a {
  font-size: 20px;
  transition: 0.3s;
}
@media (max-width: 576px) {
  footer .bottom nav a {
    font-size: 18px;
  }
}
footer .bottom nav a:hover {
  opacity: 0.7;
}
/*# sourceMappingURL=main.min.css.map */
