@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (min-width: 1200px){
  .container{
    max-width: 1200px;
    padding-right: 80px;
    padding-left: 80px;
  }
}

@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}

@media (min-width: 1560px){
  .container{
    max-width: 1560px;
  }
}

.visible{
  visibility: visible;
}

.collapse{
  visibility: collapse;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.\!-bottom-0{
  bottom: -0px !important;
}

.\!-bottom-9{
  bottom: -2.25rem !important;
}

.\!bottom-0{
  bottom: 0px !important;
}

.-bottom-5{
  bottom: -1.25rem;
}

.-bottom-\[10px\]{
  bottom: -10px;
}

.-left-12{
  left: -3rem;
}

.-right-12{
  right: -3rem;
}

.-right-\[10px\]{
  right: -10px;
}

.-right-\[50px\]{
  right: -50px;
}

.-top-10{
  top: -2.5rem;
}

.-top-\[2px\]{
  top: -2px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-\[10px\]{
  bottom: 10px;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.left-14{
  left: 3.5rem;
}

.left-4{
  left: 1rem;
}

.right-0{
  right: 0px;
}

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

.right-5{
  right: 1.25rem;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-4{
  top: 1rem;
}

.top-5{
  top: 1.25rem;
}

.top-8{
  top: 2rem;
}

.top-\[140px\]{
  top: 140px;
}

.top-\[calc\(100\%\+5px\)\]{
  top: calc(100% + 5px);
}

.top-full{
  top: 100%;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.z-\[60\]{
  z-index: 60;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-start-1{
  grid-column-start: 1;
}

.col-start-2{
  grid-column-start: 2;
}

.col-start-3{
  grid-column-start: 3;
}

.col-start-5{
  grid-column-start: 5;
}

.col-start-7{
  grid-column-start: 7;
}

.col-start-9{
  grid-column-start: 9;
}

.row-span-4{
  grid-row: span 4 / span 4;
}

.row-start-1{
  grid-row-start: 1;
}

.row-start-2{
  grid-row-start: 2;
}

.row-start-3{
  grid-row-start: 3;
}

.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.\!mb-0{
  margin-bottom: 0px !important;
}

.-mb-6{
  margin-bottom: -1.5rem;
}

.-mr-4{
  margin-right: -1rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-\[10px\]{
  margin-bottom: 10px;
}

.mb-\[2px\]{
  margin-bottom: 2px;
}

.mb-\[9px\]{
  margin-bottom: 9px;
}

.ml-12{
  margin-left: 3rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.ms-1{
  margin-inline-start: 0.25rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-12{
  margin-top: 3rem;
}

.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.size-10{
  width: 2.5rem;
  height: 2.5rem;
}

.size-12{
  width: 3rem;
  height: 3rem;
}

.size-14{
  width: 3.5rem;
  height: 3.5rem;
}

.size-16{
  width: 4rem;
  height: 4rem;
}

.size-20{
  width: 5rem;
  height: 5rem;
}

.size-3{
  width: 0.75rem;
  height: 0.75rem;
}

.size-4{
  width: 1rem;
  height: 1rem;
}

.size-6{
  width: 1.5rem;
  height: 1.5rem;
}

.size-7{
  width: 1.75rem;
  height: 1.75rem;
}

.size-8{
  width: 2rem;
  height: 2rem;
}

.size-9{
  width: 2.25rem;
  height: 2.25rem;
}

.size-\[100px\]{
  width: 100px;
  height: 100px;
}

.size-\[120px\]{
  width: 120px;
  height: 120px;
}

.size-\[132px\]{
  width: 132px;
  height: 132px;
}

.size-\[35px\]{
  width: 35px;
  height: 35px;
}

.size-\[44px\]{
  width: 44px;
  height: 44px;
}

.size-\[60px\]{
  width: 60px;
  height: 60px;
}

.size-\[68px\]{
  width: 68px;
  height: 68px;
}

.size-full{
  width: 100%;
  height: 100%;
}

.h-0{
  height: 0px;
}

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-16{
  height: 4rem;
}

.h-5{
  height: 1.25rem;
}

.h-9{
  height: 2.25rem;
}

.h-\[100px\]{
  height: 100px;
}

.h-\[120px\]{
  height: 120px;
}

.h-\[158px\]{
  height: 158px;
}

.h-\[160px\]{
  height: 160px;
}

.h-\[1px\]{
  height: 1px;
}

.h-\[255px\]{
  height: 255px;
}

.h-\[277px\]{
  height: 277px;
}

.h-\[2px\]{
  height: 2px;
}

.h-\[336px\]{
  height: 336px;
}

.h-\[340px\]{
  height: 340px;
}

.h-\[76px\]{
  height: 76px;
}

.h-\[80\%\]{
  height: 80%;
}

.h-\[96px\]{
  height: 96px;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-\[220px\]{
  max-height: 220px;
}

.max-h-\[230px\]{
  max-height: 230px;
}

.max-h-\[280px\]{
  max-height: 280px;
}

.max-h-\[420px\]{
  max-height: 420px;
}

.max-h-\[440px\]{
  max-height: 440px;
}

.max-h-\[520px\]{
  max-height: 520px;
}

.min-h-14{
  min-height: 3.5rem;
}

.min-h-16{
  min-height: 4rem;
}

.min-h-\[128px\]{
  min-height: 128px;
}

.min-h-\[180px\]{
  min-height: 180px;
}

.min-h-\[200px\]{
  min-height: 200px;
}

.min-h-\[225px\]{
  min-height: 225px;
}

.\!w-screen{
  width: 100vw !important;
}

.w-1\/2{
  width: 50%;
}

.w-1\/4{
  width: 25%;
}

.w-10{
  width: 2.5rem;
}

.w-20{
  width: 5rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-\[124px\]{
  width: 124px;
}

.w-\[140px\]{
  width: 140px;
}

.w-\[195px\]{
  width: 195px;
}

.w-\[1px\]{
  width: 1px;
}

.w-\[200px\]{
  width: 200px;
}

.w-\[22px\]{
  width: 22px;
}

.w-\[288px\]{
  width: 288px;
}

.w-\[2px\]{
  width: 2px;
}

.w-\[520px\]{
  width: 520px;
}

.w-\[656px\]{
  width: 656px;
}

.w-\[calc\(\(100\%-1rem\)\/2\)\]{
  width: calc((100% - 1rem) / 2);
}

.w-\[calc\(100\%-12px\)\]{
  width: calc(100% - 12px);
}

.w-\[calc\(100\%-32px\)\]{
  width: calc(100% - 32px);
}

.w-full{
  width: 100%;
}

.w-max{
  width: -moz-max-content;
  width: max-content;
}

.w-screen{
  width: 100vw;
}

.min-w-0{
  min-width: 0px;
}

.min-w-\[130px\]{
  min-width: 130px;
}

.min-w-\[230px\]{
  min-width: 230px;
}

.max-w-\[100vw\]{
  max-width: 100vw;
}

.max-w-\[1260px\]{
  max-width: 1260px;
}

.max-w-\[200px\]{
  max-width: 200px;
}

.max-w-\[235px\]{
  max-width: 235px;
}

.max-w-\[280px\]{
  max-width: 280px;
}

.max-w-\[300px\]{
  max-width: 300px;
}

.max-w-\[320px\]{
  max-width: 320px;
}

.max-w-\[343px\]{
  max-width: 343px;
}

.max-w-\[479px\]{
  max-width: 479px;
}

.max-w-\[500px\]{
  max-width: 500px;
}

.max-w-\[535px\]{
  max-width: 535px;
}

.max-w-\[880px\]{
  max-width: 880px;
}

.max-w-\[960px\]{
  max-width: 960px;
}

.max-w-\[980px\]{
  max-width: 980px;
}

.max-w-full{
  max-width: 100%;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink{
  flex-shrink: 1;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.shrink-0{
  flex-shrink: 0;
}

.origin-top{
  transform-origin: top;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-10{
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

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

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

.grid-cols-\[24px_1fr_24px\]{
  grid-template-columns: 24px 1fr 24px;
}

.grid-cols-\[max-content_1fr\]{
  grid-template-columns: max-content 1fr;
}

.grid-rows-\[24px_1fr_24px\]{
  grid-template-rows: 24px 1fr 24px;
}

.grid-rows-\[auto_auto\]{
  grid-template-rows: auto auto;
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

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

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

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

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

.items-stretch{
  align-items: stretch;
}

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

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

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

.\!gap-0{
  gap: 0px !important;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-20{
  gap: 5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[10px\]{
  gap: 10px;
}

.gap-\[2px\]{
  gap: 2px;
}

.gap-\[6px\]{
  gap: 6px;
}

.gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.text-nowrap{
  text-wrap: nowrap;
}

.break-all{
  word-break: break-all;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-\[32px\]{
  border-radius: 32px;
}

.rounded-\[40px\]{
  border-radius: 40px;
}

.rounded-\[50px\]{
  border-radius: 50px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.border{
  border-width: 1px;
}

.border-\[2px\]{
  border-width: 2px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-r{
  border-right-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.\!border-blue-00C7F2{
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 199 242 / var(--tw-border-opacity, 1)) !important;
}

.\!border-blue-1E5AB2{
  --tw-border-opacity: 1 !important;
  border-color: rgb(30 90 178 / var(--tw-border-opacity, 1)) !important;
}

.border-blue-00C7F2{
  --tw-border-opacity: 1;
  border-color: rgb(0 199 242 / var(--tw-border-opacity, 1));
}

.border-blue-0A2349{
  --tw-border-opacity: 1;
  border-color: rgb(10 35 73 / var(--tw-border-opacity, 1));
}

.border-blue-1E5AB2{
  --tw-border-opacity: 1;
  border-color: rgb(30 90 178 / var(--tw-border-opacity, 1));
}

.border-blue-A0DDFF{
  --tw-border-opacity: 1;
  border-color: rgb(160 221 255 / var(--tw-border-opacity, 1));
}

.border-blue-F0F8FF{
  --tw-border-opacity: 1;
  border-color: rgb(240 248 255 / var(--tw-border-opacity, 1));
}

.border-blue-F7F9FC{
  --tw-border-opacity: 1;
  border-color: rgb(247 249 252 / var(--tw-border-opacity, 1));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(225 229 237 / var(--tw-border-opacity, 1));
}

.border-neutral-400{
  --tw-border-opacity: 1;
  border-color: rgb(179 187 199 / var(--tw-border-opacity, 1));
}

.border-transparent{
  border-color: transparent;
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-b-white\/50{
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.border-r-neutral-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(240 244 250 / var(--tw-border-opacity, 1));
}

.\!bg-blue-1E5AB2{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 90 178 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#0a8cd3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(10 140 211 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(10\2c 35\2c 73\2c 0\.4\)\]{
  background-color: rgba(10,35,73,0.4);
}

.bg-\[rgba\(144\2c 207\2c 255\2c 0\.4\)\]{
  background-color: rgba(144,207,255,0.4);
}

.bg-blue-00C7F2{
  --tw-bg-opacity: 1;
  background-color: rgb(0 199 242 / var(--tw-bg-opacity, 1));
}

.bg-blue-0A2349{
  --tw-bg-opacity: 1;
  background-color: rgb(10 35 73 / var(--tw-bg-opacity, 1));
}

.bg-blue-1899F0{
  --tw-bg-opacity: 1;
  background-color: rgb(24 153 240 / var(--tw-bg-opacity, 1));
}

.bg-blue-1E5AB2{
  --tw-bg-opacity: 1;
  background-color: rgb(30 90 178 / var(--tw-bg-opacity, 1));
}

.bg-blue-6BC4FF{
  --tw-bg-opacity: 1;
  background-color: rgb(107 196 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-A0DDFF{
  --tw-bg-opacity: 1;
  background-color: rgb(160 221 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-F0F8FF{
  --tw-bg-opacity: 1;
  background-color: rgb(240 248 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-F7F9FC{
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 252 / var(--tw-bg-opacity, 1));
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-900\/50{
  background-color: rgb(17 24 39 / 0.5);
}

.bg-neutral-200{
  --tw-bg-opacity: 1;
  background-color: rgb(225 229 237 / var(--tw-bg-opacity, 1));
}

.bg-neutral-700{
  --tw-bg-opacity: 1;
  background-color: rgb(93 106 122 / var(--tw-bg-opacity, 1));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-0089DF-10D7FF{
  background-image: linear-gradient(255.26deg, #0089DF 14.63%, #10D7FF 92.58%);
}

.bg-181C26-FFFFFF{
  background-image: linear-gradient(2.49deg, #181C26 2.49%, rgba(24, 28, 38, 0) 85.83%);
}

.bg-36D9EE-468FF6-554DFF{
  background-image: linear-gradient(96.59deg, #36D9EE 0%, #468FF6 53.93%, #554DFF 99.87%);
}

.bg-36D9EE-554DFF{
  background-image: linear-gradient(96.59deg, #36D9EE 0%, #468FF6 53.93%, #554DFF 99.87%);
}

.bg-A0DDFF-FFFFFF{
  background-image: linear-gradient(156.35deg, rgba(160, 221, 255, 0.5) -8.95%, #FFFFFF 69.62%);
}

.bg-A0DDFF-FFFFFF-2{
  background-image: linear-gradient(179.15deg, #A0DDFF -46.64%, #FFFFFF 85.73%);
}

.bg-EDF4FF-FFFFFF{
  background-image: linear-gradient(180deg, #EDF4FF 0%, #FFFFFF 100%);
}

.bg-F1F6FF-FFFFFF{
  background-image: linear-gradient(180deg, #F1F6FF 0%, #FFFFFF 100%);
}

.bg-F2FAFF-F4F9FC-FFFFFF{
  background-image: linear-gradient(162.45deg, #F2FAFF -1.26%, #FFFFFF 73.38%),linear-gradient(162.45deg, #F4F9FC -1.26%, #FFFFFF 73.38%);
}

.bg-F4F9FC-FFFFFF{
  background-image: linear-gradient(162.45deg, #F4F9FC -1.26%, #FFFFFF 73.38%);
}

.bg-FFFFFF-A0DDFF{
  background-image: linear-gradient(169.31deg, #FFFFFF -16.54%, rgba(160, 221, 255, 0.6) 114.81%);
}

.bg-FFFFFF-EDF4FF{
  background-image: linear-gradient(180deg, #FFFFFF 0%, #EDF4FF 100%);
}

.bg-FFFFFF-EDF4FF-2{
  background-image: linear-gradient(169.31deg, #FFFFFF -16.54%, rgba(160, 221, 255, 0.6) 114.81%);
}

.bg-FFFFFF-FFFFFF{
  background-image: linear-gradient(137.64deg, rgba(255, 255, 255, 0.2) 6.68%, #FFFFFF 53.27%, rgba(255, 255, 255, 0.2) 95.95%);
}

.bg-FFFFFF-FFFFFF-180{
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.bg-\[url\(\'\.\.\/image\/bg\/bg-1\.png\'\)\]{
  background-image: url('../image/bg/bg-1.png');
}

.bg-\[url\(\'\.\.\/image\/bg\/bg-3\.png\'\)\]{
  background-image: url('../image/bg/bg-3.png');
}

.bg-\[url\(\'\.\.\/image\/bg\/bg-4\.png\'\)\]{
  background-image: url('../image/bg/bg-4.png');
}

.bg-\[url\(\'\.\.\/image\/bg\/bg-5\.png\'\)\]{
  background-image: url('../image/bg/bg-5.png');
}

.bg-\[url\(\'\.\.\/image\/bg\/bg-author\.jpg\'\)\]{
  background-image: url('../image/bg/bg-author.jpg');
}

.bg-\[url\(\'\.\.\/image\/bg\/bg-form\.jpg\'\)\]{
  background-image: url('../image/bg/bg-form.jpg');
}

.bg-\[url\(\'\.\.\/image\/bg\/bg-qoute\.png\'\)\]{
  background-image: url('../image/bg/bg-qoute.png');
}

.bg-\[url\(\'\.\.\/image\/bg\/join-us\.png\'\)\]{
  background-image: url('../image/bg/join-us.png');
}

.bg-\[url\(\'\.\.\/image\/bg\/service-1\.png\'\)\]{
  background-image: url('../image/bg/service-1.png');
}

.bg-\[url\(\'\.\.\/image\/bg\/service-2\.png\'\)\]{
  background-image: url('../image/bg/service-2.png');
}

.bg-contain{
  background-size: contain;
}

.bg-cover{
  background-size: cover;
}

.bg-scroll{
  background-attachment: scroll;
}

.bg-bottom{
  background-position: bottom;
}

.bg-center{
  background-position: center;
}

.bg-right{
  background-position: right;
}

.bg-top{
  background-position: top;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.fill-current{
  fill: currentColor;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-10{
  padding: 2.5rem;
}

.p-16{
  padding: 4rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-\[10px\]{
  padding: 10px;
}

.p-\[1px\]{
  padding: 1px;
}

.p-\[2\.5px\]{
  padding: 2.5px;
}

.p-\[2px\]{
  padding: 2px;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[22px\]{
  padding-top: 22px;
  padding-bottom: 22px;
}

.py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-14{
  padding-bottom: 3.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pb-\[10px\]{
  padding-bottom: 10px;
}

.pb-\[160px\]{
  padding-bottom: 160px;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pr-16{
  padding-right: 4rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-8{
  padding-right: 2rem;
}

.pr-9{
  padding-right: 2.25rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-\[124px\]{
  padding-top: 124px;
}

.text-left{
  text-align: left;
}

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

.text-right{
  text-align: right;
}

.font-Roboto{
  font-family: Bai Jamjuree, sans-serif;
}

.\!text-headline-medium-small{
  font-size: 24px !important;
  line-height: 32px !important;
  font-weight: 500 !important;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-body-bold{
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.text-body-medium-big{
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.text-body-medium-large{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.text-body-medium-medium{
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.text-body-regular-large{
  font-size: 16px;
  line-height: 24px;
}

.text-body-regular-medium{
  font-size: 14px;
  line-height: 20px;
}

.text-body-regular-small{
  font-size: 12px;
  line-height: 16px;
}

.text-body-semibold-big{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.text-body-semibold-large{
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.text-body-semibold-medium{
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.text-headline-bold-extralarge{
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}

.text-headline-bold-large{
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.text-headline-bold-medium{
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

.text-headline-bold-small{
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.text-headline-medium-big{
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}

.text-headline-medium-extralarge{
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}

.text-headline-medium-large{
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.text-headline-medium-medium{
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}

.text-headline-medium-small{
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-title-large{
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.text-title-medium{
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.font-bold{
  font-weight: 700;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.\!text-neutral-1000{
  --tw-text-opacity: 1 !important;
  color: rgb(24 28 38 / var(--tw-text-opacity, 1)) !important;
}

.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.text-blue-003E83{
  --tw-text-opacity: 1;
  color: rgb(0 62 131 / var(--tw-text-opacity, 1));
}

.text-blue-00C7F2{
  --tw-text-opacity: 1;
  color: rgb(0 199 242 / var(--tw-text-opacity, 1));
}

.text-blue-01C0EA{
  --tw-text-opacity: 1;
  color: rgb(1 192 234 / var(--tw-text-opacity, 1));
}

.text-blue-0A2349{
  --tw-text-opacity: 1;
  color: rgb(10 35 73 / var(--tw-text-opacity, 1));
}

.text-blue-1E5AB2{
  --tw-text-opacity: 1;
  color: rgb(30 90 178 / var(--tw-text-opacity, 1));
}

.text-blue-F0F8FF{
  --tw-text-opacity: 1;
  color: rgb(240 248 255 / var(--tw-text-opacity, 1));
}

.text-neutral-1000{
  --tw-text-opacity: 1;
  color: rgb(24 28 38 / var(--tw-text-opacity, 1));
}

.text-neutral-200{
  --tw-text-opacity: 1;
  color: rgb(225 229 237 / var(--tw-text-opacity, 1));
}

.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(179 187 199 / var(--tw-text-opacity, 1));
}

.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(149 158 171 / var(--tw-text-opacity, 1));
}

.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(119 130 145 / var(--tw-text-opacity, 1));
}

.text-neutral-700{
  --tw-text-opacity: 1;
  color: rgb(93 106 122 / var(--tw-text-opacity, 1));
}

.text-neutral-800{
  --tw-text-opacity: 1;
  color: rgb(68 79 97 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(255 198 26 / var(--tw-text-opacity, 1));
}

.opacity-0{
  opacity: 0;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-23399D1A{
  --tw-shadow: 0px 2px 20px 0px #23399D1A;
  --tw-shadow-colored: 0px 2px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-3A558B0D{
  --tw-shadow: 0px 32px 64px 16px #3A558B0D;
  --tw-shadow-colored: 0px 32px 64px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.backdrop-blur-\[32px\]{
  --tw-backdrop-blur: blur(32px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.\!transition-none{
  transition-property: none !important;
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.duration-700{
  transition-duration: 700ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/*html {*/

/*    scroll-behavior: smooth;*/

/*}*/

body {
  color: #2c3242;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
  overflow-x: hidden;
}

section {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 48px 0;
}

@media (min-width: 1024px) {
  section {
    padding: 56px 0;
  }
}

@media (min-width: 1440px) {
  section {
    padding: 72px 0;
  }
}

.container {
  max-width: 1920px;
}

input {
  outline: none;
}

a:hover {
  color: #00C7F2;
}

.text-link,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  border-radius: 100px;
}

@media (min-width: 992px) {
  .text-link,
    .btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
}

.btn {
  padding: 12px 24px;
}

@media (min-width: 992px) {
  .btn {
    padding: 14px 24px;
  }
}

.btn:disabled {
  background-color: #CFD6E0;
  border-color: #CFD6E0;
  color: #B3BBC7;
}

.btn-primary {
  background-color: #00C7F2;
  border-color: #00C7F2;
}

.btn-primary:hover {
  background-color: #003E83;
  border-color: #003E83;
}

.btn-primary:hover path {
  stroke: #003E83;
}

.btn-secondary {
  background-color: #1E5AB2;
  border-color: #1E5AB2;
}

.btn-secondary:hover {
  background-color: #0A2349;
  border-color: #0A2349;
}

.btn-secondary:hover path {
  stroke: #0A2349;
}

.btn-tertiary {
  background-color: #FFF;
  border-color: #00C7F2;
}

.btn-tertiary:hover {
  background-color: #FFF;
  border-color: #003E83;
}

.btn-tertiary.text-blue-00C7F2 {
  color: #00C7F2;
}

.btn-tertiary.text-blue-00C7F2:hover {
  color: #003E83;
}

.btn-tertiary.text-blue-00C7F2:hover path {
  fill: #003E83;
}

.text-link {
  color: #00C7F2;
}

.text-link path {
  fill: #00C7F2;
}

.text-link:hover {
  color: #003E83;
}

.text-link:hover path {
  fill: #003E83;
}

@media (min-width: 1024px) {
  header .main-menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: flex;
    flex-wrap: wrap;
    max-height: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    position: absolute;
    left: -1px;
    right: -1px;
    top: calc(100% - 33px);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 1px solid #F0F8FF;
    border-top: 0;
    box-shadow: 0 20px 32px 8px #1a1b380d;
    gap: 20px 70px;
    padding: 73px 80px 40px;
    background: #fff;
  }

  header .main-menu .sub-menu::before {
    content: '';
    width: 100%;
    border: 1px solid #f0f8ff;
    display: block;
    position: absolute;
    left: 0;
    top: 33px;
  }
}

header .main-menu .sub-menu.toggle-sub-menu,
header .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  max-height: none;
}

header .main-menu .menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  header .main-menu .menu {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }
}

header .menu-item-has-children {
  padding: 8px 0;
}

@media (min-width: 1024px) {
  header .menu-item-has-children {
    padding: 25px 0;
  }
}

header .menu-item-has-children > a {
  display: inline-block;
  position: relative;
  padding: 0 32px 0 0;
}

@media (min-width: 1024px) {
  header .menu-item-has-children > a {
    padding: 0 32px 0 16px;
  }
}

header .menu-item > a {
  position: relative;
  z-index: 1;
}

header .menu-item-has-children > a::after {
  content: "";
  display: flex;
  width: 16px;
  height: 16px;
  background: url(../image/icon/arrow-down.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  transition: all 0.3s ease;
}

header .menu-item-has-children:hover a::after {
  transform: translateY(-50%) rotate(180deg);
}

header .menu-item-has-children .menu-item a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #181C26;
}

header .sub-menu .menu-item-has-children {
  padding: 0;
}

header .sub-menu .menu-item-has-children > a::after {
  content: none;
}

header .sub-menu .menu-item-has-children > a {
  padding: 0;
  margin-bottom: 12px;
}

header .sub-menu .menu-item-has-children .sub-menu {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  position: unset;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

header .sub-menu .menu-item-has-children .sub-menu a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5D6A7A;
  padding-left: 14px;
  position: relative;
}

header .sub-menu .menu-item-has-children .sub-menu a::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #E1E5ED;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.header-page {
  transition: height 0.4s ease, border-radius 0.5s ease;
}

.header-page.active {
  box-shadow: none;
  border-color: #F0F8FF #F0F8FF transparent #F0F8FF;
}

.header-page.sp-active {
  border-radius: 24px;
  max-height: calc(100vh - 48px);
}

.nav-sp .main-menu .sub-menu {
  padding-left: 16px;
  display: none;
}

.nav-sp .menu-item-has-children .menu-item a {
  display: inline-flex;
  padding: 8px 0;
}

.toggle-menu.active span:first-child {
  transform: rotate(45deg) translate(3px, 4px);
}

.toggle-menu.active span:last-child {
  transform: rotate(-45deg) translate(3px, -4px);
}

@media (min-width: 1280px) {
  .swiperMakeDifferent .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .swiperMakeDifferent .swiper-slide {
    width: 100%;
  }

  .swiperMakeDifferent .swiper-slide:first-child {
    grid-column: span 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 24px;
    grid-template-areas: 'p1 p2 p3';
  }

  .swiperMakeDifferent .swiper-slide:first-child .item {
    grid-area: p3;
  }
}

.form-custom label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}

.form-custom label span {
  color: #E5372E;
}

.form-custom .form-connect {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-custom .submit-subscribe p,
.form-custom .button-submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 8px;
}

.form-custom .submit-subscribe p,
.form-custom .button-submit .upload-files,
.form-custom .button-submit .submit-btn {
  padding: 9px 10px;
  width: calc((100% - 16px) / 2);
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
  border: 1px solid;
  position: relative;
}

.form-custom .submit-subscribe p,
.form-custom .button-submit .submit-btn {
  background-color: #1E5AB2;
  border-color: #1E5AB2;
}

.form-custom .submit-subscribe .wpcf7-submit,
.form-custom .button-submit .submit-btn .wpcf7-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50px;
  text-indent: -99999px;
  cursor: pointer;
}

.form-custom .submit-subscribe p:hover,
.form-custom .button-submit .submit-btn:hover {
  background-color: #0A2349;
  border-color: #0A2349;
}

.form-custom .button-submit .upload-files p,
.form-custom .button-submit .submit-btn p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.form-custom .submit-subscribe .wpcf7-spinner,
.form-custom .button-submit .submit-btn .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.form-custom .button-submit .upload-files {
  position: relative;
}

.form-custom .button-submit .upload-files .wpcf7-form-control-wrap {
  position: absolute;
  opacity: 0;
  width: 100%;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
}

.form-custom .button-submit .upload-files .wpcf7-file {
  width: 100%;
  height: 100%;
}

.form-custom .submit-subscribe svg,
.form-custom .button-submit svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.form-custom textarea,
.form-custom input[type='text'],
.form-custom input[type='email'],
.form-custom .wpcf7-text,
.form-custom .form-fullname select {
  outline: none;
  width: 100%;
  padding: 14px 16px;
  border-radius: 40px;
  border: 1px solid #F0F4FA;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.form-custom textarea {
  border-radius: 24px;
}

.form-custom .wpcf7-form-control-wrap {
  display: block;
  height: 52px;
}

@media (min-width: 1280px) {
  .form-custom .submit-subscribe,
    .form-custom .button-submit .upload-files,
    .form-custom .button-submit .submit-btn {
    padding: 14px 10px;
  }

  .form-custom .form-connect {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 24px 16px;
  }

  .form-custom .form-fullname {
    width: calc((100% - 16px) / 2);
  }

  .form-custom .form-fullname:nth-last-child(2) {
    width: 100%;
  }

  .form-custom .button-submit svg {
    width: 20px;
    height: 20px;
  }
}

.page-contact-us .button-submit .upload-files {
  color: #00C7F2;
  border-color: #00C7F2;
}

.button-submit .upload-files path {
  fill: currentColor;
}

/*select2*/

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 100px;
  height: 52px;
  border-color: #F0F4FA;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 16px;
  line-height: 52px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url("../image/icon/arrow-down.svg") no-repeat center;
  background-size: contain;
  height: 52px;
  right: 16px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-radius: 100px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  border-color: #F0F4FA;
  border-radius: 24px;
  overflow: hidden;
}

.select2-container--open .select2-dropdown--below {
  top: 38px;
}

.select2-container--open .select2-dropdown--above {
  top: 24px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #F0F8FF;
  color: #0A2349;
  font-weight: 600;
}

.select2-results__option {
  padding: 12px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #778291;
}

/*dots swiper*/

.swiperOurCaseStudy .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiperOurCaseStudy .swiper-pagination-bullet,
.swiper-pagination-clickable .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  border-radius: 50px;
  background-color: #E1E5ED;
  opacity: 1;
}

.swiper-pagination-custom .swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00C7F2;
}

.swiperClientsSay .swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: rgba(240, 248, 255, 0.5);
}

.swiperClientsSay .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFF;
}

@media (min-width: 1280px) {
  .swiperMakeDifferent .swiper-pagination {
    display: none;
  }
}

.hide-scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.hide-scroll::-webkit-scrollbar {
  display: none;
}

.text-banner-enter,
.text-banner-exit,
.video-banner-2 {
  opacity: 0;
  visibility: hidden;
}

.video-banner-2 {
  pointer-events: none;
}

.text-banner-enter span,
.text-banner-exit span {
  display: inline-block;
  transition: transform 0.3s ease, opacity 0.5s ease;
}

.text-banner-exit span {
  margin-right: 10px;
  margin-bottom: 8px;
}

.text-banner-enter span {
  display: inline-block;
  transform-origin: bottom center;
  backface-visibility: hidden;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 100%;
  will-change: transform, opacity;
}

@media (min-width: 768px) {
  .text-banner-enter span {
    font-size: 92px;
  }
}

@media (min-width: 1280px) {
  .text-banner-enter span {
    font-size: 96px;
    letter-spacing: 8px;
  }
}

@media (min-width: 1560px) {
  .text-banner-enter span {
    font-size: 120px;
    letter-spacing: 8px;
  }
}

.text-banner-exit {
  display: block;
  will-change: height, opacity;
}

.text-banner-exit > * {
  will-change: transform, opacity;
}

.video-banner-1, .video-banner-2 {
  transition: opacity 1s ease, transform 1.2s ease;
  will-change: opacity, transform;
}

.our-range-of-service .swiper-slide .item:not(:last-child) {
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
  .swiperOurCaseStudy .swiper-pagination {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .swiperOurCaseStudy .swiper-slide-active .image {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1280px) {
  .service-count-text .count-text .item:nth-child(2) {
    padding-top: 40px;
  }

  .service-count-text .count-text .item:nth-child(3) {
    padding-bottom: 40px;
    margin-top: -40px;
  }

  .our-range-of-service .swiper-slide {
    max-width: 100%;
  }

  .our-range-of-service .swiper-slide .item:not(:last-child) {
    margin-bottom: 16px;
  }

  .our-range-of-service .swiper-slide:first-child {
    margin-top: 128px;
  }
}

@media (max-width: 1279.98px) {
  .swiperWorkingModels .swiper-slide .item > div,
    .swiperWorkingModels .swiper-slide .item {
    border-radius: 0;
    min-height: 138px;
  }

  .swiperWorkingModels .swiper-slide:nth-child(1) .item,
    .swiperWorkingModels .swiper-slide:nth-child(2) .item {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .swiperWorkingModels .swiper-slide:nth-last-child(1) .item,
    .swiperWorkingModels .swiper-slide:nth-last-child(1) .item > div,
    .swiperWorkingModels .swiper-slide:nth-last-child(2) .item > div,
    .swiperWorkingModels .swiper-slide:nth-last-child(2) .item {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}

.timeline-step.active .circle {
  transition: border-color 0.3s ease, background-color 0.3s ease;
  border-color: #00C7F2;
}

.timeline-line-fill {
  transition: height 0.3s ease;
}

.technology_section svg {
  margin-top: 152px;
  scale: 3;
  margin-right: 24px;
  aspect-ratio: 1 / 1;
}

@media (min-width: 768px) {
  .technology_section svg {
    scale: 1;
    margin-top: 0;
    margin-right: 30px;
    aspect-ratio: unset;
  }
}

.technology_section .technology_group {
  transform-origin: bottom center;
  opacity: .1;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out;
}

.technology_section .technology_group.active {
  opacity: 1;
  transition: transform .5s ease-in-out, opacity 1s ease-in-out;
}

.technology_section .item {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.3s ease;
  will-change: transform;
  transform: none;
  backface-visibility: hidden;
}

.technology_section .item.active {
  background-color: #1E5AB2;
  color: #fff;
  transform: scale(1.05) translateZ(0);
}

.technology_section .item:hover {
  transform: scale(1.05) translateZ(0);
}

.select2-results__options::-webkit-scrollbar,
.scrollbar-custom::-webkit-scrollbar {
  width: 6px;
  border-radius: 9999px;
}

.select2-results__options::-webkit-scrollbar-track,
.scrollbar-custom::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0.51);
  border-radius: 9999px;
}

.select2-results__options::-webkit-scrollbar-thumb,
.scrollbar-custom::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 9999px;
}

.select2-results__options::-webkit-scrollbar-thumb:hover,
.scrollbar-custom::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}

#solution-offer-tab .active .border-b {
  border-bottom-width: 2px;
  border-color: #fff;
}

/*menu header*/

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  color: #0A2349;
  display: flex;
  align-items: center;
  padding: 10px 16px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  width: 20px;
  height: 20px;
  background: url("../image/icon/arrow-down.svg") no-repeat center;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  content: unset !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:focus {
  background: #fff !important;
  color: #0A2349 !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item,
#mega-menu-wrap-main-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu {
  position: unset;
  background: #fff !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  background: #fff;
  padding: 40px 80px;
  border-radius: 40px;
  top: calc(100% + 8px);
  width: calc(100% + 2px);
  left: -1px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #181C26;
  margin-bottom: 12px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5D6A7A;
  position: relative;
  padding-left: 14px;
  background: #fff;
  display: inline-block;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:after,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #E1E5ED;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 8px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  background: #fff !important;
  color: #5D6A7A;
}

.list-out-alliances > div {
  display: flex !important;
  gap: 16px
}

@media (max-width: 1024px) {
  #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
    align-items: flex-start;
    margin-bottom: 16px;
    gap: 16px;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    padding-left: 0;
    height: 36px;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    padding: 0;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px 0;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 12px;
    line-height: 18px;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    padding: 0 16px;
  }

  .list-recognitions {
    height: 596px;
  }

  .list-recognitions.active {
    height: auto;
  }
}

@media (min-width: 1025px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
    max-width: calc(100% / 4);
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-sub-menu,
    #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}

@media (min-width: 1440px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
    max-width: calc(100% / 6);
  }
}

.accordion-partnership-styleh2 button * {
  transition: .3s all ease;
}

.accordion-partnership-style .active .text-neutral-200 {
  color: #00C7F2;
}

.accordion-partnership-style .active .bg-neutral-200 {
  background-color: #00C7F2;
}

.accordion-partnership-style .active .bg-white {
  background: linear-gradient(255.26deg, #0089DF 14.63%, #10D7FF 92.58%);
}

.accordion-partnership-style .active .text-blue-0A2349 {
  color: #fff;
}

.accordion-partnership-style .active .size-8 {
  background-color: #fff;
  border: 2px solid #00C7F2;
}

.accordion-partnership-style .active .has-after:after {
  opacity: 1;
}

.accordion-partnership-left:after {
  content: "";
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: calc(100% - 105px);
  background: #E1E5ED;
}

@media (min-width: 1024px) {
  .accordion-partnership-style.has-after:after {
    content: "";
    position: absolute;
    right: -40px;
    top: 50%;
    width: 40px;
    height: 1px;
    background: #00C7F2;
    opacity: 0;
  }

  .accordion-partnership-left:after {
    height: calc(100% - 80px);
  }

  .overflow-unset {
    overflow: unset;
  }
}

.swiper-button-custom[aria-disabled="false"] path {
  stroke: #00C7F2;
}

.content-post #ez-toc-container {
  display: none;
}

#ez-toc-container {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

div#ez-toc-container .ez-toc-title,
#ez-toc-container .ez-toc-title-toggle {
  display: none;
}

#ez-toc-container .ez-toc-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0A2349;
}

#ez-toc-container a:visited {
  color: #0A2349;
}

#ez-toc-container .ez-toc-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#ez-toc-container .ez-toc-list-level-3 .ez-toc-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 8px;
}

.page-custom a,
.content-post a {
  color: #003E83;
}

.page-custom ul,
.page-custom ol,
.content-post ul,
.content-post ol {
  margin-bottom: 24px;
  margin-left: 18px;
  padding-left: 1.25rem;
  list-style-position: outside;
}

.page-custom li,
.content-post li
{
  margin: .25rem 0;
  line-height: 1.6;
}

.page-custom ul,.content-post ul{
  list-style: disc;
}

.page-custom ul ul,.content-post ul ul{
  list-style: circle;
}

.page-custom ul ul ul, .content-post ul ul ul{
  list-style: square;
}

.page-custom ol,.content-post ol {
  list-style: decimal;
}

.page-custom ol ol,.content-post ol ol {
  list-style: lower-alpha;
}

.page-custom ol ol ol,.content-post ol ol ol {
  list-style: lower-roman;
}

.page-custom li::marker,
.content-post li::marker{
  color: #64748b;
  font-weight: 600;
}

.content-post ul a {
  font-style: italic;
  text-decoration: underline;
}

.page-custom h2,
.content-post h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #0A2349;
  margin-bottom: 8px;
}

.page-custom h3,
.content-post h3 {
  font-weight: 500;
}

.page-custom h2 *,
.content-post h2 *,
.page-custom h3 *,
.content-post h3 * {
  font-weight: 600;
}

.page-custom h3 *,
.content-post h3 * {
  font-size: 20px;
}

.page-custom p,
.content-post p {
  margin-bottom: 24px;
}

.content-post figure {
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.content-post figure img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
  width: 100% !important;
}

.content-post *{
  word-break: break-word;
}

.content-post .wp-caption-text {
  font-style: italic;
  text-align: center;
}

@media (min-width: 1024px) {
  .content-post figure {
    padding: 0 40px;
  }

  .content-post figure img {
    border-radius: 32px;
  }
}

.content-post table,
.page-custom table {
  width:100%;
  border-collapse:collapse;
  font-variant-numeric:tabular-nums;
  margin-bottom: 24px;
}

.content-post table th,
.content-post table td,
.page-custom table th,
.page-custom table td
{
  padding:.625rem .75rem;
  border:1px solid #e5e7eb;
  text-align:left;
  vertical-align:top;
}

.form-subscribe {
  position: relative;
}

.form-subscribe .submit-subscribe {
  display: flex;
  align-items: center;
}

.form-subscribe .submit-subscribe p {
  margin: 0;
  width: 100%;
}

.form-subscribe .wpcf7-form {
  border: 1px solid #F0F4FA;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  padding: 8px;
}

.form-subscribe .wpcf7-form .wpcf7-text {
  border-width: 0;
}

@media (min-width: 1024px) {
  .form-subscribe .submit-subscribe {
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    padding: 0;
  }

  .form-subscribe .wpcf7-text {
    padding: 18px 16px;
  }

  .form-subscribe .wpcf7-form {
    border: 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
  }

  .form-subscribe .wpcf7-form .wpcf7-text {
    border-width: 1px;
    min-height: 56px;
  }

  .form-subscribe .wpcf7-form-control-wrap {
    height: 58px;
  }
}

.content-post .comment-form-cookies-consent,
.content-post .form-custom .comment-reply-title {
  display: none;
}

.star-filled{
  --tw-text-opacity: 1;
  color: rgb(255 198 26 / var(--tw-text-opacity, 1));
}

.content-post .form-custom .form-submit {
  margin-bottom: 0;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link:hover,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link:focus,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  color: #00C7F2;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
  color: #1E5AB2;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
  margin-top: 10px;
}

.js-peek-prev img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before{
  content: var(--tw-content);
  inset: 0px;
}

.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}

.before\:left-3::before{
  content: var(--tw-content);
  left: 0.75rem;
}

.before\:top-1\/2::before{
  content: var(--tw-content);
  top: 50%;
}

.before\:top-\[6px\]::before{
  content: var(--tw-content);
  top: 6px;
}

.before\:block::before{
  content: var(--tw-content);
  display: block;
}

.before\:size-1::before{
  content: var(--tw-content);
  width: 0.25rem;
  height: 0.25rem;
}

.before\:size-3::before{
  content: var(--tw-content);
  width: 0.75rem;
  height: 0.75rem;
}

.before\:h-\[765px\]::before{
  content: var(--tw-content);
  height: 765px;
}

.before\:w-\[588px\]::before{
  content: var(--tw-content);
  width: 588px;
}

.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:rounded-l-full::before{
  content: var(--tw-content);
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.before\:bg-blue-00C7F2::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 199 242 / var(--tw-bg-opacity, 1));
}

.before\:bg-neutral-800::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(68 79 97 / var(--tw-bg-opacity, 1));
}

.before\:bg-B3E2FF-F5FBFF::before{
  content: var(--tw-content);
  background-image: linear-gradient(167.74deg, #B3E2FF -81.85%, #F5FBFF 106.57%);
}

.before\:bg-\[url\(\'\.\.\/image\/bg\/bg-2\.png\'\)\]::before{
  content: var(--tw-content);
  background-image: url('../image/bg/bg-2.png');
}

.before\:bg-contain::before{
  content: var(--tw-content);
  background-size: contain;
}

.before\:bg-no-repeat::before{
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.before\:opacity-80::before{
  content: var(--tw-content);
  opacity: 0.8;
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:-left-1::after{
  content: var(--tw-content);
  left: -0.25rem;
}

.after\:-left-3::after{
  content: var(--tw-content);
  left: -0.75rem;
}

.after\:top-1\/2::after{
  content: var(--tw-content);
  top: 50%;
}

.after\:hidden::after{
  content: var(--tw-content);
  display: none;
}

.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}

.after\:w-\[1px\]::after{
  content: var(--tw-content);
  width: 1px;
}

.after\:-translate-y-1\/2::after{
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:bg-neutral-200::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(225 229 237 / var(--tw-bg-opacity, 1));
}

.last\:mb-0:last-child{
  margin-bottom: 0px;
}

.hover\:border-blue-00C7F2:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 199 242 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-0A2349:hover{
  --tw-border-opacity: 1;
  border-color: rgb(10 35 73 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-1E5AB2:hover{
  --tw-border-opacity: 1;
  border-color: rgb(30 90 178 / var(--tw-border-opacity, 1));
}

.hover\:bg-blue-00C7F2:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 199 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-0A2349:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(10 35 73 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-1E5AB2:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 90 178 / var(--tw-bg-opacity, 1));
}

.hover\:bg-0089DF-10D7FF:hover{
  background-image: linear-gradient(255.26deg, #0089DF 14.63%, #10D7FF 92.58%);
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group\/item:hover .group-hover\/item\:size-10{
  width: 2.5rem;
  height: 2.5rem;
}

.group:hover .group-hover\:bg-blue-00C7F2{
  --tw-bg-opacity: 1;
  background-color: rgb(0 199 242 / var(--tw-bg-opacity, 1));
}

.group\/item:hover .group-hover\/item\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-yellow{
  --tw-text-opacity: 1;
  color: rgb(255 198 26 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .md\:static{
    position: static;
  }

  .md\:inset-0{
    inset: 0px;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:h-\[246px\]{
    height: 246px;
  }

  .md\:w-\[160px\]{
    width: 160px;
  }

  .md\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .md\:max-w-\[325px\]{
    max-width: 325px;
  }

  .md\:max-w-\[50\%\]{
    max-width: 50%;
  }

  .md\:max-w-full{
    max-width: 100%;
  }

  .md\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:sticky{
    position: sticky;
  }

  .lg\:-bottom-10{
    bottom: -2.5rem;
  }

  .lg\:-left-20{
    left: -5rem;
  }

  .lg\:left-1\/2{
    left: 50%;
  }

  .lg\:left-auto{
    left: auto;
  }

  .lg\:right-0{
    right: 0px;
  }

  .lg\:right-14{
    right: 3.5rem;
  }

  .lg\:top-1\/2{
    top: 50%;
  }

  .lg\:top-\[140px\]{
    top: 140px;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }

  .lg\:mb-12{
    margin-bottom: 3rem;
  }

  .lg\:mb-14{
    margin-bottom: 3.5rem;
  }

  .lg\:mb-4{
    margin-bottom: 1rem;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

  .lg\:mb-8{
    margin-bottom: 2rem;
  }

  .lg\:mr-0{
    margin-right: 0px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:size-10{
    width: 2.5rem;
    height: 2.5rem;
  }

  .lg\:size-14{
    width: 3.5rem;
    height: 3.5rem;
  }

  .lg\:size-16{
    width: 4rem;
    height: 4rem;
  }

  .lg\:h-\[100px\]{
    height: 100px;
  }

  .lg\:h-\[320px\]{
    height: 320px;
  }

  .lg\:h-\[452px\]{
    height: 452px;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:max-h-\[430px\]{
    max-height: 430px;
  }

  .lg\:min-h-\[225px\]{
    min-height: 225px;
  }

  .lg\:min-h-\[370px\]{
    min-height: 370px;
  }

  .lg\:min-h-\[60px\]{
    min-height: 60px;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-\[225px\]{
    width: 225px;
  }

  .lg\:w-\[260px\]{
    width: 260px;
  }

  .lg\:w-\[300px\]{
    width: 300px;
  }

  .lg\:w-\[55\%\]{
    width: 55%;
  }

  .lg\:w-\[calc\(\(100\%-\(1\.5rem\*4\)\)\/5\)\]{
    width: calc((100% - (1.5rem * 4)) / 5);
  }

  .lg\:w-\[calc\(\(100\%-160px\)\/5\)\]{
    width: calc((100% - 160px) / 5);
  }

  .lg\:w-\[calc\(100\%-328px\)\]{
    width: calc(100% - 328px);
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:min-w-\[200px\]{
    min-width: 200px;
  }

  .lg\:max-w-\[352px\]{
    max-width: 352px;
  }

  .lg\:max-w-\[436px\]{
    max-width: 436px;
  }

  .lg\:max-w-\[50\%\]{
    max-width: 50%;
  }

  .lg\:max-w-\[504px\]{
    max-width: 504px;
  }

  .lg\:max-w-\[520px\]{
    max-width: 520px;
  }

  .lg\:max-w-\[54\%\]{
    max-width: 54%;
  }

  .lg\:max-w-\[580px\]{
    max-width: 580px;
  }

  .lg\:max-w-\[60\%\]{
    max-width: 60%;
  }

  .lg\:flex-auto{
    flex: 1 1 auto;
  }

  .lg\:-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-full{
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:flex-wrap{
    flex-wrap: wrap;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-14{
    gap: 3.5rem;
  }

  .lg\:gap-16{
    gap: 4rem;
  }

  .lg\:gap-20{
    gap: 5rem;
  }

  .lg\:gap-3{
    gap: 0.75rem;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:gap-6{
    gap: 1.5rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:rounded-\[40px\]{
    border-radius: 40px;
  }

  .lg\:rounded-\[50px\]{
    border-radius: 50px;
  }

  .lg\:rounded-custom{
    border-radius: 50px 16px 0 50px;
  }

  .lg\:rounded-none{
    border-radius: 0px;
  }

  .lg\:p-10{
    padding: 2.5rem;
  }

  .lg\:p-12{
    padding: 3rem;
  }

  .lg\:p-4{
    padding: 1rem;
  }

  .lg\:p-5{
    padding: 1.25rem;
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:px-\[60px\]{
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-\[46px\]{
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10{
    padding-left: 2.5rem;
  }

  .lg\:pl-20{
    padding-left: 5rem;
  }

  .lg\:pl-4{
    padding-left: 1rem;
  }

  .lg\:pr-0{
    padding-right: 0px;
  }

  .lg\:pr-10{
    padding-right: 2.5rem;
  }

  .lg\:pr-12{
    padding-right: 3rem;
  }

  .lg\:pr-8{
    padding-right: 2rem;
  }

  .lg\:pt-\[172px\]{
    padding-top: 172px;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-\[18px\]{
    font-size: 18px;
  }

  .lg\:text-\[28px\]{
    font-size: 28px;
  }

  .lg\:text-body-medium-big{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }

  .lg\:text-body-regular-large{
    font-size: 16px;
    line-height: 24px;
  }

  .lg\:text-body-regular-medium{
    font-size: 14px;
    line-height: 20px;
  }

  .lg\:text-body-semibold-big{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }

  .lg\:text-headline-bold-extrabig{
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
  }

  .lg\:text-headline-medium-big{
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
  }

  .lg\:text-headline-medium-extrabig{
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
  }

  .lg\:text-headline-medium-large{
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
  }

  .lg\:text-headline-medium-medium{
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
  }

  .lg\:text-title-large{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
  }

  .lg\:font-bold{
    font-weight: 700;
  }

  .lg\:font-medium{
    font-weight: 500;
  }

  .lg\:font-semibold{
    font-weight: 600;
  }

  .lg\:uppercase{
    text-transform: uppercase;
  }

  .lg\:leading-7{
    line-height: 1.75rem;
  }

  .lg\:leading-\[38px\]{
    line-height: 38px;
  }

  .lg\:before\:right-4::before{
    content: var(--tw-content);
    right: 1rem;
  }

  .lg\:before\:rounded-\[40px\]::before{
    content: var(--tw-content);
    border-radius: 40px;
  }

  .lg\:before\:bg-white::before{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:before\:\[clip-path\:polygon\(100\%_100\%\2c 100\%_0\2c 0_100\%\)\]::before{
    content: var(--tw-content);
    clip-path: polygon(100% 100%,100% 0,0 100%);
  }

  .lg\:after\:absolute::after{
    content: var(--tw-content);
    position: absolute;
  }

  .lg\:after\:-bottom-\[9px\]::after{
    content: var(--tw-content);
    bottom: -9px;
  }

  .lg\:after\:left-0::after{
    content: var(--tw-content);
    left: 0px;
  }

  .lg\:after\:right-0::after{
    content: var(--tw-content);
    right: 0px;
  }

  .lg\:after\:block::after{
    content: var(--tw-content);
    display: block;
  }

  .lg\:after\:h-\[9px\]::after{
    content: var(--tw-content);
    height: 9px;
  }

  .lg\:after\:w-4::after{
    content: var(--tw-content);
    width: 1rem;
  }

  .lg\:after\:bg-blue-003E83::after{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(0 62 131 / var(--tw-bg-opacity, 1));
  }

  .lg\:after\:\[clip-path\:polygon\(0_0\2c 100\%_0\2c 0_100\%\)\]::after{
    content: var(--tw-content);
    clip-path: polygon(0 0,100% 0,0 100%);
  }

  .lg\:last-of-type\:border-b-0:last-of-type{
    border-bottom-width: 0px;
  }

  .group\/item:hover .lg\:group-hover\/item\:size-20{
    width: 5rem;
    height: 5rem;
  }

  .group\/item:hover .lg\:group-hover\/item\:text-headline-bold-large{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
  }
}

@media (min-width: 1200px){
  .xl\:absolute{
    position: absolute;
  }

  .xl\:bottom-0{
    bottom: 0px;
  }

  .xl\:left-0{
    left: 0px;
  }

  .xl\:left-1\/2{
    left: 50%;
  }

  .xl\:left-20{
    left: 5rem;
  }

  .xl\:left-\[80px\]{
    left: 80px;
  }

  .xl\:right-20{
    right: 5rem;
  }

  .xl\:right-auto{
    right: auto;
  }

  .xl\:top-0{
    top: 0px;
  }

  .xl\:top-1\/2{
    top: 50%;
  }

  .xl\:top-6{
    top: 1.5rem;
  }

  .xl\:top-\[82px\]{
    top: 82px;
  }

  .xl\:col-auto{
    grid-column: auto;
  }

  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xl\:col-start-2{
    grid-column-start: 2;
  }

  .xl\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .xl\:mb-0{
    margin-bottom: 0px;
  }

  .xl\:mb-10{
    margin-bottom: 2.5rem;
  }

  .xl\:mb-12{
    margin-bottom: 3rem;
  }

  .xl\:mb-14{
    margin-bottom: 3.5rem;
  }

  .xl\:mb-16{
    margin-bottom: 4rem;
  }

  .xl\:mb-3{
    margin-bottom: 0.75rem;
  }

  .xl\:mb-4{
    margin-bottom: 1rem;
  }

  .xl\:mb-5{
    margin-bottom: 1.25rem;
  }

  .xl\:mb-6{
    margin-bottom: 1.5rem;
  }

  .xl\:mb-8{
    margin-bottom: 2rem;
  }

  .xl\:mb-\[72px\]{
    margin-bottom: 72px;
  }

  .xl\:ml-0{
    margin-left: 0px;
  }

  .xl\:ml-auto{
    margin-left: auto;
  }

  .xl\:mr-0{
    margin-right: 0px;
  }

  .xl\:block{
    display: block;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:\!grid{
    display: grid !important;
  }

  .xl\:grid{
    display: grid;
  }

  .xl\:\!hidden{
    display: none !important;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:size-11{
    width: 2.75rem;
    height: 2.75rem;
  }

  .xl\:size-12{
    width: 3rem;
    height: 3rem;
  }

  .xl\:size-14{
    width: 3.5rem;
    height: 3.5rem;
  }

  .xl\:size-16{
    width: 4rem;
    height: 4rem;
  }

  .xl\:size-9{
    width: 2.25rem;
    height: 2.25rem;
  }

  .xl\:size-\[160px\]{
    width: 160px;
    height: 160px;
  }

  .xl\:size-\[200px\]{
    width: 200px;
    height: 200px;
  }

  .xl\:size-\[72px\]{
    width: 72px;
    height: 72px;
  }

  .xl\:h-\[176px\]{
    height: 176px;
  }

  .xl\:h-\[216px\]{
    height: 216px;
  }

  .xl\:h-\[2px\]{
    height: 2px;
  }

  .xl\:h-\[526px\]{
    height: 526px;
  }

  .xl\:h-auto{
    height: auto;
  }

  .xl\:h-full{
    height: 100%;
  }

  .xl\:w-1\/3{
    width: 33.333333%;
  }

  .xl\:w-2\/3{
    width: 66.666667%;
  }

  .xl\:w-\[160px\]{
    width: 160px;
  }

  .xl\:w-\[280px\]{
    width: 280px;
  }

  .xl\:w-\[480px\]{
    width: 480px;
  }

  .xl\:w-\[656px\]{
    width: 656px;
  }

  .xl\:w-\[72\%\]{
    width: 72%;
  }

  .xl\:w-\[calc\(\(100\%-64px\)\/4\)\]{
    width: calc((100% - 64px) / 4);
  }

  .xl\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:min-w-\[444px\]{
    min-width: 444px;
  }

  .xl\:max-w-\[1920px\]{
    max-width: 1920px;
  }

  .xl\:max-w-\[325px\]{
    max-width: 325px;
  }

  .xl\:max-w-\[440px\]{
    max-width: 440px;
  }

  .xl\:max-w-\[50\%\]{
    max-width: 50%;
  }

  .xl\:max-w-full{
    max-width: 100%;
  }

  .xl\:flex-1{
    flex: 1 1 0%;
  }

  .xl\:-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-timelineHozirontal{
    grid-template-columns: repeat(5, 1fr 3fr) 1fr;
  }

  .xl\:grid-rows-timelineHozirontal{
    grid-template-rows: 192px 36px 80px 36px 192px;
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:flex-col{
    flex-direction: column;
  }

  .xl\:flex-wrap{
    flex-wrap: wrap;
  }

  .xl\:items-start{
    align-items: flex-start;
  }

  .xl\:items-end{
    align-items: flex-end;
  }

  .xl\:items-center{
    align-items: center;
  }

  .xl\:justify-start{
    justify-content: flex-start;
  }

  .xl\:justify-center{
    justify-content: center;
  }

  .xl\:justify-between{
    justify-content: space-between;
  }

  .xl\:gap-0{
    gap: 0px;
  }

  .xl\:gap-10{
    gap: 2.5rem;
  }

  .xl\:gap-14{
    gap: 3.5rem;
  }

  .xl\:gap-16{
    gap: 4rem;
  }

  .xl\:gap-2{
    gap: 0.5rem;
  }

  .xl\:gap-20{
    gap: 5rem;
  }

  .xl\:gap-3{
    gap: 0.75rem;
  }

  .xl\:gap-4{
    gap: 1rem;
  }

  .xl\:gap-5{
    gap: 1.25rem;
  }

  .xl\:gap-6{
    gap: 1.5rem;
  }

  .xl\:gap-8{
    gap: 2rem;
  }

  .xl\:gap-\[142px\]{
    gap: 142px;
  }

  .xl\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:gap-y-0{
    row-gap: 0px;
  }

  .xl\:gap-y-4{
    row-gap: 1rem;
  }

  .xl\:gap-y-8{
    row-gap: 2rem;
  }

  .xl\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .xl\:rounded-\[32px\]{
    border-radius: 32px;
  }

  .xl\:rounded-\[40px\]{
    border-radius: 40px;
  }

  .xl\:rounded-\[80px\]{
    border-radius: 80px;
  }

  .xl\:rounded-none{
    border-radius: 0px;
  }

  .xl\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-r-\[40px\]{
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .xl\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-FFFFFF-EDF4FF-2{
    background-image: linear-gradient(169.31deg, #FFFFFF -16.54%, rgba(160, 221, 255, 0.6) 114.81%);
  }

  .xl\:p-10{
    padding: 2.5rem;
  }

  .xl\:p-2{
    padding: 0.5rem;
  }

  .xl\:p-6{
    padding: 1.5rem;
  }

  .xl\:p-7{
    padding: 1.75rem;
  }

  .xl\:p-8{
    padding: 2rem;
  }

  .xl\:p-\[14px\]{
    padding: 14px;
  }

  .xl\:p-\[1px\]{
    padding: 1px;
  }

  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:px-\[100px\]{
    padding-left: 100px;
    padding-right: 100px;
  }

  .xl\:px-\[135px\]{
    padding-left: 135px;
    padding-right: 135px;
  }

  .xl\:px-\[86px\]{
    padding-left: 86px;
    padding-right: 86px;
  }

  .xl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-\[72px\]{
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .xl\:py-\[98px\]{
    padding-top: 98px;
    padding-bottom: 98px;
  }

  .xl\:pb-8{
    padding-bottom: 2rem;
  }

  .xl\:pl-8{
    padding-left: 2rem;
  }

  .xl\:pl-\[450px\]{
    padding-left: 450px;
  }

  .xl\:pr-4{
    padding-right: 1rem;
  }

  .xl\:pt-\[172px\]{
    padding-top: 172px;
  }

  .xl\:pt-\[52px\]{
    padding-top: 52px;
  }

  .xl\:text-left{
    text-align: left;
  }

  .xl\:text-\[46px\]{
    font-size: 46px;
  }

  .xl\:text-body-medium-big{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }

  .xl\:text-body-medium-large{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }

  .xl\:text-body-regular-large{
    font-size: 16px;
    line-height: 24px;
  }

  .xl\:text-body-regular-medium{
    font-size: 14px;
    line-height: 20px;
  }

  .xl\:text-body-semibold-big{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }

  .xl\:text-body-semibold-large{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }

  .xl\:text-body-semibold-medium{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }

  .xl\:text-headline-bold-extralarge{
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
  }

  .xl\:text-headline-bold-large{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
  }

  .xl\:text-headline-bold-medium{
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
  }

  .xl\:text-headline-medium-big{
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
  }

  .xl\:text-headline-medium-extrabig{
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
  }

  .xl\:text-headline-medium-medium{
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
  }

  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1440px){
  .\32xl\:mb-12{
    margin-bottom: 3rem;
  }

  .\32xl\:mb-14{
    margin-bottom: 3.5rem;
  }

  .\32xl\:mb-6{
    margin-bottom: 1.5rem;
  }

  .\32xl\:mb-8{
    margin-bottom: 2rem;
  }

  .\32xl\:size-12{
    width: 3rem;
    height: 3rem;
  }

  .\32xl\:size-16{
    width: 4rem;
    height: 4rem;
  }

  .\32xl\:h-\[120px\]{
    height: 120px;
  }

  .\32xl\:h-\[200px\]{
    height: 200px;
  }

  .\32xl\:h-\[420px\]{
    height: 420px;
  }

  .\32xl\:h-\[96px\]{
    height: 96px;
  }

  .\32xl\:max-h-\[400px\]{
    max-height: 400px;
  }

  .\32xl\:max-h-\[600px\]{
    max-height: 600px;
  }

  .\32xl\:w-\[200px\]{
    width: 200px;
  }

  .\32xl\:w-\[720px\]{
    width: 720px;
  }

  .\32xl\:w-\[90px\]{
    width: 90px;
  }

  .\32xl\:w-\[calc\(\(100\%-265px\)\/5\)\]{
    width: calc((100% - 265px) / 5);
  }

  .\32xl\:w-\[calc\(100\%-288px-98px\)\]{
    width: calc(100% - 288px - 98px);
  }

  .\32xl\:w-full{
    width: 100%;
  }

  .\32xl\:min-w-\[230px\]{
    min-width: 230px;
  }

  .\32xl\:max-w-\[1920px\]{
    max-width: 1920px;
  }

  .\32xl\:max-w-\[55\%\]{
    max-width: 55%;
  }

  .\32xl\:max-w-\[704px\]{
    max-width: 704px;
  }

  .\32xl\:gap-16{
    gap: 4rem;
  }

  .\32xl\:gap-20{
    gap: 5rem;
  }

  .\32xl\:gap-4{
    gap: 1rem;
  }

  .\32xl\:gap-40{
    gap: 10rem;
  }

  .\32xl\:gap-\[98px\]{
    gap: 98px;
  }

  .\32xl\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .\32xl\:p-10{
    padding: 2.5rem;
  }

  .\32xl\:p-6{
    padding: 1.5rem;
  }

  .\32xl\:p-8{
    padding: 2rem;
  }

  .\32xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:px-\[200px\]{
    padding-left: 200px;
    padding-right: 200px;
  }

  .\32xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:py-\[74px\]{
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .\32xl\:py-\[92px\]{
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .\32xl\:pr-10{
    padding-right: 2.5rem;
  }

  .\32xl\:pr-20{
    padding-right: 5rem;
  }

  .\32xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:text-\[56px\]{
    font-size: 56px;
  }

  .\32xl\:text-\[72px\]{
    font-size: 72px;
  }

  .\32xl\:text-body-medium-large{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }

  .\32xl\:text-body-regular-large{
    font-size: 16px;
    line-height: 24px;
  }

  .\32xl\:text-headline-medium-extrabig{
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
  }

  .\32xl\:text-headline-medium-extralarge{
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
  }

  .\32xl\:text-title-large{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
  }

  .\32xl\:leading-\[56px\]{
    line-height: 56px;
  }

  .group\/item:hover .\32xl\:group-hover\/item\:text-headline-bold-extralarge{
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
  }
}

@media (min-width: 1560px){
  .\33xl\:h-\[260px\]{
    height: 260px;
  }

  .\33xl\:gap-40{
    gap: 10rem;
  }

  .\33xl\:pl-20{
    padding-left: 5rem;
  }
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}

@media (prefers-color-scheme: dark){
  .dark\:bg-gray-900\/80{
    background-color: rgb(17 24 39 / 0.8);
  }
}