#section-slides {
  display: block;
  width: 100%;
  height: 618px;
}
@media (max-width: 991.98px) {
  #section-slides {
    height: 595px;
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  #section-slides {
    height: 500px;
  }
}
@-webkit-keyframes fillWidth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes fillWidth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
#section-slides .swiper-container {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#section-slides .swiper-container .swiper-slide-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 183px 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(20, 30, 60));
}
@media (max-width: 991.98px) {
  #section-slides .swiper-container .swiper-slide-item {
    padding: 167px 0;
  }
}
@media (max-width: 575.98px) {
  #section-slides .swiper-container .swiper-slide-item {
    padding: 212px 0;
  }
}
#section-slides .swiper-container .swiper-slide-item .backgroundContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #141E3C;
}
#section-slides .swiper-container .swiper-slide-item .backgroundContainer img,
#section-slides .swiper-container .swiper-slide-item .backgroundContainer iframe,
#section-slides .swiper-container .swiper-slide-item .backgroundContainer video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section-slides .swiper-container .swiper-slide-item .backgroundContainer video::-webkit-media-controls {
  display: none !important;
}
#section-slides .swiper-container .swiper-slide-item .backgroundContainer video::-moz-media-controls {
  display: none !important;
}
#section-slides .swiper-container .swiper-slide-item .backgroundContainer video::-ms-media-controls {
  display: none !important;
}
#section-slides .swiper-container .swiper-slide-item .sliderTitle {
  display: block;
  width: 600px;
  max-width: 100%;
  max-height: 180px;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  #section-slides .swiper-container .swiper-slide-item .sliderTitle {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
    max-height: 96px;
  }
}
#section-slides .swiper-container .swiper-slide-item .sliderSubTitle {
  display: -webkit-box;
  width: 480px;
  max-width: 100%;
  max-height: 56px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  margin-bottom: 48px;
}
@media (max-width: 991.98px) {
  #section-slides .swiper-container .swiper-slide-item .sliderSubTitle {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  #section-slides .swiper-container .swiper-slide-item .sliderSubTitle {
    max-height: 48px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }
}
#section-slides .swiper-container .swiper-slide-item .sliderButtonGroup {
  display: block;
  overflow: hidden;
}
#section-slides .swiper-container .swiper-slide-item .sliderButtonGroup .btn {
  background-color: #fff;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #344054;
  max-width: calc((100% - 20px) / 2);
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  display: block;
  float: left;
}
@media (max-width: 575.98px) {
  #section-slides .swiper-container .swiper-slide-item .sliderButtonGroup .btn {
    font-size: 14px;
    line-height: 20px;
    max-width: calc((100% - 12px) / 2);
  }
}
#section-slides .swiper-container .swiper-slide-item .sliderButtonGroup .btn:last-child {
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  #section-slides .swiper-container .swiper-slide-item .sliderButtonGroup .btn:last-child {
    margin-left: 12px;
  }
}
#section-slides .swiper-container .swiper-slide-item .sliderButtonGroup .btn:only-child {
  max-width: 100% !important;
  margin: 0;
}
#section-slides .swiper-container .swiper-slide-item .sliderButtonGroup .button-purple {
  color: #101828;
  background-color: #FF5AA0;
}
#section-slides .swiper-container .swiper-slide-item .sliderButtonGroup:only-child button {
  max-width: 100% !important;
}
#section-slides .swiper-container .swiper-pagination {
  bottom: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  #section-slides .swiper-container .swiper-pagination {
    bottom: 32px;
  }
}
@media (max-width: 575.98px) {
  #section-slides .swiper-container .swiper-pagination {
    bottom: 16px;
  }
}
#section-slides .swiper-container .swiper-pagination .swiper-pagination-bullet {
  flex: 1 1 64px;
  max-width: 64px;
  border-radius: 11px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 6px;
}
#section-slides .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.4);
}
#section-slides .swiper-container .swiper-pagination .swiper-pagination-bullet-active::after {
  display: block;
  content: "";
  width: 0;
  height: 100%;
  border-radius: 11px;
  background-color: #fff;
  -webkit-animation: fillWidth 6s linear forwards;
          animation: fillWidth 6s linear forwards;
}

#section-searchBar {
  display: block;
  width: 100%;
  padding: 64px 0 64px 0;
  font-family: "Lexend", sans-serif;
}
@media (max-width: 991.98px) {
  #section-searchBar {
    padding: 40px 0 40px 0;
  }
}
@media (max-width: 575.98px) {
  #section-searchBar {
    padding: 32px 0 32px;
  }
}
#section-searchBar button:disabled {
  border: 1px solid #e4e7ec !important;
  background-color: #F2F4F7 !important;
  color: #98A2B3 !important;
  cursor: not-allowed;
  opacity: 1 !important;
}
#section-searchBar .responsive-container .searchBarContainer {
  width: 100%;
  height: 56px;
}
@media (max-width: 991.98px) {
  #section-searchBar .responsive-container .searchBarContainer {
    height: 48px;
  }
}
#section-searchBar .responsive-container .searchBarContainer .searchInput {
  height: 100%;
  display: block;
  width: calc(100% - 885px);
  float: left;
  box-sizing: border-box;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 16px 16px 16px 42px;
  position: relative;
  border: 1px solid #D0D5DD;
  border-right: 0;
}
@media (max-width: 1199.98px) {
  #section-searchBar .responsive-container .searchBarContainer .searchInput {
    width: calc(100% - 229px);
    padding: 12px 16px 12px 42px;
  }
}
@media (max-width: 575.98px) {
  #section-searchBar .responsive-container .searchBarContainer .searchInput {
    width: calc(100% - 96px);
    padding-left: 14px;
  }
}
#section-searchBar .responsive-container .searchBarContainer .searchInput .inputClear {
  display: none;
  box-shadow: none;
  background-color: #667085;
  border: none;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 20px;
  right: 14px;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  #section-searchBar .responsive-container .searchBarContainer .searchInput .inputClear {
    top: 14px !important;
  }
}
#section-searchBar .responsive-container .searchBarContainer .searchInput .inputClear svg {
  display: block !important;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#section-searchBar .responsive-container .searchBarContainer .searchInput img,
#section-searchBar .responsive-container .searchBarContainer .searchInput svg {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 18px;
  left: 14px;
}
@media (max-width: 991.98px) {
  #section-searchBar .responsive-container .searchBarContainer .searchInput img,
#section-searchBar .responsive-container .searchBarContainer .searchInput svg {
    height: 15px;
    width: 15px;
    left: 16.5px;
    top: 16.5px;
  }
}
@media (max-width: 575.98px) {
  #section-searchBar .responsive-container .searchBarContainer .searchInput img,
#section-searchBar .responsive-container .searchBarContainer .searchInput svg {
    display: none;
  }
}
#section-searchBar .responsive-container .searchBarContainer .searchInput input {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  padding: 0;
  caret-color: #8383EB;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #344054;
  text-overflow: ellipsis;
  background-color: transparent !important;
}
#section-searchBar .responsive-container .searchBarContainer .searchInput input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #667085;
}
#section-searchBar .responsive-container .searchBarContainer .searchInput input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #667085;
}
#section-searchBar .responsive-container .searchBarContainer .searchInput:has(input:disabled) {
  background-color: #F9FAFB;
}
#section-searchBar .responsive-container .searchBarContainer .searchInput:has(input:disabled) > svg path {
  stroke: #98A2B3 !important;
}
#section-searchBar .responsive-container .searchBarContainer .searchInput:has(input:disabled) input::-moz-placeholder {
  color: #98A2B3 !important;
}
#section-searchBar .responsive-container .searchBarContainer .searchInput:has(input:disabled) input::placeholder {
  color: #98A2B3 !important;
}
#section-searchBar .responsive-container .searchBarContainer .dateSelector,
#section-searchBar .responsive-container .searchBarContainer .timeSelector,
#section-searchBar .responsive-container .searchBarContainer .priceSelector,
#section-searchBar .responsive-container .searchBarContainer .filterSelector {
  width: 168px;
  float: left;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border-left: 1px solid #D0D5DD;
  cursor: pointer;
  position: relative;
  padding: 16px 42px;
  border-top: 1px solid #D0D5DD;
  border-bottom: 1px solid #D0D5DD;
}
@media (max-width: 1199.98px) {
  #section-searchBar .responsive-container .searchBarContainer .dateSelector,
#section-searchBar .responsive-container .searchBarContainer .timeSelector,
#section-searchBar .responsive-container .searchBarContainer .priceSelector,
#section-searchBar .responsive-container .searchBarContainer .filterSelector {
    display: none;
  }
}
#section-searchBar .responsive-container .searchBarContainer .dateSelector img,
#section-searchBar .responsive-container .searchBarContainer .dateSelector svg,
#section-searchBar .responsive-container .searchBarContainer .timeSelector img,
#section-searchBar .responsive-container .searchBarContainer .timeSelector svg,
#section-searchBar .responsive-container .searchBarContainer .priceSelector img,
#section-searchBar .responsive-container .searchBarContainer .priceSelector svg,
#section-searchBar .responsive-container .searchBarContainer .filterSelector img,
#section-searchBar .responsive-container .searchBarContainer .filterSelector svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  left: 16px;
}
#section-searchBar .responsive-container .searchBarContainer .dateSelector .dropdownIcon,
#section-searchBar .responsive-container .searchBarContainer .timeSelector .dropdownIcon,
#section-searchBar .responsive-container .searchBarContainer .priceSelector .dropdownIcon,
#section-searchBar .responsive-container .searchBarContainer .filterSelector .dropdownIcon {
  left: auto;
  right: 16px;
}
#section-searchBar .responsive-container .searchBarContainer .dateSelector .searchItemValue,
#section-searchBar .responsive-container .searchBarContainer .timeSelector .searchItemValue,
#section-searchBar .responsive-container .searchBarContainer .priceSelector .searchItemValue,
#section-searchBar .responsive-container .searchBarContainer .filterSelector .searchItemValue {
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #667085;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
#section-searchBar .responsive-container .searchBarContainer .searchItem[data-value]:not([data-value=""]) .searchItemValue {
  color: #344054;
}
#section-searchBar .responsive-container .searchBarContainer .dropdownActive {
  border: 2px solid #8383EB;
}
#section-searchBar .responsive-container .searchBarContainer .dropdownActive img,
#section-searchBar .responsive-container .searchBarContainer .dropdownActive svg {
  top: 18px;
}
#section-searchBar .responsive-container .searchBarContainer .dropdownActive .searchItemValue {
  line-height: 20px;
}
#section-searchBar .responsive-container .searchBarContainer .dropdownActive .dropdownIcon {
  transform: rotate(180deg);
}
#section-searchBar .responsive-container .searchBarContainer .searchBarDropDown {
  display: none;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #E4E7EC;
  box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
