
.hero-span-section .hero-span-section__wrapper{
  position: relative;
  display: flex;
  justify-content: center;
}

.hero-span-section .hero-span-section__container{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 38px;
  padding: 137px 0 157px;
}

.hero-span-section .hero-span-section__column{
  width: 100%;
}

.hero-span-section .hero-span-section__column.column--content{
  color: #fff;
  max-width: 573px;
}

.hero-span-section .hero-span-section__column.column--content h1{
  font-weight: 600;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 26px;
  color: #fff;
  text-transform: initial;
}

.hero-span-section .hero-span-section__column.column--content > div:first-of-type{
  margin-bottom: 45px;
}

.hero-span-section .hero-span-section__column.column--content > div > p{
  font-size: 22px;
  line-height: 1;
  margin-bottom: 1rem;
}

.hero-span-section .hero-span-section__column.column--content > div > ul{
  padding-left: 1rem;
  font-size: 22px;
  line-height: 1.5;
}

.hero-span-section .hero-span-section__buttons{
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.hero-span-section .hero-span-section__column.column--media{
  max-width: 449px;
}

.hero-span-section .hero-span-section__cutout{
  width: 100%;
  bottom: -1px;
  left: 0;
  position: absolute;
}

.hero-span-section .hero-span-section__cutout svg{
  height: auto;
  transform: rotate(180deg);
  vertical-align: bottom;
  width: 100%;
}

.hero-span-section .hero-span-section__cutout svg path{
  fill: #fff;
}

{# Form Styling #}
.hero-span-section .hero-span-section__column.column--media.column--form{
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 17px;
  padding: 32px 37px 22px 26px;
}

.column--form form .hs-form-field{
  margin-bottom: 10px;
}

.column--form form label *{
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  color: #0062E1;
  text-transform: uppercase;
}

.column--form form input:not([type=submit]),
.column--form form select{
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 5px;
  background-color: #fff;
  padding: 13px 16px;
  width: 100% !important;
  font-size: 14px;
}

.column--form form input[type=submit]{
  width: 100%;
}

.column--form form .hs-submit{
  margin-top: 28px;
}


{# Mobile Styling #}
@media screen and (max-width: 1150px){
  .hero-span-section .hero-span-section__container{
    padding-left: 1rem;
    padding-right: 1rem; 
  }
}

@media screen and (max-width: 767px){
  .hero-span-section .hero-span-section__container{
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem; 
  }

  .column--form form label *{
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1;
    color: #0062E1;
    text-transform: uppercase;
  }
}