.ht-intro-split {
  padding: var(--ht-intro-padding, 0);
}
.ht-intro-split__row {
  align-items: center;
  row-gap: 28px;
}
.ht-intro-split--valign-top .ht-intro-split__row {
  align-items: flex-start;
}
.ht-intro-split--valign-bottom .ht-intro-split__row {
  align-items: flex-end;
}
.ht-intro-split__content {
  max-width: 620px;
}
.ht-intro-split__heading {
  color: inherit;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 18px;
  position: relative;
}
.ht-intro-split__heading::after {
  background-color: var(--primary-color, currentColor);
  content: "";
  display: block;
  height: 2px;
  margin-top: 14px;
  width: 72px;
}
.ht-intro-split__body {
  font-size: 1rem;
  line-height: 1.8;
}
.ht-intro-split__body p:last-child {
  margin-bottom: 0;
}
.ht-intro-split__button {
  margin: 24px 0 0;
}
.ht-intro-split__media {
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(41, 28, 12, 0.12), 0 3px 10px rgba(41, 28, 12, 0.08);
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  width: 100%;
}
.ht-intro-split__media:hover {
  box-shadow: 0 18px 40px rgba(41, 28, 12, 0.16), 0 5px 14px rgba(41, 28, 12, 0.1);
  transform: translateY(-2px);
}
.ht-intro-split__media--ratio-3-2 {
  aspect-ratio: 3/2;
}
.ht-intro-split__media--ratio-4-3 {
  aspect-ratio: 4/3;
}
.ht-intro-split__media--ratio-16-9 {
  aspect-ratio: 16/9;
}
.ht-intro-split__media--ratio-square {
  aspect-ratio: 1/1;
}
.ht-intro-split__media--ratio-auto {
  aspect-ratio: auto;
}
.ht-intro-split__media--ratio-auto .ht-intro-split__image {
  height: auto;
  object-fit: contain;
}
.ht-intro-split__image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.ht-intro-split--image-left .ht-intro-split__image-col {
  order: 1;
}
.ht-intro-split--image-left .ht-intro-split__text-col {
  order: 2;
}
.ht-intro-split--image-right .ht-intro-split__text-col {
  order: 1;
}
.ht-intro-split--image-right .ht-intro-split__image-col {
  order: 2;
}

@media only screen and (max-width: 849px) {
  .ht-intro-split__heading {
    font-size: 1.65rem;
  }
  .ht-intro-split__content {
    max-width: none;
  }
}
.ht-footer-social {
  --ht-footer-social-size: 30px;
  --ht-footer-social-icon-size: 14px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.ht-footer-social--align-left {
  justify-content: flex-start;
}
.ht-footer-social--align-center {
  justify-content: center;
}
.ht-footer-social--align-right {
  justify-content: flex-end;
}
.ht-footer-social--size-medium {
  --ht-footer-social-size: 36px;
  --ht-footer-social-icon-size: 17px;
}
.ht-footer-social__link {
  align-items: center;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  height: var(--ht-footer-social-size);
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
  width: var(--ht-footer-social-size);
}
.ht-footer-social__link:hover, .ht-footer-social__link:focus {
  color: #fff;
  transform: translateY(-2px);
}
.ht-footer-social__icon {
  align-items: center;
  display: inline-flex;
  height: var(--ht-footer-social-icon-size);
  justify-content: center;
  width: var(--ht-footer-social-icon-size);
}
.ht-footer-social__icon i {
  font-size: var(--ht-footer-social-icon-size);
  line-height: 1;
}
.ht-footer-social__icon svg {
  display: block;
  fill: currentColor;
  height: var(--ht-footer-social-icon-size);
  width: var(--ht-footer-social-icon-size);
}
.ht-footer-social--style-soft .ht-footer-social__link {
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.ht-footer-social--style-soft .ht-footer-social__link:hover, .ht-footer-social--style-soft .ht-footer-social__link:focus {
  background-color: var(--primary-color, #a56b07);
  border-color: var(--primary-color, #a56b07);
}
.ht-footer-social--style-outline .ht-footer-social__link {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.34);
}
.ht-footer-social--style-outline .ht-footer-social__link:hover, .ht-footer-social--style-outline .ht-footer-social__link:focus {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}
.ht-footer-social--style-plain {
  gap: 12px;
}
.ht-footer-social--style-plain .ht-footer-social__link {
  background-color: transparent;
  border: 0;
  height: auto;
  width: auto;
}
.ht-footer-social--style-plain .ht-footer-social__link:hover, .ht-footer-social--style-plain .ht-footer-social__link:focus {
  color: var(--primary-color, #d0922c);
}
.ht-footer-social__empty {
  border: 1px dashed rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.3;
  padding: 7px 12px;
}

/*# sourceMappingURL=ux-builder-elements.css.map */
