#mainContent { width: 100%; }
.sxn-content { padding: 0; overflow: unset;}

.subslide { position: relative; height: 450px; }
.subslide:before {
    content: ''; width: 100%; height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);		
}
.sxn-content {
    margin: -430px 0 0;
}

@media screen and (min-width: 500px) {
	.subslide { height: 550px; }
    .sxn-content {  margin: -550px 0 0; }
}
@media screen and (min-width: 800px) {
	.subslide { height: 450px; }
    .sxn-content {  margin: -300px 0 0; padding: 0 40px; }
}
@media screen and (min-width: 1120px) {
	.subslide { height: 450px; }
    .sxn-content {  margin: -300px 0 0; }
}
@media screen and (min-width: 1400px) {
	.subslide { height: 550px; }
    .sxn-content {  margin: -400px 0 0; }
}

.gs_cp-marketing{
	color: #fff;
	text-align: center;
	display: flex; justify-content: center; align-items: center;
	position: relative;
	padding: 40px 40px 20px;
	width: 100%;
	margin: 0 auto; box-sizing: border-box;
}
.gs_cp-marketing-wrap{
    margin: 0 auto auto;
}
article ul.gs_cp-contact-options {
	text-align: center;
	padding: 0;
	overflow: unset;
	list-style-type: none;
}
.article ul li.gs_cp-contact-option{
	list-style-type: none;
}
.gs_cp-contact-option{
	/* width: 280px; */
	box-sizing: border-box;
	position: relative;
	text-align: left;
	padding: 0 0 0 100px;
	margin: 0 auto 30px;
}
.gs_cp-contact-option:before{
	content: '';
	position: absolute;
	width: 82px;
	height: 82px;
	background: url(../img/contact-page/contact-option-icons.webp);
	background-size: 250px;
	top: 0;
	left: 0;
}
.gs_cp-contact-option:nth-of-type(2):before{ background-position: left -84px top; }
.gs_cp-contact-option:nth-of-type(3):before{ background-position: left -168px top; }
.gs_cp-contact-option span{
	display: block;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	font-size: 16px; text-wrap: balance;
	padding: 0 0 13px;
}
	.gs_cp-contact-option span > br {
		display: none;
	}
