.site-header {
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  position: relative;
  z-index: 100;
}
.site-header > .container {
  box-sizing: border-box;
}
.site-header .site-header__inner {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .site-header__logo a {
  display: inline-block;
}
.site-header .site-header__logo img {
  display: block;
  height: 70px;
  width: auto;
}
.site-header .site-header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.site-header .site-header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .site-header__menu > li {
  margin: 0;
  padding: 0;
}
.site-header .site-header__menu a {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  letter-spacing: 1px;
  transition: opacity 0.2s ease;
}
.site-header .site-header__menu a:hover {
  opacity: 0.7;
}
.site-header .site-header__menu .current-menu-item > a,
.site-header .site-header__menu .current_page_item > a,
.site-header .site-header__menu .current-menu-ancestor > a {
  opacity: 1;
}
.site-header .site-header__languages {
  flex: 0 0 auto;
  margin-left: 24px;
}
.site-header .site-header__languages .trp-language-switcher {
  width: auto;
  height: auto;
}
.site-header .site-header__languages .trp-language-switcher > div {
  width: auto !important;
  min-width: 104px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #fff;
}
.site-header .site-header__languages .trp-language-switcher > div > a {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 7px 14px;
  color: #111;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}
.site-header .site-header__languages .trp-language-switcher img {
  width: 18px;
  height: auto;
  margin: 0;
}
.site-header .site-header__toggle {
  display: none;
  background: none;
  border: 0;
  padding: 0;
  width: 30px;
  height: 22px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.site-header .site-header__toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: #111;
  border-radius: 2px;
}
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1400px) {
  .site-header .site-header__menu {
    gap: 70px;
  }
  .site-header .site-header__menu a {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .site-header .site-header__logo img {
    height: 60px;
  }
  .site-header .site-header__menu {
    gap: 40px;
  }
  .site-header .site-header__menu a {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .site-header > .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .site-header .site-header__nav {
    display: none;
  }
  .site-header .site-header__toggle {
    display: flex;
    margin-left: 16px;
  }
  .site-header .site-header__languages {
    margin-left: auto;
  }
  .site-header .site-header__languages .trp-language-switcher > div {
    min-width: 82px;
  }
  .site-header .site-header__languages .trp-language-switcher > div > a {
    min-height: 34px;
    padding: 6px 10px;
    font-size: 13px;
  }
  .site-header .site-header__inner {
    height: 80px;
  }
  .site-header .site-header__logo img {
    height: 50px;
  }
}
.page-banner__title {
  font-family: "C1";
}
.page-banner {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-banner .container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
.page-banner .page-banner__title {
  color: black;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 550px;
  margin: 0 auto;
  text-shadow: 0 4px 15px rgba(0,0,0,0.5);
}
@media (max-width: 991px) {
  .page-banner {
    min-height: 320px;
  }
  .page-banner .page-banner__title {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .page-banner {
    min-height: 260px;
  }
  .page-banner .page-banner__title {
    font-size: 26px;
  }
}
.fc-text {
  padding: 80px 0;
  font-family: C2;
  font-weight: 800;
}
.fc-text .fc-text__content {
  max-width: 55%;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.7;
  color: #333;
  text-align: center;
  padding: 80px 0px;
}
@media (max-width: 991px) {
  .fc-text {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .fc-text {
    padding: 40px 0;
  }
  .fc-text .fc-text__content {
    font-size: 16px;
  }
}
.fc-image {
  padding: 0;
}
.fc-image .fc-image__wrapper {
  text-align: center;
}
.fc-image .fc-image__img {
  width: 100vw;
  max-height: 500px;
  display: inline-block;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .fc-image {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .fc-image {
    padding: 40px 0;
  }
}
.fc-manual-list {
  padding: 90px 0;
  background: #e9e3d6;
  position: relative;
  overflow: hidden;
}
.fc-manual-list .fc-manual-list__container {
  display: flex;
  align-items: center;
  gap: 60px;
}
.fc-manual-list .fc-manual-list__media {
  flex: 0 0 42%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fc-manual-list .fc-manual-list__media img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  object-fit: contain;
}
.fc-manual-list .fc-manual-list__content {
  flex: 1;
  display: flex;
  justify-content: center;
}
.fc-manual-list .fc-manual-list__box {
  width: 100%;
  max-width: 680px;
  border: 2px solid rgba(0,0,0,0.22);
  background: rgba(255,255,255,0.15);
  padding: 36px 40px;
  position: relative;
}
.fc-manual-list .fc-manual-list__deco {
  position: absolute;
  top: -70px;
  right: -40px;
  width: 120px;
  max-width: 25%;
  height: auto;
  pointer-events: none;
  opacity: 0.9;
}
.fc-manual-list .fc-manual-list__title {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  margin: 0 0 22px;
  font-family: C3;
}
.fc-manual-list .fc-manual-list__items {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.fc-manual-list .fc-manual-list__item-title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
}
.fc-manual-list .fc-manual-list__item-title a {
  color: inherit;
  text-decoration: none;
}
.fc-manual-list .fc-manual-list__item-title a:hover {
  text-decoration: underline;
}
.fc-manual-list .fc-manual-list__item-excerpt {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.85;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.fc-manual-list .fc-manual-list__footer {
  margin-top: 18px;
  display: flex;
  justify-content: flex-end;
}
.fc-manual-list .fc-manual-list__more {
  font-size: 13px;
  text-decoration: none;
  color: inherit;
  opacity: 0.85;
}
.fc-manual-list .fc-manual-list__more:hover {
  opacity: 1;
  text-decoration: underline;
}
.fc-manual-list .fc-manual-list__empty {
  margin: 0;
  opacity: 0.7;
  text-align: center;
}
.fc-manual-list.fc-manual-list--right .fc-manual-list__container {
  flex-direction: row-reverse;
}
.fc-manual-list.fc-manual-list--right .fc-manual-list__deco {
  right: auto;
  left: -40px;
  transform: scaleX(-1);
}
@media (max-width: 991px) {
  .fc-manual-list {
    padding: 56px 0;
  }
  .fc-manual-list .fc-manual-list__container {
    flex-direction: column;
    gap: 24px;
  }
  .fc-manual-list .fc-manual-list__media {
    flex: 0 0 auto;
  }
  .fc-manual-list .fc-manual-list__media img {
    max-width: 420px;
  }
  .fc-manual-list .fc-manual-list__box {
    padding: 22px 18px;
  }
  .fc-manual-list .fc-manual-list__deco {
    width: 90px;
    top: -45px;
    right: -10px;
  }
  .fc-manual-list .fc-manual-list__title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .fc-manual-list.fc-manual-list--right .fc-manual-list__container {
    flex-direction: column;
  }
  .fc-manual-list.fc-manual-list--right .fc-manual-list__deco {
    left: -10px;
    right: auto;
    transform: scaleX(-1);
  }
}
.fc-image-link {
  position: relative;
  padding: 110px 0 120px;
  overflow: hidden;
}
.fc-image-link--yellow {
  background: ;
}
.fc-image-link--white {
  background: #fff;
}
.fc-image-link__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.fc-image-link__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fc-image-link .image-and-link-container {
  position: relative;
  z-index: 2;
}
.fc-image-link__title {
  text-align: center;
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 70px;
  letter-spacing: 4px;
}
.fc-image-link__grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 110px;
  flex-wrap: wrap;
}
.fc-image-link__item {
  width: 260px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  display: block;
}
.fc-image-link__item:hover {
  text-decoration: none;
  color: inherit;
}
.fc-image-link__item:hover .fc-image-link__image img {
  transform: translateY(-6px);
}
.fc-image-link__image {
  margin-bottom: 34px;
}
.fc-image-link__image img {
  width: 100%;
  max-width: 220px;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: transform 0.25s ease;
}
.fc-image-link__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.fc-image-link__label .line {
  width: 5px;
  height: 46px;
  background: rgba(0,0,0,0.45);
  flex-shrink: 0;
}
.fc-image-link__label .text {
  font-size: 26px;
  line-height: 1.35;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .fc-image-link {
    padding: 70px 0 80px;
  }
  .fc-image-link__title {
    font-size: 32px;
    margin-bottom: 48px;
  }
  .fc-image-link__grid {
    gap: 50px;
  }
  .fc-image-link__item {
    width: 220px;
  }
  .fc-image-link__label .text {
    font-size: 22px;
  }
  .fc-image-link__label .line {
    height: 36px;
  }
}
@media (max-width: 576px) {
  .fc-image-link__grid {
    gap: 40px;
  }
  .fc-image-link__item {
    width: 100%;
    max-width: 240px;
  }
  .fc-image-link__title {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .fc-image-link__label {
    gap: 12px;
  }
  .fc-image-link__label .text {
    font-size: 20px;
  }
  .fc-image-link__label .line {
    width: 4px;
    height: 30px;
  }
}
.fc-horizontal-list {
  padding: 90px 0;
  background: ;
}
.fc-horizontal-list__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 50px;
}
.fc-horizontal-list__item {
  text-align: center;
  text-decoration: none;
  color: inherit;
  display: block;
}
.fc-horizontal-list__item:hover {
  text-decoration: none;
  color: inherit;
}
.fc-horizontal-list__item:hover .fc-horizontal-list__visual {
  transform: translateY(-4px);
}
.fc-horizontal-list__visual {
  position: relative;
  width: 100%;
  max-width: 220px;
  margin: 0 auto 22px;
  transition: transform .25s ease;
}
.fc-horizontal-list__bg {
  width: 100%;
  height: auto;
  display: block;
}
.fc-horizontal-list__number {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  font-family: "C2";
  font-weight: 100;
}
.fc-horizontal-list__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 1px;
  font-family: "C1";
  font-weight: 100;
}
.fc-horizontal-list__text {
  max-width: 230px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.9;
  opacity: .9;
  font-family: "C3";
  font-weight: 100;
}
@media (max-width: 1199px) {
  .fc-horizontal-list__grid {
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .fc-horizontal-list {
    padding: 60px 0;
  }
  .fc-horizontal-list__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .fc-horizontal-list__visual {
    max-width: 200px;
  }
  .fc-horizontal-list__number {
    font-size: 44px;
    font-family: "C2";
  }
  .fc-horizontal-list__title {
    font-size: 18px;
  }
  .fc-horizontal-list__text {
    font-size: 13px;
    max-width: 260px;
  }
}
.fc-simple-links {
  padding: 80px 0;
  background: ;
}
.fc-simple-links__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
  flex-wrap: wrap;
}
.fc-simple-links__item {
  position: relative;
  display: inline-block;
  font-size: 46px;
  line-height: 1.2;
  text-decoration: none;
  color: #111;
  letter-spacing: 4px;
  font-family: "C1";
  font-weight: 100;
}
.fc-simple-links__item:hover {
  text-decoration: none;
  color: #111;
  opacity: 0.8;
}
.fc-simple-links__item::before,
.fc-simple-links__item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 90px;
  background: black;
}
.fc-simple-links__item::before {
  left: -70px;
}
.fc-simple-links__item::after {
  right: -70px;
}
@media (max-width: 991px) {
  .fc-simple-links {
    padding: 60px 0;
  }
  .fc-simple-links__list {
    gap: 70px;
  }
  .fc-simple-links__item {
    font-size: 36px;
    letter-spacing: 2px;
  }
  .fc-simple-links__item::before,
  .fc-simple-links__item::after {
    height: 70px;
  }
  .fc-simple-links__item::before {
    left: -45px;
  }
  .fc-simple-links__item::after {
    right: -45px;
  }
}
@media (max-width: 576px) {
  .fc-simple-links__list {
    flex-direction: column;
    gap: 36px;
  }
  .fc-simple-links__item {
    font-size: 30px;
  }
  .fc-simple-links__item::before,
  .fc-simple-links__item::after {
    height: 54px;
    width: 4px;
  }
  .fc-simple-links__item::before {
    left: -28px;
  }
  .fc-simple-links__item::after {
    right: -28px;
  }
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span,
input,
textarea,
button {
  font-family: "Merriweather", serif;
  line-height: 1.5;
}
h1 {
  font-size: 48px;
}
h4 {
  font-size: 24px;
  line-height: 1.6 !important;
}
h3 {
  line-height: 1.6 !important;
}
p {
  font-size: 16px;
  line-height: 26px;
}
body {
  background-color: #e6e3d8;
  margin: 0;
}
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.btn-primary {
  background-color: #FFF5E7;
  color: #1C1F2A;
  border-radius: 8px;
  padding: 10px 20px;
  border: none;
  font-weight: 600;
  text-align: center;
}
.btn-primary:hover {
  background-color: #1C1F2A;
  color: #FFF5E7;
}
ul {
  list-style: none;
}
.banner-title {
  text-align: center;
}
.mepr-signup-form,
.mepr-form {
  max-width: 720px;
  margin: 80px auto;
  padding: 42px;
  background: #fff;
  border: 1px solid #e7e1d8;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(0,0,0,0.06);
}
.mepr-signup-form .mp-form-row,
.mepr-form .mp-form-row {
  margin-bottom: 20px;
}
.mepr-signup-form label,
.mepr-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #222;
}
.mepr-signup-form input[type="text"],
.mepr-signup-form input[type="email"],
.mepr-signup-form input[type="password"],
.mepr-form input[type="text"],
.mepr-form input[type="email"],
.mepr-form input[type="password"] {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  border: 1px solid #d8d2c9;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
}
.mepr-signup-form input:focus,
.mepr-form input:focus {
  outline: none;
  border-color: #ac201d;
  box-shadow: 0 0 0 3px rgba(172,32,29,0.12);
}
.mepr-submit,
.mepr-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 15px 28px;
  border: 0;
  border-radius: 999px;
  background: #ac201d;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.mepr-submit:hover,
.mepr-form input[type="submit"]:hover {
  background: #921916;
}
.mepr_price,
.mepr-payment-methods-wrapper,
.mepr-payment-method {
  margin-top: 22px;
}
.mepr_error,
.mepr_updated {
  max-width: 720px;
  margin: 24px auto;
  padding: 14px 16px;
  border-radius: 10px;
}
.mepr_error {
  background: #fdecea;
  color: #b42318;
}
.mepr_updated {
  background: #e8f5e9;
  color: #1b7f3a;
}
@media (max-width: 767px) {
  .mepr-signup-form,
  .mepr-form {
    margin: 48px auto;
    padding: 24px 18px;
    border-radius: 14px;
  }
  .mepr-submit,
  .mepr-form input[type="submit"] {
    width: 100%;
  }
}
.site-footer {
  padding: 0;
  margin: 0;
  background: transparent;
}
.site-footer__image {
  width: 100%;
}
.site-footer__image img {
  display: block;
  width: 100%;
  height: auto;
}
.red-button {
  background-color: #C23122;
  color: #fff;
  border-radius: 30px;
  border: none;
  font-weight: 600;
  text-align: center;
  margin-right: 0;
  padding: 12px 25px;
  width: fit-content;
  text-decoration: none;
}
.red-button:hover {
  background-color: #8A0D00 !important;
  text-decoration: none;
  color: #fff;
}
@font-face {
  font-family: 'C1';
  src: url('../fonts/chinese1.woff2') format('woff2'), url('../fonts/chinese1.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'C2';
  src: url('../fonts/chinese2.woff2') format('woff2'), url('../fonts/chinese2.woff') format('woff');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'C3';
  src: url('../fonts/chinese3.woff2') format('woff2'), url('../fonts/chinese3.woff') format('woff');
  font-style: normal;
  font-display: swap;
}
.single .featured-image {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  margin-bottom: 2rem;
}
.single .single-title-wrapper {
  padding-bottom: 1rem;
}
.single .badge {
  background-color: #FFFAF4;
  color: #1C1F2A;
  border-radius: 30px;
  padding: 1rem;
}
.single .featured-image img {
  border-radius: 33px;
}
.single .landscape-featured-image {
  height: 542px;
  object-fit: cover;
}
.single-post .landscape-featured-image {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  object-position: bottom center;
  border-radius: 33px;
}
@media (max-width: 992px) {
  .single-post .landscape-featured-image {
    max-height: 450px;
  }
}
@media (max-width: 576px) {
  .single-post .landscape-featured-image {
    max-height: 300px;
  }
}
.image-banner-container {
  position: relative;
  width: 100%;
  height: 236px;
  overflow: hidden;
  color: #fff;
  border-top: 5px solid #E2A44F;
}
.image-banner-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.image-banner-container .image-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28,31,42,0.5);
  pointer-events: none;
  z-index: 1;
}
.image-banner-container .image-banner-svg {
  position: absolute;
  right: 0;
  bottom: 20%;
  transform: translateY(50%);
  z-index: 2;
}
.image-banner-container .image-banner-svg img {
  width: 100%;
  height: auto;
  display: block;
}
.image-banner-container .image-banner-content {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 3;
  width: 100%;
  padding: 0 1rem;
}
.image-banner-container .image-banner-content #breadcrumbs {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  color: #ccc;
}
.image-banner-container .image-banner-content #breadcrumbs a {
  color: #ccc;
  text-decoration: none;
}
.image-banner-container .image-banner-content #breadcrumbs a:hover {
  text-decoration: underline;
}
.image-banner-container .image-banner-content .image-banner-title {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
  color: #fff;
}
main {
  min-height: 50vh;
}
.tabs-accordion-section li:before {
  content: none;
}
.tabs-accordion-section .tabs-nav {
  display: flex;
  margin-bottom: 30px;
}
.tabs-accordion-section .tabs-nav .tab-item {
  margin-right: 1rem;
  padding-left: 0;
}
.tabs-accordion-section .tabs-nav .tab-item .tab-button {
  background-color: #C23122;
  color: #fff;
  border-radius: 40px;
  border: none;
  font-weight: 600;
  text-align: left;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  margin-bottom: 1rem;
}
.tabs-accordion-section .tabs-nav .tab-item .tab-button:hover {
  background-color: #8A0D00;
}
.tabs-accordion-section .tabs-nav .tab-item .tab-button.active {
  background-color: #8A0D00;
}
.tabs-accordion-section .tab-content {
  display: none;
}
.tabs-accordion-section .tab-content.active {
  display: block;
}
.tabs-accordion-section .tab-content .tab-header {
  margin-bottom: 2rem;
}
.tabs-accordion-section .tab-content .tab-header h2 {
  margin-bottom: 10px;
}
.single-card {
  display: flex;
  height: 100%;
  border-radius: 20px;
  overflow: visible;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.single-card .card-left {
  width: 60%;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: visible;
  padding: 2rem 1rem;
}
.single-card .card-left .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(28,31,42,0.85);
  border-radius: 20px 0 0 20px;
  z-index: 1;
}
.single-card .card-left .card-left-content {
  position: relative;
  z-index: 2;
  padding: 1rem 0 0 2rem;
}
.single-card .card-left .card-left-content h2 {
  color: #E2A44F;
}
.single-card .card-left .card-left-content a {
  color: #fff;
}
.single-card .card-right {
  width: 40%;
  position: relative;
  z-index: 2;
}
.single-card .card-right img {
  width: auto;
  min-width: calc(105%);
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 5% 50%;
  border-bottom-left-radius: 5% 50%;
}
.single-card .contact-info {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.single-card .contact-item {
  display: flex;
  align-items: center;
}
.single-card .contact-item .contact-icon {
  background-color: #E2A44F;
  color: #1C1F2A;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.single-card .contact-item .contact-icon i {
  font-size: 16px;
}
.single-card .contact-item .contact-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 12px;
  height: 39px;
}
.single-card .contact-item .contact-text span {
  display: block;
}
.single-card .contact-item .contact-text a {
  text-decoration: underline;
}
.single-card .contact-item .contact-text a:hover {
  opacity: 0.5;
}
.accordion-no-results {
  font-family: "Merriweather", serif;
}
.accordion-search-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 40px 20px;
  margin-bottom: 2rem;
}
.accordion-search-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.85);
  z-index: 1;
}
.accordion-search-card .card-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.accordion-search-card .card-content .search-description {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.accordion-search-card .card-content .input-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
}
.accordion-search-card .card-content .input-wrapper input.accordion-search-input {
  width: 100%;
  padding: 12px 50px 12px 15px;
  border-radius: 20px;
  border: none;
  background-color: #fff;
  font-size: 16px;
}
.accordion-search-card .card-content .input-wrapper input.accordion-search-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(194,49,34,0.2);
}
.accordion-search-card .card-content .input-wrapper i.fa-magnifying-glass {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #C23122;
  font-size: 18px;
  pointer-events: none;
}
.expand-all-link svg,
.collapse-all-link svg {
  margin-right: 0.5rem;
}
.accordion {
  margin-bottom: 2rem;
}
.accordion .accordion-item {
  border-radius: 20px !important;
  margin-bottom: 15px;
  overflow: hidden;
  border: none;
  padding: 1rem 1rem 0 1rem;
  box-shadow: 0px 0.25rem 0.5rem rgba(0,0,0,0.08);
}
.accordion .accordion-item .accordion-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #1C1F2A;
  font-weight: 600;
  padding: 10px 20px 20px;
  font-size: 1rem;
  transition: all 0.3s;
}
.accordion .accordion-item .accordion-header i {
  color: #C23122;
  font-size: 17px;
  margin-right: 10px;
  transition: transform 0.3s ease, color 0.3s;
}
.accordion .accordion-item .accordion-header .accordion-toggle {
  flex: 1;
}
.accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  color: #1C1F2A;
  font-weight: 400;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.accordion .accordion-item .accordion-content .url-list a {
  text-decoration: none;
}
.accordion .accordion-item .accordion-content .url-list a span {
  text-decoration: underline;
}
.accordion .accordion-item.open .accordion-header {
  position: relative;
}
.accordion .accordion-item.open .accordion-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 700px;
  border-bottom: 1px solid #e8e8e8;
  transform: translateX(-50%);
}
.accordion .accordion-item.open .accordion-header i {
  color: #C23122;
}
.accordion .accordion-item.open .accordion-header i {
  transform: rotate(90deg);
  margin-right: 1rem;
}
.accordion .accordion-item.open .accordion-content {
  max-height: 2000px;
  padding: 20px 25px;
}
.accordion-links {
  margin-bottom: 10px;
}
.accordion-links a {
  color: #C23122;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
}
.accordion-links a:hover {
  text-decoration: underline;
  color: #8A0D00;
}
.quote-box {
  position: relative;
  background-color: #FFFAF4;
  padding: 3rem 6rem 3rem 2rem;
  border-radius: 20px;
}
.quote-box .quote-svg {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  width: 57px;
  height: 42px;
}
.story-item {
  margin-bottom: 2rem;
}
.carousel-story-card {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.carousel-story-card .carousel-image-wrapper {
  width: 650px;
  height: 500px;
  flex-shrink: 0;
  position: relative;
}
.carousel-story-card .carousel-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.carousel-story-card .carousel-image-wrapper .story-category {
  position: absolute;
  top: 2rem;
  left: 0;
  right: auto;
  background-color: #FFFAF4;
  color: #1C1F2A;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
}
.carousel-story-card .carousel-text-wrapper {
  flex: 1;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.carousel-story-card .carousel-text-wrapper h3 {
  font-weight: bold;
  margin-bottom: 1rem;
}
.carousel-story-card .carousel-text-wrapper p {
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .carousel-story-card {
    flex-direction: column;
  }
  .carousel-story-card .carousel-image-wrapper {
    width: 100%;
    height: 400px;
    margin-bottom: 1rem;
  }
  .carousel-story-card .carousel-text-wrapper {
    padding-left: 0;
    text-align: center;
    align-items: center;
  }
}
.carousel-bar-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.carousel-bar-indicators button {
  width: 53px;
  height: 7px;
  margin: 0 4px;
  background: #717171;
  border: none;
  border-radius: 11px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.carousel-bar-indicators button.active {
  background: #C23122;
  width: 65px;
}
.carousel-bar-indicators button:focus {
  outline: none;
  box-shadow: none;
}
#stories-pagination {
  margin-top: 20px;
}
.pagination-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: #C23122;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-right: 0.5rem;
}
.pagination-btn:hover:not(:disabled) {
  background-color: #8A0D00;
}
.pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.active-page {
  background-color: #8a0d00;
}
.ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  font-weight: bold;
  color: #1c1f2a;
}
#region-filter {
  padding: 10px 20px;
  min-width: 200px;
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
}
.custom-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background-color: #C23122;
  color: #fff;
  border: none;
  cursor: pointer;
}
.custom-select-wrapper i {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
}
.custom-select-wrapper select option:hover {
  background-color: #8a0d00 !important;
}
.pdf-gallery .pdf-card,
.recent-reports .pdf-card {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 650px;
}
.pdf-gallery .pdf-card .pdf-top,
.pdf-gallery .pdf-card .pdf-image,
.recent-reports .pdf-card .pdf-top,
.recent-reports .pdf-card .pdf-image {
  flex: 3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pdf-gallery .pdf-card .pdf-top.red-bg,
.pdf-gallery .pdf-card .pdf-image.red-bg,
.recent-reports .pdf-card .pdf-top.red-bg,
.recent-reports .pdf-card .pdf-image.red-bg {
  background-color: #C23122;
}
.pdf-gallery .pdf-card .pdf-info,
.recent-reports .pdf-card .pdf-info {
  flex: 1;
  background: #FFF5E7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
}
.pdf-gallery .pdf-card .pdf-info .report-year,
.recent-reports .pdf-card .pdf-info .report-year {
  margin: 0 0 0.5rem 0;
  color: #333;
}
.pdf-gallery .pdf-card .pdf-info .red-button,
.recent-reports .pdf-card .pdf-info .red-button {
  align-self: flex-start;
}
.page-annual-reports-financials .pdf-card,
.page-rapports-annuels-et-etats-financiers .pdf-card {
  height: 950px;
}
.reports-section {
  margin: 3rem 0;
}
.reports-section .recent-reports .pdf-card,
.reports-section .pdf-gallery .pdf-card {
  position: relative;
}
.reports-section .recent-reports .pdf-card .pdf-top,
.reports-section .pdf-gallery .pdf-card .pdf-top {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.reports-section .recent-reports .pdf-card .financial-top-left,
.reports-section .pdf-gallery .pdf-card .financial-top-left {
  position: absolute;
  top: 2rem;
  left: 2rem;
  padding: 1rem;
  color: #fff;
}
.reports-section .recent-reports .pdf-card .financial-top-left h5,
.reports-section .pdf-gallery .pdf-card .financial-top-left h5 {
  margin: 0;
}
.reports-section .recent-reports .pdf-card .financial-top-left h2,
.reports-section .pdf-gallery .pdf-card .financial-top-left h2 {
  margin-top: 1rem;
  padding-right: 1rem;
  width: 70%;
}
.reports-section .recent-reports .pdf-card .financial-bottom-right,
.reports-section .pdf-gallery .pdf-card .financial-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.reports-section .recent-reports .pdf-card .pdf-info,
.reports-section .pdf-gallery .pdf-card .pdf-info {
  justify-content: center;
  padding-left: 2rem;
}
.reports-section .recent-reports .pdf-card .pdf-info .report-year,
.reports-section .pdf-gallery .pdf-card .pdf-info .report-year {
  margin: 0 0 0.25rem 0;
}
.reports-section .recent-reports .pdf-card .pdf-info .pdf-title,
.reports-section .pdf-gallery .pdf-card .pdf-info .pdf-title {
  margin: 0 0 0.5rem 0;
  width: 70%;
}
.text-left-image-right img {
  height: 542px;
  object-fit: cover;
  border-radius: 33px;
  object-position: center;
}
.text-left-image-right .col-lg-7 {
  padding-right: 4rem;
}
.people-grid .col-lg-3 .people-photo-wrapper {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
.people-grid .col-lg-3 .people-photo-wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 102%;
  height: 102%;
  border-radius: 50%;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 1;
}
.people-grid .col-lg-3 .people-photo-wrapper .people-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 2;
}
.people-grid .col-lg-3:nth-child(4n + 1) .people-photo-wrapper:before {
  background-color: #C23122;
  transform: translate(-50%,-50%) translate(9px,-11px);
}
.people-grid .col-lg-3:nth-child(4n + 2) .people-photo-wrapper:before {
  background-color: #E2A44F;
  transform: translate(-50%,-42%) translate(9px,-11px);
}
.people-grid .col-lg-3:nth-child(4n + 3) .people-photo-wrapper:before {
  background-color: #1C1F2A;
  transform: translate(-50%,-50%) translate(9px,-11px);
}
.people-grid .col-lg-3:nth-child(4n + 4) .people-photo-wrapper:before {
  background-color: #4F6E45;
  transform: translate(-50%,-42%) translate(9px,-11px);
}
.people-name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.people-position {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.people-province {
  font-size: 1rem;
  color: #555;
}
.logos-grid {
  padding: 4rem 0;
}
.logos-grid .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.logos-grid .col-sm-6,
.logos-grid .col-md-4,
.logos-grid .col-lg-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos-grid .col-sm-6 a,
.logos-grid .col-sm-6 img,
.logos-grid .col-md-4 a,
.logos-grid .col-md-4 img,
.logos-grid .col-lg-3 a,
.logos-grid .col-lg-3 img {
  display: block;
  max-width: 250px;
  max-height: 120px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 220px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 2rem;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .logos-grid .col-md-4 img,
  .logos-grid .col-sm-6 img {
    max-width: 200px;
    max-height: 100px;
  }
}
@media (max-width: 768px) {
  .logos-grid .col-sm-6 img {
    max-width: 160px;
    max-height: 80px;
  }
}
@media (max-width: 576px) {
  .logos-grid .col-6 img {
    max-width: 120px;
    max-height: 60px;
  }
}
.page-make-a-donation iframe {
  padding-right: 5rem;
}
.fa-envelope {
  font-size: 20px;
  position: relative;
  top: 1px;
}
.news-query-section .news-item {
  display: none;
}
.news-query-section .news-item .news-title a {
  text-decoration: underline;
  color: #C23122;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.news-query-section .news-item .news-title a:hover {
  color: #8A0D00;
}
.news-query-section .news-item .news-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-query-section #news-pagination {
  margin-top: 2rem;
}
.news-query-section #news-pagination .pagination-btn {
  background-color: #C23122;
  color: #fff;
  border: none;
  padding: 0.4rem 0.8rem;
  margin: 0 0.2rem;
  cursor: pointer;
}
.news-query-section #news-pagination .pagination-btn.active-page {
  background-color: #8A0D00;
}
.news-query-section #news-pagination .pagination-btn:disabled {
  opacity: 0.5;
  cursor: default;
}
.page-contact-us iframe,
.page-nous-contacter iframe {
  border-radius: 33px;
  max-width: 100%;
}
.force-full .open .accordion-header:after {
  width: 1080px !important;
}
.featured-logo {
  width: 450px;
  max-height: 150px;
  height: auto;
  margin-bottom: 3rem;
}
.pdf-gallery .pdf-card .pdf-description {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  transform: translateY(10px);
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.35s ease, transform 0.35s ease, padding 0.35s ease;
}
.pdf-gallery .pdf-card:hover .pdf-description {
  max-height: 400px;
  opacity: 1;
  transform: translateY(0);
  padding-top: 10px;
  padding-bottom: 10px;
}
.tab-pane {
  opacity: 0 !important;
  transition: opacity 0.3s ease-in-out !important;
}
.tab-pane.show.active {
  opacity: 1 !important;
}
.tabs-section .col-12.col-lg-4::after {
  left: 300px;
}
.tabs-section.internal .col-12.col-lg-4::after {
  left: 265px;
}
.front-news .right-box .news-list .news-4 {
  border-bottom: none;
}
.join-us.red-button {
  padding: 18px 25px;
  border-radius: 25px;
  white-space: nowrap;
}
body:not(.home) .front-impact {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.page-explorateur-de-subve main .container,
.page-grant-explorer main .container {
  max-width: 1200px !important;
}
@media (max-width: 991px) {
  .tabs-section.internal {
    margin-bottom: 2rem;
  }
  .text-left-image-right .col-lg-7 {
    padding-right: 1rem;
  }
  .single-card .card-left {
    border-radius: 20px;
  }
  .single-card .card-left .overlay {
    border-radius: 20px;
  }
  .tabs-section .col-12.col-lg-4::after {
    display: none;
  }
}
.text-below-quote img {
  border-radius: 10px;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  height: 300px;
}
.quote-svg {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 60px;
  height: 60px;
  color: #C23122;
}
.quote-svg svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.page-contact-us footer,
.page-nous-contacter footer {
  margin-top: 2rem;
}
.share-icons i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
.share-icons a {
  text-decoration: none;
}
.share-icons a:hover {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .banner-circle.third .tab-content .red-button {
    margin: initial;
    margin-bottom: 2rem;
  }
  .banner-circle.third h2 {
    margin-left: 2px !important;
  }
  html[lang="fr-CA"] .banner-circle.third h2 {
    margin-top: 6rem !important;
  }
  html[lang="fr-CA"] .banner-circle.third .tab-content {
    margin-bottom: 7rem !important;
  }
  .page-make-a-donation iframe {
    padding-right: 0rem;
  }
}
@media (max-width: 576px) {
  .banner-circle.third .tab-content .red-button {
    margin: auto !important;
    position: relative;
    right: 1rem;
    margin-bottom: 2rem !important;
  }
  .banner-circle.third h2 {
    margin-left: auto !important;
  }
}
#bbpress-forums {
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 24px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.7;
  color: #171717;
}
.bbpress .image-banner,
.single-forum .image-banner,
.single-topic .image-banner {
  margin-bottom: 0;
}
#bbpress-forums .bbp-breadcrumb {
  font-size: 14px;
  margin-bottom: 28px;
  color: #666;
}
#bbpress-forums .bbp-breadcrumb a {
  color: #171717;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.25);
}
#bbpress-forums .bbp-breadcrumb a:hover {
  border-color: #171717;
}
#bbpress-forums .subscription-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border: 1px solid #171717;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  color: #171717;
  transition: all 0.2s ease;
}
#bbpress-forums .subscription-toggle:hover {
  background: #171717;
  color: #fff;
}
#bbpress-forums .bbp-template-notice {
  background: #f7f5ef;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 18px;
  padding: 18px 22px;
  margin: 0 0 32px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}
