#page {
    padding: 100px 0px;
}

#page-title {
    font-size: 52px;
    line-height: 55px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 24px;
}

.site-footer-socials {
	margin-top: 20px;
	display: flex;
	justify-content: end;
}

.site-footer-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	transition: all 0.2s;
}

.site-footer-socials a:hover {
	background: var(--site-color);
}

.site-footer-socials svg {
	height: 12.5px;
}

.site-footer-social-facebook svg {
	height: 14.5px;
}

.site-footer-social-linkedin svg,
.site-footer-social-instagram svg {
	height: 15px;
}

.site-footer-socials svg * {
	fill: #fff !important;
}

header {
	position: sticky;
	top: 0px;
	padding-top: 30px;
	z-index: 99;



    padding: 30px 50px;
    z-index: 99;
    background: rgba(177,177,177, 0.1);
    border-radius: 0px 0px 30px 30px;
    width: 1170px;
    margin: auto;

}

.logo-image {
	display: flex;
	align-items: center;
	justify-content: end;
}

.logo-image img {
	height: 45px;
}

.logo-text {
	color: #fff;	
	font-family: Site Sheepman;
	font-size: 24px;
	text-transform: uppercase;	
	display: flex;
	align-items: center;
	justify-content: end;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 24px;
}

ul li {
    position: relative;
}

ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -18px;
    width: 9px;
    height: 2px;
    background: var(--site-color);
}

.colored {
	color: var(--site-color) !important;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.site-heading-wrap.center {
	text-align: center;
}

.site-subtitle {
	display: inline-block;
	padding: 8px 16px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: var(--site-color);
	background: var(--site-color-rgb-10);
	margin-bottom: 20px;
}

.site-heading {
	font-size: 56px;
	text-transform: uppercase;
	line-height: 60px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 24px;
}






footer {
	color: #fff;
	padding: 100px 0px;
	background: var(--site-color);
	background: rgba(177,177,177, 0.1);
	margin: 0px 20px 20px 20px;
}

.footer-privacy-copyright {
	margin-top: 60px;
	font-size: 14px;
	color: var(--site-text);
}

.footer-copyright {
	text-align: right;
}

.footer-contact-list {
	margin-top: 20px;
	display: flex;
}

.footer-contact-item {
	padding-right: 30px;
	width: 100%;
}

.footer-contact-item span {
	display: block;
}	


.footer-contact-item span:first-child {
	font-weight: 600;
}	

.footer-contact-item span:last-child {
	color: var(--site-text);
}		

.footer-title {
	font-size: 30px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 50px;
}

.footer-menu-title {
	text-transform: uppercase;
	font-weight: 600;
}

.footer-menu a {
	display: block;
	margin-top: 10px;
	color: var(--site-text);
}








#frame-top-left,
#frame-top-right,
#frame-bottom-left,
#frame-bottom-right {
	--size: 1px;
	z-index: 999;
	position: fixed;	
	width: 25px;
	height: 25px;		
	margin: 10px;
}

#frame-top-left {
	top: 0px;
	left: 0px;
	border-left: var(--size) solid var(--site-color);
	border-top: var(--size) solid var(--site-color);			
}

#frame-top-right {
	top: 0px;
	right: 0px;
	border-right: var(--size) solid var(--site-color);
	border-top: var(--size) solid var(--site-color);			
}

#frame-bottom-left {
	bottom: 0px;
	left: 0px;
	border-bottom: var(--size) solid var(--site-color);
	border-left: var(--size) solid var(--site-color);		
}

#frame-bottom-right {
	bottom: 0px;
	right: 0px;
	border-bottom: var(--size) solid var(--site-color);
	border-right: var(--size) solid var(--site-color);
}



#particles,
#noise {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}

#particles canvas {
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	z-index: 0 !important;
	top: 0px !important;
	left: 0px !important;
	pointer-events: none;
}

#noise {
	position: fixed;
	inset: -50%;
	width: 200%;
	height: 200vh;
	background: transparent var(--site-noise) repeat 0 0;
	background-repeat: repeat;
	animation: noise_animation .2s infinite;
	opacity: .5;
	visibility: visible;
	pointer-events: none;
	z-index: 0;
}

