*{
	font-family: Poppins, sans-serif;
	box-sizing: border-box;
}

.post, .page {
    margin: 0px;
}

h1, h2, h3, h4, h5, h6, p{
	color: black;
}

p, a{
    font-weight: 300;
    font-size: 22px;
}

a{
	color: #818181;
	text-decoration: none;
	transition: 0.15s;
}

a:visited {
	color: #818181;
}

a:hover{
	color: black;
}

.page-id-7 header, .page-id-7 footer{
	display: none;
}

.page-id-7 .landing-container {
    display: flex;
    height: 100vh;
}

.page-id-7 .content, .page-id-7 .banner{
    width: 50%;
}

.page-id-7 .content {
    padding: 25px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-id-7 .content h2 {
    color: white;
    font-weight: 300;
    margin-top: 0px;
}

.page-id-7 .content h2 span {
    background: black;
    display: inline-block;
    padding: 5px 15px;
}

.page-id-7 .content h1 {
    font-weight: 300;
    font-size: 89px;
    line-height: 1em;
    margin: 0px;
}

.page-id-7 .content a {
	padding-bottom: 30px;
}

.page-id-7 .content p {
	margin-top: 40px;
}

.page-id-7 .banner {
    position: relative;
    overflow: hidden;
}

.page-id-7 .banner a {
    padding: 7px 17px;
    position: absolute;
    right: 74px;
    top: 30px;
    border: 2px solid black;
    color: black;
}

.page-id-7 .banner a:hover {
    background: black;
    color: white;
}

.page-id-7 .blocks {
    position: relative;
    bottom: 63px;
}

.page-id-7 .block-1 {
    position: absolute;
    right: 496px;
    top: 399px;
    width: 100px;
    height: 100px;
}

.page-id-7 .block-2 {
    position: absolute;
    top: 499px;
    right: 323px;
    z-index: 1;
    width: 262px;
    height: auto;
}

.page-id-7 .block-3 {
    position: absolute;
    right: 0px;
    top: 566px;
    width: 346px;
    height: 247px;
}

.page-id-7 .block-4 {
    right: -150px;
    position: absolute;
    width: 647px;
    height: 363px;
    top: 212px;
}

.page-id-7 .form {
    width: 50vw;
    position: fixed;
    right: calc(-50vw - 68px);
    top: 0px;
    z-index: 1;
    height: 100vh;
    background: black;
    transition: right 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 8%;
}

.page-id-7 .form.active {
	right: 0px;
}

.page-id-7 .form .close {
    position: absolute;
    left: -67px;
    top: 108px;
    background: black;
    padding: 24px;
}

.page-id-7 .form #gform_1 input, .page-id-7 .form #gform_1 textarea {
    border-radius: 0px;
    padding: 10px 10px 10px 16px;
    font-weight: 300;
    margin: 0px;
}

.page-id-7 .form #gform_wrapper_1 li {
    margin-top: 0px;
}

.page-id-7 .form h2 {
    color: white;
    margin-bottom: 0px;
    font-size: 52px;
}

.page-id-7 .form #gform_wrapper_1 .gform_footer.top_label {
    text-align: right;
}

.page-id-7 .form #gform_wrapper_1 input#gform_submit_button_1 {
    background: none;
    color: #818181;
    border: none;
    position: relative;
    top: -101px;
    padding: 0px;
    margin-right: 20px;
    font-size: 24px;
    cursor: pointer;
    text-transform: uppercase;
    transition: color 0.15s;
    font-family: 'Poppins', sans-serif;
}

.page-id-7 .form #gform_wrapper_1 input#gform_submit_button_1:hover{
	color: white;
}

.page-id-7 .form #gform_wrapper_1 div.validation_error {
    display: none;
}

.page-id-7 .form #gform_wrapper_1 li.gfield_error {
    margin: 0px !important;
    border: none;
    background: none;
}

.page-id-7 .form #gform_wrapper_1 div.validation_message {
    padding-top: 7px !important;
}

.inner-form-content {
    overflow-y: scroll;
}

@media (max-width: 1310px){

	.page-id-7 .blocks {
	    transform: scale(0.7);
	    bottom: -72px;
	}

	.page-id-7 .form #gform_wrapper_1 input#gform_submit_button_1{
		top: unset;
	}
}

@media (max-width: 981px){

	.page-id-7 .blocks {
	    transform: scale(1);
	}

	.page-id-7 .landing-container {
	    flex-direction: column;
	    height: auto;
	}

	.page-id-7 .blocks {
	    bottom: unset !important;
	}

	.page-id-7 .content, .page-id-7 .banner {
	    width: 100%;
	}

	.page-id-7 .banner a{
		display: none;
	}

	.page-id-7 .block-1 {
	    position: relative !important;
	    right: -9px !important;
	    top: unset !important;
	    height: auto !important;
	    width: auto !important;
	}

	.page-id-7 .block-2 {
	    position: relative !important;
	    right: -4px !important;
	    top: unset !important;
	}

	.page-id-7 .block-3 {
		display: none;
	}

	.page-id-7 .block-4 {
	    position: relative !important;
	    right: unset !important;
	    top: -7px !important;
	    height: auto !important;
	    width: 100% !important;
	    max-width: 400px;
	}

	.page-id-7 .blocks {
	    text-align: center;
	}
}

@media (max-width: 768px){
	.page-id-7 .form {
	    width: 79vw;
	    right: calc(-50vw - 269px);
	}

	.page-id-7 .form #gform_1 input, .page-id-7 .form #gform_1 textarea {
	    padding: 0px 0px 0px 7px;
	}

	.page-id-7 .form h2 {
	    font-size: 24px;
	}
}

@media (max-width: 480px){

	.page-id-7 .content h1 {
	    font-size: 48px;
	}
	
	.page-id-7 .block-2{
		width: 209px;
	}
}

@media (max-width: 428px){
	li#field_1_7 {
	    transform: scale(0.7);
	    left: -35px;
	    position: relative;
	}

	.page-id-7 .block-1{
	    width: 81px !important;
	}
	
}