#bbpress-forums .bbp-template-notice p {
  margin: 0;
  font-size: 14px;
}
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0,0,0,0.06);
}
#bbpress-forums li.bbp-header {
  background: #111;
  color: #fff;
  padding: 18px 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
#bbpress-forums li.bbp-footer {
  display: none;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  padding: 22px 20px;
  border-top: 1px solid rgba(0,0,0,0.07);
  background: #fff;
  transition: background 0.2s ease;
}
#bbpress-forums li.bbp-body ul.forum:hover,
#bbpress-forums li.bbp-body ul.topic:hover {
  background: #faf8f2;
}
#bbpress-forums .bbp-topic-title a,
#bbpress-forums .bbp-forum-title {
  color: #111;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
#bbpress-forums .bbp-topic-title a:hover,
#bbpress-forums .bbp-forum-title:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
#bbpress-forums .bbp-topic-meta,
#bbpress-forums .bbp-forum-content,
#bbpress-forums .bbp-topic-started-by {
  color: #666;
  font-size: 14px;
}
#bbpress-forums img.avatar {
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.1);
  vertical-align: middle;
}
#bbpress-forums .bbp-pagination,
#bbpress-forums .bbp-pagination-count {
  font-size: 14px;
  color: #666;
  margin: 24px 0;
}
#bbpress-forums fieldset.bbp-form {
  margin-top: 44px;
  padding: 34px;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0,0,0,0.05);
}
#bbpress-forums fieldset.bbp-form legend {
  padding: 0 12px;
  font-size: 18px;
  font-weight: 600;
  padding-top: 80px;
}
#bbpress-forums label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #111;
}
#bbpress-forums input[type="text"],
#bbpress-forums input[type="password"],
#bbpress-forums input[type="email"],
#bbpress-forums select,
#bbpress-forums textarea {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.18);
  border-radius: 14px;
  padding: 13px 15px;
  background: #fff;
  font-size: 15px;
  line-height: 1.5;
  color: #111;
}
#bbpress-forums input:focus,
#bbpress-forums textarea:focus,
#bbpress-forums select:focus {
  outline: none;
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.08);
}
#bbpress-forums button,
#bbpress-forums input[type="submit"],
#bbpress-forums #bbp_topic_submit,
#bbpress-forums #bbp_reply_submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  border-radius: 999px;
  padding: 12px 26px;
  background: #111;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
