/*@font-face {font-family:"ChunkFiveEx";src:url("../fonts/chunkfiveex/Chunkfive_Ex.eot?") format("eot"),url("../fonts/chunkfiveex/Chunkfive_Ex.woff") format("woff"),url("../fonts/chunkfiveex/Chunkfive_Ex.ttf") format("truetype"),url("../fonts/chunkfiveex/Chunkfive_Ex.svg#ChunkFiveEx") format("svg");font-weight:normal;font-style:normal;}*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;900&display=swap');

/*
#BAFF7D
#40D9FF
#866EFF
#54AAFF
*/



.loader{
	position: fixed;
	top:0;
	bottom: 0;
	left:0;
	right:0;
	background:#010001;
	z-index: 10000;

	visibility: visible;
	opacity: 1;
	-webkit-transition:1s;
}

.loader .progress{
	background:#2fa3ff;
	position: relative;
	height:6px;
	width: 0%;
	border-radius:0 999px 999px 0;
	-webkit-transition:.1s;
}

.loader .logo{
	position: absolute;
	top:50%;
	left:0;
	right:0;
	text-align: center;
	font-size:32px;
	-webkit-transform:translateY(-50%);
	margin: 0 auto;
}

.grid-container {
	max-width: 110rem;
}

.svg-icon {
	max-height: 8rem;
	padding:2rem;
}
body, html {
	background: rgb(5, 5, 5) !important;
	color:#fff;
	font-family: 'Montserrat';
}

header {
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
	left: 0;
}
.logo {
	max-width: 300px;
}

.main-slider{
	position: relative;
}

.main-slider-container{
	overflow: hidden;
	height: 100vh;
}

.main-slider iframe{
	-webkit-transition:.5s;
}

.main-slider .gradient{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: -webkit-linear-gradient(bottom,rgba(5, 5, 5, 1),rgba(5, 5, 5, 1),rgba(5, 5, 5, .75),rgba(5, 5, 5, .5),rgba(5, 5, 5, .25),transparent,transparent,rgba(5, 5, 5, .25),rgba(5, 5, 5, .5),rgba(5, 5, 5, .75), rgba(5, 5, 5, 1));
}



.caption-continer {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
}
.caption-continer.small {
	height:auto;
}
.caption {
	margin-top: auto;
	width: 100%;
	padding:2rem;
	padding-bottom:3rem;
	text-align: center;
}

.h1{
	font-family: 'Montserrat', serif;
	color: #a0a0a0;
	letter-spacing: 1px;
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight:700;
}

.h1 strong, h1 strong, h2 strong {
	color:#2fa3ff;
	font-weight: 700;
}

h1 {
	font-size:2.25rem;
}

p, strong {
	font-weight: 500;

}
p strong.blue {
	color:#2fa3ff;
}
h3 {

}
.gMapForm{
	display: none;
}

.phone {
	padding:3rem 2rem;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}
.phone i {
	font-size: 1.8rem;
}

.phone a {
	font-family: 'Montserrat', serif;
	color: #2fa3ff;
	letter-spacing: 1px;
	font-size: 2.2rem;
	text-transform: uppercase;
	font-weight: 900 !important;
	margin-left:2rem;
	display: inline-block;
}

footer{
	font-size:1.1rem;
	padding:.25rem 0;

}

footer {
	color: #6d6d6d;
	padding:1rem 0 2rem 0;
	font-size:0.8rem;
}

footer a:hover{
	/*color: rgba(5, 62, 255);*/
}

.relative{
	position: relative;
}

.nowrap{
	white-space: nowrap;
}

section.info {
	/*padding-top:2rem;*/
	padding-bottom:2rem;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	.caption-continer {
		display: block;
	}
	.phone {
		position: absolute;
		bottom:2rem;
		right: 0rem;
		left:0rem;
	}
	.phone a {
		margin-left:1rem;
	}
}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Medium and down */
@media screen and (max-width: 63.9375em) {
}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

/*
#40D9FF
#866EFF
#54AAFF
#F091FF

#BAFF7D
#FF69AA
#94D8FF
*/


/* ALLSESNSES ANCHOR MENU */

