<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ic-popupRequest,
#ic-popupMailing {
	display: none;
	position: fixed;
	width: 100%;
  height: 100%;
  z-index: 1000000;
  top: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
}
#ic-popupRequest.ic-landingRequest {
  display: block
}
#ic-popupIMG,
#ic-mailingIMG {
  background-color: black;
  position: absolute;
  width: 58%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#ic-reqPopup,
#ic-mailingPopup {
	position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  background-color: #f7f7f7;
  height: 100%;
  padding: 10px 50px;
}
#ic-mailingPopup {
	padding: 0
}
#ic-reqPopup {
	overflow-y: auto;
}
#ic-reqPopup .wide-request {
	border: none;
  background: transparent;
  box-shadow: none;
  padding: 20px 0
}
#ic-mailingPopup &gt; iframe {
	width: 100% !important;
	height: 100% !important
}

#ic-requestBTN,
#ic-mailingBTN {
	background-color: #e8e8e8; 
	border: solid 1px #5b5b5b; 
	color: #5b5b5b; 
	display: block; 
	margin: 20px auto 0;
	padding: 8px 10px; 
	text-shadow: none;
}

.ic-popupClose {
	display: block;
	position: absolute;
	z-index: 100;
	top: 20px;
	left: 20px;
	color: #fff;
	cursor: pointer;
}
.ic-popupClose:hover &gt; span {
	color: #333;
}
.ic-popupClose:hover &gt; i,
.ic-popupClose:hover &gt; i:before,
.ic-popupClose:hover &gt; i:after {
	background-color: #333
}
.ic-popupClose &gt; span {
	display: inline-block;
	vertical-align: middle;
}
.ic-popupClose &gt; i {
	display: inline-block;
	vertical-align: middle;
  position: relative;
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin-right: 6px;
}
.ic-popupClose &gt; i:before {
  content: '';
  position: absolute;
  left: -3px;
  top: 3px;
  width: 10px;
  height: 3px;
  background-color: #fff;
  transform: rotate(48deg);
  -webkit-transform: rotate(48deg);
  -moz-transform: rotate(48deg);
  -o-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
}
.ic-popupClose &gt; i:after {
	content: '';
  position: absolute;
  left: -3px;
  top: -3px;
  width: 10px;
  height: 3px;
  background-color: #fff;
  transform: rotate(-48deg);
  -webkit-transform: rotate(-48deg);
  -moz-transform: rotate(-48deg);
  -o-transform: rotate(-48deg);
  -ms-transform: rotate(-48deg);
}

.ic-field {
	overflow-y: hidden;
}
.ic-field label {
	float: left;
	width: 18%
}
.ic-field input,
.ic-field textarea {
	float: right;
	width: 80%
}
.ic-field .errorMsg,
#ic-popupRequest .privacy .errorMsg {
  clear: both;
	color: #fff;
  background: #f28686
}

#ic-popupRequest .request .g-recaptcha {
  margin: 10px 0 0;
}
#ic-popupRequest .captcha {
  float: right;
  height: auto;
  position: relative;
  z-index: 1
}
#ic-valuationBTN {
  display: block;
  margin: 0 auto;
  padding: 8px 18px
}

.fields .captcha {
  height: 60px
}
.side-contact .g-recaptcha {
  transform:scale(0.7);
  -webkit-transform:scale(0.7);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;
  max-width: none;
}
.side-contact .privacy a {
    color: #fff;
    text-decoration: underline;
}
.side-contact.side-form-request .captcha,
.side-form-contact .captcha {
  height: 100px
}

/* Responsive */
	@media only screen and (max-width: 1350px) {
    #ic-popupRequest .captcha,
		#ic-popupRequest .request .g-recaptcha {float: none;}
	}
  @media only screen and (max-width: 1030px) {
  	#ic-reqPopup,
  	#ic-mailingPopup {width: 46%}
  	#ic-popupRequest &gt; article, 
		#ic-popupMailing &gt; article {width: 54%}
		#ic-reqPopup {padding: 10px 20px}
  }
  @media only screen and (max-width: 850px) {
  	#ic-popupRequest, 
  	#ic-popupMailing {overflow-y: auto;}
  	#ic-popupRequest &gt; article, 
  	#ic-popupMailing &gt; article {width: 54%;float: none;width: 100%;height: 340px;position: relative;top: auto;left: auto;right: auto;}
  	#ic-reqPopup, 
  	#ic-mailingPopup {width: 100%; height: auto;float: none;position: relative;top: auto;left: auto;right: auto;}
  	#ic-reqPopup {padding-bottom: 200px}
  	#ic-mailingPopup &gt; iframe {width: 100% !important;height: 1500px !important;margin: 0 !important;}
  }
  @media only screen and (max-width: 500px) {
  	#ic-popupRequest &gt; article, 
  	#ic-popupMailing &gt; article {height: 220px}
  	.ic-field input, 
  	.ic-field textarea{width: 75%}
  	.ic-field label {width: 24%}
    .fields .captcha {height: 100px}
    .g-recaptcha {transform:scale(0.7);-webkit-transform:scale(0.7);transform-origin:0 0;-webkit-transform-origin:0 0;}
  }

</pre></body></html>