/* [project]/src/components/ui/tags/tags.module.scss.module.css [app-client] (css) */
.tags-module-scss-module__zxZ1Ga__tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.tags-module-scss-module__zxZ1Ga__tags.tags-module-scss-module__zxZ1Ga__light .tags-module-scss-module__zxZ1Ga__tag {
  border: 1px solid #fff8ff33;
  color: #fff8ff;
  background-color: #0000;
}

.tags-module-scss-module__zxZ1Ga__tags.tags-module-scss-module__zxZ1Ga__dark .tags-module-scss-module__zxZ1Ga__tag {
  border: 1px solid #22002280;
  color: #202;
  background-color: #0000;
}

.tags-module-scss-module__zxZ1Ga__left {
  justify-content: flex-start;
}

.tags-module-scss-module__zxZ1Ga__right {
  justify-content: flex-end;
}

.tags-module-scss-module__zxZ1Ga__center {
  justify-content: center;
}

.tags-module-scss-module__zxZ1Ga__tag {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  border-radius: 999px;
  text-transform: uppercase;
  font-family: var(--font-general-grotesque);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .22px;
}


/* [project]/src/components/ui/card/card.module.scss.module.css [app-client] (css) */
.card-module-scss-module__Vi0IrW__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
  transition: background-color .3s;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.card-module-scss-module__Vi0IrW__card .card-module-scss-module__Vi0IrW__mediaWrapper {
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.card-module-scss-module__Vi0IrW__card .card-module-scss-module__Vi0IrW__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease-out;
}

.card-module-scss-module__Vi0IrW__card .card-module-scss-module__Vi0IrW__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease-out;
  display: block;
}

