.elementor-38 .elementor-element.elementor-element-8726059{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8025881 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #efede9;
  font-family: Arial, Helvetica, sans-serif;
  color: #111;
}

.page {
  width: 100%;
  padding: 30px 40px 50px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px 14px;
  border-bottom: 1px solid #222;
}

.top-link {
  font-size: 16px;
  color: #111;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.top-link:hover {
  opacity: 0.7;
}

.hero {
  text-align: center;
  padding-top: 60px;
}

.hero h1 {
  font-size: 72px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.hero p {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 60px;
}

.hero-image {
  max-width: 1280px;
  margin: 0 auto;
}

.hero-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}/* End custom CSS */