:root {
	--theme: #fff101;
	--gray: #474849;
	--text: #000;
	--logo-text-bg: #fff;
	--bg-animation-timing: .75s;
	--sep-bg: #000;
	--input-text-color: #fff;
	--input-placeholder-color: #cccccc;
	--svg-letter-color: #000;
}

body {
	margin: 0;
	padding: 0;
	font-family:'Neue Helvetica W05';
	font-weight: 300;
	background-color: #fff;
	transition: background-color var(--bg-animation-timing);
}

body.dark {
	background-color: #000;
	--text: #fff;
	--logo-text-bg: #000;
	--sep-bg: var(--theme);
	--input-text-color: #000;
	--input-placeholder-color: #aaaaaa;
	--svg-letter-color: #fff;
}

h1 {
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: 800;
	border-bottom: 1px dotted var(--text);
	margin: 7rem 0 2rem;
	padding: 0 0 1.25rem;
	color: var(--text);
}

h1 strong {
	font-size: 4.5rem;
	font-weight: 800;
	line-height: 1;	
}

h3 {
	margin: 4rem 0 2rem;
	color: var(--text);
	transition: color .5s;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.header {
	background-color: #000;
	height: 48.25vw;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.header img {
	max-width: 75%;
	height: auto;
}

.header-alt .info,
.header .info {
	position: absolute;
	color: #fff;
	right: 7.5vw;
	top: 1.75vw;
	font-weight: 800;
	font-size: 2vw;
	line-height: 1.02;
	letter-spacing: -0.03vw;
	text-transform: uppercase;
}
.header-alt .info span:before,
.header .info span:before {
	content: "";
	width: 2vw;
	height: 0.125rem;
	background-color: #fff;
	display: block;
	margin: 0.625vw 0 0.2vw;
}
.header-alt .info span,
.header .info span {
	font-style: italic;
	font-weight: 400;
	font-size: 1.35vw;
	text-transform: capitalize;
}

.header .video {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
}
.header .video video {
	width: 100%;
	height: auto;
}

.header-alt {
	width: 100%;
	height: 12.5vw;
	position: relative;
	overflow: hidden;
	margin-bottom: 5rem;
}

.header-alt .logo_cont {
	display: flex;
	align-items: center;
	position: absolute;
	top: 1.5vw;
	right: 4vw;
	z-index: 2;
	gap: 1.5vw;
	text-decoration: none;
}

.header-alt .logo_cont img {
	width: 10vw;
}

.header-alt .logo_cont .info {
	zoom: 0.5;
	position: unset;
}

.header-alt .video {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15vw;
}
.header-alt .video video {
	width: 100%;
	height: auto;
}

.header-alt .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.5rem;
	color: #fff;
	font-weight: 800;
	font-size: 4rem;
}

.header-alt .header-back {
	color: #fff;
	position: absolute;
	top: 1.5vw;
	left: 4vw;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	z-index: 5;
	font-size: 1.125rem;
	line-height: 1;
	text-decoration: none;
	transition: color .25s;
	background-color: rgba(0,0,0,.25);
	padding: 0.5rem 1.25rem;
	border-radius: 1rem;
}

.header-alt .header-back span {
	width: 1rem;
	height: auto;
	font-size: 0;
}
.header-alt .header-back span svg {
	width: 100%;
	height: auto;
}

.header-alt .header-back span svg path {
	fill: #fff !important;
	transition: fill .25s;
}

.header-alt .header-back:hover {
	color: var(--theme);
}

.header-alt .header-back:hover span svg path {
	fill: var(--theme) !important;
}

.text_block {
	line-height: 1.6;
	font-size: 1.25rem;
}

.text_block a {
	text-decoration: none;
	color: var(--text);
	transition: color .25s;
}

.text_block a:hover {
	color: var(--gray);
}

.logos {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 95rem;
	margin: 3rem auto 0;
}

.logos:after {
	content: "";	
	position: absolute;
	width: 100%;
	height: 1px;
	box-sizing: border-box;
	border-bottom: 1px dotted var(--text);
	bottom: 0.375rem;
	left: 0;
	right: 0;
	z-index: -1;
	transition: border-color var(--bg-animation-timing);
}

.logos > div {
	text-align: center;
	padding: 1rem 0 0;
}
.logos > div:nth-of-type(3) {
	padding: 0;
}
.logos > div:nth-of-type(3)  > p {
	width: 55%;
}
.logos > div:nth-of-type(3) > span {
	padding: 0 0 1rem;
	width: 17rem;
}
.logos > div:nth-of-type(3) > span > svg {
	transform: scale(1.3);
}


.logos > div:nth-of-type(4) > span > svg path,
.logos > div:nth-of-type(3) > span > svg .st2 {
	fill: var(--svg-letter-color) !important;
	transition: fill var(--bg-animation-timing);
}

.logos > div:nth-of-type(2) > span > img {
	width: 100%;
	height: auto;
}

.logos > div > span {
	display: block;
	height: 7rem;
	width: 14rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logos > div > span svg,
.logos > div > span img {
	height: 100%;
	width: auto;
	max-width: 100%;
}

.logos > div > p {
	margin: 1rem auto 0;
	font-size: 0.875rem;
	font-style: italic;
	width: 65%;
	color: var(--text);
	background-color: var(--logo-text-bg);
	transition: background-color var(--bg-animation-timing), color var(--bg-animation-timing);
}

.description h1 {
	padding-left: 4.5vw;
}

.description p {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.2;
	padding-left: 4.5vw;
	color: var(--text);
}

.description p i {
	font-weight: 300;
}

.description p strong {
	font-size: 2rem;
	line-height: 1;
}

.description p:nth-of-type(1) {
	font-size: 1.375rem;
	text-transform: uppercase;
	font-weight: 800;
}
.description p:nth-of-type(2) {
	margin: 3rem 0;
	line-height: 1.4;
}
.description p:nth-of-type(2):before,
.description p:nth-of-type(2):after {
	content: "";
	width: 3.75rem;
	height: 0.25rem;
	background-color: var(--sep-bg);
	display: block;
	margin: 2rem 0;	
	transition: background-color var(--bg-animation-timing);
}

footer {
	border-top: 1px dotted black;
	padding: 5rem 0 3rem;
	margin-top: 5rem;
}
.footer_logo {
	width: 12rem;
}
.footer_logo svg {
	width: 100%;
	height: auto;
}
.footer {
	display: flex;
	gap: 4rem;
	margin-top: 1.5rem;
}
footer .column {
	line-height: 1.6;
}
footer .column a {
	color: black;
	text-decoration: none;
	transition: color .25s;
}
footer .column a:hover {
	color: var(--gray);
}
footer .column h2 {
	margin: 0;
	font-size: 1.375rem;
}
footer .column:before {
	content: "";
	display: block;
	height: 1px;
	width: 1.75rem;
	background-color: black;
	margin: 0 0 0.75rem;
}
footer .column:nth-of-type(1) {
	font-weight: 700;
}
footer .column:nth-of-type(3) {
	margin-left: auto;
	margin-top: auto;
}
footer .column:nth-of-type(3):before {
	display: none;
}

footer .column .footer_menu {
	list-style-type: none;
	display: flex;
	gap: 1.5rem;
	margin: 0;
	padding: 0;
}

footer .column .footer_menu li a {
	text-decoration: none;
	font-weight: 700;
	font-size: 1rem;
	color: black;
	transition: color .25s;
}

footer .column .footer_menu li a:hover {
	color: var(--gray);
}

footer .column .socials {
	display: flex;
	gap: 1rem;
	margin-bottom: 2.5rem;
}

footer .column .socials a {
	background-color: var(--gray);
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	position: relative;
	transition: background-color .25s;
}

footer .column .socials a svg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 55%;
	max-height: 55%;
}

footer .column .socials a:hover {
	background-color: var(--theme);
}

form {
	margin-top: 3.5rem;
}

.form_cont {
	position: relative;
}

.form_cont .mail_pending {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(255,255,255,.5);
	z-index: 10;
	display: none;
}

.form .input_cont {
	margin-bottom: 1.25rem;
}

.form .input_cont.field_error input {
	background-color: #4c0000;
}

.form .tooltip {
	margin: 2rem 0 2.5rem;
	color: var(--text);
}

.form .input_cont input,
.form .input_cont textarea {
	background-color: var(--text);
	border-radius: 1rem;
	padding: 0.375rem 1rem;
	color: var(--input-text-color);
	border: 0;
	outline: 0;
	font-size: 1.125rem;
	width: 100%;
	font-family:'Neue Helvetica W05';
	font-weight: 300;
	box-sizing: border-box;
	transition: background-color var(--bg-animation-timing);
}

.form .input_cont textarea {
	min-width: 100%;
	max-width: 100%;
	min-height: 20rem;
}

.form_row {
	display: flex;
	align-items: center;
}

.form_row .input_cont {
	margin: 0;
}
.form_row .input_cont input {
	min-width: 17rem;
}
.form_row input[type="submit"] {
	margin: 0 0 0 auto;
	padding: 0.375rem 3rem;
	text-transform: uppercase;
	border-radius: 1rem;
	outline: 0;
	border: 0;
	background-color: rgba(0,0,0,.1);
	cursor: pointer;
	transition: background-color .25s, color .25s;
	font-size: 1.125rem;
}
.form_row input[type="submit"]:hover {
	background-color: black;
	color: white;
}

.form .num {
	display: flex;
	gap: 1rem;
	font-weight: 700;
	align-items: center;
	font-size: 1.125rem;
	width: 65%;
	justify-content: flex-end;
	margin-bottom: 0.75rem;
	color: var(--text);
}

.form .num i {
	opacity: 0;
	visibility: hidden;
	font-weight: bold;
	font-style: normal;
}

.form .num input {
	padding: 0.375rem 1rem;
	border-radius: 1rem;
	outline: 0;
	border: 0;
	background-color: var(--text);
	box-sizing: border-box;	
	font-size: 1.125rem;
	color: var(--input-text-color);
	width: 6rem;
	cursor: default;
	font-family:'Neue Helvetica W05';
	transition: background-color var(--bg-animation-timing), color var(--bg-animation-timing);
	-moz-appearance: textfield;
}

.form .num input::-webkit-outer-spin-button,
.form .num input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.form .num .num_cont {
	position: relative;
}

.form .num .num_cont .controls {
	position: absolute;
	right: 0.75rem;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 3px;
}

.form .num .num_cont .controls span {
	border-width: 0 0.375rem 0.75rem 0.375rem;
	border-color: transparent transparent var(--input-text-color) transparent;
	border-style: solid;
	height: 0;
	cursor: pointer;
	transition: border-color .25s;
}

.form .num .num_cont .controls span.sub {
	transform: rotate(180deg);
}

.form .num .num_cont .controls span:hover {
	border-color: transparent transparent var(--theme) transparent;
}

.fo-select {
	position: relative;
}

.fo-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 0;
	position: absolute;
	pointer-events: none;
}

