html {
  scroll-behavior: smooth;
}
.banner {
   padding-top: 164px;
   position: relative;
   padding-bottom: 132px;
}
.banner .left-section {
   width: 60%;
}




.banner .right-section {
   width: 40%;
   position: relative;
   background-size: cover;
/*    background-attachment:fixed; */
   background-repeat: no-repeat;
   background-position: center;
   padding: 0;
   /*     border-bottom: 1px solid #262f56; */
   /*     box-shadow: 10px 10px 2px #262f56; */
/*     height:470px; */
}
.banner .right-section img {
   width: 100%;
   display: block;
   top: 0;
   position: RELATIVE;
   transform:scale(1.1);
}

/* img.img-parallax {
width: 100vmax;
z-index: -1;
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%,0);
pointer-events: none;
} */
.banner .custom-title {
   font-family: 'Aeonik-Bold',Arial;
   font-style: normal;
   font-weight: 400;
   font-size: 72px;
   line-height: 130%;
   letter-spacing: 1px;
   color: #FFFFFF;
   word-break: keep-all;
   margin-bottom: 6px;
}
.banner .custom-title span {
   color: #2e506c;
}
.banner .custom-content {
   font-style: normal;
   font-weight: normal;
   font-size: 18px;
   line-height: 160%;
   color: #F9F9F9;
   margin-bottom: 25px;
}
.banner .row.top-content {
   align-items: center;
}
.banner .overlay {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   height: 100%;
   width: 50%;
   mix-blend-mode: overlay;
   opacity: 0.6;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.banner .page-center {
   position: relative;
   z-index: 1;
}
.banner .bottom-content > div {
   width: 33.33%;
}
.banner .bottom-content {
   padding-top: 30px;
   align-items: flex-end;
}
.banner .leftContentSection p {
   margin: 0; 
   font-style: normal;
   font-weight: bold;
   font-size: 20px;
   line-height: 150%;
   text-transform: uppercase;
   padding-left: 24px;
   border-left: 2px solid #2E506C;
}
.banner .leftContentSection {
   color: #FFFFFF;
   opacity: 0.7;
}
.banner .centerContentSection {
   text-align: center;
   color: #fff;
   font-weight: bold;
   font-size: 14px;
   line-height: 150%;
   color: #FFFFFF;
}
.banner .centerContentSection img {
   display: block;
   margin: 0 16px;
}
.banner .scrollDown {
   cursor: pointer;
   display: inline-flex;
   align-items: center;
   justify-content: center;
}
.banner .rightContentSection { 
   font-style: normal;
   font-weight: bold;
   font-size: 16px;
   line-height: 150%;
   letter-spacing: 1px;
   text-transform: uppercase;
   color: #FFFFFF;
   text-align: right;
}

@media (min-width: 767px) {
.banner .right-section {
 
    height:470px;
}
}
@media (max-width: 1100px) {
   .banner .custom-title {
      font-size: 50px;
      word-break: normal;
   }
   .banner .left-section {
      width: 50%;
   }
   .banner .right-section {
      width: 50%;
   }
   .banner {
      padding: 100px 0;
   }
}

@media (max-width: 767px) {
   .banner .left-section,.banner .right-section {
      width: 100%;
      margin-bottom: 30px;
   }
   .banner .right-section img {
      display: block;
      margin: 0 auto;
   }

   .banner .bottom-content {
      padding: 0 0 60px;
   }

   .banner .bottom-content > div {
      width: 100%;
   }

   .centerContentSection {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
   }

   .banner .rightContentSection {
      text-align: left;
      padding-top: 30px;
   }

   .banner .rightContentSection p {
      margin: 0;
      text-align:center;
   }

   .body-container--home .hs-button {
      text-align: center;
   }

   .banner .custom-title {
      font-size: 45px;
      word-break: break-word;
   }
   .banner {
    padding-bottom: 60px ;
}
}

@media (max-width: 480px) {
   .banner .custom-title {
      font-size: 32px;
   }
   .banner .custom-content {
      font-size: 16px;
   }
   .banner .leftContentSection p {
      font-size: 16px;
   }
}


.bpopup {
    position: fixed;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
   overflow:auto;
}

.bpopup.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.bpopup.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: relative;
  z-index: 9999;
  top: 6em;
  max-width: 30em;
   margin:0 auto;
  background: #fff;
    box-shadow: -2px 2px 8px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding:20px 48px 30px;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.bpopup.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
   font-size:20px;
   line-height:1; 
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}
.scroll{ overflow:hidden; }

.popupForm .hs-form-field > label {
    color: #424551 !important;
    display: block;
    font-size: 18px;
    line-height: 160%;
    font-weight: normal;
}

.popupForm .two-col-content .hs-form-field .hs-form-required {
    color: #424551 !important;
}

.popupForm .hs-richtext {
    font-style: normal;
    font-size: 19px;
    line-height: normal;
    text-align: center;
    letter-spacing: .5px;
    color: #000;
    margin: 0;
    padding-bottom: 23px;
}

.popupForm  .hs-form-field .hs-input {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    padding: 13px 16px;
}
