@font-face {
  font-family: "Kaushan";
  src: url("/assets/fonts/KaushanScript-Regular.ttf");
}
@font-face {
  font-family: "Bold";
  src: url("/assets/fonts/Mulish-Bold.ttf");
}
@font-face {
  font-family: "Semibold";
  src: url("/assets/fonts/Mulish-SemiBold.ttf");
}
@font-face {
  font-family: "Regular";
  src: url("/assets/fonts/Mulish-Regular.ttf");
}
@font-face {
  font-family: "ExtraBold";
  src: url("/assets/fonts/Mulish-ExtraBold.ttf");
}
.pageContainer {
  background-color: #f8f8f8;
  padding: 48px 135px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 4px;
}
.pageContainer h1,
.pageContainer h2,
.pageContainer h3,
.pageContainer h4,
.pageContainer h5,
.pageContainer h6,
.pageContainer p {
  margin: 0px !important;
  padding: 0px !important;
}
.pageContainer .breadcrumb {
  display: flex;
  flex-direction: row;
  gap: 8px;
  --bs-breadcrumb-margin-bottom: 0px !important;
}
.pageContainer .breadcrumb .breadcrumb-item a {
  text-decoration: none !important;
}
.pageContainer .breadcrumb .breadcrumb-item,
.pageContainer .breadcrumb .breadcrumb-item a {
  font-family: "Semibold" !important;
  font-size: 16px !important;
  line-height: 24.64px !important;
  color: #6d7174 !important;
  padding: 0px !important;
}
.pageContainer .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  margin-right: 8px !important;
}
.pageContainer .breadcrumb .breadcrumb-item.active::before {
  display: inline;
  content: "" !important;
  background-image: url("/assets/icons/breadcrumb_arrow.png") !important;
  background-size: 24px 24px !important;
  width: 24px !important;
  height: 24px !important;
  background-repeat: no-repeat;
}
.pageContainer .contentContainer {
  display: flex;
  flex-direction: column;
  padding: 32px;
  gap: 32px;
  background-color: white;
}
.pageContainer .contentContainer .cardVideoImgContainer {
  position: relative;
  height: 302px;
  width: 532px;
  box-shadow: 0px 16px 40px 0px rgba(92, 102, 110, 0.2);
}
.pageContainer .contentContainer .cardVideoImgContainer .itemCardThumbnail {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.pageContainer .contentContainer .cardVideoImgContainer .playButton {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}
.pageContainer .contentContainer .cardVideoImgContainer .playButton img {
  width: 150px;
  height: 104px;
}
.pageContainer .contentContainer .itemCardContent {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pageContainer .contentContainer .itemCardContent .eventDate {
  font-family: "Semibold" !important;
  font-size: 16px !important;
  line-height: 24.64px !important;
  color: rgb(109, 113, 116) !important;
}
.pageContainer .contentContainer .itemCardContent .title {
  font-family: "Bold" !important;
  font-size: 39px !important;
  line-height: 46.8px !important;
  color: rgb(70, 72, 73) !important;
}
.pageContainer .contentContainer .itemCardContent .description {
  font-family: "Semibold" !important;
  font-size: 20px !important;
  line-height: 28px !important;
  color: rgb(70, 72, 73) !important;
}
.pageContainer .contentContainer .nav {
  --bs-nav-link-color: rgba(70, 72, 73, 1) !important;
}
.pageContainer .contentContainer .nav a h3 {
  font-family: "Bold" !important;
  font-size: 20px !important;
  line-height: 24px !important;
}
.pageContainer .contentContainer .nav-tabs .nav-item.show .nav-link,
.pageContainer .contentContainer .nav-tabs .nav-link.active {
  background-color: transparent !important;
  border-top: 0px !important;
  border-right: 0px !important;
  border-bottom-width: 2px !important;
  border-left: 0px !important;
  border-color: rgb(19, 127, 195) !important;
  color: rgb(19, 127, 195) !important;
}
.pageContainer .contentContainer .tab-content .tab-pane .itemsContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.pageContainer .contentContainer .tab-content .tab-pane .itemsContainer .itemCard {
  width: 311px;
  height: 176.55px;
}
.pageContainer .contentContainer .tab-content .tab-pane .itemsContainer .itemCard .itemCardVideoImgContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.pageContainer .contentContainer .tab-content .tab-pane .itemsContainer .itemCard .itemCardVideoImgContainer .itemCardThumbnail {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.pageContainer .contentContainer .tab-content .tab-pane .itemsContainer .itemCard .itemCardVideoImgContainer .playButton {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}
.pageContainer .contentContainer .tab-content .tab-pane .itemsContainer .itemCard .itemCardVideoImgContainer .playButton img {
  width: 75px;
  height: 52px;
}
.pageContainer .contentContainer .tab-content .tab-pane .buttonContainer {
  margin-top: 32px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.pageContainer .contentContainer .tab-content .tab-pane .buttonContainer button {
  align-items: center;
  border: 1px solid rgb(0, 56, 100);
  border-radius: 4px;
  padding: 0px 24px;
  background-color: white;
  height: 48px;
  color: rgb(0, 56, 100);
  font-family: "ExtraBold" !important;
  font-size: 18px !important;
  line-height: 21.6px !important;
}

#backgroundLockWithImg {
  height: 100vh;
  width: 100%;
  max-width: inherit;
  background-color: rgba(70, 72, 73, 0.9);
  position: fixed;
  top: 0px;
  z-index: 99;
  display: none;
}
#backgroundLockWithImg .fullImgArea {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
#backgroundLockWithImg .fullImgArea .fullImgBtnArea {
  width: 800px;
  display: flex;
  justify-content: end;
}
#backgroundLockWithImg .fullImgArea .fullImgBtnArea .closeBtn {
  background-color: transparent;
  border: none;
}
#backgroundLockWithImg .fullImgArea .fullImgBtnArea .closeBtn img {
  width: 21px !important;
}
#backgroundLockWithImg .fullImgArea .fullImg {
  width: 800px;
}
#backgroundLockWithImg .fullImgArea .countArea {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
#backgroundLockWithImg .fullImgArea .countArea button {
  background-color: transparent;
  border: none;
}
#backgroundLockWithImg .fullImgArea .countArea span {
  color: white;
}

