.huu-uib-hero-visual-split {
  padding-top: var(--huu-uib-section-padding-top, 80px);
  padding-bottom: var(--huu-uib-section-padding-bottom, 80px);
}

.huu-uib-hero-visual-split__card {
  width: 100%;
  max-width: var(--huu-uib-inner-max-width, 1240px);
  margin: 0 auto;
  padding: 0 var(--huu-uib-content-pad-x, 32px);
  background: transparent;
  border-radius: 28px;
  overflow: hidden;
}

.huu-uib-hero-visual-split__grid {
  display: grid;
  grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
  align-items: center;
  column-gap: 60px;
  row-gap: 60px;
}

.huu-uib-hero-visual-split__visual-col,
.huu-uib-hero-visual-split__content-col,
.huu-uib-hero-visual-split__content {
  min-width: 0;
}

.huu-uib-hero-visual-split__visual {
  width: 430px;
  max-width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 6px;
  background: #9b9b9d;
}

.huu-uib-hero-visual-split__image,
.huu-uib-hero-visual-split__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.huu-uib-hero-visual-split__image {
  max-width: none;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}

.huu-uib-hero-visual-split__placeholder {
  background: #9b9b9d;
}

.huu-uib-hero-visual-split__content {
  width: 100%;
  max-width: 530px;
}

