<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #111;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

h1 {
  color: #111;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
}

.hero-section {
  margin-bottom: 120px;
  padding-top: 140px;
}

.container {
  width: 100%;
  max-width: 1100px;
  padding-left: 24px;
  padding-right: 24px;
}

.hero-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero-image {
  width: 100%;
  max-height: 800px;
}

.subtitle {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

.contact-information-wrapper {
  margin-top: 24px;
}

.contact-text-block {
  font-weight: 600;
}

.contact-information-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.form-block-section {
  align-items: center;
  width: 60%;
  padding: 68px 5%;
  display: flex;
  position: relative;
}

.form-image-cover {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-detail-wrapper {
  max-width: 230px;
}

.detail-text {
  color: #111;
  line-height: 32px;
  text-decoration: none;
}

.detail-text:hover {
  text-decoration: underline;
}

.contact-field-large {
  color: #000;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  min-height: 130px;
  margin-bottom: 24px;
  padding: 15px 20px 8px;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
}

.contact-field-large:hover {
  border-color: #000;
}

.contact-field-large:focus {
  border-color: #00866b;
}

.contact-field-large::placeholder {
  color: #71717a;
}

.contact-field {
  color: #000;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  min-height: 60px;
  margin-bottom: 24px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
}

.contact-field:hover {
  border-color: #000;
}

.contact-field:focus {
  border-color: #f97316;
}

.contact-field::placeholder {
  color: #71717a;
}

.form-image-overlay {
  background-image: linear-gradient(350deg, #fff, rgba(255, 255, 255, 0) 34%, rgba(255, 255, 255, 0));
  justify-content: flex-start;
  align-items: flex-end;
  padding: 72px 72px 20% 10%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-contact-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-top: 42px;
}

.form-icon {
  object-fit: contain;
  width: 46px;
  height: 46px;
  margin-right: 20px;
}

.form-icon.padding {
  padding: 4px;
}

.form-wrapper {
  max-width: 498px;
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  color: #fff;
  background-color: #522723;
  padding: 16px;
}

.contact-field-label {
  color: #1a1a1a;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.form-heading {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 58px;
  font-weight: 400;
  line-height: 72px;
}

.form-section {
  background-color: #ffdac6;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.contact-block {
  align-items: flex-start;
  display: flex;
}

.contact-form-block {
  margin-top: 60px;
}

.contact-form {
  margin-bottom: 0;
}

.form-body {
  font-size: 18px;
  line-height: 32px;
}

.contact-submit-button {
  color: #fff;
  background-color: #1a1a1a;
  border: 2px solid #1a1a1a;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}

.contact-submit-button:hover {
  color: #1a1a1a;
  background-color: #fff;
}

.success-message {
  color: #000;
  background-color: #fff;
  padding: 28px 16px;
}

.form-accent {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.form-image-section {
  width: 40%;
  min-height: 800px;
  position: relative;
}

.form-contact-title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}

.form-field-wrapper {
  margin-bottom: 20px;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
}

.profile-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.profile-image-wrapper-2 {
  position: relative;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.live-icon-chat {
  object-fit: contain;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  margin-right: 0;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 2px;
  bottom: auto;
  left: 2px;
  right: auto;
}

.live-icon.profile-live-icon {
  border: 1.5px solid #fff;
  width: 10px;
  height: 10px;
  top: auto;
  bottom: 3px;
  left: auto;
  right: 3px;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.close-livechat-icon {
  width: auto;
  height: auto;
}

.whatsapp-icon {
  width: 26px;
  height: auto;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.livechat-button {
  background-color: #00b94a;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.small-whatsapp-icon {
  object-fit: contain;
  width: auto;
  height: auto;
  margin-right: 10px;
}

.footer-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 42px;
  display: flex;
}

.footer-link {
  color: #111;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .subtitle {
    font-size: 28px;
  }

  .form-block-section {
    width: 100%;
  }

  .form-image-overlay {
    padding-bottom: 10%;
    padding-left: 5%;
  }

  .form-icon {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .form-section {
    background-image: none;
    flex-direction: column;
  }

  .contact-block {
    flex-flow: column;
    align-items: center;
  }

  .form-image-section {
    width: 100%;
  }

  .hero-content {
    text-align: center;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .footer-links {
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
  }

  .hero-section {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .subtitle {
    font-size: 24px;
  }

  .contact-submit-button {
    max-width: none;
  }

  .form-image-section {
    min-height: 700px;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-icon {
    width: 26px;
  }

  .whatsapp-container {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 0;
  }
}

#w-node-_15277186-36d0-2ad5-6a49-5576c9421b8b-c9421b79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


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