/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

header {
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: rgb(0, 0, 0);
}
header ul {
  list-style: none;
}
header ul li {
  color: white;
  margin-left: 30px;
}
header ul li a {
  color: white;
  text-decoration: none;
}
header ul li a:hover {
  border-bottom: 2px solid #3e4095;
}
header .mobile_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  z-index: 1000;
  transition: right 0.3s ease-in-out;
}
header .mobile-nav .social ul {
  display: flex;
}
header .mobile-nav .logo {
  display: block;
  margin: 15px 15px 35px;
}
header .mobile-nav .mobile-nav-content {
  padding: 60px 20px;
}
header .mobile-nav .ul_mobile li {
  padding: 10px 10px 10px 16px;
  gap: 10px;
  border-radius: 8px 0 0 8px;
  border-bottom: 1px solid #3e4095;
  background: rgba(255, 255, 255, 0.1019607843);
  margin-left: 80px;
}
header .mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .mobile-nav ul li {
  margin-bottom: 20px;
}
header .mobile-nav ul li a {
  color: white;
  text-decoration: none;
  font-size: 24px;
  transition: color 0.3s ease;
}
header .mobile-nav ul li a:hover {
  color: #51B6A6;
}
header .mobile-nav.active {
  right: 0;
}
header .burger-menu {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 20px;
  position: relative;
  z-index: 1001;
}
header .burger-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header .burger-menu span:nth-child(1) {
  top: 0px;
}
header .burger-menu span:nth-child(2) {
  top: 8px;
}
header .burger-menu span:nth-child(3) {
  top: 16px;
}
header .burger-menu.active span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
}
header .burger-menu.active span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
header .burger-menu.active span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}
@media (max-width: 850px) {
  header {
    margin-left: -15px;
    padding-left: 15px;
  }
  header .logo {
    margin-left: 15px;
  }
  header .desktop-nav {
    display: none;
  }
  header .burger-menu {
    display: block;
    margin-right: 30px;
  }
}

body {
  font-family: "Kanit", serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #191515;
  color: white;
}

input, textarea {
  outline: none;
}

.wrap {
  width: 100%;
}

.container {
  max-width: calc(100% - 30px);
  margin: 0 auto;
}

.col-max {
  width: 100%;
  box-sizing: border-box;
}

.flex {
  display: flex;
}

.space_around {
  justify-content: space-around;
}

.space_between {
  justify-content: space-between;
}

.flex-column {
  flex-direction: column;
}

.flex-center {
  justify-content: center;
}

.flex-center-vertical {
  align-items: center;
}

.justify_end {
  justify-content: flex-end;
}

.bg-green {
  background: rgba(81, 182, 166, 0.3019607843);
}

.bg-blue {
  background: rgba(0, 141, 208, 0.3019607843);
}

.bg-purple {
  background: rgba(93, 62, 144, 0.3019607843);
}

.bg-brown {
  background: rgba(131, 47, 85, 0.3019607843);
}

