<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*   
	Theme Name:        Elementor Hello Theme
	Theme URI:         https://elementor.com
	Description:       A sample theme for Elementor.
	Author:            Elementor Team
	Author URI:        https://elementor.com
	Version:           1.0
	Stable tag:        1.0
	Requires at least: 4.9
	Tested up to:      4.9
	License:           GNU General Public License v3 or later.
	License URI:       https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain:       elementor-hello-theme
*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/*********************************************************
  Input Styles
*********************************************************/
fieldset {
  margin: 0;
  padding: 0;
  border: none; }

label,
.form &gt; .form__label {
  display: block;
  margin-bottom: 0.2rem; }

input,
textarea,
select {
  display: inline-block;
  width: 100%;
  height: 52px !important;
  margin-bottom: 0.9375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-family: inherit;
  font-size: 0.9375rem;
  line-height: 1;
  border: 1px solid rgba(112, 112, 112, 0.25);
  border-radius: 0;
  outline: none;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out; }
  input:focus, input:active,
  textarea:focus,
  textarea:active,
  select:focus,
  select:active {
    border-color: #333; }

textarea {
  max-width: 100%;
  padding-top: 1.25rem;
  min-height: 5.625rem; }

textarea.wpcf7-textarea {
  padding-top: 1.25rem!important; }

.contact-form {
  width: 100%; }
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    width: 100% !important;
    border-radius: 0; }
  .contact-form select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative; }
    .contact-form select:before {
      content: "f0d7";
      position: absolute;
      left: 5px; }
  .contact-form .btn-contact {
    border: 0; }

.contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 769px) {
    .contact-form__row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .contact-form__row--end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .contact-form__row--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.contact-form__row div:not(:last-child) {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.contact-form__col {
  width: 100%; }

.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  margin: 0.9375rem 0; }
  .wpcf7-radio .wpcf7-list-item label,
  .wpcf7-checkbox .wpcf7-list-item label {
    display: inline-block; }
    .wpcf7-radio .wpcf7-list-item label input[type="radio"],
    .wpcf7-radio .wpcf7-list-item label input[type="checkbox"],
    .wpcf7-checkbox .wpcf7-list-item label input[type="radio"],
    .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] {
      display: none; }
    .wpcf7-radio .wpcf7-list-item label input[type="radio"] + span,
    .wpcf7-radio .wpcf7-list-item label input[type="checkbox"] + span,
    .wpcf7-checkbox .wpcf7-list-item label input[type="radio"] + span,
    .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] + span {
      display: inline-block;
      cursor: pointer;
      margin-right: 10px;
      padding: 10px 20px;
      font-size: 1rem;
      line-height: 1;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: .25rem;
      -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; }
    .wpcf7-radio .wpcf7-list-item label input[type="radio"]:checked + span,
    .wpcf7-radio .wpcf7-list-item label input[type="checkbox"]:checked + span,
    .wpcf7-checkbox .wpcf7-list-item label input[type="radio"]:checked + span,
    .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"]:checked + span {
      cursor: pointer;
      border: 1px solid #fff;
      background: #333;
      color: white; }

.wpcf7-response-output {
  font-size: 20px; }
</pre></body></html>