body {
	font-family: "Poppins";
	font-weight: 400;
	font-style: normal;
	background-color: #FFF;
	color: #1E1E25;
	overflow: unset !important;
}

::selection {
	color: #fff;
	background: #e80000;
}

.max-width {
	max-width: 1920px;
}

.top-padding {
	padding-top: 110px;
}

@media (max-width: 1440px) and (min-width: 1024px) {
	.top-padding {
		padding-top: 95px;
	}
}

@media (max-width: 1023px) and (min-width: 577px) {
	.top-padding {
		padding-top: 90px;
	}
}

@media (max-width: 576px) and (min-width: 320px) {
	.top-padding {
		padding-top: 85px;
	}
}

.gray-bg {
	background: #f2f2f2;
}

/* HEADER */
.masthead {
	transition: all 0.3s ease;
	background: #000;
}

.masthead.scrolled {
	background: #000;
	transition: all 0.3s ease;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.masthead .navbar .navbar-logo-wrapper {
	order: 1;
}

.masthead .navbar .navbar-logo-wrapper .navbar-brand img {
	width: clamp(120px, 10vw, 160px);
	transition: all 0.3s ease;
}

.masthead .navbar .navbar-wrapper {
	display: flex;
	width: 100%;
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
	justify-content: flex-end;
	order: 2;
}

.masthead .navbar .navbar-wrapper .navbar-nav {
	gap: 10px;
}

@media (max-width: 576px) {
	.masthead .navbar .navbar-wrapper .navbar-nav {
		gap: 5px;
	}
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-left,
.masthead .navbar .navbar-wrapper .navbar-nav.nav-right {
	flex-direction: row;
	align-items: center;
	transition: all 0.3s ease;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-left .nav-link,
.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .nav-link {
	font-size: clamp(13px, 1.2vw, 16px);
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.3s ease;
	padding: 0.4rem 1.25rem;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-left .nav-link.login:hover svg path,
.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .nav-link.login:hover svg path {
	stroke: #e80000;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-left {
	transition: all 0.3s ease;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-left .nav-item .nav-link {
	font-weight: 600;
	background: #f00;
	border-radius: 3px;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-left .nav-item .nav-link:hover {
	background: #900;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-left .dropdown {
	background: #f00;
	border-radius: 3px;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-left .dropdown span svg path {
	stroke: #fff;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-left .dropdown .dropdown-toggle::after {
	display: none;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-left .dropdown .dropdown-menu {
	background: #252525;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-left .dropdown .dropdown-menu li .dropdown-item {
	font-family: "Poppins";
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-left .dropdown .dropdown-menu li .dropdown-item:hover {
	background: transparent;
	color: #e80000;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right {
	margin-right: 0 !important;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .nav-item .dropdown-menu[data-bs-popper] {
	right: 0;
	left: unset;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .nav-item .dropdown-menu {
	background: #252525;
	position: absolute;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .nav-item .dropdown-menu li .dropdown-item {
	font-family: "Poppins";
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: radial-gradient(100% 100% at 50% 0%, #fff 0%, #645a5a 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .nav-item .dropdown-menu li .dropdown-item:hover {
	background: radial-gradient(100% 100% at 50% 0%, #f28dba 0%, #f53887 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .nav-link {
	padding: 0.3rem;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .search-wrapper .search-icon {
	position: relative;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .search-wrapper .search-icon svg {
	transition: all 0.3s ease;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .search-wrapper .search-icon.active-search svg {
	transition: all 0.5s ease;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .search-wrapper .search-icon.active-search svg path {
	stroke: #e80000;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .search-wrapper .search-icon:hover {
	cursor: pointer;
}

@media (max-width: 440px) {
	.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .nav-divider {
		display: none;
	}
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .social-medias {
	display: flex !important;
}

@media (max-width: 440px) {
	.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .social-medias {
		display: none !important;
	}
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .social-medias .nav-link:hover .twitter-icon svg path {
	fill: #e80000;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .social-medias .nav-link:hover .ig-icon svg path {
	stroke: #e80000;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .social-medias .nav-link:hover .ig-icon svg path:nth-child(3) {
	fill: #e80000;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .dropdown.multilang-dropdown {
	display: flex;
	align-items: center;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .dropdown.multilang-dropdown .dropdown-toggle::after {
	content: none;
	display: none;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .dropdown.multilang-dropdown .current-flag {
	height: 31px;
	width: 31px;
	border-radius: 100%;
	border: 2.71px solid #fff;
}

@media (max-width: 768px) {
	.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .dropdown.multilang-dropdown .current-flag {
		height: 25px;
		width: 25px;
	}
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .dropdown.multilang-dropdown .dropdown-item.active-locale {
	background: radial-gradient(100% 100% at 50% 0%, #f28dba 0%, #f53887 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .dropdown.multilang-dropdown .dropdown-item.active-locale .lang-flag {
	border: 2px solid #fff;
	border-radius: 3px;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .dropdown.multilang-dropdown .dropdown-item .lang-flag {
	width: 30px;
	margin: 0 1rem;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .btn-join-wrapper .btn-join {
	border-radius: 3px;
	background: #f00;
	padding: 0.8rem 1rem;
	transition: all 0.3s ease;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .btn-join-wrapper .btn-join span {
	font-weight: 700;
	font-size: clamp(13px, 1.2vw, 16px);
	line-height: 100%;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	transition: all 0.3s ease;
}

.masthead .navbar .navbar-wrapper .navbar-nav.nav-right .btn-join-wrapper .btn-join:hover {
	background: #900;
}

.masthead .navbar .navbar-toggler {
	order: 0;
	border: none;
	padding: 0;
}

.masthead .navbar .navbar-toggler:focus {
	box-shadow: none;
}

.masthead .navbar .offcanvas {
	background-color: #111;
	width: 280px;
}

@media (max-width: 1199px) {
	.masthead .navbar .offcanvas .offcanvas-header img {
		width: 110px;
	}
}

.masthead .navbar .offcanvas .offcanvas-body .offcanvas-navs .navbar-nav {
	gap: 5px;
	flex-direction: column;
}

.masthead .navbar .offcanvas .offcanvas-body .offcanvas-navs .navbar-nav .nav-link {
	font-size: clamp(14px, 2vw, 16px);
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.3s ease;
}

.masthead .navbar .offcanvas .offcanvas-body .offcanvas-navs .navbar-nav .nav-link.top-nav {
	font-size: clamp(14px, 2vw, 16px);
	color: #fff;
	background: #e80000;
	padding: 8px 10px;
	border-radius: 3px;
}

.masthead .navbar .offcanvas .offcanvas-body .offcanvas-navs .navbar-nav .nav-link.top-nav:hover {
	background: #900;
	color: #fff;
}

.masthead .navbar .offcanvas .offcanvas-body .offcanvas-navs .navbar-nav .nav-link:hover {
	color: #e80000;
}

.masthead .navbar .offcanvas .offcanvas-body .offcanvas-navs .navbar-nav .dropdown .dropdown-toggle::after {
	display: none;
}

.masthead .navbar .offcanvas .offcanvas-body .offcanvas-navs .navbar-nav .nav-item.logout .nav-link {
	display: block !important;
}

.masthead .navbar .offcanvas .offcanvas-body .offcanvas-navs .navbar-nav .nav-item .nav-link.active {
	color: #e80000;
}

.masthead .navbar .offcanvas .offcanvas-body .offcanvas-navs .navbar-nav .nav-item.btn-join-wrapper .btn-join {
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	transition: all 0.3s ease;
	width: max-content;
}

.masthead .navbar .offcanvas .offcanvas-body .offcanvas-navs .navbar-nav .nav-item.btn-join-wrapper .btn-join span {
	font-size: clamp(18px, 2.2vw, 24px);
	letter-spacing: 2px;
	text-align: center;
	color: #e80000;
	transition: all 0.3s ease;
}

.masthead #navbarNav-bottom .navbar-wrapper .navbar-nav.nav-bottom .nav-item.livecams:hover>.livecams-wrapper {
	display: block;
}

.masthead #navbarNav-bottom .navbar-wrapper .navbar-nav.nav-bottom .nav-item .nav-link {
	font-size: clamp(13px, 0.8vw, 14px);
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.3s ease;
	padding: 0.5rem 1rem;
}

.masthead #navbarNav-bottom .navbar-wrapper .navbar-nav.nav-bottom .nav-item .nav-link:hover,
.masthead #navbarNav-bottom .navbar-wrapper .navbar-nav.nav-bottom .nav-item .nav-link.active {
	color: #000;
	background: #ff0;
	-webkit-box-shadow: 0 0 20px -2px #ff0;
	-moz-box-shadow: 0 0 20px -2px #ff0;
	box-shadow: 0 0 20px -2px #ff0;
}

.floating-search {
	position: fixed;
	top: 15%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 40%;
	max-width: 70%;
	z-index: 1032;
	background: #000;
	border-radius: 10px;
	box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.7);
	transition: all 0.3s ease-in-out;
}

@media (max-width: 1024px) and (min-width: 768px) {
	.floating-search {
		width: 70%;
		max-width: 80%;
	}
}

@media (max-width: 767px) {
	.floating-search {
		max-width: 100%;
		width: 100%;
		position: relative;
		border-radius: 0;
		transition: all 0.3s ease-in-out;
	}
}

.floating-search form {
	padding: 10px 10px 20px 10px;
}

@media (max-width: 767px) {
	.floating-search form {
		padding: 10px 10px 15px;
	}
}

.floating-search form .search-wrap .dropdown .search-box {
	padding: 20px;
}

@media (max-width: 767px) {
	.floating-search form .search-wrap .dropdown .search-box {
		padding: 10px;
	}
}

.floating-search form .search-wrap .dropdown .search-box span {
	display: none;
}

.floating-search form .search-wrap .dropdown .search-box .search-field {
	font-weight: 400;
	font-size: 17px;
	letter-spacing: 1px;
	color: #eee;
	width: 100%;
	padding: 5px;
	background: #000;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid gray;
}

.floating-search form .search-wrap .dropdown .search-box .search-field:focus {
	outline: none;
}

.floating-search form .search-wrap .dropdown .search-box .search-field::placeholder {
	color: #feffff b3;
	font-size: 17px;
	text-transform: capitalize;
}

.floating-search form .search-wrap .dropdown .dropdown-menu {
	position: relative;
	background: #000;
	padding: 0 25px;
	width: 100%;
	margin: auto;
	left: 0;
	max-height: 60vh;
	flex-direction: row;
	flex-wrap: wrap;
	display: flex;
}

@media (max-width: 992px) {
	.floating-search form .search-wrap .dropdown .dropdown-menu {
		flex-direction: column;
		flex-wrap: nowrap;
		padding: 0 10px;
	}
}

.floating-search form .search-wrap .dropdown .dropdown-menu .go-on,
.floating-search form .search-wrap .dropdown .dropdown-menu .searching,
.floating-search form .search-wrap .dropdown .dropdown-menu .dropdown-header {
	color: #feffff b3;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.floating-search form .search-wrap .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
	background: #65676b;
	border-radius: 10px;
}

.floating-search form .search-wrap .dropdown .dropdown-menu .result-item a .title {
	font-family: "Poppins";
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: normal;
	font-feature-settings: 'pnum' on, 'lnum' on;
	text-transform: uppercase;
}

.floating-search form .search-wrap .dropdown .dropdown-menu .result-item a .date {
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 1px;
	font-feature-settings: 'pnum' on, 'lnum' on;
}

.floating-search .suggestion-wrapper {
	padding: 10px 30px 20px 30px;
}

.floating-search .suggestion-wrapper span {
	font-family: "Poppins";
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1px;
	color: gray;
}

.floating-search .suggestion-wrapper .suggestions {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.floating-search .suggestion-wrapper .suggestions .suggestion {
	font-family: "Poppins";
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 1px;
	color: gray;
	background: #252525;
	border: 1px solid gray;
	padding: 5px 20px;
	border-radius: 20px;
	transition: all 0.3s ease;
	text-decoration: none;
}

.floating-search .suggestion-wrapper .suggestions .suggestion:hover {
	background: #e80000;
	border: 1px solid #e80000;
	color: #111;
}

/* END OF HEADER */

/* LOGIN SECTION */
.banner-section h2 {
	font-size: 35px;
	font-weight: 800;
	line-height: 39px;
	letter-spacing: 0.3em;
	color: #000;
}

.banner-section h2 span {
	color: #e80000;
}

.banner-section h1 {
	font-size: 90px;
	font-weight: 700;
	line-height: 105px;
	letter-spacing: 0.03em;
	color: #000;
}

.banner-section h3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 45px;
	letter-spacing: 0.07em;
	text-align: center;
}

.banner-section h3 .signup-link {
	color: #e80000;
	text-decoration: none;
	transition: all 0.3s ease;
}

.banner-section h3 .signup-link:hover {
	color: #9b0101;
}

.banner-section ul.perks-wrapper {
	display: flex;
	align-items: center;
	list-style: none;
	gap: 20px;
	flex-wrap: wrap;
	padding: 10px 0;
	margin: 0;
	justify-content: center;
}

.banner-section ul.perks-wrapper li {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 35px;
	text-align: center;
	letter-spacing: 1px;
	gap: 20px;
}

.banner-section ul.perks-wrapper li .fa-circle {
	color: #e80000;
	font-size: 15px;
}

@media screen and (max-width: 1440px) {
	.banner-section h2 {
		font-size: 20px;
	}

	.banner-section h1 {
		font-size: 58px;
		line-height: 58px;
	}

	.banner-section h3 {
		font-size: 24px;
	}

	.banner-section ul.perks-wrapper li {
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.banner-section h2 {
		font-size: 18px;
		letter-spacing: 0.59em;
	}

	.banner-section h1 {
		font-size: 49px;
		line-height: 49px;
	}

	.banner-section h3 {
		font-size: 20px;
	}
}

@media screen and (max-width: 768px) {
	.banner-section h2 {
		font-size: 15px;
	}

	.banner-section h1 {
		font-size: 37px;
		line-height: 42px;
	}

	.banner-section h3 {
		font-size: 18px;
	}

	.banner-section ul.perks-wrapper {
		gap: 7px;
	}

	.banner-section ul.perks-wrapper li {
		padding: 5px;
	}
}

@media screen and (max-width: 430px) {
	.banner-section h2 {
		line-height: 23px;
	}

	.banner-section h1 {
		font-size: 27px;
		line-height: 30px;
	}

	.banner-section h3 {
		font-size: 15px;
	}

	.banner-section ul.perks-wrapper {
		gap: 0;
	}

	.banner-section ul.perks-wrapper li {
		padding: 5px;
		font-size: 13px;
	}
}

.form-section {
	background: #000;
	padding: 37px;
	border-radius: 10px;
	box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.7);
}

.form-section .member-login-text {
	font-size: 25px;
	font-weight: 400;
	line-height: 33.73px;
	letter-spacing: 0.2em;
	color: #fff;
}

.form-section .access-your-account-text {
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: 0.15em;
	color: #FFF;
	opacity: 0.5;
}

.form-section .form-field-section .form-control.username,
.form-section .form-field-section .form-control.password {
	padding: 16px 24px;
	border: none;
	border-radius: 7px;
	background: #3a3b40;
	box-shadow: none;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 21.79px;
	letter-spacing: 1px;
}

.form-section .form-field-section .form-control.username::placeholder,
.form-section .form-field-section .form-control.password::placeholder {
	color: #feffffb3;
	text-transform: uppercase;
}

.form-section .form-field-section .pw-wrap {
	position: relative;
}

.form-section .form-field-section .reveal-pass {
	position: absolute;
	z-index: 3;
	top: 20px;
	right: 20px;
	font-size: 16px;
	color: #feffffb3;
	cursor: pointer;
	opacity: 0.8;
}

.form-section .form-field-section .captcha-wrap {
	margin-top: 15px;
	margin-bottom: 0;
	text-align: center;
}

.form-section .form-field-section .captcha-wrap>img {
	width: 130px;
	height: auto;
}

.form-section .form-field-section .captcha-wrap .warning {
	text-align: center;
	color: #FF0000;
	font-weight: 700;
}

.remember {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-transform: uppercase;
	justify-content: center;
}

.remember input {
	display: none;
}

.remember label {
	cursor: pointer;
	text-align: start;
	display: block;
	color: #feffffb3;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

@media (min-width: 375px) {
	.remember label {
		font-size: 12px;
	}
}

@media (min-width: 768px) {
	.remember label {
		font-size: 14px;
	}
}

.remember input[type="checkbox"]:checked~label .fa-circle-notch:before {
	content: "\f058";
}


.submit-wrap .submit {
	width: 100%;
	border: none;
	display: flex;
	padding: 10px 26px;
	justify-content: center;
	align-items: center;
	box-shadow: none !important;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	line-height: 31.5px;
	text-transform: uppercase;
	border-radius: 7px;
	letter-spacing: 2px;
	background: #e80000;
}

.submit-wrap .submit:hover {
	background: #9b0101;
	cursor: pointer;
}

.submit-wrap a.forgot-text {
	color: #feffffb3;
	text-decoration: none;
}

.submit-wrap .not-member-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.submit-wrap span.not-member {
	text-align: center;
	color: #808080;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.submit-wrap a.signup-link {
	text-align: center;
	margin-left: 6px;
	color: #e80000;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	transition: .5s all ease;
	text-decoration: none;
}

.submit-wrap a.signup-link:hover {
	color: #FFF;
}

/* END OF LOGIN SECTION */

/* FOOTER */
footer {
	background-color: #000;
	background-image: url("https://c75f03e204.mjedge.net/assets/footer_images/footer_background-800x0.png");
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s ease;
}

footer .footer-wrapper {
	background: rgba(0, 0, 0, .8);
	backdrop-filter: blur(3px);
	border-radius: 7px;
}

footer .footer-wrapper .logo-wrapper .footer-logo {
	width: clamp(120px, 60%, 250px);
}

footer .footer-wrapper .logo-wrapper .copyright-text {
	font-size: clamp(12px, 1vw, 14px);
	color: #7b7b7b;
}

@media (max-width: 440px) {
	footer .footer-wrapper .navbar .navbar-nav .nav-item {
		width: 100%;
	}
}

footer .footer-wrapper .navbar .navbar-nav .nav-item .nav-link {
	font-size: clamp(14px, 1vw, 16px);
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.3s ease;
	line-height: normal;
	padding: 0.3rem 1.25rem;
	font-weight: 600;
	background: #f00;
	border-radius: 3px;
}

footer .footer-wrapper .navbar .navbar-nav .nav-item .nav-link.join-link {
	font-size: clamp(16px, 1.8vw, 20px);
}

footer .footer-wrapper .navbar .navbar-nav .nav-item .nav-link:hover {
	background: #900;
}

footer .footer-wrapper .nav .nav-item .nav-link {
	font-size: clamp(14px, 1.2vw, 16px);
	color: #fff;
	opacity: 0.8;
	transition: all 0.3s ease;
}

footer .footer-wrapper .nav .nav-item .nav-link:hover {
	opacity: 1;
	color: #f00;
}

footer .footer-wrapper .footer-about .about-label {
	font-size: clamp(16px, 1.8vw, 20px);
	letter-spacing: 2px;
}

footer .footer-wrapper .footer-about .about-description {
	font-size: clamp(13px, 1.2vw, 15px);
	letter-spacing: 1px;
	color: #ffffffc0;
}

footer .footer-wrapper .footer-about .follow-us {
	font-size: clamp(14px, 1.2vw, 16px);
	letter-spacing: 2px;
}

footer .footer-wrapper .report-links a {
	color: #878787;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: -0.1em;
	transition: all 0.3s ease;
}

footer .footer-wrapper .report-links a:hover {
	color: #fff;
}

footer .footer-wrapper .footer-address {
	text-align: center;
	color: #9b9b9b;
	font-size: clamp(12px, 1vw, 14px);
}

footer .footer-wrapper .footer-address p {
	margin-bottom: 0.3rem;
}

footer .footer-wrapper .footer-address p a {
	color: #7b7b7b;
	text-decoration: none;
	transition: all 0.3s ease;
}

footer .footer-wrapper .footer-address p a:hover {
	color: #f00;
}

footer .horizontal-divider {
	border-top: 3px solid rgba(117, 117, 117, 0.78);
}

/* END OF FOOTER */