/** Shopify CDN: Minification failed

Line 21:0 Unexpected "<"
Line 22:18 Unexpected "{"
Line 22:27 Expected ":"
Line 27:18 Unexpected "{"
Line 27:27 Expected ":"
Line 33:18 Unexpected "{"
Line 33:27 Expected ":"
Line 41:18 Unexpected "{"
Line 41:27 Expected ":"
Line 46:18 Unexpected "{"
... and 116 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:blog-article-slider (INDEX:5, SCOPED:FALSE) */
<style>
#shopify-section-{{ section.id }} .blog-slider {
  width: 100%;
  overflow: hidden;
}

#shopify-section-{{ section.id }} .blog-slider .swiper {
  width: 100%;
  height: 100%;
}


#shopify-section-{{ section.id }} .blog-slider .swiper-slide {
  display: flex !important;
  flex-direction: row;
  align-items:center;
  justify-content:space-between;
  gap:3rem;
}

#shopify-section-{{ section.id }} .blog-slider .article-image {
  width: 100%;
  height: auto;
}

#shopify-section-{{ section.id }} .blog-slider .article-content{
  border:none !important;
}
  
#shopify-section-{{ section.id }} .blog-slider .article-content h4{
  font-size: var(--text-h4);
  line-height: 1.3;
  margin-top:var(--spacing-6);
}

#shopify-section-{{ section.id }} .blog-slider .article-content {
  margin: 1rem 0;
}

#shopify-section-{{ section.id }} .blog-slider .article-content ol {
  list-style:number;
  margin-left:1rem;
}

#shopify-section-{{ section.id }} .blog-slider .article-content ul {
  list-style:disc;
  margin-left:1rem;
}  

#shopify-section-{{ section.id }} .blog-slider .article-content table td {
  vertical-align: middle;
}

#shopify-section-{{ section.id }} .blog-slider .article-content table td h4{
  margin-top:0;
}  
  
#shopify-section-{{ section.id }} .blog-slider .article-content table:first-of-type tr:first-child > td {
  background: #efaa27;
  border: 1px solid #fff;
  color: #fff;
}
#shopify-section-{{ section.id }} .blog-slider .article-content table:first-of-type td {
  border: 1px solid #efaa27;
  padding: 1rem;
}
#shopify-section-{{ section.id }} .blog-slider .article-content table:last-of-type {
  background: #efaa27;
  color: #fff;
  margin-top: 1rem;
  border-radius: 15px;
  overflow: hidden;
}
#shopify-section-{{ section.id }} .blog-slider .article-content table:last-of-type td {
  border: 1px solid #fff;
}

#shopify-section-{{ section.id }} .blog-slider .swiper-buttons {
    position: absolute;
    right: 3.5rem;
    bottom: 0rem;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}


#shopify-section-{{ section.id }} .blog-slider .swiper-button-prev:before, .swiper-button-prev:after, .swiper-button-next:before, .swiper-button-next:after{
 content: '';
transition: all .2s ease-in-out;	
}


#shopify-section-{{ section.id }} .blog-slider .swiper-button-prev {
    transform: rotate(180deg);
    left: 0 !important;
    width: 3.5rem !important;
    height: 3.5rem !important;
    background: transparent;
    border-radius: 100px;
    border: 2px solid rgba(3,3,3,1);
    position:relative !important;
}

#shopify-section-{{ section.id }} .blog-slider .swiper-button-prev:before {
    border-block-start-width: 2px;
    border-inline-end-width: 2px;
    transform: rotate(calc(1 * 45deg));
    border-color: rgba(3,3,3,1);
    width: .5rem;
    height: .5rem;
    position: relative;
    left: 2px;   
}


#shopify-section-{{ section.id }} .blog-slider .swiper-button-prev:after {
    content:'' !important;
    width: 0.625rem;
    height: 0.125rem;
    transform-origin: center;
    opacity: 0;
    background: rgba(3,3,3,1);
    transform: scaleX(.5);
  
}


