/** Shopify CDN: Minification failed

Line 835:0 Unexpected "}"

**/
.article{
  background: #F9F9F9;
}
.article .article-template-section .container:not(.containerTitle){
  width: 1528px;
  max-width: 100%;
  justify-content: space-between;
}
.article .article-template-section .container:not(.containerTitle):after{
  content: none;
}

.article .banner-featured {
  padding-top: 95px;
}
.article .banner-section__image{
  position: relative;
}
.article .banner-featured .banner-section__image img{
  height: 665px;
  object-fit: cover;
}
.article .breadcrumb{
  position: absolute;
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  max-width: 95% !important;
}
.article .breadcrumb_text{
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #FFF;
  font-family: Montserrat,sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.21;
  margin: 0 !important;
  padding: 0 44px;
}
.article .breadcrumb_text a{
  font-family: inherit;
  color: inherit;
  font-size: inherit;
}
.article .articleTitle{
  background: rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(6px);
  padding: 10px;
  border-radius: 4px;
  text-align: left;
}

.article .containerTitle{
  background: linear-gradient(265deg, #A1B145 11.97%, #A8BA46 95.45%);
  border-radius: 12px 12px 0 0;
  padding: 0;
  width: calc( 1200px - 150px );
  max-width: 80%;
  margin-top: -332px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article .containerTitle .contentTitle{
  padding: 43px 50px 35px;
}
.article .containerTitle h1{
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.article .content{
  border-radius: 12px;
  background: #FFF;
  padding: 0px;
  display: flex;
  max-width: 95% !important;
}
.article .content .contentInner{
  display: flex;
  justify-content: space-between;
  padding: 59px 44px 64px;
}
.article .content .contentCol{
  width: 55.5%;
  max-width: 100%;
  margin: 0;
}
.article .content .sidebar{
  width: 43.2%;
  max-width: 100%;
  margin: 0;
}
.article .blog_meta{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 41px;
  margin: 0;
}
.article .blog_meta div{
  color: rgba(23, 33, 25, 0.5);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.21;
  margin: 0;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.article .blog_meta > div{
  display: flex;
  gap: 9px;
}
.article .blog_meta > div:last-child{
  text-align: right;
}
.article .blog_meta .blogData{
  color: #172119;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.21;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 11px;
  min-height: 45px;
}
.article .blog_meta .blogData div,
.article .blog_meta .blogData p,
.article .blog_meta .blogData a{
  font-size: inherit;
  color: inherit;
  margin: 0;
}
.article .blog_meta .blogData .blogAuthorImage{
  width: 45px;
  height: 45px;
  border-radius: 1000px;
  overflow: hidden;
}
.article .blog_meta .blogData .blogAuthorImage div,
.article .blog_meta .blogData .blogAuthorImage img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article .blog_meta span:after{
  content: none;
}
.article .content h2{
  color: #172119;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.21;
  margin-bottom: 20px;
}
.article .content h2:not(:nth-child(2)){
  margin-top: 50px;
}
.idSelectors {
  width: 100%;
  display: block;
  height: 20px;
  margin-bottom: -20px;
}
.article .content p{
  color: #172119;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
.article .content img{
  border-radius: 12px;
  filter: drop-shadow(3px 6px 6px rgba(0, 0, 0, 0.25));
}
.article .content p a{
  color: #247887;
  font-family: Montserrat;
  font-size: inherit;
  font-weight: 600;
  text-decoration-line: underline;
}
.article .content .contentWrapper > div:last-child{
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, .5);
  padding: 26px 28px 24px;
  margin-top: 45px;
  display: flex;
  gap: 8px;
}
.article .content .contentWrapper > div:last-child img{
  width: 95px;
  height: 95px;
  border-radius: 1000px;
  object-fit: cover;
  margin: 0 !important;
}
.article .content .contentWrapper > div:last-child div{
  color: #172119;
  font-family: Montserrat !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 600;
  line-height: 1.21;
  margin-bottom: 11px;
}
.article .content .contentWrapper>div:last-child div:last-child{
  margin-bottom: 0;
}
.article .content .contentWrapper>div:last-child div a{
  color: inherit;
}
.article .content .contentWrapper>div:last-child span{
  color: #172119 !important;
  font-family: Montserrat !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}
.article .content .contentWrapper>div:last-child span strong{
  font-weight: 400;
}
.article .content .contentWrapper > div:last-child a{
  color: #247887 !important;
  font-weight: 600 !important;
  text-decoration-line: underline !important;
}
.article .content .blogProduct{
  background: linear-gradient(264deg, #B6C94D 15.03%, #8CAA1B 84.58%);
  padding: 49px 45px;
  border-radius: 12px;
  position: relative;
  margin-top: 44px;
}
.article .content .blogProduct .blogProuctColumn{
  margin: 0;
  position: relative;
  width: 100%;
}
.article .content .blogProduct .title{
  padding: 0;
  margin: 0;
  border: none;
}
.article .content .blogProduct .title a,
.article .content .blogProduct .title p{
  color: #FFF;
  margin: 0;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.219;
}
.article .content .blogProduct .title b,
.article .content .blogProduct .title strong{
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  display: block;
}
.article .content .blogProduct .purchase-details__quantity{
  display: none;
}
.article .content .blogProduct .purchase-details__buttons{
  margin: 0;
}
.article .content .blogProduct .purchase-details__buttons button,
.article .content .blogProduct .action_button{
  color: #041D22;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.21;
  text-transform: uppercase;
  border-radius: 6px;
  background: #FFF;
  width: fit-content;
  padding: 16px 37px;
  margin-top: 20px;
  min-height: unset;
}
.article .content .blogProduct .blogProductContent{
  width: 70%;
  max-width: 70%;
}
.article .content .blogProduct .blogProductImage{
  position: absolute;
  width: 200px;
  top: -80px;
  right: 10%;
}
.article .content .blogProduct .flickity-slider{
  mix-blend-mode: multiply;
}
.article .content .blogProduct .product-gallery__main{
  pointer-events: none;
}
.article .content .blogProduct .flickity-button{
 display: none; 
}

.article .content .collectionI{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 60px;
}
.article .content .collectionI .collectionHeading{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.article .content .collectionI .collectionHeading h2{
  margin: 0;
  letter-spacing: 0;
}
.article .content .collectionI .collectionHeading a{
  border-radius: 6px;
  background: #779212;
  padding: 12px 37px 10px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.219;
  text-transform: uppercase;
  min-height: unset;
}
.article .content .collectionI .sixteen.columns,
.article .content .collectionI .container,
.article .content .collectionI .section{
  width: 100%;
  padding: 0;
  margin: 0;
}
.article .content .collectionI .products{
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.article .content .collectionI .products br{
  display: none;
}
.article .content .collectionI .products a{
  margin: 0;
  padding: 0;
}
.article .content .collectionI .products .four.columns{
  width: 32%;
  margin: 0;
}
.article .content .collectionI .products .image-element__wrap{
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  overflow: hidden;
  margin-bottom: 5px;
  padding: 10px 0;
}
.article .content .collectionI .products .image__container .quick_shop{
  display: none;
}
.article .content .collectionI .products .info{
  line-height: 1.4;
}
.article .content .collectionI .products .info .title{
  color: #172119;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.article .content .collectionI .products .info .price{
  line-height: 1;
  margin-top: 8px;
}
.article .content .collectionI .products .info .money{
  color: #172119;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.article .slider-blog-posts .container{
  width: 1528px;
  max-width: 95%;
}
.article .slider-blog-posts .section{
  position: relative;
}
.article .slider-blog-posts .sixteen.columns{
  width: 100%;
  margin: 0;
}
.article .slider-blog-posts .title{
  color: #172119;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.21;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 32px;
}
.article .slider-blog-posts .article{
  width: calc( 32% - 32px );
  margin: 0;
}
.article .slider-blog-posts .article.alpha{
  margin-left: 0;
  width: calc( 32% - 16px );
}
.article .slider-blog-posts .article .image-element__wrap{
  position: relative;
  border-radius: 12px;
}
.article .slider-blog-posts .article .image-element__wrap:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 175px;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(90, 87, 87, 0.36) 48.25%, #090909 100%);
}
.article .slider-blog-posts .article .image-element__wrap img{
  height: 284px;
  object-fit: cover;
}
.article .slider-blog-posts .article .blog_meta{
  position: absolute;
  top: 210px;
  left: 20px;
  font-size: 20px;
}
.article .slider-blog-posts .article .blog_meta > span:nth-child(n+3){
  display: none;
}
.article .slider-blog-posts .article .blog_meta a {
  border-radius: 90px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  display: block;
  padding: 8px 16px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.article .slider-blog-posts .article .sub_title{
  color: #172119;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  padding-top: 23px;
  margin-bottom: 7px;
  letter-spacing: 0;
}
.article .slider-blog-posts .article .sub_title a{
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.article .slider-blog-posts .article .excerpt {
  color: #011C50;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}
.article .slider-blog-posts .swiper-button-prev:after,
.article .slider-blog-posts .swiper-button-next:after{
  content: none;
}
.article .slider-blog-posts .swiper-button-prev,
.article .slider-blog-posts .swiper-button-next{
  border: 1px solid #CFCFCF;
  border-radius: 1000px;
  width: 18px;
  height: 18px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  z-index: 5;
  top: 25px;
  transform: unset;
  left: unset;
}
.article .slider-blog-posts .swiper-button-prev{
  right: 66px;
}
.article .slider-blog-posts .swiper-button-next{
  right: 0px;
}
.article .slider-blog-posts .truncation-fade{
  display: none;
}


.article .image-with-text-overlay-section .banner-section{
  padding-top: 6px;
  padding-bottom: 56px;
  margin: 0;
  width: 100%;
}
.article .image-with-text-overlay-section .banner-section .banner-section__image img{
  height: 354px;
  object-fit: cover;
}
.article .image-with-text-overlay-section .banner-section .banner-section__image{
  border-radius: 12px;
  overflow: hidden;
}
.article .image-with-text-overlay-section .container{
  width: 1528px;
  max-width: 100%;
  padding: 0;
}
.article .image-with-text-overlay-section .headline{
  color: #FFF;
  font-family: Montserrat;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
.article .image-with-text-overlay-section .banner-section .banner-section__image .action_button{
  color: #041D22;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.21;
  text-transform: uppercase;
  background: white;
  padding: 15px 37px;
  margin: 18px 0 0;
  text-shadow: none;
}
.article .image-with-text-overlay-section .banner-section .container .nine.columns{
  width: 720px;
  max-width: 100%;
  padding-left: 66px;
  margin: 0;
}

.article .sidebar_content{
  border-left: 0;
  padding-left: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  align-items: flex-start;
  align-content: flex-start;
}
.article .sideSections--content_headings{
  top: 95px;
  z-index: 5;
  background: white;
  transition: 0.4s ease-out all;
}
.article .sideSections--content_headings.stickied{
  position: sticky;
}
.article .sidebar .social_v2{
  display: flex;
  align-items: center;
  gap: 13px;
}
.article .sidebar .social_v2 button{
  border-radius: 4px;
  border: 1px solid rgba(25, 25, 27, 0.50);
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  color: #172119;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.21;
  background: transparent;
  text-transform: none;
}
.article .sidebar .social_v2 a{
  padding: 0;
  width: 53px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid rgba(25, 25, 27, 0.50);
  top: 0;
}

.article .sidebar .content_headings {
  counter-reset: headings;
  list-style: none;
  margin-left: 0;
}
.article .sidebar .content_headings .headingLinks{
  color: #172119;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.21;
  transition: 0.4s ease-out all;
}
.article .sidebar .content_headings .headingLinks:first-child{
  padding-top: 10px;
}
.article .sidebar .content_headings .headingLinks:not(:last-child){
  padding-bottom: 23px;
  margin-bottom: 23px;
  border-bottom: 1px solid #000;
}
.article .sidebar .content_headings .headingLinks a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding-right: 16px;
  width: 100%;
  color: inherit;
}
.article .sidebar .content_headings .headingLinks a.active,
.article .sidebar .content_headings .headingLinks:hover{
  color: #779212;
}
.article .sidebar .content_headings .headingLinks a svg{
  min-width: 20px;
}
.article .sidebar .content_headings .headingLinks span{
  display: flex;
  gap: 15px;
}
.article .sidebar .content_headings .headingLinks span:before{
  counter-increment: headings;
  content: counter(headings)".";
  font-size: inherit;
}

.article .sidebar .recent_articles{
  margin-bottom: 0;
}
.article .sidebar .recent_articles li{
  margin: 0; 
  padding: 0;
}
.article .sidebar .recent_articles li:not(:last-child){
  padding-bottom: 23px;
  margin-bottom: 23px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15)
}
.article .sidebar .recent_articles a{
  display: flex;
  gap: 18px;
  align-items: stretch;
}
.article .sidebar .recent_articles .recent_image .image-element__wrap{
  width: 137px;
  height: 116px;
  border-radius: 12px;
  overflow: hidden;
}
.article .sidebar .recent_articles .recent_image .image-element__wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article .sidebar .recent_articles .recent_content{
  color: #172119;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 14px;
}
.article .sidebar .recent_articles .recent_content .tagging{
  color: #162750;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  border-radius: 90px;
  border: 1px solid rgba(23, 33, 25, 0.50);
  padding: 6px 16px;
}



.article .content ol,
.article .content ul {
  color: #172119;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.article .sidebar .sideSections{
  width: 100%;
}
.article .sidebar .sideSections + .sideSections{
  margin-top: 33px;
}
.article .sidebar .sideSections + .sideSections--content_headings{
  margin-top: 46px;
}
.article .sidebar .banner-sectionI{
  border-radius: 12px;
  overflow: hidden;
}
.article .sidebar .banner-sectionI img{
  object-fit: cover;
}
.article .sidebar .banner-sectionI--2 img{
  height: 240px;
}
.article .sidebar .banner-sectionI .container{
  overflow: hidden;
}
.article .sidebar .banner-sectionI .columns{
  --spaceX: 32px;
  width: calc(100% - calc( var(--spaceX) * 2 ));
  max-width: calc(100% - calc( var(--spaceX) * 2 ));
  padding: 0 var(--spaceX);
  margin: 0;
}
.article .sidebar .banner-sectionI .columns.align_left{
  width: calc(100% - calc( var(--spaceX) * 2.9 ));
  max-width: calc(100% - calc( var(--spaceX) * 2.9 ));
  padding: 0 calc( var(--spaceX) * 1.9 ) 0 var(--spaceX);
}
.article .sidebar .banner-sectionI .columns.align_center .action_button{
  margin-top: 15px;
}
.article .sidebar .banner-sectionI .headline{
  color: #FFF;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.21;
  border: none;
  padding: 0;
  margin: 0;
  text-shadow: none;
}
.article .sidebar .banner-sectionI .action_button {
  margin-top: 36px;
  border-radius: 6px;
  background: #fff;
  color: #172119;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.21;
  text-transform: uppercase;
  padding: 16px 42px;
  text-shadow: none;
  min-height: unset;
}

@media(min-width: 1441px){
  .header .container,
  .footer .container,
  .sub-footer .container{
    width: 1460px;
    max-width: 95%;
  }
  .header .columns.logo{
    width: 25%;
  }
  .header .columns.nav{
    width: 70%;
  }
  .footer .container{
    
  }
  .sub-footer .container
}

@media(max-width: 1440px){
  .article .sidebar .banner-sectionI .headline{
    font-size: 30px;
  }
  
  .article .content .blogProduct .blogProductImage {
    width: 180px;
    right: 6%;
  }
  
  .article .sidebar .social_v2 a svg{
    height: 24px;
  }
  .article .sidebar .social_v2 a:nth-child(n+4) svg{
    height: 14px;
    width: -webkit-fill-available;
  }
  
  .article .sidebar .banner-sectionI .columns,
  .article .sidebar .banner-sectionI .columns.align_left{
    --spaceX: 26px;
    width: calc(100% - calc(var(--spaceX)* 2));
    max-width: calc(100% - calc(var(--spaceX)* 2));
    padding: 0 var(--spaceX);
  }

  .article .image-with-text-overlay-section .container{
    max-width: 95%;
  }
}

@media(max-width: 1280px){
  .article .breadcrumb_text{
    padding: 0 30px;
  }

  .article .banner-featured{
    padding-top: 82px
  }
  .article .banner-featured .banner-section__image img{
    height: 590px;
  }
  
  .article .containerTitle{
    max-width: 75%;
    min-height: unset;
  }
  .article .containerTitle .contentTitle{
    padding: 20px 40px;
  }
  .article .containerTitle h1{
    font-size: 46px;
  }

  .article .content .contentCol{
    width: 58%;
  }
  .article .blog_meta{
    padding-bottom: 30px;
  }
  .article .content .contentInner{
    padding: 40px 30px;
  }
  .article .blog_meta>div{
    gap: 5px;
  }
  .article .blog_meta div{
    font-size: 15px;
  }
  .article .blog_meta .blogData{
    font-size: 17px;
  }
  .article .content h2{
    font-size: 26px;
  }
  .article .content p{
    font-size: 15px;
  }
  .article .content h2:not(:nth-child(2)){
    margin-top: 35px;
  }
  .article .content .sidebar{
    width: 40%;
  }
  .article .sidebar_content{
    padding-left: 20px;
  }
  .article .content .blogProduct{
    padding: 30px 25px;
    margin-top: 30px;
  }
  .article .content .blogProduct .title a,
  .article .content .blogProduct .title p{
    font-size: 36px;
  }
  .article .content .blogProduct .title b,
  .article .content .blogProduct .title strong{
    font-size: 20px;
  }
  .article .content .blogProduct .blogProductImage{
    width: 160px;
    right: 6%;
    top: -60px;
  }
  .article .content .blogProduct .purchase-details__buttons button,
  .article .content .blogProduct .action_button{
    font-size: 14px;
    padding: 10px 32px;
  }

  .article .content .collectionI{
    margin-top: 30px;
  }
  .article .content .collectionI .collectionHeading a{
    padding: 10px 32px;
    font-size: 14px;
  }
  .article .content .collectionI .products .info .title{
    font-size: 14px;
  }
  .article .content .collectionI .products .info .money{
    font-size: 16px;
  }
  .article .content .contentWrapper>div:last-child img{
    width: 70px;
    height: 70px;
  }
  .article .content .contentWrapper>div:last-child div{
    font-size: 17px !important;
  }
  .article .content .contentWrapper>div:last-child span{
    font-size: 14px!important;
  }

  .article .sidebar .social_v2 button{
    font-size: 13px;
    padding: 6px 12px;
    min-height: unset;
  }
  .article .sidebar .social_v2 button svg{
    width: 20px;
    height: 20px;
  }
  .article .sidebar .social_v2 a{
    width: 30px;
    height: 30px;
  }
  .article .sidebar .social_v2 a svg{
    max-width: 100%;
    max-height: inherit;
  }

  .article .sidebar .recent_articles li:not(:last-child){
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .article .sidebar .recent_articles a{
    width: 100%;
    gap: 10px;
    padding-right: 0;
  }
  .article .sidebar .recent_articles .recent_image .image-element__wrap{
    width: 115px;
    height: 95px;
  }
  .article .sidebar .recent_articles .recent_content{
    font-size: 20px;
  }
  .article .sidebar .recent_articles .recent_content .tagging{
    font-size: 13px;
    padding: 4px 14px;
  }

  .article .sidebar .content_headings .headingLinks{
    font-size: 20px;
  }
  .article .sidebar .content_headings .headingLinks:not(:last-child) {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .article .sidebar .content_headings .headingLinks a{
    padding-right: 0;
  }

  .article .sidebar .banner-sectionI .headline{
    font-size: 22px;
  }
  .article .sidebar .banner-sectionI .action_button{
    margin-top: 16px;
    font-size: 14px;
    padding: 10px 32px;
  }
  .article .sidebar .banner-sectionI--2 img{
    height: 160px;
  }

  .article .slider-blog-posts .title{
    font-size: 26px;
  }
  .article .slider-blog-posts .swiper-button-prev,
  .article .slider-blog-posts .swiper-button-next{
    width: 14px;
    height: 14px;
    padding: 12px;
    top: 18px;
  }
  .article .slider-blog-posts .swiper-button-prev{
    right: 50px;
  }
  .article .slider-blog-posts .article .image-element__wrap img{
     height: 190px;
  }
  .article .slider-blog-posts .article .blog_meta {
    top: 140px;
  }
  .article .slider-blog-posts .article .blog_meta a{
    font-size: 14px;
    padding: 4px 14px;
  }
  .article .slider-blog-posts .article .sub_title{
    font-size: 18px;
  }
  .article .slider-blog-posts .article .excerpt{
    font-size: 13px;
  }

  .article .image-with-text-overlay-section .banner-section{
    padding-bottom: 20px;
  }
  .article .image-with-text-overlay-section .banner-section .container .nine.columns{
    width: 80%;
    padding-left: 0;
    margin: 0;
  }
  .article .image-with-text-overlay-section .banner-section .banner-section__image img{
    object-position: right center;
    height: 280px;
  }
  .article .image-with-text-overlay-section .headline{
    font-size: 36px;
  }
  .article .image-with-text-overlay-section .banner-section .banner-section__image .action_button{
    font-size: 14px;
    padding: 12px 32px;
    min-height: unset;
  }
}

@media(max-width: 920px){
  .article .banner-featured{
    padding-top: 110px;
  }
  
  .article .content img{
    width: 100%;
    float: unset;
  }
}

@media(max-width: 890px){
  .article .breadcrumb_text{
     padding: 0 25px;
  }
  .article .banner-featured .banner-section__image img {
    height: 520px;
  }
  .article .containerTitle .contentTitle {
    padding: 20px 30px;
  }
  .article .containerTitle h1 {
    font-size: 36px;
  }

  .article .content .contentInner {
    padding: 30px 25px;
  }
  .article .content .contentCol {
    width: 54%;
  }
  .article .content h2 {
    font-size: 24px;
  }

  .article .content .blogProduct{
    margin-top: 20px;
    padding: 30px 20px;
  }
  .article .content .blogProduct .title a,
  .article .content .blogProduct .title p {
    font-size: 30px;
  }
  .article .content .blogProduct .title b,
  .article .content .blogProduct .title strong {
    font-size: 18px;
  }
  .article .content .blogProduct .blogProductImage{
    width: 15vw;
    right: 3%;
    top: -60px;
  }
  .article .content .blogProduct .purchase-details__buttons button,
  .article .content .blogProduct .action_button{
    padding: 10px 28px;
  }

  .article .content .collectionI .products{
    gap: 14px;
  }
  
  .article .content .sidebar {
    width: 41%;
  }
  .article .sidebar_content {
    padding-left: 0px;
  }
  .article .sidebar .recent_articles .recent_content {
    font-size: 18px;
  }
  .article .sidebar .content_headings .headingLinks{
    font-size: 18px;
  }
  
  .article .sidebar .content_headings .headingLinks a svg{
    min-width: 18px:
  }

  .article .sidebar .recent_articles .recent_image .image-element__wrap {
    width: 105px;
    height: 80px;
  }

  .article .sidebar .banner-sectionI .headline {
    font-size: 18px;
  }
  .article .sidebar .banner-sectionI .action_button{
    padding: 10px 28px;
  }
  .article .sidebar .banner-sectionI--2 img{
    height: 160px;
  }
}

@media(max-width: 890px){
  .article .sideSections--content_headings{
    top: 55px;
  }
}

@media(max-width: 768px){
  .article .containerTitle {
    max-width: 80%;
  }
  .article .containerTitle h1 {
    font-size: 32px;
  }

  .article .content .contentInner{
    flex-wrap: wrap;
    gap: 20px;
  }
  .article .content .contentCol {
    width: 100%;
  }

  .article .content .sidebar {
    width: 100%;
  }

  .article .sideSections--content_headings{
    position: relative;
    top: 0px;
  }

  .article .slider-blog-posts .section{
    margin-top: 30px;
  }

  .article .image-with-text-overlay-section .banner-section .container .nine.columns{
    width: 100%;
  }
  .article .image-with-text-overlay-section .headline {
    font-size: 30px;
  }
}

@media(max-width: 768px) and (min-width: 641px){
  .article .sidebar .recent_articles {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .article .sidebar .recent_articles li{
    width: 31%;
  }
  .article .sidebar .recent_articles li:not(:last-child){
    padding: 0;
    margin: 0;
    border: none;
  }
  .article .sidebar .sideSections+.sideSections {
    margin-top: 20px;
  }
  .article .sidebar .recent_articles a{
    flex-direction: column;
  }
  .article .sidebar .recent_articles .recent_image .image-element__wrap{
    width: 100%;
    height: 140px;
  }
  .article .sidebar_content {
    align-items: center;
  }
  .article .sidebar .sideSections--cta{
    width: 49%;
  }
  .article .sidebar .banner-sectionI--2 img {
    height: 166px;
  }

  .article .image-with-text-overlay-section .banner-section .container .nine.columns{
    width: 70%;
  }
}

@media(max-width: 680px){
  .article .breadcrumb {
    top: 40px;
  }
  .article .banner-featured .banner-section__image img {
    height: 50vh;
  }
  
  .article .containerTitle {
    max-width: 80%;
    margin-top: -20vh;
  }
  .article .containerTitle h1 {
    font-size: 28px;
  }

  .article .content h2 {
    font-size: 22px;
  }

  .article .content img {
    max-height: 35vh;
    object-fit: cover;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .article .content .blogProduct .blogProductImage {
    width: 20vw;
    right: 18%;
  }

  .article .sidebar .recent_articles .recent_content.tag{
    gap: 10px;
  }
  
  .article .slider-blog-posts{
    overflow: hidden;
  }
  .article .slider-blog-posts .swiper{
    overflow: visible;
  }
  .article .slider-blog-posts .title {
    font-size: 24px;
    padding-bottom: 70px;
  }
  .article .slider-blog-posts .swiper-button-prev,
  .article .slider-blog-posts .swiper-button-next {
    top: 65px;
  }
  .article .slider-blog-posts .swiper-button-prev{
    left: 10px;
  }
  .article .slider-blog-posts .swiper-button-next {
    right: 10px;
  }

  .article .image-with-text-overlay-section .banner-section .banner-section__image{
    position: relative;
  }
  .article .image-with-text-overlay-section .banner-section .banner-section__image:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
  }
}

@media(max-width: 475px){
  .article .breadcrumb_text{
    font-size: 15px;
    padding: 0 30px;
  }
  .article .banner-featured .banner-section__image img {
    height: 45vh;
  }
  
  .article .containerTitle {
    max-width: 85%;
    margin-top: -14vh;
  }
  .article .containerTitle h1 {
    font-size: 25px;
  }

  .article .content .contentInner{
    padding: 30px;
  }
  .article .content h2 {
    font-size: 20px;
  }
  .article .content .blogProduct .title a,
  .article .content .blogProduct .title p {
    font-size: 26px;
  }
  .article .content .blogProduct .title b, .article .content .blogProduct .title strong {
    font-size: 15px;
  }
  .article .content .blogProduct .blogProductContent {
    width: 75%;
    max-width: 75%;
  }
  .article .content .blogProduct .blogProductImage {
    width: 24vw;
    right: 6%;
    top: -40px;
  }

  .article .content .contentWrapper>div:last-child{
    flex-wrap: wrap;
  }
  
  .article .content .contentWrapper>div:last-child div:last-child{
    width: 100%;
  }
  .article .content .collectionI .products{
    flex-wrap: wrap;
    padding: 25px 20px;
    margin-top: 30px;
    gap: 14px;
  }
  .article .content .collectionI .products .four.columns{
    width: 100%;
  }

  .article .slider-blog-posts .title {
    font-size: 22px;
  }
  .article .slider-blog-posts .article .image-element__wrap img {
    height: 120px;
  }
  .article .slider-blog-posts .article .blog_meta {
    top: 74px;
  }
  
  .article .image-with-text-overlay-section .headline {
    font-size: 26px;
  }
}

@media(max-width: 432px){
  .article .slider-blog-posts .swiper-button-prev,
  .article .slider-blog-posts .swiper-button-next {
    top: 85px;
  }
}




