

/* Start:/local/components/lab/our-brands/templates/.default/style.css?1764352736231*/
.our-brands>div div+div {
  margin-top: 1rem;
}

@media screen and (min-width: 75em) {
  .our-brands>div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }

  .our-brands>div div+div {
    margin: 0;
  }
}

/* End */


/* Start:/local/components/lab/about-history/templates/.default/style.css?17643529972010*/
.about-history {
  background-color: var(--clr-bg-gray-light);
  color: white;
  padding: 1rem;
}

.about-history h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.about-history__slogan {
  display: none;
  max-width: 50%;
  text-align: right;
  line-height: 1.1;
}

.about-history h3 {
  background-color: var(--clr-primary);
  padding: 0.5rem;
  font-size: var(--fs-2xl);
}

.about-history__year {
  margin-bottom: 0.5rem;
}

.about-history__subtitle {
  font-family: Montserrat;
  font-size: var(--fs-md);
  font-weight: normal;
  text-transform: none;
}

.about-history__description {
  margin-block: 1rem;
}

.about-history--desktop {
  display: none;
}

@media screen and (min-width: 75em) {
  .about-history {
    position: relative;
    z-index: 0;
    overflow: hidden;
  }

  .about-history::before {
    content: attr(data-active-text);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: right;
    text-transform: uppercase;
    font-size: 20rem;
    font-weight: bold;
    color: white;
    opacity: 0.1;
    z-index: -1;
    line-height: 0.85;
    margin: 0.1em;
    font-family: Oswald;
    border-bottom: 0.08em solid currentColor;
  }

  .about-history__slogan {
    display: block;
  }

  .about-history__title-wrapper {
    display: flex;
    justify-content: space-between;
    font-family: Oswald;
    font-size: var(--fs-3xl);
  }

  .about-history--mobile h3 {
    display: none;
  }

  .about-history--mobile>div.active {
    display: block;
    height: 12.75rem;
  }

  .about-history--mobile>div {
    max-width: 50%;
    display: none;
  }

  .about-history--desktop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .about-history--desktop button {
    text-align: left;
    background-color: transparent;
    padding: 0;
  }

  .about-history--desktop button h3 {
    background-color: transparent;
  }

  .about-history--desktop button.active {
    text-align: left;
    background-color: var(--clr-primary);
  }
}

/* End */


/* Start:/local/components/lab/production-site/templates/.default/style.css?1763808400483*/

.production-site h3 {
  font-size: var(--fs-lg);
}

.production-site p {
  padding-block: 1rem;
}

.production-site__card {
  padding: 2rem;
  border: 2px solid var(--clr-primary);
}

@media screen and (min-width: 60em) {
  .production-site>div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .production-site p {
    height: 11rem;
  }

  .production-site img {
    width: 100%;
    object-fit: cover;
    height: 24rem;
    margin-top: auto;
  }
}


/* End */


/* Start:/local/components/lab/advantages/templates/.default/style.css?1763816200275*/
.advantages>div {
  display: grid;
  gap: 1rem;
}

.advantages__card {
  background-color: var(--clr-bg-gray-light);
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

@media screen and (min-width: 60em) {

  .advantages>div {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* End */


/* Start:/local/components/lab/application-form/templates/.default/style.css?1763815991515*/
.application__form {
  display: grid;
  gap: 2rem;
}

@media screen and (min-width: 60em) {
  .application__form {
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  }
}

.application__form-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 1rem;
}

.application__form .form-checkbox {
  flex: 999;
  min-width: 30ch;
}

.application__form button {
  flex: 1 1 0;
  min-width: fit-content;
}

.application__form a {
  text-decoration: underline;
}


/* End */


/* Start:/local/components/lab/customer-service/templates/.default/style.css?1763816422287*/
.customer-service>div {
  display: grid;
  gap: 1rem;
}

.customer-service__card {
  background-color: var(--clr-primary);
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

@media screen and (min-width: 60em) {

  .customer-service>div {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* End */
/* /local/components/lab/our-brands/templates/.default/style.css?1764352736231 */
/* /local/components/lab/about-history/templates/.default/style.css?17643529972010 */
/* /local/components/lab/production-site/templates/.default/style.css?1763808400483 */
/* /local/components/lab/advantages/templates/.default/style.css?1763816200275 */
/* /local/components/lab/application-form/templates/.default/style.css?1763815991515 */
/* /local/components/lab/customer-service/templates/.default/style.css?1763816422287 */
