.events-section {
	/*padding-top: 80px;*/
	display: flex;
	flex-direction: column;
}
.hero-container {
	justify-content: center; 
	align-items: center;
	display: flex;
	margin-top: 32px;
	width: 100%;
	color: #fff;
	font-weight: 500;
	padding: 0 60px; 
}
@media (max-width: 991px) { .hero-container { max-width: 100%; padding: 0 20px; } }
.hero-content { border-radius: 20.775px; border: 2px solid #000; display: flex; width: 100%; max-width: 1280px; flex-direction: column; justify-content: center; }
@media (max-width: 991px) { .hero-content { max-width: 100%; } }
.hero-image-wrapper { display: flex; flex-direction: column; justify-content: center; overflow: hidden; position: relative; min-height: 391px; width: 100%; }
@media (max-width: 991px) { .hero-image-wrapper { max-width: 100%; } }
.hero-image {
	position: relative;
	inset: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.hero-text-overlay {
	position: absolute;
	background: linear-gradient(12deg, rgba(0, 0, 0, 0.6) -1.63%, rgba(0, 0, 0, 0) 44.08%);
	display: flex;
	flex-direction: column;
	align-items: start;
	padding: 48px;
}

@media (max-width: 1279px) {
  .intro-text-container {
    padding: 0 40px;
  }
}

@media (max-width: 991px) {
 	.intro-text-container {
    	padding: 0 10px;
  	}
	.hero-text-overlay {
		max-width: 100%;
		padding: 0 20px;
	}
	.hero-image-wrapper {
	  min-height: 150px;
	}
}

.tag-container { display: flex; gap: 10px; font-size: 14px; text-align: center; text-transform: uppercase; letter-spacing: 0.42px; line-height: 100%; }
.tag { font-family: National2Condensed, -apple-system, Roboto, Helvetica, sans-serif; justify-content: center; border-radius: 4.596px; padding: 6px; }
@media (max-width: 991px) { .tag { white-space: initial; } }
.tag-green { background-color: #74b44a; }
.tag-orange { background-color: #e7951e; }
.hero-title {
	text-shadow: 0px 6.925px 25.969px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	width: 705px; font: 59px/95% National2Condensed, -apple-system, Roboto, Helvetica, sans-serif; }
@media (max-width: 991px) {
	.hero-title { max-width: 100%;
	margin-top: 20px;
	font-size: 40px; 
	padding: 0 20px;} }
.hero-description { text-shadow: 0px 3.463px 8.656px rgba(0, 0, 0, 0.4); margin-top: 21px; width: 705px; font: 400 21px/25px QuestaSans, -apple-system, Roboto, Helvetica, sans-serif; }
@media (max-width: 991px) { .hero-description { max-width: 100%; } }

.intro-text-container {
	justify-content: center; 
	align-items: center;
	display: flex;
	width: 100%;
	color: #fff;
}
@media (max-width: 991px) {
	.intro-text-container {
		max-width: 100%;
	}
}

.intro-text-content {
	display: flex;
	width: 100%;
	max-width: 1280px;
	flex-direction: column;
}
@media (max-width: 991px) {
	.intro-text-content {
		max-width: 100%;
	}
}

.intro-text {
	width: 100%;
	align-items: start;
	margin-top: 12px;
  	color: #fff;
  	padding: 0px 30px 0 0px;
	font: 400 24px/29px QuestaSans, -apple-system, Roboto, Helvetica, sans-serif;
}
@media (max-width: 991px) {
	.intro-text {
		max-width: 100%;
		margin-top: 40px;
		padding: 0 20px;
	}
}

.events-container { align-items: center; background-color: #000; display: flex; margin-top: 40px; width: 100%; flex-direction: column; padding: 0 60px 80px; }

@media (max-width: 991px) { .events-container { max-width: 100%; margin-top: 40px; padding: 0 20px; } }
.events-content {
	/*display: flex;
	flex-direction: column;*/
	width: 100%;
	max-width: 1280px;
}
@media (max-width: 991px) { .events-content { max-width: 100%; } }
.filter-button { justify-content: center; border-radius: 32px; backdrop-filter: blur(1px); border: 2px solid #fff; background-color: rgba(255, 255, 255, 0.01); align-self: start; display: flex; gap: 16px; font-size: 20px; color: #fff; font-weight: 500; letter-spacing: -0.4px; line-height: 100%; padding: 16px 24px; }
@media (max-width: 991px) { /*.filter-button { padding: 0 20px; } */ }
.filter-icon { aspect-ratio: 1; object-fit: auto; object-position: center; width: 16px; }
.filter-text { font-family: QuestaSans, sans-serif; margin: auto 0; }
.events-grid {
	margin-top: 36px;
	/*display: inline-flex;*/
	/*gap: 1rem;*/
	/*display: block;*/
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 991px) { .events-grid { max-width: 100%; } }
.events-row { gap: 20px; display: flex; }
@media (max-width: 991px) { .events-row { flex-direction: column; align-items: stretch; gap: 0px; } }
.event-card {
	display: flex;
	flex: 1 0 0;
	flex-direction: column;
	line-height: normal;
	/*width: 25%;*/
	/*width: 292px;*/
	min-width: 252px;
	max-width: 300px;
	/*margin-left: 20px;*/
	margin-left: 0px;
	margin-right: 10px;
	/*float: left;*/
	margin-bottom: 15px;
}
@media (max-width: 640px) {
	.event-card {
		width: 100%;
	}
}
.event-card-content {
	/*border-radius: 20.638px;
	border: 2px solid #000;*/
	border-opacity: 1;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	font-size: 14px;
	/*width: 100%;*/
	box-sizing: border-box;
}
@media (max-width: 991px) { .event-card-content { margin-top: 17px; } }

.event-image-wrapper {
	/*display: flex;
	flex-direction: column;
	aspect-ratio: 1.34;*/
	overflow: hidden;
	position: relative;
	width: 100%;
	align-items: end;
	color: #fff;
	font-weight: 500;
	white-space: nowrap;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.42px;
	line-height: 100%;
	/*padding: 2px 4px 0px 0px;*/
	box-sizing: border-box;
}
@media (max-width: 991px) {
	.event-image-wrapper {
		/*padding-left: 20px;*/
		white-space: initial;
	}
}

@media (max-width: 991px) {
	.event-image-wrapper {
		/*padding-left: 20px;*/
		white-space: initial;
	}
}

.event-image {
	/*position: absolute;*/
	inset: 0;
	height: 217px;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 20.638px 20.638px 0 0;
	border: 2px solid #000;
	/*box-sizing: border-box;*/
	display: block;
}
@media (max-width: 640px) {
	.event-image{
		height: auto;
		max-height: 250px;
	}
}

.event-tag {
	position: absolute;
	top: 14px;
	right: 14px;
	font-family: National2Condensed, -apple-system, Roboto, Helvetica, sans-serif;
	justify-content: center;
	border-radius: 2.587px;
	background-color: #4f66cb;
	margin-bottom: 46px;
	padding: 3px;
}
@media (max-width: 991px) { .event-tag { margin-bottom: 40px; white-space: initial; } }

.event-details {
	justify-content: space-between;
	border-radius: 20.638px;
	border: 2px solid #000;
	background-color: #fff;
	z-index: 10;
	display: flex;
	margin-top: -21px;
	width: 100%;
	flex-direction: column;
	color: #000;
	font-weight: 400;
	padding: 21px 17px;
	box-sizing: border-box;
	height: 300px;
}
@media (max-width: 640px) {
	.event-details{
		height: auto;
	}
}

.event-location {
	font: 12px/100% QuestaSans, sans-serif;
	margin-bottom: 6px;
}
.event-title {
	letter-spacing: 0.20px;
	margin-top: 7px;
	font-size: 20px;
	font-weight: 500;
	font-family: National2Condensed, -apple-system, Roboto, Helvetica, sans-serif;
	line-height: 95%;
}
.event-description {
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	font-family: QuestaSans, sans-serif;
	line-height: 16.1px;
	margin-top: 14px;
	font-size: 14px;
	font-weight: 400;
	word-wrap: break-word
}
.card-actions{
	margin-top: 50px;
}

@media (max-width: 991px) { .event-description { white-space: initial; } }
.event-link { justify-content: space-between; display: flex; margin-top: 25px; gap: 20px; line-height: 110%; }
@media (max-width: 991px) { .event-link { margin-top: 40px; } }
.event-link-text { font-family: QuestaSans, sans-serif; margin: auto 0; }
.event-link-icon { aspect-ratio: 1.04; object-fit: auto; object-position: center; width: 26px; }
.load-more-button { justify-content: center; border-radius: 32px; backdrop-filter: blur(1px); border: 2px solid #fff; background-color: rgba(255, 255, 255, 0.01); align-self: center; margin-top: 31px; color: #fff; text-transform: uppercase; letter-spacing: -0.8px; padding: 16px 24px; font: 500 20px/100% QuestaSans, -apple-system, Roboto, Helvetica, sans-serif; }
@media (max-width: 991px) { .load-more-button { padding: 0 20px; } }

#post-container{
  top: 0px;
}

.divider-line {
	width: 100%; 
	height: 0px; 
	border: 1.78px white solid;
}