:root {
  --menu-mobile-bar-bg-color: #000;
  --menu-mobile-bar-bg-color: #fff;
  --primary: rgba(16, 16, 16, 1);
  --body-bg: rgba(242, 249, 244, 1);
}

@media only screen and (max-width: 768px) {
  .page-template-about-association .site-logo {
    display: none;
  }
}
.page-template-about-association section.hero .container {
  display: flex;
  gap: 7.4963541667vw;
  justify-content: end;
}
@media only screen and (max-width: 1024px) {
  .page-template-about-association section.hero .container {
    flex-direction: column;
    justify-content: center;
  }
}
.page-template-about-association section.hero .container .hero-image {
  margin-top: -2.5%;
  max-width: max(25.0520833333vw, 481px);
  max-height: max(25.0520833333vw, 481px);
  border-radius: 50%;
  box-shadow: 2.34375vw -0.2604166667vw 0px 0.78125vw #e359c9;
}
@media only screen and (max-width: 1024px) {
  .page-template-about-association section.hero .container .hero-image {
    margin-top: 15%;
    margin-inline: auto;
    width: 80%;
  }
}
.page-template-about-association section.hero .container .content-wrapper {
  margin-top: 58.71px;
  max-width: 52%;
}
@media only screen and (max-width: 1024px) {
  .page-template-about-association section.hero .container .content-wrapper {
    margin-top: 0;
    max-width: 100%;
  }
}
.page-template-about-association section.hero .container .content-wrapper .title {
  font-size: clamp(2rem, 1.58rem + 1.81vw, 3.75rem);
  font-weight: 700;
  line-height: 1em;
  color: hsl(35, 17%, 22%);
}
.page-template-about-association section.hero .container .content-wrapper .text-content {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.page-template-about-association section.hero .container .content-wrapper .text-content .detail-item {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media only screen and (max-width: 1024px) {
  .page-template-about-association section.hero .container .content-wrapper .text-content .detail-item {
    gap: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .page-template-about-association section.hero .container .content-wrapper .text-content .detail-item {
    flex-direction: column;
  }
}
.page-template-about-association section.hero .container .content-wrapper .text-content .detail-item img {
  width: 38.06px;
  height: 34.18px;
}
.page-template-about-association section.hero .container .content-wrapper .text-content .detail-item .detail-text {
  font-size: clamp(1rem, 0.924rem + 0.324vw, 1.3125rem);
  font-weight: 600;
  line-height: 1.4em;
  color: hsl(35, 17%, 22%);
}
.page-template-about-association section.purpose {
  margin-top: 69px;
}
.page-template-about-association section.purpose .container {
  max-width: max(65.1041666667vw, 65%);
}
@media only screen and (max-width: 1024px) {
  .page-template-about-association section.purpose .container {
    max-width: unset;
  }
}
.page-template-about-association section.purpose .container .title-wrapper {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
.page-template-about-association section.purpose .container .title-wrapper .purpose-icon {
  max-width: 40px;
  max-height: 64px;
}
.page-template-about-association section.purpose .container .title-wrapper .title {
  font-size: clamp(2rem, 1.58rem + 1.81vw, 3.75rem);
  line-height: 1em;
  font-weight: 700;
  color: hsl(35, 17%, 22%);
}
.page-template-about-association section.purpose .container .content {
  margin-top: 26px;
  font-size: clamp(1rem, 0.924rem + 0.324vw, 1.3125rem);
  line-height: 1.4em;
  font-weight: 600;
  color: hsl(35, 17%, 22%);
}
.page-template-about-association section.purpose .container .images-wrapper {
  margin-top: 13px;
  display: flex;
  gap: 42px;
}
@media only screen and (max-width: 768px) {
  .page-template-about-association section.purpose .container .images-wrapper {
    flex-direction: column;
  }
}
.page-template-about-association section.purpose .container .images-wrapper img {
  max-width: 48%;
}
@media only screen and (max-width: 768px) {
  .page-template-about-association section.purpose .container .images-wrapper img {
    max-width: 100%;
  }
}
.page-template-about-association section.purpose .container .second-block {
  margin-top: 46px;
  max-width: 94.7%;
  align-items: center;
  display: flex;
  gap: 38px;
  flex-direction: column;
}
.page-template-about-association section.purpose .container .second-block a,
.page-template-about-association section.purpose .container .second-block .icon {
  max-width: max(154.76px, 8.0604166667vw);
  max-height: max(166.33px, 8.6630208333vw);
}
@media only screen and (max-width: 768px) {
  .page-template-about-association section.purpose .container .second-block a,
  .page-template-about-association section.purpose .container .second-block .icon {
    max-width: 154.76px;
    max-height: 166.33px;
  }
}
.page-template-about-association section.purpose .container .second-block .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.page-template-about-association section.purpose .container .second-block .content-wrapper .second-title {
  font-size: clamp(1.5rem, 1.27rem + 1.03vw, 2.5rem);
  font-weight: 700;
  line-height: 1.5em;
  color: hsl(35, 17%, 22%);
}
.page-template-about-association section.purpose .container .second-block .content-wrapper .second-content {
  font-size: clamp(1rem, 0.924rem + 0.324vw, 1.3125rem);
  font-weight: 600;
  line-height: 1.4em;
  color: hsl(35, 17%, 22%);
}
.page-template-about-association section.from-press {
  margin-top: 108px;
}
.page-template-about-association section.from-press .container {
  max-width: max(67.1875vw, 67.18%);
}
.page-template-about-association section.from-press .container .title {
  font-size: clamp(2rem, 1.58rem + 1.81vw, 3.75rem);
  font-weight: 700;
  line-height: 1em;
  color: hsl(35, 17%, 22%);
}
.page-template-about-association section.from-press .container .articles-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.page-template-about-association section.from-press .container .articles-wrapper .article-card {
  direction: var(--article-direction);
  margin-top: 25px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 10px 80px rgba(41, 41, 41, 0.1019607843);
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .page-template-about-association section.from-press .container .articles-wrapper .article-card {
    flex-direction: column;
  }
}
.page-template-about-association section.from-press .container .articles-wrapper .article-card .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-template-about-association section.from-press .container .articles-wrapper .article-card .content-wrapper .card-header {
  display: flex;
  gap: 30px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 575px) {
  .page-template-about-association section.from-press .container .articles-wrapper .article-card .content-wrapper .card-header {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
  }
}
.page-template-about-association section.from-press .container .articles-wrapper .article-card .content-wrapper .card-header .date {
  font-size: clamp(0.75rem, 0.72rem + 0.129vw, 0.875rem);
  font-weight: 500;
  line-height: 1.4em;
  color: hsl(15, 37%, 65%);
}
.page-template-about-association section.from-press .container .articles-wrapper .article-card .content-wrapper .card-header .location {
  font-size: clamp(0.75rem, 0.72rem + 0.129vw, 0.875rem);
  font-weight: 500;
  line-height: 1.4em;
  color: hsl(0, 0%, 33%);
}
.page-template-about-association section.from-press .container .articles-wrapper .article-card .content-wrapper .card-body .article-title {
  font-size: clamp(1rem, 0.91rem + 0.388vw, 1.375rem);
  font-weight: 600;
  line-height: 1.27em;
  color: hsl(35, 17%, 22%);
  margin-bottom: 17px;
}
.page-template-about-association section.from-press .container .articles-wrapper .article-card .content-wrapper .card-body .divider {
  height: 3px;
  width: 60px;
  border-radius: 50px;
  background-color: hsl(185, 75%, 65%);
  margin-bottom: 12px;
}
.page-template-about-association section.from-press .container .articles-wrapper .article-card .content-wrapper .card-body .article-content {
  font-size: clamp(0.875rem, 0.845rem + 0.129vw, 1rem);
  font-weight: 400;
  line-height: 1.375em;
  color: hsl(35, 17%, 22%);
  margin-bottom: 17px;
  max-width: 770px;
}
.page-template-about-association section.from-press .container .articles-wrapper .article-card .content-wrapper .card-footer {
  display: flex;
  align-items: center;
  gap: 15px;
}
.page-template-about-association section.from-press .container .articles-wrapper .article-card .content-wrapper .card-footer .author-image,
.page-template-about-association section.from-press .container .articles-wrapper .article-card .content-wrapper .card-footer .author-image-placeholder {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.page-template-about-association section.from-press .container .articles-wrapper .article-card .content-wrapper .card-footer .author-image-placeholder {
  background-color: #d9d9d9;
}
.page-template-about-association section.from-press .container .articles-wrapper .article-card .content-wrapper .card-footer .author-name {
  font-size: clamp(0.75rem, 0.72rem + 0.129vw, 0.875rem);
  font-weight: 500;
  line-height: 1.4em;
  color: hsl(15, 37%, 65%);
}
.page-template-about-association section.from-press .container .articles-wrapper .article-card .article-image,
.page-template-about-association section.from-press .container .articles-wrapper .article-card .article-image-placeholder {
  width: max(21.3541666667vw, 31.78%);
  max-height: 100%;
  border-radius: 5px;
}
@media only screen and (max-width: 1024px) {
  .page-template-about-association section.from-press .container .articles-wrapper .article-card .article-image,
  .page-template-about-association section.from-press .container .articles-wrapper .article-card .article-image-placeholder {
    width: 100%;
  }
}
.page-template-about-association section.from-press .container .articles-wrapper .article-card .article-image-placeholder {
  min-height: 227px;
  background-color: #d9d9d9;
}
.page-template-about-association section.about {
  margin-top: 20px;
}
.page-template-about-association section.about .container {
  max-width: max(67.1875vw, 67.18%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-template-about-association section.about .container .icon {
  width: 146.16px;
  height: 143.34px;
}
.page-template-about-association section.about .container .subtitle {
  margin-top: 115.66px;
  font-size: clamp(1.13rem, 0.94rem + 0.26vw, 1.25rem);
  font-weight: 600;
  line-height: 1.3em;
  color: hsl(15, 37%, 65%);
}
.page-template-about-association section.about .container .title {
  font-size: clamp(2rem, 1.58rem + 1.81vw, 3.75rem);
  font-weight: 700;
  line-height: 1em;
  color: hsl(35, 17%, 22%);
}
.page-template-about-association section.about .container .divider {
  margin-top: 12px;
  width: 60px;
  height: 3px;
  border-radius: 50px;
  background-color: hsl(185, 75%, 65%);
}
.page-template-about-association section.about .container .achievements-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .page-template-about-association section.about .container .achievements-wrapper {
    flex-wrap: wrap;
  }
}
.page-template-about-association section.about .container .achievements-wrapper .achievement {
  width: max(15.625vw, 23%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  direction: var(--direction);
}
@media only screen and (max-width: 1024px) {
  .page-template-about-association section.about .container .achievements-wrapper .achievement {
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-about-association section.about .container .achievements-wrapper .achievement {
    width: 100%;
  }
}
.page-template-about-association section.about .container .achievements-wrapper .achievement__title {
  margin-top: 25px;
  font-size: clamp(1.13rem, 0.94rem + 0.26vw, 1.25rem);
  font-weight: 700;
  line-height: 1.3em;
  color: #433737;
  text-align: center;
}
.page-template-about-association section.about .container .achievements-wrapper .achievement__content {
  margin-top: 9px;
  font-size: clamp(0.875rem, 0.845rem + 0.129vw, 1rem);
  font-weight: 400;
  line-height: 1.375em;
  color: hsl(0, 0%, 33%);
  text-align: center;
}
.page-template-about-association section.about .container .achievements-wrapper .achievement .pie-cont {
  width: max(9.8958333333vw, 100px);
  height: max(9.8958333333vw, 100px);
  margin: 0 auto;
}
.page-template-about-association section.about .container .achievements-wrapper .achievement .pie-cont .yummy-pie {
  position: relative;
}
.page-template-about-association section.about .container .achievements-wrapper .achievement .pie-cont .pie {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.page-template-about-association section.about .container .achievements-wrapper .achievement .pie-cont .pie-stuffing {
  stroke-linecap: round;
  stroke-miterlimit: 1.5;
  fill: none;
  stroke: hsl(185, 75%, 65%);
  stroke-width: 10px;
}
.page-template-about-association section.about .container .achievements-wrapper .achievement .pie-cont .pie-trail {
  fill: none;
  stroke-width: 15px;
}
.page-template-about-association section.about .container .achievements-wrapper .achievement .pie-cont .counter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.27rem + 1.03vw, 2.5rem);
  line-height: 1.15em;
  color: hsl(185, 75%, 65%);
}
@media only screen and (max-width: 768px) {
  .page-template-about-association section.about .container .achievements-wrapper .achievement .pie-cont .counter {
    font-size: clamp(1.125rem, 0.94rem + 0.776vw, 1.875rem);
  }
}
@media only screen and (max-width: 575px) {
  .page-template-about-association section.about .container .achievements-wrapper .achievement .pie-cont .counter {
    font-size: clamp(1.13rem, 0.94rem + 0.26vw, 1.25rem);
  }
}
.page-template-about-association section.blog {
  margin-top: 10.2083333333vw;
}
.page-template-about-association section.blog .container {
  max-width: max(60.4166666667vw, 60.4%);
}
.page-template-about-association section.blog .container .splide .splide__arrows {
  display: flex;
  gap: 40px;
  margin-bottom: 15px;
}
.page-template-about-association section.blog .container .splide .splide__arrows .splide__arrow {
  background: none;
  position: static;
  width: 10px;
  height: 6px;
}
.page-template-about-association section.blog .container .splide .splide__list .splide__slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .page-template-about-association section.blog .container .splide .splide__list .splide__slide {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.page-template-about-association section.blog .container .splide .splide__list .splide__slide .post {
  position: relative;
  display: flex;
  flex-direction: column;
}
.page-template-about-association section.blog .container .splide .splide__list .splide__slide .post:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.page-template-about-association section.blog .container .splide .splide__list .splide__slide .post:nth-of-type(2) {
  grid-column: 2/4;
  grid-row: 1/4;
}
.page-template-about-association section.blog .container .splide .splide__list .splide__slide .post:nth-of-type(3) {
  grid-column: 1/2;
  grid-row: 3/5;
}
.page-template-about-association section.blog .container .splide .splide__list .splide__slide .post:nth-of-type(4) {
  grid-column: 2/4;
  grid-row: 4/7;
}
.page-template-about-association section.blog .container .splide .splide__list .splide__slide .post:nth-of-type(5) {
  grid-column: 1/2;
  grid-row: 5/7;
}
@media only screen and (max-width: 768px) {
  .page-template-about-association section.blog .container .splide .splide__list .splide__slide .post {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}
.page-template-about-association section.blog .container .splide .splide__list .splide__slide .post .img-wrapper img {
  border-radius: 6px;
  margin-bottom: 20px;
}
.page-template-about-association section.blog .container .splide .splide__list .splide__slide .post .text-wrapper .title {
  font-size: clamp(0.875rem, 0.845rem + 0.129vw, 1rem);
  font-weight: 700;
  line-height: 1.625em;
  color: #202124;
}
@media only screen and (max-width: 768px) {
  .page-template-about-association section.blog .container .splide .splide__list .splide__slide .post .text-wrapper .free-text {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-about-association section.blog .container .splide .splide__list .splide__slide .post .text-wrapper .category {
    display: none;
  }
}
.page-template-about-association section.blog .container .splide .splide__list .splide__slide .post .text-wrapper .details-wrapper {
  font-size: clamp(0.6875rem, 0.657rem + 0.129vw, 0.8125rem);
  font-weight: 400;
  line-height: 2em;
  color: #a6adb4;
}
.page-template-about-association section.blog .container .splide .splide__list .splide__slide .post .text-wrapper .details-wrapper .author {
  text-decoration: underline;
}
.page-template-about-association section.blog .container .splide .splide__list .splide__slide .post.big .img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-template-about-association section.blog .container .splide .splide__list .splide__slide .post.big .img-wrapper img {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}
.page-template-about-association section.blog .container .splide .splide__list .splide__slide .post.big .text-wrapper {
  position: absolute;
  color: rgb(255, 255, 255);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.page-template-about-association section.blog .container .splide .splide__list .splide__slide .post.big .text-wrapper .title {
  color: rgb(255, 255, 255);
  font-size: clamp(1.3rem, 1.04rem + 0.38vw, 1.5rem);
  line-height: 1.41em;
}
@media only screen and (max-width: 1024px) {
  .page-template-about-association section.blog .container .splide .splide__list .splide__slide .post.big .text-wrapper .free-text {
    display: none;
  }
}
.page-template-about-association section.blog .container .splide .splide__list .splide__slide .post.big .text-wrapper .category {
  font-weight: 700;
}
.page-template-about-association section.blog .container .splide .splide__list .splide__slide .post.big .text-wrapper .pre-author {
  display: none;
}
.page-template-about-association section.blog .container .splide .splide__list .splide__slide .post.big .text-wrapper .author {
  display: none;
}
.page-template-about-association section.thank-you {
  margin-top: 3.0208333333vw;
}
.page-template-about-association section.thank-you .container {
  max-width: max(64.0625vw, 64%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .page-template-about-association section.thank-you .container {
    max-width: unset;
  }
}
.page-template-about-association section.thank-you .container .video-wrapper {
  position: relative;
  width: 100%;
}
.page-template-about-association section.thank-you .container .video-wrapper video {
  max-height: 406px;
  border-radius: 10px;
  cursor: pointer;
}
.page-template-about-association section.thank-you .container .video-wrapper .video-button {
  width: max(7.0833333333vw, 68px);
  height: max(7.03125vw, 67.5px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 5px hsla(0, 0%, 0%, 0.161);
}
.page-template-about-association section.thank-you .container .video-wrapper .video-button:hover {
  box-shadow: 0px 0px 50px hsla(0, 0%, 0%, 0.161);
}
.page-template-about-association section.thank-you .container .video-wrapper .video-button svg {
  width: 31.48px;
  height: 29.47px;
  fill: hsl(185, 75%, 65%);
}
.page-template-about-association section.thank-you .container .thank-you-button {
  margin-top: 6.8229166667vw;
  margin-bottom: 5.46875vw;
  padding: 16px 25px;
  border-radius: 5px;
  margin-inline: auto;
  background-color: hsl(285, 70%, 90%);
  font-size: clamp(1rem, 0.97rem + 0.13vw, 1.13rem);
  font-weight: 700;
  line-height: 1.33em;
  color: hsl(288, 19%, 10%);
}
.page-template-about-association section.thank-you .container .thank-you-button:hover {
  box-shadow: 0px 0px 10px hsla(0, 0%, 0%, 0.161);
}
.page-template-about-association section.thank-you .container .thank-you-image {
  max-width: max(37.2541666667vw, 357.64px);
}
@media only screen and (max-width: 1024px) {
  .page-template-about-association section.thank-you .container .thank-you-image {
    max-width: unset;
  }
}
.page-template-about-association section.fqa .container {
  margin-top: 119px;
  margin-bottom: 196.65px;
}
.page-template-about-association section.fqa .container .titles-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 700px;
  margin-inline: auto;
}
.page-template-about-association section.fqa .container .titles-wrapper .subtitle {
  font-size: clamp(1rem, 0.924rem + 0.324vw, 1.3125rem);
  font-weight: 600;
  line-height: 1em;
  color: hsl(285, 70%, 90%);
  margin-bottom: 23px;
}
.page-template-about-association section.fqa .container .titles-wrapper .title {
  font-size: clamp(2rem, 1.58rem + 1.81vw, 3.75rem);
  font-weight: 600;
  line-height: 1em;
  color: hsl(35, 17%, 22%);
  margin-bottom: 11px;
}
.page-template-about-association section.fqa .container .titles-wrapper .description {
  font-size: clamp(1rem, 0.97rem + 0.13vw, 1.13rem);
  font-weight: 400;
  line-height: 1.444em;
  color: hsl(0, 0%, 33%);
  margin-bottom: 65px;
}
.page-template-about-association section.fqa .container .content-wrapper {
  max-width: 1290px;
  margin-inline: auto;
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 768px) {
  .page-template-about-association section.fqa .container .content-wrapper {
    flex-direction: column;
  }
}
.page-template-about-association section.fqa .container .content-wrapper .right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.page-template-about-association section.fqa .container .content-wrapper .right .top .title {
  font-size: clamp(1.125rem, 0.94rem + 0.776vw, 1.875rem);
  font-weight: 600;
  line-height: 1.233em;
  color: hsl(35, 17%, 22%);
  margin-bottom: 19px;
}
.page-template-about-association section.fqa .container .content-wrapper .right .top .divider {
  height: 3px;
  width: 60px;
  border-radius: 50px;
  background-color: hsl(185, 58%, 69%);
  margin-bottom: 12px;
}
.page-template-about-association section.fqa .container .content-wrapper .right .top .description {
  font-size: clamp(0.875rem, 0.845rem + 0.129vw, 1rem);
  font-weight: 400;
  line-height: 1.375em;
  color: hsl(35, 17%, 22%);
  margin-bottom: 28px;
}
.page-template-about-association section.fqa .container .content-wrapper .right .top .points-wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 57px;
}
.page-template-about-association section.fqa .container .content-wrapper .right .top .points-wrapper .point {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-template-about-association section.fqa .container .content-wrapper .right .top .points-wrapper .point img {
  width: 18px;
  height: 18px;
}
.page-template-about-association section.fqa .container .content-wrapper .right .top .points-wrapper .point span {
  font-size: clamp(1rem, 0.97rem + 0.13vw, 1.13rem);
  font-weight: 600;
  line-height: 1.444em;
  color: hsl(35, 17%, 22%);
}
.page-template-about-association section.fqa .container .content-wrapper .right .bottom .title {
  font-size: clamp(1.125rem, 0.94rem + 0.776vw, 1.875rem);
  font-weight: 600;
  line-height: 1.233em;
  color: hsl(35, 17%, 22%);
  margin-bottom: 16px;
}
.page-template-about-association section.fqa .container .content-wrapper .right .bottom .divider {
  height: 3px;
  width: 60px;
  border-radius: 50px;
  background-color: hsl(185, 58%, 69%);
  margin-bottom: 12px;
}
.page-template-about-association section.fqa .container .content-wrapper .right .bottom .description {
  font-size: clamp(0.875rem, 0.845rem + 0.129vw, 1rem);
  font-weight: 400;
  line-height: 1.375em;
  color: hsl(35, 17%, 22%);
  margin-bottom: 28px;
}
.page-template-about-association section.fqa .container .content-wrapper .right .bottom .support-links-wrapper {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .page-template-about-association section.fqa .container .content-wrapper .right .bottom .support-links-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.page-template-about-association section.fqa .container .content-wrapper .right .bottom .support-links-wrapper .support-link {
  flex: 1;
  display: flex;
  gap: 20px;
  align-items: center;
}
.page-template-about-association section.fqa .container .content-wrapper .right .bottom .support-links-wrapper .support-link img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.page-template-about-association section.fqa .container .content-wrapper .right .bottom .support-links-wrapper .support-link p {
  font-size: clamp(1rem, 0.97rem + 0.13vw, 1.13rem);
  font-weight: 600;
  line-height: 1.444em;
  color: hsl(0, 10%, 24%);
  margin-bottom: 7px;
}
.page-template-about-association section.fqa .container .content-wrapper .right .bottom .support-links-wrapper .support-link a {
  font-size: clamp(0.875rem, 0.845rem + 0.129vw, 1rem);
  font-weight: 500;
  line-height: 1.375em;
  color: hsl(0, 0%, 33%);
  text-decoration: underline;
  text-decoration-color: transparent;
}
.page-template-about-association section.fqa .container .content-wrapper .right .bottom .support-links-wrapper .support-link a:hover {
  text-decoration-color: hsl(0, 0%, 33%);
}
.page-template-about-association section.fqa .container .content-wrapper .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.page-template-about-association section.fqa .container .content-wrapper .left .qa-wrapper {
  overflow: hidden;
}
.page-template-about-association section.fqa .container .content-wrapper .left .qa-wrapper .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  background-color: #f5f5f5;
  border-radius: 5px;
  cursor: pointer;
}
.page-template-about-association section.fqa .container .content-wrapper .left .qa-wrapper .question .text {
  font-size: clamp(1.13rem, 0.94rem + 0.26vw, 1.25rem);
  font-weight: 600;
  line-height: 1.3em;
  color: hsl(0, 10%, 24%);
}
.page-template-about-association section.fqa .container .content-wrapper .left .qa-wrapper .question .icon {
  width: 20px;
  height: 20px;
}
.page-template-about-association section.fqa .container .content-wrapper .left .qa-wrapper .question.opened {
  background-color: #e359c9;
  border-radius: 10px;
}
.page-template-about-association section.fqa .container .content-wrapper .left .qa-wrapper .question.opened .text {
  color: rgb(255, 255, 255);
}
.page-template-about-association section.fqa .container .content-wrapper .left .qa-wrapper .answer {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.page-template-about-association section.fqa .container .content-wrapper .left .qa-wrapper .answer .inner {
  padding: 25px;
}
.page-template-about-association section.fqa .container .content-wrapper .left .qa-wrapper .answer.opened {
  pointer-events: all;
  display: block;
  max-height: 100vh;
  opacity: 1;
}

/*# sourceMappingURL=about-association.min.css.map */