#bbpress-forums button:hover,
#bbpress-forums input[type="submit"]:hover,
#bbpress-forums #bbp_topic_submit:hover,
#bbpress-forums #bbp_reply_submit:hover {
  background: transparent;
  color: #111;
}
#bbpress-forums .bbp-reply-header,
#bbpress-forums .bbp-topic-header {
  background: #f7f5ef;
  border-top: 1px solid rgba(0,0,0,0.08);
  padding: 14px 20px;
}
#bbpress-forums .bbp-reply-content,
#bbpress-forums .bbp-topic-content {
  padding: 24px;
  font-size: 16px;
}
#bbpress-forums {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
@media (max-width: 768px) {
  #bbpress-forums {
    padding: 44px 18px;
  }
  #bbpress-forums li.bbp-header {
    display: none;
  }
  #bbpress-forums li.bbp-body ul.forum,
  #bbpress-forums li.bbp-body ul.topic {
    display: block;
    padding: 22px;
  }
  #bbpress-forums .bbp-topic-title,
  #bbpress-forums .bbp-forum-info {
    width: 100%;
    float: none;
  }
  #bbpress-forums .bbp-topic-voice-count,
  #bbpress-forums .bbp-topic-reply-count,
  #bbpress-forums .bbp-topic-freshness {
    width: auto;
    float: none;
    display: inline-block;
    margin-right: 16px;
    font-size: 13px;
  }
  #bbpress-forums fieldset.bbp-form {
    padding: 24px 18px;
  }
}
.site-comments {
  margin-top: 70px;
  padding: 42px;
  background: #fff;
  border: 1px solid #e8e3dc;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.06);
}
.site-comments__title,
.site-comments .comment-reply-title {
  margin: 0 0 28px;
  font-size: clamp(1.6rem,2.4vw,1.2rem);
  line-height: 1.2;
  font-weight: 700;
  color: #1f1f1f;
}
.site-comments__list {
  list-style: none;
  margin: 0 0 42px;
  padding: 0;
}
.site-comments .comment {
  list-style: none;
  margin: 0 0 24px;
  padding: 24px;
  background: #faf8f4;
  border: 1px solid #eee8df;
  border-radius: 14px;
}
.site-comments .comment-body {
  position: relative;
}
.site-comments .comment-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}
.site-comments .comment-author .avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  background: #ddd;
}
.site-comments .comment-author .fn {
  font-style: normal;
  font-weight: 700;
  color: #1f1f1f;
}
.site-comments .comment-author .says {
  display: none;
}
.site-comments .comment-meta {
  margin: 0 0 18px 66px;
  font-size: 0.9rem;
  color: #777;
}
.site-comments .comment-meta a {
  color: inherit;
  text-decoration: none;
}
.site-comments .comment-meta a:hover {
  color: #ac201d;
}
.site-comments .comment-content {
  margin-left: 66px;
  font-size: 1rem;
  line-height: 1.75;
  color: #333;
}
.site-comments .comment-content p {
  margin: 0 0 14px;
}
.site-comments .comment-content p:last-child {
  margin-bottom: 0;
}
.site-comments .reply {
  margin: 18px 0 0 66px;
}
.site-comments .reply a {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border: 1px solid #ac201d;
  border-radius: 999px;
  color: #ac201d;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
.site-comments .reply a:hover {
  background: #ac201d;
  color: #fff;
}
.site-comments .children {
  margin: 24px 0 0 40px;
  padding: 0;
  list-style: none;
}
.site-comments .comment-respond {
  margin-top: 40px;
  padding-top: 36px;
  border-top: 1px solid #eee8df;
}
.site-comments .logged-in-as,
.site-comments .comment-notes {
  margin: 0 0 22px;
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}
.site-comments .logged-in-as a,
.site-comments .comment-notes a {
  color: #ac201d;
  text-decoration: none;
}
.site-comments .logged-in-as a:hover,
.site-comments .comment-notes a:hover {
  text-decoration: underline;
}
.site-comments .comment-form {
  display: grid;
  gap: 20px;
}
.site-comments .comment-form p {
  margin: 0;
}
.site-comments .comment-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #222;
}
.site-comments .comment-form input[type="text"],
.site-comments .comment-form input[type="email"],
.site-comments .comment-form input[type="url"],
.site-comments .comment-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  border: 1px solid #d8d2c9;
  border-radius: 10px;
  background: #fff;
  color: #222;
  font-size: 1rem;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.site-comments .comment-form textarea {
  min-height: 150px;
  resize: vertical;
}
.site-comments .comment-form input:focus,
.site-comments .comment-form textarea:focus {
  outline: none;
  border-color: #ac201d;
  box-shadow: 0 0 0 3px rgba(172,32,29,0.12);
}
.site-comments .form-submit {
  margin-top: 4px;
}
.site-comments .site-comments__submit,
.site-comments input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 14px 24px;
  border: 0;
  border-radius: 999px;
  background: #ac201d;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.site-comments .site-comments__submit:hover,
