/** Shopify CDN: Minification failed

Line 111:21 Unexpected "{"
Line 111:30 Expected ":"
Line 117:21 Unexpected "{"
Line 117:30 Expected ":"
Line 118:21 Unexpected "{"
Line 118:30 Expected ":"
Line 123:21 Unexpected "{"
Line 123:30 Expected ":"
Line 129:21 Unexpected "{"
Line 129:30 Expected ":"
... and 54 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:banner-about-v4 (INDEX:12) */
.wrap-bread-crumb.banner_abbout .bg-breadcrumb {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  position: relative;
}

.wrap-bread-crumb.banner_abbout .bg-breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
}

.wrap-bread-crumb.banner_abbout .title-page {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px;
}

.wrap-bread-crumb.banner_abbout .title_page {
  margin: 0 0 14px;
  font-size: 64px;
  line-height: 1.05;
  font-weight: 800;
  color: #fff;
}

.wrap-bread-crumb.banner_abbout .subtitle {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
}

@media (max-width: 991px) {
  .wrap-bread-crumb.banner_abbout .bg-breadcrumb {
    min-height: 280px;
    padding: 40px 18px;
    background-position: center center;
  }

  .wrap-bread-crumb.banner_abbout .title-page {
    max-width: 520px;
  }

  .wrap-bread-crumb.banner_abbout .title_page {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 10px;
  }

  .wrap-bread-crumb.banner_abbout .subtitle {
    font-size: 18px;
    line-height: 1.45;
  }
}

@media (max-width: 575px) {
  .wrap-bread-crumb.banner_abbout .bg-breadcrumb {
    min-height: 220px;
    padding: 28px 16px;
  }

  .wrap-bread-crumb.banner_abbout .title-page {
    max-width: 320px;
  }

  .wrap-bread-crumb.banner_abbout .title_page {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 8px;
  }

  .wrap-bread-crumb.banner_abbout .subtitle {
    font-size: 15px;
    line-height: 1.5;
  }
}
/* END_SECTION:banner-about-v4 */

/* START_SECTION:section-banner-v5 (INDEX:61) */
.section-banner-v5--{{ section.id }} .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.section-banner-v5--{{ section.id }} .col-banner-6,
.section-banner-v5--{{ section.id }} .col-banner-4 {
  display: flex;
  flex-direction: column;
}

.section-banner-v5--{{ section.id }} .col-banner-6 {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
}

.section-banner-v5--{{ section.id }} .col-banner-4 {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
}

.section-banner-v5--{{ section.id }} .box-img1 {
  position: relative;
  height: 100%;
  min-height: 690px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .section-banner-v5--{{ section.id }} .box-img1 {
    height: 100%;
    min-height: 550px;
  }
}

.section-banner-v5--{{ section.id }} .box-img1 > .box-img-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.section-banner-v5--{{ section.id }} .box-img1 > .box-img-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-banner-v5--{{ section.id }} .banner-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  background: transparent;
}

.section-banner-v5--{{ section.id }} .banner-content .info {
  width: 100%;
  padding: 60px 50px;
}

.section-banner-v5--{{ section.id }} .title-banner {
  font-size: 56px;
  line-height: 1.08;
  margin: 0 0 22px;
}

.section-banner-v5--{{ section.id }} .sub-title {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 30px;
}

.section-banner-v5--{{ section.id }} .col-banner-4 .box-img,
.section-banner-v5--{{ section.id }} .col-banner-4 .box-img a {
  height: 100%;
  display: block;
}

.section-banner-v5--{{ section.id }} .col-banner-4 .box-img img {
  width: 100%;
  height: 100%;
  min-height: 690px;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {
  .section-banner-v5--{{ section.id }} .col-banner-6,
  .section-banner-v5--{{ section.id }} .col-banner-4 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .section-banner-v5--{{ section.id }} .col-banner-6 {
    order: 1 !important;
  }

  .section-banner-v5--{{ section.id }} .col-banner-4 {
    order: 2 !important;
  }

  .section-banner-v5--{{ section.id }} .box-img1,
  .section-banner-v5--{{ section.id }} .col-banner-4 .box-img img {
    min-height: unset;
  }

  .section-banner-v5--{{ section.id }} .box-img1 > .box-img-bg {
    display: none;
  }

  .section-banner-v5--{{ section.id }} .banner-content {
    background: #edf1ed;
  }

  .section-banner-v5--{{ section.id }} .banner-content .info {
    padding: 34px 24px;
  }

  .section-banner-v5--{{ section.id }} .title-banner {
    font-size: 34px;
    line-height: 1.12;
    margin-bottom: 16px;
  }

  .section-banner-v5--{{ section.id }} .sub-title {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 22px;
  }

  .section-banner-v5--{{ section.id }} .col-banner-4 .box-img img {
    height: auto;
    aspect-ratio: 16 / 11;
    object-fit: cover;
  }
}

@media (max-width: 575px) {
  .section-banner-v5--{{ section.id }} .banner-content .info {
    padding: 26px 18px;
  }

  .section-banner-v5--{{ section.id }} .title-banner {
    font-size: 28px;
    line-height: 1.15;
  }

  .section-banner-v5--{{ section.id }} .sub-title {
    font-size: 15px;
    line-height: 1.65;
  }

  .section-banner-v5--{{ section.id }} .button-main2 {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}
/* END_SECTION:section-banner-v5 */

/* START_SECTION:section-newsletter-v1 (INDEX:80) */
.newsletter-form-wrapper {
  position: relative;
}

.newsletter-success {
  position: absolute;
  top: -34px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  pointer-events: none;
  opacity: 0;
  transform: translateY(6px);
  transition: all 0.3s ease;
  z-index: 2;
}

.newsletter-success.show {
  opacity: 1;
  transform: translateY(0);
}

.newsletter-form-wrapper .errors,
.newsletter-form-wrapper .form__message,
.newsletter-form-wrapper .customer-errors,
.newsletter-form-wrapper .default-errors {
  margin-top: 10px;
  color: #fff;
}

.newsletter-shopify-form {
  position: relative;
}
/* END_SECTION:section-newsletter-v1 */