:root {
  --red: #b5352f;
  --dark-red: #f33f33;
  --white: #ffffff;
  --black: #0a0a0a;
  --grey: #d3d3d3;
  --l-grey: #f4f4f4;
}

.pages-card {
  transition: 1.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.pages-card:hover {
  transition: 1.3s;
}
.pages-card img {
  transition: 1.3s;
  scale: 1;
  filter: brightness(1) !important;
}
.pages-card:hover img {
  transition: 1.3s;
  scale: 1.1;
}

.pages-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.no_hover:hover {
  cursor: unset !important;
}

.cc-top,
.cc-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.cc-top {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0 !important;
}

.cc-bottom {
  margin-bottom: 100px;
}

.cc-top__container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
  height: fit-content;
  padding: 0 !important;
}
.cc-bottom__container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
  padding: 0 !important;
}

.cc-top__content {
  width: 100%;
  padding: 0 20px;
  height: 100%;
  height: fit-content;
}

.cc-top__text {
  max-height: calc(400px - 140px);
  height: fit-content;
  overflow: hidden;
}

.cc-top__text--extend {
  height: fit-content;
  max-height: unset;
}

.cc-top__image-box {
  width: 100%;
  height: fit-content;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 !important;
  overflow: hidden;
  margin-bottom: 50px;
}
.cc-top__image-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding: 0 !important;
}
.cc-top__name span {
  font-weight: 600;
}

.cc-top__show {
  display: none;
}

.cc-top__show:hover {
  cursor: pointer;
}

.show-active {
  display: flex;
}

.cc-top__left .cc-bottom__contact-title,
.cc-top__left .cc-bottom__contact-list {
  display: none;
}

@media (min-width: 1024px) {
  .cc-top__container {
    flex-direction: row;
    align-items: center;
    height: 550px;
  }

  .cc-top__container--extend {
    align-items: flex-start;
    height: fit-content;
  }

  .cc-top__content,
  .cc-top__left {
    width: 50%;
  }
  .cc-top__left {
    height: 550px;
    margin-bottom: 0;
  }

  .cc-top__left .cc-bottom__contact-title,
  .cc-top__left .cc-bottom__contact-list {
    display: block;
  }

  .cc-top__content {
    padding: 0 50px;
    height: 100%;
  }

  .cc-top__text {
    max-height: calc(100% - 140px);
    height: fit-content;
  }
  .cc-top__text--extend {
    height: fit-content;
    max-height: unset;
  }

  .cc-top__image-box {
    height: 65%;
  }
  .cc-top__image-box img {
    height: 100%;
    width: unset;
    object-fit: cover;
  }
}

.cc-bottom__contact-title {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  font-size: 22px;
  padding: 0 20px;
}

.cc-bottom__contact-list {
  width: 100%;
  padding: 0 20px;
}

.cc-bottom__contact-item {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: row;
}

.cc-bottom__contact-key {
  margin-right: 10px;
}

.cc-bottom__content {
  margin-bottom: 50px;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}

.cc-bottom__content .cc-bottom__text {
  margin: 50px 0;
  padding: 0 20px;
}

.cc-bttom__contact {
  display: flex;
}
.cc-bottom__contact-content {
  margin-right: auto;
}
@media (min-width: 1024px) {
  .cc-bottom__contact-title,
  .cc-bottom__contact-list,
  .cc-bottom__content .cc-bottom__text {
    padding: 0;
  }
  .cc-bottom__contact-content {
    width: 50%;
    margin-right: auto;
  }

  .cc-bttom__contact {
    display: none;
  }
}

.navbar-item:hover {
  background: var(--red);
}

/* @media (min-width: 1024px) {
  .single-team .cc-top__image-box {
    margin-top: 72px;
  }
  .single-team .cc-top__image-box img {
    width: 300px;
  }
} */

.ec {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.ec__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 100px 0;
  padding: 0 20px;
}

.ec__content-box {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column-reverse;
  width: 100%;
}

.ec__content {
  width: 100%;
}

.ec__content h1,
.ec__content h2,
.ec__content h3,
.ec__content h4,
.ec__content h5,
.ec__content h6 {
  margin-top: 20px;
}

.ec__quote {
  width: 100%;
}

