.logoSvgPath {
    stroke-width: 30;
    stroke-linejoin: round;
    stroke: transparent;
    fill: transparent;
}
.logoSvgPath1 {
    stroke-dasharray: 1500%;
    -webkit-animation: logoSvgPath1 5s linear 0s forwards;
    animation: logoSvgPath1 5s linear 0s forwards;
}
@-webkit-keyframes logoSvgPath1 {
    0% {
        stroke-dashoffset: 1500%;
    }
    30% {
        stroke: rgba(201, 171, 129, 0.5);
    }
    to {
        stroke-dashoffset: 0%;
        stroke: rgba(201, 171, 129, 0.5);
    }
}
@keyframes logoSvgPath1 {
    0% {
        stroke-dashoffset: 1500%;
    }
    30% {
        stroke: rgba(201, 171, 129, 0.5);
    }
    to {
        stroke-dashoffset: 0%;
        stroke: rgba(201, 171, 129, 0.5);
    }
}

.preloader__container {
    position: fixed;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    background-color: #0b1111;
    z-index: 1004;
}
.preloader__container.hide {
    -webkit-animation: hidePreloader 1s forwards;
    animation: hidePreloader 1s forwards;
}
.preloader__logo__container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15vh;
    height: 100%;
    width: 100%;
}
.PositionLogoSvg {
    height: 50%;
}
.preloader__number {
    color: #fff;
    font-family: "LumberjackRough", cursive;
    font-size: 5vw;
    position: absolute;
    top: 2vh;
    left: 2vw;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
@-webkit-keyframes hidePreloader {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes hidePreloader {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.preloader__line {
    position: absolute;
    left: 10vw;
    top: 0;
    width: 1px;
    background: #fff;
    -webkit-animation: preloader__line 5s linear 0s forwards;
    animation: preloader__line 5s linear 0s forwards;
}


@font-face {
    font-family: Lumberjack;
    src: url(../media/Lumberjack.9e240963.otf) format("opentype");
}
@font-face {
    font-family: "LumberjackRough";
    src: url(../media/LumberjackRough.f67f2a36.otf) format("opentype");
}
@font-face {
    font-family: "LumberjackInlineRough";
    src: url(../media/LumberjackInlineRough.01d94a18.otf) format("opentype");
}
@font-face {
    font-family: "LumberjackRoughShadow";
    src: url(../media/LumberjackInlineRough.01d94a18.otf) format("opentype");
}
@font-face {
    font-family: "Comfortaa";
    src: url(../media/10821.199f3151.ttf) format("opentype");
}
@font-face {
    font-family: "Metropolis 1920";
    src: url(../media/Metropolis.4238345a.ttf) format("opentype");
}


/* #Font-Face
================================================== */
	@font-face {
		font-family: 'Accia Sans';
		src: url('../fonts/AcciaSans-Regular.eot');
		src: local('Accia Sans Regular'), local('../fonts/AcciaSans-Regular'),
			url('../fonts/AcciaSans-Regular.eot?#iefix') format('embedded-opentype'),
			url('../fonts/AcciaSans-Regular.woff2') format('woff2'),
			url('../fonts/AcciaSans-Regular.woff') format('woff'),
			url('../fonts/AcciaSans-Regular.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
	}

	@font-face {
		font-family: 'Accia Sans';
		src: url('../fonts/AcciaSans-Medium.eot');
		src: local('Accia Sans Medium'), local('../fonts/AcciaSans-Medium'),
			url('../fonts/AcciaSans-Medium.eot?#iefix') format('embedded-opentype'),
			url('../fonts/AcciaSans-Medium.woff2') format('woff2'),
			url('../fonts/AcciaSans-Medium.woff') format('woff'),
			url('../fonts/AcciaSans-Medium.ttf') format('truetype');
		font-weight: 500;
		font-style: normal;
		font-display: swap;
	}

	@font-face {
		font-family: 'Roboto Slab';
		src: url('../fonts/RobotoSlab-Bold.eot');
		src: local('Roboto Slab Bold'), local('../fonts/RobotoSlab-Bold'),
			url('../fonts/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'),
			url('../fonts/RobotoSlab-Bold.woff2') format('woff2'),
			url('../fonts/RobotoSlab-Bold.woff') format('woff'),
			url('../fonts/RobotoSlab-Bold.ttf') format('truetype');
		font-weight: bold;
		font-style: normal;
		font-display: swap;
	}
	@font-face {
		font-family: 'Roboto Slab';
		src: url('../RobotoSlab-Medium.eot');
		src: local('RobotoSlab-Medium'), local('../fonts/RobotoSlab-Medium'),
			url('../RobotoSlab-Medium.eot?#iefix') format('embedded-opentype'),
			url('../RobotoSlab-Medium.woff2') format('woff2'),
			url('../RobotoSlab-Medium.woff') format('woff'),
			url('../RobotoSlab-Medium.ttf') format('truetype');
		font-weight: 500;
		font-style: normal;
		font-display: swap;
	}


	@font-face {
		font-family: 'Roboto Slab';
		src: url('../fonts/RobotoSlab-Regular.eot');
		src: local('Roboto Slab Regular'), local('../fonts/RobotoSlab-Regular'),
			url('../fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),
			url('../fonts/RobotoSlab-Regular.woff2') format('woff2'),
			url('../fonts/RobotoSlab-Regular.woff') format('woff'),
			url('../fonts/RobotoSlab-Regular.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
	}


	@font-face {
		font-family: 'Roboto Condensed';
		src: url('../fonts/RobotoCondensed-Bold.eot');
		src: local('Roboto Condensed Bold'), local('../fonts/RobotoCondensed-Bold'),
			url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
			url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'),
			url('../fonts/RobotoCondensed-Bold.woff') format('woff'),
			url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
		font-weight: bold;
		font-style: normal;
	}
	

	




/* #Reset & Basics 
================================================== */
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

/* #Links
================================================== */
	a, 
    a:visited,
    a:hover, 
    a:focus {  
       text-decoration: none;     
	   outline: none;
	   color: inherit;
    }

/* #Lists
================================================== */
	li, ul {
        /* list-style-type: none; */
    }    

/* #Forms
================================================== */
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 0 5px;
		outline: none;
		max-width: 100%;
		display: block;
		background: #fff;
	}
	
	textarea {
		min-height: 60px;
        resize: none;
		overflow: auto; 
	}
            
	input[type="checkbox"],
    input[type="radio"] {
		display: inline-block;
		margin-right:5px; 
	}
        
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {	
	  text-decoration: none;
      text-transform: none;
	  cursor: pointer;
      border: none;
	  line-height: normal;
      cursor: pointer;  
	}  	

/* #Other
================================================== */
	:focus   { 
        outline: none; 
    }
    