@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Moderniz";
  src: url("../fonts/Moderniz.otf");
}
section.headline__banner {
  position: relative;
  min-height: 400px;
  background-color: #000000;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  section.headline__banner {
    min-height: 350px;
  }
}
@media (max-width: 768px) {
  section.headline__banner {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 768px) and (min-width: 1200px) and (max-width: 1600px) {
  section.headline__banner {
    min-height: 350px;
  }
}
section.headline__banner .image__container {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 400px;
  z-index: 1;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  section.headline__banner .image__container {
    min-height: 350px;
  }
}
section.headline__banner .image__container img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  section.headline__banner .image__container img {
    max-height: 350px;
  }
}
section.headline__banner .text__container {
  position: relative;
  z-index: 2;
  padding: 5% 0 30px;
}
@media (max-width: 768px) {
  section.headline__banner .text__container {
    padding: 10% 0;
  }
}
section.headline__banner .text__container .container {
  flex-direction: column;
}
section.headline__banner .text__container .container .headline {
  width: 70%;
}
@media (max-width: 768px) {
  section.headline__banner .text__container .container .headline {
    width: 100%;
  }
}
section.headline__banner .text__container .container .headline p.page-title {
  font-family: "Kanit", serif;
  font-size: 16px;
  line-height: 24px;
  color: #CAFE48;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1.6px;
}
section.headline__banner .text__container .container .headline h1 {
  font-family: "Moderniz", Arial, sans-serif;
  font-size: 28px;
  line-height: 38px;
  color: #FFFFFF;
  text-align: left;
  width: 80%;
}
@media (max-width: 768px) {
  section.headline__banner .text__container .container .headline h1 {
    font-size: 24px;
    line-height: 34px;
    width: 100%;
  }
}
section.headline__banner .text__container .container .headline h1 span {
  position: relative;
}
section.headline__banner .text__container .container .headline h1 span.lime {
  color: #CAFE48;
}
section.headline__banner .text__container .container .headline p.description {
  font-family: "Kanit", serif;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  width: 80%;
}
@media (max-width: 768px) {
  section.headline__banner .text__container .container .headline p.description {
    width: 100%;
  }
}
section.headline__banner .text__container .container .headline a {
  margin-top: 20px;
}
section.headline__banner .text__container .container .headline .talk-button {
  margin-top: 20px;
}

section.categories__content {
  background-color: #f3f3f3;
}
section.categories__content .content__container {
  padding: 50px 0;
}
section.categories__content .content__container.beauty .heading .title:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 25px;
  height: 30px;
  background-image: url("../img/icon_acontent.png");
  background-size: 25px 30px;
  background-repeat: no-repeat;
}
section.categories__content .content__container.pets .heading .title:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 25px;
  height: 30px;
  background-image: url("../img/icon_acontent.png");
  background-size: 25px 30px;
  background-repeat: no-repeat;
}
section.categories__content .content__container.supplements .heading .title:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 25px;
  height: 30px;
  background-image: url("../img/icon_acontent.png");
  background-size: 25px 30px;
  background-repeat: no-repeat;
}
section.categories__content .content__container .heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
section.categories__content .content__container .heading .title {
  font-family: "Moderniz", Arial, sans-serif;
  padding-left: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  letter-spacing: 1.4px;
}
section.categories__content .content__container .heading .view-all {
  font-family: "Kanit", serif;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-align: left;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 1.6px;
  cursor: pointer;
}
section.categories__content .content__container .content {
  display: flex;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}
section.categories__content .content__container .content .content__item {
  position: relative;
  min-height: 350px;
  flex: 0 0 calc(25% - 10px);
  border-radius: 12px;
  border: 1px solid #000000;
  display: flex;
  flex-direction: column;
}
section.categories__content .content__container .content .content__item:nth-child(n+5) {
  display: none;
}
@media (max-width: 768px) {
  section.categories__content .content__container .content .content__item {
    flex: 0 0 calc(50% - 10px);
    min-height: 250px;
  }
}
section.categories__content .content__container .content .content__item .image {
  position: absolute;
  top: 0;
  left: 0;
  height: 350px;
  z-index: 1;
}
@media (max-width: 768px) {
  section.categories__content .content__container .content .content__item .image {
    height: 250px;
  }
}
section.categories__content .content__container .content .content__item .image img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 768px) {
  section.categories__content .content__container .content .content__item .image img {
    height: 250px;
  }
}
section.categories__content .content__container .content .content__item .text {
  position: relative;
  padding: 25px 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
  z-index: 2;
}
section.categories__content .content__container .content .content__item .text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
section.categories__content .content__container .content .content__item .text .title {
  position: relative;
  z-index: 3;
  font-family: "Moderniz", Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  letter-spacing: 1.8px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  section.categories__content .content__container .content .content__item .text .title {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.2px;
  }
}
section.categories__content .content__container .content .content__item .text .content {
  position: relative;
  z-index: 3;
  font-family: "Kanit", serif;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 768px) {
  section.categories__content .content__container .content .content__item .text .content {
    font-size: 12px;
    line-height: 14px;
  }
}
section.categories__content .content__container .content .content__item .text .view {
  background-color: #000000;
  font-family: "Kanit", serif;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  letter-spacing: 1.6px;
  border-radius: 12px;
  margin-top: 20px;
  cursor: pointer;
}
section.categories__content .content__container .content .content__item .text .work-content {
  display: none;
}

