/** Shopify CDN: Minification failed

Line 109:28 Unexpected "{"
Line 109:37 Expected ":"
Line 367:27 Unexpected "{"
Line 367:36 Expected ":"
Line 1226:22 Unexpected "{"
Line 1226:31 Expected ":"
Line 1252:20 Unexpected "{"
Line 1252:29 Expected ":"

**/


/* CSS from section stylesheet tags */
/* Keyframes for fade-up entrance */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  /* Header animation */
  .collection-list-slick__header {
    opacity: 0;
    animation: fadeUp 0.6s ease-out forwards;
    animation-delay: 0.2s;
    margin-bottom: 30px;
  }
  /* Slider list animation */
  .collection-list-slick__list {
    opacity: 0;
    animation: fadeUp 0.6s ease-out forwards;
    animation-delay: 0.4s;
  }

  /* Base slider styles */
  .collection-list-slick__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    position: relative;
  }
  .collection-list-slick__item {
    margin-right: 15px;
  }
  .collection-list-slick__image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }
  .collection-list-slick__item a {
    text-decoration: none;
  }
  .collection-list-slick__title {
    font-size: 16px;
    font-family: 'GutonReg' !important;
    color: #133720;
    margin-top: 10px;
    display: block;
  }
.collection-list-slick__image-wrapper {
  position: relative;
  width: 100%;
}

.collection-list-slick__image {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

.img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.collection-list-slick__link:hover .img-hover {
  opacity: 1;
}

.collection-list-slick__link:hover .img-default {
  opacity: 0;
}

  /* Arrow styling */
  .collection-list-slick__list .slick-arrow {
    width: 55px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
  }
  .collection-list-slick__list .slick-arrow.nextarrow { right: 0; }
  .collection-list-slick__list .slick-arrow.prevarrow { left: 0; }
  .collection-list-slick__list .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  /* Desktop-to-tablet tweaks */
  @media only screen and (max-width: 1200px) {
    #collection-list-slick-{{ section.id }} .slick-list {
      padding-left: 0 !important;
    }
    .collection-list-slick__list .slick-arrow.nextarrow { right: 10px; }
    .collection-list-slick__list .slick-arrow.prevarrow { left: -20px; z-index: 100; }
    .collection-list-slick .page-width.section2 {
      padding-right:0 !important;
      z-index: 100;
      
    }
  }

  /* Mobile adjustments */
  @media only screen and (max-width: 767px) {
    .collection-list-slick {
      padding-top: 50px !important;
      padding-bottom: 50px !important;
    }
  
  }
/* NEW – snap only when the viewport is already near a panel */
html.template-index,
  body.template-index {
  -webkit-scroll-snap-type:y proximity;   /* Safari prefix */
      -ms-scroll-snap-type:y proximity;   /* old Edge      */
          scroll-snap-type:y proximity;   /* modern spec   */
  -webkit-overflow-scrolling:touch;       /* keep momentum */
}

/* 2 – All panels fill the viewport */
.scroll-area{
  min-height:100vh;
  scroll-snap-align:start;
  scroll-snap-stop:always;
}
.home_section1.scroll-area {
   min-height:calc(100vh - 122px);
}
/* 3 – Offset only the FIRST panel by header height (122 px) */
.scroll-area:first-of-type{
  /* shifts its snap position down exactly 122 px */
  scroll-margin-top:122px;             /* modern browsers            */
  scroll-margin-block-start:122px;     /* logical alias / fallback   */
}

/* ----------  Custom Multicolumns core styles (unchanged) ---------- */

