  :root {
    --hero-parallax-width: 1600px;
    --hero-parallax-height: 900px;
    --hero-parallax-min-height: 720px;
  }


  .lp-hero-parallax * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lp-hero-parallax {
    max-width: var(--hero-parallax-width);
    max-height: var(--hero-parallax-height);
    min-height: var(--hero-parallax-min-height);
    aspect-ratio: 16 / 9;
    clip-path: inset(0 0 0 0 round 25px);
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .lp-hero-parallax>.container {
    aspect-ratio: 16 / 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: 1440px;
  }

  .lp-hero-parallax>.row>.col-12>video,
  .lp-hero-parallax>.row>.col-12>img {
    object-position: center;
    position: fixed;
    max-width: var(--hero-parallax-width);
    max-height: var(--hero-parallax-height);
    min-height: var(--hero-parallax-min-height);
    object-fit: cover;
    z-index: 0;
    height: 100%;
    aspect-ratio: 16 / 9;
    width: 100%;
  }

.lp-hero-parallax .column-container {
      width: 100%;
    justify-content: space-between;
    max-width: 1440px;
}
  .lp-hero-parallax .container .right-column {
    display: flex;
    align-items: center;
    border-radius: 28px;
    max-width: 475px;
    width: calc(100% - 15px);
    flex: 0 0 calc(50% - 15px);
  }

  .lp-hero-parallax .container .left-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .lp-hero-parallax .container .left-column h2 {
    font-size: 65px;
    line-height: 1.3;
    font-weight: 400 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: normal;
  }

  .lp-hero-parallax .container .left-column h2 strong {
    font-weight: 400 !important;
  }

  .lp-hero-parallax .container .right-column>div>p {
    margin-top: 35px;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }

  .lp-hero-parallax .right-column h3 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 1.75rem;
    font-weight: 400;
    max-width: 350px;
    margin: 0 auto;
  }

  .lp-hero-parallax .container .right-column .btn-lg.btn-primary {
    font-size: 18px !important;
    padding: 0 40px !important;
    position: relative;
    z-index: 1;
    border: none !important;
    line-height: 62px !important;
    margin-top: 30px !important;
  }
  
  .lp-hero-parallax .container .right-column .btn-lg.btn-primary.btn-white {
    background-color: #fff !important;
    color: #262626 !important;
    transition: all .3s ease-in-out;
}

.lp-hero-parallax .container .right-column .btn-lg.btn-primary.btn-white:hover {
    background-color: #ed002f !important;
    color: #fff !important;
    border: none !important;
}

  .lp-hero-parallax.form-clean .webform-submission-form {
    max-width: 300px;
    margin: auto;
    color: #fff;
    position: relative;
  }

  .lp-hero-parallax.form-clean label.visually-hidden {
    display: none;
  }

  .lp-hero-parallax.form-clean form input[type='text'],
  .lp-hero-parallax.form-clean form input[type='tel'] {
    background-color: transparent;
    text-align: center;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
    position: relative;
    color: #fff !important;
    font-size: 18px;
    letter-spacing: .025em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }

  .lp-hero-parallax.form-clean .form-item-phone {
    position: relative;
  }

  .lp-hero-parallax.form-clean .form-item-phone:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 15px;
    top: 40px;
    left: 0;
    z-index: 0;
    border-bottom: 2px solid #fff;
    border-radius: 10px;
  }

  .lp-hero-parallax.form-clean .form-submit {
    margin: 0 auto;
    border-radius: 50px;
    background-color: #fff;
    border: none;
    color: #262626;
    padding: 0 20px;
    margin-top: 15px;
    height: 30px;
    line-height: 30px;
  }


  .lp-hero-parallax.form-clean .form-submit:hover {
    background-color: #ed002f !important;
    color: #fff !important;
    border: none !important;
  }

  .lp-hero-parallax.form-clean form input[type='text']::-webkit-input-placeholder,
  .lp-hero-parallax.form-clean form input[type='tel']::-webkit-input-placeholder {
    color: #fff !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }

  .lp-hero-parallax.form-clean form input[type='text']::-moz-placeholder,
  .lp-hero-parallax.form-clean form input[type='tel']::-moz-placeholder {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);

  }

  .lp-hero-parallax.form-clean .form-item.messages-box .messages-inner-wrapper {
    margin: 25px 0 0;
    background: transparent;
    color: white;
    font-size: 12px;
    padding: 0 30px;
    text-align: center;
  }


  .lp-hero-parallax.form-clean form input:-webkit-autofill,
  .lp-hero-parallax.form-clean form input:-webkit-autofill:hover,
  .lp-hero-parallax.form-clean form input:-webkit-autofill:focus,
  .lp-hero-parallax.form-clean form textarea:-webkit-autofill,
  .lp-hero-parallax.form-clean form textarea:-webkit-autofill:hover,
  .lp-hero-parallax.form-clean form textarea:-webkit-autofill:focus,
  .lp-hero-parallax.form-clean form select:-webkit-autofill,
  .lp-hero-parallax.form-clean form select:-webkit-autofill:hover,
  .lp-hero-parallax.form-clean form select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff !important;
  }
  