.fo-select .fo-value-container {
	width: 6rem;
	background-color: var(--text);
	color: var(--input-text-color);
	padding: 0.375rem 1rem;
	border-radius: 1rem;
	box-sizing: border-box;
	font-size: 1.125rem;
	/* line-height: 1; */
	font-weight: 400;
	position: relative;
	cursor: pointer;
	transition: background-color var(--bg-animation-timing), color var(--bg-animation-timing);
}

.fo-select .fo-option-list {
	display: none;
	background-color: var(--text);
	border-radius: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.fo-select .fo-option-list .fo-option {
	font-weight: 400;
	color: var(--input-text-color);
	transition: color .25s;
	cursor: pointer;
	padding: 0.375rem 1rem;
}
.fo-select .fo-option-list .fo-option:hover {
	color: var(--theme);
}
.fo-select.open .fo-option-list {
	display: block;
}
.fo-select .fo-arrow {
	border-width: 0.75rem 0.375rem 0 0.375rem;
	border-color: var(--input-text-color) transparent transparent transparent;
	border-style: solid;
	height: 0;
	cursor: pointer;
	position: absolute;
	right: 0.75rem;
	top: calc(50% - 0.25rem);
	z-index: 2;
	transition: border-color .25s, transform .25s;
}
.fo-select:hover .fo-arrow {
	border-color: var(--theme) transparent transparent transparent;
}
.fo-select.open .fo-arrow {
	transform: rotate(180deg);
}

::-webkit-input-placeholder {
	color: var(--input-placeholder-color);
}
:-moz-placeholder {
	color: var(--input-placeholder-color);
}
::-moz-placeholder {
	color: var(--input-placeholder-color);
}
:-ms-input-placeholder {
	color: var(--input-placeholder-color);
}
::-ms-input-placeholder {
	color: var(--input-placeholder-color);
}
::placeholder {
	color: var(--input-placeholder-color);
}

.gallery {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	padding-left: 4.5vw;
}

.gallery .gallery_row:last-of-type:after {
	content: "";
	width: 3.75rem;
	height: 0.25rem;
	background-color: var(--sep-bg);
	display: block;
	margin: 2rem 0;
}

.gallery .gallery_row {
	display: flex;
	gap: 0.875rem;
}
.gallery .gallery_row span {
	flex-grow: 1;
	flex-basis: 0;
	font-size: 0;
	border: 2px solid white;
}
.gallery .gallery_row img {
	width: 100%;
	height: auto;
}

.scroll_to_form {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	gap: 0.5rem;
	margin-left: 0.5rem;
	cursor: pointer;
}

.scroll_to_form span {
	transition: transform .25s;
}

.scroll_to_form:hover span {
	transform: skew(-15deg, 0);
}

.scroll_to_form i {
	width: 1.25rem;
	height: auto;
	font-size: 0;
}

.scroll_to_form i svg {
	width: 100%;
	height: auto;
}

.scroll_to_form i svg path {
	fill: var(--text) !important;
	transition: fill var(--bg-animation-timing);
}

.bg_video {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	z-index: -1;
	opacity: 0;
	transition: opacity var(--bg-animation-timing);
}
.bg_video video {
	/* width: 100%; */
	/* height: auto; */
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
}

.dark .bg_video {
	opacity: 1;
}

.reveal {
	opacity:0 !important;
	transform: translate3d(0,100px,0);
	transition: opacity .6s, transform .6s, color var(--bg-animation-timing), border-color var(--bg-animation-timing) !important;
}
.reveal.reveal_right {
	transform: translate3d(100px,0,0) !important;
}
.reveal.reveal_left {
	transform: translate3d(-100px,0,0) !important;
}
.reveal.reveal_fade {
	transform: translate3d(0,0,0) !important;
}
.reveal.reveal_visible {
	opacity:1 !important;
	transform: translate3d(0,0,0) scale(1) !important;
}

.reveal.input_cont {
	width: 0;
	transition: opacity .6s, transform .6s, width .6s !important;
	margin: 0 auto 1.25rem;
}

.reveal.input_cont.reveal_visible {
	width: 100%;
}

@media screen and (max-width:1599px) {
	.logos {
		width: 1000px;
	}
	.logos > div > span {
		width: 12rem;
		height: 6.25rem;
	}
	.logos > div:nth-of-type(3) > span > svg {
		transform: unset;
	}
	.logos > div > span svg,
	.logos > div > span img {
		width: auto;
		height: 100%;
		max-width: unset;
	}
}

#mail_modal {
	z-index: 999999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#mail_modal .mail_modal_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 5;
}