.card-module-scss-module__Vi0IrW__card .card-module-scss-module__Vi0IrW__tagContainer {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.card-module-scss-module__Vi0IrW__card .card-module-scss-module__Vi0IrW__imageWrapper + .card-module-scss-module__Vi0IrW__tagContainer {
  margin-top: 8px;
}

.card-module-scss-module__Vi0IrW__card .card-module-scss-module__Vi0IrW__dateContainer {
  position: absolute;
  top: 34px;
  right: 34px;
  background-color: #ba86fe;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 12px;
  border-radius: 16px;
  border: 1.5px solid #fff8ff33;
  color: #331433;
  font-family: var(--font-general-grotesque);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .28px;
  text-transform: uppercase;
}

.card-module-scss-module__Vi0IrW__card .card-module-scss-module__Vi0IrW__title {
  color: #fff8ff;
  margin: 0;
  font-family: var(--font-general-grotesque);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.card-module-scss-module__Vi0IrW__card .card-module-scss-module__Vi0IrW__subtitle {
  color: #fff8ff;
  opacity: .8;
  margin: 0;
  margin-top: -10px;
  font-family: var(--font-general-grotesque);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.card-module-scss-module__Vi0IrW__card .card-module-scss-module__Vi0IrW__description {
  color: #fff8ff;
  margin: 0;
  font-family: var(--font-general-grotesque);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.card-module-scss-module__Vi0IrW__card .card-module-scss-module__Vi0IrW__truncate {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 100px;
}

.card-module-scss-module__Vi0IrW__card .card-module-scss-module__Vi0IrW__readTime {
  color: #fff8ff;
  opacity: .8;
  font-family: var(--font-general-grotesque);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .22px;
}

.card-module-scss-module__Vi0IrW__dark {
  background-color: #331433;
}

.card-module-scss-module__Vi0IrW__dark .card-module-scss-module__Vi0IrW__title, .card-module-scss-module__Vi0IrW__dark .card-module-scss-module__Vi0IrW__description {
  color: #fff8ff;
}

.card-module-scss-module__Vi0IrW__dark .card-module-scss-module__Vi0IrW__readTime {
  color: #fff8ff;
  opacity: .8;
}

.card-module-scss-module__Vi0IrW__dark .card-module-scss-module__Vi0IrW__dateContainer {
  background-color: #ba86fe;
  border: 1.5px solid #fff8ff1a;
  color: #331433;
}

.card-module-scss-module__Vi0IrW__light {
  background-color: #3314331a;
}

.card-module-scss-module__Vi0IrW__light .card-module-scss-module__Vi0IrW__title, .card-module-scss-module__Vi0IrW__light .card-module-scss-module__Vi0IrW__description {
  color: #331433;
}

.card-module-scss-module__Vi0IrW__light .card-module-scss-module__Vi0IrW__readTime {
  color: #331433;
  opacity: .8;
}

.card-module-scss-module__Vi0IrW__light .card-module-scss-module__Vi0IrW__dateContainer {
  background-color: #ba86fe;
  border: 1.5px solid #fff8ff1a;
  color: #331433;
}

a.card-module-scss-module__Vi0IrW__card:hover {
  background-color: #fff8ff26;
}

a.card-module-scss-module__Vi0IrW__card:hover .card-module-scss-module__Vi0IrW__image {
  transform: scale(1.05);
}

a.card-module-scss-module__Vi0IrW__card:hover .card-module-scss-module__Vi0IrW__video {
  transform: scale(1.05);
}

a.card-module-scss-module__Vi0IrW__card.card-module-scss-module__Vi0IrW__light:hover {
  background-color: #33143326;
}

.card-module-scss-module__Vi0IrW__style-2 {
  background-color: unset;
  padding: 0;
}

.card-module-scss-module__Vi0IrW__style-2 .card-module-scss-module__Vi0IrW__mediaWrapper {
  width: 100%;
  aspect-ratio: 2 / 2;
}

.card-module-scss-module__Vi0IrW__authorContainer {
  display: flex;
  gap: 8px;
  align-items: center;
}

.card-module-scss-module__Vi0IrW__authorImage, .card-module-scss-module__Vi0IrW__authorImage2 {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  overflow: hidden;
  box-sizing: content-box;
}

.card-module-scss-module__Vi0IrW__authorName {
  color: #fff8ff;
  opacity: .8;
  font-family: var(--font-general-grotesque);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .24px;
}

.card-module-scss-module__Vi0IrW__authorImage2:not(:first-child) {
  margin-left: -20px;
  border: 2px solid #331433;
}

.card-module-scss-module__Vi0IrW__authorRow {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}


/* [project]/src/components/eventsList/eventsList.module.scss.module.css [app-client] (css) */
.eventsList-module-scss-module__mtNeHa__cardListWrapper {
  max-width: 1200px;
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  margin: 80px auto;
}

@media only screen and (width >= 768px) {
  .eventsList-module-scss-module__mtNeHa__cardListWrapper {
    margin: 120px auto;
  }
}

@media (width <= 992px) {
  .eventsList-module-scss-module__mtNeHa__cardListWrapper {
    padding: 20px;
  }
}

.eventsList-module-scss-module__mtNeHa__cardListWrapperInner {
  grid-column-start: 2;
  grid-column-end: 12;
}

@media (width <= 992px) {
  .eventsList-module-scss-module__mtNeHa__cardListWrapperInner {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

.eventsList-module-scss-module__mtNeHa__cardList {
  margin-top: 80px;
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (width <= 768px) {
  .eventsList-module-scss-module__mtNeHa__cardList {
    grid-template-columns: 1fr;
  }
}

.eventsList-module-scss-module__mtNeHa__filtersContainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}


/* [project]/src/components/ui/pagination/pagination.module.scss.module.css [app-client] (css) */
.pagination-module-scss-module__16DUPa__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}

.pagination-module-scss-module__16DUPa__pageButton {
  padding: 8px 16px;
  background: #fff8ff;
  border-radius: 4px;
  cursor: pointer;
  transition: all .2s;
}

.pagination-module-scss-module__16DUPa__pageButton:hover {
  background: #f0f0f0;
}

.pagination-module-scss-module__16DUPa__activePage {
  background: #fff8ff !important;
  color: #202 !important;
}

.pagination-module-scss-module__16DUPa__prev {
  width: 25px;
  padding: 0 !important;
}

.pagination-module-scss-module__16DUPa__next {
  width: 25px;
  padding: 0 !important;
}

.pagination-module-scss-module__16DUPa__fade {
  opacity: .5;
}


/* [project]/src/components/basicFilter/basicFilter.module.scss.module.css [app-client] (css) */
.basicFilter-module-scss-module__bmdlsq__wrapper {
  max-width: 475px;
  position: relative;
  z-index: 20;
  transform: translateZ(0);
}

@media (width <= 768px) {
  .basicFilter-module-scss-module__bmdlsq__wrapper {
    max-width: 200px;
  }
}

.basicFilter-module-scss-module__bmdlsq__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 23px;
  height: 30px;
}

.basicFilter-module-scss-module__bmdlsq__trigger {
  width: 374px;
  height: 30px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  border: none;
  border-bottom: 1px solid #fff8ff80;
  color: #fff8ff;
  background: none;
  cursor: pointer;
  outline: none;
  font-family: var(--font-general-grotesque);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .28px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.basicFilter-module-scss-module__bmdlsq__content {
  min-width: 377px;
  padding: 16px;
  border-radius: 20px;
  background: #472b47;
  border: 1.5px solid #fff8ff80;
  backdrop-filter: blur(50px);
  display: flex;
  flex-direction: column;
  gap: 7.5px;
  z-index: 20;
}

.basicFilter-module-scss-module__bmdlsq__item {
  height: 30px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  border-radius: 232px;
  color: #fff8ff;
  cursor: pointer;
  user-select: none;
  font-family: var(--font-general-grotesque);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .28px;
  text-transform: uppercase;
}

.basicFilter-module-scss-module__bmdlsq__item:hover {
  background: #fff8ff80;
}

.basicFilter-module-scss-module__bmdlsq__item[data-highlighted] {
  background: #fff8ff80;
  outline: none;
}


/* [project]/node_modules/react-datepicker/dist/react-datepicker.css [app-client] (css) */
.react-datepicker__navigation-icon:before, .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: Helvetica Neue, helvetica, arial, sans-serif;
  font-size: .8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: .3rem;
  display: inline-block;
  position: relative;
  line-height: initial;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time, .react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.react-datepicker-popper {
  z-index: 1;
  line-height: 0;
}

.react-datepicker-popper .react-datepicker__triangle {
  stroke: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  fill: #f0f0f0;
  color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle {
  fill: #fff;
  color: #fff;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: .3rem;
  padding: 8px 0;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: .3rem;
}

.react-datepicker__year-dropdown-container--select, .react-datepicker__month-dropdown-container--select, .react-datepicker__month-year-dropdown-container--select, .react-datepicker__year-dropdown-container--scroll, .react-datepicker__month-dropdown-container--scroll, .react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month, .react-datepicker-time__header, .react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: .944rem;
}

h2.react-datepicker__current-month {
  padding: 0;
  margin: 0;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 2px;
}

.react-datepicker__navigation--next {
  right: 2px;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
}

.react-datepicker__navigation:hover :before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}

.react-datepicker__navigation-icon--next {
  left: -2px;
}

.react-datepicker__navigation-icon--next:before {
  transform: rotate(45deg);
  left: -7px;
}

.react-datepicker__navigation-icon--previous {
  right: -2px;
}

.react-datepicker__navigation-icon--previous:before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: .4rem;
  text-align: center;
}

.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}

.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: .4rem;
  text-align: center;
}

.react-datepicker__month .react-datepicker__month-text, .react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button, .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
  -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: .3rem;
  position: absolute;
  right: -87px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: #fff;
  border-bottom-right-radius: .3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: .3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + .85rem);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: #fff;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: #0000;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: .166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover {
  border-radius: .3rem;
  background-color: #f0f0f0;
}