#section-searchBar .responsive-container .searchBarContainer .filterSelector .searchBarDropDown {
  left: auto;
  right: 0;
  transform: none;
}
#section-searchBar .responsive-container .searchBarContainer .filtersSelectorModalBtn {
  display: none;
  width: 48px;
  float: left;
  height: 100%;
  border: 1px solid #D0D5DD;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  border-right: 0;
}
@media (max-width: 1199.98px) {
  #section-searchBar .responsive-container .searchBarContainer .filtersSelectorModalBtn {
    display: block;
  }
}
#section-searchBar .responsive-container .searchBarContainer .filtersSelectorModalBtn img,
#section-searchBar .responsive-container .searchBarContainer .filtersSelectorModalBtn svg {
  position: absolute;
  width: 15px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#section-searchBar .responsive-container .searchBarContainer .dateSelector {
  width: 200px;
  padding-right: 30px;
}
#section-searchBar .responsive-container .searchBarContainer .button-search {
  width: 181px;
  float: left;
  height: 100%;
  background-color: #6464E6;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  #section-searchBar .responsive-container .searchBarContainer .button-search {
    line-height: 48px;
  }
}
@media (max-width: 575.98px) {
  #section-searchBar .responsive-container .searchBarContainer .button-search {
    width: 48px;
  }
}
@media (max-width: 575.98px) {
  #section-searchBar .responsive-container .searchBarContainer .button-search span {
    display: none;
  }
}
#section-searchBar .responsive-container .searchBarContainer .button-search img,
#section-searchBar .responsive-container .searchBarContainer .button-search svg {
  display: none;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 575.98px) {
  #section-searchBar .responsive-container .searchBarContainer .button-search img,
#section-searchBar .responsive-container .searchBarContainer .button-search svg {
    display: block;
  }
}
#section-searchBar .responsive-container .inputFocus .searchInput {
  width: calc(100% - 181px) !important;
  padding-right: 36px;
  border: 2px solid #8383EB;
}
@media (max-width: 575.98px) {
  #section-searchBar .responsive-container .inputFocus .searchInput {
    width: calc(100% - 48px) !important;
  }
}
#section-searchBar .responsive-container .inputFocus .searchInput img,
#section-searchBar .responsive-container .inputFocus .searchInput svg {
  top: 16px;
}
@media (max-width: 991.98px) {
  #section-searchBar .responsive-container .inputFocus .searchInput img,
#section-searchBar .responsive-container .inputFocus .searchInput svg {
    top: 14.5px;
  }
}
#section-searchBar .responsive-container .inputFocus .searchInput .inputClear {
  top: 18px;
}
#section-searchBar .responsive-container .inputFocus .dateSelector,
#section-searchBar .responsive-container .inputFocus .timeSelector,
#section-searchBar .responsive-container .inputFocus .priceSelector,
#section-searchBar .responsive-container .inputFocus .filterSelector,
#section-searchBar .responsive-container .inputFocus .filtersSelectorModalBtn {
  display: none;
}
#section-searchBar .responsive-container .searchOperationContainer {
  display: flex;
  width: 100%;
  padding-top: 24px;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  #section-searchBar .responsive-container .searchOperationContainer {
    display: block;
  }
}
@media (max-width: 575.98px) {
  #section-searchBar .responsive-container .searchOperationContainer {
    padding-top: 16px;
  }
}
#section-searchBar .responsive-container .searchOperationContainer .saveSearchButtonContainer {
  width: 209px;
  position: relative;
}
#section-searchBar .responsive-container .searchOperationContainer .saveSearchButtonContainer .saveSearchButton {
  padding: 12px 17px 12px 19px;
  width: 185px;
  background-color: #fff;
  border: 1px solid #D0D5DD;
  border-radius: 48px;
  height: 48px;
}
#section-searchBar .responsive-container .searchOperationContainer .saveSearchButtonContainer .saveSearchButton .form-check-label span {
  font-size: 16px;
  line-height: 24px;
  height: 100%;
  float: left;
  color: #344054;
  font-weight: 400;
}
#section-searchBar .responsive-container .searchOperationContainer .saveSearchButtonContainer .saveSearchButton .form-check-label input {
  float: left;
  margin-left: 8px;
  width: 44px;
  height: 24px;
  margin-top: 0;
  box-shadow: none;
  border: 0;
  background-color: #DFDFFA;
  background-image: url("../images/icons/search-saveSearchSwitchIcon.svg");
}
#section-searchBar .responsive-container .searchOperationContainer .saveSearchButtonContainer .saveSearchButton .form-check-label .form-check-input:checked {
  background-color: #6464E6;
}
#section-searchBar .responsive-container .searchOperationContainer .saveSearchButtonContainer .tooltipSvg {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 18px;
  right: 0;
  cursor: pointer;
  outline: none !important;
}
#section-searchBar .responsive-container .searchOperationContainer .filterContainer {
  margin-top: 6px;
  width: 60%;
  position: relative;
  display: block;
}
@media (max-width: 991.98px) {
  #section-searchBar .responsive-container .searchOperationContainer .filterContainer {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  #section-searchBar .responsive-container .searchOperationContainer .filterContainer {
    margin-top: 32px;
  }
}
#section-searchBar .responsive-container .searchOperationContainer .filterContainer .filterContentContainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  #section-searchBar .responsive-container .searchOperationContainer .filterContainer .filterContentContainer {
    justify-content: flex-start;
  }
}
#section-searchBar .responsive-container .searchOperationContainer .filterContainer .filterContentContainer .filterResult {
  flex: 0 1 auto;
  padding-top: 6px;
  margin-right: 4px;
  margin-bottom: 4px;
}
@media (max-width: 991.98px) {
  #section-searchBar .responsive-container .searchOperationContainer .filterContainer .filterContentContainer .filterResult {
    flex: 0 0 100%;
  }
}
#section-searchBar .responsive-container .searchOperationContainer .filterContainer .filterContentContainer .filterResult span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #667085;
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 991.98px) {
  #section-searchBar .responsive-container .searchOperationContainer .filterContainer .filterContentContainer .filterResult span {
    font-size: 14px;
    line-height: 20px;
  }
}
#section-searchBar .responsive-container .searchOperationContainer .filterContainer .filterContentContainer .filterItem {
  flex: 0 1 auto;
  padding: 8px 36px 8px 16px;
  position: relative;
  background-color: rgba(208, 213, 221, 0.2);
  border-radius: 20px;
  margin-bottom: 2px;
  min-height: 36px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #667085;
  margin-bottom: 4px;
}
#section-searchBar .responsive-container .searchOperationContainer .filterContainer .filterContentContainer .filterItem .filterDeleteButton,
#section-searchBar .responsive-container .searchOperationContainer .filterContainer .filterContentContainer .filterItem .showMoreShowLessButton {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
#section-searchBar .responsive-container .searchOperationContainer .filterContainer .filterContentContainer .filterItem .filterDeleteButton svg,
#section-searchBar .responsive-container .searchOperationContainer .filterContainer .filterContentContainer .filterItem .showMoreShowLessButton svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  shape-rendering: crispedges;
}
#section-searchBar .responsive-container .searchOperationContainer .filterContainer .filterContentContainer .showMore,
#section-searchBar .responsive-container .searchOperationContainer .filterContainer .filterContentContainer .showLess {
  margin-right: 4px;
  background-color: #DFDFFA;
  cursor: pointer;
  color: #101828;
}
#section-searchBar .responsive-container .searchOperationContainer .filterContainer .filterContentContainer .buttonClearAllFilter {
  padding-top: 8px;
}
#section-searchBar .responsive-container .searchOperationContainer .filterContainer .filterContentContainer .buttonClearAllFilter button {
  color: #5050B8;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 65px;
  padding: 0;
  background-color: transparent;
  border: 0;
  margin: 0;
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  #section-searchBar .responsive-container .searchOperationContainer .filterContainer .filterContentContainer .buttonClearAllFilter button {
    font-size: 14px;
    width: 58px;
    line-height: 20px;
  }
}
#section-searchBar .timeSelectorDropdown {
  padding: 4px 0 !important;
}
#section-searchBar .timeSelectorDropdown .form-check {
  width: 320px;
  height: 46px;
  padding: 0 40px 0 14px;
  position: relative;
  margin: 0;
  cursor: pointer;
}
#section-searchBar .timeSelectorDropdown .form-check .form-check-label {
  width: 100%;
  height: 100%;
  line-height: 46px;
  font-size: 16px;
  font-weight: 500;
  color: #344054;
  cursor: pointer;
}
#section-searchBar .timeSelectorDropdown .form-check .form-check-input {
  position: absolute;
  top: 14px;
  height: 1em;
  width: 1em;
  right: 12px;
  content: none !important;
  background-color: #fff;
}
#section-searchBar .timeSelectorDropdown .form-check .form-check-input:checked {
  background-color: #6464E6;
  border-color: #6464E6;
}
#section-searchBar .dateSelectorDropdown {
  padding: 0 !important;
}
#section-searchBar .dateSelectorDropdown #searchBarDatepicker {
  display: none;
}
#section-searchBar .dateSelectorDropdown .dateSelectorOperationArea {
  display: block;
  width: 100%;
  height: 72px;
  box-sizing: border-box;
  padding: 16px;
  cursor: auto;
}
#section-searchBar .dateSelectorDropdown .dateSelectorOperationArea .dateValue {
  display: block;
  width: 136px;
  height: 100%;
  float: left;
  padding: 8px 12px;
  color: #101828;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
}
#section-searchBar .dateSelectorDropdown .dateSelectorOperationArea .dateValueIcon {
  display: block;
  width: 33px;
  height: 100%;
  line-height: 40px;
  float: left;
  color: #667085;
  text-align: center;
}
#section-searchBar .dateSelectorDropdown .dateSelectorOperationArea .dateOperationButton {
  float: right;
  height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 8px;
  box-shadow: none;
}
#section-searchBar .dateSelectorDropdown .dateSelectorOperationArea .applyButton {
  background-color: #6464E6;
  border: 1px solid #6464E6;
  margin-left: 12px;
}
#section-searchBar .dateSelectorDropdown .dateSelectorOperationArea .cancelButton {
  background-color: #fff;
  border: 1px solid #D0D5DD;
  color: #344054;
}
#section-searchBar .priceSelectorDropdown .priceInputArea {
  display: block;
  width: 288px;
  height: 98px;
  padding: 16px 0;
}
#section-searchBar .priceSelectorDropdown .priceInputArea .priceInputGroup {
  height: 100%;
  float: left;
  width: 124px;
}
#section-searchBar .priceSelectorDropdown .priceInputArea .priceInputGroup label {
  display: block;
  width: 100%;
  height: 26px;
  padding-bottom: 6px;
  line-height: 20px;
  font-weight: 500;
  color: #101828;
  font-size: 14px;
}
#section-searchBar .priceSelectorDropdown .priceInputArea .priceInputGroup input {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #D0D5DD;
  padding: 8px 12px;
  color: #344054;
  font-weight: 400;
  line-height: 24px;
  border-radius: 8px;
  outline: 0 !important;
}
#section-searchBar .priceSelectorDropdown .priceInputArea .priceInputGroup input[type=number]::-webkit-outer-spin-button,
#section-searchBar .priceSelectorDropdown .priceInputArea .priceInputGroup input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#section-searchBar .priceSelectorDropdown .priceInputArea .priceInputGroup input[type=number] {
  -moz-appearance: textfield;
}
#section-searchBar .priceSelectorDropdown .priceInputArea .priceInputIcon {
  display: block;
  float: left;
  height: 100%;
  width: 40px;
}
#section-searchBar .priceSelectorDropdown .priceSlideArea,
#section-searchBar .priceSelectorDropdown .priceButtonGroup {
  display: block;
  width: 100%;
}
#section-searchBar .priceSelectorDropdown .priceButtonGroup {
  overflow: hidden;
}
#section-searchBar .priceSelectorDropdown .priceButtonGroup button {
  display: block;
  width: calc((100% - 12px) / 2);
  box-shadow: none;
  height: 40px;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  float: left;
}
#section-searchBar .priceSelectorDropdown .priceButtonGroup .priceClearButton {
  background-color: #fff;
  border: 1px solid #D0D5DD;
  color: #344054;
  margin-right: 12px;
}
#section-searchBar .priceSelectorDropdown .priceButtonGroup .priceApplyButton {
  background-color: #6464E6;
  border: 0;
  color: #fff;
}
#section-searchBar .priceSelectorDropdown .irs--round .irs-handle {
  top: 24px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 2px solid #6464E6;
  background-color: #fff;
}
#section-searchBar .priceSelectorDropdown .irs--round {
  height: 64px;
}
#section-searchBar .priceSelectorDropdown .irs--round .irs-line {
  top: 33px;
  height: 8px;
  background-color: #E4E7EC;
}
#section-searchBar .priceSelectorDropdown .irs--round .irs-bar {
  top: 33px;
  height: 8px;
  background-color: #6464E6;
}
#section-searchBar .searchInputDropdown {
  display: block;
  width: 640px;
  left: 0 !important;
  transform: none !important;
  padding: 0 0 16px 0 !important;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  #section-searchBar .searchInputDropdown {
    width: calc(100% + 181px);
  }
}
#section-searchBar .searchInputDropdown > :last-child {
  padding-bottom: 0 !important;
}
#section-searchBar .searchInputDropdown .searchSuggestionArea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 16px 0 16px;
}
#section-searchBar .searchInputDropdown .searchSuggestionArea .suggestionItemIcon {
  top: 10px !important;
  left: 2px !important;
}
#section-searchBar .searchInputDropdown .searchSuggestionArea .suggestionItem {
  display: block;
  width: 100%;
  min-height: 40px;
  cursor: pointer;
  padding: 8px 0 8px 30px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #101828;
  border-radius: 8px;
}
#section-searchBar .searchInputDropdown .searchSuggestionArea .suggestionItem .colorHighlight {
  color: #6464E6;
}
#section-searchBar .searchInputDropdown .searchSuggestionArea .suggestionItem:first-child {
  margin-top: 16px;
}
#section-searchBar .searchInputDropdown .searchSuggestionArea .suggestionItem:last-child {
  margin-bottom: 16px;
}
#section-searchBar .searchInputDropdown .searchSuggestionArea .suggestionItem:hover {
  background-color: #F9FAFB;
}
#section-searchBar .searchInputDropdown .searchSuggestionCategoryArea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 0;
  border-top: 1px solid #E4E7EC;
}
#section-searchBar .searchInputDropdown .searchSuggestionCategoryArea .searchSuggestionCategoryAreaTitle {
  display: block;
  width: 100%;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #667085;
  margin-bottom: 4px;
  padding-left: 16px;
}
#section-searchBar .searchInputDropdown .searchSuggestionCategoryArea .categoryItemsArea {
  display: block;
  width: 100%;
  overflow: hidden;
}
#section-searchBar .searchInputDropdown .searchSuggestionCategoryArea .categoryItemsArea .categoryItem {
  display: block;
  width: 50%;
  float: left;
  padding: 2px 8px 2px 8px;
  text-decoration: none;
}
#section-searchBar .searchInputDropdown .searchSuggestionCategoryArea .categoryItemsArea .categoryItem .categoryDetail {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 10px 10px 56px;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
#section-searchBar .searchInputDropdown .searchSuggestionCategoryArea .categoryItemsArea .categoryItem .categoryDetail .categoryIconArea {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff !important;
  border-radius: 8px;
  border: 1px solid #E4E7EC;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0px -2px 0 0 rgba(16, 24, 40, 0.05);
  position: absolute;
  top: 10px;
  left: 8px;
}
#section-searchBar .searchInputDropdown .searchSuggestionCategoryArea .categoryItemsArea .categoryItem .categoryDetail .categoryIconArea img,
#section-searchBar .searchInputDropdown .searchSuggestionCategoryArea .categoryItemsArea .categoryItem .categoryDetail .categoryIconArea svg {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
}
#section-searchBar .searchInputDropdown .searchSuggestionCategoryArea .categoryItemsArea .categoryItem .categoryDetail .categoryTitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #101828;
}
#section-searchBar .searchInputDropdown .searchSuggestionCategoryArea .categoryItemsArea .categoryItem .categoryDetail .categoryDesc {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #475467;
}
#section-searchBar .searchInputDropdown .searchSuggestionCategoryArea .categoryItemsArea .categoryItem .categoryDetail:hover {
  background-color: #F9FAFB;
}
#section-searchBar .searchInputDropdown .searchSuggestionCategoryArea .categoryItemsArea .categoryItem .categoryDetail:hover .categoryTitle {
  font-weight: 600;
  color: #6464E6;
}
#section-searchBar .searchInputDropdown .searchSuggestionCategoryArea .categoryItemsArea .categoryItem:nth-child(even) {
  padding-left: 64px;
}
#section-searchBar .searchInputDropdown .recentSearchesArea {
  display: block;
  width: 100%;
  border-top: 1px solid #E4E7EC;
  padding: 16px;
}
#section-searchBar .searchInputDropdown .recentSearchesArea .rencentSearchesTitleArea {
  display: block;
  width: 100%;
  height: 20px;
}
#section-searchBar .searchInputDropdown .recentSearchesArea .rencentSearchesTitleArea .rencentSearchesTitle {
  float: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #667085;
}
#section-searchBar .searchInputDropdown .recentSearchesArea .rencentSearchesTitleArea .rencentSearchesClearAllBtn {
  border: 0;
  padding: 0;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #5050B8;
  float: right;
  box-shadow: none;
  background-color: transparent;
}
#section-searchBar .searchInputDropdown .recentSearchesArea .recentSearchItemsArea {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 4px;
  padding: 8px 0 0 0;
}
#section-searchBar .searchInputDropdown .recentSearchesArea .recentSearchItemsArea .recentSearchItem {
  display: block;
  float: left;
  margin-right: 8px;
  cursor: pointer;
  padding: 4px 12px;
  margin-bottom: 8px;
  background-color: #F9FAFB;
  border: 1px solid #E4E7EC;
  border-radius: 28px;
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
  word-break: break-all;
}
#section-searchBar .searchInputDropdown .recentSearchesArea .recentSearchItemsArea .recentSearchItem:last-child {
  margin-right: 0 !important;
}
#section-searchBar .searchInputDropdown .savedSearchesArea {
  width: 100%;
  display: block;
  padding: 16px;
}
#section-searchBar .searchInputDropdown .savedSearchesArea .savedSearchesTitle {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #667085;
  font-size: 14px;
  font-weight: 500;
}
#section-searchBar .searchInputDropdown .savedSearchesArea .savedSearchedItemArea {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 8px 0 0 0;
  margin-top: 4px;
}
#section-searchBar .searchInputDropdown .savedSearchesArea .savedSearchedItemArea .savedSearchesItem {
  display: block;
  float: left;
  margin-right: 8px;
  cursor: pointer;
  padding: 4px 24px 4px 12px;
  margin-bottom: 8px;
  background-color: #EEF4FF;
  border: 1px solid #C7D7FE;
  border-radius: 28px;
  color: #3538CD;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
