<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.elementor-9457 .elementor-element.elementor-element-2a647ee{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:080px;--margin-bottom:90px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9457 .elementor-element.elementor-element-50128c5{--display:flex;--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--justify-content:flex-end;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9457 .elementor-element.elementor-element-4e3d3d4 &gt; .elementor-widget-container{margin:0% 0% 0% 0%;padding:0px 0px 0px 0px;}.elementor-9457 .elementor-element.elementor-element-4e3d3d4{text-align:center;}.elementor-9457 .elementor-element.elementor-element-4e3d3d4 img{width:90%;}.elementor-9457 .elementor-element.elementor-element-e518544{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:40px;--padding-right:81px;}.elementor-9457 .elementor-element.elementor-element-64afb25 .elementor-heading-title{font-family:"GT Super", Sans-serif;font-size:47px;font-weight:900;color:#000000;}.elementor-9457 .elementor-element.elementor-element-fb07095{--spacer-size:19px;}.elementor-9457 .elementor-element.elementor-element-e5a3d6f &gt; .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-9457 .elementor-element.elementor-element-e5a3d6f{text-align:left;}.elementor-9457 .elementor-element.elementor-element-e5a3d6f .elementor-heading-title{font-family:"Apercu", Sans-serif;font-size:18px;font-weight:500;line-height:28px;letter-spacing:0.3px;color:#000000;}.elementor-9457 .elementor-element.elementor-element-5fd0793{--spacer-size:46px;}.elementor-9457 .elementor-element.elementor-element-f703a68{--spacer-size:30px;}body.elementor-page-9457{margin:0px 0px 0px 0px;}@media(min-width:768px){.elementor-9457 .elementor-element.elementor-element-50128c5{--width:48%;}.elementor-9457 .elementor-element.elementor-element-e518544{--width:50%;}}@media(max-width:767px){.elementor-9457 .elementor-element.elementor-element-2a647ee{--margin-top:020px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9457 .elementor-element.elementor-element-e518544{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-9457 .elementor-element.elementor-element-64afb25 .elementor-heading-title{font-size:32px;}.elementor-9457 .elementor-element.elementor-element-e5a3d6f .elementor-heading-title{font-size:16px;}}/* Start custom CSS for html, class: .elementor-element-ea677d1 *//* General form wrapper */
.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form input[type="password"],
.styled-form input[type="search"],
.styled-form input[type="date"],
.styled-form textarea,
.styled-form select {
  width: 100%;
  padding: 14px 16px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 8px !important;
  font-family: 'Apercu', sans-serif;
  box-shadow: 3px 3px 0 #b3e4c5; /* soft green shadow */
  outline: none;
  transition: all 0.2s ease-in-out;
  font-family: inherit;
  background-color: white;
}

/* Adjust textarea height */
.styled-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* Placeholder style */
.styled-form ::placeholder {
  color: #999;
}

/* Spacing between form fields */
.styled-form input,
.styled-form textarea {
  margin-bottom: 20px;
  box-sizing: border-box;
}

/* Optional: Focus effect */
.styled-form input:focus,
.styled-form textarea:focus {
  border-color: #89d4aa;
  box-shadow: 3px 3px 0 #89d4aa;
}

/* Remove bullets and padding from checkbox list */
.styled-form ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* Ensure list items align vertically */
.styled-form li {
  margin-bottom: 14px;
}

/* Align checkbox and label text side by side */
.styled-form li label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Apercu', sans-serif;
  font-size: 14px;
  color: #000;
}

/* Style the checkbox */
.styled-form input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  box-shadow: 2px 2px 0 #b3e4c5;
  position: relative;
  cursor: pointer;
  margin: 0;
}

/* Checked state */
.styled-form input[type="checkbox"]:checked {
  background-color: #89d4aa;
  border-color: #89d4aa;
  box-shadow: 2px 2px 0 #89d4aa;
}

.styled-form p,
.styled-form .hs-fieldtype-checkbox &gt; label {
  font-family: 'Apercu', sans-serif;
  font-size: 18px;
  color: #000;
  margin-top: 20px;  
  margin-bottom: 10px;
  display: block;
}

/* Optional checkmark */
.styled-form input[type="checkbox"]:checked::after {
  content: "âœ“";
  color: white;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 4px;
}

input[type=submit] {
  background-color: #000 !important;
  color: white;
  font-weight: 500;
  padding: 18px 24px;
  border: none;
  border-radius: 15px !important;
  box-shadow: 6px 6px 0 #a9e6bd; /* soft green shadow */
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
    margin-top: 24px;

}

input[type=submit]:hover {
  transform: translate(-2px, -2px);
    background-color: #a9e6bd !important;
    color: #000;
  box-shadow: 8px 8px 0 #000;
}

.styled-form .submitted-message,
.styled-form .hs-form__thank-you {
  font-size: 20px !important;
  font-weight: 500;
  color: #0cb251 !important;
}/* End custom CSS */
/* Start custom CSS for spacer, class: .elementor-element-f703a68 */&lt;style&gt;
/* General form wrapper */
.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form input[type="password"],
.styled-form input[type="search"],
.styled-form input[type="date"],
.styled-form textarea,
.styled-form select  {
  width: 100%;
  padding: 14px 16px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 3px 3px 0 #b3e4c5; /* soft green shadow */
  outline: none;
  transition: all 0.2s ease-in-out;
  font-family: inherit;
  background-color: white;
}

/* Adjust textarea height */
.styled-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* Placeholder style */
.styled-form ::placeholder {
  color: #999;
}

/* Spacing between form fields */
.styled-form input,
.styled-form textarea {
  margin-bottom: 20px;
  box-sizing: border-box;
}

/* Optional: Focus effect */
.styled-form input:focus,
.styled-form textarea:focus {
  border-color: #89d4aa;
  box-shadow: 3px 3px 0 #89d4aa;
}
&lt;/style&gt;/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'GT Super';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Black.woff2') format('woff2'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Black.woff') format('woff'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'GT Super';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Bold.woff2') format('woff2'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Bold.woff') format('woff'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'GT Super';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Medium.woff2') format('woff2'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Medium.woff') format('woff'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'GT Super';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Regular.woff2') format('woff2'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Regular.woff') format('woff'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'GT Super';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Book.woff2') format('woff2'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Book.woff') format('woff'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Book.ttf') format('truetype');
}
@font-face {
	font-family: 'GT Super';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Black-Italic.woff2') format('woff2'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Black-Italic.woff') format('woff'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Black-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'GT Super';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Bold-Italic.woff2') format('woff2'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Bold-Italic.woff') format('woff'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Bold-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'GT Super';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Medium-Italic.woff2') format('woff2'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Medium-Italic.woff') format('woff'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Medium-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'GT Super';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Regular-Italic.woff2') format('woff2'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Regular-Italic.woff') format('woff'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Regular-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'GT Super';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Book-Italic.woff2') format('woff2'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Book-Italic.woff') format('woff'),
		url('https://material-exchange.com/wp-content/uploads/2025/04/GT-Super-Text-Book-Italic.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Apercu';
	font-display: auto;
	src: url('https://material-exchange.com/wp-content/uploads/2025/03/apercu-variable-proportional-pro.ttf') format('truetype');
}
/* End Custom Fonts CSS */</pre></body></html>