@media(min-width: 1000px){
  .hero-container-wrapper{
    margin-bottom: 128px;
  }

}
@media(max-width: 1000px){
  .hero-container-wrapper{
    margin-bottom: 64px;
  }

}

.hyphenate {
    hyphens: auto;
}

.hero-teaser-heading.small {
    font-size: 1.5rem;
    line-height: 1.2;
    color: #333333;
    margin-bottom: 1.25rem;
}

@media(min-width: 1400px){
  
}
.hero-container-wrapper {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
 min-height: 550px; 
  display: flex;
  justify-content: space-between; /* Keep this if you want to maintain the current flex layout */
}
.container-text, .container-photo{
  width: 50%;
}


.hero-container-wrapper, .inner-container-wrapper-herob {
  display: flex;
  justify-content: space-between; /* Adjust as needed based on your layout */
}



.container-text {
  /* Add your styling for the container-text here */
  flex: 1; /* This will make container-text take up available space */
  width: 50%; /* Set width to 50% for desktop version */
  position: absolute;

}

.container-photo {
  
  flex: 1;
  width: 50%; 
}

.mobile-breadcrumbs {
display:none;
}
.desktop-breadcrumbs{
display:flex;
}
@media (max-width: 822px) {
    .container-photo{
    position: relative;
  }
  .hero-container-wrapper{
    min-height: unset;
    padding: 0 0  2rem 0 ;
  }
  /*.container-text {
  margin-bottom:70px;
  }*/
  
  .desktop-breadcrumbs{
display:none;
}
  .mobile-breadcrumbs {
  display:flex;
    
  }
  .flex-hero-left-right{
    display:flex;
  flex-direction:column-reverse;
  }
  .herotextbox{
  padding-top:32px;
  }
  .container-photo, .herotextbox {
    width: 100%!important;
}
  .container-text {
    display:flex;
    flex-direction: column; /* Stack items vertically on smaller screens */
  }
  .container-text{
    top:0;
  }

  .container-text,
  .container-photo {
    width: 100%; /* Take up full width on smaller screens */
  }
}


@media (min-width: 780px){

  .conversion-teaser-text{
  padding-top:24px;
  }
.ch-header {

  font-size:45px;
  }}

.header {
   line-height: 1.2;
    color: #333333;
    margin-bottom: 18px;
}

@media (min-width: 780px){
.hero-teaser-heading {
  padding-bottom: 16px;
  padding-right: 16px;
    
  }
  .hero-teaser-subheading{
    padding-right: 16px;
  }
}

@media (min-width: 1080px){
.hero-teaser-heading {
  padding-bottom: 24px;
    
  }
  
  .hero-teaser-heading {
  padding-bottom: 16px;
  padding-right: 24px;
    
  }
  .hero-teaser-subheading{
    padding-right: 24px;
  }

}
@media (min-width: 400px){
.hero-teaser-heading {
    
  }}
.hero-teaser-heading {
    font-weight: bold;
}
@media (min-width: 780px){
.hero-teaser-subheading,.hero-teaser-heading {
   max-width: 600px;
  }}
@media (min-width: 400px){
.hero-teaser-subheading {

  }}

.blogherotext {
    padding-right: 16px;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 0.029px;
    margin-bottom: 22px;
}

/*breadcrumbs*/
  .breadcrumbs__container ul {
    margin-top: 40px;
    margin-bottom: 37px;
  }
  .breadcrumbs__container ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .breadcrumbs__container ul li a {
    font-size: 15px;
    color: #666666;
  }
  .breadcrumbs__container ul li:last-of-type a {
    color: #000;
  }
  
 .breadcrumbs__container ul li a:hover {
    font-size: 15px;
    color: #000;
  }
  .breadcrumbs__container ul li:not(:last-of-type) {
    padding-right: 15px;
    margin-right: 15px;
  }
  .breadcrumbs__container ul li:not(:last-of-type):after,
  .hs-menu-item--container:after {
    content: "\e9fc"; /*ascii before \e9fc*/
    right: -17px;
    font-size: 25px;
    color: #666;
  }
  .breadcrumbs--icon ul > li:first-of-type:before {
    content: "\e970";
    font-size: 18px;
    margin-top: -1px;
  }
  .breadcrumbs__container ul li:nth-last-child(2):after {
    color: #000000;
  }
