.home-section {
	padding: 90px 0;
}

.home-membership.home-section {
	padding: 120px 0;
}

/* .home-shell {
	max-width: 1640px;
	padding-inline: 0;
}

.home-shell--hero {
	max-width: 1840px;
} */
.home-hero {
	margin-top: -5rem;
}


.home-section-heading {
	gap: 24px;
	margin-bottom: 32px;
}

.home-tournaments .home-section-heading {
	margin-bottom: 30px;
}

.home-online .home-section-heading,
.home-awards .home-section-heading {
	margin-bottom: 64px;
}

.home-section-heading__copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
	max-width: 694px;
}

.home-online .home-section-heading__copy {
	max-width: 390px;
}

.home-section-heading__label {
	color: #0d0d0d;
	font-family: "Host Grotesk", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
}

.home-section-heading__title,
.home-membership__title,
.home-awards__position,
.home-awards__card-position,
.home-online__featured-title,
.home-online__teaser-title,
.home-about__card-title,
.home-tournaments__card-title {
	font-family: "Tilt Warp";
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.02em;
}

.home-section-heading__title {
	color: #0d0d0d;
	font-size: 48px;
	line-height: 58px;
}

.home-section-heading__accent {
	color: #e87407;
}

.home-section-heading__green {
	color: #32a861;
}

.home-section-heading__button,
.home-hero__button,
.home-tournaments__card-button,
.home-membership__button {
	align-items: center;
	border: 0;
	border-radius: 4px;
	display: inline-flex;
	gap: 16px;
	padding: 16px 24px;
	font-family: "Host Grotesk", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.24;
	text-decoration: none;
	transition: transform 0.2s ease, opacity 0.2s ease;
	white-space: nowrap;
}

.home-section-heading__button:hover,
.home-hero__button:hover,
.home-tournaments__card-button:hover,
.home-membership__button:hover {
	transform: translateY(-1px);
}

.home-section-heading__button img,
.home-hero__button img,
.home-tournaments__card-button img,
.home-membership__button img {
	display: block;
	height: 16px;
	width: 16px;
}

.home-section-heading__button {
	background: #e87407;
	color: #fafafa;
}

.home-hero__frame {
	/* border-radius: 12px; */
	height: 920px;
}

/* .home-hero__background {
	opacity: 0.95;
} */

.home-hero__overlay {
	background: rgba(0, 0, 0, 0.7);
}

.home-hero__content {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
}

.home-hero__title {
	color: #fafafa;
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 64px;
	font-weight: 400;
	letter-spacing: -2.88px;
	line-height: 1.06;
	max-width: 926px;
}

.home-hero__title .highlight {
	color: #e87407;
}

.home-hero__description {
	color: #fafafa;
	font-family: "Host Grotesk", sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.21px;
	line-height: 1.38;
	max-width: 686px;
}

.home-hero__actions {
	gap: 24px;
}

.home-hero__button--primary {
	background: #e87407;
	color: #fafafa;
}

.home-hero__button--secondary {
	background: #0f56a4;
	color: #fafafa;
}

.home-hero__indicators {
	bottom: 40px;
	gap: 12px;
	margin: 0;
}

.home-hero__indicators [data-bs-target] {
	background: rgba(255, 255, 255, 0.45);
	border: 0;
	border-radius: 0;
	height: 7px;
	margin: 0;
	opacity: 1;
	width: 7px;
}

.home-hero__indicators .active {
	background: #fff;
}

.home-animated {
	background: #fff;
	padding: 116px 0;
}

.home-animated__frame {
	align-items: center;
	display: flex;
	flex-direction: column;
	/* gap: 8px; */
	justify-content: center;
	margin: 0 auto;
	max-width: 745px;
	/* min-height: 291px; */
}

.home-animated__line {
	color: #0d0d0d;
	font-family: "Tilt Warp";
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.64px;
	line-height: 1.2;
	opacity: 1;
	transform: none;
	transition: none;
}