h5 {
  font-family: Kanit, serif;
  font-size: clamp(17px, 2.5vw, 22px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.head {
  background-image: url("/assets/images/bg_head.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.head h1 {
  margin: 0;
  font-family: Kanit, serif;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
}
.row .col-3 {
  box-sizing: border-box;
  flex: 0 0 calc(33.333% - 24px);
  margin-right: 24px;
}
.row .col-3:last-child {
  margin-right: 0;
}
.row .col-2 {
  box-sizing: border-box;
  flex: 0 0 calc(50% - 24px);
  margin-right: 24px;
}
.row .col-2:last-child {
  margin-right: 0;
}
.row .col-5 {
  box-sizing: border-box;
  flex: 0 0 calc(20% - 24px);
  margin-right: 24px;
}
.row .col-5:last-child {
  margin-right: 0;
}

.display {
  font-family: Kanit, serif;
  font-size: clamp(40px, 8vw, 80px);
  line-height: 1.1;
  font-weight: 500;
  text-align: left;
  color: #fff;
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.btn_white {
  padding: 20px 40px 20px 40px;
  border-radius: 8px;
  font-family: Kanit, serif;
  font-size: clamp(14px, 2.5vw, 18px);
  font-weight: 400;
  line-height: 21.6px;
  letter-spacing: 0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: white;
  max-width: 250px;
  margin-left: 15px;
  margin-right: 15px;
  color: #3E4095;
  text-decoration: none;
}

.btn-primary {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 20px 40px;
  border-radius: 8px;
  font-family: Kanit, serif;
  font-size: clamp(14px, 2.5vw, 18px);
  font-weight: 400;
  line-height: 21.6px;
  letter-spacing: 0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  text-decoration: none;
  max-width: 250px;
  z-index: 1;
}
.btn-primary::before, .btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.8s ease;
}
.btn-primary::before {
  background: linear-gradient(264.03deg, #51B6A6 1.45%, #008DD0 25.64%, #5D3E90 81.58%, rgba(131, 47, 85, 0.913725) 99.39%);
  opacity: 1;
}
.btn-primary::after {
  background: linear-gradient(267.77deg, rgba(131, 47, 85, 0.913725) 1.88%, #5D3E90 24.81%, #008DD0 66.77%, #51B6A6 99.46%);
  opacity: 0;
}
.btn-primary:hover::before {
  opacity: 0;
}
.btn-primary:hover::after {
  opacity: 1;
}

.btn-black {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 12px 20px;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  z-index: 1;
}
.btn-black::before, .btn-black::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.8s ease;
}
.btn-black::before {
  background: linear-gradient(90.24deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 99.66%);
  opacity: 1;
}
.btn-black::after {
  background: linear-gradient(90.24deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 99.66%);
  opacity: 0;
}
.btn-black:hover::before {
  opacity: 0;
}
.btn-black:hover::after {
  opacity: 1;
}

h2 {
  font-family: Kanit, serif;
  font-size: clamp(25px, 5vw, 40px);
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  position: relative;
}
h2:before {
  width: 130px;
  height: 3px;
  background: #008DD0;
  content: "";
  display: block;
  margin-bottom: 10px;
}

footer {
  margin-top: 150px;
  padding-top: 50px;
}
footer .col-5 {
  padding-right: 15px;
}
footer .address {
  max-width: 196px;
}
footer .text_2 {
  font-family: Kanit, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #A1A1A1;
}
footer .ul_footer {
  margin-left: 15px;
}
footer ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
footer ul li {
  margin-top: 15px;
  margin-bottom: 15px;
}
footer ul li a {
  color: white;
  text-decoration: none;
}
footer .flex li {
  margin-right: 15px;
}
footer .line {
  margin-top: 40px;
  border-bottom: 2px solid #ccc;
}
footer .cooperate {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  height: 100px;
}
footer .cooperate ul {
  margin: 0;
  display: flex;
}
footer .cooperate ul li {
  margin: 0 0 0 15px;
}
footer .justify_end {
  margin-right: 10px;
}

@media (max-width: 1439px) {
  .content {
    margin-left: 15px !important;
    margin-right: 15px !important;
    width: calc(100% - 30px) !important;
  }
}
@media (max-width: 550px) {
  .head {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cooperate {
    flex-direction: column !important;
    align-items: center;
  }
  .cooperate div {
    margin-bottom: 10px;
  }
  footer {
    margin-top: 70px;
    padding-top: 0;
  }
  footer .line {
    margin-top: 0;
  }
  footer .address {
    width: 100%;
    max-width: 100%;
  }
  footer .w-30 {
    width: 30%;
  }
  footer .w-100 {
    width: 100%;
  }
  footer .col {
    margin-bottom: 24px;
  }
  footer .flex {
    margin-right: 0px;
  }
  footer .social {
    margin-right: -15px !important;
  }
  .row {
    margin-right: 0;
  }
  .row .col-3 {
    margin-bottom: 24px;
    box-sizing: border-box;
    flex: 0 0 100%;
    margin-right: 0;
  }
  .row .col-3:last-child {
    margin-right: 0;
  }
  .row .col-2 {
    margin-bottom: 24px;
    box-sizing: border-box;
    flex: 0 0 100%;
    margin-right: 24px;
  }
  .row .col-2:last-child {
    margin-right: 0;
  }
}
@media (min-width: 551px) and (max-width: 768px) {
  footer {
    margin-top: 50px;
  }
  .head {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row .col-3 {
    margin-bottom: 24px;
    box-sizing: border-box;
    flex: 0 0 calc(50% - 24px);
    margin-right: 24px;
  }
  .row .col-3:last-child {
    margin-right: 0;
  }
  .row .col-2 {
    margin-bottom: 24px;
    box-sizing: border-box;
    flex: 0 0 100%;
    margin-right: 24px;
  }
  .row .col-2:last-child {
    margin-right: 0;
  }
}
p {
  font-size: clamp(14px, 2.5vw, 16px);
}

.breadcrumbs ul {
  display: flex;
  list-style: none;
  margin-top: 16px;
  padding-left: 0;
}
.breadcrumbs ul li {
  margin-right: 10px;
}
.breadcrumbs ul li a {
  font-family: Kanit, serif;
  font-size: clamp(11px, 1.2vw, 12px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  text-decoration: none;
}
.breadcrumbs ul li a:hover {
  color: #008DD0;
}
.breadcrumbs ul li a:hover:after {
  color: white;
  text-decoration: none !important;
}
.breadcrumbs ul li a:first-child:after {
  content: "";
  margin-left: 0;
}
.breadcrumbs ul li a:after {
  content: "/";
  margin-left: 15px;
}
.breadcrumbs ul li span {
  font-size: clamp(11px, 1.2vw, 12px);
  color: #A1A1A1;
}

.video-container {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 24px;
}
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.mt-110 {
  margin-top: 110px;
}

.link {
  font-family: Kanit, serif;
  font-size: clamp(12px, 2.5vw, 13px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #00E0FF;
  text-decoration: underline;
}

input {
  padding: 0 16px 0 16px;
  border-radius: 4px;
  background: rgba(81, 182, 166, 0.3);
  border: none;
  height: 48px;
  width: 100%;
  color: white;
}
input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.error input {
  border: 1px solid darkred;
  color: darkred;
}
.error .error_text {
  font-size: 12px;
  color: darkred;
}

.hero {
  background-image: url("/assets/images/hero_main.svg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-top: 70px;
}
.hero .btn_white {
  margin-top: 30px;
  font-size: clamp(15px, 2.5vw, 18px);
}
.hero p {
  color: white;
  margin-left: 15px;
  margin-right: 15px;
  max-width: 700px;
  font-family: Kanit, serif;
  font-size: clamp(16px, 2.5vw, 24px);
  font-weight: 400;
  line-height: 26.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media (max-width: 768px) {
  .hero {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .hero .display {
    font-size: clamp(35px, 8vw, 40px);
    line-height: 1.1;
  }
}

.transform {
  padding-top: 150px;
  display: block;
}
.transform h2 {
  max-width: 525px;
  line-height: 1.2;
}
.transform p {
  max-width: 525px;
  margin-bottom: 40px;
}
.transform .col-3 {
  border-radius: 30px;
  padding: 30px;
}
.transform .col-3 img {
  border-radius: 10px;
  width: 100%;
}
.transform .col-3 p {
  font-family: Kanit, serif;
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 0;
}
.transform .btn-primary {
  margin-top: 75px;
}
@media (max-width: 768px) {
  .transform {
    padding-top: 70px !important;
  }
  .transform .col-3 {
    border-radius: 24px;
  }
  .transform .col-3 img {
    border-radius: 12px;
  }
  .transform .btn-primary {
    margin: 30px auto 0;
  }
}

.introducing {
  padding-top: 150px;
  display: block;
}
.introducing h2 {
  max-width: 525px;
}
.introducing p {
  max-width: 525px;
  margin-bottom: 40px;
}
.introducing .col-2 {
  padding: 30px;
  border-radius: 24px;
  margin-bottom: 24px;
}
.introducing .col-2 .image-wrapper {
  height: 140px;
  width: 250px;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}
.introducing .col-2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.introducing .col-2 .info {
  margin-left: 30px;
}
.introducing .col-2 .info p {
  margin-bottom: 0 !important;
}
.introducing .col-2 .info h5 {
  margin: 30px 0 0;
}
@media (max-width: 768px) {
  .introducing {
    padding-top: 70px !important;
  }
  .introducing .video-wrapper {
    border-radius: 24px;
  }
  .introducing .video-wrapper video {
    border-radius: 24px;
  }
  .introducing h5 {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .introducing .col-2 {
    border-radius: 24px;
  }
  .introducing .col-2 .info {
    margin-left: 0;
  }
  .introducing .col-2 .image-wrapper {
    max-width: 100%;
    width: 100%;
    border-radius: 12px;
  }
  .introducing .col-2 .image-wrapper img {
    border-radius: 12px;
  }
  .introducing .col-2 .flex {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .introducing h5 {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .introducing .col-2 .info {
    margin-left: 0;
  }
  .introducing .col-2 .image-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .introducing .col-2 .flex {
    flex-direction: column;
  }
}
@media (min-width: 980px) and (max-width: 1440px) {
  .introducing .col-2 .image-wrapper {
    max-width: 300px;
    width: 80%;
  }
}

.lorem {
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 150px;
  padding: 150px 100px 150px 100px;
  gap: 40px;
  border-radius: 24px;
  background: #1e1b1b;
}
.lorem h2 {
  text-align: center;
}
.lorem h2:before {
  margin: 0 auto 30px;
}
.lorem p {
  max-width: 1098px;
  margin: 0 auto;
}
.lorem .btn-primary {
  margin: 40px auto 24px;
  max-width: 461px;
}
.lorem .btn-black {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .lorem {
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
  }
  .lorem .flex {
    flex-direction: column;
  }
  .lorem .flex .btn-black {
    margin-bottom: 12px;
  }
}

.about .what {
  margin-top: 90px;
}
.about .col-2 .text .btn-primary {
  margin-top: 30px;
}
.about .col-2 img {
  width: 100%;
  max-width: 550px;
  border-radius: 24px;
}
.about .video-container {
  margin-top: 110px;
}
@media (min-width: 768px) and (max-width: 1170px) {
  .about .col-2 {
    margin-right: 0;
  }
  .about .col-2 img {
    width: 100%;
    max-width: calc(100% - 25px);
    border-radius: 12px;
    object-fit: cover;
    aspect-ratio: 16/9;
    height: auto;
  }
  .about .col-2 p {
    max-width: calc(100% - 15px);
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .about .col-2 {
    margin-right: 0;
  }
  .about .col-2 img {
    width: 100%;
    max-width: calc(100% - 25px);
    border-radius: 12px;
    object-fit: cover;
    aspect-ratio: 16/9;
    height: auto;
  }
  .about .col-2 p {
    max-width: calc(100% - 15px);
  }
}
@media (max-width: 768px) {
  .about .what {
    margin-top: 50px;
  }
  .about .flex {
    flex-direction: column-reverse;
  }
}

.benefits .benefits_body {
  margin-top: 90px;
}
.benefits .benefits_body h2 {
  text-align: center;
  margin-bottom: 60px;
}
.benefits .benefits_body h2:before {
  margin: 0 auto;
}
.benefits .benefits_body h5 {
  margin: 0;
  position: relative;
  padding-left: 18px;
}
.benefits .benefits_body h5 .num {
  position: absolute;
  left: -15px;
  top: -12px;
  background: rgba(81, 182, 166, 0.3019607843);
  width: 40px;
  height: 40px;
  gap: 10px;
  border-radius: 8px;
  font-family: Kanit, serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.benefits .benefits_body p {
  padding-left: 15px;
}
.benefits .benefits_body .col-3 {
  padding: 30px;
  gap: 17px;
  border-radius: 24px;
  background-image: url("/assets/images/bg_gray.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  margin-bottom: 24px;
}
.benefits .benefits_body .btn-primary {
  max-width: 427px;
  margin: 80px auto 0;
}
.benefits .benefits_body .text h2 {
  text-align: left;
}
.benefits .benefits_body .text h2:before {
  margin: 0;
}
@media (max-width: 768px) {
  .benefits .benefits_body {
    margin-top: 50px;
  }
  .benefits .benefits_body p {
    padding-left: 0;
  }
  .benefits .benefits_body .text {
    margin-top: 50px;
  }
  .benefits .benefits_body .btn-primary {
    margin-top: 30px;
  }
}

.news .news_body {
  margin-top: 90px;
}
.news .news_body .col-2 {
  margin-bottom: 24px;
}
.news .news_body .col-2 img {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
}
.news .news_body .col-2 .text {
  font-family: Kanit, serif;
  font-size: clamp(12px, 2.5vw, 14px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 10px;
  display: block;
}
.news .news_body .col-2 h6 {
  font-family: Kanit, serif;
  font-size: clamp(15px, 2.5vw, 18px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 12px 0 0;
}
.news .news_body .col-2 p {
  font-family: Kanit, serif;
  font-size: clamp(12px, 2.5vw, 14px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #A1A1A1;
}
.news .news_body .col-2 .link {
  margin-top: 30px;
  display: block;
}
@media (max-width: 768px) {
  .news .news_body {
    margin-top: 50px;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .news .news_body .col-2 {
    margin-right: 0;
  }
  .news .news_body .col-2 img {
    width: 100%;
    max-width: calc(100% - 25px);
    border-radius: 12px;
    object-fit: cover;
    aspect-ratio: 16/9;
    height: auto;
  }
  .news .news_body .col-2 p, .news .news_body .col-2 h6 {
    max-width: calc(100% - 25px);
  }
}

.paginate {
  margin-top: 80px;
}
.paginate ul {
  display: flex;
  list-style: none;
  padding: 0;
}
.paginate ul li {
  margin-left: 5px;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.paginate ul li:first-child, .paginate ul li:last-child {
  border: none;
  background: none;
}
.paginate ul li:first-child a, .paginate ul li:last-child a {
  background: none;
}
.paginate ul li a {
  font-family: Kanit, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  letter-spacing: 0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  text-decoration: none;
  border-radius: 8px;
  background-image: url("/assets/images/bg_gray.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
.paginate ul li a.active {
  background: #3e4095;
  border: none;
  color: white;
}
@media (max-width: 768px) {
  .paginate {
    margin: 0 auto;
  }
  .paginate ul {
    justify-content: center;
  }
}

.article {
  margin-top: 90px;
}
.article .article_body {
  max-width: 1080px;
  margin: 90px auto 0;
}
.article .article_body img {
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 24px;
}
.article .article_body .data {
  font-family: Kanit, serif;
  font-size: clamp(12px, 2.5vw, 13px);
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.article .article_body h2 {
  font-family: Kanit, serif;
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight: 500;
  line-height: 28.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.article .article_body h2 {
  font-family: Kanit, serif;
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 500;
  line-height: 28.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.article .article_body h2:before {
  content: "";
  border: none;
  background: none;
}
.article .article_body h3 {
  font-family: Kanit, serif;
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 500;
  line-height: 28.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.article .article_body h4 {
  font-family: Kanit, serif;
  font-size: clamp(15px, 2.5vw, 20px);
  font-weight: 500;
  line-height: 28.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.article .article_body ul {
  margin: 30px 0;
  padding: 0;
  list-style: circle;
}
.article .article_body ul li {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
  font-size: clamp(14px, 2.5vw, 16px);
}
.article .article_body blockquote {
  padding: 30px;
  margin: 50px 0 0;
  overflow: hidden;
  border-radius: 12px !important;
  background-image: url("/assets/images/bg_gray.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.article .article_body blockquote ol {
  margin: 0;
  padding: 0;
}
.article .article_body blockquote ol li {
  margin-left: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: clamp(14px, 2.5vw, 16px);
}
@media (max-width: 768px) {
  .article .article_body {
    margin-top: 50px;
  }
  .article .article_body blockquote {
    padding: 10px;
    margin-top: 10px;
  }
}

.faq .faq_body {
  margin-top: 90px;
}
.faq .faq_body h2 {
  text-align: center;
}
.faq .faq_body h2:before {
  margin: 0 auto;
}
.faq .faq_body .faq_description {
  max-width: 954px;
  margin: 0 auto;
  text-align: center;
}

.faq-accordion {
  max-width: 1076px;
  margin: 40px auto 0;
}

.faq-item {
  padding: 20px;
  gap: 20px;
  border-radius: 24px;
  background-image: url("/assets/images/bg_gray.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 24px;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 20px 0;
}
.faq-question h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.faq-icon {
  width: 24px;
  height: 24px;
  position: relative;
}
.faq-icon::before, .faq-icon::after {
  content: "";
  position: absolute;
  background-color: #3e4095;
  transition: all 0.3s ease;
}
.faq-icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.faq-icon::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}

.faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  padding: 0 20px;
}

.faq-item.active .faq-answer {
  border-top: 1px solid #ccc;
}
.faq-item.active .faq-icon::after {
  transform: translateX(-50%) rotate(90deg);
}
.faq-item.active .faq-answer {
  padding: 20px;
}

.subscribe {
  margin-top: 150px;
  background-image: url("/assets/images/bg_gray.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 60px 0;
  gap: 42px;
}
.subscribe h2 {
  margin-bottom: 42px;
  text-align: center;
}
.subscribe h2:before {
  margin: 0 auto;
}
.subscribe .social {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  list-style: none;
}
.subscribe .social li {
  margin-left: 5px;
  margin-right: 5px;
}
.subscribe .subscribe_description {
  margin: 0 auto;
  text-align: center;
  max-width: 1400px;
}
.subscribe form {
  max-width: 775px;
  margin: 42px auto 0;
}
.subscribe form input {
  margin-right: 15px;
}
.subscribe form .btn-primary {
  font-family: Kanit, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: 0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  height: 48px;
  padding: 0 33.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subscribe form .btn-primary:after {
  height: 48px;
}
.subscribe form .btn-primary:before {
  height: 48px;
}
@media (max-width: 768px) {
  .subscribe {
    margin-top: 50px;
  }
  .subscribe form {
    margin-top: 50px;
  }
}

.contacts {
  margin-top: 150px;
}
.contacts .row .col-2 {
  margin-bottom: 24px;
}
.contacts .row .col-2 h3 {
  padding: 0;
  margin: 0;
  font-family: Kanit, serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.contacts .row .col-2 .contacts_description p {
  max-width: 311px;
  font-size: clamp(11px, 2.5vw, 12px);
}
.contacts .row .col-2 .contacts_info {
  margin-top: 42px;
}
.contacts .row .col-2 .contacts_info img {
  margin-right: 24px;
}
.contacts .row .col-2 .contacts_info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contacts .row .col-2 .contacts_info ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.contacts .row .col-2 .contacts_info ul li h4 {
  padding: 0;
  margin: 0;
}
.contacts .row .col-2 .contacts_info ul li a {
  color: white;
  text-decoration: none;
}
.contacts .row .col-2 .contacts_info ul li a:hover {
  color: #008dd0;
  text-decoration: underline;
}
.contacts .row .col-2 form .w-100 {
  width: 100%;
}
.contacts .row .col-2 form .btn-primary {
  margin-top: 30px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 86px;
  height: 48px;
  padding: 0 33.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contacts .row .col-2 form .btn-primary:after {
  height: 48px;
}
.contacts .row .col-2 form .btn-primary:before {
  height: 48px;
}
.contacts .row .col-2 form textarea {
  padding: 15px;
  width: calc(100% - 55px);
  border-radius: 4px;
  max-width: calc(100% - 55px);
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: white;
}
.contacts .row .col-2 form input {
  background: rgba(255, 255, 255, 0.1);
}
.contacts .row .col-2 form .row {
  margin-top: 30px;
}
.contacts .row .col-2 form .row .col-2 {
  overflow: hidden;
  padding-right: 15px;
  position: relative;
}
.contacts .row .col-2 form .row .col-2:nth-child(even) {
  margin-right: 0;
}
.contacts .row .col-2 form .row .col-2 input {
  width: calc(100% - 20px);
}
@media (max-width: 768px) {
  .contacts {
    margin-top: 50px;
  }
  .contacts textarea {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 768px) {
  .faq_body {
    margin-top: 50px !important;
  }
}
.clinical .clinical_body {
  margin-top: 90px;
}
.clinical .clinical_body h2 {
  margin-bottom: 70px;
  text-align: center;
}
.clinical .clinical_body h2:before {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .clinical .clinical_body {
    margin-top: 50px;
  }
  .clinical .clinical_body h2 {
    margin-bottom: 40px;
  }
}
.clinical .clinical_info .mb-70 {
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .clinical .clinical_info .mb-70 {
    margin-bottom: 40px;
  }
}
.clinical .clinical_info__description {
  max-width: 945px;
}
.clinical .comments {
  margin-top: 50px;
  position: relative;
  padding: 0 50px;
}
.clinical .comments img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
}
.clinical .comments_bottom {
  display: flex;
  justify-content: space-between;
}
.clinical .comments_bottom a {
  color: white;
  text-decoration: none;
}
.clinical .comments_bottom a:hover {
  text-decoration: underline;
  color: #008dd0;
}
.clinical .comments h6 {
  margin: 0;
  padding: 0;
  font-family: Kanit, serif;
  font-size: clamp(15px, 2.5vw, 18px);
  font-weight: 400;
  line-height: 21.6px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.clinical .comments .swiper {
  border-radius: 8px;
}
.clinical .comments .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.clinical .comments .swiper-slide {
  height: auto;
  display: flex;
  opacity: 1 !important;
}
.clinical .comments .comment-item {
  background-image: url("/assets/images/bg_gray.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.clinical .comments .comment-item .comments_text p {
  max-height: 108px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: clamp(13px, 2.5vw, 14px);
}
.clinical .comments .swiper-button-prev,
.clinical .comments .swiper-button-next {
  top: 50%;
  width: 40px;
  height: 40px;
  z-index: 10;
}
.clinical .comments .swiper-button-prev::after,
.clinical .comments .swiper-button-next::after {
  font-size: 18px;
  color: #333;
}
.clinical .comments .swiper-button-prev {
  left: 0;
  background-image: url("/assets/images/left_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.clinical .comments .swiper-button-next {
  right: 0;
  background-image: url("/assets/images/right_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.clinical .slider {
  margin-top: 150px;
}
.clinical .slider .col-2 img {
  width: 100%;
  max-width: 100%;
}
.clinical .slider {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .clinical .slider {
    margin-top: 50px;
  }
}
.clinical .slider .row {
  display: flex;
  align-items: center;
}
.clinical .slider .text-content {
  position: relative;
}
.clinical .slider .text-content .btn-primary {
  margin-top: 48px;
  margin-bottom: 84px;
}
.clinical .slider .slider-navigation {
  margin-top: 20px;
}
.clinical .slider .swiper-slider-button-prev,
.clinical .slider .swiper-slider-button-next {
  position: static;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.clinical .slider .swiper-slider-button-prev:hover,
.clinical .slider .swiper-slider-button-next:hover {
  cursor: pointer;
}
.clinical .slider .swiper-slider-button-prev {
  background-image: url("/assets/images/left_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.clinical .slider .swiper-slider-button-next {
  background-image: url("/assets/images/right_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.clinical .slider .swiper-slide img {
  max-width: 100%;
  width: 100%;
}
.clinical .slider .image-content .swiper-container {
  overflow: hidden;
}
.clinical .slider .image-content img {
  width: 100%;
  max-width: 100%;
}
.clinical .swiper-slide {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.clinical .swiper-slide-active {
  opacity: 1;
}
.clinical .swiper-container {
  overflow: hidden;
}
.clinical .center {
  text-align: center;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .clinical .center {
    margin-top: 40px;
  }
}
.clinical .center .btn-primary {
  margin: 0 auto;
  max-width: 334px;
}

.fancybox__content {
  max-width: 600px;
  width: 100%;
  background: #1e1b1b;
  border-radius: 12px;
}
.fancybox__content form input {
  margin-top: 15px;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.1);
}
.fancybox__content form .btn-primary {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100px;
  border: none;
}
.fancybox__content form .btn-primary:after {
  height: 45px;
}
.fancybox__content form .btn-primary:before {
  height: 45px;
}

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