/** Shopify CDN: Minification failed

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

**/
.med-home-slider {
  max-width: 1500px;
  margin: 48px auto 40px;
  min-height: 520px;
  background: #c7d9e5;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.med-home-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr .9fr;
  align-items: center;
  gap: 50px;
  padding: 70px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease;
}

.med-home-slide.active {
  opacity: 1;
  visibility: visible;
}

.med-home-content span {
  display: inline-block;
  background: #e9fbff;
  color: #ff4d36;
  padding: 9px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.med-home-content h1 {
  font-size: 64px;
  line-height: 1.05;
  font-weight: 900;
  color: #101936;
  margin: 0 0 24px;
}

.med-home-content p {
  font-size: 19px;
  line-height: 1.7;
  color: #4b6073;
  max-width: 600px;
  margin-bottom: 32px;
}

.med-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff4d36;
  color: #fff;
  text-decoration: none;
  padding: 17px 28px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 800;
}

.med-home-image {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  min-height: 360px;
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

.med-home-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.med-home-dots {
  position: absolute;
  bottom: 24px;
  left: 70px;
  display: flex;
  gap: 10px;
  z-index: 5;
}

.med-home-dots button {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 50%;
  background: rgba(16,25,54,.3);
  cursor: pointer;
  padding: 0;
}

.med-home-dots button.active {
  background: #ff4d36;
}

@media screen and (max-width: 1200px) {
  .med-home-slider {
    margin: 36px 24px;
  }

  .med-home-slide {
    padding: 50px;
    gap: 36px;
  }

  .med-home-content h1 {
    font-size: 52px;
  }
}

@media screen and (max-width: 990px) {
  .med-home-slider {
    margin: 24px 16px;
    min-height: 720px;
    border-radius: 18px;
  }

  .med-home-slide {
    grid-template-columns: 1fr;
    padding: 36px 24px 70px;
    gap: 28px;
  }

  .med-home-content span {
    font-size: 12px;
    padding: 8px 14px;
    margin-bottom: 18px;
  }

  .med-home-content h1 {
    font-size: 40px;
  }

  .med-home-content p {
    font-size: 16px;
    line-height: 1.6;
  }

  .med-home-btn {
    padding: 14px 20px;
    font-size: 15px;
  }

  .med-home-image img {
    height: 280px;
  }

  .med-home-dots {
    left: 24px;
    bottom: 24px;
  }
}

@media screen and (max-width: 480px) {
  .med-home-slider {
    min-height: 680px;
  }

  .med-home-content h1 {
    font-size: 34px;
  }

  .med-home-image img {
    height: 240px;
  }
  @media screen and (max-width: 990px) {
  .med-home-slider {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin: 20px 16px !important;
    min-height: 620px !important;
    overflow: hidden !important;
  }

  .med-home-slide {
    padding: 28px 20px 60px !important;
  }

  .med-home-content h1 {
    font-size: 32px !important;
    line-height: 1.1 !important;
  }

  .med-home-image img {
    height: 230px !important;
  }
  /* TOPBAR MOBILE TEXT FIX */
@media screen and (max-width: 990px) {
  .med-topbar {
    height: 76px !important;
    min-height: 76px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  .med-topbar-slide {
    inset: 0 34px 0 0 !important;
    padding: 8px 6px !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .med-topbar-slide strong {
    white-space: normal !important;
  }

  .med-dots {
    right: 7px !important;
    gap: 4px !important;
  }

  .med-dots button {
    width: 6px !important;
    height: 6px !important;
  }


}