.home-animated__prefix {
	display: inline-block;
}

.home-animated__word {
	display: inline-block;
	will-change: transform, opacity;
}

.home-animated__word--1 {
	color: #0f56a4;
}

.home-animated__word--2 {
	color: #32a861;
}

.home-animated__word--3 {
	color: #e87407;
}

.home-about {
	background: #FFF;
}

.home-about__card {
	border-radius: 12px;
	height: 420px;
}

.home-about__card-image {
	width: 100%;
}

.home-about__card-overlay {
	background: rgba(0, 0, 0, 0.6);
}

.home-about__card-content {
	padding: 24px;
}

.home-about__card-value {
	color: #fafafa;
	font-family: "Tilt Warp";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.96px;
	line-height: 0.96;
}

.home-about__card-title {
	color: #fafafa;
	font-size: 36px;
	line-height: 1.28;
	max-width: 418px;
}

.home-about__card-accent {
	color: #e87407;
}

.home-news {
	background: rgba(255, 252, 239, 0.8);
}

.home-news__shell {
	overflow: hidden;
}

.home-news__inner {
	padding-left: 120px;
	padding-right: 120px;
}

.home-news__heading {
	gap: 24px;
	margin-bottom: 48px;
}

.home-news__heading-copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
	max-width: 694px;
}

.home-news__label {
	color: #0d0d0d;
	font-family: "Host Grotesk", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
}

.home-news__title {
	color: #0d0d0d;
	font-family: "Tilt Warp";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 53px;
}

.home-news__button {
	align-items: center;
	background: #0f56a4;
	border: 0;
	border-radius: 4px;
	color: #fafafa;
	display: inline-flex;
	gap: 16px;
	padding: 16px 24px;
	font-family: "Host Grotesk", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.24;
	text-decoration: none;
	transition: transform 0.2s ease, opacity 0.2s ease;
	white-space: nowrap;
}

.home-news__button:hover {
	transform: translateY(-1px);
}

.home-news__button img {
	display: block;
	height: 16px;
	width: 16px;
}

.home-news__grid {
	--bs-gutter-x: 32px;
	--bs-gutter-y: 32px;
}

.home-news__card {
	background: #fff;
	border: 1px solid rgba(13, 13, 13, 0.1);
	border-radius: 16px;
	box-shadow: 0 0 0 1px rgba(13, 13, 13, 0.03);
	overflow: hidden;
}

.home-news__card-link {
	color: inherit;
	cursor: pointer;
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}

.home-news__card-title {
	color: #0d0d0d;
	font-family: "Tilt Warp";
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 35px;
}

.home-news__card-body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	height: 100%;
	justify-content: flex-start;
	padding: 32px;
}

.home-news__card-excerpt {
	color: #7b7b7b;
	font-family: "Host Grotesk", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.24;
}

.home-tournaments .home-section-heading__button {
	background: #0f56a4;
}

.home-tournaments__grid {
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 909px) minmax(0, 701px);
}

.home-tournaments__card {
	border-radius: 12px;
	/* min-height: 618px; */
}

.home-tournaments__card-image {
	opacity: 0.2;
}

.home-tournaments__card-overlay {
	opacity: 0.96;
}

.home-tournaments__card--primary .home-tournaments__card-overlay {
	background: #e87407;
}

.home-tournaments__card--secondary .home-tournaments__card-overlay {
	background: #0f56a4;
}

/* .home-tournaments__card-pattern {
	opacity: 0.08;
}

.home-tournaments__card-pattern::before,
.home-tournaments__card-pattern::after {
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0.14), transparent 60%);
	border-radius: 999px;
	content: "";
	position: absolute;
}

.home-tournaments__card-pattern::before {
	height: 520px;
	left: -60px;
	top: -110px;
	width: 520px;
}

.home-tournaments__card-pattern::after {
	bottom: -180px;
	height: 420px;
	right: -140px;
	width: 420px;
} */