.home_section2 .cmc-container.right {
  margin-bottom:50px;
}
  /* ------------------  Custom Multicolumns  ------------------ */

  .custom-multicolumns__container{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:stretch;
    position:relative;
    border-bottom:1px solid #133720;
  }

  .cmc-container{
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 0 100px;
  }
  
  .cmc-container.left  {margin-right:0!important;padding-right:100px;}
  .cmc-container.right {margin-left:0!important; padding-left:100px;text-align:left;}

  .custom-multicolumns__image{
    flex:1;min-width:250px;width:100%;min-height:380px;
    background-size:cover;background-repeat:no-repeat;
    display:flex;align-items:center;justify-content:center;
  }
  .custom-multicolumns__content{
    flex:1;min-width:300px;
    display:flex;flex-direction:column;box-sizing:border-box;position:relative;
  }

  .custom-multicolumns__decorative-image{
    position:absolute;left:41%;bottom:0;width:330px;max-height:70%;
    object-fit:contain;pointer-events:none;
  }

  .cmc-container h1,.cmc-container h2,.cmc-container h3,.description{
    color:#27583A;margin-top:0;
  }
  .description{margin-bottom:40px;}
  .description--16{font-size:16px;}
  .description--18{font-size:18px;}

  /* Quote */
  .custom-multicolumns__quote{
    background:#EFDAE2;color:#133720;padding:20px 35px;border-radius:40px;
    font-family:'GutonMed';font-size:18px;text-transform:capitalize;margin:0;
    font-style:normal;
  }
  .custom-multicolumns__quote-author{
    font-family:'PrntGlitch-Light';margin-top:10px;font-weight:500;
    font-size:14px;letter-spacing:2px;text-transform:uppercase;font-style:normal;
  }

  /* Button */
  .custom-multicolumns__button{
    font-family:'GutonReg';background:#EFDAE2;padding:10px 20px;
    color:#133720;text-decoration:none;border-radius:30px;text-transform:uppercase;
    font-size:16px;letter-spacing:1px;line-height:22px;border:1px solid #133720;
    transition:background .3s,color .3s,box-shadow .3s;
  }
  .custom-multicolumns__button:hover,
  .custom-multicolumns__button:focus{
    background:#133720;color:#EFDAE2;box-shadow:0 4px 24px rgba(19,55,32,.08);
  }

  /* Vertical-alignment helper */
  .custom-multicolumns__content.content-top    {align-self:start!important;   justify-content:flex-start!important;}
  .custom-multicolumns__content.content-middle {align-self:center!important;  justify-content:center!important;}
  .custom-multicolumns__content.content-bottom {align-self:end!important;     justify-content:flex-end!important;}

  .custom-multicolumns__content {
    z-index: 2;
  }
  .home_section2 {
    overflow: hidden;
  }
  .home_section2 .custom-multicolumns__decorative-image {
    right: -81px;
    left: auto;
    top: 5%;
        max-width: 300px;
    z-index: 1;
  }
  /* Fade-in (reuse global class) */
  @media(prefers-reduced-motion:no-preference){
    .animate-fade-in{opacity:0;transform:translateY(30px);animation:fadeInUp 1.1s cubic-bezier(.19,1,.22,1) forwards;}
    .custom-multicolumns__image.animate-fade-in{animation-delay:.1s;}
    .custom-multicolumns__content.animate-fade-in{animation-delay:.3s;}
    .custom-multicolumns__decorative-image.animate-fade-in{animation-delay:.6s;}
  }
  @keyframes fadeInUp{to{opacity:1;transform:none;}}

  /* Responsive */
  @media(max-width:1200px){
    .cmc-container.left,.cmc-container.right{padding:0 30px;}
  }
  @media(max-width:900px){
    .custom-multicolumns__container{grid-template-columns:1fr;}
    .custom-multicolumns__content{padding:50px 30px;}
    .img_right .custom-multicolumns__content{order:1;}
    .img_right .custom-multicolumns__image{order:0;}
    .custom-multicolumns__decorative-image{display:none;}
    .img_right{overflow:hidden;}
    
  }
  @media(max-width:749px){
    .cmc-container.left,.cmc-container.right{padding:0;}
    .home_section2 .cmc-container.right {
      margin-bottom:0;
    }
    html, body {
    /* Turn off snap-type completely */
    -webkit-scroll-snap-type: none !important;
        -ms-scroll-snap-type: none !important;
            scroll-snap-type: none !important;
  }
  .scroll-area {
    /* Restore normal alignment/stop behavior */
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
  }
  
  }
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.featured-collection-v2 .page-width {
  padding:0 100px;
}
.featured-collection-v2__header {
  opacity: 0;
  animation: fadeUp 0.6s ease-out forwards;
  animation-delay: 0.2s;
  margin-bottom: 30px;
}