.anchor-menu{
	position: fixed;
	right:0;
	top:35%;
	/*background: rgba(0,0,0,0.6);*/
	z-index: 999;
	text-align: center;
	padding: 0 .5rem;
}

.anchor-menu ul{
	list-style-type: none;
	margin: 0;
	padding: .4rem 0;
}
.anchor-menu li{
	margin: 1rem 0;
	height: 8px;
	display: block;
	text-align: right;
}

.anchor-menu li:after{
	content:"";
}

.anchor-menu a{
	position: relative;
	display: inline-block;
	color: #fff;
	background: #d0cfcb;

	min-width: 24px;
	height: 6px;
	text-align: right;
}

.anchor-menu a .active{

	height: 6px;
	background:	#2fa3ff;
	-webkit-transition: #f1f1f1;
	visibility: hidden;
	opacity: 0;
	width:0;
}

.anchor-menu span {
	/*position: absolute;*/
	/*display:inline-block;*/
	/*right: 60px;*/
	color:#ffffff;
	background: #2fa3ff;
	padding:0.5rem;
	text-align: right;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:.25s;
	box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.16);
	max-width: 300px;
	margin-right:0.5rem;
}
.anchor-menu span {
	width:0;
}
.anchor-menu .active-element span,
.anchor-menu .active-element .active,
.anchor-menu li:hover span,
.anchor-menu a:hover .active
{
	visibility: visible;
	opacity: 1;
	width: auto;
}

.anchor-menu .active-element a .active{
	visibility: visible;
	opacity: 1;
	width:36px;
}


.anchor-menu ul li a:hover + span{
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width: 63.9375em) {
	.anchor-menu span{
		visibility: hidden !important;
		opacity: 0 !important;
	}
}
@media screen and (max-width: 22.4375em) {
	.phone i {
		display: none;
	}
	.phone a {
		margin-left: 0rem;
		letter-spacing: 0;
		font-size: 2rem;
	}
}

.anchor {

	top:-100px;
	position: relative;
}


:root {
	--white: #ffffff;
	--white05: rgba(255, 255, 255, 0.05);
	--white30: rgba(255, 255, 255, 0.30);
	--white15: rgba(255, 255, 255, 0.15);

	--black: #0c0c0c;
	--gray: #727272;
	--gray50: rgba(255, 255, 255, 0.5);
	--lightgray: #f1f1f1;

	--orange: #ffa546;
	--orangeD: #ee9437;
	--morange: #F7B950;
	--morange25: rgba(255, 208, 75, 0.25);
	--morange40: rgba(255, 208, 75, 0.4);

	--green: #59E086;
	--greenD: #2dcf61;

	--yellow: #e3cf3d;

	--blue: #5990e0;
	--blueD: #3b75c8;
	--blue25: rgba(85, 153, 255, 0.25);

	--red: #ff4949;
	--redD: #e53131;
	--mred: #FF7777;
	--mred25: rgba(255, 75, 75, 0.25);
	--mred40: rgba(255, 75, 75, 0.40);

	--pink: #ff66c7;

	--brown: #AEA79F;


	--dark: #1F2457;
	--dark10: rgba(31, 36, 87, 0.1);

	--secondary: #b3bccb;
	--secondaryD: #8b97b3;
	--secondaryD2: #434455;

	--shadowA: 0px 15px 25px rgba(129, 129, 198, 0.07);
}

/* Inputs */

label.si-label > span.si-error {
	z-index: 1;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: absolute;
	color: var(--black);
	margin-top: 5px;
	-webkit-transform: translateY(-36px);
	-ms-transform: translateY(-36px);
	transform: translateY(-36px);
}

label.si-label.error > span.si-error {
	color: var(--red);
	-webkit-transform: translateY(-0px);
	-ms-transform: translateY(-0px);
	transform: translateY(-0px);
}

label.si-label.focus > span.si-error {
	-webkit-transform: translateY(-36px);
	-ms-transform: translateY(-36px);
	transform: translateY(-36px);
	opacity: 0;
}

.si-label input:focus, .si-form textarea:focus, .si-form select:focus {
	border-radius: 3px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
}

