.sds-hero-with-funnel-links {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  height: fit-content;
  column-gap: .625rem;
  grid-template-rows: 1fr;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 !important;
  max-height: calc(100vh - 125px);
  height: 700px;
  min-height: 550px;
}

.sds-hero-with-funnel-links .media-wrapper,
.sds-hero-with-funnel-links .funnel-links {
  overflow: hidden;
}

.sds-hero-with-funnel-links .media-wrapper {
  grid-column: span 7;
}

.sds-hero-with-funnel-links .media-wrapper > div:not(.content) {
  position: relative;
  height: 100%;
}

.sds-hero-with-funnel-links .media-wrapper .media-controls {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  opacity: .65;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}

.sds-hero-with-funnel-links .media-wrapper .media-controls > div  {
  position: absolute;
}

.sds-hero-with-funnel-links .media-wrapper .media-controls .play-btn  {
  display: none;
}

.sds-hero-with-funnel-links .media-wrapper video {
  aspect-ratio: 16 / 9;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.sds-hero-with-funnel-links .media-wrapper .content {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  max-width: 34.375rem;
}

@media (min-width: 0) and (max-width: 575px) {
  .sds-hero-with-funnel-links .media-wrapper .content {
    padding: 0 .9375rem;
  }
}

@media (min-width: 576px) {
  .sds-hero-with-funnel-links .media-wrapper .content {
    left: calc((100vw - 540px) / 2);
    
  }
}

@media (min-width: 768px) {
  .sds-hero-with-funnel-links .media-wrapper .content {
    left: calc((100vw - 720px) / 2);
  }
}


@media (min-width: 992px) {
  .sds-hero-with-funnel-links .media-wrapper .content {
    left: calc((100vw - 960px) / 2);
  }
}

@media (min-width: 1200px) {
   .sds-hero-with-funnel-links .media-wrapper .content {
    left: calc((100vw - 1140px) / 2);
  }
}

@media (min-width: 1360px) {
  .sds-hero-with-funnel-links .media-wrapper .content {
    left: calc((100vw - 1260px) / 2);
  }
}

@media (min-width: 1540px) {
  .sds-hero-with-funnel-links .media-wrapper .content {
    left: calc((100vw - 1440px) / 2);
  }
}

.sds-hero-with-funnel-links .media-wrapper .content h1,
.sds-hero-with-funnel-links .media-wrapper .content h2 {
  font-size: 3rem;
  font-weight: 800;
}

.sds-hero-with-funnel-links .media-wrapper .content p.preamble {
  font-size: 1.25rem;
  margin-top: 1.5rem;
}

.sds-hero-with-funnel-links .funnel-links {
  grid-column: span 5;
  padding: 0 3.125rem 0 !important;
  display: grid;
}

.sds-hero-with-funnel-links .funnel-links h3 span {
  font-weight: 400;
  font-size: 1.25rem;
}

.sds-hero-with-funnel-links .funnel-links h3 + p {
  margin-bottom: 1rem !important;
  font-size: 1.25rem;
}

.sds-hero-with-funnel-links .funnel-links .cta-buttons-propertytype {
  display: flex;
  flex-wrap: wrap;
  gap: .9375rem;
  align-content: center;
  padding-right: 6.25rem;
  padding-left: 15px;
  padding-top: 12rem;
  padding-bottom: 3rem;
}

.sds-hero-with-funnel-links .funnel-links .cta-button-property {
  max-width: fit-content;
  padding: 0;
}

.sds-hero-with-funnel-links .funnel-links .cta-button-property a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: .5rem;
  border: 1px solid #fff;
  padding: .5rem 1.25rem;
  border-radius: var(--sds-corner-radius);
  font-size: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .12);
  border-bottom: 2px solid rgba(0, 0, 0, .15);
  border-left: 2px solid rgba(0, 0, 0, .15);
  transition: all .2s ease;
}

.sds-hero-with-funnel-links .funnel-links .cta-button-property a:hover {
  color: #cc0000;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
  background: #f5f7f7;
  transform: translateY(-1px) translateX(1px);
}

.sds-hero-with-funnel-links .funnel-links .cta-button-property a img {
  transition: all .2s ease-in-out;
}

.sds-hero-with-funnel-links .funnel-links .cta-button-property a:active {
background: #ffeaea;
box-shadow: 0 3px 8px rgba(0,0,0,.15);
}

.sds-hero-with-funnel-links .funnel-links .call-us {
  border-top: 2px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 125px;
}

