/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 14 2025 | 13:38:22 */
#gform_2 {
	font-family: 'Montserrat';
}

.gform_required_legend,
#gform_2 .gchoice input {
    display: none;
}

#gform_2 .gfield_label {
	line-height: 30px;
    margin-bottom: 1em;
	padding-bottom: .5em;
}

#gform_2 .gfield_radio {
    display: flex;
/*     justify-content: center; */
    flex-wrap: wrap;
}

#gform_2 .gfield-choice-input+label {
    margin-bottom: 0;
    max-width: calc(100% - 32px);
    vertical-align: middle;
    display: inline-block;
    padding: 15px 40px;
    margin: 5px;
    /*border-radius: 50%;*/
    background-color: #020a1b;
    color: white;
    text-align: center;
    width: 70px;
	height: 77px;
    cursor: pointer;
    transition: back;
    border: 2px solid #020a1b;
    display: flex;
    justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 20px;
	font-weight: 400;
	transition: all 0.3s ease;
}

#gform_2 .gfield_radio input[type="radio"]:checked + label {
    transform: scale(1.1);
    background-color: #fff;
    color: #020a1b;
}

#gform_submit_button_1 {
	border-color: #020a1b;
    color: #020a1b;
	border-radius: 5px;
	background-color: #fff;
	font-family: 'Montserrat';
	font-size: 15px;
}

#gform_submit_button_2:hover {
	background-color: #020a1b;
    color: #fff;
}

#gform_2 .gfield {
	margin-bottom: 2em;
}

#gform_2 #label_2_3_4,
#gform_2 #label_2_4_4,
#gform_2 #label_2_5_4 {
	padding: 15px 50px;
}

#gform_2 .sub-text {
	margin-top: 5px;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 12px;
}

#gform_confirmation_message_2 {
	font-size: 20px;
    text-align: center;
    margin-block: 3em;
    font-weight: 600;
}

@media (max-width: 575.98px) { 
	#gform_2 .gfield-choice-input + label {
		margin: 2px;
		width: 50px;
		height: 55px;
		padding: 9px 28px;
		font-size: 14px;
	}
	#gform_2 #label_2_3_4, 
	#gform_2 #label_2_4_4, 
	#gform_2 #label_2_5_4 {
		padding: 9px 35px;
	}
	#gform_2 .sub-text {
		margin-top: 0px;
  		font-size: 10px;
	}
}