@media only screen and (min-width: 980px) {
	.header-wrap {
		display: flex;
		align-items: center;	
	}

	.header-navigation {
		margin-left: auto;
	}

	.header-navigation-handler {
		display: none;
	}

	header nav {
		display: flex;
		align-items: center;
	}

	header .menu-item {
		margin-left: 40px;
		position: relative;
	}

	header nav a {
		text-transform: uppercase;
		font-weight: 600;
		text-decoration: none;
		color: var(--site-text);
		white-space:nowrap;
		padding: 15px 0px;
		transform: all 0.2s;
	}

	header nav a:hover {
		color: #fff;
	}

	header nav a.current {
		color: var(--site-color);
	}

	header .menu-item:hover .submenu {
		visibility: visible;
		opacity: 1;
	}

	header nav .submenu {
		visibility: hidden;
		opacity: 0;
		background: #242424;
		border-radius: 12px;
		position: absolute;
		top: 30px;
		right: 0;
		width: auto;
		padding: 30px;
		transition: all 0.2s;
	}

	header nav .submenu .submenu-item:not(:last-child) {
		margin-bottom: 10px;
	}

	.header-navigation .logo-text {
		display: none;
	}

	.site-header-socials {
		display: none !important;
	}

	.header-wrap-mobile {
		display: none;
	}
}

@media only screen and (max-width: 980px) {
	body {
		padding: 20px;
	}

	header {
		width: auto;
		padding: 25px 10px;
	}

	footer {
		padding: 50px 0px;
		margin: 0;
	}

	.footer-menu-title {
		margin-top: 50px;
	}

	footer .logo-text {
		display: none;
	}

	.site-footer-socials {
		justify-content: center;
		margin-top: 30px;
	}

	.footer-privacy-copyright {
		margin-top: 30px;
	}

	.footer-privacy,
	.footer-copyright {
		text-align: center;
	}

	.footer-copyright {
		margin-top: 20px;
	}

	.header-wrap {
		display: none;
		position: fixed;
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		background: #141414;
		z-index: 999;
		padding: 30px;
		box-sizing: border-box;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.header-wrap-mobile {
		display: block;
	}
	
	.header-wrap.open {
		display: block;
	}

	.header-navigation-handler {
		margin-left: auto;
		overflow-wrap: break-word;
		cursor: pointer;
	}

	.header-navigation-handler i {
		width: 20px;
		height: 1px;
		background: #fff;
		margin: 5px 0px;
		display: block;
	}

	.header-navigation-handler i:first-child {
		width: 14px;
	}

	header nav a {
		font-size: 18px;
		color: #fff;
		text-decoration: none;
		padding: 12px 0px;
    	display: block;
    	text-transform: uppercase;
    	font-weight: 600;
    	transition: all 0.2s;
	}	


	header nav a:hover {
		color: var(--site-color);
	}

	.submenu {
		padding-left: 25px;
    	position: relative;
	}

	.submenu-item {
		display: flex;
		align-items: center;
	}

	.submenu:before {
	    content: "";
	    position: absolute;
	    left: 0px;
	    width: 1px;
	    height: 100%;
	    border-left: 1px dotted #fff;
	    bottom: 0;
	    top: 0;
	}
}






.site-header-socials {
	margin-top: 20px;
	padding-top: 20px;
	display: flex;
	justify-content: center;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-header-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	transition: all 0.2s;
}

.site-header-socials a:hover {
	background: var(--site-color);
}

.site-header-socials svg {
	height: 12.5px;
}

.site-header-social-facebook svg {
	height: 14.5px;
}

.site-header-social-linkedin svg,
.site-header-social-instagram svg {
	height: 15px;
}

.site-header-socials svg * {
	fill: #fff !important;
}


@keyframes noise_animation {
	0% {
		transform: translate(0)
	}
	10% {
		transform: translate(-5%, -5%)
	}
	20% {
		transform: translate(-10%, 5%)
	}
	30% {
		transform: translate(5%, -10%)
	}
	40% {
		transform: translate(-5%, 15%)
	}
	50% {
		transform: translate(-10%, 5%)
	}
	60% {
		transform: translate(15%)
	}
	70% {
		transform: translateY(10%)
	}
	80% {
		transform: translate(-15%)
	}
	90% {
		transform: translate(10%, 5%)
	}
	to {
		transform: translate(5%)
	}
}