﻿body {
	background: var(--bg-dark);
}

main {
	color: var(--white);
}



.tabs-container {
	border-bottom: none !important;
	padding-top: 2rem;
	margin-top: 0 !important;
	max-width: 530px !important;
}

.tabs {
	grid-template-columns: repeat(auto-fit, minmax(206px, 1fr)) !important;
}

.tabs .tab {
	border-color: #e8ebed14 !important;
	border-bottom: 1px solid #e8ebed14 !important;
}

.tabs .tab:first-child {
	border-radius: 0 !important;
}

.tabs .tab:last-child {
	border-radius: 0 !important;
}

@media(min-width:768px) {
	.tabs .tab:first-child {
		border-radius: 40px 0 0 40px !important;
	}

	.tabs .tab:last-child {
		border-radius: 0 40px 40px 0 !important;
	}
}


.tabs .tab a {
	color: var(--white) !important;
}

.tabs .tab .fa-primary,
.tabs .tab .fa-secondary {
	fill: white !important;
}

.header-block {
	background: none;
}

.header-block h1 {
	line-height: 1.2;
}

.header-block h1 span {
	display: block;
}

.header-block h1 span {
	font-weight: 300;
	letter-spacing: 1px;
	color: #ffffff;
}

@media (min-width: 1024px) {
	.header-block h1 {
		font-size: 4.2em;
	}

	.header-block h1 span {
		font-size: 1.8rem;
		line-height: 1.5;
	}
}

.header-block p {
	color: #ffffff94;
}

.pricing-block__currency-changer__ul {
	border: 1px solid #e8ebed14 !important;
}

.pricing-block__currency-changer__li {
	border-color: #e8ebed14 !important;
}

.pricing-block__currency-changer__a:hover,
.pricing-block__currency-changer__a:focus {
	color: var(--white) !important;
}

.pricing-table__plan {
	box-shadow: 0px 0px 11px 0px #0b0b0bde !important;
	border-color: #e8ebed14 !important;
}

