<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Footer Contactus component Starts */
.contact-content .is-Inactive,
.contact-form-wrapper,
.thankyou-wrapper { display: none;}
.contact-form-wrapper.is-active,
.thankyou-wrapper.is-active { display: block;}
.contactWrapper .contact-image img {
  width: 50%;
  height: auto;
}
.contact-data ul li a {
  font-size: 1.125em;
    font-weight: 300;
}
.contact-stack .contact-form-text .contact-fullName {
  font-size: 1.625em;
  font-weight: 700;
  line-height: 1.333rem;
}
.contact-stack .contact-form-text .contact-function {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.077em;
}
.contact-stack .contact-form-text {
  margin: 1.5rem 0;
  padding-top: 0;
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.contact-stack .contact-data {
  margin: 1em 0;
}
.contact-stack .contact-data&gt;li {
  margin-bottom: .5em;
}

.contact-stack .contact-data li a .icon{
  display: inline-block;
  background-color: #fff;
  width: 2.5em;
  height: 2.5em;
  margin-right: 1em;
  text-align: center;
  color: #333;
  line-height: 2.7em;
  font-size: 1.125em;
  font-weight: 300;
}
.contact-stack .contact-data li a:hover .icon{
	color:#09f;
}
.icon-mail:before {
  content: "'";
}
.icon-phone:before {
  content: "&amp;";
}
.icon-linkedin:before{
  content: "$";
}

.checklist--check li::before {
    font-size: .75em;
    margin-right: .5em;
}
.icon-check:before, .checklist--check li:before {
    color: #09f;
}
.contact-stack .contact-form-wrapper input[type=text], 
.contact-stack .contact-form-wrapper textarea {
  border: none;
  margin-bottom: .5em;
  width: 100%;
}
.contact-stack .contact-form-wrapper {
  opacity: 1;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #09f;
  padding: 0;
  z-index: 40;
  display: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-stack .contact-form-wrapper, 
.contact-stack .thankyou-wrapper {
  position: absolute;
  top: -0;
  left: 0;
  padding: 1em;
  width: 100%;
  height: 100%;
}
.contact-stack .contact-form-wrapper.is-active {
  display: block;
  top: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-stack .contact-form-wrapper .button-contact-submit {
  float: right;
  padding: .1rem 1.2rem;
  font-size: 1.125em;
}
.contact-stack .contact-form-wrapper .form-control {
  border-radius: 0px;
}
.contact-stack .contact-form-wrapper .error {
  background: #fadbdb;
  color: #cd332c;
}
.contact-stack .contact-form-wrapper .button-contactcard-submit{
    background-color: #fff;
    color: #09f;
    background-color: #0a85d6;
    color: #fff;
    float: right;
    line-height: 1.5;
    font-size: 1.125em;
    padding: .2em 1.2em;
    max-width: 130px;
    min-width: auto;
}
.contact-stack .contact-form-wrapper .button-contactcard-submit:hover{
    background-color: #fff;
    color: #09f;
}
/* Footer Contactus component ends */</pre></body></html>