.site-comments .site-comments__submit:focus,
.site-comments input[type="submit"]:hover,
.site-comments input[type="submit"]:focus {
  background: #921916;
  transform: translateY(-1px);
  outline: none;
}
.site-comments .site-comments__closed {
  margin: 0;
  color: #666;
}
.site-comments__member-notice {
  margin: 28px 0;
  padding: 22px 24px;
  border: 1px solid rgba(194,49,34,0.18);
  border-radius: 14px;
  background: rgba(255,245,231,0.72);
}
.site-comments__member-notice p {
  margin: 0 0 16px;
}
.site-comments__member-notice p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .site-comments {
    margin-top: 48px;
    padding: 24px 18px;
    border-radius: 14px;
  }
  .site-comments .comment {
    padding: 20px;
  }
  .site-comments .comment-author {
    align-items: flex-start;
  }
  .site-comments .comment-author .avatar {
    width: 44px;
    height: 44px;
  }
  .site-comments .comment-meta,
  .site-comments .comment-content,
  .site-comments .reply {
    margin-left: 0;
  }
  .site-comments .children {
    margin-left: 18px;
  }
  .site-comments .site-comments__submit,
  .site-comments input[type="submit"] {
    width: 100%;
  }
}
.all-case-studies {
  padding: 80px 0;
}
.all-case-studies__list {
  display: grid;
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
}
.all-case-studies__item {
  background: #fff;
  border: 1px solid #e7e1d8;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.all-case-studies__item:hover {
  transform: translateY(-3px);
  border-color: rgba(172,32,29,0.18);
  box-shadow: 0 18px 42px rgba(0,0,0,0.09);
}
.all-case-studies__link {
  display: block;
  padding: 34px 38px;
  color: inherit;
  text-decoration: none;
}
.all-case-studies__content {
  width: 100%;
}
.all-case-studies__title {
  margin: 0 0 14px;
  font-size: clamp(1.45rem,2vw,2rem);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1f1f1f;
  transition: color 0.2s ease;
}
.all-case-studies__item:hover .all-case-studies__title {
  color: #ac201d;
}
.all-case-studies__excerpt {
  margin: 0 0 22px;
  font-size: 1rem;
  line-height: 1.8;
  color: #5c5c5c;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.all-case-studies__read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ac201d;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease;
}
.all-case-studies__item:hover .all-case-studies__read-more {
  transform: translateX(3px);
}
@media (max-width: 991px) {
  .all-case-studies {
    padding: 64px 0;
  }
  .all-case-studies__link {
    padding: 28px 30px;
  }
}
@media (max-width: 767px) {
  .all-case-studies {
    padding: 48px 0;
  }
  .all-case-studies__list {
    gap: 18px;
  }
  .all-case-studies__link {
    padding: 22px 20px;
  }
  .all-case-studies__title {
    margin-bottom: 10px;
    font-size: 1.35rem;
  }
  .all-case-studies__excerpt {
    margin-bottom: 18px;
    font-size: 0.95rem;
    line-height: 1.7;
  }
}
.book-main {
  padding: 90px 0;
  background: #e9e3d6;
  position: relative;
  overflow: hidden;
}
.book-main__box {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border: 2px solid rgba(0,0,0,0.22);
  background: rgba(255,255,255,0.15);
  padding: 42px 48px;
  position: relative;
}
.book-main__deco {
  position: absolute;
  top: -70px;
  right: -40px;
  width: 120px;
  max-width: 25%;
  height: auto;
  pointer-events: none;
  opacity: 0.9;
}
.book-main__items {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.book-main__item {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0,0,0,0.16);
}
.book-main__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.book-main__item-title {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}
.book-main__item-title a {
  color: inherit;
  text-decoration: none;
}
.book-main__item-title a:hover {
  text-decoration: underline;
}
.book-main__item-excerpt {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.85;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.book-main__item-more {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  text-decoration: none;
  color: inherit;
  opacity: 0.85;
}
.book-main__item-more:hover {
  opacity: 1;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .book-main {
    padding: 56px 0;
  }
  .book-main__box {
    padding: 26px 20px;
  }
  .book-main__deco {
    width: 90px;
    top: -45px;
    right: -10px;
  }
  .book-main__items {
    gap: 18px;
  }
  .book-main__item {
    padding-bottom: 18px;
  }
  .book-main__item-title {
    font-size: 18px;
  }
  .book-main__item-excerpt {
    font-size: 14px;
  }
}
.fc-custom-shortcode {
  padding: 80px 0;
  background: #f7f3ec;
}
.fc-custom-shortcode__inner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 42px;
  background: #fff;
  border: 1px solid #e7e1d8;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(0,0,0,0.06);
}
.fc-custom-shortcode .wpcf7 {
  width: 100%;
}
.fc-custom-shortcode .wpcf7 form {
  display: block;
  width: 100%;
}
.fc-custom-shortcode .medical-form {
  display: grid;
  gap: 22px;
}
.fc-custom-shortcode .form-grid {
  display: grid;
  gap: 18px;
}
.fc-custom-shortcode .form-grid--2 {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.fc-custom-shortcode .form-grid--3 {
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.fc-custom-shortcode .form-field {
  width: 100%;
}
.fc-custom-shortcode .form-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 600;
  color: #222;
}
.fc-custom-shortcode .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.fc-custom-shortcode input[type="text"],
.fc-custom-shortcode input[type="email"],
.fc-custom-shortcode input[type="tel"],
.fc-custom-shortcode input[type="number"],
.fc-custom-shortcode input[type="date"],
.fc-custom-shortcode input[type="file"],
.fc-custom-shortcode select,
.fc-custom-shortcode textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  border: 1px solid #d8d2c9;
  border-radius: 10px;
  background: #fff;
  color: #222;
  font-size: 16px;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.fc-custom-shortcode textarea {
  min-height: 120px;
  resize: vertical;
}
.fc-custom-shortcode input[type="file"] {
  padding: 12px;
  background: #faf8f4;
}
.fc-custom-shortcode input:focus,
.fc-custom-shortcode textarea:focus,
.fc-custom-shortcode select:focus {
  outline: none;
  border-color: #ac201d;
  box-shadow: 0 0 0 3px rgba(172,32,29,0.12);
}
.fc-custom-shortcode .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}
.fc-custom-shortcode .wpcf7-list-item {
  margin: 0;
}
.fc-custom-shortcode .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-weight: 500;
  cursor: pointer;
}
.fc-custom-shortcode input[type="radio"],
.fc-custom-shortcode input[type="checkbox"] {
  width: auto;
  margin: 0;
  accent-color: #ac201d;
}
.fc-custom-shortcode .medical-form__statement {
  padding: 20px 22px;
  background: #faf8f4;
  border-left: 4px solid #ac201d;
  border-radius: 10px;
  color: #333;
}
.fc-custom-shortcode .medical-form__statement p {
  margin: 0 0 10px;
  line-height: 1.7;
}
.fc-custom-shortcode .medical-form__statement p:last-child {
  margin-bottom: 0;
}
.fc-custom-shortcode .form-submit {
  margin-top: 8px;
}
.fc-custom-shortcode .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 15px 28px;
  border: 0;
  border-radius: 999px;
  background: #ac201d;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.fc-custom-shortcode .wpcf7-submit:hover,
