.text-12 {
  font-size: 12px;
}

.text-15 {
  font-size: 15px;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.content-menu {
  background-color: #f9f8f9;
  padding: 25px 25px 10px;
}
.content-menu .title {
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
.content-menu .menu .menu-h2 {
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #53575a;
  text-decoration: underline;
}
.content-menu .menu .menu-h3 {
  cursor: pointer;
  font-weight: 400;
  display: block;
  padding-left: 15px;
  font-size: 15px;
  color: #53575a;
  line-height: 22px;
  padding-left: 15px;
  margin-bottom: 11px;
  position: relative;
  margin-left: 16px;
  text-decoration: underline;
}
.content-menu .menu .menu-h3::before {
  width: 7px;
  height: 7px;
  top: 8px;
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #888b8d;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.content-menu .menu .menu-h3::after {
  left: 3px;
  content: "";
  position: absolute;
  left: 2.5px;
  top: 11px;
  border-left: 1px dashed #888b8d;
  width: 1px;
  height: calc(100% + 11px);
}
.content-menu .menu .menu-h3:last-child::after {
  display: none;
}

.contact-detail p {
  font-size: 14px;
}
.contact-detail .required {
  color: #ff4545;
}
.contact-detail label.error {
  font-size: 12px;
  color: #ff4545;
}
.contact-detail input[type=text],
.contact-detail input[type=tel],
.contact-detail input[type=email] {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #b1b1b1;
}
.contact-detail button {
  cursor: pointer;
  width: 250px;
  height: 50px;
  display: flex;
  color: black;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #b1b1b1;
  background-color: white;
}

.no-tailwindcss-base {
  width: 100%;
  word-break: break-word;
}
.no-tailwindcss-base img {
  width: 100%;
  height: auto;
}
.no-tailwindcss-base ul {
  list-style: inside;
}
.no-tailwindcss-base ol {
  list-style: inside;
}
.no-tailwindcss-base .table {
  width: 100%;
}
.no-tailwindcss-base table {
  width: 100%;
  border-color: #f3f3f3;
  table-layout: fixed;
}
.no-tailwindcss-base table tbody {
  width: 100%;
}
.no-tailwindcss-base table th {
  background-color: #1A69C6;
  color: #ffffff;
  font-size: 16px;
  line-height: 23.17px;
  font-weight: bold;
  text-align: center;
}
.no-tailwindcss-base tr {
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: 23.17px;
  font-weight: normal;
  text-align: start;
}
.no-tailwindcss-base h1 {
  display: block;
  font-size: 38px;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.no-tailwindcss-base h2 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  margin: 24px 0;
}
.no-tailwindcss-base h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin: 24px 0;
}
.no-tailwindcss-base h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.no-tailwindcss-base h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
@media only screen and (max-width: 768px) {
  .no-tailwindcss-base h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin: 0;
  }
  .no-tailwindcss-base h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 24px 0 12px 0;
  }
  .no-tailwindcss-base h4 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    margin: 16px 0 12px 0;
  }
  .no-tailwindcss-base h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 16px 0 12px 0;
  }
}
.no-tailwindcss-base a {
  text-decoration: underline;
  color: #005BE4;
}
.no-tailwindcss-base figure {
  display: table;
  margin: 24px auto;
}
.no-tailwindcss-base figure figcaption {
  color: #999999;
  display: block;
  margin-top: 0.25rem;
  text-align: center;
}
.no-tailwindcss-base hr {
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px 0px 0px;
}
.no-tailwindcss-base blockquote {
  background-color: #F9F9F9;
  padding: 12px;
}
.no-tailwindcss-base ol {
  list-style-type: decimal;
  padding-left: 18px;
}
.no-tailwindcss-base ul {
  list-style-type: disc;
  padding-left: 18px;
}
.no-tailwindcss-base p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.no-tailwindcss-base table {
  border-width: 1px;
  border-radius: 4px;
  border-color: #DDDDDD;
  border-collapse: separate !important;
  border-spacing: 0;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.no-tailwindcss-base table tbody tr,
.no-tailwindcss-base table thead tr {
  border-width: 1px;
}
.no-tailwindcss-base table tbody tr td,
.no-tailwindcss-base table thead tr td {
  border-width: 1px;
  padding: 13px 15px;
}
.no-tailwindcss-base table tbody tr th,
.no-tailwindcss-base table thead tr th {
  font-weight: bold;
  border-width: 1px;
  padding: 13px 15px;
  text-align: left;
}

.no-tailwindcss-base:not([dir=rtl]) blockquote {
  background-color: #F9F9F9;
  padding: 12px;
}

.no-tailwindcss-base[dir=rtl] blockquote {
  background-color: #F9F9F9;
  padding: 12px;
}

@media only screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  input[type=password] {
    font-size: smaller;
    /* Adjust the font size as needed */
  }
}
#contact-form.fixed {
  position: sticky;
  top: 20px;
  width: 100%;
}

/*# sourceMappingURL=stype-new-hero.css.map */
