:root {
  --worksign: #69922c;
  --spark-library--black: black;
  --spark-library--white: white;
  --ฺbrown-worksign: #603913;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--background--interactive: #f0ecfd;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --spark-library--foreground-secondary: #000000c2;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --flowstica-webflow-library--white: white;
  --flowstica-webflow-library--black: #010b15;
  --flowstica-webflow-library--black-2: #333;
  --waves-library--black: #131313;
  --waves-library--dark-elevation: #ede0d8;
  --spark-library--light-steel-purple: #a695fb;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--neutral--400: #dcddeb;
}

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

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.navbar-logo-left {
  box-shadow: 0 2px 5px #0003;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  background-color: var(--worksign);
  color: #fff;
}

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

.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: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .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, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.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: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #72a030;
  border-radius: 10px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--worksign);
  color: #fff;
}

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

.image {
  width: 150px;
  height: auto;
}

.tab-m {
  display: none;
}

.list-item {
  flex: 0 auto;
  display: none;
}

.container-2 {
  max-width: 100%;
}

.mask, .slide {
  width: 100%;
  height: auto;
}

.section {
  z-index: 2;
  background-color: #fff;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.image-2 {
  width: 100%;
  height: auto;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.slider {
  width: 100%;
  height: auto;
}

.container-3 {
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading {
  color: #fff;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Kanit, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
}

.container-4 {
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-2 {
  background-color: #161616;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.section-2.stats {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 50vh;
}

.number {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  color: #eee;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100px;
  font-size: 6vw;
  line-height: 1;
  display: flex;
}

.heading-2 {
  color: #72a030;
  text-align: center;
  font-family: Kanit, sans-serif;
  font-size: 70px;
  font-weight: 500;
}

.heading-3 {
  padding-left: 10px;
  font-family: Kanit, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2-5 {
  color: #72a030;
  font-family: Kanit, sans-serif;
  font-size: 34px;
}

.div-block-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  padding-left: 325px;
  padding-right: 325px;
}

.spark-nav-link {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-family: Kanit, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--worksign);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-nav-link.w--current {
  color: var(--ฺbrown-worksign);
}

.spark-nav-link.spark-button {
  background-color: var(--worksign);
  color: var(--spark-library--white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  opacity: 1;
  color: var(--spark-library--white);
  background-color: #405c17;
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white);
}

.spark-nav-link.spark-with-dropdown {
  grid-column-gap: 16px;
  padding-right: 16px;
  display: flex;
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-nav-menu {
  align-items: center;
  display: flex;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-square-menu-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-square-menu-with-dropdowns {
  background-color: var(--spark-library--white);
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-dropdown-list.w--open {
  background-color: var(--spark-library--white);
  border: 1px solid #00000029;
  border-radius: 8px;
  padding: 8px;
}

.spark-dropdown-link {
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  padding: 8px 16px;
  font-family: Kanit, sans-serif;
  transition: color .15s, background-color .15s;
}

.spark-dropdown-link:hover {
  background-color: var(--worksign);
  opacity: 1;
  color: var(--spark-library--white);
}

.image-3 {
  width: 150px;
  height: auto;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---mg-top-56px {
  margin-top: 56px;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 2px 5px #0003;
}

.brix---btn-primary {
  background-color: var(--ฺbrown-worksign);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 15px;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #502f0e;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size {
  color: var(--worksign);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Kanit, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---btn-circle-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-secondary:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---bg-split-v4-left {
  z-index: -2;
  background-color: var(--elements-webflow-library--neutral--200);
  width: 100%;
  max-width: 60%;
  min-height: 600px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brix---section-hero-v4 {
  background-color: #0000;
  background-image: url('../images/BG.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.brix---bg-split-v4-right {
  z-index: -2;
  background-color: var(--elements-webflow-library--accent--primary-1);
  width: 100%;
  max-width: 40%;
  min-height: 600px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.brix---grid-hero-v4 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.brix---floating-image-hero-v2---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: -1% auto auto -21%;
  transform: rotate(140deg);
}

.container-5 {
  max-width: 1200px;
  padding: 40px 40px 60px;
  position: relative;
  top: -103px;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.list {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-4 {
  color: var(--worksign);
  font-family: Kanit, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

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

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

.cell {
  background-color: var(--elements-webflow-library--neutral--100);
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  padding: 25px;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.cell-2 {
  background-color: var(--elements-webflow-library--neutral--100);
  border: 1px solid #000;
  border-radius: 10px;
  padding: 25px;
}

.cell-3 {
  background-color: var(--elements-webflow-library--neutral--100);
  border: 1px solid #000;
  border-radius: 9px;
  padding: 25px;
}

.icon-1 {
  width: 60px;
  height: auto;
}

.section-3 {
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/h4-6.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: auto;
  height: 400px;
}

.container-6 {
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  background-color: #e9eaec;
  background-image: linear-gradient(#ffffff82, #ffffff82), url('../images/15273829_5590473.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  padding: 60px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  color: var(--worksign);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Kanit, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading.spark-card-title {
  color: var(--worksign);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.spark-small-sub-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-tabs-parent, .spark-tabs-content {
  width: 100%;
}

.spark-three-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-square-image-card {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.spark-card-details {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 590px;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-flat-tab {
  box-shadow: 0 3px 0 0 var(--elements-webflow-library--neutral--200);
  color: var(--spark-library--black);
  background-color: #0000;
  padding: 24px 80px;
  transition: box-shadow .3s, color .15s;
}

.spark-flat-tab:hover {
  opacity: 1;
  color: var(--ฺbrown-worksign);
  box-shadow: 0 3px #fce1c7;
}

.spark-flat-tab.w--current {
  border-bottom: 1px solid var(--ฺbrown-worksign);
  box-shadow: 0 3px 0 0 var(--ฺbrown-worksign);
  color: var(--ฺbrown-worksign);
  background-color: #0000;
}

.spark-flat-tabs-menu {
  grid-column-gap: 0px;
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.text-block {
  font-family: Kanit, sans-serif;
  font-size: 16px;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 40vh;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.slide-wrap {
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px 40px 60px;
  display: flex;
}

.logo-img._50-r-m {
  width: 150px;
  height: auto;
  margin-right: 200px;
}

.container-7 {
  max-width: 1200px;
}

.heading-5 {
  color: var(--worksign);
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Kanit, sans-serif;
  font-size: 40px;
  font-weight: 600;
  display: flex;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
}

.brix---footer-logo {
  transform-style: preserve-3d;
  width: 150px;
  height: auto;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---footer-link {
  color: var(--elements-webflow-library--neutral--600);
  font-family: Kanit, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--worksign);
}

.brix---footer-bottom {
  border-top: 1px none var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

.brix---grid-footer-3-cols {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  align-items: center;
}

.brix---social-icon-square-30px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
}

.brix---paragraph-link {
  color: var(--worksign);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---footer-list-wrapper-horizontal {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---footer-top-small {
  padding-top: 40px;
  padding-bottom: 20px;
}

.brix---footer-list-item-horizontal {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-span {
  color: var(--worksign);
}

.container-8 {
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 100px;
}

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

.image-4 {
  border-radius: 10px 10px 0 0;
  padding: 10px;
}

.div-block-7 {
  background-color: var(--flowstica-webflow-library--white);
  border: 0 solid #000;
  border-radius: 10px;
  padding: 0 0 40px;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.div-block-7:hover {
  transform: scale(1.05);
}

.heading-6 {
  text-align: center;
  font-family: Kanit, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.paragraph-2 {
  text-align: center;
  padding: 10px;
  font-family: Kanit, sans-serif;
  font-weight: 300;
}

.text-block-2, .text-block-3 {
  font-family: Kanit, sans-serif;
  font-size: 16px;
}

.container-9 {
  max-width: 100%;
  display: block;
  position: relative;
  bottom: -127px;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-7 {
  color: var(--elements-webflow-library--neutral--200);
  text-align: center;
  padding-left: 132px;
  padding-right: 132px;
  font-family: Kanit, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.banner-mob {
  display: none;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size {
  color: var(--worksign);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size {
  color: var(--worksign);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Kanit, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.brix---hidden-desktop {
  display: none;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---link-wrapper-white {
  color: var(--elements-webflow-library--neutral--100);
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.brix---link-wrapper-white:hover {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.brix---inner-container-547px {
  max-width: 574px;
}

.brix---btn-slider-arrow-right---top-left {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: -100px 84px auto auto;
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-slider-arrow-right---top-right {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---card-testimonial-color-1 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--100);
  transform-style: preserve-3d;
  background-color: #0084ff;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-1:hover {
  color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---card-testimonial-color-2 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--100);
  transform-style: preserve-3d;
  background-color: red;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---card-testimonial-color-3 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--100);
  transform-style: preserve-3d;
  background-color: #4353ff;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-3:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---slider-mask-width-490px {
  max-width: 480px;
  height: 100%;
  overflow: visible;
}

.brix---section-overflow-hidden {
  padding-top: 0;
  padding-bottom: 176px;
  display: none;
  overflow: hidden;
}

.section-5 {
  display: none;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---text-300 {
  font-size: 20px;
  line-height: 20px;
}

.brix---btn-primary-2 {
  background-color: var(--worksign);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 20px;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--ฺbrown-worksign);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  background-image: url('../images/13237371_BG-6_1.webp');
  background-position: 50%;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-2 {
  color: var(--worksign);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.brix---tabs-content {
  overflow: visible;
}

.brix---testimonial-v3-image-wrapper {
  object-fit: fill;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  flex: none;
  width: 100%;
  max-width: 548px;
  overflow: hidden;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---tab-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  opacity: .4;
  text-align: center;
  border-radius: 10px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 32px 46px;
  transition: opacity .3s, box-shadow .3s, color .3s;
}

.brix---tab-card:hover {
  opacity: 1;
}

.brix---tab-card.w--current {
  background-color: var(--elements-webflow-library--neutral--100);
  opacity: 1;
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---inner-container-490px {
  max-width: 490px;
}

.brix---image-fit-full-height {
  object-fit: cover;
  height: 100%;
}

.brix---card-testimonial-v3 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---card-content-testimonial-v3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.brix---tabs-wrapper-reverse {
  flex-direction: column-reverse;
  display: flex;
}

.brix---tabs-menu-bottom-testimonial-v11 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.image-5 {
  width: 60px;
  height: auto;
}

.heading-8 {
  font-family: Kanit, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.brix---btn-primary-2-copy {
  background-color: var(--worksign);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  flex: 0 auto;
  justify-content: center;
  padding: 10px;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2-copy:hover {
  background-color: var(--ฺbrown-worksign);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.zen-wrap-4 {
  border-left: 1px solid #8d9e91;
  padding-bottom: 2em;
  padding-left: 2em;
}

.zen-grid-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.zen-pic-5 {
  border-radius: 10px;
}

.zen-paragraph-1 {
  color: var(--flowstica-webflow-library--black);
  margin-bottom: 4em;
  font-family: Kanit, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.6em;
}

.zen-pic-1 {
  border-radius: 10px;
  height: 13em;
}

.zen-text-2 {
  color: var(--elements-webflow-library--neutral--100);
  font-family: Kanit, sans-serif;
  font-size: 1.3em;
  line-height: 1.3em;
}

.zen-wrap-1-4 {
  margin-left: 1em;
}

.zen-heading-1 {
  color: var(--worksign);
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Kanit, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.3em;
}

.zen-container-1 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.zen-grid-1 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.zen-pic-2 {
  border-radius: 10px;
  height: 12.9em;
}

.zen-pic-6 {
  border-radius: 10px;
  height: 22em;
}

.zen-pic-3 {
  border-radius: 10px;
  height: 12em;
}

.zen-text-1 {
  color: var(--worksign);
  margin-bottom: .5em;
  font-family: Kanit, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.3em;
}

.zen-wrap-4-copy {
  border-left: 1px solid #000;
  padding-bottom: 2em;
  padding-left: 2em;
}

.zen-wrap-1-2 {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.zen-wrap-5 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.zen-wrap-3 {
  padding-left: .7em;
  position: relative;
}

.zen-section-1 {
  background-color: #e9eaec;
  background-image: linear-gradient(#ffffff7d, #ffffff7d), url('../images/15273829_5590473.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-top: 0;
  padding: 10em 7.2em;
  font-size: 1vw;
}

.zen-pic-4 {
  border-radius: 10px;
}

.zen-wrap-7 {
  justify-content: flex-end;
  margin-top: 1em;
  display: flex;
}

.zen-wrap-9 {
  margin-bottom: 1em;
}

.zen-decor-1 {
  z-index: 1000000;
  background-image: url('../images/Ellipse-5_1Ellipse 5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.7em;
  height: 1.7em;
  padding-bottom: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.zen-wrap-8 {
  flex-direction: column;
  grid-template-rows: 179px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.stacking-cards_info-link {
  color: #444;
  text-align: center;
  border-bottom: .1rem solid #444;
  align-items: center;
  font-size: 1.5rem;
  text-decoration: none;
  display: flex;
}

.stacking-cards_info-link:hover {
  opacity: .7;
}

.stack_card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_placeholder {
  height: 30vh;
  display: none;
}

.stack_component {
  grid-row-gap: 14rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.stack_card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f8da65;
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(0, 1fr);
  grid-auto-columns: 1fr;
  height: 25rem;
  margin-bottom: 9rem;
  display: grid;
  position: sticky;
  top: 7rem;
  overflow: hidden;
  box-shadow: 0 -12px 16px -4px #0000000d;
}

.stack_card.is-2 {
  background-color: #fca943;
  margin-bottom: 6rem;
  top: 10rem;
}

.stack_card.is-6 {
  background-color: var(--worksign);
  margin-bottom: 3rem;
  top: 13rem;
}

.stack_card.is-last {
  background-color: var(--ฺbrown-worksign);
  margin-bottom: 0;
  top: 16rem;
}

.stacking-cards_arrow-icon {
  width: 1.75rem;
  height: 1.75rem;
  margin-top: .2rem;
  display: inline-block;
}

.main-wrapper {
  background-image: url('../images/2151820840.jpg');
  background-position: 0 0;
  background-size: cover;
}

.padding-global {
  padding-bottom: 60px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.stacking-cards_info {
  grid-column-gap: 2rem;
  text-align: center;
  justify-content: flex-start;
  margin-top: 1rem;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.stack_card-image-wrapper {
  background-color: var(--elements-webflow-library--neutral--100);
  width: 100%;
  height: 25rem;
}

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

.stack_card-content {
  padding: 0 20px;
}

.page-wrapper {
  background-image: linear-gradient(#00000024, #00000024);
}

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

.heading-9 {
  justify-content: center;
  align-items: flex-start;
  font-family: Kanit, sans-serif;
  display: flex;
}

.container-10 {
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-6 {
  width: 90px;
  height: 90px;
}

.cell-4 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-10 {
  background-color: var(--flowstica-webflow-library--white);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 373.328px;
  height: 240px;
  padding: 10px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-10:hover {
  transform: scale(1.05);
}

.heading-10 {
  color: var(--ฺbrown-worksign);
  margin-top: 10px;
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-11 {
  color: var(--ฺbrown-worksign);
  text-align: center;
  width: 353.328px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.code-embed {
  justify-content: center;
  align-items: flex-start;
  width: 1200px;
  height: auto;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-11 {
  margin-top: 40px;
}

.div-block-12 {
  margin-bottom: 20px;
}

.heading-12 {
  text-align: center;
  margin-top: 10px;
  font-family: Kanit, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.lectures__dot-orange {
  background-color: #f75606;
  border-radius: 100px;
  width: 18px;
  height: 18px;
  transition: all .2s;
  position: absolute;
  top: 68px;
  left: 66px;
}

.lectures__dot-orange.active {
  opacity: 0;
}

.lectures__numb-title {
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 500;
  line-height: 34px;
}

.slider__next-arrows {
  transition: all .3s;
  position: relative;
  left: 0;
}

.lectures__numb-txt {
  color: #2d3c49e6;
  font-weight: 300;
  line-height: 22px;
}

.lectures__numb-columns {
  border-top: 2px solid #2d3c49;
  justify-content: space-between;
  padding-top: 40px;
  transition: all .8s;
  display: flex;
  position: relative;
  bottom: -220px;
}

.lectures__numb-columns.active {
  bottom: 0;
}

.main {
  background-color: #fcfcfd;
  background-image: radial-gradient(circle at 100%, #d0d2d7, #fcfcfd);
  position: relative;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper.mod--lectures {
  max-width: 990px;
  margin-left: 0;
  margin-right: auto;
  overflow: visible;
}

.lectures__type {
  text-transform: uppercase;
  margin-bottom: 48px;
  font-weight: 300;
  transition: all .8s;
  display: inline-block;
  position: relative;
  left: -100px;
}

.lectures__type.active {
  left: 0;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.lectures__title {
  margin-bottom: 48px;
  margin-right: -10px;
  transition: all .8s;
  position: relative;
  left: -110%;
}

.lectures__title.active {
  left: 0%;
}

.slider__next-arrow {
  display: block;
  position: relative;
  bottom: 0;
}

.slider__next-arrow.mod--2 {
  position: absolute;
  bottom: 0;
  left: -30px;
}

.lectures__columns {
  justify-content: flex-start;
  display: flex;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.swiper__next-wrap {
  z-index: 2;
  transition: all .5s;
  position: absolute;
  top: 250px;
  left: 45px;
}

.swiper__next-wrap.active {
  z-index: 0;
  opacity: 0;
}

.section-6 {
  z-index: 1;
  padding: 110px 60px;
  position: relative;
}

.section-6.mod--lectures {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  display: block;
  position: relative;
}

.swiper-slide.mod--lectures {
  flex: none;
  width: 100%;
}

.lectures__content {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.lectures__img-over {
  z-index: 1;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lectures__img-over.active {
  opacity: 1;
}

.lectures__col {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.lectures__col.mod--2 {
  flex-direction: column;
  justify-content: space-between;
  max-width: 440px;
  margin-left: 64px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.lectures__col.mod--1 {
  justify-content: center;
  align-items: center;
  max-width: 448px;
  min-height: 490px;
  display: flex;
}

.lectures__img {
  z-index: 0;
  object-fit: none;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  transition: all .8s;
  display: block;
  position: relative;
}

.lectures__img.active {
  border-radius: 0%;
  width: 100%;
  height: 100%;
}

.swiper__next {
  cursor: pointer;
  background-color: #f75606;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: all .2s;
  display: flex;
}

.div-block-13 {
  z-index: 2;
  background-color: var(--worksign);
  height: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-4 {
  color: #fff;
  margin-top: 15px;
  margin-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 30px;
  position: static;
}

.left-arrow {
  height: 60px;
  inset: auto 100px 0% auto;
}

.icon {
  background-color: #0000;
}

.text-block-5 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 150px;
  font-weight: 100;
  line-height: 100px;
  position: relative;
  inset: auto 0% 0% auto;
}

.div-block-17 {
  background-color: #fff;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-18 {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-19 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 56%;
  height: 70%;
  margin-left: 115px;
  display: flex;
}

.paragraph-3 {
  color: #fff;
  letter-spacing: 3px;
  text-shadow: 0 1px 4px var(--flowstica-webflow-library--black);
  margin-top: 20px;
  margin-left: 0;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.image-7 {
  background-image: url('../images/our-port-1513x1000-1_1.avif');
  background-position: 0%;
  background-size: 125px;
  width: auto;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
  inset: 0% auto 0% 0;
}

.link-block {
  z-index: 2;
  border: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 65px;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-6 {
  color: #fff;
  letter-spacing: 3px;
  white-space: nowrap;
  margin-bottom: 35px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 20px;
  position: static;
  transform: rotate(90deg);
}

.div-block-15 {
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-20 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-21 {
  z-index: 3;
  width: 400px;
  height: 70%;
  margin-left: -191px;
  position: relative;
  inset: auto auto auto 0%;
  overflow: visible;
}

.right-arrow {
  height: 60px;
  inset: auto 0% 0% auto;
}

.div-block-22 {
  background-color: #fff;
  width: 1px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.slide-nav-2 {
  display: none;
}

.div-block-23 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-24 {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-25 {
  background-color: var(--worksign);
  width: 30%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-26 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-8 {
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.div-block-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 400px;
  margin-left: 10px;
  display: flex;
}

.div-block-28 {
  overflow: hidden;
}

.div-block-14 {
  background-color: var(--elements-webflow-library--general--shadow-02);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.link-block-2 {
  background-color: #0000;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-style: normal;
  text-decoration: none;
}

.text-block-7 {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}

.slider-2 {
  height: 100vh;
  display: none;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  padding-bottom: 13px;
  display: flex;
  position: absolute;
  bottom: 5%;
  right: -31%;
  overflow: hidden;
}

.text-block-8 {
  color: #fff;
  font-family: Kanit, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 100px;
}

.div-block-29 {
  z-index: 1;
  background-color: #fff;
  display: block;
  position: absolute;
  inset: 0%;
}

.container-11 {
  max-width: 1200px;
}

.card {
  border: 2px solid #eee;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px -10px #0003;
}

.image-9 {
  object-fit: cover;
  width: 300px;
  max-width: none;
  height: 450px;
}

.card-inf {
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 13px;
  padding: 20px 20px 10px;
  position: absolute;
  inset: auto 20px 20px;
}

.p {
  opacity: .7;
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
}

.card-inf-after {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.button {
  background-color: var(--worksign);
  border-radius: 50px;
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  font-weight: 500;
  transition: background-color .2s;
}

.button:hover {
  background-color: #000;
}

.container-12 {
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.div-block-30 {
  margin-top: 60px;
}

.section-7 {
  padding-bottom: 60px;
}

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

.div-block-31 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding: 10px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-31:hover {
  transform: scale(1.1);
}

.paragraph-4 {
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  padding-left: 148px;
  padding-right: 148px;
  font-family: Kanit, sans-serif;
  font-size: 16px;
}

.heading-14 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Kanit, sans-serif;
}

.paragraph-5 {
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.heading-14-copy {
  color: var(--elements-webflow-library--neutral--200);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Kanit, sans-serif;
}

.paragraph-5-copy {
  color: var(--elements-webflow-library--neutral--100);
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.bold-text-2 {
  color: var(--ฺbrown-worksign);
}

.container-13 {
  background-color: var(--ฺbrown-worksign);
  background-image: url('../images/67155.2.jpg');
  background-position: 0 0;
  background-size: cover;
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-15 {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  font-family: Kanit, sans-serif;
  font-size: 50px;
}

.container-14 {
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.container-14.is-work {
  padding-top: 6em;
  padding-bottom: 6em;
  display: none;
}

.work_wrapper {
  padding-top: 2em;
}

.work_list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.work_item {
  border-radius: .9em;
  position: relative;
  overflow: hidden;
}

.div-block-32 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-15 {
  max-width: 1200px;
  padding-bottom: 40px;
}

.heading-16 {
  margin-top: 10px;
  font-family: Kanit, sans-serif;
  font-weight: 600;
}

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

.hover-block__parent {
  float: left;
  background-image: url('../images/LINE_ALBUM_อบรม-บูมลิฟท์_250130_2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 33.3333%;
  height: 60vh;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.hover-block__link {
  opacity: 0;
  color: #fafafa;
  text-align: center;
  background-color: #333131cc;
  width: 100%;
  height: 100%;
  font-size: 13px;
  text-decoration: none;
  transition: opacity .35s ease-in;
}

.hover-block__link:hover {
  opacity: 1;
}

.hover-block__text {
  width: 90%;
  max-width: 398px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.hover-block__description {
  letter-spacing: 1px;
  font-family: Kanit, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
}

.heading-17 {
  font-family: Kanit, sans-serif;
}

.hover-block__parent-2 {
  float: left;
  background-image: url('../images/LINE_ALBUM_อบรมไฟฟ้า-110265_250130_2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 33.3333%;
  height: 60vh;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.hover-block__parent-copy {
  float: left;
  background-image: url('../images/LINE_ALBUM_อมรบ-นั่งร้าน-190265_250130_2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 33.3333%;
  height: 60vh;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

.wbs-heading-h1 {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-button-black {
  background-color: var(--flowstica-webflow-library--black);
  color: var(--flowstica-webflow-library--white);
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.wbs-button-black:hover {
  background-color: var(--flowstica-webflow-library--black-2);
  color: var(--flowstica-webflow-library--white);
}

.wbs-button-link-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--flowstica-webflow-library--black);
  border-radius: 6px;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.wbs-button-link-icon-image {
  height: 20px;
}

.wbs-section {
  padding: 6.25rem 5%;
}

.wbs-spacing-30 {
  height: 1.875rem;
}

.wbs-lead-text {
  color: var(--flowstica-webflow-library--black);
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.wbs-hero-title-wrap-center {
  text-align: center;
}

.wbs-spacing-40 {
  height: 2.5rem;
}

.wbs-hero-3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.wbs-hero-3-button {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wbs-hero-3-content {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.wbs-hero-3-image {
  border: 1px solid #010b151a;
  border-radius: 10px;
}

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

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/2151820840.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---paragraph-default-5 {
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---image-wrapper-br-24px {
  border-radius: 24px;
  overflow: hidden;
}

.brix---grid-gallery-v5 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---gallery-v5-col, .brix---gallery-v5-col-hidden {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-master-gallery-3 {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-image-gallery-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-3 {
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.gall {
  border-radius: 10px;
  transition: all .3s;
  position: relative;
}

.gall:hover {
  transform: scale(1.05);
}

.heading-18 {
  color: var(--flowstica-webflow-library--white);
  font-family: Kanit, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-33 {
  z-index: 3;
  background-color: var(--elements-webflow-library--general--shadow-02);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-33:hover {
  box-shadow: 0 2px 16px 0 var(--flowstica-webflow-library--black-2);
  background-color: #000000a6;
}

.lightbox-link {
  z-index: 2;
  border-radius: 10px;
  position: relative;
}

.image-10 {
  border-radius: 10px;
}

.section-9 {
  padding-top: 60px;
}

.section-10 {
  padding-bottom: 0;
}

.section-11 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-34 {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/2148319077.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 60px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
}

.waves---paragraph-small {
  font-family: Kanit, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.waves---section-medium-2 {
  background-image: linear-gradient(#ffffff82, #ffffff82), url('../images/13237371_BG-6_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins {
  color: var(--worksign);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 48px;
  line-height: 130%;
}

.waves---paragraph-big {
  font-family: Kanit, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves---master-checks-vertical {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-image-features-4 {
  border-radius: 24px;
  width: 100%;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves---grid-features-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
  display: none;
}

.waves-wide-tile-features-7 {
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 410px;
  padding: 36px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves-inside-wide-feature-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 365px;
  font-family: Kanit, sans-serif;
  display: flex;
  position: relative;
}

.waves-image-wide-feature-7 {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  width: 50%;
  max-height: 100%;
  margin-top: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.waves-vertical-tile-features-7 {
  grid-row-gap: 24px;
  background-color: var(--waves-library--dark-elevation);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 0;
  display: flex;
}

.waves-inside-tile-vertical-features-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.image-vertical-feature-7 {
  width: 100%;
}

.waves-tile-small-feature-7 {
  grid-row-gap: 16px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.text-block-9, .text-block-10 {
  font-family: Kanit, sans-serif;
}

.container-17 {
  max-width: 1200px;
}

.section-12 {
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

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

.heading-19 {
  text-align: center;
  margin-top: 10px;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.services-blog-1 {
  background-color: var(--flowstica-webflow-library--white);
  border-radius: 6px;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.services-blog-1:hover {
  transform: scale(1.05);
}

.div-all {
  overflow: hidden;
}

.heading-20 {
  color: var(--ฺbrown-worksign);
  margin-top: 10px;
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.link {
  color: var(--flowstica-webflow-library--black);
}

.link-block-3, .link-block-4 {
  text-decoration: none;
}

.div-block-35 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
}

.stack_card-image-copy {
  filter: brightness(99%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-2 {
  background-color: var(--ฺbrown-worksign);
  border-radius: 10px;
  box-shadow: 0 2px 10px 3px #0003;
}

.section-13, .section-14 {
  background-image: url('../images/15273829_5590473.jpg');
  background-position: 0 0;
  background-size: auto;
}

.h1 {
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

@media screen and (min-width: 1440px) {
  .div-block-2 {
    background-image: none;
  }

  .brix---grid-hero-v4 {
    grid-column-gap: 90px;
  }

  .brix---heading-h2-size {
    color: var(--worksign);
    font-family: Kanit, sans-serif;
  }

  .brix---heading-h3-size {
    color: var(--worksign);
    font-family: Kanit, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
  }

  .brix---paragraph-default-3 {
    font-family: Kanit, sans-serif;
  }

  .brix---card-testimonial-color-2 {
    background-image: url('../images/pic-mob-2_1.webp');
    background-position: 50%;
    background-size: cover;
  }

  .section-5 {
    display: none;
  }

  .brix---text-300 {
    font-family: Kanit, sans-serif;
  }

  .brix---btn-primary-2 {
    background-color: var(--worksign);
    padding: 20px;
    font-family: Kanit, sans-serif;
    font-weight: 400;
  }

  .brix---btn-primary-2:hover, .brix---btn-secondary-2:hover {
    background-color: var(--ฺbrown-worksign);
  }

  .brix---heading-h2-size-2 {
    color: var(--worksign);
    font-family: Kanit, sans-serif;
    font-weight: 700;
  }

  .brix---tab-card, .brix---tab-card.w--current {
    text-align: center;
  }

  .brix---paragraph-default-4 {
    padding-right: 10px;
    font-family: Kanit, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
  }

  .brix---text-300-bold {
    font-family: Kanit, sans-serif;
  }

  .brix---card-content-testimonial-v3 {
    padding-left: 60px;
    padding-right: 40px;
  }

  .image-5 {
    width: 60px;
    height: auto;
  }

  .heading-8 {
    font-family: Kanit, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .brix---btn-primary-2-copy {
    background-color: var(--worksign);
    padding: 20px;
    font-family: Kanit, sans-serif;
    font-weight: 400;
  }

  .brix---btn-primary-2-copy:hover {
    background-color: var(--ฺbrown-worksign);
  }

  .zen-section-1 {
    font-size: 14px;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 26px;
  }

  .container-13 {
    background-image: url('../images/67155.2.jpg');
    background-position: 100%;
    background-size: cover;
  }

  .image-11 {
    filter: brightness(141%);
  }
}

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

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .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: #a6b1bf;
  }

  .heading-2 {
    font-size: 40px;
  }

  .heading-3 {
    font-size: 16px;
    line-height: 26px;
  }

  .columns {
    flex-flow: column;
  }

  .heading-2-5 {
    font-size: 30px;
  }

  .div-block-3 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-link.spark-with-dropdown {
    margin-bottom: 0;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: var(--spark-library--white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: #0000;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .spark-square-menu-with-dropdowns {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-dropdown-list.w--open {
    position: relative;
  }

  .spark-full-width-mobile {
    width: 100%;
    margin-bottom: 1rem;
    display: block;
  }

  .brix---mg-top-56px {
    margin-top: 40px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 30px;
    line-height: 60px;
  }

  .brix---paragraph-default {
    font-size: 16px;
  }

  .brix---bg-split-v4-left {
    max-width: 100%;
  }

  .brix---section-hero-v4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---bg-split-v4-right {
    max-width: 100%;
    min-height: 42%;
    display: block;
    inset: auto 0% 0%;
  }

  .brix---grid-hero-v4 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v2---1 {
    top: 24%;
    right: -30%;
  }

  .container-5 {
    top: 0;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .spark-flat-tabs-menu {
    margin-bottom: 64px;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-footer-3-cols {
    grid-template-columns: 1fr;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-top-small {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .container-8 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .heading-6 {
    font-size: 20px;
  }

  .heading-7 {
    font-size: 24px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---btn-slider-arrow-right---top-left {
    inset: auto auto -90px 39.5%;
  }

  .brix---btn-slider-arrow-right---top-right {
    inset: auto 39.5% -90px auto;
  }

  .brix---slider-mask-width-490px {
    position: static;
  }

  .brix---section-overflow-hidden {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---testimonial-v3-image-wrapper {
    max-width: 310px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .brix---tab-card {
    margin: 14px 8px 13px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---card-content-testimonial-v3 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .brix---tabs-menu-bottom-testimonial-v11 {
    flex-flow: wrap;
    align-items: center;
  }

  .brix---btn-primary-2-copy {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .zen-pic-1, .zen-pic-2 {
    height: 10em;
  }

  .zen-pic-6 {
    height: 18em;
  }

  .zen-pic-3 {
    height: 10em;
  }

  .zen-section-1 {
    font-size: 1.3vw;
  }

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

  .container-14 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hover-block__parent {
    width: 50%;
  }

  .hover-block__link {
    opacity: 1;
  }

  .hover-block__text {
    width: 80%;
  }

  .hover-block__parent-2, .hover-block__parent-copy {
    width: 50%;
  }

  .wbs-heading-h1 {
    font-size: 3.2rem;
    line-height: 1.2em;
  }

  .wbs-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-hero-3 {
    max-width: 100%;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .brix---grid-gallery-v5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-4 {
    max-width: 470px;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

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

  .waves-wide-tile-features-7 {
    min-height: 330px;
  }

  .waves-inside-wide-feature-7 {
    max-width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .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 #0000000d;
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

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

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-square-menu-with-dropdowns {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---section-hero-v4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-hero-v4 {
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v2---1 {
    max-width: 480px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .spark-wrapped-card.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .spark-flat-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-top-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 10px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---card-testimonial-color-1, .brix---card-testimonial-color-2, .brix---card-testimonial-color-3 {
    padding: 48px 32px;
  }

  .brix---section-overflow-hidden {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---testimonial-v3-image-wrapper {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    max-width: 100%;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .brix---tab-card {
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    padding: 20px 26px;
    display: flex;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---card-testimonial-v3 {
    flex-direction: column;
  }

  .brix---card-content-testimonial-v3 {
    padding: 32px 32px 40px;
  }

  .brix---tabs-menu-bottom-testimonial-v11 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---btn-primary-2-copy {
    padding: 20px 32px;
  }

  .zen-pic-1, .zen-pic-2 {
    height: 8em;
  }

  .zen-pic-6 {
    width: 20em;
    height: auto;
  }

  .zen-pic-3 {
    width: 10em;
    height: auto;
  }

  .zen-section-1 {
    padding: 5em 3em;
    font-size: 1.69vw;
  }

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

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

  .swiper-slide {
    width: 100%;
  }

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

  .hover-block__parent {
    background-position: 50% 0;
    background-size: 100%;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
  }

  .hover-block__link {
    clear: left;
    color: #000;
    background-color: #0000;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    min-height: 100%;
    max-height: 100%;
    padding: 0;
    display: flex;
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
  }

  .hover-block__text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    min-height: 44%;
    padding: 20px;
    display: flex;
    position: absolute;
    inset: auto 0 0%;
    transform: none;
  }

  .hover-block__description {
    margin-bottom: 0;
  }

  .hover-block__parent-2, .hover-block__parent-copy {
    background-position: 50% 0;
    background-size: 100%;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
  }

  .wbs-heading-h1 {
    font-size: 2.4rem;
    line-height: 1.1em;
  }

  .wbs-section {
    padding: 2rem 2%;
  }

  .wbs-hero-3-content {
    width: 80%;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-gallery-v5 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

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

  .waves-wide-tile-features-7 {
    grid-row-gap: 30px;
    align-items: center;
    padding-bottom: 0;
  }

  .waves-inside-wide-feature-7 {
    text-align: center;
    align-items: center;
    max-width: 80%;
  }

  .waves-image-wide-feature-7 {
    width: auto;
    height: 320px;
    position: static;
  }
}

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

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

  .heading {
    padding-left: 30px;
    padding-right: 30px;
    line-height: 40px;
  }

  .section-2 {
    height: 50vh;
  }

  .number {
    font-size: 8vw;
  }

  .heading-2 {
    font-size: 50px;
  }

  .heading-3 {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .columns {
    flex-flow: column;
  }

  .heading-2-5 {
    text-align: center;
    font-size: 30px;
  }

  .div-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-line-3.spark-simple-line, .spark-line-1.spark-simple-line {
    background-color: var(--worksign);
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--worksign);
  }

  .spark-square-menu-inner {
    background-color: var(--spark-library--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-with-dropdowns {
    padding-right: 0;
  }

  .brix---mg-top-56px {
    display: none;
  }

  .brix---btn-primary {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 19px;
  }

  .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .brix---paragraph-default {
    font-size: 16px;
    line-height: 28px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---bg-split-v4-left {
    min-height: 710px;
  }

  .brix---section-hero-v4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---bg-split-v4-right {
    min-height: 33%;
  }

  .brix---floating-image-hero-v2---1 {
    display: none;
  }

  .bold-text {
    font-size: 24px;
    line-height: 40px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
  }

  .spark-flat-tab {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .spark-flat-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .heading-5 {
    font-size: 30px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---paragraph-default-2 {
    font-size: 14px;
    line-height: 28px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-list-wrapper-horizontal {
    flex-direction: column;
  }

  .brix---footer-top-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .heading-6 {
    font-size: 20px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .container-9 {
    bottom: -85px;
  }

  .div-block-8 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-7 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .banner {
    display: none;
  }

  .banner-mob {
    display: block;
  }

  .icon-2, .icon-3 {
    font-size: 20px;
  }

  .slide-nav {
    font-size: 10px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---btn-slider-arrow-right---top-left {
    bottom: -72px;
    left: 26%;
  }

  .brix---btn-slider-arrow-right---top-right {
    bottom: -72px;
    right: 26%;
  }

  .brix---card-testimonial-color-1, .brix---card-testimonial-color-2, .brix---card-testimonial-color-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---section-overflow-hidden {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---btn-primary-2, .brix---btn-secondary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---heading-h2-size-2 {
    font-size: 34px;
    line-height: 34px;
  }

  .brix---testimonial-v3-image-wrapper {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-4 {
    font-size: 16px;
    line-height: 28px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---card-testimonial-v3 {
    flex-direction: column;
  }

  .brix---card-content-testimonial-v3 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .heading-8 {
    font-size: 16px;
  }

  .brix---btn-primary-2-copy {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 19px;
  }

  .zen-paragraph-1, .zen-heading-1 {
    text-align: center;
  }

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

  .zen-section-1 {
    font-size: 2.5vw;
  }

  .stack_card-image {
    box-sizing: border-box;
    vertical-align: baseline;
    object-fit: cover;
  }

  .stack_component {
    grid-row-gap: 15rem;
    align-items: stretch;
  }

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

  .stack_card.is-2 {
    height: 30rem;
  }

  .stack_card.is-6 {
    border-radius: 0;
  }

  .stack_card-image-wrapper {
    height: 14rem;
    padding-top: 0;
  }

  .stack_card-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-4 {
    justify-content: center;
    align-items: center;
  }

  .heading-12 {
    font-size: 28px;
  }

  .swiper-slide {
    width: 100%;
  }

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

  .paragraph-4 {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 26px;
  }

  .heading-14 {
    font-size: 26px;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .heading-14-copy {
    font-size: 26px;
  }

  .paragraph-5-copy {
    font-size: 14px;
  }

  .container-13 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-15 {
    font-size: 35px;
  }

  .section-8 {
    clear: left;
    position: relative;
  }

  .hover-block__parent {
    float: none;
    clear: left;
    padding-bottom: 0%;
    display: block;
  }

  .hover-block__link {
    flex: 0 auto;
    display: flex;
    position: relative;
  }

  .hover-block__text {
    background-color: #fff;
    margin-top: 55%;
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
    inset: 0% 0 auto;
    transform: none;
  }

  .hover-block__description {
    margin-bottom: 0;
  }

  .hover-block__parent-2, .hover-block__parent-copy {
    float: none;
    clear: left;
    padding-bottom: 0%;
    display: block;
  }

  .wbs-heading-h1 {
    font-size: 2.3rem;
  }

  .wbs-hero-3-button {
    flex-direction: column;
    align-items: center;
  }

  .wbs-hero-3-content {
    width: 100%;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .brix---grid-gallery-v5 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---gallery-v5-col {
    grid-row-gap: 16px;
  }

  .brix---gallery-v5-col-hidden {
    display: none;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

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

  .heading-18 {
    line-height: 26px;
  }

  .cell-5, .cell-6, .cell-7, .cell-8, .cell-9 {
    justify-content: center;
    align-items: center;
  }

  .waves---paragraph-small {
    text-align: left;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---paragraph-big {
    text-align: left;
    font-size: 16px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-wide-tile-features-7 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-inside-wide-feature-7 {
    max-width: 100%;
  }

  .waves-image-wide-feature-7 {
    width: 100%;
    height: auto;
  }

  .waves-inside-tile-vertical-features-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-tile-small-feature-7 {
    text-align: center;
    align-items: center;
  }

  .container-17 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .stack_card-image-copy {
    box-sizing: border-box;
    vertical-align: baseline;
    object-fit: cover;
  }
}

#w-node-ff58b5d8-7924-b612-8a4e-2a4d5e39342e-0b14d782 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_13c6ac0d-a814-514c-e1bb-19216eae1a55-0b14d782, #w-node-_13c6ac0d-a814-514c-e1bb-19216eae1a5d-0b14d782, #w-node-_13c6ac0d-a814-514c-e1bb-19216eae1a65-0b14d782, #w-node-_13c6ac0d-a814-514c-e1bb-19216eae1a6f-0b14d782, #w-node-_13c6ac0d-a814-514c-e1bb-19216eae1a77-0b14d782, #w-node-_13c6ac0d-a814-514c-e1bb-19216eae1a7f-0b14d782, #w-node-_13c6ac0d-a814-514c-e1bb-19216eae1a89-0b14d782, #w-node-_13c6ac0d-a814-514c-e1bb-19216eae1a91-0b14d782, #w-node-_13c6ac0d-a814-514c-e1bb-19216eae1a99-0b14d782 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2542282d-430d-fc00-72fe-9571a5c5fe5c-a5c5fe58 {
  justify-self: start;
}

#w-node-_22b88a85-3557-f3b0-06e6-fa4bdd77de2a-3076b13c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_22b88a85-3557-f3b0-06e6-fa4bdd77de2c-3076b13c, #w-node-_22b88a85-3557-f3b0-06e6-fa4bdd77de2d-3076b13c, #w-node-_22b88a85-3557-f3b0-06e6-fa4bdd77de2f-3076b13c, #w-node-_22b88a85-3557-f3b0-06e6-fa4bdd77de31-3076b13c, #w-node-_22b88a85-3557-f3b0-06e6-fa4bdd77de32-3076b13c, #w-node-_22b88a85-3557-f3b0-06e6-fa4bdd77de34-3076b13c, #w-node-_22b88a85-3557-f3b0-06e6-fa4bdd77de37-3076b13c, #w-node-_22b88a85-3557-f3b0-06e6-fa4bdd77de39-3076b13c, #w-node-_22b88a85-3557-f3b0-06e6-fa4bdd77de3b-3076b13c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28f850cc-3aa0-bcac-1296-b4fc5c4cb004-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_28f850cc-3aa0-bcac-1296-b4fc5c4cb005-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28f850cc-3aa0-bcac-1296-b4fc5c4cb008-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_28f850cc-3aa0-bcac-1296-b4fc5c4cb009-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28f850cc-3aa0-bcac-1296-b4fc5c4cb00c-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_28f850cc-3aa0-bcac-1296-b4fc5c4cb00d-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28f850cc-3aa0-bcac-1296-b4fc5c4cb010-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_28f850cc-3aa0-bcac-1296-b4fc5c4cb011-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea62c7b4-c2ce-0392-181d-8ed07adee69b-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ea62c7b4-c2ce-0392-181d-8ed07adee6a1-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea62c7b4-c2ce-0392-181d-8ed07adee6a4-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ea62c7b4-c2ce-0392-181d-8ed07adee6aa-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea62c7b4-c2ce-0392-181d-8ed07adee6ad-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ea62c7b4-c2ce-0392-181d-8ed07adee6b3-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea62c7b4-c2ce-0392-181d-8ed07adee6b6-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ea62c7b4-c2ce-0392-181d-8ed07adee6bc-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff22ebed-8052-b34d-4592-fd06d9ddf633-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ff22ebed-8052-b34d-4592-fd06d9ddf63b-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff22ebed-8052-b34d-4592-fd06d9ddf63e-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ff22ebed-8052-b34d-4592-fd06d9ddf644-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff22ebed-8052-b34d-4592-fd06d9ddf647-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ff22ebed-8052-b34d-4592-fd06d9ddf64e-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff22ebed-8052-b34d-4592-fd06d9ddf651-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ff22ebed-8052-b34d-4592-fd06d9ddf658-3e6cd90c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee4d54c1-cf0a-a743-2d71-5163c2e58815-6ce696ff, #w-node-_13b2c3ac-dda2-356d-d983-42c66b71b177-6ce696ff, #w-node-fda5d451-d873-3e55-24e4-348447fd4922-6ce696ff, #w-node-a532b6d5-fd77-c5ac-1113-fbda7fb1aaeb-f652e33f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_42fba9df-2008-b7e0-9c94-f270fe502765-77ca8361, #w-node-_1c2db27f-7e7d-b2c5-01b4-94d75edb1fb2-77ca8361, #w-node-da3bfec0-2f7e-a261-6444-11af38f9c0ba-77ca8361, #w-node-_62ecff34-9dce-7350-47d6-b4decba8bcc6-77ca8361, #w-node-f9bc888d-4b95-f0c8-d6eb-02e77e914144-77ca8361, #w-node-_6437b972-86e5-79e9-d9b3-e62933d2065d-77ca8361, #w-node-c7cd9497-4801-36f0-f04f-5086fc8bd7a2-77ca8361, #w-node-_1bfff443-9874-a962-8a8d-e4beee8942c2-77ca8361, #w-node-_9d07b9da-1420-8beb-78ac-49480f5c1ad0-77ca8361, #w-node-_715bd82e-ec2b-ab80-db88-59a63fd3d5a5-77ca8361, #w-node-_4c2d3271-0f16-e9f8-abd0-13af67c1a811-77ca8361, #w-node-_11ee0058-3b90-c650-ba1b-519966f2bd2d-77ca8361, #w-node-a07c024a-b851-7c6f-4411-a6b521e367f6-77ca8361, #w-node-dad29c6b-dcff-5cb6-d60a-56efd0ae1a38-77ca8361, #w-node-_49c9c052-e448-0599-cdb2-587af08cd3e0-77ca8361, #w-node-eac5510b-4bfc-7476-6373-ca945a286cf3-77ca8361 {
  place-self: center;
}

#w-node-_25623d9f-4adb-29be-44c7-139f1c812e7b-bc4c9b06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25623d9f-4adb-29be-44c7-139f1c812e7c-bc4c9b06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f955bb4f-5cdc-e511-295a-8e2cc6289d3b-bc4c9b06, #w-node-e78fca7f-5231-43c1-d6f1-ebfac4cb7512-bc4c9b06, #w-node-_534ab9e7-6f34-0b05-a6d9-7eeea677bcef-bc4c9b06, #w-node-_534ab9e7-6f34-0b05-a6d9-7eeea677bcf0-bc4c9b06, #w-node-_6ae0d99b-0b51-10cd-3576-9c527bc42e03-bc4c9b06, #w-node-_6ae0d99b-0b51-10cd-3576-9c527bc42e04-bc4c9b06 {
  justify-self: center;
}

#w-node-_4f91921f-cf90-47ac-e766-c4f8551dc1c0-20e23817 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f91921f-cf90-47ac-e766-c4f8551dc1c1-20e23817 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4f91921f-cf90-47ac-e766-c4f8551dc1d7-20e23817, #w-node-_4f91921f-cf90-47ac-e766-c4f8551dc1d8-20e23817, #w-node-_4f91921f-cf90-47ac-e766-c4f8551dc1dd-20e23817, #w-node-_4f91921f-cf90-47ac-e766-c4f8551dc1de-20e23817, #w-node-ffbc697f-cd68-88fa-1fcc-c2f0a9ef9ef5-20e23817, #w-node-ffbc697f-cd68-88fa-1fcc-c2f0a9ef9ef6-20e23817 {
  justify-self: center;
}

#w-node-_37abe65f-c0de-a426-f4de-5cf5ba8adfee-6e2014cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37abe65f-c0de-a426-f4de-5cf5ba8adfef-6e2014cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_37abe65f-c0de-a426-f4de-5cf5ba8ae008-6e2014cb, #w-node-_37abe65f-c0de-a426-f4de-5cf5ba8ae009-6e2014cb, #w-node-_37abe65f-c0de-a426-f4de-5cf5ba8ae00e-6e2014cb, #w-node-_37abe65f-c0de-a426-f4de-5cf5ba8ae00f-6e2014cb, #w-node-_8a5f204f-77ba-6c00-c9c8-fe22b185be98-6e2014cb, #w-node-_8a5f204f-77ba-6c00-c9c8-fe22b185be99-6e2014cb {
  justify-self: center;
}

#w-node-_8a01c1ab-cad8-964b-a00c-bcc44ebe7ef1-a2f1e4a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a01c1ab-cad8-964b-a00c-bcc44ebe7ef2-a2f1e4a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8a01c1ab-cad8-964b-a00c-bcc44ebe7f0b-a2f1e4a5, #w-node-_8a01c1ab-cad8-964b-a00c-bcc44ebe7f0c-a2f1e4a5, #w-node-_8a01c1ab-cad8-964b-a00c-bcc44ebe7f11-a2f1e4a5, #w-node-_8a01c1ab-cad8-964b-a00c-bcc44ebe7f12-a2f1e4a5, #w-node-_8a01c1ab-cad8-964b-a00c-bcc44ebe7f17-a2f1e4a5, #w-node-_8a01c1ab-cad8-964b-a00c-bcc44ebe7f18-a2f1e4a5 {
  justify-self: center;
}

#w-node-a1347a52-2fa5-fd90-c1ef-846ac9450551-9ea9b141 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1347a52-2fa5-fd90-c1ef-846ac9450552-9ea9b141 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a1347a52-2fa5-fd90-c1ef-846ac945056b-9ea9b141, #w-node-a1347a52-2fa5-fd90-c1ef-846ac945056c-9ea9b141, #w-node-a1347a52-2fa5-fd90-c1ef-846ac9450571-9ea9b141, #w-node-a1347a52-2fa5-fd90-c1ef-846ac9450572-9ea9b141 {
  justify-self: center;
}

#w-node-_9fc9f449-9237-e419-1e48-db66c41a7e92-2418b14a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fc9f449-9237-e419-1e48-db66c41a7e93-2418b14a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9fc9f449-9237-e419-1e48-db66c41a7eaf-2418b14a, #w-node-_9fc9f449-9237-e419-1e48-db66c41a7eb0-2418b14a, #w-node-_9fc9f449-9237-e419-1e48-db66c41a7eb5-2418b14a, #w-node-_9fc9f449-9237-e419-1e48-db66c41a7eb6-2418b14a, #w-node-_9fc9f449-9237-e419-1e48-db66c41a7ebb-2418b14a, #w-node-_9fc9f449-9237-e419-1e48-db66c41a7ebc-2418b14a {
  justify-self: center;
}

#w-node-ae54a793-8bfb-f664-d8f4-4bf444c04772-c573e855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae54a793-8bfb-f664-d8f4-4bf444c04773-c573e855 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ae54a793-8bfb-f664-d8f4-4bf444c0478d-c573e855, #w-node-ae54a793-8bfb-f664-d8f4-4bf444c0478e-c573e855, #w-node-ae54a793-8bfb-f664-d8f4-4bf444c04793-c573e855, #w-node-ae54a793-8bfb-f664-d8f4-4bf444c04794-c573e855, #w-node-ae54a793-8bfb-f664-d8f4-4bf444c04799-c573e855, #w-node-ae54a793-8bfb-f664-d8f4-4bf444c0479a-c573e855 {
  justify-self: center;
}

#w-node-_00f434a8-9912-8085-acd8-79c2a4b7a28f-e7ee1dbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00f434a8-9912-8085-acd8-79c2a4b7a290-e7ee1dbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_00f434a8-9912-8085-acd8-79c2a4b7a2b6-e7ee1dbc, #w-node-_00f434a8-9912-8085-acd8-79c2a4b7a2b7-e7ee1dbc {
  justify-self: center;
}

#w-node-_8ffb5ece-d9b4-b3fd-a33c-0e1e2e9bac61-82968554 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ffb5ece-d9b4-b3fd-a33c-0e1e2e9bac62-82968554 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8ffb5ece-d9b4-b3fd-a33c-0e1e2e9bac82-82968554, #w-node-_8ffb5ece-d9b4-b3fd-a33c-0e1e2e9bac83-82968554, #w-node-_8ffb5ece-d9b4-b3fd-a33c-0e1e2e9bac88-82968554, #w-node-_8ffb5ece-d9b4-b3fd-a33c-0e1e2e9bac89-82968554 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_2542282d-430d-fc00-72fe-9571a5c5fe5c-a5c5fe58, #w-node-_25623d9f-4adb-29be-44c7-139f1c812e7b-bc4c9b06, #w-node-_4f91921f-cf90-47ac-e766-c4f8551dc1c0-20e23817, #w-node-_37abe65f-c0de-a426-f4de-5cf5ba8adfee-6e2014cb, #w-node-_8a01c1ab-cad8-964b-a00c-bcc44ebe7ef1-a2f1e4a5, #w-node-a1347a52-2fa5-fd90-c1ef-846ac9450551-9ea9b141, #w-node-_9fc9f449-9237-e419-1e48-db66c41a7e92-2418b14a, #w-node-ae54a793-8bfb-f664-d8f4-4bf444c04772-c573e855, #w-node-_00f434a8-9912-8085-acd8-79c2a4b7a28f-e7ee1dbc, #w-node-_8ffb5ece-d9b4-b3fd-a33c-0e1e2e9bac61-82968554 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2542282d-430d-fc00-72fe-9571a5c5fe5c-a5c5fe58 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ff58b5d8-7924-b612-8a4e-2a4d5e39342e-0b14d782 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_22b88a85-3557-f3b0-06e6-fa4bdd77de2a-3076b13c {
    order: 9999;
  }

  #w-node-ee4d54c1-cf0a-a743-2d71-5163c2e58815-6ce696ff, #w-node-_13b2c3ac-dda2-356d-d983-42c66b71b177-6ce696ff, #w-node-fda5d451-d873-3e55-24e4-348447fd4922-6ce696ff, #w-node-a532b6d5-fd77-c5ac-1113-fbda7fb1aaeb-f652e33f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


