.webinars {
  margin-bottom: 47px;
}
@media (max-width: 1023px) {
  .webinars {
    margin-bottom: 38px;
  }
}
.webinars__item {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease-in;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .webinars__item {
    margin-bottom: 24px;
  }
}
.webinars__item:hover {
  background: #fccfd4;
}
.webinars__item.single .webinars__image {
  height: 516px;
}
@media (max-width: 1023px) {
  .webinars__item.single .webinars__image {
    height: 388px;
  }
}
@media (max-width: 575px) {
  .webinars__item.single .webinars__image {
    height: 186px;
  }
}
.webinars__image {
  position: relative;
  height: 197px;
}
.webinars__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
@media (max-width: 1023px) {
  .webinars__image {
    height: 187px;
  }
}
.webinars__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.webinars__info {
  padding: 24px 30px 30px;
}
@media (max-width: 575px) {
  .webinars__info {
    padding: 24px 15px 15px;
  }
}
.webinars__text {
  color: #828282;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  font-family: "Inter";
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .webinars__text {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.webinars__title {
  color: #141414;
  font-size: 25px;
  font-weight: 700;
  line-height: 140%;
  font-family: "Inter";
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1023px) {
  .webinars__title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .webinars__title {
    font-size: 19px;
  }
}
.page-template-membership-info .page__title {
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .page-template-membership-info .page__title {
    margin-bottom: 25px;
  }
}
.page-template-membership-info .subcontainer {
  max-width: 915px;
  margin: 0 auto;
}
.page-template-membership-info .subcontainer:last-child {
  margin-bottom: 90px;
  font-size: 25px;
}
.page-template-membership-info p, .page-template-membership-info ul, .page-template-membership-info ol {
  font-family: "Inter";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.page-template-membership-info h2, .page-template-membership-info h3, .page-template-membership-info h4, .page-template-membership-info h5, .page-template-membership-info h6 {
  margin-top: 50px;
  font-family: "Inter";
  margin-bottom: 20px;
}
.page-template-membership-info a:hover {
  color: #ff4571;
}
.page-template-membership-info ul ol, .page-template-membership-info ol ul {
  margin: 13px 0 20px;
  padding-left: 10px;
}
.page-template-membership-info ol li::marker {
  font-weight: 700;
}
.page-template-membership-info ol ul li {
  list-style-type: disc;
}
.gallery-container {
  max-width: 1378px;
  margin-top: 30px;
  margin-bottom: 65px;
}
.gallery-container .load-more__row {
  margin-top: 35px;
}
.button-group {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.button-group .button {
  border-radius: 9px;
  padding: 0 18px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter";
  font-size: 19px;
  font-weight: 600;
  line-height: 130%;
  color: #1e192d;
  background-color: transparent;
  border: none;
}
@media (max-width: 1023px) {
  .button-group .button {
    font-size: 16px;
  }
}
.button-group .button.is-checked {
  background-color: #fff;
  color: #aa1639;
}
.button-group .button:hover {
  color: #aa1639;
}
.gallery h1 {
  margin-bottom: 20px;
  line-height: 125% !important;
  font-weight: 400;
}
.gallery-item {
  display: block;
  overflow: hidden;
  height: 240px;
}
.gallery-item img {
  border-radius: 22px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lg-backdrop {
  opacity: 1 !important;
  inset: -40px !important;
}
.justified-gallery > a > img {
  padding: 10px !important;
}
.gallery-text {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
  max-width: 730px;
}
.gallery-text p:first-child {
  margin-top: 0;
}
.gallery-hidden {
  opacity: 0;
  visibility: hidden;
}
.gallery-ready {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}
.gallery-loader {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  border: 3px solid #ddd;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.gallery-loader.hidden {
  display: none;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.lg-container .lg-icon {
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #828282;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.lg-container .lg-icon:hover {
  background: #aa1639;
}
@media (max-width: 1023px) {
  .lg-container .lg-icon {
    bottom: -80px;
    top: unset;
    width: 54px;
    height: 54px;
    border-radius: 12px;
  }
}
@media (max-width: 575px) {
  .lg-container .lg-icon {
    bottom: unset;
    top: 50%;
    width: 34px;
    height: 34px;
    border-radius: 6px;
  }
}
.lg-container .lg-prev:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M13.75 7.5L6.25 15L13.75 22.5M6.25 15L23.75 15' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.lg-container .lg-next:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M16.25 7.5L23.75 15L16.25 22.5M23.75 15L6.25 15' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.lg-container .lg-prev:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M13.75 7.5L6.25 15L13.75 22.5M6.25 15L23.75 15' stroke='%231E192D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  display: block;
}
@media (max-width: 575px) {
  .lg-container .lg-prev:after {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}
.lg-container .lg-next:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M16.25 7.5L23.75 15L16.25 22.5M23.75 15L6.25 15' stroke='%231E192D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  display: block;
}
@media (max-width: 575px) {
  .lg-container .lg-next:before {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}
.lg-container .lg-image {
  border-radius: 12px;
}
.lg-container .lg-sub-html .author {
  background-color: #aa1639;
  border-radius: 4px;
  padding: 16px;
  width: fit-content;
  margin: 0 auto;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .lg-container .lg-sub-html .author {
    font-size: 14px;
    padding: 12px;
  }
}
.swiperTestimonials {
  overflow: visible;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .swiperTestimonials {
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .swiperTestimonials {
    margin-bottom: 50px;
  }
}
.swiper-wrapper {
  align-items: stretch;
}
.testimonial-flip {
  perspective: 1200px;
  height: 100%;
}
.testimonial-flip__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s;
  transform-style: preserve-3d;
}
.testimonial-flip__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.testimonial-flip__row svg {
  flex-shrink: 0;
  width: 42px;
  height: 36px;
  margin-left: 20px;
  margin-bottom: 4px;
}
@media (max-width: 1023px) {
  .testimonial-flip__row svg {
    width: 24.286px;
    height: 28.571px;
  }
}
.quote-mark {
  width: 79px;
  height: 60px;
  flex-shrink: 0;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .quote-mark {
    width: 37px;
    height: 27.983px;
  }
}
.testimonial-flip__front, .testimonial-flip__back {
  position: absolute;
  inset: 0;
  color: #fff;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 20px;
  overflow: hidden;
}
.testimonial-flip__front {
  display: flex;
  flex-direction: column;
}
.testimonial-flip__front__content {
  border-radius: 0 0 15px 15px;
  background-color: #aa1639;
  padding: 0 24px 24px;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .testimonial-flip__front__content {
    padding: 0 15px 15px;
  }
}
.testimonial-flip__front__content::before {
  content: "";
  height: 166px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #aa1639 100%);
  position: absolute;
  top: -166px;
  left: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .testimonial-flip__front__content::before {
    height: 135px;
    top: -135px;
  }
}
@media (max-width: 575px) {
  .testimonial-flip__front__content::before {
    height: 101px;
    top: -101px;
  }
}
.testimonial-flip__back {
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  align-self: stretch;
  border-radius: 15px;
  padding: 24px;
  background: #aa1639;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .testimonial-flip__back {
    padding: 24px 15px;
  }
}
@media (max-width: 575px) {
  .testimonial-flip__back {
    padding: 15px;
  }
}
.testimonial-flip__back .testimonial-flip__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.testimonial-flip__back .arrow {
  transform: rotate(180deg);
}
.testimonial-flip__back .testimonials__text {
  position: relative;
}
.testimonial-flip__back .testimonials__text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 52px;
  display: none;
  background: linear-gradient(180deg, rgba(170, 22, 57, 0) 0%, #aa1639 100%);
}
.testimonial-flip__back .testimonials__text.has-scroll::after {
  display: block;
}
.testimonial-flip__back .testimonials__text.has-scroll .testimonials__text__content {
  padding-right: 15px;
}
.testimonial-flip__row {
  margin-top: auto;
}
.swiperTestimonials .swiper-slide {
  height: 627px !important;
  max-height: 627px;
  border-radius: 15px;
  font-family: "Inter";
  width: 540px;
}
@media (max-width: 1023px) {
  .swiperTestimonials .swiper-slide {
    width: inherit !important;
    height: 589px;
  }
}
@media (max-width: 575px) {
  .swiperTestimonials .swiper-slide {
    height: 450px !important;
  }
}
.swiperTestimonials .swiper-slide.is-flipped .testimonial-flip__inner {
  transform: rotateY(180deg);
}
.testimonials__image {
  width: 100%;
  height: 432px;
  display: block;
  position: relative;
}
.testimonials__image .quote-mark {
  position: absolute;
  width: 79px;
  height: 60px;
  top: 24px;
  left: 24px;
  z-index: 0;
}
.testimonials__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .testimonials__image {
    height: 565px;
  }
}
@media (max-width: 575px) {
  .testimonials__image {
    height: 270px;
  }
}
.testimonials__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 1023px) {
  .testimonials__excerpt {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .testimonials__excerpt {
    font-size: 16px;
    margin-bottom: 10px;
    -webkit-line-clamp: 4;
  }
}
.testimonials__excerpt p:first-child {
  margin-top: 0;
}
.testimonials__author {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 5px;
}
@media (max-width: 1023px) {
  .testimonials__author {
    font-size: 14px;
  }
}
.testimonials__position {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .testimonials__position {
    font-size: 12px;
  }
}
.testimonials__text p:first-child {
  margin-top: 0;
}
.testimonials__text__content {
  overflow-y: auto;
  padding-bottom: 15px;
  height: 416px;
  scrollbar-gutter: stable;
}
.testimonials__text__content::-webkit-scrollbar {
  width: 2px;
}
.testimonials__text__content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0;
}
.testimonials__text__content::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 0;
  transition: background 0.3s ease;
}
.testimonials__text__content::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
@media (max-width: 767px) {
  .testimonials__text__content {
    height: 280px;
  }
}
.testimonials .swiper-scrollbar {
  height: 6px !important;
  background: #d9d9d9;
  border-radius: 20px;
  bottom: -35px;
  left: 0;
  width: 100%;
}
@media (max-width: 575px) {
  .testimonials .swiper-scrollbar {
    bottom: -25px;
    height: 4px !important;
  }
}
.testimonials .swiper-scrollbar-drag {
  background: #1e192d;
  border-radius: 30px;
  height: 6px !important;
}
@media (max-width: 575px) {
  .testimonials .swiper-scrollbar-drag {
    height: 4px !important;
  }
}
.events-scrollbar {
  height: 6px !important;
  background: #d9d9d9;
  border-radius: 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
@media (max-width: 575px) {
  .events-scrollbar {
    bottom: -25px;
    height: 4px !important;
  }
}
.swiper-scrollbar-drag {
  background: #1e192d;
  border-radius: 30px;
  height: 6px !important;
}
@media (max-width: 575px) {
  .swiper-scrollbar-drag {
    height: 4px !important;
  }
}
.single_container_partner {
  font-size: 15px;
}
.single_container_partner .partner__img {
  width: 270px;
  height: 143px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.single_container_partner .partner__img img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
}
@media (max-width: 1023px) {
  .single_container_partner .partner__img {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .single_container_partner .partner__img {
    width: 178px;
  }
}
.partner__header {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  margin-top: 35px;
}
@media (max-width: 1023px) {
  .partner__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .partner__header {
    margin-bottom: 30px;
  }
}
.partner__header__btn {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 25px;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  background-color: #1E192D;
  border-radius: 40px;
}
.partner h1 {
  font-family: "Inter";
  font-size: 25px !important;
  font-weight: 500;
  line-height: 140%;
  color: #141414;
  margin-bottom: 10px;
}
.partner .format {
  margin-top: 22px;
}
.partner .format h2 {
  font-family: "Inter";
  font-size: 25px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 22px;
}
.partner .format__item {
  padding: 22px 0 20px;
  border-top: 1px solid #141414;
}
.partner .format__item__year {
  font-family: "Inter";
  font-size: 23px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 8px;
}
.partner .format__item__type {
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.9);
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 14px;
  padding: 5px 8px;
  width: fit-content;
}
.partner__image {
  width: 100%;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
@media (max-width: 1023px) {
  .partner__image {
    margin-bottom: 30px;
  }
}
.partner__image img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  margin-bottom: 0;
}
.dark_theme .partner__img {
  background-color: #ece9f0;
  border-radius: 4px;
}
.dark_theme .partner__image {
  background-color: #ece9f0;
  border-radius: 4px;
}
.dark_theme .partner__header__btn {
  color: #1E192D;
  background-color: #fff;
}
.dark_theme .format__item {
  border-color: #fff;
}
.dark_theme .format__item__type {
  color: #1E192D;
  background-color: #fff;
}
