/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-bsm: 769px;
  --breakpoint-sm: 768px;
  --breakpoint-xsm: 767px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.wp-block .testimonials-block,
.testimonials-block {
  padding: 20px;
}
.testimonial-item {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 640px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 54px;
  padding-bottom: 78px;
}
@media (min-width: 768px) {
  .testimonial-item {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .testimonial-item {
    max-width: 1024px;
    flex-direction: row;
    gap: 80px;
    overflow: hidden;
    padding-right: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .testimonial-item {
    max-width: 1290px;
  }
}
.testimonial-item::before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1024px) {
  .testimonial-item::before {
    top: -110px;
  }
}
.testimonial-item::after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1024px) {
  .testimonial-item::after {
    left: -110px;
  }
}
.next-testimonial-btn {
  position: absolute;
  bottom: -80px;
  z-index: 10;
  height: 110px;
  width: 110px;
}
@media (min-width: 1024px) {
  .next-testimonial-btn {
    bottom: 0px;
    right: 0px;
  }
}
.next-testimonial-btn::before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  height: 70px;
  width: 70px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1024px) {
  .next-testimonial-btn::before {
    display: block;
  }
}
.next-testimonial-wrapper {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  height: 120px;
  width: 120px;
  border-radius: 9999px;
  border-width: 20px;
}
@media (min-width: 1024px) {
  .next-testimonial-wrapper {
    bottom: -30px;
    right: -30px;
    height: 140px;
    width: 140px;
    border-width: 30px;
  }
}
.next-testimonial {
  position: relative;
  bottom: 0px;
  right: 0px;
  display: flex;
  height: 80px;
  width: 80px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.team-block h2 {
  line-height: 1.2;
  font-weight: 500;
}
.team-block h2 i,
.team-block h2 em {
  font-family: "Shantell Sans", cursive;
  --tw-text-opacity: 1;
  color: rgb(181 205 25 / var(--tw-text-opacity, 1));
  font-style: normal;
  font-weight: 400;
}
.team-block .swiper-wrapper .content .bg {
  height: calc(100% + 200px);
  width: calc(100% + 8px);
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.1));
}
header.header {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (max-width: 768px) {
  header.header {
    background: transparent;
    filter: unset;
  }
}
.event-title {
  min-width: 750px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.event-title i,
.event-title em {
  font-family: "Shantell Sans", cursive;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(181 205 25 / var(--tw-text-opacity, 1));
}
@media (max-width: 768px) {
  .event-title {
    min-width: 300px;
    max-width: 100%;
  }
}
.event-content-wrapper .column-first .column-inner {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.06));
}
.event-description {
  left: -120px;
  width: calc(100% + 120px);
  position: relative;
  transform: translateY(-175px);
}
@media (max-width: 1280px) {
  .event-description {
    transform: translateY(-110px);
    left: -60px;
    width: calc(100% + 60px);
  }
}
@media (max-width: 1024px) {
  .event-description {
    transform: translateY(-90px);
  }
}
@media (max-width: 767px) {
  .event-description {
    transform: unset;
    width: 100%;
    left: 0;
    order: 0;
  }
}
.event-content {
  grid-template-columns: 0.59fr 0.41fr;
  grid-template-rows: min-content 1fr;
}
@media (max-width: 767px) {
  .event-content {
    grid-template-columns: 1fr;
  }
}
.event-content h2 {
  letter-spacing: normal;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 512px) {
  .event-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.event-content ul {
  list-style: disc;
  padding-left: 30px;
}
.event-content ul li {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .event-content {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
}
.cta-block {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cta-block {
    margin-top: 80px;
  }
}
@media (max-width: 390px) {
  .line-wrapper {
    width: 400px;
  }
}