.modal {
  background-color: rgba(70, 72, 73, 0.9);
  --bs-modal-margin: 6.75rem !important;
}
.modal .modal-content {
  background-color: transparent !important;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  width: -moz-fit-content;
  width: fit-content;
}
.modal .modal-dialog {
  max-width: 990px !important;
  height: 100%;
  display: flex;
  align-items: center;
  margin: auto !important;
}
.modal .modal-header {
  background-color: transparent !important;
  border-bottom: 0px !important;
  padding-bottom: 12px;
  padding-right: 0px;
  padding-top: 0px;
}
.modal .modal-header button {
  width: 24px;
  height: 24px;
  --bs-btn-close-bg: none;
  --bs-btn-close-opacity: 1;
}
.modal .modal-body button {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}
.modal .modal-body button img {
  width: 100px;
  height: 73.68px;
}

.modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 8px;
  padding: 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.modal-body iframe {
  width: 900px;
  height: 506.25px;
}

@media (max-width: 768px) {
  .pageContainer {
    position: relative;
    padding: 0px;
    gap: 0px;
  }
  .pageContainer .breadcrumb {
    background-color: white !important;
    width: 100dvw;
    padding: 16px !important;
    gap: 4px !important;
    align-items: baseline !important;
  }
  .pageContainer .breadcrumb .breadcrumb-item a {
    font-family: "Semibold" !important;
    font-size: 12px !important;
    line-height: 15.6px !important;
  }
  .pageContainer .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    margin-right: 4px !important;
  }
  .pageContainer .breadcrumb .breadcrumb-item.active {
    font-family: "Semibold" !important;
    font-size: 12px !important;
    line-height: 15.6px !important;
  }
  .pageContainer .breadcrumb .breadcrumb-item.active::before {
    background-size: 16px 16px !important;
    width: 16px !important;
    height: 16px !important;
  }
  .pageContainer .contentContainer {
    padding: 32px 16px;
  }
  .pageContainer .contentContainer .cardVideoImgContainer {
    width: 311px !important;
    height: 176.55px !important;
  }
  .pageContainer .contentContainer .cardVideoImgContainer .playButton img {
    width: 87.69px;
    height: 60.8px;
  }
}/*# sourceMappingURL=itemTemplate.css.map */