:root {
  --cult-primary: #E80A4D;
  --cult-bg: #121317;
  --cult-bg-secondary: #1a1a1a;
  --cult-bg-tertiary: #2a2a2a;
  --cult-text: #ffffff;
  --cult-text-secondary: #b0b0b0;
  --cult-border: #333;
}

html {
  font-size: 62.5%;
}

body {
  color: #ffffff;
}

h1, .h1 {
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: none;
}

h2, .h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: none;
}

.page-title {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
}
.page-title:after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 9rem;
  height: 0.5rem;
  background: url("./../images/menu_hover.svg") no-repeat left center;
  transition: width 0.3s ease;
}

.small-headline {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #E80A4D;
}

.perex {
  font-size: 2rem;
}

.badge {
  border-radius: 0.8rem;
}

@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 6.4rem;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .perex {
    font-size: 1.6rem;
  }
  .small-headline {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .only-mobile {
    display: none;
  }
}
@media (max-width: 575px) {
  .page-title:after {
    display: none !important;
  }
  h1, .h1 {
    font-size: 3.2rem;
  }
}
.alert-success {
  background-color: #28a745;
  color: #ffffff;
}

.alert-info {
  background-color: #04A6E1;
  color: #ffffff;
}

.alert-warning {
  background-color: #FFF200;
  color: #ffffff;
}

.header {
  padding: 4.5rem 0;
}

.navbar-brand {
  margin-right: 7rem;
  width: 18.3rem;
}
.navbar-brand img {
  max-width: 100%;
  height: auto;
}

.navbar-nav {
  align-items: center;
}
.navbar-nav .btn-outline-primary {
  padding-left: 2rem;
  padding-right: 2rem;
}
.navbar-nav .btn-text-white {
  padding-left: 2rem;
  padding-right: 2rem;
}
.navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 500;
  padding: 0 !important;
  transition: color 0.3s ease;
  text-transform: uppercase;
  font-size: 1.7rem;
  position: relative;
  margin-right: 4rem;
}
.navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 0rem;
  height: 0.5rem;
  background: url("./../images/menu_hover.svg") no-repeat left center;
  transition: width 0.3s ease;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-nav .nav-link:hover:after, .navbar-nav .nav-link.active:after {
  content: "";
  display: block;
  width: 9rem;
}
.navbar-nav .btn {
  font-size: 1.6rem;
}