label.si-label > input, .si-form textarea, .si-form select {
	font-family: Sen, sans-serif !important;
	padding: 20px 16px !important;
	border: 1px solid var(--secondary) !important;
	border-radius: 3px;
	color: var(--white) !important;
	margin: 15px 0 0 !important;
	z-index: 3 !important;
	box-shadow: none;
}

.si-form select {
	padding: 6px 16px !important;
}

.si-form textarea {
	padding: 12px 16px !important;
	max-width: 100%;
	background: var(--black) !important;
}

label.si-label > input {
	-webkit-transition: all .2s ease-in-out !important;
	-o-transition: all .2s ease-in-out !important;
	transition: all .2s ease-in-out !important;
	background: var(--black) !important;
}

label.si-label-light > input {
	background: var(--black) !important;
}

label.si-label.focus > input, label.si-label.error > input, label.si-label.focus > textarea, label.si-label.error > textarea {
	padding: 19px 15px !important;
	background: transparent !important;
	border: 2px solid var(--blue) !important;
	border-radius: 3px;
	color: var(--white) !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
}

label.si-label.focus > textarea {
	padding: 11px 15px !important;
}

label.si-label.error > input {
	border: 2px solid var(--red) !important;
	color: var(--dark);
}

label.si-label {
	transition: all .3s ease-in-out;
	/* height: 42px;*/
	height: fit-content;
	position: relative;
	text-align: left;
}

label.si-label > span.si-placeholder {
	z-index: 5 !important;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-family: Sen, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	color: var(--white);
	position: absolute;
	padding: 2px 10px;
	left: 5px;
	top: 5px;
	opacity: .7;
}

label.si-label.textarea > span.si-placeholder {
	top: 0px;
}

.si-form textarea::placeholder {
	color: var(--white);
	opacity: .7;
}

label.si-label.number > span.si-placeholder {
	top: 20px;
}

label.si-label.fill > span.si-placeholder, label.si-label.focus > span.si-placeholder {
	top: -11px;
	font-size: 13px;
	background-color: var(--black);
	opacity: 1;
	padding: 0px 6px;
	margin-left: 5px;
}

.gMap {
	background-color: var(--black) !important;
}

form button {
	margin-top:2rem;
}
input:-internal-autofill-selected {
	background-color: var(--black) !important;
}

label.si-label.number.fill > span.si-placeholder, label.si-label.number.focus > span.si-placeholder, label.si-label.textarea.fill > span.si-placeholder, label.si-label.textarea.focus > span.si-placeholder {
	top: -10px;
}

label.si-label-light.fill > span.si-placeholder, label.si-label-light.focus > span.si-placeholder {
	background-color: var(--white);
}

label.si-label.focus > span {
	color: var(--blue);
}

label.si-label.error > span {
	color: var(--red);
}

label.si-label .si-show {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	color: var(--gray);
}

label.si-label.error {
	height: 70px;
}

label.si-label div.si-info {
	position: absolute;
	right: 34px;
	top: 9px;
	color: var(--gray);
	font-size: 16px;
}

.si-info-tip {
	display: none;
	height: 0;
}

.si-info-tip .success {
	color: var(--green);
}
.si-info-tip .bad {
	color: var(--red);
}

.si-info-tip span {
	display: block;
	color: var(--black);
}

.si-info-tip span i {
	float: right;
	margin-top: 6px;
	margin-left: 2rem;
}

.si-info-tip p {
	font-size: 14px;
}

.si-info:hover .si-info-tip {
	z-index: 10;
	display: block;
	position: absolute;
	background-color: #fff;
	padding: 1.5rem;
	box-shadow: 0 8px 10px #0000001f;
	border-radius: 3px;
	width: max-content;
	right: -10px;
	top: 40px;
	height: fit-content;
}

button.si-button {
	transition: all .3s ease-in-out;
	box-shadow: 0 0 0 0 var(--blue25);
	cursor: pointer;
	background-color: var(--blueD);
	border-radius: 3px;
	padding: 14px 30px;
	color: var(--white);
}

button.si-button:focus, button.si-button:hover,  button.si-button:active {
	transform: scale(1);
	opacity: 1;
	background-color: var(--blue);
	box-shadow: 0 2px 4px 0px var(--blue25);
}
