.landing-hero__wrapper {
  padding: 0 16px;
  margin-bottom: 124px;
}

 

.landing-hero__wrapper {
  display: flex;
  flex-direction: column;  
  font-family: 'Roboto';
}

.landing-hero__left {
  display: flex;
  flex-direction: column;
  text-align: center;    
  margin-bottom: 40px;
  padding-top: 120px;
  background: url('https://cdn2.hubspot.net/hubfs/23215111/Hero%20illustration.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

.landing-hero__title-wrapper {
  font-style: italic;
  color: #1D2243;
}

.landing-hero__title {
  font-weight: 800;
  font-size: 44px;
  line-height: 110%;
  display: block;
  margin-bottom: -16px;
}

.landing-hero__title--big {
  display: block;
  font-weight: 900;
  font-size: 60px;
  line-height: 130%;
}

.landing-hero__subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #1D2243;
  margin-bottom: 16px;
}

.landing-hero__title-paragraph {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #464C73;
  max-width: 375px;
  margin: 0 auto;
}

.title-parahraph__green-underline {
  position: relative;
}

.title-parahraph__green-underline::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #17B451;
}

.landing-hero__video-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

 .landing-hero__video {
    max-width: 758px;
   width: 100%;
   min-width: 260px;

  }


.landing-hero__cta-wrapper {
  display: none;
}

.landing-hero__car-bg {
  display: none;
}

.landing-hero__form-wrapper {
}

.landing-hero__form-wrapper {
  position: sticky;
  top: 5rem;
  max-width: 486px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 16px;
  background: linear-gradient(154.21deg, rgba(255, 255, 255, 0.855) 0%, rgba(255, 255, 255, 0.57) 0.01%, rgba(255, 255, 255, 0.38) 100%);
  border: 2px solid #BEC1D6;
  box-shadow: 6px 6px 0px rgba(70, 76, 115, 0.2);
  backdrop-filter: blur(4px);
  border-radius: 16px;
}

.landing-hero__form {
  width: 100%;
}

.landing-hero__form-title {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 8.5px;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #1D2243;
}

.landing-hero__form-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #464C73;
  margin-bottom: 40px;
}

.landing-hero__input-wrapper {
  margin-bottom: 16px;
  
}

.landing-hero__input-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #464C73;
  margin-bottom: 8px;
}

.landing-hero__input {
  width: 100%;
  height: 38px;
  border: 1px solid #BEC1D6;
  border-radius: 8px;
}

.landing-hero__input:focus-visible {
  border-color: #17B451;
  outline: none;
}

.landing-hero__input-wrapper:focus-within .landing-hero__input-label {
  color: #17B451;
}

.landing-hero__form-button {
  display: block;
  margin: 0 auto;
  width: 198px;
  height: 54px;
  background: #17B451;
  border: 2px solid #17B451;
  border-radius: 12px;
  color: white;
}

@media only screen and (min-width: 390px) {
  .landing-hero__left{
    background-size: auto;
  }
  
  .landing-hero__form-title {
    font-size: 22px;
  }
  
  .landing-hero__input {
    width: 326px;
    height: 43px;
  }
}

@media only screen and (min-width: 425px) {
  .landing-hero__form-wrapper {
    padding: 21px 16px 32px 16px;
  }
  
  .landing-hero__video-wrapper {
    margin-top: 1rem;
  
  }
}

@media only screen and (min-width: 600px) {
  .landing-hero__input {
    width: 422px;
    height: 43px;
  }
  
  .landing-hero__title-paragraph {
    max-width: none;
  }
}

@media only screen and (min-width: 900px) {
  .landing-hero__form-wrapper {
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1024px) {
  .landing-hero__wrapper {
    padding: 0 60px;
    flex-direction: row;
  }
  
  .landing-hero__left {
    text-align: left;
    background-position: top left;
    padding-top: 113px;
    max-width: 50%;
    margin-bottom: 0;
  }
  
  .landing-hero__right {
    padding-top: 34.5px;
  }
  
  .landing-hero__title-paragraph {
    margin-bottom: 40px;
  }
  
  .landing-hero__cta-wrapper {
    display: block;
    width: fit-content;
  }
  
  
  
  a.landing-hero__cta {
    display: inline-block;
    background: #fff;
    color: #17B451;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%
    display: inline-block;  
    padding: 15.75px 30.5px;
    border-radius: 12px;
    animation: all .3s;
    border: 2px solid #17B451;
    animation: all 0.3s;
  }
  
  .landing-hero__cta-wrapper:hover .landing-hero__cta {
    background: #17B451;
    color: white;
  }
  
  .landing-hero__video-wrapper {
    margin-top: .5rem;
  
  }
  
  .landing-hero__input {
    width: 100%;
    height: 43px;
  }
  
  .landing-hero__form-button {
    background: white;
    color: #17B451;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
  }
  
  .landing-hero__form-button:hover {
    background: #17B451;
    color: white;
  }
  
  .landing-hero__right {
    flex: 1;
  }
  
  .landing-hero__form-wrapper {
    margin-right: 0;
  }

}

@media only screen and (min-width: 1200px) {
  .landing-hero__form-subtitle, .landing-hero__form-title {
    text-align: left;
    
  }
  
  .landing-hero__form-title {
    margin-left: 0;
    font-size: 26px
  }
  
  .landing-hero__form-title img {
    margin-right: 12px;
  }
}

@media only screen and (min-width: 1440px) {
  .landing-hero__wrapper {
    padding: 0 120px;
    max-width: 1440px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  
  .landing-hero__title {
    font-size: 94px;
    font-weight: 900;
    line-height: 130%;
    margin-bottom: -24px; 
  }
  
  .landing-hero__title--big {
    font-size: 94px;
    font-size: 110px;
    line-height: 130%;
  }
  .landing-hero__subtitle {
    font-size: 34px;
    line-height: 150%;
    font-weight: 400;
  }
  
  .landing-hero__subtitle--weighted {
    font-weight: 500;
  }
  
  .landing-hero__left {
    background-position: top;
    background-position-y: 65px;
  }
  
  .landing-hero__title-paragraph {
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    max-width: 600px;
  }
  
  .landing-hero__car-bg {
    display: block;
    position: absolute;
    left: -127px;
    bottom: -41px;
    z-index: 10;
    clip-path: polygon(51% 0, 53% 50%, 100% 67%, 100% 100%, 0 100%, 0 0);
  }
  
  .landing-hero__input {
    width: 100%;
    height: 43px;
  }
}
  
@media only screen and (min-width: 1920px) {
  .landing-hero {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}

  
  
  
  
  
  
  
  
  
  