.featured-collection-v2__list {
  opacity: 0;
  animation: fadeUp 0.6s ease-out forwards;
  animation-delay: 0.4s;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}

.featured-collection-v2__list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-collection-v2__list a {
  text-decoration: none;
  color: #133720;
      display: flex;
    flex-direction: column;
    gap: 5px;
}

.featured-collection-v2__item {
  margin-right: 15px;
  position: relative;;
}

.featured-collection-v2__list .slick-arrow {
  width: 55px;
  height:55px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  z-index:2;
}
  .featured-collection-v2__item-price,
.featured-collection-v2__item-title {
  font-family: 'GutonReg' !important;
  font-size:16px;
  margin:0;
  height: 60px;
}
.featured-collection-v2__list .nextarrow {
  right: 0;
}

.featured-collection-v2__list .prevarrow {
  left: 0;
}

.featured-collection-v2__list .slick-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.text--left   { text-align: left !important; }
.text--center { text-align: center !important; }
.text--right  { text-align: right !important; }
  
@media only screen and (max-width: 1200px) {
  #featured-collection-v2-{{ section.id }} .slick-list {
    padding-left: 0 !important;
  }
  .featured-collection-v2__list .nextarrow {
    right: 10px;
  }
  .featured-collection-v2__list .prevarrow {
    left: -20px;
  }
  .featured-collection-v2 .page-width {
  padding:0 30px;
}
}

@media only screen and (max-width: 767px) {
  .featured-collection-v2 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .featured-collection-v2 .page-width.section2 {
    padding-right:0 !important;
  }
}
.custom-logos__section-heading {
  text-align: center;
  margin-bottom: 30px;
}
.custom-logos__section-heading h2 {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}

.custom-logos__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  justify-items: center;
  align-items: start;
  position: relative;
  z-index: 99;
}
.custom-logos__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #FAF3F4;
  padding: 25px 10px;
  border-radius: 40px;
  cursor: pointer;
  width: 100%;
  position: relative;
}
.custom-logos__image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  min-width: 120px;
}
.custom-logos__image-wrapper img {
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
  display: block;
}
.custom-logos__heading {
  font-size: 18px;
  font-family: 'GutonMed';
  margin-top: 12px;
  text-align: center;
}
.custom-logos__arrow {
  width: 55px;
  height: auto;
  margin-top: 10px;
  object-fit: contain;
}
  .customlogos__overlay {
  min-width: 180px;
  width: 100%;
  font-size: 15px;
  background: #fff;
  border: 1px solid #133720;
  padding: 18px 16px 16px 16px;
  position: absolute;
  left: 50%;
      top: 105%;
  transform: translateX(-50%) scale(0.97);
  text-align: left;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.23s cubic-bezier(.19,1,.22,1), transform 0.22s cubic-bezier(.19,1,.22,1);
  will-change: opacity, transform;
}
.custom-logos__item.active {
  z-index: 2;
}  
.custom-logos__item.active .customlogos__overlay {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) scale(1.02);
}
/* === Entrance Animation === */
@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-in {
  opacity: 0;
  animation: fadeSlideIn 0.8s ease-out forwards;
}
.custom-logos__section-heading.animate-in {
  animation-delay: 0.2s;
}
.custom-logos__item.animate-in {
  animation-delay: 0.4s;
}