#section-searchBar .searchInputDropdown .savedSearchesArea .savedSearchedItemArea .savedSearchesItem span {
  white-space: pre;
}
#section-searchBar .searchInputDropdown .savedSearchesArea .savedSearchedItemArea .savedSearchesItem a {
  float: left;
}
#section-searchBar .searchInputDropdown .savedSearchesArea .savedSearchedItemArea .savedSearchesItem button {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}
#section-searchBar .searchInputDropdown .savedSearchesArea .savedSearchedItemArea .savedSearchesItem button img,
#section-searchBar .searchInputDropdown .savedSearchesArea .savedSearchedItemArea .savedSearchesItem button svg {
  height: 8px;
  width: 8px;
  position: absolute;
  top: 4px;
  left: 4px;
  shape-rendering: crispedges;
}
#section-searchBar .filterSelectorDropdown {
  padding: 0 !important;
  width: 320px;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 400px;
  overscroll-behavior: contain;
}
#section-searchBar .filterSelectorDropdown .genreGroupArea {
  display: block;
  width: 100%;
}
#section-searchBar .filterSelectorDropdown .genreGroupArea .genreGroupTitle {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #fff;
  padding: 12px 36px 12px 16px;
  cursor: pointer;
  position: relative;
  color: #344054;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-bottom: 1px solid #E4E7EC;
}
#section-searchBar .filterSelectorDropdown .genreGroupArea .genreGroupTitle .genreGroupIcon {
  box-shadow: none;
  border: none;
  display: block;
  position: absolute;
  height: 20px;
  padding: 0;
  right: 16px;
  width: 20px;
  top: 12px;
  background-color: transparent;
}
#section-searchBar .filterSelectorDropdown .genreGroupArea .genreGroupTitle .genreGroupIcon img,
#section-searchBar .filterSelectorDropdown .genreGroupArea .genreGroupTitle .genreGroupIcon svg {
  height: 8px;
  width: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translateX(-50%) translateY(-50%);
}
#section-searchBar .filterSelectorDropdown .genreGroupArea .genreGroupItemsArea {
  display: block;
  width: 100%;
  background-color: #F9FAFB;
  height: 0;
  overflow: hidden;
  border-bottom: 0;
}
#section-searchBar .filterSelectorDropdown .genreGroupArea .genreGroupItemsArea .form-check {
  width: 100%;
  min-height: 46px;
  padding: 0 40px 0 14px;
  position: relative;
  margin: 0;
  cursor: pointer;
  background-color: #F9FAFB;
}
#section-searchBar .filterSelectorDropdown .genreGroupArea .genreGroupItemsArea .form-check .form-check-label {
  width: 100%;
  height: 100%;
  line-height: 46px;
  font-size: 16px;
  font-weight: 500;
  color: #344054;
  cursor: pointer;
}
#section-searchBar .filterSelectorDropdown .genreGroupArea .genreGroupItemsArea .form-check .form-check-input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  height: 16px;
  width: 16px;
  right: 16px;
  content: none !important;
  background-color: #fff;
}
#section-searchBar .filterSelectorDropdown .genreGroupArea .genreGroupItemsArea .form-check .form-check-input:checked {
  background-color: #6464E6;
  border-color: #6464E6;
}
#section-searchBar .filterSelectorDropdown .genreGroupItemsAreaExpand .genreGroupIcon {
  transform: rotate(180deg);
}
#section-searchBar .filterSelectorDropdown .genreGroupItemsAreaExpand .genreGroupItemsArea {
  height: auto;
  border-bottom: 1px solid #E4E7EC;
}
#section-searchBar .filterSelectorDropdown::-webkit-scrollbar {
  width: 6px !important;
  border-radius: 40px !important;
}
#section-searchBar .filterSelectorDropdown::-webkit-scrollbar-thumb {
  border-radius: 3px !important;
  background-color: #D9D9D9 !important;
}