.home-tournaments__card-content {
	padding: 40px 32px;
}

.home-tournaments__card-top {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.home-tournaments__card-title {
	color: #fafafa;
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.1;
	max-width: 534px;
}

.home-tournaments__card-text,
.home-tournaments__list li,
.home-online__meta-label,
.home-online__meta-value,
.home-membership__description,
.home-membership__features li {
	color: #fafafa;
	font-family: "Host Grotesk", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.16px;
	line-height: 1.24;
}

.home-tournaments__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	/* max-width: 538px; */
}

.home-tournaments__list li {
	padding-left: 34px;
	position: relative;
}

.home-tournaments__list li::before {
	/* use arrow image instead */
	content: "";
	height: 24px;
	width: 24px;
	background: url("../../images/icons/arrow.png") no-repeat center center;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0;
}

.home-tournaments__stats {
	background: rgba(170, 90, 9, 0.09);
	border: 1px solid rgba(250, 250, 250, 0.2);
	border-radius: 16px;
	margin: 40px 0;
	overflow: hidden;
}

.home-tournaments__card--secondary .home-tournaments__stats {
	background: rgba(20, 82, 45, 0.1);
}

.home-tournaments__stat {
	height: 100%;
	padding: 24px 32px;
	position: relative;
}

.home-tournaments__stat::after {
	background: rgba(250, 250, 250, 0.25);
	content: "";
	height: 50px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.home-tournaments__stats .col:last-child .home-tournaments__stat::after {
	display: none;
}

.home-tournaments__stat-value {
	color: #fed500;
	font-family: "Tilt Warp";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.72px;
	line-height: 0.88;
	margin-bottom: 8px;
}

.home-tournaments__stat-label {
	color: #fafafa;
	font-family: "Host Grotesk", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.16px;
	line-height: 1.24;
}

.home-tournaments__card-button {
	background: rgba(13, 13, 13, 0.6);
	color: #fafafa;
}

.home-awards {
	background: #32A8611A;
}

.home-awards .home-section-heading__button {
	background: #32a861;
}

.home-awards__grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-awards__card {
	border-radius: 12px;
	/* height: 400px; */
}

.home-awards__card-figure {
	/* height: 302px; */
	width: 100%;
	aspect-ratio: 1 / 0.9935;
}

.home-awards__card-base {
	backdrop-filter: blur(10.312px);
	background: #32a861;
	display: flex;
	flex-direction: column;
	gap: 5px;
	height: 99px;
	padding: 20px 24px;
}

.home-awards__card-position,
.home-awards__position {
	color: #fff5ca;
	font-size: 24px;
	line-height: 1;
}

.home-awards__card-name {
	color: #fafafa;
	font-family: "Host Grotesk", sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.2px;
	line-height: 1.24;
}

.home-awards__hover {
	background: #32a861;
	color: #fafafa;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.28s ease;
}

.home-awards__card:hover .home-awards__hover,
.home-awards__card:focus-within .home-awards__hover,
.home-awards__card.is-active .home-awards__hover {
	opacity: 1;
	pointer-events: auto;
}

/* .home-awards__hover-pattern {
	opacity: 0.13;
}

.home-awards__hover-pattern::before,
.home-awards__hover-pattern::after {
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0.28), transparent 55%);
	border-radius: 999px;
	content: "";
	position: absolute;
}

.home-awards__hover-pattern::before {
	height: 260px;
	left: -40px;
	top: -30px;
	width: 260px;
}

.home-awards__hover-pattern::after {
	bottom: -40px;
	height: 260px;
	right: -60px;
	width: 260px;
} */

.home-awards__hover-inner {
	padding: 20px 24px;
	gap: 32px;
}

.home-awards__hover-copy {
	max-width: 160px;
}

.home-awards__top-label {
	color: #fafafa;
	font-family: "Host Grotesk", sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.24;
	margin-bottom: 4px;
}

.home-awards__position {
	font-size: 19px;
	line-height: 1;
	margin-bottom: 4px;
}

.home-awards__championship {
	color: #fafafa;
	font-family: "Host Grotesk", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.24;
	margin: 0 10px;
	max-width: 210px;
}

.home-awards__border {
	position: absolute;
	top: -12px;
	left: -36px;
	right: -36px;
}

.home-awards__description {
	color: #fafafa;
	font-family: "Host Grotesk", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.24;
	margin: 0 auto;
	/* max-width: 220px; */
}

.home-online .home-section-heading__accent {
	color: #0f56a4;
}

.home-online .home-section-heading__button {
	background: #0f56a4;
}

.home-online__rail {
	display: flex;
	gap: 2px;
	/* grid-template-columns: 760px repeat(3, 291px); */
	/* grid-template-columns: repeat(6, 291px); */
}

.home-online__featured {
	flex: 1 1 0;
	min-width: 0;
	border-radius: 12px;
	height: 483px;
	overflow: hidden;
	cursor: pointer;
	transition: flex 0.45s ease;
}

.home-online__featured::before {
	background: url(../../images/common/pattern.png) no-repeat center center;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.03;
	background-size: 240%;
	background-position: 0% 30%;
}

.home-online__featured .home-online__featured-image {
	opacity: 0;
}

.home-online__featured.is-active {
	flex: 2.6151 1 0;
}

.home-online__featured.is-active .home-online__featured-image {
	opacity: 1;
}

.home-online__featured-overlay {
	background: linear-gradient(180deg, rgba(28, 31, 37, 0) 0%, rgba(28, 31, 37, 0.54) 68%, #1c1f25 100%);
	opacity: 0;
}

.home-online__featured.is-active .home-online__featured-overlay {
	opacity: 1;
}

.home-online__featured-content {
	padding: 24px;
	justify-content: space-between;
}

.home-online__featured-meta--item {
	opacity: 0;
}

.home-online__featured.is-active .home-online__featured-content {
	padding: 32px;
	justify-content: flex-end;
}

.home-online__featured.is-active .home-online__featured-meta--item {
	opacity: 1;
}

.home-online__featured-title {
	color: #fafafa;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 0;
}

.home-online__featured.is-active .home-online__featured-title {
	font-size: 28px;
}

.home-online__featured-meta {
	position: relative;
}

.home-online__featured-divider {
	background: rgba(250, 250, 250, 0.25);
	height: 1px;
	/* margin-bottom: 18px; */
	/* width: 100%; */
	margin: 32px -32px;
}

.home-online__meta-label {
	font-weight: 500;
	margin-bottom: 8px;
}

.home-online__meta-value {
	font-size: 14px;
	font-weight: 300;
}

.home-online__featured-arrow,
.home-online__teaser-arrow {
	align-self: flex-end;
	backdrop-filter: blur(50px);
	background: rgba(250, 250, 250, 0.1);
	border-radius: 72px;
	height: 71px;
	width: 71px;
}

.home-online__featured-arrow img,
.home-online__teaser-arrow img {
	display: block;
	height: 28px;
	transform: rotate(-45deg);
	width: 28px;
	object-fit: contain;
}

/* .home-online__teaser {
	color: #fafafa;
	display: block;
	position: relative;
	text-decoration: none;
} */

.home-online__featured--orange {
	background: #e87407;
}

.home-online__featured--green {
	background: #32a861;
}

.home-online__featured--blue {
	background: #0f56a4;
}

.home-online__teaser-pattern {
	opacity: 0.08;
}

.home-online__teaser-pattern::before,
.home-online__teaser-pattern::after {
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0.18), transparent 60%);
	border-radius: 999px;
	content: "";
	position: absolute;
}

