body {
  /* PAGE HEADER */
  /* LINKS */
  /* BUTTONS */
  /* SHARE BUTTONS */
  /* FOOTERS */
}
body .curvy-header > .elementor-element {
  background-repeat: no-repeat;
  background-size: cover;
}
body .elementor a.link-primary {
  transition-duration: 0.3s;
  transition-property: transform;
}
body .elementor a.link-primary:hover {
  transform: translateY(-2px);
  color: var(--e-global-color-accent);
}
body .elementor-button, body .btn.btn-primary {
  background-color: var(--e-global-color-accent);
  padding: 16px 24px;
  /*padding: 8px 24px;
  gap: 16px;
  height: 56px;*/
}
body .elementor-button .elementor-button-content-wrapper, body .btn.btn-primary .elementor-button-content-wrapper {
  gap: 16px;
}
body .elementor-button .elementor-button-text, body .btn.btn-primary .elementor-button-text {
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body .elementor-share-btn {
  border: 1px solid var(--e-global-color-43b402e);
}
body .elementor-location-footer {
  position: relative;
  z-index: 999;
}/*# sourceMappingURL=main.css.map */