.ec__event-info {
  padding: 50px;
  background-color: #eee;
  margin: 30px 0;

  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

.ec__event-item {
  padding-left: 15px;
  border-left: 1px solid #d5d5d5;
  margin-bottom: 20px;
}

.ec__event-item-key {
  color: rgb(119, 119, 119);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.ec__quote-text {
  color: var(--dark-red);
  font-size: 22px;
  position: relative;
  margin-top: 50px;
  padding: 25px;
}

.ec__quote-text span i {
  color: var(--dark-red);
  font-size: 70px;
}

.ec__quote-text span:first-of-type {
  position: absolute;
  top: -40px;
  left: 0;
}
.ec__quote-text span:last-of-type {
  position: absolute;
  bottom: -5px;
  right: 0;
}

@media (min-width: 1024px) {
  .ec__container {
    padding: 0;
  }
  .ec__event-item:first-of-type {
    border-left: none;
  }
  .ec__content-box {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 5%;
  }
  .ec__event-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .ec__event-item {
    margin-bottom: 0px;
  }

  .ec__content {
    width: auto;
    flex-grow: 1;
  }

  /* .ec__quote {
    width: 40% !important;
  } */
}

.all-team-card__date {
  width: 100px;
  height: 100px;
  padding: 1rem;
  border-radius: 50%;
  margin: auto;
  background-color: var(--dark-red);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.all-team-card__date span:nth-of-type(2) {
  font-size: 21px;
  color: var(--white);
  width: fit-content;
  text-align: center;
  line-height: 25px;
  display: flex;
}

.all-team-card__date span {
  font-size: 16px;
  color: var(--white);
  width: fit-content;
  text-align: center;
  line-height: 20px;
  display: flex;
}

.date-2 span:nth-of-type(2) {
  font-size: 16px;
  color: var(--white);
  width: fit-content;
  text-align: center;
  line-height: 20px;
  flex-wrap: nowrap;
  var(--white)-space: nowrap;
  display: flex;
}

@media (min-width: 1024px) {
  .all-team-card__date {
    width: 100px;
    height: 100px;
    padding: 1rem;
  }
  .all-team-card__date span:nth-of-type(2) {
    font-size: 25px;
    display: flex;
  }
  .date-2 span:nth-of-type(2),
  .all-team-card__date span {
    font-size: 20px;
    display: flex;
  }
}

.study {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.study__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 100px 0;
  padding: 0 20px;
}

.study__top-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 50px;
}

.study__content-image-box {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 30px;
}
.study__content-image-box img {
  width: 100%;
}

.study__top-content {
  width: 100%;
}

.study__content {
  padding: 0 !important;
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .study__contianer {
    justify-content: left;
    align-items: center;
    flex-direction: column;
  }

  .study__top-box {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-bottom: 100px;
  }

  .study__top-content {
    width: 55%;
  }

  .study__content-image-box {
    width: 40%;
    margin-bottom: 0px;
  }
}

.study__list {
  margin-top: 120px;
}

.study__list-item {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  margin-bottom: 20px;
}

.study__list-image-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
  width: 80px;
  height: 80px;
}

.study__list-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.study__list-title {
  text-decoration: none !important;
}

.study__list-item-content {
  width: calc(100% - 100px);
}

.ra {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 100px 0;
}
.ra__container {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 0 20px;
}

.ra__container .title,
.ra__container p {
  margin-bottom: 40px;
}

.ra__list {
  display: flex;
  margin-top: 60px;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.ra__list-item {
  display: flex;
  width: 100%;
  height: 100%;
}

.ra__list-link {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: var(--dark-red);
  color: var(--white) !important;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: bold;
}
.ra__list-link:hover {
  background-color: var(--red);
  color: var(--white) !important;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .ra__container {
    padding: 0;
  }

  .ra__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    /* grid-template-rows: repeat(max-content); */
    /* height: -webkit-fill-available; */
    grid-auto-rows: max-content;
  }
}

.sr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 100px 0;
}
.sr__container {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 20px;
}

.sr__container .title {
  margin-bottom: 0 !important;
}

.sr__author {
  margin: 40px 0 0 0;
}

.sr__content {
  margin: 40px 0 0 0;
}

@media (min-width: 1024px) {
  .sr__container {
    padding: 0;
  }
}