section.form {
  padding: 60px 0 120px;
  background-color: #FFFFFF;
  background-image: url("../img/bg_form.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  section.form {
    padding: 60px 0 350px;
    background-image: url("../img/bg_form_mobile.png");
  }
}
section.form .container {
  display: flex;
  gap: 50px;
}
@media (max-width: 768px) {
  section.form .container {
    gap: 20px;
    flex-direction: column;
  }
}
section.form .container .form__text {
  flex: 0 0 40%;
  width: 40%;
  max-width: 40%;
  padding-left: 5%;
}
@media (max-width: 768px) {
  section.form .container .form__text {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
section.form .container .form__text .title h2 {
  font-family: "Moderniz", Arial, sans-serif;
  font-size: 28px;
  line-height: 38px;
  color: #000000;
  text-align: left;
}
section.form .container .form__text .description {
  margin-top: 10px;
}
section.form .container .form__text .description p {
  font-family: "Kanit", serif;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
  text-align: left;
}
section.form .container .form__form {
  flex: 0 0 calc(60% - 50px);
  width: calc(60% - 50px);
  max-width: calc(60% - 50px);
}
@media (max-width: 768px) {
  section.form .container .form__form {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
section.form .container .form__form label {
  font-family: "Moderniz", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  text-align: left;
  margin: 15px 0;
}
section.form .container .form__form label.hs-error-msg {
  font-size: 12px;
  font-family: "Kanit", serif;
  margin: 0;
}
section.form .container .form__form label.hs-form-booleancheckbox-display {
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
section.form .container .form__form label.hs-form-booleancheckbox-display input {
  width: auto;
  accent-color: #000000;
  margin-top: 5px;
  transform: scale(1.5);
}
section.form .container .form__form label.hs-form-booleancheckbox-display span {
  font-family: "Kanit", serif;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-weight: 400;
  text-align: left;
  padding-left: 10px;
}
section.form .container .form__form label .hs-form-required {
  color: #EF3535;
  margin-left: 5px;
}
section.form .container .form__form input, section.form .container .form__form textarea {
  width: 100%;
  border: 0.5px solid #353535;
  padding: 10px;
}
section.form .container .form__form fieldset {
  width: 80%;
  max-width: 80%;
}
@media (max-width: 768px) {
  section.form .container .form__form fieldset {
    width: 100%;
    max-width: 100%;
  }
  section.form .container .form__form fieldset.form-columns-2 .hs-form-field {
    float: left;
    width: 50%;
  }
}
section.form .container .form__form fieldset li {
  list-style: none;
}
section.form .container .form__form .hs_submit {
  width: 80%;
  max-width: 80%;
}
@media (max-width: 768px) {
  section.form .container .form__form .hs_submit {
    width: 100%;
    max-width: 100%;
  }
}
section.form .container .form__form .hs_submit input[type=submit] {
  background-color: #000000;
  border-radius: 5px;
  font-family: "Kanit", serif;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
section.form .container .form__form .hs_submit input[type=submit]:focus-visible {
  outline: 2px solid #CAFE48;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(202, 254, 72, 0.3);
}

.modal-dialog {
  max-width: 80%;
}
@media (max-width: 768px) {
  .modal-dialog {
    max-width: 100%;
  }
}
.modal-dialog .modal-header {
  border: none;
}
@media (max-width: 768px) {
  .modal-dialog .modal-header {
    position: fixed;
    top: 0;
    right: 5%;
    z-index: 10;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
  }
  .modal-dialog .modal-header .btn-close {
    background-color: #FFFFFF;
    border-radius: 50%;
  }
}
.modal-dialog .modal-body p {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=industries.css.map */
