/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

@font-face {
	font-family: 'Gotham Rounded Bold';
	src: url("assets/fonts/GothamRounded-Bold.woff2") format("woff2"), url("assets/fonts/GothamRounded-Bold.woff") format("woff"), url("assets/fonts/GothamRounded-Bold.ttf") format("truetype"), url("assets/fonts/GothamRounded-Bold.svg#GothamRounded-Bold") format("svg");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Rounded Book';
	src: url("assets/fonts/GothamRounded-Book.woff2") format("woff2"), url("assets/fonts/GothamRounded-Book.woff") format("woff"), url("assets/fonts/GothamRounded-Book.ttf") format("truetype"), url("assets/fonts/GothamRounded-Book.svg#GothamRounded-Book") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Rounded';
	src: url("assets/fonts/GothamRounded-Medium.woff2") format("woff2"), url("assets/fonts/GothamRounded-Medium.woff") format("woff"), url("assets/fonts/GothamRounded-Medium.ttf") format("truetype"), url("assets/fonts/GothamRounded-Medium.svg#GothamRounded-Medium") format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}


body{
		font-family: 'Gotham Rounded Book';
		color: #626262;
}
.text-align-center{
	text-align: center;
}
h2{
	font-size: 36px;
	font-family: 'Gotham Rounded Bold';
	color: #000000;
	margin-bottom: 16px;
}
h3 {
	font-size: 25px;
	font-family: 'Gotham Rounded Bold';
	color: #000000;
}
p{
	font-size: 18px;
	line-height: 28px;
	color: #626262;
}

.blue-link{
	font-family: 'Gotham Rounded Bold';
	text-decoration: none;
	color: #3864bd;
	-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
		font-size: 20px;
}
.blue-link:hover{
	color: #E81B2C;
}
.tt-upper{
	text-transform: uppercase;
}
img{
	max-width: 100%;
}
.text-white, 
.text-white >*{
	color: #fff;
}
.p-relative{
	position: relative;
}


.hero{
	background: url(assets/img/hero_desktop.jpg)no-repeat;
	background-size: cover;
	position: relative;
	padding: 20px 0;
	min-height: 644px;
	background-position: center !important;
}
.form-row .container{
	margin-top: -340px;
	position: relative;
}
.form-rellax {
	position: absolute;
	top: -200px;
	left: -100px;
}

.form-wrap{
	position: relative;
	z-index: 10;
	background-color: #fff;
	padding: 70px 60px 10px 60px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}
.form-wrap h2{
	margin-top: 0;
	margin-bottom: 26px;
}

.form-styled{
	display: flex;
	flex-wrap: wrap;
}
.form-styled > div{
	width: 100%;
	margin-bottom: 18px;
}
.form-styled input{
	width: 100%;
	padding: 16px 20px;
	border:1px solid #CED4DA;
	border-radius: 4px;
}

.button{
	background-color: #FFCF1A;
	color: #000000;
	font-family: 'Gotham Rounded';
	font-size: 18px;
	border: none !important;
	border-radius: 6px!important;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
		border: 1px solid #707070!important;
		padding: 12px 20px;
}
.button:hover{
	background-color:#000000 ;
		color: #FFCF1A;
}
.small{
	font-size: 18px;
	line-height: 1.5 !important;
	color: #000;
	max-width: 130px;
	font-family: 'Gotham Rounded Bold';
}
.form-footer{
	margin-top: 15px;
}
.form-footer .button {
	max-width: 180px;
}
.section-half{
	margin: 100px 0;
}
.separator{
	width: 30px;
	height: 2px;
	display: inline-block;
	background-color: #FFCC04;
	margin-bottom: 5px;
}
footer{
	padding: 40px 0;
	background-color: #000;
	font-size: 16px;
}

.ta-center{
	text-align: center;
}
.ta-md-left{
	text-align: left;
}
.ta-md-right{
	text-align: right;
}
.box{
	border: 2px solid #000;
	border-radius: 8px;
	padding: 20px;
	display: inline-block;
}
.box div img{
	flex: 0 0 auto;
	margin-right: 15px;
}
.box div p{
	font-weight: bold;
	line-height: 1.4;
}
.size-list{
	padding-left: 12px;
	color: #000;
	margin-bottom: 30px;
	list-style-type: square;
}
.size-list li{
	margin-bottom: 10px;
color: #000;}

.grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 20px;
	padding: 20px;
	max-width: 1200px;
	margin: 0 auto;
}
.grid-item {
	text-align: center;
}
.grid-item img {
	width: 100%;
	max-width: 150px;
	height: auto;
	border-radius: 8px;
	cursor: pointer;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s;
}
.grid-item img:hover {
	transform: scale(1.1);
}
.grid-item h4 {
	margin: 5px 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.grid-item p {
	margin: 2px 0 0;
	font-size: 12px;
	color: #000;
}
.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
.popup img {
	max-width: 90%;
	max-height: 90%;
	border-radius: 8px;
}
.popup .close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
	
		.form-wrap{
			margin-top: 30px;
			padding: 30px 20px 10px;
		}
		.section-half {
			margin: 50px 0;
		}
		h2{
			font-size: 28px;
		}
		h3 {
			font-size: 22px;
		}
	.form-rellax{
		width: 160px;
		height: 160px;
		top: -120px;
		left: -30px;
	}
}

@media only screen and (max-width: 600px) {
		.form-footer{
			flex-direction: column-reverse;
			text-align: center;
		}
		.form-footer .button{
			max-width: 100%;
			margin-bottom: 10px;
		}
		.logo{
			max-width: 200px;
		}
		.hero{
			min-height: 500px;
		}
		.form-rellax {
			width: 140px;
			height: 140px;
			top: -80px;
			left: -30px;
		}
}