/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./scss/frontend.scss ***!
  \******************************************************************************************************************************************************************************************************************/
*, ::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.13 | 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: #F4F6F7; /* 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: #C4C6CB; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #C4C6CB; /* 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] {
  display: none;
}*,*::before,*::after{min-width:0;min-height:0;background-position:center center;background-repeat:no-repeat;-o-object-position:center center;object-position:center center}*:focus,*:-moz-focusring{outline:0}html{line-height:1}body{text-align:left}li{list-style-type:none}ol li,ul li{list-style-type:inherit}code,pre,kbd,samp{font-family:inherit}b,strong{font-weight:600}address,cite,dfn,em,i,var{font-style:inherit}del,ins,s,u{text-decoration:none}mark{background-color:rgba(0,0,0,0);color:inherit}q{quotes:"“" "”" "‘" "’"}q::before{content:open-quote}q::after{content:close-quote}small,sub,sup{font-size:inherit}svg:not([fill]){fill:currentColor}caption,th{text-align:inherit}th{font-weight:600}table{border-spacing:0}button{border-radius:0;font-weight:400;text-align:inherit;text-transform:inherit;letter-spacing:inherit}select{text-transform:inherit}input[type=button],input[type=reset],input[type=submit]{text-align:inherit;cursor:pointer}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{opacity:1}button:focus,input[type=button]:focus,input[type=reset]:focus,input[type=submit]:focus{outline:0}input::-moz-placeholder, textarea::-moz-placeholder{color:inherit;opacity:.625}input::placeholder,textarea::placeholder{color:inherit;opacity:.625}script,[hidden]{display:none !important}body{background:#fff;color:#22242a}body.dark{background-color:#18181b;color:#fff}body.dark .icon-switch-color path{fill:#9fa1a9}input::-moz-placeholder{opacity:1}input::placeholder{opacity:1}.modal{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:8;visibility:hidden;opacity:0;transition:visibility .4s,opacity .4s}.modal.active{opacity:1;visibility:visible}.modal-wrapper{background-color:#fff;border-radius:1rem;min-width:360px}.modal-title{font-size:large;font-weight:600;text-align:center}.modal-content{max-height:70vh;overflow:scroll}.no-scrolling{height:100vh !important;overflow:hidden !important}@media screen and (max-width: 767.98px){.modal-fiat-currencies .modal-content{width:500px}}@media screen and (max-width: 575.98px){.modal-fiat-currencies .modal-content{width:320px}}#site-overlay{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.7);z-index:7;opacity:0;visibility:hidden;transition:opacity .4s,visibility .4s}#site-overlay.active{opacity:1;visibility:visible}.modal-content{overflow:hidden}.toast{position:fixed;top:60px;right:20px;padding:10px 20px;border-radius:5px;color:#fff;background-color:#C4C6CB;z-index:1000;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.toast.show{visibility:visible;opacity:1}.toast.success{background-color:#5809C0}.toast.error{background-color:#E05555}.toast.warning{background-color:#eab308}.toast.info{background-color:#7A1AD4}.toast.show{animation:slideIn .3s forwards}.toast.hide{animation:slideOut .3s forwards}@keyframes slideIn{from{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideOut{from{transform:translateX(0)}to{transform:translateX(100%)}}@media(min-width: 768px){body.admin-bar .wrap-header-site{top:32px}}.header-menu .badge{position:relative}.header-menu .badge::after{content:"VND";padding:2px 8px;border-radius:4px;background:#9c3ce8;color:#fff;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;display:inline-block}.header-menu .badge.badge-new::after{content:"NEW";padding:2px 8px;border-radius:50px;background:#ff2323;font-size:10px;line-height:14px;position:absolute;top:-15px;right:-28px}#mobile-nav__canvas .badge .menu-item-title::after{content:"VND";padding:2px 8px;border-radius:4px;background:#9c3ce8;color:#fff;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;display:inline-block}#mobile-nav__canvas .badge.badge-new .menu-item-title::after{content:"NEW";padding:2px 8px;border-radius:50px;background:#ff2323;font-size:10px;line-height:14px}.mobile-nav__toggle{height:21px;width:21px;cursor:pointer;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;flex-direction:row;border:none;outline:none;background:none;gap:0}.mobile-nav__toggle i{display:block;width:100%;height:2px;border-radius:10px;background-color:#7b7c86;transition:all ease .4s}.mobile-nav__toggle.active-btn i:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-nav__toggle.active-btn i:nth-child(2){opacity:0}.mobile-nav__toggle.active-btn i:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.tooltip {
  visibility: hidden;
  position: absolute;
}.has-tooltip:hover .tooltip {
  visibility: visible;
  z-index: 50;
}.helpful-button.active .icon path{fill:#9c3ce8}.filter-keyword:focus+.submit-filter-keyword svg path:first-child{fill:#9c3ce8;stroke:#9c3ce8}.filter-keyword:focus+.submit-filter-keyword svg path:last-child{fill:#9c3ce8}.mb-collapse .icon-collapse{transition:all .3s ease}.mb-collapse[aria-expanded=true] .icon-collapse{transform:rotate(180deg)}.accordion-title svg{transition:transform .2s ease}.accordion-title:not([aria-expanded=true]) svg{transform:rotate(-90deg)}[toggle-target] .icon-dropdown{transition:all ease .3s}[toggle-target][aria-expanded=true] .icon-dropdown{transform:rotate(-180deg)}[toggle-target][aria-expanded=true] svg{fill:#9c3ce8}.container-content{width:1200px;margin:0 auto}@media(max-width: 1024px){.container-content{width:100%;padding-left:16px;padding-right:16px}}.article-content{font-size:16px;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.article-content b,.article-content strong{font-weight:700}.article-content h1{font-size:26px;font-weight:700;margin-bottom:24px}.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6{font-weight:700;margin-bottom:8px}.article-content h2{font-size:24px}.article-content h3{font-size:20px}.article-content h4,.article-content h5,.article-content h6{font-size:18px}.article-content p{margin-bottom:24px;font-size:1rem}.article-content ul,.article-content ol{margin-left:20px;padding-left:10px;margin-bottom:15px;list-style:auto}.article-content ul{list-style:disc}.article-content li{margin-bottom:8px}.article-content table{width:100%;border-collapse:collapse;margin-bottom:20px}.article-content th,.article-content td{border:1px solid #e5e7eb;padding:10px;text-align:left;font-size:14px;color:#00090a}.article-content th{background-color:#f4f4f4;font-weight:bold;color:#00090a}.article-content td{background-color:#fff}.article-content a{color:#f36a00;text-decoration:none}.article-content a:hover{text-decoration:underline}.article-content img{max-width:100%;height:auto;display:block;margin:0 auto}.article-content hr{border:0;border-top:1px solid #f3f4f6;margin:20px 0}.article-content span,.article-content mark{background-color:#ff0}.article-content em{font-style:italic;color:#6b7280}.article-content i{font-style:italic}.article-content u{text-decoration:underline}.article-content .wp-block-paragraph{margin-bottom:16px}.article-content blockquote,.article-content .wp-block-quote{border-left:8px solid #00a47d;border-radius:0;padding:24px;color:#00090a;margin:24px 0;background:#eafff7;font-style:normal}.article-content blockquote>:last-child,.article-content .wp-block-quote>:last-child{margin-block-end:0}.article-content figure.wp-block-image{display:block;margin:24px auto;text-align:center}.article-content figure>:last-child{margin-block-end:0}.article-content .wp-block-button{margin:12px 0;text-align:center}.article-content .wp-block-button a{background-color:#00a47d;color:#fff;padding:10px 20px;text-decoration:none;border-radius:5px}.article-content .wp-block-button a:hover{background-color:#008a6e}.article-content .wp-block-list{margin-bottom:24px}.article-content .wp-block-table{width:100%;margin-bottom:24px;border-collapse:collapse}.article-content .wp-block-table th,.article-content .wp-block-table td{border:1px solid #ddd;padding:10px;text-align:left}.article-content .wp-block-table th{background-color:#f4f4f4;font-weight:bold}.article-content .wp-block-table td{background-color:#fff}.article-content>:last-child{margin-block-end:0}@media(max-width: 768px){.article-content{font-size:14px;line-height:1.5}.article-content h1{font-size:20px;margin-top:15px;margin-bottom:8px}.article-content h2{font-size:18px}.article-content h3{font-size:17px}.article-content h4,.article-content h5,.article-content h6{font-size:16px}.article-content p{margin-bottom:12px;font-size:.9rem}.article-content blockquote{padding-left:10px;font-size:14px}.article-content ul,.article-content ol{margin-left:15px;padding-left:8px}.article-content li{margin-bottom:6px}.article-content table{font-size:12px}.article-content th,.article-content td{padding:8px}.article-content img{width:100%;margin:0 0 10px}.article-content hr{margin:15px 0}}@media(max-width: 600px){.hidden-for-small{display:none !important}}@media(min-width: 601px)and (max-width: 768px){.hidden-for-medium{display:none !important}}@media(min-width: 769px){.hidden-for-desktop{display:none !important}}@media(max-width: 600px){.show-for-small{display:block !important}}@media(min-width: 601px)and (max-width: 768px){.show-for-medium{display:block !important}}@media(min-width: 769px){.show-for-desktop{display:block !important}}@media(max-width: 600px){.only-mobile{display:block !important}}@media(min-width: 601px){.only-mobile{display:none !important}}.pagination .page-item:not(:last-child){border-right:1px solid #eaebed}.pagination .page-link,.pagination .page-numbers{display:flex;justify-content:center;align-items:center;height:40px;padding:0 16px;font-size:14px;font-weight:600;gap:8px}.pagination .page-numbers{padding:0;width:40px}.pagination .page-numbers.current{background-color:#eaebed;color:#22242a}.pagination .disabled .page-link{opacity:.4}@media screen and (max-width: 768px){.pagination .page-link,.pagination .page-numbers{height:32px;padding:0 12px;font-size:12px}.pagination .page-numbers{width:32px}}.rank-math-breadcrumb{font-size:1rem;line-height:1.5rem;color:#707a8a}.rank-math-breadcrumb>p{display:flex;flex-wrap:wrap;gap:.5rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.rank-math-breadcrumb a{color:#9c3ce8;font-weight:500}.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}@media (min-width: 640px) {

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

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

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

  .container {
    max-width: 1280px;
  }
}.visible {
  visibility: visible;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.sticky {
  position: sticky;
}.bottom-0 {
  bottom: 0px;
}.left-0 {
  left: 0px;
}.left-\[-150px\] {
  left: -150px;
}.left-\[10px\] {
  left: 10px;
}.right-0 {
  right: 0px;
}.top-0 {
  top: 0px;
}.top-4 {
  top: 1rem;
}.top-\[32px\] {
  top: 32px;
}.top-\[calc\(100\%\+4px\)\] {
  top: calc(100% + 4px);
}.z-50 {
  z-index: 50;
}.z-\[1\] {
  z-index: 1;
}.z-\[5\] {
  z-index: 5;
}.order-1 {
  order: 1;
}.order-2 {
  order: 2;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.mr-2 {
  margin-right: 0.5rem;
}.mt-6 {
  margin-top: 1.5rem;
}.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}.flex {
  display: flex;
}.inline-flex {
  display: inline-flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.contents {
  display: contents;
}.hidden {
  display: none;
}.h-10 {
  height: 2.5rem;
}.h-11 {
  height: 2.75rem;
}.h-12 {
  height: 3rem;
}.h-24 {
  height: 6rem;
}.h-5 {
  height: 1.25rem;
}.h-6 {
  height: 1.5rem;
}.h-8 {
  height: 2rem;
}.h-9 {
  height: 2.25rem;
}.h-\[100\%\] {
  height: 100%;
}.h-\[20px\] {
  height: 20px;
}.h-\[24px\] {
  height: 24px;
}.h-\[28px\] {
  height: 28px;
}.h-\[30px\] {
  height: 30px;
}.h-\[40px\] {
  height: 40px;
}.h-\[56px\] {
  height: 56px;
}.h-full {
  height: 100%;
}.min-h-\[240px\] {
  min-height: 240px;
}.min-h-\[330px\] {
  min-height: 330px;
}.w-24 {
  width: 6rem;
}.w-4 {
  width: 1rem;
}.w-5 {
  width: 1.25rem;
}.w-6 {
  width: 1.5rem;
}.w-\[100\%\] {
  width: 100%;
}.w-\[190px\] {
  width: 190px;
}.w-\[1px\] {
  width: 1px;
}.w-\[24px\] {
  width: 24px;
}.w-\[250px\] {
  width: 250px;
}.w-\[30px\] {
  width: 30px;
}.w-\[36px\] {
  width: 36px;
}.w-\[40px\] {
  width: 40px;
}.w-\[48px\] {
  width: 48px;
}.w-\[634px\] {
  width: 634px;
}.w-\[96px\] {
  width: 96px;
}.w-auto {
  width: auto;
}.w-full {
  width: 100%;
}.min-w-\[37px\] {
  min-width: 37px;
}.max-w-\[172px\] {
  max-width: 172px;
}.max-w-\[450px\] {
  max-width: 450px;
}.flex-1 {
  flex: 1 1 0%;
}.flex-shrink-0 {
  flex-shrink: 0;
}.flex-grow {
  flex-grow: 1;
}.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));
}.flex-row {
  flex-direction: row;
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.items-center {
  align-items: center;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.gap-1 {
  gap: 0.25rem;
}.gap-10 {
  gap: 2.5rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-4 {
  gap: 1rem;
}.gap-6 {
  gap: 1.5rem;
}.gap-8 {
  gap: 2rem;
}.gap-\[10px\] {
  gap: 10px;
}.gap-\[20px\] {
  gap: 20px;
}.gap-\[6px\] {
  gap: 6px;
}.overflow-hidden {
  overflow: hidden;
}.rounded-\[16px\] {
  border-radius: 16px;
}.rounded-\[50px\] {
  border-radius: 50px;
}.rounded-\[8px\] {
  border-radius: 8px;
}.rounded-full {
  border-radius: 9999px;
}.rounded-lg {
  border-radius: 0.5rem;
}.rounded-xl {
  border-radius: 0.75rem;
}.border {
  border-width: 1px;
}.border-\[1px\] {
  border-width: 1px;
}.border-b {
  border-bottom-width: 1px;
}.border-t-\[1px\] {
  border-top-width: 1px;
}.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(234 235 237 / var(--tw-border-opacity));
}.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(244 246 247 / var(--tw-border-opacity));
}.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 208 214 / var(--tw-border-opacity));
}.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(196 198 203 / var(--tw-border-opacity));
}.border-primary-100 {
  --tw-border-opacity: 1;
  border-color: rgb(234 214 254 / var(--tw-border-opacity));
}.border-primary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(156 60 232 / var(--tw-border-opacity));
}.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 235 237 / var(--tw-bg-opacity));
}.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 247 / var(--tw-bg-opacity));
}.bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 60 232 / var(--tw-bg-opacity));
}.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-left {
  background-position: left;
}.bg-right {
  background-position: right;
}.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.p-10 {
  padding: 2.5rem;
}.p-3 {
  padding: 0.75rem;
}.p-4 {
  padding: 1rem;
}.p-6 {
  padding: 1.5rem;
}.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pb-6 {
  padding-bottom: 1.5rem;
}.pb-\[20px\] {
  padding-bottom: 20px;
}.pl-11 {
  padding-left: 2.75rem;
}.pr-3 {
  padding-right: 0.75rem;
}.pt-2 {
  padding-top: 0.5rem;
}.text-center {
  text-align: center;
}.text-right {
  text-align: right;
}.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}.font-bold {
  font-weight: 700;
}.font-medium {
  font-weight: 500;
}.font-semibold {
  font-weight: 600;
}.lowercase {
  text-transform: lowercase;
}.leading-7 {
  line-height: 1.75rem;
}.leading-8 {
  line-height: 2rem;
}.leading-\[16px\] {
  line-height: 16px;
}.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(61 91 254 / var(--tw-text-opacity));
}.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(196 198 203 / var(--tw-text-opacity));
}.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(159 161 169 / var(--tw-text-opacity));
}.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(112 122 138 / var(--tw-text-opacity));
}.text-gray-650 {
  --tw-text-opacity: 1;
  color: rgb(83 89 103 / var(--tw-text-opacity));
}.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(234 214 254 / var(--tw-text-opacity));
}.text-primary-300 {
  --tw-text-opacity: 1;
  color: rgb(156 60 232 / var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(203 208 214 / var(--tw-placeholder-opacity));
}.placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(203 208 214 / var(--tw-placeholder-opacity));
}.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(196 198 203 / var(--tw-placeholder-opacity));
}.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(196 198 203 / var(--tw-placeholder-opacity));
}.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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.last\:border-0:last-child {
  border-width: 0px;
}.last\:pb-0:last-child {
  padding-bottom: 0px;
}.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 255 / var(--tw-bg-opacity));
}.hover\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgb(88 9 192 / var(--tw-text-opacity));
}.focus\:border-primary-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(156 60 232 / var(--tw-border-opacity));
}.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.dark\:inline-block:is(.dark *) {
  display: inline-block;
}.dark\:hidden:is(.dark *) {
  display: none;
}.dark\:border-gray-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(203 208 214 / var(--tw-border-opacity));
}.dark\:border-gray-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}.dark\:border-green-100:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity));
}.dark\:border-green-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity));
}.dark\:bg-gray-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(203 208 214 / var(--tw-bg-opacity));
}.dark\:bg-gray-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(46 47 51 / var(--tw-bg-opacity));
}.dark\:text-blue-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(142 172 255 / var(--tw-text-opacity));
}.dark\:text-gray-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(159 161 169 / var(--tw-text-opacity));
}@media (min-width: 768px) {

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

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

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

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

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

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

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

  .md\:min-h-0 {
    min-height: 0px;
  }

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

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

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

  .md\:w-32 {
    width: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-\[20px\] {
    gap: 20px;
  }

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

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

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

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

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

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

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

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

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .md\:text-\[32px\] {
    font-size: 32px;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:leading-10 {
    line-height: 2.5rem;
  }

  .md\:leading-\[44px\] {
    line-height: 44px;
  }

  .md\:leading-\[52px\] {
    line-height: 52px;
  }
}@media (min-width: 1024px) {

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

  .lg\:block {
    display: block;
  }

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

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

  .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\:gap-10 {
    gap: 2.5rem;
  }

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

  .lg\:gap-\[120px\] {
    gap: 120px;
  }

  .lg\:gap-\[180px\] {
    gap: 180px;
  }

  .lg\:gap-\[40px\] {
    gap: 40px;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}@media (min-width: 1280px) {

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

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

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

  .xl\:gap-\[80px\] {
    gap: 80px;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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