:root {
  --black: black;
  --yellow: #ffc000;
  --white: white;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--primary-600: #6157f8;
  --combine-library--white: white;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--warning-400: #f8b34b;
  --combine-library--secondary-600: #00a1c1;
  --combine-library--grey-600: #5f6570;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  flex-flow: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

a {
  text-decoration: none;
}

.navbar-logo-center {
  z-index: 99;
  background-color: var(--black);
  color: #fff;
  font-family: Kanit, sans-serif;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 5px 20px 2px rgba(0, 0, 0, .46);
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  pointer-events: auto;
  cursor: auto;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
  display: flex;
}

.nav-link {
  color: #dadada;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
}

.nav-link:hover {
  color: #fff;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current:lang(en) {
  text-decoration: underline;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.mobile-margin-top-10 {
  border-radius: 0;
  padding-left: 15px;
  font-size: 12px;
}

.button-primary {
  background-color: var(--yellow);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, .31);
  background-image: linear-gradient(#e0c264, #b99936 49%, #4e3f10);
  border-radius: 10px;
  padding: 12px 25px;
  font-family: Kanit, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 2px 5px #000;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.login {
  background-color: var(--white);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#879ee4, #4a73f0 46%, #2e417c);
  background-clip: border-box;
  transition: all .2s;
  box-shadow: 0 2px 5px #000;
}

.button-primary.button-register {
  background-image: linear-gradient(#e0c264, #ffc000 49%, #705503);
}

.text-block, .ikonik-7gmym {
  color: #fff;
}

.list-item {
  pointer-events: auto;
  border: 1px solid #000;
}

.list-item-2, .list-item-3 {
  pointer-events: auto;
}

.text-block-2 {
  pointer-events: auto;
  color: var(--yellow);
  text-shadow: 2px 1px 1px #fff;
  font-family: Bakbak One, sans-serif;
  font-size: 55px;
  font-style: italic;
  line-height: 40px;
}

.button {
  justify-content: center;
  align-items: center;
  font-family: Kanit, sans-serif;
  display: inline-flex;
}

.div-block {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.section {
  background-image: url('../images/Herosection-ib888_1.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: #fff;
  font-family: Kanit, sans-serif;
}

.paragraph {
  color: #fff;
  font-family: Kanit, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-2 {
  margin-left: 200px;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid {
  grid-template: "Area-2 Area"
  / 1fr 1fr;
}

.div-block-5 {
  padding-left: 74px;
}

.div-block-6 {
  padding-left: 200px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  background-image: linear-gradient(rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/Herosection-ib888_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 160px 30px 80px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  text-shadow: 2px 0 #000;
  margin-bottom: 24px;
  font-family: Kanit, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 10px;
  padding: 12px 25px;
  font-family: Kanit, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.button-register.button-primary {
  background-image: linear-gradient(#e0c264, #ffc000 49%, #705503);
  font-size: 14px;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-2 {
  color: #fff;
  text-shadow: 2px 0 #000;
  font-family: Kanit, sans-serif;
}

.footer-dark {
  background-color: var(--black);
  border-bottom: 1px solid #e4ebf3;
  margin-top: auto;
  padding: 50px 30px 15px;
  position: relative;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  pointer-events: auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.footer-link {
  color: #dadada;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Kanit, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-social-block {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.team-slider {
  background-color: var(--combine-library--grey-050);
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 80px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-family: Kanit, sans-serif;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Kanit, sans-serif;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
  box-shadow: 6px 4px 9px 2px rgba(0, 0, 0, .45);
}

.team-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  height: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .53);
}

.team-block.promotion {
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, .4);
}

.team-block.promotion:hover {
  background-color: var(--black);
  background-image: linear-gradient(rgba(255, 255, 255, .15), rgba(255, 255, 255, .15));
}

.team-member-image-two {
  object-fit: fill;
  margin-bottom: 18px;
}

.team-member-image-two._2 {
  margin-bottom: 0;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: var(--yellow);
  text-shadow: 2px 1px 1px rgba(0, 0, 0, .12);
  margin-top: auto;
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 600;
}

.team-member-text {
  color: var(--white);
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  margin-left: -60px;
  margin-right: -60px;
  display: none;
  overflow: visible;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.mask {
  padding-bottom: 15px;
  padding-right: 15px;
  font-family: Kanit, sans-serif;
  overflow: clip;
}

.icon {
  color: rgba(0, 0, 0, .34);
}

.icon-2 {
  color: rgba(0, 0, 0, .34);
  padding-left: 0;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  max-width: 13%;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.logos-title-small {
  background-color: var(--black);
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 0 14px 5px rgba(0, 0, 0, .31);
}

.clients-tag {
  color: var(--yellow);
  text-align: center;
  margin-bottom: 32px;
  font-size: 25px;
  line-height: 20px;
}

.bold-text {
  text-shadow: 2px 1px 1px rgba(0, 0, 0, .2);
  font-family: Kanit, sans-serif;
  font-size: 32px;
}

.combine-feature3_image {
  object-fit: cover;
}

.combine-feature3_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.combine-text-size-regular {
  color: var(--white);
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-size-regular.black {
  color: var(--black);
}

.combine-feature3_number2 {
  color: var(--yellow);
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-feature3_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-feature3_number1 {
  color: var(--combine-library--primary-600);
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-feature3_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.combine-heading-style-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-heading-style-h2.white {
  color: var(--white);
}

.combine-feature3_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-feature3_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_feature3 {
  background-color: var(--black);
  position: relative;
  box-shadow: 0 0 17px 7px rgba(0, 0, 0, .54);
}

.combine-gallery3_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-gallery3_image-wrapper {
  border-radius: .75rem;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery3_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  column-gap: 1rem;
}

.combine-space-large {
  height: 4rem;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-text-align-center {
  text-align: center;
}

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-section_gallery3 {
  background-color: var(--combine-library--white);
}

.slide {
  width: 30%;
  margin-right: 5%;
}

.left-arrow {
  overflow: hidden;
}

.slip {
  vertical-align: baseline;
  width: 34%;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 120px;
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.combine-faq3_title {
  color: var(--combine-library--grey-800);
  font-family: Kanit, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-icon_small {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-icon_color1 {
  color: var(--combine-library--primary-600);
}

.combine-faq3_question {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-icon_color3 {
  color: var(--combine-library--warning-400);
}

.combine-icon_color2 {
  color: var(--combine-library--secondary-600);
}

.combine-faq3_wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  display: flex;
}

.combine-faq3_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-section_faq3 {
  background-color: var(--white);
}

.combine-gallery2_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-gallery2_image-wrapper {
  border-radius: .75rem;
  width: 100%;
  height: 17rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery2_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-section_gallery2 {
  background-color: var(--combine-library--white);
}

.heading-3 {
  text-align: center;
  font-family: Kanit, sans-serif;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.bold-text-2 {
  color: var(--yellow);
  text-shadow: 2px 1px 1px rgba(0, 0, 0, .49);
}

.text-block-3 {
  text-shadow: 1px 2px #75680d;
  margin-top: -67px;
  font-family: Kanit, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.div-block-9 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.bold-text-3 {
  color: var(--yellow);
}

.div-block-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav {
  margin-top: -8px;
  font-size: 10px;
  position: static;
}

.slider {
  vertical-align: middle;
  background-color: rgba(221, 221, 221, 0);
  align-self: stretch;
  padding-bottom: 0;
}

.slip-copy {
  width: 34%;
}

.section-2 {
  background-color: var(--combine-library--grey-050);
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22 {
  color: var(--yellow);
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.card {
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: clip;
}

.info-box {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: -20px;
  display: flex;
}

.div-block-12 {
  opacity: 1;
  mix-blend-mode: multiply;
  background-image: linear-gradient(0deg, #000, #666 49%, #bcbcbc 83%, #fff);
  align-self: stretch;
  height: 20px;
}

.text-block-4 {
  color: #fff;
  margin-top: -20px;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  position: relative;
}

.heading-4 {
  color: var(--yellow);
  text-shadow: 2px 1px 1px rgba(0, 0, 0, .49);
  font-family: Kanit, sans-serif;
}

.container-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-3 {
  background-color: var(--combine-library--grey-050);
  padding-bottom: 40px;
  box-shadow: 0 -8px 20px -14px rgba(0, 0, 0, .6);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.mask-2 {
  overflow: clip;
}

.image-2 {
  width: 61%;
  max-width: none;
}

.slide-2 {
  width: 30%;
  margin-right: 5%;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.section-4 {
  padding-top: 120px;
  padding-bottom: 40px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.section-5 {
  padding-top: 120px;
  padding-bottom: 40px;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.section-6 {
  padding-top: 120px;
  padding-bottom: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.columns-2 {
  background-color: var(--black);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, .46);
}

.columns-2:hover {
  background-color: var(--black);
  background-image: linear-gradient(rgba(255, 255, 255, .15), rgba(255, 255, 255, .15));
}

.heading-5 {
  color: var(--yellow);
}

.paragraph-2 {
  color: var(--white);
}

.image-3 {
  object-fit: cover;
  border-radius: 10px;
}

.section-7 {
  padding-top: 120px;
  padding-bottom: 40px;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-8 {
  padding-top: 120px;
  padding-bottom: 40px;
}

.heading-6 {
  color: var(--yellow);
}

.heading-7 {
  color: var(--yellow);
  justify-content: space-around;
  align-items: center;
  font-family: Kanit, sans-serif;
  display: flex;
}

.section-9 {
  padding-top: 120px;
  padding-bottom: 40px;
}

.div-block-13 {
  justify-content: space-around;
  display: flex;
}

.heading-8 {
  color: var(--yellow);
  font-family: Kanit, sans-serif;
}

.paragraph-3 {
  text-align: center;
  flex-flow: column;
  padding-top: 20px;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  display: block;
}

.paragraph-3.post {
  text-align: left;
}

.promotion-card {
  background-color: var(--black);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 2px 5px rgba(0, 0, 0, .54);
}

.promotion-card:hover {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2));
}

.heading-9 {
  color: var(--yellow);
  text-align: center;
  font-family: Kanit, sans-serif;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.promotion-info {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-10 {
  color: var(--yellow);
  font-family: Kanit, sans-serif;
  font-size: 30px;
}

.text-block-5 {
  color: var(--white);
  padding-bottom: 20px;
  font-family: Kanit, sans-serif;
}

.bold-text-23 {
  color: var(--yellow);
}

.grid-5 {
  grid-template-columns: 1fr;
}

.post-image {
  border-radius: 10px;
  padding: 10px;
  overflow: visible;
}

.post-caption {
  padding-right: 10px;
}

.heading-11 {
  color: var(--yellow);
  font-family: Kanit, sans-serif;
}

.text-block-6 {
  color: var(--white);
  font-family: Kanit, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.link-block {
  background-color: var(--black);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .41);
}

.link-block:hover {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2));
}

.image-4 {
  border-radius: 10px;
  overflow: clip;
}

.div-block-14 {
  flex-flow: column;
  display: flex;
}

.image-5 {
  max-width: 282px;
}

.image-slip {
  width: 100%;
  max-width: none;
}

.grid-6 {
  grid-template-columns: 1fr;
}

.promo-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  padding: 10px;
  display: grid;
  overflow: hidden;
  box-shadow: 6px 2px 5px rgba(0, 0, 0, .64);
}

.img-promo {
  overflow: hidden;
}

.info-promo {
  padding-bottom: 10px;
}

.slider-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: rgba(221, 221, 221, 0);
  flex-flow: column;
  align-items: stretch;
  height: 520px;
}

.slide-3 {
  width: 30%;
  margin-right: 5%;
  padding-left: 18px;
  padding-right: 18px;
}

.heading-12 {
  color: var(--yellow);
  font-family: Kanit, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.text-block-7 {
  color: var(--white);
  font-family: Kanit, sans-serif;
}

.slide-nav-2 {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-3 {
  opacity: 0;
}

.right-arrow {
  opacity: 0;
  mix-blend-mode: normal;
}

.bold-text-24 {
  color: var(--yellow);
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-8 {
  color: var(--yellow);
  text-align: center;
  text-shadow: 1px 2px 0 var(--yellow);
  margin-top: -62px;
  font-family: Kanit, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.bold-text-25 {
  text-shadow: 1px 2px #75680d;
}

.link, .link-2 {
  font-family: Kanit, sans-serif;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #000;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    text-align: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer-wrapper {
    flex-flow: row;
    align-items: center;
  }

  .footer-brand {
    flex-flow: column;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .team-slider {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
    box-shadow: 5px 2px 7px 2px rgba(0, 0, 0, .45);
  }

  .container-4 {
    max-width: 728px;
  }

  .clients-image-three {
    max-width: 12%;
    margin-bottom: 30px;
  }

  .logos-title-small {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-feature3_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .combine-padding-section-medium {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-gallery2_image-wrapper {
    height: 14rem;
  }

  .combine-section_gallery2 {
    padding-bottom: 20px;
  }

  .text-block-3 {
    margin-top: -55px;
    font-size: 43px;
    line-height: 43px;
  }

  .slide-nav {
    margin-top: -58px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-3 {
    padding-bottom: 40px;
  }

  .image-2 {
    width: 100%;
  }

  .container-6 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .section-4, .section-5 {
    padding-top: 140px;
  }

  .section-7 {
    padding-top: 140px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-8, .section-9 {
    padding-top: 140px;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .slider-2 {
    height: 560px;
  }

  .slide-3 {
    width: 45%;
  }

  .grid-7 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-8 {
    margin-top: -53px;
    font-size: 44px;
    line-height: 44px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-wrapper-three {
    background-color: #000;
  }

  .nav-menu-three {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .team-slider {
    padding: 20px 15px;
  }

  .team-slider-wrapper {
    flex-flow: row;
  }

  .team-slide-wrapper {
    box-shadow: 4px 2px 6px 1px rgba(0, 0, 0, .45);
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    max-width: 20%;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-title-small {
    padding: 20px 15px;
  }

  .combine-feature3_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .combine-padding-section-medium {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-gallery3_component {
    column-count: 2;
  }

  .slip {
    width: 50%;
  }

  .combine-gallery2_component {
    grid-template-columns: 1fr 1fr;
  }

  .combine-section_gallery2 {
    padding-bottom: 20px;
  }

  .text-block-3 {
    margin-top: -63px;
  }

  .slide-nav {
    margin-top: -40px;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-2 {
    width: 100%;
  }

  .slide-2 {
    width: 49%;
  }

  .team-slider-2 {
    padding: 60px 15px;
  }

  .section-4 {
    padding-top: 140px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .container-8 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-5 {
    padding-top: 140px;
  }

  .container-9 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section-7 {
    padding-top: 140px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-8 {
    padding-top: 140px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .section-9 {
    padding-top: 140px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .link-block {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .slider-2 {
    height: 480px;
  }

  .grid-7 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-8 {
    margin-top: -37px;
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-wrapper-three {
    background-color: #000;
  }

  .nav-menu-three {
    background-color: rgba(33, 37, 41, 0);
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .menu-button {
    font-family: Kanit, sans-serif;
  }

  .section {
    background-position: 52%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .div-block-3 {
    justify-content: center;
  }

  .container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    display: flex;
  }

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

  .grid {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .container-3 {
    max-width: none;
  }

  .hero-split {
    text-align: center;
    align-items: center;
  }

  .footer-dark {
    margin-top: 0;
  }

  .footer-brand {
    flex-flow: column;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    box-shadow: 4px 2px 12px 2px rgba(0, 0, 0, .45);
  }

  .team-slider-arrow {
    margin-left: -40px;
    margin-right: -40px;
  }

  .container-4 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    max-width: 80%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text {
    line-height: 50px;
  }

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

  .combine-feature3_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .combine-padding-section-medium {
    padding-top: 0;
    padding-bottom: 0;
  }

  .combine-padding-global {
    padding-top: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-gallery3_component {
    column-count: 1;
  }

  .slip {
    width: 100%;
    padding-bottom: 0;
  }

  .combine-faq3_component {
    grid-template-columns: 1fr;
  }

  .combine-section_faq3 {
    padding-bottom: 20px;
  }

  .combine-gallery2_component {
    grid-template-columns: 1fr;
  }

  .combine-section_gallery2 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 45px;
  }

  .text-block-3 {
    text-align: center;
    margin-top: -66px;
    font-size: 32px;
  }

  .div-block-9 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    padding-bottom: 24px;
    display: flex;
  }

  .bold-text-3 {
    font-size: 50px;
  }

  .slide-nav {
    margin-top: 14px;
    padding-top: 0;
    font-size: 10px;
    position: static;
  }

  .slider {
    padding-bottom: 0;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-5 {
    flex-flow: wrap;
  }

  .section-3 {
    padding: 10px 15px 40px;
  }

  .mask-2 {
    height: auto;
    overflow: hidden;
  }

  .slide-2 {
    width: 100%;
    margin-right: 0%;
  }

  .container-6 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .container-7 {
    width: 100%;
  }

  .section-4 {
    padding-top: 140px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .container-8 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-5 {
    padding-top: 140px;
  }

  .container-9 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section-7, .section-9 {
    padding-top: 140px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .heading-11 {
    font-size: 23px;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .slider-2 {
    height: 550px;
  }

  .slide-3 {
    width: 100%;
  }

  .grid-7, .grid-8 {
    grid-template-columns: 1fr;
  }

  .text-block-8 {
    margin-top: -63px;
    font-size: 50px;
    line-height: 50px;
  }
}

#w-node-_865dc639-6590-da85-7ed9-a05b91bba69e-c3fc033f, #w-node-_865dc639-6590-da85-7ed9-a05b91bba69f-c3fc033f, #w-node-_865dc639-6590-da85-7ed9-a05b91bba6ba-c3fc033f, #w-node-_865dc639-6590-da85-7ed9-a05b91bba6bb-c3fc033f, #w-node-b69b26e0-7c23-b2c1-2bfa-c264b8431e61-b8431e59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