.sds-hero-with-funnel-links .funnel-links .call-us h4 {
  font-size: 1rem;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}

.sds-hero-with-funnel-links .funnel-links .call-us a[href*=tel] {
  display: flex;
  flex-direction: row;
  gap: 0;
  color: #fff !important;
  align-items: center;
  font-size: 2rem;
  pointer-events: none;
  margin-left: -.3125rem;
}

.sds-hero-with-funnel-links .funnel-links .call-us img {
  transform: rotate(45deg);
}

@media (max-width: 99.9375rem) {
  .sds-hero-with-funnel-links .funnel-links .cta-buttons-propertytype {
    padding-left: 1rem;
    padding-right: .9375rem;
  }

}

@media (max-width: 93.6875rem) {
  .sds-hero-with-funnel-links .funnel-links {
    padding: 0 1.5625rem 0 !important;
  }

  .sds-hero-with-funnel-links .funnel-links .cta-button-property a {
    font-size: 1rem;
  }


}

@media (max-width: 90rem) {
  .sds-hero-with-funnel-links .funnel-links .cta-buttons-propertytype {
    gap: .625rem;
  }
}

@media (max-width: 1600px) {
  .sds-hero-with-funnel-links .funnel-links {
    padding: 0 1.25rem 0 !important;
  }
}

@media (max-width: 61.9375rem) {
  .sds-hero-with-funnel-links {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    row-gap: .3125rem;
    column-gap: unset;
    height: auto;
    max-height: 100%;
  }

  .sds-hero-with-funnel-links .media-wrapper {
    position: relative;
  }

  .sds-hero-with-funnel-links .media-wrapper video {
    height: auto;
    min-height: 21.875rem;
  }

  .sds-hero-with-funnel-links .media-wrapper .media-controls {
    bottom: .625rem;
    right: .625rem;
  }

  .sds-hero-with-funnel-links .media-wrapper .content {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75vw;
  }

  .sds-hero-with-funnel-links .media-wrapper .content h1,
  .sds-hero-with-funnel-links .media-wrapper .content h2 {
    font-size: 2.5rem;
    max-width: 450px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

   .sds-hero-with-funnel-links .media-wrapper .content p.preamble {
    font-size: 1.1rem;
    max-width: 28.125rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .sds-hero-with-funnel-links .funnel-links {
    grid-template-rows: auto 6.25rem;
    padding: 2rem .9375rem 0 !important;
  }

  .sds-hero-with-funnel-links .funnel-links .heading h3 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
  }

  .sds-hero-with-funnel-links .funnel-links .heading h3 span {
    display: block;
    font-size: 1rem;
    margin-top: .3125rem;
  }

  .sds-hero-with-funnel-links .funnel-links h3 + p {
    text-align: center;
  }

  .sds-hero-with-funnel-links .funnel-links .cta-buttons-propertytype {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-right: unset;
    max-width: 31.25rem;
    margin: 0 auto 3rem;
    width: 100%;
    padding: 0;
  }
  
  .sds-hero-with-funnel-links .funnel-links .cta-button-property {
    max-width: 100%;
  }
  
  .sds-hero-with-funnel-links .funnel-links .cta-buttons-propertytype>p {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 1.25rem !important;
    margin-bottom: .5rem !important;
  }

  .sds-hero-with-funnel-links .funnel-links .cta-button-property a {
    padding: .5rem 1rem .5rem 1.23rem;
    justify-content: start;
    gap: .75rem;
  }

  .sds-hero-with-funnel-links .funnel-links .call-us {
    border-top: 1px solid #fff;
    max-width: 37.5rem;
    margin: 0 auto;
    width: 100%;
  }

  .sds-hero-with-funnel-links .funnel-links .call-us h4 {
    text-align: center;
  }

  .sds-hero-with-funnel-links .funnel-links .call-us a[href] {
    pointer-events: auto;
    font-size: 1.5rem;
    justify-content: center;
  }

  .sds-hero-with-funnel-links .funnel-links .call-us a[href] img {
    width: .75em !important;
    height: .75em !important;
  }
}

@media (max-width: 36.125rem) {

 .sds-hero-with-funnel-links .media-wrapper .content {
    width: 100vw;
  }

  .sds-hero-with-funnel-links .media-wrapper .content h1,
  .sds-hero-with-funnel-links .media-wrapper .content h2 {
    font-size: 2rem;
  }
}


@media (max-width: 23.4375rem) {
  .sds-hero-with-funnel-links .media-wrapper video {
    min-height: 18.75rem;
  }
}


