/** Shopify CDN: Minification failed

Line 235:1 Expected "}" to go with "{"

**/


/* CSS from section stylesheet tags */
.count-section-wrapper {
  padding: 5px 20px 60px;
  font-family: inherit;
}

.count-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1340px;
    margin: 0 auto;
    gap: 40px;
}

.count-left {
    flex: 1 1 35%;
    color: #b1181c;
    font-weight: 500;
    font-size: 38px;
    line-height: 120%;
    letter-spacing: 0px;
    font-weight: 500;
}

.count-left p {
    margin: 0;
}

.count-right {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.count-right p {
    margin: 0;
    color: #7f7f7f;
    font-weight: 400;
    font-size: 24px;
    line-height: 145%;
    letter-spacing: 0px;
    width: 90%;
}

.count-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.count-box {
    flex: 1 1 45%;
    gap: 5px;
    display: flex;
    flex-direction: column;
}

.count-number {
  color: #B1181C;
  margin-bottom: 0px;
font-weight: 500;
font-size: 48px;
line-height: 100%;
letter-spacing: 0px;
}

.count-label {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.count-label p {
color: #000;
}
.hero-ban {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  height: 100vh;
  background-size: cover;
  background-position: 0px -500px;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  width: 100%;
      gap: 12px;
}

/* .hero-ban::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
} */

.hero-ban > * {
  z-index: 2;
}

.hero-ban h1 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 400;
  color: white;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Playfair Display", serif;
      width: 50%;
}

.hero-ban p {
  font-size: 16px;
  max-width: 800px;
  font-family: "Inter", serif;
  margin-bottom: 20px;
  margin-top: 0;
  color: white;
}

.hero-ban .button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.hero-ban .button-group a {
  padding: 14px 38px;
  font-size: 1.8rem;
  border-radius: 6px;
  text-decoration: none;
  background-color: #4b2e2e;
  font-family: "Playfair Display", serif;
  color: #fff;
  transition: background 0.3s ease;
}

  .hero-ban .button-group a:nth-child(2) {
  background-color: #fff;
  color: #4b2e2e;
}

    .hero-ban .button-group a:nth-child(2):hover {
  background-color: #4b2e2e;
  color: #fff;
}


.hero-ban .button-group a:hover {
  background-color: #fff;
  color: #4b2e2e;
}

@media (max-width: 1540px) {
  .hero-ban {
    background-position: 0px -400px;
}
  
@media (max-width: 1440px) {
.hero-ban {
    background-position: 0px -350px;
}
  }

@media (max-width: 1280px) {
  .hero-ban {
    background-position: 0px -300px;
}

  .hero-ban h1 {
    font-size: 55px;
}
}

@media (max-width: 989px) {
  .hero-ban {
    background-position: 0px -170px;
    height: 80vh;
}

.hero-ban h1 {
    font-size: 45px;
    padding: 0 50px;
     line-height: 55px;
  width: 100% !important;
}

  .hero-ban p {
    font-size: 16px;
    max-width: 600px;
    line-height: 25px;
}

  .hero-ban .button-group a {
    padding: 12px 35px;
    font-size: 1.5rem;
}
}

@media (max-width: 600px) {
  .hero-ban {
    background-position: center;
    height: 65vh;
}

  .hero-ban h1 {
    font-size: 30px;
    padding: 0 20px;
    line-height: 40px;
}

  .hero-ban p {
    font-size: 15px;
    max-width: 85%;
    line-height: 23px;
}

  .hero-ban .button-group a {
    padding: 10px 33px;
    font-size: 1.4rem;
}
}