*, ::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;
}

.akk-invisible {
  visibility: hidden;
}

.akk-fixed {
  position: fixed;
}

.akk-absolute {
  position: absolute;
}

.akk-relative {
  position: relative;
}

.akk-sticky {
  position: sticky;
}

.akk-inset-0 {
  inset: 0px;
}

.akk-bottom-0 {
  bottom: 0px;
}

.akk-left-0 {
  left: 0px;
}

.akk-right-0 {
  right: 0px;
}

.akk-right-\[28px\] {
  right: 28px;
}

.akk-top-0 {
  top: 0px;
}

.akk-top-\[-45px\] {
  top: -45px;
}

.akk-top-\[180px\] {
  top: 180px;
}

.akk-top-\[50px\] {
  top: 50px;
}

.akk-top-\[85\%\] {
  top: 85%;
}

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

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

.akk-z-20 {
  z-index: 20;
}

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

.akk-z-\[-1\] {
  z-index: -1;
}

.akk-z-\[1000\] {
  z-index: 1000;
}

.akk-z-\[2000\] {
  z-index: 2000;
}

.akk-z-\[3000\] {
  z-index: 3000;
}

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

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

.akk-mb-\[13\.5px\] {
  margin-bottom: 13.5px;
}

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

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

.akk-ml-2 {
  margin-left: 0.5rem;
}

.akk-ml-3 {
  margin-left: 0.75rem;
}

.akk-ml-5 {
  margin-left: 1.25rem;
}

.akk-ml-\[14px\] {
  margin-left: 14px;
}

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

.akk-mr-\[28px\] {
  margin-right: 28px;
}

.akk-mr-\[60px\] {
  margin-right: 60px;
}

.akk-mt-2 {
  margin-top: 0.5rem;
}

.akk-mt-3 {
  margin-top: 0.75rem;
}

.akk-mt-4 {
  margin-top: 1rem;
}

.akk-mt-\[-11px\] {
  margin-top: -11px;
}

.akk-mt-\[-12\.5px\] {
  margin-top: -12.5px;
}

.akk-mt-\[-13px\] {
  margin-top: -13px;
}

.akk-mt-\[-35px\] {
  margin-top: -35px;
}

.akk-mt-\[-6px\] {
  margin-top: -6px;
}

.akk-mt-\[10px\] {
  margin-top: 10px;
}

.akk-mt-\[12\.5px\] {
  margin-top: 12.5px;
}

.akk-mt-\[13\.5px\] {
  margin-top: 13.5px;
}

.akk-mt-\[1px\] {
  margin-top: 1px;
}

.akk-mt-\[20px\] {
  margin-top: 20px;
}

.akk-mt-\[27px\] {
  margin-top: 27px;
}

.akk-mt-\[390px\] {
  margin-top: 390px;
}

.akk-mt-\[50px\] {
  margin-top: 50px;
}

.akk-mt-\[70px\] {
  margin-top: 70px;
}

.akk-flex {
  display: flex;
}

.akk-hidden {
  display: none;
}

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

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

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

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

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

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

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

