/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-900: oklch(39.6% 0.141 25.723);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-normal: 0em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-bounce: bounce 1s infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .-top-\[9px\] {
    top: calc(9px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-1\/4 {
    top: calc(1/4 * 100%);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-5\/12 {
    top: calc(5/12 * 100%);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-\[1px\] {
    top: 1px;
  }
  .top-\[2px\] {
    top: 2px;
  }
  .top-\[3px\] {
    top: 3px;
  }
  .top-\[4px\] {
    top: 4px;
  }
  .top-\[5px\] {
    top: 5px;
  }
  .top-\[6px\] {
    top: 6px;
  }
  .top-\[7px\] {
    top: 7px;
  }
  .top-\[8px\] {
    top: 8px;
  }
  .top-\[30px\] {
    top: 30px;
  }
  .top-\[62px\] {
    top: 62px;
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-10 {
    right: calc(var(--spacing) * 10);
  }
  .bottom-10 {
    bottom: calc(var(--spacing) * 10);
  }
  .-left-\[25px\] {
    left: calc(25px * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .left-auto {
    left: auto;
  }
  .left-full {
    left: 100%;
  }
  .z-0 {
    z-index: 0;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-auto {
    margin: auto;
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }
  .mx-\[10px\] {
    margin-inline: 10px;
  }
  .mx-\[12px\] {
    margin-inline: 12px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-\[7px\] {
    margin-top: 7px;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-32 {
    margin-bottom: calc(var(--spacing) * 32);
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .ml-16 {
    margin-left: calc(var(--spacing) * 16);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-4\/5 {
    height: calc(4/5 * 100%);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[17px\] {
    height: 17px;
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-full {
    height: 100%;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-4\/5 {
    width: calc(4/5 * 100%);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-\[17px\] {
    width: 17px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[25px\] {
    width: 25px;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[27px\] {
    width: 27px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[35px\] {
    width: 35px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[110px\] {
    width: 110px;
  }
  .w-\[115px\] {
    width: 115px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[125px\] {
    width: 125px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[354px\] {
    width: 354px;
  }
  .w-\[900px\] {
    width: 900px;
  }
  .w-\[980px\] {
    width: 980px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[534px\] {
    max-width: 534px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[850px\] {
    max-width: 850px;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-135 {
    rotate: calc(135deg * -1);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-135 {
    rotate: 135deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-270 {
    rotate: 270deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-bounce {
    animation: var(--animate-bounce);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize\! {
    resize: both !important;
  }
  .grid-flow-col {
    grid-auto-flow: column;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-end {
    align-content: flex-end;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-x-0 {
    column-gap: calc(var(--spacing) * 0);
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-x-7 {
    column-gap: calc(var(--spacing) * 7);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
  .self-center {
    align-self: center;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-r-2 {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#bcbaa2\] {
    border-color: #bcbaa2;
  }
  .border-\[\#cdcdbb\] {
    border-color: #cdcdbb;
  }
  .border-\[\#d7d7c8\] {
    border-color: #d7d7c8;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .\!bg-transparent {
    background-color: transparent !important;
  }
  .bg-\[\#8d8255\] {
    background-color: #8d8255;
  }
  .bg-\[\#303032\] {
    background-color: #303032;
  }
  .bg-\[\#f7f7f0\] {
    background-color: #f7f7f0;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/90 {
    background-color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .bg-\[url\(\.\.\/images\/bg-4s-top-right\.png\)\] {
    background-image: url(../images/bg-4s-top-right.png);
  }
  .bg-\[url\(\.\.\/images\/bg-brand-sirisa\.png\)\] {
    background-image: url(../images/bg-brand-sirisa.png);
  }
  .bg-\[url\(\.\.\/images\/bg-register-privilege-dark-yellow\.png\)\] {
    background-image: url(../images/bg-register-privilege-dark-yellow.png);
  }
  .bg-\[url\(\.\.\/images\/bg-register-privilege\.png\)\] {
    background-image: url(../images/bg-register-privilege.png);
  }
  .bg-\[url\(\.\.\/images\/bg-s-2f\.png\)\] {
    background-image: url(../images/bg-s-2f.png);
  }
  .bg-\[url\(\.\.\/images\/bg-three-circle-top-dark-yellow\.png\)\] {
    background-image: url(../images/bg-three-circle-top-dark-yellow.png);
  }
  .bg-none {
    background-image: none;
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-size-\[auto_50px\] {
    background-size: auto 50px;
  }
  .bg-size-\[auto_100\%\] {
    background-size: auto 100%;
  }
  .bg-center {
    background-position: center;
  }
  .bg-left-bottom {
    background-position: left bottom;
  }
  .bg-position-\[left_-25\%_bottom\] {
    background-position: left -25% bottom;
  }
  .bg-position-\[left_-30\%_bottom\] {
    background-position: left -30% bottom;
  }
  .bg-position-\[left_-250px_bottom\] {
    background-position: left -250px bottom;
  }
  .bg-position-\[left_-450px_bottom\] {
    background-position: left -450px bottom;
  }
  .bg-position-\[left_-500px_bottom\] {
    background-position: left -500px bottom;
  }
  .bg-position-\[left_-520px_bottom\] {
    background-position: left -520px bottom;
  }
  .bg-position-\[top_0_right\] {
    background-position: top 0 right;
  }
  .bg-top-right {
    background-position: right top;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .bg-repeat-y {
    background-repeat: repeat-y;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .\!px-\[30px\] {
    padding-inline: 30px !important;
  }
  .\!px-\[50px\] {
    padding-inline: 50px !important;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }
  .\!py-0 {
    padding-block: calc(var(--spacing) * 0) !important;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-9 {
    padding-block: calc(var(--spacing) * 9);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .py-32 {
    padding-block: calc(var(--spacing) * 32);
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[7px\] {
    padding-block: 7px;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-9 {
    padding-top: calc(var(--spacing) * 9);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-\[1px\] {
    padding-top: 1px;
  }
  .pt-\[50\%\] {
    padding-top: 50%;
  }
  .pt-\[62\.58\%\] {
    padding-top: 62.58%;
  }
  .pt-\[62\.65\%\] {
    padding-top: 62.65%;
  }
  .pt-\[64\.11\%\] {
    padding-top: 64.11%;
  }
  .pt-\[69\.02\%\] {
    padding-top: 69.02%;
  }
  .pt-\[100\%\] {
    padding-top: 100%;
  }
  .pt-\[120\.58\%\] {
    padding-top: 120.58%;
  }
  .pt-\[150\%\] {
    padding-top: 150%;
  }
  .pt-\[150\.64\%\] {
    padding-top: 150.64%;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-28 {
    padding-bottom: calc(var(--spacing) * 28);
  }
  .pb-32 {
    padding-bottom: calc(var(--spacing) * 32);
  }
  .pb-\[70\%\] {
    padding-bottom: 70%;
  }
  .pb-\[100\%\] {
    padding-bottom: 100%;
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-\[125px\] {
    padding-left: 125px;
  }
  .pl-\[235px\] {
    padding-left: 235px;
  }
  .pl-\[470px\] {
    padding-left: 470px;
  }
  .\!text-left {
    text-align: left !important;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-\[0\.5em\] {
    font-size: 0.5em;
  }
  .text-\[0\.7em\] {
    font-size: 0.7em;
  }
  .text-\[0\.55em\] {
    font-size: 0.55em;
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[19px\] {
    font-size: 19px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[21px\] {
    font-size: 21px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[23px\] {
    font-size: 23px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[55px\] {
    font-size: 55px;
  }
  .\!leading-7 {
    --tw-leading: calc(var(--spacing) * 7) !important;
    line-height: calc(var(--spacing) * 7) !important;
  }
  .\!leading-8 {
    --tw-leading: calc(var(--spacing) * 8) !important;
    line-height: calc(var(--spacing) * 8) !important;
  }
  .\!leading-9 {
    --tw-leading: calc(var(--spacing) * 9) !important;
    line-height: calc(var(--spacing) * 9) !important;
  }
  .\!leading-10 {
    --tw-leading: calc(var(--spacing) * 10) !important;
    line-height: calc(var(--spacing) * 10) !important;
  }
  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-9 {
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .\!font-extralight {
    --tw-font-weight: var(--font-weight-extralight) !important;
    font-weight: var(--font-weight-extralight) !important;
  }
  .\!font-light {
    --tw-font-weight: var(--font-weight-light) !important;
    font-weight: var(--font-weight-light) !important;
  }
  .\!font-semibold {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .font-\[12px\] {
    --tw-font-weight: 12px;
    font-weight: 12px;
  }
  .font-extralight {
    --tw-font-weight: var(--font-weight-extralight);
    font-weight: var(--font-weight-extralight);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[\.4em\] {
    --tw-tracking: .4em;
    letter-spacing: .4em;
  }
  .tracking-\[\.7rem\] {
    --tw-tracking: .7rem;
    letter-spacing: .7rem;
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .break-all {
    word-break: break-all;
  }
  .text-\[\#8d8255\] {
    color: #8d8255;
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-red-900 {
    color: var(--color-red-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .underline-offset-5 {
    text-underline-offset: 5px;
  }
  .\!opacity-60 {
    opacity: 60% !important;
  }
  .\!opacity-80 {
    opacity: 80% !important;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .sepia {
    --tw-sepia: sepia(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .\!filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .\[animation-delay\:-\.3s\] {
    animation-delay: -.3s;
  }
  .\[animation-delay\:-\.5s\] {
    animation-delay: -.5s;
  }
  .\*\:visible {
    :is(& > *) {
      visibility: visible;
    }
  }
  .placeholder\:text-\[\#404041\] {
    &::placeholder {
      color: #404041;
    }
  }
  .hover\:scale-125 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 125%;
        --tw-scale-y: 125%;
        --tw-scale-z: 125%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-\[\#e5e3c3\] {
    &:hover {
      @media (hover: hover) {
        background-color: #e5e3c3;
      }
    }
  }
  .hover\:\!opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80% !important;
      }
    }
  }
  .md\:right-auto {
    @media (width >= 48rem) {
      right: auto;
    }
  }
  .md\:-left-2 {
    @media (width >= 48rem) {
      left: calc(var(--spacing) * -2);
    }
  }
  .md\:left-1\/2 {
    @media (width >= 48rem) {
      left: calc(1/2 * 100%);
    }
  }
  .md\:mx-3 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 3);
    }
  }
  .md\:my-0 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 0);
    }
  }
  .md\:my-20 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 20);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-7 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 7);
    }
  }
  .md\:mt-12 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .md\:mt-16 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .md\:mt-20 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .md\:mt-auto {
    @media (width >= 48rem) {
      margin-top: auto;
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:ml-7 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 7);
    }
  }
  .md\:ml-\[400px\] {
    @media (width >= 48rem) {
      margin-left: 400px;
    }
  }
  .md\:ml-auto {
    @media (width >= 48rem) {
      margin-left: auto;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[35px\] {
    @media (width >= 48rem) {
      height: 35px;
    }
  }
  .md\:h-auto {
    @media (width >= 48rem) {
      height: auto;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-1\/3 {
    @media (width >= 48rem) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-3\/4 {
    @media (width >= 48rem) {
      width: calc(3/4 * 100%);
    }
  }
  .md\:w-\[35px\] {
    @media (width >= 48rem) {
      width: 35px;
    }
  }
  .md\:w-\[45\%\] {
    @media (width >= 48rem) {
      width: 45%;
    }
  }
  .md\:w-\[55\%\] {
    @media (width >= 48rem) {
      width: 55%;
    }
  }
  .md\:w-\[130px\] {
    @media (width >= 48rem) {
      width: 130px;
    }
  }
  .md\:w-\[262px\] {
    @media (width >= 48rem) {
      width: 262px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:max-w-\[140px\] {
    @media (width >= 48rem) {
      max-width: 140px;
    }
  }
  .md\:rotate-45 {
    @media (width >= 48rem) {
      rotate: 45deg;
    }
  }
  .md\:grid-flow-row {
    @media (width >= 48rem) {
      grid-auto-flow: row;
    }
  }
  .md\:grid-cols-1 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-rows-1 {
    @media (width >= 48rem) {
      grid-template-rows: repeat(1, minmax(0, 1fr));
    }
  }
  .md\:grid-rows-2 {
    @media (width >= 48rem) {
      grid-template-rows: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-9 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 9);
    }
  }
  .md\:gap-x-20 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 20);
    }
  }
  .md\:gap-x-24 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 24);
    }
  }
  .md\:gap-y-0 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-y-16 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 16);
    }
  }
  .md\:gap-y-20 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 20);
    }
  }
  .md\:self-center {
    @media (width >= 48rem) {
      align-self: center;
    }
  }
  .md\:rounded-4xl {
    @media (width >= 48rem) {
      border-radius: var(--radius-4xl);
    }
  }
  .md\:border-t-0 {
    @media (width >= 48rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
  }
  .md\:border-r {
    @media (width >= 48rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .md\:border-b-0 {
    @media (width >= 48rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .md\:border-l {
    @media (width >= 48rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .md\:bg-\[url\(\.\.\/images\/bg-register-privilege-dark-yellow\.png\)\] {
    @media (width >= 48rem) {
      background-image: url(../images/bg-register-privilege-dark-yellow.png);
    }
  }
  .md\:bg-\[url\(\.\.\/images\/bg-register-privilege\.png\)\] {
    @media (width >= 48rem) {
      background-image: url(../images/bg-register-privilege.png);
    }
  }
  .md\:bg-size-\[100\%_auto\] {
    @media (width >= 48rem) {
      background-size: 100% auto;
    }
  }
  .md\:bg-size-\[auto_70px\] {
    @media (width >= 48rem) {
      background-size: auto 70px;
    }
  }
  .md\:bg-position-\[left_-450px_bottom\] {
    @media (width >= 48rem) {
      background-position: left -450px bottom;
    }
  }
  .md\:bg-no-repeat {
    @media (width >= 48rem) {
      background-repeat: no-repeat;
    }
  }
  .md\:p-5 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .md\:\!px-\[50px\] {
    @media (width >= 48rem) {
      padding-inline: 50px !important;
    }
  }
  .md\:px-9 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 9);
    }
  }
  .md\:py-0 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:py-12 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .md\:py-32 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .md\:pt-16 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .md\:pt-36 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 36);
    }
  }
  .md\:pt-\[2px\] {
    @media (width >= 48rem) {
      padding-top: 2px;
    }
  }
  .md\:pt-\[42\.5\%\] {
    @media (width >= 48rem) {
      padding-top: 42.5%;
    }
  }
  .md\:pt-\[120\.37\%\] {
    @media (width >= 48rem) {
      padding-top: 120.37%;
    }
  }
  .md\:pb-20 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:text-right {
    @media (width >= 48rem) {
      text-align: right;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px;
    }
  }
  .md\:text-\[26px\] {
    @media (width >= 48rem) {
      font-size: 26px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .md\:\!leading-8 {
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 8) !important;
      line-height: calc(var(--spacing) * 8) !important;
    }
  }
  .md\:\!leading-9 {
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 9) !important;
      line-height: calc(var(--spacing) * 9) !important;
    }
  }
  .md\:\!leading-10 {
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 10) !important;
      line-height: calc(var(--spacing) * 10) !important;
    }
  }
  .md\:leading-12 {
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 12);
      line-height: calc(var(--spacing) * 12);
    }
  }
  .lg\:top-5\/12 {
    @media (width >= 64rem) {
      top: calc(5/12 * 100%);
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:mt-4 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .lg\:mt-12 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .lg\:mt-16 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:mt-20 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:mt-24 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 24);
    }
  }
  .lg\:mt-28 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 28);
    }
  }
  .lg\:mt-32 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 32);
    }
  }
  .lg\:mb-16 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .lg\:mb-24 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 24);
    }
  }
  .lg\:mb-28 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 28);
    }
  }
  .lg\:ml-\[35px\] {
    @media (width >= 64rem) {
      margin-left: 35px;
    }
  }
  .lg\:ml-\[40px\] {
    @media (width >= 64rem) {
      margin-left: 40px;
    }
  }
  .lg\:ml-\[45px\] {
    @media (width >= 64rem) {
      margin-left: 45px;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:w-3\/4 {
    @media (width >= 64rem) {
      width: calc(3/4 * 100%);
    }
  }
  .lg\:w-\[890px\] {
    @media (width >= 64rem) {
      width: 890px;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:gap-9 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 9);
    }
  }
  .lg\:gap-x-0 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-y-0 {
    @media (width >= 64rem) {
      row-gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:bg-\[url\(\.\.\/images\/bg-project-location-bottom\.png\)\] {
    @media (width >= 64rem) {
      background-image: url(../images/bg-project-location-bottom.png);
    }
  }
  .lg\:bg-\[url\(\.\.\/images\/bg-project-location-top\.png\)\] {
    @media (width >= 64rem) {
      background-image: url(../images/bg-project-location-top.png);
    }
  }
  .lg\:bg-size-\[684px_151px\] {
    @media (width >= 64rem) {
      background-size: 684px 151px;
    }
  }
  .lg\:bg-left-bottom {
    @media (width >= 64rem) {
      background-position: left bottom;
    }
  }
  .lg\:bg-position-\[left_-450px_bottom\] {
    @media (width >= 64rem) {
      background-position: left -450px bottom;
    }
  }
  .lg\:bg-position-\[top_-70px_right\] {
    @media (width >= 64rem) {
      background-position: top -70px right;
    }
  }
  .lg\:py-20 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:py-28 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .lg\:py-32 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .lg\:py-36 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 36);
    }
  }
  .lg\:py-60 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 60);
    }
  }
  .lg\:pt-16 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:pt-24 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .lg\:pt-28 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 28);
    }
  }
  .lg\:pt-32 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 32);
    }
  }
  .lg\:pb-16 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .lg\:pb-20 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .lg\:pb-24 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .xl\:absolute {
    @media (width >= 80rem) {
      position: absolute;
    }
  }
  .xl\:relative {
    @media (width >= 80rem) {
      position: relative;
    }
  }
  .xl\:top-\[2px\] {
    @media (width >= 80rem) {
      top: 2px;
    }
  }
  .xl\:top-\[103px\] {
    @media (width >= 80rem) {
      top: 103px;
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:h-auto {
    @media (width >= 80rem) {
      height: auto;
    }
  }
  .xl\:w-\[300px\] {
    @media (width >= 80rem) {
      width: 300px;
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:bg-size-\[auto_110px\] {
    @media (width >= 80rem) {
      background-size: auto 110px;
    }
  }
  .xl\:bg-position-\[left_-30\%_bottom\] {
    @media (width >= 80rem) {
      background-position: left -30% bottom;
    }
  }
  .xl\:pt-0 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .xl\:pt-\[44px\] {
    @media (width >= 80rem) {
      padding-top: 44px;
    }
  }
  .xl\:pb-\[37px\] {
    @media (width >= 80rem) {
      padding-bottom: 37px;
    }
  }
  .xl\:pl-\[50px\] {
    @media (width >= 80rem) {
      padding-left: 50px;
    }
  }
  .xl\:pl-\[200px\] {
    @media (width >= 80rem) {
      padding-left: 200px;
    }
  }
  .\32 xl\:w-\[1460px\] {
    @media (width >= 96rem) {
      width: 1460px;
    }
  }
  .\32 xl\:bg-size-\[684px_151px\] {
    @media (width >= 96rem) {
      background-size: 684px 151px;
    }
  }
  .\32 xl\:bg-top-left {
    @media (width >= 96rem) {
      background-position: left top;
    }
  }
  .\[\&_li\]\:block {
    & li {
      display: block;
    }
  }
  .\[\&_li\]\:pb-\[16px\] {
    & li {
      padding-bottom: 16px;
    }
  }
  .xl\:\[\&_li\]\:pb-2 {
    @media (width >= 80rem) {
      & li {
        padding-bottom: calc(var(--spacing) * 2);
      }
    }
  }
  .\[\&\>\*\]\:mb-2 {
    &>* {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .\[\&\>br\]\:hidden {
    &>br {
      display: none;
    }
  }
  .lg\:\[\&\>br\]\:block {
    @media (width >= 64rem) {
      &>br {
        display: block;
      }
    }
  }
}
html {
  overflow-y: scroll;
}
body {
  font: 300 13px 'Prompt';
  line-height: 1.4em;
  color: #414042;
  background-color: #fcfbe3;
  padding-top: 62px;
}
input {
  outline: none;
}
.container {
  width: 90%;
  max-width: 998px;
  margin-left: auto;
  margin-right: auto;
}
.container-s {
  width: 90%;
  max-width: 866px;
  margin-left: auto;
  margin-right: auto;
}
.container-xs {
  width: 90%;
  max-width: 566px;
  margin-left: auto;
  margin-right: auto;
}
.container-form {
  width: 90%;
  max-width: 401px;
  margin-left: auto;
  margin-right: auto;
}
.bg-dark-gray {
  background-color: #414042;
}
.bg-dark-yellow {
  background-color: #e5e3c3;
}
.bg-light-yellow {
  background-color: #fcfbe3;
}
.text-yellow-main {
  color: #fcfbe3;
}
.text-gray-main {
  color: #414042;
}
.text-h {
  font-size: 28px;
  line-height: 1.1em;
  font-weight: 500;
}
.border-light-yellow {
  border-color: #fcfbe3;
}
.border-light-gray {
  border-color: #cecdbb;
}
.border-dark-gray {
  border-color: #414042;
}
.text-left {
  text-align: left;
}
.html-disable-scroll {
  overflow: hidden !important;
}
#main-content a {
  transition: all 0.3s;
  opacity: 1;
}
#main-content a:hover {
  opacity: 0.8;
}
#mega-menu {
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: auto;
  transition: all 0.3s;
}
#mega-menu.active {
  height: 250px;
  opacity: 1;
}
.child-menu {
  display: none;
}
.parent-menu.active .child-menu {
  display: block;
}
#menu-burger:before, #menu-burger:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fcfbe3;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
#menu-burger:before {
  top: 0;
}
#menu-burger:after {
  bottom: 0;
}
html.nav-mobile-open, html.html-loading {
  overflow: hidden !important;
}
html.nav-mobile-open #menu-burger:before {
  transform: rotate(45deg);
  width: 20px;
  top: 8px;
}
html.nav-mobile-open #menu-burger:after {
  transform: rotate(-45deg);
  width: 20px;
  top: 8px;
}
html.nav-mobile-open #menu-burger i {
  display: none;
}
html.nav-mobile-open #mega-menu.active {
  height: calc(100% - 62px);
}
html.nav-mobile-open #mega-submenu a {
  display: block;
}
html.nav-mobile-open #mega-submenu > li {
  display: block;
  padding-left: 0;
  border-bottom: 1px solid #cecdbb;
  font-size: 16px;
}
html.nav-mobile-open #mega-submenu > li > a {
  padding: 25px 0 25px 5px;
}
html.nav-mobile-open #mega-submenu > li > ol {
  display: none;
  padding: 0 0 15px 20px;
}
html.nav-mobile-open #mega-submenu > li > ol a {
  font-size: 14px;
}
html.nav-mobile-open #mega-submenu .a-menu-parent {
  position: relative;
}
html.nav-mobile-open #mega-submenu .a-menu-parent:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 26px;
  border-top: 1px solid #cecdbb;
  border-right: 1px solid #cecdbb;
  transform: rotate(135deg);
}
html.nav-mobile-open #mega-submenu .a-menu-parent.expand:after {
  top: 32px;
  transform: rotate(-45deg);
}
#lang-box label:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fcfbe3;
  border-right: 1px solid #fcfbe3;
  transform: rotate(135deg);
}
#btn-open-search {
  width: 14px;
  height: 14px;
}
#btn-open-search:before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}
#btn-open-search:after {
  content: '';
  display: block;
  width: 4px;
  height: 1px;
  border: 1px solid #fff;
  position: absolute;
  right: 1px;
  bottom: 2px;
  transform: rotate(45deg);
}
#btn-search-popup {
  width: 25px;
  height: 25px;
}
#btn-search-popup:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #414042;
  position: absolute;
  left: 0;
  top: 0;
}
#btn-search-popup:after {
  content: '';
  display: block;
  width: 6px;
  height: 1px;
  border: 1px solid #414042;
  position: absolute;
  right: 1px;
  bottom: 2px;
  transform: rotate(45deg);
}
#btn-search-popup-close::before, #btn-search-popup-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
}
#btn-search-popup-close::before {
  transform: rotate(45deg);
}
#btn-search-popup-close::after {
  transform: rotate(-45deg);
}
#about-player .plyr__video-embed iframe, #about-player .plyr__video-wrapper--fixed-ratio video, #about-player .plyr__video-wrapper.plyr__video-embed {
  min-height: 400px !important;
  max-height: 400px !important;
  height: 400px !important;
  padding-bottom: 0 !important;
}
#about-player .plyr__control--overlaid {
  padding: 15px;
  background-color: transparent;
  border: 1px solid #fff;
}
#about-player .plyr__control--overlaid svg {
  width: 35px;
  height: 35px;
}
.btn-readmore-down {
  font-size: 12px;
  padding-bottom: 25px;
  position: relative;
  cursor: pointer;
}
.btn-readmore-down i {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 10px;
  bottom: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
}
.breadcrumb {
  font-size: 12px;
}
.breadcrumb li {
  display: inline;
  padding-left: 20px;
  position: relative;
}
.breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  top: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb-light-yellow {
  color: #fcfbe3;
}
.breadcrumb-light-yellow li:before {
  border-color: #fcfbe3 !important;
}
.slick-slider {
  overflow: hidden;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
  padding-bottom: 45px;
}
.slick-dots {
  bottom: 0 !important;
}
.slick-dots li {
  width: 12px !important;
  height: 12px !important;
  margin: 0 15px !important;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li button {
  border: 1px #000 solid !important;
  border-radius: 50%;
  padding: 0 !important;
  width: 10px !important;
  height: 10px !important;
}
.slick-dots li.slick-active button {
  background-color: #000 !important;
}
.form-wrap .form-group {
  margin-bottom: 28px;
}
.form-wrap .form-group input[type=text], .form-wrap .form-group input[type=email], .form-wrap .form-group select {
  border-bottom: 1px solid #bcbaa2;
  padding: 2px 0;
  width: 100%;
}
.form-wrap .form-group input::placeholder, .form-wrap .form-group input::-webkit-input-placeholder {
  color: #404041;
}
.form-wrap .form-col-2 {
  display: grid;
  grid-template-columns: repeat(1,minmax(0,1fr));
  gap: 20px 0;
}
.form-wrap .form-col-label .form-group {
  padding-left: 150px;
  position: relative;
}
.form-wrap .form-col-label .form-group label {
  display: block;
  width: 150px;
  position: absolute;
  left: 0;
  top: 8px;
  font-weight: 500;
}
.gallery-grid-item {
  width: calc(50% - 15px);
  margin-bottom: 15px;
}
.gallery-grid-item--width2 {
  width: 100%;
}
.gallery-button-list button {
  background-color: transparent;
  padding: 5px 20px;
  border-radius: 20px;
  cursor: pointer;
}
.gallery-button-list button.active, .gallery-button-list button:hover {
  background-color: #414042;
  color: #fcfbe3;
}
#popup-content .fancybox-close-small {
  right: 30px;
}
.select-custom {
  width: 100%;
}
.select-border-full-wrap .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #cdcdbb;
  border-radius: 20px;
  text-align: center;
  height: 35px;
}
.select-border-full-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}
.select-border-full-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px;
}
.select-border-full-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: -5px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  border-bottom: none;
  border-left: none;
  width: 7px;
  height: 7px;
  transform: rotate(135deg);
}
.select2-dropdown {
  background-color: #fcfbe3 !important;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.select2-results__option {
  text-align: center;
  border-top: 1px solid #cdcdbb;
  padding: 9px 6px;
}
.select2-results__option:first-child {
  border: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #414042;
}
.form-wrap .select2-container--default .select2-selection--single {
  background-color: transparent;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #bcbaa2;
  border-radius: 0;
  height: 24px;
}
.form-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px;
}
.form-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.form-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 24px;
}
.form-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: -5px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  border-bottom: none;
  border-left: none;
  width: 7px;
  height: 7px;
  transform: rotate(135deg);
  left: auto;
  right: 4px;
  margin-left: 0;
}
.icon-upload {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url('../images/icon-upload.png');
  background-size: cover;
}
.bg-search-form {
  background-image: url('../images/bg-1s.png'), url('../images/bg-1s.png');
  background-repeat: no-repeat, no-repeat;
  background-position: -50px -100px, 100% calc(100% + 50px);
  background-size: 150px 231px, 150px 231px;
}
.bg-news {
  background-image: url('../images/bg-1s.png'), url('../images/bg-1s.png'), url('../images/bg-1s.png');
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: -50px -100px, 100% 100px, -50px calc(100% + 50px);
  background-size: 150px auto, 150px auto, 150px auto;
}
.bg-news-detail {
  background-image: url('../images/bg-1s.png'), url('../images/bg-1s.png'), url('../images/bg-1s.png');
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 0 -100px, 100% 500px, -50px 80%;
  background-size: 150px auto, 150px auto, 150px auto;
}
.bg-project-the-palm {
  background-image: url('../images/bg-1s.png'), url('../images/bg-1s.png');
  background-repeat: no-repeat, no-repeat;
  background-position: -50px calc(100% + 50px), 100% -150px;
  background-size: 150px auto, 150px auto;
}
.bg-art-elegance {
  background-image: url('../images/bg-1s.png'), url('../images/bg-1s.png');
  background-repeat: no-repeat, no-repeat;
  background-position: -15% 120%, 120% -150px;
  background-size: 180px auto, 180px auto;
}
.bg-project-plan {
  background-image: url('../images/bg-1s.png'), url('../images/bg-1s.png');
  background-repeat: no-repeat, no-repeat;
  background-position: 5% -200px, 100% calc(100% + 160px);
  background-size: 180px auto, 180px auto;
}
.bg-thankyou {
  background-image: url('../images/bg-1s.png'), url('../images/bg-1s.png');
  background-repeat: no-repeat, no-repeat;
  background-position: -20% -200px, 120% calc(100% + 160px);
  background-size: 200px auto, 200px auto;
}
.bg-promotion {
  background-image: url('../images/bg-1s.png'), url('../images/bg-1s.png');
  background-repeat: no-repeat, no-repeat;
  background-position: -50px -100px, 100% 100px;
  background-size: 150px auto, 150px auto;
}
.bg-promotion-detail {
  background-image: url('../images/bg-1s.png'), url('../images/bg-1s.png');
  background-repeat: no-repeat, no-repeat;
  background-position: 0 -100px, 100% 500px;
  background-size: 150px auto, 150px auto;
}
.bg-ready-to-move-in {
  background-image: url('../images/bg-1s.png'), url('../images/bg-1s.png'), url('../images/bg-1s.png');
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 5% -250px, 120% 400px, -80px calc(100% - 50px);
  background-size: 200px auto, 200px auto, 200px auto;
}
.bg-lifestyle {
  background-image: url('../images/bg-1s.png'), url('../images/bg-1s.png'), url('../images/bg-1s.png');
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: -10% -200px, 80% 400px, -90px 900px;
  background-size: 200px auto, 200px auto, 200px auto;
}
.bg-sustainable-life {
  background-image: url('../images/bg-1s.png'), url('../images/bg-1s.png');
  background-repeat: no-repeat, no-repeat;
  background-position: -50px -150px, 100% calc(100% + 50px);
  background-size: 180px auto, 180px auto;
}
.bg-contact-top {
  background-image: url('../images/bg-1s.png'), url('../images/bg-1s.png');
  background-repeat: no-repeat, no-repeat;
  background-position: -50px -180px, 120% 120px;
  background-size: 180px auto, 180px auto;
}
.bg-agent-top {
  background-image: url('../images/bg-1s.png'), url('../images/bg-1s.png');
  background-repeat: no-repeat, no-repeat;
  background-position: -50px -180px, 120% 250px;
  background-size: 180px auto, 180px auto;
}
.bg-policy {
  background-image: url('../images/bg-1s.png'), url('../images/bg-1s.png');
  background-repeat: no-repeat, no-repeat;
  background-position: -50px -180px, 120% 250px;
  background-size: 180px auto, 180px auto;
}
#btn-scroll-top:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 13px;
  bottom: 6px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(-45deg);
}
.policy table th, .policy table td {
  padding: 15px 0;
}
.policy table th:nth-child(2), .policy table td:nth-child(2) {
  padding: 15px 7px;
}
.policy table td {
  vertical-align: top;
  border-bottom: 1px solid #414042;
}
.policy table tbody tr:first-child td {
  padding-top: 10px;
}
.policy ul.circle {
  list-style: circle;
  padding-left: 20px;
}
.policy ul.circle li {
  margin-bottom: 5px;
}
.policy ul.disc {
  list-style: disc;
  padding-left: 15px;
}
.policy ul.number {
  list-style: none;
  padding-left: 15px;
}
.policy ul.number li {
  margin-bottom: 5px;
}
#banner-hero {
  padding: 0;
}
#banner-hero [data-animation-in] {
  opacity: 0;
}
#banner-hero .slick-dots {
  bottom: 25px !important;
}
#banner-hero .slick-dots li {
  margin: 0 10px !important;
}
#banner-hero .slick-dots li button {
  background-color: transparent !important;
  border-color: #fff !important;
}
#banner-hero .slick-dots li.slick-active button {
  background-color: #fff !important;
  border-color: #fff !important;
}
#banner-hero .slick-slide {
  position: relative;
}
#banner-hero .slick-slide::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
#banner-hero .slick-slide .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
#banner-hero .slick-slide .inner h3, #banner-hero .slick-slide .inner p {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
}
#banner-hero .slick-active .inner.animate-active h3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
#banner-hero .slick-active .inner.animate-active p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.slider-item-1 .slick-dots {
  display: none !important;
}
.iframe-map-wrap iframe {
  width: 100% !important;
  height: 400px !important;
}
.tinymce-box strong {
  font-weight: 500;
}
.wrap-br-none br {
  display: none;
}
.swal2-container {
  z-index: 99999 !important;
}
.swal2-popup button {
  box-shadow: none !important;
}
.swal2-popup .swal2-title {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 1.2em;
}
@media (width >= 40rem) {
  .form-wrap .form-col-2 {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 0 80px;
  }
  .gallery-grid-item {
    width: calc(33% - 15px);
    margin-bottom: 15px;
  }
  .gallery-grid-item--width2 {
    width: calc(66% - 15px);
  }
  #popup-content .fancybox-close-small {
    right: 50px;
  }
}
@media (width >= 80rem) {
  body {
    padding-top: 0;
  }
  .text-h {
    font-size: 32px;
  }
  .bg-search-form {
    background-position: 5% -400px, 100% calc(100% + 176px);
    background-size: 358px 551px, 358px 551px;
  }
  .bg-news {
    background-position: 5% -400px, 100% 100px, -125px calc(100% + 214px);
    background-size: 358px 551px, 358px 551px, 358px 551px;
  }
  .bg-news-detail {
    background-position: 5% -400px, 90% 100px, -125px calc(100% - 410px);
    background-size: 358px 551px, 358px 551px, 358px 551px;
  }
  .bg-project-the-palm {
    background-position: 0 calc(100% + 250px), 90% -400px;
    background-size: 358px 551px, 358px 551px;
  }
  .bg-art-elegance {
    background-position: -10% 120px, 95% -402px;
    background-size: 358px 551px, 358px 551px;
  }
  .bg-project-plan {
    background-position: 5% -400px, 100% calc(100% + 360px);
    background-size: 358px 551px, 358px 551px;
  }
  .bg-thankyou {
    background-position: 5% -400px, 95% calc(100% + 160px);
    background-size: 358px 551px, 358px 551px;
  }
  .bg-promotion {
    background-position: 5% -400px, 100% 100px;
    background-size: 358px 551px, 358px 551px;
  }
  .bg-promotion-detail {
    background-position: 5% -400px, 90% 100px;
    background-size: 358px 551px, 358px 551px;
  }
  .bg-ready-to-move-in {
    background-position: 10% -400px, 90% 100px, -80px calc(100% - 50px);
    background-size: 358px 551px, 358px 551px, 358px 551px;
  }
  .bg-lifestyle {
    background-position: 10% -400px, 80% 140px, -90px 900px;
    background-size: 358px 551px, 358px 551px, 358px 551px;
  }
  .bg-sustainable-life {
    background-position: 5% -400px, 100% calc(100% + 240px);
    background-size: 358px 551px, 358px 551px;
  }
  .bg-contact-top {
    background-position: 5% -400px, 100% 160px;
    background-size: 358px 551px, 358px 551px;
  }
  .bg-agent-top {
    background-position: 5% -400px, 100% 160px;
    background-size: 358px 551px, 358px 551px;
  }
  .bg-policy {
    background-position: 5% -400px, 115% 160px;
    background-size: 358px 551px, 358px 551px;
  }
  #about-player .plyr__video-embed iframe, #about-player .plyr__video-wrapper--fixed-ratio video, #about-player .plyr__video-wrapper.plyr__video-embed {
    min-height: 861px !important;
    max-height: 861px !important;
    height: 861px !important;
    padding-bottom: 0 !important;
  }
  .gallery-grid-item {
    width: calc(20% - 20px);
    margin-bottom: 20px;
  }
  .gallery-grid-item--width2 {
    width: calc(40% - 40px);
  }
  .policy ul.circle {
    list-style: none;
    padding-left: 0;
  }
}
@media (width >= 96rem) {
  .bg-search-form {
    background-position: 15% -400px, 86% calc(100% + 176px);
  }
  .bg-news {
    background-position: 15% -400px, 85% 100px, -75px calc(100% + 214px);
  }
  .bg-news-detail {
    background-position: 15% -400px, 83% 100px, -75px calc(100% - 410px);
  }
  .bg-project-the-palm {
    background-position: 10% calc(100% + 250px), 86% -400px;
  }
  .bg-art-elegance {
    background-position: 15% 120px, 90% -402px;
  }
  .bg-project-plan {
    background-position: 15% -400px, 86% calc(100% + 360px);
  }
  .bg-thankyou {
    background-image: url('../images/bg-1s.png'), url('../images/bg-1s.png');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 15% -400px, 86% calc(100% + 160px);
  }
  .bg-promotion {
    background-position: 15% -400px, 85% 100px;
  }
  .bg-promotion-detail {
    background-position: 15% -400px, 85% calc(100% + 230px);
  }
  .bg-ready-to-move-in {
    background-position: 15% -400px, 82% 100px, -80px calc(100% - 50px);
  }
  .bg-lifestyle {
    background-position: 15% -400px, 81.5% 140px, -90px 900px;
  }
  .bg-sustainable-life {
    background-position: 15% -400px, 82% calc(100% + 240px);
  }
  .bg-contact-top {
    background-position: 15% -400px, 86% 165px;
  }
  .bg-agent-top {
    background-position: 15% -400px, 81% 190px;
  }
  .bg-policy {
    background-position: 15% -400px, 95% 120px;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
