<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #Breakpoints
================================================== */
body.estimate-form {
  background-color: #091013;
}

body.estimate-form #estimate_form {
  min-height: calc(100vh - 235px);
}

body.estimate-form #close_estimate {
  display: none;
}

.errors {
  color: red;
}

#slideout_estimate_form {
  background-color: #10181c;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  transform: translateX(-120%);
  transition: transform 0.22s linear;
  height: 100%;
  overflow: auto;
}

#slideout_estimate_form.open {
  transform: none;
  box-shadow: 100px -10px 200px 0 rgba(0, 0, 0, 0.5);
}

#slideout_estimate_form .form-wrap {
  max-width: 1060px;
  margin: 0 auto;
  padding-top: 100px;
}

#estimate_form {
  padding: 40px;
  position: relative;
}

#estimate_form button[type="submit"] {
  padding: 30px 20px;
  background-color: #F4CF52;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #10181c;
  flex: 0 1 300px;
  margin-top: 30px;
  height: 80px;
  margin-left: auto;
}

#estimate_form h2 {
  color: #d8d8d8;
}

#estimate_form .close-quote {
  opacity: 1;
  position: absolute;
  top: 82px;
  right: 2em;
}

#estimate_form .close-quote span {
  background: #8baab9;
  transition: background 0.22s linear;
}

#estimate_form .close-quote:hover {
  cursor: pointer;
}

#estimate_form .close-quote:hover span {
  background: #fff;
}

#estimate_form .file-field.full,
#estimate_form .select-field.full,
#estimate_form .ffl-wrapper.full {
  margin-top: 30px;
}

#estimate_form .file-field.full + .full,
#estimate_form .select-field.full + .full,
#estimate_form .ffl-wrapper.full + .full {
  margin-top: -4px;
}

#estimate_form .file-field.full + .full input,
#estimate_form .file-field.full + .full textarea,
#estimate_form .file-field.full + .full .select2-container .select2-selection--single,
#estimate_form .select-field.full + .full input,
#estimate_form .select-field.full + .full textarea,
#estimate_form .select-field.full + .full .select2-container .select2-selection--single,
#estimate_form .ffl-wrapper.full + .full input,
#estimate_form .ffl-wrapper.full + .full textarea,
#estimate_form .ffl-wrapper.full + .full .select2-container .select2-selection--single {
  border-top: transparent;
}

#estimate_form .file-field.full + .half,
#estimate_form .select-field.full + .half,
#estimate_form .ffl-wrapper.full + .half {
  margin-top: 30px;
}

#estimate_form .file-field.half,
#estimate_form .select-field.half,
#estimate_form .ffl-wrapper.half {
  flex-basis: calc(50% - 20px);
  max-width: calc(50% - 20px);
}

#estimate_form .file-field.half + .half:nth-child(n + 3) input,
#estimate_form .file-field.half + .half:nth-child(n + 3) textarea,
#estimate_form .file-field.half + .half:nth-child(n + 3) .select2-container .select2-selection--single,
#estimate_form .select-field.half + .half:nth-child(n + 3) input,
#estimate_form .select-field.half + .half:nth-child(n + 3) textarea,
#estimate_form .select-field.half + .half:nth-child(n + 3) .select2-container .select2-selection--single,
#estimate_form .ffl-wrapper.half + .half:nth-child(n + 3) input,
#estimate_form .ffl-wrapper.half + .half:nth-child(n + 3) textarea,
#estimate_form .ffl-wrapper.half + .half:nth-child(n + 3) .select2-container .select2-selection--single {
  border-top: transparent;
}

#estimate_form .file-field.third,
#estimate_form .select-field.third,
#estimate_form .ffl-wrapper.third {
  flex-basis: calc(33% - 20px);
  max-width: calc(33% - 20px);
}

#estimate_form .fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-basis: 100%;
  overflow: hidden;
}

#estimate_form .file-field {
  display: flex;
  color: #d8d8d8;
  align-items: center;
  margin-top: 10px !important;
}

#estimate_form .file-field label {
  border: #d8d8d8 solid 1px;
  padding: 20px;
  cursor: pointer;
}

#estimate_form .file-field input {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  padding: 0;
}

#estimate_form .file-field .help-text {
  padding: 0 20px;
  font-size: 18px;
  line-height: 18px;
}

#estimate_form .file-field .file-name:not(:empty) + .help-text-content {
  display: none;
}

#estimate_form .select-field,
#estimate_form .ffl-wrapper {
  position: relative;
  display: block;
  padding-top: 0px;
  flex-basis: 100%;
}

#estimate_form .select-field .ffl-label,
#estimate_form .ffl-wrapper .ffl-label {
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  position: absolute;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  pointer-events: none;
  top: 38px;
}

#estimate_form .select-field.ffl-floated .ffl-label,
#estimate_form .ffl-wrapper.ffl-floated .ffl-label {
  top: 0;
}

#estimate_form .select-field.ffl-floated .ffl-label,
#estimate_form .ffl-wrapper.ffl-floated .ffl-label {
  top: 15px;
  left: 20px;
  font-size: 11px;
  color: #8baab9;
}

#estimate_form label {
  color: #d8d8d8;
  font-family: aileron, sans-serif;
  font-size: 14px;
  line-height: 14px;
  left: 20px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

@-webkit-keyframes autofill {
  to {
    color: #d8d8d8;
    background: transparent;
  }
}