#shopify-section-{{ section.id }} .blog-slider .swiper-button-next {
    left: 0 !important;
    width: 3.5rem !important;
    height: 3.5rem !important;
    background: transparent;
    border-radius: 100px;
    border: 2px solid rgba(3,3,3,1);
    position:relative !important;
  
}


#shopify-section-{{ section.id }} .blog-slider .swiper-button-next:before {
    border-block-start-width: 2px;
    border-inline-end-width: 2px;
    transform: rotate(calc(1 * 45deg));
    border-color: rgba(3,3,3,1);
    width: .5rem;
    height: .5rem;
    position: relative;
    left: 2px;
   
}

#shopify-section-{{ section.id }} .blog-slider .swiper-button-next:after {
    width: 0.625rem;
    height: 0.125rem;
    transform-origin: center;
    opacity: 0;
    background: rgba(3,3,3,1);
    transform: scaleX(.5);
  
}  

#shopify-section-{{ section.id }} .blog-slider .swiper-button-prev:hover {
  background:rgba(3,3,3,1);
}  
#shopify-section-{{ section.id }} .blog-slider .swiper-button-next:hover {
  background:rgba(3,3,3,1);
}  

#shopify-section-{{ section.id }} .blog-slider .swiper-button-prev:hover:before{
    border-color:#fff;
}

#shopify-section-{{ section.id }} .blog-slider .swiper-button-next:hover:before{
    border-color:#fff;
}

#shopify-section-{{ section.id }} .blog-slider .swiper-pagination-bullet-active {
    background: rgba(3, 3, 3, 1);
}

@media(min-width:901px){
  #shopify-section-{{ section.id }} .blog-slider .swiper-slide.image-right{
    flex-direction:row-reverse;
  }
  
  #shopify-section-{{ section.id }} .blog-slider .swiper-slide img {
    height: 620px;
    object-fit: contain;
  }  

  #shopify-section-{{ section.id }} .blog-slider .swiper-pagination{
    display:none;
  }
}

@media(max-width:900px){
  #shopify-section-{{ section.id }} .blog-slider .swiper-slide {
  flex-direction: column;
  gap:2rem;
}
  #shopify-section-{{ section.id }} .blog-slider .swiper-buttons{
    display:none;
  }
}

  
@media(max-width:767px){
#shopify-section-{{ section.id }} .blog-slider  .article-content table:last-of-type tr{
    display:flex;
    flex-direction:column;
  }
#shopify-section-{{ section.id }} .blog-slider .article-content table:last-of-type td{
width:100% !important;
}
}
  
</style>
/* END_SECTION:blog-article-slider */

/* START_SECTION:blogpost-carousel (INDEX:8, SCOPED:FALSE) */
<style>
  #shopify-section-{{ section.id }} .blog-post-carousel{
    margin-top:3rem;
  }
  #shopify-section-{{ section.id }} .blog-post {
    text-align: center;
  }
  #shopify-section-{{ section.id }} .blog-post-image {
    height: auto;
    border-radius: 8px;
  }
  #shopify-section-{{ section.id }} .blog-post-title {
    font-size: 1.2rem;
    margin: 10px 0;
  }
  #shopify-section-{{ section.id }} .blog-post-excerpt {
    font-size: 1rem;
    color: #666;
  }

.blog-post-carousel .swiper-buttons > .swiper-button-prev, .blog-post-carousel .swiper-buttons > .swiper-button-next{
  top:50% !important;
}

.blog-post-carousel #swiper-{{ section.id }}  .swiper-button-prev:before, .swiper-button-prev:after, .swiper-button-next:before, .swiper-button-next:after{
 content: '';
transition: all .2s ease-in-out;	
}


.blog-post-carousel #swiper-{{ section.id }} .swiper-button-next, .swiper-button-prev {
    top: 45%;
}