.akk-h-\[139\.3px\] {
  height: 139.3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.akk-h-\[37\.5px\] {
  height: 37.5px;
}

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

.akk-h-\[388\.8px\] {
  height: 388.8px;
}

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

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

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

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

.akk-h-\[468\.8px\] {
  height: 468.8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.akk-h-\[86\.83px\] {
  height: 86.83px;
}

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

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

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

.akk-h-\[93\.6px\] {
  height: 93.6px;
}

.akk-h-auto {
  height: auto;
}

.akk-h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.akk-h-full {
  height: 100%;
}

.akk-w-1 {
  width: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

.akk-w-\[178\.5px\] {
  width: 178.5px;
}

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

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

.akk-w-\[222\.7px\] {
  width: 222.7px;
}

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

.akk-w-\[235\.8px\] {
  width: 235.8px;
}

.akk-w-\[258\.8px\] {
  width: 258.8px;
}

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

.akk-w-\[27\.03px\] {
  width: 27.03px;
}

.akk-w-\[31\.3px\] {
  width: 31.3px;
}

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

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

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

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

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

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

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

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

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

.akk-w-\[52\.29px\] {
  width: 52.29px;
}

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

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

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

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

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

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

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

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

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

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

.akk-w-auto {
  width: auto;
}

.akk-w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.akk-cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

.akk-gap-1 {
  gap: 0.25rem;
}

.akk-gap-2 {
  gap: 0.5rem;
}

.akk-gap-4 {
  gap: 1rem;
}

.akk-gap-8 {
  gap: 2rem;
}

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

.akk-gap-\[13px\] {
  gap: 13px;
}

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

.akk-gap-\[24px\] {
  gap: 24px;
}

.akk-gap-\[26px\] {
  gap: 26px;
}

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

.akk-gap-\[3px\] {
  gap: 3px;
}

.akk-gap-\[5px\] {
  gap: 5px;
}

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

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

.akk-gap-\[8px\] {
  gap: 8px;
}

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

.akk-overflow-visible {
  overflow: visible;
}

.akk-rounded {
  border-radius: 0.25rem;
}

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

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

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

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

.akk-rounded-\[58\.108px\] {
  border-radius: 58.108px;
}

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

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

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

.akk-rounded-md {
  border-radius: 0.375rem;
}

.akk-rounded-bl-\[16px\] {
  border-bottom-left-radius: 16px;
}

.akk-border {
  border-width: 1px;
}

.akk-border-2 {
  border-width: 2px;
}

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

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

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

.akk-border-\[\#2E3666\] {
  --tw-border-opacity: 1;
  border-color: rgb(46 54 102 / var(--tw-border-opacity, 1));
}

.akk-border-\[\#7078AE\] {
  --tw-border-opacity: 1;
  border-color: rgb(112 120 174 / var(--tw-border-opacity, 1));
}

.akk-border-\[\#F90\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 153 0 / var(--tw-border-opacity, 1));
}

.akk-border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

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

.akk-bg-\[\#2E3666\] {
  --tw-bg-opacity: 1;
  background-color: rgb(46 54 102 / var(--tw-bg-opacity, 1));
}

.akk-bg-\[\#3E488B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(62 72 139 / var(--tw-bg-opacity, 1));
}

.akk-bg-\[\#4B569D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(75 86 157 / var(--tw-bg-opacity, 1));
}

.akk-bg-\[\#A4AEEB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(164 174 235 / var(--tw-bg-opacity, 1));
}

.akk-bg-\[\#D6D7E1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 215 225 / var(--tw-bg-opacity, 1));
}

.akk-bg-\[\#D8F2CC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 242 204 / var(--tw-bg-opacity, 1));
}

.akk-bg-\[\#E1E5FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 229 250 / var(--tw-bg-opacity, 1));
}

.akk-bg-\[\#E2E3EA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 227 234 / var(--tw-bg-opacity, 1));
}

.akk-bg-\[\#EDEEF5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 238 245 / var(--tw-bg-opacity, 1));
}

.akk-bg-\[\#F09333\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 147 51 / var(--tw-bg-opacity, 1));
}

.akk-bg-\[\#F1B634\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 182 52 / var(--tw-bg-opacity, 1));
}

.akk-bg-\[\#F2F3FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 255 / var(--tw-bg-opacity, 1));
}

.akk-bg-\[\#F6F8FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 255 / var(--tw-bg-opacity, 1));
}

.akk-bg-\[\#FFE7D8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 216 / var(--tw-bg-opacity, 1));
}

.akk-bg-\[\#FFFDF1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 241 / var(--tw-bg-opacity, 1));
}

.akk-bg-\[\#FFFEF8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 248 / var(--tw-bg-opacity, 1));
}

.akk-bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

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

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

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

.akk-p-4 {
  padding: 1rem;
}

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

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

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

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

.akk-px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.akk-px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.akk-px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}

.akk-px-\[60px\] {
  padding-left: 60px;
  padding-right: 60px;
}

.akk-px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}

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

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

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

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

.akk-py-\[15\.5px\] {
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}

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

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

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

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

.akk-pb-1 {
  padding-bottom: 0.25rem;
}

.akk-pb-16 {
  padding-bottom: 4rem;
}

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

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

.akk-pb-6 {
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.akk-pb-\[6\.61px\] {
  padding-bottom: 6.61px;
}

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

.akk-pl-1 {
  padding-left: 0.25rem;
}

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

.akk-pl-\[100px\] {
  padding-left: 100px;
}

.akk-pl-\[134px\] {
  padding-left: 134px;
}

.akk-pl-\[16px\] {
  padding-left: 16px;
}

.akk-pl-\[20\.5px\] {
  padding-left: 20.5px;
}

.akk-pl-\[2px\] {
  padding-left: 2px;
}

.akk-pl-\[36px\] {
  padding-left: 36px;
}

.akk-pr-\[19px\] {
  padding-right: 19px;
}

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

.akk-pt-4 {
  padding-top: 1rem;
}

.akk-pt-6 {
  padding-top: 1.5rem;
}

.akk-pt-8 {
  padding-top: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.akk-text-start {
  text-align: start;
}

.akk-font-BeVietnam {
  font-family: BeVietnam, sans-serif;
}

.akk-font-BeVietnamTwo {
  font-family: BeVietnamTwo, sans-serif;
}

.akk-font-BebasNue {
  font-family: Bebas Neue, sans-serif;
}

.akk-font-Blisstwin {
  font-family: Blisstwin, sans-serif;
}

.akk-font-Inter {
  font-family: Inter, sans-serif;
}

.akk-font-Poppins {
  font-family: Poppins, sans-serif;
}

.akk-font-Syne {
  font-family: Syne, serif;
}

.akk-font-WorkSans {
  font-family: Work Sans, sans-serif;
}

.akk-text-\[10px\] {
  font-size: 10px;
}

.akk-text-\[11px\] {
  font-size: 11px;
}

.akk-text-\[12px\] {
  font-size: 12px;
}

.akk-text-\[13px\] {
  font-size: 13px;
}

.akk-text-\[14px\] {
  font-size: 14px;
}

.akk-text-\[15px\] {
  font-size: 15px;
}

.akk-text-\[16px\] {
  font-size: 16px;
}

.akk-text-\[17px\] {
  font-size: 17px;
}

.akk-text-\[18px\] {
  font-size: 18px;
}

.akk-text-\[19px\] {
  font-size: 19px;
}

.akk-text-\[20px\] {
  font-size: 20px;
}

.akk-text-\[22px\] {
  font-size: 22px;
}

.akk-text-\[24px\] {
  font-size: 24px;
}

.akk-text-\[25px\] {
  font-size: 25px;
}

.akk-text-\[26px\] {
  font-size: 26px;
}

.akk-text-\[28px\] {
  font-size: 28px;
}

.akk-text-\[30\.14px\] {
  font-size: 30.14px;
}

.akk-text-\[30px\] {
  font-size: 30px;
}

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

.akk-text-\[8\.5px\] {
  font-size: 8.5px;
}

.akk-text-\[9px\] {
  font-size: 9px;
}

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

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

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

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

.akk-font-extrabold {
  font-weight: 800;
}

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

.akk-font-normal {
  font-weight: 400;
}

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

.akk-uppercase {
  text-transform: uppercase;
}

.akk-capitalize {
  text-transform: capitalize;
}

.akk-normal-case {
  text-transform: none;
}

.akk-italic {
  font-style: italic;
}

.akk-not-italic {
  font-style: normal;
}

.akk-leading-6 {
  line-height: 1.5rem;
}

.akk-leading-\[10\.2px\] {
  line-height: 10.2px;
}

.akk-leading-\[10px\] {
  line-height: 10px;
}

.akk-leading-\[14\.4px\] {
  line-height: 14.4px;
}

.akk-leading-\[14px\] {
  line-height: 14px;
}

.akk-leading-\[16px\] {
  line-height: 16px;
}

.akk-leading-\[18\.2px\] {
  line-height: 18.2px;
}

.akk-leading-\[18px\] {
  line-height: 18px;
}

.akk-leading-\[19\.2px\] {
  line-height: 19.2px;
}

.akk-leading-\[19\.6px\] {
  line-height: 19.6px;
}

.akk-leading-\[20\.72px\] {
  line-height: 20.72px;
}

.akk-leading-\[20\.8px\] {
  line-height: 20.8px;
}

.akk-leading-\[20px\] {
  line-height: 20px;
}

.akk-leading-\[21px\] {
  line-height: 21px;
}

.akk-leading-\[22\.1px\] {
  line-height: 22.1px;
}

.akk-leading-\[22\.4px\] {
  line-height: 22.4px;
}

.akk-leading-\[23\.8px\] {
  line-height: 23.8px;
}

.akk-leading-\[24px\] {
  line-height: 24px;
}

.akk-leading-\[25\.2px\] {
  line-height: 25.2px;
}

.akk-leading-\[25\.5px\] {
  line-height: 25.5px;
}

.akk-leading-\[26\.6px\] {
  line-height: 26.6px;
}

.akk-leading-\[28px\] {
  line-height: 28px;
}

.akk-leading-\[30px\] {
  line-height: 30px;
}

.akk-leading-\[31\.2px\] {
  line-height: 31.2px;
}

.akk-leading-\[32px\] {
  line-height: 32px;
}

.akk-leading-\[34\.02px\] {
  line-height: 34.02px;
}

.akk-leading-\[35px\] {
  line-height: 35px;
}

.akk-leading-\[36\.17px\] {
  line-height: 36.17px;
}

.akk-leading-\[36px\] {
  line-height: 36px;
}

.akk-leading-\[40px\] {
  line-height: 40px;
}

.akk-leading-\[50px\] {
  line-height: 50px;
}

.akk-leading-none {
  line-height: 1;
}

.akk-leading-normal {
  line-height: 1.5;
}

.akk-leading-tight {
  line-height: 1.25;
}

.akk-tracking-\[-0\.11px\] {
  letter-spacing: -0.11px;
}

.akk-tracking-\[-0\.12px\] {
  letter-spacing: -0.12px;
}

.akk-tracking-\[-0\.14px\] {
  letter-spacing: -0.14px;
}

.akk-tracking-\[-0\.16px\] {
  letter-spacing: -0.16px;
}

.akk-tracking-\[-0\.1px\] {
  letter-spacing: -0.1px;
}

.akk-tracking-\[-0\.22px\] {
  letter-spacing: -0.22px;
}

.akk-tracking-\[-0\.266px\] {
  letter-spacing: -0.266px;
}

.akk-tracking-\[-0\.26px\] {
  letter-spacing: -0.26px;
}

.akk-tracking-\[-0\.2px\] {
  letter-spacing: -0.2px;
}

.akk-tracking-\[-0\.34px\] {
  letter-spacing: -0.34px;
}

.akk-tracking-\[-0\.42px\] {
  letter-spacing: -0.42px;
}

.akk-tracking-\[-0\.44px\] {
  letter-spacing: -0.44px;
}

.akk-tracking-\[-2px\] {
  letter-spacing: -2px;
}

.akk-tracking-\[0\.2px\] {
  letter-spacing: 0.2px;
}

.akk-tracking-\[0\.32px\] {
  letter-spacing: 0.32px;
}

.akk-tracking-\[0\.36px\] {
  letter-spacing: 0.36px;
}

.akk-tracking-\[0\.4px\] {
  letter-spacing: 0.4px;
}

.akk-tracking-\[0px\] {
  letter-spacing: 0px;
}

.akk-tracking-\[2px\] {
  letter-spacing: 2px;
}

.akk-tracking-tight {
  letter-spacing: -0.025em;
}

.akk-tracking-tighter {
  letter-spacing: -0.05em;
}

.akk-text-\[\#00000080\] {
  color: #00000080;
}

.akk-text-\[\#000000CC\] {
  color: #000000CC;
}

.akk-text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.akk-text-\[\#071A2B\]\/80 {
  color: rgb(7 26 43 / 0.8);
}

.akk-text-\[\#0F8C00\] {
  --tw-text-opacity: 1;
  color: rgb(15 140 0 / var(--tw-text-opacity, 1));
}

.akk-text-\[\#1A1A1a\] {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.akk-text-\[\#1CA2FF\] {
  --tw-text-opacity: 1;
  color: rgb(28 162 255 / var(--tw-text-opacity, 1));
}

.akk-text-\[\#2E366699\] {
  color: #2E366699;
}

.akk-text-\[\#2E3666CC\] {
  color: #2E3666CC;
}

.akk-text-\[\#2E3666\] {
  --tw-text-opacity: 1;
  color: rgb(46 54 102 / var(--tw-text-opacity, 1));
}

.akk-text-\[\#3DBD00\] {
  --tw-text-opacity: 1;
  color: rgb(61 189 0 / var(--tw-text-opacity, 1));
}

.akk-text-\[\#3E488BCC\] {
  color: #3E488BCC;
}

.akk-text-\[\#3E488B\] {
  --tw-text-opacity: 1;
  color: rgb(62 72 139 / var(--tw-text-opacity, 1));
}

.akk-text-\[\#5F71DC1A\] {
  color: #5F71DC1A;
}

.akk-text-\[\#5F71DC\] {
  --tw-text-opacity: 1;
  color: rgb(95 113 220 / var(--tw-text-opacity, 1));
}

.akk-text-\[\#EC7800\] {
  --tw-text-opacity: 1;
  color: rgb(236 120 0 / var(--tw-text-opacity, 1));
}

.akk-text-\[\#F90\] {
  --tw-text-opacity: 1;
  color: rgb(255 153 0 / var(--tw-text-opacity, 1));
}

.akk-text-\[\#FF4751\] {
  --tw-text-opacity: 1;
  color: rgb(255 71 81 / var(--tw-text-opacity, 1));
}

.akk-text-\[\#FFFFFFCC\] {
  color: #FFFFFFCC;
}

.akk-text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.akk-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

.akk-shadow-\[0_0_0_0\.5px_\#2E3666\] {
  --tw-shadow: 0 0 0 0.5px #2E3666;
  --tw-shadow-colored: 0 0 0 0.5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.akk-shadow-\[0_0_0_0\.5px_\#CC886E\] {
  --tw-shadow: 0 0 0 0.5px #CC886E;
  --tw-shadow-colored: 0 0 0 0.5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.akk-shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

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

@font-face {
  font-family: "Blisstwin";

  src: url("https://dq40mn20rnss1.cloudfront.net/fonts/Blisstwin_Regular.ttf")
    format("truetype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "BeVietnam";

  src: url("https://dq40mn20rnss1.cloudfront.net/fonts/BeVietnamPro-BoldItalic.ttf")
    format("truetype");

  font-weight: 700;

  font-style: italic;
}

@font-face {
  font-family: "BeVietnamTwo";

  src: url("https://dq40mn20rnss1.cloudfront.net/fonts/BeVietnam-BoldItalic.ttf")
    format("truetype");

  font-weight: 700;

  font-style: italic;
}

html {
  scroll-behavior: smooth;
}

.toggle-btn svg {
  transition: transform 0.3s ease;
}

.toggle-btn svg.rotated {
  transform: rotate(45deg);
}

.cta-bg-constant {
  background: linear-gradient(0deg, #f2f3ff 0%, #f2f3ff 100%), #f2f3ff;
  background-blend-mode: multiply, normal;
}

.cta-bg {
  background: linear-gradient(0deg, #f2f3ff 0%, #f2f3ff 100%), #f2f3ff;
  background-blend-mode: multiply, normal;
}

.swiper-max-w {
  height: 420px;
}

.display-large {
  display: none;
}

.buy-btn {
  background: linear-gradient(
      0deg,
      rgba(225, 190, 115, 0.3) -10.56%,
      rgba(255, 226, 162, 0.3) 75.95%
    ),
    linear-gradient(0deg, #e6ae31 -10.56%, #ffcd5e 75.95%),
    linear-gradient(182deg, #ffe355 25.5%, #e2bd00 133.32%),
    linear-gradient(182deg, #ffd812 25.5%, #f2cd0e 133.32%);
}

.buy-btn:hover {
  background: linear-gradient(0deg, #e6ae31 -10.56%, #ffcd5e 75.95%),
    linear-gradient(182deg, #ffe355 25.5%, #e2bd00 133.32%);
}

.second-yellow-button {
  background: linear-gradient(
      0deg,
      rgba(225, 190, 115, 0.3) -10.56%,
      rgba(255, 226, 162, 0.3) 75.95%
    ),
    linear-gradient(0deg, #e6ae31 -10.56%, #ffcd5e 75.95%),
    linear-gradient(182deg, #ffe355 25.5%, #e2bd00 133.32%),
    linear-gradient(182deg, #ffd812 25.5%, #f2cd0e 133.32%);
}

.second-yellow-button:hover {
  background-image: linear-gradient(0deg, #e6ae31 -10.56%, #ffcd5e 75.95%),
    linear-gradient(182deg, #ffe355 25.5%, #e2bd00 133.32%),
    linear-gradient(182deg, #ffd812 25.5%, #f2cd0e 133.32%);
}

.blue-button {
  background: linear-gradient(0deg, #485397 0%, #485397 100%),
    linear-gradient(180deg, #ec7800 50%, #c96600 170.97%),
    linear-gradient(180deg, #f2f3f9 0%, #dddfe8 129.03%);
}

.blue-button:hover {
  background: linear-gradient(
      0deg,
      rgba(11, 38, 216, 0.2) 0%,
      rgba(96, 110, 199, 0.2) 100%
    ),
    linear-gradient(0deg, #434b83 0%, #3d4577 100%),
    linear-gradient(180deg, #f2f3f9 0%, #dddfe8 129.03%);
}

.buy-gradient {
  background: linear-gradient(182deg, #ffe355 25.5%, #e2bd00 133.32%),
    linear-gradient(182deg, #ffd812 25.5%, #f2cd0e 133.32%);
}

.buy-gradient:hover {
  background: linear-gradient(0deg, #e6ae31 -10.56%, #ffcd5e 75.95%),
    linear-gradient(182deg, #ffe355 25.5%, #e2bd00 133.32%),
    linear-gradient(182deg, #ffd812 25.5%, #f2cd0e 133.32%);
}

/* Base style for the radio button */

.item-select-radio {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 28px;
  /* Customize the size of the radio button */
  height: 28px;
  /* Customize the size of the radio button */
  border-radius: 50%;
  border: 0.875px solid #2e3666;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Create a container for the unchecked state */

.item-select-radio::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #485397;
  border-radius: 50%;
  display: none;
  /* Hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 1;
  pointer-events: none;
  /* Ensure it doesn't block interactions */
}

/* Style for the radio button when selected */

.item-select-radio:checked::before {
  display: flex;
  /* Show the circle when checked */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="14" viewBox="0 0 12 14" fill="none"><g clip-path="url(%23clip0_2637_49250)"><path d="M11.2692 3.30234C11.5761 3.60926 11.5761 4.10524 11.2692 4.41216L4.98348 10.6979C4.67656 11.0048 4.18058 11.0048 3.87366 10.6979L0.730116 7.55501C0.423295 7.24809 0.423295 6.75211 0.730116 6.44519C1.03699 6.13827 1.53444 6.13827 1.84136 6.44519L4.40647 9.03068L10.1594 3.30234C10.4663 2.99492 10.9623 2.99492 11.2692 3.30234Z" fill="white"/></g><defs><clipPath id="clip0_2637_49250"><rect width="11" height="12.5714" fill="white" transform="translate(0.5 0.714233)"/></clipPath></defs></svg>');
  background-repeat: no-repeat;
  background-position: center;
  /* Center the SVG */
  background-size: 12px 14px;
  /* Size of the SVG */
}

.strikethrough {
  color: #3e488b;
  text-decoration: line-through;
  font-family: Poppins;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 25.5px;
  opacity: 0.5;
}

.strike-price {
  color: #3e488b;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 25.5px;
}

.no-box-shadow {
  border-bottom-left-radius: 16px !important;
}

.selected-option.no-box-shadow {
  box-shadow: 0 -0.5px 0 0 #ec7800 !important;
}

.selected-option {
  background-color: #fff5e3;
  box-shadow: 0 0.5px 0 0 #ec7800, 0 -0.5px 0 0 #ec7800 !important;
}

.rotate-animation {
  animation: rotateClockwise 30s linear infinite;
}

#popupModal {
  position: fixed !important;
  z-index: 9999 !important;
}

#popupModal-2 {
  position: fixed !important;
  z-index: 9999 !important;
}

.text-indent {
  text-indent: -0.7em;
}

/* Swiper */

.secondSwiper .swiper {
  width: 100%;
  height: 453px;
}

.secondSwiper .swiper-slide {
  border-radius: 10px;
  height: 404px;
  width: 227px;
  flex-shrink: 0;
  background: #000;
  overflow: display;
  display: flex;
}

.secondSwiper .swiper-wrapper {
  width: 100vw;
}

.secondSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-scrollbar {
  border-radius: 10px;
  opacity: 1 !important;
  transition: none !important;
  background: #d5c4c1;
  height: 8px !important;
}

.swiper-scrollbar-drag {
  border-radius: 10px;
  background: #485397 !important;
  height: 8px !important;
}

.swiper {
  max-width: 673px;
  height: 460px;
}

.swiper-slide {
  background: #ffe7d8;
  display: flex;
  justify-content: start !important;
  align-items: start !important;
}

.swiper-slide img {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
 
  -o-object-fit: cover;
     object-fit: cover;
}

/* Runner */

.runner {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 35px;
}

.runner-inner {
  opacity: 0.7;
  display: inline-block;
  animation: run 20s linear infinite;
}

.runner-inner span {
  display: inline-block;
  margin-right: 16px;
}

@keyframes run {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Image animations */

@keyframes moveRight {
  0% {
    transform: translateX(0);
  }

  33.33% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(100px);
  }

  83.33% {
    transform: translateX(100px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes moveLeft {
  0% {
    transform: translateX(0);
  }

  33.33% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-100px);
  }

  83.33% {
    transform: translateX(-100px);
  }

  100% {
    transform: translateX(0);
  }
}

/* Add sliding transition */

#main-image {
  position: absolute;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.slide-left-enter {
  transform: translateX(100%);
  opacity: 0;
}

.slide-left-exit {
  transform: translateX(-100%);
  opacity: 0;
}

.slide-right-enter {
  transform: translateX(-100%);
  opacity: 0;
}

.slide-right-exit {
  transform: translateX(100%);
  opacity: 0;
}

.slide-active {
  transform: translateX(0);
  opacity: 1;
}

.shadow-runner {
  box-shadow: 0 1px 0 rgba(46, 54, 102, 0.5);
}

/* Shop button animation */

@keyframes slideReveal {
  0% {
    transform: translateX(100%);
  }

  25% {
    transform: translateX(0%);
  }

  50% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

.akk-animate-slide-reveal {
  animation: slideReveal 15s ease-in-out infinite;
}

@keyframes shake-bottle {
  0% {
    transform:  rotate(-20deg);
  }

  50% {
    transform:  rotate(20deg);
  }

  100% {
    transform:  rotate(-20deg);
  }
}

.bottle-shake {
  animation: shake-bottle 1.3s ease-in-out infinite;
}

@keyframes rotateClockwise {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1023px) {
  .parallax-fix {
    box-shadow: -20px 0 0 0 white, 20px 0 0 0 white;
  }
}

@media (min-width: 768px) {
  .swiper-max-w {
    border-radius: 10px !important;
  }
}

@media (min-width: 1024px) {
  .runner {
    height: 50px;
  }

  .secondSwiper .swiper-slide {
    min-height: 453px;
    width: 254.5px !important;
  }

  .scale-top-right {
    transform: scale(0.9);
    transform-origin: top right;
  }

  .scale-top-right-two {
    transform: scale(0.97);
    transform-origin: top right;
  }

  .scale-top-right-three {
    transform: scale(1.03);
    transform-origin: top right;
  }

  .swiper-max-w {
    height: 500px !important;
    max-width: 1310px !important;
  }

  .cta-bg {
    background: linear-gradient(0deg, #fff 0%, #fff 100%),
      linear-gradient(0deg, #f2f3ff 0%, #f2f3ff 100%),
      linear-gradient(0deg, #f2f3ff 0%, #f2f3ff 100%), #f2f3ff;
    background-blend-mode: normal, multiply, multiply, normal;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }

  .last-cta-bg {
    border-radius: 100px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }

  .popup-border {
    border: 1px solid #2e3666;
  }
}

@media (min-width: 1440px) {
  .display-large {
    display: flex !important;
  }
}

.hover\:akk-border-\[\#F90\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 153 0 / var(--tw-border-opacity, 1));
}

@media (min-width: 1024px) {
  .lg\:akk-visible {
    visibility: visible;
  }

  .lg\:akk-absolute {
    position: absolute;
  }

  .lg\:akk-relative {
    position: relative;
  }

  .lg\:akk-top-0 {
    top: 0px;
  }

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

  .lg\:akk-m-0 {
    margin: 0px;
  }

  .lg\:akk-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

  .lg\:akk-mb-\[-8px\] {
    margin-bottom: -8px;
  }

  .lg\:akk-mb-\[11px\] {
    margin-bottom: 11px;
  }

  .lg\:akk-ml-\[30px\] {
    margin-left: 30px;
  }

  .lg\:akk-ml-\[7px\] {
    margin-left: 7px;
  }

  .lg\:akk-mt-0 {
    margin-top: 0px;
  }

  .lg\:akk-mt-4 {
    margin-top: 1rem;
  }

  .lg\:akk-mt-\[-165px\] {
    margin-top: -165px;
  }

  .lg\:akk-mt-\[-32px\] {
    margin-top: -32px;
  }

  .lg\:akk-mt-\[13\.77px\] {
    margin-top: 13.77px;
  }

  .lg\:akk-mt-\[4\.57px\] {
    margin-top: 4.57px;
  }

  .lg\:akk-mt-\[42px\] {
    margin-top: 42px;
  }

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

  .lg\:akk-flex {
    display: flex;
  }

  .lg\:akk-hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:akk-h-\[52\.4px\] {
    height: 52.4px;
  }

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

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

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

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

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

  .lg\:akk-h-\[76\%\] {
    height: 76%;
  }

  .lg\:akk-h-\[80\.52px\] {
    height: 80.52px;
  }

  .lg\:akk-h-\[84\.59px\] {
    height: 84.59px;
  }

  .lg\:akk-h-\[min\(100vh\2c 640px\)\] {
    height: min(100vh,640px);
  }

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

  @media (min-width: 1024px) {
    .lg\:lg\:akk-h-\[50\.75px\] {
      height: 50.75px;
    }
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:akk-w-\[250\.2px\] {
    width: 250.2px;
  }

  .lg\:akk-w-\[254\.5px\] {
    width: 254.5px;
  }

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

  .lg\:akk-w-\[38\.11px\] {
    width: 38.11px;
  }

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

  .lg\:akk-w-\[44\.13px\] {
    width: 44.13px;
  }

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

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

  .lg\:akk-w-\[50\.75px\] {
    width: 50.75px;
  }

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

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

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

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

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

  .lg\:akk-w-\[93\.8px\] {
    width: 93.8px;
  }

  .lg\:akk-w-\[min\(100\%\2c 1138px\)\] {
    width: min(100%,1138px);
  }

  .lg\:akk-w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

  .lg\:akk-min-w-\[912\.5px\] {
    min-width: 912.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:akk-max-w-\[912\.5px\] {
    max-width: 912.5px;
  }

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

  .lg\:akk-shrink-0 {
    flex-shrink: 0;
  }

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

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

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

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

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

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

  .lg\:akk-items-end {
    align-items: flex-end;
  }

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

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

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

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

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

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

  .lg\:akk-gap-2 {
    gap: 0.5rem;
  }

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

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

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

  .lg\:akk-gap-9 {
    gap: 2.25rem;
  }

  .lg\:akk-gap-\[13\.8px\] {
    gap: 13.8px;
  }

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

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

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

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

  .lg\:akk-gap-\[27\.43px\] {
    gap: 27.43px;
  }

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

  .lg\:akk-gap-\[3\.47px\] {
    gap: 3.47px;
  }

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

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

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

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

  .lg\:akk-gap-\[6\.77px\] {
    gap: 6.77px;
  }

  .lg\:akk-gap-\[6\.93px\] {
    gap: 6.93px;
  }

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

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

  .lg\:akk-gap-\[8\.6px\] {
    gap: 8.6px;
  }

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

  .lg\:akk-self-start {
    align-self: flex-start;
  }

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

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

  .lg\:akk-border-none {
    border-style: none;
  }

  .lg\:akk-bg-\[\#E2E3EA80\] {
    background-color: #E2E3EA80;
  }

  .lg\:akk-bg-\[\#F2F3FF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(242 243 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:akk-bg-\[\#F7F6F4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 246 244 / var(--tw-bg-opacity, 1));
  }

  .lg\:akk-bg-transparent {
    background-color: transparent;
  }

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

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

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

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

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

  .lg\:akk-px-\[33px\] {
    padding-left: 33px;
    padding-right: 33px;
  }

  .lg\:akk-px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .lg\:akk-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

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

  .lg\:akk-py-\[125px\] {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .lg\:akk-py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .lg\:akk-py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .lg\:akk-py-\[5\.08px\] {
    padding-top: 5.08px;
    padding-bottom: 5.08px;
  }

  .lg\:akk-py-\[61px\] {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .lg\:akk-py-\[6px\] {
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

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

  .lg\:akk-pb-32 {
    padding-bottom: 8rem;
  }

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

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

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

  .lg\:akk-pb-\[12\.5px\] {
    padding-bottom: 12.5px;
  }

  .lg\:akk-pb-\[38\.7px\] {
    padding-bottom: 38.7px;
  }

  .lg\:akk-pb-\[38px\] {
    padding-bottom: 38px;
  }

  .lg\:akk-pb-\[48px\] {
    padding-bottom: 48px;
  }

  .lg\:akk-pb-\[5\.3px\] {
    padding-bottom: 5.3px;
  }

  .lg\:akk-pb-\[51px\] {
    padding-bottom: 51px;
  }

  .lg\:akk-pb-\[58px\] {
    padding-bottom: 58px;
  }

  .lg\:akk-pb-\[62\.5px\] {
    padding-bottom: 62.5px;
  }

  .lg\:akk-pb-\[80px\] {
    padding-bottom: 80px;
  }

  .lg\:akk-pl-0 {
    padding-left: 0px;
  }

  .lg\:akk-pl-\[306px\] {
    padding-left: 306px;
  }

  .lg\:akk-pl-\[50px\] {
    padding-left: 50px;
  }

  .lg\:akk-pr-\[100px\] {
    padding-right: 100px;
  }

  .lg\:akk-pr-\[9\.5px\] {
    padding-right: 9.5px;
  }

  .lg\:akk-pt-0 {
    padding-top: 0px;
  }

  .lg\:akk-pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:akk-pt-16 {
    padding-top: 4rem;
  }

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

  .lg\:akk-pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:akk-pt-4 {
    padding-top: 1rem;
  }

  .lg\:akk-pt-8 {
    padding-top: 2rem;
  }

  .lg\:akk-pt-\[10\.3px\] {
    padding-top: 10.3px;
  }

  .lg\:akk-pt-\[138px\] {
    padding-top: 138px;
  }

  .lg\:akk-pt-\[158px\] {
    padding-top: 158px;
  }

  .lg\:akk-pt-\[18px\] {
    padding-top: 18px;
  }

  .lg\:akk-pt-\[30px\] {
    padding-top: 30px;
  }

  .lg\:akk-pt-\[33\.8px\] {
    padding-top: 33.8px;
  }

  .lg\:akk-pt-\[36px\] {
    padding-top: 36px;
  }

  .lg\:akk-pt-\[4\.7px\] {
    padding-top: 4.7px;
  }

  .lg\:akk-pt-\[48px\] {
    padding-top: 48px;
  }

  .lg\:akk-pt-\[50px\] {
    padding-top: 50px;
  }

  .lg\:akk-pt-\[73px\] {
    padding-top: 73px;
  }

  .lg\:akk-pt-\[80px\] {
    padding-top: 80px;
  }

  .lg\:akk-pt-\[88px\] {
    padding-top: 88px;
  }

  .lg\:akk-text-center {
    text-align: center;
  }

  .lg\:akk-text-start {
    text-align: start;
  }

  .lg\:akk-font-Poppins {
    font-family: Poppins, sans-serif;
  }

  .lg\:akk-font-Syne {
    font-family: Syne, serif;
  }

  .lg\:akk-text-\[13\.53px\] {
    font-size: 13.53px;
  }

  .lg\:akk-text-\[13px\] {
    font-size: 13px;
  }

  .lg\:akk-text-\[14px\] {
    font-size: 14px;
  }

  .lg\:akk-text-\[16\.91px\] {
    font-size: 16.91px;
  }

  .lg\:akk-text-\[16px\] {
    font-size: 16px;
  }

  .lg\:akk-text-\[18px\] {
    font-size: 18px;
  }

  .lg\:akk-text-\[20px\] {
    font-size: 20px;
  }

  .lg\:akk-text-\[22px\] {
    font-size: 22px;
  }

  .lg\:akk-text-\[24px\] {
    font-size: 24px;
  }

  .lg\:akk-text-\[26px\] {
    font-size: 26px;
  }

  .lg\:akk-text-\[28px\] {
    font-size: 28px;
  }

  .lg\:akk-text-\[30px\] {
    font-size: 30px;
  }

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

  .lg\:akk-text-\[36px\] {
    font-size: 36px;
  }

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

  .lg\:akk-text-\[42px\] {
    font-size: 42px;
  }

  .lg\:akk-text-\[43\.26px\] {
    font-size: 43.26px;
  }

  .lg\:akk-text-\[46px\] {
    font-size: 46px;
  }

  .lg\:akk-text-\[50px\] {
    font-size: 50px;
  }

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

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

  .lg\:akk-font-bold {
    font-weight: 700;
  }

  .lg\:akk-font-medium {
    font-weight: 500;
  }

  .lg\:akk-font-normal {
    font-weight: 400;
  }

  .lg\:akk-font-semibold {
    font-weight: 600;
  }

  .lg\:akk-normal-case {
    text-transform: none;
  }

  .lg\:akk-leading-\[20\.3px\] {
    line-height: 20.3px;
  }

  .lg\:akk-leading-\[20px\] {
    line-height: 20px;
  }

  .lg\:akk-leading-\[22\.4px\] {
    line-height: 22.4px;
  }

  .lg\:akk-leading-\[23\.025px\] {
    line-height: 23.025px;
  }

  .lg\:akk-leading-\[23\.4px\] {
    line-height: 23.4px;
  }

  .lg\:akk-leading-\[25\.2px\] {
    line-height: 25.2px;
  }

  .lg\:akk-leading-\[25\.37px\] {
    line-height: 25.37px;
  }

  .lg\:akk-leading-\[28px\] {
    line-height: 28px;
  }

  .lg\:akk-leading-\[29\.16px\] {
    line-height: 29.16px;
  }

  .lg\:akk-leading-\[30\.8px\] {
    line-height: 30.8px;
  }

  .lg\:akk-leading-\[30px\] {
    line-height: 30px;
  }

  .lg\:akk-leading-\[36\.45px\] {
    line-height: 36.45px;
  }

  .lg\:akk-leading-\[49\.89px\] {
    line-height: 49.89px;
  }

  .lg\:akk-leading-\[50px\] {
    line-height: 50px;
  }

  .lg\:akk-leading-\[51\.91px\] {
    line-height: 51.91px;
  }

  .lg\:akk-leading-\[52px\] {
    line-height: 52px;
  }

  .lg\:akk-leading-normal {
    line-height: 1.5;
  }

  .lg\:akk-leading-tight {
    line-height: 1.25;
  }

  .lg\:akk-tracking-\[-0\.16px\] {
    letter-spacing: -0.16px;
  }

  .lg\:akk-tracking-\[-0\.22px\] {
    letter-spacing: -0.22px;
  }

  .lg\:akk-tracking-\[-0\.26px\] {
    letter-spacing: -0.26px;
  }

  .lg\:akk-tracking-\[-0\.4px\] {
    letter-spacing: -0.4px;
  }

  .lg\:akk-tracking-\[-0\.84px\] {
    letter-spacing: -0.84px;
  }

  .lg\:akk-tracking-\[-2\.3px\] {
    letter-spacing: -2.3px;
  }

  .lg\:akk-tracking-\[0\.18px\] {
    letter-spacing: 0.18px;
  }

  .lg\:akk-tracking-\[0\.33px\] {
    letter-spacing: 0.33px;
  }

  .lg\:akk-tracking-\[0\.4px\] {
    letter-spacing: 0.4px;
  }

  .lg\:akk-tracking-\[0\.56px\] {
    letter-spacing: 0.56px;
  }

  .lg\:akk-tracking-\[0px\] {
    letter-spacing: 0px;
  }

  .lg\:akk-tracking-normal {
    letter-spacing: 0em;
  }

  .lg\:akk-tracking-tighter {
    letter-spacing: -0.05em;
  }

  .lg\:akk-mix-blend-multiply {
    mix-blend-mode: multiply;
  }
}

@media (min-width: 1280px) {
  .xl\:akk-h-\[560px\] {
    height: 560px;
  }

  .xl\:akk-max-h-\[552px\] {
    max-height: 552px;
  }

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

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

  .xl\:akk-max-w-\[731px\] {
    max-width: 731px;
  }

  .xl\:akk-shrink-0 {
    flex-shrink: 0;
  }

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

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

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

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

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

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

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

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

  .xl\:akk-text-\[28px\] {
    font-size: 28px;
  }

  .xl\:akk-tracking-\[0\.28px\] {
    letter-spacing: 0.28px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:akk-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