/* Responsive Grid Adjustments */
@media (max-width: 900px) {
  .custom-logos__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .custom-logos__container {
    grid-template-columns: 1fr;
  }
}
.logos_content {
    position: relative;
    z-index: 1;
          }
.logos_content .page-width {
  max-width: 810px;
}
.custom-logos__subheading {
  text-align: center;
  margin-bottom: 10px;
}
.custom-logos__subheading p {
    font-size: 14px;
    color: #473E3D;
    margin: 0 0 20px 0;
    font-family: 'PrntGlitch-Light';
    text-transform: uppercase;
    letter-spacing: 2px;
}
.custom-logos__section-heading {
  text-align: center;
  margin-bottom: 30px;
}
.custom-logos__section-heading h2 {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  color: #473E3D;
}

.custom-logos__container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.custom-logos__item-row {
  display: flex;
  align-items: center;
  background: #FAF3F4;
  padding: 10px 25px;
  border-radius: 0 40px 40px 0;
  width: 100%;
  gap: 20px;
}

.custom-logos__image-wrapper {
  min-width: 100px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-logos__image-wrapper img {
  max-width: 100px;
  max-height: 100%;
  object-fit: contain;
}

.custom-logos__text {
  flex: 1;
}
.custom-logos__heading {
  font-size: 18px;
  font-family: 'GutonMed';
  margin-bottom: 8px;
  text-align: left;
  color: #473E3D;
}
.customlogos__desc {
  font-size: 15px;
  color: #473E3D;
  line-height: 1.6;
}

.custom-logos__bottom-desc {
      max-width: 540px;
    margin: auto;
    margin-top: 50px;
  color: #473E3D;
  text-align: center;
  line-height: 1.6;
}
.custom-logos__bottom-desc p {
  margin-bottom:0;
}
/* Entrance Animation */
@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-in {
  opacity: 0;
  animation: fadeSlideIn 0.8s ease-out forwards;
}
.custom-logos__subheading.animate-in {
  animation-delay: 0.1s;
}
.custom-logos__section-heading.animate-in {
  animation-delay: 0.2s;
}
.custom-logos__item-row.animate-in {
  animation-delay: 0.4s;
}
.custom-logos__bottom-desc.animate-in {
  animation-delay: 0.6s;
}

/* Responsive */
@media (max-width: 700px) {
  .custom-logos__item-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap:0;
        padding: 25px;
  }
  .custom-logos__text {
    margin-top: 15px;
  }
  .custom-logos__heading {
   text-align:center;
  }
}
.logos__container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  justify-items: center;
  align-items: start;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding:0 30px;
}
.logos__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}
  .logos__item:hover {
    z-index:9;
  }
.logos__image-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-height: 120px;
  min-width: 120px;
  transition: box-shadow 0.2s;
}
.logos__image-wrapper img {
  display: block;
  max-width: 100px;
  width: 100%;
  height:100%;
  object-fit: contain;
}
/* Overlay ABSOLUTE below image */
.logos__overlay {
  min-width: 180px;
  width: 280px;
  font-size: 15px;
  background: #fff;
  border: 1px solid #473E3D;
  padding: 18px 16px 16px 16px;
  position: absolute;
  left: 50%;
  top: 100px; /* or try 110px for slightly more gap below image */
  transform: translateX(-50%) scale(0.97);
  text-align: left;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.23s cubic-bezier(.19,1,.22,1), transform 0.22s cubic-bezier(.19,1,.22,1);
  will-change: opacity, transform;
}
.logos__item:hover .logos__overlay,
.logos__item:focus-within .logos__overlay {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) scale(1.02);
}
.logos__heading {
font-family: 'GutonMed';
  color:#473E3D;
}
.logos__desc p {
  font-size: 15px;
}

  .logos__item {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(.43,0,.41,1), transform 0.7s cubic-bezier(.43,0,.41,1);
  will-change: opacity, transform;
}
.logos__item.is-visible {
  opacity: 1;
  transform: none;
}