#estimate_form textarea,
#estimate_form input {
  background: transparent;
  border: #2D414B solid 1px;
  padding: 40px 20px 20px;
  color: #fff;
  width: 100%;
  height: 100%;
  font-family: aileron, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  resize: none;
}

#estimate_form textarea:-webkit-autofill,
#estimate_form input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

#estimate_form textarea:active, #estimate_form textarea:focus,
#estimate_form input:active,
#estimate_form input:focus {
  position: relative;
  border-color: transparent;
  outline: #d8d8d8 solid 3px;
  z-index: 1;
}

#estimate_form .select-field {
  display: flex;
  flex-direction: column;
  border: #2D414B solid 1px;
  padding: 20px 20px 0;
}

#estimate_form .select-field label {
  padding-bottom: 8px;
}

#estimate_form .g-recaptcha {
  margin-top: 30px;
  flex-basis: calc(33% - 20px);
  max-width: calc(33% - 20px);
}

#estimate_form .g-recaptcha &gt; div {
  margin: 0 auto;
}

/**************
  Campaign Modal
***************/
.campaign-modal {
  background: #000;
  padding: 30px;
}

.campaign-header {
  color: #fff;
}

.campaign-lead {
  color: #fff;
}

.thank-you-landing {
  background-color: #091013;
}

.thank-you-landing .flex-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.thank-you-landing .landing-copy {
  text-align: center;
  color: #fff;
  margin: 60px 0;
  max-width: 500px;
}

.thank-you-landing .landing-copy p {
  color: #fff;
}

.thank-you-landing h2 {
  color: #fff;
  margin: 0 0 30px;
}

.thank-you-landing .btn {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
  max-width: 300px;
  width: 100%;
  background-color: #F4CF52;
  color: #fff;
  border: none;
}

.thank-you-landing .btn:hover {
  color: #091013;
}

/**************
  light theme
***************/
@-webkit-keyframes lightautofill {
  to {
    color: #091013;
    background: transparent;
  }
}

.light-theme #estimate_form {
  min-height: calc(100vh - 235px);
}

.light-theme #estimate_form h2 {
  color: #091013;
}

.light-theme #estimate_form label {
  color: #091013;
}

.light-theme #estimate_form .file-field label {
  border-color: #091013;
}

.light-theme #estimate_form .file-field .help-text {
  color: #091013;
}

.light-theme #estimate_form .select-field .select2-container.select2-container--focus .select2-selection--single {
  outline-color: #F4CF52;
}

.light-theme #estimate_form textarea,
.light-theme #estimate_form input {
  color: #091013;
}

.light-theme #estimate_form textarea:-webkit-autofill,
.light-theme #estimate_form input:-webkit-autofill {
  -webkit-animation-name: lightautofill;
  -webkit-animation-fill-mode: both;
}

.light-theme #estimate_form textarea:active, .light-theme #estimate_form textarea:focus,
.light-theme #estimate_form input:active,
.light-theme #estimate_form input:focus {
  outline: #F4CF52 solid 3px;
}

.campaign-modal {
  background: #000;
  padding: 30px;
}

.campaign-header {
  color: #fff;
}

.campaign-lead {
  color: #fff;
}

@media (max-width: 1080px) {
  #estimate_form .file-field {
    flex-wrap: wrap;
  }
  #estimate_form .file-field .help-text {
    padding-left: 40px;
    padding-top: 20px;
  }
}

@media (max-width: 769px) {
  #estimate_form .file-field {
    flex-direction: column;
  }
  #estimate_form .file-field .help-text {
    padding: 20px;
  }
}

/***************
  TABLET DOWN
***************/
@media (max-width: 769px) {
  #slideout_estimate_form {
    display: none;
  }
  #estimate_form {
    padding: 20px;
  }
  #estimate_form .select-field.full,
#estimate_form .ffl-wrapper.full,
#estimate_form .select-field.half,
#estimate_form .file-field.half,
#estimate_form .ffl-wrapper.half {
    flex-basis: 100%;
    max-width: none;
    min-height: 81px;
  }
  #estimate_form button[type="submit"] {
    flex-basis: 100%;
  }
}

html * {
  box-sizing: border-box;
}

.header-content {
  width: 100%;
  height: 659px;
  background-size: cover;
}

.header-content .gradient-overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(359.3deg, #10181C 0.75%, rgba(16, 24, 28, 0) 99.55%);
}

.header-content .gradient-overlay img.logo {
  width: 438px;
  height: 438px;
  margin-top: 25px;
}

.header-content .gradient-overlay h1 {
  font-family: aileron, sans-serif;
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  color: #fff;
  margin: 22px 0 66px 0;
}

.promo-content {
  width: 100%;
  height: 542px;
  background-size: cover;
}

.promo-content #promo-anchor {
  position: relative;
  bottom: 148px;
}

.promo-content .gradient-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  background: linear-gradient(357.56deg, #F0F0F0 54.95%, rgba(240, 240, 240, 0) 98.42%);
}

.promo-content .gradient-overlay h2 {
  font-family: aileron, sans-serif;
  font-weight: bold;
  font-size: 36px;
  width: 537px;
  text-align: center;
}

.promo-content .gradient-overlay p {
  font-family: aileron, sans-serif;
  font-size: 18px;
  max-width: 794px;
  padding: 0 20px;
  line-height: 30px;
  text-align: center;
}

.promo-content .gradient-overlay .blue-btn {
  margin-bottom: 80px;
}

.form-embed {
  background-color: #10181c;
  padding: 0 100px;
}

.form-embed #form-anchor {
  position: relative;
  bottom: 175px;
}
</pre></body></html>