#searchInputModal {
  font-family: "Lexend", sans-serif;
  height: 100%;
}
#searchInputModal button:disabled {
  border: 1px solid #e4e7ec !important;
  background-color: #F2F4F7 !important;
  color: #98A2B3 !important;
  cursor: not-allowed;
  opacity: 1 !important;
}
#searchInputModal .modal-dialog {
  margin: 0;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}
#searchInputModal .modal-dialog .modal-content {
  padding-top: 24px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0;
  padding-bottom: 16px;
  min-height: 100%;
  position: relative;
  border: 0 !important;
  padding-bottom: 72px;
}
#searchInputModal .modal-dialog .modal-content .modalCloseButton {
  display: block;
  width: 56px;
  height: 56px;
  box-shadow: none;
  border: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}
#searchInputModal .modal-dialog .modal-content .modalCloseButton img,
#searchInputModal .modal-dialog .modal-content .modalCloseButton svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 14px;
  width: 14px;
}
#searchInputModal .modal-dialog .modal-content .modalSearchInputArea {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 16px;
}
#searchInputModal .modal-dialog .modal-content .modalSearchInputArea .modalSearchInput {
  border: 2px solid #8383EB;
  border-radius: 12px;
  height: 100%;
  width: 100%;
  padding: 16px 40px 16px 44px;
  position: relative;
}
#searchInputModal .modal-dialog .modal-content .modalSearchInputArea .modalSearchInput .modalSearchIcon {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 18px;
  left: 16px;
}
#searchInputModal .modal-dialog .modal-content .modalSearchInputArea .modalSearchInput input {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  padding: 0;
  caret-color: #6464E6;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #101828;
  text-overflow: ellipsis;
}
#searchInputModal .modal-dialog .modal-content .modalSearchInputArea .modalSearchInput input::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #D0D5DD;
}
#searchInputModal .modal-dialog .modal-content .modalSearchInputArea .modalSearchInput input::placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #D0D5DD;
}
#searchInputModal .modal-dialog .modal-content .modalSearchInputArea .modalSearchInput .inputClear {
  display: none;
  box-shadow: none;
  background-color: #667085;
  border: none;
  width: 18px !important;
  height: 18px;
  position: absolute;
  top: 18px;
  right: 14px;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0;
  margin: 0;
}
#searchInputModal .modal-dialog .modal-content .modalSearchInputArea .modalSearchInput .inputClear svg {
  display: block !important;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#searchInputModal .modal-dialog .modal-content .modalSearchInputArea .modalInputDropdown {
  display: block;
  width: 100%;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  padding: 0;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 8px 8px -4px rgba(16, 24, 40, 0.03), 0 20px 24px -4px rgba(16, 24, 40, 0.08);
}
#searchInputModal .modal-dialog .modal-content .modalSearchInputArea .modalInputDropdown .suggestionItemIcon {
  top: 11px !important;
  left: 20px !important;
  position: absolute;
  width: 18px;
  height: 18px;
}
#searchInputModal .modal-dialog .modal-content .modalSearchInputArea .modalInputDropdown .suggestionItem {
  display: block;
  width: 100%;
  min-height: 40px;
  cursor: pointer;
  padding: 8px 8px 8px 46px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #101828;
  border-radius: 8px;
}
#searchInputModal .modal-dialog .modal-content .modalSearchInputArea .modalInputDropdown .suggestionItem .colorHighlight {
  color: #6464E6;
}
#searchInputModal .modal-dialog .modal-content .modalSearchInputArea .modalInputDropdown .suggestionItem:hover {
  background-color: #F9FAFB;
}
#searchInputModal .modal-dialog .modal-content .modalSearchInputArea .modalInputDropdown .suggestionItem:first-child {
  margin-top: 16px;
}
#searchInputModal .modal-dialog .modal-content .modalSearchInputArea .modalInputDropdown .suggestionItem:last-child {
  margin-bottom: 16px;
}
#searchInputModal .modal-dialog .modal-content .modalSuggestionCategoryArea {
  display: block;
  width: 100%;
  padding: 16px 0 18px 0;
}
#searchInputModal .modal-dialog .modal-content .modalSuggestionCategoryArea .searchSuggestionCategoryAreaTitle {
  display: block;
  width: 100%;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #667085;
  margin-bottom: 4px;
  padding-left: 16px;
}
#searchInputModal .modal-dialog .modal-content .modalSuggestionCategoryArea .categoryItemsArea {
  display: block;
  width: 100%;
  overflow: hidden;
}
#searchInputModal .modal-dialog .modal-content .modalSuggestionCategoryArea .categoryItemsArea .categoryItem {
  display: block;
  width: 100%;
  float: left;
  padding: 2px 8px 2px 8px;
  text-decoration: none;
}
#searchInputModal .modal-dialog .modal-content .modalSuggestionCategoryArea .categoryItemsArea .categoryItem .categoryDetail {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 10px 10px 56px;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
#searchInputModal .modal-dialog .modal-content .modalSuggestionCategoryArea .categoryItemsArea .categoryItem .categoryDetail .categoryIconArea {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff !important;
  border-radius: 8px;
  border: 1px solid #E4E7EC;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0px -2px 0 0 rgba(16, 24, 40, 0.05);
  position: absolute;
  top: 10px;
  left: 8px;
}
#searchInputModal .modal-dialog .modal-content .modalSuggestionCategoryArea .categoryItemsArea .categoryItem .categoryDetail .categoryIconArea img,
#searchInputModal .modal-dialog .modal-content .modalSuggestionCategoryArea .categoryItemsArea .categoryItem .categoryDetail .categoryIconArea svg {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
}
#searchInputModal .modal-dialog .modal-content .modalSuggestionCategoryArea .categoryItemsArea .categoryItem .categoryDetail .categoryTitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #101828;
}
#searchInputModal .modal-dialog .modal-content .modalSuggestionCategoryArea .categoryItemsArea .categoryItem .categoryDetail .categoryDesc {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #475467;
}
#searchInputModal .modal-dialog .modal-content .modalSuggestionCategoryArea .categoryItemsArea .categoryItem .categoryDetail:hover {
  background-color: #F9FAFB;
}
#searchInputModal .modal-dialog .modal-content .modalSuggestionCategoryArea .categoryItemsArea .categoryItem .categoryDetail:hover .categoryTitle {
  font-weight: 600;
  color: #6464E6;
}
#searchInputModal .modal-dialog .modal-content .modalRecentSearchesArea {
  display: block;
  width: 100%;
  border-top: 1px solid #E4E7EC;
  padding: 16px;
}
#searchInputModal .modal-dialog .modal-content .modalRecentSearchesArea .rencentSearchesTitleArea {
  display: block;
  width: 100%;
  height: 20px;
}
#searchInputModal .modal-dialog .modal-content .modalRecentSearchesArea .rencentSearchesTitleArea .rencentSearchesTitle {
  float: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #667085;
}
#searchInputModal .modal-dialog .modal-content .modalRecentSearchesArea .rencentSearchesTitleArea .rencentSearchesClearAllBtn {
  border: 0;
  padding: 0;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #5050B8;
  float: right;
  box-shadow: none;
  background-color: transparent;
}
#searchInputModal .modal-dialog .modal-content .modalRecentSearchesArea .recentSearchItemsArea {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 4px;
  padding: 8px 0 0 0;
}
#searchInputModal .modal-dialog .modal-content .modalRecentSearchesArea .recentSearchItemsArea .recentSearchItem {
  display: block;
  float: left;
  margin-right: 8px;
  cursor: pointer;
  padding: 4px 12px;
  margin-bottom: 8px;
  background-color: #F9FAFB;
  border: 1px solid #E4E7EC;
  border-radius: 28px;
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  box-shadow: none;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
  word-break: break-all;
}
#searchInputModal .modal-dialog .modal-content .modalRecentSearchesArea .recentSearchItemsArea .recentSearchItem:last-child {
  margin-right: 0 !important;
}
#searchInputModal .modal-dialog .modal-content .modalSavedSearchesArea {
  width: 100%;
  display: block;
  padding: 16px;
}
#searchInputModal .modal-dialog .modal-content .modalSavedSearchesArea .savedSearchesTitle {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #667085;
  font-size: 14px;
  font-weight: 500;
}
#searchInputModal .modal-dialog .modal-content .modalSavedSearchesArea .savedSearchedItemArea {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 8px 0 0 0;
  margin-top: 4px;
}
#searchInputModal .modal-dialog .modal-content .modalSavedSearchesArea .savedSearchedItemArea .savedSearchesItem {
  display: block;
  float: left;
  margin-right: 8px;
  cursor: pointer;
  padding: 4px 24px 4px 12px;
  margin-bottom: 8px;
  background-color: #EEF4FF;
  border: 1px solid #C7D7FE;
  border-radius: 28px;
  color: #3538CD;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