@media (max-width: 900px) {
  .logos__container {
    gap: 24px;
  }
  .logos__overlay {
    min-width: 120px;
    max-width: 200px;
    left: 50%;
    top: 90px;
    padding: 12px 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  /* 1) Stack items one per row */
  .logos__container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* 2) Turn each item into a row: image on left, content on right */
  .logos__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /* undo the scroll-reveal translate so it doesn’t slide up/down */
    transform: none !important;
    opacity: 1 !important;
  }

  /* 3) Tweak image wrapper to the left */
  .logos__image-wrapper {
            max-width: 80px;
    min-width: 60px;
    min-height: 60px;
    margin-right: 12px;
    align-self: center;
  }

  .logos__image-wrapper img {
    max-width: 100%;
    max-height: 100%;
  }

  /* 4) Make the “overlay” behave like normal content and always show */
  .logos__overlay {
    position: static !important;
    margin: 0;              /* remove the absolute offsets */
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    width: 100%;            /* grow to fill remaining space */
    max-width: 100%; /* 72px = image width (60px) + margin (12px) */
    box-shadow: none;       /* optional—remove if you want the same shadow */
  }

  /* 5) If you still need a little spacing inside text block */
  .logos__overlay {
    padding: 12px 10px;
    font-size: 14px;
  }
  .logos__desc {
    display:none;
  }
  .logos__item.is-visible {

    align-items: center;
}
}
/* Two Column Slider Styles */
.two-columns__container_slider {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  align-items: stretch;
  min-height: 720px;
    overflow-x: clip;
}
.two-columns__container_slider__image {
  min-width: 250px;
  min-height: 380px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.two-columns__container_slider__content {
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 2rem;
  box-sizing: border-box;
}
.container {
  max-width: 650px;
  width: 100%;
  margin: auto;
  padding: 0 50px;
}
.container.left {
  margin-right: 0 !important;
  padding-right: 100px;
  text-align: left;
}
.container.right {
  margin-left: 0 !important;
  padding-left: 100px;
  text-align: left;
}
.two-columns_slider__decorative-image {
position: absolute;
    left: auto;
    width: 360px;
    pointer-events: none;
    right: -10px;
    top: -28px;
    margin: auto;
    max-height: 100%;
    object-fit: contain;
}
.container h1,
.container h2,
.container h3,
.description {
  color: #133720;
  margin-top: 0;
}
 .two-columns__container_slider__content .description {
  margin-bottom: 30px;
}
.description--16 {
  font-size: 16px;
}
.description--18 {
  font-size: 18px;
}
.two-columns__button {
  font-family: 'GutonMed';
  background: #EFDAE2;
  padding: 8px 20px;
  text-decoration: none;
  color: #133720;
  border-radius: 30px;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #133720;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.two-columns__button:hover,
.two-columns__button:focus {
  background: #133720;
  color: #EFDAE2;
  box-shadow: 0 4px 24px rgba(19,55,32,0.08);
}
  

  .two-columns__container_slider__content .slider .slick-list {
    max-width: 400px;
  }
.two-columns__container_slider .slick-arrow.slick-disabled {
   opacity: 0;
   visibility: hidden;
   pointer-events: none;
 }
.two-columns__container_slider .slick-arrow {
width: 55px;
    cursor: pointer;
    position: absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.two-columns__container_slider .slick-arrow.nextarrow {
    right:-60px;
  }
.two-columns__container_slider .slick-arrow.prevarrow {
    left:-100px;
  }

  .two-columns__container_slider__content .container p {
    margin-bottom:0;
  }
/* --- FADE-IN ANIMATION --- */
@media (prefers-reduced-motion: no-preference) {
  .animate-fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1.1s cubic-bezier(.19,1,.22,1) forwards;
  }
  .two-columns__container_slider__image.animate-fade-in {
    animation-delay: 0.1s;
  }
  .two-columns__container_slider__content.animate-fade-in {
    animation-delay: 0.3s;
  }
  .two-columns_slider__decorative-image.animate-fade-in {
    animation-delay: 0.6s;
  }
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: none;
  }
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .container.left,
  .container.right {
    padding-left: 30px;
    padding-right: 30px;
  }

  .two-columns__container_slider .slick-arrow.nextarrow {
    right:-20px;
        top: -85px;
  }
.two-columns__container_slider .slick-arrow.prevarrow {
    left:-20px;
      top: -85px;
  }
}
@media (max-width: 900px) {
  .two-columns__container_slider {
    grid-template-columns: 1fr;
  }
  .two-columns__container_slider__content {
    padding: 30px 30px;
  }
  .img_right .two-columns__container_slider__content {
    order: 1;
  }
  .img_right .two-columns__container_slider__image {
    order: 0;
  }
  .two-columns_slider__decorative-image {
    right: 0 !important;
    width: 200px;
    left: auto;
    bottom:-50px;
  }
  .img_right {
    overflow: hidden;
  }
  .two-columns__container_slider__content .slider .slick-list {
    margin: auto;
}
  .two-columns__container_slider__content .description {
    margin-bottom:0;
  }
  .two-columns__button {
margin-top: 30px;
        display: inline-block;
  }
  .two-columns__container_slider  .container.right  {
    margin-top:0;
    margin-bottom:0;
  }

}
  @media (min-width: 768px) {
    .two-columns__container_slider__content .container {
    margin-bottom: -50px;
  }
  }
@media (max-width: 749px) {
  .container.left,
  .container.right {
    padding: 0;
  }
  .two-columns_slider__decorative-image.animate-fade-in {
    display: none;
  }
  .two-columns__container_slider .slick-arrow {
  top:auto;
    bottom:-50px;

    transform: none;
}
        .two-columns_slider__decorative-image {
        width: 120px;
    }
}
/* === Two Columns Texts (unique classes) === */
.two-columns-texts__section-heading{
  color:#133720;
  margin:0 0 40px;
  text-align:center;
}
  
  .two-columns_container.page-width {
    max-width: 1300px;
    margin: auto;;
  }
.two-columns-texts__container{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:start;
  gap:100px;
 
}
.two-columns-texts__column{
  max-width:650px;
  width:100%;
  margin:auto;
}
.two-columns-texts__content{
  color:#133720;
}
.two-columns-texts__quote{
 background: #efdae2;
    color: #133720;
    padding: 20px 35px;
    border-radius: 40px;
    font-family: GutonMed;
    font-size: 18px;
    text-transform: capitalize;
    display: inline-block;
    margin: 0 0 20px;
    border: 0 !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  font-style: normal;
}
.two-columns-texts__quote p:first-of-type{margin:0;}
.two-columns-texts__quote-author{
  font-family:'PrntGlitch-Light';
  margin-top:10px;
  font-weight:500;
  font-size:14px;
  letter-spacing:2px;
  text-transform:uppercase;
  font-style: normal;
}

/* Fade-in animation (same timing as previous) */
@media(prefers-reduced-motion:no-preference){
  .animate-fade-in{opacity:0;transform:translateY(30px);animation:fadeInUp 1.1s cubic-bezier(.19,1,.22,1) forwards;}
  .two-columns-texts__column--left.animate-fade-in{animation-delay:.1s;}
  .two-columns-texts__column--right.animate-fade-in{animation-delay:.3s;}
}
@keyframes fadeInUp{to{opacity:1;transform:none;}}

/* Responsive */
@media(max-width:900px){
  .two-columns-texts__container{
    grid-template-columns:1fr;gap:40px;}
}
.home_section2 .container.right {
        margin-bottom: 50px;
  }
/* Container and basic layout */
  .mh720.two-columns__container   {
    min-height:720px;
  }
.two-columns__container{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:stretch;
  position:relative;
  border-bottom:1px solid #133720;
}
 
.container{
  max-width:650px;width:100%;margin:auto;padding:0 50px;
}
.container.left{margin-right:0!important;
                   padding-right: 100px;
               }
.container.right{
      margin-left: 0 !important;
    padding-left: 100px;
    text-align: left;
}

.two-columns__image{
  flex:1;min-width:250px;
  background-size:cover;
  background-repeat:no-repeat;
  width:100%;min-height:380px;
  display:flex;align-items:center;justify-content:center;
}

.two-columns__content{
  flex:1;min-width:300px;
  display:flex;flex-direction:column;
box-sizing:border-box;position:relative;
}
.two-columns__decorative-image{
  position:absolute;left:41%;bottom:0;width:330px;max-height:70%;
  object-fit:contain;pointer-events:none;
}

.container h1,.container h2,.container h3,.description{
  color:#133720;margin-top:0;
}
.description{margin-bottom:40px;}
.description--16{font-size:16px;}
.description--18{font-size:18px;}

/* Quote block */
.two-columns__quote{
  background:#EFDAE2;color:#133720;padding:20px 35px;
  border-radius:40px;font-family:'GutonMed';
  border:0 !important;
  font-size:18px;text-transform:capitalize;display:inline-block;margin:0;
  font-style: normal;
}
.two-columns__quote p:first-of-type{margin:0;}
.two-columns__quote-author{
  font-family:'PrntGlitch-Light';margin-top:10px;font-weight:500;
  font-size:14px;letter-spacing:2px;text-transform:uppercase;
  font-style: normal;
}

/* Button */
.two-columns__button{
  font-family:'GutonReg';background:#EFDAE2;padding:10px 20px;
  color:#133720;text-decoration:none;border-radius:30px;
  text-transform:uppercase;font-size:16px;letter-spacing:1px;line-height:22px;
  border:1px solid #133720;transition:background .3s,color .3s,box-shadow .3s;
}
.two-columns__button:hover,.two-columns__button:focus{
  background:#133720;color:#EFDAE2;box-shadow:0 4px 24px rgba(19,55,32,.08);
}
/* --- Vertical-alignment helper classes (replace the old three lines) --- */
.two-columns__content.content-top    {
  align-self: start !important;   /* position the whole block */
  justify-content: flex-start !important;  /* align its children */
}
.two-columns__content.content-middle {
  align-self: center !important;
  justify-content: center !important;
}
.two-columns__content.content-bottom {
  align-self: end !important;
  justify-content: flex-end !important;
}

  .two-columns__subheading {
  font-size: 14px;
  font-weight: bold;
  color: #133720;
    font-family: 'PrntGlitch-Light';
text-transform: uppercase;
    letter-spacing: 2px;
  margin-bottom: 20px;
}
.two-columns__content .description strong {
  font-weight: 500 !important;
}
.two-columns__bottom-description {
  margin-top: 30px;
  font-size: 16px;
  color: #133720;
}

  
/* Fade-in animation */
@media(prefers-reduced-motion:no-preference){
  .animate-fade-in{opacity:0;transform:translateY(30px);animation:fadeInUp 1.1s cubic-bezier(.19,1,.22,1) forwards;}
  .two-columns__image.animate-fade-in{animation-delay:.1s;}
  .two-columns__content.animate-fade-in{animation-delay:.3s;}
  .two-columns__decorative-image.animate-fade-in{animation-delay:.6s;}
}
@keyframes fadeInUp{to{opacity:1;transform:none;}}

/* Responsive */
@media(max-width:1200px){
  .container.left,.container.right{padding:0 30px;}
}
@media(max-width:900px){
  .two-columns__container{grid-template-columns:1fr;}
  .two-columns__content{padding:50px 30px;}
  .img_right .two-columns__content{order:1;}
  .img_right .two-columns__image{order:0;}
  .two-columns__decorative-image{right:-46px!important;width:100px;left:auto;}
  .img_right{overflow:hidden;}
}
@media(max-width:749px){
  .container.left,.container.right{padding:0;}
}
.two-columns-about__decorative-image {
        max-width: 1960px;
    margin: auto;
  }
  .two-columns-about__decorative-image img {
        position: absolute;
    bottom: -103px;
    max-width: 500px;
    left: -37px;
  }
  .two-columns-about-{{ section.id }} .two-columns-about__heading {
  color: var(--text-color) !important;
}
.two-columns-about__content h2 {
  font-size:26px;
}
.two-columns-about__content {
  color: var(--text-color) !important;
}

.two-columns-about__quote {
  color: var(--text-color) !important;
}
.two-columns-about__subheading {
      font-size: 14px;
  color: var(--text-color) !important;
    margin: 0 0 20px 0;
    font-family: 'PrntGlitch-Light';
    text-transform: uppercase;
    letter-spacing: 2px;
}
.two-columns-about__quote-author {
  color: var(--text-color) !important;
}

/* === Two Columns About (unique classes) === */
.two-columns-about-{{ section.id }} .two-columns-about__heading {
  color: #133720;
  margin: 0 0 40px;
  text-align: left;
}
  .about_bottom h1.two-columns-about__heading {
    font-size:26px !important;
  }

.about_two_cols h1 {
   color: #27583A !important;
}
 .about_two_cols  h2 {
   color: #133720 !important;
  }

.two-columns-about__container.page-width {
  max-width: 1300px;
  margin: auto;
}
  /*
.about_two_cols .two-columns-about__container.page-width {
  max-width: inherit;
}
  */

.two-columns-about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 100px;
}

