body {
	font-family: "Inter", sans-serif !important;
	--bs-body-font-size: 1.05rem !important;
}

@media (min-width:992px) {
	.navbar {
		padding-left: 5.5rem;
		padding-right: 5.5rem
	}
}

@media (min-width:992px) {
	.footer {
		padding-left: 5.5rem;
		padding-right: 5.5rem
	}
}

.bg-special {
	background-color: #35384e
}

.bg-special-2 {
	background-color: #009de0
}

.bg-special-3 {
	background-color: #ff4081
}

.bg-special-4 {
	background-color: #3f51b5
}

.bg-special-5 {
	background-color: #333
}

.bg-special-6 {
	background-color: #222
}

.bg-special-7 {
	background-color: rgb(0 0 0 / .2)
}

.text-color-special {
	color: #ff4081
}

.text-color-benefit {
	color: #ab4d21
}

.text-color-benefit-2 {
	color: #20c8a2
}

.text-color-benefit-3 {
	color: #d60909
}

.text-color-benefit-4 {
	color: #13ba27
}

.text-color-benefit-5 {
	color: #2980b9
}

.text-color-benefit-6 {
	color: #3c7b3f
}

.text-color-benefit-7 {
	color: #8e44ad
}

.text-color-benefit-8 {
	color: #b0a70f
}

.border-special {
	border-radius: 8px;
}

.bg-plans {
	background-image: url(../images/background_plans.jpg);
	background-size: cover;
	background-position;
}

.bg-influencers {
	background-image: url(../images/background_influencers.jpg);
	background-size: cover;
	background-position;
}

.pricing-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
	transform: scale(1.03);
	box-shadow: 0 0 40px rgba(255, 255, 255, 0.2);
	z-index: 2;
}

.hover-shadow:hover {
	box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.15) !important;
	transform: translateY(-4px);
}

.transition {
	transition: all 0.3s ease;
}

.btn-special {
	background-color: #000000;
	border-color: #000000;
	background-image: url("../images/sky.gif");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#back_to_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}

.w-85 {
	width: 85% !important
}

header {
	margin-top: 64px;
	transition: margin-top 0.2s ease-in-out;
}

@media (max-width:992px) {
	header {
		margin-top: 62px;
	}
}

header.home-video {
	height: 60vh;
	position: relative;
	overflow: hidden
}

@media (max-width:992px) {
	header.home-video {
		height: 55vh
	}
}

header.home-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	z-index: 1
}

header.home-video .overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgb(0 0 0 / .5);
	z-index: 2
}

header.home-video .text-overlay {
	top: 50%;
	position: relative;
	text-align: center;
	transform: translateY(-50%);
	z-index: 3
}

.page-header {
	background-image: url(../images/background_header.jpg);
	height: 35vh
}

@media (max-width:992px) {
	.page-header {
		height: 35vh
	}
}

.bg-image {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
}

.mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-attachment: fixed
}

.lighter-mask {
	background-color: rgb(0 0 0 / .3)
}

.default-mask {
	background-color: rgb(0 0 0 / .5)
}

.darker-mask {
	background-color: rgb(0 0 0 / .7)
}

.logo {
	max-width: 225px;
	max-height: 37px
}

.google-revocation-link-placeholder,
.grecaptcha-badge,
.ipr-container {
	display: none !important
}

footer a.footer-link {
	color: #eeeeee !important;
	text-decoration: none;
}

footer a.footer-link:hover,
footer a.footer-link:focus,
footer a.footer-link:active {
	color: #9e9e9e !important;
}

.footer-hr {
	width: 60px;
	background-color: #fff;
	height: 2px
}

.social-links {
	margin: 0 auto;
	padding: 0;
	display: table
}

.social-links li {
	list-style: none;
	display: inline-table
}

.social-links li a {
	color: #fff;
	display: inline-block;
	padding-top: 10px;
	text-align: center;
	height: 42px;
	width: 42px;
	position: relative;
	z-index: 1;
	-webkit-transition: color 0.15s;
	transition: color 0.15s;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 50%;
	-webkit-backface-visibility: hidden
}

.social-links li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	z-index: -1;
	box-shadow: inset 0 0 0 35px #333333;
	-webkit-transform: scale3d(.7, .7, 1);
	transform: scale3d(.7, .7, 1);
	-webkit-transition: box-shadow 0.15s, -webkit-transform .15;
	transition: box-shadow 0.15s, transform 0.15s
}

.social-links li a:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	box-shadow: inset 0 0 0 35px #009de0
}
