.ll-fc,
.ll-fc * {
  box-sizing: border-box;
}

.ll-fc-sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.ll-fc {
  --ll-fc-outer: #10362f;
  --ll-fc-footer: #f7faf9;
  --ll-fc-text: #05100e;
  --ll-fc-muted: #56706a;
  --ll-fc-accent: #2ed9c6;
  --ll-fc-max: 1440px;
  --ll-fc-cta-h: 340px;
  background: var(--ll-fc-outer);
  color: var(--ll-fc-text);
  font-family: "IBM Plex Sans Thai", "IBM Plex Sans", Arial, sans-serif;
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
  padding: 0;
  width: 100vw;
}

html.ll-fc-motion-ready .ll-fc.ll-fc-motion-pending .ll-fc-animate,
html.ll-fc-motion-ready .ll-fc.ll-fc-motion-pending .ll-fc-cta-image {
  opacity: 0;
  transform: translateY(20px);
}

html.ll-fc-motion-ready .ll-fc.ll-fc-motion-pending .ll-fc-cta-image {
  transform: scale(1.06);
}

html.ll-fc-motion-ready .ll-fc.is-visible .ll-fc-animate {
  animation: ll-fc-fade-up 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--ll-fc-delay, 0ms);
}

html.ll-fc-motion-ready .ll-fc.is-visible .ll-fc-cta-image {
  animation: ll-fc-image-in 1050ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes ll-fc-fade-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ll-fc-image-in {
  from {
    opacity: 0;
    transform: scale(1.06);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.ll-fc-frame {
  margin: 0 auto;
  max-width: none;
  overflow: hidden;
  width: 100%;
}

.ll-fc-cta {
  align-items: center;
  background-color: #05100e;
  display: flex;
  isolation: isolate;
  justify-content: center;
  min-height: var(--ll-fc-cta-h);
  overflow: hidden;
  padding: 42px 24px;
  position: relative;
  text-align: center;
}

.ll-fc-cta-image,
.ll-fc-cta::after {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.ll-fc-cta-image {
  object-fit: cover;
  z-index: -2;
}

.ll-fc-cta::after {
  background: linear-gradient(90deg, rgba(5, 16, 14, 0.82), rgba(16, 54, 47, 0.48), rgba(5, 16, 14, 0.82));
  content: "";
  z-index: -1;
}

.ll-fc-cta-content {
  color: #ffffff;
  max-width: 760px;
}

.ll-fc-cta-title {
  font-size: clamp(28px, 3.2vw, 52px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
}

.ll-fc-cta-text {
  font-size: 15px;
  line-height: 1.55;
  margin: 13px auto 0;
  max-width: 620px;
}

.ll-fc-form {
  display: flex;
  justify-content: center;
  margin: 24px auto 0;
  max-width: 550px;
  width: 100%;
}

.ll-fc-form input,
.ll-fc-form button {
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 0;
  font: inherit;
  height: 48px;
}

.ll-fc-form input {
  background: #ffffff;
  color: #101716;
  flex: 1 1 auto;
  min-width: 0;
  outline: none;
  padding: 0 16px;
}

.ll-fc-form input::placeholder {
  color: #6b7270;
  opacity: 1;
}

.ll-fc-form input:focus {
  box-shadow: inset 0 0 0 2px var(--ll-fc-accent);
}

.ll-fc-form button {
  background: #10362f;
  color: #ffffff;
  cursor: pointer;
  flex: 0 0 auto;
  margin-left: -1px;
  padding: 0 23px;
  transition: background-color 180ms ease, color 180ms ease;
}

.ll-fc-form button:hover,
.ll-fc-form button:focus-visible {
  background: var(--ll-fc-accent);
  color: #07120f;
  outline: none;
}

.ll-fc-form-status {
  font-size: 13px;
  line-height: 1.4;
  margin: 10px 0 0;
  min-height: 0;
}

.ll-fc-form-status:empty {
  display: none;
}

.ll-fc-main {
  background: var(--ll-fc-footer);
  display: grid;
  gap: 44px clamp(32px, 5vw, 92px);
  grid-template-columns: minmax(240px, 1.25fr) minmax(0, 2.3fr);
  padding: clamp(38px, 5vw, 78px) clamp(24px, 5vw, 76px) clamp(28px, 4vw, 52px);
}

.ll-fc-brand {
  max-width: 390px;
}

.ll-fc-brand-name {
  align-items: center;
  color: var(--ll-fc-text);
  display: inline-flex;
  font-size: 24px;
  font-weight: 600;
  gap: 10px;
  line-height: 1.1;
  text-decoration: none;
}

.ll-fc-wordmark {
  align-items: center;
  color: var(--ll-fc-text);
  display: inline-flex;
  font-size: 24px;
  font-weight: 600;
  gap: 10px;
  line-height: 1.1;
}

.ll-fc-logo {
  display: block;
  height: auto;
  max-height: 48px;
  max-width: 190px;
  object-fit: contain;
  object-position: left center;
}

.ll-fc-mark {
  align-items: center;
  background: var(--ll-fc-accent);
  color: #07120f;
  display: inline-flex;
  font-size: 18px;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.ll-fc-brand-description,
.ll-fc-brand > p {
  color: var(--ll-fc-muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 22px 0 0;
}

.ll-fc-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.ll-fc-socials a {
  align-items: center;
  border: 1px solid #b8c1be;
  color: var(--ll-fc-text);
  display: inline-flex;
  font-size: 14px;
  height: 34px;
  justify-content: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
  width: 34px;
}

.ll-fc-socials a:hover,
.ll-fc-socials a:focus-visible {
  background: var(--ll-fc-text);
  border-color: var(--ll-fc-text);
  color: #ffffff;
  outline: none;
}

.ll-fc-social-link {
  align-items: center;
  border: 1px solid #b8c1be;
  color: var(--ll-fc-text);
  display: inline-flex;
  font-size: 14px;
  height: 34px;
  justify-content: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
  width: 34px;
}

.ll-fc-social-link i {
  font-size: 15px;
  line-height: 1;
}

.ll-fc-social-link:hover,
.ll-fc-social-link:focus-visible {
  background: var(--ll-fc-text);
  border-color: var(--ll-fc-text);
  color: #ffffff;
  outline: none;
}

.ll-fc-columns {
  display: grid;
  gap: 32px clamp(18px, 2.5vw, 46px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ll-fc-links-column h3 {
  color: var(--ll-fc-text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 15px;
}

.ll-fc-links-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ll-fc-links-column li + li {
  margin-top: 10px;
}

.ll-fc-links-column a {
  color: var(--ll-fc-muted);
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
  transition: color 180ms ease;
}

.ll-fc-links-column a:hover,
.ll-fc-links-column a:focus-visible {
  color: var(--ll-fc-accent);
  outline: none;
}

.ll-fc-bottom {
  align-items: center;
  background: var(--ll-fc-footer);
  border-top: 1px solid #d7ddda;
  color: var(--ll-fc-muted);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding: 18px clamp(24px, 5vw, 76px) 22px;
}

.ll-fc-bottom p {
  margin: 0;
}

.ll-fc-bottom a {
  color: inherit;
  text-decoration: none;
}

.ll-fc-bottom a:hover,
.ll-fc-bottom a:focus-visible {
  color: var(--ll-fc-accent);
  outline: none;
}

@media (max-width: 1024px) {
  .ll-fc-main {
    gap: 38px 42px;
    grid-template-columns: minmax(210px, 1fr) minmax(0, 1.9fr);
  }

  .ll-fc-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .ll-fc-cta {
    min-height: min(450px, var(--ll-fc-cta-h));
    padding: 56px 22px;
  }

  .ll-fc-main {
    grid-template-columns: minmax(0, 1fr);
  }

  .ll-fc-brand {
    max-width: 560px;
  }

  .ll-fc-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .ll-fc-cta-title {
    font-size: 31px;
  }

  .ll-fc-cta-text {
    font-size: 14px;
  }

  .ll-fc-form {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .ll-fc-form input,
  .ll-fc-form button {
    flex-basis: 48px;
    width: 100%;
  }

  .ll-fc-form button {
    margin-left: 0;
  }

  .ll-fc-main {
    gap: 34px 22px;
    padding: 38px 24px;
  }

  .ll-fc-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 18px 24px 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ll-fc *,
  .ll-fc *::before,
  .ll-fc *::after {
    animation: none !important;
    opacity: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    transform: none !important;
  }
}