.fc-custom-shortcode .wpcf7-submit:focus {
  background: #921916;
  transform: translateY(-1px);
  outline: none;
}
.fc-custom-shortcode .wpcf7-spinner {
  margin-left: 12px;
}
.fc-custom-shortcode .wpcf7-not-valid {
  border-color: #d63638 !important;
}
.fc-custom-shortcode .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 0.88rem;
  color: #d63638;
}
.fc-custom-shortcode .wpcf7-response-output {
  margin: 22px 0 0 !important;
  padding: 14px 16px !important;
  border-radius: 10px;
  font-size: 0.95rem;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .fc-custom-shortcode {
    padding: 64px 0;
  }
  .fc-custom-shortcode__inner {
    padding: 32px 28px;
  }
  .fc-custom-shortcode .form-grid--3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 767px) {
  .fc-custom-shortcode {
    padding: 48px 0;
  }
  .fc-custom-shortcode__inner {
    padding: 24px 18px;
    border-radius: 14px;
  }
  .fc-custom-shortcode .medical-form {
    gap: 18px;
  }
  .fc-custom-shortcode .form-grid--2,
  .fc-custom-shortcode .form-grid--3 {
    grid-template-columns: 1fr;
  }
  .fc-custom-shortcode .wpcf7-submit {
    width: 100%;
    min-width: 0;
  }
}
.red-button,
.btn-primary,
.mepr-submit,
.mepr-form input[type="submit"],
#bbpress-forums button,
#bbpress-forums input[type="submit"],
.fc-custom-shortcode .wpcf7-submit {
  transition: transform .25s cubic-bezier(.22,1,.36,1), box-shadow .25s ease, background-color .25s ease, color .25s ease;
  will-change: transform;
}
.red-button:active,
.btn-primary:active,
.mepr-submit:active,
.mepr-form input[type="submit"]:active,
#bbpress-forums button:active,
#bbpress-forums input[type="submit"]:active,
.fc-custom-shortcode .wpcf7-submit:active {
  transform: translateY(0) scale(.98);
}
a:focus-visible,
button:focus-visible,
input[type="submit"]:focus-visible,
[role="button"]:focus-visible {
  outline: 3px solid rgba(194,49,34,0.38);
  outline-offset: 4px;
}
.motion-ready .motion-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .75s cubic-bezier(.22,1,.36,1);
  transition-delay: var(--motion-delay,0ms);
}
.motion-ready .motion-reveal.motion-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (hover: hover) and (pointer: fine) {
  .red-button:hover,
  .btn-primary:hover,
  .mepr-submit:hover,
  .mepr-form input[type="submit"]:hover,
  #bbpress-forums button:hover,
  #bbpress-forums input[type="submit"]:hover,
  .fc-custom-shortcode .wpcf7-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(28,31,42,0.18);
  }
  .site-header__menu > li > a {
    position: relative;
  }
  .site-header__menu > li > a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 2px;
    background: #C23122;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .3s cubic-bezier(.22,1,.36,1);
  }
  .site-header__menu > li > a:hover,
  .site-header__menu > .current-menu-item > a,
  .site-header__menu > .current_page_item > a,
  .site-header__menu > .current-menu-ancestor > a {
    opacity: 1;
  }
  .site-header__menu > li > a:hover::after,
  .site-header__menu > .current-menu-item > a::after,
  .site-header__menu > .current_page_item > a::after,
  .site-header__menu > .current-menu-ancestor > a::after {
    transform: scaleX(1);
    transform-origin: left center;
  }
  .site-header__logo img {
    transition: transform .35s cubic-bezier(.22,1,.36,1);
  }
  .site-header__logo a:hover img {
    transform: translateY(-2px) scale(1.025);
  }
  .impact-card,
  .pdf-card,
  .single-card,
  .featured-story-card,
  .all-case-studies__item,
  .book-main__item,
  .fc-manual-list__box,
  .accordion-search-card {
    transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease, border-color .35s ease;
  }
  .impact-card:hover,
  .pdf-card:hover,
  .single-card:hover,
  .featured-story-card:hover,
  .all-case-studies__item:hover,
  .book-main__item:hover,
  .fc-manual-list__box:hover,
  .accordion-search-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 34px rgba(28,31,42,0.14);
    border-color: rgba(194,49,34,0.35);
  }
  .people-photo,
  .featured-logo,
  .fc-image__img,
  .landscape-featured-image,
  .featured-image img {
    transition: transform .55s cubic-bezier(.22,1,.36,1), filter .4s ease;
  }
  .people-photo-wrapper:hover .people-photo,
  a:hover .featured-logo,
  .fc-image__wrapper:hover .fc-image__img,
  .landscape-featured-image:hover,
  .featured-image:hover img {
    transform: scale(1.025);
    filter: #000000;
  }
  .fc-simple-links__item {
    transition: color .25s ease, opacity .25s ease, transform .3s cubic-bezier(.22,1,.36,1);
  }
  .fc-simple-links__item:hover {
    transform: translateY(-4px);
    opacity: 1;
    color: #C23122;
  }
  .site-footer a {
    transition: color .25s ease, opacity .25s ease;
  }
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
  }
  .motion-ready .motion-reveal {
    opacity: 1;
    transform: none;
  }
}
html,
body {
  max-width: 100%;
  overflow-x: clip;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
}
img,
video {
  height: auto;
}
iframe {
  width: 100%;
}
pre,
code {
  overflow-wrap: anywhere;
}
.container {
  padding-left: clamp(18px,4vw,40px);
  padding-right: clamp(18px,4vw,40px);
}
table {
  max-width: 100%;
}
.wp-block-table,
.mepr-account-table,
#bbpress-forums .bbp-template-notice + table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.wp-block-embed__wrapper,
.mepr-lesson-content,
.mepr-course-content,
.vjs-fluid,
.tcplayer,
[class*="tencent"] video {
  max-width: 100%;
}
@media (max-width: 900px) {
  body.mobile-menu-open {
    overflow: hidden;
  }
  .site-header {
    position: relative;
  }
  .site-header .site-header__inner {
    position: static;
  }
  .site-header .site-header__nav {
    display: block;
    position: absolute;
    z-index: 99;
    top: 100%;
    right: 0;
    left: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background: #fff;
    border-top: 1px solid rgba(28,31,42,0.1);
    box-shadow: 0 18px 30px rgba(28,31,42,0.14);
    transform: translateY(-8px);
    transition: max-height .4s ease, opacity .25s ease, transform .35s cubic-bezier(.22,1,.36,1), visibility .25s ease;
  }
  .site-header.is-menu-open .site-header__nav {
    max-height: calc(20vh);
    overflow-y: auto;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .site-header .site-header__menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 14px clamp(18px,4vw,40px) 24px;
  }
  .site-header .site-header__menu > li {
    width: 100%;
    border-bottom: 1px solid rgba(28,31,42,0.1);
  }
  .site-header .site-header__menu a {
    display: block;
    width: 100%;
    padding: 14px 4px;
    font-size: 17px;
  }
  .site-header .site-header__menu .sub-menu {
    position: static;
    width: 100%;
    margin: 0 0 8px;
    padding: 0 0 0 18px;
    box-shadow: none;
  }
  .site-header .site-header__toggle span {
    transform-origin: center;
    transition: transform .25s ease, opacity .2s ease;
  }
  .site-header .site-header__toggle.is-active span:nth-child(1) {
    transform: translateY(9.5px) rotate(45deg);
  }
  .site-header .site-header__toggle.is-active span:nth-child(2) {
    opacity: 0;
  }
  .site-header .site-header__toggle.is-active span:nth-child(3) {
    transform: translateY(-9.5px) rotate(-45deg);
  }
  h1,
  .page-banner .page-banner__title {
    font-size: clamp(30px,8vw,42px);
    overflow-wrap: anywhere;
  }
  h2 {
    font-size: clamp(25px,6vw,34px);
  }
  .fc-text {
    padding: 48px 0;
  }
  .fc-text .fc-text__content {
    max-width: 100%;
    padding: 24px 0;
  }
  .fc-image {
    padding: 0;
  }
  .fc-image .fc-image__img {
    width: 100%;
  }
  .single-card {
    flex-direction: column;
    overflow: hidden;
  }
  .single-card .card-left,
  .single-card .card-right {
    width: 100%;
  }
  .single-card .card-left {
    border-radius: 20px 20px 0 0;
  }
  .single-card .card-left .overlay {
    border-radius: 20px 20px 0 0;
  }
  .single-card .card-left .card-left-content {
    padding: 10px;
  }
  .single-card .card-right {
    min-height: 280px;
  }
  .single-card .card-right img {
    position: absolute;
    inset: 0;
    width: 100%;
    min-width: 0;
    border-radius: 0 0 20px 20px;
  }
  .tabs-accordion-section .tabs-nav {
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }
  .tabs-accordion-section .tabs-nav .tab-item {
    flex: 0 0 auto;
    margin-right: 0;
  }
  .accordion .accordion-item {
    padding-right: 8px;
    padding-left: 8px;
  }
  .accordion .accordion-item .accordion-header,
  .accordion .accordion-item .accordion-content,
  .accordion .accordion-item.open .accordion-content {
    padding-right: 14px;
    padding-left: 14px;
  }
  .accordion .accordion-item .accordion-header::after {
    max-width: calc(28vw);
  }
  .pdf-gallery .pdf-card,
  .recent-reports .pdf-card,
  .page-annual-reports-financials .pdf-card,
  .page-rapports-annuels-et-etats-financiers .pdf-card {
    height: auto;
    min-height: 520px;
  }
  .pdf-gallery .pdf-card .pdf-description {
    max-height: none;
    opacity: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    transform: none;
  }
  .carousel-story-card .carousel-image-wrapper {
    height: min(400px,70vw);
  }
  .quote-box {
    padding: 32px 24px;
  }
  .mepr-signup-form,
  .mepr-form,
  .fc-custom-shortcode__inner,
  #bbpress-forums fieldset.bbp-form {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .site-header .site-header__inner {
    height: 70px;
  }
  .site-header .site-header__logo img {
    height: 42px;
    max-width: 128px;
    object-fit: contain;
  }
  .site-header .site-header__languages {
    margin-left: auto;
  }
  .site-header .site-header__languages .trp-language-switcher > div {
    min-width: 72px;
  }
  .site-header .site-header__languages .trp-language-switcher > div > a {
    padding: 5px 8px;
    font-size: 12px;
  }
  .site-header .site-header__toggle {
    margin-left: 10px;
  }
  .site-header.is-menu-open .site-header__nav {
    max-height: calc(30vh);
  }
  .page-banner {
    display: block;
    min-height: 0;
    padding: clamp(180px,47vw,230px) 0 30px;
    background-color: #e6e3d8;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .page-banner .container {
    max-width: 100%;
  }
  .page-banner .page-banner__title {
    max-width: 360px;
    margin: 0 auto;
    font-size: clamp(25px,7vw,31px);
    line-height: 1.45;
    text-shadow: none;
  }
  .fc-manual-list .fc-manual-list__media {
    width: 100%;
  }
  .fc-manual-list .fc-manual-list__media img {
    width: auto;
    max-width: min(62vw,250px);
    max-height: 260px;
    margin: 0 auto;
    object-fit: contain;
  }
  .image-banner-container {
    height: 190px;
  }
  .image-banner-container .image-banner-content .image-banner-title {
    font-size: 1.6rem;
  }
  .fc-manual-list,
  .fc-image-link,
  .fc-horizontal-list,
  .fc-simple-links,
  .fc-custom-shortcode {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .fc-simple-links__list {
    gap: 48px;
  }
  .fc-simple-links__item {
    max-width: 100%;
    font-size: 28px;
    overflow-wrap: anywhere;
  }
  .fc-simple-links__item::before {
    left: -26px;
  }
  .fc-simple-links__item::after {
    right: -26px;
  }
  .accordion-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .accordion-links a {
    margin-left: 0;
  }
  .mepr-signup-form,
  .mepr-form {
    margin: 32px auto;
  }
  #bbpress-forums {
    padding-right: 0;
    padding-left: 0;
  }
  #bbpress-forums li.bbp-body ul.forum,
  #bbpress-forums li.bbp-body ul.topic {
    padding: 18px 14px;
  }
  #bbpress-forums .bbp-topic-voice-count,
  #bbpress-forums .bbp-topic-reply-count,
  #bbpress-forums .bbp-topic-freshness {
    display: block;
    margin: 7px 0 0;
  }
  .impact-card,
  .pdf-card,
  .single-card,
  .accordion-search-card {
    border-radius: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-header .site-header__nav {
    transition: none;
  }
}