#lite .pricing-table__plan__count-styles,
#pro .pricing-table__plan__count-styles {
	background: #00000063 !important;
}

 .pricing-table__plan__pricing {
	background: linear-gradient(0deg, #00000063, transparent) !important;
	 padding-top: 0 !important;
}

.pricing-table__feature_license,
.pricing-table__plan__blurb {
	border-color: #e8ebed14 !important;
}

@media (min-width: 768px) {
	.table-controls {
		padding: 2rem 2rem 1rem !important;
	}
}

@media (min-width: 768px) {
	.term-toggle .fly-out-hint {
		width: 108px!important;
	}
}

.bf-item {
	border: 2px solid #1fb6ff;
	border-radius: 0 0 6px 6px;
	position: relative;
}
	
.bf-item:before {
	position: absolute;
	top: -3rem;
	left: -2px;
	content: "Black Friday Deal";
	text-shadow: 0px 0px 8px #000000ab;
	color: white;
	background: linear-gradient(0deg, #169ada, #1fb6ff);
	width: calc(100% + 4px);
	display: flex;
	height: 3rem;
	text-align: center;
	align-items: center;
	justify-content: center;
	border-radius: 6px 6px 0 0;
	border-bottom: 1px solid #7bd4ff;
	box-shadow: -1px 2px 12px #1caff6bd;
}

.center.button-subtext {
	padding-top: 1rem;
}

.price-sub-text > span {
	background: linear-gradient(0deg, #00000063, transparent) !important;
	border-color: #e8ebed14 !important;
}

.old-price {
	display: none;
}

.bf-item .old-price,
.old-price_placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.9;
	font-size: 1.25rem;
	position: relative;
	margin-top: 0.5rem;
}

.bf-item .discount-pill {
	margin-top: 0.5rem;
	margin-left: 1rem;
}

.discount-pill {
	text-shadow: 0px 0px 8px #000000ab;
	color: white;
	background: linear-gradient(0deg, #169ada, #1fb6ff);
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	border-bottom: 1px solid #7bd4ff;
	box-shadow: -1px 2px 12px #1caff6bd;
	padding: 0.25rem 0.5rem;
	font-size: 14px;
}

.pricing-block__term-changer__a .discount-pill {
	position: absolute;
	top: -2.5rem;
	width: 80px;
	left: -1rem;
	opacity: 0.5;
	box-shadow: none;
}

.pricing-block__term-changer__a_active .discount-pill,
.pricing-block__term-changer__a:hover .discount-pill {
	opacity: 1;
	box-shadow: -1px 2px 12px #1caff6bd;
}

.pricing-block__term-changer__a {
	text-decoration: none;
	position: relative;
}

.pricing-block__term-changer__a:hover {
	text-decoration: none;
}

.bf-item .old-price span {
	position: relative;
	color: #ffffff;
	text-shadow: 0px 0px 4px #111827;
}

.bf-item .old-price span:before {
	display: block;
	content: "";
	width: 131%;
	height: 3px;
	background: #1fb6ff;
	translate: -50% -50%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	border-radius: 100px;
}

	.extra-users {
		display: none !important;
	}

.tick-list li {
	border: 1px solid #e8ebed14 !important;
	background: linear-gradient(0deg, #00000063, transparent) !important;
	color: #ffffff94 !important;
}

.tick-list path.fa-secondary {
	fill: #ffffff2e !important;
	box-shadow: 1px 1px 1px black;
}

.free-trial-cta {
	background: #0c1426 !important;
}

.company-logo-container h3 {
	color: #ffffff94 !important;
}


.tcs-link {
	padding: 0.5rem 1rem;
	display: inline-block;
	border: 1px solid var(--blue);
	border-radius: 100px;
	margin-top: 2rem;
}

.tcs-link:hover {
	text-decoration: none;
}

.details-grid h3{
	color: var(--white);
	opacity: 0.8;
}

#tcs {
	scroll-margin: 8rem;
}

@keyframes dash {
	 0% {
		 stroke-dashoffset: 1000;
	 }

	 50% {
		 stroke-dashoffset: 0;
	 }

	 100% {
		 stroke-dashoffset: 1000;
	 }
 }


@keyframes threadsAnimation {
	0% {
		opacity: 0
	}

	50% {
		opacity: 100
	}

	100% {
		opacity: 0
	}
}

.bf-bg {
	position: absolute;
	z-index: -3;
	opacity: 100%;
	mask: linear-gradient(49deg, #00000000 0%, #00000008 16%, #00000000 80%, #00000085 100%), radial-gradient(#00000000 50%, #00000025 80%, #00000085 100%);
	top: 0;
	width: 100%;
	height: 100%;
}

.bf-bg .base {
	opacity: 0.25;
}

.bf-bg .base path {
	opacity: 0;
	animation: threadsAnimation 4s ease-in-out infinite;
}

.bf-bg .base path:nth-child(2) {
	animation-delay: 0.25s;
}
.bf-bg .base path:nth-child(3) {
	animation-delay: 0.5s;
}
.bf-bg .base path:nth-child(4) {
	animation-delay: 0.75s;
}
.bf-bg .base path:nth-child(5) {
	animation-delay: 1s;
}
.bf-bg .base path:nth-child(6) {
	animation-delay: 1.25s;
}
.bf-bg .base path:nth-child(7) {
	animation-delay: 1.5s;
}
.bf-bg .base path:nth-child(8) {
	animation-delay: 1.75s;
}
.bf-bg .base path:nth-child(9) {
	animation-delay: 2s;
}
.bf-bg .base path:nth-child(10) {
	animation-delay: 2.25s;
}
.bf-bg .base path:nth-child(11) {
	animation-delay: 2.5s;
}
.bf-bg .base path:nth-child(12) {
	animation-delay: 2.75s;
}
.bf-bg .base path:nth-child(13) {
	animation-delay: 3s;
}
.bf-bg .base path:nth-child(14) {
	animation-delay: 3.25s;
}
.bf-bg .base path:nth-child(15) {
	animation-delay: 3.5s;
}
.bf-bg .base path:nth-child(16) {
	animation-delay: 3.75s;
}
.bf-bg .base path:nth-child(17) {
	animation-delay: 4s;
}
.bf-bg .base path:nth-child(18) {
	animation-delay: 4.25s;
}
.bf-bg .base path:nth-child(19) {
	animation-delay: 4.5s;
}

.bf-bg .base path:nth-child(20) {
	animation-delay: 4.75s;
}

.bf-bg .base path:nth-child(21) {
	animation-delay: 5s;
}

.bf-bg .base path:nth-child(22) {
	animation-delay: 5.25s;
}

.bf-bg .base path:nth-child(23) {
	animation-delay: 5.5s;
}

.bf-bg .base path:nth-child(24) {
	animation-delay: 5.75s;
}

.bf-bg .base path:nth-child(25) {
	animation-delay: 6s;
}

.bf-bg .base path:nth-child(26) {
	animation-delay: 6.25s;
}

.bf-bg .base path:nth-child(27) {
	animation-delay: 6.5s;
}

.bf-bg .base path:nth-child(28) {
	animation-delay: 6.75s;
}

.bf-bg .base path:nth-child(29) {
	animation-delay: 7s;
}

	.random-company-logos {
		filter: grayscale(100%) invert(1) !important;
	}

.cloud-sections,
.free-trial-cta  .container{
	background: linear-gradient(0deg, #00000063, transparent) !important;
	border: 1px solid #e8ebed14 !important;
}

.cloud-sections__item {
	background: linear-gradient(0deg, #00000063, transparent) !important;
	border: 1px solid #e8ebed14 !important;
	box-shadow: 0 0 7px 1px rgb(0 0 0 / 57%) !important;
}

.content h2 {
	color: #ffffff94 !important;
}

.cloud-section__items {
	padding-top: 1rem;
}

.cloud-sections__title {
	font-size: 110% !important;
}

.cloud-sections__description {
	font-size: 96% !important;
}

.pricing-container {
	margin-top: 1rem !important;
}

.pricing-grid-table {
	gap: 5rem 2rem !important;
}