#searchInputModal .modal-dialog .modal-content .modalSavedSearchesArea .savedSearchedItemArea .savedSearchesItem span {
  white-space: pre;
}
#searchInputModal .modal-dialog .modal-content .modalSavedSearchesArea .savedSearchedItemArea .savedSearchesItem a {
  float: left;
}
#searchInputModal .modal-dialog .modal-content .modalSavedSearchesArea .savedSearchedItemArea .savedSearchesItem button {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}
#searchInputModal .modal-dialog .modal-content .modalSavedSearchesArea .savedSearchedItemArea .savedSearchesItem button img,
#searchInputModal .modal-dialog .modal-content .modalSavedSearchesArea .savedSearchedItemArea .savedSearchesItem button svg {
  height: 8px;
  width: 8px;
  position: absolute;
  top: 4px;
  left: 4px;
  shape-rendering: crispedges;
}
#searchInputModal .modal-dialog .modal-content .modalSeeResultButton {
  display: block;
  width: calc(100% - 32px);
  height: 40px;
  background-color: #6464E6;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  box-shadow: none;
  border-radius: 8px;
  position: absolute;
  right: 16px;
  bottom: 16px;
}
#searchInputModal .modal-dialog .modal-content .modalSeeResultButton:disabled {
  border: 1px solid #E4E7EC;
  background-color: #F2F4F7;
  color: #98A2B3;
}

#searchInputModal.show .modal-dialog {
  transform: translateX(0);
}

#filterModal {
  font-family: "Lexend", sans-serif;
  height: 100%;
}
#filterModal button:disabled {
  border: 1px solid #e4e7ec !important;
  background-color: #F2F4F7 !important;
  color: #98A2B3 !important;
  cursor: not-allowed;
  opacity: 1 !important;
}
#filterModal .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 664px;
  float: right;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}