.two-columns-about__column {
  max-width: 650px;
  width: 100%;
  margin: auto;
}

.two-columns-about__content {
  color: #133720;
}

.two-columns-about__quote {
  background: #efdae2;
  color: #133720;
  padding: 20px 35px;
  border-radius: 40px;
  font-family: GutonMed;
  font-size: 18px;
  text-transform: capitalize;
  display: inline-block;
  margin: 0 0 20px;
  border: 0 !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-style: normal;
}
.two-columns-about__quote p:first-of-type {
  margin: 0;
}

.two-columns-about__quote-author {
  font-family: 'PrntGlitch-Light';
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-style: normal;
}
  .two-columns-about__column--left {
    margin-top:0;
  }
.two-columns-about__column--right {
  margin-top:200px;
}
  .two-columns-about__content p strong {
    font-weight: 500 !important;
  }
  .about_bottom .two-columns-about__column--right {
  margin-top:0;
}
/* Fade-in animation (same timing as previous) */
@media (prefers-reduced-motion: no-preference) {
  .animate-fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1.1s cubic-bezier(.19, 1, .22, 1) forwards;
  }
  .two-columns-about__column--left.animate-fade-in {
    animation-delay: .1s;
  }
  .two-columns-about__column--right.animate-fade-in {
    animation-delay: .3s;
  }
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: none;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .two-columns-about__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about .container.left {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
        padding-right: 30px;
        max-width: 100%;
}
  .about .container.right {
        max-width: 100%;
    padding-left: 30px;
  }
  .two-columns-about__inner {
    gap:0;
  }
  .two-columns-about__decorative-image img {
  display: none;
  }
  .two-columns-about__column--right {
    margin-top:50px;
  }
}

/* CSS from snippet stylesheet tags */
.breadcrumbs {
    font-size:16px;
}
.breadcrumbs__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs__item + .breadcrumbs__separator {
  margin: 0 0.5em;
}
.breadcrumbs__item a {
  color: var(--color-text);
  text-decoration: none;
  border-bottom:1px solid #133720;
}
.breadcrumbs__item span {
   border-bottom:1px solid #133720;
}