.header-menu-toggle {
  display: none;
  width: 4rem;
  height: 4rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: transparent;
  border: none;
  margin-right: 1rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .header-menu-toggle {
    display: block;
  }
}
.header-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 3.2rem;
  background: #E80A4D;
  border-radius: 1px;
  opacity: 1;
  left: 1.6rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header-menu-toggle span:nth-child(1) {
  top: 0.8rem;
}
.header-menu-toggle span:nth-child(2) {
  top: 1.8rem;
}
.header-menu-toggle span:nth-child(3) {
  top: 2.8rem;
}
.header-menu-toggle.open span:nth-child(1) {
  top: 1.8rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header-menu-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.header-menu-toggle.open span:nth-child(3) {
  top: 1.8rem;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (max-width: 1229px) {
  .navbar-brand {
    margin-right: 4rem;
    width: 14.3rem;
  }
  .navbar-nav .nav-link {
    margin-right: 2rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 1rem 0;
    margin-bottom: 2rem;
    background: rgba(18, 19, 23, 0.9);
    position: relative;
    z-index: 100;
  }
  .navbar-collapse {
    background: rgba(18, 19, 23, 0.9);
    padding: 2rem;
    border-radius: 0rem;
    margin-top: 0rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 100;
    margin-top: 1rem;
  }
  .navbar-nav .nav-link {
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
  .navbar-nav .nav-link:after {
    display: none !important;
  }
  .navbar-nav .btn {
    margin-bottom: 1.6rem;
    padding: 0;
    border: none;
    background: transparent !important;
  }
  .navbar-nav .btn:hover {
    background: transparent;
    border-color: transparent;
  }
}
.btn {
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.8rem 4.2rem;
  border-radius: 1rem;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.btn.btn-primary {
  border: none;
  transition: none;
}
.btn.btn-primary:hover {
  background: transparent linear-gradient(0deg, #EF2D44 0%, #AC0930 100%) 0% 0% no-repeat padding-box;
  color: #ffffff;
}
.btn.btn-outline-light {
  border-color: #767B89;
  color: #ffffff;
}
.btn.btn-outline-light:hover {
  color: #ffffff;
  background: #181A1F;
  border-color: #40434B;
}
.btn.btn-dark {
  background: #2D2F38;
  border: none;
  color: #ffffff;
}
.btn.btn-dark:hover {
  background: #272830;
  color: #ffffff;
}

.form-select {
  background: url("./../images/select.svg") no-repeat right 0.7rem center;
  border-radius: 0.8rem;
  height: 4.7rem;
  border: none;
  background-color: #121317;
  padding: 0.7rem 4.5rem 0.7rem 1.5rem;
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.dropdown-select {
  background: url("./../images/select.svg") no-repeat right 0.7rem center;
  border-radius: 0.8rem;
  height: 4.7rem;
  border: none;
  background-color: #121317;
  padding: 0.7rem 4.5rem 0.7rem 1.5rem;
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
}
.dropdown-select:hover {
  background-color: #121317;
}

.form-select-wrap {
  width: 26rem;
}
.form-select-wrap .dropdown-menu {
  width: 100%;
}

.form-control {
  background: #1B1D24;
  border: 1px solid #31343F;
  border-radius: 0.6rem;
  height: 4.6rem;
  padding: 0.7rem 1.5rem;
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #ffffff;
}

.form-group {
  margin-bottom: 1.2rem;
}
.form-group label {
  color: #9999AA;
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

textarea.form-control {
  height: 10rem;
}

.contact-row {
  --bs-gutter-x: 6rem;
}

.hero-section {
  margin-top: -15rem;
  position: relative;
  min-height: 86rem;
  display: flex;
}
.hero-bg {
  position: relative;
  width: 100%;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 10rem;
}
.hero-content-inner {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}
.hero-title {
  font-size: 8rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  display: flex;
  letter-spacing: -0.03em;
  margin-bottom: 2rem;
  font-style: italic;
}
.hero-subtitle {
  font-size: 4rem;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  max-width: 70rem;
}

@media (max-width: 1229px) {
  .hero-title {
    font-size: 6rem;
  }
  .hero-subtitle {
    font-size: 6rem;
  }
}
@media (max-width: 991px) {
  .hero-section {
    min-height: 100vh;
  }
  .hero-content {
    padding-bottom: 8rem;
  }
  .hero-title {
    font-size: 4rem;
  }
  .hero-subtitle {
    font-size: 4rem;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
  }
}
@media (max-width: 575px) {
  .hero-section {
    margin-top: -10rem;
    min-height: 50rem;
  }
  .hero-title {
    font-size: 3rem;
  }
  .hero-subtitle {
    font-size: 3rem;
  }
}
.event-day-section .date-header {
  font-size: 4.6rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: -0.5rem;
  height: 7.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  display: inline-flex;
}
.event-day-section .date-header-inner {
  position: relative;
  width: 100%;
  padding: 0 3rem;
  z-index: 10;
  height: 100%;
  border-radius: 1rem 0rem 0 0;
  background: url("./../images/event_bg_dark.png") repeat top left;
}
.event-day-section .date-header .fake-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1.6rem);
  height: 100%;
  z-index: 5;
}
.event-day-section .date-header .fake-bg:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  width: 100%;
  bottom: 0;
  background: #E80A4D;
  z-index: -1;
  border-radius: 1rem 1rem 0 0;
}
.event-day-section .date-header .fake-bg:before {
  content: "";
  position: absolute;
  top: 0px;
  left: calc(100% - 1rem);
  width: 1.3rem;
  bottom: 0;
  background: #E80A4D;
  z-index: -1;
  border-radius: 0rem 0.8rem 0 0;
  transform: skew(26deg);
  transform-origin: top;
}
.event-day-section .date-header:before {
  content: "";
  position: absolute;
  top: 0px;
  left: calc(100% - 6.5rem);
  width: 11.2rem;
  height: 100%;
  z-index: 10;
  background: url("./../images/event_bg_dark_end.png") no-repeat top left;
}
.event-day-section .date-header span {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding-top: 1rem;
}
.event-day-section .date-header-small {
  display: flex;
  align-items: center;
  gap: 3rem;
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 3rem;
}

.event-day-inner {
  background: #000000;
  padding: 3rem;
  border-radius: 0 0 1.5rem 1.5rem;
  border-top: 0.5rem solid #E80A4D;
}

.event-card {
  background: #19191F;
  border-radius: 1rem;
  overflow: hidden;
}
.event-card-top {
  background: #2D2E38;
  min-height: 6.5rem;
  display: flex;
  background: transparent linear-gradient(180deg, #2D2E38 0%, #23242B 100%) 0% 0% no-repeat padding-box;
}
.event-card-top-type {
  color: #121317;
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  letter-spacing: -0.04em;
  font-weight: 700;
  min-width: 23rem;
  text-align: center;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  font-style: italic;
}
.event-card-top-type-content {
  position: relative;
  z-index: 10;
  background: linear-gradient(111deg, #ffffff 90%, transparent 90%);
  padding-right: 4rem;
  padding-left: 2rem;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  text-align: center;
}
.event-card-top-type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1rem);
  height: 100%;
  background: linear-gradient(111deg, #E80A4D 90%, transparent 90%);
  z-index: 0;
}
.event-card-top-title {
  font-size: 3.8rem;
  color: #ffffff;
  font-weight: 500;
  margin-left: 2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  font-family: "Oswald", sans-serif;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.event-content {
  display: flex;
  align-items: center;
  padding: 3.8rem;
}
.event-content-avatar {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 4.8rem;
}
.event-content-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-content-details {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.event-content-buttons {
  margin-left: 1.6rem;
}
.event-content-buttons .btn {
  min-width: 24rem;
}

.event-details-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
  text-align: left;
}
.event-details-item-title {
  font-size: 2.4rem;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  background: transparent linear-gradient(90deg, #2C2F38 0%, #19191F 100%) 0% 0% no-repeat padding-box;
  width: 11rem;
  color: #767B89;
  padding-left: 1rem;
  border-left: 0.3rem solid #767B89;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.event-details-item-value {
  font-size: 1.6rem;
  color: #ffffff;
  margin-left: 1rem;
}

.event-content-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  justify-content: flex-end;
}
.event-content-buttons .btn {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.filter-tabs {
  background: transparent linear-gradient(0deg, #1B1B21 0%, #212129 100%) 0% 0% no-repeat padding-box;
  height: 6.2rem;
  display: flex;
  position: relative;
  align-items: flex-end;
  margin-bottom: 0.2rem;
  border-radius: 1rem 0 0 0;
}
.filter-tabs:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 4.3rem;
  height: 6.2rem;
  background: url("./../images/filter_bg.png") no-repeat center center;
}
.filter-tabs-wrapper {
  display: flex;
}

.filter-tab-item {
  background: transparent;
  position: relative;
  height: 6.2rem;
  padding: 0 2rem;
  margin-right: 3.2rem;
  border: none;
  box-shadow: none;
  color: #ffffff;
  line-height: 1;
  font-size: 3.2rem;
  color: #9999AA;
  letter-spacing: -0.02em;
  font-weight: 700;
  text-transform: uppercase;
}
.filter-tab-item img {
  transform: translateY(-0.6rem);
}
.filter-tab-item:hover, .filter-tab-item.active {
  color: #ffffff;
}
.filter-tab-item:first-child:not(.active):after {
  display: none;
}
.filter-tab-item:last-child {
  margin-right: 0 !important;
}
.filter-tab-item:last-child:before {
  display: none !important;
}
.filter-tab-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: -4rem;
  width: 4.2rem;
  height: 6.2rem;
  background: url("./../images/separator.png") no-repeat center center;
}
.filter-tab-item.active {
  height: 7rem;
  background: transparent linear-gradient(0deg, #272830 0%, #31313B 100%) 0% 0% no-repeat padding-box;
  margin-right: 6rem;
  border-radius: 1rem 0 0 0;
  padding-top: 0.8rem;
  padding-left: 4rem;
  margin-bottom: -0.2rem;
}
.filter-tab-item.active + .filter-tab-item:after {
  display: none;
}
.filter-tab-item.active:after {
  background: url("./../images/filter_tab_active_bg.png") no-repeat center center;
  width: 6rem;
  height: 7rem;
  left: calc(100% - 1rem);
  z-index: 10;
}
.filter-tab-item.active:before {
  content: "";
  position: absolute;
  top: 0;
  width: 6rem;
  height: 7rem;
  left: calc(100% - 0.7rem);
  background: url("./../images/filter_tab_active_bg_2.png") no-repeat center right;
}

@media (max-width: 1229px) {
  .event-content {
    padding: 2rem;
  }
  .event-content-right {
    padding-left: 1rem;
  }
  .event-content-buttons {
    margin-left: 2rem;
    gap: 0.5rem;
  }
  .event-content-buttons .btn {
    font-size: 1.8rem;
    padding: 0.5rem 2.4rem;
    min-width: 18rem;
  }
  .event-details-item-title {
    font-size: 1.6rem;
    width: 10rem;
  }
  .event-details-item-value {
    font-size: 1.4rem;
  }
  .filter-tab-item {
    font-size: 2rem;
  }
  .filter-tab-item img {
    transform: translateY(-0.3rem);
    width: 0.7rem;
  }
  .event-card-top {
    min-height: 5.6rem;
  }
  .event-card-top-type {
    min-width: 18rem;
    font-size: 2.4rem;
  }
  .event-card-top-title {
    font-size: 2.8rem;
  }
}
@media (max-width: 991px) {
  .event-content {
    flex-wrap: wrap;
  }
  .event-content-right {
    width: calc(100% - 15rem);
  }
}
@media (max-width: 767px) {
  .event-details-item-title {
    font-size: 1.2rem;
    width: 8rem;
  }
  .event-details-item-value {
    font-size: 1.2rem;
  }
  .event-content {
    justify-content: space-between;
  }
  .event-content-avatar {
    width: 10rem;
    height: 10rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .event-content-details {
    margin-bottom: 2rem;
  }
  .event-content-buttons {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
  .event-content-buttons .btn {
    min-width: 100%;
  }
  .event-card-top {
    min-height: 4.8rem;
  }
  .event-card-top-type {
    font-size: 1.8rem;
    min-width: 15rem;
  }
  .event-card-top-title {
    font-size: 2rem;
  }
  .event-day-inner {
    padding: 0rem;
    padding-top: 2rem;
    background: transparent;
  }
  .event-day-section .date-header {
    font-size: 3.2rem;
    height: auto;
    margin-bottom: 1rem;
  }
  .event-day-section .date-header:after, .event-day-section .date-header:before {
    display: none;
  }
  .event-day-section .date-header .fake-bg {
    display: none;
  }
  .event-day-section .date-header-inner {
    background: none;
    padding-left: 0;
  }
  .event-day-section .date-header-small {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
    gap: 1rem;
    font-size: 1.4rem;
  }
  .filter-tabs {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
    gap: 1rem;
    width: 100%;
    background: transparent;
  }
  .filter-tab-item {
    font-size: 1.8rem;
    padding: 0.5rem 1rem;
    min-width: 10rem;
    background: #121317;
    width: 100%;
  }
  .filter-tab-item:after {
    display: none;
  }
  .filter-tab-item:before {
    display: none;
  }
  .event-card-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .event-card-top-type {
    min-width: 100%;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .event-card-top-title {
    margin-left: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    width: 100%;
    justify-content: center;
  }
}
.capacity-card {
  border-radius: 1rem;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  height: 11.6rem;
  overflow: hidden;
  margin-left: auto;
  min-width: 34rem;
}
.capacity-card-left {
  background: transparent linear-gradient(180deg, #2D2E38 0%, #23242B 100%) 0% 0% no-repeat padding-box;
  padding-left: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 17rem;
}
.capacity-card-left-title {
  color: #E80A4D;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 0.4rem;
  line-height: 1;
}
.capacity-card-left-capacity {
  font-size: 3.4rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.capacity-card-right {
  text-align: right;
  position: relative;
  background: #000000;
  padding: 0 3rem;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.capacity-card-right:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 5rem;
  right: 100%;
  background: linear-gradient(111deg, transparent 50%, #000000 50%);
}
.capacity-card-right-price {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}
.capacity-card-right-price.price-free {
  font-size: 3.2rem;
}
.capacity-card-right-points {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.capacity-card-right-points span {
  color: #E80A4D;
}

@media (max-width: 1229px) {
  .capacity-card {
    height: 8rem;
    min-width: 22rem;
  }
  .capacity-card-left {
    width: 12rem;
    padding-left: 2rem;
    flex-shrink: 0;
  }
  .capacity-card-left-title {
    font-size: 1.6rem;
  }
  .capacity-card-left-capacity {
    font-size: 2rem;
  }
  .capacity-card-right {
    padding: 0 2rem;
    padding-left: 0;
    margin-left: -2rem;
    width: calc(100% + 2rem);
  }
  .capacity-card-right-price {
    font-size: 1.8rem;
  }
  .capacity-card-right-price.price-free {
    font-size: 1.8rem;
  }
  .capacity-card-right-points {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .capacity-card {
    min-width: 100%;
    height: 6rem;
  }
  .capacity-card-left {
    width: 56%;
  }
}
.filter-box {
  background: #272830;
  border-radius: 0 1rem 1rem 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
.filter-box-form {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .filter-tabs-wrapper {
    display: none;
  }
  .filter-box .form-select-wrap {
    width: 100%;
  }
}
.footer {
  background: url("../images/footer.png") no-repeat top center;
  padding-top: 40rem;
}
.footer-contact {
  display: flex;
  flex-direction: column;
}
.footer-contact-item {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 2rem;
}
.footer-contact-item-icon {
  width: 3.6rem;
  margin-right: 1rem;
  display: inline-flex;
}
.footer-contact-item.mail {
  color: #E80A4D;
}
.footer-contact-item img {
  height: 2.4rem;
  max-width: 100%;
}
.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav li {
  margin-bottom: 1rem;
}
.footer-nav li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
}
.footer h5 {
  color: #ffffff;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
.footer .social-links {
  display: flex;
  gap: 1.2rem;
}
.footer .social-links a {
  color: #ffffff;
}
.footer-logo-list {
  display: flex;
  gap: 3.2rem;
  flex-direction: column;
  align-items: flex-end;
}
.footer-logo-list img {
  max-width: 100%;
}
.footer-copyright {
  color: #ffffff;
  font-size: 1.3rem;
  margin-top: 10rem;
  padding-bottom: 18rem;
}

@media (max-width: 991px) {
  .footer {
    padding-top: 10rem;
  }
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
    padding-top: 3rem;
  }
  .footer-col {
    margin-bottom: 3rem;
  }
  .footer-logo-list {
    align-items: center;
    justify-content: center;
  }
  .footer-contact {
    justify-content: center;
    align-items: center;
  }
  .footer-copyright {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
  .footer-nav {
    text-align: center;
  }
  .social-links {
    justify-content: center;
  }
  .footer-contact-item {
    font-size: 1.6rem;
  }
  .footer-contact-item img {
    height: 2rem;
  }
}
.hero-section-page {
  margin-top: 5rem;
}

.page-team {
  background-image: url("../images/team_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
}

.team-member {
  text-align: center;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.team-member:hover {
  transform: translateY(-10px);
}

.member-image {
  width: 20rem;
  height: 20rem;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.team-member:hover .member-image img {
  transform: scale(1.1);
}

.member-info {
  padding: 1rem 0;
  font-size: 2rem;
}

.member-name {
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.member-role {
  color: #E80A4D;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin: 0;
}

.member-description {
  margin: 0.5rem 0 0;
  line-height: 1.4;
}

.sponsors-grid {
  padding: 3rem 2rem;
  background: #000000;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.sponsor-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  min-height: 80px;
  width: 16.6666666667%;
}

.sponsor-logo img {
  max-width: 100%;
  max-height: 60px;
  filter: grayscale(100%) brightness(0.7);
  transition: filter 0.3s ease;
}

.sponsor-logo:hover img {
  filter: grayscale(0%) brightness(1);
}

.team-member-top {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: 85rem;
  margin: 0 auto;
}
.team-member-image {
  width: 45rem;
  height: 45rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.team-member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-member-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.team-member-info .footer-contact-item {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.team-member-info .footer-contact-item-icon {
  width: 2rem;
  height: 2rem;
}
.team-member-info .footer-contact-item img {
  width: 2rem;
}
.team-member-name {
  font-size: 7rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0rem;
  letter-spacing: -0.03em;
}
.team-member-role {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #E80A4D;
  margin: 0;
  margin-bottom: 3rem;
  line-height: 1;
}
@media (max-width: 991px) {
  .team-member-top {
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 3rem;
    max-width: 100%;
    width: 100%;
  }
  .team-member-image {
    width: 20rem;
    height: 20rem;
  }
  .team-member-info {
    width: 100%;
  }
  .team-member-name {
    font-size: 4rem;
  }
  .team-member-role {
    font-size: 1.8rem;
  }
  .team-member-description {
    font-size: 1.6rem;
  }
}
.col-event-detail-left {
  width: 52.5%;
  flex: 0 0 auto;
}

.col-event-detail-right {
  width: 47.5%;
  flex: 0 0 auto;
}
.col-event-detail-right .event-content-detail {
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.col-event-detail-right .event-content-detail .event-content-right {
  padding-left: 0;
}
.col-event-detail-right .event-content-detail .capacity-card {
  width: 100%;
  margin-top: 2rem;
}
.col-event-detail-right .event-content-detail .capacity-card-right {
  flex-grow: 1;
  align-items: center;
  flex-direction: row;
  padding-left: 0;
  gap: 1rem;
}
.col-event-detail-right .date-header-small {
  display: flex;
  align-items: center;
  gap: 3rem;
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.event-detail-date {
  font-size: 4.8rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
}

.event-detail-image {
  width: 100%;
  position: relative;
}
.event-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-detail-image .event-card-top-type {
  width: auto;
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

@media (max-width: 991px) {
  .col-event-detail-left {
    width: 100%;
    order: 1;
  }
  .col-event-detail-right {
    width: 100%;
    order: 2;
  }
  .event-detail-date {
    font-size: 2.4rem;
  }
  .col-event-detail-right .date-header-small {
    font-size: 1.4rem;
    gap: 1rem;
  }
}
.text-img-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.text-img-section-text {
  width: 50%;
}
.text-img-section-text h2 {
  font-size: 5.5rem;
}
.text-img-section-text + .text-img-section-image {
  justify-content: flex-start;
}
.text-img-section-image {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

.about-page-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.about-page-main-text {
  max-width: 70rem;
}
.about-page-main-image {
  margin-top: -15rem;
  width: calc(100% - 70rem);
  display: flex;
  justify-content: flex-start;
}

.page-about {
  overflow-x: hidden;
  position: relative;
}

.about-page-signature {
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-style: italic;
}

.text-img-section-2 {
  margin-top: -20rem;
}

.text-img-section-1 {
  margin-top: -10rem;
}

@media (max-width: 991px) {
  .about-page-main {
    flex-direction: column;
    position: relative;
    align-items: flex-start;
  }
  .about-page-main-text {
    max-width: 100%;
    order: 2;
  }
  .about-page-main-image {
    order: 1;
    width: 100%;
    height: 100%;
    margin-top: -10rem;
  }
  .about-page-main-image img {
    width: 100%;
  }
  .text-img-section {
    flex-direction: column;
  }
  .text-img-section-text {
    width: 100%;
    order: 1;
  }
  .text-img-section-image {
    width: 100%;
    order: 2;
  }
  .text-img-section-image img {
    max-width: 100%;
  }
  .text-img-section-2 {
    margin-top: 0;
  }
  .text-img-section-1 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .about-page-main {
    margin-bottom: 4rem;
  }
  .about-page-main-text {
    max-width: 100%;
  }
  .about-page-main-image {
    left: 0;
  }
  .text-img-section-text h2 {
    font-size: 3.2rem;
  }
  .about-page-signature {
    font-size: 2.4rem;
  }
}
@media (max-width: 575px) {
  .text-img-section-text h2 {
    font-size: 2.4rem;
  }
}
.page-contact {
  background-image: url("../images/contact_bg.png");
  background-repeat: no-repeat;
  background-position: top left 80%;
}

.contact-form {
  background: #000000;
  padding: 5rem;
  border-radius: 1.5rem;
}

.contact-main-text h3 {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
.contact-main-text p {
  color: #C9CACB;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2;
}
.contact-main-text h4 {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
  font-style: italic;
}

@media (max-width: 991px) {
  .contact-form {
    padding: 2rem;
  }
  .page-contact {
    background-position: top left -50%;
  }
}
@media (max-width: 767px) {
  .page-contact {
    background-position: top left 0%;
  }
}
@media (max-width: 575px) {
  .page-contact {
    background-position: top left 20%;
  }
}
.page-pure {
  overflow-x: hidden;
  position: relative;
}
.page-pure .text-img-section-1 {
  margin-top: 10rem;
  z-index: 10;
  position: relative;
}
@media (max-width: 991px) {
  .page-pure .text-img-section-1 {
    margin-top: 0;
  }
}
.page-pure .text-img-section-1 .text-img-section-image {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.page-pure .text-img-section-2 {
  margin-top: -20rem;
}
@media (max-width: 1229px) {
  .page-pure .text-img-section-2 {
    margin-top: 0;
  }
}
@media (max-width: 1229px) {
  .page-pure .text-img-section .text-img-section-image img {
    max-width: 100%;
  }
}
.page-pure .page-title:after {
  background: url("./../images/pure_line.png") no-repeat left center;
}

/*# sourceMappingURL=style.css.map */
