@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --primary-color: #965e94;
  --secondary-color: #ba89b8;
  --text-white: #fff;
  --text-black: #000;
  --text-body: #303030;
  --fz-14: 14px;
  --fz-15: 15px;
  --fz-16: 16px;
  --fz-18: 18px;
  --fz-20: 20px;
  --fz-24: 24px;
  --fz-26: 26px;
  --fz-36: 36px;
  --fz-40: 40px;
  --fz-44: 44px;
  --fz-48: 48px;
  --fz-75: 75px;
}
html {
  scroll-behaviour: smooth;
}

ul li,
ol li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

body p {
  margin-bottom: 0px;
  font-size: var(--fz-16);
  font-weight: 400;
  line-height: 1.6;
  color: var(--text-body);
}

body a {
  color: var(--text-body);
}

.row::after {
  display: none;
}

.title {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-black);
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 0px;
}
.title::before {
  content: "";
  width: 62px;
  height: 2px;
  background-color: #d9bdd8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.title-44 {
  font-size: var(--fz-44);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-black);
}

.title-40 {
  font-size: var(--fz-40);
  color: var(--text-white);
  line-height: 54px;
  font-weight: 500;
}

.title-24 {
  font-size: var(--fz-24);
  font-weight: 700;
  line-height: 1.5;
}

.title-20 {
  font-size: var(--fz-20);
  font-weight: 600;
  line-height: 1.5;
}

.title-18 {
  font-size: clamp(16px, 1.6vw, 18px);
  font-weight: 600;
  line-height: 1.4;
  color: var(--text-black);
}

.title-16 {
  font-size: var(--fz-16);
  font-weight: 400;
  line-height: 36px;
}

.mb-24 {
  margin-bottom: 24px;
}
.format-content * {
  color: var(--text-body);
  font-size: var(--fz-16);
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 24px;
}
.format-content *:last-child {
  margin-bottom: 0px;
}
.format-content strong {
  font-weight: 700;
}
.format-content :is(h2, h3, h4, h5, h6) {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 700;
  line-height: 1.2;
}

.section-no {
  padding: 0px !important;
}

.section-large {
  padding: 80px 0px !important;
}

.section-medium {
  padding: 50px 0px !important;
}

@media (max-width: 1024px) {
  .section-large {
    padding: 60px 0px !important;
  }
  .section-medium {
    padding: 25px 0px !important;
  }
  .format-content * {
    margin-bottom: 20px;
  }
}

@media (max-width: 567px) {
  .section-large {
    padding: 48px 0px !important;
  }
}