@media (max-width: 575.98px) {
  #filterModal .modal-dialog {
    max-width: 100%;
  }
}
#filterModal .modal-dialog .modal-content {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0;
  position: relative;
  border: 0 !important;
  min-height: 100%;
  padding-bottom: 72px;
}
#filterModal .modal-dialog .modal-content .modalHeader {
  display: block;
  width: 100%;
  height: 68px;
  padding: 24px 56px 16px 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #101828;
  position: relative;
  border-bottom: 1px solid #E4E7EC;
}
@media (max-width: 575.98px) {
  #filterModal .modal-dialog .modal-content .modalHeader {
    padding-left: 16px;
  }
}
#filterModal .modal-dialog .modal-content .modalHeader .btnModalClose {
  display: block;
  width: 40px;
  height: 40px;
  box-shadow: none;
  background-color: transparent;
  padding: 15px;
  position: absolute;
  top: 14px;
  right: 16px;
}
#filterModal .modal-dialog .modal-content .modalHeader .btnModalClose img,
#filterModal .modal-dialog .modal-content .modalHeader .btnModalClose svg {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 15px;
  left: 15px;
}
#filterModal .modal-dialog .modal-content .filterContentArea {
  display: block;
  width: 100%;
  padding: 40px 40px 28px 40px;
}
@media (max-width: 575.98px) {
  #filterModal .modal-dialog .modal-content .filterContentArea {
    padding: 24px 16px;
  }
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem {
  display: block;
  width: 100%;
  border: 1px solid #E4E7EC;
  border-radius: 12px;
  margin-top: 12px;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentTitle {
  display: block;
  width: 100%;
  height: 48px;
  padding: 12px 44px 12px 16px;
  position: relative;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentTitle .contentTitle {
  float: left;
  height: 100%;
  color: #344054;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentTitle .contentCount {
  float: left;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border: 1px solid #C0C0F5;
  border-radius: 100%;
  background-color: #DFDFFA;
  color: #5050B8;
  line-height: 18px;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  padding: 1px;
  display: none;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentTitle .contentArrowIcon {
  width: 14px;
  height: 8px;
  position: absolute;
  top: 19px;
  right: 19px;
  transform: rotate(180deg);
  transition: all 20ms;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail {
  height: 0;
  overflow: hidden;
  transition: all 20ms;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .filterChipsArea {
  display: block;
  width: 100%;
  overflow: hidden;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .filterChipsArea .filterChips {
  display: block;
  float: left;
  min-height: 28px;
  background-color: #fff;
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  margin-right: 12px;
  margin-bottom: 12px;
  color: #344054;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding: 4px 10px 4px 30px;
  position: relative;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .filterChipsArea .filterChips .form-check-input {
  width: 18px;
  height: 18px;
  border: 1px solid #D0D5DD;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  margin: 0;
  content: none !important;
  outline: none;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fff;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .filterChipsArea .filterChips .form-check-input:checked {
  background-color: #6464E6;
  border-color: #6464E6;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .modalTimeSelect {
  display: block;
  width: 300px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  max-width: 100%;
  padding: 10px 12px 10px 40px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #667085;
}
@media (max-width: 575.98px) {
  #filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .modalTimeSelect {
    width: 100%;
  }
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .modalTimeSelect .timeSelectIcon {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  left: 12px;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .modalTimeSelect .modalTimeSelectDropdown {
  display: none;
  width: calc(100% + 28px);
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #E4E7EC;
  box-shadow: 0 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .modalTimeSelect .modalTimeSelectDropdown #modalTimeSelector {
  display: none;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .modalTimeSelect .modalTimeSelectDropdown .dateSelectorOperationArea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 24px;
  cursor: auto;
  height: 40px;
  position: absolute;
  top: 68px;
  z-index: 999;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .modalTimeSelect .modalTimeSelectDropdown .dateSelectorOperationArea .dateValue {
  display: block;
  width: calc((100% - 25px) / 2);
  height: 100%;
  float: left;
  padding: 8px 12px;
  color: #101828;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .modalTimeSelect .modalTimeSelectDropdown .dateSelectorOperationArea .dateValueIcon {
  display: block;
  width: 25px;
  height: 100%;
  line-height: 40px;
  float: left;
  color: #667085;
  text-align: center;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .modalTimeSelect .modalTimeSelectDropdown .dateOperationButtons {
  display: block;
  width: 100%;
  height: 72px;
  padding: 16px;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .modalTimeSelect .modalTimeSelectDropdown .dateOperationButtons button {
  width: calc((100% - 12px) / 2);
  height: 100%;
  box-shadow: none;
  float: left;
  border-radius: 8px;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .modalTimeSelect .modalTimeSelectDropdown .dateOperationButtons .buttonDateClear {
  background-color: #fff;
  border: 1px solid #D0D5DD;
  color: #344054;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .modalTimeSelect .modalTimeSelectDropdown .dateOperationButtons .buttonDateApply {
  float: right;
  color: #fff;
  background-color: #6464E6;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .dropdownExpand {
  border: 2px solid #8383EB;
  line-height: 22px;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .dropdownExpand .modalTimeSelectDropdown {
  display: block;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .timeSelected {
  border: 2px solid #8383EB;
  line-height: 22px;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .modalTimeSelect[data-value]:not([data-value=""]) {
  color: #101828;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .priceInputArea {
  display: block;
  width: 100%;
  height: 98px;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .priceInputArea .priceInputGroup {
  height: 100%;
  float: left;
  width: calc((100% - 40px) / 2);
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .priceInputArea .priceInputGroup label {
  display: block;
  width: 100%;
  height: 26px;
  padding-bottom: 6px;
  line-height: 20px;
  font-weight: 500;
  color: #101828;
  font-size: 14px;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .priceInputArea .priceInputGroup input {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #D0D5DD;
  padding: 8px 12px;
  color: #344054;
  font-weight: 400;
  line-height: 24px;
  border-radius: 8px;
  outline: 0 !important;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .priceInputArea .priceInputGroup input[type=number]::-webkit-outer-spin-button,
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .priceInputArea .priceInputGroup input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .priceInputArea .priceInputGroup input[type=number] {
  -moz-appearance: textfield;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .priceInputArea .priceInputIcon {
  display: block;
  float: left;
  height: 100%;
  width: 40px;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .priceSlideArea,
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .priceButtonGroup {
  display: block;
  width: 100%;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .priceButtonGroup {
  overflow: hidden;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .priceButtonGroup button {
  display: block;
  width: calc((100% - 12px) / 2);
  box-shadow: none;
  height: 40px;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  float: left;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .priceButtonGroup .priceClearButton {
  background-color: #fff;
  border: 1px solid #D0D5DD;
  color: #344054;
  margin-right: 12px;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .priceButtonGroup .priceApplyButton {
  background-color: #6464E6;
  border: 0;
  color: #fff;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .irs--round .irs-handle {
  top: 24px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 2px solid #6464E6;
  background-color: #fff;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .irs--round {
  height: 64px;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .irs--round .irs-line {
  top: 33px;
  height: 8px;
  background-color: #E4E7EC;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterContentItem .filterContentDetail .irs--round .irs-bar {
  top: 33px;
  height: 8px;
  background-color: #6464E6;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterExpand .filterContentTitle {
  border-bottom: 1px solid #E4E7EC;
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterExpand .filterContentTitle .contentArrowIcon {
  transform: rotate(0);
}
#filterModal .modal-dialog .modal-content .filterContentArea .filterExpand .filterContentDetail {
  padding: 24px 16px 12px 24px;
  height: unset;
  overflow: visible;
}
#filterModal .modal-dialog .modal-content .filterButtonsArea {
  display: block;
  width: 100%;
  height: 72px;
  padding: 16px 40px 16px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 1px solid #E4E7EC;
}
@media (max-width: 575.98px) {
  #filterModal .modal-dialog .modal-content .filterButtonsArea {
    padding-right: 16px;
  }
}
#filterModal .modal-dialog .modal-content .filterButtonsArea button {
  float: right;
  height: 40px;
  margin-left: 12px;
  padding: 10px 16px;
  box-shadow: none;
  border-radius: 40px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
#filterModal .modal-dialog .modal-content .filterButtonsArea .buttonApply {
  background-color: #6464E6;
}
#filterModal .modal-dialog .modal-content .filterButtonsArea .buttonClear {
  border: 1px solid #D0D5DD;
  background-color: #fff;
  color: #344054;
}

#filterModal.show .modal-dialog {
  transform: translateX(0);
}

.saveSearchTooltipClass .tooltip-inner {
  max-width: 251px;
  font-family: "Lexend";
  padding: 8px 12px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

#savedSearchLoginModal {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(20, 30, 60, 0.7);
}
@media (max-width: 575.98px) {
  #savedSearchLoginModal .modal-dialog {
    max-width: 343px;
    margin: 0 auto;
    width: calc(100% - 32px);
  }
}
#savedSearchLoginModal .modal-content {
  border-radius: 12px;
}
#savedSearchLoginModal .modal-content .modal-header {
  padding: 48px 24px 0 24px;
  display: block;
  height: 80px;
  border: 0;
}
@media (max-width: 575.98px) {
  #savedSearchLoginModal .modal-content .modal-header {
    padding: 44px 16px 0 16px;
    height: 72px;
  }
}
#savedSearchLoginModal .modal-content .modal-header .modal-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #101828;
}
@media (max-width: 575.98px) {
  #savedSearchLoginModal .modal-content .modal-header .modal-title {
    font-size: 20px;
    line-height: 28px;
  }
}
#savedSearchLoginModal .modal-content .modal-header .btn-close {
  background: none;
  height: 36px;
  width: 36px;
  margin: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  opacity: 1;
  box-sizing: border-box;
  padding: 0;
  box-shadow: none !important;
}
#savedSearchLoginModal .modal-content .modal-header .btn-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#savedSearchLoginModal .modal-content .modal-body {
  padding: 4px 24px 24px 24px;
}
@media (max-width: 575.98px) {
  #savedSearchLoginModal .modal-content .modal-body {
    padding: 4px 16px 16px 16px;
  }
}
#savedSearchLoginModal .modal-content .modal-body p {
  margin: 0 0 56px 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #475467;
}
@media (max-width: 575.98px) {
  #savedSearchLoginModal .modal-content .modal-body p {
    font-size: 18px;
    margin-bottom: 48px;
  }
}
#savedSearchLoginModal .modal-content .modal-body .loginButton {
  background-color: #FF5AA0;
  width: 250px;
  height: 48px;
  border-radius: 48px;
  box-shadow: none;
  border: 0;
  text-align: center;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  color: #101828;
}
@media (max-width: 575.98px) {
  #savedSearchLoginModal .modal-content .modal-body .loginButton {
    width: 100%;
  }
}

.section-searchByGenre {
  padding: 16px;
  font-family: "Lexend", sans-serif;
  width: 100%;
}
.section-searchByGenre .genre-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  gap: 12px;
}
.section-searchByGenre .genre-topbar .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
}
.section-searchByGenre .genre-topbar .view-all {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B0B0F2;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  border-radius: 9999px;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-underline-offset: 2px;
  min-width: 62px;
}
.section-searchByGenre .genre-swiper {
  position: relative;
  overflow: hidden;
}
.section-searchByGenre .genre-swiper .genre-item {
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 80px;
  border-radius: 8px;
  cursor: pointer;
}
.section-searchByGenre .genre-swiper .genre-item .genre-icon {
  width: 19px;
  height: 24px;
  margin: 0 auto;
}
.section-searchByGenre .genre-swiper .genre-item .genre-title {
  color: white;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-transform: capitalize;
  margin: 0 auto;
  max-width: 63px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.section-searchByGenre .genre-swiper .genre-item:hover {
  background: #DFDFFA;
}
.section-searchByGenre .genre-swiper .genre-item:hover .genre-icon {
  filter: invert(1);
}
.section-searchByGenre .genre-swiper .genre-item:hover .genre-title {
  color: #141E3C;
}
.section-searchByGenre .genre-swiper .genre-swiper-pagination {
  position: absolute;
  inset: 0;
}
.section-searchByGenre .genre-swiper .genre-swiper-pagination .btn-next, .section-searchByGenre .genre-swiper .genre-swiper-pagination .btn-prev {
  width: 70px;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 3;
}
.section-searchByGenre .genre-swiper .genre-swiper-pagination .btn-next button, .section-searchByGenre .genre-swiper .genre-swiper-pagination .btn-prev button {
  padding: 4px;
  border-radius: 9999px;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.1019607843);
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-searchByGenre .genre-swiper .genre-swiper-pagination .btn-next button.inverted, .section-searchByGenre .genre-swiper .genre-swiper-pagination .btn-prev button.inverted {
  transform: rotate(180deg);
}
.section-searchByGenre .genre-swiper .genre-swiper-pagination .btn-prev {
  left: 0px;
  background: linear-gradient(90deg, #141E3C 34.45%, rgba(20, 30, 60, 0) 100%);
}
.section-searchByGenre .genre-swiper .genre-swiper-pagination .btn-next {
  right: 0px;
  justify-content: end;
  background: linear-gradient(270deg, #141E3C 33.1%, rgba(20, 30, 60, 0) 100%);
}
@media (min-width: 576px) {
  .section-searchByGenre .genre-topbar .title {
    font-size: 30px;
    line-height: 38px;
  }
  .section-searchByGenre .genre-topbar .view-all {
    background: #DFDFFA;
    padding: 10px 14px;
    color: #101828;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    min-width: 104px;
  }
}
@media (min-width: 992px) {
  .section-searchByGenre .genre-topbar .title {
    font-size: 36px;
    line-height: 44px;
  }
  .section-searchByGenre .genre-topbar .view-all {
    padding: 12px 18px;
    line-height: 24px;
    font-size: 16px;
    min-width: 122px;
  }
}

.section-catchByWeek {
  width: 100%;
  background-color: #fff;
  height: auto;
}
.section-catchByWeek > .component-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.section-catchByWeek > .component-content .bg-yellow-band {
  width: 100%;
  height: max-height;
  position: relative;
  overflow: hidden;
}
.section-catchByWeek > .component-content .catch-title {
  display: flex;
  justify-content: space-between;
}
.section-catchByWeek > .component-content .home-section-title {
  display: flex;
  color: #101828;
  font-weight: 600;
  font-size: 36px;
  line-height: 53px;
  margin-bottom: 32px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .section-catchByWeek > .component-content .home-section-title {
    margin-bottom: 32px;
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 575.98px) {
  .section-catchByWeek > .component-content .home-section-title {
    margin-bottom: 16px;
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
.section-catchByWeek > .component-content .home-section-title .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  color: #101828;
  padding: 0 0 0 10px;
  height: 100%;
  line-height: 53px;
  font-weight: 600;
  font-size: 36px;
  box-shadow: none;
}
.section-catchByWeek > .component-content .home-section-title .dropdown-toggle::after {
  border: 0;
}
.section-catchByWeek > .component-content .home-section-title .dropdown-toggle:hover {
  background-color: transparent;
}
.section-catchByWeek > .component-content .home-section-title .dropdown-toggle:active {
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .section-catchByWeek > .component-content .home-section-title .dropdown-toggle {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 575.98px) {
  .section-catchByWeek > .component-content .home-section-title .dropdown-toggle {
    font-size: 20px;
    line-height: 28px;
  }
}
.section-catchByWeek > .component-content .home-section-title .dropdown-toggle .select-time {
  border-bottom: 2px solid #101828;
}
.section-catchByWeek > .component-content .home-section-title .dropdown-toggle .chevron-down-icon {
  background-image: url("../images/icons/catch-chevron-down.svg");
  background-size: 28px 44px;
  width: 28px;
  height: 44px;
  margin-top: 10px;
  margin-left: 8px;
}
@media (max-width: 991.98px) {
  .section-catchByWeek > .component-content .home-section-title .dropdown-toggle .chevron-down-icon {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .section-catchByWeek > .component-content .home-section-title .dropdown-toggle .chevron-down-icon {
    margin-top: -5px;
    margin-left: 4px;
    width: 20px;
    height: 39px;
    background-size: 20px 39px;
  }
}
.section-catchByWeek > .component-content .home-section-title .show .chevron-down-icon {
  transform: rotate(180deg);
}
.section-catchByWeek > .component-content .home-section-title .dropdown-menu {
  border-radius: 12px;
  border: 1px solid #E4E7EC;
  width: 336px;
  height: 176px;
  padding: 11px;
}
.section-catchByWeek > .component-content .home-section-title .btn.show {
  background-color: transparent;
}
.section-catchByWeek > .component-content .home-section-title .highlight {
  color: #6464e6;
}
.section-catchByWeek > .component-content .home-section-title .dropdown-item {
  box-shadow: none;
  padding-left: 20px;
  border-radius: 8px;
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.section-catchByWeek > .component-content .home-section-title .dropdown-item:active {
  color: #6464e6;
  background-color: #fff;
}
.section-catchByWeek > .component-content .home-section-title .dropdown-item:hover {
  color: #2D2926;
  background-color: #F9FAFB;
}
@media (max-width: 575.98px) {
  .section-catchByWeek > .component-content .home-section-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 120%;
  }
}
.section-catchByWeek > .component-content .responsive-container {
  padding: 80px 0 28px 0;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .section-catchByWeek > .component-content .responsive-container {
    padding: 64px 0;
  }
}
.section-catchByWeek > .component-content .responsive-container .loading {
  text-align: center;
  height: 1100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-catchByWeek > .component-content .responsive-container .loading img {
  width: 200px;
  height: 200px;
}
@media (max-width: 575.98px) {
  .section-catchByWeek > .component-content .responsive-container .loading img {
    width: 120px;
    height: 120px;
  }
}
.section-catchByWeek > .component-content .responsive-container .loading p {
  font-weight: 900;
  font-size: 24px;
  line-height: 28.8px;
  background: linear-gradient(90deg, #3CA6E0 0%, #3CC882 49.88%, #FFDC28 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  margin-top: 36px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .section-catchByWeek > .component-content .responsive-container .loading p {
    font-size: 16px;
  }
}
.section-catchByWeek > .component-content .waterfall-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  -moz-column-gap: 32px;
       column-gap: 32px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .section-catchByWeek > .component-content .waterfall-container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media (max-width: 575.98px) {
  .section-catchByWeek > .component-content .waterfall-container {
    grid-template-columns: minmax(0, 1fr);
  }
}
.section-catchByWeek > .component-content .waterfall-container .event-cards {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 36px;
}
@media (max-width: 991.98px) {
  .section-catchByWeek > .component-content .waterfall-container .event-cards {
    margin-bottom: 28px;
  }
}
@media (max-width: 575.98px) {
  .section-catchByWeek > .component-content .waterfall-container .event-cards {
    margin-bottom: 36px;
  }
}
@media (max-width: 575.98px) {
  .section-catchByWeek > .component-content .waterfall-container .event-cards:last-child {
    margin-bottom: 0;
  }
}
.section-catchByWeek > .component-content .waterfall-container .img-box {
  overflow: hidden;
  position: relative;
  height: 240px;
  width: 100%;
  border-radius: 20px;
}
.section-catchByWeek > .component-content .waterfall-container .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.section-catchByWeek > .component-content .waterfall-container .thumbnail-bg {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  height: 100%;
  width: 100%;
  background-size: contain;
  filter: blur(20px);
}
.section-catchByWeek > .component-content .waterfall-container .item-card {
  background-color: #fff;
  position: relative;
}
.section-catchByWeek > .component-content .waterfall-container .card-super-banner {
  color: #fff;
  height: 30px;
  border-radius: 15px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  white-space: pre;
}
.section-catchByWeek > .component-content .waterfall-container .super-event {
  background: #5050B8;
}
@media (max-width: 991.98px) {
  .section-catchByWeek > .component-content .waterfall-container .super-event {
    background: #6464E6;
  }
}
.section-catchByWeek > .component-content .waterfall-container .member-exclusive {
  background: #F79009;
  color: #101828;
}
.section-catchByWeek > .component-content .waterfall-container .card-free-banner {
  margin-top: 10px;
  color: #B93815;
  background: #FEF6EE;
  border: 1px solid #F9DBAF;
  height: 30px;
  border-radius: 15px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block !important;
  width: auto;
  text-decoration: none;
}
.section-catchByWeek > .component-content .waterfall-container .info {
  padding-top: 12px;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .section-catchByWeek > .component-content .waterfall-container .info {
    height: auto;
  }
}
.section-catchByWeek > .component-content .waterfall-container .blue-btn {
  background-image: url("../images/icons/bookmark_blue.svg") !important;
}
.section-catchByWeek > .component-content .waterfall-container .yellow-btn {
  background-image: url("../images/icons/bookmark_yellow.svg") !important;
}
.section-catchByWeek > .component-content .waterfall-container .add-to-catch-list {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 190px;
  right: 10px;
  background-color: transparent;
  background-image: url("../images/icons/bookmark.svg");
  border: 0;
  z-index: 2;
}
.section-catchByWeek > .component-content .waterfall-container .card-date {
  margin-top: 10px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.section-catchByWeek > .component-content .waterfall-container .card-date-time {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #5050B8;
}
.section-catchByWeek > .component-content .waterfall-container .card-date-word {
  color: #98A2B3;
}
.section-catchByWeek > .component-content .waterfall-container .card-title {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
}
.section-catchByWeek > .component-content .waterfall-container .card-title-icon {
  background-image: url("../images/icons/arrow-up-right.svg");
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
.section-catchByWeek > .component-content .waterfall-container .info-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #101828;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-catchByWeek > .component-content .waterfall-container .card-location,
.section-catchByWeek > .component-content .waterfall-container .card-online {
  margin-top: 10px !important;
  color: #98A2B3;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-catchByWeek > .component-content p {
  margin-top: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  padding-left: 16px;
  color: #FFF;
  font-weight: 300;
}
.section-catchByWeek > .component-content .actions {
  color: #101828;
  background: #DFDFFA;
  width: 192px;
  height: 48px;
  border-radius: 24px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 10px;
  text-decoration: none;
}
.section-catchByWeek > .component-content .actions span {
  width: 152px;
  text-align: center;
}
.section-catchByWeek > .component-content .actions-pc {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .section-catchByWeek > .component-content .actions-pc {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .section-catchByWeek > .component-content .actions-pc {
    display: none;
  }
}
.section-catchByWeek > .component-content .actions-media {
  display: none;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .section-catchByWeek > .component-content .actions-media {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  .section-catchByWeek > .component-content .actions-media {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
}
.section-catchByWeek > .component-content .view-all-icon {
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/arrow-up-right.svg");
  background-size: 24px 24px;
}

#article-stories {
  display: block;
  min-height: 744px;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 108px;
  position: relative;
}
@media (max-width: 991.98px) {
  #article-stories {
    padding-bottom: 144px;
  }
}
#article-stories .loading {
  text-align: center;
  height: 1100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#article-stories .loading img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  #article-stories .loading img {
    width: 120px;
    height: 120px;
  }
}
#article-stories .loading p {
  font-weight: 900;
  font-size: 24px;
  line-height: 28.8px;
  background: linear-gradient(90deg, #3CA6E0 0%, #3CC882 49.88%, #FFDC28 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  margin-top: 36px;
  width: 100%;
}
@media (max-width: 575.98px) {
  #article-stories .loading p {
    font-size: 16px;
  }
}
#article-stories .font-500 {
  font-weight: 500;
}
#article-stories .font-grey {
  color: #98A2B3;
}
#article-stories a {
  text-decoration: none;
  color: #fff;
}
#article-stories a:hover {
  color: #1570EF;
}
#article-stories .article-card-item .read {
  font-size: 18px;
  line-height: 28px;
}
#article-stories .article-card-item .title-container {
  margin-top: 10px;
}
#article-stories .main .maintitle {
  display: flex;
  justify-content: space-between;
  font-size: 36px;
  line-height: 48px;
  height: 46px;
  margin-bottom: 28px;
  font-weight: 600;
}
#article-stories .main .maintitle a {
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #D0D5DD;
  border-radius: 9999px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 44px;
}
@media (max-width: 991.98px) {
  #article-stories .main .maintitle a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 64px;
    width: 207px;
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 0;
    height: 48px;
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  #article-stories .main .maintitle a {
    width: 178px;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
  }
}
#article-stories .main .content {
  display: flex;
  justify-content: space-between;
  gap: 0 32px;
}
#article-stories .main .content .firstbookmark {
  bottom: 16px;
  right: 16px;
}
#article-stories .main .content .like {
  background-image: url("../images/icons/bookmark_yellow.svg");
}
#article-stories .main .content .left {
  width: 50%;
  display: flex;
  flex-direction: column;
}
#article-stories .main .content .left .article-card-item .left-img-container {
  width: 100%;
  height: 353px;
}
#article-stories .main .content .left .article-card-item .left-description-container .title {
  font-size: 36px;
  color: #fff;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
#article-stories .main .content .right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 48px 0px;
}
#article-stories .main .content .right .article-card-item {
  flex: 0 0 calc((100% - 32px) / 2);
}
#article-stories .main .content .right .article-card-item:nth-child(2n) {
  padding-left: 16px;
}
#article-stories .main .content .right .article-card-item:nth-child(2n-1) {
  padding-right: 16px;
}
#article-stories .main .content .right .article-card-item .right-img-container {
  width: 100%;
  height: 175px;
}
#article-stories .main .content .right .article-card-item .right-description-container .read {
  font-size: 16px;
  line-height: 24px;
}
#article-stories .main .content .right .article-card-item .right-description-container .title-container .title {
  font-size: 20px;
  color: #fff;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media (max-width: 991.98px) {
  #article-stories {
    min-height: 1160px;
    padding-bottom: 192px;
  }
  #article-stories .main .all-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 79px;
  }
  #article-stories .main .all-btn a {
    display: flex;
    align-items: center;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #D0D5DD;
    border-radius: 9999px;
    padding-left: 18px;
    padding-right: 18px;
    line-height: 44px;
  }
  #article-stories .main .maintitle {
    font-size: 30px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 32px;
  }
  #article-stories .main .content {
    flex-direction: column;
  }
  #article-stories .main .content .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 32px;
  }
  #article-stories .main .content .left .article-card-item .left-img-container {
    width: 100%;
    height: 353px;
    margin-bottom: 20px;
  }
  #article-stories .main .content .left .article-card-item .left-description-container .title {
    font-size: 30px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  #article-stories .main .content .right {
    width: 100%;
  }
  #article-stories .main .content .right .article-card-item {
    width: 50%;
  }
  #article-stories .main .content .right .article-card-item:nth-child(2n) {
    padding-left: 12px;
  }
  #article-stories .main .content .right .article-card-item:nth-child(2n-1) {
    padding-right: 12px;
  }
}
@media (max-width: 575.98px) {
  #article-stories {
    min-height: 690px;
    padding-bottom: 136px;
  }
  #article-stories .main .all-btn {
    margin-top: 40px;
  }
  #article-stories .main .all-btn a {
    display: flex;
    align-items: center;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #D0D5DD;
    border-radius: 9999px;
    padding-left: 18px;
    padding-right: 18px;
    line-height: 40px;
  }
  #article-stories .main .maintitle {
    font-size: 20px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  #article-stories .main .content {
    flex-direction: column;
  }
  #article-stories .main .content .bookmark {
    right: 8px;
    bottom: 8px;
  }
  #article-stories .main .content .bookmark > img {
    width: 10px;
    height: 10px;
    margin-bottom: 5px;
  }
  #article-stories .main .content .firstbookmark {
    bottom: 16px;
    right: 16px;
  }
  #article-stories .main .content .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 32px;
  }
  #article-stories .main .content .left .left-img-container {
    width: 100%;
    height: 214px;
    margin-bottom: 12px;
    position: relative;
  }
  #article-stories .main .content .left .read {
    font-size: 16px;
    line-height: 24px;
  }
  #article-stories .main .content .left .left-description-container .title-container {
    margin-top: 6px;
  }
  #article-stories .main .content .left .left-description-container .title-container .title {
    font-size: 16px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  #article-stories .main .content .right {
    width: 100%;
    gap: 8px;
    flex-direction: column;
  }
  #article-stories .main .content .right .article-card-item {
    width: 100%;
    flex-direction: row;
  }
  #article-stories .main .content .right .article-card-item:nth-child(2n) {
    padding-left: 0;
  }
  #article-stories .main .content .right .article-card-item:nth-child(2n-1) {
    padding-right: 0;
  }
  #article-stories .main .content .right .article-card-item .right-img-container {
    width: 64px;
    height: 64px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  #article-stories .main .content .right .article-card-item .right-img-container .thumbnail {
    border-radius: 8px;
  }
  #article-stories .main .content .right .article-card-item .right-description-container {
    font-size: 12px;
    margin-left: 16px;
  }
  #article-stories .main .content .right .article-card-item .right-description-container .read {
    font-size: 12px;
  }
  #article-stories .main .content .right .article-card-item .right-description-container .title-container {
    margin-top: 4px;
    font-size: 14px;
  }
  #article-stories .main .content .right .article-card-item .right-description-container .title-container .title {
    font-size: 14px;
    height: auto;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