.breadcrumbs__container ul li:not(:last-of-type) {
  cursor: pointer;
}
  .breadcrumbs__container ul li:not(:last-of-type):after,
  .breadcrumbs--icon ul > li:first-of-type:before,
  .hs-menu-item--container:after {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    
    font-family: 'swisspost-icon-set' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
    align-items: center;
    padding-left: 5px;
    position: absolute;
  }
  .breadcrumbs--icon ul > li:first-of-type {
    width: 40px;
  }
  .breadcrumbs--icon ul > li:first-of-type a {
    position: absolute;
    width: 35px;
    border: 1px solid;
    opacity: 0;
    height: 30px;
    z-index: 1;
    overflow: hidden;
  }
  .breadcrumbs__container .hs-menu-item--container li {
    display: none;
  }
  .hs-menu-item--container {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }
  .hs-menu-item--container:before {
    content: "...";
    padding-right: 10px;
    color: #666666;
  }

  .taglist{
  list-style-type:none;
    margin-bottom:22px;
  
  }
  .taglistitem{
  display: inline-flex;
  height: 32px;
  padding: 7px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
    margin-right: 10px;
  gap: 20px;
  flex-shrink: 0;
    border-radius: 75px;
  border: 2px solid var(--black-20, #CCC);
  background: var(--white-100, #FFF);
    margin-bottom: 8px;
  }
  
.taglistitem:hover{
border: 2px solid #E5E5E5;
  background: #E5E5E5;
  color:#000;

}


  .blogherotext{
  padding-right:16px;
font-size: 24px;
font-style: normal;
font-weight: 300;
line-height: 120%; /* 28.8px */
letter-spacing: 0.029px;
    margin-bottom:0;
  }
.hero-teaser-button {
  padding: .625rem 1.125rem;
  font-size: .9375rem;
  line-height: 1.2;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(51 51 51/var(--tw-bg-opacity));
  border: 2px solid transparent;
  color: rgb(255 255 255/var(--tw-text-opacity))!important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  white-space: normal;
  text-decoration: none;
  word-break: break-word;
}

/*mobile*/
    @media(min-width: 769px) and (max-width: 1184px){
        .container-photo{
    position: relative;
  }
    .hero-padding-box{
      padding-top: 15px!important;
    }
      .hero-teaser-heading{
        font-size: 40px;
        line-height: 1.2;
      }
      .hero-teaser-subheading{
        font-size: 30px;
        line-height: 1.2;
      }
      .hero-teaser-text{
        font-size:20px;
      }
      .hero-teaser-button_text {
        font-size: 15px!important;
      }
  
}
@media (min-width:768px){
.ch-header{
  font-size: 48px;
color: var(--Black, #000);
leading-trim: both;
text-edge: cap;

font-style: normal;
font-weight: 700;
line-height: 120%; /* 57.6px */
letter-spacing: 0.058px;
  }

  .herotextbox>.ch-header{
    display: flex;
flex-direction: column;
align-items: flex-start;
gap: 8px;
    color: var(--Black, #000);
leading-trim: both;
text-edge: cap;
font-style: normal;
font-weight: 300;
line-height: 120%; /* 33.6px */
    letter-spacing: 0.034px;}
  .herotextbox{
    display: flex;
flex-direction: column;
align-items: flex-start;
gap: 32px;
  padding-top:0;
  }
  /*.hero-container-wrapper {
min-height: unset;
}*/
  .breadcrumbs-container{
   
   }
  .blog-hero-content {
      padding-top: 20px;
    }
  .blog-hero-content-container {
   max-width: 100%;
    flex: 0 0 100%;}
.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: row;
  }
  .dnd-section {
    padding: 0; 
    /* position: relative; */
}
  .blog-hero-wrapper {
    flex-direction: column-reverse !important;
    margin-left: 0;
}
.blog-hero-wrapper {
    
    margin-left: 0;
}
  .blog-hero-image-container {
    /* flex: 0 0 100%; */
    max-width: 100%;
}
  
  .taglist{
    margin-bottom:12px;
  }
  .list-item-anchor {
    padding-top:0;
    padding-bottom: 10px;

}
}

.breadcrumbs--icon ul>li:first-of-type:before, .breadcrumbs__container ul li:not(:last-of-type):after, .hs-menu-item--container:after {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-items: center;
    font-family: swisspost-icon-set!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    text-transform: none;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.breadcrumbs--icon ul>li:first-of-type:before {
    content: "\e970";
    font-size: 18px;
    margin-top: -1px;
}
.breadcrumbs--icon ul>li:first-of-type a {
    border: 1px solid;
    height: 30px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 35px;
    z-index: 1;
}



}

.breadcrumbs-container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  margin-top:40px;
    max-width: 1184px;

}

.hero-teaser-button-wrapper {

 
}







.hero-teaser-button:hover {
  background-color: rgb(0 0 0/var(--tw-bg-opacity));
  color: #000;
  border-color: #000;
}

.hero-teaser-button:hover, .hero-teaser-button:hover .hero-teaser-button_text {
    transform: translateX(0);
}

.hero-teaser-button_text{
  transition: transform .25s cubic-bezier(.4,0,.2,1);
  display: inline-block;
  transform: translateX(.55rem);  
  box-sizing: border-box;
}

.svg_arrow_main{
    transition: opacity .25s cubic-bezier(.4,0,.2,1);
    flex-shrink: 0;
    transform: translateX(.5rem);
    opacity: 0; 
}

.hero-teaser-button:hover .svg_arrow_main {
    fill: #fff;
    opacity: 1;
}

.fullwidth.hero-teaser-container{
  padding: 1px 0;
}

/*button Styling second button*/
.hero-teaser-button-wrapper>:nth-child(2){
      background-color: var(--White, #FFF);
  border: 2px solid var(--black-60, #666);
    color: var(--black-80, #333)!important;
  margin-left: 22px;  
}
.hero-teaser-button:nth-child(2):hover .svg_arrow_main {
    fill: #666;
    opacity: 1;
   
}
.hero-teaser-button:nth-child(2):hover  {
     border-color: #000;
}
 .hero-teaser-button_text{
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
letter-spacing: 0.022px;
}

.button-break {
      /* Add your styling for button-break here */
      /* For example, you can change the color */
    margin-left: 0!important;
margin-top:12px;
}

@media only screen and (max-width: 822px){
  .breadcrumbs__container ul li {
    position: relative;
    display: none;
    vertical-align: middle;
}
 #hs_menu_wrapper_dnd_area-dnd_partial-1-module-1_ > ul > li:nth-child(1),#hs_menu_wrapper_dnd_area-dnd_partial-1-module-1_ > ul > li:last-child{
  display:inline-block;
  }
   #hs_menu_wrapper_dnd_area-dnd_partial-1-module-1_ > ul > li:last-child:before {
    content: "...";
    padding-right: 10px;
    color: #666666;
  }

  
  .breadcrumbs__container ul {
  margin-top:24px;
  }
  .herotextbox {
  margin-top:18px;
    gap: 18px;}
  .ch-header{
  font-size:28px;
  }
  
  .breadcrumbs__container ul {
    margin-top: 24px;
    margin-bottom: 32px;
}
 .herotextbox,.mobile-breadcrumbs{ padding-left:12px;
   padding-right:12px;}
   .container-text{
      position: relative;
    
    }
  .hero-container-wrapper {
    max-width: 100%;}
  .breadcrumbs-container{
  margin-top:0;
  }
  .container-text{
margin-left: 0;
    
}
  .container-photo{

    aspect-ratio: 16 / 9!important;
  }
  .hero-teaser-button-wrapper {
  margin-top: 0; 
}
  
  .hero-teaser-button_text{
   font-size: 14px!important;
font-style: normal!important;
font-weight: 400!important;
line-height: 150%!important; /* 21px */
letter-spacing: 0.017px!important;
  }
  
 .hero-teaser-text {font-size: 20px;
font-style: normal!important;
font-weight: 300!important;
line-height: 120%!important; /* 24px */
    letter-spacing: 0.024px!important;}
  
  .hero-teaser-button-wrapper>:nth-child(2){
       margin-left: 16px;  
}
  
  
.header {
  
    font-size: 28px!important;
}
  .hero-teaser-button {
    padding: 0.625rem 14px;
}
  .blogherotext{
  margin-bottom: 0;
  }
}
 
  
  
  @media(max-width: 475px){
   .breadcrumbs__container .hs-menu-item--container li {
    display: none;
  }
  .hs-menu-item--container {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }
  .hs-menu-item--container:before {
    content: "...";
    padding-right: 10px;
    color: #666666;
  }   

    }

@media(min-width: 1181px) and (max-width: 1399px){
  .hero-padding-box{
      padding-top: 20px!important;
  
  }
}

  
@media(min-width: 1400px){
  
  /*.lp-header-desktop{
    max-width: 1440px!important;
  }*/
}

  

@media(min-width: 823px) and (max-width: 1439px){
  .container-text{
    padding-left: 40px;
  }
}


  @media(max-width: 1184px) and (min-width: 823px)
  {
    .hero-container-wrapper {
        margin-bottom: 16px!important;
    }
  }

