/** Shopify CDN: Minification failed

Line 345:1 Expected "}" to go with "{"

**/
section.section_logos {
    margin-top: 4rem;
}
.mobile_hero_banner.header_background-image-wrapper {
    background: #000;
    position: absolute;
    top: 12%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.home_featured_collection {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:3rem;
    padding: unset;
}
  .slider_grid.grid {
    list-style: none;
}
  .collection_featured_image img {
    width: 100%;
    height: 100%;
}
  .slider_grid.grid {
    list-style: none;
    border: 1px solid #D9D9D9;
    min-height: 420px;
    position: relative;
}
  .collection_card_component h2.product_title {
    font-size: 28px;
    font-weight: 400;
    font-family: 'bebasneue';
    margin-bottom:0px;
}
.collection_card_component {
    padding: 1rem 2rem 0 1rem;
}
  h4.product_subtitle.H03 {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 25px;
    color: #7f7f7f;
    font-size:21px;
    margin:0px;
    font-family: 'bebasneue';
}
  .plan_price span.plan {
/*     color: #000; */
    font-size: 16px;
    line-height: 19px;
    font-family: Roboto;
    font-weight: 500;
}
.plan_price {
    padding-top: 4.5rem;
} 
.collection_featured_image {
  max-height: 215px;
  overflow: hidden;
}
.collection_card_component .tags_btn {
  position: absolute;
  top: 21px;
  right: 21px;
}
.collection_card_component .tags_btn span.button_tag {
  background: #B21B1B;
  border: 1px solid #B21B1B;
  padding: 7px 17px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'bebasneue';
}
.group_link a.a_link:hover {
  color: rgba(178, 27, 27, .8);
}
/* hero image link section css start */
.Satisfied_users_section {
    width: 80%;
    padding-top: 3rem;
}
img.profile_img2 {
    position: absolute;
    left: 17px;
}
h1.hero-heading.home {
    padding-top: 5rem;
}
.users_image {
    width: 6%;
    float: left;
    padding-top: 6px;
    position: relative;
}
.user_link {
    float: right;
    width: 91%;
}
.user_link h6 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #7f7f7f;
    font-family: 'bebasneue';
}
a.menu-icon__wrapper.search.w-inline-block span.search_text {
    font-size: 12px;
    padding-left: 7px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 1px;
}
.main_heading_part {
    width: 100%;
    padding: 3rem 0 6rem 0;
}
.programs_title {
    width: 50%;
    float: left;
}
.group_link {
    width: 50%;
    float: right;
    height: 60px;
    text-align: right;
    padding-top:1.2rem;
}
.group_link a.a_link {
    font-size: 17px;
    font-family: Roboto;
    font-weight: 500;
    border-bottom: 2px solid;
    padding-bottom: 3px;
   text-transform: uppercase;
}
.programs_title h2.H02 {
    margin: 0;
    font-size: 56px;
}
.group_link span.arrow-iconic.left_arrow_img {
    margin-left: 12px;
}
.plan_price .arrow-iconic {
    margin-left: 25px;
    font-family: Ionicons,sans-serif;
    font-size: 1.2rem;
}
.plan_price a.a_link {
    position: relative;
}
span.arrow-iconic.left_arrow_img {
    position: absolute;
}
.plan_price a.a_link:hover {
    color: rgba(178, 27, 27, .8);
}
@media screen and (max-width:1101px) {
  .hero-heading.home {
    font-size: 65px;
}
  .header_component {
    padding-bottom: 8rem;
}
.user_link h6{
  margin-left:8px
}
}
@media screen and (max-width:1200px) {
  .slider_grid.grid {
    min-height:380px;
}
.collection_featured_image {
  max-height: 165px;
  overflow: hidden;
}
.home_featured_collection {
  gap: 2rem;
}
.plan_price {
  padding-top: 3.5rem;
}
.plan_price span.plan {
  font-size: 15px;
}
.plan_price .arrow-iconic {
  margin-left: 18px;
}
}
@media screen and (max-width:990px) {
.programs_title h2.H02 {
  margin: 0;
  font-size: 40px;
}
.group_link {
  padding-top: 0.75rem;
}
.collection_card_component .tags_btn span.button_tag {
  font-size: 13px;
}
.collection_card_component {
  padding: 1rem 1rem 0 1rem;
}
h4.product_subtitle.H03 {
  font-size: 18px;
}
.collection_card_component a.product_title h2 {
  font-size: 22px;
}
.plan_price {
  padding-top: 2.5rem;
}
.slider_grid.grid {
  min-height: 375px;
}
}
@media screen and (min-width:769px) {
.group_link.mobile_group_link {
    display: none;
}
}
@media only screen and (max-width:800px) and (min-width:651px)  {
 .collection_card_component .tags_btn span.button_tag {
    padding: 6px 6px;
 }
}

@media screen and (max-width:768px) {
  h1.hero-heading.home {
    padding-top: 21rem;
    font-size: 48px;
}
  a.button.margin-btm.w-button.banner_button {
    width: 100% !important;
}
.header_component {
  padding-bottom: 3rem;
}
.Satisfied_users_section {
  width: 100%;
  padding-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Satisfied_users_section .user_link {
  float: unset;
  width: unset;
}
.Satisfied_users_section .users_image {
  width: unset;
  position: relative;
  right: 1.2rem;
  top: -5px;
}
.desktop_hero_background {
    display: none;
 }
.slider_grid.grid {
    min-height: 328px;
}
.group_link.desktop_group_link {
  display: none !important;
}
.programs_title {
    width: 100%;
}
.main_heading_part {
  width: 100%;
  padding: 2rem 0 4rem;
} 
.programs_title h2.H02 {
  font-size: 35px;
}
.group_link {
  width: 100%;
  text-align: left;
  padding-top: 1.2rem !important;
}
}
@media screen and (max-width:651px) {
.home_featured_collection {
    display: block;
    gap:1rem;
    padding: unset;
}
.slider_grid.grid {
    min-height: 338px;
    margin-right: 30px;
    margin-left: -9px;
}
h1.hero-heading.home {
  padding-top: 11rem;
  font-size: 40px;
}
.user_link h6 {
  text-transform: uppercase;
  font-size: 17px;
}
}
@media screen and (max-width:500px){
h1.hero-heading.home {
    padding-top: 10rem;
    font-size: 30px;
 }
.mobile_hero_banner.header_background-image-wrapper {
  top: 16%;
}
.banner_button {
    padding: 10px 22px;
    font-size: 14px;
} 
.button.margin-btm {
    margin-bottom: 12px;
}
.header_component {
    padding-bottom: 2rem;
}  
}
@media screen and (max-width: 430px){
h1.hero-heading.home {
    padding-top: 7rem;
    font-size: 30px;
    width: 95%;
}
@media screen and (max-width:390px){
h1.hero-heading.home {
    padding-top: 5rem;
    font-size: 27px;
}
@media screen and (max-width:350px){
  h1.hero-heading.home {
    padding-top: 2.5rem;
    font-size: 24px;
}
}