#mail_modal .mail_modal {
	width: 500px;
	max-width: 90%;
	height: 300px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	margin: auto;
	z-index: 10;
	
}

#mail_modal .mail_modal .mail_modal_cont {
	padding: 30px;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}

#mail_modal .mail_modal .mail_modal_cont .mail_modal_text {
	text-align: center;
	font-size: 1.25rem;
	padding: 0 50px;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-100%);
}

#mail_modal .mail_modal .mail_modal_cont .mail_modal_text_close_button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}

#mail_modal .mail_modal .mail_modal_cont .mail_modal_text_close_button span {
	display: inline-block;
	vertical-align: top;
	padding: 0.375rem 3rem;
	border-radius: 1rem;
	outline: 0;
	border: 0;
	background-color: rgba(0,0,0,.1);
	cursor: pointer;
	transition: background-color .25s;
	font-size: 1.125rem;
}

#mail_modal .mail_modal .mail_modal_cont .mail_modal_text_close_button span:hover {
	background-color: rgba(0,0,0,.3);
}

@media screen and (max-width:1439px) {
	.header-alt {
    height: 20vw;
	}
	.header-alt .logo_cont .info {
    zoom: 1;
	}
}
@media screen and (max-width:1023px) {
	.container,
	.logos {
		width: 90%;
	}
	.description p,
	.description h1,
	.gallery {
		padding-left: 0;
	}
	.form .num {
		width: 100%;
	}
	.footer {
		flex-direction: column;
	}
	footer .column:nth-of-type(3) {
		margin-left: unset;
	}
	.logos {
		flex-direction: column;
    align-items: center;
		gap: 1.5rem;
	}
	.logos > div > p {
		width: 100%;
	}
	.logos:after {
		display: none;
	}
	.gallery .gallery_row {
		flex-direction: column;
	}
	.scroll_to_form i {
		width: 1rem;
	}
	/* .gallery > div:nth-child(1) { */
		/* order: 2; */
	/* } */
	/* .gallery > div:nth-child(2) { */
		/* order: 1; */
	/* } */
	/* .gallery > div:nth-child(3) { */
		/* order: 3; */
	/* } */
	/* .gallery > div:nth-child(4) { */
		/* order: 4; */
	/* } */
	/* .gallery > div:nth-child(5) { */
		/* order: 5; */
	/* } */
}
@media screen and (max-width: 767px) {
	.text_block {
		font-size: 1rem;
	}
	.header-alt {
		height: auto;
		display: flex;
		flex-direction: column;
	}
	.header-alt .video {
		top: 50%;
		bottom: unset;
		transform: translateY(-60%);
	}
	.header-alt .video video {
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 100%;
	}
	.header-alt .logo_cont {
		position: unset;
		width: 90%;
    margin: 1.5rem auto;
		gap: 1rem;
	}
	.header-alt .logo_cont img {
    width: 10rem;
	}
	.header-alt .title {
		font-size: 3rem;
		position: relative;
		bottom: unset;
		top: unset;
		right: unset;
		margin-bottom: 0.5rem;
	}
	.header-alt .info {
		font-size: 1.125rem;
	}
	.header-alt .info span {
		font-size: 1rem;
	}
	.header-alt .info span:before {
    width: 1.5rem;
    height: 1px;
    margin: 0.375rem 0 0.25rem;
	}
	.header-alt .header-back {
		position: relative;
    margin: 1rem 0;
		align-self: flex-start;
	}
}
@media screen and (max-width: 599px) {
	.form_row {
		flex-direction: column;
	}
	.form_row .input_cont {
		margin-bottom: 1.25rem;
		width: 100%;
	}
	h1 {
		font-size: 2rem;
	}
	h1 strong {
		font-size: 3rem;
	}
	.description p {
		font-size: 1.25rem;
	}
	.description p strong {
    font-size: 1.5rem;
	}
}

@media screen and (max-width: 499px) {
	.form .num {
		display: block;
		text-align: center;
		margin-bottom: 2rem;
	}
	.form .num .num_cont {
		display: inline-flex;
		margin-right: 0.5rem;
	}
	.form .num > span {
		display: block;
		margin-bottom: 0.75rem;
	}
	.form .num .select_cont {
		display: inline-flex;
		margin-right: 0.5rem;
	}
}