.react-datepicker__week-number--selected {
  border-radius: .3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: .166rem;
}

.react-datepicker__day, .react-datepicker__month-text, .react-datepicker__quarter-text, .react-datepicker__year-text {
  cursor: pointer;
}

.react-datepicker__day:not([aria-disabled="true"]):hover, .react-datepicker__month-text:not([aria-disabled="true"]):hover, .react-datepicker__quarter-text:not([aria-disabled="true"]):hover, .react-datepicker__year-text:not([aria-disabled="true"]):hover {
  border-radius: .3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today, .react-datepicker__month-text--today, .react-datepicker__quarter-text--today, .react-datepicker__year-text--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted, .react-datepicker__month-text--highlighted, .react-datepicker__quarter-text--highlighted, .react-datepicker__year-text--highlighted {
  border-radius: .3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:not([aria-disabled="true"]):hover, .react-datepicker__month-text--highlighted:not([aria-disabled="true"]):hover, .react-datepicker__quarter-text--highlighted:not([aria-disabled="true"]):hover, .react-datepicker__year-text--highlighted:not([aria-disabled="true"]):hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1, .react-datepicker__month-text--highlighted-custom-1, .react-datepicker__quarter-text--highlighted-custom-1, .react-datepicker__year-text--highlighted-custom-1 {
  color: #f0f;
}

.react-datepicker__day--highlighted-custom-2, .react-datepicker__month-text--highlighted-custom-2, .react-datepicker__quarter-text--highlighted-custom-2, .react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--holidays, .react-datepicker__month-text--holidays, .react-datepicker__quarter-text--holidays, .react-datepicker__year-text--holidays {
  position: relative;
  border-radius: .3rem;
  background-color: #ff6803;
  color: #fff;
}

.react-datepicker__day--holidays .overlay, .react-datepicker__month-text--holidays .overlay, .react-datepicker__quarter-text--holidays .overlay, .react-datepicker__year-text--holidays .overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility, opacity .3s ease-in-out;
}

.react-datepicker__day--holidays:not([aria-disabled="true"]):hover, .react-datepicker__month-text--holidays:not([aria-disabled="true"]):hover, .react-datepicker__quarter-text--holidays:not([aria-disabled="true"]):hover, .react-datepicker__year-text--holidays:not([aria-disabled="true"]):hover {
  background-color: #cf5300;
}

.react-datepicker__day--holidays:hover .overlay, .react-datepicker__month-text--holidays:hover .overlay, .react-datepicker__quarter-text--holidays:hover .overlay, .react-datepicker__year-text--holidays:hover .overlay {
  visibility: visible;
  opacity: 1;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range, .react-datepicker__month-text--selected, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--selected, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--selected, .react-datepicker__year-text--in-selecting-range, .react-datepicker__year-text--in-range {
  border-radius: .3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:not([aria-disabled="true"]):hover, .react-datepicker__day--in-selecting-range:not([aria-disabled="true"]):hover, .react-datepicker__day--in-range:not([aria-disabled="true"]):hover, .react-datepicker__month-text--selected:not([aria-disabled="true"]):hover, .react-datepicker__month-text--in-selecting-range:not([aria-disabled="true"]):hover, .react-datepicker__month-text--in-range:not([aria-disabled="true"]):hover, .react-datepicker__quarter-text--selected:not([aria-disabled="true"]):hover, .react-datepicker__quarter-text--in-selecting-range:not([aria-disabled="true"]):hover, .react-datepicker__quarter-text--in-range:not([aria-disabled="true"]):hover, .react-datepicker__year-text--selected:not([aria-disabled="true"]):hover, .react-datepicker__year-text--in-selecting-range:not([aria-disabled="true"]):hover, .react-datepicker__year-text--in-range:not([aria-disabled="true"]):hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected, .react-datepicker__month-text--keyboard-selected, .react-datepicker__quarter-text--keyboard-selected, .react-datepicker__year-text--keyboard-selected {
  border-radius: .3rem;
  background-color: #bad9f1;
  color: #000;
}

.react-datepicker__day--keyboard-selected:not([aria-disabled="true"]):hover, .react-datepicker__month-text--keyboard-selected:not([aria-disabled="true"]):hover, .react-datepicker__quarter-text--keyboard-selected:not([aria-disabled="true"]):hover, .react-datepicker__year-text--keyboard-selected:not([aria-disabled="true"]):hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range), .react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range), .react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range), .react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range) {
  background-color: #216ba580;
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled, .react-datepicker__month-text--disabled, .react-datepicker__quarter-text--disabled, .react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled .overlay, .react-datepicker__month-text--disabled .overlay, .react-datepicker__quarter-text--disabled .overlay, .react-datepicker__year-text--disabled .overlay {
  position: absolute;
  bottom: 70%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility, opacity .3s ease-in-out;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: .5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view, .react-datepicker__month-read-view, .react-datepicker__month-year-read-view {
  border: 1px solid #0000;
  border-radius: .3rem;
  position: relative;
}

.react-datepicker__year-read-view:hover, .react-datepicker__month-read-view:hover, .react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown, .react-datepicker__month-dropdown, .react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: .3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover, .react-datepicker__month-dropdown:hover, .react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable, .react-datepicker__month-dropdown--scrollable, .react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option, .react-datepicker__month-option, .react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type, .react-datepicker__month-option:first-of-type, .react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

.react-datepicker__year-option:last-of-type, .react-datepicker__month-option:last-of-type, .react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.react-datepicker__year-option:hover, .react-datepicker__month-option:hover, .react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming, .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming, .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous, .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous, .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected, .react-datepicker__month-option--selected, .react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: #0000;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.react-datepicker__close-icon:after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}

.react-datepicker__close-icon--disabled {
  cursor: default;
}

.react-datepicker__close-icon--disabled:after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #000c;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name, .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (width <= 400px), (height <= 550px) {
  .react-datepicker__portal .react-datepicker__day-name, .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month, .react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: .4rem;
  padding-right: .2rem;
  padding-left: .2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -.125em;
}


/* [project]/src/components/eventsFilter/eventsFilter.module.scss.module.css [app-client] (css) */
.eventsFilter-module-scss-module__yKioOa__container {
  position: relative;
  transform: translateZ(0);
}

.eventsFilter-module-scss-module__yKioOa__trigger {
  height: 35px;
  min-width: 80px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 200px;
  color: #fff8ff;
  border: 1.5px solid #ffffff45;
  background: #ffffff2b;
  backdrop-filter: blur(15px);
  cursor: pointer;
  outline: none;
  font-family: var(--font-general-grotesque);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .28px;
  text-transform: uppercase;
  transition: all .3s ease-out;
}

.eventsFilter-module-scss-module__yKioOa__trigger:hover {
  background: #fff6;
}

.eventsFilter-module-scss-module__yKioOa__overlay {
  background-color: #202c;
  position: fixed;
  z-index: 5000;
  inset: 0;
  animation: .15s cubic-bezier(.16, 1, .3, 1) eventsFilter-module-scss-module__yKioOa__overlayShow;
}

.eventsFilter-module-scss-module__yKioOa__content {
  width: 90vw;
  height: 90vh;
  max-width: 900px;
  padding: 24px;
  padding-top: 70px;
  border-radius: 20px;
  background: #fafaff2b;
  border: 1.5px solid #fafaff80;
  backdrop-filter: blur(50px);
  display: flex;
  flex-direction: column;
  gap: 7.5px;
  z-index: 5001;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  animation: .15s cubic-bezier(.16, 1, .3, 1) eventsFilter-module-scss-module__yKioOa__contentShow;
}

@media (width <= 768px) {
  .eventsFilter-module-scss-module__yKioOa__content {
    padding: 10px;
  }
}

.eventsFilter-module-scss-module__yKioOa__resetButton {
  height: 30px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  border-radius: 200px;
  color: #fff8ff;
  background: #ffffff1a;
  border: none;
  cursor: pointer;
  user-select: none;
  font-family: var(--font-general-grotesque);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .28px;
  text-transform: uppercase;
  transition: all .3s ease-out;
}

.eventsFilter-module-scss-module__yKioOa__resetButton:hover {
  background: #fff3;
}

.eventsFilter-module-scss-module__yKioOa__resetButton:disabled {
  opacity: .3;
  pointer-events: none;
}

.eventsFilter-module-scss-module__yKioOa__closeButton {
  height: 30px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  border-radius: 200px;
  color: #fff8ff;
  background: #ffffff1a;
  border: none;
  cursor: pointer;
  transition: all .3s ease-out;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff8ff;
}

.eventsFilter-module-scss-module__yKioOa__closeButton:hover {
  background: #fff3;
}

.eventsFilter-module-scss-module__yKioOa__firstSection {
  margin-top: 50px;
}

.eventsFilter-module-scss-module__yKioOa__fullWidthLayout {
  display: block;
  padding: 0 30px;
  margin-bottom: 16px;
}

@media (width <= 992px) {
  .eventsFilter-module-scss-module__yKioOa__fullWidthLayout {
    flex-direction: column;
    padding: 0 15px;
  }
}

.eventsFilter-module-scss-module__yKioOa__twoColumnLayout {
  display: flex;
  gap: 30px;
  padding: 0 30px;
  margin-bottom: 16px;
}

@media (width <= 992px) {
  .eventsFilter-module-scss-module__yKioOa__twoColumnLayout {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }
}

.eventsFilter-module-scss-module__yKioOa__columnSection {
  flex: 1;
  margin-bottom: 16px;
}

.eventsFilter-module-scss-module__yKioOa__filterHeader {
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 20px;
  color: #fff8ff;
  font-family: var(--font-general-grotesque);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.eventsFilter-module-scss-module__yKioOa__filterHeaderFullWidth {
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 20px;
  margin-left: 30px;
  color: #fff8ff;
  font-family: var(--font-general-grotesque);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.eventsFilter-module-scss-module__yKioOa__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 30px;
  background: #fff8ff1a;
  border-radius: 20px 20px 0 0;
  z-index: 2000;
  pointer-events: auto;
  box-sizing: border-box;
}

.eventsFilter-module-scss-module__yKioOa__applyButton {
  height: 30px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  border-radius: 200px;
  color: #fff8ff;
  background: #fafaff4d;
  border: none;
  cursor: pointer;
  user-select: none;
  font-family: var(--font-general-grotesque);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .28px;
  text-transform: uppercase;
}

.eventsFilter-module-scss-module__yKioOa__applyButton:hover {
  background: #fafaff80;
}

.eventsFilter-module-scss-module__yKioOa__applyButton {
  pointer-events: auto;
  position: relative;
  z-index: 2001;
}

.eventsFilter-module-scss-module__yKioOa__dateInput {
  background: #fff8ff1a;
  border: 1px solid #fff8ff4d;
  border-radius: 8px;
  padding: 5px;
  color: #fff8ff;
  margin-bottom: 8px;
}

.eventsFilter-module-scss-module__yKioOa__dateInput::-webkit-calendar-picker-indicator {
  filter: invert();
}

.eventsFilter-module-scss-module__yKioOa__filterLabel {
  display: flex;
  align-items: center;
  color: #fff8ff;
  margin-bottom: 8px;
}

.eventsFilter-module-scss-module__yKioOa__rangeText {
  color: #fff8ff;
  margin: 0 8px;
}

.eventsFilter-module-scss-module__yKioOa__datePickerWrapper {
  display: flex;
  flex-direction: row;
  gap: 23px;
  margin-bottom: 10px;
}

@media (width <= 768px) {
  .eventsFilter-module-scss-module__yKioOa__datePickerWrapper {
    flex-direction: column;
    gap: 15px;
  }
}

.eventsFilter-module-scss-module__yKioOa__datePickerContainer {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.eventsFilter-module-scss-module__yKioOa__datePickerLabel {
  color: #fff8ff;
  font-size: 12px;
}

.eventsFilter-module-scss-module__yKioOa__datePicker {
  width: 100%;
  max-width: 374px;
  height: 30px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  border: none;
  border-bottom: 1px solid #fff8ff80;
  color: #fff8ff;
  background: none;
  cursor: pointer;
  outline: none;
  font-family: var(--font-general-grotesque);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .28px;
  text-transform: uppercase;
  box-sizing: border-box;
}

.eventsFilter-module-scss-module__yKioOa__datePicker::placeholder {
  color: #fff8ff80;
  transition: color .3s;
}

.eventsFilter-module-scss-module__yKioOa__datePicker:hover::placeholder {
  color: #fff8ff;
}

.eventsFilter-module-scss-module__yKioOa__datePicker:focus {
  outline: none;
}

.eventsFilter-module-scss-module__yKioOa__datePickerInnerWrapper {
  width: 100%;
  max-width: 100%;
}

@keyframes eventsFilter-module-scss-module__yKioOa__overlayShow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes eventsFilter-module-scss-module__yKioOa__contentShow {
  from {
    opacity: 0;
    transform: translate(-50%, -48%)scale(.96);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%)scale(1);
  }
}


/* [project]/src/components/ui/select/select.module.scss.module.css [app-client] (css) */
.select-module-scss-module__ZEbjhG__wrapper {
  max-width: 475px;
  position: relative;
  z-index: 2;
  transform: translateZ(0);
}

.select-module-scss-module__ZEbjhG__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 23px;
  height: 30px;
}

.select-module-scss-module__ZEbjhG__trigger {
  width: 374px;
  height: 30px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  border: none;
  border-bottom: 1px solid #fff8ff80;
  color: #fff8ff;
  background: none;
  cursor: pointer;
  outline: none;
  font-family: var(--font-general-grotesque);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .28px;
  text-transform: uppercase;
  transition: color .3s;
}

.select-module-scss-module__ZEbjhG__trigger[data-placeholder] {
  color: #fff8ff80;
}

.select-module-scss-module__ZEbjhG__trigger:hover {
  color: #fff8ff;
}

.select-module-scss-module__ZEbjhG__content {
  min-width: 377px;
  padding: 16px;
  border-radius: 20px;
  background: #fafaff2b;
  border: 1.5px solid #fafaff80;
  backdrop-filter: blur(50px);
  display: flex;
  flex-direction: column;
  gap: 7.5px;
  z-index: 5001;
}

.select-module-scss-module__ZEbjhG__item {
  height: 30px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  border-radius: 232px;
  color: #fff8ff;
  cursor: pointer;
  user-select: none;
  font-family: var(--font-general-grotesque);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .28px;
  text-transform: uppercase;
}

.select-module-scss-module__ZEbjhG__item:hover {
  background: #fff8ff80;
}

.select-module-scss-module__ZEbjhG__item[data-highlighted] {
  background: #fff8ff80;
  outline: none;
}


/* [project]/src/components/ui/tagsSelect/tagsSelect.module.scss.module.css [app-client] (css) */
.tagsSelect-module-scss-module__tnBurq__tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.tagsSelect-module-scss-module__tnBurq__tags.tagsSelect-module-scss-module__tnBurq__light .tagsSelect-module-scss-module__tnBurq__tag {
  border: 1px solid #fff8ff33;
  color: #fff8ff;
  background-color: #0000;
}

.tagsSelect-module-scss-module__tnBurq__tags.tagsSelect-module-scss-module__tnBurq__light .tagsSelect-module-scss-module__tnBurq__tag:hover {
  background-color: #fff8ff1a;
  cursor: pointer;
}

.tagsSelect-module-scss-module__tnBurq__tags.tagsSelect-module-scss-module__tnBurq__light .tagsSelect-module-scss-module__tnBurq__tag.tagsSelect-module-scss-module__tnBurq__selected {
  background-color: #fff8ff;
  color: #202;
}

.tagsSelect-module-scss-module__tnBurq__tags.tagsSelect-module-scss-module__tnBurq__dark .tagsSelect-module-scss-module__tnBurq__tag {
  border: 1px solid #22002280;
  color: #202;
  background-color: #0000;
}

.tagsSelect-module-scss-module__tnBurq__tags.tagsSelect-module-scss-module__tnBurq__dark .tagsSelect-module-scss-module__tnBurq__tag:hover {
  background-color: #2200221a;
  cursor: pointer;
}

.tagsSelect-module-scss-module__tnBurq__tags.tagsSelect-module-scss-module__tnBurq__dark .tagsSelect-module-scss-module__tnBurq__tag.tagsSelect-module-scss-module__tnBurq__selected {
  background-color: #fff8ff;
  color: #202;
}

.tagsSelect-module-scss-module__tnBurq__left {
  justify-content: flex-start;
}

.tagsSelect-module-scss-module__tnBurq__right {
  justify-content: flex-end;
}

.tagsSelect-module-scss-module__tnBurq__center {
  justify-content: center;
}

.tagsSelect-module-scss-module__tnBurq__tag {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  border-radius: 999px;
  text-transform: uppercase;
  font-family: var(--font-general-grotesque);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .22px;
  transition: background-color .2s;
}


/* [project]/src/components/footer/footer.module.scss.module.css [app-client] (css) */
.footer-module-scss-module__BKh3Zq__subscribe {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  padding: 100px 40px;
}

@media (width <= 768px) {
  .footer-module-scss-module__BKh3Zq__subscribe {
    padding: 50px 20px;
  }
}

.footer-module-scss-module__BKh3Zq__subscribe {
  max-width: 1600px;
  margin: 0 auto;
}

.footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__rowOne {
  grid-column-start: 4;
  grid-column-end: 10;
}

@media (width <= 1200px) {
  .footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__rowOne {
    grid-column-start: 3;
    grid-column-end: 11;
  }
}

@media (width <= 992px) {
  .footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__rowOne {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

.footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__rowTwo {
  grid-column-start: 4;
  grid-column-end: 10;
}

@media (width <= 1200px) {
  .footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__rowTwo {
    grid-column-start: 3;
    grid-column-end: 11;
  }
}

@media (width <= 992px) {
  .footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__rowTwo {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

.footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__rowThree {
  grid-column-start: 5;
  grid-column-end: 9;
}

@media (width <= 1200px) {
  .footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__rowThree {
    grid-column-start: 4;
    grid-column-end: 10;
  }
}

@media (width <= 992px) {
  .footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__rowThree {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

.footer-module-scss-module__BKh3Zq__subscribe h2 {
  color: #fff8ff;
  font-family: var(--font-ivory-ll);
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.2px;
  text-align: center;
}

.footer-module-scss-module__BKh3Zq__subscribe p {
  color: #fff8ff;
  font-family: var(--font-general-grotesque);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
}

.footer-module-scss-module__BKh3Zq__subscribe form {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-end;
  transition: opacity .5s ease-out;
}

.footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__formHidden {
  opacity: 0;
  pointer-events: none;
}

.footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__response {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff8ff;
  font-family: var(--font-general-grotesque);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, -50%)translateY(20px);
  animation: .5s ease-out forwards footer-module-scss-module__BKh3Zq__slideInUp;
}

.footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__response p {
  text-align: center;
}

.footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__formWrapper {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-module-scss-module__BKh3Zq__subscribe input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1.5px solid #fff8ff45;
  background-color: #0000;
  color: #fff8ff;
  font-family: var(--font-general-grotesque);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.footer-module-scss-module__BKh3Zq__subscribe input:focus {
  outline: none;
  border-bottom: 1.5px solid #fff8ff80;
}

.footer-module-scss-module__BKh3Zq__subscribe input::placeholder {
  color: #fff8ff80;
  font-family: var(--font-general-grotesque);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

@keyframes footer-module-scss-module__BKh3Zq__slideInUp {
  to {
    opacity: 1;
    transform: translate(-50%, -50%)translateY(0);
  }
}

.footer-module-scss-module__BKh3Zq__footer {
  width: 100%;
  height: 112px;
  display: flex;
  justify-content: center;
  padding: 30px 40px;
  border-top: 1.5px solid #fff8ff45;
}

@media (width <= 768px) {
  .footer-module-scss-module__BKh3Zq__footer {
    padding: 30px 20px 50px;
  }
}

.footer-module-scss-module__BKh3Zq__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer-module-scss-module__BKh3Zq__socialLinks {
  display: flex;
  gap: 17px;
}

.footer-module-scss-module__BKh3Zq__bottomSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-module-scss-module__BKh3Zq__legalLinks {
  display: flex;
  gap: 30px;
}

.footer-module-scss-module__BKh3Zq__link {
  color: #fff8ff;
  text-decoration: none;
  font-size: 8px;
  font-family: var(--font-general-grotesque);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .22px;
  transition: opacity .3s;
}

.footer-module-scss-module__BKh3Zq__link:hover {
  opacity: .5;
}

.footer-module-scss-module__BKh3Zq__copyright {
  color: #fff8ff;
  font-size: 8px;
  font-family: var(--font-general-grotesque);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .22px;
}


/* [project]/src/components/header/header.module.scss.module.css [app-client] (css) */
.header-module-scss-module__ME5lHG__header {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto auto;
  gap: 20px;
  text-align: center;
  color: #fff8ff;
  padding: 180px 40px 0;
}

@media only screen and (width <= 992px) {
  .header-module-scss-module__ME5lHG__header {
    padding: 120px 20px 0;
  }
}

.header-module-scss-module__ME5lHG__titleWrapper {
  grid-column-start: 2;
  grid-column-end: 12;
}

@media only screen and (width <= 992px) {
  .header-module-scss-module__ME5lHG__titleWrapper {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

.header-module-scss-module__ME5lHG__title {
  max-width: 1000px;
  margin: 0 auto;
  font-family: var(--font-ivory-ll);
  font-size: 60px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.8px;
}

@media only screen and (width <= 768px) {
  .header-module-scss-module__ME5lHG__title {
    font-family: var(--font-ivory-ll);
    font-size: 40px;
    font-style: italic;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.2px;
  }
}

.header-module-scss-module__ME5lHG__subtitleWrapper {
  grid-column-start: 3;
  grid-column-end: 11;
}

@media only screen and (width <= 992px) {
  .header-module-scss-module__ME5lHG__subtitleWrapper {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

.header-module-scss-module__ME5lHG__subtitle {
  max-width: 900px;
  margin: 0 auto;
  font-family: var(--font-ivory-ll);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

@media only screen and (width <= 768px) {
  .header-module-scss-module__ME5lHG__subtitle {
    font-family: var(--font-ivory-ll);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -.4px;
  }
}

.header-module-scss-module__ME5lHG__metaWrapper {
  grid-column-start: 2;
  grid-column-end: 12;
}

@media only screen and (width <= 992px) {
  .header-module-scss-module__ME5lHG__metaWrapper {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

.header-module-scss-module__ME5lHG__meta {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.header-module-scss-module__ME5lHG__dateContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.header-module-scss-module__ME5lHG__date {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-family: var(--font-general-grotesque);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .28px;
  text-transform: uppercase;
}

.header-module-scss-module__ME5lHG__time {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-family: var(--font-general-grotesque);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .28px;
  text-transform: uppercase;
}

.header-module-scss-module__ME5lHG__readingTime {
  margin-top: 40px;
  font-family: var(--font-general-grotesque);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .28px;
  text-transform: uppercase;
}

@media only screen and (width <= 768px) {
  .header-module-scss-module__ME5lHG__readingTime {
    font-family: var(--font-general-grotesque);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: .22px;
    text-transform: uppercase;
  }
}

.header-module-scss-module__ME5lHG__headerImage {
  grid-column-start: 1;
  grid-column-end: 13;
  width: 100%;
  aspect-ratio: 4 / 2;
  object-fit: cover;
}

@media only screen and (width <= 992px) {
  .header-module-scss-module__ME5lHG__headerImage {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

@media only screen and (width <= 768px) {
  .header-module-scss-module__ME5lHG__headerImage {
    aspect-ratio: 4 / 3;
  }
}

.header-module-scss-module__ME5lHG__ctaWrapper {
  grid-column-start: 1;
  grid-column-end: 13;
  text-align: center;
}

.header-module-scss-module__ME5lHG__ctaWrapper a {
  display: inline-block;
  margin-top: 10px;
}

.header-module-scss-module__ME5lHG__styleOne .header-module-scss-module__ME5lHG__headerImage {
  margin-top: 60px;
  border-radius: 40px;
}

.header-module-scss-module__ME5lHG__styleTwo .header-module-scss-module__ME5lHG__headerImage {
  margin-top: 60px;
  border-radius: 40px 40px 0 0;
}

.header-module-scss-module__ME5lHG__styleThree .header-module-scss-module__ME5lHG__headerImageWrapper {
  grid-column-start: 1;
  grid-column-end: 13;
  width: 100%;
  position: relative;
}

.header-module-scss-module__ME5lHG__styleThree .header-module-scss-module__ME5lHG__headerImageWrapper img, .header-module-scss-module__ME5lHG__styleThree .header-module-scss-module__ME5lHG__headerImageWrapper video {
  width: 100%;
  aspect-ratio: 4 / 2;
  object-fit: cover;
  border-radius: 40px;
}

@media only screen and (width <= 768px) {
  .header-module-scss-module__ME5lHG__styleThree .header-module-scss-module__ME5lHG__headerImageWrapper img, .header-module-scss-module__ME5lHG__styleThree .header-module-scss-module__ME5lHG__headerImageWrapper video {
    aspect-ratio: 4 / 3;
  }
}

.header-module-scss-module__ME5lHG__styleThree .header-module-scss-module__ME5lHG__headerImageWrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(#23012300 0%, #230123 100%);
  border-radius: 0 0 40px 40px;
  pointer-events: none;
  z-index: 1;
}

.header-module-scss-module__ME5lHG__header.header-module-scss-module__ME5lHG__styleThree {
  padding: 120px 40px 0;
}

@media only screen and (width <= 992px) {
  .header-module-scss-module__ME5lHG__header.header-module-scss-module__ME5lHG__styleThree {
    padding: 100px 14px 0;
  }
}


/*# sourceMappingURL=_66f33a._.css.map*/