.gs_cp-contact-option a{
	display: inline-block;
	text-align: center;
	padding: 5px 20px 4px;
	background: #FF8200;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	color: #FFF;
	font-size: 16px;
	transition: 300ms;
}
.gs_cp-contact-option a:hover{
	cursor: pointer;
	color: #FF8200;
	background: #FFF;
	text-decoration: none;
}
.gs_cp-form-wrap{
	padding: 10px 20px;
	background-image: linear-gradient( rgba(255,255,255,0.9), rgba(255,255,255,0.9) ),  url(../img/bg/bg-sbcontact.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
	z-index: 9;
}
.gs_cp-form-wrap .formBlock,
.gs_cp-form-wrap .formReqBox {
	width: 100%;
}
.gs_cp-form-wrap .fBlockBtm label.control {
	font-size: 14px;
}
.gs_cp-form-wrap form.conForm textarea {
	height: 52px;
	min-height: unset;
}
.gs_cp-form-wrap .grDisclaimerBox {
	margin: 0 auto;
}
.gs_cp-form-wrap .formSubmitWrap {
	flex-direction: column;
}
.gs_cp-form-title{
	color: #000;
	display: block;
	padding: 0 0 28px;
	font-size: 18px; line-height: 1.2; text-align: center; text-wrap: balance; text-transform: uppercase;
}
.gs_cp-form-title em {
	font-size: 18px;
	font-weight: 700;
	display: block;
	font-style: normal;
}
.gs_cp-form input,
.gs_cp-form textarea{
	display: block;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 15px;
	background: #fff;
	color: #000;
	border-radius: 6px;
	margin: 0 auto 17px;
	border: 0;
	outline: 0;
}
.gs_cp-form input::placeholder,
.gs_cp-form textarea::placeholder{ color: #000; }
.gs_cp-form input[type="submit"] { padding: 14px 15px; }
/* .gs_cp-form textarea{ height: 100px; } */
.gs_cp-form .gRecaptchaWrapper{
	background: #4a90e2;
	width: 100%;
	height: 60px;
	margin: 0 auto 23px;
	width: 255px;
}
.grSubmitWrapper {
	margin: 0;
	border-radius: 6px;
	border: 0;
	background: none;
	position: relative;
	z-index: 1;
	background: none;
}
.grSubmitWrapper:hover::before {
	position: absolute;
	content: '';
	top: 3px;
	left: 3px;
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	background: #fff;
	z-index: -1;
	border-radius: 6px;
	border: 1px solid #03365d;
}
.formDisclaimerMsg { color: #FFF; font-size: 14px; font-weight: 400; line-height: 1.2; text-align: left; }
.gs_cp-form .submit-button{
	margin: 0;
	border-radius: 6px;
	border: none;
	background: #FF8200;
	text-transform: uppercase;
	color: #FFF;
	font-size: 22px;
	font-weight: 500;
	transition: 300ms;
}
.gs_cp-form .submit-button:hover{
	color: #FFF;
	cursor: pointer;
	background-color: rgba(255, 130, 0, 0.8);
}
.gs_cp-content {
	padding: 40px;
	background: #fff;
}

.gs_cp-content{
	line-height: 1.5;
	display: flex; flex-direction: column; gap: 30px; justify-content: space-between;
}
.gs_cp-content h1{
	display: block;
	padding: 0 0 35px 0;
}
.gs_cp-content h2{
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	padding: 0 0 15px;
}
.gs_cp-content h3{
	display: block;
	font-size: 20px;
	font-weight: 700;
	padding: 0 0 5px;
	text-transform: uppercase;
}
.gs_cp-content h4,
.gs_cp-content h5{
	font-size: 18px;
	font-weight: bold;
}
.gs_cp-content ul {
	padding: 0;
	overflow: initial;
}
.gs_cp-addresses li{
	display: block;
	padding: 0 0 20px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	margin: 0 auto 20px;
}
.gs_cp-addresses li:hover > strong:first-child { color: #FF8200; }
.gs_cp-addresses li p{ padding: 0; }

.gs_cp-addresses li p a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

.gs_cp-maps{ display: none; }

.gs_gmap iframe {
	margin: 0 auto 1rem;
	display: none;
}

.gs_cp-help-btn_wrap {
	margin: 0 auto 20px;
	text-align: center;
}
.gs_cp-help-btn{
	display: inline-block;
	min-width: 250px;
	text-align: center;
	padding: 10px 15px;
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	background: #FF8200;
	box-shadow: inset 0 0 0 2px #FFF;
	border: 3px solid #FF8200;
	border-radius: 5px;
	transition: 300ms;
}
a.gs_cp-help-btn:hover{
	cursor: pointer;
	text-decoration: none;
	background: rgba(255, 130, 0, 0.8);
	border-color: rgba(255, 130, 0, 0.8);
	color: #FFF;
	text-decoration: none !important;
}
.gs_cp-maps img { display: block; height: auto; margin: 0 auto; max-width: 100%; }
.gs_cp-sidebar {
	width: 100%;
}
@media screen and (min-width: 500px){
	.gs_cp-addresses li{
		display: inline-block;
		width: 45%;
		margin: 0 4% 20px auto;
	}

	.gs_cp-marketing:after{
		content: '';
		display: table;
		clear: both;
	}
	.gs_cp-contact-options{
		display: inline-block;
	}
	.gs_cp-contact-option{
		width: auto;
		padding: 0 0 0 160px;
		margin: 0 auto 60px;
	}
	.gs_cp-contact-option:nth-of-type(3){ margin-bottom: 0; }
	.gs_cp-contact-option:before{
		width: 132px;
		height: 132px;
		background-size: 400px;
	}
	.gs_cp-contact-option:nth-of-type(2):before{ background-position: left -134px top; }
	.gs_cp-contact-option:nth-of-type(3):before{ background-position: left -268px top; }
	.gs_cp-contact-option span{
		padding: 10px 0 20px;
	}
	.gs_cp-contact-option span > br {
		display: inline;
	}

	.gs_cp-form-wrap{
		width: 320px;
		box-sizing: border-box;
		float: right;
	}

	.gs_cp-content h1{ padding: 0 0 46px; }
	.gs_cp-content h2{ padding: 0 0 20px; }

	.gs_cp-help-btn{
		position: relative;
		min-width: 300px;
		padding: 12px 20px 12px 75px;
		box-sizing: border-box;
	}
	.gs_cp-help-btn::before{
		content: '';
		position: absolute;
		top: 50%;
		width: 45px;
		height: 37px;
		background: url(../img/contact-page/help-btn-icon.webp) no-repeat left top;
		background-size: 200%;
		left: 15px;
		transform: translateY(-50%);
		overflow: hidden;
	}

	.gs_gmap iframe {
		display: block;
	}
}
@media screen and (min-width: 800px){
	.gs_cp-content {
		padding: 40px 0;
		background: unset;
		flex-direction: row;
	}
	.gs_cp-marketing{
		height: 303px;
		padding: 0;
	}
	/* .gs_cp-contact-options{
	} */
	.gs_cp-contact-option{
		display: inline-block;
		margin: 0 10px;
		padding: 140px 0 0;
		text-align: center;
	}
	.gs_cp-contact-option:first-of-type{ margin-left: 0; }
	.gs_cp-contact-option:last-of-type{ margin-right: 0; }
	.gs_cp-contact-option:before{
		left: calc(50% - 66px);
	}
	/* .gs_cp-contact-option:nth-of-type(2):before{}
	.gs_cp-contact-option:nth-of-type(3):before{}
 */
	.gs_cp-form-wrap{
		position: absolute;
		top: 212px;
		right: 20px;
	}
	.gs_cp-form-title { font-size: 22px; }
	.gs_cp-form-title em { font-size: 20px; }
	.gs_cp-content main{
		width: calc(100% - 380px); 
		padding: 0 0 60px; 
	}

	.gs_cp-addresses{
		margin: 0 auto 40px;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
        gap: 10px;
		justify-content: space-between;
		border-bottom: 10px solid #f8f7f7;
	}
	.gs_cp-addresses li{
		width: unset;
		display: inline-block;
		vertical-align: top;
		min-height: auto !important;
		box-sizing: border-box;
		padding: 0 0 30px;
		font-size: 15px;
		border: 0;
		border-bottom: 8px solid transparent;
		margin: 0 0 20px;
		position: relative;
	}
	.gs_cp-addresses li:first-child,
	.gs_cp-addresses li:nth-child(2) { padding-left: 0; }
	.gs_cp-addresses li.active{
		position: relative;
		border-bottom: 6px solid #FF8200;
	}
	.gs_cp-addresses li.active:before{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 18px 25px 0 25px;
		border-color: #FF8200 transparent transparent transparent;
		bottom: -22px;
		left: calc(50% - 25px);
	}
    .gs_cp-addresses li > strong:first-child {
        text-transform: uppercase;
    }

	.gs_cp-addresses a{ display: none; }

	.gs_cp-maps{
		display: block;
		margin: 0 auto 20px;
	}
	.gs_cp-maps li{
		display: none;
	}
	.gs_cp-maps li.active{ display: block; }
	.gs_cp-maps a{
		display: block;
	}
	.gs_cp-maps img{ width: 100%; height: auto;}

	.gs_cp-help-btn{
		font-size: 22px;
		min-width: 330px;
	}
	.gs_cp-sidebar{
		width: 320px;
	}
}
@media screen and (min-width: 1120px){
	.gs_cp-marketing-wrap{
		margin: 0 auto 0 0;
		width: calc(100% - 400px);
	}
	.gs_cp-sidebar{
        margin: -363px 0 0 0;
		padding: 0 0 30px;
	}
	.gs_cp-addresses {
		margin: 0;
	}
	.gs_cp-addresses li { margin: 0; }
}
@media screen and (min-width: 1400px){
    .gs_cp-content {
        padding: 80px 0;
    }
	.gs_cp-marketing{
		height: 380px;
	}
	.gs_cp-addresses li{
		font-size: 18px;
	}
	.gs_cp-addresses li:first-child::after,
	.gs_cp-addresses li:nth-child(2)::after { right: -66px; }
	.gs_cp-addresses li:first-child,
	.gs_cp-addresses li:nth-child(2) { margin-left: 0; }
	.gs_cp-addresses li:last-child { margin-right: 0; }	
	.gs_cp-content main{
		width: calc(100% - 100px - 400px);
	}
	.gs_cp-form-wrap{
		width: 400px;
	}
    .gs_cp-sidebar{
		width: 400px;
		margin: -420px 0 0 0; padding: 0 0 60px;
	}

}
@media screen and (min-width: 1640px){

	.gs_cp-marketing-wrap{
		max-width: 1600px;
	}

	.gs_cp-contact-option{
		padding: 186px 0 0;
		margin: 0 24px;
	}
	.gs_cp-contact-option:before{
		width: 186px;
		height: 186px;
		background-size: auto;
		left: calc(50% - 93px);
	}
	.gs_cp-contact-option:nth-of-type(2):before{ background-position: left -190px top; }
	.gs_cp-contact-option:nth-of-type(3):before{ background-position: left -380px top; }
	.gs_cp-contact-option span{
		padding: 20px 0 20px;
	}
	.gs_cp-contact-option a{
		font-size: 18px;
		padding: 5px 67px 4px;
	}
	.gs_cp-form-wrap{
		top: 41px;
		right: 0;
		width: 400px;
	}
	.gs_cp-form-title em { font-size: 23px; }

	.gs_cp-form input,
	.gs_cp-form textarea{ font-size: 18px; }

	.gs_cp-content{
		margin: 0 auto;
		max-width: 1600px;
	}

	.gs_cp-help-btn{
		margin: 60px auto 0;
		font-size: 28px;
		min-width: 500px;
		padding: 17px 40px 17px 125px;
	}
	.gs_cp-help-btn:before{
		width: 66px;
		height: 54px;
		left: 40px;
	}

}

/*Modal form*/
.gs_modal-form_backdrop {
	background: rgba(0,0,0,0.9);
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.gs_modal-form {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
.gs_mf-wrap{
	margin: 0 auto;
	position: relative;
	width: 300px;
	overflow: hidden;
}
.gs_modal-form .gs_cp-form-wrap{
	position: relative;
	top: 0;
	left: 0;
}
.gs_modal-form .gs_cp-form-wrap{
	position: relative;
	box-sizing: border-box;
	width: 100%;
}
.gs_mf-link-close{
	cursor: pointer;
	position: absolute;
	display: block;
	font-size: 30px;
	top: 5px;
	right: 10px;
	color: #FF8200;
	z-index: 99;
	line-height: 1;
	transition: opacity 250ms ease;
}
.gs_mf-link-close:hover {
	color: #000;
	opacity: 0.8;
	text-decoration: none !important;
}
@media screen and (min-width: 1120px){
	.gs_mf-wrap{
		margin: 30px auto 0;
		width: 500px;
	}
	.gs_mf-link-close{
		font-size: 40px;
		top: 10px;
		right: 20px;
	}
}