a {
  text-decoration: none;
}

button {
  background: transparent;
  border: none;
}

.topBox {
  display: block;
  width: 100%;
}

.nac-btn {
  border: none;
  background-color: inherit;
}

.modal-content.nac-modal {
  border-width: 4px 0 0 0;
  border-style: solid;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(90deg, #3CA0F0 0.33%, #3CC882 50.52%, #FFDC28 99.74%);
  color: #141E3C;
}

.section-header .header {
  position: fixed !important;
}

input[type=checkbox]:not([role=switch]) {
  background: transparent;
  width: 40px;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  content: url("../images/icons/checkbox-light.svg");
}
@media (max-width: 991.98px) {
  input[type=checkbox]:not([role=switch]) {
    width: 30px;
    height: 30px;
  }
}
input[type=checkbox]:not([role=switch]):checked {
  content: url("../images/icons/checkbox-light-checked.svg");
}
input[type=checkbox]:not([role=switch]).dark {
  content: url("../images/icons/checkbox-dark.svg");
}
input[type=checkbox]:not([role=switch]).dark:checked {
  content: url("../images/icons/checkbox-dark-checked.svg");
}
input[type=checkbox]:not([role=switch]).dark:disabled:checked {
  content: url("../images/icons/Checkbox-dark-disabled.svg");
}

input[type=radio]:not([role=switch]) {
  background: transparent;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  content: url("../images/icons/radio-light.svg");
}
@media (max-width: 991.98px) {
  input[type=radio]:not([role=switch]) {
    width: 30px;
    height: 30px;
  }
}
input[type=radio]:not([role=switch]):checked {
  content: url("../images/icons/radio-light-checked.svg");
}
input[type=radio]:not([role=switch]).dark {
  content: url("../images/icons/radio-dark.svg");
}
input[type=radio]:not([role=switch]).dark:checked {
  content: url("../images/icons/radio-dark-checked.svg");
}

button.nac-chip {
  border: none;
  background-color: #D5D4D4;
  color: #141E3C;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 8px;
}
button.nac-chip::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/chip-plus.svg");
  content: "";
  background-size: contain;
}
button.nac-chip:disabled {
  background-color: #D5D4D4;
  color: #A1A5B1;
  pointer-events: none;
}
button.nac-chip:disabled::after {
  background-image: url("../images/icons/chip-plus-disabled.svg");
}
@media (min-width: 992px) {
  button.nac-chip:hover {
    outline: 4px solid #6464E6;
    color: #6464E6;
    text-shadow: 1px 0 0 #6464E6;
  }
}
button.nac-chip:active {
  outline: none;
  color: #ffffff;
  background-color: #6464E6;
  text-shadow: none;
}
button.nac-chip:active::after {
  background-image: url("../images/icons/chip-plus-white.svg");
}
button.nac-chip.selected {
  background-color: #6464E6;
  color: #ffffff;
}
button.nac-chip.selected::after {
  background-image: url("../images/icons/chip-tick-white.svg");
}
@media (min-width: 992px) {
  button.nac-chip.selected.deselection {
    outline-color: #141E3C;
    color: #141E3C;
    text-shadow: 1px 0 0 #141E3C;
  }
  button.nac-chip.selected.deselection::after {
    background-image: url("../images/icons/chip-plus-black.svg");
  }
}
button.nac-chip.selected:active {
  color: #ffffff;
  text-shadow: none;
}
button.nac-chip.selected:active::after {
  background-image: url("../images/icons/chip-plus-white.svg");
}
button.nac-chip.remove {
  background-color: #ffffff;
}
button.nac-chip.remove::after {
  transform: rotate(45deg);
}
button.nac-chip.remove:active {
  background-color: #6464E6;
}
@media (max-width: 991.98px) {
  button.nac-chip {
    font-size: 16px;
  }
  button.nac-chip::after {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 575.98px) {
  button.nac-chip {
    font-size: 14px;
    padding: 5px 10px;
  }
  button.nac-chip::after {
    width: 17px;
    height: 17px;
  }
}

#subscribingNewsletterModal .modal-header {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}
#subscribingNewsletterModal .modal-header button {
  position: absolute;
  top: 39px;
  right: 51px;
  width: 32px;
  height: 32px;
  background-size: 100%;
  border-radius: 0;
}
@media (max-width: 991.98px) {
  #subscribingNewsletterModal .modal-header button {
    top: 36px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575.98px) {
  #subscribingNewsletterModal .modal-header button {
    top: 38px;
    right: 16px;
  }
}
#subscribingNewsletterModal .modal-dialog {
  max-width: 847px;
}
@media (max-width: 575.98px) {
  #subscribingNewsletterModal .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
}
#subscribingNewsletterModal .modal-content {
  padding: 52px 40px 30px 33px;
}
@media (max-width: 991.98px) {
  #subscribingNewsletterModal .modal-content {
    padding-bottom: 66px;
  }
}
@media (max-width: 575.98px) {
  #subscribingNewsletterModal .modal-content {
    padding: 70px 16px 24px 16px;
  }
}
#subscribingNewsletterModal .modal-body {
  padding: 0;
}
#subscribingNewsletterModal .modal-body .subscription-sub-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  #subscribingNewsletterModal .modal-body .subscription-sub-title {
    font-size: 18px;
  }
}
#subscribingNewsletterModal .modal-body .topics > div {
  margin-bottom: 8px;
  gap: 8px calc(8px - 0.25rem);
}
#subscribingNewsletterModal .modal-body .topics .subscription-sub-title {
  margin-bottom: 0;
}
#subscribingNewsletterModal .modal-title {
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 120%;
}
#subscribingNewsletterModal .nac-form-control-2,
#subscribingNewsletterModal #subscribeNewsletterEmail {
  max-width: 414px !important;
  width: 100% !important;
}
#subscribingNewsletterModal .chip:hover,
#subscribingNewsletterModal .chip:focus,
#subscribingNewsletterModal .chip:active {
  font-weight: 300;
}
#subscribingNewsletterModal .mb-2 {
  font-weight: 900;
}

#section-main #section-searchBar {
  padding: 50px 0 64px 0;
}
@media (max-width: 991.98px) {
  #section-main #section-searchBar {
    padding: 32px 0 32px 0;
  }
}
@media (max-width: 575.98px) {
  #section-main #section-searchBar {
    padding: 48px 0 16px;
  }
}