/*
Page: Splash
*/
#splash {
	padding-bottom: 72px;
}
#splash-top {
	margin-top: 80px;
}
#splash-top:before {
    content: attr(data-heading);
    position: absolute;
	font-family: "bebas-neue-pro", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #E8EAEB;
    font-size: 11.458333vw;
    letter-spacing: 0.1em;
    z-index: -1;
    top: -6vw;
    white-space: nowrap;
    text-align: center;
}
#splash-top h1 {
	font-weight: normal;
	font-size: 121px;
	line-height: 1;
	margin-bottom: 0;
}
#splash-content {
	margin-top: 48px;
}
#splash-content .container {
	width: 530px;
}
#splash-content p {
	font-size: 18px;
	line-height: 30px;
}
#splash-content p:first-child {
	font-size: 22px;
	margin-bottom: 10px;
	color: var(--darker-blue);
}
#splash-form {
	margin-top: 21px;
	margin-bottom: 28px;
}
#splash-form #gform_1 {
	display: flex;
	justify-content: center;
	align-items: center;
}
#splash-form .gform-theme--foundation {
    --gf-form-gap-x: 20px;
    --gf-form-gap-y: 26px;
	--gf-form-spinner-fg-color: var(--black);
    --gf-ctrl-label-color-primary: #262626;
    --gf-color-out-ctrl-dark: #262626 !important;
    --gf-font-weight-secondary: normal;
    --gf-radius: 15px !important;
    --gf-ctrl-size-md: 55px;
    --gf-font-size-primary: 17px !important;
    --gf-font-size-secondary: 17px !important;
    --gf-font-size-tertiary: 17px !important;
}
#splash-form .button:not(.gform_button_select_files){
    width: 179px;
    height: var(--gf-ctrl-size-md);
    border-radius: var(--gf-radius);
	border: 1px solid var(--darker-blue);
    font-size: 1.5em;
    padding: 0;
	font-family: "bebas-neue-pro-semiexpanded", sans-serif;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background-color: var(--yellow);
    color: var(--black);
}
#splash-form [data-active-form] .button {
	color: var(--yellow);
	pointer-events: none;
}
#splash-form .gform-theme--foundation .gform_drop_instructions,
#splash-form .gform_required_legend,
#splash-form .gform_validation_errors,
#splash-form .validation_message,
#splash-form .gfield_validation_message {
    display: none !important;
}
#splash-form .gform-theme--foundation .gform_fields {
    grid-template-columns: repeat(2, 1fr);
    column-gap: var(--gf-form-gap-x);
}
#splash-form .gform-theme--foundation .gfield {
    position: relative;
    display: flex;
    align-items: center;
}
#splash-form .gform-theme--foundation .ginput_container {
    flex-grow: 1;
}
#splash-form .gform-theme--foundation .gfield.half-field {
    grid-column: auto;
} 
#splash-form .gform-theme--foundation .gfield:not(.half-field) {
    grid-column: 1 / -1;
}
#splash-form .gfield_label,
#splash-form .gfield_description {
    position: absolute;
    left: 16px;
    margin: 0;
}
#splash-form .focused .gfield_label,
#splash-form .has-value .gfield_label {
    display: none;
}
#splash-form .gfield_description {
    z-index: 2;
    left: inherit;
    display: flex;
    align-items: center;
    column-gap: 15px;
    pointer-events: none;
}
#splash-form .gform-theme--foundation .gfield input.large {
    text-align: left;
    padding-left: 16px;
    padding-right: 180px;
}
#splash-form .gform-theme--foundation .gfield.gfield_error input.large {
    border: none;
    outline: var(--gf-field-pg-prog-bar-bg-color-red);
    outline-width: medium;
    outline-style: solid;
}
#splash-form .gform-theme--foundation .gform_footer {
    justify-content: center;
	align-items: center;
    margin-top: 0;
	z-index: 1;
	margin-left: -179px;
	position: relative;
}
#splash-form .gform-theme--framework .gform-loader {
    position: absolute;
	z-index: 1;
}
#splash-form .gform_confirmation_wrapper {
    text-align: center;
}
#splash-bottom p {
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
    #masthead {
        padding-top: 1.458333vw;
    }
    #splash {
        padding-bottom: 3.75vw;
    }
    #splash header img{
        width: 14.6875vw;
    }
    #splash-top {
        margin-top: 4.166667vw;
    }
    #splash-top h1 {
        font-size: 6.302083vw;
    }
    #splash-product img {
        width: 26.354167vw;
    }
    #splash-content {
        margin-top: 2.5vw;
    }
    #splash-content .container {
        width: 27.604167vw;
    }
    #splash-content p {
        font-size: 0.9375vw;
        line-height: 1.5625vw;
    }
    #splash-content p:first-child {
        font-size: 1.145833vw;
        margin-bottom: 0.520833vw;
    }
    #splash-form {
        margin-top: 1.09375vw;
        margin-bottom: 1.458333vw;
    }
    #splash-form .gform-theme--foundation {
        --gf-form-gap-x: 1.041667vw;
        --gf-form-gap-y: 1.354167vw;
        --gf-radius: 0.78125vw !important;
        --gf-ctrl-size-md: 2.864583vw;
        --gf-font-size-primary: 0.885417vw !important;
        --gf-font-size-secondary: 0.885417vw !important;
        --gf-font-size-tertiary: 0.885417vw !important;
    }
    #splash-form .button:not(.gform_button_select_files){
        width: 9.322917vw;
        font-size: 1.25vw;
    }
    #splash-form .gfield_label,
    #splash-form .gfield_description {
        left: 0.833333vw;
    }
    #splash-form .gfield_description {
        column-gap: 0.78125vw;
    }
    #splash-form .gform-theme--foundation .gfield input.large {
        padding-left: 0.833333vw;
        padding-right: 9.375vw;
    }
    #splash-form .gform-theme--foundation .gform_footer {
        margin-left: -9.322917vw;
    }
    #splash-bottom p {
        font-size: 1.145833vw;
    }
}
@media screen and (max-width: 767px) {
	#splash-top:before {
        align-self: center;
        font-size: 60px;
        line-height: 60px;
        top: 10px;
        white-space: normal;
    }
}
@media screen and (max-width: 567px) {
    #masthead {
        padding-top: 7.179487vw;
    }
    header .container {
        max-width: 68.974359vw;
    }
	#splash {
		padding-bottom: 5vw;
	}
	#splash-top {
		margin-top: 7.692308vw;
		margin-bottom: 6vw;
	}
	#splash-top:before {
		font-size: 19.230769vw;
		top: -3vw;
	}
	#splash-top h1 {
		font-size: 17.179487vw;
		line-height: 12.051282vw;
	}
	#splash-product .container {
		width: 60vw;
	}
    #splash-content {
        margin-top: 6vw;
    }
	#splash-content .container {
		width: 89.74359vw;
	}
	#splash-content p {
		font-size: 3.846154vw;
		line-height: 6.153846vw;
	}
	#splash-content p:first-child {
		font-size: 4.871795vw;
		width: 71.794872vw;
		margin: 0 auto 2.564103vw;
	}
	#splash-form {
		margin-top: 6.410256vw;
        margin-bottom: 7.179487vw;
	}
    #splash-form .gform-theme--foundation {
        --gf-form-gap-x: 0;
        --gf-form-gap-y: 4.102564vw;
        --gf-radius: 3.333333vw !important;
        --gf-ctrl-size-md: 12.307692vw;
        --gf-font-size-primary: 3.846154vw !important;
        --gf-font-size-secondary: 3.846154vw !important;
        --gf-font-size-tertiary: 3.846154vw !important;
    }
    #splash-form .gform-theme--foundation .gform_fields {
        grid-template-columns: repeat(1, 1fr);
    }
	#splash-form .button:not(.gform_button_select_files){
		width: 34.358974vw;
		font-size: 4.871795vw;
	}
	#splash-form .gform-theme--foundation .gform-body {
        width: 100%;
    }
	#splash-form .gform-theme--foundation .gform_footer {
		margin-left: -34.358974vw;
	}
    #splash-form .gform-theme--foundation .gfield input.large {
        padding-right: 34.358974vw;
    }
	#splash-bottom p {
		font-size: 6.666667vw;
	}
}

@media screen and (max-width: 389px) {
}