/** Shopify CDN: Minification failed

Line 15:19 Expected identifier but found whitespace
Line 15:21 Unexpected "{"
Line 15:30 Expected ":"
Line 19:8 Expected identifier but found whitespace
Line 19:10 Unexpected "{"
Line 19:19 Expected ":"
Line 38:19 Expected identifier but found whitespace
Line 38:21 Unexpected "{"
Line 38:30 Expected ":"

**/
.article-content .btn-block-wrapper.new_bg{
  background-color: {{ section.settings.background_color }};
  flex-direction: column;
}
.btn-content.new_bg .btn-content-heading{
  color: {{ section.settings.text_color }};
}
.article-content .btn.new_bg{
  margin-top: 15px;
  background: linear-gradient(90deg, {{ section.settings.btn_color_first }} 0%, {{ section.settings.btn_color_second }} 70%);
  position: relative;
}
.article-content .btn span{
  position: relative;
  z-index: 2;
} 
.article-content .btn.new_bg:after{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: width 0.4s linear;
  background-color: {{ section.settings.btn_color_hover }};
  z-index: 1;
}
.article-content .btn.new_bg:hover:after{
  width: 100%;
}

.cta_wrapper {
  margin: 30px auto;
  width: 100%;
  border: 1px solid #6BC6DB;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items:center;
}
.cta_image_wrapper {
  flex: 0 0 50%;
  display: flex;
  align-items:center;
}
.cta_image_wrapper img {
  width: 100%;
  height: auto;
}
.cta_contant_wrapper {
  flex: 0 0 50%;
  padding: 0 20px;
}
.cta_wr_title {
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: #6BC6DB;
  margin-bottom: 10px;
}
.cta_wr_content {
  color: #2b2a29;
  margin-bottom: 20px;
}
.cta-wr-btn {
  color: #fff!Important;
  background-color: #cc2527!Important;
  border: none!Important;
  padding: 15px 20px!Important;
  text-transform: uppercase!Important;
  text-decoration: none!Important;
  opacity: .8;

}
.cta-wr-btn:hover {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .cta_wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .cta-wr-btn {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 764px) {
  .cta_contant_wrapper {
    padding: 0;
  }
  .cta_wr_title {
    font-size: 16px;
  }
}


.product_article_sidebar {
  width:100%;
  height: auto;
  padding:  0;
  position: relative;
  margin-bottom: 30px;
}
.product_article_sidebar_image_wr {
  width: 100%;
  height: auto;
  position: relative;
}
.product_article_sidebar_img {
  width: 100%;
  max-width: 410px;
  min-height:210px;
  object-fit:contain;
  height: auto;
}
@media screen and (max-width:989px) {
  .product_article_sidebar_img {
    max-width:100%;
  }
}
.product_article_sidebar_content {
  position: absolute;
  z-index: 2;
  width: calc(100% - 100px);
  height: auto;
  right: 0;
  bottom: 50px;
  padding: 20px 20px 10px 20px;
  transition-duration: 500ms;
}
.product_article_sidebar_content:before {
  width:100%;
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  display:block;
  bottom:0;
  height:100%;
  z-index:3;
  transition-duration: 500ms;
}

.pr_sb_title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  position:relative;
   z-index:3;
}
.pr_sb_btn {
  display: block;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
   z-index:3;
  position:relative;
  transition-duration: 500ms;
}

@media screen and (max-width: 1440px) {
  .product_article_sidebar_content {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 1100px) and (min-width: 990px) {
  .pr_sb_title {
    font-size: 16px;
  }
  .pr_sb_btn {
    font-size: 14px;
  }
}
.animate_article_banner {
  position:relative;
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
  height: auto;
  margin-bottom: 30px;
}
.banner_content {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  padding: 30px 20px
}
.banner_content_title {
  font-size: 24px;
  font-weight:700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.anim_banner_btn {
  display: block;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 15px;
}
.sidebar_article_wrapper {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 20px 20px 20px;
  margin-bottom: 10px;
  background-position: top left;
  background-repeat: no-repeat; 
  background-size: cover;
}
.article_sb_title {
 
  text-transform: uppercase;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.sidebar_srticle_wrapper .article_sb_title {
   color: #fff;
}
.article_sb_date {
  color: #fff;
  margin-bottom: 10px;
}
.article_excerpt {
  color: #fff;
  margin-bottom: 15px;
}
.article_excerpt a {
  color: #cc2527!Important;
}
.article_image {
  overflow: hidden;  
}
.article_image img {
  border: 2px solid #fff;
  height: 100%;
  width: auto;
  transition-duration: 500ms;
}
.article_image img:hover {
  transform: scale(1.1);
}
.sidebar-article-btn {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
 
}
.sidebar_srticle_wrapper .sidebar-article-btn {
    color: #fff;
  background-color: #6BC6DB;
   opacity: .8;
}
.sidebar_srticle_wrapper .sidebar-article-btn:hover {
  opacity: 1;
  color: #fff!Important;
}



.article_podcast_audio {
 display: inline-block;
    position: relative;
    top: 13px; 
}
.article_podcast_audio audio {
  height:35px;
}
@media screen and (max-width:767px) {
  .article_podcast_audio   {
    display:block;
    top:auto;
    margin:5px 0;
  }
}
.vertical-nav {
  margin:15px 0 40px;
      padding: 0;
    list-style-type: none;
}
.vertical-nav li {
  border-left: 2px solid transparent;
    margin: 0;
    padding: 0;
}
.vertical-nav li:not(:last-child) {
  padding-bottom:10px;
}
.vertical-nav a {
    display: block;
    padding-left: 15px;
    margin-left: -2px;
    border-left: 2px solid transparent;
    transition: border-left .3s linear;
    text-decoration:none;
    opacity:0.8;
}
.vertical-nav li a:hover,
.vertical-nav .vertical-nav--active a {
    opacity:1;
    border-left: 2px solid #2B2A29;
}
.vertical_nav__title {
  font-weight:400;
}