.home-online__teaser-pattern::before {
	height: 280px;
	left: -90px;
	top: -40px;
	width: 280px;
}

.home-online__teaser-pattern::after {
	bottom: -60px;
	height: 320px;
	right: -140px;
	width: 320px;
}

.home-online__teaser-content {
	padding: 24px;
}

.home-online__teaser-title {
	color: #fafafa;
	font-size: 24px;
	line-height: 1.15;
}

.home-partners {
	background: #FFE15F1A;
}

.home-partners__grid {
	align-items: flex-start;
	display: grid;
	gap: 32px;
	grid-template-columns: 1146px 459px;
}

.home-partners__tag {
	align-items: center;
	background: #f4de7e;
	display: inline-flex;
	font-family: "Tilt Warp";
	font-size: 20px;
	font-style: normal;
	height: 32px;
	justify-content: center;
	line-height: 1;
	margin-bottom: 0;
	min-width: 131px;
	padding: 0 20px;
}

.home-partners__logo-grid {
	display: grid;
}

.home-partners__logo-grid--vendors {
	grid-template-columns: repeat(5, 1fr);
}

.home-partners__logo-grid--exhibitors {
	grid-template-columns: repeat(2, 1fr);
}

.home-partners__logo-cell {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(13, 13, 13, 0.05);
	display: flex;
	height: 131px;
	justify-content: center;
	padding: 40px 36px;
}