.lp-hero-parallax .video-play {
    opacity: 0;
}

.lp-hero-parallax .video-pause {
    opacity: .65;
}

.lp-hero-parallax .video-play,
.lp-hero-parallax .video-pause {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.lp-hero-parallax .video-play.fade-out,
.lp-hero-parallax .video-pause.fade-out {
    animation: fade-out .3s forwards;
    z-index: 0;
}

.lp-hero-parallax .video-play.fade-in,
.lp-hero-parallax .video-pause.fade-in {
    animation: fade-in .3s forwards;
    z-index: 1;
}


@keyframes fade-out {
    0% {
        opacity: .65;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: .65;
    }
}



  @media (min-width: 1921px) {

    .lp-hero-parallax,
    .lp-hero-parallax img.d-md-flex {
      --hero-parallax-width: 1800px;
    }

  }

  @media (max-width: 1600px) {
    .lp-hero-parallax {
      clip-path: inset(0 10px 10px 10px round 25px) !important;
    }
  }
  

@media (max-width: 1460px) {
  .lp-hero-parallax .container .right-column {
    margin: 0 15px 0 0;
  }
}


@media (max-width: 1340px) {
    .lp-hero-parallax .container .left-column h2 {
        font-size: 48px;
    }
}


@media (max-width: 990px) {
  .lp-hero-parallax>.row>.col-12>video {
      aspect-ratio: 9 / 16;
  }
  
    .lp-hero-parallax {
        max-height: calc(100vh - 80px);
        height: calc(100vh - 80px);
    }

    .lp-hero-parallax {
        clip-path: inset(0) !important;
    }
    
    
    .lp-hero-parallax > .container {
        padding: 0 15px;
    }
    
    .lp-hero-parallax>.row>.col-12>video,
    .lp-hero-parallax>.row>.col-12>img {
          --hero-parallax-height: calc(100vh - 80px);
      
    }

    .lp-hero-parallax .container{
        justify-content: end;

    }
    
    .lp-hero-parallax .container .right-column {
        background-color: transparent !important;
        max-width: unset;
        margin: 0;
        width: 100%;
        flex: 0 0 100%;
    }

    .lp-hero-parallax .container .left-column h2 {
        text-align: center;
    }

    .lp-hero-parallax .container .left-column p img {
        max-width: 40px;
    }

    .lp-hero-parallax.form-clean .webform-submission-form {
        margin-top: 0;
        max-width: 320px;
        position: relative;
        padding-bottom: 25px;
    }

    .lp-hero-parallax.form-clean .form-item.messages-box {
        position: absolute;
        font-size: 12px;
        flex: 0 0 100%;
        display: flex;
        top: 65px;
    }

    .lp-hero-parallax.form-clean .form-item.messages-box .messages-inner-wrapper {
        margin-top: 0px;
    }

    .lp-hero-parallax.form-clean form input[type='text'],
    .lp-hero-parallax.form-clean form input[type='tel'] {
        text-align: left !important;
    }


    .lp-hero-parallax.form-clean .webform-submission-form .form-wrapper {
        width: fit-content !important;
    }

    .lp-hero-parallax.form-clean .form-submit {
        position: absolute;
        right: 10px;
        top: 0px;
    }

}

@media (max-width: 600px) and (min-width: 481px) {

.lp-hero-parallax {
  min-height: 850px
}

}

@media (max-width: 480px) {

    .lp-hero-parallax {
        clip-path: inset(10px round 25px);
    }
    


    .lp-hero-parallax .container .left-column>div {
        gap: 0 !important;
    }

    .lp-hero-parallax .container .left-column h2 {
        font-size: 34px;
    }

    .lp-hero-parallax .right-column h3 {
        font-size: 1.25rem;
        line-height: 1.5 !important;
    }

    .lp-hero-parallax .container .right-column .btn-lg.btn-primary {
        min-height: auto !important;
        /*padding: 0 27px !important;*/
        font-size: 16px !important;
        margin-top: 20px !important;
    }


    .lp-hero-parallax .container .right-column>div>p:last-of-type {
        margin-bottom: 20px !important;
    }


    .lp-hero-parallax .container .right-column>div>p {
        margin-top: 25px;
        margin-bottom: 20px !important;
    }

    .lp-hero-parallax .container .right-column>div {
        padding-bottom: 1rem !important;
    }
    
    .lp-hero-parallax .video-play, .lp-hero-parallax .video-pause {
        bottom: 15px;
        right: 15px;
    }


}