.sr__downloads-list {
  margin-top: 40px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

.sr__downloads-link {
  text-decoration: none !important;
  color: var(--dark-red);
  margin: 10px 0;
  cursor: pointer;
}

.sr__webinar-list {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

.sr__iframe {
  margin: 40px 0 0 0;
  width: 100%;
}

.sr__iframe iframe {
  width: 100%;
}

.sr__webinar-list {
  margin: 40px 0;
  width: 100%;
  border-top: 1px solid #fefefe;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}

.sr__webinar-list .title {
  text-decoration: none !important;
  color: var(--dark-red);
  margin: 0 0 40px 0;
  cursor: pointer;
}

.sr__webinar-item:not(:last-of-type) {
  margin-bottom: 40px;
}

.sr__webinar-item {
  width: 100%;
}
.sr__webinar-date {
  color: rgb(74, 74, 74);
}

.sr__webinar-item iframe {
  margin: 40px 0 0 0;
  width: 100%;
}

.sr__webinar-iframe-title {
  margin: 30px 0;
}

.navbar {
  height: unset !important;
}

.ec__content.wysiwyg .button {
  display: flex;
  width: fit-content;
}

.page-template-courses .all-team-card__image-box {
  display: flex;
}
.page-template-courses .all-team-card__content-box {
  margin-top: 30px !important;
}

.ss {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 100px 0;
}
.ss__container {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 20px;
}

.ss__container .title {
  color: var(--dark-red);
}
.ss__text {
  margin: 20px 0;
  width: 100%;
}

.ss__image-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 20px 0;
}

.ss__fc {
  width: 100%;
}

.ss__image-container,
.ss__image {
  width: 100%;
}

.ss__image-text {
  margin-top: 30px;
}

.ss__iframe {
  margin: 30px 0;
  width: 100%;
}

.ss__iframe iframe {
  width: 100%;
}

.ss__border {
  border-bottom: 1px solid black;
  margin: 30px 0;
  width: 100%;
  height: 1px;
}
.ss__it-split {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.ss__container .title {
  color: #000;
}

.ss__image-columns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 20px;

  margin: 30px 0;
}
@media (min-width: 1024px) {
  .ss__container {
    padding: 0;
  }
  .ss__it-split {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }

  .ss__it-split .ss__image-container {
    width: 40%;
  }

  .ss__it-split .wysiwyg {
    width: 55%;
  }
  .ss__image-columns {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.single-service .wysiwyg a {
  color: var(--dark-red);
}

.cpt-nav-card:hover,
.cpt-nav-card:hover a {
  text-decoration: unset !important;
}

.cpt-nav-card {
  transition: all 0.7s;
  cursor: pointer;
}

.cpt-nav-card:hover {
  background-color: var(--l-grey);
}

a,
a:hover,
a:active,
a:visited,
.wysiwyg a,
.wysiwyg a:hover,
.wysiwyg a:active,
.wysiwyg a:visited {
  font-weight: revert;
  color: revert;
  text-decoration: none;
}

a:hover,
a:active,
a:visited,
.wysiwyg a:hover,
.wysiwyg a:active,
.wysiwyg a:visited {
  text-decoration: revert;
}

.page-template-study.page-parent .tws-image {
  max-height: 450px;
}

/* .search {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 100px 0;
} */

/* .search__container {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 0 20px;
} */

.text-slideshow-card__image-box img {
  max-height: 600px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.text-slideshow-card__content-box--icon {
  height: 40px;
  object-fit: contain;
  position: absolute;
  bottom: -15px;
  right: 30px;
  background: #f4f4f4;
}

.team-profile {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.team-profile__image-box {
  width: 100%;
  max-width: 350px;
}

.team-profile__image-box img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 1 / 1;
}

.team-profile--desktop {
  display: none;
}

.search-item-container {
  margin-bottom: 50px;
}

.search-item-container:last-child {
  margin-bottom: 0px;
}

.search-item {
  border-radius: 4px;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  border: 2px solid transparent;
}

.search-item__image-box {
  overflow: hidden;
  position: relative;
}
.search-item__image-box img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1 / 1;
}
.search-item__content-box {
  margin-top: 15px;
}

.all-team-card {
  border: 2px solid transparent;
}
.all-team-card:hover,
.search-item:hover {
  text-decoration: unset;
  border: 2px solid var(--red);
}

.banner-slideshow,
.banner-slideshow .swiper-slide img {
  height: unset;
}

.banner-slideshow .swiper-slide img {
  object-fit: contain;
}

.banner-slideshow-box {
  width: 100%;
}

.banner-slideshow .title.is-1 {
  font-size: 1rem !important;
}

.banner-slideshow__content-box--content.tws-flex-row {
  flex-direction: row;
  align-items: center;
}

.banner-slideshow .banner-button-icon {
  align-items: center;
  background-color: var(--white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: relative;
  top: 1px;
  height: 20px;
  min-height: 20px;
  width: 20px;
  min-width: 20px;
  transition: all 0.5s;
}

.banner-slideshow .banner-button-icon i {
  transition: all 0.5s;
  color: var(--dark-red);
  font-size: 14px;
}

.banner-slideshow .banner-button-icon:hover {
  text-decoration: unset !important;
  background-color: var(--dark-red);
}

.banner-slideshow .banner-button-icon:hover i {
  color: var(--white);
}

@media (min-width: 768px) {
  .banner-slideshow .title.is-1 {
    font-size: 3rem !important;
  }

  .banner-slideshow .banner-button-icon i {
    font-size: 1.6rem;
  }

  .banner-slideshow .banner-button-icon {
    height: 40px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .banner-slideshow,
  .banner-slideshow .swiper-slide img {
    height: 600px;
  }

  .banner-slideshow .swiper-slide img {
    object-fit: cover;
  }

  .team-profile--mobile {
    display: none;
  }

  .team-profile--desktop {
    display: block;
  }

  .team-profile {
    grid-template-columns: 200px 1fr;
  }

  .team-profile__image-box {
    max-width: revert;
  }
}

.text-slideshow-card__content-box .title {
  background-color: unset;
  display: block;
  left: 0px;
  padding: 0 10px;
  position: unset;
  top: 0px;
  z-index: 9;
  margin-top: 10px;
  text-align: center;
}

.text-slideshow-card__content-box--content .wysiwyg {
  padding: 0px 20px 40px;
}

.footer-section .social__icon {
  background-color: var(--white);
  transition: all 0.5s;
}
.footer-section .social__icon i {
  transition: all 0.5s;
}

.footer-section .social__icon:hover {
  background-color: transparent;
  border-color: var(--white);
}

.footer-section .social__icon:hover i {
  color: var(--white);
}

@media (min-width: 1024px) {
  .text-slideshow-card__content-box .title {
    background-color: #f4f4f4;
    display: inline-block;
    left: 15px;
    padding: 0 10px;
    position: absolute;
    top: -15px;
    z-index: 9;
    margin-top: 0px;
    font-size: 20px;
    text-align: left;
  }

  .text-slideshow-card__content-box--content .wysiwyg {
    padding: 40px 20px;
  }

  .team-profile {
    grid-template-columns: 300px 1fr;
    gap: 50px;
  }
  .search__container {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
  }
}

.cpt-course-section .cpt-nav-card {
  padding: 20px;
}
.cpt-course-section .cpt-nav-card__image-box img {
  object-fit: cover;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  height: revert;
}

.wysiwyg ol,
.wysiwyg ul,
.wysiwyg ol li,
.wysiwyg ul li {
  color: #0a0a0a !important;
}

.search__results > h2 {
  margin: 50px 0 20px 0;
}

.search__results .post-item {
  margin: 10px 0 0 0;
}

.search__section .all-team-card__content-box h2 a {
  color: var(--dark-red);
}

.search__results .all-team-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}

.ec__title.is-1 {
  font-size: 2rem !important;
}

@media (min-width: 768px) {
  .search__results .all-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ec__title.is-1 {
    font-size: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .search__results .all-team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.tws-tabs ul {
  display: flex;
  justify-content: left;
  align-items: flex-end;
  flex-direction: column;
  gap: 10px;
}

.consultant-form .tws-tabs ul {
  align-items: flex-start;
}

.tws-tabs ul li {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}

.tws-tabs ul li label select,
.tws-tabs ul li label input {
  background-color: transparent;
  border: 2px solid #d44440;
  border-radius: 30px;
  color: #000;
  padding: 10px 20px !important;
  width: 200px;
}

.sf-input-select,
.tws-tabs form ul li label input {
  appearance: none; /* Removes default styling in Safari and Chrome */
  -webkit-appearance: none; /* Removes default styling in Safari */
  background-color: transparent;
  border: 2px solid #d44440;
  border-radius: 30px;
  color: #000;
  padding: 10px 20px !important;
  width: 200px;
  font-family: inherit; /* Ensures font consistency across browsers */
  outline: none; /* Removes the default outline */
  cursor: pointer; /* Improves the user experience */
}

/* Optional: Add a custom icon for the dropdown */
.sf-input-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+)
    no-repeat 95% 50%;
}

.search-bar--box input {
  background-color: var(--white);
  border: 2px solid var(--dark-red);
  border-radius: 0px;
  color: var(--black);
  padding: 10px !important;
  width: 200px;
}
.search-bar--box .search-submit {
  border: 2px solid var(--grey);
  border-radius: 0px !important;
  padding: 10px 20px !important;
  transition: all 0.7s;
  background-color: var(--grey);
  color: var(--black);
  font-weight: 500;
  cursor: pointer;
  justify-content: center;
  padding: calc(0.5em - 1px) 1em;
  text-align: center;
  white-space: nowrap;
}
.search-bar--box .search-submit:hover {
  background-color: var(--white);
  border: 2px solid var(--dark-red);
  color: var(--dark-red);
}

.search-filter-reset {
  color: var(--dark-red);
  margin-left: 10px;
  display: block;
  text-decoration: underline;
}

.title {
  line-height: 1.4 !important;
}

@media (min-width: 1024px) {
  .tws-tabs form ul {
    flex-direction: row;
  }

  .no-results-message {
    grid-column: span 2;
  }

  .tws-tabs form ul li label select,
  .tws-tabs form ul li label input {
    width: 300px;
  }
}
.course-list {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

.course-list .all-team-card {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}

.course-list .all-team-card .all-team-card__image-box {
  width: 100%;
}

.course-list .all-team-card .all-team-card__content-box {
  width: 100%;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}

.course-list .all-team-card .all-team-card__info {
  display: flex;
  justify-content: left;
  gap: 25px;
  align-items: center;
  flex-direction: row;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 1024px) {
  .course-list .all-team-card .all-team-card__info {
    flex-direction: row;
  }
}

.course-list .all-team-card__date {
  margin: 0;
}

.course-list .all-team-card .all-team-card__content-box .wysiwyg {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}

.course-list .all-team-card__time-venue {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  width: calc(100% - 110px);
}

.wysiwyg iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  margin: 20px 0px;
}

.post-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.post-tags a {
  color: var(--dark-red);
  font-weight: 700 !important;
  display: inline-block;
}
.post-tags a:hover {
  text-decoration: underline;
}
.post-tags a::after {
  content: '|';
  padding-left: 10px;
  color: var(--black);
}

/* Remove after content from the last link */
.post-tags a:last-child::after {
  content: '';
}

@media (min-width: 1024px) {
  .course-list .all-team-card__time-venue {
    width: calc(100% - 125px);
  }
}

.course-list .course-list__item {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}

.course-list .course-list__item-key,
.course-list .course-list__item-value,
.course-list .course-list__item-value-span {
  color: rgb(10, 10, 10) !important;
}

.course-list .course-list__item-value-span {
  text-align: left;
  display: inline-block;
}

/* .course-list .all-team-card .all-team-card__content-box .wysiwyg * {
  text-align: left;
} */

@media (min-width: 1024px) {
  .course-list .all-team-card {
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }

  .course-list .all-team-card .all-team-card__image-box {
    width: 40%;
  }

  .course-list .all-team-card .all-team-card__content-box {
    width: 60%;
  }
}

.rfa__iframe-list {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  margin-top: 30px;
}

.rfa__iframe-item {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  margin-top: 30px;
}

.rfa__iframe-item .wysiwyg {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

.rfa__iframe-item .rfa__iframe {
  margin-top: 50px;
  width: 100%;
  height: 400px;
}

.rfa__iframe-item .rfa__iframe iframe {
  position: relative !important;
  width: 100%;
  height: 100%;
}

#loading {
  background-color: var(--white);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999999999;
  margin-top: 0px;
  top: 0px;
}

.banner__image-box--image {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.banner-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: fit-content;
}

.loading-screen__content-box-container {
  width: fit-content;
}

.banner-loading__logo-box--logo {
  width: 40vw;
  min-width: 350px;
  object-fit: contain;
}

.banner-loading__text {
  color: black;
  font-family: Satisfy, cursive;
  font-size: 3.5vw;
  width: fit-content;
  var(--white)-space: nowrap;
}

@media screen and (min-width: 1450px) {
  .banner-loading__text {
    font-size: 5rem;
  }
}

.image-top {
  top: 0 !important;
}

.image-middle {
  top: 50% !important;
  transform: translateY(-50%);
}

.image-bottom {
  bottom: 0 !important;
  top: unset !important;
}

/* .post-content .container .wysiwyg img {
  display: block;
  margin: 40px auto;
  max-height: unset !important;
  width: 100%;
} */

/* .post-content .container .wysiwyg img:first-of-type {
  margin-top: 0;
} */

.modal-flex-content-image-box {
  width: 100%;
}

/* .tws-image-caption {
  position: absolute;
  left: 0;
  padding: 10px 5px 0 5px;
  top: calc(100% + 10px);
  color: black !important;
  z-index: auto;
  position: relative;
  background-color: var(--white);
  border: 1px solid var(--white);
} */

.tws-padding-top-none {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0 !important;
}

.tws-padding-top-small {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px !important;
}

.tws-padding-top-medium {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px !important;
}

.tws-padding-top-large {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 70px !important;
}

.tws-padding-bottom-none {
  padding-bottom: 0 !important;
  padding-left: 20px;
  padding-right: 20px;
}

.tws-padding-bottom-small {
  padding-bottom: 20px !important;
  padding-left: 20px;
  padding-right: 20px;
}

.tws-padding-bottom-medium {
  padding-bottom: 50px !important;
  padding-left: 20px;
  padding-right: 20px;
}

.tws-padding-bottom-large {
  padding-bottom: 70px !important;
  padding-left: 20px;
  padding-right: 20px;
}

.buttons-flex-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.button {
  width: max-content;
}

.tws-grid {
  display: grid;
}

.tws-grid--gap-10 {
  gap: 10px !important;
}
.tws-grid--gap-20 {
  gap: 20px !important;
}
.tws-grid--gap-30 {
  gap: 30px !important;
}
.tws-grid--gap-50 {
  gap: 50px !important;
}

.tws-grid--two,
.tws-grid--three {
  grid-template-columns: 1fr;
}

.course-card {
  border-radius: 4px;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  display: block;
  padding: 20px;
  position: relative;
  transition: all 1s;
  border: 2px solid transparent;
}

.course-card-main-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* .course-card--date {
  width: 100px;
  height: 100px;
  padding: 1rem;
  background-color: var(--dark-red);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
} */

.grid-full-width-titles {
  grid-column: 1 / -1; /* Span the full width outside the grid */
  margin-bottom: 1rem;
}

.course-card__image-box {
  width: 300px;
}

.course-card__image-box img {
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.course-card__content-box {
  width: 100%;
}

.course-card__info-box {
  display: flex;
}

.wp-caption-text {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.wp-caption-text.wp-caption-italic {
  font-style: italic !important;
}

.wp-caption.aligncenter {
  width: 100% !important;
}

.banner__button-box.has-background-black {
  background-color: unset !important;
}
.banner__button-box.tws-has-background-red {
  background-color: unset !important;
}

.banner__button-box.tws-has-background-red .button:first-child {
  background-color: var(--black) !important;
  color: var(--white) !important;
}

.banner__button-box.tws-has-background-red .button:last-child {
  background-color: var(--white) !important;
  color: var(--black) !important;
}

.banner__button-box.tws-has-background-red .button:first-child:hover {
  background-color: var(--white) !important;
  color: var(--black) !important;
}

.banner__button-box.tws-has-background-red .button:last-child:hover {
  background-color: var(--black) !important;
  color: var(--white) !important;
}

.banner__button-box.has-background-black .button:last-child {
  background-color: var(--white) !important;
  color: var(--black) !important;
  border-color: var(--white) !important;
}

.banner__button-box.has-background-black .button:last-child:hover {
  background-color: var(--dark-red) !important;
  color: var(--white) !important;
  border-color: var(--dark-red) !important;
}

/* .wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
  width: 100% !important;
} */

.wysiwyg.has-text-white h1,
.wysiwyg.has-text-white h1 strong,
.wysiwyg.has-text-white h2,
.wysiwyg.has-text-white h3,
.wysiwyg.has-text-white h4,
.wysiwyg.has-text-white h5,
.wysiwyg.has-text-white h6,
.wysiwyg.has-text-white h2 strong,
.wysiwyg.has-text-white h3 strong,
.wysiwyg.has-text-white h4 strong,
.wysiwyg.has-text-white h5 strong,
.wysiwyg.has-text-white h6 strong,
.wysiwyg.has-text-white p,
.wysiwyg.has-text-white p strong,
.wysiwyg.has-text-white a,
.wysiwyg.has-text-white span,
.wysiwyg.has-text-white li,
.wysiwyg.has-text-white ul li,
.wysiwyg.has-text-white ol li {
  color: var(--white);
}

.wysiwyg.has-text-black h1,
.wysiwyg.has-text-black h2,
.wysiwyg.has-text-black h3,
.wysiwyg.has-text-black h4,
.wysiwyg.has-text-black h5,
.wysiwyg.has-text-black h6,
.wysiwyg.has-text-black h1 strong,
.wysiwyg.has-text-black h2 strong,
.wysiwyg.has-text-black h3 strong,
.wysiwyg.has-text-black h4 strong,
.wysiwyg.has-text-black h5 strong,
.wysiwyg.has-text-black h6 strong,
.wysiwyg.has-text-black p,
.wysiwyg.has-text-black p strong,
.wysiwyg.has-text-black a,
.wysiwyg.has-text-black a strong,
.wysiwyg.has-text-black span,
.wysiwyg.has-text-black li,
.wysiwyg.has-text-black ul li,
.wysiwyg.has-text-black ol li {
  color: var(--black);
}

.wp-caption.alignright,
.alignright {
  text-align: right;
  margin-left: auto;
}

.wp-caption.alignleft,
.alignleft {
  text-align: left;
  margin-right: auto;
}

.wp-caption.aligncenter,
.aligncenter {
  text-align: center;
  margin: auto;
}

.wysiwyg img {
  display: block;
}

.tws-iframe {
  position: relative;
}

.tws-iframe iframe {
  position: unset !important;
  display: block;
  width: 100%;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

.tws-iframe.widescreen iframe {
  aspect-ratio: 16 / 9;
}
.tws-iframe.vertical iframe {
  aspect-ratio: 9 / 16;
}
.tws-iframe.square iframe {
  aspect-ratio: 1 / 1;
}
.tws-iframe.fullscreen iframe {
  aspect-ratio: 4 / 3;
}

.tws-grid--full {
  grid-template-columns: 1fr;
}

.columns-image {
  display: block;
  width: 100%;
}
.columns-image--contain {
  object-fit: contain;
  -o-object-fit: contain;
}
.columns-image--cover {
  object-fit: cover;
  -o-object-fit: cover;
  /* height: 100%; */
  /* max-height: 500px; */
}

.swiper-slide {
  height: auto;
}

.team-profile__additional-content img {
  display: block;
}

.team-profile__additional-content .wysiwyg:last-of-type,
.team-profile__additional-content img:last-of-type {
  margin-bottom: 0px;
}

.team-profile__additional-content .wysiwyg:first-of-type,
.team-profile__additional-content img:first-of-type {
  margin-bottom: 10px;
}

.tws-downloads-link {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: var(--dark-red);
  color: var(--white) !important;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}

.tws-downloads-link:hover {
  font-weight: bold;
  background-color: #b5352f;
  color: var(--white) !important;
}

.banner__button-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
}

.banner__button-box .button {
  width: max-content;
}

.banner__button-box .button:first-child {
  background-color: var(--dark-red);
  border: 1px solid #d44440;
  color: var(--white);
}
.banner__button-box .button:first-child:hover {
  background-color: var(--white);
  border: 1px solid #d44440;
  color: var(--dark-red);
}
.banner__button-box .button:last-child {
  background-color: transparent;
  border: 1px solid #d44440;
  color: #000;
}
.banner__button-box .button:last-child:hover {
  background-color: var(--dark-red);
  border: 1px solid #d44440;
  color: var(--white);
}

.search-bar {
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.search-bar--box:last-child {
  display: flex;
}
.search-bar--box span {
  display: none !important;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin-bottom: 10px;
}

.navbar-item:hover a,
.navbar-end .navbar-item a:hover {
  color: var(--white);
  text-decoration: underline;
}

.wp-caption.aligncenter img {
  margin: auto;
}

.tws-course-card {
  display: flex;
  padding: 20px;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
  transition: all 0.5s;
  padding: 10px;
  margin-bottom: 20px;
  gap: 20px;
  flex-direction: column;
}

.tws-course-card:last-child {
  margin-bottom: 0px;
}

.tws-course-card:hover {
  border: 2px solid var(--dark-red);
  text-decoration: unset !important;
}

.tws-course-card__date-box {
  display: flex;
  align-items: center;
}
.tws-course-card__date-box--date {
  height: 100px;
  border-radius: 50%;
  background-color: var(--dark-red);
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: auto;
  padding: 10px;
  text-align: center;
  color: var(--white);
  font-weight: 600;
}
.tws-course-card__content-box {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.tws-course-card__image-box {
  display: flex;
  align-items: center;
}
.tws-course-card__image-box img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
}

.tws-content-switch {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tws-content-switch__content-box,
.tws-content-switch__image-box {
  width: 100%;
}
.tws-content-switch__content-box {
}
.tws-content-switch__map-box {
}

.tws-content-switch__map-box iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.contact-form__button-box .button {
  border: 1px solid var(--dark-redred) !important;
}

.contact-form--label {
  margin-left: 0px;
}

.tws-content-switch .tws-heading-before::before {
  background-color: var(--dark-red);
  border-color: var(--dark-red);
  color: var(--dark-red);
}

.social {
  justify-content: flex-start;
}

.social__icon:hover {
  text-decoration: unset !important;
}

.footer-grid__content-box i {
  position: unset;
  top: unset;
}

.button {
  text-decoration: unset !important;
}

.page-template-contact .social .social__icon {
  background-color: var(--white);
}
.page-template-contact .social .social__icon i {
  color: var(--dark-red);
}

.page-template-contact .social .social__icon:hover {
  background-color: var(--dark-red);
  border-color: var(--dark-red);
}
.page-template-contact .social .social__icon:hover i {
  color: var(--white);
}

.content-switch-advanced__image-box img {
  object-fit: cover;
  display: block;
  height: 100%;
  max-height: 700px;
  width: 100%;
  min-height: 400px;
}
.content-switch-advanced__content-box {
  display: flex;
  align-items: center;
}

.full-width-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  max-height: 650px;
}

.tws-grid {
  gap: 20px;
}

.content-switch-advanced {
  margin-bottom: 20px;
}
.content-switch-advanced:last-child {
  margin-bottom: 0px;
}

.gallery-section {
}
.gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.gallery--image {
  display: block;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 4 / 3;
}

.testimonial .wysiwyg p {
  font-size: 1.2rem;
}

.testimonial--icon i {
  font-size: 4rem;
}

@media (max-width: 1024px) {
  .content-switch-advanced.desktop {
    display: none;
  }
}
@media (min-width: 540px) {
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .content-switch-advanced.mobile {
    display: none;
  }

  .testimonial .wysiwyg p {
    font-size: 1.6rem;
  }

  .gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .buttons-flex-box {
    display: flex;
    flex-direction: row;
  }
  .tws-course-card {
    gap: 30px;
    flex-direction: row;
  }

  .tws-course-card__image-box img {
    min-width: 150px;
    max-width: 150px;
    aspect-ratio: 1 / 1;
  }

  .tws-content-switch {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .tws-content-switch__content-box,
  .tws-content-switch__map-box {
    width: 50%;
  }
  .search-bar--box span {
    display: inline-block !important;
  }
  .search-bar {
    flex-direction: row;
  }
  .course-card-main-content {
    flex-direction: row;
  }

  .wp-caption.alignleft,
  .alignleft {
    float: left;
    clear: both;
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .wp-caption.alignright,
  .alignright {
    float: right;
    clear: both;
    margin-left: 20px;
    margin-bottom: 10px;
  }

  .tws-grid {
    gap: 30px;
  }

  .tws-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tws-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tws-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .tws-grid--fifty-fifty {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tws-grid--thirty-three-sixty-six {
    grid-template-columns: 1fr 2fr;
  }

  .tws-grid--sixty-six-thrity-three {
    grid-template-columns: 2fr 1fr;
  }

  .tws-grid--thirds {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tws-grid--twenty-five-fifty-twenty-five {
    grid-template-columns: 1fr 2fr 1fr;
  }

  .content-switch-advanced.tws-grid.tws-grid--sixty-six-thrity-three.odd {
    grid-template-columns: 1fr 2fr;
  }

  .content-switch-advanced.tws-grid.tws-grid--thirty-three-sixty-six.odd {
    grid-template-columns: 2fr 1fr;
  }

  .tws-content-switch {
    gap: 50px;
  }
  .navbar-item:nth-child(8) {
    margin-left: auto;
  }
  .navbar-item:nth-child(8),
  .navbar-item:nth-child(9) {
    background-color: #d3d3d3;
  }

  .navbar-item:nth-child(8) a,
  .navbar-item:nth-child(9) a {
    color: #0a0a0a;
  }
  .navbar-item:hover:nth-child(8),
  .navbar-item:hover:nth-child(9) {
    background-color: var(--red);
    color: var(--white);
  }

  .navbar-item:hover:nth-child(8) a,
  .navbar-item:hover:nth-child(9) a {
    background-color: var(--red);
    color: var(--white);
  }

  .banner__button-box {
    flex-direction: row;
  }
  .course-card:hover {
    border: 2px solid var(--red);
  }

  .tws-padding-top-none {
    padding-left: 0;
    padding-right: 0;
  }
  .tws-padding-top-small {
    padding-left: 0;
    padding-right: 0;
  }

  .tws-padding-top-medium {
    padding-left: 0;
    padding-right: 0;
  }

  .tws-padding-top-large {
    padding-left: 0;
    padding-right: 0;
  }

  .tws-padding-bottom-none {
    padding-left: 0;
    padding-right: 0;
  }

  .tws-padding-bottom-small {
    padding-left: 0;
    padding-right: 0;
  }

  .tws-padding-bottom-medium {
    padding-left: 0;
    padding-right: 0;
  }

  .tws-padding-bottom-large {
    padding-left: 0;
    padding-right: 0;
  }

  .tws-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tws-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