.blog-post-carousel #swiper-{{ section.id }}  .swiper-button-prev {
    transform: rotate(180deg);
    left: 0 !important;
    width: 3.5rem !important;
    height: 3.5rem !important;
    background: transparent;
    border-radius: 100px;
    border: 2px solid rgba(3,3,3,1);
}

.blog-post-carousel #swiper-{{ section.id }}  .swiper-button-prev:before {
    border-block-start-width: 2px;
    border-inline-end-width: 2px;
    transform: rotate(calc(1 * 45deg));
    border-color: rgba(3,3,3,1);
    width: .5rem;
    height: .5rem;
    left: 2px; 
    position:relative;
}


.blog-post-carousel #swiper-{{ section.id }}  .swiper-button-prev:after {
    content:'' !important;
    width: 0.625rem;
    height: 0.125rem;
    transform-origin: center;
    opacity: 0;
    background: rgba(3,3,3,1);
    transform: scaleX(.5);
    
  
}


.blog-post-carousel #swiper-{{ section.id }}  .swiper-button-next {
    width: 3.5rem !important;
    height: 3.5rem !important;
    background: transparent;
    border-radius: 100px;
    border: 2px solid rgba(3,3,3,1);
    right:0 !important;
  
}


.blog-post-carousel #swiper-{{ section.id }}  .swiper-button-next:before {
    border-block-start-width: 2px;
    border-inline-end-width: 2px;
    transform: rotate(calc(1 * 45deg));
    border-color: rgba(3,3,3,1);
    width: .5rem;
    height: .5rem;
    left: 2px;
    position:relative;
   
}

.blog-post-carousel #swiper-{{ section.id }}  .swiper-button-next:after {
    width: 0.625rem;
    height: 0.125rem;
    transform-origin: center;
    opacity: 0;
    background: rgba(3,3,3,1);
    transform: scaleX(.5);
  
}  

.blog-post-carousel #swiper-{{ section.id }}  .swiper-button-prev:hover {
  background:rgba(3,3,3,1);
}  
.blog-post-carousel #swiper-{{ section.id }}  .swiper-button-next:hover {
  background:rgba(3,3,3,1);
}  

.blog-post-carousel #swiper-{{ section.id }}  .swiper-button-prev:hover:before{
    border-color:#fff;
}

.blog-post-carousel #swiper-{{ section.id }}  .swiper-button-next:hover:before{
    border-color:#fff;
}

.blog-post-carousel #swiper-{{ section.id }}  .swiper-pagination-bullet-active {
    background: rgba(3, 3, 3, 1);
}

@media(max-width:767px){
  #shopify-section-{{ section.id }} .blog-post-image{
    width:100%;
  }
}

  
</style>
/* END_SECTION:blogpost-carousel */

/* START_SECTION:internal-nav-section (INDEX:30, SCOPED:FALSE) */
<style>

  
#shopify--{{ section.id }} .internal-nav_container {
    margin: 0 auto;
    background: #ffffff;
    padding: 1rem;
    display: flex;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position:sticky;
    top: 0;
    z-index: 1000;
    width:100%;
}
  
#shopify--{{ section.id }} .internal-nav {
  max-width: 960px;
  width:100%;
}

  
#shopify--{{ section.id }} .internal-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content:space-between;
  gap: 1rem;
}
#shopify--{{ section.id }} .internal-nav ul li {
  display: inline;
  text-align:center;
  padding: 0.5rem 1rem;
}
#shopify--{{ section.id }} .internal-nav ul li a {
  text-decoration: none;
  color: #000;
  
}
#shopify--{{ section.id }} .internal-nav ul li a:hover, #shopify--{{ section.id }} .internal-nav ul li a.active-color {
  border-bottom: 2px solid #efaa21;
  color: #efaa21;
}

.section:has(.anchor-point){
  display:block !important;
}

@media(max-width:767px){
  .shopify-section--header{
    position:sticky !important;
  }
  .internal-nav_container {
    display: none;
}
  
}
  
</style>
/* END_SECTION:internal-nav-section */