.home-partners__logo-cell img {
	max-height: 52px;
	object-fit: contain;
	width: auto;
}

.home-membership__frame {
	background: #0f56a4;
	border-radius: 12px;
	/* min-height: 566px; */
	padding: 60px;
}

.home-membership__frame::before {
	background: url(../../images/common/pattern.png);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.04;
}

/* .home-membership__pattern::before {
	height: 520px;
	left: -120px;
	top: -160px;
	width: 520px;
}

.home-membership__pattern::after {
	bottom: -220px;
	height: 520px;
	right: -180px;
	width: 520px;
} */

.home-membership__content {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 538px;
}

.home-membership__title {
	color: #fafafa;
	font-size: 48px;
	line-height: 0.96;
	max-width: 383px;
}

.home-membership__description,
.home-membership__features li {
	font-size: 20px;
	letter-spacing: -0.2px;
	line-height: 1.24;
	font-weight: 500;
}

.home-membership__features {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.home-membership__features li {
	padding-left: 34px;
	position: relative;
}

.home-membership__features li::before {
	/* content: "\2192"; */
	content: "";
	height: 24px;
	width: 24px;
	background: url("../../images/icons/arrow.png") no-repeat center center;
	left: 0;
	position: absolute;
	top: 0;
}

.home-membership__actions {
	gap: 24px;
}

.home-membership__button--primary {
	background: #e87407;
	color: #fafafa;
}

.home-membership__button--secondary {
	background: rgba(250, 250, 250, 0.15);
	color: #fafafa;
}

.home-membership__image-wrap {
	display: flex;
	justify-content: center;
}

.home-membership__image-wrap img {
	max-height: 439px;
	object-fit: contain;
}

@media (max-width: 1679.98px) {
	/* .home-shell {
		max-width: calc(100% - 80px);
	} */

	/* .home-shell--hero {
		max-width: calc(100% - 80px);
	} */

	.home-tournaments__grid {
		grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	}

	/* .home-online__rail,
	.home-partners__grid,
	.home-awards__grid {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	} */

	.home-partners__grid {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.home-awards__grid {
		gap: 16px;
	}

	.home-online__rail {
		display: flex;
	}

	.home-online__teaser {
		cursor: pointer;
		flex: 1;
		min-width: 0;
		transition: flex 0.45s ease;
	}

	.home-online__teaser.is-active {
		flex: 3;
	}

	.home-partners__column--vendors {
		grid-column: span 8;
	}

	.home-partners__column--exhibitors {
		grid-column: span 4;
	}

	/* .home-awards__card {
		grid-column: span 4;
	} */

	.home-news__inner {
		padding-left: 80px;
		padding-right: 80px;
	}

}

@media (max-width: 1399.98px) {
	.home-hero__frame {
		height: 760px;
	}

	.home-hero__title {
		font-size: 60px;
		letter-spacing: -2px;
	}

	.home-section-heading__title,
	.home-membership__title {
		font-size: 40px;
		line-height: 1.1;
	}

	.home-about__card-title {
		font-size: 28px;
	}

	.home-tournaments__card-title {
		font-size: 30px;
	}

	.home-awards__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.home-awards__hover-inner {
		gap: 8px;
		padding: 16px 20px;
	}

	.home-awards__border {
		left: -18px;
		right: -18px;
		top: 8px;
	}

	.home-online__featured-title {
		font-size: 26px;
	}

	.home-online__featured,
	.home-online__teaser {
		height: 420px;
	}
}

@media (max-width: 1199.98px) {
	.home-animated {
		padding: 90px 0;
	}

	.home-section {
		padding: 72px 0;
	}

	/*.home-shell,
	.home-shell--hero {
		max-width: calc(100% - 40px);
	} */

	/* .home-hero__frame {
		height: 680px;
	} */

	.home-hero__title .home-hero__title-part:first-child {
		display: inline;
	}

	.home-news__inner {
		padding-left: 40px;
		padding-right: 40px;
	}

	.home-news__heading {
		margin-bottom: 32px;
	}

	.home-news__grid {
		--bs-gutter-x: 24px;
		--bs-gutter-y: 24px;
	}

	.home-tournaments__grid,
	.home-partners__grid {
		display: grid;
		grid-template-columns: 1fr;
	}

	/* .home-awards__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	} */

	.home-tournaments__card,
	.home-online__featured,
	.home-online__teaser,
	.home-awards__card {
		grid-column: auto;
	}

	/* .home-online__rail {
		gap: 20px;
	} */

	.home-online__featured,
	.home-online__teaser {
		height: auto;
		min-height: 320px;
	}

	.home-partners__logo-grid--vendors,
	.home-partners__logo-grid--exhibitors {
		grid-template-columns: repeat(4, 1fr);
	}

	.home-membership__frame {
		padding: 48px 40px;
	}

	.home-online__featured.is-active {
		flex: 1.6 1 0;
	}
}

@media (max-width: 991.98px) {
	.home-hero__frame {
		height: 632px;
	}

	.home-hero__title {
		font-size: 44px;
		letter-spacing: -1.4px;
	}

	.home-animated__line {
		font-size: 46px;
	}

	.home-news__inner {
		padding-left: 24px;
		padding-right: 24px;
	}

	.home-news__title {
		font-size: 40px;
		line-height: 1.15;
	}

	.home-about__card,
	.home-tournaments__card {
		height: auto;
		min-height: 460px;
	}

	.home-awards__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.home-partners__logo-grid--vendors,
	.home-partners__logo-grid--exhibitors {
		grid-template-columns: repeat(3, 1fr);
	}

	.home-membership__frame {
		min-height: auto;
	}

	.home-awards__card-base {
		height: auto;
		padding: 20px;
	}

	.home-online__rail {
		flex-direction: column;
		gap: 16px;
	}

	.home-about__card-value {
		font-size: 36px;
	}
}

@media (max-width: 767.98px) {
	.home-animated {
		padding: 72px 0;
	}

	.home-section {
		padding: 56px 0;
	}

	/*
	.home-shell,
	.home-shell--hero {
		max-width: calc(100% - 24px);
	} */

	.home-section-heading {
		margin-bottom: 24px;
	}

	.home-news__inner {
		padding-left: 16px;
		padding-right: 16px;
	}

	.home-news__heading {
		gap: 20px;
		margin-bottom: 24px;
	}

	.home-news__title {
		font-size: 36px;
		line-height: 1.12;
	}

	.home-news__button {
		font-size: 14px;
		padding: 12px 20px;
	}

	.home-news__card-title {
		font-size: 24px;
		line-height: 30px;
	}

	.home-news__card-body {
		padding: 24px;
	}

	.home-news__card-excerpt {
		font-size: 18px;
	}

	.home-hero__actions {
		gap: 12px;
	}

	.home-hero {
		margin-top: -2.5rem;
	}

	.home-section-heading__title,
	.home-membership__title {
		font-size: 32px;
		line-height: 1.12;
	}

	.home-hero__frame {
		height: 582px;
	}

	.home-hero__content {
		max-width: 100%;
		padding-inline: 16px;
		gap: 16px;
	}

	.home-hero__title {
		font-size: 34px;
		line-height: 1.1;
	}

	.home-hero__description {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.25;
	}

	.home-hero__actions,
	.home-membership__actions {
		/* flex-direction: column; */
		width: 100%;
		align-items: start;
	}

	.home-membership__actions {
		gap: 16px;
	}

	.home-hero__button,
	.home-membership__button,
	.home-section-heading__button,
	.home-tournaments__card-button {
		justify-content: center;
		font-size: 14px;
		padding: 12px 24px;
		/* width: 100%; */
	}

	/* .home-animated__frame {
		min-height: 220px;
	} */

	.home-animated__line {
		font-size: 34px;
	}

	.home-about__card {
		min-height: 380px;
		height: 100%;
	}

	.home-about__card-title {
		font-size: 24px;
	}

	.home-tournaments__card {
		min-height: 0;
	}

	.home-tournaments__card-content {
		padding: 24px 20px;
	}

	.home-tournaments__card-top {
		gap: 24px;
	}

	.home-tournaments__card-title {
		font-size: 24px;
	}

	.home-tournaments__list li,
	.home-tournaments__card-text,
	.home-tournaments__stat-label,
	.home-membership__description,
	.home-membership__features li {
		font-size: 15px;
	}

	.home-tournaments__stats .col {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.home-tournaments__stat::after {
		display: none;
	}

	.home-tournaments__stat {
		border-bottom: 1px solid rgba(250, 250, 250, 0.2);
	}

	.home-tournaments__stats .col:last-child .home-tournaments__stat {
		border-bottom: 0;
	}

	.home-awards__grid {
		grid-template-columns: 1fr 1fr;
	}

	.home-online__featured-content,
	.home-online__teaser-content {
		padding: 20px;
	}

	.home-online__featured-title,
	.home-online__teaser-title {
		font-size: 22px;
	}

	.home-online__featured-arrow,
	.home-online__teaser-arrow {
		height: 56px;
		width: 56px;
	}

	.home-online__featured-arrow img,
	.home-online__teaser-arrow img {
		height: 28px;
		width: 28px;
	}

	.home-partners__logo-grid--vendors,
	.home-partners__logo-grid--exhibitors {
		grid-template-columns: 1fr 1fr;
	}

	.home-membership__frame {
		padding: 32px 24px;
	}

	.home-about__card-value {
		font-size: 32px;
	}
}

@media (max-width: 600px) {
	.home-animated__line {
		font-size: 30px;
	}

	.home-news__title {
		font-size: 32px;
	}

	.home-section-heading__title,
	.home-membership__title {
		font-size: 28px;
		line-height: 1.12;
	}

	.home-awards__grid {
		gap: 8px;
	}

	.home-awards__card:hover .home-awards__hover,
	.home-awards__card:focus-within .home-awards__hover,
	.home-awards__card.is-active .home-awards__hover {
		opacity: 0 !important;
	}

	.home-awards__card-base {
		padding: 14px;
	}

	.home-awards__card-position,
	.home-awards__position {
		font-size: 17px;
	}

	.home-awards__card-name {
		font-size: 16px;
	}

	.home-online__featured.is-active .home-online__featured-content {
		padding: 16px;
	}

	.home-about__card-value {
		font-size: 28px;
	}
}

@media (max-width: 340.98px) {
	.home-awards__grid {
		grid-template-columns: 1fr;
	}
}