.huu-uib-hero-visual-split__title {
  margin: 0;
  color: var(--huu-uib-color-heading, #111111);
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.huu-uib-hero-visual-split__title--h1 {
  font-size: var(--huu-uib-h1-size, 72px);
  font-weight: var(--huu-uib-h1-weight, 800);
}

.huu-uib-hero-visual-split__title--h2 {
  font-size: var(--huu-uib-h2-size, 54px);
  font-weight: var(--huu-uib-h2-weight, 700);
}

.huu-uib-hero-visual-split__title--h3 {
  font-size: var(--huu-uib-h3-size, 36px);
  font-weight: var(--huu-uib-h3-weight, 600);
}

.huu-uib-hero-visual-split__title--h4 {
  font-size: var(--huu-uib-h4-size, 28px);
  font-weight: var(--huu-uib-h4-weight, 600);
}

.huu-uib-hero-visual-split__title--h5 {
  font-size: var(--huu-uib-h5-size, 22px);
  font-weight: var(--huu-uib-h5-weight, 500);
}

.huu-uib-hero-visual-split__title--h6 {
  font-size: var(--huu-uib-h6-size, 18px);
  font-weight: var(--huu-uib-h6-weight, 500);
}

.huu-uib-hero-visual-split__description {
  margin-top: 24px;
  color: var(--huu-uib-color-text, #52607a);
  font-size: var(--huu-uib-text-lg-size, 18px);
  line-height: 1.55;
}

.huu-uib-hero-visual-split__description p {
  margin: 0;
}

.huu-uib-hero-visual-split__description p + p {
  margin-top: 1em;
}

.huu-uib-hero-visual-split__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.huu-uib-hero-visual-split__button,
.huu-uib-hero-visual-split__button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.huu-uib-hero-visual-split__button span,
.huu-uib-hero-visual-split__button:visited span {
  color: inherit;
}

.huu-uib-hero-visual-split__button:hover,
.huu-uib-hero-visual-split__button:focus {
  text-decoration: none;
  transform: translateY(-1px);
}

.huu-uib-hero-visual-split__button--primary,
.huu-uib-hero-visual-split__button--primary:visited {
  background: #007721;
  color: #ffffff;
}

.huu-uib-hero-visual-split__button--primary:hover,
.huu-uib-hero-visual-split__button--primary:focus {
  background: #045f12;
  color: #ffffff;
}

.huu-uib-hero-visual-split__button--secondary,
.huu-uib-hero-visual-split__button--secondary:visited {
  background: transparent;
  border-color: #808080;
  color: #54595F;
}

.huu-uib-hero-visual-split__button--secondary:hover,
.huu-uib-hero-visual-split__button--secondary:focus {
  background: rgba(228, 174, 102, 0.08);
  border-color: #808080;
  color: #54595F;
}

.huu-uib-hero-visual-split--desktop-center .huu-uib-hero-visual-split__content {
  margin-inline: auto;
  text-align: center;
}

.huu-uib-hero-visual-split--desktop-center .huu-uib-hero-visual-split__actions {
  justify-content: center;
}

.huu-uib-hero-visual-split--desktop-right .huu-uib-hero-visual-split__content {
  margin-left: auto;
  text-align: right;
}

.huu-uib-hero-visual-split--desktop-right .huu-uib-hero-visual-split__actions {
  justify-content: flex-end;
}

.huu-uib-hvs-order-desktop-visual-content .huu-uib-hero-visual-split__visual-col {
  order: 1;
}

.huu-uib-hvs-order-desktop-visual-content .huu-uib-hero-visual-split__content-col {
  order: 2;
}

.huu-uib-hvs-order-desktop-content-visual .huu-uib-hero-visual-split__visual-col {
  order: 2;
}

.huu-uib-hvs-order-desktop-content-visual .huu-uib-hero-visual-split__content-col {
  order: 1;
}

.elementor-widget-hero-visual-split .huu-uib-hero-visual-split,
.elementor-widget-hero-visual-split .huu-uib-hero-visual-split__card {
  width: 100%;
}

@media (max-width: 1024px) {
  .huu-uib-hero-visual-split {
    padding-top: var(--huu-uib-section-padding-top-tablet, var(--huu-uib-section-padding-top, 80px));
    padding-bottom: var(--huu-uib-section-padding-bottom-tablet, var(--huu-uib-section-padding-bottom, 80px));
  }

  .huu-uib-hero-visual-split__card {
    padding: 0 var(--huu-uib-content-pad-x-tablet, 24px);
  }

  .huu-uib-hero-visual-split__grid {
    grid-template-columns: minmax(240px, auto) minmax(0, 1fr);
    column-gap: var(--huu-uib-grid-gap, 18px);
    row-gap: var(--huu-uib-grid-gap, 18px);
  }

  .huu-uib-hero-visual-split__visual {
    width: 340px;
    height: 320px;
  }

  .huu-uib-hero-visual-split__title--h1 { font-size: 56px; }
  .huu-uib-hero-visual-split__title--h2 { font-size: 42px; }
  .huu-uib-hero-visual-split__title--h3 { font-size: 30px; }

  .huu-uib-hvs-order-tablet-visual-content .huu-uib-hero-visual-split__visual-col {
    order: 1;
  }

  .huu-uib-hvs-order-tablet-visual-content .huu-uib-hero-visual-split__content-col {
    order: 2;
  }

  .huu-uib-hvs-order-tablet-content-visual .huu-uib-hero-visual-split__visual-col {
    order: 2;
  }

  .huu-uib-hvs-order-tablet-content-visual .huu-uib-hero-visual-split__content-col {
    order: 1;
  }
}

@media (max-width: 767px) {
  .huu-uib-hero-visual-split {
    padding-top: var(--huu-uib-section-padding-top-mobile, var(--huu-uib-section-padding-top, 80px));
    padding-bottom: var(--huu-uib-section-padding-bottom-mobile, var(--huu-uib-section-padding-bottom, 80px));
  }

  .huu-uib-hero-visual-split__card {
    padding: 0 var(--huu-uib-content-pad-x-mobile, 20px);
  }

  .huu-uib-hero-visual-split__grid {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }

  .huu-uib-hero-visual-split__visual {
    width: 100%;
    height: 240px;
    border-radius: 18px;
  }

  .huu-uib-hero-visual-split__content {
    max-width: var(--huu-uib-inner-max-width, 1240px);
  }

  .huu-uib-hero-visual-split__title { line-height: 1.02; }
  .huu-uib-hero-visual-split__title--h1 { font-size: 40px; }
  .huu-uib-hero-visual-split__title--h2 { font-size: 32px; }
  .huu-uib-hero-visual-split__title--h3 { font-size: 24px; }

  .huu-uib-hero-visual-split__description {
    margin-top: 18px;
    font-size: 16px;
  }

  .huu-uib-hero-visual-split--mobile-center .huu-uib-hero-visual-split__content {
    text-align: center;
  }

  .huu-uib-hero-visual-split--mobile-center .huu-uib-hero-visual-split__actions {
    justify-content: center;
  }

  .huu-uib-hero-visual-split--mobile-right .huu-uib-hero-visual-split__content {
    text-align: right;
  }

  .huu-uib-hero-visual-split--mobile-right .huu-uib-hero-visual-split__actions {
    justify-content: flex-end;
  }

  .huu-uib-hero-visual-split--stack-mobile .huu-uib-hero-visual-split__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .huu-uib-hero-visual-split--stack-mobile .huu-uib-hero-visual-split__button {
    width: 100%;
  }

  .huu-uib-hvs-order-mobile-visual-content .huu-uib-hero-visual-split__visual-col {
    order: 1;
  }

  .huu-uib-hvs-order-mobile-visual-content .huu-uib-hero-visual-split__content-col {
    order: 2;
  }

  .huu-uib-hvs-order-mobile-content-visual .huu-uib-hero-visual-split__visual-col {
    order: 2;
  }

  .huu-uib-hvs-order-mobile-content-visual .huu-uib-hero-visual-split__content-col {
    order: 1;
  }
}


.huu-uib-hvs-animate {
  opacity: 1;
  transform: none;
  transition-property: opacity, transform;
  transition-timing-function: ease;
  will-change: opacity, transform;
}

html:not(.elementor-editor-active) .huu-uib-hvs-animate[data-huu-animation]:not([data-huu-animation="none"]) {
  opacity: 0;
}

html:not(.elementor-editor-active) .huu-uib-hvs-animate[data-huu-animation="fade-up"] {
  transform: translateY(30px);
}

html:not(.elementor-editor-active) .huu-uib-hvs-animate[data-huu-animation="fade-right"] {
  transform: translateX(-30px);
}

html:not(.elementor-editor-active) .huu-uib-hvs-animate[data-huu-animation="fade-left"] {
  transform: translateX(30px);
}

html:not(.elementor-editor-active) .huu-uib-hvs-animate[data-huu-animation="zoom-in"] {
  transform: scale(0.94);
}

.huu-uib-hvs-animate.is-visible {
  opacity: 1 !important;
  transform: none !important;
}
