.home_banner_outer{
  position: relative;
}
.home_banner_outer:before {
  content: "";
  background-position: 100% 100%;   
  position: absolute;
  width: 100%;
  height: 175px;
  left: 0;
  bottom:-1px;
  background-repeat: no-repeat;
  z-index: 2;
}
.home__banner__section .welcome-title * {
    text-align: center;
    color: #fff;
}
.home__banner__section .heading_wrap h1 .fixed_text em:after{
  content: '';
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0px;
  bottom: -15px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.home__banner__section .heading_wrap h1 em{
  position: relative;
  font-style: normal;
}
.home_banner_main_wrapper .video_with_logo_images_container form .hs-input:not([type=checkbox]):not([type=submit]):not([type=radio]){
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #33475b;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 0 15px;
}
.home_banner_main_wrapper .video_with_logo_images_container .b-video .wistia-video-wrap .hs_submit{
  text-align:center;
}
.home__banner__section{
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: clip;
  position: relative;
  padding: 1em;
}

.home__banner__section .cover_bg_color{
  background: linear-gradient(180deg, rgba(6, 4, 98, 0) -29.17%, #201042 97.31%);
  box-shadow: inset 0px 0px 250px #221755;
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.home__banner__section .bg_image{
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0.45;
  object-position: 50% 50%;
}

.home__banner__section .content__wrap{
  z-index:20;
  width:100%;
}

.home__banner__section .heading_wrap h1{
  font-style: normal;
  font-family: 'DM Serif Display', serif;
  font-weight: 700;
  font-size: 42px !important;
  line-height: 1.19;
  color:#fff;
  margin:0
}

.home__banner__section .heading_wrap h1 .hero__typed-cursor {
  display: inline-block;
  background-color: #ffffff;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%  { background-color: #ccc; }
  49% { background-color: #ccc; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #ccc; }
}
.home__banner__section .s_h_with_btn .sub_heading *,
.home__banner__section .s_h_with_btn .content > * {
color:#fff;
}

.home_bannerV2_main_wrapper .timer_title h5 {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: inherit;
    color: #fff;
}
.home__banner__section .s_h_with_btn .sub_heading ul li;
.home__banner__section .s_h_with_btn .sub_heading p{
font-size:20px;
font-style: normal;
line-height: 1.5;
}

.home__banner__section .s_h_with_btn .sub_heading ul{
padding:0;
   padding-left:30px;
}

.home__banner__section .s_h_with_btn .hs-custom_btn{
  justify-content:center;
}

.home__banner__section .s_h_with_btn .hs-custom_btn .hs-custom_btn_item {
  padding: 0.3rem 0.5rem;
}

.home__banner__section .s_h_with_btn .hs-custom_btn .hs-custom_btn_item a{
  padding: 15px 24px 15px 47px !important;
}
.home_bannerV2_main_wrapper .banner_buttons_grp {
    padding-top: 30px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -5px;
}
.home_bannerV2_main_wrapper .left .banner_buttons_grp {
    justify-content: left;
}
.home_bannerV2_main_wrapper .right .banner_buttons_grp {
    justify-content: right;
}
.home_bannerV2_main_wrapper .banner_buttons_grp .button_item {
    margin: 5px;
}
.home_bannerV2_main_wrapper .banner_buttons_grp .button_item a {
    cursor: pointer;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding-left: 47px !important;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: all .3s ease;
    vertical-align: middle;
    width: auto;
    z-index: 1;
    background-color: #6b264c;
    border: 1px solid #30274a;
    border-radius: 16px;
    color: #fff;
    padding: 13px 24px;
}
.home_bannerV2_main_wrapper .banner_buttons_grp .button_item.primary a {
    background-color: #c9b25f;
    border: 1px solid #c9b25f;
    color: #fff;
}
.home_bannerV2_main_wrapper .banner_buttons_grp .button_item.primary a:hover {
    background-color: #c9b25f;
    border: 1px solid #c9b25f;
    color: #fff;
}
.home_bannerV2_main_wrapper .banner_buttons_grp .button_item.primary a:hover svg { 
    fill: #fff;
}
.home_bannerV2_main_wrapper .banner_buttons_grp .button_item a svg {
    left: 20px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
}
.home_bannerV2_main_wrapper .banner_buttons_grp .button_item.secondary a {
    background-color: #fff;
    color: #6b254c;
}
.home_bannerV2_main_wrapper .banner_buttons_grp .button_item.secondary a svg path {
    fill: #6b254c;
}
.home_bannerV2_main_wrapper .banner_buttons_grp .button_item.custom_icon a svg {
    width: 17px;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
    fill: #fff;
}



@media(min-width:600px){
  .home__banner__section .heading_wrap h1{
    font-size: 52px !important;
  }
}

@media(min-width:782px){
  .home__banner__section .heading_wrap h1{
    font-size: 65px !important;
  }
  .home__banner__section .s_h_with_btn,
  .home__banner__section .heading_wrap{
    flex-wrap: nowrap!important;
  }
}

@media(min-width:900px){
  .home__banner__section .heading_wrap h1{
    font-size: 72px !important;
  }
}



/*---------------- Video Section ----------------*/

.home_banner_main_wrapper .video_with_logo_images_container{
  position:relative;
}

.home_banner_main_wrapper .video_with_logo_images_container:before {
  left: 0px;
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.home_banner_main_wrapper .video_with_logo_images_container .b-video .wistia-video-wrap .hs-block-group__inner-container {
  position:relative;
  width:100%;
  padding-bottom:56.75%;
  box-shadow:13px 13px 70px rgba(177, 83, 154, 0.2);
  border-radius:10px;
  overflow:hidden;
}

.home_banner_main_wrapper .video_with_logo_images_container .b-video .wistia-video-wrap .wistia_embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.home_banner_main_wrapper .video_with_logo_images_container .b-video {
  padding-left: 20px;
  padding-right: 20px;
}

.home_banner_main_wrapper .video_with_logo_images_container .b-video .wistia-video-wrap {
  margin-bottom:20px;
}

.home_banner_main_wrapper .video_with_logo_images_container .b-video .wistia-video-wrap {
    max-width: 720px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 30px !important;
    border: 1.1px solid #B1539A;
    box-shadow: 13px 13px 70px rgba(177, 83, 154, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: -100px;
    background-color: #fff;
}

.home_banner_main_wrapper .video_with_logo_images_container .b-intro--home .b-video .wistia-video-wrap > .hs-block-group__inner-container,
.home_banner_main_wrapper .video_with_logo_images_container .b-video figure.wp-block-video > video {
  display: block;
  box-shadow:13px 13px 70px rgba(177, 83, 154, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.home_banner_main_wrapper .video_with_logo_images_container .wistia-video-wrap {
  width: 100%;
  max-width: 898px !important;
}
.home_bannerV2_main_wrapper .ineer_wrapper {
    padding-top: 34px;
}
.home_bannerV2_main_wrapper .sub_heading > *:first-child {
    margin-top: 0;
    padding-top: 0;
}
.home_banner_main_wrapper .video_with_logo_images_container .wistia-video-wrap_inner {
    max-width: 688px;
    margin: 0 auto;
    display: block;
}
.home_banner_main_wrapper .video_with_logo_images_container.video .wistia-video-wrap_inner {
    max-width: 100%;
}
.home_banner_main_wrapper form .hs-error-msg,
.home_banner_main_wrapper .hs_error_rollup label.hs-main-font-element {
    color: #ef6b51 !important;
}
.home_banner_main_wrapper .clock-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.home_banner_main_wrapper .left .clock-container {
    justify-content: left;
}
.home_banner_main_wrapper .right .clock-container {
    justify-content: right;
}
.home_banner_main_wrapper .clock-container .clock-col .clock-change-item {
    background-color: #fff;
    padding: 12px 14px;
    border-radius: 4px;
    color: #000;
    font-weight: 600;
}
.home_banner_main_wrapper .clock-container .clock-col:not(:last-child):after {
    content: ":";
    margin: 0 13px;
    position: absolute;
    right: -27px;
    top: 10px;
}
.home_banner_main_wrapper .clock-container .clock-col {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    position: relative;
    flex-direction: column;
    margin: 0 13px;
}
.home_banner_main_wrapper .clock-container .clock-col .clock-text-item {
    font-size: 16px;
    margin-top: 6px;
}

@media only screen and (min-width: 600px) {
  .home_banner_main_wrapper .video_with_logo_images_container .wistia-video-wrap {
    padding: 20px;
  }
}


/* Homepage Wistia Button */
.home_banner_main_wrapper .video_with_logo_images_container .wisita_play_button_wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
}
.home_banner_main_wrapper .video_with_logo_images_container .wisita_play_button {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.home_banner_main_wrapper .video_with_logo_images_container .wisita_play_button svg {
  transition: transform .2s;
}
.home_banner_main_wrapper .video_with_logo_images_container .wisita_play_button:hover {
  cursor: pointer;
}
.home_banner_main_wrapper .video_with_logo_images_container .wisita_play_button:hover svg {
  transform: scale(1.05);
}






@media (max-width:767px) {
  .home_banner_main_wrapper .video_with_logo_images_container .b-video .wistia-video-wrap {
      padding: 15px !important;
  }
  .home_banner_main_wrapper .clock-container .clock-col .clock-change-item {
      padding: 10px;
  }
  .home_banner_main_wrapper.hide_bot_sectionMobile .video_with_logo_images_container {
      display: none !important;
  }
}

@media (max-width:480px) {
  .home_bannerV2_main_wrapper .banner_buttons_grp {
      display: block;
  }
  .home_bannerV2_main_wrapper .banner_buttons_grp .button_item {
      margin: 20px 5px;
  }
  .home_banner_main_wrapper .clock-container .clock-col {
      margin: 0 10px;
  }
  .home_banner_main_wrapper .clock-container .clock-col:not(:last-child):after {
      content: ":";
      margin: 0px 10px;
      right: -23px;
      top: 10px;
  }
  .home_banner_main_wrapper .clock-container .clock-col .clock-text-item {
      font-size: 14px;
  }
}