<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 35:20 Expected identifier but found whitespace
Line 35:22 Unexpected "{"
Line 35:31 Expected ":"
Line 50:13 Expected identifier but found whitespace
Line 50:15 Unexpected "{"
Line 50:22 Expected ":"
Line 56:13 Expected identifier but found whitespace
Line 56:15 Unexpected "{"
Line 56:22 Expected ":"
Line 66:13 Expected identifier but found whitespace
... and 5 more hidden warnings

**/


/* CSS from section stylesheet tags */
.images-text-section-1 {
    padding: 50px 10px;
}
main#MainContent .col-img-mul {
    width: 100%;
    height: auto;
    background-position: bottom;
    margin: 13px;
    text-align: center;
}
.images-text-section-1-header {
    text-align: center;
    padding: 12px;
}
.multi-col-section {
    display: flex;
    justify-content: {{ section.settings.alignment | default: 'flex-start' }};
    pointer-events: auto; /* Ensures the section is clickable */
}
.text-header {
    padding: 30px 0;
    margin: 0 auto;
}
.multi-col-section h5.banner-header-col-sub,
.multi-col-section h1.banner-header-col,
.multi-col-section p.banner-text-col,
.multi-col-section a.multiple-images-btn-multiple-col {
    color: #fff;
    letter-spacing: 0.05em;
}
.multi-col-section h5.banner-header-col-sub {
    position: {{ block.settings.h5_position | default: 'top' }};
}
.multi-col-section h1.banner-header-col {
    line-height: 1.3em;
    font-size: 40px;
    font-weight: 800;
    position: {{ block.settings.h1_position | default: 'bottom' }};
}
h1.banner-header-col {
    font-weight: 700;
    margin: 25px 0px;
}
.multi-col-section p.banner-text-col {
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    position: {{ block.settings.p_position | default: 'left' }};
}
.multi-col-section a.multiple-images-btn-multiple-col {
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 10px 18px;
    margin-top: 35px;
    background: #000;
    border-color: #000;
    transition: all 0.3s ease-in-out;
    position: {{ block.settings.a_position | default: 'right' }};
}
.multi-col-section a.multiple-images-btn-multiple-col:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}
.images-text-section-1-header {
    text-align: center;
}
h2.three-block-header-text {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3em;
    margin-bottom: 15px;
}
.text-header {
    background-color: #00000012 !important;
}
h1.banner-header-col.text {
    text-transform: capitalize;
    font-family: "Harmonia Sans", sans-serif;
}
.images-text-section-1 {
    padding-top: 60px;
}
@media only screen and (max-width:769px) {
    .multi-col-section {
        padding: 40px 10px;
    }
    h1.banner-header-col.text {
        font-size: 40px !important;
    }
    main#MainContent .col-img-mul {
        margin: 30px auto;
    }
    .multi-col-section h5.banner-header-col-sub,
    .multi-col-section h1.banner-header-col,
    .multi-col-section p.banner-text-col,
    .multi-col-section a.multiple-images-btn-multiple-col {
        color: #fff;
        font-size: 13px;
    }
    main#MainContent .col-img-mul {
        width: 95%;
    }
    .multi-col-section {
        display: block !important;
    }
}
@media only screen and (max-width: 600px) {
    main#MainContent .col-img-mul {
        width: 100%;
        height: auto;
        background-position: bottom;
        margin: 2px;
        padding: 24px;
        text-align: center;
    }
    h1.banner-header-col.text {
        font-size: 20px !important; 
    }
    main#MainContent .col-img-mul {
        padding: 14px;
        margin: 20px 0px;
    }
    .multi-col-section {
        display: block !important;
    }
    .multi-col-section {
        padding: 30px 24px;
    }
    .multi-col-section h5.banner-header-col-sub,
    .multi-col-section h1.banner-header-col,
    .multi-col-section p.banner-text-col,
    .multi-col-section a.multiple-images-btn-multiple-col {
        color: #fff;
        font-size: 10px;
    }
}
@media only screen and (max-width: 500px) {
    h2.three-block-header-text {
        font-size: 28px !important;
    }
    .multi-col-section {
        padding: 0px 0px;
    }
    h1.banner-header-col.text {
        font-size: 27px !important;
    }
    main#MainContent .col-img-mul {
        padding: 0px;
    }
}
.welcome-section {
  position: relative;
  text-align: center;
  color: white;
}


.welcome-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
  max-width: 90%;
  margin: 0 auto;
}


.welcome-content p {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.welcome-content .btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 1.2em;
  color: white;
  background-color: #d9534f; /* Adjust the color as needed */
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.welcome-content .btn:hover {
  background-color: #c9302c; /* Darker shade on hover */
}
.welcome-background {
    max-width: 1320px;
    margin: 0 auto;
    border-radius: 20%;
}
.welcome-background img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    border-radius: 20px;
}
.welcome-section {
    margin-bottom: 60px;
  padding: 30px 0px;
}
.welcome-content h1 {
    font-family: Harmonia Sans;
    color: #fff;
    font-weight: 700;
    font-size: 45px;
    margin: 0px;
font-size: 45px;
}

@media (max-width: 768px) {
  .welcome-background img {
   
    border-radius: 0px;
}
  .welcome-background {
    max-width: 768px;
    margin: 0 auto;
    border-radius: 20%;
}
  .welcome-content {
    width: 80%;
  }

  .welcome-content h1 {
    font-size: 2em;
  }

  .welcome-content p {
    font-size: 1em;
  }

  .welcome-content .btn {
    font-size: 1em;
    padding: 10px 20px;
  }
  .welcome-content h1 {
    
font-size: 40px;
}
}
  @media (max-width: 500px) {
    .welcome-section {
  padding: 20px 0px;
}
     .welcome-content h1 {
    
font-size: 30px;
}
  .welcome-background {
    max-width: 500px;
    margin: 0 auto;
    border-radius: 20%;
}
  }</pre></body></html>